
@media print {
    .main-container{
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .small, small {
        font-size: 60%;
    }
}


a{
    cursor: pointer !important;
}

a:hover{
    text-decoration: underline;
}

.navbar-form.form-search input[type=text] {
    width: 200px;
}

.header {
    margin-bottom: 10px;
    margin-top: 8px;
}
span.required {
    color: #ff5b00;
}

label.col-sm-1.control-label, label.col-sm-2.control-label,label.col-sm-3.control-label, label.col-sm-4.control-label,label.col-sm-6.control-label,
.col-sm-12.control-label {
    /*color: white;
    background:   #346da5;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 12px;
    border-left: 4px #fdc06b solid;
    border-right: 1px #fdc06b solid;*/

    /*background: #b1ddf8a6;*/
    background: #eaeef1a6;
    font-size: 12px;
    padding: 5px 12px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;


}

/*navigation tab activate & focus*/
.nav-tabs.tab-color-blue>li.active>a, .nav-tabs.tab-color-blue>li.active>a:focus, .nav-tabs.tab-color-blue>li .active>a:hover{
    color: #ff9805;
    border-color: #7DB4D8 #7DB4D8 transparent;
    font-weight: 600;
    font-size: 13px;

}
.nav-tabs>li>a, .nav-tabs>li>a:focus {

    font-size: 13px;
    font-weight: 600;
}

/*mega menu*/
.navbar-nav-mega>li>.mega-dropdown {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.dropdown-menu.mega-dropdown-menu.row {
    width: max-content;
    width: -moz-max-content;
    padding: 10px 0px;
}
.navbar-default .navbar-nav-mega>li>a {
    /*width: 200px;*/
    /*font-weight: bold;*/
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega- {
    padding: 20dropdown-menupx 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 90px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 90px;
    z-index: 8;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #ff9500;
}

.mega-dropdown-menu .dropdown-header {
    color:   #346da5;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.navbar-form.form-search input[type=text]:hover {
    border: 2px red solid;
}

/*active tab on dashboard*/
.transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a{
    background: azure;
    border-top-color: red;
}

.header.blue {
    border-bottom-color: #95b7cb;
    font-weight: 400;
    color: red;
}

.header>.ace-icon {
    margin-right: 2px;
    color: #d67261;
}

img#avatar {
    width: 200px;
    height: auto;
    /*border: 1px #fdc06b solid;*/
}
img#avatar-small {
    width: 120px;
    height: auto;
    border: 1px #fdc06b solid;
}
/*page header*/
.page-header h1 {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

h3.header.large.lighter.blue {
    font-size: 16px;
    font-weight: 600;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle {
    padding: 5px 10px;
}



/*required field error*/
.error {
    color: #f80606;
}

/*delete confirm*/

.modal-dialog {
    position: relative;
    margin: 0 auto;
    top: 25%;
}

.bulk-action-btn:hover{
    text-decoration: none;
    cursor: hand !important;
}

/*
hr {
    margin-top: 8px;
    margin-bottom: 5px;
    border-top: 1px solid #eee;
}*/
/*.form-group input[type=email]:required, .form-group input[type=url]:required, .form-group input[type=search]:required, .form-group input[type=tel]:required, .form-group input[type=color]:required, .form-group input[type=text]:required, .form-group input[type=password]:required, .form-group input[type=datetime]:required, .form-group input[type=datetime-local]:required, .form-group input[type=date]:required, .form-group input[type=month]:required, .form-group input[type=time]:required, .form-group input[type=week]:required, .form-group input[type=number]:required, */

.form-control .chosen-select:required,.form-group select:required, .form-group textarea:required,input:required {
    border-left: 2px red solid;
}

/*Table Layout Customization*/
th {
    background: #e0f3ff;
    border-bottom: 2px red solid !important;
    text-align: center;
    color: #0a4160;
    text-transform: uppercase;

}



/*data Table Responsive*/
.dynamic-table{
    width: 100%; padding-left: -10px; border: 1px solid white ;
}
.table-header {
    background-color:   #346da5;
}
.dataTables_wrapper .row:first-child {
    padding-top: 5px;
    padding-bottom: 2px;
    background-color: #EFF3F8;
}
.pagination {
    margin: 5px 0;
}


/*Dashboard Indicators*/
.panel-custom {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 15px #e5e5e5;
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}





/*library member detail top cards*/
.card.card-blue {
    background: #315ead;
}

.card.card-yellow {
    background: #f3d74c;
}
.card.card-green {
    background: #97d881;
}
.card.card-red {
    background: #fc4349;
}
.card-block {
    padding: 20px 20px 15px;

    text-align: center;
}
.card-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 5px 0 0;
}
.card-text {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.page-header {
    margin: 0 0 2px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 5px;
    padding-top: 3px;
}
div.easy-link-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 8px 10px;
}

div.easy-link-menu.align-center {
    text-align: center;
}

div.easy-link-menu a {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    justify-content: center;
    line-height: 1.2;
    margin: 0 !important;
    min-height: 38px;
    white-space: nowrap;
}

div.easy-link-menu a i {
    line-height: 1;
}

body.dashboard-modern div.easy-link-menu {
    gap: 7px;
    padding: 8px 10px;
}

body.dashboard-modern div.easy-link-menu a.btn-sm {
    font-size: 12px;
    font-weight: 750;
    min-height: 34px;
    padding: 7px 10px !important;
}

body.dashboard-modern div.easy-link-menu a.btn-sm i {
    font-size: 13px;
    min-width: 14px;
    text-align: center;
}

body.dashboard-modern .clearfix.hidden-print + .hr-4,
body.dashboard-modern .easy-link-menu + .hr-4 {
    margin: 7px 0;
}

body.dashboard-modern .table,
body.dashboard-modern table {
    font-size: 13px;
}

body.dashboard-modern .table > tbody > tr > td,
body.dashboard-modern .table-bordered > tbody > tr > td,
body.dashboard-modern .table-bordered > thead > tr > th {
    padding: 9px 10px;
}

body.dashboard-modern .dataTables_length,
body.dashboard-modern .dataTables_filter,
body.dashboard-modern .dataTables_info,
body.dashboard-modern .dataTables_paginate {
    font-size: 13px;
}

@media (max-width: 640px) {
    div.easy-link-menu {
        align-items: stretch;
        justify-content: flex-start;
    }

    div.easy-link-menu a {
        flex: 1 1 180px;
        white-space: normal;
    }
}
.btn-group-sm>.btn, .btn-sm {
    border-width: 4px;
    font-size: 11px;
    padding: 4px 9px;
}

/*Printing*/
@media print {
    @page {
        margin: 0.1cm;
    }
    .page-content{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    /*body { margin: 50px; }*/
    /*body { margin: 1cm; }*/


    .col-print-1 {width:8%;}
    .col-print-2 {width:16%;}
    .col-print-3 {width:25%;}
    .col-print-4 {width:33%;}
    .col-print-5 {width:42%;}
    .col-print-6 {width:50%;}
    .col-print-7 {width:58%;}
    .col-print-8 {width:66%;}
    .col-print-9 {width:75%;}
    .col-print-10{width:83%;}
    .col-print-11{width:92%;}
    .col-print-12{width:100%;}

    .align-left{
        float: left;
    }

    .align-right{
        float: right;
    }

    .no-margin-right{
        margin-right: 0px;
    }

    .print-info .table {
        margin-bottom: 0;
    }
    .widget-body .print-info .table{
        border-top: 0 !important;
    }
    .table-bordered>tbody>tr>td{

    }
}



/*
@media print {
    header.onlyprint {
        position: fixed; !* Display only on print page (each) *!
        top: 0; !* Because it's header *!
    }
    footer.onlyprint {
        position: fixed;
        bottom: 0; !* Because it's footer *!
    }
}*/


.widget-main{padding:5px}
.widget-main.padding-24 {
    padding: 10px;
}

.quick-receive-btn {
    margin-top: 10px;
    text-decoration: none;
}


/*
#dynamic-table, #dynamic-table-1, .dynamic-table
{
    !*float: left;*!
    width: 100% !important;
    text-align: center;
}
*/

/*
div.container {
    width: 100% !important;
}
*/

div.dataTables_wrapper {
    margin-bottom: 3em !important;
}

table{
    width: 100%;
}

.btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover, .open>.btn-primary.dropdown-toggle, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:active, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover, .action-buttons a:hover,.btn-info:hover {
    background-color: #f77403!important;
    border-color:   #346da5;
    font-weight: 600;
    text-decoration: none;
    color: black;
}
a:hover {
    font-weight: 600;
    text-decoration: none;
    color:orange;
}

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #337ab7 !important;
    border-color: #2e6da4;
}
.btn-success, .btn-success.focus, .btn-success:focus {
    background-color: #459133 !important;
    border-color: #459133;
}
.btn-info, .btn-info.focus, .btn-info:focus {
    background-color: #215a92 !important;
    border-color: #215a92;
}
.btn-warning, .btn-warning.focus, .btn-warning:focus {
    background-color: #ff9500!important;
    border-color: #ff9500;
}
.btn-danger, .btn-danger.focus, .btn-danger:focus {
    background-color: #d03636 !important;
    border-color: #d03636;
}
.nav-tabs.tab-color-blue>li>a, .nav-tabs.tab-color-blue>li>a:focus {
    background-color: #2c5a9d;
}
.clearfix.hidden-print {
    background: #f8f8f8;
    padding: 5px 10px;
}

.sidebar.h-sidebar .sidebar-shortcuts {
     padding: 0;
}
.sidebar.h-sidebar .nav-list>li>a {
    line-height: 12px;
    height: auto;
    padding: 5px 10px;
    font-size: 10px;
    color: #c70d0d;
    font-weight: 600;
}


.sidebar.h-sidebar .nav-list>li>a {
    /* line-height: 13px; */
    font-size: 10px;
    height: auto;
    padding: 10px 10px;
}

.sidebar.h-sidebar .sidebar-shortcuts+.nav-list>li{
    border-left-width: 1px;
    margin-left: -1px;
    padding: 4px;
    margin-top: 5px;
}

@media only screen and (min-width: 992px){
    .h-sidebar.sidebar-fixed+.main-content {
        padding-top: 65px;
    }

}

@media only screen and (max-width: 700px){

}
/*.form-horizontal.filter-form {*/
/*    position: fixed;*/
/*    left: 0%;*/
/*    top: 21%;*/
/*    z-index: 999;*/
/*}*/

.header.blue {
    border-bottom-color: #95b7cb;
    font-weight: 600;
    color: red;
    text-align: center;
    font-size: 14px;
    padding: 0;
}
.clearfix.table-head-menu {
    text-align: center;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
    background: #f0f3f87d;
    padding: 2px 25px;
    font-weight: 600;
    color: #39579d;
}

/* Modern campus navigation refresh for dashboard layouts */
body.dashboard-modern #navbar.navbar {
    background: linear-gradient(90deg, #12345f 0%, #1d4f91 56%, #0ea5e9 100%) !important;
    border: 0;
    box-shadow: 0 12px 30px rgba(15, 34, 62, 0.18);
}

body.dashboard-modern #navbar .navbar-brand {
    align-items: center;
    display: inline-flex;
    min-height: 54px;
    padding: 7px 16px;
}

body.dashboard-modern #navbar .navbar-logo {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(15, 34, 62, 0.16);
    padding: 3px 8px;
}

