@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Mukta', sans-serif !important;
    height: 100%;
    min-height: 100% !important;
    overflow-x: hidden;
    font-weight: 600;
}


input::placeholder, a, span, h1, th, tr,label {
    font-family: "Mukta", sans-serif !important;
}

input[type="radio"] {
    accent-color: #01579b;
}

a {
    cursor: pointer !important;
}

html {
    height: 100%;
    min-height: 100% !important;
    -webkit-text-size-adjust: 100%;
}

/* default */
.la-trash-alt:before {
    font-size: 18px;
    color: #ff0202;
}

/* label link start */
.labellink {
    font-size: 13px;
    color: #2a98f0;
    margin-left: 8px;
    font-weight: 700;
    text-decoration: underline !important;
}


/* student attendnece table */
.tblGridP tr {
    border-bottom: 1px solid #d4d4d4;
}

    .tblGridP tr td tr {
        border-bottom: none;
    }

/* student change section */

#CPH_Form_dgBalStarus tr td {
    padding: 6px 10px;
}


ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

ul > li {
    list-style: none;
}

.d-show {
    display: block !important;
}

.bg_col {
    /* background: linear-gradient(to right, #1b4c68 70px, #f2f5fa 0%);*/
}

.wid_60 {
    width: 70px !important;
}

.wid_30 {
    width: 53px !important;
}

.calc-60 {
    width: calc(100% - 77px) !important;
}

button:focus-visible {
    border: none;
}

.bgImgLogin {
    background: linear-gradient(to right, #98ccf8, #2787da);
}

/* scrollabar star */
.das_men::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #1b4c68;
    border: none !important;
}



.das_men::-webkit-scrollbar,
.Panel-box-body::-webkit-scrollbar,
.das_nav_sub_men::-webkit-scrollbar,
.autocomplete_completionListElement::-webkit-scrollbar,
.overflowGrid::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    z-index: -1;
}

.das_men::-webkit-scrollbar-thumb,
.Panel-box-body::-webkit-scrollbar-thumb,
.das_nav_sub_men::-webkit-scrollbar-thumb,
.autocomplete_completionListElement::-webkit-scrollbar-thumb,
.overflowGrid::-webkit-scrollbar-thumb {
    border-radius: 10px;
    display: none;
    transition: .3s all ease-in;
    background-color: #4C8399;
    z-index: -1;
}

    .das_men:hover::-webkit-scrollbar-thumb,
    .Panel-box-body:hover::-webkit-scrollbar-thumb,
    .das_nav_sub_men::-webkit-scrollbar-thumb,
    .autocomplete_completionListElement::-webkit-scrollbar-thumb,
    .overflowGrid::-webkit-scrollbar-thumb {
        display: block;
        z-index: -1;
    }

.expand::-webkit-scrollbar {
    width: 0;
}

/* dashboard div start */

/* panel start */
.Panel-box {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    /*box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%) !important;*/
}

/*.Panel-box-heading {
    background: white;
}
*/
.min-button {
    background: #01579b;
    padding: 6px 10px;
    font-size: 12px;
    margin: 5px auto;
    border-radius: 20px;
    white-space: nowrap;
}

.text-main {
    color: #01579b !important;
}

.bg-darkkhaki {
    background-color: darkkhaki !important;
}

.Panel-box-body table td {
    color: #5e7681 !important;
    font-weight: 600 !important;
}

.Panel-box-body table th {
    color: #1e1c1c !important;
}

/* panel end */

/* dashboard navbar start */
.nav_div {
    min-height: 75px;
    background-image: linear-gradient(180deg, #ffffff, #fff);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0 10px 0 0;
    z-index: 2;
    border-bottom: 2px solid #dcdcdc;
}

.nav_div_gap {
    background: #3d454e;
    width: 242px;
    height: 70px;
}

    .nav_div_gap.wid_60 .lef_log_div {
        width: 70px;
    }

.nav_div_ico > span {
    font-size: 38px !important;
    color: #3d454e !important;
    cursor: pointer;
}

/* nav right side start */
.nav_rig_sid {
    width: calc(100% - 120px);
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav_rig_sid_sch_nam {
    width: 100%;
    display: flex;
    align-items: center;
}

    .nav_rig_sid_sch_nam > h3 {
        margin-bottom: 0;
        text-align: start;
    }

span#lblschoolname {
    color: #383838;
    font-size: 23px;
    /* letter-spacing: .5px; */
    font-weight: 700;
}


.nav_rig_sid_adm {
    width: auto;
}

.nav_rig_sid_not_ico {
    width: 100px;
    text-align: center;
    background-color: transparent;
}

.nav_rig_sid_adm ul i {
    margin: 0 5px 0 0;
    font-size: 15px;
    color: #212529;
}

.nav_rig_adm_div {
    align-items: center;
    cursor: pointer;
    height: 40px;
    line-height: 70px;
    background: #F5F4F4;
    border-radius: 53px;
}

.nav_rig_sid_adm ul hr {
    margin: 0rem 0;
    background-color: #3d454e47 !important;
    border: 0;
}


.nav_rig_adm_div > img {
    margin-right: 0;
    width: 40px;
}

.nav_rig_adm_div i {
    font-size: 10px;
    margin: 0 5px;
    color: #8391a0;
}

.nav_rig_adm_div > span {
    color: #000000;
    font-size: 16px;
    letter-spacing: .1px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 165px;
    text-align: left;
    padding-left: 10px;
}



.nav_rig_sid_adm ul {
    -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 30%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 30%);
    background: #ffffff;
    width: 200px;
    position: absolute;
    top: 40px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: start;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}


.nav_rig_sid_adm:hover ul {
    display: block;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.label_head {
    color: #fff;
    position: relative;
    font-size: 20px;
    text-align: right;
    margin-top: 6px;
}

.op-0 {
    opacity: 0;
    transition: .3s all ease-in;
}

.nav_rig_ani {
    opacity: 1;
    display: block;
    -webkit-animation-name: cssAnimation;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(100px);
    }

    to {
        -webkit-transform: rotate(0deg) scale(2) skew(0deg) translate(100px);
    }
}

