 @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Slab:wght@100..900&display=swap');

:root {
    scroll-behavior: smooth;
}

a {
    color: #0d6efd;
    text-decoration: none;
}


    a:hover {
        color: #0d6efd;
        text-decoration: none;
    }

.min-height-100vh {
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
   /* background: #cce9ff;*/
    color: #000;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

img {
    vertical-align: inherit;
}

a {
    color: #000;
    text-decoration: none;
}


    a:hover, a:active {
        color: #bd2440;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    a:focus, a:active,
    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus,
    button:focus,
    button:active {
        outline: none;
    }

p {
    line-height: 1.8;
}

iframe {
    border: 0 !important;
}

label {
    font-size: 16px !important;
}
/*=== 4.1 Hero Background ===*/
.ifhe-login-register .hero-wrap {
    position: relative;
    overflow: hidden;
}

#main-wrapper.ifhe-login-register {
    background: #fff;
    /*padding: 20px 0;*/
}

.list-type-none {
    list-style-type: none;
    padding: 0px;
}

.ifhe-login-register .hero-wrap .hero-mask, .ifhe-login-register .hero-wrap .hero-bg, .ifhe-login-register .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #393185a6;
}

.ifhe-login-register .hero-wrap .hero-mask {
    z-index: 1;
}

.ifhe-login-register .hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 300ms ease-in 200ms;
}

    .ifhe-login-register .hero-wrap .hero-bg.hero-bg-scroll {
        background-attachment: scroll;
    }

.ifhe-login-register .hero-wrap .hero-bg-slideshow .hero-bg {
    background-attachment: inherit;
}

.ifhe-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, .ifhe-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, .ifhe-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
    height: 100%;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 10px 0;
    overflow: hidden;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    padding: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #ffffff;
    box-shadow: -3px 3px 6px 0 rgba(0,0,0,.16);
    /*height: 110px;*/
}

    .header.sticked {
        background: #ffffff;
        box-shadow: -3px 3px 6px 0 rgba(0,0,0,.16);
    }

    .header .logo img {
        max-height: 35px;
        margin-right: 6px;
    }

    .header .logo h1 {
        font-size: 32px;
        font-weight: 300;
        color: #141414;
    }

        .header .logo h1 span {
            color: #393185;
            font-weight: 500;
        }



    .header .nav-profile img {
        max-height: 36px !important;
    }

.rounded-circle {
    border-radius: 50% !important;
}


.header .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
    display: block;
}

    .header .profile .dropdown-item i {
        margin-right: 10px;
        font-size: 18px;
        line-height: 0;
    }

.header .profile .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #000;
    white-space: nowrap;
}

@media (max-width: 1279px) {

    .header .btn-getstarted,
    .header .btn-getstarted:focus {
        margin-right: 50px;
    }

    .header .profile .dropdown-header {
        color: #fff;
    }
}

@media (max-width: 576px) {
    .main-heading h4 {
        font-size: 15px;
    }

    .main-heading small {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    section {
        padding: 10px 0;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .main-heading h4 {
        font-size: 16px;
    }

    .main-heading small {
        font-size: 13px;
    }
}



/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        position: relative;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 15px;
            font-size: 14px;
            font-weight: 500;
            color: #141414;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 15px;
                line-height: 0;
                margin-left: 5px;
            }

        .navbar > ul > li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #393185;
            visibility: hidden;
            transition: all 0.3s ease-in-out 0s;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out 0s;
        }

        .navbar a:hover:before,
        .navbar li:hover > a:before,
        .navbar .active:before {
            visibility: visible;
            transform: scaleX(0.7);
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #393185;
        }

        .navbar .dropdown a:hover:before,
        .navbar .dropdown:hover > a:before,
        .navbar .dropdown .active:before {
            visibility: hidden;
        }

        .navbar .dropdown a:hover,
        .navbar .dropdown .active,
        .navbar .dropdown .active:focus,
        .navbar .dropdown:hover > a {
            color: #000;
        }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 0;
            top: 100%;
            margin: 0;
            padding: 0 0 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #ffffff;
            transition: 0.3s;
        }

            .navbar .dropdown ul li {
                min-width: 195px;
            }

            .navbar .dropdown ul a {
                padding: 10px 20px;
                font-size: 15px;
                text-transform: none;
                font-weight: 400;
                color: #000;
            }

                .navbar .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar .dropdown ul a:hover,
                .navbar .dropdown ul .active,
                .navbar .dropdown ul .active:hover,
                .navbar .dropdown ul li:hover > a {
                    color: #ffffff;
                    background: #393185;
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            visibility: visible;
        }

        .navbar .megamenu {
            position: static;
        }

            .navbar .megamenu ul {
                right: 0;
                padding: 10px;
                display: flex;
            }

                .navbar .megamenu ul li {
                    flex: 1;
                }

                    .navbar .megamenu ul li a,
                    .navbar .megamenu ul li:hover > a {
                        color: rgba(var(--color-white-rgb), 0.5);
                        background: none;
                    }

                        .navbar .megamenu ul li a:hover,
                        .navbar .megamenu ul li .active,
                        .navbar .megamenu ul li .active:hover {
                            color: #ffffff;
                            background: #393185;
                        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 70px);
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 10px 0;
            margin: 0;
            background: rgba(var(--color-secondary-rgb), 0.9);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            align-items: center;
            justify-content: space-between;
            padding: 12px 20px;
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            white-space: nowrap;
            transition: 0.3s;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: #ffffff;
                background: none;
            }

        .navbar .dropdown ul,
        .navbar .dropdown .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 0px 0px;
            transition: all 0.5s ease-in-out;
            border: 1px solid #f2f2f2;
        }

        .navbar .dropdown > .dropdown-active,
        .navbar .dropdown .dropdown > .dropdown-active {
            display: block;
        }

    .mobile-nav-toggle {
        display: block !important;
        color: var(--color-secondary);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        top: 20px;
        z-index: 9999;
        right: 20px;
    }

        .mobile-nav-toggle.bi-x {
            color: #ffffff;
        }

    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative;
    }

        .mobile-nav-active .navbar {
            left: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: #393185;
                z-index: 9996;
            }
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 5px 0;
    min-height: 40px;
    margin-top: 10px;
}

    .breadcrumbs h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        color: #dc3545;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #141414;
                content: "/";
            }

