body.admin {
    background: #f3f5f8;
    color: #1f2937;
}

body.admin #header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #dfe5ee;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

body.admin #logo,
body.admin #logo a,
body.admin #logo .logo-text {
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

body.admin #top_search input {
    background: #f2f5f9 !important;
    border: 1px solid #e0e7f0 !important;
    border-radius: 8px !important;
}

body.admin #header .navbar-nav.visible-md.visible-lg,
body.admin #header .navbar-right > li,
body.admin #mobile-collapse .header-my-timesheets,
body.admin #mobile-collapse .header-edit-profile,
body.admin #mobile-collapse .header-newsfeed {
    display: none !important;
}

body.admin #menu.sidebar {
    background:
        linear-gradient(180deg, rgba(7, 21, 58, 0.97), rgba(10, 31, 76, 0.96)),
        url("../images/law-login-bg.jpg") center bottom / cover no-repeat;
    border-right: 0;
    box-shadow: 14px 0 34px rgba(15, 23, 42, 0.14);
    display: flex;
    flex-direction: column;
}

body.admin #menu.sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(202, 163, 90, 0.13), transparent 42%);
    pointer-events: none;
}

body.admin #menu .sidebar-user-profile {
    position: relative;
    z-index: 1;
}

body.admin #menu .sidebar-user-profile > a.profile {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
}

body.admin #menu .sidebar-user-profile .tw-text-neutral-500,
body.admin #menu .sidebar-user-profile .tw-text-neutral-300 {
    color: rgba(255, 255, 255, 0.68) !important;
}

body.admin #side-menu {
    position: relative;
    z-index: 1;
    padding: 8px 10px 20px;
    flex: 1 1 auto;
}

body.admin #side-menu > li > a {
    min-height: 46px;
    margin: 6px 0;
    padding: 13px 14px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.admin #side-menu > li > a .menu-icon {
    width: 22px;
    color: #d7ad5a;
    font-size: 16px;
}

body.admin #side-menu > li > a:hover,
body.admin #side-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateX(2px);
}

body.admin #side-menu > li.active > a,
body.admin #side-menu > li.active > a:hover,
body.admin #side-menu > li.active > a:focus {
    background: linear-gradient(135deg, #c79a45, #f1d083);
    color: #07153a !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

body.admin #side-menu > li.active > a .menu-icon {
    color: #07153a;
}

body.admin .regnum-sidebar-logout {
    position: relative;
    z-index: 1;
}

body.admin .regnum-sidebar-logout a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    margin: 6px 0;
    padding: 13px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.admin .regnum-sidebar-logout a:hover,
body.admin .regnum-sidebar-logout a:focus {
    background: linear-gradient(135deg, #c79a45, #f1d083);
    color: #07153a;
    transform: translateX(2px);
}

body.admin .regnum-sidebar-logout .menu-icon {
    width: 22px;
    color: #d7ad5a;
    font-size: 16px;
}

body.admin .regnum-sidebar-logout a:hover .menu-icon,
body.admin .regnum-sidebar-logout a:focus .menu-icon {
    color: #07153a;
}

body.admin .regnum-logout-modal .modal-content {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}

body.admin .regnum-logout-modal .modal-title {
    color: #0a1f4d;
    font-weight: 800;
}

body.admin .regnum-logout-modal .btn-primary {
    background: #0a1f4d;
    border-color: #0a1f4d;
}

body.admin #wrapper {
    background:
        radial-gradient(circle at 88% 14%, rgba(202, 163, 90, 0.13), transparent 24%),
        linear-gradient(180deg, #f8fafc, #eef2f7);
}

body.admin #wrapper .content {
    padding: 26px 28px;
}

body.admin .content h4,
body.admin .content h3 {
    color: #0a1f4d;
    font-weight: 800;
}

body.admin .panel_s,
body.admin .panel-body,
body.admin .panel_s .panel-body {
    border-color: #e0e7f0;
    border-radius: 8px;
}

body.admin .panel_s {
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

body.admin .panel_s .panel-body {
    background: rgba(255, 255, 255, 0.98);
}

body.admin .btn.btn-primary {
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #07153a, #173b87);
    box-shadow: 0 12px 24px rgba(23, 59, 135, 0.22);
    font-weight: 800;
}

body.admin .btn.btn-default {
    border-color: #d9e1ec;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-weight: 700;
}

body.admin .dataTables_wrapper {
    color: #334155;
}

body.admin .table {
    border-collapse: separate;
    border-spacing: 0;
}

body.admin .table > thead > tr > th {
    border-bottom: 1px solid #dfe7f2;
    background: #f4f7fb;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

body.admin .table > tbody > tr > td {
    border-top: 1px solid #edf1f6;
    color: #475569;
    vertical-align: middle;
}

body.admin .table > tbody > tr:hover > td {
    background: #f8fbff;
}

body.admin .table input[type="checkbox"],
body.admin .checkbox input[type="checkbox"] {
    accent-color: #173b87;
}

body.admin .onoffswitch-label,
body.admin .onoffswitch-inner:before {
    border-radius: 999px;
}

body.admin .tw-grid > div.tw-border-neutral-300\/80 {
    position: relative;
    min-height: 58px;
    border: 1px solid #dfe7f2 !important;
    border-radius: 8px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.95));
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

body.admin .tw-grid > div.tw-border-neutral-300\/80::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: #d7ad5a;
}