.nav_rig_sid_adm ul li {
    padding: 8px 20px;
    transition: .1s all ease-in;
}


    .nav_rig_sid_adm ul li:first-child {
        background-color: #036EA3;
        letter-spacing: .5px;
    }

    .nav_rig_sid_adm ul li:hover,
    .nav_rig_sid_adm ul li:hover a,
    .nav_rig_sid_adm ul li:hover span {
        color: #3d454e;
    }

    .nav_rig_sid_adm ul li > a {
        color: #212529;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: .5px;
    }

.nav_rig_sid_not_ico > a > i,
.nav_rig_sid_adm > span {
    font-size: 24px !important;
    color: #686868 !important;
    cursor: pointer;
    background: #F5F4F4;
    padding: 6px;
    border-radius: 20px;
}

.nav_rig_sid_not_con {
    background: #E63946;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 33px;
}

/* left side start */
.lef_sid {
    background: #036EA3;
    width: 239px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 75px;
    z-index: 9999;
}

.lef_log_div {
    padding: 0;
    width: 239px;
    height: 74px;
    background: #036EA3;
}

    .lef_log_div > span {
        background-image: url('img/logo.png?v=0.1');
        width: 220px;
        height: 60px;
        background-repeat: no-repeat;
        position: absolute;
        left: 9px;
        top: 9px;
        /*background-size: 180px;*/
    }

.das_men {
    overflow-y: scroll;
    transition: .3s all ease-in;
    height: calc(100% - 50px);
}

    .das_men ul.das_nav > span {
        font-size: 11px;
        color: #ffff;
        letter-spacing: .5px;
    }

ul.das_nav > li {
    color: #8391a0;
    vertical-align: middle;
    position: relative;
    transition: .3s all ease-in;
    text-align: left;
}

.das_nav_lis.active {
    background: #0a5e87;
}

.das_men.expand .das_nav_lis.active {
    background: transparent;
}



ul.das_nav > li > a:first-child {
    margin-top: 0px;
}

ul.das_nav > li > a {
    font-size: 16px;
    letter-spacing: 0.1px;
    cursor: pointer;
    padding: 14px 18px;
    display: block;
}

.expand ul.das_nav li:hover > a > i {
    color: #fff;
}

ul.das_nav li > a:hover > span.das_nav_tit {
    color: #57F2C6;
}

.das_nav_tit {
    color: white;
    position: relative;
    font-size: 15px;
    vertical-align: middle;
    letter-spacing: .5px;
    font-weight: 600;
}

ul.das_nav_sub_men {
    display: none;
    padding-top: 10px;
}


    ul.das_nav_sub_men > li {
        transition: .3s all ease-in;
        margin-left: 25px;
        color: #fff;
    }

        ul.das_nav_sub_men > li > a {
            color: #f9fafb;
            font-size: 12px;
            letter-spacing: .5px;
            transition: .3s all ease-in;
            letter-spacing: .5px;
            transition: .3s all ease-in;
        }

        ul.das_nav_sub_men > li:hover > a, ul.das_nav_sub_men1 > li:hover > a, ul.das_nav_sub_men2 > li:hover > a, ul.das_nav_sub_men3 > li:hover > a {
            color: #57F2C6;
            cursor: pointer !important;
        }


/* menu wave effect start */
.nav_div_ico {
    border: none;
    color: #414d5f;
    display: inline-block;
    height: 55px;
    width: 70px;
    line-height: 70px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}

    .nav_div_ico span {
        width: 18px;
        height: 3px;
        background-color: #036EA3;
        display: block;
        margin: 5px 12px;
    }

        .nav_div_ico span:nth-of-type(2) {
            width: 24px;
        }


/* wave css start */
@charset "UTF-8";

.waves-effect {
    position: relative;
    overflow: hidden;
}

    .waves-effect .ie-waves-effect {
        position: absolute;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #000000;
        opacity: 0.5;
    }

/* wave css end */

/* left side srink start */
.lef_sid.wid_60 {
    position: fixed;
    height: 100vh;
}

.das_men.expand {
    overflow-y: visible;
    max-height: 100vmax;
}



    .das_men.expand ul > li.das_nav_lis:hover ul.das_nav_sub_men {
        display: block !important;
        position: absolute;
        top: 0px;
        background: #16425b;
        width: 280px;
        left: 70px;
    }

    /*.das_men.expand ul > li.das_nav_lis:first-of-type:hover ul.das_nav_sub_men {
        display: block !important;
        position: absolute;
        top: 31px;
        background: #16425b;
        width: 280px;
        left: 70px;
    }

    .das_men.expand ul > li.das_nav_lis:first-of-type:hover ul.das_nav_sub_men1 {
        top: 31px !important;
    }

    .das_men.expand ul > li.das_nav_lis:first-of-type:hover ul.das_nav_sub_men2 {
        top: 31px !important;
    }

    .das_men.expand ul > li.das_nav_lis:first-of-type:hover ul.das_nav_sub_men3 {
        top: 31px !important;
    }*/

    .das_men.expand ul > li.das_nav_lis:hover .das_nav_tit {
        position: absolute;
        left: 70px;
        background-color: #1f506c;
        top: -42px;
        width: 280px;
        padding: 12px 20px 13px 30px;
        display: block !important;
    }

    .das_men.expand ul > li.das_nav_lis:first-of-type:hover .das_nav_tit {
        position: absolute;
        left: 70px;
        background-color: #1f506c;
        top: -10px;
        width: 280px;
        padding: 12px 20px 13px 30px;
        display: block !important;
    }

    .das_men.expand ul > li ul.das_nav_sub_men > li {
        margin-left: 0px;
    }

.das_nav_lis span.das_div_con {
    background: #56c2d6;
    padding: 1px 8px 0px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    float: right;
    font-size: 11px;
    margin-top: 5px !important;
    text-align: center;
}

.expand ul.das_nav > li:hover > a span {
    color: #ffc107;
}

