/**!**************/
/**! 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;
}

/* 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%; 
  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;
}
