
body {
    font-smooth: always;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; /* For Chrome, Safari, and Opera */
    -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
}

.clr{
    width: 100%;
    clear: both;
}

.month-dropdown-icon{
    cursor: pointer;
}
.save-month{
    cursor: pointer;
}
.close-month-dropdown{
    cursor: pointer;
}

.custom-file-container__custom-file__custom-file-control{
    text-overflow: ellipsis;
    padding: 8px 80px 8px 10px!important;
}


/* Dashboard widget Css Start */

/* Expense widget css start */
.admin-dashboard-page .widget.expense-widget .w-info .title{
    font-weight: 700;
    margin: 5px 0px;
    color: #0e1726;
    font-size: 28px;
    letter-spacing: 0;
}
.admin-dashboard-page .widget.expense-widget .w-info .value{
    font-weight: 600;
    margin: 5px 0px;
    color: #FF6600;
    font-size: 52px;
    letter-spacing: 0;
}
.admin-dashboard-page .widget.expense-widget .w-info p strong{
    font-size: 22px;
}
.admin-dashboard-page .widget.expense-widget .inv-action {

    margin-top: 10px;
}
.admin-dashboard-page .widget.expense-widget .inv-action p{
    font-size: 22px;
}
.admin-dashboard-page .widget.expense-widget .inv-action a{
    color: #FF6600;
    text-decoration: underline;
}
/* Expense widget css end */

/* Collection widget css start */

.admin-dashboard-page .widget.collection-widget .w-info .title{
    font-weight: 700;
    margin: 5px 0px;
    color: #0e1726;
    font-size: 28px;
    letter-spacing: 0;
}
.admin-dashboard-page .widget.collection-widget .w-info .value{
    font-weight: 600;
    margin: 5px 0px;
    color: #1E701D;
    font-size: 52px;
    letter-spacing: 0;
}
.admin-dashboard-page .widget.collection-widget .w-info p strong{
    font-size: 22px;
}
.admin-dashboard-page .widget.collection-widget .inv-action {

    margin-top: 10px;
}
.admin-dashboard-page .widget.collection-widget .inv-action p{
    font-size: 22px;
}
.admin-dashboard-page .widget.collection-widget .inv-action a{
    color: #1E701D;
    text-decoration: underline;
}
/* Collection widget css end */

/* Teacher widget css start */

.admin-dashboard-page .widget.teacher-widget .widget-content .img-icon{
    padding-top: 13px;
    padding-left: 18px;
}

.admin-dashboard-page .widget.teacher-widget .widget-content .img-icon img{
    width: 100px;
}

.admin-dashboard-page .widget.teacher-widget .w-info{
    padding-left: 30px;
}

.admin-dashboard-page .widget.teacher-widget .w-info .title{
    font-weight: 700;
    margin: 5px 0px;
    color: #0e1726;
    font-size: 22px;
    letter-spacing: 0;
}
.admin-dashboard-page .widget.teacher-widget .w-info .value{
    font-weight: 600;
    margin: 5px 0px;
    color: #0099FF;
    font-size: 40px;
    letter-spacing: 0;
    text-decoration: underline;
}
.admin-dashboard-page .widget.teacher-widget .w-info p strong{
    font-size: 18px;
    
}
.admin-dashboard-page .widget.teacher-widget .inv-action {
    margin-top: 10px;
}
.admin-dashboard-page .widget.teacher-widget .inv-action p{
    font-size: 20px;
}
.admin-dashboard-page .widget.teacher-widget .inv-action a{
    color: #0099FF;
    text-decoration: underline;
}
/* Teacher widget css end */

/* Student widget css start */
.admin-dashboard-page .widget.student-widget .widget-content .img-icon{
    padding-top: 8px;
    padding-left: 18px;
}

.admin-dashboard-page .widget.student-widget .widget-content .img-icon img{
    width: 90px;
}

.admin-dashboard-page .widget.student-widget .w-info{
    padding-left: 30px;
}

.admin-dashboard-page .widget.student-widget .w-info .title{
    font-weight: 700;
    margin: 5px 0px;
    color: #0e1726;
    font-size: 22px;
    letter-spacing: 0;
}