body.dashboard-modern #navbar .navbar-logo-fallback {
    color: #ffffff;
}

body.dashboard-modern .navbar-form.form-search {
    margin-top: 11px;
}

body.dashboard-modern .navbar-form.form-search input[type=text] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px 0 0 8px !important;
    box-shadow: none;
    color: #17233b;
    height: 32px;
    min-width: 260px;
    padding: 6px 12px;
}

body.dashboard-modern .navbar-form.form-search .btn,
body.dashboard-modern .navbar-form.form-search .btn-info2 {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    border-radius: 0 8px 8px 0 !important;
    color: #ffffff !important;
    height: 32px;
}

body.dashboard-modern .ace-nav > li,
body.dashboard-modern .navbar-nav > li {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

body.dashboard-modern .ace-nav > li > a,
body.dashboard-modern .navbar-nav > li > a {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.94) !important;
}

body.dashboard-modern .ace-nav > li > a:hover,
body.dashboard-modern .ace-nav > li.open > a,
body.dashboard-modern .navbar-nav > li > a:hover,
body.dashboard-modern .navbar-nav > li.open > a {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
}

body.dashboard-modern .nav-user-photo {
    border: 2px solid rgba(255, 255, 255, 0.75);
}

body.dashboard-modern .user-info,
body.dashboard-modern .user-info small {
    color: rgba(255, 255, 255, 0.95);
}

