﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Bookman Old Style";
    src: url(https://db.onlinewebfonts.com/t/08a4f684fb0599188430dd0b97af52ac.eot);
    src: url(https://db.onlinewebfonts.com/t/08a4f684fb0599188430dd0b97af52ac.eot?#iefix)format(embedded-opentype),url(https://db.onlinewebfonts.com/t/08a4f684fb0599188430dd0b97af52ac.woff2)format(woff2),url(https://db.onlinewebfonts.com/t/08a4f684fb0599188430dd0b97af52ac.woff)format(woff),url(https://db.onlinewebfonts.com/t/08a4f684fb0599188430dd0b97af52ac.ttf)format(truetype),url("https://db.onlinewebfonts.com/t/08a4f684fb0599188430dd0b97af52ac.svg#Bookman Old Style")format(svg)
}

:root {
    --normalFont: "Roboto", sans-serif;
    /*--normalFont: "Montserrkat Alternates", sans-serif;*/
    /*--paraFont: "Raleway","Helvetica", "Arial", sans-serif;*/
    --normalFont: "Space Grotesk",Helvetica,Arial,sans-serif;
    --headFont: "Bookman Old Style";
    --paraFont: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    --normalWeight: 300;
    --boldWeight: 600;
    /*--titleColor:;*/
    --normalColor: #424242;
    --themeColor: #d60e0e;
    --logoColor: darkblue;
    --headColor: radial-gradient(#c92323, #950606,#800000);
    --spColor: #923b56;
    --bodyColor: #f6f5f9;
    --normalFontSize: clamp(.75rem,1vw,1rem);
    --toolbarBg: #faf3f5;
    --selectedText: #424242;
}

[data-bs-theme="Purple"] {
    /*--headColor: radial-gradient(#ed1efe, #37096c);*/
    --normalFont: "Roboto", sans-serif;
    --headColor: linear-gradient(45deg,var(--primary),var(--accent));
    --selectedText: linear-gradient(45deg,var(--primary),var(--accent));
    --normalColor: #07030c;
    --bodyColor: hsl(215, 97%, 15%, 5%);
    --background: #f7f3fc;
    --primary: #01204b;
    --secondary: #a6071f;
    --accent: #346d2c;
    --toolbarBg: #f3f5fa;
    --themeColor: #a6071f;
    --spColor: #07030c;
    --boldWeight: 500;
}

    [data-bs-theme="Purple"] .active > .nav-link {
        font-weight: 600;
    }

    [data-bs-theme="Purple"] .nav-link {
        font-weight: var(--boldWeight)
    }

    [data-bs-theme="Purple"] .k-list-item.k-selected, [data-bs-theme="Purple"] .k-selected.k-list-optionlabel {
        background: var(--headColor) !important
    }

    [data-bs-theme="Purple"] .k-badge-solid-success, [data-bs-theme="Purple"] .k-grid-Edit span, [data-bs-theme="Purple"] .k-grid-Delete span, [data-bs-theme="Purple"] .k-badge-solid-error, [data-bs-theme="Purple"] span.fa-lock, [data-bs-theme="Purple"] .field-validation-error span, [data-bs-theme="Purple"] .active > .nav-link, [data-bs-theme="Purple"] .k-i-delete, [data-bs-theme="Purple"] .k-grid-destroy span {
        background-clip: text !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        border: none !important;
    }

    [data-bs-theme="Purple"] .k-badge-solid-success, [data-bs-theme="Purple"] .active > .nav-link {
        background: linear-gradient(120deg, var(--primary), var(--accent));
    }

    [data-bs-theme="Purple"] .k-grid-Edit span {
        background: linear-gradient(120deg, var(--primary), blue);
    }

    [data-bs-theme="Purple"] .k-grid-Delete span, [data-bs-theme="Purple"] .k-badge-solid-error, [data-bs-theme="Purple"] span.fa-lock, [data-bs-theme="Purple"] .field-validation-error span, [data-bs-theme="Purple"] .k-i-delete, [data-bs-theme="Purple"] .k-grid-remove-command {
        background: linear-gradient(120deg, var(--secondary),red) !important;
    }

    [data-bs-theme="Purple"] .k-grid-pdf {
        background: linear-gradient(120deg,var(--secondary), red) !important;
        color: white !important;
    }

        [data-bs-theme="Purple"] .k-grid-pdf:hover, [data-bs-theme="Purple"] .k-grid-remove-command:hover {
            background: linear-gradient(120deg, red, var(--secondary)) !important;
        }

    [data-bs-theme="Purple"] .k-grid-excel {
        background: linear-gradient(120deg,var(--primary), var(--accent)) !important;
    }

        [data-bs-theme="Purple"] .k-grid-excel:hover {
            background: linear-gradient(120deg, var(--accent), var(--primary)) !important;
        }

    [data-bs-theme="Purple"] .k-grid-Edit, [data-bs-theme="Purple"] .k-button-solid-base {
        background: none;
        border: none;
    }

    [data-bs-theme="Purple"] ._borderBottomDashed {
        border-bottom: 1px dashed transparent;
        border-image: linear-gradient(to right,#800000, green, #ffffff00, transparent);
        border-image-slice: 1;
    }

    [data-bs-theme="Purple"] .k-table-thead, [data-bs-theme="Purple"] .k-table-header, [data-bs-theme="Purple"] .k-table-group-sticky-header {
        background-color: none;
        background: var(--headColor);
        color: white;
    }

    [data-bs-theme="Purple"] .k-grid .k-grid-header-menu {
        color: white;
    }

    [data-bs-theme="Purple"] .fw-text {
        border-radius: 2rem !important;
        color: #155819 !important;
        background-color: #eff8d7 !important;
        font-weight: 600 !important;
        padding: 0.25rem 0.25rem !important;
        font-size: .875rem;
        border: 1px solid #88c38e !important;
    }

    [data-bs-theme="Purple"] .fa-eye, [data-bs-theme="Purple"] .fa-eye-slash {
        color: var(--accent) !important;
    }

    [data-bs-theme="Purple"] .navbar .megamenu {
        background: #ffffffd1;
    }

    [data-bs-theme="Purple"] .form-control:focus {
        border: 1px dashed transparent;
        border-image: linear-gradient(to right,var(--primary), var(--accent));
        border-image-slice: 1;
        box-shadow: none;
    }

::selection {
    background: var(--spColor);
    color: white;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #011f4a;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #011f4a;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #011f4a;
    }

:target {
    border: 2px solid #D4D4D4;
    background-color: red;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a, input[type=number], small, sup, sub, .error, .success, .dropdown-item {
    font-weight: 300;
}

td {
    font-size: .9rem !important
}

input {
    border: none;
    padding: 0.15rem 0.5rem
}

button {
    border: none;
}

a {
    text-decoration: none;
    color: var(--normalColor)
}

main a:any-link, footer a:any-link {
    color: var(--spColor);
    text-transform: uppercase
}

i {
    color: var(--spColor);
}

td {
    font-family: var(--paraFont);
}

th, .k-column-title, .field-validation-error {
    font-family: var(--normalFont) !important;
    font-weight: bold;
}

.mark, mark {
    padding: .1em;
    background-color: #ffde30;
    border-radius: 5px;
}

*, body {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: var(--normalFont);
    /*color:var(--normalColor);*/
    font-weight: var(--normalFont);
    user-select: none;
}

.themeColor {
    background: var(--themeColor);
}

.user-login {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: var(--boldWeight);
    letter-spacing: 1px;
    font-family: var(--normalFont);
}

    .user-login .icofont-user {
        background-color: darkred;
        border-radius: 50%;
        color: white;
        box-shadow: 0px 0px 4px darkred;
    }

.user-logOut i {
    color: darkred;
}

.ovalback {
    background: white;
    border-radius: 5px;
    padding: 2px 8px;
}

.chip {
    background-color: #eceff1;
    border-radius: 25px;
    padding: 0px 10px 0px 2px;
}

    .chip img {
        border-radius: 50%;
        width: 26px;
    }

    .chip label {
        font-size: 12px;
        font-weight: bold !important;
        letter-spacing: 1px;
    }

.pageHead {
    font-weight: var(--boldWeight);
    font-family: var(--headFont);
    border-left: 3px solid var(--themeColor);
    border-radius: 2px;
    padding: 2px 5px;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    .pageHead strong, ._PageHead strong {
        font-family: inherit !important;
        font-size: inherit;
    }

.grider {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
}

.customLightBg {
    background: radial-gradient(white, #a2a2a23d) !important;
    CURSOR: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyAwbDE4IDE1aC0xMS4wODFsLTYuOTE5IDl6Ii8+PC9zdmc+), pointer;
}

    .customLightBg a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .customLightBg h5 {
        font-size: clamp(1rem,3vh,1.25rem);
    }

.customlightBorder {
    border: 1px solid lightgrey !important;
}

._pageHead, .secondhead {
    font-weight: var(--boldWeight);
    font-family: var(--headFont);
    margin-bottom: 0px !important;
}

.bgHead {
    border-left: 3px solid var(--themeColor);
    border-radius: 2px;
    padding: 2px 5px;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

._themeButton {
    padding: 5px 10px;
    background: red;
    color: white;
    font-family: var(--normalColor);
    font-weight: var(--boldWeight);
}
/* Btn 12 */

.button12 {
    cursor: pointer;
    background-color: #E5E6E7;
    padding: 4px 15px;
    line-height: 2px;
    position: relative;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 0;
}

    .button12 span {
        color: #d60e0e;
        text-transform: uppercase;
        transform: scaleX(0.6);
        letter-spacing: 1px;
        transform-origin: center left;
        transition: color 0.3s ease;
        position: relative;
        z-index: 1;
        font-family: var(--normalColor) !important;
        font-weight: var(--boldWeight);
    }

    .button12 em {
        position: absolute;
        height: 1px;
        background: #fff;
        width: 47%;
        right: 23px;
        top: 50%;
        transform: scaleX(0.25);
        -webkit-transform: scaleX(0.25);
        transform-origin: center right;
        transition: all 0.3s ease;
        z-index: 1;
    }

    .button12:before,
    .button12:after {
        content: '';
        background: var(--themeColor);
        height: 50%;
        width: 0;
        position: absolute;
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .button12:before {
        top: 0;
        left: 0;
        right: auto;
    }

    .button12:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .button12:hover:before {
        width: 100%;
        right: 0;
        left: auto;
        z-index: -1;
    }

    .button12:hover:after {
        width: 100%;
        left: 0;
        right: auto;
        z-index: -1;
    }

    .button12:hover span {
        color: #fff !important;
    }

    .button12:hover em {
        background: #000;
        transform: scaleX(.51);
        transform: scaleX(.51);
    }

.themeBg {
    border-bottom: 1px solid #ccc;
    background: var(--headColor) !important;
}

nav {
    background: #fff;
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
    box-shadow: 0px 1px 5px #f9eaead6;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.fw-text {
    border-radius: 2rem !important;
    color: #58151c !important;
    background-color: #f8d7da !important;
    font-weight: 600 !important;
    padding: 0.25rem 0.25rem !important;
    font-size: .875rem;
    border: 1px solid #c3888e !important;
}

.themeBg .list-unstyled {
    margin-bottom: 0px;
}

.dropdown-menu {
    background-color: #ffffffd6;
    border-radius: 1rem;
    backdrop-filter: blur(3px);
    padding: 5px 0px !important;
}

.customRounded {
    backdrop-filter: blur(3px);
    padding: 2px 2.5px;
    background: white;
    border-radius: 2rem;
    font-size: 0.875rem;
    box-shadow: 0px 0px 3px #d2bebe, inset 0px 0px 6px white;
}

.logo span {
    font-size: 22px;
    /*font-family: var(--headFont);*/
    font-family: var(--normalFont);
    /*font-weight: var(--boldWeight);*/
    color: white;
}

.userBtn ul li a {
    font-size: 0.9rem;
    text-align: end;
}

.megadropdown-menu {
    min-width: 100em !important;
}

._thBtn {
    color: #801c3b;
    background-color: #f3f3f3;
    border-color: #96afc6;
    font-weight: var(--boldWeight);
    letter-spacing: 1px;
    font-family: var(--normalFont);
    font-size: 0.7em !important;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: #fcf5f5;
    background-image: linear-gradient(45deg, #fbdede, transparent);
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
    position: relative;
}

    /*.dropdown-item:hover::after {
        content: "";
        left: 0px;
        position: absolute;
        width: 2px;
        background: white;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
    }*/

    .dropdown-item:focus span, .dropdown-item:hover span, .dropdown-item.active span, .dropdown-item:active span {
        /*padding: 0px 4px;
        background: white;*/
        color: var(--spColor) !important;
        /*border-radius: 50%;*/
        text-shadow: 0 0 3px white;
    }

.dropdown-item:focus {
    background-color: var(--headColor);
}

.show {
    color: #923b56 !important;
}

.nav-link {
    color: #011f4a;
    font-family: var(--normalFont);
    text-transform: capitalize;
    font-weight: 600;
}

    .nav-link:hover, .nav-link:active {
        color: var(--spColor);
    }

footer {
    background-color: #dee2e6 !important;
    border-top: 1px solid #a8a8a8;
}

main {
    background: var(--bodyColor);
    height: calc(100vh - 6.5rem);
    overflow: hidden;
}

.card-body {
    height: calc(100vh - 7.75rem);
    background: #fff;
    overflow: auto;
}

.themeBtn {
    position: relative;
    border-radius: 5px;
    border: 1px solid grey;
    padding: 8px 15px;
}

    .themeBtn:hover {
        background: black;
        color: white;
    }

    .themeBtn:before {
        content: "";
        width: 60px;
        background: rgba(255,255,255,0.6);
        transform: translateX(-130px) skewX(-45deg);
    }

    .themeBtn:after {
        content: "";
        width: 30px;
        background: rgba(255,255,255,0.6);
        transform: translateX(-130px) skewX(-45deg);
    }

._PageHead {
    text-transform: capitalize;
    /*font-weight: var(--boldWeight);*/
    font-family: var(--headFont);
    margin-bottom: 0px !important;
}

input[type="password"] {
    color: #923b56;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: #923b56;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

.btn-3 {
    background: rgb(0,172,238);
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

    .btn-3 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-3:before,
    .btn-3:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: var(--themeColor);
        transition: all 0.3s ease;
    }

    .btn-3:before {
        height: 0%;
        width: 2px;
    }

    .btn-3:after {
        width: 0%;
        height: 2px;
    }

    .btn-3:hover {
        background: transparent;
        box-shadow: none;
    }

        .btn-3:hover:before {
            height: 100%;
        }

        .btn-3:hover:after {
            width: 100%;
        }

    .btn-3 span:hover {
        color: var(--themeColor);
    }

    .btn-3 span:before,
    .btn-3 span:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: var(--themeColor);
        transition: all 0.3s ease;
    }

    .btn-3 span:before {
        width: 2px;
        height: 0%;
    }

    .btn-3 span:after {
        width: 0%;
        height: 2px;
    }

    .btn-3 span:hover:before {
        height: 100%;
    }

    .btn-3 span:hover:after {
        width: 100%;
    }

ul.themeBg {
    background: linear-gradient(45deg, rgb(248,249,250),transparent) !important;
}

._PageHead {
    border-left: 5px solid var(--themeColor);
    padding-left: 5px;
    /*position:relative*/
}
/*._headDesign::before{
    content:"*";
    width:100%;
    position:absolute;
}
*/
button, .Authorize, .py-1-5 {
    border: 1px solid #d1d1d1;
    transition: 0.5s ease;
    border-radius: .25rem;
}

    .Authorize:hover, .Authorize:hover i, button:hover:not( td > button ), button:hover i, .py-1-5 {
        /*    background: #800000 !important;
        color: white !important;*/
        font-weight: bold;
        /*transition: 0.5s ease;*/
    }

.k-grid-md td, .k-grid-md .k-table-td {
    padding-block: 4px !important;
    padding-inline: 6px !important;
    border-bottom: 1px solid #e1e1e1 !important
}

._borderBottomDashed {
    border-bottom: 1px dashed;
}

._borderTopDashed {
    border-top: 1px dashed;
}
/*============custom padding===============*/
.px-1-5 {
    padding-left: .35rem !important;
    padding-right: .35rem !important
}

.py-1-5 {
    padding-top: .35rem !important;
    padding-bottom: .35rem !important
}

.py-1-15 {
    padding-top: 0.17rem !important;
    padding-bottom: 0.15rem !important;
    line-height: 23px;
    color: var(--spColor);
}

#_termConfiguration > .k-grid-container > .k-grid-content {
    min-height: 200px !important;
    height: calc(100vh - 28em) !important;
}

#subjectDistribution > .k-grid-container > .k-grid-content {
    min-height: 200px !important;
    height: calc(100vh - 46em) !important;
}

#_subjectDistribution > .k-grid-container > .k-grid-content {
    min-height: 172px !important;
    height: calc(100vh - 52rem) !important;
}

#optionalSubject > .k-grid-container > .k-grid-content {
    min-height: 200px !important;
    height: calc(100vh - 27em) !important;
}

#addMarks > .k-grid-container > .k-grid-content {
    min-height: 200px !important;
    height: calc(100vh - 27em) !important;
}

.k-grid-container > .k-grid-content {
    min-height: calc(100vh - 22rem) !important;
}

._header2 {
    border-bottom: 1px solid red;
    border-left: 2px solid red;
    padding: 2px 5px;
    border-radius: 0px 0px 0px 4px;
    color: #011f4a;
    font-family: var(--headFont);
}

.tempTable {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid grey;
    height: calc(100vh - 19rem)
}

.table tr {
    text-align: center
}

.bg-red {
    background-color: red !important;
}

._1bg, ._leave {
    background: #01b29e !important;
}

._teacher, ._messageTemp {
    background: #f66955 !important;
}

._student, ._section {
    background: #0073b6 !important;
}

._attendance, ._utility {
    background: #00a65a !important;
}

._parent, ._enquiry {
    background: #ba79cb !important;
}

._class {
    background: #303642 !important;
}

._certificate {
    background: #8056e3 !important;
}

._feesUnpaid {
    background: #ee3982 !important;
}

._inbox, ._setting {
    background: #00c0ef !important;
}

._notice, ._account {
    background: #011f4a !important;
}

._library, ._homeWork {
    background: #d43b18 !important;
}

._govermentRequire {
    background: red !important;
}

._exam {
    background: orange !important;
}

._holiday {
    background: coral !important;
}

._complaint {
    background: indianred !important;
}

._busService {
    background: midnightblue !important;
}

._sports, ._classType {
    background: teal !important;
}

._1bg, ._2bg, ._3bg, ._4bg, ._5bg, ._6bg, ._7bg, ._8bg, ._9bg, ._sports, ._student, ._creditCard, ._govermentRequire, ._teacher, ._section, ._creditCard, ._govermentRequire, ._message, ._exam, ._library, ._holiday, ._busService, ._notice, ._inbox, ._complaint, ._parent, ._class, ._feesUnpaid, ._setting, ._certificate, ._attendance, ._enquiry, ._account, ._leave, ._messageTemp, ._homeWork, ._classType, ._utility {
    position: relative;
    z-index: 0;
}

    ._1bg::after, ._2bg::after, ._3bg::after, ._4bg::after, ._5bg::after, ._6bg::after, ._7bg::after, ._8bg::after, ._9bg::after, ._sports::after, ._student::after, ._creditCard::after, ._govermentRequire::after, ._teacher::after, ._section::after, ._creditCard::after, ._govermentRequire::after, ._message::after, ._exam::after, ._library::after, ._holiday::after, ._busService::after, ._notice::after, ._inbox::after, ._complaint::after, ._parent::after, ._class::after, ._feesUnpaid::after, ._setting::after, ._certificate::after, ._attendance::after, ._enquiry::after, ._account::after, ._leave::after, ._messageTemp::after, ._homeWork::after, ._classType::after, ._utility::after {
        content: "";
        position: absolute;
        right: 2%;
        top: 5%;
        width: 40%;
        height: 80%;
        background-size: 100% 100%;
    }

    ._1bg::after, ._2bg::after, ._3bg::after, ._4bg::after, ._5bg::after, ._6bg::after, ._7bg::after, ._8bg::after, ._9bg::after {
        background-image: url(../img/SVG_Icons/_creditCard.svg);
    }

    ._sports::after {
        background-image: url(../img/SVG_Icons/_sports.svg) !important;
    }

    ._student::after {
        background-image: url(../img/SVG_Icons/_student.svg) !important;
    }

    ._creditCard::after {
        background-image: url(../img/SVG_Icons/_creditCard.svg) !important;
    }

    ._govermentRequire::after {
        background-image: url(../img/SVG_Icons/_govermentRequirement.svg) !important;
    }

    ._teacher::after {
        background-image: url(../img/SVG_Icons/_sports.svg) !important;
    }

    ._section::after {
        background-image: url(../img/SVG_Icons/_section.svg) !important;
    }

    ._message::after {
        background-image: url(../img/SVG_Icons/_message.svg) !important;
    }

    ._exam::after {
        background-image: url(../img/SVG_Icons/_example.svg) !important;
    }

    ._library::after {
        background-image: url(../img/SVG_Icons/_library.svg) !important;
    }

    ._holiday::after {
        background-image: url(../img/SVG_Icons/_holiday.svg) !important;
    }

    ._busService::after {
        background-image: url(../img/SVG_Icons/_busService.svg) !important;
    }

    ._notice::after {
        background-image: url(../img/SVG_Icons/_notice.svg) !important;
    }

    ._inbox::after {
        background-image: url(../img/SVG_Icons/_inbox.svg) !important;
    }

    ._complaint::after {
        background-image: url(../img/SVG_Icons/_complaint.svg) !important;
    }

    ._teacher::after {
        background-image: url(../img/SVG_Icons/_teacher.svg) !important;
    }

    ._parent::after {
        background-image: url(../img/SVG_Icons/_parents.svg) !important;
    }

    ._class::after {
        background-image: url(../img/SVG_Icons/_classes.svg) !important;
    }

    ._feesUnpaid::after {
        background-image: url(../img/SVG_Icons/_feesUnpaid.svg) !important;
    }

    ._setting::after {
        background-image: url(../img/SVG_Icons/_setting.svg) !important;
    }

    ._certificate::after {
        background-image: url(../img/SVG_Icons/_certificate.svg) !important;
    }

    ._attendance::after {
        background-image: url(../img/SVG_Icons/_attendance.svg) !important;
    }

    ._enquiry::after {
        background-image: url(../img/SVG_Icons/_enquiry.svg) !important;
    }

    ._account::after {
        background-image: url(../img/SVG_Icons/_account.svg) !important;
    }

    ._leave::after {
        background-image: url(../img/SVG_Icons/_leave.svg) !important;
    }

    ._messageTemp::after {
        background-image: url(../img/SVG_Icons/_messageTemp.svg) !important;
    }

    ._homeWork::after {
        background-image: url(../img/SVG_Icons/_homeWork.svg) !important;
    }

    ._classType::after {
        background-image: url(../img/SVG_Icons/_classType.svg) !important;
    }

    ._utility::after {
        background-image: url(../img/SVG_Icons/_utility.svg) !important;
    }
/* ._utility::before {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 18%;
        z-index: -1;
        background: #ffffffa3;
    }*/
span.fa-lock {
    position: absolute;
    right: 5.75%;
    top: 60%;
    z-index: 99;
}

.navbar .megamenu {
    padding: 1rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ffffffc2;
    color: var(--spColor);
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1rem;
}

.active > .nav-link {
    color: var(--spColor);
}

.col-megamenu h6.title {
    color: #923b56;
    font-weight: 600;
    text-transform: capitalize;
}

#output {
    width: 70px;
    height: 75px;
}

.accordion {
    border: none !important;
}

    .accordion .newHead {
        border-bottom: 1px solid red;
        border-left: 2px solid red;
        padding: 2px 5px;
        border-radius: 0px 0px 0px 4px;
        color: #011f4a;
        font-family: var(--headFont);
    }

.actionList {
    margin-top: 8.2%;
    width: 30px;
    left: 0;
    background: #011f4a;
    padding: 1px;
}

    .actionList ul li {
        margin: 1px 0px !important;
    }

        .actionList ul li a {
            border-color: dimgrey;
            display: block;
            width: 92%;
        }
        /*for Edit button*/
        .actionList ul li:first-child:hover a, .actionList ul li:first-child:hover a i {
            background: blue !important;
            color: white !important;
        }
        /*for Delete button*/
        .actionList ul li:nth-child(2):hover a, .actionList ul li:nth-child(2):hover a i {
            background: red !important;
            color: white !important;
        }
        /*for Print button*/
        .actionList ul li:nth-child(3):hover a, .actionList ul li:nth-child(3):hover a i {
            background: grey !important;
            color: white !important;
        }

        /*for Export Pdf button*/
        .actionList ul li:nth-child(4):hover a, .actionList ul li:nth-child(4):hover a i {
            background: #ff0000 !important;
            color: white !important;
        }
        /*for Export Excel button*/
        .actionList ul li:nth-child(5):hover a, .actionList ul li:nth-child(5):hover a i {
            background: #34a853 !important;
            color: white !important;
        }
        /*for MAil button*/
        .actionList ul li:nth-child(6):hover a, .actionList ul li:nth-child(6):hover a i {
            background: #ea4335 !important;
            color: white !important;
        }
            /*for MAil button*/
            .actionList ul li:nth-child(6):hover a, .actionList ul li:nth-child(6):hover a i {
                background: #ea4335 !important;
                color: white !important;
            }

#EmployeeLogo {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#WorkExperience, #PermanentAddress, #CurrentAddress, #PlaceOfBirth {
    min-height: 100px;
}

.panel {
    transition: max-height 0.2s ease-out;
    display: none;
}

.astric {
    color: red;
}

.theme-button {
    color: #471fae;
    background-color: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s ease all;
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    border: 1px solid #491eb0;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.1);
    z-index: 2;
    font-weight: 600;
    font-size: 12px;
}

    .theme-button:before {
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: '';
        background-color: #e4b314;
        z-index: -1;
    }

    .theme-button:hover,
    .theme-button:focus {
        color: #5f0360;
        font-weight: 900;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
    }

        .theme-button:hover:before,
        .theme-button:focus:before {
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            left: 0;
            right: 0;
            opacity: 1;
        }

.k-list-footer, .k-table-footer > .k-table-td {
    text-align: center;
    font-weight: 600;
    padding: 0.5rem auto;
    background: var(--bodyColor);
    /*border-top: 1px dashed grey;*/
    text-transform: uppercase;
}

.form-control, .form-select {
    padding: .15rem .5rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.08);
}