.das_nav_lis i {
    color: white;
    margin-right: 17px;
    font-size: 20px;
    vertical-align: middle;
}

    .das_nav_lis i:last-child {
        font-size: 12px;
        float: right;
        color: #57F2C6;
        margin-top: 3px;
        transition: .3s all ease-in;
    }

.das_nav_lis.active i.la-angle-right {
    transform: rotate(90deg)
}

/* left side srink end */
/* left side end */
/* right side start */
.rig_sid {
    width: calc(100% - 248px);
    float: right;
    padding: 0px;
    position: relative;
    z-index: 0;
    background: white;
    margin-top: 120px;
}

/* right side end */

/* breadcrumbs start */
.bre_div_tit > span {
    font-size: 20px;
    color: #1D3557;
}

.bre_div_lnk > a {
    font-weight: 500;
    letter-spacing: .5px;
    color: #4e3d3d;
    font-size: 15px;
}

.bre_div_lnk i {
    color: #8391a0 !important;
    font-size: 11px;
}

.bre_div_lnk span:last-child {
    color: #8391a0;
    font-size: 15px;
    letter-spacing: .5px;
    cursor: not-allowed;
    font-weight: 400;
}

/* breadcrumbs end */
/* main content start */
/*.main_con_div {
    background: #f8fdf6;*/
/*box-shadow: 0px 0px 10px #33333305;*/
/*box-shadow: inset 0px 0px 20px #ffffff40;
    height: 100vh;
}*/
/* main content end */

/* seach bar start */
.nav_rig_sid_sea {
    display: flex;
    height: 70px;
    line-height: 70px;
    width: 500px;
    align-items: center;
}

    .nav_rig_sid_sea > input {
        margin: auto 0;
        border-radius: 10px 0 0 10px;
        background: #F5F4F4;
        color: #333;
        border: 1px solid #F5F4F4 !important;
        padding: 18px 17px;
        font-weight: 500;
    }

        .nav_rig_sid_sea > input.form-control:focus,
        .nav_rig_sid_sea > input.form-control:active,
        .nav_rig_sid_sea > input.form-control:visited,
        .nav_rig_sid_sea > input.form-control:focus-within,
        .nav_rig_sid_sea > input.form-control:target {
            background: #ffffff;
            box-shadow: none;
            outline: none;
            border-color: #67808b;
            color: #333;
        }

        .nav_rig_sid_sea > input::placeholder {
            color: #adadad;
            font-size: 14px;
        }

.nav_rig_sid_btn > i {
    background: #F5F4F4;
    padding: 10px 15px 10px 10px;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    color: #686868;
}


.sea_dy #txtSearch {
    display: block;
    width: 160px;
}

.sea_dy {
    position: absolute;
    left: -155px;
}

    .sea_dy .nav_rig_sid_btn > i {
        border-radius: 0 30px 30px 0
    }

;
/* seach bar end */
/* Widgets start */
.rig_sid_wid_div {
    border-radius: 5px;
}

.rig_sid_wid_cnt_ico {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    margin-right: 30px;
}

.rig_sid_wid_cnt_ico {
    background: rgba(35, 179, 151, .25) !important;
}

.rig_sid_wid_cnt_no {
    color: #414d5f;
}

    .rig_sid_wid_cnt_no > h3::before {
        content: '$';
    }

    .rig_sid_wid_cnt_no span {
        font-size: 14px;
        color: #a7a5a5;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 95px;
        display: block;
    }

.rig_sid_wid_div_cnt_tar_cnt span {
    color: #414d5f;
    font-size: 12px;
    font-weight: 500;
}

.rig_sid_wid_div_cnt_tar .progress {
    height: 5px !important;
}

/* Widgets end */

/* Sweet Alerts Start */
.sw_div_tab {
    padding: 10px 20px;
}

    .sw_div_tab th {
        background: #f1f5f7;
        font-size: 15px;
        font-weight: 600;
        color: #6c757d;
        border: none;
    }

    .sw_div_tab td {
        border: none;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 400;
        color: #56585a;
    }

    .sw_div_tab .sw_btn {
        color: #fff;
        background-color: #56c2d6;
        border-color: #56c2d6;
        height: 32px;
        font-size: 15px;
        line-height: 16px;
    }

/* Sweet Alerty End */

/* MODAL START */
#btnLedger {
    /* WIDTH: 175PX;
    MARGIN: 0;
    VERTICAL-ALIGN: MIDDLE;*/
}

/* MODAL END */

/* Sub Menu Link start */
.sub_men_lin_gap {
    width: 240px ;
    padding: 0;
}

.sub_lin_bar_con {
    padding: 3px 0 2px 15px;
    margin-top: 3.5px;
    margin-left: 25px;
}

/* Sub Menu LInk end */

/* Fontawesome Start */
.ico_div > h4 {
    color: #3c454e;
    BACKGROUND: #f1f5f7;
    PADDING: 10PX 15PX;
}

.ico_div_con_ico {
    padding: 10px 15px;
}

.ico_div_con svg,
.ico_div_con i {
    margin-right: 20px;
    color: #9e9e9e;
}

.ico_div_con span {
    color: #7b7a7a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    cursor: pointer;
}


/* bootstrap notify start */
#boo_not_cen_con {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* default tab with icon start */
.def_tab_wid_ico i {
    font-size: 20px;
    color: #555;
}

/* session time out start */
.ses_tim_out_div h4 {
    font-weight: 600;
    color: #414d5f;
}

.ses_tim_out_div span {
    font-size: 16px;
    letter-spacing: .5px;
    color: #8391a0;
    text-align: justify;
}

/* login start */
.login_div {
    height: 100%;
    BACKGROUND-POSITION: CENTER;
    BACKGROUND-ATTACHMENT: FIXED;
    POSITION: RELATIVE;
    Z-INDEX: 0;
    padding: 30px 0px;
}

.login_soc_div {
    width: 100%;
    margin: 0 auto
}

.login_soc_con li {
    margin: 0 10px;
}

    .login_soc_con li svg {
        color: #5d5d5d;
        font-size: 18px;
    }

.login_soc_div span {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffcb2e;
}

