﻿.login-left-side-img {
    /*height: calc(100vh - 244px) !important;*/
    /*width: 100% !important;
    height: calc(100vh - 166px) !important;*/
    width:447px;
    height:auto;
}
.step-tab-link {
    display: flex;
    background: #E9EAEB;
    width: 4.5rem;
    height: 0.375rem;
    border-radius: 3px;
}

    .step-tab-link.active {
        background: #7F56D9 !important;
        border: none !important;
    }
/*
.tab-pane.active {
    border: none !important;
}*/
.user-type-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .user-type-list input {
        top: 10px;
        right: 10px;
        position: absolute;
    }

.checkbox-item {
    display: flex;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    border: 1px solid #E4E7EC;
    padding: 16px;
    border-radius: 12px;
}

    .checkbox-item input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-right: 12px;
        cursor: pointer;
    }



    .checkbox-item .title {
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin-bottom: 4px;
        color: #344054;
    }

    .checkbox-item .description {
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 20px !important;
        color: #475467;
    }

    .checkbox-item:has(input[type=radio]:checked) {
        border: 2px solid #9E77ED !important;
    }

.bg-squares-img {
    width: 100%;
    height: 620px;
    position: absolute;
    object-fit: contain;
    background-position: top;
    top: 0;
    z-index: 0;
    margin-top: -100px;
}
.d-lg-flex {
    display: flex;
}
.account-warning-card {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items:start;
    border: 1px solid #FDA29B;
    border-radius:12px;
    padding:16px;
    background:#fff;
    width:100%;
}
.account-success-card {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
    width: 100%;
}
.password-mask{
    position:absolute;
    right:12px;
    top:12px;
}

.otp-input-fields {
    margin: auto;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .otp-input-fields input {
        height: 44px;
        width: 40px;
        border-radius: 8px;
        border: 1px solid #D5D7DA;
        text-align: center;
        outline: none;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        color: #344054;
    }

        .otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .otp-input-fields input[type=number] {
            -moz-appearance: textfield;
        }

        .otp-input-fields input:focus {           
            border-color: #4F46E5;
        }
@media (min-width: 200px) and (max-width: 1800px) {
    .step-tab-link {
        width: 4rem;
    }
    .d-lg-flex {
        display: none;
    }
}