﻿
@font-face {
    /*font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Black.ttf') format('truetype'), url('fonts/Montserrat-BlackItalic.ttf') format('truetype'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'), url('fonts/Montserrat-ExtraLight.ttf') format('truetype'), url('fonts/Montserrat-ExtraLightItalic.ttf') format('truetype'), url('fonts/Montserrat-Italic.ttf') format('truetype'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-LightItalic.ttf') format('truetype'), url('fonts/Montserrat-Medium.ttf') format('truetype'), url('fonts/Montserrat-MediumItalic.ttf') format('truetype'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/Montserrat-SemiBoldItalic.ttf') format('truetype'), url('fonts/Montserrat-Thin.ttf') format('truetype'), url('fonts/Montserrat-ThinItalic.ttf') format('truetype'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('fonts/OpenSans-Italic.ttf') format('truetype'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-LightItalic.ttf') format('truetype'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-SemiBold.ttf') format('truetype'), url('fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'), url('fonts/Roboto-Black.ttf') format('truetype'), url('fonts/Roboto-BlackItalic.ttf') format('truetype'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-BoldItalic.ttf') format('truetype'), url('fonts/Roboto-Italic.ttf') format('truetype'), url('fonts/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto-LightItalic.ttf') format('truetype'), url('fonts/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto-MediumItalic.ttf') format('truetype'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Thin.ttf') format('truetype'), url('fonts/Roboto-ThinItalic.ttf') format('truetype');
*/

    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype'),
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter.ttc') format('truetype'), url('fonts/InterVariable.ttf') format('truetype'), url('fonts/InterVariable-Italic.ttf') format('truetype'),
}

* {
    margin: 0;
    padding: 0;
}

.page-header {
    padding: 0 1.3rem 0 1.3rem;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.title {
    color: white;
    align-self: center;
    /* font-size: 1.2rem; */
    margin-left: 1.2rem;
}

.nav-bar {
    /* background-color: #ffffff; */
    /* border: solid red; */
}

.nav-bar a {
    color: white;
    /* margin-right: 2rem; */
    padding: 1.3rem;
    cursor: pointe r;
}

.nav-bar a:hover {
    background-color: #F65A5B;
}

.nav-bar a.active {
    background-color: #F65A5B;
}

.menu-icon {
    color: white;
    cursor: pointer;
    display: none;
}

#toggle-menu {
    display: none;
}
/*header*/



#hero-frame {
    text-align: left;
}

#title-container {
    margin-bottom: 200px
}

#footer-links {
    margin-left: 150px;
}

#logo{
    margin-top: 15px;
}

#search-btn1 {
    width: 120px;
    /*margin-left: -20px;*/
}

@media (min-width: 320px) {

    /*header*/
    #menu-icon1 {
        color: black;
    }

    .nav-bar {
        /* visibility: hidden; */
        /* flex-direction: column; */
        display: none;
        position: absolute;
        top: 3.7rem;
        left: 0;
        width: 100%;
        background-color: var(--bgcolor);
        text-align: center;
        z-index: 1;
    }

        .nav-bar a {
            /* visibility: hidden; */
            /* display: none;  */
            display: block;
        }

    .menu-icon {
        display: block;
        z-index: 1;
        /* position: absolute;
        top:0;
        right: 0; */
    }

    #toggle-menu:checked ~ .nav-bar {
        display: block;
    }


    #nav-bar1 {
        display: none;
    }

    #nav-bar2 {
        display: inherit;
    }

    #logo {
        margin-top: 0;
    }

    /*#menu-icon{
        margin-left: 90%;
    }*/

    #hero-frame {
        text-align: center;
    }

    #hero-frame-image-slilg {
        width: 80px;
        height: 40px;
        margin-top: 0;
    }

    #hero-frame-image {
        width: 80px;
        height: 40px;
        margin-top: 0;
    }

    #search-btn {
        width: 30%;
        height: 30px;
        font-size: 18px;
        background: none;
        border: none;
        padding-right: 100px;
    }

    /*Course Categories*/
    #search-bar {
        margin: 0 40px 0 0px;
    }

    #search-btn1 {
        display: inherit;
        margin-right: 20px;
    }

    #search-btn2 {
        display: none;
    }

    input {
        font-size: 16px;
        color: #a4a4a4 !important;
    }

    #title-container {
        background-color: #F65A5B;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 20px 0 70px 0;
    }

    #card-wrapper1 {
        position: static;
        margin-left: 20px
    }
    /*Get overole System Information*/
    /*#card-background{
        width: 200px;
        height: 100px;
        padding: 20px;
        border-radius: 20px;
    }*/

    /*partnership*/
    #partnership-container {
        margin-top: 50px;
    }

    #partnership-title-out-frame{
        margin: 100px 0 50px 0
    }

    /*partnership*/
    #partnership-image {
        min-height: 65vh;
    }

    #frame-image-slilg1 {
        width: 30px;
        height: 60px;
        margin: 0 20px 0 20px;
    }

    #frame-image1 {
        width: 60px;
        height: 30px;
        margin: 0 0 15px 0;
    }

    #logo-frame {
        margin-right: 60px;
    }

    /*footer*/
    #footer-links {
        margin-left: 20px;
    }

    #copyright {
        text-align: left;
    }

    #icon-name {
        margin-left: 10px;
    }

    #single-sign-on {
        /*padding: 3% 35.4% 3% 35.4%;*/
        width: 400px;
    }

}

@media (min-width: 400px) {

    #hero-frame-image-slilg {
        width: 70px;
        height: 40px;
        margin-top: 0;
    }

    #hero-frame-image {
        width: 70px;
        height: 40px;
        margin-top: 0;
    }

    /*Course Categories*/
    #search-bar {
        margin: 0 40px 0 10px;
    }

    #search-btn1 {
        display: inherit;
        margin-right: 25px;
    }

    /*partnership*/
    #partnership-container {
        margin-top: 50px;
    }

    /*partnership*/
    #partnership-image {
        min-height: 65vh;
    }

    #frame-image-slilg1 {
        width: 30px;
        height: 60px;
        margin: 0 50px 0 50px;
    }

    #frame-image1 {
        width: 60px;
        height: 30px;
        margin: 0 0 15px 0;
    }

    #logo-frame {
        margin-right: 100px;
    }

    #partnership-title-out-frame {
        margin: 0 0 50px 0
    }

    #search-btn2 {
        display: none;
    }

    #footer-image {
        margin: 0 50px 0 0;
    }

    #single-sign-on {
        /*padding: 3% 35.4% 3% 35.4%;*/
        width: 400px;
    }


}

@media (min-width: 450px) {

    #single-sign-on {
        padding: 3% 35.4% 3% 35.4%;
    }

    /*Course Categories*/
    #search-bar {
        margin: 0 30px 0 30px;
    }

    #search-btn1 {
        margin-right: 75px;
    }

    /*partnership*/
    #partnership-container {
        margin-top: 50px;
    }

    /*partnership*/
    #partnership-image {
        min-height: 65vh;
    }

    #frame-image-slilg1 {
        width: 30px;
        height: 60px;
        margin: 0 50px 0 50px;
    }

    #frame-image1 {
        width: 60px;
        height: 30px;
        margin: 0 0 15px 0;
    }

    #logo-frame {
        float: left;
        margin-bottom: 100px;
        margin-left: 100px;
    }

    #partnership-title-out-frame {
        margin: 0 0 50px 0
    }

    #course-card {
        width: 65%;
        height: auto;
        padding: 2px 7px 12px 0;
    }

}

