/* Change Password Css */

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 */
}

#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 .left-section p{
    color: #000;
}

.my-profile .right-section p{
    color: #000;
}
.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 item and requisition item table css start*/
#purchase-order-item-table .form-group {
    margin-bottom: 0px;
}

#requisition-item-table .form-group {
    margin-bottom: 0px;
}
/* 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*/




.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;
    }
    #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%;
        flex: 0 0 100%;
    }
    .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;
    }
    /* Footer Css Start */
    .footer {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        background: none;
        z-index: 111;
    }
    .fixed-bottom{
        position: unset;
    }
    /* Footer Css Start */
}

@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 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 (max-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;
    }
    .filter-field{
        min-width: 250px;
    }
}