body.dashboard-modern .header-notification-menu .dropdown-menu {
    min-width: 310px;
    right: 0;
    left: auto;
    top: 100%;
}

body.dashboard-modern .header-notification-menu .notification-body {
    color: #64748b;
    margin-top: 5px;
    white-space: normal;
}

body.dashboard-modern .header-notification-menu.open > .dropdown-menu {
    display: block !important;
}

@media only screen and (max-width: 480px) {
    body.dashboard-modern .header-notification-menu .dropdown-menu {
        max-width: calc(100vw - 20px);
        min-width: 0;
        width: calc(100vw - 20px);
    }
}

body.dashboard-modern .sidebar.h-sidebar {
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #dce6f2;
    box-shadow: 0 10px 22px rgba(15, 34, 62, 0.08);
}

body.dashboard-modern .sidebar.h-sidebar .sidebar-shortcuts {
    background: #ffffff;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px 10px;
}

body.dashboard-modern .sidebar.h-sidebar .sidebar-shortcuts + .nav-list > li {
    border: 0;
    margin: 0;
    padding: 0;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list > li > a {
    align-items: center;
    background: #f8fbff;
    border: 1px solid #e1e9f4;
    border-radius: 8px;
    color: #1d4f91;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    line-height: 1.2;
    min-height: 58px;
    min-width: 74px;
    padding: 8px 10px;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list > li > a > .menu-icon {
    color: #dc2626;
    font-size: 16px;
    margin: 0;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list > li.active > a,
body.dashboard-modern .sidebar.h-sidebar .nav-list > li.open > a,
body.dashboard-modern .sidebar.h-sidebar .nav-list > li > a:hover {
    background: #eaf3ff;
    border-color: #b9d2f2;
    color: #12345f;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list > li.active > a > .menu-icon,
body.dashboard-modern .sidebar.h-sidebar .nav-list > li.open > a > .menu-icon,
body.dashboard-modern .sidebar.h-sidebar .nav-list > li > a:hover > .menu-icon {
    color: #2563eb;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list > li > .submenu {
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 34, 62, 0.18);
}

@media only screen and (min-width: 992px) {
    body.dashboard-modern .h-sidebar.sidebar-fixed + .main-content {
        padding-top: 84px;
    }
}

@media only screen and (max-width: 767px) {
    body.dashboard-modern .navbar-form.form-search input[type=text] {
        min-width: 0;
        width: 100%;
    }

    body.dashboard-modern .sidebar.h-sidebar .nav-list {
        display: block;
    }

    body.dashboard-modern .sidebar.h-sidebar .nav-list > li > a {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        min-width: 0;
    }
}

/* Tightened dashboard header and horizontal app menu */
@media only screen and (min-width: 992px) {
    body.dashboard-modern #navbar.navbar,
    body.dashboard-modern #navbar .navbar-container {
        min-height: 64px !important;
        height: 64px !important;
    }

    body.dashboard-modern #navbar .navbar-container {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        padding: 0 18px;
        width: 100%;
    }

    body.dashboard-modern #navbar .pull-left,
    body.dashboard-modern #navbar .pull-right {
        float: none !important;
    }

    body.dashboard-modern #navbar .navbar-collapse.collapse {
        display: flex !important;
        height: auto !important;
        overflow: visible !important;
    }

    body.dashboard-modern #navbar .navbar-header.pull-left:first-child {
        flex: 0 0 auto;
        order: 1;
    }

    body.dashboard-modern #navbar .navbar-buttons.navbar-header.pull-left {
        flex: 0 0 48px;
        justify-content: center;
        order: 2;
    }

    body.dashboard-modern #navbar .navbar-menu.pull-left {
        flex: 1 1 360px;
        justify-content: center;
        min-width: 280px;
        order: 3;
    }

    body.dashboard-modern #navbar .navbar-menu.pull-right {
        flex: 0 0 auto;
        order: 4;
    }

    body.dashboard-modern #navbar .navbar-buttons.navbar-header.pull-right {
        flex: 0 0 auto;
        justify-content: flex-end;
        order: 5;
    }

    body.dashboard-modern #navbar .navbar-brand {
        min-height: 64px;
        padding: 6px 0;
    }

    body.dashboard-modern #navbar .navbar-logo {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        display: block;
        filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.22));
        height: 48px !important;
        max-width: 205px !important;
        padding: 0;
    }

    body.dashboard-modern #navbar .navbar-nav,
    body.dashboard-modern #navbar .ace-nav {
        align-items: center;
        display: flex;
        margin: 0;
    }

    body.dashboard-modern #navbar .ace-nav > li > a,
    body.dashboard-modern #navbar .navbar-nav > li > a {
        align-items: center;
        display: flex;
        height: 64px;
        padding: 0 14px;
    }

    body.dashboard-modern .navbar-form.form-search {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    body.dashboard-modern .navbar-form.form-search .form-group {
        flex: 1 1 auto;
        max-width: 430px;
    }

    body.dashboard-modern .navbar-form.form-search input[type=text] {
        height: 38px;
        min-width: 0;
        width: 100%;
    }

    body.dashboard-modern .navbar-form.form-search .btn,
    body.dashboard-modern .navbar-form.form-search .btn-info2 {
        height: 38px;
        width: 44px;
    }

    body.dashboard-modern .h-sidebar.sidebar-fixed + .main-content {
        padding-top: 58px;
    }
}

