@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
    outline: transparent;
}

html {
    font-family: "Mulish", system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: 0em;
    font-kerning: normal;
    font-size: 16px;
    color: #343741;
}

body {
    font-family: "Mulish", system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
}

.red,
.form-group label.error {
    color: #f25850;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.login-container {
    display: block;
    width: 56rem;
    margin: 0 auto;
    /* box-shadow         : 0 10px 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -4px rgba(0, 0, 0, .2); */
    /* background-color   : #f3fff9; */
    border-radius: .5rem;
}

@media screen and (max-width: 800px) {
    .login-container {
        max-width: 90%;
        /* border   : 2px solid #ced6e0 */
    }
}

@media (max-width: 768px) {
    .leftSideBarImage {
        display: none;
    }

    .submit-btn-wth {
        width: 50% !important;
    }

    .section-head {
        text-align: center !important;
    }
}

.side-image {
    background: url("../images/login.png") no-repeat center center;
    /* background-color: #e5fdf1; */
    /* border-right    : 4px solid #f3fff9;; */
    background-size: contain;
    height: 100%;
    border-radius: 0.5rem 0 0 0.5rem;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    cursor: not-allowed
}

.side-image.register-image {
    background: url("../images/signup.png") no-repeat center center;
    background-size: contain;
}

.leftImage {
    border-right: 1px solid #dee2e6;
}

.rightCont {
    border-left: 1px solid #dee2e6;
}

@media screen and (max-width: 800px) {
    .side-image {
        display: none;
    }

    .leftImage {
        border-right: 0;
        border-top: 1px solid #dee2e6;
        margin-top: 1rem;
    }

    .login-option-cont {
        flex-direction: column-reverse;
    }

    .rightCont {
        border-left: 0
    }

    .indexButtons {
        white-space: nowrap;
        width: 100% !important;
    }
    .indexButtons .btn {
        white-space: nowrap;
        width: 100% !important;
    }
}



.side-image-forgot,
.side-image-reset {
    background: url("../images/password.jpg") no-repeat center center;
    /* background-color: #e5fdf1; */
    /* border-right    : 4px solid #f3fff9;; */
    background-size: contain;
    height: 100%;
    border-radius: 0.5rem 0 0 0.5rem;
}


.form-cont {
    display: block;
    padding: 3.5rem 2rem;
    width: 60%;
    margin: 0 auto;

}

.form-org {
    display: block;
    padding: 3.5rem 2rem;
    width: 70%;
    margin: 0 auto;

}

.cursor-pointer {
    cursor: pointer;
}



@media screen and (max-width: 800px) {
    .form-cont {
        padding: 1rem;
        border: 0;
        width: 100%;
    }

    .form-org {
        padding: 1rem;
        border: 0;
        width: 100%;
    }
}

.bg-light-green {
    background: #f9fffb;
}