.admin-dashboard-page .widget.student-widget .w-info .value{
    font-weight: 600;
    margin: 5px 0px;
    color: #CC9900;
    font-size: 40px;
    letter-spacing: 0;
    text-decoration: underline;
}

.admin-dashboard-page .widget.student-widget .w-info p strong{
    font-size: 18px;
}
.admin-dashboard-page .widget.student-widget .inv-action {
    margin-top: 10px;
}
.admin-dashboard-page .widget.student-widget .inv-action p{
    font-size: 20px;
}
.admin-dashboard-page .widget.student-widget .inv-action a{
    color: #CC9900;
    text-decoration: underline;
}

/* Student widget css end */


.widget.class-routine {
    height: 310px;

}
.widget.class-routine .widget-content .widget-header .left-text{
    font-size: 16px;
    font-weight: 600;
    color: #0e1726;

}

.widget.class-routine .widget-content .widget-header .right-text{
    font-size: 24px;
    font-weight: bold;
    color: #0e1726;
    vertical-align: sub;
}

.widget.class-routine .widget-content .course .course-title{
    font-size: 20px;
    font-weight: bold;
    color: #0e1726;
}

.widget.class-routine .widget-content .class-time .time, .time{
    color: #0e1726;
    font-size: 16px;
}

.widget.class-routine .widget-content .class-total-time .left-text, .left-text{
    font-size: 20px;
    font-weight: 600;
    color: #0e1726;

}

.widget.class-routine .widget-content .class-total-time .right-text, .right-text{
    font-size: 20px;
    font-weight: bold;
    color: #136912;
    /* vertical-align: sub; */
}

.widget.class-routine .widget-content .end-class .btn-end-class, .btn-end-class{
    font-size: 16px;
    color: #000;
    background-color: #FF9900;
    vertical-align: sub;
    border-color: #FF9900;
    box-shadow: 0 10px 20px -10px #FF9900;
}
/* Dashboard widget Css End*/

/* Class Index Accordian Css Start*/
.student-filter .serach-button-margin-top{
    margin-top: 35px;
}
/* Class Index Accordian Css End*/

/* Class Css End*/
.assign-marks{
    cursor: pointer;
}
/* Class Css End*/

/* Organogram Css Start*/


.organogram .a-style {
    text-decoration: underline;
    font-style: italic;
}


.hierarchy-member-section{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.organogram .hierarchy-member{
    display: flex;
    float: left;
    height: 50px;
    width: auto;
    background: #E7E8E9;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 10px;
}
.organogram .hierarchy-member .hierarchy-member-left-section{
    float: left;
    width: auto;
    padding: 10px;
    text-align: center;
}
.organogram .hierarchy-member .hierarchy-member-left-section span{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.organogram .hierarchy-member .hierarchy-member-right-section{
    float: right;
    width: auto;
    padding: 10px;
    /* margin-right: 16px; */
}


/* Organogram Css End*/

/* Class Index Accordian Css Start*/

.class-page .accordion .card {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin-bottom: 8px;
}

.class-page .accordion .card-header {
    cursor: pointer;
    background-color: transparent;
    color: #f8538d;
    border-color: transparent;
    border-radius: 4px;
    padding: 0;
    position: relative;
}
.class-page .accordion .card-header section > div {
    padding: 13px 19px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}
.class-page .accordion .card-header section > div.collapsed { color: #888ea8; }
.class-page .accordion .card-header section > div:not(.collapsed) {
    color: #4361ee;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 600;
}
.class-page .accordion .card-header section > div .icons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9px;
}
.class-page .accordion .card-header section > div .icons svg {
    width: 18px;
    transition: transform 0.3s;
}
.class-page .accordion .card .card-body p {
    color: #888ea8;
    letter-spacing: 1px;
    font-size: 13px;

}
.class-page .accordion .card .card-body p:not(:last-child) { margin-bottom: 10px; }
.class-page .accordion .card .card-body ul { margin-bottom: 0; }
.class-page .accordion .card .card-body ul li {
    font-size: 12px;
    letter-spacing: 1px;
}
.class-page .accordion .card .card-body ul li:not(:last-child) { margin-bottom: 5px; }
.class-page .accordion .card .card-body ul li a {
    color: #3b3f5c;
    font-size: 13px;
    font-weight: 600;
}
.class-page .accordion .card .card-body ul li a:hover { color: #4361ee; }

.class-page .accordion .card .icons svg.rotated {
    transform: rotate(180deg);
}

#showRoutinesModal .modal-dialog.modal-xl {
    max-width: 1300px!important;
}

#showRoutinesModal .schedule-table {
    width: 100%;
    border-collapse: collapse;
}
#showRoutinesModal .schedule-table th, .schedule-table td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: center;
}