body.dashboard-modern .sidebar.h-sidebar .nav-list {
    gap: 3px;
    padding: 6px 10px;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list > li > a {
    min-height: 44px;
    min-width: 66px;
    padding: 6px 8px;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list > li > a > .menu-icon {
    font-size: 14px;
}

body.dashboard-modern .sidebar.h-sidebar .nav-list > li > a .menu-text {
    max-width: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.dashboard-modern .mega-dropdown-menu {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    box-shadow: 0 24px 55px rgba(15, 34, 62, 0.2);
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    padding: 20px 22px;
}

body.dashboard-modern .mega-dropdown-menu .dropdown-header {
    color: #1d4f91;
    font-size: 15px;
    font-weight: 800;
    padding: 5px 0 6px;
}

body.dashboard-modern .mega-dropdown-menu > li > ul > li > a {
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
    padding: 4px 0;
}

body.dashboard-modern .dropdown-menu {
    border-color: #dce6f2;
    box-shadow: 0 18px 42px rgba(15, 34, 62, 0.18);
    z-index: 1050;
}

body.dashboard-modern .user-menu.dropdown-menu {
    background: #ffffff;
    min-width: 190px;
    padding: 8px 0;
}

body.dashboard-modern .user-menu.dropdown-menu > li > a {
    align-items: center;
    color: #1d4f91 !important;
    display: flex;
    font-size: 13px;
    font-weight: 750;
    gap: 10px;
    line-height: 1.35;
    min-height: 40px;
    padding: 10px 14px;
    text-shadow: none !important;
}

body.dashboard-modern .user-menu.dropdown-menu > li > a:hover,
body.dashboard-modern .user-menu.dropdown-menu > li > a:focus {
    background: #eef6ff !important;
    color: #12345f !important;
}

body.dashboard-modern .user-menu.dropdown-menu > li > a i {
    color: #2563eb;
    font-size: 15px;
    min-width: 18px;
    text-align: center;
}

body.dashboard-modern .user-menu.dropdown-menu .divider {
    background: #e3edf8;
    margin: 6px 0;
}

body.dashboard-modern .user-menu.dropdown-menu > li:first-child:has(img) {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    padding: 12px 14px 10px;
}

body.dashboard-modern .user-menu.dropdown-menu .user-menu-identity {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    min-height: 0;
    text-align: center;
}

body.dashboard-modern .user-menu.dropdown-menu .user-menu-name {
    color: #12345f;
    display: block;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.dashboard-modern .user-menu.dropdown-menu .user-menu-label {
    color: #64748b;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

body.dashboard-modern .user-menu.dropdown-menu > li > img,
body.dashboard-modern .user-menu.dropdown-menu img#avatar {
    border: 2px solid #dbeafe;
    border-radius: 999px;
    display: block;
    height: 58px !important;
    margin: 0 auto;
    object-fit: cover;
    width: 58px !important;
}

body.dashboard-modern #toast-container > div {
    border-radius: 8px !important;
    box-shadow: 0 16px 36px rgba(15, 34, 62, 0.22) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    max-width: 360px;
    min-height: 0;
    opacity: 1 !important;
    padding: 14px 16px 14px 48px !important;
    width: auto !important;
}

body.dashboard-modern #toast-container .toast-title {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
    margin-bottom: 5px;
}

body.dashboard-modern #toast-container .toast-message {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 650;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
    text-shadow: none !important;
    word-break: break-word;
}

body.dashboard-modern #toast-container .toast-close-button {
    color: #ffffff !important;
    font-size: 18px !important;
    opacity: 0.9;
    text-shadow: none;
}

body.dashboard-modern #toast-container .toast-warning {
    background-color: #d97706 !important;
}

body.dashboard-modern #toast-container .toast-error {
    background-color: #dc2626 !important;
}

body.dashboard-modern #toast-container .toast-success {
    background-color: #15803d !important;
}

body.dashboard-modern #toast-container .toast-info {
    background-color: #1d4f91 !important;
}