.logo {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.logo .type {
    color: #e8f5fe;
    background: #09314D;
    margin: 0;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

.logo img {
    display: block;
    margin: 0 auto;
    padding: 0;
    height: 40px;
    width: auto;
    margin: 0;
}

.divider {
    margin: 1rem 0;
    border-bottom: 1px solid rgba(222, 228, 234, 1);
}

.option-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.option-cont * {
    flex: 1;
}

.option-cont span {
    border-bottom: 1px solid rgba(222, 228, 234, 1);
}

.option-cont p,
.option-cont a {
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
    color: rgba(149, 150, 153, 1);
    text-transform: uppercase;
    z-index: 1;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

.option-cont a:hover {
    color: #07335d;
}



.form-group {
    text-align: left;
    margin: 0 0 1rem;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    /* color: #09314D; */
    color: #6A6A6A;
    line-height: 1.2rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.readonly[readonly] {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.form-group input,
.form-group select {
    padding: 0.5rem 1rem;
    border: 1px solid rgba(206, 214, 224, 1);
    border-radius: 0.25rem;
    display: block;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-family: 'metropolisregular';
    color: #6A6A6A;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6A6A6A !important;
}

.form-group select {
    background: white;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #09314D;
}

.form-group input::placeholder {
    color: #959699;
    opacity: 1;
}

.form-group label.error {
    color: #f25850;
    font-weight: 400;
    margin-top: 2px;
}

.link {
    font-size: 0.9rem;
    line-height: 1rem;
    text-transform: none;
    text-decoration: none;
    color: #949494;
    font-family: 'metropolisregular';
    transition: all 0.3s ease-in-out;
    text-align: right;
    display: block;
}

.link:hover {
    color: #09314D;
}

@media screen and (max-width:800px) {
    .link {
        text-align: right;
        font-size: 0.75rem;
    }
}

.flex-1 {
    flex: 1
}

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

.btn-green {
    background: #198754 !important;
    color: #fff !important;
}

.btn-green:hover {
    background: #157347 !important;
}

.light-btn {
    background-color: rgba(25, 135, 84, 0.3) !important;
    color: #343741;
}

.light-btn:hover {
    background-color: rgba(25, 135, 84, 0.5) !important;
    cursor: default !important;
}


.bottom-text {
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 0;
    color: #949494;
}

.bottom-text a {
    text-transform: uppercase;
    color: #09314D;
    text-decoration: none;
}

.bottom-text a:hover {
    text-decoration: underline;
}



.section-head {
    font-size: .875rem;
    font-weight: normal;
    font-family: 'poppinsmedium';
    border-bottom: 1px dashed #eff1f5;
    padding-bottom: 3px;
    text-align: left;
    color: #5a7797;
    margin-bottom: 10px;
}

.colored-section {
    border-color: #e3fff2;
    background-color: rgb(246, 252, 255);
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.form-sec {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.otpRefField {
    background-color: #e3fff2;
    padding: 5px 10px;
    line-height: 100%;
    font-size: 0.8rem;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(206, 214, 224, 1);
    border-right: 0;
    border-radius: 0.25rem 0 0 0.25rem;
}

.twoFaOtpRefField {
    padding: 5px 56px !important;

}

/* .otpRef-group input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 70%;
} */

.separator {
    border-top: 1px solid #dee2e6;
}

.register-text {
    padding: 10px 15%;
    text-align: justify;
}

.register-text h3 {
    font-size: 30px;
    font-weight: 500;
}

.register-text h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.steps-cont {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
    list-style: none;
    gap: 3rem;
    padding: 0;
    position: relative;
}

.steps-cont:after {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    /* border-bottom: 1px solid #ddd; */
    width: 100%;
    z-index: 0;
}

.steps-cont li {
    background: #fff;
    padding: 0 0.75rem;
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    color: #D8D8D8;
}

.steps-cont li:first-child {
    padding-left: 0;
}

.steps-cont li:last-child {
    padding-right: 0;
}

.steps-count {
    border-radius: 50%;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: 2px solid #D8D8D8;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
}

.steps-cont li.active .steps-count {
    border-color: #16A34A;
    color: #16A34A;
}

.steps-cont li.active .steps-text {
    color: #16A34A;
    margin: 0;
}

.upperCase {
    text-transform: uppercase;
}

.info-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.info-icon:hover {
    color: #fff;
    text-decoration: underline;
    box-shadow: 0px 0px 2px #000;
}

.org-card {
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    /* text-align: center; */
}

.org-card .org-img-cont {
    margin-bottom: 8px;
}

.org-card .org-img-cont img {
    width: auto;
    max-width: 100%;
    height: 30px;

}

.org-card .org-content {
    flex: 1;
}

.org-card .org-name {
    font-size: 14px;
    line-height: 120%;
}

.org-card .org-code {
    font-size: 12px;
    line-height: 100%;
    display: block;
    margin-top: 5px;
}

.org-card:hover,
.org-card.org-active {
    background: #F4FEF7;
    border-color: #16A34A !important;
    /* box-shadow: 0px 0px 4px rgba(22, 163, 74,0.2); */
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    border-radius: 5px;
    display: none;
}

.org-disable {
    pointer-events: none;
    background: #efefef;
    opacity: 0.5;
}

.otpRef-group{
    position: relative;
    width: 70%;
}

.otpRef-group input{
    font-family: "Mulish", system-ui, sans-serif;
}

/* #toggleOtp {
    bottom: 27px;
    cursor: pointer;
    float: right;
    position: relative;
    right: 107px;
} */
.toggleOtp {
    right: 10px;
    top: 0;
    padding-top: 13px;
    display: block;
    z-index: 40;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    color: #6A6A6A;
    height: 100%;
}

@media screen and (max-width:800px) {
    .org-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        justify-content: center;
    }

    .org-card .org-img-cont {
        width: 30%;
        margin: 0;
    }

}

.ico {
    width: 17px;
    height: 17px;
}


.animate_heartbeat {
    animation-name: heartBeat;
    animation-duration: calc(var(--animate-duration) * 1.3);
    animation-timing-function: ease-in-out;
}


@keyframes heartBeat {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    14% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
    }

    28% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    42% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
    }

    70% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.user-img {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    padding: 4px;
    border: 1px dashed #ddd;
}

.user-img img {
    display: block;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    background: #eee;
    object-fit: cover;
}


.user-img-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 1px dashed #ddd;
    margin: 0 auto 30px;
}

.user-img-2 img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%;
    background: #eee;
    object-fit: cover;
}

.btn-logout {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-logout span {
    line-height: 1;
    margin-right: 10px;
}

.btn-logout svg {
    fill: #0d6efd
}

.btn-logout:hover svg {
    fill: #0a58ca
}

.btn-cms {
    background: #035ca3;
    color: #fff;
}

.btn-cms:hover {
    background: #023e6f;
    color: #fff;
}

.btn-govforms {
    background: #FF385C;
    color: #fff;
}

.btn-govforms:hover {
    background: #e12e4e;
    color: #fff;
}

.meripehchaan-logo {
    width: 100px;
    margin-left: 5px;
}
.e-parichay-logo {
    width: 100px;
    margin-left: 5px;
}

/* .signup-btn{
    height: 50px;
} */
.e-parichay-btn{
    background-color: transparent;
    color: #09314D;
    border: 1px solid #09314D;
}
.e-parichay-btn:hover{
    /* background-color: #efefef; */
    color: #1c1f23;
    border: 1px solid 1c1f23;
    box-shadow: 0px 0px 4px rgba(28, 31, 35,0.5);
}


.indexButtons .btn{
    flex:1
}
.indexButtons .btn:hover{
    box-shadow: 0px 0px 4px rgba(28, 31, 35,0.5);
}