@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');
* {
    font-family: 'Jost', sans-serif;
}

:root {
    --color1: #474747;
    --color2: #5351FB;
    --color3: #27AE60;
    --color4: #fff;
    --color5: #000;
    --color6: #F5F7F8;
    --color7: #C9C9C9;
    --color8: #1A1A1A;
}



/* /////////     LOGIN Page     ////////////*/

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8); /* Set your background color and opacity here */
    z-index: 9999;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Loader End*/

.loginSideOne {
    height: 100vh;
}

.loginSideTwo,
.forgetSideTwo,
.otpSideTwo {
    background: linear-gradient(90deg, rgba(0, 181, 76, 1) 0%, rgba(64, 142, 59, 1) 50%, rgba(24, 117, 58, 1) 100%);
    height: 100vh;
}

.signUpSideTwo {
    background: linear-gradient(90deg, rgba(0, 181, 76, 1) 0%, rgba(64, 142, 59, 1) 50%, rgba(24, 117, 58, 1) 100%);
}

.signUpSideOne {
    min-height: 100vh;
    height: 100%;
}

.loginCarouselPic img {
    height: 250px;
}

.owl-stage-outer {
    height: 400px;
}

.loginForm {
    transform: translatey(50%);
    width: 70%;
}

.otpForm {
    transform: translateY(25%);
}

.loginForm1 {
    transform: translatey(30%);
}

.forgetPasswordForm {
    transform: translateY(90%);
    width: 70%;
}

.signUpForm {
    transform: translateY(0%);
    width: 70%;
}

.otpPageDescHead {
    font-size: 18px;
}

.otpPageDescBody {
    font-size: 15px;
    color: #b8e5ca;
}

.resendOtpLink {
    font-size: 13px !important;
}