#showRoutinesModal .schedule-table th {
    background-color: #f8f9fa;
}

#showRoutinesModal .time-slot {
    width: 100px;
}

/* Class Index Accordian Css End*/




/* Attendance Page Css Start*/

.attendance-page .left-side .left-section{
    float: left;
    min-width: 200px;
}

.attendance-page .left-side .left-section p{
    font-size: 16px;
    /* font-weight: 600 ; */
}

.attendance-page .left-side .right-section p{
    font-size: 16px;
    font-weight: 600;
}

.attendance-page .right-side .left-section{
    width: calc(100% - 200px);
    float: left;

}

.attendance-page .right-side .left-section p{
    font-size: 16px;
    text-align: right;
}

.attendance-page .right-side .right-section{
    float: right;
    /* min-width: 200px; */
}

.attendance-page .right-side .right-section p{
    font-size: 16px;
    font-weight: 600;
}

.attendance-page .right-side .right-section .time-hours{
    font-size: 20px;
    font-weight: bold;
    color: #136912;
}

.js-reset{
    background-color: #fff;
}
.js-reset:hover{
    background-color: #fff;
}


/* Attendance Page Css End*/




/* Change Password Css */
#password-field .password-container {
    position: relative;
}

#password-field .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Student Profile css start*/
.student-profile .student-profile-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}
.student-profile .round-div{
    border-radius: 10px;
}
.student-profile .student-image-padding{
    padding: 20px 30px;
}
.student-profile .left-section p{
    color: #000;
}

.student-profile .right-section p{
    color: #000;
}

.student-profile table tbody tr td{
    color: #000;
}
/* Student css end*/

/* employee Profile css start*/
.employee-profile-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 20px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.employee-profile .round-div{
    border-radius: 10px;;
}
.employee-profile .employee-edit-btn{
    padding: 6px;
    height: 40px;
    width: 40px;
    background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2);
}
.employee-profile .employee-back-btn{
    padding: 6px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgb(45 56 84 / 34%)
}

.employee-profile .left-section p{
    color: #000;
}

.employee-profile .right-section p{
    color: #000;
}
.employee-profile li span{
    color: #000;
}
.employee-profile li h6{
    color: #000;
}
.employee-profile table tbody tr td{
    color: #000;
}
/* employee css end*/

/* Profile img css start*/
.border-top-secondary-parent-info{
    border-top: 1px solid #ccc;
}
/* employee css end*/
/* Profile img css start*/
.user-profile-dropdown #userProfileDropdown img{
    width: 30px;
    border-radius: 50px;
}

/* Profile img css end*/

/* my profile img css start */
.my-profile-img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 20px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}
.my-profile .round-div{
    border-radius: 10px;
}
.my-profile .my-profile-edit-btn{
    padding: 6px;
    height: 40px;
    width: 40px;
    background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2);
}

.my-profile .my-profile-back-btn{
    padding      : 6px;
    height       : 40px;
    width        : 40px;
    background   : linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    border-radius: 50%;
    box-shadow   : 0 10px 15px rgb(156 158 183 / 39%);
}

.my-profile .left-section p{
    color: #000;
    word-break: break-all;
}

.my-profile .right-section p{
    color: #000;
    word-break: break-all;
}
.my-profile li span{
    color: #000;
}
.my-profile li h6{
    color: #000;
}