.login_div_con {
    width: 60%;
    margin: 70px auto 0;
    display: inline-block;
    border-radius: 5px;
}



.login_btn input {
    border: none;
    padding: 2px 8px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
}

.login_for_tit span {
    font-size: 20px;
    letter-spacing: 1px;
}

ul.login_soc_con {
    display: none !important;
}

.login_for_inp > .form-control:focus,
.login_for_inp > .login_btn > input:focus {
    background: #f8f9fa;
    border: 1px solid #fff;
    color: #444;
    box-shadow: 0px 2px 5px 0rem rgb(0 0 0 / 25%);
}

.login_soc_div_logo {
    width: 300px;
    margin: 0px auto 10px;
}



.login-help a {
    cursor: pointer;
    color: #fff;
    float: right;
    margin-top: -5px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 12px;
    letter-spacing: .5px;
}

.login_for_inp input,
.login_for_inp select {
    min-height: 40px;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 50px;
}

    .login_for_inp input::placeholder {
        color: #555;
        font-size: 16px;
    }

    .login_for_inp select#ddldSession {
        margin: 1rem 0;
    }


    .login_for_inp input[type="submit"] {
        padding: 5px 15px;
    }

.login_soc_div {
    margin-top: -70px;
    color: #16191a;
    margin-bottom: 20px;
    padding: 30px 20px;
    position: relative;
    background-color: #01579b;
    border-top: 3px solid #fff;
}

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}



select#ddldSchool > option {
    color: #141414;
}

/* login end */

/* Pocket Money Start */
#CPH_Form_rblTranType,
#CPH_Form_rbtDateType {
    display: flex;
    align-items: center;
}

#CPH_Form_rblParty {
    line-height: 26px;
}

.label-helper {
    white-space: nowrap;
}

button,
input,
optgroup,
select {
    vertical-align: middle;
}

.form-row > span#CPH_Form_lblLast:not(.ChkBox) {
    height: auto !important;
}

.PopUp > div.row > div > p {
    padding: 5px;
    background-color: #01579b;
    margin: 0px;
    color: White;
}

.tab-content > .tab-pane {
    opacity: 1;
    visibility: inherit;
}

/* Pocket Money End */

/* new css */
.SubLinkBar {
    /* background-color: #01579b;*/
    background: linear-gradient(90.12deg, #036EA3 0.02%, #036EA3 48.08%, #38BA95 92.29%);
    min-height: 46px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .SubLinkBar a {
        color: #036EA3;
        transition: .3s all ease-in;
        font-size: 14px;
        padding: 0px 20px 0 0;
        text-transform: uppercase;
        background: white;
        padding: 4px 13px;
        margin-right: 5px;
        box-shadow: 2px 2px 4px 0px #00000040 inset;
        border-radius: 5px;
        text-transform: capitalize;
    }
        .SubLinkBar a:hover {
            background: #34b496;
            color: white;
        }

        .pl-0 {
            padding-left: 0;
        }

.pr-0 {
    padding-right: 0;
}

.Alertbox {
    padding: 5px 0px;
}

    .Alertbox p {
        padding: 0px 0px 0px 0px;
        color: white;
        text-transform: capitalize;
        text-align: right;
    }

        .Alertbox p span {
            background: white;
            box-shadow: 2px 2px 4px 0px #00000040 inset;
            color: #CF473C;
            padding: 5px 10px 2px 10px;
            display: inline-block;
            margin-top: 0px;
            border-radius: 9px;
            font-weight: 600;
        }

.DashBoard {
    align-items: center;
    background: linear-gradient(90.12deg, #036EA3 0.02%, #036EA3 48.08%, #2A9476 92.29%);
    margin: 11px 2px;
    padding: 0;
    width: 99.5%;
    text-align: center;
    margin-top: 0px;
    border-radius: 9px;
}

    .DashBoard h3 {
        margin: 0px;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

/*.DashBoard a,
span#CPH_Form_lbltransactional {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .5px;
    float: right;
}*/
/* new css end */
/**/
.modal-dialog {
    width: 600px;
    margin: 30px auto;
    top: 69px;
}

.modal-backdrop {
    display: none;
}
/**modal box**/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x:;
    overflow-y: auto;
    outline: 0;
    opacity: 1;
}

/**/

/**main page Popup start**/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #01579b;
    border-radius: 12px;
    padding: 0;
}

    .modalPopup .header {
        background-color: #01579b;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        padding: 10px;
        min-height: 50px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes,
    .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #01579b;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

.modal-header button {
    font-size: 26px !important;
    border: 0;
    background: none;
    color: white;
}
/**main page popup end**/


/**loader**/
.preLoad {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.afterLoad {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin-left: 46%;
    margin-top: 15%;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.activeMenu {
    background-color: #fbc02d !important;
    color: #fff;
}

.mrTop {
    margin-left: 0;
    margin-right: 0;
}

    .mrTop > .nav-tabs > li {
        margin-right: 15px;
        line-height: 1.42857143;
        font-weight: 500;
        border-radius: 0px;
        color: #1f506c;
        background: #1e88e5;
        font-size: 14px;
        letter-spacing: .5px;
        padding: 8px 5px;
        border-radius: 2px;
        min-width: 167px;
        margin-bottom: 5px;
    }

        .mrTop > .nav-tabs > li.activeMenu > a {
            color: #fff;
        }

.nav-tabs > li > a {
    margin-right: 0;
    color: #fff;
}

    .nav-tabs > li > a:hover {
    }

#CPH_Form_chesameornot {
    margin-right: 5px;
}

#CPH_Form_txtEmpName {
    width: 100%;
}

.exp_div {
    background: #f2f5fa;
    border: none;
}

#Scroller:fx2:OuterDiv {
    background: #496b89;
}

.exp_div input {
    border: 1px solid #bababa;
    width: calc(100% - 55%);
}


/* @media only screen 991px */
@media only screen and (min-width: 769px) and (max-width: 991px) {

}

/* @media only screen 768px */
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .DashBoard {
        margin-top: 45px !important;
    }

    .SubLinkBar {
        display: none !important;
    }

    .student-table p,
    span {
        font-size: 13px;
        text-align: start !important;
    }

    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin-left: 33%;
        margin-top: 60%;
    }

    .cer_popup {
        width: auto !important;
        height: 500px !important;
    }

    .m-top {
        margin-top: 10px !important;
    }

    .login_soc_div_logo {
        width: 240px;
        margin: 0 auto 15px;
    }

    .login_for_div {
        background: #fff;
        border-radius: 10px;
    }

    .session-lable {
        display: none;
    }

    .popup-m {
        width: 80% !important;
    }

    .tab-content {
        padding: 15px 0px;
        border: none;
    }

    .fixed-button {
        width: 100% !important;
        padding: 15px 0px !important;
    }

    .mrTop {
        margin-top: 0 !important;
    }

    .sub_lin_bar_con {
        display: none;
    }

    /* Tentative Fee Start */
    .PopUp,
    .tblPOP {
        width: 275px;
    }


    /* Tentative Fee End */


    /* start */
    .nav_div_gap {
        display: none;
    }

    .login_div_con {
        max-width: 460px;
        width: 460px;
    }


    .wid_60 {
        width: 0px !important;
    }

    .bre_div_tit {
        padding: 10px 0;
    }

    .calc-60 {
        width: 100% !important;
    }

    .rig_sid,
    .nav_rig_sid {
        width: 100%;
    }

    .das_men.expand {
        display: none;
    }

    .nav_div {
        z-index: 10;
    }

    .bre_div_lnk {
        display: none;
    }

    .nav_rig_sid_btn > i {
        background: #f1f5f7;
        padding: 10px;
        border-radius: 50%;
        font-size: 22px;
        color: #3d454e;
    }

    .nav_rig_sid_sea > input {
        display: none;
    }

    .nav_rig_sid_sea {
        position: relative;
        /*        width: 280px; */
        width: 40px;
        /*        left: calc(100% - 590px); */
        margin-right: 15px;
    }

    .PopupButton {
        top: 85px;
    }
    .rig_sid {
        height: 100%;
        margin-top: 84px;
        padding: 6px !important;
    }

    .sub_men_lin_gap {
        display: none;
    }

    .SubLinkBar a {
        font-size: 11px;
    }

    .bg_col {
        background: #fff !important;
    }

    span#lblschoolname {
        font-size: 16px;
    }

    .nav_div_ico {
        width: 60px;
    }

    .nav_rig_sid_not_ico {
        width: 60px;
        padding-right: 20px;
    }

    /*.nav_rig_adm_div > img {
        width: 84px;
        height: 30px;
    }*/

    .SidebarContainer {
        position: relative;
        z-index: 9;
    }

    .nav_rig_adm_div > span {
        display: none;
    }

    .nav_rig_sid_sea > input {
        border-radius: 30px;
    }


    /* end */
}