@media (min-width: 711px) {
        #course-card {
            width: 65%;
            height: auto;
            padding: 2px 7px 12px 0;
        }

        #course-card:hover {
            -ms-transform: scale(1.2); /* IE 9 */
            -webkit-transform: scale(1.2); /* Safari 3-8 */
            transform: scale(1.2);
            transition: all .2s ease-in-out;
        }
}

    @media (min-width: 768px) {
        /*header*/
        #menu-icon1 {
        color: black;
    }

    .nav-bar {
        /* visibility: hidden; */
        /* flex-direction: column; */
        display: none;
        position: absolute;
        top: 3.7rem;
        left: 0;
        width: 100%;
        background-color: var(--bgcolor);
        text-align: center;
        z-index: 1;
    }

    .nav-bar a {
        /* visibility: hidden; */
        /* display: none;  */
        display: block;
    }

    .menu-icon {
        display: block;
        z-index: 1;
        /* position: absolute;
        top:0;
        right: 0; */
    }

    #toggle-menu:checked ~ .nav-bar {
        display: block;
    }



    #nav-bar1 {
        display: none;
    }

    #nav-bar2 {
        display: inherit;
    }

    #logo {
        margin-top: 15px;
    }

    #hero-frame {
        text-align: center;
    }

    #hero-frame-image-slilg {
        width: 80px;
        height: 40px;
        margin-top: 0;
    }

    #hero-frame-image {
        width: 80px;
        height: 40px;
        margin-top: 0;
    }

    /*Course Categories*/
    #search-btn {
        margin: 0 40px 0 0;
    }

    #search-btn1 {
        margin-right: -8px;
    }


    input {
        font-size: 12px;
    }

    #title-container {
        background-color: #F65A5B;
        margin-top: 300px;
        padding: 20px 0 70px 0;
        margin-bottom: 0;
    }

    #card-container {
        margin-bottom: 200px;
    }

    /*Get overole System Information*/
    /*#card-background{
        width: 200px;
        height: 100px;
        padding: 20px;
        border-radius: 20px;
    }*/

    /*partnership*/
    #partnership-container {
        margin-top: 50px;
    }

    #partnership-image {
        min-height: 55vh;
    }

    #frame-image-slilg1 {
        width: 50px;
        height: 100px;
        margin: 0 100px 0 100px;
    }

    #frame-image1 {
        width: 150px;
        height: 50px;
        margin: 0 0 25px 0;
    }

    #logo-frame {
        margin-right: 10px;
    }

    /*footer*/
    #footer-links {
        margin-left: 20px;
    }

    #copyright {
        text-align: left;
    }

    #icon-name {
        margin-left: 10px;
    }

    #single-sign-on {
        padding: 3% 35.4% 3% 35.4%;
    }

    #single-sign-on {
        padding: 3% 35.4% 3% 35.4%;
    }

    #course-card {
        width: 65%;
        height: auto;
        padding: 2px 7px 12px 0;
    }

}

@media (min-width: 650px) {

    #logo-frame {
        margin-right: 200px;
    }


}

@media (min-width: 768px) {

    #course-card {
        width: 55%;
        height: auto;
        padding: 2px 7px 12px 0;
    }

    #frame-image-slilg1 {
        width: 50px;
        height: 100px;
        margin: 0 20px 0 20px;
    }
}


@media (min-width: 912px) {

    /*header*/
    #menu-icon1 {
        color: black;
    }

    .nav-bar {
        /* visibility: hidden; */
        /* flex-direction: column; */
        display: none;
        position: absolute;
        top: 3.7rem;
        left: 0;
        width: 100%;
        background-color: var(--bgcolor);
        text-align: center;
        z-index: 1;
    }

    .nav-bar a {
        /* visibility: hidden; */
        /* display: none;  */
        display: block;
    }

    .menu-icon {
        display: block;
        z-index: 1;
        /* position: absolute;
        top:0;
        right: 0; */
    }

    #toggle-menu:checked ~ .nav-bar {
        display: block;
    }



    #nav-bar1 {
        display: none;
    }

    #nav-bar2 {
        display: inherit;
    }

    #logo {
        margin-top: 15px;
    }

    #hero-frame {
        text-align: center;
    }

    #hero-frame-image-slilg {
        width: 100px;
        height: 40px;
        margin-top: 0;
    }

    #hero-frame-image {
        width: 80px;
        height: 40px;
        margin-top: 0;
    }

    /*course categories*/
    #search-container {
        margin: 0 20px 40px 40px;
    }

    #search-btn {
        margin: 0 30px 0 0;
    }

    #search-btn1 {
        margin-right: -25px;
    }

    input {
        font-size: 12px;
    }

    #title-container {
        background-color: #F65A5B;
        margin-top: 350px;
        padding: 20px 0 70px 0;
        margin-bottom: 50px;
    }

    #card-wrapper1 {
        position: static;
        margin-left: 20px
    }

    /*Get overole System Information*/
    /*#card-background{
        width: 200px;
        height: 100px;
        padding: 20px;
        border-radius: 20px;
    }*/

    /*partnership*/
    #partnership-container {
        margin-top: 50px;
    }

    #frame-image-slilg1 {
        width: 50px;
        height: 100px;
        margin: 0 70px 0 70px;
    }

    #frame-image1 {
        width: 150px;
        height: 50px;
        margin: 0 0 25px 0;
    }

    #logo-frame {
        margin-right: 65px;
    }

    /*footer*/
    #footer-links {
        margin-left: 20px;
    }

    #copyright {
        text-align: left;
    }

    #icon-name {
        margin-left: 10px;
    }

    #single-sign-on {
        padding: 3% 35.4% 3% 35.4%;
    }

    #course-card {
        width: 65%;
        height: auto;
        padding: 2px 7px 12px 0;
    }

    #logo-frame {
        float: left;
        margin-bottom: 100px;
        margin-left:50px;
    }
}

@media (min-width: 991px) {

    #title-container {
        background-color: #F65A5B;
        margin-top: 100px;
        padding: 20px 0 70px 0;
        margin-bottom: 50px;
    }

    #single-sign-on {
        padding: 3% 35.4% 3% 35.4%;
    }

    /*Course Categories*/
    #search-container {
        margin: 0 20px 40px 40px;
    }

    #search-btn {
        margin: 0 30px 0 10px;
    }

    #search-btn1 {
        margin-right: -30px;
    }


    /*partnership*/
    #partnership-container {
        margin-top: 50px;
    }

    #partnership-image {
        min-height: 55vh;
    }

    #frame-image-slilg1 {
        width: 80px;
        height: 150px;
        margin: 0 100px 0 100px;
    }

    #frame-image1 {
        width: 250px;
        height: 70px;
        margin: 0 0 40px 0;
    }

    #logo-frame {
        margin-right: 65px;
    }

    #footer-image {
        margin: 20px 0 0 0;
    }

    #related-links {
        width: 100px;
    }

    #course-card {
        width: 65%;
        height: auto;
        padding: 2px 7px 12px 0;
    }

    #partnership-title {
        float: left;
        margin: 70px 0 50px 300px;
    }

}

