body {
    background: #f4f1e9;
    color: #263044;
}

.login-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .95), rgba(248, 246, 241, .9) 32%, rgba(242, 240, 235, 1) 100%);
}

.login-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 18px;
}

.login-panel {
    width: min(524px, 100%);
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(226, 232, 240, .85);
    border-radius: 22px;
    box-shadow: 0 28px 60px rgba(33, 37, 41, .12);
    padding: 48px;
}

.login-copy {
    margin-bottom: 26px;
}

.login-kicker {
    color: #555f6d;
    font-size: .92rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.login-copy h1 {
    color: #253044;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 8px;
}

.login-copy p {
    color: #707782;
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
}

.login-form {
    display: grid;
    gap: 16px;
}

.login-field label {
    display: block;
    color: #4b5563;
    font-size: .96rem;
    margin-bottom: 8px;
}

.login-field input {
    width: 100%;
    height: 38px;
    border: 1px solid #d5dce5;
    border-radius: 6px;
    background: #fff;
    color: #253044;
    padding: 7px 10px;
    outline: none;
}

.login-field input:focus {
    border-color: #7b8ca5;
    box-shadow: 0 0 0 3px rgba(90, 112, 145, .14);
}

.login-button {
    height: 38px;
    border: 0;
    border-radius: 5px;
    background: #23282d;
    color: #fff;
    font-weight: 500;
}

.login-button:hover,
.login-button:focus {
    background: #111827;
}

@media (max-width: 575.98px) {
    .login-panel {
        padding: 34px 26px;
        border-radius: 18px;
    }

    .login-copy h1 {
        font-size: 1.55rem;
    }
}

.page-title {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-title {
    color: #17233a;
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 16px;
}

.collection-items {
    display: grid;
    gap: 10px;
}

.collection-item-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.5fr) minmax(130px, .75fr) minmax(110px, .55fr) minmax(130px, .75fr) 110px;
    gap: 10px;
    align-items: end;
    padding: 12px;
    border: 1px solid #e7e2d8;
    border-radius: 10px;
    background: rgba(255, 255, 255, .56);
}

.collection-grand-total {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 16px;
    margin-top: 14px;
    color: #13223b;
}

.collection-grand-total span {
    color: #66707b;
}

.collection-grand-total strong {
    font-size: 1.35rem;
}

.app-page {
    min-height: 100vh;
    background:
        linear-gradient(112deg, rgba(244, 241, 233, .96) 0%, rgba(250, 246, 237, .96) 68%, rgba(252, 239, 211, .9) 100%);
}

.app-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 312px minmax(0, 1fr);
}

.app-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: linear-gradient(180deg, #123d42 0%, #13635d 100%);
    color: #fff;
    padding: 26px 19px 34px;
    z-index: 1040;
}

.app-brand {
    margin-bottom: 26px;
}

.app-brand-kicker {
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
}

.app-brand-title {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.15;
}

.app-nav {
    display: grid;
    gap: 6px;
}

.app-nav-link {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.app-nav-link:hover,
.app-nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.app-nav-link.active {
    background: rgba(255, 255, 255, .15);
}

.app-workspace {
    min-width: 0;
    padding: 22px 22px 44px;
}

.app-topbar {
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    padding: 18px 16px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(51, 54, 58, .08);
}

.app-welcome {
    color: #73777f;
    font-size: .9rem;
    margin-bottom: 2px;
}

.app-user-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #263044;
}

.app-user-line span,
.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 8px;
    border-radius: 7px;
    background: #ccefe8;
    color: #0d7b73;
    font-size: .75rem;
    font-weight: 800;
}

.app-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 5px 10px;
    border: 1px solid #1f2933;
    border-radius: 5px;
    color: #1f2933;
    text-decoration: none;
    background: transparent;
}

.app-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.app-change-password {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 5px 10px;
    border: 1px solid #6941c6;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    background: #6941c6;
}

.app-change-password:hover {
    color: #fff;
    background: #53389e;
}

.app-logout:hover {
    color: #fff;
    background: #1f2933;
}

.app-main {
    max-width: 100%;
}

.app-menu-button,
.app-sidebar-backdrop {
    display: none;
}

.page-heading {
    margin-bottom: 24px;
}

.page-heading h1 {
    color: #17233a;
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 4px;
}

.page-heading p {
    color: #66707b;
    margin: 0;
}

.stat {
    min-height: 118px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .44);
    border: 1px solid #f3dcae;
    padding: 26px 24px;
}

.stat .label {
    color: #616875;
    font-size: .9rem;
    margin-bottom: 4px;
}

.stat .value {
    color: #0f2342;
    font-size: 2rem;
    font-weight: 800;
}

.panel {
    height: 100%;
    border-radius: 19px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 14px 36px rgba(51, 54, 58, .08);
    padding: 26px 24px;
}

.panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.panel-heading h2 {
    color: #263044;
    font-size: 1.22rem;
    font-weight: 800;
    margin: 0 0 3px;
}

.panel-heading p {
    color: #707782;
    margin: 0;
}

.summary-bars {
    display: grid;
    gap: 22px;
}

.summary-row,
.mini-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.summary-row span,
.mini-list span {
    color: #66707b;
}

.summary-row strong,
.mini-list strong {
    color: #13223b;
}

.bar-track {
    height: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #ece9df;
    margin-top: 8px;
}

.bar-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #137f73;
}

.bar-track.alt span {
    background: #f6a10b;
}

.mini-list {
    display: grid;
    gap: 14px;
}

.mini-list div {
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e2d8;
}

.mini-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.password-rules {
    display: grid;
    gap: 6px;
    font-size: .92rem;
}

.password-rules div {
    position: relative;
    padding-left: 22px;
}

.password-rules div::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.locker-location-add {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px 82px;
    gap: 8px;
}

.locker-location-list {
    display: grid;
    gap: 0;
}

.locker-location-list-head,
.locker-location-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 160px 180px;
    gap: 10px;
    align-items: center;
    padding: 10px 4px;
    border-bottom: 1px solid #e7e2d8;
}

.locker-location-list-head {
    color: #000;
    font-weight: 700;
    padding-top: 6px;
}

.locker-location-edit {
    display: contents;
}

.locker-location-delete {
    grid-column: 3;
    margin: 6px 0 0;
}

.locker-location-edit .btn,
.locker-location-delete .btn {
    width: 100%;
}

.locker-add-form {
    display: grid;
    grid-template-columns: minmax(180px, 1.4fr) repeat(4, minmax(150px, 1fr)) minmax(320px, 2fr) 120px;
    gap: 8px;
    align-items: center;
}

.locker-add-button {
    width: 100%;
}

.locker-table-tools {
    display: grid;
    grid-template-columns: minmax(240px, 1.5fr) repeat(4, minmax(140px, 1fr)) 100px;
    gap: 8px;
    padding: 16px;
    border-bottom: 1px solid #e7e2d8;
}

.locker-table-count {
    padding: 10px 16px 14px;
}

.locker-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: start;
}

.locker-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.locker-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 9px;
}

.locker-card {
    min-height: 112px;
    border-radius: 10px;
    border: 2px solid transparent;
    padding: 10px;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.locker-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(51, 54, 58, .1);
}

.locker-available {
    background: #ecfdf3;
    border-color: #12b76a;
}

.locker-occupied {
    background: #fff1f3;
    border-color: #f04438;
}

.locker-card.drop-ready,
.paid-student-panel.drop-ready {
    border-color: #6941c6;
    box-shadow: 0 0 0 4px rgba(105, 65, 198, .16);
    animation: dropPulse .65s ease infinite alternate;
}

@keyframes dropPulse {
    from { transform: scale(1); }
    to { transform: scale(1.01); }
}

.locker-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
}

.locker-card-top strong {
    color: #12223a;
    font-size: .98rem;
}

.locker-card-top span {
    border-radius: 999px;
    padding: 1px 7px;
    background: rgba(255, 255, 255, .75);
    color: #344054;
    font-size: .68rem;
    font-weight: 700;
}

.locker-location-text {
    color: #667085;
    font-size: .76rem;
    margin-bottom: 8px;
}

.locker-empty-text {
    display: grid;
    min-height: 38px;
    place-items: center;
    border: 1px dashed #12b76a;
    border-radius: 8px;
    color: #027a48;
    font-size: .78rem;
    font-weight: 700;
    background: rgba(255, 255, 255, .55);
}

.locker-student-chip,
.paid-student-card {
    cursor: grab;
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(16, 24, 40, .1);
    padding: 7px;
    transition: opacity .16s ease, transform .16s ease;
}

.locker-student-chip:active,
.paid-student-card:active {
    cursor: grabbing;
}

.locker-student-chip.dragging,
.paid-student-card.dragging {
    opacity: .55;
    transform: scale(.98);
}

.locker-student-chip strong,
.locker-student-chip span,
.locker-student-chip small,
.paid-student-card strong,
.paid-student-card span,
.paid-student-card small {
    display: block;
}

.locker-student-chip span,
.paid-student-card span {
    color: #344054;
    font-size: .82rem;
}

.locker-student-chip small,
.paid-student-card small {
    color: #667085;
    font-size: .74rem;
}

.paid-student-panel {
    border: 2px solid transparent;
}

.paid-student-list {
    display: grid;
    gap: 10px;
}

.search-picker {
    position: relative;
}

.search-picker-results {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 20;
    overflow: auto;
    max-height: 320px;
    border: 1px solid #d5dce5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(51, 54, 58, .12);
}