/* Operator-friendly admin pages refresh */
body.dashboard-modern {
    --ui-bg: #eef3f8;
    --ui-surface: #ffffff;
    --ui-surface-soft: #f8fbff;
    --ui-border: #dce6f2;
    --ui-border-strong: #b9cce4;
    --ui-text: #18243d;
    --ui-muted: #64748b;
    --ui-blue: #1d4f91;
    --ui-blue-2: #2563eb;
    --ui-green: #15803d;
    --ui-orange: #d97706;
    --ui-red: #dc2626;
    background: var(--ui-bg);
    color: var(--ui-text);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

body.dashboard-modern .main-content,
body.dashboard-modern .page-content {
    background: var(--ui-bg);
}

body.dashboard-modern .page-content {
    padding: 18px 22px 28px;
}

body.dashboard-modern .main-content-inner {
    max-width: 1560px;
    margin: 0 auto;
}

body.dashboard-modern a {
    color: var(--ui-blue-2);
    font-weight: 600;
}

body.dashboard-modern a:hover,
body.dashboard-modern a:focus {
    color: var(--ui-blue);
    text-decoration: none;
}

body.dashboard-modern .page-header {
    background: var(--ui-surface);
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 34, 62, 0.06);
    margin: 0 0 14px;
    padding: 12px 16px;
}

body.dashboard-modern .page-header h1 {
    color: var(--ui-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}

body.dashboard-modern .page-header small {
    color: var(--ui-muted);
    font-size: 13px;
    font-weight: 600;
}

body.dashboard-modern .row .col-xs-12 > .easy-link-menu,
body.dashboard-modern .row .col-xs-12 > .btn-group,
body.dashboard-modern .table-head-menu,
body.dashboard-modern .clearfix.table-head-menu,
body.dashboard-modern .form-horizontal.filter-form,
body.dashboard-modern .dataTables_wrapper,
body.dashboard-modern .table-responsive,
body.dashboard-modern .widget-box,
body.dashboard-modern .tab-content {
    background: var(--ui-surface);
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 34, 62, 0.06);
}

body.dashboard-modern .form-horizontal.filter-form {
    margin-bottom: 14px;
    padding: 16px;
}

body.dashboard-modern h3.header,
body.dashboard-modern h3.header.large.lighter.blue,
body.dashboard-modern .header.blue {
    border-bottom: 1px solid var(--ui-border);
    color: var(--ui-blue);
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 14px;
    padding: 0 0 10px;
    text-align: left;
}

body.dashboard-modern .header > .ace-icon {
    color: var(--ui-blue-2);
}

body.dashboard-modern label.col-sm-1.control-label,
body.dashboard-modern label.col-sm-2.control-label,
body.dashboard-modern label.col-sm-3.control-label,
body.dashboard-modern label.col-sm-4.control-label,
body.dashboard-modern label.col-sm-6.control-label,
body.dashboard-modern .col-sm-12.control-label {
    background: transparent;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    padding: 8px 10px;
    text-align: right;
    text-transform: none;
}

body.dashboard-modern .form-control,
body.dashboard-modern .border-form,
body.dashboard-modern select,
body.dashboard-modern textarea,
body.dashboard-modern input[type="text"],
body.dashboard-modern input[type="email"],
body.dashboard-modern input[type="password"],
body.dashboard-modern input[type="number"],
body.dashboard-modern input[type="date"] {
    background: #ffffff;
    border: 1px solid var(--ui-border-strong);
    border-radius: 6px !important;
    box-shadow: none;
    color: var(--ui-text);
    font-size: 14px;
    min-height: 36px;
    padding: 7px 10px;
}

body.dashboard-modern .form-control:focus,
body.dashboard-modern .border-form:focus,
body.dashboard-modern input:focus,
body.dashboard-modern select:focus,
body.dashboard-modern textarea:focus {
    border-color: var(--ui-blue-2);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    outline: none;
}

body.dashboard-modern .form-control .chosen-select:required,
body.dashboard-modern .form-group select:required,
body.dashboard-modern .form-group textarea:required,
body.dashboard-modern input:required {
    border-left: 3px solid var(--ui-orange);
}

body.dashboard-modern .btn,
body.dashboard-modern .btn-sm,
body.dashboard-modern .btn-minier,
body.dashboard-modern .easy-link-menu a,
body.dashboard-modern .bulk-action-btn {
    align-items: center;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    box-shadow: none;
    display: inline-flex;
    font-size: 13px;
    font-weight: 750;
    gap: 5px;
    justify-content: center;
    line-height: 1.25;
    min-height: 32px;
    padding: 7px 11px !important;
    text-decoration: none !important;
    white-space: nowrap;
}

body.dashboard-modern .btn-minier {
    font-size: 12px;
    min-height: 30px;
    min-width: 32px;
    padding: 6px 8px !important;
}

body.dashboard-modern .btn-primary,
body.dashboard-modern .btn-primary.focus,
body.dashboard-modern .btn-primary:focus,
body.dashboard-modern .btn-info,
body.dashboard-modern .btn-info.focus,
body.dashboard-modern .btn-info:focus {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
}