@media (min-width: 1024px) {
    /*header*/
    #logo {
        margin-top: 15px;
    }

    #nav-bar1 {
        display: inherit;
    }

    #nav-bar2 {
        display: none;
    }

    #hero-frame {
        text-align: center;
    }

    #hero-frame-image-slilg {
        width: 100px;
        height: 60px;
        margin-left: 0;
    }

    #hero-frame-image {
        width: 100px;
        height: 60px;
        margin-left: 0;
    }

    #search-btn {
        width: 30%;
        height: 30px;
        font-size: 18px;
        background: none;
        border: none;
        padding-right: 100px;
        margin: 0 20px 10px 10px;
    }

    input {
        font-size: 16px;
    }

    #card-wrapper1 {
        position: relative;
        top: -200px;
        font-size: 1em;
    }

    /*Course Categories*/

    #search-btn1 {
        margin-right: -35px;
    }

    /*Get overole System Information*/
    /*#card-background{
        width: 200px;
        height: 100px;
        padding: 20px;
        border-radius: 20px;
    }*/

    /*partnership*/
    #partnership-image {
        min-height: 55vh;
    }

    #frame-image-slilg1 {
        width: 80px;
        height: 150px;
        margin: 0 100px 0 100px;
    }

    #frame-image1 {
        width: 250px;
        height: 70px;
        margin: 0 0 40px 0;
    }

    #logo-frame {
        margin-right: 65px;
    }

    /*footer*/
    #footer-links {
        margin-left: 20px;
    }

    #copyright {
        text-align: left;
    }

    #icon-name {
        margin-left: 10px;
    }

    #single-sign-on {
        padding: 3% 35.4% 3% 35.4%;
    }

    #related-links {
        width: 200px;
    }

    #footer-image {
        margin: 20px 50px 0 0
    }

    #course-card {
        width: 65%;
        height: auto;
        padding: 2px 7px 12px 0;
    }

    #partnership-title {
        float: left;
        margin: 70px 0 50px 300px;
    }

    #logo-frame {
        float: left;
        margin-bottom: 100px;
        margin-left: 239px;
    }

}

@media (min-width: 1073px) {

    #related-links {
        width: 150px;
    }

    #course-card {
        width: 55%;
        height: auto;
        padding: 2px 7px 12px 0;
    }

    #partnership-title {
        float: left;
        margin: 70px 0 50px 300px;
    }
}

@media (min-width: 1224px) {

    /*header*/
    #logo {
        margin-top: 15px;
    }

    #nav-bar1 {
        display: inherit;
    }

    #nav-bar2 {
        display: none;
    }

    #hero-frame {
        text-align: left;
    }

    #hero-frame-image-slilg {
        width: 80px;
        height: 40px;
        /*margin-left: 20px;*/
        margin-top:5px;
    }

    #hero-frame-image {
        width: 80px;
        height: 40px;
        /*margin-left: 20px;*/
        margin-top: 5px;
    }

    /*Course Categories*/
    #search-container {
        margin: 0 20px 40px 40px;
    }

    #search-bar {
        width: 30%;
        height: 30px;
        font-size: 18px;
        background: none;
        border: none;
        padding-right: 100px;
        margin: 0 20px 10px 20px;
    }

    #search-btn1{
        margin-right: -28px;
    }

    #title-container {
        background-color: #F65A5B;
        margin-top: 60px;
        padding: 20px 0 70px 0;
        margin-bottom: 0;
    }

    #card-wrapper1 {
        position: relative;
        top: -140px;
    }

    /*partnership*/
    #partnership-image {
        min-height: 55vh;
    }

    #frame-image-slilg1 {
        width: 80px;
        height: 150px;
        margin: 0 170px 0 170px;
    }

    #frame-image1 {
        width: 250px;
        height: 70px;
        margin: 0 0 40px 0;
    }

    #logo-frame{
        margin-right: 65px;
    }

    /*footer*/
    #footer-links {
        margin-left: 150px;
    }

    #icon-name {
        margin-left: 0;
    }

    #copyright {
        text-align: right;
    }

    #single-sign-on {
        /*padding: 3% 35.4% 3% 35.4%;*/
        width: 400px;
    }

    #related-links{
        width: 200px;
    }

    #course-card {
        width: 55%;
        height: auto;
        padding: 2px 7px 12px 0;
    }

    #partnership-title {
        float: left;
        margin: 70px 0 50px 300px;
    }
}

@media (min-width: 1358px) {
    #related-links {
        width: 200px;
    }

    /*Course Categories*/
    #search-container {
        margin: 0 20px 40px 40px;
    }

    #search-btn1 {
        margin-right: -65px;
        margin-left: -20px;
    }

    /*Course Categories*/
   /* #search-bar {
        width: 30%;
        height: 30px;
        font-size: 18px;
        background: none;
        border: none;
        padding-right: 100px;
        margin: 0 20px 10px 20px;
    }
*/
    #partnership-title {
        float: left;
        margin: 70px 0 50px 380px;
    }
}

@media (min-width: 1358px) {
    #related-links {
        width: 200px;
    }

    #partnership-title {
        float: left;
        margin: 70px 0 50px 380px;
    }
}

@media (min-width: 1400px) {
    #related-links {
        width: 300px;
    }

    #partnership-title {
        float: left;
        margin: 70px 0 50px 300px;
    }
}

.input-control .input-submit {
    border-radius: 40px;
    width: 100%;
    border: 1px solid transparent;
    height: 40px !important;
}

.input-control .input-submit:hover {
    border-radius: 40px;
}

#btn-help {
    display: contents;
}

.sidenav_bottom_sec .dropdown-menu > li > a {
    min-width: 136px;
    max-width: 132px;
}

.project_login_btn, .project_login_btn:hover, .project_login_btn:active, .project_login_btn:focus {
    border-radius: 10px;
    display: inline-block;
    padding: 8px 10px;
}

@media only screen and (max-width:1023px) {
    .PageColordCardBg {
        height: 190px;
    }
}

@media only screen and (min-width:1024px) {
    .PageColordCardBg {
        height: 300px;
    }
}

.btn_createMyAccount {
    margin-top: 15px;
}

#nav-organizationlist {
    margin-top: 10px;
    border-radius: 20px;
}

#IdentityCardNo {
    margin-top: 0;
    margin-bottom: 0px;
}

.btn_createMyAccount_wrapper {
    margin-bottom: 0;
}

.signUp-input-text-container {
    text-align: left;
}

.form-control1 {
    font-size: 15px;
    font-weight: 500;
    padding-left: 40px;
    width:100%;
}

#searchInput {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 44px;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
}

.sign-in-title {
    margin-bottom: 0px;
    height: 54px;
}

.search-wrapper {
    width: 100%;
    margin-top: 0;
}


.rec-head {
    text-align: center;
    margin-top: 16px;
}

#sanasaSSO .text-header {
    margin-top: 16px;
}



.ForgotPasswordWith2FA .rec-head {
    text-align: start;
    margin-bottom: 40px;
}

    #reset_paswd2 {
        margin-bottom: 20px;
    }

.sign-in-title:hover {
    border: none;
 /*   height: 54px;*/
}

.landingPage_bottom_img {
    padding: 30px;
}

#toggleNavigationBtn {
    font-size: 22px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 468px) {

    .LandingPageCopyRight .footer-container {
        margin: 0 auto;
    }

    .signinFooterContainerResponsive {
        display: none;
    }

    .footer-container .signin_footer_mobile {
        color: white;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom:20px;
    }

    .ministertagline {
        margin-left: 10px;
        margin-right: 10px;
    }

    .domain_signin_background_container {
        margin-right: 0;
        padding-right: 0  ;
    }

    #SignInSearch {
        text-align: left;
    }

    body.fixed-nav #wrapper #page-wrapper {
        min-height: 1202px;
    }
}