/* my profile img css end */
.sidebar-logo .logo-img{
    width: 90%;
    height: 40px;
    padding: 8px 0px;
}
/* Report Css Start */
.total-balance{
    margin: 0px 18px;
    padding: 20px 20px 12px;
    background: #fff;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
/* Report Css End */

/* Report Filter css start */
.filter-field {
    height: 37px;
    min-width: 340px;
    border-radius: 6px;
    border: 1px solid #CCC;
    padding: 8px;
    margin: 0px 5px 0px 0px;
}
.initalize-width{
    max-width: calc(100% - 36px) !important;
}
.btn-reset-filter{
    background-color: #fff;
}
.fa-trash-alt{
    color: #FE767B;
}
.fa-edit{
    color: #8dbf42;
}
.fa-eye{
    color: #1b55e2;
}
.back-btn{
    background-color: #fff;
}
.back-btn:hover{
    background-color: #fff;
}

.flatpickr-wrapper{
    display: flex!important;
}
.f-left{
    float: left;
}
.f-right{
    float: right;
}
/* .field-padding{
    padding: 0px 20px;
} */

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

/* Report Filter css end */

/* Datatable css start */
div.dataTables_wrapper div.dataTables_filter input{
    width: 270px!important;
}
div.dataTables_wrapper div.dataTables_paginate{
    display: unset!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: #d33333;
}
/* Datatable Filter css end */

/* login page css start */
.form-container.login-bg {
    background-image: url('/assets/img/login-bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: cover;
    width: 100%;
}

.form-container.outer .login-logo {
    max-width: 350px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.form-container.outer .app-name {
    padding-bottom: 30px;
}

/* login page Filter css end */

/* Modal css start */
.close{
    cursor: pointer;
}
/* Modal css end */

/* Purchase order css start */

.purchase-order-page .table-responsive #purchases-table_wrapper #purchases-table_length{
    display: none;
} 
.purchase-order-page .table-responsive #purchases-table_wrapper #purchases-table_filter{
    display: none;
} 

/* Purchase order css end */

/* Bill Utilities css start */

.bill-utilities-page .table-responsive #expense-bill-table_wrapper #expense-bill-table_length{
    display: none;
} 
.bill-utilities-page .table-responsive #expense-bill-table_wrapper #expense-bill-table_filter{
    display: none;
} 

/* Bill Utilities css end */

/* Academic collection css start */
.academic-collection-page .table-responsive #collection-table_wrapper #collection-table_length{
    display: none;
}
.academic-collection-page .table-responsive #collection-table_wrapper #collection-table_filter{
    display: none;
}
/* Academic collection css end */

/* Donation css start */
.donation-page .table-responsive #collection-table_wrapper #collection-table_length{
    display: none;
}
.donation-page .table-responsive #collection-table_wrapper #collection-table_filter{
    display: none;
}
/* Donation css end */

/* Salary css start */

.salary-month-page .table-responsive #expense-salary-table_wrapper #expense-salary-table_length{
    display: none;
} 
.salary-month-page .table-responsive #expense-salary-table_wrapper #expense-salary-table_filter{
    display: none;
} 

/* Salary css end */

/* Purchase order item and requisition item table css start*/
#purchase-order-item-table .form-group {
    margin-bottom: 0px;
}

#requisition-item-table .form-group {
    margin-bottom: 0px;
}

/* .badge.btn-send-for-approval{
    background: #8CBE42!important;
    color: #6D755F!important;
} */
.cursor-pointer{
    cursor: pointer;
}
/* Purchase order item and requisition item table css end*/

/* Application css start*/

#application-table .change_status{
    cursor: pointer;
}
/* Application css end*/

/* Session css start*/

#session-table .change_session{
    cursor: pointer;
}
/* Session css end*/

/* Donation css start*/

#viewDonator .modal-content .modal-body{
    padding: 15px 15px;
}
/* Donation css end*/

/* Access Permission css start*/

.side-nav-parent {
    position: relative;
    min-height: 50px;
    height: 50px;
}
.side-nav-parent .side-nav-title {
    position: absolute;
    left: 16px;
}

.switch-box {
    float: left;
    width: calc(225px - 20px);
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}
.switch-box label { margin: 0px; }
.switch-box label.switch {float: right;}

.side-nav-parent .switch-box {
    position: absolute;
    top: -5px;
    right: 190px;
    padding: 6px;
}

/* Access Permission css end*/