body.dashboard-modern .btn-success,
body.dashboard-modern .btn-success.focus,
body.dashboard-modern .btn-success:focus {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

body.dashboard-modern .btn-warning,
body.dashboard-modern .btn-warning.focus,
body.dashboard-modern .btn-warning:focus {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #111827 !important;
}

body.dashboard-modern .btn-danger,
body.dashboard-modern .btn-danger.focus,
body.dashboard-modern .btn-danger:focus {
    background: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #ffffff !important;
}

body.dashboard-modern .btn:hover,
body.dashboard-modern .btn:focus,
body.dashboard-modern .easy-link-menu a:hover,
body.dashboard-modern .bulk-action-btn:hover {
    filter: brightness(0.96);
    transform: translateY(-1px);
}

body.dashboard-modern .table-head-menu,
body.dashboard-modern .clearfix.table-head-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
    padding: 12px 14px;
    text-align: left !important;
}

body.dashboard-modern .table-head-menu .easy-link-menu {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px;
}

body.dashboard-modern .table-head-menu .col-sm-2 {
    float: none;
    margin: 0;
    min-width: 190px;
    padding: 0;
}

body.dashboard-modern .tableTools-container,
body.dashboard-modern .DTTT.btn-group,
body.dashboard-modern .dt-buttons {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.dashboard-modern .tableTools-container .dt-button,
body.dashboard-modern .tableTools-container .btn,
body.dashboard-modern .DTTT.btn-group .btn,
body.dashboard-modern .dt-buttons .btn {
    align-items: center;
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
    display: inline-flex !important;
    gap: 6px;
    justify-content: center;
    min-height: 34px;
    min-width: 38px;
    opacity: 1 !important;
    text-shadow: none !important;
}

body.dashboard-modern .tableTools-container .dt-button i,
body.dashboard-modern .tableTools-container .btn i,
body.dashboard-modern .DTTT.btn-group .btn i,
body.dashboard-modern .dt-buttons .btn i,
body.dashboard-modern .btn .fa-search,
body.dashboard-modern .btn .fa-refresh,
body.dashboard-modern .btn .fa-copy,
body.dashboard-modern .btn .fa-database,
body.dashboard-modern .btn .fa-print {
    color: #ffffff !important;
    display: inline-block !important;
    font-family: FontAwesome !important;
    font-size: 14px !important;
    font-style: normal;
    line-height: 1 !important;
    min-width: 14px;
    opacity: 1 !important;
    text-align: center;
    text-shadow: none !important;
}

body.dashboard-modern .tableTools-container .dt-button:hover,
body.dashboard-modern .tableTools-container .btn:hover,
body.dashboard-modern .DTTT.btn-group .btn:hover,
body.dashboard-modern .dt-buttons .btn:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #ffffff !important;
}

body.dashboard-modern .btn.disabled,
body.dashboard-modern .btn[disabled],
body.dashboard-modern fieldset[disabled] .btn {
    opacity: 0.92 !important;
}

body.dashboard-modern .btn.disabled i,
body.dashboard-modern .btn[disabled] i,
body.dashboard-modern fieldset[disabled] .btn i {
    opacity: 1 !important;
}

body.dashboard-modern .dataTables_wrapper {
    margin-bottom: 24px !important;
    overflow: visible;
}

body.dashboard-modern .dataTables_wrapper .row:first-child,
body.dashboard-modern .dataTables_wrapper .row:last-child {
    background: #f8fbff;
    border: 0;
    margin: 0;
    padding: 12px 14px;
}

body.dashboard-modern .dataTables_length,
body.dashboard-modern .dataTables_filter,
body.dashboard-modern .dataTables_info,
body.dashboard-modern .dataTables_paginate {
    color: #334155;
    font-size: 14px;
}

body.dashboard-modern .dataTables_filter input,
body.dashboard-modern .dataTables_length select {
    margin: 0 6px;
}

body.dashboard-modern .table-responsive {
    border: 1px solid var(--ui-border);
    margin-bottom: 14px;
    overflow-x: auto;
    overflow-y: visible;
}

body.dashboard-modern table,
body.dashboard-modern .table {
    background: #ffffff;
    color: var(--ui-text);
    font-size: 14px;
    margin-bottom: 0;
}

body.dashboard-modern .table > thead > tr > th,
body.dashboard-modern .table > thead > tr > td,
body.dashboard-modern th {
    background: #eaf3ff !important;
    border-bottom: 1px solid #b9d2f2 !important;
    border-color: var(--ui-border) !important;
    color: #12345f;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.35;
    padding: 11px 10px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

body.dashboard-modern .table > tbody > tr > td,
body.dashboard-modern .table-bordered > tbody > tr > td,
body.dashboard-modern .table-bordered > thead > tr > th {
    border-color: var(--ui-border) !important;
    line-height: 1.45;
    padding: 11px 10px;
    vertical-align: top;
}

body.dashboard-modern .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fbfdff;
}

body.dashboard-modern .table-hover > tbody > tr:hover {
    background-color: #eef6ff;
}

body.dashboard-modern .action-buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
}

body.dashboard-modern .table .btn-group {
    position: relative;
}

body.dashboard-modern .table .btn-group.open {
    z-index: 20;
}

body.dashboard-modern .table .dropdown-menu {
    border-radius: 7px;
    min-width: 132px;
    padding: 6px;
}

body.dashboard-modern .table .dropdown-menu > li > a {
    align-items: center;
    border-radius: 5px;
    color: #334155;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    min-height: 32px;
    padding: 7px 9px;
}

body.dashboard-modern .table .dropdown-menu > li > a:hover,
body.dashboard-modern .table .dropdown-menu > li > a:focus {
    background: #eaf3ff;
    color: #12345f;
}

body.dashboard-modern .action-buttons a {
    margin: 0 !important;
}

body.dashboard-modern .pagination > li > a,
body.dashboard-modern .pagination > li > span {
    border-color: var(--ui-border);
    color: var(--ui-blue);
    font-size: 13px;
    min-height: 34px;
    padding: 8px 12px;
}