.dropdown-menu.forLIA.myacc_font.collapse {
    background: white;
    background-color: white;
    position: relative;
    border-radius: 10px;
    min-width: 145px;
    max-width: 132px;
}

/*.no-touch .dropdown-menu li > a:hover,
.no-touch .dropdown-menu li > a:focus,
.no-touch .dropdown-menu li > a:active {
    text-decoration: none;
    min-width: 141px;
    max-width: 132px;
}*/

.sidenav_bottom_sec .nav-icon-images {
    margin-right: 6px;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level {
    display: contents !important;
}

.nav-second-level li:last-child {
    padding-bottom: 0px;
}

li.dropdown::marker {
    display: none  ;
}

@media only screen and (min-width:767px) and (max-width:769px) {
    .percentagenum {
        margin-left: 1px;
    }
}

@media only screen and (max-width:767px) {
    #insidemvcHEADER .navbar-header {
        display: flex;
        justify-content: start;
        padding: 0px;
        margin: 0px;
        align-items: center;
        width:60% !important;
    }

    #insidemvcHEADER .navbar-right {
        width: 15% !important;
        left: 82% !important;
    }

    .percentagenum {
        margin-left: 1px;
    }

    #gamificationBar1 {
        color: white;
        padding-top: 44px;
        margin-bottom: 30px;
    }

    .progpresenatge {
        margin-left: 0px;
    }

    #progressStats {
        margin-left: 0px;
    }

    body.mini-navbar .navbar-default .nav > li > a {
        font-size: 13px;
        height: 44px;
        display: flex;
        align-items: center;
    }

    .progress {
        height: 10px !important;
    }

    .progress-bar {
        text-align: end !important;
    }
}

@media only screen and (min-width:770px) and (max-width:820px) {
    .profile-header {
        margin-top: 70px;
    }

    .profile_navbar_right {
        margin-top: 0px;
    }
}

@media only screen and (min-width:769px) {
    .myprofileimg {
        margin-top: 24px;
    }

    .fa-envelope {
        margin-top: 16px;
        font-size: 18px;
    }

    .fa-bell {
        font-size: 18px;
        margin-top: 20px;
        margin-right: 5px;
    }

    .count-info .label {
        right: -18px;
        top: 22px;
    }

    .profile_navbar_right {
        margin-top: 12px;
    }
}

.footer-AKAZALMS-text {
    padding-top: 4px;
    padding-left: 6px;
}

.icon-hover-effect-header li.dropdown:hover {
    height: 27px;
}


.nav.navbar-top-links.navbar-right {
    margin-top: 0;
    height: auto;
}

.dropdown_msg_icon_margin {
    margin-right: 20px;
    margin-left: 20px;
}

body .row #insidemvcHEADER.navbar {
    padding: 14px 0px; /*NavBar Heder Container Padding Top and Bottom 14px */
    max-height: unset;
    /*min-height: 75px;*/
    display: flex !important;
    align-items: center;
    padding: 16px 0 !important;
}


#insidemvcHEADER .navbar-header { /*Navbar Image Container*/
    width: 25%;
    margin-left: 25px;
    height: unset;
}

#insidemvcHEADER .navbar-header .mainlogo { /*Navbar Image*/
    padding-left: 0px;
    padding: 0px  ;
    float: left  ;
    max-width: 218px  ;
    max-height: 75px;
}

#insidemvcHEADER .navbar-right { /*Navbar Link,Profile,Progress and msg Container*/
    gap: 33px  ;
    margin-top: 0px  ;
    align-items: center  ;
    margin-right: 0px  ;
    right: 0%  ;
    position: absolute;
}

#insidemvcHEADER .navbar-right .myprofileimg {
    height: 38px  ;
    width: 38px  ;
    margin-right: -15px  ;
    padding-bottom: 0px  ;
    margin-top: 0px  ;
    padding-top: 0px  ;
}

#insidemvcHEADER .nav.navbar-top-links a {
    font-size: 12px;
    /*   margin-left: 6px;
    margin-right: 12px;*/
    padding: 4px 10px;
    margin: 0px !important;
}

#insidemvcHEADER .progpresenatge .col-4 {
    flex: 0 0 33.333333%;
    padding: 0px 15px;
    max-width: 33.333333%;
}

#insidemvcHEADER .navbar-right .dropdown {
    height: 35px  ;
    margin-top: 0px  ;
    margin-left: 0px  ;
    margin-right: 0px  ;
}

#insidemvcHEADER .navbar-right li a {
    min-height: 35px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#insidemvcHEADER .navbar-right li a .fa-envelope {
    width: 18px  ;
    height: 18px  ;
    margin-top: 0px  ;
}

#insidemvcHEADER .navbar-right li a .fa-bell {
    margin-top: 0px  ;
}


#insidemvcHEADER .navbar-right li .count-info #TotalNotificationCount {
    top: -3px  ;
}

#insidemvcHEADER .navbar-top-links .dropdown .dropdown-toggle {
    /*padding: 4px;
    padding-left: 12px;
    padding-right: 12px;*/
    padding: 4px 0px 4px 0px;
}

#insidemvcHEADER .navbar-top-links #gamificationBar .progress .progress-bar {
    padding: 0px  ;
}

@media only screen and (max-device-width:820px) {
    #insidemvcHEADER .navbar-header {
        margin-left: 5px;
    }
}

@media only screen and (min-width:768px) {
    #toggleNavigationBtn {
        display: none;
    }
}

@media only screen and (min-width: 760px) and (max-device-width: 770px) {
    #insidemvcHEADER .navbar-right {
        left: 75% !important;
    }
}

@media only screen and (max-device-width:767px) {
    #insidemvcHEADER #toggleNavigationBtn {
        margin: 0px  ;
    }

    #insidemvcHEADER .navbar-right {
        position: absolute  ;
        width: 73%  ;
        left: 44%  ;
        top: 15px  ;
        bottom: 16px  ;
        gap: 9px  ;
        justify-content: center  ;
    }

    #insidemvcHEADER .navbar-right .dropdown {
        margin-top: 10px  ;
    }

    #insidemvcHEADER .topprogressbar {
        padding: 0px  ;
    }
}

@media only screen and (max-device-width:430px) {
    #insidemvcHEADER .navbar-header {
        height: auto  ;
    }

    #insidemvcHEADER .navbar-right {
        width: 40%  ;
        left: 62%  ;
        gap: 5px  ;
        justify-content: center  ;
    }

    #insidemvcHEADER .navbar-right .dropdown {
        margin-top: 0px  ;
    }

    #insidemvcHEADER .nav.navbar-top-links a {
        margin-left: 6px;
        margin-right: 6px;
    }
/*
    #insidemvcHEADER .navbar-right .myprofileimg {
        margin-top: 5px;
    }*/
}

