input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
}

.fs-14 {
    font-size: 14px !important;
}

.font-poppins {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.light-bg {
    background-color: #e9edf4 !important;
}

.register-card {
    background-color: #FFFFFF !important;
    border-radius: 18px !important;
    padding: 45px !important;
    padding-top: 40px !important;
}

.register-heading {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
    color: #314EB2 !important;
    margin-bottom: 37px;
}

.register-form-group {
    margin-top: 10px !important;
    min-height: 56px !important;
    border: 1px solid #6C6C6C !important;
    border-radius: 6px !important;
    max-width: 498px !important;
    width: 100%;
}

.register-input {
    width: 90%;
    position: absolute;
    bottom: 6px;
    left: 15px;
    outline: none !important;
    border: none !important;
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: #000 !important;
    background: white !important;
}

.register-label {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: #000 !important;
    position: absolute !important;
    top: 50%;
    left: 16px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    pointer-events: none;
}

.text-p {
    color: #585858 !important;
}

.text-p-2 {
    color: #828282 !important;
}

.register-input:focus+label,
.register-input:not(:placeholder-shown)+label {
    top: 15px;
    color: #314EB2 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.register-form-group:has(.register-input:focus) {
    border: 1px solid #314EB2 !important;
}

.scurity-text {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 19.5px !important;
    max-width: 434px;
    text-align: center;
    margin-bottom: 20px !important;
}

.continue-button {
    box-shadow: 0px 1px 3px 1px #00000026, 1px 3px 3.7px 0px #0000004D !important;
    border-radius: 29px !important;
    background: #314EB2 !important;
    max-width: 498px;
    width: 100%;
    color: white;
    padding-block: 18.5px !important;
    border: none !important;
    margin-bottom: 12px;
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
}

.disable-continue-button {
    background-color: #ACAFBB !important;
    pointer-events: none;
}


.max-w-498 {
    max-width: 498px !important;
    width: 100%;
}

.min-h-211 {
    min-height: 211px;
}

.icon-container {
    max-width: 409px;
    margin-bottom: 50px;

}

.progress-icon {
    width: 55px !important;
    height: 55px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A4A3A5;
    border-radius: 50%;
    margin-inline: auto;
}

.colorful-progress-icon {
    border: 2px solid #314EB2 !important;
    padding: 3px !important;
    background-color: #314EB2 !important;
    border-radius: 50%;
    background-clip: content-box;
    margin-inline: auto;
    margin-inline-end: 6px;
}

.colorful-progress-icon img {
    filter: brightness(0) invert(1);
}

.progress-line {
    border: 3px solid #A4A3A5;
    height: 0;
    width: 85px;
    margin-bottom: 48px;
}

.colorful-progress-line {
    border-image: linear-gradient(to right, #314EB2 50%, #A4A3A5 0) 1;
}

.complete-progress-line {
    border: 3px solid #314EB2;
}

.progress-text {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.41px;
}

.progress-active {
    margin-top: 11px;
    color: #000;
}

.progress-inactive {
    color: #A4A3A5;
    margin-top: 15px;
}

.input-action-btn {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    outline: none;
    position: absolute;
    border: none;
    color: #314EB2;
    background-color: transparent;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.valid-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-btn {
    text-align: start;
    margin: 0 !important;
    padding: 0;
}

.dropdown-btn:focus {
    box-shadow: none;
}

.dropdown-btn::after {
    display: none !important;
}

.account-type-label.active,
.entity-type-label.active {
    top: 15px;
    color: #314EB2 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.toggle-icon {
    left: 94%;
}

.toggle-icon img {
    transition: transform 0.3s ease;
}

.dropdown-btn.show .toggle-icon img {
    transform: rotate(180deg);
}

.dropdown-btn.show {
    border: none !important;
    box-shadow: 0px 0px 4px 0px #00000017;
}

.entity-type-dropdown:has(.dropdown-btn.show),
.account-type-dropdown:has(.dropdown-btn.show) {
    height: 362px !important;
    border: 1px solid #314EB2 !important;
    border-radius: 6px !important;
    border-bottom-width: 2px !important;
}

.account-dropdown-menu {
    inset: 0px auto auto 0px !important;
    margin: 0px !important;
    transform: translate(0px, 58px) !important;
    box-shadow: 0px 1px 4px 0px #00000040;
    border: none;
    bottom: 0px;
    height: 300px;
    overflow-y: auto;
    text-wrap: wrap;
}

.account-dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.account-dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #938F99;
    border-radius: 4px;
}

.account-dropdown-menu::-webkit-scrollbar-track {
    background-color: #fff
}

.bussiness-account-dropdown-item,
.entity-dropdown-item {
    font-family: "Roboto", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-right: 16px;
    display: flex;
    text-wrap: wrap;
    align-items: center;
    color: #1D1B20;
}

.circle-icon {
    padding: 8px;
    margin-right: 16px;
}

.bg-register-primary {
    background-color: #314EB2 !important;
}

.text-white {
    color: #fff !important;
}

.text-light-black {
    color: #464646 !important;
}

.congratulation-card {
    background-color: #314EB2 !important;
    border-radius: 18px !important;
    padding-top: 66px !important;
}

.success-text {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    max-width: 685px;
    text-align: center;
    margin-bottom: 104px;
    padding-inline: 45px;
}

.list-conatainer {
    width: 100%;
    max-width: 926px;
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #1D1B20;
}

.max-w-467 {
    width: 100%;
    max-width: 467px;
}

.ready-paragraph {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 39px;
}

.fs-48 {
    font-size: 48px !important;
}

.lh-72 {
    line-height: 72px !important;
}

.gap-12 {
    gap: 12px;
}

.half-circle {
    bottom: 112px;
}

.category-input {
    cursor: pointer;
    min-width: 18px !important;
    height: 18px !important;
    border: 1.5px solid #49454F !important;
    margin-block: auto;
}

.category-input:checked {
    accent-color: #314EB2 !important;
}

@media (min-width:768px) {
    .divider-border {
        border-right: 1px solid #E1E1E1;
    }

    .ps-md-40 {
        padding-left: 40px;
    }

    .pe-md-52 {
        padding-right: 52px;
    }
}

@media (min-width:576px) {
    .pe-sm-15 {
        padding-right: 15px !important;
    }

    .ps-sm-15 {
        padding-left: 15px !important;
    }
}

@media (max-width:576px) {
    .progress-icon {
        width: 35px !important;
        height: 35px !important;
    }

    .complete-progress-line,
    .complete-progress-line.colorful-progress-line {
        border: 2px solid #314EB2 !important;
    }

    .colorful-progress-line {
        border-image: linear-gradient(to right, #314EB2 50%, #A4A3A5 0) 1 !important;
    }

    .progress-line {
        border: 2px solid #A4A3A5;
        height: 0;
        width: 57px;
        margin-bottom: 48px;
    }

    .colorful-progress-icon {
        width: 48px;
    }

    .half-circle {
        bottom: 40px;
    }
}


.send-mobile-otp-btn, .sms-otp-box, .sms-otp-verified{
    display: none;
}


.registration-section{
    display: none;
}
.accountTypeBox{
    display: none;
}
.confirmPinBtn, .pincode-verified{
    display: none;
}

.spinner-border.otp-loader {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 1rem;
    height: 1rem;
    display: none;
}
.RegisterLoaderBtn{
    display: none;
}
.final-errors{
    display: none;
}
.resend-otp-timer {
    display: none;
    position: absolute;
    right: 17px;
    top: 15px;
}