/* Generated by scripts/bundle-css.js - do not edit directly, edit the source files */
/* --- legacy.css --- */
/**!**************/
/**! Contents **/
/**! 1. Position **/
/**! 2. Element Size **/
/**! 3. Images **/
/**! 11.Footer **/
/**! 14.Transitions **/
/**! 17.Utility Menu **/
/**! 18.Page headers **/
/**! 19.Category block **/
/**! 20.Categories and locations index listing pages **/
/**! 22.Stepper Component **/
/**! 23.Box-wrapper for alerts in supplier app **/
/**! 24.Hide an un-compiled [Vue] template until it is ready  **/
/**! 26. All Plan Include css**/
/**! 27. Show Password Css **/
/**! 28. Accordion Css **/
/**! 29. pagination Css **/

/**! 29.5 image css **/
/**! 30. Carousel CSS **/
/**! 31. Category CSS **/



/**! 1. Position **/

.pos-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-height: 600px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}

/**! 2. Element Size **/

.height-60,
.height-50,
.height-30 {
  height: auto;
  padding: 5em 0;
}
.height-20 {
  height: auto;
  padding: 3.75em 0;
}
@media all and (max-width: 767px) {
  .height-60
  .height-50,
  .height-30 {
    height: auto;
    padding: 4em 0;
  }
  .height-20 {
    height: auto;
    padding: 3em 0;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-20 {
    height: auto;
    padding: 2.75em 0;
  }
  .height-30 {
    height: 30vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
}
/**! 3. Images **/

img {
  max-width: 100%;
  margin-bottom: 1.625em;
}

/**! 11.Footer **/

footer .logo {
  max-height: 50px;
}
.footer-1 {
  padding-bottom: 20px;
  padding-top: 100px;
}
.footer-1 .footer__navigation {
  width: 80%;
  display: inline-block;
  float: left;
}
.footer-1 .logo {
  margin-bottom: 1.625em;
}
.footer-1 div[class*="col-"] {
  overflow: hidden;
}
.footer-1 .footer__lower {
  margin-top: 1em;
}

.footer-1 .footer__lower .type--fine-print {
  opacity: 0.4;
}
.footer-1 .footer__lower hr {
  opacity: 0.05;
}
.footer-1 .footer__navigation li {
  font-variant-ligatures: common-ligatures;
  margin: 0;
  font-size: 0.625em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 3.2em;
}

.footer-1 .footer__navigation li a {
  opacity: 0.5;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}
.footer-1 .footer__navigation li a:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .footer-1 .footer__lower {
    margin-top: 0;
  }
  .footer-1 .footer__lower .social-list {
    display: inline-block;
    margin-top: 0.8125em;
  }
}

select:not(.form-select) {
  height: 50px !important;
  border-radius: 2px;
}

.form-select.form-select-lg {
  height: 50px;
  font-size: 14px;
  border-radius: 2px;
}

/**! 14. Transitions **/

[class*="transition--"] {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
}
[class*="transition--"].transition--active {
  opacity: 1;
}
.transition--scale {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
}
.transition--scale.transition--active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.transition--slide {
  transform: translate3d(30vw, 0, 0);
  -webkit-transform: translate3d(30vw, 0, 0);
}
.transition--slide.transition--active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/**! 17.UTILITY MENU **/

.utility-bar {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) -1%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(9, 69, 117, 1) 100%
  );
  height: 56px;
}
.utility-local-bar {
  background: linear-gradient(90deg, rgba(95, 113, 29, 0.19) 1.1%, #48711d 99.14%);
}
.utility-test-bar {
  background: linear-gradient(90deg, #fbe1ba 1.1%, #e57d3b 99.14%);
}
.utility-uat-bar {
  background: linear-gradient(
    90deg,
    rgba(71, 29, 113, 0.19) 21.61%,
    #471d71 100%
  );
}

.utility-bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+-1,ffffff+0,ffffff+24,094575+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) -1%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(9, 69, 117, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) -1%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(9, 69, 117, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) -1%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(9, 69, 117, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#094575',GradientType=1 ); /* IE6-9 */
}

.utility_headline {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-size: 0.875em;
  line-height: 2em;
  text-transform: none;
  letter-spacing: 0.5px;
  display: block;
}

.utility_headline_icon {
  margin: 0;
  font-size: 0.875em;
  line-height: 2em;
  text-transform: none;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: block;
}

/**! 18.PAGE HEADERS **/

.bg_page_header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#094575+0,162356+100 */
  background: rgb(9, 69, 117); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(9, 69, 117, 1) 0%,
    rgba(22, 35, 86, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(9, 69, 117, 1) 0%,
    rgba(22, 35, 86, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(9, 69, 117, 1) 0%,
    rgba(22, 35, 86, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094575', endColorstr='#162356',GradientType=0 ); /* IE6-9 */
}

/**! 19. CATEGORY BLOCK **/

.category_browse h6 {
  font-size: 0.6em;
  line-height: 10px;
  margin-top: 20px;
}

.category_browse a:hover {
  opacity: 0.5;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/**! 20.CATEGORIES & LOCATION INDEX LISTING PAGES **/

.li_sub_container {
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 10px -20px;
  border-bottom: 5px solid #e9e9e9;
  border-radius: 5px;
  height: 100%;
  /*padding-right: 10px;*/
  /*background-color: #fff;*/
}

/**! 22.Stepper Component Css **/
.wrapper-progressBar {
  width: 100%;
}

.progressBar li {
  list-style-type: none;
  float: left;
  width: 33%;
  position: relative;
  text-align: center;
  font-size: 26px;
}

.progressBar li:before {
  content: attr(data-foo) " ";
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto -50px;
  background-color: white;
  z-index: 1;
}

.progressBar li[data-value="1"] {
  position: relative;
  z-index: 1;
}

.progressBar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ddd;
  top: 28px;
  left: -50%;
  z-index: 0;
}

.progressBar li:first-child:after {
  content: none;
}

.progressBar li.active {
  color: #fff;
}

.progressBar li.active:before {
  border-color: #0a4575;
  background-color: #0a4575;
}

.progressBar .active:after {
  background-color: #0a4575;
}

/**! 23.box-wrapper for alerts in supplier app **/

.static-box-wrapper {
  height: 46px;
  width: 48px;
  color: var(--white);
  background-color: var(--bright-blue);
  cursor: pointer;
}

.box-wrapper {
  height: 46px;
  width: 48px;
  color: var(--bright-blue);
  background-color: var(--white);
  cursor: pointer;
}

.box-wrapper:hover {
  color: var(--white);
  background-color: var(--bright-blue);
}

.box-wrapper-red {
  height: 46px;
  width: 48px;
  color: var(--red);
  background-color: var(--white);
  cursor: pointer;
}

.box-wrapper-red:hover {
  color: var(--white);
  background-color: var(--red);
}

/**! 24.hide an un-compiled [Vue] template until it is ready  **/

[v-cloak] > * {
  display: none;
}

/* override Google One Tap container */
/* Only applies to register and login pages */
#credential_picker_container {
  position: relative !important;
}

/* left border for card in search: supplier */
.border-left-card {
  border-left: 5px solid #2a7aa2;
}
.border-left-card:hover {
  border-left-color: #0a4575;
  background-color: #f4f9ff;
}

.border_primary {
  border-color: #235ba8;
  border-width: 1.5px;
}

/* add bullet for unordered list in  tender description */
div.tender_description ul {
  list-style: inside;
  line-height: 1.5rem !important;
}

/* featured tenders: card-height  */
@media (min-width: 992px) {
  .card-height-600 {
    height: 600px;
  }
}
@media (max-width: 430px) {
  .buyer-info-card {
    background: url("../images/supplier-homepage/Logomark.webp");
    background-position: -1.9em 7.5em;
    background-repeat: no-repeat;
    background-size: 16em 16em;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 431px) and (max-width: 576px) {
  .buyer-info-card {
    background: url("../images/supplier-homepage/Logomark.webp");
    background-position: -2.4em 7.5em;
    background-repeat: no-repeat;
    background-size: 13em 13em;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .buyer-info-card {
    background: url("../images/supplier-homepage/Logomark.webp");
    background-position: -1.5em 4em;
    background-repeat: no-repeat;
    background-size: 15em 15em;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .buyer-info-card {
    background: url("../images/supplier-homepage/Logomark.webp");
    background-position: -1.9em 5em;
    background-repeat: no-repeat;
    background-size: 14em 14em;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .buyer-info-card {
    background: url("../images/supplier-homepage/Logomark.webp");
    background-position: -1.6em 4em;
    background-repeat: no-repeat;
    background-size: 14em 14em;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .buyer-info-card {
    background: url("../images/supplier-homepage/Logomark.webp");
    background-position: -1.5em 7em;
    background-repeat: no-repeat;
    background-size: 17em 17em;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 1550px) and (max-width: 1845px) {
  .buyer-info-card {
    background: url("../images/supplier-homepage/Logomark.webp");
    background-position: -3em 7em;
    background-repeat: no-repeat;
    background-size: 18em 18em;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 1846px) {
  .buyer-info-card {
    background: url("../images/supplier-homepage/Logomark.webp");
    background-position: -2em 4em;
    background-repeat: no-repeat;
    background-size: 15em 15em;
    max-width: 100%;
    max-height: 100%;
  }
}

/* account-plan: _plans_new.ejs */
.img-100 {
  width: 100px;
  height: 100px;
}

.plan-buttons button.max-w100{
  max-width: 100px;
}

/* pagination styling*/
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination li {
  padding: 10px;
  text-decoration: none;
}
.pagination li.prev-item a {
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 2px;
  border-width: 2px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-style: solid;
  font-size: 0.75rem;
  padding: 0.75rem;
  line-height: 0.75rem;
  
  background: #fff;
  border-color: #0a4575;
  color: #0a4575;
}
.pagination li.next-item a {
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 2px;
  border-width: 2px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-style: solid;
  font-size: 0.75rem;
  padding: 0.75rem;
  line-height: 0.75rem;

  background: #0a4575;
  border-color: #0a4575;
  color: #fff;
}
.pagination li.prev-item a:hover {
  background: #0a4575;
  border-color: #0a4575;
  color: #fff;
}
.pagination li.next-item a:hover {
  background: #1a2656;
  border-color: #1a2656;
  color: #fff;
}
.pagination li.active {
  font-weight: 700;
}
.pagination li.active a {
  color: #1f1f1f !important;
  font-weight: 700 !important;
}
.page-item {
  padding: 5px;
}
.pagination:first-child {
  margin-top: -30px !important;
}

/**! 26. All Plan Include css**/
.circle {
  background: rgb(65, 109, 148);
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
  width: 110px;
  height: 110px;
}

.col-md-custom {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .col-md-custom {
    width: 94%;
  }
}

@media screen and (min-width: 1200px) {
  .col-md-custom {
    width: 100%;
  }
}

/**! 27. Show Password Css **/
.input-group {
  position: relative;
  margin-bottom: 5px;
}

.input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  z-index: 1 !important;
  align-items: center;
}

.btn-toggle-password {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 10 !important;
}

.btn-toggle-password:focus,
.btn-toggle-password:hover,
.btn-toggle-password:active,
.btn-toggle-password:active:focus,
.btn-toggle-password:active:hover {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.bi-eye {
  color: #000;
  cursor: pointer;
}

.bi-eye-slash {
  color: #000;
  cursor: pointer;
}

.form-control {
  padding-right: 30px !important; /* Adjust the value as needed */
}

.form-control:focus {
  z-index: 3;
}

.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 1;
}

.custom-input-group > .form-control:focus,
.custom-input-group > .form-floating:focus-within,
.custom-input-group > .form-select:focus {
  z-index: 3;
}

.custom-input-group > .input-group > .btn-toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.custom-input-group > .input-group > .btn-toggle-password:focus,
.custom-input-group > .input-group > .btn-toggle-password:hover,
.custom-input-group > .input-group > .btn-toggle-password:active,
.custom-input-group > .input-group > .btn-toggle-password:active:focus,
.custom-input-group > .input-group > .btn-toggle-password:active:hover {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.custom-input-group > .input-group > .bi-eye {
  cursor: pointer;
}

.custom-input-group > .form-control {
  padding-right: 30px; /* Adjust the value as needed */
}

/**! 28. Accordion Css **/
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed){
  background-color: var(--at-color-accentblue,#1386af);
  color: #fff;
}

.accordion-button {
  background-color: var(--at-color-lightblue,#ddedf4);
  color: #000;
  font-size: 0.9rem;
}

.accordion-item {
  border: currentColor;
  background-color: var(--at-color-white,#f8f8f8);
}

/**! 29. pagination Css **/
.pagination li.prev-item.disabled a{
  background: #b5dee5;
  border-color: #b5dee5;
  color: #0A4575 !important;
}

.pagination li.next-item.disabled a{
  background: #b5dee5;
  border-color: #b5dee5;
  color: #fff !important;
}
/**! 29.5 image css **/
.img-account-plan {
  display: inline-block;
  filter: grayscale(1);
  max-height: 70px;
  opacity: 0.7;
  transition: all 0.3s ease-out;
}

.img-account-plan:hover {
  filter: grayscale(0);
  opacity: 1;
}

/**! 30. Carousel CSS **/
.bg-carousel-image {
  background-image: url("../images/customer-testimonials-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-control-prev {
  bottom: 6em;
  left: 0;
}

.carousel-control-next {
  bottom: 6em;
  right: 0;
}

@media screen and (max-width: 480px) {
  .carousel-control-next, 
  .carousel-control-prev {
    bottom: 4em !important;
  }
}

/* TODO: these simply set the colour, we should be able to configure $carousel-control-color instead */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231386af' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231386af' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

/**! 31. Category CSS */
.custom-col-1{
  width: 24px;
}

.custom-ms-1{
  margin-left: 0.15rem !important;
}

.custom-pe-5{
  padding-right: 4rem !important;
}

.custom-ps-5{
  padding-left: 4rem !important;
}

.custom-category-text{
  font-size:1rem !important
}

.custom-category-subtext{
  font-size:0.875rem !important
}

.custom-anchor:hover{
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  .custom-padding-left{
    padding-left:0.5rem !important
  }

  .custom-padding-right{
    padding-right: 1.5rem !important;
  }

  .custom-pt-2{
    padding-top: .5rem !important;
  }

  .custom-col-2{
    width: 22.7%;
  }

  .custom-ps-5{
    padding-left: 0rem !important;
  }
  .box-height{
    height: 79px !important;
  }
}

@media (min-width: 576px){
  .custom-sm-2 {
    width: 22.7%;
  }
  .plan-width{
    width: 290px;
  }
  .custom-ps-5{
    padding-left: 0rem !important;
  }
}

@media (min-width: 1024px){
  .custom-ps-5{
    padding-left: 4rem !important;
  }
}

@media (min-width: 1201px){
  .custom-ps-5{
    padding-left: 9rem !important;
  }
}

.box-height{
  height: 120px;
}

/* Duplicate tender modal */
.duplicateTenderLists {
  max-height: 300px;
  overflow-y: auto;
}

/* section height for pages with no content */
.vh-50 {
  height: 50vh;
}

.vr-bar-height-50 {
  height: 50px;
}

.main-content {
  min-height: calc(100vh - 121px) !important;
}

/* Tenders Sent */
.watchlist_line:hover {
  text-decoration: underline;
}

/* Payment banner */
.payment-banner-border {
  border: 1px solid #F1AEB5;
}

/* tender page: divider */
.tender-divider-hr {
  height: 1px;
  background-color: #ccc;
  border: none;
}

/* Page: About Us */
.section-border {
  border-top: #ccc 1;
}
.circle-bg {
  width: 60px; /* Adjust the size */
  height: 60px; /* Adjust the size */
  background-color: #0A4575; /* Set the desired background color */
  color: white; /* Icon color */
  border-radius: 50%; /* Makes the background circular */
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-card {
  width:61.80%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  clip-path: circle(50%);
}

/* Three dots and Custom Tooltip */
.three-dots:hover {
  background-color: #cccccc
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #333;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-size: 0.875rem;
}

.tooltip-container:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}

.custom-modal .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
/* remove bootstrap's center position */
.custom-modal.show .modal-dialog {
  transform: none;
}

.remove {
    margin-left: 8px;
    cursor: pointer;
}

.pointer {
  cursor: pointer !important;
}

.overflow-clip {
  overflow: clip;
}

.trusted-companies-image {
  margin-right: -0.8em;
  height: 49px;
}

.image-margin-right {
  margin-right: -1.5em;
}

/* New to tendering */
.bg-image-full-width {
  background: #1E5785 url('/assets/images/fullwidth-texture-bg.webp');
}

/* Payment Method Page */
.text-stroke {
  -webkit-text-stroke: 1px;
}

.default-payment-method {
  max-width: 60px; 
  position: relative; 
  top: 40px; 
  right: 5px; 
  margin-top: -60px;
}

/* --- navbar-suppliers.css --- */
/**! Nav Bar Suppliers **/
nav {
  background: none;
  z-index: 10;
}

@media (min-width: 0px) and (max-width: 991px) {
  nav {
    background: none;
    z-index: 10;
    min-height: 65px !important;
  }
}
.nav-bg-bar {
  background-color: #fff;
}
.nav-test-bg-bar {
  background-color: #FBE1BA;
}
.nav-uat-bg-bar {
  background-color: rgba(71, 29, 113, 0.19);
}

.nav-bar {
  will-change: scroll-position, transform;
  height: 65px;
  max-height: 65px;
  line-height: 62px;
}
.nav-bar .logo {
  max-height: 155%;
  margin: 0;
  margin-top: -50px;
}
.nav-bar .nav-module {
  display: inline-block;
  height: 38px;
}
.nav-bar .nav-module > a:not(.btn) {
  height: 100%;
  display: inline-block;
}
.nav-bar.nav--fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  top: 0;
}

.nav-bar.nav--fixed .logo {
  max-height: 62%;
  margin: 0;
  margin-top: -2px
}

@media all and (max-width: 992px) {

    .nav-bar .logo {
      max-height: 60%;
      margin: 0;
      margin-top: 0px;
    }
    .nav-bar .nav-module {
      height: 65px;
    }
    .utility-bar {
      display: none;
    }
}

.nav-bar.nav--fixed:not(.bg--dark):not(.bg-primary-blue):not(.bg--white) {
  background: #f8f8f8;
}
.nav-bar.nav--fixed + .nav-mobile-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  color: #222;
}
.nav-module.left {
  float: left;
}
.nav-module.right {
  float: right;
}
.nav-module:first-of-type {
  padding-left: 0;
}
.nav-module:last-of-type {
  padding-right: 0;
}
.nav-bar,
.utility-bar {
  padding: 0 1.5em 0 3.25em;
}
.utility-bar {
  overflow: hidden;
}

.utility-bar:not(.hidden) + .nav-bar + .nav-mobile-toggle {
  top: 65px;
}

@media all and (max-width: 1280px) {
  .nav-bar {
  padding: 0 15px;
  }
}
.container .nav-bar {
  padding: 0;
}
.menu {
  height: 65px;
}
.menu li {
  position: relative;
}
.menu > li {
  position: relative;
  float: left;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
.menu > li > a {
  padding: 0 1.3em;
  height: 100%;
  display: inline-block;
}
.menu > li:first-child > a {
  padding-left: 0;
}
.menu > li:last-child a {
  padding-right: 0;
}
.nav-bar.bg--white .menu > li > a {
  color:rgb(64, 63, 63);
}
.nav-bar.bg--dark .menu > li > a {
  color: #fff;
}
.menu > li > ul li:last-child > a {
  padding-bottom: 0;
}
.menu > li:hover > ul,
.menu > li > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.menu > li:hover .multi-column ul {
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.menu > li:hover .btn_account .btn_rotate{
  transform: rotate(180deg);
}
.multi-column {
  width: auto !important;
  white-space: nowrap;
}
.multi-column li {
  width: 13em;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.multi-column li ul {
  position: relative;
}
.multi-column ul li {
  float: none;
  display: block;
}
.module-applet {
  position: relative;
  padding: 0 1em;
}
.module-applet__handle {
  cursor: pointer;
  position: relative;
}
.module-applet__body {
  position: absolute;
  width: 26em;
  background: none;
  z-index: 10;
  padding: 1em;
  visibility: hidden;
  opacity: 0;
}
.module-applet__body * {
  line-height: 1.625em;
}
.module-applet:hover .module-applet__body {
  opacity: 1;
  visibility: visible;
}
.nav-mobile-toggle {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  line-height: 62px;
  padding: 0 1em;
  user-select: none;
  -webkit-user-select: none;
}

.nav-bar-login{
  box-sizing: border-box; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.05);padding: 0;height: 65px;line-height: 65px;max-height: 65px;padding-right: 30px;
}

@media all and (max-width: 992px) {
  .nav-bar {
  height: auto;
  overflow: hidden;
  }
 .nav-bar-login{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 15px;
    padding-right: 0;
  }
  .nav-bar .nav-module.left,
  .nav-bar .nav-module.right {
  float: none;
  display: block;
  }
  .nav-bar .nav-module {
  padding: 0;
  }
  .nav-bar .nav-module:not(.logo-module) {
  height: auto;
  line-height: 2em;
  }
  .menu {
  height: auto;
  }
  .menu li {
  float: none;
  width: 100%;
  }
  .menu > li {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .menu > li > a {
  padding: 0;
  }

  .menu > li:hover > a {
    opacity: .6;
  }

  .menu > li ul {
  position: relative;
  float: none;
  display: none;
  width: 100%;
  background: #fff;
  }
  .menu > li ul ul {
  left: 0;
  padding-left: 2em;
  }
  .menu > li > ul:not(.multi-column) ul {
  padding-top: 0;
  padding-bottom: 1.5em;
  }
  .menu li.active > ul,
  .menu li.active .multi-column ul {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-left:10px;
  }

  .menu li:hover  .btn_account .btn_rotate{
    transform: rotate(0deg);
  }

  .menu li.active  .btn_account .btn_rotate{
    transform: rotate(180deg);
  }

  .module-applet {
  padding: 0;
  }
  .module-applet .module-applet__body {
  position: relative;
  display: none;
  padding: 1em 0;
  opacity: 1;
  visibility: visible;
  }
  .module-applet.active .module-applet__body {
  display: block;
  }
}
.nav-open .nav-bar {
  max-height: 100000px !important;
}
.nav--fixed,
.nav--absolute {
  width: 100%;
  z-index: 99;
}
.nav--fixed {
  position: fixed;
}
.nav--absolute {
  position: absolute;
}
.nav--transparent:not(.nav--fixed) {
  background: none !important;
}
nav:not(.nav--fixed):not(.nav--absolute) {
  position: relative;
}
@media all and (max-width: 992px) {
  .nav-bar.nav--absolute,
  .nav-bar.nav--fixed {
  position: relative;
  }
  .nav-bar.nav--absolute + .nav-mobile-toggle,
  .nav-bar.nav--fixed + .nav-mobile-toggle {
  position: absolute;
  }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/**! 8.Pillar Nav Bar **/

@media (min-width: 992px) {
  .menu li .btn_account{
    margin-left: 29px;
    margin-top: 0.65rem !important;
  }
}
.menu > li a {
  /*  color: #091c37;*/
  color:  rgb(64, 63, 63);
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*  font-weight: 500;*/
  font-weight: 500;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: 1;
  font-size: 0.875rem;
}
.menu > li ul {
  right: 0;
  margin: 0;
  line-height: 1.625em !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  float: left;
  white-space: nowrap;
  background: #091c37;
  margin-top: 3px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  padding: 1.625em;
  min-width: 16em;
}
.menu > li ul li {
  padding-left: 0.42307692307692em;
}
.menu > li ul li a {
  padding-left: 0px;
  margin-left: 0px;
  width: 100%;
  color: #fff;
  /* color: #add8e6;*/
  opacity: 1;
  font-size: 0.875rem;
  text-align: left;
}
@media all and (max-width: 992px) {
  .menu > li ul {
    background: #fff;
    position: relative!important;
  }
  
  .menu > li ul li a {
    color: #000;
  }
}
.menu > li ul li a:hover {
  transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
}
.menu > li > ul {
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.05);
}
.menu > li > ul:not(.multi-column) > li.dropdown > a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 4px;
  opacity: .4;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transform: translate3d(-10px, 0, 0);
  -webkit-transform: translate3d(-10px, 0, 0);
}
.menu > li > ul:not(.multi-column) > li.dropdown:hover > a {
  transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  opacity: 1;
}
.menu > li > ul:not(.multi-column) > li.dropdown:hover > a:after {
  opacity: 1;
  transform: translate3d(-3px, 0, 0);
  -webkit-transform: translate3d(-3px, 0, 0);
}
.menu > li > ul:not(.multi-column) ul {
  top: 0;
  left: calc(112%);
}
.menu > li > ul a {
  display: inline-block;
  padding: 0 1em 1.3em 1em;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: .5;
}
.menu > li > ul a:hover {
  opacity: 1;
}
@media all and (max-width: 990px) {
  .menu > li ul ul {
    padding-left: 0;
  }
}

.banner-hidden{
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0s linear;
}


.support-nav-dropdown{
  right: -90px;
}

.resource-nav-dropdown{
  right:-166px;
}
.pricing-nav-dropdown{
  right:-64px;
}

/* --- colors.css --- */
/** Colours **/

/** Overide Bootstrap Theme Colours **/
:root {
    --bs-dark-rgb: 9, 28, 55;
    --bs-primary-rgb: 10, 69, 117;
    --bs-secondary-rgb: 42, 122, 162;
    --bs-body-bg-rgb: 248, 248, 248;
    --primary-blue: #0A4575;
    --secondary-blue: #2A7AA2;
    --light-blue: #E0ECF3;
    --blue-200: #9EC5FE;
    --dark-blue: #091C37;
    --bright-blue: #235BA8;
    --medium-blue: #1A2656;
    --orange: #F57722;
    --white: #ffffff;
    --white-smoke: #F8F8F8;
    --dark-gray: #353535;
    --dim-gray: #666666;
    --silverfox: #cccccc;
    --red: #B74444;
    --at-color-white:#f8f8f8;
    --deep-sea:#091C37;
    --bs-danger: #58151C;
}

/** AT Custom Colours **/

.primary-blue{
  color: var(--primary-blue);
}

.secondary-blue {
  color: var(--secondary-blue);
}

.blue-200 {
  color: var(--blue-200);
}
.bright-blue {
  color: var(--bright-blue);
}

.dark-gray {
  color: var(--dark-gray);
}

.dim-gray {
  color: var(--dim-gray);
}

.red {
  color: var(--red);
}

.white{
  color: var(--white);
}

.bs-danger {
  color: var(--bs-danger)
}

/*** Background Colors  ***/

.bg--dark {
    /** background-color: #091c37; **/
    background-color: var(--dark-blue);
    color: #fff;
}

.bg--dark a {
  color:#fff;
}

.bg-dark-blue {
    /** background-color: #091c37; **/
    background-color: var(--dark-blue);
    color: #fff;
}

.bg-white-smoke {
    /* background: #f4f4f4; */
    background: var(--white-smoke);
      }

.bg-primary-blue {
      /** background: #094575; **/
      background: var(--primary-blue);
      color: #fff;
  }

.bg-bright-blue {
        background: var(--bright-blue);
        color: #fff;
}

.bg-light-blue {
  background: var(--light-blue);
}

.bg-medium-blue {
  background: var(--medium-blue);
  color: #fff;
}

.bg-accent-blue {
  background: #1386AF;
  color: #fff;
}

.bg--white {
  /** background: #fff; **/
  background: var(--white);
}

/* payment-banner background */
.bg-bs-danger {
  background: #F8D7DA;
}

.body {
  background-color: var(--white-smoke);
}

.details-heading {
  color: var(--primary-blue);
}

.plan-color{
  color: #a5c1d2 !important;
}

.banner-text{
  color: #c29ffa;
}

.count-color{
  background-color: var(--secondary-blue,#2A7AA2);
}

.sub-category-color{
  color:var(--deep-sea,#091C37)
}

.color-white{
  background-color: rgb(227, 232, 238);
}

.border-primary-subtle {
  border-color: var(--blue-200) !important;
}

.border-bright-blue {
  border-color: var(--bright-blue) !important;
}

/* --- typography.css --- */
/** TYPOGRAPHY & ICONS**/

/** Base Default Typography **/
html {
  font-size: 100%;
}

@media all and (max-width: 576px) {
  html {
  font-size: 87.5%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Inter', 'Helvetica', 'Arial', sans-serif;
  color: #353535;
  background-color: var(--white-smoke);
}
.fs-my-tenders {
  font-size: 2.375rem !important;
}
/* additional font size to bootstrap */
.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.fw-medium {
  font-weight: 500 !important;
}

/** Headings  **/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 3.0em;
  line-height: 1.25em;
  margin-bottom: 0.40625em;
}
h2,
.h2 {
  font-size: 2.5em;
  line-height: 1.25em;
  margin-bottom: 0.57777777777778em;
}

h3,
.h3 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0.8125em;
}

h4,
.h4 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1.1304347826087em;
}

.details-heading {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1.1304347826087em;
}

h5,
.h5 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1.625em;
}

h6,
.h6 {
  font-size: 1em;
  line-height: 1.625em;
  margin-bottom: 2.36363636363636em;
}



.bg_page_header h1 {
  color: #fff;
}

.bg_page_header h2 {
  color: #fff;
}

.bg_page_header h3 {
  color: #fff;
}
p {
  margin-bottom: 1em;
}

ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.625em;
}

ul,
ol {
  list-style: none;
}

ul:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content),
ol:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content) {
  line-height: 2.34375em;
}

ul.bullets {
  list-style: inside;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

blockquote {
  font-size: 2em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.625em 0;
  border-color: #f4f4f4;
}

hr.blue-hr-bar {
  height: 1px;
  background-color: #0A4575;
  border: none;
}

.page_lead {
    color: #FFFFFF;
    font-size: 1.25em;
}
  
  .lead:last-child {
    margin-bottom: 0;
  }

  a {
    color: #235ba8;
    text-decoration: none;
  }

  a:hover {
    color: #1e4c8c;
    text-decoration: underline;
  }
  
  a:hover,
  a:focus,
  a:active {
    outline: none;
  }

  span a,
  p a {
    text-decoration: underline;
  }

  span a:hover,
  p a:hover {
    text-decoration: underline;
    opacity: .9;
  }

  .tender-card-anchor a:hover { text-decoration: none !important; }
  .tender-card-anchor .fs-5:hover { text-decoration: underline; } 

  .bg-white-smoke hr {
    border-color: #e7e7e7;
  }


  .bg-primary-blue p,
  .bg-primary-blue span,
  .bg-primary-blue ul,
  .bg-primary-blue a:not(.btn),
  .bg-primary-blue .icon {
    color: #fff;
    opacity: .9;
  }

  .bg-primary-blue h1,
  .bg-primary-blue h2,
  .bg-primary-blue h3,
  .bg-primary-blue h4,
  .bg-primary-blue h5,
  .bg-primary-blue h6,
  .bg-primary-blue i {
    color: #fff;
  }

  .link-list li:nth-child(even) {
    background: #f4f4f4;
  }

  .link-list li a {
    display: inline-block;
    padding: 0.40625em;
    font-style: italic;
    opacity: .5;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
  }

  .link-list li a:before {
    content: '\203A';
    opacity: .5;
    margin-right: 0.8125em;
  }

  .link-list li a:hover {
    opacity: 1;
  }

  p[class*='col-'] {
    padding: 0;
  }

  span.label {
    display: inline-block;
    font-variant-ligatures: common-ligatures;
    margin: 0;
    margin-bottom: 2.36363636363636em;
    line-height: 2.6em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 10px;
    padding: 0 8px;
    color: #fff !important;
    background: #64b671;
    position: absolute;
    top: 13px;
    right: 13px;
  }

  .menu li a + span.label {
    right: 26px;
    top: 0;
    max-height: 20px;
    line-height: 20px;
  }

  /*! Typography -- Helpers */

.overlay{
  overflow: auto;
  overflow-wrap: break-word;
}

/* Watchlist status badges */
.badge-bg-skyblue {
  color: #FFFFFF !important;
  background-color: #0D6EFD !important;
}

.badge-bg-light-blue {
  color: #0A4575 !important;
  background-color: #E0ECF3 !important;
}
.badge-bg-blue-shade {
  color: #0A4575 !important;
  background-color: #E0ECF3 !important;
}
.badge-bg-slate-blue {
  color: #FFFFFF !important;
  background-color: #6A7695 !important;
}
.badge-bg-green-shade {
  color: #425041 !important;
  background-color: #DDEEDE !important;
}
.badge-bg-pink-shade {
  color: #6F4848 !important;
  background-color: #F4D8D8 !important;
}
.badge-bg-yellow-shade {
  color: #6C6737 !important;
  background-color: #F6F1C0 !important;
}
.badge-bg-grey-shade {
  color: #715B31 !important;
  background-color: #ECD1B2 !important;
}
.badge-bg-invited-shade {
  color: #4B2E6B !important;
  background-color: #E5D9F2 !important;
}
.badge-bg-restricted-shade {
  color: #7A3E13 !important;
  background-color: #FBE1C6 !important;
}
.badge-draft-tender {
  color: #FFFFFF !important;
  background-color: #0A4575 !important;
}
.badge-scheduled-tender {
  color: #495057 !important;
  background-color: #CED4DA !important;
}

/* Orange Box for message regarding documents not yet released */

.orange-box {
  padding: 10px; 
  margin: 20px 0 0 0; 
  background-color: #F57722; 
  color: #fff; 
  font-weight: bold;
  width: 100%;
  }

/** BOOTSTRAP ICONS**/
.bi.md-12 { font-size: 12px; }
.bi.md-14 { font-size: 14px; }
.bi.md-16 { font-size: 16px; }
.bi.md-18 { font-size: 18px; }
.bi.md-24 { font-size: 24px; }
.bi.md-32 { font-size: 32px; }
.bi.md-36 { font-size: 36px; }
.bi.md-48 { font-size: 48px; }
.bi.md-72 { font-size: 72px; }

.text-size-15{
  font-size: 0.875rem;
}

.text-size-12{
  font-size: 0.75rem !important;
}


.text-size-32{
  font-size: 32px;
}

.text-orange {
  color: var(--orange) !important;
}

.issuer-tenders-page h2.h4-style {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1.13em;
  font-weight: 600;
}

.ai-tender-description-section-heading {
  font-size: 1.25rem;
}

/* --- buttons.css --- */
/********* Buttons   ***********/

/**! 8. Buttons **/
.btn {
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 2px;
  padding: 1rem;
  border-width: 2px;
  line-height: 1rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.btn-primary,
.btn-primary:visited {
  background: #f57722;
  border-color: #f57722;
  color: #fff;
}

.btn-primary:hover {
  background-color: #cd601b;
  border-color: #cd601b;
}

.btn-primary:active {
  background: #f57722;
  border-color: #cd601b;
}

.btn-primary-blue {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}

.btn-primary-blue:hover {
  background: var(--dark-blue);
  border-color: var(--dark-blue);
  color: #fff;
}

.btn-secondary {
  background: var(--bright-blue);
  border-color: var(--bright-blue);
}

.btn-secondary:hover {
  background: #1a2656;
  border-color: #1a2656;
  color: #fff;
}

.btn-tertiary {
  background: #2a7aa2;
  border-color: #2a7aa2;
}

.btn-tertiary:hover {
  background: var(--medium-blue);
  border-color: var(--medium-blue);
  color: #fff;
}

.btn-outline-primary,
.btn-outline-primary:visited {
  background: #fff;
  border-style: solid;
  border-color: #f57722;
  color: #f57722;
}

.btn-outline-primary:hover {
  background-color: #cd601b;
  border-color: #cd601b;
  color: #fff;
}

.btn-outline-secondary {
  background: #fff;
  border-style: solid;
  border-color: #0a4575;
  color: #0a4575;
}

.btn-outline-secondary:hover {
  background: #0a4575;
  border-color: #0a4575;
  color: #fff;
}
.btn-outline-cancel {
  background-color: var(--dark-blue);
  border-style: solid;
  border-color: #fff;
  color: var(--white);
}

.btn-outline-cancel:hover {
  background-color: var(--white);
  border-style: solid;
  border-color: #fff;
  color: var(--dark-blue);
}

.btn-outline-delete {
  background-color: var(--red);
  border-style: solid;
  border-color: var(--red);
  color: var(--white);
}

.btn-outline-delete:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--red);
}

.btn-link {
  background: none;
  border: none;
  color: var(--deep-sea);
  padding: 0;
  font-size: inherit;
  text-decoration: underline;
}

.btn-lg {
  padding-left: 5rem;
  padding-right: 5rem;
}

.btn-sm {
  padding: 0.75rem;
  line-height: 0.75rem;
}

.btn-outline-white {
  background-color: var(--white);
  border-style: solid;
  border-color: var(--silverfox);
  color: var(--deep-sea);
}

.btn-outline-white:hover {
  background-color: var(--deep-sea);
  border-style: solid;
  border-color: var(--deep-sea);
  color: var(--white);
}

.select {
  display: grid;
  grid-template-areas: select;
  height: 35px;
  max-width: 19ch;
  border: 1px solid var(--silverfox);
  border-radius: 0.45em;
  padding: 0 0 1em 1em;
  font-size: 0.85rem;
  cursor: pointer;
  line-height: 1.1;
  align-items: center;
  background: url("../fonts/arrow_drop_down_black_24dp.webp") no-repeat right
    white;
}
.standard-select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1rem 1.10rem 0;
  margin: 0;
  height: 50%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  grid-area: select;
}
select {
  /* A reset of styles, including removing the default dropdown arrow */
  appearance: none;
  /* Additional resets for further consistency */
  background-color: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0;
  width: 100%;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

.btn-no-html {
  border: none;
  background: none;
}

.btn_banner {
  background: #6610f2 !important;
  border-color: #6610f2 !important;
  text-transform: none;
  letter-spacing: 0;
}

.standard-button {
  background-color: white;
  border-radius: 0.45em;
  border: 1px solid var(--silverfox);
  height: 35px;
  padding: 0 1.5em;
}

.copied {
  background-color: #091c37 !important;
  color: white !important;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

/* --- forms.css --- */
/** forms **/

.form-label {
  margin: 0;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.form-control {
  font-size: 0.875rem;
  padding: 0.875rem;
  border-radius: 0.2rem;
  font-weight: 500;
  color: var(--bs-primary-rgb);
}

.form-control::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--dim-gray);
}

.vue-treeselect {
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.2rem;
}

.vue-treeselect__control {
  min-height: 50px;
  border-radius: 3px;
}

.vue-treeselect__placeholder {
  padding-top: 8px;
  font-weight: 400;
  color: var(--dim-gray);
}

.vue-treeselect__input {
  font-size: 1.0rem;
  font-weight: 500;
  color: var(--bs-primary-rgb);
}
.vue-treeselect__sizer {
  font-size: 1.0rem;
}

.vue-treeselect__checkbox {
  line-height: 3.0rem;
  width: 1.0rem;
  height: 1.0rem;
}

.vue-treeselect__check-mark, .vue-treeselect__minus-mark {
  margin-left: 0.0875rem;
  margin-top: 0.0875rem;
  width: 0.60rem;
  height: 0.60rem;
  background-size: 0.60rem 0.60rem;
}

.vue-treeselect__multi-value-item{
  background: #E0ECF3;
  color: #235BA8;
}

.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 0px;
}

.vue-treeselect--disabled .vue-treeselect__placeholder {
  color: #dddddd !important;
}

#treeIssuers .vue-treeselect__menu:has(.vue-treeselect__tip):not(:has(.vue-treeselect__list)) {
  display: none;
}

#treeIssuers .vue-treeselect--open:not(:has(.vue-treeselect__list)) .vue-treeselect__control {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* In the page header section, we use different styles for the tree dropdowns */
.bg_page_header .vue-treeselect__control {
  min-height: 39px;
}
.bg_page_header .vue-treeselect__placeholder {
  padding: 2px;
}

/***** International Phone Number Input ****/
.iti { 
  width: 100%; 
}

.grey-line {
  border-top: 1px solid #bbb;
}

/* Safe to delete after WRD-2836 */
.alert-keywords-dynamic-textarea {
  overflow-y: hidden;
  resize: none;
}

/* Safe to delete after WRD-2836 */
.alert-form-keyword-match-warning {
  display: inline-block;
  margin-top: 0.5rem;
  background-color: #fff3cd;
  width: auto;
  max-width: none;
  min-width: 320px;
}

.tagify {
  --tag-border-radius: 1.2rem;
  --tag-inset-shadow-size: 8rem; /* White bar showup inside long tag fixes */

  padding: 0.4rem 0;
  border-radius: .2rem;
  font-size: 0.875rem;
  display: flex !important;
  flex-wrap: wrap !important;
}

.tagify--focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.tagify::after {
  content: 'hit return ↵ to save word/phrase';
  color: #999;
  padding: 1.1rem .5rem;
  margin-left: auto;
  white-space: nowrap;
}

.tagify__tag-text {
  border-right: 1px solid white;
  padding-right: 8px;
}

.tagify.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.tagify.is-invalid:focus-within {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input:checked {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.vue-treeselect__multi-value-item {
  background-color: #e3f2fd !important;
  color: #0a4575;
  border-radius: 1.2rem;
  font-size: 0.875rem;
}

.vue-treeselect__multi-value-item:hover {
  background-color: #D3E2E2 !important;
}

.vue-treeselect__value-remove {
  color: black;
}

/* --- modals.css --- */

.modal-content-dark {
  background-color:var(--dark-blue);
  color:var(--white);
  }

.modal-content-dark h5 {
    color:var(--white);
  }

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-body{
  font-size: var(--small-font-size);
}

.modal-body .card .card-header {
  background-color: var(--bright-blue);
  color: white;
}