/* @media only screen 500px */
@media only screen and (min-width: 320px) and (max-width: 500px) {
    .headingIcons > span {
        margin-left: -5px !important;
        margin-top: 6px !important;
    }

    .label-new {
        text-align: left !important;
    }

    .nav_rig_sid_sea {
        margin-right: 10px;
        width: 32px;
    }


    .login_div_con {
        max-width: 300px;
        width: 300px;
    }


    .nav_rig_sid_btn > i {
        padding: 8px;
        font-size: 20px;
    }

    .DashBoard {
        width: 95%;
    }

    span#lblschoolname {
        font-size: 13px;
        margin-bottom: 2px;
        display: block;
    }

    .mrTop > .nav-tabs > li {
        margin-right: 2px;
        margin-top: 2px;
        min-width: 165px;
    }

    .nav-tabs > li > a {
        font-size: 12px;
    }

    .nav_rig_sid_not_ico > a > i,
    .nav_rig_sid_adm > span,
    .nav_rig_sid_btn > i {
        font-size: 24px !important;
        color: #67808b !important;
        cursor: pointer;
        background: transparent;
    }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .mrTop > .nav-tabs > li {
        min-width: 275px;
    }
}

.tblGrid {
    font-size: 13px !important;
    color: #000;
    font-weight: 500;
}

.studetail td span {
    font-weight: 700 !important;
}


.button-width-auto {
    width: auto !important;
}

.button-success {
    border: 2px solid;
    font-size: 14px !important;
}

.la-2x {
    font-size: 24px;
}

body .fixed-button {
    position: fixed;
    bottom: 0px;
    z-index: 900;
    text-align: center;
    background: #04324d;
    overflow: auto;
    padding: 7px 0px;
    left: 0px;
}

