:root {
    --msu-navy: #072b63;
    --msu-navy-deep: #052352;
    --msu-blue: #087bf5;
    --msu-blue-light: #e9f3ff;
    --msu-text: #183153;
    --msu-muted: #7d8ca5;
    --msu-border: #e6edf7;
    --msu-bg: #f4f7fd;
    --msu-sidebar: 260px;
    --msu-sidebar-mini: 76px;
    --msu-header: 86px;
}

body {
    background: var(--msu-bg);
    color: var(--msu-text);
    font-family: Inter, sans-serif;
    letter-spacing: 0;
}

.sidebar-wrapper {
    width: var(--msu-sidebar);
    overflow: hidden;
    background: linear-gradient(180deg, #062b63 0%, #053474 52%, #064488 100%);
    border: 0;
    box-shadow: 8px 0 26px rgba(4, 33, 76, .16) !important;
}

.sidebar-header {
    width: var(--msu-sidebar);
    height: var(--msu-header);
    padding: 0 17px 0 20px;
    background: rgba(3, 32, 75, .4);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.msu-brand {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-start;
}

.msu-brand img {
    display: block;
    width: 184px;
    max-height: 57px;
    object-fit: contain;
    object-position: left center;
}

.msu-brand::after {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    content: "M";
    background: linear-gradient(135deg, #178dff, #ff9f1a);
    border-radius: 13px;
}

.sidebar-header .toggle-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #d9eaff;
    font-size: 24px;
    background: rgba(255, 255, 255, .09);
    border: 0;
    border-radius: 50%;
}

.sidebar-header .toggle-icon:hover {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.sidebar-wrapper .metismenu {
    height: calc(100vh - var(--msu-header));
    margin-top: var(--msu-header);
    padding: 13px 13px 18px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, .2) transparent;
    scrollbar-width: thin;
}

.sidebar-wrapper .metismenu li + li {
    margin-top: 3px;
}

.sidebar-wrapper .metismenu a {
    min-height: 44px;
    padding: 9px 13px;
    color: rgba(236, 245, 255, .86);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    border: 0;
    border-radius: 9px;
}

.sidebar-wrapper .metismenu a .parent-icon {
    width: 25px;
    flex: 0 0 25px;
    font-size: 20px;
    text-align: center;
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px;
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
    color: #fff;
    background: linear-gradient(135deg, #0b75eb, #168eff);
    box-shadow: 0 7px 16px rgba(4, 115, 238, .28);
}

.sidebar-wrapper .metismenu ul {
    margin: 5px 0 6px 15px;
    padding: 4px 0 4px 9px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.sidebar-wrapper .metismenu ul a {
    min-height: 37px;
    padding: 7px 10px;
    color: rgba(229, 241, 255, .76);
    font-size: 14px;
}

.sidebar-wrapper .metismenu ul a i {
    margin-right: 8px;
    font-size: 16px;
}

.menu-label {
    padding: 17px 12px 5px;
    color: rgba(207, 227, 253, .52);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .8px;
}

.metismenu .has-arrow::after {
    right: 15px;
    width: .42em;
    height: .42em;
    border-width: 1.5px 0 0 1.5px;
}

.msu-sidebar-spacer {
    flex: 1;
}

.sidebar-wrapper .metismenu .msu-upgrade-wrap {
    margin-top: 16px;
}

.msu-upgrade-card {
    position: relative;
    padding: 17px;
    overflow: hidden;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
}

.msu-upgrade-card::after {
    position: absolute;
    top: -28px;
    right: -24px;
    width: 80px;
    height: 80px;
    content: "";
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.msu-upgrade-icon {
    display: inline-flex;
    margin-bottom: 7px;
    color: #ffb12b;
    font-size: 24px;
}

.msu-upgrade-card strong,
.msu-upgrade-card small {
    display: block;
}

.msu-upgrade-card strong {
    margin-bottom: 4px;
    font-size: 14px;
}

.msu-upgrade-card small {
    margin-bottom: 13px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.5;
}

.sidebar-wrapper .metismenu .msu-upgrade-card a {
    display: flex;
    min-height: 33px;
    justify-content: center;
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(135deg, #ff9b19, #ffb22e);
    border-radius: 8px;
    box-shadow: none;
}

.msu-member-state {
    padding: 8px 12px;
    text-align: center;
}

.topbar {
    left: var(--msu-sidebar);
    height: var(--msu-header);
    color: #fff;
    background: linear-gradient(105deg, #06306c 0%, #0758b8 48%, #087bf5 100%);
    border: 0;
    box-shadow: 0 5px 18px rgba(6, 48, 108, .2);
}

.topbar::after {
    position: absolute;
    top: -80px;
    left: 18%;
    width: 420px;
    height: 190px;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, .08), transparent 68%);
}

.topbar .navbar {
    position: relative;
    z-index: 1;
    height: var(--msu-header);
    padding: 0 28px;
}

.mobile-toggle-menu {
    display: inline-flex;
    margin-right: 18px;
}

.msu-icon-button {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #eaf4ff;
    font-size: 22px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 11px;
    transition: .2s ease;
}

.msu-icon-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, .18);
    transform: translateY(-1px);
}

.msu-welcome {
    flex-direction: column;
    line-height: 1.25;
}

.msu-welcome > span {
    margin-bottom: 3px;
    color: rgba(230, 242, 255, .72);
    font-size: 14px;
}

.msu-welcome strong {
    margin-right: 9px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.msu-role-badge {
    display: inline-block;
    padding: 3px 7px;
    color: #ddecff;
    font-size: 14px;
    font-weight: 600;
    vertical-align: 2px;
    background: rgba(255, 255, 255, .14);
    border-radius: 6px;
}

.top-menu {
    gap: 13px;
}

.msu-search {
    width: min(340px, 27vw);
    height: 43px;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
}

.msu-search i {
    font-size: 19px;
}

.msu-search input {
    min-width: 0;
    flex: 1;
    color: #fff;
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: 0;
}

.msu-search input::placeholder {
    color: rgba(255, 255, 255, .65);
}

.msu-search kbd {
    padding: 2px 4px;
    color: rgba(255, 255, 255, .7);
    font-family: Inter, sans-serif;
    font-size: 14px;
    background: transparent;
}

.user-box {
    margin-left: 2px;
}

.user-box .nav-link {
    padding: 0;
    color: #fff;
}

.msu-avatar {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}

.msu-avatar .user-img {
    width: 36px;
    height: 36px;
    margin: 0;
    object-fit: cover;
    border: 0;
}

.user-box .user-info .user-name {
    max-width: 150px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-box .user-info .designattion {
    max-width: 165px;
    overflow: hidden;
    color: rgba(235, 245, 255, .65);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msu-user-menu {
    min-width: 210px;
    margin-top: 12px !important;
    padding: 7px;
    border: 1px solid var(--msu-border);
    border-radius: 12px;
    box-shadow: 0 14px 38px rgba(29, 52, 87, .18);
}

.msu-user-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    font-size: 14px;
    border-radius: 8px;
}

.msu-user-menu .dropdown-item i {
    font-size: 18px;
}

.page-wrapper {
    margin-top: var(--msu-header);
    margin-left: var(--msu-sidebar);
}

.page-content {
    padding: 25px 25px 56px;
}

.page-footer {
    left: var(--msu-sidebar);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 25px;
    color: #8795a9;
    font-size: 14px;
    background: rgba(255, 255, 255, .92);
    border-top: 1px solid var(--msu-border);
    backdrop-filter: blur(8px);
}

.page-footer span {
    color: #9aa6b7;
}

.wrapper.toggled .topbar,
.wrapper.toggled .page-footer {
    left: var(--msu-sidebar-mini);
}

.wrapper.toggled .page-wrapper {
    margin-left: var(--msu-sidebar-mini);
}

.msu-dashboard-shell {
    display: grid;
    max-width: 1720px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 17px;
}

.msu-dashboard-main,
.msu-dashboard-aside {
    min-width: 0;
}

.msu-dashboard-main {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.msu-dashboard-aside {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.msu-panel,
.msu-stat-card {
    background: #fff;
    border: 1px solid var(--msu-border);
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(27, 55, 94, .055);
}

.msu-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.msu-stat-card {
    display: flex;
    min-height: 105px;
    align-items: center;
    gap: 15px;
    padding: 17px;
}

.msu-stat-icon,
.msu-mini-stat > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.msu-stat-icon {
    width: 54px;
    height: 54px;
    font-size: 27px;
    border-radius: 16px;
}

.msu-blue .msu-stat-icon,
.msu-stat-icon.msu-blue,
.msu-mini-stat.msu-blue > span {
    color: #087bf5;
    background: #e7f2ff;
}

.msu-green .msu-stat-icon,
.msu-stat-icon.msu-green,
.msu-mini-stat.msu-green > span {
    color: #13ae61;
    background: #e4f8ee;
}

.msu-orange .msu-stat-icon,
.msu-stat-icon.msu-orange,
.msu-mini-stat.msu-orange > span {
    color: #f7941d;
    background: #fff1df;
}

.msu-purple .msu-stat-icon,
.msu-stat-icon.msu-purple,
.msu-mini-stat.msu-purple > span {
    color: #8255e8;
    background: #f0eaff;
}

.msu-stat-card p,
.msu-mini-stat p {
    margin: 0 0 4px;
    color: #63738b;
    font-size: 14px;
    font-weight: 500;
}

.msu-stat-card strong {
    display: block;
    margin-bottom: 5px;
    color: #132a50;
    font-size: 22px;
    line-height: 1;
}

.msu-stat-card small {
    color: #93a0b2;
    font-size: 14px;
    white-space: nowrap;
}

.msu-stat-card small i {
    margin-right: 2px;
    color: #24b86a;
    font-size: 14px;
    vertical-align: -1px;
}

.msu-mini-grid {
    display: grid;
    padding: 4px 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.msu-mini-stat {
    display: flex;
    min-height: 75px;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-right: 1px solid #edf1f6;
}

.msu-mini-stat:last-child {
    border-right: 0;
}

.msu-mini-stat > span {
    width: 42px;
    height: 42px;
    font-size: 20px;
    border-radius: 12px;
}

.msu-mini-stat strong {
    display: block;
    color: #132a50;
    font-size: 17px;
    line-height: 1.15;
}

.msu-mini-stat.msu-blue strong { color: #087bf5; }
.msu-mini-stat.msu-green strong { color: #16a85f; }
.msu-mini-stat.msu-orange strong { color: #ef8e18; }
.msu-mini-stat.msu-purple strong { color: #8255e8; }

.msu-chart-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .8fr);
    gap: 17px;
}

.msu-chart-panel,
.msu-status-panel {
    min-height: 362px;
    padding: 18px 18px 10px;
}

.msu-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 6px;
}

.msu-panel-heading h2,
.msu-side-heading h2 {
    margin: 0;
    color: #183153;
    font-size: 14px;
    font-weight: 700;
}

.msu-panel-heading h2 small {
    color: #78879d;
    font-size: 14px;
    font-weight: 500;
}

.msu-panel-heading p {
    margin: 4px 0 0;
    color: #99a5b6;
    font-size: 14px;
}

.msu-status-panel {
    padding-bottom: 16px;
}

.msu-donut-wrap {
    margin: -5px -3px -12px;
}

.msu-completion-box {
    display: grid;
    padding: 11px 13px;
    background: #f8faff;
    border: 1px solid #e9eef7;
    border-radius: 10px;
    grid-template-columns: 1fr auto;
}

.msu-completion-box span {
    color: #7c8ba1;
    font-size: 14px;
}

.msu-completion-box strong {
    color: #17345e;
    font-size: 18px;
    line-height: 1;
    grid-column: 1;
}

.msu-completion-box small {
    align-self: end;
    color: #24b86a;
    font-size: 14px;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.msu-table-panel {
    overflow: hidden;
}

.msu-table-heading {
    align-items: center;
    margin: 0;
    padding: 15px 17px 11px;
}

.msu-link-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    color: #0b75e9;
    font-size: 14px;
    font-weight: 600;
    background: #eef6ff;
    border: 1px solid #dcecff;
    border-radius: 7px;
}

.msu-link-button:hover {
    color: #fff;
    background: #0b7cf2;
}

.msu-table {
    color: #54647c;
    font-size: 14px;
    white-space: nowrap;
}

.msu-table thead {
    color: #68788f;
    background: #f5f8fc;
}

.msu-table th {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
}

.msu-table td {
    padding: 10px 12px;
    vertical-align: middle;
    border-color: #edf1f7;
}

.msu-code {
    color: #0a75e8;
    font-weight: 600;
}

.msu-status {
    display: inline-flex;
    min-width: 49px;
    justify-content: center;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
}

.msu-status-pending { color: #d8890f; background: #fff2dc; }
.msu-status-paid { color: #099556; background: #def7eb; }
.msu-status-failed { color: #da4242; background: #ffe7e7; }
.msu-status-done { color: #159452; background: #e1f8e9; }

.msu-action-button {
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    color: #4f6582;
    font-size: 15px;
    background: #f5f8fc;
    border: 1px solid #e7edf5;
    border-radius: 7px;
}

.msu-action-button:hover {
    color: #fff;
    background: #087bf5;
}

.msu-empty-state {
    padding: 30px !important;
    color: #9ba8b9;
    text-align: center;
}

.msu-empty-state i,
.msu-empty-state span {
    display: block;
}

.msu-empty-state i {
    margin-bottom: 6px;
    font-size: 28px;
}

.msu-table-footer {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 7px 16px;
    color: #8d9aab;
    font-size: 14px;
}

.msu-table-footer .pagination {
    margin-bottom: 0;
}

.msu-table-footer .page-link {
    min-width: 28px;
    padding: 5px 7px;
    color: #5f7088;
    font-size: 14px;
    text-align: center;
    border-color: #e4ebf4;
}

.msu-table-footer .active .page-link {
    color: #fff;
    background: #087bf5;
    border-color: #087bf5;
}

.msu-side-panel {
    overflow: hidden;
}

.msu-side-heading {
    display: flex;
    min-height: 45px;
    align-items: center;
    gap: 8px;
    padding: 11px 13px;
    background: #f9fbfe;
    border-bottom: 1px solid var(--msu-border);
}

.msu-side-title-icon {
    display: inline-flex;
    color: #147feb;
    font-size: 16px;
}

.msu-summary-list > div {
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border-bottom: 1px solid #edf1f6;
}

.msu-summary-list > div:last-child {
    border-bottom: 0;
}

.msu-summary-list > div > span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 9px;
}

.msu-summary-list > div > span.msu-blue { color: #087bf5; background: #e8f3ff; }
.msu-summary-list > div > span.msu-green { color: #12a95f; background: #e3f8ed; }
.msu-summary-list > div > span.msu-purple { color: #8156e7; background: #f0eaff; }
.msu-summary-list > div > span.msu-orange { color: #ef8e18; background: #fff0df; }

.msu-summary-list p,
.msu-activity-list p,
.msu-side-empty p {
    min-width: 0;
    flex: 1;
    margin: 0;
    color: #40536f;
    font-size: 14px;
    font-weight: 600;
}

.msu-summary-list p small,
.msu-activity-list p small,
.msu-side-empty p small {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #9aa6b7;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msu-summary-list strong {
    color: #15325a;
    font-size: 14px;
}

.msu-activity-list > div {
    display: flex;
    min-height: 65px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border-bottom: 1px solid #edf1f6;
}

.msu-activity-list > div:last-child {
    border-bottom: 0;
}

.msu-activity-list > div > span {
    display: inline-flex;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 50%;
}

.msu-side-empty {
    display: flex;
    min-height: 114px;
    align-items: center;
    gap: 10px;
    padding: 18px 15px;
}

.msu-side-empty > i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    color: #15a965;
    font-size: 20px;
    background: #e4f8ed;
    border-radius: 50%;
}

.msu-system-panel .msu-side-heading em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    color: #2aaa67;
    font-size: 14px;
    font-style: normal;
}

.msu-system-panel .msu-side-heading em i {
    width: 6px;
    height: 6px;
    background: #2dcc72;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(45, 204, 114, .12);
}

.msu-system-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 14px 4px;
}

.msu-system-value span {
    color: #8290a4;
    font-size: 14px;
}

.msu-system-value strong {
    color: #18365f;
    font-size: 16px;
}

.msu-sparkline {
    display: block;
    width: calc(100% - 26px);
    height: 52px;
    margin: 0 13px 12px;
}

@media screen and (min-width: 1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper,
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-header {
        width: var(--msu-sidebar-mini);
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-header {
        justify-content: center;
        padding: 0;
    }

    .wrapper.toggled:not(.sidebar-hovered) .msu-brand img {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .msu-brand::after {
        display: inline-flex;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon,
    .wrapper.toggled:not(.sidebar-hovered) .msu-upgrade-wrap {
        display: none;
    }
}

@media screen and (max-width: 1480px) {
    .msu-dashboard-shell {
        grid-template-columns: minmax(0, 1fr) 260px;
    }

    .msu-stat-card {
        gap: 11px;
        padding: 14px;
    }

    .msu-stat-icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
}

@media screen and (max-width: 1280px) {
    .msu-dashboard-shell {
        grid-template-columns: 1fr;
    }

    .msu-dashboard-aside {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .msu-stat-card small {
        white-space: normal;
    }
}

@media screen and (max-width: 1024px) {
    .topbar {
        left: 0 !important;
    }

    .topbar .navbar {
        padding: 0 18px;
    }

    .sidebar-wrapper {
        width: 280px;
        left: -300px;
    }

    .sidebar-header {
        width: 280px;
    }

    .wrapper.toggled .sidebar-wrapper {
        left: 0;
    }

    .wrapper.toggled .page-wrapper {
        margin-left: 0;
    }

    .wrapper.toggled .page-footer {
        left: 0;
    }

    .page-wrapper {
        margin-left: 0;
    }

    .page-footer {
        left: 0;
    }

    .wrapper.toggled .overlay {
        z-index: 10;
    }

    .msu-chart-grid {
        grid-template-columns: 1fr;
    }

    .msu-dashboard-aside {
        grid-template-columns: 1fr 1fr;
    }

    .msu-system-panel {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --msu-header: 72px;
    }

    .page-content {
        padding: 16px 14px 58px;
    }

    .topbar .navbar {
        padding: 0 13px;
    }

    .top-menu {
        gap: 8px;
    }

    .msu-stat-grid,
    .msu-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .msu-mini-stat:nth-child(2) {
        border-right: 0;
    }

    .msu-mini-stat:nth-child(-n + 2) {
        border-bottom: 1px solid #edf1f6;
    }

    .msu-dashboard-aside {
        grid-template-columns: 1fr;
    }

    .msu-system-panel {
        grid-column: auto;
    }

    .page-footer span {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .msu-stat-grid {
        grid-template-columns: 1fr;
    }

    .msu-mini-stat {
        padding: 11px;
    }

    .msu-mini-stat > span {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .msu-mini-stat p {
        font-size: 14px;
    }

    .msu-mini-stat strong {
        font-size: 14px;
    }

    .msu-chart-panel,
    .msu-status-panel {
        padding-right: 12px;
        padding-left: 12px;
    }

    .msu-table-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Readability refresh for dashboard summaries, charts and tables. */
.menu-label { font-size: 14px; }
.msu-upgrade-card strong { font-size: 14px; }
.msu-upgrade-card small { font-size: 14px; }
.sidebar-wrapper .metismenu .msu-upgrade-card a { font-size: 14px; }
.msu-welcome > span { font-size: 14px; }
.msu-welcome strong { font-size: 17px; }
.msu-role-badge { font-size: 14px; }
.msu-search input { font-size: 14px; }
.msu-search kbd { font-size: 14px; }
.user-box .user-info .user-name { font-size: 14px; }
.user-box .user-info .designattion { font-size: 14px; }
.msu-user-menu .dropdown-item { font-size: 14px; }
.page-footer { font-size: 14px; }
.msu-stat-card p,
.msu-mini-stat p { font-size: 14px; }
.msu-stat-card strong { font-size: 24px; }
.msu-stat-card small { font-size: 14px; }
.msu-mini-stat strong { font-size: 19px; }
.msu-panel-heading h2,
.msu-side-heading h2 { font-size: 15px; }
.msu-panel-heading h2 small,
.msu-panel-heading p { font-size: 14px; }
.msu-completion-box span { font-size: 14px; }
.msu-completion-box small { font-size: 14px; }
.msu-link-button { font-size: 14px; }
.msu-table { font-size: 14px; }
.msu-table th { font-size: 14px; }
.msu-status { min-width: 58px; font-size: 14px; }
.msu-table-footer { font-size: 14px; }
.msu-table-footer .page-link { font-size: 14px; }
.msu-summary-list p,
.msu-activity-list p,
.msu-side-empty p { font-size: 14px; }
.msu-summary-list p small,
.msu-activity-list p small,
.msu-side-empty p small { font-size: 14px; }
.msu-summary-list strong { font-size: 14px; }
.msu-system-panel .msu-side-heading em { font-size: 14px; }
.msu-system-value span { font-size: 14px; }

@media screen and (max-width: 520px) {
    .msu-mini-stat p { font-size: 14px; }
    .msu-mini-stat strong { font-size: 16px; }
    .msu-table { font-size: 14px; }
    .msu-table th { font-size: 14px; }
}