.loginForm h2,
.forgetPasswordForm h2,
.signUpForm h2 {
    color: #dcf1db;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.haveAccount {
    color: var(--color4);
    font-size: 13.16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.haveAccount span {
    color: var(--color2);
}

.loginForm form label,
.loginForm form a,
.forgetPasswordForm form label,
.forgetPasswordForm form a,
.signUpForm label,
.signUpForm a {
    color: var(--color4);
    font-size: 13.589px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.loginBtn,
.resetBtn,
.createBtn,
.submitBtn {
    color: var(--color3);
    font-size: 18px;
    background-color: var(--color4);
    font-style: normal;
    border: none;
    font-weight: 600;
    border-radius: 6px;
    line-height: normal;
    width: 50%;
    padding: 10px;
}

.loginBtn:hover,
.resetBtn:hover,
.createBtn:hover,
.submitBtn:hover,
.loginBtn:focus-visible,
.resetBtn:focus-visible,
.createBtn:focus-visible,
.submitBtn:focus-visible,
.loginBtn:active,
.resetBtn:active,
.createBtn:active,
.submitBtn:active {
    background-color: #3ad132 !important;
    border: 1px solid #3ad132 !important;
}

.backBtn {
    color: var(--color4);
    font-size: 18px;
    background-color: transparent;
    font-style: normal;
    border: none;
    font-weight: 600;
    border-radius: 6px;
    line-height: normal;
    width: 50%;
    padding: 10px;
    /* border: 1px solid white; */
}

.backBtn:hover,
.backBtn:focus-visible {
    text-decoration: underline;
    background-color: transparent;
    border-color: white;
}

.otpInput {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    text-indent: 0px !important;
}

.otpInput1 {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    text-indent: 0px !important;
}

.pageDetail1 {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.resentBtn {
    color: var(--color4);
    font-size: 18px;
    background-color: rgb(150, 27, 27);
    font-style: normal;
    border: none;
    font-weight: 600;
    border-radius: 6px;
    line-height: normal;
    width: 40%;
    padding: 10px;
}

.loginForm input[type=number],
.loginForm input[type=password],
.forgetPasswordForm input[type=email],
.forgetPasswordForm input[type=number],
.signUpForm input[type=number],
.signUpForm input[type=text],
.signUpForm input[type=email],
.signUpForm input[type=password],
.signUpForm input[type=date],
.signUpForm select {
    background-color: var(--color6);
    color: var(--color1);
    padding: 10px 0px;
}

.loginForm input[type=number],
.loginForm input[type=password],
.forgetPasswordForm input[type=email],
.forgetPasswordForm input[type=number],
.signUpForm input[type=number],
.signUpForm input[type=text],
.signUpForm input[type=email],
.signUpForm input[type=password],
.signUpForm .dropdown-toggle {
    text-indent: 15px;
}

.signUpForm .dropdown-toggle {
    width: -webkit-fill-available;
}

.loginLogo h5 {
    color: var(--color4);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-login-headings h1 {
    color: var(--color4);
    font-size: 46.699px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.main-login-headings p {
    color: var(--color7);
    font-size: 13.506px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.loginMobileLogo {
    display: none;
}

.farewellTable thead tr th {
    color: var(--color1);
    font-size: 10px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.selectGrantSelect {
    color: #2F3146;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.farewellTable tbody td {
    color: #C5C5C5;
    font-size: 12px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.farewellTable tbody .fw-bold {
    color: #1A1A1A;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.logout-modal h2 {
    color: #474747;
}

.close-modal-btn {
    border-radius: 3.758px;
    border: 0.334px solid #C5CDD6;
    background: #fff;
    color: #474747;
}

.save-modal-btn {
    border-radius: 3.758px;
    border: 0.334px solid #C5CDD6;
    background: #009F8D;
    color: #fff;
}

.profile-pic-dashboard1 {
    display: none;
}

.owl-carousel span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #62be7a !important;
    display: block;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel .active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #055d00 !important;
    display: block;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

::-webkit-scrollbar {
    width: 5px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: #888;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.otpForm1,
.loginCarouselDiv {
    padding-top: 30px;
}

input[type="password"]::placeholder,
input[type="text"]::placeholder,
input[type="number"]::placeholder {
    /*color: #dadada*/
    color: #FFFFFF 
}
::placeholder {
    color: transparent !important;
}

@media screen and (min-width:1920px) {
    .loginLogo h5 {
        font-size: 2vh;
    }
    .loginLogo img {
        width: 150px;
    }
    .loginForm,
    .forgetPasswordForm {
        transform: translateY(6%);
    }
    .signUpForm {
        transform: translateY(0%);
    }
    .main-login-headings h1 {
        font-size: 6vh;
    }
    .main-login-headings p {
        font-size: 1.5vh;
    }
    .loginForm h2,
    .forgetPasswordForm h2,
    .signUpForm h2 {
        font-size: 5vh;
    }
    .haveAccount,
    .loginForm form label,
    .loginBtn,
    .createBtn,
    .resetBtn,
    .loginForm form a,
    .forgetPasswordForm form label,
    .forgetPasswordForm form a,
    .signUpForm label,
    .signUpForm a {
        font-size: 1.5vh;
    }
    .loginForm,
    .forgetPasswordForm {
        width: 70%;
    }
    .loginBtn,
    .resetBtn,
    .createBtn {
        padding: 20px;
    }
    .loginForm input[type=number],
    .loginForm input[type=password],
    .forgetPasswordForm input[type=number],
    .forgetPasswordForm input[type=email],
    .signUpForm input[type=number],
    .signUpForm input[type=text],
    .signUpForm input[type=email],
    .signUpForm input[type=password],
    .signUpForm input[type=date],
    .signUpForm .dropdown-toggle {
        margin-bottom: 2rem;
        padding: 20px;
    }
}

@media screen and (max-width:1024px) {
    .name-profile-dashboard {
        margin-left: 10px;
    }
    .loginForm {
        width: 75%;
    }
    .signUpForm {
        transform: translateY(7%);
    }
    .otpForm {
        transform: translateY(30%);
    }
    .otpForm1,
    .loginCarouselDiv {
        padding-top: 50px;
    }
    .changePassForm {
        transform: translateY(60%);
    }
    .forgetPasswordForm {
        transform: translateY(110%);
    }
}

@media screen and (max-width:768px) {
    .otpForm1,
    .loginCarouselDiv {
        padding-top: 0px;
    }
    .main_dashboard_navbar .navbar-nav {
        flex-direction: row !important;
    }
    .profile-pic-dashboard {
        display: none;
    }
    .changePassForm {
        transform: translateY(50%) !important;
    }
    .signUpForm {
        transform: translateY(0%);
        padding: 3% 0%;
    }
    .otpForm {
        transform: translateY(40%) !important;
    }
    .profile-pic-dashboard1 {
        display: block;
    }
    .otpSideTwo1 {
        height: 70vh !important;
    }
    .loginSideOne {
        height: 70vh;
    }
    .loginSideTwo {
        height: 70vh;
    }
    .forgetSideTwo {
        height: 60vh;
    }
    .signUpSideOne {
        min-height: 60vh;
    }
    .otpSideTwo {
        height: 90vh;
    }
    .main-login-headings h1 {
        font-size: 50px;
    }
    .main-login-headings p {
        font-size: 16px;
    }
    .forgetPasswordForm {
        transform: translateY(70%);
    }
    .loginForm {
        /* height: 50vh; */
        transform: translateY(40%);
        width: 75%;
    }
}

@media screen and (max-width:430px) {
    .loginSideOne,
    .logindesktopLogo {
        display: none;
    }
    .otpSideTwo1 {
        height: 100vh !important;
    }
    .main_dashboard_navbar {
        padding: 10px 20px !important;
    }
    .main_dashboard_navbar .navbar-nav {
        flex-direction: row !important;
    }
    .loginMobileLogo {
        display: block;
    }
    .parent .container-fluid .row .col-lg-5 {
        display: none;
    }
    .parent .container-fluid .row .col-lg-7 {
        background: url("../images/benvolent-login-img1.png");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
    }
    .loginForm h2,
    .forgetPasswordForm h2,
    .signUpForm h2 {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .loginForm label,
    .forgetPasswordForm label,
    .signUpForm label {
        text-align: start !important;
    }
    .loginSideTwo,
    .forgetSideTwo,
    .otpSideTwo {
        height: 100vh;
    }
    .signUpForm form {
        padding-bottom: 12%;
    }
    .loginForm form label,
    .loginForm form a,
    .forgetPasswordForm form label,
    .forgetPasswordForm form a,
    .signUpForm label,
    .signUpForm a,
    .haveAccount,
    .loginLogo1,
    .haveAccount span,
    .loginForm h2,
    .signUpForm h2,
    .forgetPasswordForm h2 {
        color: var(--color4);
    }
    .forgetPasswordForm {
        transform: translateY(55%);
    }
    .otpForm {
        transform: translateY(25%) !important;
    }
    .otpForm2 {
        transform: translateY(25%);
    }
}

@media screen and (max-width:390px) {
    .parent .container-fluid .row .col-lg-7 {
        min-height: 100vh;
        height: 100%;
    }
    /* .loginSideOne,
    .signUpSideOne {
        height: 70vh;
    } */
    .main-login-headings h1 {
        font-size: xx-large;
    }
    .main-login-headings p {
        font-size: medium;
    }
    .loginLogo h5 {
        font-size: small;
    }
    form {
        padding-bottom: 0px;
    }
    .loginForm {
        transform: translateY(25%);
    }
    .otpForm {
        transform: translateY(8%) !important;
    }
}

@media screen and (max-width:320px) {
    /* .loginSideOne {
        height: 100vh;
    } */
    .parent .container-fluid .row .col-lg-7 {
        min-height: 150vh;
    }
    .otpForm {
        transform: translateY(0%) !important;
        padding: 50px 0px;
    }
    .otpSideTwo {
        height: 150vh;
    }
    .changePassForm,
    .loginForm1 {
        transform: translateY(0%) !important;
        padding-top: 50px;
    }
    .forgetPasswordForm {
        transform: translateY(30%);
    }
    .loginSideTwo {
        height: 130vh;
    }
    .otpForm2 {
        transform: translateY(0%) !important;
        padding-top: 50px;
    }
    .otpSideTwo1 {
        height: 120vh !important;
    }
}


/*///////////////      Dashboard     ////////////*/