body.dashboard-modern .pagination > .active > a,
body.dashboard-modern .pagination > .active > span {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

body.dashboard-modern .nav-tabs,
body.dashboard-modern .nav-tabs.padding-18 {
    background: var(--ui-surface);
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 34, 62, 0.06);
    padding: 10px !important;
}

body.dashboard-modern .nav-tabs > li > a,
body.dashboard-modern .nav-tabs > li > a:focus,
body.dashboard-modern .nav-tabs.tab-color-blue > li > a,
body.dashboard-modern .nav-tabs.tab-color-blue > li > a:focus {
    background: #f8fbff;
    border: 1px solid var(--ui-border);
    border-radius: 6px;
    color: #315170;
    font-size: 13px;
    font-weight: 750;
    margin: 0 5px 6px 0;
    padding: 9px 12px;
}

body.dashboard-modern .nav-tabs > li.active > a,
body.dashboard-modern .nav-tabs > li.active > a:focus,
body.dashboard-modern .nav-tabs > li.active > a:hover,
body.dashboard-modern .nav-tabs.tab-color-blue > li.active > a,
body.dashboard-modern .nav-tabs.tab-color-blue > li.active > a:focus {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
}

body.dashboard-modern .tabs-left > .nav-tabs {
    width: 180px;
}

body.dashboard-modern .tabs-left > .nav-tabs > li > a {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0 0 6px;
    min-width: 0;
}

body.dashboard-modern .tabs-left > .tab-content {
    border-left: 1px solid var(--ui-border);
    margin-left: 194px;
    min-height: 520px;
    padding: 20px 24px !important;
}

body.dashboard-modern .tab-content.no-border {
    border: 1px solid var(--ui-border) !important;
}

body.dashboard-modern .profile-user-info,
body.dashboard-modern .profile-user-info-striped {
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    display: grid;
    gap: 0;
    margin: 0 0 14px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

body.dashboard-modern .profile-info-row {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
    min-height: 42px;
}

body.dashboard-modern .profile-info-name {
    background: #eaf3ff !important;
    border: 0 !important;
    color: #315170;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 12px;
    text-align: right;
    width: auto;
}

body.dashboard-modern .profile-info-value {
    background: #ffffff !important;
    border-left: 1px solid var(--ui-border);
    color: var(--ui-text);
    font-size: 14px;
    min-height: 42px;
    padding: 10px 14px;
}

body.dashboard-modern .profile-picture {
    background: #ffffff;
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 34, 62, 0.08);
    display: inline-block;
    overflow: hidden;
    padding: 6px;
}

body.dashboard-modern img#avatar,
body.dashboard-modern .profile-picture img,
body.dashboard-modern img.editable {
    border-radius: 6px;
    max-height: 260px;
    object-fit: contain;
    width: 100%;
}

body.dashboard-modern .tab-pane h1,
body.dashboard-modern .tab-pane h2,
body.dashboard-modern .tab-pane h3 {
    color: var(--ui-text);
    letter-spacing: 0;
}

body.dashboard-modern .tab-pane h2.no-margin-top {
    color: #12345f;
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 850 !important;
    margin-top: 10px !important;
}

body.dashboard-modern .hr-double {
    border-color: var(--ui-border);
}

body.dashboard-modern .badge,
body.dashboard-modern .label {
    border-radius: 999px;
    font-weight: 750;
}

body.dashboard-modern .well,
body.dashboard-modern .alert {
    border-radius: 8px;
}

@media only screen and (max-width: 991px) {
    body.dashboard-modern .page-content {
        padding: 14px;
    }

    body.dashboard-modern label.col-sm-1.control-label,
    body.dashboard-modern label.col-sm-2.control-label,
    body.dashboard-modern label.col-sm-3.control-label,
    body.dashboard-modern label.col-sm-4.control-label,
    body.dashboard-modern label.col-sm-6.control-label,
    body.dashboard-modern .col-sm-12.control-label {
        text-align: left;
    }

    body.dashboard-modern .tabs-left > .nav-tabs {
        float: none;
        width: 100%;
    }

    body.dashboard-modern .tabs-left > .tab-content {
        margin-left: 0;
        min-height: 0;
    }

    body.dashboard-modern .profile-info-row {
        grid-template-columns: minmax(0, 1fr);
    }

    body.dashboard-modern .profile-info-name {
        text-align: left;
    }

    body.dashboard-modern .profile-info-value {
        border-left: 0;
        border-top: 1px solid var(--ui-border);
    }
}

/* Side navigation version */
body.dashboard-modern .sidebar:not(.h-sidebar) {
    background: #ffffff;
    border-right: 1px solid var(--ui-border);
    box-shadow: 12px 0 28px rgba(15, 34, 62, 0.06);
}