.search-picker-option {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #edf0f3;
    background: #fff;
    color: #263044;
    padding: 10px 12px;
    text-align: left;
}

.search-picker-option:hover,
.search-picker-option:focus {
    background: #f4f1ff;
    outline: none;
}

.search-picker-option strong,
.search-picker-option span {
    display: block;
}

.search-picker-option strong {
    font-size: .94rem;
}

.search-picker-option span,
.search-picker-empty {
    color: #66707b;
    font-size: .86rem;
}

.search-picker-empty {
    padding: 10px 12px;
}

@media (max-width: 1399.98px) {
    .locker-add-form {
        grid-template-columns: repeat(5, minmax(150px, 1fr));
    }

    .locker-add-remarks {
        grid-column: 1 / 5;
    }
}

@media (max-width: 767.98px) {
    .collection-item-row {
        grid-template-columns: 1fr;
    }

    .collection-grand-total {
        justify-content: space-between;
    }

    .locker-add-form {
        grid-template-columns: 1fr;
    }

    .locker-add-remarks {
        grid-column: auto;
    }

    .locker-table-tools {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199.98px) {
    .locker-board {
        grid-template-columns: 1fr;
    }

    .locker-board-right {
        order: -1;
    }
}

@media (max-width: 1399.98px) {
    .locker-grid {
        grid-template-columns: repeat(3, minmax(160px, 1fr));
    }
}

@media (max-width: 991.98px) {
    .locker-grid {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
}

@media (max-width: 767.98px) {
    .locker-filters,
    .locker-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .locker-location-card {
        padding: 16px;
    }

    .locker-location-add {
        grid-template-columns: 1fr;
    }

    .locker-location-add .btn {
        width: 100%;
    }

    .locker-location-list-head {
        display: none;
    }

    .locker-location-row {
        display: block;
        padding: 12px 0;
    }

    .locker-location-edit {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .locker-location-delete {
        margin-top: 8px;
    }

    .locker-location-edit .btn,
    .locker-location-delete .btn {
        width: 100%;
    }
}

.rule-good {
    color: #0f7a4f;
}

.rule-good::before {
    background: #0f7a4f;
}

.rule-bad {
    color: #b42318;
}

.rule-bad::before {
    background: #b42318;
}

.card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 10px 28px rgba(51, 54, 58, .06);
}

.btn-primary {
    --bs-btn-bg: #6941c6;
    --bs-btn-border-color: #6941c6;
    --bs-btn-hover-bg: #53389e;
    --bs-btn-hover-border-color: #53389e;
    --bs-btn-active-bg: #42307d;
    --bs-btn-active-border-color: #42307d;
    --bs-btn-disabled-bg: #8f75d8;
    --bs-btn-disabled-border-color: #8f75d8;
    color: #fff;
    background-color: #6941c6;
    border-color: #6941c6;
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #53389e;
    border-color: #53389e;
}

.btn-primary:active {
    color: #fff;
    background-color: #42307d;
    border-color: #42307d;
}

.btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6941c6;
    --bs-btn-border-color: #6941c6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #53389e;
    --bs-btn-hover-border-color: #53389e;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #42307d;
    --bs-btn-active-border-color: #42307d;
    background: #6941c6;
    background-color: #6941c6;
    border-color: #6941c6;
    color: #fff;
    font-weight: 600;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background: #53389e;
    background-color: #53389e;
    border-color: #53389e;
}

.btn-outline-primary:active {
    color: #fff;
    background-color: #42307d;
    border-color: #42307d;
}

.table td,
.table th {
    vertical-align: middle;
}

.thermal-receipt {
    position: relative;
    width: 80mm;
    box-sizing: border-box;
    min-height: 80mm;
    margin: 0 auto;
    padding: 8mm 5mm 5mm;
    background: #fff;
    color: #111;
    border: 1px solid #d7d7d7;
    font-family: "Courier New", Courier, monospace;
    font-size: 10px;
    line-height: 1.18;
}

.thermal-title {
    text-align: center;
    border-bottom: 1px solid #222;
    padding-bottom: 3px;
    margin-bottom: 6px;
}

.thermal-title h1 {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
}

.thermal-title div {
    font-size: 14px;
}

.thermal-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 7mm;
    row-gap: 5px;
    margin-bottom: 7px;
}

.thermal-info-grid strong,
.thermal-info-grid span,
.thermal-total-grid strong,
.thermal-total-grid span,
.thermal-total-grid small {
    display: block;
}

.thermal-info-grid strong,
.thermal-total-grid strong {
    font-size: 11px;
    font-weight: 800;
}

.thermal-info-grid span,
.thermal-total-grid span {
    overflow-wrap: anywhere;
}

.thermal-item-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 7px;
}