.fixed-button .button {
    padding: 5px 28px;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.popup-m {
    width: 24%;
}

.mt-3 {
    margin-top: 1.1rem !important;
}

.export-refresh{
    padding: 3px;
    background-color: white;
    border: 1px solid green;
    border-radius: 5px;
    color: #fff;
    margin: 5px;
    font-size: 20px;
    float: right;
}
    .export-refresh i{
        color:green;
    }

.export-file {
    padding: 3px;
    background-color: white;
    border: 1px solid #036EA3;
    border-radius: 5px;
    color: #fff;
    margin: 5px;
    font-size: 20px;
    float: right;
}
.fa-eye {
    color: #036EA3;
}
.export-file i {
    color: #036EA3;
}

        .tab-menu li a {
            background-color: #1e88e5;
            padding: 6px 10px;
            border-radius: 2px 2px 0px 0px;
            margin-right: 5px !important;
        }

    .tab-menu li a:hover {
        background-color: deepskyblue;
        padding: 6px 10px;
        border-radius: 2px 2px 0px 0px;
        margin-right: 5px !important;
    }

.button-right-link {
    border-color: #fff !important;
    background: #036ea3;
    color: #fff;
    width: 100%;
    font-size: 13px;
    margin-left: -7px;
    white-space: normal;
    min-height: 40px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 7px;
    padding: 1px 5px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .button-right-link:hover {
        border-color: #01579b !important;
        background: #fff;
        color: #01579b;
    }

.m-left {
    margin-left: -7px;
}

.btn-green {
    background: #2ab57d;
}

.btn-red {
    background: #d14444;
}

.active-status {
    background-color: #2ab57d !important;
    border-radius: 25px;
    padding: 1px 15px !important;
    color: #fff !important;
    min-width: 100px;
    text-align: center;
}

.active-status01 {
    background-color: #2ab57d !important;
    border-radius: 25px;
    padding: 1px 15px !important;
    color: #fff !important;
    min-width: 100px;
    text-align: center;
}

.deactive-status01 {
    background-color: #d14444 !important;
    border-radius: 25px;
    padding: 1px 15px !important;
    color: #fff !important;
    min-width: 100px;
    text-align: center;
}

.deactive-status {
    background-color: #d14444 !important;
    border-radius: 25px;
    padding: 1px 15px !important;
    color: #fff !important;
    min-width: 100px;
    text-align: center;
}

.total-amt {
    background: #cb2d3e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #cb2d3e, #ef473a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #cb2d3e, #ef473a);
    border-radius: 25px;
    padding: 1px 15px;
    color: #fff;
    min-width: 100px;
    text-align: center;
}

.Dis_adj {
    border-radius: 25px;
    padding: 1px 15px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    animation-name: blink;
    animation: blink 3s linear infinite;
}

@keyframes blink {
    0% {
        background-color: red;
    }

    47% {
        background-color: red;
    }

    62% {
        background-color: transparent;
    }

    97% {
        background-color: transparent;
    }

    100% {
        background-color: red;
    }
}

.link-btn {
    text-decoration: none;
}

.login_for_div {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.form-area {
    background-color: #21D4FD;
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.buttonlink {
    border-color: #fff !important;
    background: #01579b !important;
    color: #fff;
    width: 100%;
    font-size: 11px;
    margin-left: -7px;
    white-space: normal;
    min-height: 40px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 2px;
    padding: 1px 5px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .buttonlink:hover {
        color: #fff;
    }

.main-tab {
    background-color: #daecfe;
}

    .main-tab > .tab-pane {
        opacity: 1;
        visibility: inherit;
        background-color: transparent !important;
    }

.m-top {
    margin-top: -21px
}

.cer_popup {
    width: 500px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    background-color: #fff;
    box-shadow: 2px 2px 12px #dcdcdc;
}

.lable-adress {
    color: #dc3535 !important;
    font-weight: bold !important;
}

.fixed-button {
    position: fixed;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
}

.link-h {
    min-height: 25px !important;
}


.bg-main {
    background-color: #01579b;
}
/**login Page***/
.bg-color {
    background: linear-gradient(90deg, #084298, #79afff)
}

.container-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85vh;
    overflow: hidden;
}


.screen {
    background: linear-gradient(90deg, #084298, #79afff);
    position: relative;
    height: 550px;
    width: 400px;
    box-shadow: 0px 0px 24px #084298;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #084298;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #1b5ec2, #084298);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #084298;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    padding: 30px;
    padding-top: 156px;
}

.login__field {
    padding: 10px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 21px;
    color: #212529;
    font-size: 20px;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    width: 75%;
    transition: .2s;
}

    .login__input:active,
    .login__input:focus,
    .login__input:hover {
        outline: none;
        border-bottom-color: #6A679E;
    }

.login__submit {
    background: #fff;
    font-size: 18px;
    margin-top: 30px;
    padding: 6px 16px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: capitalize;
    align-items: center;
    color: #084298;
    box-shadow: 0px 2px 2px #3d454e;
    cursor: pointer;
    transition: .2s;
    margin: 0px auto;
    text-align: center;
    width: 60%;
}

    .login__submit:active,
    .login__submit:focus,
    .login__submit:hover {
        border-color: #6A679E;
        outline: none;
    }

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875B5;
}


.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875B5;
}

    .social-login__icon:hover {
        transform: scale(1.5);
    }

.copyright {
    font-size: 14px;
}

.alert {
    padding: 5px !important;
}

.close {
    color: #ffffff !important;
    font-size: 20px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-weight: 500;
}



.OverLay01 {
    width: 30%;
    left: 31%;
    right: auto;
    top: 15%;
    min-height: 250px;
    position: absolute;
    z-index: 999;
    background-color: White;
    border: 2px solid black;
    padding: 0px;
}

.CloseBtn {
    text-align: right;
    cursor: pointer;
    padding-right: 10px;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: Red;
}

.OverLay01 > h4 {
    padding: 10px;
    color: White;
    background-color: #1b5387;
    margin: 0px;
    border-bottom: 1px solid gray;
}

.OverLay01 > p {
    font-size: 12px;
    padding: 5px;
}

#plbl {
    font-size: 13px;
}

.student-table p {
    font-size: 13px;
    text-align: end;
}

.input-box {
    background-color: #eae8e885;
    height: 20px;
    overflow: hidden;
    padding: 0px 2px;
}

.input-box-w {
    width: 75%;
}

.input-box > span {
    font-size: 13px;
    white-space: pre;
}

.form-control {
    border-radius: 0px;
    height: 20px;
}

.button-small {
    height: 22px;
    padding: 2px !important;
}

.bg-left {
    background-color: #fb6656 !important;
    color: #fff font-weight: 900;
}
/*today work*/
.label-new {
    text-align: end;
    opacity: 1;
    transition: .2s bottom, .2s opacity;
    font-weight: 700;
    color: #000;
    background-color: transparent;
    font-size: 13px;
    z-index: 9;
    text-transform: capitalize;
    display: grid;
    line-height: 15px;
}

.input-height {
    height: 30px;
}

.Div_box {
    width: 100%;
}

.form-control {
    font-weight: 600;
    /*border: 1px solid #dee2e6 !important;*/
    border-color: #d9d9d9;
    border-radius: 2px;
    border: 1px solid #c5c4c4 !important
}

input[readonly] {
    background: #fff;
    color: #000000 !important;
}

.Smstempbtn {
    display: inline-block;
    padding: 5px;
    width: auto;
    border: 1px solid #9cacb3;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 5px;
    color: blue;
    background: #fff;
    font-weight: 600;
}

    .Smstempbtn:hover {
        background-color: #1b5387;
        color: #fff;
    }

/* new start */
.das_men.expand ul > li.das_nav_lis:hover ul.das_nav_sub_men1 {
    display: block !important;
    position: absolute;
    top: 0px;
    background: #16425b;
    border-radius: 0;
    width: 280px;
    left: 351px;
}

.das_men.expand ul > li.das_nav_lis:hover ul.das_nav_sub_men2 {
    display: block !important;
    position: absolute;
    top: 0px;
    background: #16425b;
    border-radius: 0;
    width: 280px;
    left: 632px;
}

.das_men.expand ul > li.das_nav_lis:hover ul.das_nav_sub_men3 {
    display: block !important;
    position: absolute;
    top: 0px;
    background: #16425b;
    border-radius: 0;
    width: 280px;
    left: 898px;
}


ul.das_nav_sub_men > li, ul.das_nav_sub_men1 > li, ul.das_nav_sub_men2 > li, ul.das_nav_sub_men3 > li {
    transition: .3s all ease-in;
    position: relative;
    font-size: 9px;
    border-top: 1px solid transparent;
    border-color: rgba(255,255,255,0.05);
    transition: color .3s ease-in-out 0s;
    cursor: pointer;
}

    ul.das_nav_sub_men > li:hover, ul.das_nav_sub_men1 > li:hover, ul.das_nav_sub_men2 > li:hover, ul.das_nav_sub_men3 > li:hover {
        background-color: #2f5f7a;
    }

    ul.das_nav_sub_men > li > a, ul.das_nav_sub_men1 > li > a, ul.das_nav_sub_men2 > li > a, ul.das_nav_sub_men3 > li > a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.1px;
        transition: .3s all ease-in;
        padding: 9.5px 10px;
        display: block;
    }

ul.das_nav_sub_men {
    padding-top: 00px !important;
}




ul.das_nav_sub_men, ul.das_nav_sub_men1, ul.das_nav_sub_men2, ul.das_nav_sub_men3 {
    min-height: 302px;
}
/* new end */
/* new end */
.das_nav {
    margin-top: -10px;
    padding-bottom: 30px;
}

.box011 {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.overlay003 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-up011 .overlay003 {
    visibility: hidden;
    background-color: #16425b;
    color: #fff;
    font-size: 10px;
    display: table-column;
    vertical-align: middle;
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.slide-up011 .box011:hover .overlay003, .slide-up011:hover .overlay003 {
    transform: translateY(0);
    visibility: visible;
    vertical-align: middle;
}

.das_men.expand ul > li.das_nav_lis:first-of-type:hover ul.das_nav_sub_men {
    display: block !important;
    position: absolute;
    top: 0px;
    background: #16425b;
    width: 280px;
    left: 70px;
}

.das_men.expand ul > li.das_nav_lis:first-of-type:hover ul.das_nav_sub_men1 {
    top: 0px !important;
}

.das_men.expand ul > li.das_nav_lis:first-of-type:hover ul.das_nav_sub_men2 {
    top: 0px !important;
}

.das_men.expand ul > li.das_nav_lis:first-of-type:hover ul.das_nav_sub_men3 {
    top: 0px !important;
}

.lable-mand {
    top: -10px !important;
    left: 6px !important;
    font-size: 14px !important;
    color: #dc3545 !important;
}

.colCir {
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
}

.bg-Salmon {
    background: #f37c6f !important;
}

/*  FeeDashboard and Attendance Dashboard  Start*/



a#btnFilter, a#CPH_Form_divFilter {
    background: #036EA3;
    padding: 3px 19px;
    font-size: 16px;
    border-radius: 5px;
}




#divFilter, #CPH_Form_divFilter {
    top: 30px;
    background: #27a19a;
    z-index: 99;
    border-radius: 5px;
}



    #divFilter .dropdown-toggle::after, #CPH_Form_divFilter .dropdown-toggle::after {
        margin-top: 8px;
    }

        #divFilter input[type="button"], #CPH_Form_divFilter input[type="button"] {
            font-size: 15px;
        }