@media (max-width: 992px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 995;
    background: #393185;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .scroll-top i {
        font-size: 24px;
        color: #ffffff;
        line-height: 0;
    }

    .scroll-top:hover {
        background: #393185;
        color: #ffffff;
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.dropdown-toggle,
option,
input,
input::placeholder {
    font: 0.8rem/3 sans-serif;
}

/* dashboard css here */

#main {
    padding: 20px 30px;
    transition: all 0.3s;
    /* overflow: hidden; */
}

.profile .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.profile .card-body {
    padding: 20px;
}

    .profile .card-body h5 {
        font-size: 1REM;
    }

.profile .profile-card img {
    max-width: 120px;
    border-radius: 5px;
}

.profile .profile-card h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0 0 0;
    margin-bottom: 10px;
}

.profile .profile-card h3 {
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: #141414;
}

.profile .profile-overview .card-title {
    /* padding: 20px 0 15px 0; */
    font-size: 18px;
    font-weight: 500;
    color: #bd2440;
}

.profile .profile-overview .p-text {
    font-weight: 600;
}

/* ROUTE MAP CSS START */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item:nth-child(1) {
        color: #0d6efd;
    }

    .dashboard .activity .activity-item:nth-child(2) {
        color: #dc3545;
    }

    .dashboard .activity .activity-item:nth-child(3) {
        color: #fd7e14;
    }

    .dashboard .activity .activity-item:nth-child(4) {
        color: #198754;
    }

    .dashboard .activity .activity-item:nth-child(5) {
        color: #20c997;
    }

    .dashboard .activity .activity-item:nth-child(6) {
        color: #0dcaf0;
    }

    .dashboard .activity .activity-item:nth-child(7) {
        color: #6c757d;
    }

    .dashboard .activity .activity-item:nth-child(8) {
        color: #6f42c1;
    }

    .dashboard .activity .activity-item:nth-child(9) {
        color: #ffc107;
    }

    .dashboard .activity .activity-item:nth-child(10) {
        color: #6610f2;
    }

    .dashboard .activity .activity-item:nth-child(11) {
        color: #6c757d;
    }

    .dashboard .activity .activity-item:nth-child(12) {
        color: #0d6efd;
    }

    .dashboard .activity .activity-item:nth-child(13) {
        color: #dc3545;
    }

    .dashboard .activity .activity-item:nth-child(14) {
        color: #fd7e14;
    }

    .dashboard .activity .activity-item:nth-child(15) {
        color: #198754;
    }

    .dashboard .activity .activity-item:nth-child(16) {
        color: #20c997;
    }

    .dashboard .activity .activity-item:nth-child(17) {
        color: #0dcaf0;
    }

    .dashboard .activity .activity-item:nth-child(18) {
        color: #6c757d;
    }

    .dashboard .activity .activity-item:nth-child(19) {
        color: #0d6efd;
    }

    .dashboard .activity .activity-item:nth-child(20) {
        color: #dc3545;
    }

    .dashboard .activity .activity-item:nth-child(21) {
        color: #fd7e14;
    }

    .dashboard .activity .activity-item:nth-child(22) {
        color: #6610f2;
    }

    .dashboard .activity .activity-item:nth-child(22) {
        color: #198754;
    }




    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