@media only screen and (max-device-width:390px) {
    #insidemvcHEADER .navbar-right {
        width: 35%  ;
        left: 64%  ;
        gap: 0px  ;
        padding-bottom: 0px  ;
    }

    #insidemvcHEADER #toggleNavigationBtn {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    body .fixed-nav #wrapper .navbar-static-side {
        margin-top: 80px  ;
    }

    .profile-header .profile-header-inner .profile-info-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.enhanced_navbar_ministrylogo .language-bar .bootstrap-select.btn-group {
    margin-top: -4px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 400px) {
    .wrapper1 {
        width: 85.5%;
        margin: 0rem 0rem 0rem 2.2rem;
    }

    .image-conatiner {
        width: 100px;
    }

    .footer-container.signin_footer_mobile {
        color: white;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .image-conatiner {
        margin-left: 0 ;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 401px) and (max-device-width: 468px) {

    .wrapper1 {
        width: 88.5%  ;
    }

    .image-conatiner {
        width: 100px;
    }

    .image-conatiner {
        margin-left: 0  ;
        margin-bottom: 20px;
    }

    .footer-container.signin_footer_mobile {
        color: white;
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 429px) {

    .image-conatiner {
        /*margin-left: 10px  ;*/
        width: 114px;
        height:auto;
    }

    .wel1 {
        margin-top: 5px;
    }

    .bigimg {
        width: 76.5%;
    }

    .LandingPageCopyRight .footer-container {
        margin: 0 auto;
    }

    .signinFooterContainerResponsive {
        display: none;
    }

    .ministertagline {
        margin-left: 10px;
        margin-right: 10px;
    }

    .domain_signin_background_container {
        margin-right: 0;
        padding-right: 0 ;
    }

    #SignInSearch {
        text-align: left;
    }

    body.fixed-nav #wrapper #page-wrapper {
        min-height: 1202px;
    }
}

@media only screen and (min-device-width: 430px) and (max-device-width: 459px) {
    .footer-container.signin_footer_mobile {
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 20px;
    }

    .image-conatiner {
        margin-left: 11px  ;
    }

    .bigimg {
        width: 79.5%  ;
    }

    .wel1 {
        margin-top: 0  ;
    }
}

@media only screen and (min-device-width: 460px) and (max-device-width: 500px) {
    .footer-container.signin_footer_mobile {
        margin-left: 70px;
        margin-right: 54px;
        margin-bottom: 20px;
    }

    .language-barnew-container {
        gap: 60px  ;
    }

    .wel1 {
        margin-top: 12px  ;
        padding-top: 0  ;
    }

    .image-conatiner {
        margin-left: 11px  ;
    }

    .bigimg {
        width: 79.5%  ;
    }
}

@media only screen and (min-device-width: 760px) and (max-device-width: 992px) {

    .wrapper1 {
        width: 85.5%;
    }

    .footer-container {
        margin: 0 32px 0px 32px;
    }

    .domain_signin_background_container {
        padding-right: 0  ;
    }

    .language-barnew-container {
        position: static  ;
    }

    .footer-container.signin_footer_mobile {
        color: white;
    }

    body.fixed-nav #wrapper #page-wrapper {
        min-height: 1202px;
    }
}

@media only screen and (min-width:760px) {
    .footer-container {
        margin: 0 32px 20px 32px;
    }

    .LandingPageCopyRight .footer-container {
        margin: 0 32px 0px 32px;
    }
}

@media only screen and (min-device-width: 1024px) {

    .hero_image_watsan_landing {
        width: 94%  ;
        height: 500%  ;
        background-size: cover  ;
    }

    #search-bar {
        margin: auto  ;
    }

    .landing_search_div {
        margin: auto auto auto 30px  ;
    }

    #logo {
        margin-top: 6px  ;
    }

    .enhanced_navbar_ministrylogo #logo {
        width: auto;
        height: 40px  ;
    }

    .project_login_btn.LandingPageNavbarDropdownButton {
        margin-top: 7px;
    }

    .language-bar {
        margin-top: 0px  ;
    }

    .partnership_image {
        width: 100%  ;
        height: 100%;
        background-size: cover;
    }

    #SignInSearch {
        text-align: left;
        margin-top: 0px;
        font-size: 15px;
    }

    .card-body.padding-lr-30 {
        padding-bottom: 0;
        padding-top: 0px;
    }

    .wrapper1 {
        margin: 0 auto  ;
        padding: 0px 40px 5px 40px  ;
    }

    .termscondi {
        margin-bottom: 0;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .form-group.city {
        margin-bottom: 0;
    }

    .sign-in-title {
        margin-top: 0  ;
    }

    .language-barnew-container {
        position: relative;
        top: 0;
        left: -15px;
        /*min-height: 100vh;*/
        width: 100%;
        display: flex-start;
        align-content: center;
        gap: 20px;
        justify-content: flex-start;
    }

    .language-barnew {
        margin-top: 24px;
    }
}

@media only screen and (min-device-width: 1270px) and (max-device-width: 1540px) {

    .language-barnew-container .language-barnew {
        margin-top: 25px  ;
    }

    .otp_preference {
        text-align: start;
        margin-bottom: 10px;
        font-size: 14px !important;
    }

    .form-control1 {
        font-size: 14px;
        font-weight: 500;
        padding-left: 50px;
        margin-bottom: 5px;
    }

    .sign-in-title {
        margin-top: 0  ;
    }

    .sign-in-title {
        margin-bottom: 0;
    }

    .wrapper1 {
        margin: 0 auto  ;
        padding: 0 1.5rem 0.6rem 1.5rem  ;
    }

    .text-large {
        font-size: 24px;
    }

    .input-control .input-submit {
        margin-top: 10px;
    }

    #SignInSearch {
        font-size: 14px;
    }

    #searchInput {
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 8px;
    }

    .form-control {
        font-size: 12px;
    }

    #edit-user-details .form-group.city form label {
        font-size: 14px;
    }

    #organization-hierarchy .btn {
        margin-top: 0  ;
    }

    #nav-organizationlist {
        margin-top: 0;
        border-radius: 40px;
    }

    .subtitletenant.grey-text {
        font-size: 14px;
    }

    .form-group.city {
        margin-top: 8px;
    }

    #edit-user-details .EmailUserID-lable, #edit-user-details .signIn_Password_lable {
        margin-bottom: 0;
    }

    #edit-user-details .input-control-forget-password {
        margin-bottom: 0.25rem;
    }

    .sign-in-left-side-container .footer-container {
        margin: 0 0 20px 0;
    }

    .sign-in-left-side-container .wel1 {
        margin-top: 10px  ;
    }
}

@media only screen and (min-width:992px) {
    #footer-links {
        margin-left: 40px  ;
        margin-right: 40px  ;
        display: flex;
        justify-content: space-evenly;
        gap: 10px;
    }

    #icon-name {
        margin-left: 0px  ;
    }

    .hr3 {
        width: 80%  ;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    #footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-evenly;
    }

    #icon-name {
        margin-left: 0px  ;
    }

    .hr3 {
        width: 80%  ;
    }

    .profile-name-role .user-name {
        margin-top: 0  ;
    }
}

@media only screen and (max-width:768px) {
    #footer-links {
        margin-left: 50px  ;
        margin-right: 50px  ;
    }

    #icon-name {
        margin-left: 30px  ;
    }
}

.hr3 {
    border: 0;
    border-top: 2px solid #d2d2d2;
    width: 60%;
    text-align: left;
    margin: 10px 0px;
}

.partnership_image {
    width: 100%  ;
    height: 100%  ;
    background-size: cover  ;
    border-radius: 2.5rem  ;
}

.hero_image_watsan_landing {
    width: 94%  ;
    height: 500%  ;
    background-size: cover  ;
    border-radius: 2.5rem  ;
}

@media only screen and (max-width: 500px) {
    .partnership_image, .hero_image_watsan_landing {
        height: 200px  ;
    }
}

