﻿

.modal-content .modal-body form .tox.tox-tinymce {
    max-height: 350px;
}

div#FAQModel .modal-content {
    overflow: auto;
    height: 100%;
    max-height: 650px;
}

div#TeacherModel .modal-content {
    overflow: auto;
    height: 100%;
    max-height: 650px;
}

div#CoursesModel .modal-body {
    overflow: auto;
    height: 100%;
    max-height: 650px;
}

.pageWraper {
    position: relative;
}

.aside-fixed .aside {
/*    background: #1a1a1a;*/
    padding: 10px 0;
}

.aside.aside-dark .aside-logo {
    background: none;
}
.aside-dark .menu .menu-item .menu-section {
    color: #fff !important;
    font-size: 16px !important;
}
.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #fff;
    font-size: 18px;
}
.aside-dark .menu .menu-item .menu-link .menu-bullet .bullet {
    background-color: #fff;
}
.aside-dark .menu .menu-item .menu-link {
    color: #000;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
    .aside-dark .menu .menu-item .menu-link span:nth-child(2) {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        padding-left: 14px;
    }

        .aside-dark .menu .menu-item .menu-link:hover span:nth-child(2) {
            color:#fff;
        }

        .aside-dark .menu .menu-item .menu-link span {
            font-size: 19px;
            margin: 0;
        }
.aside-menu .menu-column .menu-item.menu-accordion a.menu-link .bullet-dot {
    width: 6px;
    height: 6px;
    background: #0f7142;
    padding: 0;
}
.aside-menu .menu-column .menu-item.menu-accordion a.menu-link.active .bullet-dot {
    background-color: #ffffff;
}
.aside .aside-menu {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding:0;
}
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active), .aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) {
    background: #0f7142;
}
    .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet, .aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
        background-color:#fff;
    }

.aside-dark .menu .menu-item .menu-link.active {
    background: #0f7142;
}

    .aside-dark .menu .menu-item .menu-link.active span:nth-child(2) {
        color: #fff;
    }

div#kt_header_user_menu_toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f3f7fb;
    padding: 10px 10px 10px 20px;
}

    div#kt_header_user_menu_toggle .symbol {
        display: block;
    }

    div#kt_header_user_menu_toggle .menu.menu-sub.menu-sub-dropdown {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }

        div#kt_header_user_menu_toggle .menu.menu-sub.menu-sub-dropdown a.menu-link {
            margin: 0;
            border-bottom: 1px dashed darkgrey;
            border-radius: 0;
            padding-inline: 8px !important;
        }

.login-text span {
    font-size: 14px;
    color: #000000d1;
    line-height: 16px;
}

.login-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #0f7142;
}

div#kt_header_user_menu_toggle .symbol img {
    width: 34px;
    height: 35px;
}

.aside .aside-menu div.menu-column {
    padding-bottom: 70px;
}

.breadCrumb ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

    .breadCrumb ul li {
        padding: 0 8px;
        font-size: 12px;
        color: #000;
        position: relative;
        line-height: 14px;
    }
        .breadCrumb ul li:first-child {
            padding-left: 0;
        }
        .breadCrumb ul li:first-child::after {
            content: '';
            height: 100%;
            width: 1px;
            background: #000;
            position: absolute;
            right: 0;
            transform: rotate(18deg);
        }

        .breadCrumb ul li:last-child {
            color: #0f7142;
            font-weight: 500;
        }

.mainHeading h2 {
    margin: 0;
    font-size: 22px;
}

.aside-dark .menu .menu-item .dropdown-menu {
    border-radius: 0;
    width: 100%;
    transform: none !important;
    position: relative !important;
    margin-left: 20px !important;
    box-shadow: none;
}

    .aside-dark .menu .menu-item .dropdown-menu .menu-link {
        margin: 0;
        padding: 6px;
        position: relative;
    }

        .aside-dark .menu .menu-item .dropdown-menu .menu-link::before {
            content: '';
            width: 6px;
            height: 6px;
            background: #0f7142;
            border-radius: 50px;
            position: absolute;
            left: -7px;
        }

    .aside-dark .menu .menu-item .dropdown-menu .menu-item {
        padding: 0;
    }

.aside-dark .menu .menu-item .signOutDropdown .menu-item .menu-link:hover:not(.disabled):not(.active) {
    background: none;
    color: #0f7142;
}

.sideBar-toggler {
    position:relative;
}
    .sideBar-toggler button {
        background: #515151;
        color: #fff;
        border: none;
        width: 40px;
        height: 40px;
        font-size: 25px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 5;
        top: -20px;
        transform: translate(4px, 0);
    }
.aside-fixed .aside {
    overflow: auto;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    height: 100%;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
    transition: all 0.3s;
}
.aside-enabled.aside-fixed.header-fixed .header {
    position: relative;
    padding: 10px 0;
    height: auto;
    background-color: #f3f7fbc4;
    left: 0;
    box-shadow: 0px 2px 10px lightgrey;
    display:none;
}
    .aside-enabled.aside-fixed.header-fixed .header.headerLeftZero {
        left: 0;
    }
.header-fixed.toolbar-fixed .wrapper {
    padding: 0px;
    margin-left: 300px;
}
.adminLogo {
    width: 90px;
    margin-bottom: 10px;
}

    .adminLogo img {
        width: 100%;
    }
.toggleBtn {
    flex: 1 1 auto;
    padding-left: 20px;
}


    .toggleBtn a i {
        font-size: 24px;
        color: #000;
    }
.closeMenu-wrap {
    position: absolute;
    right: 20px;
    top: 15px;
    display:none;
}

.closeMenu-wrap a.closeMenu i {
    font-size: 20px;
    color: #fff;
}

.aside-fixed .aside {
    width: 300px;
    height: 100vh;
}

.aside-fixed .collapseMenu .aside {
    width: 0;
}

button.mobile-toggle-btn {
    display: none;
}

.collapseMenu div#kt_wrapper {
    margin-left: 0;
}

