.text-blue {
  color: #0082ff;
}
.micar h3 {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

section.center-block .micar .image {
  display: flex;
  justify-content: center;
}

section.center-block .micar .image img{
  margin-bottom: 12px;
  height: 136px;
}
@media (max-width: 767.98px) {
  section.center-block .micar .image img{
    margin-bottom: 0;
  }
  section.center-block .micar h1{
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.micar .terms-text {
  overflow: overlay;
  font-family: 'VisbyRoundCF-DemiBold', Arial, sans-serif !important;
  text-align: left !important;
}

#micar-normal-step0-form a{
  text-decoration: underline;
  color:#0082FF;
}
.micar h3.text-centered {
  text-align: center !important;
}

.micar h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.micar p {
  font-family: "VisbyRoundCF-Medium", Arial, sans-serif !important;
  color: #535353;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 500 !important;
}

.micar label {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.13px;
}

.text-bold {
  font-weight: bold;
}

.text-centered {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.custody-subscription {
  list-style: inside;
  text-align: left;
  padding-bottom: 42px;
}

input.error,
.checkbox.error {
  border: 1px solid #ff2b2b !important;
}

button:disabled {
  background-color: rgba(122, 122, 122, 0.75);
  cursor: not-allowed;
}

section.micar-account-type {
  max-width: 1200px;
  margin: 0 auto;
}

.micar .card {
  border-radius: 15px;
  padding: 30px 60px;
  height: 580px;
  width: 485px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}

.normal-account, .yield-account {
  background: linear-gradient(161deg, #001736 0.81%, #1a3b6b 98.73%);
  color: white;
}

@media (max-width: 768px) {
  .yield-account {
    margin-bottom: 8px;
  }
}

.micar-landing h2 {
  max-width: 609px;
  text-align: center !important;
  margin: 0 auto 24px auto !important;
  color: #051E41 !important;
  line-height: 54px !important;
  text-transform: capitalize;
}

.micar-landing .card {
  max-height: 570px;
  border-radius: 32px;
  img {
    margin: 30px auto;
  }
  .account-pill {
    font-size: 28px;
    font-weight: 700 !important;
  }
}

.micar-landing .account-pill {
  margin-bottom: 0 !important;
  i {
    font-size: 18px;
  }
}

.micar-landing p {
  margin: 0 auto 44px auto !important;
  color: #535353;
}

.micar-landing p.account-description {
  margin: auto !important;
  color: #FFFFFF !important;
  line-height: 26px !important;
}

.micar-landing a {
  margin-bottom: 50px;
  max-width: 220px;
  border-radius: 10px;
  font-size: 16px;
}

.micar-landing .notification-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 50px 0 61px 0;
  padding: 15px 20px;
  border-radius: 10px;
  background: rgba(0, 129, 255, 0.10);
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.micar-landing .notification-banner a {
  color: #0081FF !important;
  text-decoration: underline;
  white-space: nowrap;
}

.micar-landing .notification-banner .fa-info-circle {
  color: #0081FF;
}

body .container-fluid .micar-banner {
  margin: 16px auto;
  text-align: center;
  color: #A1A1A1;
}

@media (max-width: 767px) {
  body .container-fluid .micar-banner {
    margin: 16px 0;
  }
  .micar .card {
    height: auto !important;
  }
}

.border-wrapper {
  background: linear-gradient(to bottom left, #D4EAFF, #0082FF);
  padding: 1px;
  border-radius: 15px;
  display: inline-block;
  margin-top:5px;
}

.custody-account {
  background: white;
  color: black;
  border-radius: 15px;
  background: white;
  border-radius: 13px;
  padding: 16px;
  p {
    padding-bottom: 20px;
  }
}
.account-pill {
  width: 188px;
  height: 42px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-weight: bold;
  i {
    padding-right: 10px;
  }
}
.custody-account .account-pill {
  border: none;
  background: none;
}



.features {
  list-style: none;
  padding: 0;
}
.features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: bold;
  div {
    text-align: left;
  }
  div.feature-text {
    line-height: normal;
    margin-top: 0;
    padding-top: 0;
  }
}
.features li p {
  font-size: 13px;
  font-weight: 500;
  color: #b7cceb;
  text-align: left;
  line-height: 19px;
}
.custody-account .features li {
  margin-bottom: 0;
}
.custody-account div.feature-text {
  color: #121212;
}
.custody-account div.feature-text p {
  color: #666;
  line-height: 22px;
}
.custody-account div.feature-text strong {
  line-height: normal;
}
.icon-circle {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 24, 56, 0.52);
  border: 1px solid #0082ff;
  border-radius: 50%;
  margin-right: 14px;
}

.card.normal-account.nav, .card.yield-account.nav {
  padding: 0 15px;
  margin: 12px auto;
}

.features.nav .icon-circle,
.features-small .icon-circle {
  width: 40px;
}
.features.nav li {
  display: flex !important;
  align-items: flex-start !important;
  border-bottom: none !important;
}

.features-small {
  padding: 28px 0;
}

.features-small li {
  display: flex !important;
  align-items: center !important;
  border-bottom: none;
  height: 48px !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: normal;
  width: 100%;
  padding-left: 0;
}

.features-small li a {
  display: flex !important;
  font-size: 13px !important;
  align-items: center !important;
  justify-content: center;
}

.btn-micar-nav {
  font-size: 13px !important;
  text-align: center !important;
  font-weight: 700 !important;
  display: inline-block !important;
  height: 50px !important;
  line-height: normal !important;
  margin: 0 auto 16px auto !important;
  padding: 15px!important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 767.98px) {
  .features.nav{
    margin: 0 0 20px 20px;
  }
  .nav-title:after {
    display: none !important;
  }
}

.nav-title {
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  cursor: auto !important;
}

.custody-account .icon-circle{
  border: none;
  background: #F6F7F9;
}


.btn-account {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 40px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
}
.btn-primary {
  background: #0082ff;
  color: white;
}
.btn-secondary {
  background: #d4eaff;
  color: black;
}
.btn-outlined {
  background: #ffff;
  color: black;
  border-radius: 10px;
  border: 1px solid #0082FF;
}

/* FAQ Section step1*/
.faq-card {
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  margin: 24px 0;
}
.faq-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.faq-header {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.faq-item:last-child {
  border-bottom: none;
}

.faq-card .icon-circle {
  background: #f6f7f9;
  border: none;
}

.faq-icon {
  color: #0082ff;
  font-size: 12px;
  font-weight: 900;
}

.faq-arrow {
  color: #1f2533;
  font-size: 10px;
  font-weight: 900;
  transition: transform 0.3s ease;
}
.faq-answer {
  display: none;
  padding-top: 10px;
  color: #555;
}
.faq-item.active .faq-arrow {
  transform: rotate(90deg);
}

.coin-card {
  border-radius: 10px !important;
  .state {
    position: static !important;
  }
}
.coin-cards-column {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* Accordion Section */
.normal-features-container {
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
  padding-left: 0 !important;
}
.normal-features-header {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.carousel-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 15px;
  scrollbar-width: none;
  padding-bottom: 10px;
  white-space: nowrap;
}
.carousel-wrapper::-webkit-scrollbar {
  display: none;
}
.carousel-wrapper {
  cursor: grab;
  scroll-behavior: smooth;
}

.carousel-wrapper.active {
  cursor: grabbing;
}
.carousel-item {
  flex: 0 0 auto;
  width: 225px;
  height: 159px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  display: inline-block;
}
.normal-features-card {
  border-radius: 10px;
  width: 225px;
  height: 159px;
  position: relative;
  overflow: hidden;
  color: white;
  text-align: left;
}
.normal-features-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.normal-features-card-text {
  position: absolute;
  color: white;
  font-size: 15px;
  font-weight: 700;
  bottom: 10px;
  left: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  p {
    color: #e0edff;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
  }
}

.micar .notification {
  margin: 0 20px 32px 20px;
  display: flex;
  padding: 12px 22px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 12px;
  background: rgba(0, 130, 255, 0.1);
}

label#label-custody-payment-agreement {
  width: 80%;
}

/* #custody-pay-btn:disabled {
  background-color: transparent;
  border: 1px solid #0082FF;
}
#custody-pay-btn {
  border: 1px solid transparent;
} */


.micar-steps .terms-text h1{
  font-size:22px !important;
  margin-bottom:10px !important;
}
.micar-steps .terms-text h2{
  font-size:20px !important;
}
.micar-steps .terms-text h3{
  font-size:16px !important;
  line-height: 22px !important;
  margin-top:10px !important;
}
.micar-steps .terms-text {
  font-size:15px !important;
  line-height: 26px !important;
}
.micar-steps .micar h3.text-centered {
  font-size:20px !important;
  line-height: 30px !important;
}

.micar-normal-step0-form-wrapper, .micar-custody-step1-form-wrapper, .micar-normal-step1-form-wrapper,
.micar-custody-step2-form-wrapper, .micar-normal-step2-form-wrapper {
    position: sticky;
    bottom: 0;
    padding: 37px;
    background: white;
    border: 1px solid #d3cece;
    text-align: center;
}

#micar-normal-step0-form, #micar-custody-step1-form, #micar-normal-step1-form, #micar-custody-step2-form, #micar-normal-step2-form {
    display: inline-block;
    max-width: 50%;
}

.overflow-hidden{
    overflow: hidden;
}

.lang-width{
    width: 115px;
}

#terms-text{
    height: 70vh;
}

@media (max-width: 767.98px) {
    .micar-normal-step0-form-wrapper, .micar-custody-step1-form-wrapper{
        padding: 27px;
    }
    .micar-normal-step0-form, .micar-custody-step1-form {
        max-width: 100%;
    }
    #label-terms1{
        font-size: 12px;
    }
    
}
@media (max-width: 1024px) {

  .micar .card {
    height: 624px;
  }
}