@media only screen and (min-width:766px) and (max-width:770px) {
    .topprogressbar {
        padding: 10px;
    }

  /*  #mainNAVNAV .metismenu {
        background-color: black;
    }*/

    body.fixed-nav #wrapper .navbar-static-side {
        margin-top: 70px  ;
    }

    .srch-inputbar {
        display: none  ;
    }

    ul.nav.navbar-top-links.navbar-right {
        width: 40%;
        position: absolute;
        /*top: 12px  ;*/
        left: 80%;
    }

    #toggleNavigationBtn {
        width: 15px  ;
        padding-top: 25px;
        padding-right: 0%  ;
        padding-left: 0%  ;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-right {
        margin-top: 11px  ;
    }

    .image-conatiner {
        margin-left: 28px  ;
        margin-bottom: 0;
        margin-top: 12px  ;
    }

    .wel1 {
        margin-top: 28px  ;
    }
}

@media only screen and (max-width:380px) {
    #insidemvcHEADER .nav.navbar-right > li > a {
        padding: 10px  ;
    }

    ul.nav.navbar-top-links.navbar-right {
        width: 40%;
        position: absolute;
        top: 23px  ;
        left: 67%;
    }

    .mainlogo {
        padding-right: 10px  ;
    }
}

@media only screen and (max-width:766px) {
    .topprogressbar {
        padding: 10px;
    }

    body.fixed-nav #wrapper .navbar-static-side {
        margin-top: 114px  ;
    }

    .srch-inputbar {
        display: none  ;
    }

    ul.nav.navbar-top-links.navbar-right {
        width: 40%;
        position: absolute;
        top: 32px  ;
        left: 59%;
    }

    #toggleNavigationBtn {
        /*width: 15px  ;*/
        padding-top: 25px;
        padding-right: 0%  ;
        padding-left: 0%  ;
    }

    .profile-header-actions {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
}

.input-control {
    margin-bottom: 1.5rem  ;
}

.bigimg {
    border-radius: 16px  ;
}

@media only screen and (min-width:380px) and (max-width:440px) {
    ul.nav.navbar-top-links.navbar-right {
        width: 40%;
        position: absolute;
        top: 30px  ;
        left: 67%;
    }

    #insidemvcHEADER .nav.navbar-right > li > a {
        padding: 10px  ;
    }

    #toggleNavigationBtn {
        padding-top: 15px  ;
    }
}

@media only screen and (min-width:500px) and (max-width:630px) {
    ul.nav.navbar-top-links.navbar-right {
        width: 40%;
        position: absolute;
        top: 30px  ;
        left: 77%;
    }

    #insidemvcHEADER .nav.navbar-right > li > a {
        padding: 10px  ;
    }

    #toggleNavigationBtn {
        padding-top: 15px  ;
    }
}

@media only screen and (min-width:630px) and (max-width:760px) {
    ul.nav.navbar-top-links.navbar-right {
        width: 40%;
        position: absolute;
        top: 30px  ;
        left: 80%;
    }

    #insidemvcHEADER .nav.navbar-right > li > a {
        padding: 10px  ;
    }

    #toggleNavigationBtn {
        padding-top: 15px  ;
    }
}

@media only screen and (min-width:820px) and (max-width: 850px) {
    .progpresenatge {
        margin-left: 0px  ;
    }

    #progressStats {
        margin-left: 0px  ;
    }
}

@media only screen and (min-width:1399px) {
    .profilePage_footer #copyright {
        padding: 0px 10px 0px 0  ;
    }
}

#copyright {
    background: #212529;
    color: white;
    padding: 15px 10px 15px 0;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width:500px) {
    #copyright {
        padding: 15px 10px 15px 10px;
    }

    .domain_signin_background .signin_footer_mobile a {
        display: block;
    }

    .profilePage_footer .signinFooterContainerResponsive a {
        display: block;
    }
}

@media only screen and (min-width:1200px) {
    .profile-name-role .user-name {
        margin-top: 0  ;
    }

    .footer-container.signin_footer_mobile {
        color: white;
        display: none;
    }
}

@media only screen and (min-width: 1400px) {
    .footer-container.signinFooterContainerResponsive {
        margin: 0 0 0 0;
        padding-bottom: 15px  ;
        padding-top: 15px  ;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 468px) {
    #copyright h6 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (min-width:767px) {
    .footer-container {
        padding-bottom: 20px  ;
    }

    .partnership_image {
        margin-bottom: 30px;
    }

    .profile-header-actions {
        display: flex;
        gap: 10px;
        justify-content:flex-end;
    }
}

@media only screen and (max-width:1200px) {
    .signinFooterContainerResponsive {
        display: none;
    }

    .footer-container.signin_footer_mobile {
        color: #fff;
    }
}

.wrapper1 {
    margin: 0 auto;
}

@media only screen and (min-width:767px) {
    .wrapper1 {
        margin: 0 auto;
        /*margin-top:40px;*/
    }
}

.non-profile-page .navbar-right {
    margin-top: 0px;
}

@media only screen and (max-width:1200px) {
    .language-barnew {
        top: 0;
        position: fixed;
    }

    .wrapper1 {
        margin-top: 30px !important;
    }

    .language-barnew-container .language-bar .bootstrap-select.btn-group {
        padding-right: 10px;
    }
}

.non-profile-page .nav-bar a {
    margin-bottom: 15px;
}

.otp_preference_forgotPW {
    text-align: start !important;
    margin-bottom: 10px;
}

.otp_pref_div_forgotPW {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.ForgotPasswordOTPBtn {
    margin-top: 40px;
    border-radius: 100px !important;
    color: #fff;
    padding: 0.55rem 1.25rem !important;
    line-height: normal !important;
    width:100%;
    height: 40px;
}

.ResetBtn {
    border-radius: 100px !important;
    color: #fff;
    padding: 0.55rem 1.25rem !important;
    line-height: normal !important;
    width:100%;
}

#otp-form .twoF_submit {
    border-radius: 100px !important;
    color: #fff;
    padding: 0.55rem 1.25rem !important;
    line-height: normal !important;
    margin-bottom:10px;
    width:100%;
    height: 40px;
}

.loginbtn {
    border-radius: 100px;
}

.createnew_PW {
    font-size: 20px !important;
    text-align: start;
    color: #42495B !important;
    font-weight: 400;
}

.enterOTP_text {
    margin-bottom:10px;
}

.ForgotPasswordResendOTPBtn, .twoFAresendOTPBtn {
    font-style: italic;
    margin-bottom: 10px;
    cursor:pointer !important;
}

#ChangePassword .loginbtn {
    border-radius: 100px;
    line-height: normal;
    width:100%;
}

#edit-user-details .input-control-forget-password {
    font-style: italic;
    justify-content: end !important;
}

#ChangePassword .form-horizontal .form-group {
    margin: 0px !important;
}

.input-group-addon img {
    width:20px;
    height:20px;
}

#ChangePassword .input-group-addon {
    background-color: transparent;
    border: none !important;
}

.tenant_url_signin {
    align-items:center;
}

.tenant_div {
    margin-bottom: 12px;
}



.email_option, .sms_option, .sms_option_forgotPW, .email_option_forgotPW {
    display: flex;
    align-items: center;
    gap: 10px;
}

.otp_pref_div {
    margin-bottom: 10px;
}

.loginbtn {
    width: 100%;
}

.heading {
    margin-bottom: 10px;
}

.input-field-container {
    height: auto !important;
    margin-bottom: 5px;
}

.continue-with-microssoft-account {
    border-radius: 100px !important;
}

.project_login_btn.LandingPageNavbarDropdownButton {
    color:#fff !important;
}


