@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kodchasan&display=swap);

html[data-bs-theme="dark"] {
  --color-pr: #ffffff;
  --toggle-label-color: #ffffff;
  --toggle-label-fs: 16px;
  --toggle-label-fw: 400;
  --profile-subtext: #7c8fac !important;
}

[data-bs-theme="light"] {
  --color-pr: #2A3547 !important;
  --toggle-label-color: #000000;
  --toggle-label-fs: 16px;
  --toggle-label-fw: 400;
  --profile-subtext: #111C2D66 !important;
    
}
/* .plan-info {
    display: flex;
    flex-direction: column;
    min-height: 208px;
    max-height: 350px;
} */

.text-right {
  text-align: right !important;
}
.text-blue {
  color: #004DFF !important
}
.bg-blue {
  background-color: #004DFF !important;
}
.plan-trial-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plan-info ul {
    line-height: 30px;
    list-style-type: disc;
    font-size: 15px !important;
    padding: 0 0px 0 18px !important;
}

#upgrade-confirm-modal .modal-xl {
   --bs-modal-width: 800px;
}
.plan-info li {
  font-weight: 400 !important;
}

.close-modal-btn {
    top: 30px;
    right: 30px;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background-color: #F2F2F2 !important;
    border: #F2F2F2 !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
}
.color-pr {
    color: var(--color-pr) !important;
}

.modal-card {
  min-width: 640px;
  max-width: 640px;
  border-radius: 16px;
  box-shadow: 0px 2px 30px 15px #2553B91A;
  background: white;
  padding: 24px 28px;
  position: relative;
}
.btn-close {
  padding: 16px !important;
  --bs-btn-close-opacity: 1;
}


#custom-plan-modal .modal-body {
  padding-left: 50px;
  padding-right: 50px;
}
#custom-plan-modal label, .color-custom-text {
  color: #111C2D;
}

#custom-plan-modal .modal-content {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01);
    border-radius: 2rem;
    
}

#custom-plan-modal .modal-dialog {
  max-width: 800px !important;
}

.custom-modal-close {
  top: 30px;
  right: 30px;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background-color: #F2F2F2 !important;
  border: #F2F2F2 !important;
  margin-top: 5px !important;
  margin-right: 5px !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-left: 74px;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border-radius: 8px;
}
.iti__country-list{
  max-width: unset;
  position: relative;
}

.iti__country {
  padding: 5px 10px !important;
  outline: none;
} 

.header-fp, .header-fp.header-sticky {
    background-color: #FFFFFF99 !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: unset !important;
    position: fixed ;
}
.warning-badge {
  border-radius: 12px;
  background-color: #FFED2680;
  color: #111C2D !important;
}
@media (max-width: 768px) {
.changePlanbtn {
  margin-top: 48px;
}
.header-fp, .header-fp.header-sticky {
  position: static;
  backdrop-filter: unset !important;
  background-color: #FFFFFF !important;
  box-shadow: unset !important;

}
}