.sticky-top1 {
    position: sticky;
    top: 90px;
}

.div-center {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
}

.trash-custom {
    position: relative;
    top: 32px;
    left: 80px;
}

.dashboard .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
}

.dashboard .card-body {
    padding: 0 10px 10px 10px;
}

.dashboard .card-body1 {
    padding: 0px;
}
/*.dashboard .info-card:nth-child(odd){
    background-color:royalblue;
}
.dashboard .info-card:nth-child(even) {
    background-color: blueviolet;
}*/

.dashboard .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #393185;
    border-bottom: 1px solid #ccc;
}

.msr-3 {
    margin-right: 1rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.h-300 {
    height: 300px;
}

.list-unstyled .img-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 10%;
    font-size: 23px;
    text-align: center;
    margin: 0 0px;
}

.list-unstyled .set-flex {
    display: block;
    color: #000;
    /* height: 30px; */
}

.list-unstyled .ms-auto {
    margin-right: 10px;
    cursor: pointer;
}

.primary-rgba {
    background-color: #6e81dc1a;
}

.danger-rgba {
    background-color: #f444551a;
}

.dashboard .filter {
    position: absolute;
    right: 20px;
    top: 15px;
}

.dashboard .card-title span {
    color: #e91414;
    font-size: 14px;
    font-weight: 400;
}

.dashboard .lecture-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    vertical-align: middle;
    padding: 10px;
    margin-bottom: 10px;
    background: #f6f4ff;
    font-size: 15px;
}




.dashboard .info-card {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    position: relative;
    top: 0px;
}








    /* Info Cards */
    .dashboard .info-card:hover {
        background: #ffdede;
        transform: translate(-.5rem, -.5rem);
        transition: 0.5s ease-in-out;
    }

    .dashboard .info-card:nth-child(3) {
        background: lightgreen;
    }


    .dashboard .info-card h6 {
        font-size: 20px;
        color: #bd2440;
        font-weight: 700;
        margin: 5px;
        padding: 0;
    }

    .dashboard .info-card p {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        margin: 5px;
        padding: 0;
    }



.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

span.badge {
    min-width: auto;
    float: none;
}

.badge-solid-orange {
    color: #fd7e14;
    background-color: #fd7e1426;
    border: none;
    padding: 5px 12px;
    font-weight: 500;
    line-height: 1.2;
}

.badge-solid-green {
    color: #198754;
    background-color: #19875426;
    border: none;
    padding: 5px 12px;
    font-weight: 500;
    line-height: 1.2;
}

.badge-solid-blue {
    color: #5470c6;
    background-color: #dce5ff;
    border: none;
    padding: 5px 12px;
    font-weight: 500;
    line-height: 1.2;
}

.page-link {
    position: relative;
    display: block;
    color: #393185;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table-bordered > :not(caption) > * > * {
    font-size: 0.8rem;
}

.sidebar-table {
    left: 0;
    bottom: 0;
    height: 250px;
    z-index: 996;
    transition: all 0.3s;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

@media (max-width: 1199px) {
    .sidebar-table {
        left: -300px;
    }

    .h-300 {
        height: auto;
    }

    #main {
        padding: 20px 5px;
    }
}

.sidebar-table::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar-table::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

/* ROUTE MAP CSS END */






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #bd2440;
    padding: 0 0 20px 0;
}


    .footer .footer-top {
        background: #201c44 url(../img/footer-bg.png) no-repeat right top;
        background-position: bottom left;
        padding: 60px 0;
    }

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}


.footer .footer-top .footer-info p {
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
    color: #fff;
}

    .footer .footer-top .social-links a:hover {
        color: #ffc107;
    }

.footer .footer-top h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffc107;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #fff;
            line-height: 0;
        }

        .footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

            .footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        .footer .footer-top .footer-links ul a {
            color: #fff;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
            font-weight: 600;
        }

            .footer .footer-top .footer-links ul a:hover {
                color: #ffc107;
            }

.footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.footer .copyright {
    text-align: left;
    padding-top: 20px;
    color: #fff;
}

.student_dbd h5 {
    font-size: 16px;
}

.student_dbd label {
    font-size: 16px !important;
}

.bg_blue {
    background: #393185 !important;
}

.bg_red {
    background: #bd2440 !important;
}

.student_dbd .subtitle {
    text-align: left;
}

.profile .card_custom .icon {
    width: 40px;
    height: 40px;
    background: #ffffff;
}

.profile .bg-light-warning {
    background-color: #fff8dd !important;
    margin-bottom: 5px !important;
}

.profile .bg-light-primary {
    background-color: #e9f3ff !important;
    margin-bottom: 5px !important;
}

.profile .bg-light-danger {
    background-color: #ffeef3 !important;
    margin-bottom: 5px !important;
}
