﻿body {
    background-color: #F8F8F9;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.margin-5{
    margin-top: 3px;
}
.h-100vh {
    height: 100vh;
}
.login-contanier {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    border: none;
    background-color: white;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    width: 500px;
}
.email-header{
    width:100%;
    display:flex !important;
    justify-content:center !important;
    font-size:22px;
}
.alert-warning {
    margin: 0 !important;
    background: #FFEBEE !important;
}
.login-contanier img {
    width: 218px;
    height: 49px;
    margin-bottom: 32px;
}

.field {
    display: flex;
    flex-direction: column;
    height: 56px;
    padding: 16px 12px;
    border-radius: 4px;
    border: 1px solid  #D0D5DD;
    background: #FFF;
}

    .field label {
        font-size: 13px;
        color: gray;
    }
.sign-in-label {
    font-size: 28px;
    font-weight: 600;
    margin: 0px 0 0 0 !important;
    font-family: Inter;
    color: #101828;
    font-style: normal;
    line-height: 120%;
    width: 100%;
    margin-bottom:16px !important;
}
.custom-form-label {
    color: #101828;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}
.row-custom{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.custom-col{
    display: flex;
    flex-direction: column;
    border: none !important;
}
.h-fit{
    height: fit-content !important;
}
.h-auto{
    overflow-y:auto !important;
    overflow-x:hidden !important;
}
.register-btn {
    display: flex;
    height: 56px;
    padding: 16px 40px 16px 32px !important;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
    background: #7F56D9;
    color: white;
    width: 100% !important;
    border: none !important;
    outline: none !important;
}
.custom-col p {
    width: 100%;
    margin-left: -20px;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.form {
    margin-top: 20px;
    width: 100%;
}

.field input {
    border: none !important;
}

input:focus-visible {
    outline: none !important;
}
.input-validation-error{
    border-bottom:solid 1px red;
}
.password {
    display: flex;
    justify-content: space-between;
}

    .password img {
        height: 20px;
        width: fit-content;
    }
.field-validation-error.text-danger span{
    color: red !important;
    background: white !important;
}
.forgot {
    font-size: 11px;
    color: gray;
}

    .forgot a {
        margin-left: 5px;
        text-decoration: none;
        color: #1473E6;
        font-weight: 500;
    }

.horizontal-div{
    display: flex;
    margin-top: 32px;
    margin-bottom: 24px;
}
.button-row{
    height: 50px !important;
    display: flex;
    justify-content: space-between;
}
/*.col-6 {
    width: 48% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #EEEFF2;
    background: #FFF;
}*/
.img-icon {
    width: 20px !important;
    height: 22px !important;
    margin: 0 !important;
}
.img-icon-text {
    color:#111827;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0 20px !important;
}
.horizontal-div hr {
    background: #DDE4EE;
    width: 35%;
}
.hr-div-text {
    color: #3E3E3E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 20px;
}
.custom-btn {
    background-color: #55298B;
    color: white;
    border: none;
    width: 100%;
    margin: 10px 0;
    font-size: 10px;
    padding: 12px 10px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}
.field-validation-error.text-danger span{
    padding: 0 !important;
    background: white;
    border: none !important;
}
.signup {
    color: #141736;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 32px;
}

    .signup a {
        color: #55298B;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 5px;
        text-decoration: none;
    }

.footer {
    background-color: #55298B;
    color: white;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .footer p {
        margin: 5px 0 !important;
    }


.signup-container {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.signup-form {
    width: 30%;
    border: 1px solid gray;
    border-radius: 0 30px 30px 0;
    background-color: white;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .signup-form h5 {
        color: gray;
        text-align: center;
        font-size: 11px;
        font-weight: 400;
        margin: 0 0 5px 0 !important
    }

    .signup-form p {
        color: gray;
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        margin: 0px 0 0 0 !important
    }

.password-strength p {
    text-transform: uppercase;
    color: gray;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
}

.progress-bar_wrap {
    width: 300px;
    height: 5px;
    background: white;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5px;
}

.progress-bar_item {
    display: inline-block;
    height: 100%;
    width: 32.5%;
    margin-right: .8%;
    border-radius: 5px;
    transition: background-color .2s, visisility .1s;
    float: left;
}

.progress-bar_item-1.active {
    background-color: #11A470;
}

.progress-bar_item-2.active {
    background-color: #11A470;
}

.progress-bar_item-3.active {
    background-color: #11A470;
}

.progress-bar_item-4.active {
    background-color: #11A470;
}

.progress-bar_item-5.active {
    background-color: #11A470;
}

.progress-bar_item-6.active {
    background-color: #11A470;
}

.progress-bar_text {
    display: inline-block;
    color: #aaa;
    margin-left: 5px;
    transition: .2s;
}

.condition {
    color: gray;
    font-size: 11px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 500;
}

    .condition span {
        color: #1473E6;
    }

.signup-right {
    width: 70%;
    display: flex;
}

.box {
    width: 0;
    height: 0;
    border-top: 468px solid transparent;
    border-right: 400px solid #55298B;
    border-bottom: 459px solid transparent;
    right: 25%;
    position: absolute;
    top: -97px;
}

.bg-triangle {
    position: absolute;
    width: 30%;
    background-color: #55298B;
    right: 0;
    height: 100%;
    color: white;
}

    .bg-triangle p {
        font-weight: 600;
        font-size: large;
        text-align: center;
        font-size: 22px;
        margin-top: 40px;
    }
.signup-form input:read-only {
    background-color: #eaecde
}
.login-confirm-btn{
    display: flex;
    justify-content: center;
}
.email-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .email-inner .btn {
        width: fit-content;
        align-self: center;
        background-color: #7F56D9 !important;
        color: white !important;
        border-color: #7F56D9 !important;
        height: fit-content !important;
        padding: 15px !important;
    }
    .new-btn {
    width: fit-content;
    align-self: center;
    background-color: #7F56D9 !important;
    color: white !important;
    border-color: #7F56D9 !important;
}

    @media only screen and (max-width: 768px) {
        .row-custom {
        flex-direction: column !important;
    }

    .login-contanier {
        width: 100%;
    }
    .custom-col {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .field{
        width: 100% !important;
    }
    .custom-col p {
        width: 100%;
        margin-left: 0px;
    }
    .m-b-20{
        margin-bottom:20px !important;
    }
}

/*Redesign css*/
.box-right {
    background: #F9F9F9;
}
.header-small-text{
    color: black !important;
    font-size:17px ;
    font-weight:600;
    margin-bottom:5px !important;login
}
.login-text{
    font-size:30px;
    font-weight:400;
    color:black;
}
.azure-signin {
    background: white;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E4E4E4 !important;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:32px;
 

    img{
           width:20px;
           margin-right:10px;
       }
}
input::-ms-reveal,
input::-ms-clear {
    display: none !important;
}
.mb-16{
        margin-bottom:16px;
 }
.mb-32{
    margin-bottom:32px;
}
.info-text {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    opacity:80%;
    line-height:24px;
}
.input {
    border: 1px solid #AFAFAF;
    border-radius: 4px;
    background: white !important;
    color: #727272 !important;
    font-weight:400 !important;
    font-size:16px;
}
.forget-text{
    font-size:12px;
    font-weight:500;
    color:black;
    cursor:pointer;
    text-decoration:none;
}
.sign-in-disabled-btn {
    width: 100%;
    background: #97F5F2; /* Lighter version of your cyan */
    color: #757575; /* Darker gray for text to show disabled state */
    cursor: not-allowed;
    opacity: 0.8;
    border: none !important;
    padding: 10px;
    margin-top: 20px;
    border-radius: 4px;
}
.sign-in-btn {
    width: 100%;
    background: #15EDE7;
    color: black;
    border: none !important;
    padding: 10px;
    margin-top: 20px;
    border-radius: 4px;
}
.account-text{
    color:black;
    margin-top:24px;
    font-size:14px;
    cursor:pointer;
    text-decoration:none !important;
}
.img-item {
    height: 100vh !important;
    display: flex;
    align-items: start;
    justify-content:center;
    flex-direction:column;
    margin-top:-30px

}
.main-img {
    width: 80% !important;
    margin-left: -70px;
    margin-top: -100px;
}
.main-img-2 {
    width: 80% !important;
    margin-left: -70px;
}
.top-img{
    width:40% !important
 }
.carosoual-header-text{
    font-size:32px;
    font-weight:500;
    color:black;
    margin:20px 0 5px 100px;
}
.carosoual-info-text {
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-left: 100px
}
.btn-row{
    margin-left:90px
}
.prev-btn {
    border: none !important;
    border-radius: 50px;
    background: #15EDE7;
    padding: 5px 15px;
    width: 10px;
}
.next-btn {
    border: none !important;
    border-radius: 50px;
    background: #D9D9D9;
    padding: 5px;
    width: 10px;
}
.next-btn-2 {
    border: none !important;
    border-radius: 50px;
    background: #D9D9D9;
    padding: 5px;
    width: 10px;
}
.p-120{
    padding-left:120px !important;
    padding-right:120px !important;
}
.w-48{
    width:48%;
}
.m--5{
    margin-left:-5px !important;
}
.main-logo-img {
    object-fit:cover;
    width:30% !important;
}
.password-eye {
    position: absolute;
    border-radius: 4px;
    right: 10px;
    top: 13px;
}
.text-red{
    color:red !important;
    font-size:14px !important;
    font-weight:400!important;
}
.alert-dismissible .btn-close{
    display:none !important;
}
.alert-danger {
    background: #FFEBEE !important;
    color: #D32F2F!important;
    padding: 10px !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-bottom: 20px !important;
    border:none !important;
    display:flex;
}
.alert-danger:before {
        content: url('../images/logo/Warning.png') !important;
        margin-right:10px !important;
        position: relative !important;
 }
.overflow{
    overflow-y:hidden !important;
    overflow-x:hidden !important;
}
.nexter-icon-1 {
    background: #F2F2F2;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    margin-right: 10px;
    padding: 10px;
    object-fit: contain;
    border: 1px solid #E8E8E8;
}
.nextere-icon-2 {
    background: white;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    padding: 10px;
    object-fit: contain;
}
.modal-color {
    background-color: #F9F9F9 !important;
    margin:20px 0 !important;
    border-radius:8px !important;
}
.modal-color img {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
}
.modal-color p {
    font-size: 13px;
}
.modal-color span {
    color: #1976D2;
}
.lock-color {
    background-color: #F9F9F9 !important;
    margin: 20px 0 !important;
    border-radius: 8px !important;
}

    .lock-color img {
        height: 50px;
        width: 50px;
        margin-bottom: 20px;
    }

    .lock-color p {
        font-size: 14px;
        color:black;
    }

    .lock-color span {
        color: #D32F2F;
    }
.user-modal-color {
    background-color: #F9F9F9 !important;
    margin: 20px 0 !important;
    border-radius: 8px !important;
}
.user-modal-color img {
    margin-bottom: 20px;
    object-fit:cover;
    width:30%;
    height:fit-content !important;
}
.user-modal-color p {
    font-size: 13px;
}
.user-modal-color span {
    color: #1976D2;
}
.email-modal {
    background-color: #F9F9F9 !important;
    margin: 20px 0 !important;
    border-radius: 8px !important;
}

    .email-modal img {
        margin-bottom: 20px;
        object-fit: cover;
        width: 30%;
        height:fit-content !important;
    }

    .email-modal p {
        font-size: 18px !important;
        color:black !important;
        font-weight:400 !important;
    }
    .email-modal span{
        font-weight:500 !important;
    }

    .ml-20 {
        margin-left: 30px;
    }
.modal-main-text{
    color:black !important;
    font-size:24px !important;
    font-weight:500 !important;
    margin-bottom:6px !important;
}
.modal-info-text{
    color:black !important;
    font-size:16px !important;
    font-weight:400 !important;
}
.continue-btn {
    border: none !important;
    padding: 7px 20px;
    border-radius: 4px;
    background: #15EDE7;
    font-size:12px;
    margin-top:15px;
    text-decoration:none !important;
    color:black !important;
    font-weight:500 !important;
}
.forgot-small-text {
        font-size: 30px;
        color: black;
        margin-bottom: 10px !important;
 }
.forgot-text {
    font-size: 14px;
    color: black;
    opacity:80%;
}
.cursor-pointer{
    cursor:pointer !important;
}
.back-login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    color: #1976D2 !important;
    font-size: 12px;
    font-weight: bold;
    a{
    text-decoration: none !important;

     }
}
.send-again-btn {
    border: 1px solid #15EDE7;
    border-radius: 4px;
    color: black;
    padding: 7px 20px;
    font-size: 12px;
    margin-top: 15px;
    background: #F9F9F9 !important;
    text-decoration: none !important;
}
.user-cons{
    color:black !important;
    font-size:18px;
    font-weight:500;
     margin-bottom:0px !important;
     line-height:26px;
}
.modal-title {
    display: none !important;
}
.btn-close {
        display: none !important;
}
.mt--5{
    margin-top:-20px !important;
}
.reset-modal {
    background-color: #F9F9F9 !important;
    margin: 20px 0 !important;
    border-radius: 8px !important;
}
.reset-logo {
        margin-bottom: 20px;
        object-fit: cover;
        width:30%;
        height:fit-content !important;
 }

    .reset-modal p {
        font-size: 16px;
        color: black;
        font-weight:600;
        margin-bottom: 10px !important;
    }
    .reset-modal-span {
        font-size: 18px;
        color: black;
        font-weight: 400;
        margin-bottom: 10px !important;
    }
.field-validation-error.text-danger span {
    background: transparent !important;
}
#loader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tenant-input {
    display: flex;
    align-items: center;
    border-color: #e7e9ec;
    border-radius: 0.5rem;
}
    .tenant-input input{
        border:none !important;
        background:white !important;
    }
.tenant-btn{
    right:10px
}
.disabled-btn {
    background: #90CAF9; /* Lighter blue */
    color: #ffffff; /* Keeping white text */
    cursor: not-allowed;
    border-radius: 8px;
    padding: 5px 10px;
    border: none !important;
    opacity: 0.7;
    font-size: 12px;
}
.switch-btn {
    border-radius: 8px;
    background: #1976D2;
    padding:5px 10px;
    border:none !important;
    color:white;
    font-size:12px;

}
.save-btn {
    border: 1px solid #15EDE7 !important;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    outline: none !important;
    background: white;
}
.tenant-info-text{
    font-size:12px;
    font-weight:400;
    margin-top:10px;
    margin-bottom:0 !important;
}
.cancel-btn {
    height: 20px;
    cursor: pointer;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.mt-40{
    margin-top:40px !important;
}
.signup-heading{
    font-size:36px;
    font-weight:400;
    line-height:44px;
    color:black;
    margin-bottom:8px !important;
}
.signup-inner-heading{
       font-size:16px;
       font-weight:400;
       line-height:24px;
       color:black;
}
.illustration-div{
    margin-top:40px;
}
.main-text{
    font-size:16px;
    font-weight:500;
    line-height:24px;
    text-align:center;
    color:black;
    margin-bottom:8px !important    
}
.text-left{
    text-align:left !important;
}
.agency-div {
    border: 1px solid #e4e4e4;
    background: #15EDE729;
    border-radius:8px;
    padding: 16px 24px;
    margin-bottom:24px;
}
.br-bottom{
    border-bottom:1px solid #e4e4e4;
}
.more-agent-card{
    border:1px solid #e4e4e4;
    padding:16px 0 !important;
    border-radius:4px;
}
.agent-free-text {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: black;
}
.gray-div {
    background: #F9F9F9;
    border-radius:8px;
    padding:16px 24px;

}
.div-contanier{
    gap:40px;
    padding:0 !important;
}
.more-agent-text-step-3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: black;
    padding: 0 0 16px 24px;
}
.gray-div-agency-text {
    padding: 4px 8px;
    background: #F2F2F2;
    font-size:14px;
    font-weight:600;
    line-height:22px;
    color:black;
    width:fit-content!important;
    border-radius:4px;
}

.more-agent-row {
    padding: 0 24px;
    margin-top: 12px !important;
    color: black;
}
.more-agent-row p {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom:0 !important;
}
.more-agent-row span {
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
        margin-left:5px;
}
.confirm-price-btn {
    padding: 0px 20px;
    border-radius: 8px;
    background: #15EDE7;
    border: none;
    height: 36px;
    font-size:14px;
    font-weight:500;
    line-height:20px;
}
.cancel-price-btn {
    padding: 0px 20px;
    border: 1px solid #afafaf;
    border-radius: 8px;
    background: white;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.more-agent-text {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 24px;
}
.blue-div {
    background:  rgba(227, 242, 253, 1);
    padding:8px 16px;
    border-radius:8px;
}
.blue-div-text {
    font-size:12px;
    font-weight:500;
    line-height:20px;
}

.mb-24{
    margin-bottom:24px !important;
}
.agency-plan-card{
    margin-top:16px !important;
    border:1px solid #e4e4e4;
    border-radius:8px;
    padding:16px 0;

}
.agency-text{
    background: #f2f2f2;
    border-radius:4px;
    padding:4px 8px;
    font-size:14px;
    font-weight:600;
    line-height:22px;
    color:black;
    width: fit-content;
}
.plan-text{
    font-size:24px;
    font-weight:600;
    line-height:32px;
    color:black;
    margin-bottom:4px !important;
}
.plan-text-sub{
    font-size:16px;
    font-weight:400;
    line-height:22px;
}
.mb-8{
    margin-bottom:8px !important;
}
.f-500{
    font-weight:500 !important;
}
.text-blue {
    color: #1976D2 !important;
}
.f-16{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:black;
}
.price-detail{
    font-size:16px;
    font-weight:500;
    line-height:24px;
    color:black;
    margin-bottom:8px !important;
}
.price-text {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: black;
    border-bottom: 1px solid #e4e4e4;
    span{
            font-size:20px;
            font-weight:400;

               }
}

.sub-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #727272;
    opticity:80%;
    margin-bottom:32px;
}
.op-80{
    color:#727272
}
.h-150{
    height:150px;
}
.signup-card {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 16px !important;
    cursor: pointer;
    padding:8px;

    img{
    object-fit: contain;
    width: 100%;
    }
}
.signup-card.selected {
    box-shadow: 0px 2px 16px 0px #00000014;
    border-color: #15EDE7 !important;
}
a:active{
    color:unset !important;
}
a:hover {
    color: black !important;
}
.skip-btn {
    border: 1px solid #AFAFAF;
    padding: 12px 24px;
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    border-radius: 8px;
    background:white;
}
.us-btn {
    padding: 12px 24px;
    background: #15EDE7 !important;
    color: black;
    border-radius:8px;
    border:none !important;
    outline:none;
    font-size:16px;
    font-weight:500;
    line-height:120%
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.agency-img-width{
    width:576px;
    object-fit:contain;
}
.role-btn {
    width: 100%;
    background: #15EDE7;
    color: black;
    border: none !important;
    padding: 10px;
    margin-top: 40px;
    border-radius: 4px;
    display:block;
    margin-bottom:40px;
    text-decoration:none;
    text-align:center;
}
.form-field {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
}

.form-input {
    width: 100%;
    padding: 14px 40px 14px 12px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    outline: none;
    background: #fff;
}

.form-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #6b7280;
    background: #fff;
    padding: 0 6px;
    pointer-events: none;
    transition: all 0.2s ease;
}

/* Required asterisk */
.required {
    color: red;
    margin-right: 4px;
}

/* Float label */
.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
    top: -6px;
    font-size: 12px;
    color: black;
}
.form-control, .form-select{
    background:white !important;
    border-color:#e4e4e4 !important
}
/* Focus border */
.form-input:focus {
    border-color: #00cfc8;
}

.role-btn-md {
    background: #15EDE7;
    color: black;
    border: none !important;
    padding: 10px 20px;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight:500;
    width:fit-content;
    margin:20px 0px 0 0;
}
.back-btn {
    background: #f2f2f2;
    color: black;
    border: none !important;
    padding: 10px 20px;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    width: fit-content;
    margin: 20px 20px 0 0;
}
.disabled-btn-md {
    cursor: not-allowed;
    opacity: 0.7;
}
.mt-24{
    margin-top:24px !important;
}
.about-us-div{
    border:1px solid #e4e4e4;
    border-radius:4px;
    padding:12px 24px;
    font-size:16px;
    font-weight:500;
    line-height:24px;
    cursor:pointer;
    text-align:center;
    color:black;
}
.w-30{
    width:30% !important;
}
.w-60{
    width:65% !important;
}
.w-aboutus{
    width:521px;
}
.back-div {
    text-decoration: none;
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
} 
.color-green {
    color: #388E3C !important;
}
.color-blue {
    color: #1976D2 !important;
}
.fw-500{
    font-weight:500;
}

input[type="checkbox"] {
    accent-color: #15EDE7;
}

.disable-link {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}
.scroll-div{
    height:100vh;
    overflow-y:auto;
}

@media (max-width:480px) {
    .login-text{
        font-size:28px;
    }
    .header-small-text{
        font-size:16px;
    }
    .p-120{
        padding:20px 40px !important
    }

}
@media (max-width:1250px) {
    .p-120 {
        padding: 20px 80px !important
    }
}
@media (min-width:1250px) {
    .ml-20 {
        margin-left: 30px;
    }
}

