* {
    margin: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #303733;
}

body {
    font-family: "DM Sans", sans-serif;
}

    body:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        /* background-image: url(../img/app-background.png);
    background-repeat: repeat; */
    }

input {
    outline: none;
}

button {
    display: inline-block;
    /*border: 1px solid #b3c3ff;*/
    border: 1px solid #8092e2;
    font-weight: 600;
    Background-color: #ffffff;
    color: #333;
    padding: 9px 13px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.wapper {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    overflow: auto;
    height: 100vh;
}


.loginwapper {
    background-image: url(../img/app-bg2.png) !important;
    background-size: cover !important;
}

.loginwapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: rgb(253 223 115 / 71%);
}

.loginwappertop {
    height: 280px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.loginwapperbottom {
    height: auto;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.logo {
    width: 210px;
    height: 210px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo img {
        max-width: 100%;
    }

.logo-wapper {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 35%);
    border-radius: 100%;
}

.loginwapperbottom {
    background-image: linear-gradient(#fff, #c5e3e7);
    border-top-left-radius: 20px;
    overflow: hidden;
    box-shadow: 0px -7px 12px rgb(0 0 0 / 12%);
    border-top-right-radius: 20px;
}

.loginwapperbottom {
    position: relative;
    text-align: center;
    padding: 20px 30px;
    padding-bottom: 50px;
}

/* .footerlogo {
  position: absolute;
  background: #fff;
  width: 230px;
  text-align: center;
  padding: 15px;
  height: 80px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
} */

.footerlogo img {
    max-width: 50%;
    margin-bottom: -10px;
}

.frm-txt {
    width: 100%;
    text-align: center;
}

.loginBtn {
    height: 50px;
    background: #255ea0;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #255ea0;
    font-weight: 600;
    font-size: 14px;
}

    .loginBtn:hover {
        background: #fff;
        color: #255ea0;
    }

.form-group {
    position: relative;
    padding-bottom: 15px;
}

    .form-group label {
        font-size: 12px;
        color: #414141;
        padding-left: 3px;
    }

    .form-group span {
        position: absolute;
        /*left: 15px;*/
        top: 10px;
        color: #858585;
        font-size: 20px;
    }

    .form-group select,
    .form-group input {
        height: 44px;
        width: 100%;
        border: 1px solid #858585;
        border-radius: 30px;
        padding: 10px 20px;
        font-size: 13px;
        color: #000;
    }

    .form-group select {
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari and Chrome */
        appearance: none;
        background-image: url(../img/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: right 18px center;
        color: #7c7c7c;
    }

.subm-btton {
    border: 0;
    height: 44px;
    width: 100%;
    border-radius: 12px;
    padding: 1px 20px 0 20px;
    font-size: 13px;
    color: #fff;
    background: #245da0;
    font-size: 16px;
}

.password-view {
    color: #848484;
    font-size: 24px;
    position: absolute;
    top: 14px;
    right: 15px;
}

    .password-view:hover {
        color: #255ea0;
    }

.loginwapperbottom h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #414141;
    margin-bottom: 20px;
}

.frm-txt .forgotpassword {
    font-size: 14px;
    color: #f0d8d5;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
}

    .frm-txt .forgotpassword:hover {
        color: #255ea0;
    }

.frm-txt .trmcndtn {
    display: inline-block;
    color: #414141;
    font-size: 13px;
}

    .frm-txt .trmcndtn:hover {
        color: #255ea0;
    }

.footerlogo p {
    font-size: 13px;
    color: #414141;
    margin: 0px;
    margin-top: 5px;
}

.main {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    background-image: linear-gradient(#f1e190, rgb(243 243 243 / 50%));
    padding-top: 58px;
}

.tglIcon {
    cursor: pointer;
}

.header {
    height: 54px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
    padding: 3px 16px;
    position: fixed;
    width: 100%;
    max-width: 800px;
    top: 0;
    z-index: 999;
}

/*.header {
    height: 54px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
    padding: 3px 20px;
    position: relative;
    width: 100%;
    top: -58px;
    z-index: 999;
}*/

.header-height {
    height: 65px;
}

.action {
    display: flex;
    align-items: center;
    height: 100%;
}

.action a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #e8eff3;
    border-radius: 100%;
    font-size: 18px;
    /*margin-right: 10px;*/
    margin-left: 10px;
}

.action a i {
    color: #4b4748;
}

.action a:not(.notification-button):hover {
    background: #255ea0;
}

.action a:not(.notification-button):hover i {
    color: #fff;
}

.action a:last-child {
    margin-right: 0px;
}

.action a span {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #BA2284;
    position: absolute;
    right: 7px;
    top: 7px;
}

.notification-button:hover i,
.notification-button i:hover 
{
    color: #000;
}

.notification-button i:hover::before 
{
    color: #000;
}

.notification-dropdown 
{
    width: 348px;
}

.notification-dropdown .card .card-header 
{
padding-block: 12px;
}

.notification-dropdown .card .card-body 
{
max-height: 305px;
}

.notification-dropdown .card .card-body .list-group-item .row 
{
    font-size: 12px;
}

.footer-tab {
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 20px;
}

.tab {
    overflow: hidden;
}

.footer-tab ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    max-width: 600px;
    margin: 0 auto;
}

.footer-tab ul li a {
    color: #9e9e9e;
    font-size: 25px;
}

.footer-tab ul li a:hover {
    color: #255ea0;
}

.topsec {
    background: #d8ebf2;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
}

.stud {
    display: flex;
    align-items: center;
    width: 90%;
}

.stud-icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
}

    .stud-icon img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        object-fit: cover;
    }

.stud-details {
    width: calc(100% - 50px);
    padding-left: 10px;
}

    .stud-details h3 {
        color: #414141;
        font-size: 16px;
        margin: 0px;
        font-weight: bold;
    }

    .stud-details p {
        font-size: 14px;
        color: #414141;
        margin: 0px;
    }

.topsec .detailsBtn {
    color: #37474f;
    font-size: 16px;
}

    .topsec .detailsBtn:hover {
        color: #255ea0;
    }

.browser-sec {
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-top: 0px;
}

    .browser-sec h2 {
        margin: 0px;
        color: #414141;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.browseritem {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .browseritem label {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
    }

.backylw {
    background: #fcb021;
}

.backblue {
    background: #b3c3ff;
}

.backvilet {
    background: #f0d8d5;
}

.backsky {
    background: #4ab7b6;
}

.browseritem i {
    font-size: 36px;
    margin-bottom: 2px;
    color: #fff;
}

.swiper-container {
    width: 110%;
}

.swiper-wrapper {
    height: 100px;
}

.cmn-wapper {
    padding: 0px 12px;
    position: relative;
}

.tab-group .tab {
    display: none;
}

    .tab-group .tab.tab-active {
        display: block;
    }

.tab-a {
    display: inline-block;
    font-size: 14px;
    color: #303733;
    background: #ffffff;
    padding: 10px 25px;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    white-space: nowrap;
}

.tab .swiper-container {
    width: 100%;
}

.tab-group {
    margin-top: 10px;
}

.tab-a:hover {
    background: #a5cdd6;
    color: #414141;
    font-weight: bold;
}

.active-a {
    background: #a5cdd6;
    color: #414141;
    font-weight: bold;
    white-space: nowrap;
}

.card {
    background: #fff;
    padding: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    border-radius: 16px;
    box-shadow: 0px 0px 10px #ccc;
}

.tab-group .card span {
    color: #414141;
    font-size: 13px;
    display: inline-block;
}

.tab-group .card h3 {
    color: #414141;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 5px;
}

.tab-group .card p {
    color: #414141;
    font-size: 14px;
    margin: 0px;
    line-height: 22px;
}

.moreBtn {
    color: #5e5e5e;
    font-size: 13px;
    border: 1px solid #b3c3ff;
    font-weight: bold;
    padding: 9px 17px;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
}

    .moreBtn:hover {
        background: #255ea0;
        color: #fff;
    }

.tab-group .card {
    padding-bottom: 10px;
}

.scrolldiv {
    width: auto;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    /*margin-top:-58px;*/
}

