#contact .main-color-red {
  color: #e31c79;
}

#contact .main-color-black {
  color: #202020;
}

#contact .main-color-grey {
  color: #626262;
}

#contact .main-color-blue {
  color: #003f67;
}

#contact .main-bg-color-blue {
  background-color: #003f67;
}


#contact .error-msg {
  color: #f44336 !important;
  font-family: "dboz-l" !important;
}

#contact .main-bg-color-red {
  color: #e31c79;
}

#contact .update-bank-account-section1 {
  position: relative;
  display: flex;
  align-items: center;
}

#contact .btn-ok {
  min-height: 56px;
  font-size: 24px;
  background-color: #00b4f1;
  color: #fff;
  padding-inline: 0;
}

#contact .loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#contact .update-bank-account-section1 {
  background-image: url("/static/images/updateBankAccount/bg/updateBankAccount-bg-1-destop.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: 100%;
  padding: 92px 0;
}

#contact .update-bank-account-bg-2 {
  background-image: url("/static/images/updateBankAccount/bg/updateBankAccount-bg-2-destop.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: 100%;
  padding: 50px 0;
}

#contact .update-bank-account-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #202020;
  text-align: start;
}

#contact .update-bank-account-content h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  text-align: start;
}

#contact .accordion-body {
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.9) 100%);
  padding: 34px;
  box-shadow: 4px 14px 30px rgba(9, 30, 66, 0.1);

  border-radius: 20px 20px 0px 0px !important;
}

#contact .accordion-button:not(.collapsed)::after {
  background-image: url("/static/images/share/up-icon-white.svg") !important;
}

#contact .accordion-button.collapsed::after {
  background-image: url("/static/images/share/down-icon.svg") !important;
}

#contact .accordion-item-1 {
  border-radius: 0px;
}

#contact .accordion-header {
  font-weight: 500;
  font-size: 34px;
  line-height: 36px;
}

#contact .h3-m {
  font-size: 24px !important;
  line-height: 36px !important;
  padding: 10px;
}

#contact button.accordion-button.collapsed {
  background-color: #fff;
  color: #003F67;
  border-radius: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  padding: 0px 15px;
}

#contact .accordion-button-header {
  border: none;
  color: #003f67;
  transition: none;
  transform: none;
  box-shadow: none;
}

#contact .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 20px 20px 20px 20px !important;
}

#contact .accordion-flush .accordion-button:not(.collapsed) {
  border-radius: 20px 20px 20px 20px !important;
  background: #003f67;
  color: #fff;
  padding: 0 15px;
}

#contact .accordion-update-bank-account-text-header {
  font-weight: 500;
  font-size: 34px;
  line-height: 36px;
  color: #202020;
  padding-bottom: 20px;
}

#contact .accordion-update-bank-account-text-content li {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #202020;
}

#contact .accordion-update-bank-account ul {
  padding-left: 40px;
}

#contact .accordion-update-bank-account li {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  padding-left: 10px;
}

#contact .accordion-text-detail {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
}

#contact .abstract-technology {
  margin-top: 30vw !important;
  z-index: -1;
}

#contact .banner {
  background-image: url("/static/images/updateBankAccount/bg/bg-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: top;
  height: 600px;
  /* height: 40vw; */
}

#contact h1.banner-title {
  font-weight: 500;
  font-size: 54px;
  line-height: 58px;
  color: #ffffff;
}

@media (max-width: 575px) {
  #contact .accordion-button {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }

  #contact .accordion-update-bank-account-text-content {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }

  #contact .accordion-update-bank-account li {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }

  #contact .accordion-text-detail {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }

  #contact .update-bank-account-bg-1 {
    background-image: url("/static/images/updateBankAccount/bg/updateBankAccount-bg-1-mobile.svg");
    z-index: 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
    background-size: cover;
    height: 300px;
  }

  #contact .update-bank-account-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #202020;
    text-align: start;
  }

  #contact .update-bank-account-content h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    color: #ffffff;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* #contact .breadcrumb {
    padding-top: 50px !important;
  } */

  #contact .abstract-technology {
    margin-top: 110vw !important;
    z-index: -1;
  }
}

#update-bank-account-form {
  color: #202020;
}

#update-bank-account-form .text-red {
  color: #f44336;
}

#update-bank-account-form .color-red {
  color: #e31c79;
}

#update-bank-account-form .text-more-file {
  color: #00b4f1;
}

#update-bank-account-form .bg-color-red {
  background-color: #e31c79;
}

#update-bank-account-form .text-detail {
  font-size: 16px;
}

#update-bank-account-form .btn-submit {
  font-size: 32px;
}

#update-bank-account-form .btn-submit:disabled {
  background-color: #a2aaad;
}

#update-bank-account-form .btn-back {
  font-size: 32px;
  color: #a2aaad;
  background-color: #fff;
  border: 1px;
}

/*   */
@media (min-width: 350px) and (max-width: 768px) {
  #update-bank-account-form .btn-submit {
    font-size: 24px;
  }

  #update-bank-account-form .btn-back {
    font-size: 24px;
  }

  #update-bank-account-form .large-title {
    font-size: 34px;
  }

  #update-bank-account-form .medium-title {
    font-size: 28px;
  }

  #update-bank-account-form .text-detail {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #update-bank-account-form .form-check-input {
    bottom: -5px !important;
  }
}

@media (min-width: 992px) {
  #update-bank-account-form .form-check-input {
    bottom: -5px !important;
  }
  #contact .banner {
    background-image: url("/static/images/updateBankAccount/bg/bg-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top;
    /* height: 600px; */
    height: 40vw;
  }
}