.dashboardPanel .card {
    box-shadow: rgb(99 99 99 / 32%) 0px 2px 8px 0px;
    border-radius: 0.75rem !important;
    border-bottom: 3px solid #2d8e84;
    transition: .3s;
    margin-bottom: 30px;
}
    .dashboardPanel .card .card-header {
        padding: 25px 15px;
        border-bottom: 0;
    }
    .dashboardPanel .card.firstCard {
        border-color: #007bff;
    }

        .dashboardPanel .card.firstCard .card-header .icon {
            background-color: #007bff;
        }

        .dashboardPanel .card.firstCard:hover .card-header .icon {
            background-color: #fff;
        }

        .dashboardPanel .card.firstCard .icon {
            background-color: #007bff;
        }

        .dashboardPanel .card.firstCard:hover {
            background-color: #007bff;
        }

            .dashboardPanel .card.firstCard:hover .card-header .icon i {
                color: #007bff;
            }

    .dashboardPanel .card.secondCard {
        border-color: #ef5350;
    }

        .dashboardPanel .card.secondCard .card-header .icon {
            background-color: #ef5350;
        }

        .dashboardPanel .card.secondCard:hover {
            background: #ef5350;
        }

            .dashboardPanel .card.secondCard:hover .card-header .icon i {
                color: #ef5350;
            }

            .dashboardPanel .card.secondCard:hover .card-header .icon {
                background-color: #fff;
            }

    .dashboardPanel .card.thirdCard {
        border-color: #66bb6a;
    }

        .dashboardPanel .card.thirdCard .card-header .icon {
            background-color: #66bb6a;
        }

        .dashboardPanel .card.thirdCard:hover {
            background-color: #66bb6a;
        }

            .dashboardPanel .card.thirdCard:hover .card-header .icon {
                background-color: #fff;
            }

                .dashboardPanel .card.thirdCard:hover .card-header .icon i {
                    color: #66bb6a;
                }

    .dashboardPanel .card.fourthCard {
        border-color: #8e44ad;
    }

        .dashboardPanel .card.fourthCard .card-header .icon {
            background-color: #8e44ad;
        }

        .dashboardPanel .card.fourthCard:hover {
            background-color: #8e44ad;
        }

            .dashboardPanel .card.fourthCard:hover .card-header .icon {
                background-color: #fff;
            }

                .dashboardPanel .card.fourthCard:hover .card-header .icon i {
                    color: #8e44ad;
                }
.dashboard-text h4 {
    font-size: 30px;
}
.dashboard-text p {
    font-size: 18px;
    padding-top: 5px;
}

    .dashboardPanel .card .card-header .icon {
        top: -15px;
        width: 60px;
        height: 60px;
        right: 10px;
        display: flex;
        background: #2d8e84;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(64 64 64 / 40%) !important;
        border-radius: 0.75rem !important;
        transition:.3s;
    }

        .dashboardPanel .card .card-header .icon i {
            font-size: 24px;
            color: #fff;
        }
.dashboardPanel .card:hover {
    background: #2d8e84;
    color: #ffff;
}

    .dashboardPanel .card:hover h4 {
        color: #fff;
    }

    .dashboardPanel .card:hover .card-header .icon {
        background: #fff;
    }

        .dashboardPanel .card:hover .card-header .icon i {
            color: #2d8e84;
        }

.allChartWrapper .ChartWrapper canvas {
    width: 100% !important;
    height: auto !important;
}

.allChartWrapper .ChartWrapper {
    padding-top: 40px;
}

    .allChartWrapper .ChartWrapper:last-child {
        width: 80%;
        margin: 0 auto;
    }
/*id card css*/

.CardImages-wrap {
    display: flex;
    justify-content: center;
}

    .CardImages-wrap .CardImages {
        position: relative;
        padding: 0 10px;
    }

        .CardImages-wrap .CardImages img {
            width: 120px;
            height: 100px;
            object-fit: contain;
        }
.leftImg {
    max-width: 260px;
    margin: 0 auto;
    position:relative;
}
.leftImg img {
        width: 100%;
    }
        .leftImg img.stdCardImg {
            position: absolute;
            left: 50%;
            max-width: 140px;
            top: 55%;
            transform: translate(-50%, -50%);
            zoom: 1.3;
        }

        .leftImg img:first-child {
            position: relative;
            z-index: 5;
        }

.leftCard {
    text-align: center;
    border: 1px solid #0d67a5;
    background: #fff;
}
    .leftCard .leftCard-inner {
        padding: 20px 60px 0;
    }
    .idCardWrapper {
        padding: 30px 0;
    }

.CardImages-wrap .CardImages:first-child:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #0d67a5;
    position: absolute;
    right: 0;
}
@font-face {
    font-family: myFirstFont;
    src: url(/media/font/JosefinSans-Medium.ttf);
}

.leftCard .cardName {
    padding: 10px;
    box-shadow: 5px 0px 20px 10px inset lightgrey;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 1px;
}

.digitalText p {
    color: #054f9d;
    margin-bottom: 7px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform:uppercase;
}
.digitalText span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.idCardText {
    padding-top: 10px;
}

    .idCardText h1 {
        font-size: 37px;
        font-weight: 600;
        color: #0d67a5;
        line-height: 34px;
        font-family: myFirstFont;
        margin: 0;
    }
    .idCardText span {
        font-size: 20px;
        text-transform: uppercase;
        color: #0d67a5;
        font-weight: 800;
        font-family: 'myFirstFont';
    }