.hdn {
    color: #414141;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

    .hdn a {
        display: inline-flex;
        width: 30px;
        height: 30px;
        background: #ffeb79;
        color: #414141;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 14px;
        margin-right: 7px;
    }

        .hdn a:hover {
            background: #255ea0;
            color: #fff;
        }

.scrolldiv {
    padding-top: 12px;
    padding-bottom: 75px;
}

.perioditem ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

    .perioditem ul li {
        width: 50%;
    }

        .perioditem ul li h3 {
            color: #414141;
            font-size: 14px;
            font-weight: bold;
            /*text-transform: uppercase;*/
            margin: 0px !important;
        }

        .perioditem ul li span {
            color: #303733;
            font-size: 13px;
            display: inline-block;
            /*text-transform: uppercase;*/
            line-height: inherit;
        }

        .perioditem ul li h3 small {
            display: inline-flex;
            width: 20px;
            height: 18px;
            border-radius: 2px;
            align-items: center;
            justify-content: center;
            margin-left: 8px;
        }

small.backvilet {
    color: #333;
    background: #f0d8d5;
}

small.backylw {
    color: #333;
    background: #ffeb79;
}

small.backsky {
    color: #333;
    background: #c2f9e3;
}

small.backblue {
    color: #333;
    background: #daf6ff;
}

.perioditem {
    padding: 4px;
    background: #fff;
    margin-bottom: 9px;
    border-radius: 12px;
}

    .perioditem:nth-child(even) {
        background: #f6f6f6;
    }

    .perioditem a {
        display: block;
        cursor: pointer;
    }

.top-txt h4 {
    color: #414141;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.top-txt p {
    color: #414141;
    font-size: 14px;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.report-item {
    position: relative;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 12px;
}

    .report-item:nth-child(even) {
        background: #f6f6f6;
    }

    .report-item:last-child {
        margin-bottom: 0px;
    }

    .report-item h3 {
        font-size: 16px;
        color: #414141;
        margin: 0px;
        text-transform: uppercase;
    }

    .report-item p {
        font-size: 14px;
        color: #293041;
        margin: 0px;
    }

.doenloadBtn {
    display: inline-flex;
    width: 30px;
    height: 32px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    right: 10px;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.spandate {
    font-size: 13px !important;
}

.fees-item:last-child {
    padding-bottom: 0px;
}

.doenloadBtn.backvilet {
    background: #f0d8d5;
    border: 1px solid #f0d8d5;
}

    .doenloadBtn.backvilet:hover {
        color: #f0d8d5;
        background: #fff;
    }

.doenloadBtn.backylw {
    background: #ffeb79;
    border: 1px solid #ffeb79;
}

    .doenloadBtn.backylw:hover {
        color: #ffeb79;
        background: #fff;
    }

.doenloadBtn.backsky {
    border: 1px solid #c2f9e3;
    background: #c2f9e3;
}

    .doenloadBtn.backsky:hover {
        color: #4ab7b6;
        background: #fff;
    }

.topsec {
    position: relative;
}

.searchbtn {
    color: #000;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
}

.serach-panel {
    display: none;
    position: absolute;
    background: #a5cdd6;
    width: 100%;
    left: 0;
    top: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9;
}

.serach-inner {
    display: flex;
    flex-wrap: wrap;
}

    .serach-inner .row {
        flex: 1;
    }

    .serach-inner .form-group {
        padding-bottom: 0;
    }

    .serach-inner .subm-btton {
        width: 150px;
        cursor: pointer;
        margin-left: 15px;
        margin-top: 20px;
    }

    .serach-inner label {
        font-size: 12px;
    }

    .serach-inner .form-group select,
    .serach-inner .form-group input {
        padding: 0 15px;
    }

.flx-htn {
    display: flex;
    justify-content: space-between;
}

.loadingDiv {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    background: transparent;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .serach-inner .row {
        flex: auto;
    }

    .serach-inner .subm-btton {
        margin: 0;
    }
}

.flx-htn p span {
    display: block;
    text-align: right;
}

.fees-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .fees-item label {
        text-transform: uppercase;
        color: #414141;
        font-weight: bold;
        margin: 0px;
        display: inline-block;
        font-size: 16px;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fees-item span {
        font-size: 14px;
        color: #414141;
        display: inline-block;
    }

    .fees-item b {
        font-size: 14px;
        color: #414141;
        display: inline-block;
    }

    .fees-item:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
    }

.btn-group {
    text-align: right;
}

.dwnldBtn {
    color: #fff;
    width: 30px;
    height: 32px;
    background: #255ea0;
    border-radius: 6px;
    border: 1px solid #255ea0;
    margin-top: 20px;
}

    .dwnldBtn:hover {
        background: #fff;
        color: #255ea0;
    }

.search input {
    border-color: #dbdbdb;
    padding-left: 20px;
}

.feesDetails a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.searchBtn {
    width: 46px;
    height: 44px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #255ea0;
    border: 1px solid #255ea0;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .searchBtn:hover {
        background: #fff;
        color: #255ea0;
    }

.search b {
    color: #414141;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.feesDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}

    .feesDetails:nth-child(even) {
        background: #f6f6f6;
    }

    .feesDetails:nth-child(4n + 0) .feesDetailsleft span {
        background: #f0d8d5;
    }

    .feesDetails:nth-child(4n + 1) .feesDetailsleft span {
        background: #c2f9e3;
    }

    .feesDetails:nth-child(4n + 2) .feesDetailsleft span {
        background: #ffeb79;
    }

    .feesDetails:nth-child(4n + 3) .feesDetailsleft span {
        background: #daf6ff;
    }

    .feesDetails:last-child {
        margin-bottom: 0px;
    }

    .feesDetails .feesDetailsleft {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .feesDetails .feesDetailsleft span {
            width: 30px;
            height: 32px;
            border-radius: 6px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .feesDetails .feesDetailsleft div {
            width: calc(100% - 30px);
            padding-left: 15px;
        }

            .feesDetails .feesDetailsleft div b {
                font-size: 16px;
                color: #414141;
                font-weight: bold;
                margin: 0px;
            }

            .feesDetails .feesDetailsleft div p {
                font-size: 13px;
                color: #414141;
                text-transform: uppercase;
                margin: 0px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 100%;
            }

.feesDetailsright p {
    text-align: right;
    font-weight: 500;
}

span.backylw {
    background: #ffeb79;
}

span.backvlt {
    background: #f0d8d5;
}

span.backskys {
    background: #4ab7b6;
}

span.backblues {
    background: #255ea0;
}

.feesDetailsleft {
    width: 70%;
}

.blockTtl h3 {
    margin: 0px;
    color: #414141;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px !important;
}

.stafdetails h2 {
    margin: 0px;
    color: #414141;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: start;
    margin-bottom: 2px;
}

.stafdetails h3 {
    margin: 0px;
    color: #414141;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px !important;
}

.stafdetails h4 {
    margin: 0px;
    color: #303733;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.stafdetails h5 {
    margin: 0px;
    color: #303733;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

    .stafdetails h3 a,
    .stafdetails h4 a,
    .stafdetails h5 a,
    .stafdetails h3 button,
    .stafdetails h4 button,
    .stafdetails h5 button,
    .stafdetails p button 
    {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
        padding: 7px 9px;
        border-radius: 6px;
        display: inline-flex; /* side by side, keeps icon centered */
        align-items: center;
        text-decoration: none; /* looks more like a link */
        margin-left: 6px; /* spacing between buttons */
    }

.stafdetails p {
    margin: 0px;
    font-size: 13px;
    color: #414141;
}

.stafdetails span {
    float: right;
}

.stafdetails .exam-schedule-date {
    line-height: 0.5 !important;
    min-width: 90px;
}

.stafdetails:nth-child(4n + 0) h4 a,
.stafdetails:nth-child(4n + 0) h5 a,
.stafdetails:nth-child(4n + 0) .exam-schedule-date {
    background: #f0d8d5;
}

.stafdetails:nth-child(4n + 1) h4 a,
.stafdetails:nth-child(4n + 1) h5 a,
.stafdetails:nth-child(4n + 1) .exam-schedule-date 
{
    background: #c2f9e3;
}

.stafdetails:nth-child(4n + 2) h4 a,
.stafdetails:nth-child(4n + 2) h5 a,
.stafdetails:nth-child(4n + 2) .exam-schedule-date 
{
    background: #ffeb79;
}

.stafdetails:nth-child(4n + 3) h4 a,
.stafdetails:nth-child(4n + 3) h5 a,
.stafdetails:nth-child(4n + 3) .exam-schedule-date 
{
    background: #daf6ff;
}

.stafdetails:nth-child(4n + 0) h2 i,
.stafdetails:nth-child(4n + 0) h4 i 
{
    color: #9c7269;
}

.stafdetails:nth-child(4n + 1) h2 i,
.stafdetails:nth-child(4n + 1) h4 i 
{
    color: #74b79f;
}

.stafdetails:nth-child(4n + 2) h2 i,
.stafdetails:nth-child(4n + 2) h4 i 
{
    color: #ffa500;
}

.stafdetails:nth-child(4n + 3) h2 i,
.stafdetails:nth-child(4n + 3) h4 i 
{
    color: #317c9d;
}

.dtlsbtn.backvlt {
    background: #f0d8d5;
    border: 1px solid #f0d8d5;
}

    .dtlsbtn.backvlt:hover {
        background: #fff;
        color: #232323;
    }

.dtlsbtn.backskys {
    background: #c2f9e3;
    border: 1px solid #c2f9e3;
}

    .dtlsbtn.backskys:hover {
        background: #fff;
        color: #232323;
    }

.dtlsbtn.backylw {
    background: #ffeb79;
    border: 1px solid #ffeb79;
}

    .dtlsbtn.backylw:hover {
        background: #fff;
        color: #232323;
    }

.stafdetails {
    margin-bottom: 2px;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
}

    .stafdetails:nth-child(even) {
        background: #f6f6f6;
    }

.stafdetails-odd 
{
    background-color: #f6f6f6 !important;
}

.stafdetails-even 
{
    background-color: #fff !important;
}

.stafdetails:last-child {
    margin-bottom: 0px;
}

.perioditem:last-child {
    margin-bottom: 0px;
}

.perioditem ul li:first-child {
    width: 35% !important;
}

.perioditem ul li:last-child {
    width: 65% !important;
    text-align: right;
}

.form-prvw {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    font-size: 13px;
}

    .form-prvw h4 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .form-prvw p {
        margin-bottom: 0px;
    }

.text-success {
    color: #3c763d;
}

.text-failure {
    color: #cc0000;
}

.card,
.cmnCard,
.cmnCardAcademicYear {
    margin-bottom: 10px;
}

.box-lft {
    padding: 10px;
    text-align: center;
    color: #3c3c3c;
    height: 100vh;
    max-height: 120px;
    width: 95%;
    border-radius: 6px;
    font-size: 12px;
}

    .box-lft a {
        color: #3c3c3c;
    }

    .box-lft hr {
        margin: 4px 0px;
    }

.box-success {
    background-color: #c2f9e3;
}

.box-failure {
    background-color: #f0d8d5;
}

.delete-color {
    background-color: #f7dac4 !important
}

.card:nth-child(2n) .box-lft {
    background-color: #f0d8d5;
}

.card:nth-child(3n) .box-lft {
    background-color: #daf6ff;
}

.listr-body {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.26);
}

.pay-details {
    background-color: #fbcf48;
    padding: 20px;
    min-height: 260px;
    border-radius: 12px;
}

    .pay-details h4 {
        margin-bottom: 0.2em;
        font-weight: bold;
    }

    .pay-details p {
        font-size: 14px;
    }

.payfees ul li {
    list-style-type: none;
    margin-left: -40px;
}

.payfees h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #414141;
}

.payfees .feesDetailsright {
    font-size: 14px;
    color: #414141;
}

.payfees .feesDetails {
    font-size: 20px;
}

.MsgInfo {
    vertical-align: middle;
    text-align: center;
    border-right: #85929e thin solid;
    border-top: #85929e thin solid;
    border-left: #85929e thin solid;
    border-bottom: #85929e thin solid;
    background-color: #e8f8f5;
    overflow: visible;
    color: #2c3e50;
    font-size: 12px;
    font-weight: bold;
    font-family: Microsoft Sans Serif, helvetica, sans-serif;
}

.MsgSuccess {
    vertical-align: middle;
    text-align: center;
    border-right: #82e0aa thin solid;
    border-top: #82e0aa thin solid;
    border-left: #82e0aa thin solid;
    border-bottom: #82e0aa thin solid;
    background-color: #eafaf1;
    overflow: visible;
    color: #2c3e50;
    font-size: 12px;
    font-weight: bold;
    font-family: Microsoft Sans Serif, helvetica, sans-serif;
}

.MsgError {
    vertical-align: middle;
    text-align: center;
    border-right: #ff6666 thin solid;
    border-top: #ff6666 thin solid;
    border-left: #ff6666 thin solid;
    border-bottom: #ff6666 thin solid;
    background-color: #fadbd8;
    overflow: visible;
    color: #2c3e50;
    font-size: 12px;
    font-weight: bold;
    font-family: Microsoft Sans Serif, helvetica, sans-serif;
}

.MsgEmpty {
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

.txtGreen {
    color: #1f7d23;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px
}

.txtRed {
    color: #dc3545;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px
}

.LitMsgSpanCss {
    font-size: small;
    margin-left: -0px;
}

.roundedCornerImg {
    border-radius: 16px;
    border: 1px solid #dfdfdf;
}

.card a {
    font-weight: bold;
}

.card h2 {
    color: #58829d;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.card i {
    color: #000000;
}

/* Student Attendance */
.tab-group .card .green,
.tab-group .cmnCard .green {
    color: #303733;
    background: #c2f9e3;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
}

.tab-group .card .red,
.tab-group .cmnCard .red {
    color: #303733;
    background: #f0d8d5;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
}

.tab-group .card .red,
.tab-group .cmnCard .normal {
    color: #303733;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
}

.tab-group .card li p,
.tab-group .cmnCard li p {
    font-size: 15px;
}

.attendance {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .attendance h4 {
        font-size: 20px;
        font-weight: 700;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }

.tab-group .card.attendance h4 span,
.tab-group .cmnCard.attendance h4 span {
    margin-left: 5px;
    display: flex;
}

.attendance .atten-l {
    width: 50%;
}

.attendance .atten-m {
    width: 25%;
}

.attendance .atten-r {
    width: 25%;
}

.calender-n .month {
    padding: 0 0 15px 0;
    width: 100%;
    text-align: center;
}

    .calender-n .month ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .calender-n .month ul li {
            font-size: 16px;
        }

    .calender-n .month .prev {
        float: left;
        padding-top: 10px;
    }

    .calender-n .month .next {
        float: right;
        padding-top: 10px;
    }

        .calender-n .month .prev button,
        .calender-n .month .next button {
            background-color: inherit;
            color: #303733;
            border: none;
            padding: 0px;
            cursor: pointer !important;
        }

            .calender-n .month .prev button .icon-left,
            .calender-n .month .next button .icon-right {
                cursor: pointer !important;
            }

            .calender-n .month .prev button:disabled,
            .calender-n .month .next button:disabled {
                opacity: 0.5;
                cursor: not-allowed;
                pointer-events: none;
            }


.calender-n .weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #f3f3f3;
    border-radius: 8px;
    display: flex;
}

.cal-body .days {
    margin: 0;
    padding: 10px 0;
    background-color: #f3f3f3;
    border-radius: 8px;
    display: flex;
}

.calender-n .weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #303733;
    text-align: center;
    font-weight: 600;
}

.calender-n .days {
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .calender-n .days li {
        list-style-type: none;
        display: inline-block;
        width: 13.6%;
        text-align: center;
        margin-bottom: 10px;
        /*padding: 10px;*/
    }

        .calender-n .days li:first-child {
            color: #E91E63 !important;
        }

        .calender-n .days li:nth-child(7n+1) {
            color: #E91E63 !important;
        }

.atten-la {
    display: flex;
    align-items: center;
}

    .atten-la .backylw {
        width: 30px;
        height: 32px;
        border-radius: 6px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-right: 10px;
    }

.calender-n .days li.active {
    background: #f6f6f6;
    border-radius: 6px;
    border: 1px solid #b8b8b8;
}

.calender-n .days li span {
    display: flex !important;
    margin: 0 auto;
}

.video-wrapper {
    width: 100%;
}

.video-wrapper .wrapper-main {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.video-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

.video-wrapper .col {
    padding-left: 10px;
    padding-right: 10px;
}

.video-wrapper .col-half {
    width: 50%;
}

.video-wrapper .col-half-first {
    width: 60%;
}

.video-wrapper .col-half-second {
    width: 40%;
}

.video-wrapper .col-four {
    width: 25%;
}

.video-wrapper p {
    color: #2f2f2f;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 16px;
}

.video-toparea {
    background: #f3f3f3;
    /*background: linear-gradient(
    90deg,
    rgba(255, 251, 191, 1) 0%,
    rgba(212, 229, 237, 1) 100%
  );*/
    border-radius: 0 0 0 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 20px;
}

.video-wrapper .vdo-secon {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

    .video-wrapper .vdo-secon img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

.video-wrapper .vdo-descript-secon {
    margin-top: 15px;
}

    .video-wrapper .vdo-descript-secon ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .video-wrapper .vdo-descript-secon ul li {
            position: relative;
            padding-left: 15px;
            font-size: 12px;
        }

            .video-wrapper .vdo-descript-secon ul li::before {
                width: 10px;
                height: 10px;
                border-radius: 50px;
                background-color: #f7b500;
                position: absolute;
                left: 0;
                top: 2px;
                content: "";
            }

            .video-wrapper .vdo-descript-secon ul li.blue-txt {
                color: #255ea0;
            }

            .video-wrapper .vdo-descript-secon ul li.pink-txt {
                color: #f0d8d5;
            }

            .video-wrapper .vdo-descript-secon ul li.sky-txt {
                color: #4ab7b6;
            }

.video-wrapper .vdo-descript-con {
    margin-top: 15px;
    margin-bottom: 10px;
}

    .video-wrapper .vdo-descript-con h2 {
        color: #39c2c1;
        font-size: 26px;
    }

.video-wrapper .latest-update-haed {
    color: #404040;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

    .video-wrapper .latest-update-haed::before {
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background-color: #f0d8d5;
        content: "";
        display: inline-block;
        margin-right: 15px;
    }

.video-wrapper .latest-update {
    display: flex;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 15px;
}

    .video-wrapper .latest-update .latest-update-img {
        width: 160px;
        height: 100px;
        overflow: hidden;
        border-radius: 20px;
    }

        .video-wrapper .latest-update .latest-update-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .video-wrapper .latest-update .latest-update-con {
        flex: 1;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }

        .video-wrapper .latest-update .latest-update-con h3 {
            font-size: 16px;
        }

.video-btmarea {
    padding-top: 16px;
    padding-bottom: 25px;
}

    .video-btmarea .tab-ase {
        position: relative;
        padding: 0 65px;
    }

.video-wrapper .swiper-button-next {
    background-image: url(../img/swiper-button-next.png);
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    margin-top: -18px;
}

.video-wrapper .swiper-button-prev {
    background-image: url(../img/swiper-button-prev.png);
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    margin-top: -18px;
}

.video-wrapper .swiper-wrapper .tab-a {
    display: block;
    text-align: center;
}

.video-tab-group {
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
    background-color: #fff;
    margin: 3px 3px 20px 3px;
}

    .video-tab-group .vdo-tabsecon {
        width: 100%;
        border-radius: 20px 20px 0px 0px;
        max-height: 194px;
        overflow: hidden;
    }

        .video-tab-group .vdo-tabsecon img {
            width: 100%;
            height: auto;
            border-radius: 20px 20px 0px 0px;
        }

    .video-tab-group .vdo-tabsecon-con {
        padding: 20px;
    }

    .video-tab-group .vdo-tabsecon-md {
        margin: 0px 0 10px 0;
        max-height: 97px;
        overflow: hidden;
    }

        .video-tab-group .vdo-tabsecon-md h3 {
            font-size: 16px;
        }

    .video-tab-group .vdo-tabsecon-tp ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-size: 12px;
        padding-bottom: 10px;
    }

        .video-tab-group .vdo-tabsecon-tp ul li:first-child {
            color: #f0d8d5
        }

    .video-tab-group .vdo-tabsecon-bm ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        color: #255ea0;
    }

        .video-tab-group .vdo-tabsecon-bm ul li {
            background: url(../img/class.jpg) no-repeat 0 50%;
            padding-left: 15px;
        }

            .video-tab-group .vdo-tabsecon-bm ul li:last-child {
                background: url(../img/tine.jpg) no-repeat 0 50%;
                padding-left: 20px;
            }

.video-wrapper .tab-more {
    margin: 15px 0;
    text-align: center;
}

.video-wrapper .mor-btn {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #39c2c1;
    padding: 10px 25px;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    white-space: nowrap;
}

    .video-wrapper .mor-btn:hover {
        background: #e60480;
    }

.video-wrapper .cmn-wapper {
    padding: 0;
}

.bot-but-set {
    padding-bottom: 50px;
    text-align: center;
}

    .bot-but-set a {
        margin-bottom: 10px;
    }

.bot-but-set-inner {
    position: relative;
    padding: 0 65px;
    margin-bottom: 25px;
}

    .bot-but-set-inner .swiper-button-next {
        background-image: url(../img/swiper-button-next.png);
        width: 36px;
        height: 36px;
        background-size: 100% 100%;
        margin-top: -18px;
    }

    .bot-but-set-inner .swiper-button-prev {
        background-image: url(../img/swiper-button-prev.png);
        width: 36px;
        height: 36px;
        background-size: 100% 100%;
        margin-top: -18px;
    }

    .bot-but-set-inner .swiper-wrapper .btns {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #303733;
        background: #ffffff;
        padding: 10px 25px;
        border-radius: 20px;
        border: 1px solid #e8e8e8;
    }

        .bot-but-set-inner .swiper-wrapper .btns:hover,
        .bot-but-set-inner .swiper-wrapper .btns.active-a {
            background: #a5cdd6;
            color: #414141;
            font-weight: bold;
            white-space: nowrap;
        }

    .bot-but-set-inner .swiper-container {
        width: 100%;
    }

.swiper-slide {
    width: auto !important;
}

.back-button {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

    .back-button img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #FFD241;
    }

.sign-up-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .sign-up-wrapper h2 {
        color: #041A49 !important;
    }

form {
    width: 100%;
}

    form .form-grp input {
        width: 100%;
        background-color: #ffffff;
        height: 50px;
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 40px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        outline: none;
        padding-left: 20px;
        box-shadow: 0px 2px 4px 0px #041c4a20;
    }

    form .form-grp {
        position: relative;
    }

.sign-up-wrapper h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #888;
}

.backBtn {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    background: #ffd241;
    margin-right: 10px;
}

    .backBtn img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.headerLeft h1 {
    font-size: 16px;
    font-weight: bold;
    color: #303733;
    margin-bottom: 0px;
}

.cmnCard h4 {
    color: #303733;
    font-weight: 700;
    display: flex;
    column-gap: 10px;
}

.cmnCard-custom h4 {
    margin-bottom: 2px;
    font-size: 16px;
}

.cmnCard-custom h5,
.cmnCard-custom h5 span {
    font-size: 16px !important;
}

.cmnCard h4 span {
    float: right;
    text-align: right;
}

.cmnCard h5 {
    color: #303733;
    font-weight: 700;
    font-size: 14px;
}

    .cmnCard h5 span {
        float: right;
        font-size: 14px;
    }

.cmnCard .tab ul {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .cmnCard .tab ul li a {
        background: transparent;
        border: 0px;
        color: #303733;
        border-radius: 0px;
        font-weight: bold;
    }

        .cmnCard .tab ul li a.active-a {
            color: #041C4A;
            border-bottom: 1px solid #041C4A;
        }

            .cmnCard .tab ul li a.active-a span {
                padding-top: 2px;
            }

.cmnCard ul,
.cmnCard ol {
    padding-left: 10px;
    margin: 6px auto;
}

    .cmnCard ul li {
        /*margin: 4px auto;*/
        margin: 4px 0px 4px 0px;
        font-size: 12.5px;
    }

    .cmnCard ol li {
        margin: 4px auto;
        font-size: 12.5px;
    }

.cardItem .userTop {
    display: flex;
    align-items: center;
}

    .cardItem .userTop span {
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgb(204 204 204 / 35%);
        border-radius: 100%;
        margin-right: 10px;
        font-size: 18px;
        font-weight: 600;
    }

.username h2 {
    font-size: 14px;
    color: #303733;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

.username small {
    font-size: 12px;
    color: #888;
    line-height: 14px;
}

.userTop {
    margin-bottom: 10px;
}

.leaveBgd {
    display: inline-block;
    background: rgb(76 175 80 / 21%);
    color: #1f7d23;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.returned_on_time {
    display: inline-block;
    background: rgb(76 175 80 / 21%);
    color: #1f7d23;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.returned_late {
    display: inline-block;
    background-color: #f0d8d5;
    color: #7f0611;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.success {
    display: inline-block;
    background: rgb(76 175 80 / 21%);
    color: #1f7d23;
    font-size: 10px;
    /*text-transform: uppercase;*/
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.error {
    display: inline-block;
    background-color: #ffeb79;
    color: #69510a;
    font-size: 10px;
    /*text-transform: uppercase;*/
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.error-code {
    display: inline-block;
    background-color: #f0d8d5;
    color: #7f0611;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.issuedY {
    display: inline-block;
    background-color: #daf6ff;
    color: #0d529b;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.re_issued {
    display: inline-block;
    background-color: #ffeb79;
    color: #69510a;
    font-size: 10px;
    /*text-transform: uppercase;*/
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.ref-book {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #c2f9e3;
    color: #000;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
}

.fullW-center {
    width: 100%;
    text-align: center;
}

.important-link {
    display: inline-block;
    background-color: #f0d8d5;
    border: 1px solid #bababa;
    color: #7f0611;
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin: 10px auto;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    cursor: pointer;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.non-Bold {
    font-weight: normal !important
}

    .non-Bold small {
        font-size: 12px;
        line-height: 1.3;
    }

.cardItem p {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

    .cardItem p label {
        display: inline-block;
        font-weight: 600;
    }

.remarksAria textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    letter-spacing: 0px;
    color: #333;
    font-size: 13px;
    resize: none;
    outline: none;
    border-radius: 5px;
}

.emailError {
    padding-left: 40px;
    font-size: 13px;
}

.cardBtm button {
    font-size: 12px;
    padding: 7px 13px;
    outline: none;
    border-radius: 20px;
    background: transparent;
    cursor: pointer;
}

.aprvBtn {
    color: #041C4A;
    border: 1px solid #041C4A;
}

    .aprvBtn:hover {
        background: #041C4A;
        color: #fff;
    }

.rjctBtn {
    color: #db3500;
    border: 1px solid #db3500;
    margin-left: 4px;
}

    .rjctBtn:hover {
        background: #db3500;
        color: #fff;
    }

.cardBtm {
    margin-top: 10px;
}

.remarksAria {
    margin-top: 10px;
}

.cardItem {
    border: 1px solid rgb(204 204 204 / 48%);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: rgba(254, 254, 254, 0.6);
    box-shadow: 0px 1px 3px #ccc;
}

.cmnCard .tab ul li a span {
    display: inline-flex;
    width: 20px;
    height: 16px;
    background: #F44336;
    color: #fff;
    align-items: center;
    border-radius: 100%;
    font-size: 9px;
    justify-content: center;
    margin-left: 3px;
}

.pendingGrp {
    /*height: calc(100vh - 253px);*/
    overflow: auto;
}

.prvsNxt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

    .prvsNxt a,
    .prvsNxt button {
        display: inline-flex;
        width: 30px;
        height: 30px;
        background: #1e3381;
        color: #fff;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 100%;
        cursor: pointer;
    }

        .prvsNxt a:hover,
        .prvsNxt button:hover {
            background: #041434;
        }

.aprvRgn {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #4CAF50;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
}

.rhctRgn {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #F44336;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
}

.clickable {
    cursor: pointer;
    /* indicate clickable */
    transition: background 0.3s;
}

.leaveApplication ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    justify-content: space-around;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .leaveApplication ul li {
        width: 23%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        border-radius: 15px;
        padding: 12px 5px;
    }

        .leaveApplication ul li label {
            display: inline-block;
            font-size: 11px;
            font-weight: 600;
            color: #333;
            margin-bottom: 2px;
        }

        .leaveApplication ul li b {
            color: #333;
            font-size: 24px;
            display: block;
        }

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px;
}

.col-6 {
    width: 50%;
    padding: 0px 12px;
}

.col-12 {
    width: 100%;
    padding: 0px 12px;
}

.frmGrp {
    position: relative;
    padding-bottom: 15px;
}

    .frmGrp label {
        display: block;
        margin-bottom: 2px;
        font-size: 13px;
        font-weight: 600;
        color: #303733;
    }

    .frmGrp input[type="text"],
    .frmGrp input[type="date"] {
        width: 100%;
        height: 35px;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 5px;
        color: #333;
        font-size: 12px;
    }

input[type="file"] {
    font-size: 13.33px;
    line-height: initial;
}

    .frmGrp select {
        width: 100%;
        height: 35px;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 5px;
        color: #333;
        font-size: 12px;
        outline: none;
    }

    .frmGrp textarea {
        outline: none;
        width: 100%;
        height: 80px;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 5px;
        color: #333;
        font-size: 12px;
        resize: none;
    }

.noOfDays {
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #303733;
    font-weight: 600;
}

.submitBtn,
.viewbtn {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 40px;
    transition: 0.3s;
    background-color: #1e3381;
    border: 1px solid #1e3381;
    color: #fff;
}

    .submitBtn:hover,
    .viewbtn:hover {
        background-color: #fff;
        color: #333;
        border: 1px solid #b3c3ff;
    }


.pagination_but {
    font-weight: 600;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 40px;
    transition: 0.3s;
    background-color: #1e3381;
    border: 1px solid #1e3381;
    color: #fff;
}

.primary-button-color {
    background-color: #1e3381;
    border: 1px solid #1e3381;
    color: #fff;
}

    .primary-button-color:hover {
        background-color: #1e3381 !important;
        border: 1px solid #1e3381 !important;
        color: #fff !important;
        filter: brightness(95%);
    }

    .submitBtn:disabled,
    .viewbtn:disabled,
    .submitBtn.disabled,
    .viewbtn.disabled,
    .pagination_but:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        color: #666;
        cursor: not-allowed;
        pointer-events: none;
    }

.previousRequestList {
    margin-top: 20px;
}

    .previousRequestList h2 {
        font-size: 16px;
        color: #303733;
        margin-bottom: 15px;
    }

.paginationDiv {
    padding-top: 10px;
    display: flex !important;
    gap: .5rem !important;
    justify-content: space-between !important;
    color: #414141;
}

.paginationtxt {
    font-size: 12px;
    line-height: 33px;
}

.datetct {
    color: #888;
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.choosecalender .swiperCalender,
.choosecalender-without-card .swiperCalender {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.choosecalender .swiper-container,
.choosecalender-without-card .swiper-container {
    width: 100%;
}

.choosecalender h3,
.choosecalender-without-card h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px;
    color: #303733;
}

.choosecalender h1,
.choosecalender h5 {
    text-align: center;
}

.choosecalender .swiper-container li,
.choosecalender-without-card .swiper-container li {
    font-size: 12px;
    color: #303733;
    font-weight: 600;
    background: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .choosecalender .swiper-container li:hover,
    .choosecalender-without-card .swiper-container li:hover {
        background: #b3c3ff;
        color: #fff;
    }

.calendar {
    width: 100%;
    background: transparent;
    margin-bottom: 21px;
    border-bottom: 1px solid rgb(204 204 204 / 49%);
    padding-bottom: 15px;
}

.cal-head {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cal-head h3 {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }

#prev,
#next,
.calendar-prev,
.calendar-next {
    width: 20px;
    height: 21px;
    border: 0;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#prev,
.calendar-prev {
    transform: rotate(-135deg);
}

#next,
.calendar-next {
    transform: rotate(45deg);
}

    #prev:hover,
    #next:hover,
    #prev:focus,
    #next:focus,
    .calendar-prev:hover,
    .calendar-next:hover,
    .calendar-prev:focus,
    .calendar-next:focus {
    }

    #prev:before,
    #next:before,
    .calendar-prev:before,
    .calendar-next:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-style: solid;
        border-color: #888;
        border-width: 2px 2px 0 0;
        position: relative;
        top: -11px;
    }

    #prev:hover:before,
    #next:hover:before,
    .calendar-prev:hover:before,
    .calendar-next:hover:before {
        border-color: #b3c3ff;
    }

.days li {
}

.days,
.dates {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

    .days li,
    .dates li {
        width: calc(100% / 7);
        text-align: center;
        font-size: 18px;
    }

.days {
    margin-bottom: 15px;
    font-weight: 600;
}

    .days li {
        color: #000000;
        text-transform: capitalize;
        font-size: 12px;
        margin-bottom: 12px;
    }

.dates li {
    height: 42px;
}

.holiday {
    background-color: rgba(220, 53, 69, 0.25); /* light red background */
    color: #dc3545; /* Bootstrap's "danger" text color */
    border-radius: 50%;
    text-align: center;
}

.dates li span {
    width: 34px;
    height: 34px;
    display: inline-block;
    padding-top: 8px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    cursor: pointer;
}

/* .dates li:nth-child(1n){
  background: #000;
} */
.dates li:not(.old) span:not(.holiday):hover {
    color: #303733;
    background: #FFD241;
    box-shadow: 0 0 5px rgba(255, 210, 65, 0.6); /* soft yellow glow */
}

.dates li:not(.old) span.holiday:hover {
    background-color: rgba(220, 53, 69, 0.5); /* deeper red */
    color: white;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.6); /* soft red glow */
}

.dates li.old span {
    background: transparent;
    color: #303733;
    opacity: 0.5;
    cursor: auto;
}

.highlight span {
    color: #303733;
    background: #FFD241;
    font-weight: 600;
}

.dates li.today span {
    background: #FFD241;
    color: #303733;
    font-weight: 600;
}

.cal-body ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.monthHolyDayItemInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    border-radius: 10px;
    position: relative;
    width: 91%;
    cursor: pointer;
}

.sunday span {
    color: #E91E63;
}

.sunday {
    color: #E91E63 !important;
}

.dates li.sunday:not(.old) span:hover {
    background-color: rgba(255, 99, 132, 0.3); /* lighter red */
    color: #dc3545;
    box-shadow: 0 0 5px rgba(255, 99, 132, 0.4); /* soft light red glow */
}

.dates li:first-child span {
    color: #E91E63 !important;
}

.monthHolyDayItem h4 {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: bold;
}

.monthHolyDayItemInnerleft {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.monthHolyDayItemInnerleft img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.monthHolyDayItemInnerRight {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.monthHolyDayItemInnerRight h5 {
    text-transform: uppercase;
    color: #303733;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0px;
}

.monthHolyDayItemInnerRight span {
    color: #888;
    font-size: 12px;
}

.monthHolyDayItem {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.hldyDayList {
    position: absolute;
    font-size: 12px;
    color: #303733;
    transform: rotate(-90deg);
    font-weight: 600;
    left: -23px;
    top: 51px;
}

.frmGrp select {
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 12px;
}

/*.frmGrp input[type="date"],*/
.frmGrp input[type="date"]:not(.flatpicker) 
{
    background-color: #fff;
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    background-position: 91%;
    background-size: 13px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
}

.plainDiv div {
    clear: both;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}

.plainDiv * h3 {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 1.17em;
    font-weight: 700;
}

.plainDiv * embed {
    height: 500px;
}

.plainDiv * .download {
    font-size: 14px;
    background-color: #c2f9e3;
    color: #666666;
    font-weight: bold;
    display: block;
    padding: 7px 9px;
    border-radius: 6px;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

.book-item {
    background-image: url(../img/background.png);
    background-position: center;
    background-size: cover;
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.book-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.bookDetails {
    font-size: 12px;
    color: #414141;
    margin-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    margin-top: 8px;
}

    .bookDetails.open {
        max-height: 500px; /* enough to fit content */
        opacity: 1;
    }

.book-item .moreinfo {
    border: none;
    margin-right: -13px;
    background: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .book-item .moreinfo.rotate i {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

.corners {
    background: #ffffff url(/assets/img/background.png);
    background-position: center;
    background-size: cover;
    height: 200px;
    margin: 50px auto 20px auto;
    max-width: 600px;
    line-height: 25px;
    position: relative;
    width: 90%;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    padding-top: 40px;
    -webkit-box-shadow: 0 1px 7px hsla(0, 0%, 0%, .2);
    -moz-box-shadow: 0 1px 7px hsla(0, 0%, 0%, .2);
    box-shadow: 0 1px 7px hsla(0, 0%, 0%, .2);
    text-align: center;
    border-radius: 15px;
}

    /* Corner Effect */
    .corners:after,
    .corners:before {
        background: #e6e6e6;
        content: '';
        height: 40px;
        position: absolute;
        top: -20px;
        width: 80px;
        -webkit-box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, .5);
        -moz-box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, .5);
        box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, .5);
    }

    .corners:after {
        left: -50px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .corners:before {
        right: -50px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.color-code {
    text-align: center;
    margin-bottom: 20px;
}

    .color-code span {
        display: inline-block;
        margin: 0 3px;
        padding: 5px 8px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }

.color-green {
    background-color: #5B959C;
}

.color-blue {
    background-color: #6b569d;
}

.color-red {
    background-color: #ff8b94;
}

.pdf {
    color: #cc0000;
}

.red-text {
    color: #DC143C;
}

/*data table css */

.tblData table {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
    background: #fff url(../img/background.png);
    background-position: center;
    background-repeat: repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.tblData th {
    font-weight: bold;
    font-size: 13px;
}

.tblData td {
    font-size: 12px;
}

.tblData th,
.tblData td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}


.medium-attendance {
    color: #6b569d;
}

.high-attendance {
    color: #509b2d;
}

.low-attendance {
    color: #d01717;
}





/* Badge for Serial Number */
.serial-badge {
    display: inline-block;
    background: #509b2d;
    color: #303733;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 5px;
}

/* Color sequence */
.tblData tbody tr:nth-child(4n+1) .serial-badge {
    background: #ffeb79;
}

.tblData tbody tr:nth-child(4n+2) .serial-badge {
    background: #daf6ff;
}

.tblData tbody tr:nth-child(4n+3) .serial-badge {
    background: #f0d8d5;
}

.tblData tbody tr:nth-child(4n+4) .serial-badge {
    background: #c2f9e3;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #509b2d;
}

    input:checked + .slider:before {
        transform: translateX(22px);
    }

/* Make td content a flex container */
.switch-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: 100%;
}

/* Modal Background */
/*.modal {
    display: none;*/
/* hidden by default */
/*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}*/

/* Modal Box */
/*.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 500px;
    max-width: 90%;
    box-sizing: border-box;
    text-align: center;
}*/
/* Modal Header */
/*.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}*/

/* Close Icon Styled as Rounded Red Button */
/*.modal-close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #d01717;*/
/* red */
/*color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;*/
/* rounded circle */
/*cursor: pointer;
    transition: background 0.3s;
    padding-top: 1px;
}

.modal-close:hover {
    background: #a31212;*/
/* darker red on hover */
/*}*/

/* Adjust modal content for new layout */
/*.modal-content h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}*/


/* Select Dropdown */
.modal-content select {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 13.3333px;
}

/* Buttons */
/*.modal-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.modal-actions button {
    padding: 8px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.modal #saveBtn {
    background: #509b2d;
    color: #fff;
}

.modal #cancelBtn {
    background: #d01717;
    color: #fff;
}*/

.meeting_modal {
    background: #fff;
    background-image: url(../img/background.png);
    padding: 20px;
    border-radius: 16px;
    max-width: 100%;
}

.meeting_modal .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meeting_modal .title-text {
    font-size: 18px;
    color: #363e49;
    /*.legend margin: 0;*/
    font-weight: 700;
    margin-bottom: 0px;
}

.meeting_modal .close-btn {
    font-size: 20px;
    cursor: pointer;
    margin-top: -20px;
    padding: 0 8px;
}

.meeting_modal .subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.meeting_modal .line {
    border: 0;
    border-top: 1px solid rgb(128, 128, 128);
    margin: 10px 0 20px;
}

.meeting_modal .section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.meeting_modal .icon-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.meeting_modal .section-title-icon {
    width: 18px;
    margin-right: 8px;
}

.meeting_modal .section h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #5d5d5d;
    display: flex;
    align-items: center;
    gap: 6px;
}

.meeting_modal .section p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #5d5d5d;
}

.meeting_modal .participants-title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #d2d2d2;
    padding-top: 10px;
}

.meeting_modal .participants-line 
{
    border: 0;
    border-top: 1px solid rgb(128, 128, 128);
    margin: 10px 0 20px;
}

.meeting_modal .participant {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}

.meeting_modal .participant_div {
    max-height: 200px;
    overflow-y: auto;
}



.meeting_modal .avatar {
    width: 40px;
    height: 40px;
    background: #FFEB79;
    color: #bebebe;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 12px;
}

.meeting_modal .participant-info h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #5d5d5d;
}

.meeting_modal .participant-info span {
    font-size: 12px;
    color: #666;
}





/* Responsive for small screens */
@media (max-width: 600px) {
    /*.modal-content {
        width: 96%;
    }*/

    .switch-container {
        justify-content: space-between;
    }

    .meeting_modal {
        max-width: 96%;
    }
}




@media screen and (max-width: 600px) {
    .tblData table {
        border: 0;
    }

        .tblData table thead {
            display: none;
        }

        .tblData table tbody tr {
            display: block;
            border-bottom: 2px solid #ddd;
            margin-bottom: 4px;
            padding: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 15px;
        }

            .tblData table tbody tr:last-child {
                margin-bottom: 0px !important;
            }

        .tblData table tbody td {
            display: block;
            text-align: left;
            padding: 8px;
            border: none;
            border-bottom: 1px solid #ddd;
            position: relative;
            padding-left: 40%;
            /*white-space: nowrap;*/
            width: auto !important;
        }

    table tbody td:before {
        content: attr(data-label);
        font-weight: bold;
        display: inline-block;
        width: 40%;
        position: absolute;
        left: 10px;
        top: 8px;
        white-space: nowrap;
    }
}



/* Firefox */
input[type="date"] {
    appearance: none;
    -moz-appearance: textfield;
}

@media (max-width: 800px) {
}

@media (max-width: 575.98px) {
    .box-lft {
        max-height: 180px;
    }

    .perioditem ul li span {
        font-size: 12px !important;
        display: block !important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .stafdetails h3 a {
        font-size: 13px;
    }

    .viewbtn {
        font-size: 14px;
    }

    .tab-group .card span {
        font-size: 16px;
    }

    .report-item p {
        font-size: 13px;
    }

    .report-item h3 {
        font-size: 14px;
    }

    .top-txt h4 {
        font-size: 14px;
    }

    .top-txt p {
        font-size: 12px;
    }

    #tab-swiper-date .swiper-slide a {
        padding: 7px 13px !important;
    }

    .perioditem ul h3 {
        font-size: 13px !important;
    }

    .tab-group .card h3 {
        font-size: 16px;
    }

    .moreBtn {
        font-size: 12px;
    }

    .tab-group .card p {
        font-size: 12px;
    }

    .stud-details h3 {
        font-size: 13px;
    }

    .stud-details p {
        font-size: 11px;
    }

    .browser-sec h2 {
        font-size: 16px;
    }

    .browseritem label {
        font-size: 12px;
    }

    .swiper-slide {
        width: auto !important;
    }

    .tab-a {
        font-size: 14px;
        padding: 10px 14px;
    }

    .fees-item label {
        font-size: 12px;
    }

    .fees-item span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .feesDetails .feesDetailsleft div p {
        font-size: 11px;
    }

    .feesDetails .feesDetailsleft div b {
        font-size: 13px;
    }

    .search b {
        font-size: 14px;
    }

    .loginwapperbottom h2 {
        font-size: 14px;
    }

    .frm-txt .forgotpassword {
        font-size: 13px;
    }

    .frm-txt .trmcndtn {
        font-size: 12px;
    }

    .footerlogo p {
        font-size: 10px;
    }

    .hdn {
        font-size: 14px;
    }

    .stafdetails p {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
}


@media (max-width: 375px) {
}

/* Video Wrapper */
@media (min-width: 576px) {
    .video-wrapper .wrapper-main {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .video-wrapper .wrapper-main {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .video-wrapper .wrapper-main {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .video-wrapper .wrapper-main {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .video-wrapper .wrapper-main {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .video-wrapper .wrapper-main {
        max-width: 1520px;
    }
}

@media (max-width: 1120px) {

    .bot-but-set-inner .swiper-button-next,
    .bot-but-set-inner .swiper-button-prev {
        display: none;
    }

    .bot-but-set-inner {
        padding: 0;
    }
}

.categoryTtl {
    background-color: #39c2c1;
    color: #ffffff;
    padding: 20px 0px;
}

    .categoryTtl h1 {
        padding-left: 10px;
    }

.vidScroll {
    height: 70vh;
    overflow-y: auto;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #FFD241 #dfdfdf;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 1px;
    }

    *::-webkit-scrollbar-track {
        background: #d4e5ec;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #FFD241;
        border-radius: 20px;
        border: 3px solid #dfdfdf;
    }



/* -------------- */
.lonin-wrapper-inner {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

/* .login-body::before{
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */
.login-logo {
    padding: 20px;
    text-align: center;
}

    .login-logo img {
        width: 80px;
    }

.loging-txt {
    text-align: center;
    padding: 20px;
    width: 100%;
    padding-bottom: 8px;
}

    .loging-txt .login-image {
        width: 220px;
        max-width: 100%;
    }

    .loging-txt .login-image1 {
        width: 150px;
        max-width: 100%;
    }

    .loging-txt h2 {
        font-size: 30px;
        text-transform: capitalize;
        margin-bottom: 0px;
        color: #041A49;
    }

    .loging-txt p {
        font-size: 14px;
        line-height: 20px;
        color: #6d6c6c;
        margin: 0 auto;
        text-transform: capitalize;
    }

.login-logo a {
    display: inline-block;
}

a.forgot-password {
    color: #1e3381;
}

.button-wrapper h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 21px;
    text-transform: capitalize;
}

    .button-wrapper h5 a {
        display: inline-block;
        color: #FFD241;
    }

        .button-wrapper h5 a:hover {
            color: #fff;
        }

.button-wrapper {
    position: relative;
    width: 100%;
    bottom: 0px;
    text-align: center;
    padding: 40px;
    background-color: #1e3381;
    padding-top: 0;
    z-index: 1;
    padding-bottom: 20px;
}

    .button-wrapper h3 {
        width: 100%;
        margin: 0;
        font-size: 14px;
        position: relative;
        margin: 4px 0px;
    }

        .button-wrapper h3::before {
            position: absolute;
            bottom: 11px;
            left: 0;
            border-bottom: 1px dashed #ccc;
            content: "";
            height: 1px;
            width: 100%;
        }

        .button-wrapper h3 span {
            display: inline-block;
            font-size: 13px;
            padding: 5px 10px;
            background-color: #1e3381;
            color: #fff;
            font-weight: 600;
            z-index: 1;
            position: relative;
        }

    .button-wrapper button {
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        outline: none;
        cursor: pointer;
        padding: 15px 20px;
        border-radius: 40px;
        transition: 0.3s;
    }

        .button-wrapper button.sign-in-btn {
            background-color: #FFD241;
            color: #333;
            border: 2px solid #FFD241;
        }

            .button-wrapper button.sign-in-btn:hover {
                background-color: transparent;
                color: #fff;
            }

        .button-wrapper button.sign-up-btn {
            background-color: #041C4A;
            color: #fff;
            border: 2px solid #041C4A;
            margin-bottom: 30px;
        }

            .button-wrapper button.sign-up-btn:hover {
                background-color: transparent;
            }

    .button-wrapper p {
        font-size: 12px;
        color: #fff;
        font-weight: 200;
        text-transform: capitalize;
    }

        .button-wrapper p a {
            color: #fff;
        }

        .button-wrapper p a {
            display: inline-block;
        }

            .button-wrapper p a:hover {
                color: #FFD241;
            }

        .button-wrapper p.sign-up {
            margin-top: 21px;
        }

    .button-wrapper::before {
        position: absolute;
        content: "";
        width: 100%;
        background-image: url(../img/crave.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        left: 0;
        right: 0px;
        top: 0px;
        z-index: -1;
        height: 100%;
    }

    .button-wrapper.sign-up-button-wpapper::before {
        height: 306px;
    }

.top-wrapper.sign-up-wrapper {
    overflow: hidden;
    /* height: calc(100vh - 200px); */
}

.lonin-wrapper-inner::before {
    position: absolute;
    top: -8px;
    right: -8px;
    content: "";
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../img/carve-shape.png);
}

input[readonly] {
    background-color: #f0f0f0 !important;
}

/* .top-wrapper.sign-up-wrapper{



  height: calc(100vh - 297px);
} */
.form-grp {
    position: relative;
}

    .form-grp .position-icon {
        position: absolute;
        top: 12px;
        right: 20px;
        font-size: 19px;
        color: #b4b4b4;
    }

        .form-grp .position-icon img {
            width: 20px;
        }

/*-------profile-----*/
.profilepage::before {
    display: none;
}

.headerLeft {
    display: inline-flex;
    align-items: center;
}

.profileImg {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    overflow: clip;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.studntTxt h3 {
    font-size: 14px;
    color: #333;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.4;
}

.studntTxt p {
    font-size: 12px;
    color: #303733;
    margin-bottom: 0px;
    line-height: 1.3;
    font-weight: normal;
}

.profileImg img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    display: inline-block;
}

.headerLeft .detailsBtn {
    margin-left: 10px;
}

.profileDetailsSec {
    margin-top: 50px !important;
    padding-top: 50px !important;
    text-align: center;
}

    .profileDetailsSec h3 {
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
    }

    .profileDetailsSec p {
        font-size: 12px;
        color: #303733;
    }

    .profileDetailsSec ul.classActGrp {
        padding: 0px;
        margin: 30px 0px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 9px;
    }

        .profileDetailsSec ul.classActGrp li {
            border-radius: 15px;
            width: 32%;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 15px 8px;
        }

            .profileDetailsSec ul.classActGrp li.Bdrclr1 {
                border: 2px solid #f6df8d;
            }

            .profileDetailsSec ul.classActGrp li.Bdrclr2 {
                border: 2px solid #b3c3ff;
            }

            .profileDetailsSec ul.classActGrp li.Bdrclr3 {
                border: 2px solid #f8cbc5;
            }

/* .borderYlw */

.userPic {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -39px;
}

    .userPic img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        object-fit: cover;
    }

/* Camera icon overlay */
.cameraIcon {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -8px; /* Push outside circle */
    right: -8px; /* Push outside circle */
    background: #041C4A;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
    border: 2px solid #fff; /* White border for better contrast */
}

    .cameraIcon:hover {
        filter: brightness(120%);
    }

.prntDetlsItem {
    text-align: left;
    margin-bottom: 15px;
}

    .prntDetlsItem label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #303733;
    }

    .prntDetlsItem p {
        color: #303733;
        font-size: 12px;
    }

.butonGrpPrfl {
    display: flex;
    flex-direction: column;
}

.profileDetailsSec ul li span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.butonGrpPrfl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .butonGrpPrfl a {
        display: inline-block;
        border: 1px solid #b3c3ff;
        font-weight: 600;
        color: #333;
        padding: 9px 13px;
        font-size: 14px;
        border-radius: 30px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .butonGrpPrfl a:hover {
            background: #1e3381;
            color: #fff;
        }

.profileDetailsSec ul li b {
    color: #333;
    font-size: 24px;
    display: block;
}

.logoutBtn {
    background: #1e3381;
    color: #fff !important;
}

.login-wapper {
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}

.sign-in-btn {
    margin-top: 30px;
}

/* .footerLogo{
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
  } */
.logo2 {
    text-align: center;
    margin-top: 9px;
}

    .logo2 img {
        width: 120px;
    }

.sign-up-button-wpapper 
{
    min-height: 222px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px !important;
    overflow: hidden;
    padding-bottom: 17px;
}

.change-password-button
{
    margin-bottom: 24px;
}

.cmnCard {
    margin-top: 5px;
    background-image: url(../img/background.png);
    background-position: center;
    background-size: cover;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    position: relative;
    padding: 20px;
}

    .cmnCard p {
        font-size: 12.5px;
        color: #414141;
        margin-bottom: 0px;
    }

    .cmnCard h3 {
        font-size: 15px;
        color: #414141;
        font-weight: bold;
        margin-bottom: 0px;
    }

.cmnCardAcademicYear {
    position: relative;
    padding: 0px 0px 6px 0px;
}

.cmbCardStudentSearchDropdownContainer {
    height: 40px;
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 8px 25px 7px 10px;
    font-size: 13px;
    background-color: #fff;
    color: #000;
    margin-bottom: 20px;
}

.RadComboBox .rcbInner {
    border-style: none !important;
}

.RadComboBox_Default .rcbEmptyMessage {
    font-style: normal !important;
}

.RadComboBox_Default .rcbActionButton {
    background-image: none !important;
    border-style: none !important;
    background-color: transparent !important;
}

.RadComboBoxDropDown_Default .rcbHovered {
    color: #ffffff !important;
    background-color: #737373 !important;
}

.RadComboBoxDropDown .rcbItem,
.RadComboBoxDropDown .rcbHovered,
.RadComboBoxDropDown .rcbDisabled,
.RadComboBoxDropDown .rcbLoading,
.RadComboBoxDropDown .rcbCheckAllItems,
.RadComboBoxDropDown .rcbCheckAllItemsHovered {
    padding: 4px 6px !important;
}

@media (max-width: 480px) {
    .RadComboBox .rcbActionButton .rcbIcon {
        margin-left: 5px !important;
    }
}


.RadComboBox_Default .rcbActionButton .rcbIcon {
    background-image: url('../img/dropdown-arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

ul.classItem {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.classItem li {
    width: 16.66%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.classItem li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    text-decoration: none;
    margin-bottom: 4px;
}


ul.classItem li span {
    width: 60px;
    height: 60px;
    background: rgb(204 204 204 / 46%);
    border-radius: 100%;
    display: inline-block;
    align-items: center;
    padding-top: 11px;
}

    ul.classItem li span img {
        width: 32px;
        height: 32px;
    }

/*ul.classItem li span
{
    width: 60px;
    height: 60px;
    background: rgb(204 204 204 / 46%);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 22px;
}*/

ul.classItem li label 
{
    color: #303733;
    font-weight: 600;
    display: inline-block;
    /*margin-bottom: 2px;*/
    font-size: 12px;
    height: 32px;
    overflow-y: hidden;
    cursor: inherit;
    margin-top: 5px;
}

.clrBlue {
    color: #b3c3ff;
}

.clrGrn {
    color: #c0dad3;
}

.clrPrpl {
    color: #f8cbc5;
}

.clrYlw {
    color: #f6df8d;
}

.sign-up-button-wpapper .sign-in-btn {
    margin-top: 0px !important;
}

.borderBlue {
    border: 2px solid #b3c3ff
}

.borderGreen {
    border: 2px solid #c0dad3
}

.borderPrpl {
    border: 2px solid #f8cbc5
}

.borderYlw {
    border: 2px solid #f6df8d
}

.userInfo {
    text-align: center;
    margin-bottom: 15px;
}

    .userInfo h3 {
        font-size: 14px;
        font-weight: bold;
        color: #303733;
        margin-bottom: 5px;
    }

    .userInfo p {
        font-size: 12px;
        color: #303733;
    }

.paymentBox {
    background: rgb(245 245 245);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

    .paymentBox span {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #303733;
    }

    .paymentBox h2 {
        color: #1e3381;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .paymentBox p {
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 6px;
        color: #303733;
    }


.pyamount {
    font-size: 18px;
}

.payBtnGrp a,
.payBtnGrp input[type="submit"] {
    display: inline-block;
    /*border: 1px solid #b3c3ff;*/
    border: 1px solid #8092e2;
    font-weight: 600;
    color: #333;
    padding: 9px 13px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
}

    .payBtnGrp a:hover,
    .payBtnGrp input[type="submit"]:hover {
        /*background: #b3c3ff;*/
        background-color: rgb(30, 51, 129);
        color: #fff !important;
    }

.payBtnGrp {
    text-align: center;
    margin-top: 15px;
}

.monthListItem .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.monthListItem .form-group label {
    position: relative;
    cursor: pointer;
}

    .monthListItem .form-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #1e3381;
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 100%;
    }

.monthListItem .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.monthListItem .form-group input:checked + label:before {
    background: #1e3381;
}

.monthListItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .monthListItem .form-group {
        padding: 0px;
    }

.monthListItemLeft label {
    font-weight: 600;
    font-size: 13px;
    color: #1e3381;
}

.monthListItemLeft h5 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.monthListItemLeft p {
    font-size: 13px;
    color: #303733;
    margin: 2px 0px;
}

    .monthListItemLeft p label {
        color: #303733;
    }

.monthListItemLeft {
    padding-left: 15px;
    border-left: 2px solid #b3c3ff;
}

.currentDateActive {
    background: #b3c3ff !important;
    color: #fff !important;
}

.bd-0 {
    border-bottom: 0px !important;
}

.logBody {
    background: #1e3381;
}

    .logBody .login-logo {
        padding-bottom: 0px;
    }

.choosecalender {
    padding: 0px 10px;
}

    .choosecalender select,
    .choosecalender-without-card select {
        width: 100%;
        height: 40px;
        border: 0px;
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 30px;
        color: #303733;
        background-color: #fff;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        background-image: url(../img/down-arrow.png);
        background-repeat: no-repeat;
        background-position: 96%;
        background-size: 12px;
        margin-bottom: 5px;
        border: 1px solid #dfdfdf;
    }

        .choosecalender select:disabled,
        .choosecalender-without-card select:disabled {
            background-color: #f5f5f5; /* lighter gray */
            color: #6c757d; /* muted text */
            border-color: #ced4da; /* keep border consistent */
        }


.paralink {
    text-decoration: underline;
    font-size: 13px;
    color: #2f289a;
}

/* Modal overlay */
#modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

/* Modal box */
#myModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

#closeModal {
    display: block;
    margin: 15px auto 0 auto; /* top:15px, auto left & right for centering */
    padding: 8px 16px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}



.twocol_div {
    display: flex;
    gap: 10px; /* space between the selects */
}

    .twocol_div .form-group {
        flex: 1; /* each takes 50% width */
    }


.multiSelect {
    position: relative;
    width: 100%;
    font-size: 12px;
}

    .multiSelect .selectBox {
        border: 1px solid #ccc;
        padding: 8px;
        height: 35px;
        border-radius: 5px;
        background: #fff;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .multiSelect .selectBox .arrow {
            font-size: 10px;
            color: #555;
        }

    .multiSelect .checkList {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        top: 100%;
        left: 0;
        border: 1px solid #ccc;
        margin-top: 3px;
        padding: 8px;
        border-radius: 5px;
        z-index: 999;
    }

        .multiSelect .checkList label {
            display: block;
            font-size: 12px;
            color: #303733;
            margin-bottom: 6px;
        }

        .multiSelect .checkList input {
            margin-right: 6px;
        }











@media (max-width: 1600px) {
    .button-wrapper::before {
        display: none;
    }

    .button-wrapper {
        padding-top: 40px;
    }

    .video-toparea {
        border-radius: 0 0 0 50px;
    }

    .video-wrapper .vdo-descript-secon ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 1440px) {
    .button-wrapper::after {
        top: -100px;
    }

    .video-toparea {
        border-radius: 0 0 0 30px;
    }
}

@media (max-width: 1367px) {
    .video-tab-group .vdo-tabsecon {
        max-height: 172px;
    }
}

@media (max-width: 1120px) {

    .video-wrapper .latest-update {
        flex-wrap: wrap;
    }

        .video-wrapper .latest-update .latest-update-img {
            width: 100%;
        }

        .video-wrapper .latest-update .latest-update-con {
            padding-left: 0;
            padding-top: 20px;
        }

    .video-wrapper .col-four {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .video-btmarea .tab-ase {
        padding: 0;
    }

    .video-wrapper .swiper-button-next,
    .video-wrapper .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 960px) {
    .video-wrapper .col-half {
        width: 100%;
    }

    .video-wrapper .col-four {
        width: 100%;
    }

    .col-last {
        margin-top: 25px;
    }

    .video-wrapper .col-half-first,
    .video-wrapper .col-half-second {
        width: 100%;
    }

    .video-tab-group .vdo-tabsecon {
        max-height: 370px;
    }
}

@media (max-width: 767px) {
    ul.classItem li {
        width: 25%;
    }

    .button-wrapper.button-wrapper-login:before {
        height: 305px;
    }

    .button-wrapper-login {
        min-height: 245px;
        overflow: hidden;
        padding-top: 30px !important;
    }

    .top-wrapper {
        min-height: min-content;
    }

    .button-wrapper {
        background-color: transparent;
        padding-top: 30px;
        padding-bottom: 10px;
        position: relative;
    }

        .button-wrapper::before {
            display: block;
        }

    .video-btmarea,
    .video-toparea {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .video-wrapper p {
        margin: 8px 0 0 0;
        font-size: 14px;
    }

    .video-wrapper .scrolldiv {
        padding-top: 0;
    }

    .video-toparea {
        border-radius: 0 0 0 20px;
    }

    .col-last {
        display: none;
    }

    .video-tab-group .vdo-tabsecon-con {
        padding: 15px;
    }

    .video-wrapper .vdo-descript-con h2 {
        font-size: 19px;
    }

    .video-wrapper .vdo-descript-secon ul li {
        padding-left: 10px;
        font-size: 12px;
    }

        .video-wrapper .vdo-descript-secon ul li::before {
            width: 6px;
            height: 6px;
            top: 4px;
        }

    .video-wrapper .vdo-descript-con {
        margin-top: 10px;
    }

    .video-tab-group .vdo-tabsecon-tp ul,
    .video-tab-group .vdo-tabsecon-bm ul {
        font-size: 12px;
    }

    .video-tab-group .vdo-tabsecon-md {
        margin: 10px 0;
    }

    .vdo-tabsecon-md h3 {
        font-size: 16px;
    }

    .video-wrapper .col-four {
        margin-bottom: 10px;
    }

    .categoryTtl h1 {
        font-size: 20px;
    }

    .vidScroll {
        height: auto;
        overflow-y: hidden;
    }

    .video-wrapper .latest-update-haed {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    /* .button-wrapper::before {
    top: -96px;
    height: 99px;
} */
}

@media (max-width: 580px) {
    ul.classItem li {
        width: 33.33%;
    }

    /* .button-wrapper::before {
    top: -84px;
    height: 86px;
} */
}

@media (max-width: 480px) {
    /* .button-wrapper::before{
    top: -67px;
    height: 68px;
  } */

}

@media (max-width: 430px) {
    /* .button-wrapper::before {
  top: -64px;
  height: 68px;
} */
}

@media (max-width: 414px) {
    /* .button-wrapper::before{
    top: -64px;
  } */
}

@media (max-width: 375px) {
    /* .button-wrapper::before{
    top: -56px;
    height: 58px;
  } */
}

@media (max-width: 360px) {
    /* .button-wrapper::before{
    top: -56px;
    height: 58px;
  } */
}

@media (max-width: 320px) {
    /* .button-wrapper::before{
    top: -53px;
  } */
}









/* extra css -- delete later */



.buutonGrpPrfl {
    display: flex;
    flex-direction: column;
}

.profileDetailsSec ul li span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.buutonGrpPrfl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .buutonGrpPrfl a {
        display: inline-block;
        border: 1px solid #b3c3ff;
        font-weight: 600;
        color: #333;
        padding: 9px 13px;
        font-size: 14px;
        border-radius: 30px;
        cursor: pointer;
        margin-bottom: 10px;
    }

/* By: Jmaity */
.no-data {
    text-align: center;
    color: #888;
    margin: 20px 0;
    font-style: italic;
}

.buutonGrpPrfl a:hover {
    background: #1e3381;
    color: #fff;
}

.mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.image-upload-wrap {
    border-width: 4px;
    border-style: dashed;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.camera-popup-body {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
    padding-top: .25rem !important;
    padding-bottom: .5rem !important;
    height: 536px;
    background-color: #fff;
}

.croppable-image {
    height: 486px;
}

.cropped-image-wrapper {
    height: 486px;
}

.cropped-image {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 3.5 / 4.5;
    vertical-align: middle;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .camera-popup-body {
        height: 420px;
    }

    .croppable-image {
        height: 368px;
    }

    .cropped-image-wrapper {
        height: 368px;
    }

    .cropped-image {
        height: 100%;
        width: unset;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .camera-popup-body {
        height: 420px;
    }

    .croppable-image {
        height: 368px;
    }

    .cropped-image-wrapper {
        height: 368px;
    }

    .cropped-image {
        height: 100%;
        width: unset;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .camera-popup-body {
        height: 420px;
    }

    .croppable-image {
        height: 368px;
    }

    .cropped-image-wrapper {
        height: 368px;
    }

    .cropped-image {
        height: 100%;
        width: unset;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .camera-popup-body {
        height: 420px;
    }

    .croppable-image {
        height: 368px;
    }

    .cropped-image-wrapper {
        height: 368px;
    }

    .cropped-image {
        height: 100%;
        width: unset;
    }
}

/* XXL devices (very large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .camera-popup-body {
        height: 420px;
    }

    .croppable-image {
        height: 368px
    }

    .cropped-image-wrapper {
        height: 368px;
    }

    .cropped-image {
        height: 100%;
        width: unset;
    }
}


.switch-camera-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
    z-index: 1;
}

    .switch-camera-btn:hover {
        opacity: 1;
        transform: rotate(90deg) scale(1.1);
        box-shadow: 0 0 10px rgba(25, 135, 84, 0.6);
    }

        .switch-camera-btn:hover i {
            transform: rotate(180deg);
            transition: transform 0.4s ease;
        }

.btn-tulip-primary {
    background-color: #041C4A;
    border-color: #041C4A;
    color: #fff;
    filter: brightness(150%);
}

    .btn-tulip-primary:hover {
        background-color: #041C4A;
        border-color: #041C4A;
        color: #fff;
        filter: brightness(100%);
    }

.previous-requests {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.request-status {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
    border-left: 5px solid;
}

.pending {
    border-color: #ffc107; /* Yellow */
}

.approved {
    border-color: #28a745; /* Green */
}

.rejected {
    border-color: #dc3545; /* Red */
}

.leave-request {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-tab ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #555;
    transition: filter 0.3s ease;
}

    .footer-tab ul li a i {
        font-size: 22px;
        display: block;
        margin-bottom: 4px;
    }

    .footer-tab ul li a span {
        font-size: 11px;
        font-weight: 500;
        text-transform: capitalize;
    }

.footer-tab ul li.active a 
{
    color: #255ea0;
    filter: brightness(120%);
}

.footer-tab ul li:hover {
    color: #255ea0;
    filter: brightness(120%);
}

.location-pulse 
{
    margin-left: 1.1rem !important;
}

.holiday-img {
    width: 44px !important;
    height: 44px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
}

.emailBodyEditor {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.75rem;
    min-height: 180px;
    background-color: #fff;
    position: relative;
}

.emailBodyEditor:empty:before {
    content: "Write your message here...";
    color: #aaa;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
}

.emailBodyEditor a 
{
    color: blue;
}

.toolbar .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
}

.present_absentCount 
{
    height: 30px !important;
    width: 30px !important;
}

.send-color {
    background-color: #0d6efd; /* blue */
    color: #fff;
}

.Published {
    display: inline-block;
    background: rgb(76 175 80 / 21%);
    color: #1f7d23;
    font-size: 10px;
    /*text-transform: uppercase;*/
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.Entered {
    display: inline-block;
    background-color: #f0d8d5;
    color: #7f0611;
    font-size: 10px;
    /*  text-transform: uppercase;*/
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.profileBlock {
    background-color: #fff;
    padding: 15px;
    background-image: url(../img/background.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 16px;
}

    .profileBlock span {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -24px;
    }

        .profileBlock span img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

    .profileBlock h2 {
        font-size: 16px;
        font-weight: 700;
        color: #414141;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .profileBlock p {
        font-size: 13px;
        color: #414141;
    }

.month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.month-header h2 {
    font-size: 16px;
    color: #000;
}

.legend {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: #F6F6F6;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 12px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 2px;
}


.pickupfronhome {
    background: #FBCFCA;
}

.pickupfromschool {
    background: #C5FEDD;
}

.droptoschool {
    background: #FFEB79;
}

.droptohome {
    background: #BEE7FF;
}

.day-card {
    background: white;
    padding: 16px;
    border-radius: 14px;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 12px;
    border: 2px solid #CFCFCF;
}

.day-left {
    text-align: center;
    margin-top: 6px;
}

.date {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 17px;
}

.day {
    color: #404040;
    font-size: 13px;
}

.times div {
    font-size: 14px;
    color: #404040;
}

.absent {
    border: 1px solid #FF8888;
    background: #FFFEF4;
}

.holiday {
    border: 1px solid #FF8888;
    background: #FFFEF4;
}

.status {
    font-weight: 500;
    color: #FF6E6E;
    font-size: 14px;
    padding-left: 20px;
}

.times {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-left: 20px;
}

.profileBlock b {
    color: #08CA1F;
    display: inline-block;
}

.profileBlock small {
    font-size: 20px;
    color: #414141;
    position: relative;
    top: 2px;
}

.busicon {
    border: 1px solid #E3E3E3;
    background: #fff;
    padding: 9px;
}

.managementTab ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .managementTab ul li {
        border: 1px solid #A8A9AA;
        text-align: center;
        background: #f0f0f0;
        font-size: 11px;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        transition: 0.3s;
        cursor: pointer;
        width: auto;
        padding: 10px 12px;
    }

.managementTab p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: 800;
    margin: 10px 0px;
}

.managementTab ul li.active {
    background: #d6f4da;
}

.tabcontent {
    display: none;
}



    .tabcontent .circle-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #FBCFCA;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        color: #000;
    }

    .tabcontent .profile-img {
        width: 100px;
        height: 130px;
        border-radius: 40px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .tabcontent .bus-img {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .tabcontent .circletitle {
        text-align: center;
        margin-top: 6px;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        border-bottom: 1px solid #00000033;
        padding-bottom: 7px;
    }

        .tabcontent .circletitle span {
            display: block;
            font-size: 11px;
            font-weight: 300;
        }

    .tabcontent .section {
        display: flex;
        flex-wrap: wrap;
        margin-top: 18px;
        border-bottom: 1px solid #00000033;
        padding-bottom: 15px;
    }

    .tabcontent .sectionrow {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        font-size: 14px;
        flex-wrap: wrap;
        width: 50%;
    }

        .tabcontent .sectionrow img {
            width: 24px;
            height: 24px;
        }

.sectionrowdetails {
    width: calc(100% - 24px);
    padding-left: 10px;
}

.tabcontent .section.border-0 {
    border-bottom: 0px;
}

.tabcontent .label {
    color: #000;
    font-weight: 400;
    font-size: 12px;
}

.tabcontent .value {
    font-weight: 700;
    color: #000;
    font-size: 12px;
}

.tabcontent .mobile-box {
    border: 1px solid #041C4A;
    background-color: #eef6ff;
    padding: 7px 18px;
    font-size: 13px;
    margin-top: 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.mobile-box .sectionrowdetails {
    width: auto;
}

.tabcontent .btn {
    display: inline-block;
    padding: 7px 13px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-size: 12px;
    transition: 0.3s;
}

.btnGroup {
    text-align: center;
    margin-top: 12px;
}

.tabcontent .present {
    color: #041C4A;
    border: 1px solid #041C4A;
}

    .tabcontent .present:hover {
        background: #041C4A;
        color: #fff;
    }

.tabcontent .absent {
    color: #db3500;
    border: 1px solid #db3500;
}

    .tabcontent .absent:hover {
        background: #db3500;
        color: #fff;
    }

.tabcontent .drop-btn {
    background-color: #d6f4da;
    color: #041C4A;
    border: 1px solid #041C4A;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.tabcontent .sectionfooter {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 320px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 25px;
}

.tabcontent .bus-select {
    padding: 10px 16px;
    border-radius: 20px;
    color: #414141;
    font-size: 14px;
    font-weight: 700;
    width: 123px;
    border: 0px;
    outline: none;
    background-image: url('../img/bx_caret-up.png');
    background-position: right;
    background-repeat: no-repeat;
}

.tabcontent .drop-btn:hover {
    background: #041C4A;
    color: #fff;
}

.tabcontent .shift-btn {
    background: #d6f4da;
    border: 1px solid #A8A9AA;
    color: #333333;
    border: none;
    padding: 11px 36px;
    border-radius: 20px;
    white-space: nowrap;
    transition: 0.3s;
    cursor: pointer;
    font-size: 12px;
    width: auto
}

    .tabcontent .shift-btn:hover {
        background: #041C4A;
        color: #fff;
    }

.tabcontent .bus-select {
    padding: 10px 16px;
    border-radius: 20px;
    color: #414141;
    font-size: 14px;
    font-weight: 700;
    width: 123px;
    border: 0px;
    outline: none;
    background-image: url(../img/bx_caret-up.png);
    background-position: right;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.studentManagement h2 {
    margin-bottom: 0px;
}

.btnGroupModal {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 18px;
    border-top: 1px solid #00000033;
    padding-bottom: 14px;
}

    .btnGroupModal .btn.present {
        color: #041C4A;
        border: 1px solid #041C4A;
    }

    .btnGroupModal .btn.absent {
        color: #db3500;
        border: 1px solid #db3500;
    }

    .btnGroupModal .btn {
        display: inline-block;
        padding: 12px 33px;
        border-radius: 25px;
        font-weight: 600;
        cursor: pointer;
        border: none;
        font-size: 13px;
        cursor: pointer;
        transition: 0.3s;
    }

.shiftModal {
    background: #000000B2;
    position: fixed;
    z-index: 999;
    inset: 0px;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.shiftModalbody {
    width: 350px;
    max-width: 90%;
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s;
    background-image: url('../img/background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
}

.shiftModal.open {
    opacity: 1;
    visibility: visible;
}

    .shiftModal.open .shiftModalbody {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

.shiftModal .shiftModalbody p {
    width: 214px;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 36px;
}

.shiftModal .shiftModalbody .btnGroupModal .btn.absent:hover {
    background: #db3500;
    color: #fff;
}

.shiftModal .shiftModalbody .btnGroupModal .btn.present:hover {
    background: #041C4A;
    color: #fff;
}

.month-header span {
    display: inline-block;
    cursor: pointer;
}

.mobile-box a {
    display: flex;
    align-items: center;
}

.centerHeading 
{
    text-align: center;
    padding: 8px 0;
}

.centerHeading h5 
{
    font-size: 13.28px;
    font-weight: 700;
}




@media (max-width: 767px) {
    .tabcontent .sectionfooter {
        width: auto;
        max-width: max-content;
    }
}

@media (max-width: 480px) {
    .times div {
        font-size: 13px;
    }

    .legend {
        padding: 9px;
    }

    .times {
        display: grid;
    }

    .legend {
        display: grid;
    }

    .tabcontent .circletitle {
        font-size: 15px;
    }

    .tabcontent .mobile-box {
        width: 50%;
    }

    .tabcontent .shift-btn {
        padding: 11px 15px;
    }

    .tabcontent .label {
        font-size: 12px;
    }

    .managementTab ul {
        gap: 8px;
    }

        .managementTab ul li {
            font-size: 11px;
        }
}

@media (max-width: 375px) {
    .managementTab ul li {
        padding: 10px 8px;
    }

    .status {
        padding-left: 0px;
    }

    .cmnCard {
        padding: 10px;
    }

    .legend {
        padding: 9px;
    }

    .times {
        padding-left: 0px;
    }
}