.k-upload .k-dropzone, .k-upload .k-upload-dropzone {
    padding-block: 0px !important;
    padding-inline: 0px !important;
}

.poperror > span {
    color: tomato;
    font-size: .65rem !important;
    font-weight: 500;
    position: absolute;
    display: block;
}

.field-validation-error span {
    color: tomato;
    font-size: .65rem !important;
    font-weight: 500;
    display: block;
}

.k-table-footer > .k-table-td {
    width: 100% !important;
    display: block !important;
}
/*.col-megamenu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 10px
}*/
.fa .fa-caret-right {
    color: #6c757d !important
}

.fa-eye-slash, .fa-eye {
    position: absolute;
    right: 5%;
    top: 60%;
}

.btn, td, input, textarea, select, select optgroup, p, a, b, li, .form-control, span, div, .form-select {
    font-size: var(--normalFontSize);
}

.btn, .Authorize, .PageTitle {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 50%;
        right: 50%;
        width: 99.5%;
        transform: translate(-50%);
        border-radius: 1.25rem;
        margin-top: 3px;
        border-color: rgba(0, 0, 0, 0.1);
        background-color: #fdf6f6f5;
        backdrop-filter: blur(3px);
    }
}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
/* ============ mobile view .end// ============ */
@media (max-width:600px) {
    ul.themeBg {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        width: 100%;
    }

        ul.themeBg li:first-child, ul.themeBg li:last-child {
            grid-column: 1 / -1;
        }

        ul.themeBg li {
            grid-column: auto;
            margin: 0px auto;
            margin-left: auto;
            width: 100%;
            padding: 5px;
        }

            ul.themeBg li:first-child .PageTitle, ul.themeBg li:first-child ._PageHead {
                text-align: center
            }

    ._PageHead {
        border-bottom: 1px solid grey;
        border-left: none;
    }

    .btn, .Authorize, .PageTitle, .themeBg > li button {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media (max-width:320px) {
    .logo span {
        font-size: 14px;
    }

    .logo img {
        width: 30px
    }

    ._headDesign {
        display: block !important;
    }

        ._headDesign li, ._headDesign li button {
            width: 100%;
            text-align: center
        }
}


@media screen and (max-width: 768px) {
    .grider {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .grider {
        grid-template-columns: 1fr;
    }
}

.text-red {
    color: red;
}

#v-pills-tab > button {
    writing-mode: tb;
}

a:link, select, option, .Authorize {
    cursor: pointer
}

.k-button-md.k-icon-button .k-button-icon {
    padding-block: 6px !important;
    min-height: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    width: 16px !important;
}

.dropdown-footer i {
    color: white !important;
}

.dropdown-footer a, .dropdown-footer button {
    text-transform: capitalize !important;
    font-weight: 500 !important;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding-inline: 4px !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #cfc0c05e;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #BA55D3;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FF00FF;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

.k-grid .k-grid-header .k-table-th {
    font-weight: bold !important;
}

.rounded, .btn, .py-1-5 {
    border-radius: .25rem !important;
}