body.admin .table-clients tbody td:nth-child(4),
body.admin .table-projects tbody td:nth-child(3) {
    font-weight: 700;
    color: #1f2937;
}

body.admin .project-menu-panel .horizontal-scrollable-tabs {
    padding: 8px;
    border: 1px solid #dfe7f2;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

body.admin .project-menu-panel .nav-tabs {
    border-bottom: 0;
}

body.admin .project-menu-panel .project-tabs > li > a {
    min-height: 42px;
    margin-right: 6px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #334155;
    font-weight: 800;
}

body.admin .project-menu-panel .project-tabs > li.active > a,
body.admin .project-menu-panel .project-tabs > li.active > a:hover,
body.admin .project-menu-panel .project-tabs > li.active > a:focus {
    border-color: rgba(199, 154, 69, 0.35);
    background: linear-gradient(135deg, #d7ad5a, #f3d481);
    color: #07153a;
}

body.admin .project-overview-left dl > div:not(.clearfix) {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
}

body.admin .project-overview-left dt {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

body.admin .project-overview-left dd {
    color: #0f172a;
}

body.admin .project-file-reorder-heading,
body.admin .project-file-reorder-cell {
    width: 108px;
    white-space: nowrap;
}

body.admin .project-file-drag-handle,
body.admin .project-file-order-btn {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe4ef;
    border-radius: 7px;
    background: #fff;
    color: #173b87;
    vertical-align: middle;
    user-select: none;
}

body.admin .project-file-drag-handle {
    cursor: grab;
    color: #d7ad5a;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

body.admin .project-file-drag-handle:active {
    cursor: grabbing;
}

body.admin .project-file-order-btn {
    margin-left: 3px;
    padding: 0;
}

body.admin .project-file-order-value {
    display: inline-flex;
    min-width: 26px;
    height: 26px;
    margin-left: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #f4f7fb;
    color: #334155;
    font-weight: 800;
}

body.admin .table-project-files thead th.project-file-reorder-heading.sorting::after,
body.admin .table-project-files thead th.project-file-reorder-heading.sorting_asc::after,
body.admin .table-project-files thead th.project-file-reorder-heading.sorting_desc::after,
body.admin .table-project-files thead th.project-file-reorder-heading.sorting_disabled::after,
body.admin .table-project-files thead th.project-file-reorder-heading.sorting::before,
body.admin .table-project-files thead th.project-file-reorder-heading.sorting_asc::before,
body.admin .table-project-files thead th.project-file-reorder-heading.sorting_desc::before,
body.admin .table-project-files thead th.project-file-reorder-heading.sorting_disabled::before {
    display: none !important;
}

body.admin .project-file-order-btn:hover,
body.admin .project-file-drag-handle:hover {
    border-color: #d7ad5a;
    background: #fff8e5;
}

body.admin .table-project-files tbody tr.ui-sortable-helper {
    display: table;
    background: #fff8e5;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

body.admin .table-project-files tbody tr.ui-sortable-placeholder {
    height: 58px;
    border: 2px dashed #d7ad5a;
    background: rgba(215, 173, 90, 0.08);
    visibility: visible !important;
}

body.admin .regnum-poa-panel {
    max-width: 760px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

body.admin .regnum-poa-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid #e5ecf5;
    background:
        linear-gradient(135deg, rgba(215, 173, 90, 0.12), rgba(255, 255, 255, 0) 52%),
        #f8fafc;
}

body.admin .regnum-poa-heading h4 {
    margin: 0;
    color: #071a44;
    font-size: 22px;
    font-weight: 900;
}

body.admin .regnum-poa-heading p {
    max-width: 520px;
    margin: 7px 0 0;
    color: #64748b;
    line-height: 1.6;
}

body.admin .regnum-poa-badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 10px;
    border-radius: 8px;
    background: #071a44;
    color: #f4cf78;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
    white-space: nowrap;
}

body.admin .regnum-poa-form {
    padding: 24px;
}

body.admin .regnum-poa-form .form-control {
    border-color: #d8e2ef;
    border-radius: 8px;
    box-shadow: none;
}

body.admin .regnum-poa-form .form-control:focus {
    border-color: #d7ad5a;
    box-shadow: 0 0 0 3px rgba(215, 173, 90, 0.16);
}

body.admin .regnum-poa-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
}

body.admin .regnum-profile-section {
    max-width: 720px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

body.admin .regnum-profile-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid #e4ebf5;
    background:
        linear-gradient(135deg, rgba(215, 173, 90, 0.2), rgba(255, 255, 255, 0) 60%),
        linear-gradient(90deg, #f8fafc, #ffffff);
}

body.admin .regnum-profile-section-header h3 {
    margin: 4px 0 0;
    color: #071a44;
    font-size: 19px;
    font-weight: 900;
}

body.admin .regnum-profile-section-header > i {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #071a44;
    color: #f4cf78;
    font-size: 18px;
}

body.admin .regnum-section-kicker {
    color: #c79531;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase;
}

body.admin .regnum-profile-section-body {
    padding: 24px;
}

body.admin .regnum-form-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 2px 0 16px;
    color: #071a44;
    font-size: 15px;
    font-weight: 800;
}

body.admin .regnum-form-subtitle a {
    color: #47617f;
    font-size: 13px;
    font-weight: 800;
}

body.admin .regnum-profile-section .form-control {
    border-color: #d8e2ef;
    border-radius: 8px;
    box-shadow: none;
}

body.admin .regnum-profile-section .form-control:focus {
    border-color: #d7ad5a;
    box-shadow: 0 0 0 3px rgba(215, 173, 90, 0.16);
}

body.admin .regnum-client-back-link {
    border-color: rgba(215, 173, 90, 0.42);
    background: linear-gradient(135deg, #fff8e5, #ffffff);
    color: #071a44;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.admin .regnum-client-back-link:hover,
body.admin .regnum-client-back-link:focus {
    border-color: #d7ad5a;
    background: linear-gradient(135deg, #f2c866, #ffe39b);
    color: #071a44;
}

body.admin.customer-profile .customer-tabs a.tw-bg-neutral-50,
body.admin.customer-profile .customer-tabs a.tw-text-primary-600 {
    position: relative;
    border: 1px solid rgba(215, 173, 90, 0.42);
    background: linear-gradient(135deg, rgba(215, 173, 90, 0.22), rgba(255, 255, 255, 0.88)) !important;
    color: #071a44 !important;
    box-shadow: inset 4px 0 0 #d7ad5a, 0 10px 26px rgba(15, 23, 42, 0.07);
}

body.admin.customer-profile .customer-tabs a.tw-bg-neutral-50 i,
body.admin.customer-profile .customer-tabs a.tw-text-primary-600 i {
    color: #d7ad5a !important;
}

body.admin.customer-profile .regnum-client-tabs {
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

body.admin.customer-profile .regnum-client-tabs ul {
    margin: 0;
}

body.admin.customer-profile .regnum-client-tabs li + li {
    border-top: 1px solid #e6edf6;
}

body.admin.customer-profile .regnum-client-tabs a {
    min-height: 50px;
    border-radius: 0 !important;
    padding: 12px 16px !important;
    font-size: 14px;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

body.admin.customer-profile .regnum-client-tabs a:hover,
body.admin.customer-profile .regnum-client-tabs a:focus {
    background: linear-gradient(135deg, #fff8e5, #ffffff) !important;
}

body.admin.customer-profile .regnum-client-tabs .badge {
    min-width: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f1f5f9 !important;
    color: #071a44;
    font-weight: 900;
}

body.admin ._project_file .modal-body {
    padding: 18px;
}

body.admin .regnum-file-viewer-only {
    width: 100%;
    overflow: auto;
}

body.admin .regnum-file-meta {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5ebf3;
}

body.admin .regnum-file-meta .form-group {
    margin-bottom: 0;
}

body.admin .regnum-file-meta textarea {
    min-height: 78px;
    resize: vertical;
}

body.admin .regnum-file-viewer-toolbar {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
}

body.admin .regnum-file-viewer-frame {
    width: 100%;
    min-width: 980px;
    min-height: 560px;
    background: #2b2b2b;
    overflow: auto;
}

body.admin .regnum-file-viewer-frame iframe,
body.admin .regnum-file-viewer-frame video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    background: #2b2b2b;
}

body.admin .regnum-file-viewer-pdf-mobile {
    display: none;
}

body.admin .regnum-file-viewer-loading {
    padding: 28px 12px;
    color: #64748b;
    text-align: center;
    font-weight: 800;
}

body.admin .regnum-pdf-page {
    position: relative;
    margin: 0 auto 18px;
    text-align: center;
}

body.admin .regnum-pdf-page canvas {
    display: block;
    max-width: calc(100vw - 58px);
    height: auto !important;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
}

body.admin .regnum-pdf-page-error {
    margin: 0 auto 16px;
    padding: 14px;
    border: 1px solid #f3d5d5;
    border-radius: 8px;
    background: #fff7f7;
    color: #9f1239;
    text-align: center;
    font-weight: 800;
}

body.admin .regnum-pdf-page-label {
    position: sticky;
    top: 8px;
    z-index: 2;
    display: inline-flex;
    margin: 0 auto 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(7, 26, 68, 0.82);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

body.admin .regnum-file-viewer-frame img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

body.admin .regnum-udf-document {
    min-height: 560px;
    padding: 34px 18px;
    background: #2b2b2b;
    overflow: auto;
}

body.admin .regnum-udf-page {
    width: min(920px, 100%);
    min-height: 1120px;
    margin: 0 auto;
    padding: 64px 72px;
    background: #fff;
    color: #111827;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

body.admin .regnum-udf-page pre {
    margin: 0;
    background: transparent;
    border: 0;
    color: inherit;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: anywhere;
}

body.admin .regnum-file-viewer-empty {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    color: #64748b;
}

body.admin .regnum-file-viewer-empty i {
    font-size: 42px;
    color: #d7ad5a;
}

body.admin.customer-profile .customer-profile-tabs {
    display: inline-flex;
    gap: 8px;
    padding: 8px 10px 0;
    border-bottom: 1px solid #e4ebf5;
}

body.admin.customer-profile .customer-profile-tabs > li > a {
    margin: 0;
    border: 1px solid transparent !important;
    border-radius: 8px 8px 0 0;
    color: #334155;
    font-weight: 800;
}

body.admin.customer-profile .customer-profile-tabs > li > a:hover,
body.admin.customer-profile .customer-profile-tabs > li > a:focus {
    border-color: rgba(215, 173, 90, 0.24) !important;
    background: #fff8e5;
    color: #071a44;
}

body.admin.customer-profile .customer-profile-tabs > li.active > a,
body.admin.customer-profile .customer-profile-tabs > li.active > a:hover,
body.admin.customer-profile .customer-profile-tabs > li.active > a:focus {
    border-color: rgba(215, 173, 90, 0.48) !important;
    border-bottom-color: #fff7df !important;
    background: linear-gradient(135deg, #fff7df, #f2c866);
    color: #071a44;
    box-shadow: inset 0 3px 0 #071a44, 0 10px 24px rgba(15, 23, 42, 0.08);
}

@media (max-width: 768px) {
    body.admin #wrapper .content {
        padding: 18px 14px;
    }

    body.admin.customer-profile #wrapper .content {
        padding: 16px 14px 28px;
    }

    body.admin.customer-profile .customer_profile h4 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 1.25;
    }

    body.admin.customer-profile .regnum-client-tabs {
        margin-bottom: 22px;
    }

    body.admin.customer-profile .regnum-client-tabs a {
        min-height: 52px;
        padding: 11px 14px !important;
        font-size: 15px;
    }

    body.admin.customer-profile .regnum-client-tabs a.tw-bg-neutral-50,
    body.admin.customer-profile .regnum-client-tabs a.tw-text-primary-600 {
        box-shadow: inset 5px 0 0 #d7ad5a;
    }

    body.admin.customer-profile .regnum-client-tabs i {
        font-size: 17px;
    }

    body.admin.customer-profile .regnum-client-tabs .badge {
        min-width: 28px;
        padding: 4px 8px;
        font-size: 12px;
    }

    body.admin ._project_file .modal-body {
        padding: 12px;
    }

    body.admin .regnum-file-viewer-toolbar {
        margin-bottom: 10px;
    }

    body.admin .regnum-file-viewer-only {
        -webkit-overflow-scrolling: touch;
    }

    body.admin .regnum-file-viewer-frame {
        min-width: 0;
        min-height: 62vh;
        background: #f8fafc;
    }

    body.admin .regnum-file-viewer-frame iframe,
    body.admin .regnum-file-viewer-frame video {
        min-height: 62vh;
    }

    body.admin .regnum-file-viewer-pdf-mobile {
        width: 100%;
        padding: 8px 0 18px;
        overflow: visible;
    }

    body.admin .regnum-pdf-page {
        margin-bottom: 22px;
    }

    body.admin .regnum-pdf-page canvas {
        max-width: calc(100vw - 64px);
    }

    body.admin .regnum-udf-document {
        min-height: 62vh;
        padding: 18px 10px;
        background: #f8fafc;
    }

    body.admin .regnum-udf-page {
        min-height: 72vh;
        padding: 28px 18px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    }

    body.admin .regnum-udf-page pre {
        font-size: 14px;
        line-height: 1.5;
    }

    body.admin.customer-profile .panel_s {
        border-radius: 8px;
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    }

    body.admin.customer-profile .md\:tw-mt-0 {
        margin-top: 0 !important;
    }

    body.admin #menu.sidebar {
        box-shadow: none;
    }
}