.FilterHead {
    align-items: center;
    background: #F5F4F4;
    padding: 5px 0px;
}

    .FilterHead label {
        color: #686868;
        font-weight:600;
    }
#divFilter label, #CPH_Form_divFilter label {
    color: #ffffff;
}
     .bullet {
        --tw-bg-opacity: 1;
        background-color: black;
        border-radius: 9999px;
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }

.printbtn {
    padding: 0px 20px;
    font-size: 16px;
    float: right;
    background-color: #2ab57d;
    border-color: #fff;
    color: #fff;
}

.tableheight {
    display: inline-block;
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
}

.tblGrid-tr {
    position: sticky;
    top: 0;
    background-color: #808080;
    color: White;
    white-space: nowrap;
    font-weight: 500;
    text-align: left;
    padding: 6px 10px;
    border: none;
}

    .tblGrid-tr:hover {
        background-color: #808080 !important;
    }

canvas {
    border: none;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 50vh;
    width: 100%;
}

#ReviewFilter {
    top: 30px;
    background: #2c2d2d;
    z-index: 99;
}

    #ReviewFilter .ui-datepicker-trigger {
        filter: invert(1);
    }

    #ReviewFilter .dropdown-toggle::after {
        margin-top: 8px;
    }

    #ReviewFilter input[type="button"] {
        font-size: 15px;
    }

@media only screen and (min-width: 990px) and (max-width: 1025px) {

    .chart-container {
        height: 50vh;
    }

    #ReviewFilter {
        width: 276px;
        top: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #divFilter, #CPH_Form_divFilter {
        width: 276px;
        top: 38px;
    }

    .chart-container {
        height: 60vh;
    }

    #ReviewFilter {
        width: 276px;
        top: 38px;
    }
}