body.dashboard-modern .sidebar:not(.h-sidebar) .sidebar-shortcuts {
    background: #f8fbff;
    border-bottom: 1px solid var(--ui-border);
    padding: 10px 8px;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .sidebar-shortcuts-large {
    display: flex;
    gap: 6px;
    justify-content: center;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .sidebar-shortcuts-large > .btn {
    border-radius: 6px !important;
    height: 32px;
    min-height: 32px;
    min-width: 32px;
    padding: 0 !important;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .nav-list {
    padding: 8px;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .nav-list > li {
    border: 0;
    margin: 0 0 4px;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .nav-list > li > a {
    align-items: center;
    background: transparent;
    border-radius: 7px;
    color: #334155;
    display: flex;
    font-size: 13px;
    font-weight: 750;
    min-height: 38px;
    padding: 9px 10px;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .nav-list > li > a > .menu-icon {
    color: #2563eb;
    font-size: 16px;
    min-width: 26px;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .nav-list > li.active > a,
body.dashboard-modern .sidebar:not(.h-sidebar) .nav-list > li.open > a,
body.dashboard-modern .sidebar:not(.h-sidebar) .nav-list > li > a:hover {
    background: #eaf3ff;
    color: #12345f;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .submenu {
    background: #f8fbff;
    border: 1px solid var(--ui-border);
    border-radius: 7px;
    margin: 4px 0 6px 10px;
    padding: 5px;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .submenu > li > a {
    border-radius: 6px;
    color: #475569;
    font-size: 12px;
    font-weight: 650;
    min-height: 32px;
    padding: 7px 8px 7px 22px;
}

body.dashboard-modern .sidebar:not(.h-sidebar) .submenu > li.active > a,
body.dashboard-modern .sidebar:not(.h-sidebar) .submenu > li > a:hover {
    background: #ffffff;
    color: #1d4f91;
}

body.dashboard-modern .sidebar-collapse {
    background: #f8fbff;
    border-color: var(--ui-border);
}

body.dashboard-modern .footer,
body.dashboard-modern .footer .footer-inner,
body.dashboard-modern .footer .footer-content {
    background: transparent;
    border: 0;
    color: #64748b;
    font-size: 13px;
}

@media only screen and (min-width: 992px) {
    body.dashboard-modern .sidebar:not(.h-sidebar) + .main-content {
        padding-top: 0;
    }
}

/* Image previews and media presentation */
body.dashboard-modern .form-group:has(img#avatar) .col-sm-10,
body.dashboard-modern .form-group:has(img.img-responsive[width]) .col-sm-10 {
    max-width: 760px;
}

body.dashboard-modern .form-group:has(img#avatar) img#avatar,
body.dashboard-modern .form-group:has(img.img-responsive[width]) img.img-responsive,
body.dashboard-modern img[src*="/images/staff/"],
body.dashboard-modern img[src*="images/staff/"],
body.dashboard-modern img[src*="/images/user/"],
body.dashboard-modern img[src*="images/user/"] {
    background: #f8fbff;
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 34, 62, 0.08);
    display: block;
    height: auto;
    max-height: 360px;
    max-width: min(100%, 560px);
    object-fit: contain;
    padding: 6px;
    width: auto !important;
}

body.dashboard-modern .profile-picture img#avatar,
body.dashboard-modern .profile-picture img.editable {
    aspect-ratio: 4 / 5;
    max-height: 320px;
    max-width: 260px;
    object-fit: cover;
    padding: 0;
    width: 100% !important;
}

body.dashboard-modern input[type="file"].form-control,
body.dashboard-modern input[type="file"].border-form {
    align-items: center;
    display: flex;
    height: auto;
    min-height: 42px;
    padding: 8px;
}

body.dashboard-modern input[type="file"]::file-selector-button {
    background: #eaf3ff;
    border: 1px solid #b9d2f2;
    border-radius: 6px;
    color: #12345f;
    cursor: pointer;
    font-weight: 750;
    margin-right: 10px;
    padding: 7px 11px;
}

body.dashboard-modern input[type="file"]::file-selector-button:hover {
    background: #dbeafe;
}

body.dashboard-modern #navbar img.nav-user-photo,
body.dashboard-modern #navbar img#avatar,
body.dashboard-modern .navbar-toggle-img img {
    border-radius: 999px;
    box-shadow: none;
    height: 38px !important;
    max-height: 38px !important;
    max-width: 38px !important;
    object-fit: cover;
    padding: 0;
    width: 38px !important;
}

body.dashboard-modern .table img,
body.dashboard-modern .dataTable img,
body.dashboard-modern .table-responsive img {
    border-radius: 6px;
    box-shadow: none;
    height: 52px !important;
    max-height: 52px !important;
    max-width: 52px !important;
    object-fit: cover;
    padding: 0;
    width: 52px !important;
}

body.dashboard-modern .form-actions {
    background: #ffffff;
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    margin: 16px 0;
    padding: 14px 18px;
}

@media only screen and (max-width: 767px) {
    body.dashboard-modern .table-head-menu,
    body.dashboard-modern .clearfix.table-head-menu {
        align-items: stretch;
        flex-direction: column;
    }

    body.dashboard-modern .table-head-menu .easy-link-menu,
    body.dashboard-modern .tableTools-container {
        width: 100%;
    }

    body.dashboard-modern .table-head-menu .easy-link-menu > a,
    body.dashboard-modern .bulk-action-btn {
        flex: 1 1 145px;
    }

    body.dashboard-modern .dataTables_wrapper .row:first-child,
    body.dashboard-modern .dataTables_wrapper .row:last-child {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    body.dashboard-modern .dataTables_filter,
    body.dashboard-modern .dataTables_length,
    body.dashboard-modern .dataTables_paginate,
    body.dashboard-modern .dataTables_info {
        text-align: left;
        width: 100%;
    }

    body.dashboard-modern .dataTables_filter input {
        display: block;
        margin: 6px 0 0;
        width: 100%;
    }

    body.dashboard-modern .table {
        font-size: 13px;
        min-width: 760px;
    }

    body.dashboard-modern .form-group:has(img#avatar) img#avatar,
    body.dashboard-modern .form-group:has(img.img-responsive[width]) img.img-responsive {
        max-height: 300px;
        max-width: 100%;
        width: 100% !important;
    }
}