.thermal-item-table th,
.thermal-item-table td {
    border: 1px solid #222;
    padding: 3px 2px;
    vertical-align: top;
}

.thermal-item-table th {
    text-align: center;
    font-size: 11px;
    font-weight: 800;
}

.thermal-item-table td {
    min-height: 7mm;
}

.thermal-item-table th:nth-child(1),
.thermal-item-table td:nth-child(1) {
    width: 49%;
}

.thermal-item-table th:nth-child(2),
.thermal-item-table td:nth-child(2) {
    width: 10%;
    text-align: center;
}

.thermal-item-table th:nth-child(3),
.thermal-item-table td:nth-child(3),
.thermal-item-table th:nth-child(4),
.thermal-item-table td:nth-child(4) {
    width: 20.5%;
    text-align: right;
}

.thermal-total-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6mm;
    align-items: start;
}

.thermal-total-grid > div:last-child {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px;
    font-size: 12px;
}

.thermal-total-grid > div:last-child strong,
.thermal-total-grid > div:last-child span {
    display: inline;
    font-size: 12px;
}

.thermal-remarks {
    margin-top: 5px;
    font-size: 9px;
    overflow-wrap: anywhere;
}

.thermal-footer {
    margin-top: 7px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.thermal-void {
    position: absolute;
    top: 34mm;
    left: 5mm;
    right: 5mm;
    transform: rotate(-16deg);
    color: rgba(180, 35, 24, .28);
    border: 3px solid rgba(180, 35, 24, .28);
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
}

@media print {
    @page {
        size: 80mm 300mm;
        margin: 0;
    }

    .app-sidebar,
    .app-topbar,
    .app-menu-button,
    .app-sidebar-backdrop,
    .no-print {
        display: none !important;
    }

    html,
    body {
        background: #fff;
        width: 80mm;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
    }

    .app-shell,
    .app-workspace,
    .app-main,
    main {
        display: block !important;
        width: 80mm !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .thermal-receipt {
        width: 80mm;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 1.5mm 3mm 4mm;
        border: 0;
        box-shadow: none;
        overflow: visible;
        page-break-inside: avoid;
        break-inside: avoid;
        font-size: 10px;
        line-height: 1.08;
    }

    .thermal-title {
        margin-bottom: 3px;
        padding-bottom: 2px;
    }

    .thermal-title h1 {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .thermal-title div {
        font-size: 12px;
    }

    .thermal-info-grid {
        column-gap: 4mm;
        row-gap: 2px;
        margin-bottom: 3px;
    }

    .thermal-info-grid strong,
    .thermal-total-grid strong,
    .thermal-item-table th {
        font-size: 10px;
    }

    .thermal-item-table {
        margin-bottom: 3px;
    }

    .thermal-item-table th,
    .thermal-item-table td {
        padding: 2px 1px;
    }

    .thermal-item-table td {
        min-height: 0;
    }

    .thermal-footer {
        margin-top: 4px;
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .app-shell {
        display: block;
    }

    .app-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        width: min(292px, 86vw);
        height: 100vh;
        height: 100dvh;
        padding-bottom: 42px;
        transform: translateX(-105%);
        transition: transform .2s ease;
        box-shadow: 24px 0 60px rgba(0, 0, 0, .22);
    }

    .sidebar-open .app-sidebar {
        transform: translateX(0);
    }

    .app-sidebar-backdrop {
        position: fixed;
        inset: 0;
        display: block;
        pointer-events: none;
        opacity: 0;
        background: rgba(17, 24, 39, .42);
        transition: opacity .2s ease;
        z-index: 1030;
    }

    .sidebar-open .app-sidebar-backdrop {
        pointer-events: auto;
        opacity: 1;
    }

    .app-workspace {
        padding: 16px;
    }

    .app-menu-button {
        position: fixed;
        top: 18px;
        left: 16px;
        z-index: 1020;
        display: grid;
        gap: 4px;
        width: 42px;
        height: 42px;
        place-content: center;
        border: 1px solid rgba(19, 61, 66, .16);
        border-radius: 12px;
        background: rgba(255, 255, 255, .88);
        box-shadow: 0 8px 22px rgba(51, 54, 58, .1);
    }

    .app-menu-button span {
        display: block;
        width: 18px;
        height: 2px;
        background: #123d42;
    }

    .app-topbar {
        padding-left: 58px;
        border-radius: 16px;
    }
}

@media (max-width: 575.98px) {
    .app-workspace {
        padding: 12px;
    }

    .app-topbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 14px 16px 58px;
    }

    .app-logout {
        width: 100%;
    }

    .app-actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .app-change-password {
        width: 100%;
    }

    .page-heading h1 {
        font-size: 1.5rem;
    }

    .stat {
        min-height: auto;
        padding: 20px;
    }

    .panel {
        padding: 20px;
    }
}