/* library css start*/
.width-for-input{
    width: calc(100% - 30px);
}
.icon-margin{
    margin-top: 42px;
    margin-left: 15px;
}
/* library css end*/




.btn-canceled{
    color: #FE767B;
}

.btn-received{
    color: #8dbf42;
}
.deleted-icon{
    color: #FE767B;
}

.date-picker {
    width: 100%;
    position: absolute;
    right: 3px;
    top: 10px;
}

.table > tbody:before{
    display: none!important;
}

.new-control.new-checkbox{
    width: calc(calc(100% / 3) - 10px);
    float: left;
    margin: 0px 10px 10px 0px;
    background: #83bfd1;
    padding: 5px 30px;
    border-radius: 5px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}
.new-control.new-checkbox.disabled{opacity: .5;}
.new-control.new-checkbox .new-control-indicator{
    top: 5px !important;
    left: 5px !important;
    border-radius: 4px !important;
}

.icons .new-control.new-checkbox{
    width: calc(100% - 10px);
}

.switch.s-outline .slider{
    top: 3px;
}


@media only screen and (min-device-width: 375px) and (max-device-width: 426px){

    .form-container.login-bg{
        background-image: none;
    }
    .layout-spacing {
        padding-top: 25px!important;
    }
    .layout-top-spacing {
        margin-top: 0px!important;
    }
    #sidebar .theme-brand {
        background-color: #fff;
        margin-top: 35px;
    }

    .input-group{
        margin-top: 10px;
    }
    .btn-apply-filter{
        margin-left: 0px!important;
    }
    .filter-field{
        min-width: 210px;
    }

    .width-media-query{
        max-width: 100%!important;
        flex: 0 0 100%!important;
    }
    .right-section-css-for-media-query{
        text-align: left!important;
    }
    .padding-section{
        padding-left: 25px;
    }

    .total-balance{
        margin: 0px 15px 0px 15px;
        padding: 13px;
        max-width: 92%!important;
    }
    div.dataTables_wrapper div.dataTables_filter label{
        left: -17px;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        width: 220px!important;
    }
    div.dataTables_wrapper div.dataTables_info{
        margin-bottom: 30px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: left!important;
    }

    .main-content .layout-spacing{
        padding-bottom: 0px;
    }



    #content{
        margin-bottom: 0px;
    }

    .switch-box {
        float: left;
        width: calc(100% - 20px)!important;
    }



    /* Event Page Css Start */
    .event-page .widget-heading{
        display: inline!important;
    }

    .event-page .widget-heading .form-horizontal{
        text-align: left!important;
    }

    .event-page .fc-toolbar {
        display: block!important;
    }

    .event-page .fc-toolbar .fc-toolbar-chunk{
        margin-bottom: 10px!important;
    }

    .class-edit-form .table-responsive #section-table .form-control{
        width: 150px;
    }

    .course-edit-form .table-responsive #course-table .form-control{
        width: 150px;
    }

    /* Event Page Css Start */

    /* Class Tab Css Start*/

    .class-edit-form .table-responsive #section-table .form-control{
        width: 150px;
    }

    .course-edit-form .table-responsive #course-table .form-control{
        width: 150px;
    }
    .fees-page #addFeesModal .modal-dialog{
        width: auto!important;
    }

    #student-previous-history-table .form-control {
        width: 150px!important;
    }

    .class-histories .widget-content .datepicker {
        margin-bottom: 10px;
    }

    .marksheet-page #marksheets-table .form-control{
        width: 100px!important;
    }

    .marksheet-page #edit-marksheets-table .form-control{
        width: 100px!important;
    }
    /* Class Tab Css End*/

    /* Footer Css Start */
    .footer {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        background: none;
        z-index: 111;
    }
    .fixed-bottom{
        position: unset;
    }
    /* Footer Css End */


    .icon-accordion-content .card-header{
        border-bottom: 2px solid #e0e6ed !important;
    }

    .icon-accordion-content .side-nav-parent.border-bottom{
        border-bottom: none!important;
    }

    .icon-accordion-content .side-nav-parent .side-nav-title {
        position: unset!important;
    }

    .icon-accordion-content .side-nav-parent .switch-box {
        position: unset!important;
        padding: 10px;
    }

    .icon-accordion-content .card-header section > div .icons{
        position: unset!important;
    }

    .organogram .hierarchy-member-section{
        display: block!important;
    }
    .organogram .hierarchy-member{
            height: auto !important;
    }
    .organogram .hierarchy-member .hierarchy-member-left-section span{
            font-size: 13px !important;
    }

    #defaultAccordionOne #purchase-order-add-form .widget-heading{
        display: initial!important;
    }

    #defaultAccordionOne #purchase-order-add-form .purchase-order-item-info{
        margin-top: 0px!important;
    }

    #defaultAccordionOne .purchase-order-item-info #purchase-order-item-table .form-control{
       width: 200px!important;
    }

    #requisition-item-table .form-control{
       width: 200px!important;
    }

    .invoice .content-section .inv--head-section {
        margin-bottom: 25px!important;
    }

    .add-book #book-add-form #book-items-table .form-control{
        width: 200px!important;
    }

    .edit-book #book-edit-form #book-items-table .form-control{
        width: 200px!important;
    }

    #showQunatityModal #book-items-table .add-book-item .form-control{
        width: 200px!important;
    }

    .add-book-page #booking-add-form #booking-items-table .form-control{
        width: 240px!important;
    }

    .add-book-page #booking-edit-form #booking-items-table .form-control{
        width: 240px!important;
    }
}