.leftCard.rightCard {
    padding: 0;
}

    .leftCard.rightCard .CardImages-wrap {
        padding: 20px 0;
    }

    .leftCard.rightCard .cardDetail {
        text-align: left;
        padding: 0 20px;
        position:relative;
    }

        .leftCard.rightCard .cardDetail:after {
            content: '';
            background-image: url(/media/Bano-Qabil-blue.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0.2;
        }

        .leftCard.rightCard .cardDetail .text {
            display: flex;
            padding-bottom: 15px;
        }

            .leftCard.rightCard .cardDetail .text span.line {
                width: 100%;
                display: block;
                border-bottom: 1px solid #000;
            }

            .leftCard.rightCard .cardDetail .text span {
                font-size: 18px;
            }

            .leftCard.rightCard .cardDetail .text .numbers {
                display: flex;
            }

                .leftCard.rightCard .cardDetail .text .numbers span {
                    width: 23px;
                    height: 23px;
                    border: 1px solid #000;
                    text-align: center;
                    border-right: none;
                }

                    .leftCard.rightCard .cardDetail .text .numbers span:nth-child(6) {
                        border: none;
                    }

                    .leftCard.rightCard .cardDetail .text .numbers span:nth-child(14) {
                        border: none;
                    }

                    .leftCard.rightCard .cardDetail .text .numbers span:nth-child(5) {
                        border-right: 1px solid #000;
                    }

                    .leftCard.rightCard .cardDetail .text .numbers span:nth-child(13) {
                        border-right: 1px solid #000;
                    }

                    .leftCard.rightCard .cardDetail .text .numbers span:last-child {
                        border-right: 1px solid #000;
                    }
            .leftCard.rightCard .cardDetail .text span span.innerSpan {
                padding: 0 0 0 5px;
            }

            .leftCard.rightCard .cardDetail .text > span {
                padding-right: 10px;
                display: flex;
            }

    .leftCard.rightCard .serviceText {
        background: #0d67a5;
        color: #fff;
    }

        .leftCard.rightCard .serviceText span {
            text-transform: uppercase;
            font-size: 17px;
            font-style: italic;
        }

        .leftCard.rightCard .serviceText h3 {
            color: #fff;
            text-transform: uppercase;
            font-size: 35px;
            margin: 0;
            line-height: 22px;
            font-style: italic;
        }

.cardLogos {
    display: flex;
    justify-content: center;
}

    .cardLogos img {
        width: 100%;
        max-width: 90px;
        padding: 0 15px;
        object-fit: contain;
    }

.cardLogos-wrap {
    padding: 10px 0;
}

    .cardLogos-wrap .logoText {
        color: #054f9d;
        padding-top: 5px;
        font-size: 14px;
        font-weight: 600;
    }

.leftCard .bottomText {
    padding: 0 20px 20px;
    background: #054f9d;
    color: #fff;
    line-height: 16px;
    padding-top: 5px;
    font-weight: 500;
    height: 55px;
}

@media (max-width: 991.98px) {
    .aside-fixed .aside {
        display: block;
    }
}
@media screen and (max-width:1199px) {
    .header-fixed.toolbar-fixed .wrapper {
        margin-left:0;
    }
    .aside-fixed .aside {
        width: 0;
    }
    
    .aside-fixed .collapseMenu .aside {
        width: 300px;
    }
    .aside-enabled.aside-fixed.header-fixed .header {
        left:0;
    }
    .closeMenu-wrap {
        display:block;
    }
}


.tox-notifications-container {
    left: 0 !important;
}

h3.StudentInfo {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}

.row.detailWrap {
    align-items: center;
}

.filterWrap {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.applyFilterBtn {
    margin-bottom: 20px;
}

    .applyFilterBtn a.btn.customBtn {
        width: 100%;
        border-radius: 0;
        border-radius: 50px;
    }

        .applyFilterBtn a.btn.customBtn::after {
            border-radius: 30px;
        }

.searchBar {
    position: relative;
}
    .searchBar span {
        position: absolute;
        top: 15px;
        left: 10px;
        font-size: 16px;
        color: #2d8e84;
    }

    .searchBar input {
        border-radius: 0;
        padding: 12px;
        font-weight: 300;
        padding-left: 35px;
    }
.filterBtn-wrap {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.selection-wrap {
    position: relative;
    margin-bottom: 20px;
}

    .selection-wrap label {
        font-size: 14px;
        padding-bottom: 5px;
        color: #000000;
    }

    .selection-wrap select {
        border-radius: 0;
        border: 1px solid #d3d3d3 !important;
        font-weight: 400;
        font-size: 15px;
        padding: 10px 30px 10px 12px;
        background-image: url(/media/caret-down.png);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: right 10px center;
    }

.form-control:disabled, .form-control[readonly] {
    cursor: not-allowed;
}

        .selection-wrap select option {
            background-color: #ffff;
        }

        .selection-wrap select:focus {
            border: 1px solid #d3d3d3 !important;
        }
.selection-wrap input.form-control {
    border-radius: 0;
    border: 1px solid #d3d3d3 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 30px 10px 12px;
    color: #000;
}
.selectTwoBoxWrapper span.select2-container span.select2-selection {
    border: 1px solid #d3d3d3 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 30px 10px 12px;
    background-color: #d3d3d37a;
}

    .selectTwoBoxWrapper span.select2-container span.select2-selection ul li {
        padding-left: 24px;
        border-color: #0f7142;
        font-size: 14px;
    }

        .selectTwoBoxWrapper span.select2-container span.select2-selection ul li span.select2-selection__choice__remove {
            background: #0f7142;
            color: #ffff;
            border-radius: 0;
            margin: 0;
        }

div.infoWrapper.content {
    background: #f3f7fb;
    border-radius: 0;
    padding: 30px !important;
}
.customBtn {
    background: #0f7142;
    margin-left: 10px;
    border: 1px solid #0f7142 !important;
    transition: .2s;
    color: #fff;
    font-size: 16px;
    padding: 10px 12px !important;
    position: relative;
    box-shadow: none;
}
        .customBtn span {
            position:relative;
            z-index:1;
        }
    .customBtn:hover span {
        color: #0f7142;
    }
    .customBtn::after {
        animation: opacityFallbackOut .5s step-end forwards;
        backface-visibility: hidden;
        background-color: #fff;
        clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateZ(0);
        transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
        width: 100%;
        border-radius: 4px;
    }

.customBtn:hover::after {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
    .customBtn.customBtn-light {
        background: transparent;
        color: #0f7142;
    }

            .customBtn.customBtn-light::after {
                display: none;
            }
        .customBtn.customBtn-light i {
            color: #0f7142;
        }

            .customBtn.customBtn-light:hover span {
                color: #fff;
            }

        .customBtn.customBtn-light:hover {
            color: #fff;
            background: #0f7142;
        }

            .customBtn.customBtn-light:hover i {
                color: #fff;
            }
       .customBtn i {
            color: #fff;
            font-size: 16px;
            margin-right: 5px;
            position:relative;
            z-index:1;
        }
    .customBtn:hover i {
        color: #0f7142;
    }

.allBtnsWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 15px;
}


    .allBtnsWrap a.btn.customBtn,
    .allBtnsWrap button {
        margin: 0;
        border-radius: 50px;
        padding: 8px 16px !important;
        font-size: 14px;
        line-height: normal;
    }

.allBtnsWrap .customBtn::after {
    border-radius: 30px;
}

div.infoWrapper.content .card-body {
    padding: 20px;
}

.records-wrap {
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px 0px rgb(0 0 0 / 10%), 0 2px 10px -2px rgb(0 0 0 / 5%);
    border-radius: 0.75rem !important;
    border-bottom: 3px solid #2d8e84;
    transition: .3s;
    background-color: #fff;
}

    .records-wrap.firstCard {
        border-color: #007bff;
    }

    .records-wrap.secondCard {
        border-color: #ef5350;
    }

    .records-wrap.thirdCard {
        border-color: #66bb6a;
    }

    .records-wrap.fouthCard {
        border-color: #8e44ad;
    }

    .records-wrap.fifthCard {
        border-color: #b91d47;
    }

    .records-wrap.sixthCard {
        border-color: #007bff;
    }

    .records-wrap label {
        font-size: 15px;
        font-weight: 500;
    }

    .records-wrap.firstCard h4 {
        color: #007bff;
    }

    .records-wrap.secondCard h4 {
        color: #ef5350;
    }

    .records-wrap.thirdCard h4 {
        color: #66bb6a;
    }

    .records-wrap.fouthCard h4 {
        color: #8e44ad;
    }

    .records-wrap.fifthCard h4 {
        color: #b91d47;
    }

    .records-wrap.sixthCard h4 {
        color: #007bff;
    }

    .records-wrap h4 {
        font-size: 30px;
        font-weight: 600;
        color: rgb(24, 28, 50);
    }

    .records-wrap.firstCard:hover {
        background-color: #007bff;
    }

    .records-wrap.secondCard:hover {
        background-color: #ef5350;
    }

    .records-wrap.thirdCard:hover {
        background-color: #66bb6a;
    }

    .records-wrap.fouthCard:hover {
        background-color: #8e44ad;
    }

    .records-wrap.fifthCard:hover {
        background-color: #b91d47;
    }

    .records-wrap.sixthCard:hover {
        background-color: #007bff;
    }

    .records-wrap:hover h4,
    .records-wrap:hover label {
        color: #fff;
    }

.selectAllRecords {
    padding-top: 20px;
}

    .selectAllRecords label.checkWrap {
        padding-bottom: 20px;
    }

label.checkWrap {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

    label.checkWrap input {
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    label.checkWrap span.checkmark {
        height: 25px;
        width: 25px;
        transition: .3s;
        border: 1px solid #0f7142;
        display: inline-block;
        position: absolute;
        left: 0;
        border-radius: 5px;
    }

    label.checkWrap input:checked ~ span.checkmark {
        background: #0f7142;
    }

    label.checkWrap span.checkmark::after {
        content: "";
        position: absolute;
        display: none;
        left: 8px;
        top: 4px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    label.checkWrap input:checked ~ span.checkmark::after {
        display: block;
    }

.modal-header {
    padding: 15px 20px;
    border: none;
    background-color: #0f7142;
}

    .modal-header h5.modal-title {
        font-size: 18px;
        color: #fff;
    }

.modal .modal-header button.btn.closeBtn {
    padding: 0 !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.modal-content .modal-body {
    padding-top: 10px;
    padding-bottom: 15px;
    scrollbar-color: #000000 transparent;
}

.modal-body label {
    font-size: 15px;
    color: #000;
    padding-bottom: 5px;
    line-height: normal;
}

.modal-body input.form-control {
    border-radius: 0;
    font-weight: 200;
    border: 1px solid #0f7142;
}

    .modal-body input.form-control::placeholder {
        color: #a9a9a9d4;
    }

.modal-body .form-check {
    padding: 0;
    min-height: auto;
    margin-bottom: 15px;
}

    .modal-body .form-check label.form-check-label {
        display: flex;
        gap: 6px;
        padding: 0;
    }

    .modal-body .form-check input {
        margin: 0;
        float: initial;
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }

.modal-body .form-group {
    margin-bottom: 15px;
}

.modal-body .form-check input:checked {
    border-color: #0f7142;
    background-color: #0f7142;
    background-position: 3px center;
}


.modal-body select {
    border-radius: 0;
    font-weight: 200;
    border: 1px solid #0f7142;
    background-image: url(/media/caret-down.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right 13px center;
}
    .modal-body select:focus {
        border: 1px solid #0f7142;
    }
.modal-footer {
    padding: 10px 20px;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}

.select2.select2-container.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #d3d3d3 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 12px;
    height: 45px;
    background-image: url(/media/caret-down.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 10px center;
    text-align: left;
}

    .select2.select2-container.select2-container--default .select2-selection--single span.select2-selection__rendered {
        line-height: initial;
        padding: 0;
        color: #000;
    }

div.divStudent span.selection span.select2-selection.select2-selection--single span.select2-selection__clear {
    right: 20px;
    top: -4px;
    font-size: 20px;
}

.select2.select2-container.select2-container--default .select2-selection--single span.select2-selection__rendered + span.select2-selection__arrow {
    display: none;
}

.dataTables_wrapper div.dt-buttons {
    float: inherit;
}

    .dataTables_wrapper div.dt-buttons a.dt-button {
        background: #2d8e84 !important;
        border: 1px solid #2d8e84 !important;
        transition: .3s;
        color: #fff;
        padding: 10px 14px !important;
    }

.StudentIdWrap {
    padding: 30px 0 0;
}

    .StudentIdWrap input {
        border-radius: 0;
        border: 1px solid #2d8e84;
        font-weight: 400;
        font-size: 15px;
        padding: 10.2px 12px;
        outline: none;
    }

.customBtn.btnValidateIds {
    margin: 0;
    padding: 7px 9px 7px 11px !important;
    margin-top: 12px;
}

    .customBtn.btnValidateIds i {
        font-size: 14px;
        margin: 0;
    }

.InterviewSection {
    padding:50px 0;
    text-align:left;
}

.InterviewSection .Logo {
    width:140px;
}

    .InterviewSection .Logo img {
        width:100%;
    }

    .InterviewSection .Logo.rightLogo {
        margin-left: auto;
        width: 180px;
    }

    .InterviewSection .topText {
        text-align: center;
    }

    .InterviewSection .topText h2 {
        font-size: 40px;
        font-weight: 600;
        font-family: serif;
        margin: 0;
    }

    .InterviewSection .topText h5 {
        font-size: 24px;
        font-family: emoji;
        font-weight: 600;
    }

.contentText {
    text-align: left;
    padding: 20px 0;
}

h4.interView-head {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    text-decoration: underline;
}

    .contentText ul li {
        padding-left: 10px;
        line-height: 30px;
        font-size: 18px;
    }

.InterviewSection .dateAndTime {
    text-align: left;
}

.InterviewSection .dateAndTime > div span {
    font-size: 16px;
}

    .InterviewSection .dateAndTime > div span:last-child {
        color: #000;
        font-weight:bold;
    }

.InterviewSection .stdImage {
    width: 166px;
    height: 200px;
    border: 1px solid;
    margin-top: 5px;
}
    .InterviewSection .stdImage img {
        width: 100%;
        height: 198px;
        object-fit: cover;
    }

.InterviewSection .infoWrap {
    text-align: left;
    padding-bottom: 8px;
}

    .InterviewSection .infoWrap span {
        font-size: 18px;
        font-weight: 600;
    }

        .InterviewSection .infoWrap span.orangeText {
            font-weight: bold;
            color: #000;
            padding-left: 10px;
        }

        .InterviewSection .infoWrap span.lightText {
            font-weight: 400;
        }

.InterviewSection .table > thead th {
    font-size: 16px;
    font-weight: 500;
    text-align:center;
}

.InterviewSection .table tbody td {
    font-size: 16px;
    font-weight: 500;
    text-align:left;
}
.InterviewSection table ul {
    margin: 0;
}
.InterviewSection .listText {
    text-align: left;
}

    .InterviewSection .listText ul {
        list-style: auto;
    }

        .InterviewSection .listText ul li {
            line-height: 30px;
            padding-left: 10px;
            font-size: 18px;
            font-weight: 600;
        }

            .InterviewSection .listText ul li span {
                font-weight: 400;
                padding-left: 10px;
            }

    .InterviewSection .listText.secondList {
        padding-top: 10px;
    }

        .InterviewSection .listText.secondList h5 {
            font-size: 22px;
            font-weight: 600;
            text-decoration: underline;
        }

        .InterviewSection .listText.secondList ul li {
            width: 50%;
            float: left;
            padding: 0;
        }
            .InterviewSection .listText.secondList ul li > div {
                display: flex;
                padding-bottom: 5px;
            }
            .InterviewSection .listText.secondList ul li span.line {
                width: 220px;
                display: inline-block;
                border-bottom: 1px solid #000;
            }

            .InterviewSection .listText.secondList ul li span:first-child {
                width: 105px;
                display: inline-block;
            }
.InterviewSection .courseint-text {
    display:flex;   
}
.InterviewSection .courseint-text span.line {
    width: 350px;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-left: 5px;
}

.InterviewSection .courseint-text span {
    font-size: 18px;
}

.InterviewSection .courseRight {
    padding-bottom: 10px;
    display:flex;
}

    .InterviewSection .courseRight span.line {
        display: inline-block;
        border-bottom: 1px solid #000;
        width: 290px;
    }

    .InterviewSection .courseRight span:first-child {
        width: 155px;
        display: inline-block;
    }

.InterviewSection .interBottom-text p {
    margin: 0;
    font-size: 18px;
}
.InterviewSection .interBottom-date .innerDate {
    display: flex;
    align-items: end;
}

    .InterviewSection .interBottom-date .innerDate span.line {
        width: 100%;
        border-bottom: 1px solid #000;
        margin-left: 10px;
    }
    .InterviewSection .interBottom-date .innerDate span {
        font-size: 18px;
    }

    .InterviewSection p {
        font-size: 18px;
    }

.InterviewSection .securityText .securityInner {
    display: flex;
}

    .InterviewSection .securityText .securityInner span {
        font-size: 18px;
        width: 195px;
    }

        .InterviewSection .securityText .securityInner span.line {
            border-bottom: 1px solid #000;
            width: calc(100% - 195px);
        }
.InterviewSection ul {
    margin:0;
}
.InterviewSection .form-group {
    margin-bottom: 20px;
}

    .InterviewSection .form-group label {
        font-size: 18px;
        padding-bottom: 3px;
    }

    .InterviewSection .form-group select, .InterviewSection .form-group input, .InterviewSection td select, .InterviewSection td input {
        box-shadow: none;
        height: 40px;
        border-radius: 0;
        border: 1px solid #2d8e84;
    }

        .InterviewSection .form-group select:focus, .InterviewSection .form-group input:focus,
        .InterviewSection td select:focus, .InterviewSection td input:focus {
            box-shadow:none;
        }
        table.table_edc thead tr {
            border: 1px solid rgb(222, 226, 230);
        }
table.table_edc td input.btn-primary {
    box-shadow: none;
    background: #2d8e84;
    padding: 2px 12px;
    transition: .3s;
}
    table.table_edc td input.btn-primary:hover {
        border-color: #2d8e84;
        background: #fff;
        color: #2d8e84;
    }
        table.table_edc td input.btn-primary:focus {
            box-shadow:none;
        }
        table.table_edc td input.btn-danger {
            box-shadow: none;
            background: #2d8e84;
            transition: .3s;
            border: 1px solid #2d8e84;
            border-radius: 7px;
            font-size: 20px;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            table.table_edc td input.btn-danger:focus {
                box-shadow:none;
            }

table.dataTable > thead tr {
    border: none;
}
    table.dataTable > thead tr th {
        color: #fff !important;
        white-space: nowrap;
        background: #0f7142;
        padding-right: 10px !important;
    }

    table.dataTable > thead tr th:first-child {
        padding-left: 10px;
        padding-top: 16.25px;
        padding-bottom: 16.25px;
    }
.dataTables_wrapper {
    overflow: auto;
}
table.dataTable tbody tr td {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 10px !important;
    font-size: 15px;
    white-space: nowrap;
    padding-right: 10px !important;
}

    table.dataTable tbody tr td button.btn {
        background: #000000;
        padding: 0 !important;
        color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

button.btn i {
    color: #fff;
    font-size: 12px;
    padding: 0;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_scroll {
    overflow: auto;
    border: 1px solid lightgrey;
}

    .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead {
        overflow: initial !important;
    }

        .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner {
            overflow: initial !important;
            padding: 0 !important;
        }

    .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
        overflow: initial !important;
        border: none;
    }

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 15px;
    color: #000
}

    div.dataTables_wrapper div.dataTables_filter label input {
        outline: none;
        height: 40px;
        width: 200px;
        border-radius: 4px;
        border-color: #d4d4d4;
        font-size: 15px;
        padding-inline: 8px;
    }

input:-internal-autofill-selected {
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: url(/media/search-icon.png) !important;
    color: #000 !important; 
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.dataTables_length label {
    font-size: 15px;
    color: #000;
}

div.dataTables_wrapper div.dataTables_length {
    padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_length label select {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    padding-block: 4px;
    padding-right: 15px;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_scroll::-webkit-scrollbar {
    height: 12px;
    width:12px;
    background: #a9a9a947;
}

.dataTables_wrapper .dataTables_scroll::-webkit-scrollbar-thumb {
    background-color: #a4a7a6;
}
div.dataTables_wrapper div.dataTables_info {
    color: #000;
    font-size: 14px;
}
div.dataTables_wrapper div.dataTables_paginate a.paginate_button.previous {
    background: none;
    color: #0f7142 !important;
    font-size: 16px;
    transition: .3s;
    border: none !important;
}

    div.dataTables_wrapper div.dataTables_paginate a.paginate_button.previous.disabled {
        color: grey !important;
    }

div.dataTables_wrapper div.dataTables_paginate a.paginate_button.next {
    color: #0f7142 !important;
    font-size: 16px;
    background: none;
    transition: .3s;
    border: none !important;
}

    div.dataTables_wrapper div.dataTables_paginate a.paginate_button.next.disabled {
        color: grey !important;
    }

div.dataTables_wrapper div.dataTables_paginate.paging_simple_numbers span a.paginate_button {
    background: none !important;
    outline: none;
    border: none !important;
    font-size: 16px;
    color: #0f7142 !important;
    border-radius: 50px;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 34px;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button.previous:hover {
    font-weight: 600;
    color: #0f7142 !important;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button.next:hover {
    font-weight: 600;
    color: #0f7142 !important;
}

div.dataTables_wrapper div.dataTables_paginate.paging_simple_numbers span a.paginate_button.current {
    background: #0f7142 !important;
    color: #fff !important;
    box-shadow: 1px 2px 5px #2d8e84;
}
table.dataTable tbody tr td button.btn.btn-sm {
    background: black;
    padding: 7px 11px !important;
    width: 35px;
    height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
    table.dataTable tbody tr td button.btn.btn-sm i {
        color: #fff !important;
    }
table.dataTable tbody tr td.select-checkbox::before {
    width: 20px;
    height: 20px;
    margin-left: -13px;
    margin-top: -10px;
}


table.dataTable tbody tr.odd td.select-checkbox::after {
    margin-left: -10px;
    font-size: 17px;
}

table.dataTable.stripe > tbody > tr.odd.selected > td, table.dataTable.display thead + tbody > tr.odd.selected > td {
    box-shadow: none;
    color:#000;
}

table.dataTable.stripe > tbody > tr.odd.selected:hover td, table.dataTable.display thead + tbody > tr.odd.selected:hover td {
    box-shadow: none !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background: #f3f3f3;
    box-shadow: none;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background: #fff;
    box-shadow: none;
}

    table.dataTable tbody tr:hover td.sorting_1 {
        background: #ededed !important;
    }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody thead tr {
    height: 1px;
}

    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody thead tr th {
        width: 44px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        height: 0;
        font-size: 0;
    }

div.modal .modal-content .modal-header button.btn-modalClose {
    background: none;
    padding: 0 !important;
}

    div.modal .modal-content .modal-header button.btn-modalClose i {
        font-size: 22px;
    }
#UpdateCourseMappingTable_wrapper div.dataTables_length {
    padding-bottom: 20px;
}

.scheduleImg {
    position: relative;
    width: 26%;
    height: 443px;
}

    .scheduleImg img {
        width: 100%;
        border-radius: 5px;
        box-shadow: 1px 5px 10px gray;
        height: 443px;
    }

.donateBtn {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}

    .donateBtn a.btn.customBtn {
        margin: 0;
    }



@media print {
    @page {
        size: 11in 17in;
        margin: 20px 10px;
    }

    .InterviewSection .interviewbtnsWrap {
        display: none !important;
    }

    .InterviewSection {
        padding: 10px !important;
    }

        .InterviewSection .row {
            display: flex !important;
        }

            .InterviewSection .row .col-md-7 {
                width: 58.33333333%;
            }

            .InterviewSection .row .col-md-5 {
                width: 41.66666667%;
            }

            .InterviewSection .row .col-md-6 {
                width: 33.33333333% !important;
            }

            .InterviewSection .row .col-md-9 {
                width: 75%;
            }

            .InterviewSection .row .col-md-3 {
                width: 25%;
            }

            .InterviewSection .row .col-md-10 {
                width: 83%;
            }

            .InterviewSection .row .row .col-md-4 {
                width: 33.33333333% !important;
            }

            .InterviewSection .row .col-md-2 {
                width: 17%;
            }

        .InterviewSection .interviewbtnsWrap {
            display: none;
        }

        .InterviewSection table ul li {
            font-size: 12px !important;
            padding-bottom: 2px !important;
        }

        .InterviewSection .container {
            max-width: 100%;
        }

        .InterviewSection .stdImage {
            width: 110px !important;
            height: 130px !important;
            margin-top: 15px !important;
        }

        .InterviewSection .Logo {
            width: 90px !important;
        }

        .InterviewSection .topText h2 {
            font-size: 24px;
        }

        .InterviewSection .topText h5 {
            font-size: 18px;
        }

        .InterviewSection .Logo.rightLogo {
            width: 100px !important;
        }

    h4.interView-head {
        font-size: 14px !important;
        margin: 0 !important;
    }

    .contentText ul li {
        font-size: 12px !important;
        line-height: normal !important;
    }

    .InterviewSection .dateAndTime > div span {
        font-size: 12px !important;
        line-height: 16px;
        display: block;
    }

    .contentText ul {
        margin: 0 !important;
    }

    .InterviewSection .listText.secondList ul li > div {
        padding: 0 !important;
    }

    .contentText {
        padding: 0 0 10px !important;
    }

    .InterviewSection .stdImage {
        margin-bottom: 10px !important;
    }

    .InterviewSection .infoWrap span {
        font-size: 12px !important;
    }

    .InterviewSection p {
        font-size: 12px !important;
    }

    .InterviewSection .listText ul li {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .InterviewSection .listText.secondList h5 {
        font-size: 14px !important;
    }

    .InterviewSection .interBottom-text p {
        font-size: 14px !important;
    }

    .InterviewSection .interBottom-date .innerDate span {
        font-size: 14px !important;
    }

    .InterviewSection .securityText .securityInner span {
        font-size: 14px !important;
        width: 180px !important;
    }

    .ScrutinyBox p {
        padding-bottom: 5px !important;
        font-size: 15px !important;
    }

    .InterviewSection table ul {
        padding-left: 20px !important;
    }

    .InterviewSection .table thead th, .InterviewSection .table tbody td {
        padding: 2px 10px !important;
        font-size: 12px !important;
    }

    .InterviewSection .infoWrap {
        padding-bottom: 0 !important;
    }

    .InterviewSection .courseint-text span {
        font-size: 14px !important;
    }

        .InterviewSection .courseint-text span.line {
            font-size: 14px !important;
            display: flex !important;
            align-items: end;
        }

    .InterviewSection p {
        margin: 0 !important;
    }

    .InterviewSection .listText {
        padding-top: 10px !important;
    }

    .InterviewSection .courseRight span:first-child {
        width: 220px !important;
        font-size: 13px !important;
    }

    .row.ManagingText {
        padding-bottom: 7px !important;
    }

    .InterviewSection hr {
        display: none !important;
    }

    .InterviewSection .listText.secondList ul li span:first-child {
        width: 80px !important;
    }

    .InterviewSection .securityText .securityInner span {
        width: 150px !important;
    }

    .InterviewSection ul {
        padding-top: 5px !important;
    }

    .InterviewSection .listText ul, .InterviewSection table ul {
        padding-top: 0 !important;
    }

    .InterviewSection table {
        margin-bottom: 0 !important;
    }
}

      


.tox-tinymce-aux {
    display: none;
}

@media (max-width:1195px) {
    .scheduleImg {
        margin-bottom:25px;
        height:288px;
    }
        .scheduleImg img {
            height: 288px;
        }
        .scheduleSection .card {
            order: 3;
        }
        .scheduleSection .card + .scheduleImg {
            order: 2;
        }
}

@media (max-width:991px) {
    .menu-sub.menu-sub-accordion {
        position: absolute;
        top: 20px;
        left: 61px;
        background: #fff;
        padding: 4px 0;
        border-radius: 8px;
        box-shadow: rgb(99 99 99 / 17%) 0px 2px 8px 0px;
        transition: .3s;
    }

    .aside-menu .menu-column .menu-item.menu-accordion a.menu-link {
        padding-left: 13px !important;
        margin-bottom: 5px;
        padding-block: 4px;
    }

    .aside-dark .menu .menu-sub .menu-item .menu-link span:nth-child(2) {
        padding: 0;
    }

    .menu-sub.menu-sub-accordion.show {
        top: 0;
    }

    div.infoWrapper.content {
        padding-inline: 10px !important;
    }

    button.mobile-toggle-btn {
        display: block;
    }

    .aside-fixed .aside {
        width: 70px;
        padding-inline: 10px;
        white-space: nowrap;
        display: block;
        padding-top: 40px;
        overflow: visible !important;
    }

    .header-fixed.toolbar-fixed .wrapper {
        margin-left: 70px;
    }

    button.mobile-toggle-btn {
        border: 0;
        background: none;
        position: absolute;
        right: -14px;
        padding: 0;
        top: 10px;
        width: 30px;
        height: 30px;
        background: #0f7142;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgb(99 99 99 / 32%) 0px 2px 8px 0px;
        transition: .3s;
    }

        button.mobile-toggle-btn i {
            font-size: 14px;
            color: #ffff;
        }

    .adminLogo {
        width: 50px;
        margin-bottom: 30px;
    }

    .aside-dark .menu .menu-item .menu-link span:nth-child(2) {
        font-size: 0;
    }

    .aside-dark .menu .menu-item .menu-link span {
        font-size: 20px;
    }

    .aside-dark .menu .menu-item .menu-link {
        margin-bottom: 17px;
        padding-inline: 13px;
    }

        .aside-dark .menu .menu-item .menu-link.dropdown-toggle::after {
            display: none;
        }

    .aside-fixed .aside.sidebar-menu-open {
        width: 280px;
    }

    .login-text {
        display: none;
    }

    .aside-fixed .aside.sidebar-menu-open .login-text {
        display: block;
    }

    .aside.sidebar-menu-open .menu .menu-item .menu-link span:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
    }


    .aside.sidebar-menu-open .adminLogo {
        width: 90px;
    }

    .aside.sidebar-menu-open button.mobile-toggle-btn {
        transform: rotate(180deg);
    }


    .aside-dark .menu .menu-item .dropdown-menu {
        position: absolute !important;
        left: 61px !important;
        padding: 4px 0;
        border-radius: 8px;
        box-shadow: rgb(99 99 99 / 17%) 0px 2px 8px 0px;
        transition: .3s;
        top: 20px !important;
    }

    .aside-dark .menu .menu-item .menu-link span.icon {
        display: none;
    }

    .signOutDropdown {
        position: relative;
    }

    .aside-dark .menu .menu-item .dropdown-menu .menu-link {
        padding-left: 13px !important;
        margin-bottom: 5px;
        padding-block: 4px;
    }

    .aside-dark .menu .menu-item .dropdown-menu.show {
        top: 0 !important;
    }

    .aside-fixed .aside.sidebar-menu-open .menu-sub.menu-sub-accordion {
        position: initial;
        padding: 0;
        box-shadow: none;
    }

    .sidebar-menu-open .aside-menu .menu-column .menu-item.menu-accordion a.menu-link {
        padding-block: 3px;
        padding-left: 34.75px !important;
        margin-bottom: 10px;
    }

    .aside-dark.aside.sidebar-menu-open .menu .menu-item .dropdown-menu {
        position: initial !important;
        padding: 0;
        box-shadow: none;
    }

        .aside-dark.aside.sidebar-menu-open .menu .menu-item .dropdown-menu a.menu-link {
            padding-block: 3px;
            margin-bottom: 10px;
            padding-left: 34.75px !important;
        }

    .aside-dark.sidebar-menu-open .menu .menu-item .menu-link span.icon {
        display: block;
    }
}

@media (max-width:768px){
    .scheduleImg img {
        height: auto;
    }

    .scheduleImg {
        height: auto;
        width: 35%;
    }

    .donateBtn {
        bottom: 20px;
    }
        .donateBtn a.btn.customBtn {
            font-size: 14px;
            padding:7px 12px !important;
        }
}

@media (max-width:575px) {
    .scheduleImg {
        height: auto;
        width: 50%;
    }

    .donateBtn {
        bottom: 30px;
    }

    .InterviewSection .listText.secondList ul li {
        width: 100%;
    }

    h4.interView-head {
        font-size: 20px;
        line-height: 30px;
    }

    .courseint-text {
        padding-bottom: 30px;
    }

    .InterviewSection .Logo {
        width: 80px;
    }

        .InterviewSection .Logo.rightLogo {
            width: 120px;
        }

    .InterviewSection .topText {
        padding-top: 10px;
    }

        .InterviewSection .topText h2 {
            font-size: 24px;
        }

        .InterviewSection .topText h5 {
            font-size: 16px;
        }
}


@media (max-width:480px) {
    .donateBtn {
        bottom: 18px;
    }

        .donateBtn a.btn.customBtn {
            padding: 5px 12px !important;
            font-size: 12px;
        }
    .InterviewSection .Logo {
        width: 60px;
    }

    .InterviewSection .topText h2 {
        font-size: 14px;
    }

    .InterviewSection .topText h5 {
        font-size: 11px;
    }

    .InterviewSection .Logo.rightLogo {
        width: 90px;
    }

    h4.interView-head {
        font-size: 16px;
        margin: 0;
    }

    .contentText ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .contentText ul {
        margin: 0;
    }

    .contentText {
        padding: 10px 0;
    }

    .InterviewSection .stdImage {
        margin-bottom: 20px;
    }

    .InterviewSection .infoWrap span {
        font-size: 15px;
    }

    .InterviewSection p {
        font-size: 16px;
    }

    .InterviewSection .listText ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .InterviewSection .listText.secondList h5 {
        font-size: 17px;
    }

    .InterviewSection .interBottom-text p {
        font-size: 14px;
    }

    .InterviewSection .interBottom-date .innerDate span {
        font-size: 14px;
    }

    .InterviewSection .securityText .securityInner span {
        font-size: 14px;
        width: 180px;
    }

    .InterviewSection table ul {
        padding-left: 20px;
    }
}



.student-form-wrapper {
    padding: 30px 0;
    font-family:system-Ui;
}

    .student-form-wrapper div.form-img-wrap img {
        width: 100%;
    }

    .student-form-wrapper .form-head-text h1 {
        margin: 0;
        font-size: 36px;
        font-weight: 700;
        color: #2d8e84;
        display: inline-block;
        text-shadow: 3px 3px 4px grey;
        padding-bottom: 10px;
    }

.form-head-text p {
    margin: 0;
    font-size: 24px;
}


.Interview-date-time {
    display: flex;
    align-items: end;
}

    .Interview-date-time span.Line {
        height: 1px;
        flex: 1 1 auto;
        background: #000;
    }

    .Interview-date-time span {
        font-size: 20px;
    }

.form-detail .detail-box {
    text-align: left;
    padding-bottom: 20px;
}

    .form-detail .detail-box h5 {
        font-size: 22px;
        margin: 0;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .form-detail .detail-box p {
        margin: 0;
        font-size: 18px;
        line-height: 36px;
    }

.student-form-wrapper ul {
    margin: 0;
}

.student-form-wrapper ul li {
    font-size: 18px;
}

    .student-form-wrapper ul li::marker {
        color: #2d8e84;
    }

.student-Image {
    width: 100%;
    height: 220px;
    border: 1px solid #000;
}


.form-detail .detail-box .std-Information {
    display: flex;
    gap: 15px;
    padding-bottom:6px;
}

    .form-detail .detail-box .std-Information .form-group {
        flex: 1 1 auto;
        display: flex;
        align-items: end;
        gap: 10px;
    }

        .form-detail .detail-box .std-Information .form-group label.form-label {
            margin: 0;
            color: #000;
            font-size: 18px;
            line-height: 18px;
        }

.student-form-wrapper input.form-control {
    width: auto;
    flex: 1 1 auto;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-size: 18px;
    color: #000;
    padding: 6px 8px 0;
}

        .form-detail .detail-box .std-Information .form-group .family-member {
            display: flex;
            gap: 15px;
            flex: 1 1 auto;
        }

.QualificationWrapper {
    padding-top: 15px;
}

    .QualificationWrapper .QualificationText p {
        margin: 0;
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

.qualifacationTable {
    overflow: auto;
    padding-top: 10px;
}

    .qualifacationTable table.table tr th, .qualifacationTable table.table tr td {
        border: 1px solid #000;
        height: 38.61px;
        font-size: 16px;
    }

    .qualifacationTable table.table {
        margin: 0;
    }

.student-form-wrapper .questionList ul li {
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 600;
    gap: 10px;
    align-items: end;
}

.student-form-wrapper .questionList ul {
    text-align: left;
    padding: 0;
}

.manageText {
    text-align: left;
}

    .manageText ul li {
        font-weight: 500;
        font-size: 20px;
    }



.assignResultoptionModal .modal-body {
    padding: 15px 25px;
}

    .assignResultoptionModal .modal-body .noteText h4 {
        margin: 0;
        padding-bottom: 15px;
        font-size: 22px;
        font-weight: 500;
    }

.assignResultoptionModal .modal-header h5 {
    font-size: 24px;
    font-weight: 600;
}

.assignResultoptionModal .modal-body .stdCheckBox div.stdCheckBoxInner > div {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    gap: 10px;
}

    .assignResultoptionModal .modal-body .stdCheckBox div.stdCheckBoxInner > div p {
        margin: 0;
        font-size: 16px;
    }

    .assignResultoptionModal .modal-body .stdCheckBox div.stdCheckBoxInner > div input {
        accent-color: #2d8e84;
        width: 15px;
        height: 15px;
    }

.assignResultoptionModal .modal-body div.newCourseWrap {
    padding-bottom: 20px;
}

    .assignResultoptionModal .modal-body div.newCourseWrap select {
        padding: 8px 10px;
        appearance: none;
        margin-top: 8px;
    }

    .assignResultoptionModal .modal-body div.newCourseWrap label {
        font-size: 17px;
        font-weight: 600;
    }

.assignResultoptionModal .modal-body .stdCheckBox div.stdCheckBoxInner {
    padding-bottom: 20px;
}

    .assignResultoptionModal .modal-body .stdCheckBox div.stdCheckBoxInner p {
        margin: 0;
    }

.assignResultoptionModal .modal-body .noteText {
    padding: 10px 0;
}

    .assignResultoptionModal .modal-body .noteText label {
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 5px;
    }

    .assignResultoptionModal .modal-body .noteText p {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
    }
.row.dpgender {
margin-bottom:25px;
}
.demo-nifty-btn {
    display: flex;
    gap: 4px;
}
.text-green {
    font-size: large;
    color: green;
    font-weight: 600;
}

.student-details-section {
    padding: 20px;
    border-radius: 10px;
    border-left: 3px solid #0f7142;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

    .student-details-section:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
        transition: box-shadow 0.3s ease;
    }