/*sidenav new*/
.nav-icon-images {
    width: 20px !important;
    height: 20px !important;
}

.metismenu a {
    background-color: #ffffff !important;
}

#mainNAVNAV .metismenu {
    background-color: #ffffff;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: #ffffff !important;
}

.nav > li > a {
    color: #808080 !important;
}

.sidenav_bottom_sec a {
    color: #808080;
}

#pullTOPmenu .nav > li.active > a {
    background-color: #ffffff !important;
}

#pullTOPmenu .nav > li.active {
    border-left: none !important;
}

.nav-toggle-images {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: 10px;
    transform: rotate(180deg);
}

.sidenav_footer {
    display: flex;
    flex-direction: column;
    padding: 20px 11px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    font-family: 'Inter';
}

.footer_copyright span{
    font-size: 12px;
    color: #767676;
    font-family: 'Inter';
}

.footer_version {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.footer_copyright a {
    color: #767676 !important;
    font-weight: 500;
    font-size: 12px !important;
    text-align: center;
}

.footer_copyright a {
    background-color: transparent !important;
}

span.second-level-nav-item {
    padding-left: 24px !important;
}

.nav-second-level li a {
    font-size: 0.9rem;
}

span .nav-label {
    font-size: 0.9rem;
}

.sidenav_bottom_sec a {
    font-size: 0.9rem;
}

#mainNAVNAV #pullTOPmenu .nav > li.currentpg > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 42px;
    border-radius: 0px 10px 10px 0px;
}

@media only screen and (min-device-width: 767px) and (max-device-width: 1900px) {
    span .nav-label {
        font-size: 0.8rem;
    }

    .sidenav_bottom_sec a {
        font-size: 0.8rem !important;
    }

    .nav-second-level li a {
        padding-left: 35px !important;
        font-size: 0.8rem !important;
    }

    span.second-level-nav-item {
        padding-left: 14px !important;
        font-size: 0.8rem !important;
    }
}

@media only screen and (min-width: 1920px) {
    #mainNAVNAV {
        width: 312px;
    }

    #page-wrapper.profile-page {
        margin: 0 0 0 312px;
    }   

}

@media only screen and (max-width:429px) {
    span .nav-label {
        font-size: 14px;
    }

    .nav-icon-images {
        width: 18px !important;
        height: 18px !important;
    }

    .nav-toggle-images {
        width: 15px !important;
        height: 15px !important;
    }

    .nav-second-level li a {
        font-size: 12px;
    }

    .sidenav_bottom_sec a {
        font-size: 12px;
    }

    .mini-navbar .metismenu .collapse.in {
        font-size: 12px;
    }

    .nav-second-level li, .nav-third-level li {
        padding-left: 35px;
    }
}

@media only screen and (min-width:430px) and (max-width:767px) {
    span .nav-label {
        font-size: 16px;
    }

    .nav-second-level li a {
        font-size: 16px;
    }

    .sidenav_bottom_sec a {
        font-size: 16px;
    }

    .mini-navbar .metismenu .collapse.in {
        font-size: 16px;
    }

    body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
        font-size: 16px;
    }

    .nav-second-level li, .nav-third-level li {
        padding-left: 35px;
    }
}

.sidenav_profile {
    display:flex;
    justify-content:center;
}

.progpresenatge {
    justify-content: center;
}

.twofaOtpDisableStyle {
    opacity: .65;
    cursor: default !important;
    color: #6d6d6d !important;
}

@media only screen and (max-width:600px) {
    .otp_pref_div {
        gap: 5px !important;
        flex-direction:column;
    }
}

.topprogressbar {
    color: #444444 !important;
    right: unset !important;
    margin-top: -2px;
}

.sidenav_profile img {
    width: 74px;
    height: 74px;
}

@media only screen and (max-width: 767px) {
    .progress {
        width: 180px !important;
    }

    .sidenav_profile_div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .myprofileimg {
        /*display: none;*/
    }

    .profile_navbar_right .msg {
        display:none;
    }

    .header_icons {
        width: 24px;
        height: 24px;
    }

    .menu_header {
        width: 24px;
        height: 24px;
    }

    .nav_header_logo {
        display:flex;
        justify-content:center;
    }

    #mainNAVNAV .metismenu .topprogressbar {
        padding: 44px 40px 10px 40px !important;
    }
}

@media only screen and (min-width:435px) and (max-width:767px) {
    #insidemvcHEADER .navbar-right {
        left: 38%;
        justify-content: end !important;
    }
}

.navbar-default {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%) !important;
}

.progress_Crown {
    gap:5px;
}

@media only screen and (min-width:768px) {
    #progressStats {
        width: auto !important;
    }

    .progress {
        height: 14px !important;
        border-radius: 50px;
    }

    .header_icons {
        width: 30px;
        height: 30px;
    }

    .header_icons.header_icons1 {
        width: 28px;
        height: 28px;
    }

    .progress-bar {
        line-height: 14px !important;
        text-align: end;
    }

    .progress_name, .progress_Crown {
        width: 133px;
        font-size: 16px;
        min-width: 108px;
        max-width: 133px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .progreeslvl {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width:767px) {
    .progress_name, .progress_Crown {
        width: 108px;
        font-size: 12px;
        min-width: 108px;
        max-width: 116px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

#toggleNavigationBtn {
    padding: 10px;
}

@media only screen and (min-device-width: 370px) and (max-device-width: 400px) {
    .nav_header_logo {
        min-width: 288px;
    }
}

@media only screen and (min-device-width: 400px) and (max-device-width: 460px) {
    .nav_header_logo {
        min-width: 320px !important;
    }
}

@media only screen and (min-device-width: 460px) and (max-device-width: 480px) {
    .nav_header_logo {
        min-width: 370px !important;
    }
}

@media (max-device-width: 380px) {
    .nav_header_logo {
        min-width: 255px;
    }
}

/*Notification Dropdown header start*/
.notification-wrapper {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 60px;
}

.notification-title-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #444;
}

#closeNotificationModalBtn.close-btn,
#closeNotificationModalBtn.close-btn:hover {
    color: #444 !important;
}

.notification-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    font-family: 'Montserrat-Regular';
}

.fa-times.close_icon {
    color: #444444;
    width: 16px;
    height: 16px;
}

.dropdown-menu.forLIA#notificationListContainer {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notification-bell-icon {
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.notification-bell-icon-message-wrapper {
    display: flex;
    column-gap: 5px;
}

.notification-name-completed-failed-wrapper .fa-check-circle {
    color: #51A351;
    font-size: 16px;
}

.notification-name-completed-failed-wrapper .fa-exclamation-circle {
    color: #DF4F4F;
    font-size: 16px;
}

.mark-all-read {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1rem;
}

.close-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

.notif-item {
    padding: 12px;
    /*    border-bottom: 1px solid #f0f0f0;*/
    list-style: none;
    margin-bottom: 0;
}

.notificationName.notification-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 190px;
}

.unread .notification-name.font-weight-bold {
    font-weight: bold;
}

.notif-time {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(156 163 175);
}

.notification-name-completed-failed-wrapper .completed,
.notification-name-completed-failed-wrapper .failed {
    color: #444444;
    font-size: 0.75rem;
    line-height: 1rem;
}

/*. {
    color: #C80000;
    font-size: 0.75rem;
    line-height: 1rem;
}*/

.navbar-top-links .dropdown-menu li.notif-item {
    /*    column-gap: 24px;*/
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 8px;
}