@media only screen and (min-width: 568px) and (max-width: 767px) {
    #divFilter, #CPH_Form_divFilter {
        width: 276px;
        top: 38px;
    }

    #ReviewFilter {
        width: 276px;
        top: 38px;
    }

    .chart-container {
        height: 90vh;
        width: 60vw;
    }
}

@media only screen and (max-width: 567px) {
    #divFilter, #CPH_Form_divFilter {
        width: 276px;
        top: 38px;
    }

    #ReviewFilter {
        width: 276px;
        top: 38px;
    }

    .chart-container {
        height: 70vh;
        width: 95vw;
    }
}

/*  FeeDashboard and Attendance Dashboard  End*/


.more_arrow_for_circular {
    margin-left: 7px;
    opacity: .5;
    cursor: pointer;
    font-weight: 400;
    color: blue;
}

.dashboarddiv > a {
    font-size: 13px;
    letter-spacing: 0.1px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    display: block;
    background: #FFFFFFDB;
    margin: 6px 20px 6px 10px;
    border-radius: 10px;
}

.dashboarddiv a span, .dashboarddiv a i {
    color: #02537B;
    text-transform: uppercase;
}

.dashboarddiv a i {
    margin-right: 17px;
    font-size: 20px;
    vertical-align: middle;
}

.dashboarddiv i:last-child {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    transition: .3s all ease-in;
}

.dashboxes .row {
    min-height: 114px;
    max-height: 129px;
    border: 1px solid #DFDDDD;
    border-radius: 10px;
    background: white;
}

.dashboxes {
    margin: 0px 10px 17px 10px;
    position: relative;
}

.showmorebtn {
    text-align: center;
    position: absolute;
    bottom: -6px;
}

.showmorebtn {
    display: none;
}

.dashboxes:hover .showmorebtn {
    display: block !important;
}

.dashboxes:hover .row {
    border: 1px solid #036EA3 !important;
}

.showmorebtn a i {
    background: #01579b;
    color: #57F2C6;
}

.Panel-box-heading span {
    color: #2BA783;
}

.OpenForm .fa-rotate-right {
    color: #686868
}

.dashboxes p {
    color: #000000;
    font-weight: 600 !important;
}

.dashboxes p {
    transition: transform 0.3s ease;
}

.dashboxes:hover p {
    transform: translateY(-10px);
}

.dashboxes img {
    transition: transform 0.3s ease; /* Adds smooth movement */
    width: 75px;
}

.dashboxes:hover img {
    transform: translateY(-10px);
}

.Scrminmize {
    background: #D7F2FF;
    color: #036EA3 !important;
    padding: 4px 10px !important;
    font-size: 20px;
    border: 1px solid #036EA3;
    border-radius: 4px;
}

    .Scrminmize i {
        font-size: 10px !important;
        font-size: 14px !important;
        font-weight: bold;
        margin-left: 3px;
    }



.nav_rig_sid_adm {
    position: relative;
    z-index: 1010;
}

.UserMenu {
    position: absolute;
    z-index: 1050;
}

/*.SubLinkBar {
    position: fixed;
    top: 84px;*/ /* adjust based on header height */
    /*left: 250px;*/ /* or 0, depending on layout */
    /*z-index: 999;*/ /* just below header, above page content */
    /*background-color: #3d454e;
    border-radius: 9px;
    width: calc(100% - 250px);*/ /* optional */
    /*box-shadow: 0 0 35px 0 rgb(61 69 78 / 15%);
}*/

.whitebgnavheader {
    height: 74px; /* or whatever value fits */
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.dashboxes i {
    display: inline-block !important;
}


@media only screen and (min-width:1024px) and (max-width:1200px) {
    .nav_rig_adm_div > span, .nav_rig_adm_div i {
        display: none;
    }

    .nav_rig_adm_div {
        background: transparent;
    }
    .nav_rig_sid_btn > i {
        font-size: 24px !important;
        color: #686868 !important;
        cursor: pointer;
        background: #F5F4F4;
        padding: 6px;
        border-radius: 20px;
    }
    #txtSearch {
        display: none;
    }

    .nav_rig_sid_sea {
        width: 45px;
    }
    .nav_rig_sid_btn > i {
        border-radius: 25px;
    }
    .SubLinkBar a{
        font-size:12px;
    }
}

@media only screen and (min-width:1201px) and (max-width:1320px) {
   

    .nav_rig_sid_sea {
        width: 350px;
    }
    span#lblschoolname {
        font-size: 20px;
    }
}

@media only screen and (min-width:1321px) and (max-width:1400px) {


    .nav_rig_sid_sea {
        width: 350px;
    }

    span#lblschoolname {
        font-size: 23px;
    }
}

@media only screen and (min-width:769px) and (max-width:1060px){
    .sub_lin_bar_con {
        padding: 0px 0 2px 6px;
        margin-top: 0.5px;
        margin-left: 45px;
    }
    .rig_sid {
        margin-top: 125px !important;
    }
    #lbltransactional {
        font-size: 15px;
    }
    .SubLinkBar a {
        color: #036EA3;
        transition: .3s all ease-in;
        font-size: 11px;
        padding: 0px 20px 0 0;
        text-transform: uppercase;
        background: white;
        padding: 4px 10px;
        margin-right: 5px;
        box-shadow: 2px 2px 4px 0px #00000040 inset;
        border-radius: 5px;
        text-transform: capitalize;
    }

    .SubLinkBar {
        min-height: 42px;
        top: 75px !important;
    }
    span#lblschoolname {
        font-size: 15px;
    }
    .nav_rig_sid_sea {
        width: 6%;
    }

    .nav_rig_sid_sch_nam {
        width: 100%;
    }

    .nav_rig_adm_div > span {
        display: none;
    }
    .nav_rig_sid_adm {
        margin-right: 0px;
    }

    #txtSearch, .nav_rig_adm_div i {
        display: none;
    }
    .nav_rig_sid_btn > i {
        font-size: 24px !important;
        color: #686868 !important;
        cursor: pointer;
        background: #F5F4F4;
        padding: 6px;
        border-radius: 20px;
    }
    .nav_rig_adm_div{
        background:transparent;
    }
    
}