@media screen and (min-device-width: 320px)  and (max-device-width: 450px) {
    .recent-table-content{
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;

    }
    .form-label.details-report a {
        top: -15px;

    }
    .purchase-order-item-info {
        margin-top: 100px;
    }

    .date-picker {
        right: 0px;
        top: 55px;
        padding: 0px 5px;
    }

    .footer {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        background: none;
        z-index: 111;
    }
    .fixed-bottom{
        position: unset;
    }
    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child,
    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child{
        padding: 0px;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 100% !important;
        max-width: 100% !important;
    }

    .details-report {
        text-align: center !important;
    }

    .details-report a {
        float: none !important;
    }

    /* Table responsive design start */

    /* table {
        display: flex;
        flex-direction: column;
    }

    tbody, tr {
        width: 100%;
        display: table;
    }

    td {
        display: table-cell;
    } */
    /* Table responsive design end */
}

.ml-0{
    margin-left: 0px;
}

.mr-0{
    margin-right: 0px;
}

.d-block {
    display: block;
}

.app_id {
    font-size: 24px;
    font-weight: bold;
    color: #136912;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
    z-index: 9999; /* Ensure it's on top of other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader {
    border: 4px solid #f3f3f3; /* Light grey border */
    border-top: 4px solid #3498db; /* Blue border on top */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Spin animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.form-group label, label{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.dashed-bb{border-bottom: 1px dashed #bfc9d4}
.widget-activity-three .mt-container{min-height: 50px; height: auto; max-height: 325px;}
.inpage-nav{
    width        : 100%;
    margin-bottom: 10px;
    list-style   : none;
}


/* .inpage-nav{
    width        : calc(calc(100% - 70px) / 7);
    margin-bottom: 10px;
    list-style   : none;
    margin-right : 10px;
    float        : left;
} */
.inpage-nav a{
    border-radius: 5px;
}
.individual-section-edit {
    line-height: 30px;
    padding: 5px 15px;
}
@media screen and (min-width: 650px) {
    .modal-dialog {
        max-width: 900px;
    }
}

.purchase-order-item-info {
    width: 100%;
}

.border-bottom{
    border-bottom: 2px solid #e0e6ed !important;
}

.no-outer-spacing .card .child-menu-section {
    margin: 15px;
    border: 2px solid #e0e6ed;
    border-radius: 5px;
}

/* table.dataTable>tbody>tr>td:before,
table.dataTable>tbody>tr>th:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
} */

/* table.dataTable>tbody>tr.parent>td:before,
table.dataTable>tbody>tr.parent>th:before {
    content: "-";
    background-color: #d33333;
} */

@media only screen and (min-device-width: 1366px) {
    .width-fix-for-1366 .width-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .form-group label, label {
        color: #000000;
        font-size: 14px!important;
        font-weight: 600;
    }
    table tbody tr td svg{
        width: 16px;
        height: 18px;

    }
    table thead tr th svg{
        width: 16px;
        height: 18px;

    }
    .new-control.new-checkbox {
        width: calc(calc(100% / 2) - 10px) !important;
    }

    .menu-update-form .new-control.new-checkbox {
        width: 100% !important;
    }
    .filter-field{
        min-width: 250px;
    }

    .each-nav-item {
        width: 173px !important;
    }

}

@media only screen and (max-width: 1600px) and (min-width: 1350px){
    /* Dashboard Widget */

    /* Expense widget css start */
    .admin-dashboard-page .widget.expense-widget .w-info .title{
        font-size: 18px!important;
    }
    .admin-dashboard-page .widget.expense-widget .w-info p strong{
        font-size: 14px;
    }
    .admin-dashboard-page .widget.expense-widget .w-info .value{
        font-size: 30px;
    }
    .admin-dashboard-page .widget.expense-widget .inv-action p{
        font-size: 14px;
    }
    /* Expense widget css end */

    /* collection widget css start */
    .admin-dashboard-page .widget.collection-widget .w-info .title{
        font-size: 18px!important;
    }
    .admin-dashboard-page .widget.collection-widget .w-info p strong{
        font-size: 14px;
    }
    .admin-dashboard-page .widget.collection-widget .w-info .value{
        font-size: 30px;
    }
    .admin-dashboard-page .widget.collection-widget .inv-action p{
        font-size: 14px;
    }
    /* collection widget css end */

    /* teacher widget css end */
    .admin-dashboard-page .widget.teacher-widget .widget-content .img-icon{
        padding-left: 0px;
        padding-top: 10px;
    }
    .admin-dashboard-page .widget.teacher-widget .widget-content .img-icon img {
        width: 70px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info {
        padding-left: 18px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info .title{
        font-size: 15px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info .value{
        font-size: 25px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info p {
        margin-top: 14px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info p strong {
        font-size: 13px;
    }
    .admin-dashboard-page .widget.teacher-widget .inv-action p{
        font-size: 12px;
    }
    /* teacher widget css end */


    /* student widget css end */
    
    .admin-dashboard-page .widget.student-widget .widget-content .img-icon{
        padding-left: 0px;
        padding-top: 10px;
    }
    .admin-dashboard-page .widget.student-widget .widget-content .img-icon img {
        width: 70px;
    }
    .admin-dashboard-page .widget.student-widget .w-info {
        padding-left: 18px;
    }
    .admin-dashboard-page .widget.student-widget .w-info .title{
        font-size: 15px;
    }
    .admin-dashboard-page .widget.student-widget .w-info .value{
        font-size: 25px;
    }
    .admin-dashboard-page .widget.student-widget .w-info p {
        margin-top: 14px;
    }
    .admin-dashboard-page .widget.student-widget .w-info p strong {
        font-size: 13px;
    }
    .admin-dashboard-page .widget.student-widget .inv-action p{
        font-size: 12px;
    }
    /* student widget css end */

}

@media only screen and (max-width: 1800px) and (min-width: 1601px){
    /* Dashboard Widget */

    /* Expense widget css start */
    .admin-dashboard-page .widget.expense-widget .w-info .title{
        font-size: 24px!important;
    }
    .admin-dashboard-page .widget.expense-widget .w-info p strong{
        font-size: 14px;
    }
    .admin-dashboard-page .widget.expense-widget .w-info .value{
        font-size: 34px;
    }
    .admin-dashboard-page .widget.expense-widget .inv-action p{
        font-size: 18px;
    }
    /* Expense widget css end */

    /* collection widget css start */
    .admin-dashboard-page .widget.collection-widget .w-info .title{
        font-size: 24px!important;
    }
    .admin-dashboard-page .widget.collection-widget .w-info p strong{
        font-size: 14px;
    }
    .admin-dashboard-page .widget.collection-widget .w-info .value{
        font-size: 34px;
    }
    .admin-dashboard-page .widget.collection-widget .inv-action p{
        font-size: 18px;
    }
    /* collection widget css end */

    /* teacher widget css end */
    .admin-dashboard-page .widget.teacher-widget .widget-content .img-icon{
        padding-left: 10px;
        padding-top: 10px;
    }
    .admin-dashboard-page .widget.teacher-widget .widget-content .img-icon img {
        width: 80px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info {
        padding-left: 15px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info .title{
        font-size: 22px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info .value{
        font-size: 30px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info p {
        margin-top: 3px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info p strong {
        font-size: 16px;
    }
    .admin-dashboard-page .widget.teacher-widget .inv-action p{
        font-size: 17px;
    }
    /* teacher widget css end */


    /* student widget css end */
    
    .admin-dashboard-page .widget.student-widget .widget-content .img-icon{
        padding-left: 10px;
        padding-top: 10px;
    }
    .admin-dashboard-page .widget.student-widget .widget-content .img-icon img {
        width: 70px;
    }
    .admin-dashboard-page .widget.student-widget .w-info {
        padding-left: 15px;
    }
    .admin-dashboard-page .widget.student-widget .w-info .title{
        font-size: 22px;
    }
    .admin-dashboard-page .widget.student-widget .w-info .value{
        font-size: 30px;
    }
    .admin-dashboard-page .widget.student-widget .w-info p {
        margin-top: 3px;
    }
    .admin-dashboard-page .widget.student-widget .w-info p strong {
        font-size: 16px;
    }
    .admin-dashboard-page .widget.student-widget .inv-action p{
        font-size: 17px;
    }
    /* student widget css end */

}


@media only screen and (max-width: 1350px) and (min-width: 760px){

    /* Dashboard Widget */
    .admin-dashboard-page .width-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Expense widget css start */
    .admin-dashboard-page .widget.expense-widget .w-info .title{
        font-size: 28px!important;
    }
    .admin-dashboard-page .widget.expense-widget .w-info p strong{
        font-size: 17px;
    }
    .admin-dashboard-page .widget.expense-widget .w-info .value{
        font-size: 36px;
    }
    .admin-dashboard-page .widget.expense-widget .inv-action p{
        font-size: 21px;
    }
    /* Expense widget css end */

    /* collection widget css start */
    .admin-dashboard-page .widget.collection-widget .w-info .title{
        font-size: 28px!important;
    }
    .admin-dashboard-page .widget.collection-widget .w-info p strong{
        font-size: 17px;
    }
    .admin-dashboard-page .widget.collection-widget .w-info .value{
        font-size: 36px;
    }
    .admin-dashboard-page .widget.collection-widget .inv-action p{
        font-size: 21px;
    }
    /* collection widget css end */

    /* teacher widget css end */
    .admin-dashboard-page .widget.teacher-widget .widget-content .img-icon{
        padding-left: 10px;
        padding-top: 10px;
    }
    .admin-dashboard-page .widget.teacher-widget .widget-content .img-icon img {
        width: 90px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info {
        padding-left: 20px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info .title{
        font-size: 24px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info .value{
        font-size: 36px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info p {
        margin-top: 10px;
    }
    .admin-dashboard-page .widget.teacher-widget .w-info p strong {
        font-size: 18px;
    }
    .admin-dashboard-page .widget.teacher-widget .inv-action p{
        font-size: 17px;
    }
    /* teacher widget css end */


    /* student widget css end */
    
    .admin-dashboard-page .widget.student-widget .widget-content .img-icon{
        padding-left: 10px;
        padding-top: 10px;
    }
    .admin-dashboard-page .widget.student-widget .widget-content .img-icon img {
        width: 90px;
    }
    .admin-dashboard-page .widget.student-widget .w-info {
        padding-left: 20px;
    }
    .admin-dashboard-page .widget.student-widget .w-info .title{
        font-size: 24px;
    }
    .admin-dashboard-page .widget.student-widget .w-info .value{
        font-size: 36px;
    }
    .admin-dashboard-page .widget.student-widget .w-info p {
        margin-top: 10px;
    }
    .admin-dashboard-page .widget.student-widget .w-info p strong {
        font-size: 18px;
    }
    .admin-dashboard-page .widget.student-widget .inv-action p{
        font-size: 17px;
    }
    /* student widget css end */
}