#notificationListContainer.notification-dropdown-wrapper .notifications-wrapper {
    max-height: 300.8px;
    overflow-y: auto;
}


.make-as-read-time-wrapper {
    margin-top: 5px;
}

.unread .notification-name {
    font-weight: bold;
}

.notification-name {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.notif-details {
    font-size: 13px;
    margin-top: 5px;
    display: flex;
    column-gap: 14px;
}

.completed {
    color: #444444;
}

.failed {
    color: #444444;
    /*    margin-left: 10px;*/
}

.notif-meta {
    font-size: 11px;
    color: gray;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mark-read-btn {
    background-color: #4caf50;
    color: #fff;
    border: none;
    padding: 2px 6px;
/*    font-size: 10px;*/
    border-radius: 3px;
    cursor: pointer;
    display: none; /* initially hidden */
}

.unread .mark-read-btn {
    display: inline-block;
}

#bulkUserList {
    width: 100%;
    height: 100%;
}

.modal .notify-userlist-modal .modal-body {
    background-color: #fff !important;
    height: 100%;
    border-radius: 15px;
    overflow-y: visible;
    padding: 24px 40px 40px 40px;
}

#editor-modal .modal-content .notify-userlist-modal .modal-body {
    height: auto !important;
}

#bulkUserList .p-4 {
    padding: 0;
}

.modal .modal-body button {
    position: relative !important;
    top: 34px;
    right: 24px;
}

.notif-item:hover {
    background: #F9F9F9;
    border-radius: 8px;
}

.notif-time {
    color: #444;
    cursor: pointer;
}

.no-notification-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.notification-dropdown-wrapper {
    max-height: 366.8px;
    overflow-y: auto;
}

@media only screen and (min-device-width: 1024px) {
    .notify-userlist-modal.modal-dialog.modal-lg {
        width: 800px;
    }

    .dropdown-menu.forLIA#notificationListContainer {
        width: 400px;
        right: -240px;
        padding: 16px;
    }
}

@media only screen and (min-device-width: 1366px) {

    .notify-userlist-modal.modal-dialog.modal-lg {
        width: 1300px;
    }
}

@media only screen and (max-device-width: 540px) {


    .notificationName.notification-name {
        width: 100%;
    }
}

/* Container holding both time and button */

.mark-read-btn.mark-read-hover-btn {
    background-color: transparent !important;
    background: transparent !important;
    border-color: transparent;
    text-decoration: none !important;
}

.mark-read-btn.mark-read-hover-btn:hover {
    background-color: transparent !important;
    background: transparent !important;
    border-color: transparent !important;
    text-decoration: none !important;
}

.mark-read-btn.mark-read-hover-btn,
.notif-meta.notif-meta-hover .mark-read-btn.mark-read-hover-btn {
    text-align: end;
    padding: 0;
}

.notif-meta.notif-meta-hover .notif-time.notif-time-hover {
    display: inherit;
}

.notif-meta.notif-meta-hover:hover .notif-time.notif-time-hover {
    display: none;
}

.notif-meta.notif-meta-hover .mark-read-btn.mark-read-hover-btn {
    display: none;
}

.notif-meta.notif-meta-hover:hover .mark-read-btn.mark-read-hover-btn {
    display: inherit;
}

/* Container holding both time and button */
.notif-meta-hover {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: gray;
    margin-top: 4px;
}

/* Initially show time */
.notif-time-hover {
    display: inline;
}

/* Initially hide the button */
.mark-read-hover-btn {
    display: none;
    background: none;
    border: none;
    color: #3268B2;
    font-size: 11px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}

/* On hover: show button, hide time */
.notif-meta-hover:hover .notif-time-hover {
    display: none;
}

.notif-meta-hover:hover .mark-read-hover-btn {
    display: inline;
}



/*Notification Dropdown header end*/
.signup_multiple_upload_docs, .signup_upload_docs {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.signup_multiple_upload_btn, .signup_upload_btn {
    border-radius: 50px;
    font-size: 12px;
    padding: 4px 12px;
    cursor:pointer;
}

.remove-btn {
    padding:0px !important;
}

.signupremove_file_row {
    display: flex;
    align-items: center;
    color: #9A9A9A;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 10px;
    width: 80%;
    text-align: start;
}

.signup_multiple_remove_file_row {
    display: flex;
    align-items: center;
    color: #9A9A9A;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 10px;
    width: 80%;
    text-align: start;
}

.files-present {
    height: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 200px;
}

#angularModal .modal-footer .btn-primary {
    min-width: auto;
    font-size: 14px;
}

#angularModal .modal-body {
    padding: 0px !important;
    background: transparent !important;
    height: 100%;
}

#angularModal .close {
    padding: 16px;
    top: 0px;
    position: absolute;
    right: 0px;
    opacity: 1 !important;
}

#angularModal .close_icon {
    opacity: 1;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 468px) {
    .image-conatiner {
        width: 150px !important;
        height: auto !important;
    }

    .bigimg {
        width: 74.5% !important;
        height: auto !important;
        margin-left: 11px;
    }
}

.input-control .sign-in-with-efass.eadvisor-btn {
    transition: 0.1s ease-in-out !important;
}

@media only screen and (min-width:768px) and (max-width:1919px) {
    .sidenav_footer {
        bottom: 0px;
        position: fixed;
        width: 220px;
    }
}

@media only screen and (min-width:1919px) {
    .sidenav_footer {
        position: fixed;
        bottom: 0px;
        width: 312px;
    }
}

#angularModal .close {
    padding: 16px;
    top: 0px;
    position: absolute;
    right: 0px;
    opacity: 1 !important;
    display: block;
}

#angularModal .close_icon {
    opacity: 1;
    font-family: 'FontAwesome' !important;
}

.notifi_bell .fa {
    font-family: 'FontAwesome' !important;
}

#angularModal3 .modal-body {
    max-height: 470px !important;
}

.dropdown-menu.forLIA#notificationListContainer {
    box-shadow: 0 0 1px rgba(86, 96, 117, 0.7);
}

.dropdown-lable-icon-name {
    font-weight: 400;
    font-family: Montserrat-Regular;
    margin-bottom: 0;
}
/*SignOut popup modal start*/

#session-expire-warning-modal .modal-header .modal-title {
    font-size: 14px;
    font-weight: 500;
    color: #444444;
}

#session-expire-warning-modal .modal-footer .btn-primary {
    min-width: 136px;
    min-height: 33.98px;
    font-size: 13px;
    font-weight: 500;
}

#session-expire-warning-modal .modal-footer #btnLogoutNow {
    min-width: 136px;
    min-height: 33.98px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #428bca;
    color: #FFF;
}

#session-expire-warning-modal .modal-body {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #6B7280 !important;
    padding-left: 18px;
}

#session-expire-warning-modal #btnOk {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #428bca;
    color: #FFF;
}

#session-expire-warning-modal .modal-body {
    background: #fff !important;
    background-color: #fff !important;
}
/*SignOut popup modal end*/

@media only screen and (max-width: 468px) {
    .navbar-right .dropdown_msg_icon_margin .dropdown-menu {
        top: 43px !important;
        border-radius: 10px;
        left: -118px !important;
    }

    .sidebar-bottom-nav-item,
    .support-link,
    .sidenav_bottom_sec a,
    #btn-help,
    .myprofiletext {
        font-size: 12px !important;
    }

    #mainNAVNAV .metismenu {
        height: calc(100vh - 80px) !important;
        overflow-y: auto !important; 
        scrollbar-width: thin !important;
    }
}