.sign-in-navbar-brand {
    max-width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
}

.sign-in-brand-text,
.navbar-brand-text {
    display: inline-block;
    color: #172b4d;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

.sign-in-brand-text {
    color: #fff;
    font-size: 2rem;
}

.login-footer,
.app-footer {
    line-height: 1.5;
}

.txtedit{
    display: none;
    width: 99%;
    height: 30px;
}
.atxtedit{
    display: none;
    width: 99%;
    height: 30px;
}
.rtxtedit{
    display: none;
    width: 99%;
    height: 30px;
}
.subrtxtedit{
    display: none;
    width: 99%;
    height: 30px;
}
.rutxtedit{
    display: none;
    width: 99%;
    height: 30px;
}
.srvtxtedit{
    display: none;
    width: 99%;
    height: 30px;
}
.sitetxtedit{
    display: none;
    width: 99%;
    height: 30px;
}
.matxtedit{
    display: none;
    width: 99%;
    height: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 27px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(33px);
}

.card-header h3 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.card-header h3 .btn {
    margin-left: 0 !important;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(249, 252, 253, .92));
}

.table-responsive table {
    min-width: 760px;
}

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

.modal-footer {
    flex-wrap: wrap;
    gap: .5rem;
}

.modal {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.modal-dialog {
    align-items: center;
    display: flex;
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
    min-height: calc(100vh - 3.5rem);
}

.modal-content {
    width: 100%;
}

body {
    background: linear-gradient(180deg, #f8fafc 0%, #f3f6f9 100%);
    background-attachment: fixed;
    color: var(--ui-text);
}

a {
    color: var(--ui-primary);
}

a:hover {
    color: var(--ui-primary-dark);
}

.sidenav.navbar {
    background: var(--ui-sidebar) !important;
    border-right: 0;
    box-shadow: 10px 0 32px rgba(20, 32, 36, .18);
    max-width: 280px;
    width: 280px;
}

.sidenav-header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    height: 86px;
    justify-content: center;
    position: relative;
}

.sidenav .navbar-brand {
    margin: 0;
    padding: .9rem 1rem .35rem;
}

.sidenav .navbar-brand-img {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .28));
    max-height: 3rem;
}

.sidenav .navbar-brand-text {
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.app-sidebar-brand {
    flex-direction: column;
}

.app-sidebar-kicker {
    color: rgba(255, 255, 255, .54);
    display: block;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1;
    text-transform: uppercase;
}

.nav-section-label {
    color: rgba(255, 255, 255, .38);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
    list-style: none;
    margin: 1.05rem 1.55rem .35rem;
    text-transform: uppercase;
}

.sidenav .navbar-inner {
    padding-top: .75rem;
}

.sidenav .navbar-nav .nav-link {
    border-radius: 8px;
    color: var(--ui-sidebar-text) !important;
    font-weight: 600;
    margin: .16rem .9rem;
    padding: .72rem 1rem !important;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.sidenav .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, .09);
    color: #fff !important;
    transform: translateX(2px);
}

.sidenav .navbar-nav .nav-link.active {
    background: var(--ui-sidebar-active) !important;
    box-shadow: none;
    color: #1d241d !important;
}

.sidenav .navbar-nav .nav-link i {
    color: currentColor !important;
    opacity: .9;
}

.nav-link-red {
    color: inherit;
}

.navbar-top {
    background: transparent !important;
    border-bottom: 0 !important;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.app-topbar-inner {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(20, 32, 36, .1);
    gap: 1rem;
    min-height: 68px;
    padding: .75rem 1rem;
}

.app-topbar-title {
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    min-width: 190px;
}

.app-topbar-kicker {
    color: rgba(255, 255, 255, .72);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.app-topbar-heading {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

.app-topbar-tools {
    min-height: 3rem;
}

.app-topbar-status {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    gap: .4rem;
    padding: .55rem .85rem;
}

.navbar-search .input-group {
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    box-shadow: 0 14px 35px rgba(20, 32, 36, .12);
    overflow: hidden;
}

.navbar-search .form-control,
.navbar-search .input-group-text {
    background: transparent !important;
}

.app-user-nav {
    margin-left: auto;
}

.app-user-chip {
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    color: var(--ui-text) !important;
    padding: .35rem .6rem .35rem .35rem !important;
}

.app-user-chip .media-body span {
    color: var(--ui-text) !important;
    font-weight: 800 !important;
}

.navbar-top .avatar {
    background: var(--ui-accent-soft);
    border: 2px solid rgba(255, 255, 255, .65);
    box-shadow: 0 12px 24px rgba(20, 32, 36, .18);
}

.dropdown-menu {
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(20, 32, 36, .14);
}

.dropdown-item {
    color: var(--ui-text);
}

.dropdown-item:hover {
    background: var(--ui-accent-soft);
    color: var(--ui-text);
}

.header,
.bg-gradient-admin,
.bg-gradient-user,
.bg-gradient-reseller,
[class*='bg-gradient-'] {
    background: var(--ui-hero) !important;
}

.header {
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .18), 0 18px 46px rgba(20, 32, 36, .14);
    padding-bottom: 7rem !important;
    position: relative;
}

.header::after {
    display: none;
}

.main-content .container-fluid.mt--6 {
    margin-top: -6rem !important;
}

.card {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(205, 216, 224, .82);
    border-radius: 6px;
    box-shadow: 0 18px 44px rgba(34, 46, 60, .09);
    overflow: hidden;
}

.card-header {
    background:
        linear-gradient(90deg, rgba(13, 124, 114, .08), rgba(255, 255, 255, 0) 40%),
        #fff;
    border-bottom: 1px solid var(--ui-border) !important;
    border-radius: 0 !important;
    padding: 1.25rem 1.45rem;
}

.card-header h3,
.card-title {
    color: var(--ui-text);
    font-weight: 700;
}

.card-stats {
    border-left: 5px solid var(--ui-primary);
    border-top: 0;
    min-height: 124px;
}

.card-stats .card-title {
    color: var(--ui-muted) !important;
    letter-spacing: .04em;
}

.icon-shape {
    background: var(--ui-accent-soft) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: var(--ui-accent) !important;
}

.table {
    color: var(--ui-text);
    border-collapse: separate;
    border-spacing: 0 .6rem;
    margin-bottom: .4rem;
    padding: 0 .85rem .85rem;
}

.table thead th {
    background: transparent;
    border: 0;
    color: #6f7f90;
    font-size: .66rem;
    letter-spacing: .11em;
    padding: .75rem 1rem .35rem;
    text-transform: uppercase;
}

.table td,
.table tbody th {
    background: #fff;
    border-bottom: 1px solid #d9e3ea;
    border-top: 1px solid #d9e3ea;
    padding: .95rem 1rem;
    position: relative;
}

.table tbody tr td:first-child,
.table tbody tr th:first-child {
    border-left: 1px solid #d9e3ea;
    border-radius: 8px 0 0 8px;
}

.table tbody tr td:first-child::before,
.table tbody tr th:first-child::before {
    background: linear-gradient(180deg, var(--ui-primary), var(--ui-accent));
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
}

.table tbody tr td:last-child,
.table tbody tr th:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #d9e3ea;
}

.table tbody tr:hover {
    transform: translateY(-1px);
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background: #f9fcfb;
    border-color: #b7ded4;
    box-shadow: 0 12px 26px rgba(34, 46, 60, .075);
}

.table tbody tr {
    transition: transform .16s ease;
}

.avatar {
    background: #d9e1e8;
    color: var(--ui-primary-dark);
    font-weight: 800;
}

.avatar.rounded-circle {
    border-radius: 6px !important;
}

.avatar-sm.rounded-circle {
    border-radius: 999px !important;
}

.btn {
    border-radius: 8px;
    font-weight: 700;
}

.btn-primary {
    background: var(--ui-primary);
    border-color: var(--ui-primary);
    box-shadow: 0 10px 22px rgba(13, 124, 114, .22);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--ui-primary-dark);
    border-color: var(--ui-primary-dark);
}

.btn-success {
    background: var(--ui-success);
    border-color: var(--ui-success);
}

.btn-delete-action {
    align-items: center;
    background: #fff1f0;
    border: 1px solid #f5b5ae;
    border-radius: 8px;
    color: #9f2f25;
    cursor: pointer;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    gap: .4rem;
    justify-content: center;
    line-height: 1;
    min-height: 34px;
    padding: .5rem .72rem;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.btn-delete-action:hover,
.btn-delete-action:focus {
    background: #d92d20;
    border-color: #d92d20;
    color: #fff;
    outline: 0;
    transform: translateY(-1px);
}

.btn-delete-action span {
    display: inline-block;
}

.btn-table-action {
    align-items: center;
    background: #eef8f5;
    border: 1px solid #b7ded4;
    border-radius: 8px;
    color: var(--ui-primary-dark);
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    gap: .42rem;
    justify-content: center;
    line-height: 1;
    min-height: 34px;
    padding: .5rem .72rem;
}

.btn-table-action:hover,
.btn-table-action:focus {
    background: var(--ui-primary);
    border-color: var(--ui-primary);
    color: #fff;
}

.edit,
.aedit,
.redit,
.subredit,
.ruedit,
.srvedit {
    align-items: center;
    border-radius: 7px;
    display: inline-flex;
    min-height: 30px;
    padding: .25rem .45rem;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease;
}

.edit:hover,
.aedit:hover,
.redit:hover,
.subredit:hover,
.ruedit:hover,
.srvedit:hover {
    background: #f1f7f5;
    color: var(--ui-primary-dark);
}

.edit u,
.aedit u,
.redit u,
.subredit u,
.ruedit u,
.srvedit u {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.badge,
.alert,
.modal-content,
.input-group-alternative,
.form-control {
    border-radius: 8px;
}

.modal-content {
    border: 1px solid var(--ui-border);
    box-shadow: 0 24px 64px rgba(20, 32, 36, .18);
}

.modal-header {
    border-bottom: 1px solid var(--ui-border);
}

.modal-footer {
    border-top: 1px solid var(--ui-border);
}

.table-warning {
    background: #ffd8cf !important;
    color: #743225;
}

.table-success {
    background: #c9f1df !important;
    color: #195c42;
}

.server-status {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .42rem;
    min-width: 132px;
    padding: .42rem .68rem;
}

.server-status-online {
    background: #c9f1df;
    color: #195c42;
}

.server-status-warning {
    background: #ffd8cf;
    color: #743225;
}

.server-status-muted {
    background: #edf2f7;
    color: #607085;
}

.server-status-checking {
    background: #eef3f6;
    color: #607085;
}

.server-status-checking i {
    animation: server-status-spin 1s linear infinite;
}

.server-status-error {
    background: #f5d2d6;
    color: #7a2632;
}

@keyframes server-status-spin {
    to {
        transform: rotate(360deg);
    }
}

.app-footer {
    color: var(--ui-muted);
}

body.bg-default {
    background:
        linear-gradient(90deg, rgba(255,255,255,.9), rgba(255,255,255,.72)),
        var(--ui-hero) !important;
}

body.bg-default .card {
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 12px;
    box-shadow: 0 28px 70px rgba(20, 32, 36, .24);
}

body.bg-default .card.bg-secondary {
    background: rgba(255, 255, 255, .96) !important;
}

body.bg-default .header {
    background: transparent !important;
    box-shadow: none;
}

body.bg-default .separator {
    display: none;
}

body.bg-default .container.mt--8 {
    margin-top: -3rem !important;
}

body.bg-default .input-group-alternative {
    border: 1px solid var(--ui-border);
    box-shadow: none;
}

body.bg-default .btn-primary {
    min-width: 150px;
}

body.theme-graphite.bg-default.login-page {
    background: #070a0f !important;
    color: #e5e7eb;
}

body.theme-graphite.bg-default.login-page .main-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: center;
    margin-left: 0 !important;
    min-height: 0 !important;
    padding: 1.5rem 1rem .75rem;
    width: 100%;
}

body.theme-graphite.bg-default.login-page .header {
    min-height: 0 !important;
    padding: 0 !important;
    width: 100%;
}

body.theme-graphite.bg-default.login-page .header .container,
body.theme-graphite.bg-default.login-page .header-body {
    margin-bottom: 1.5rem !important;
    padding: 0 !important;
}

body.theme-graphite.bg-default.login-page .container.mt--8 {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

body.theme-graphite.bg-default.login-page .card.bg-secondary {
    background: #111827 !important;
    border: 1px solid #293241;
    box-shadow: 0 28px 72px rgba(0, 0, 0, .42);
}

body.theme-graphite.bg-default.login-page .text-muted,
body.theme-graphite.bg-default.login-page .input-group-text {
    color: #9ca3af !important;
}

body.theme-graphite.bg-default.login-page .login-footer {
    color: #9ca3af;
}

body.login-page.bg-default {
    background:
        linear-gradient(135deg, rgba(13, 124, 114, .13), rgba(232, 93, 79, .09)),
        #f8fafc !important;
    background-attachment: fixed;
    background-size: cover;
    color: var(--ui-text);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.login-page .main-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: center;
    margin-left: 0 !important;
    min-height: 0 !important;
    padding: 1.5rem 1rem .75rem;
    width: 100%;
}

body.login-page .header,
body.login-page .header.bg-gradient-user,
body.login-page .bg-gradient-user {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: 100%;
}

body.login-page .header::before,
body.login-page .header::after {
    display: none !important;
}

body.login-page .header .container,
body.login-page .header-body {
    margin-bottom: 1.15rem !important;
    padding: 0 !important;
}

body.login-page .header .row {
    margin-left: 0;
    margin-right: 0;
}

body.login-page .container.mt--8 {
    margin-top: 0 !important;
    max-width: 520px;
    padding-bottom: 0 !important;
    width: 100%;
}

body.login-page .container.mt--8 > .row {
    margin-left: 0;
    margin-right: 0;
}

body.login-page .container.mt--8 .col-lg-5,
body.login-page .container.mt--8 .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.login-page .sign-in-navbar-brand {
    filter: drop-shadow(0 16px 28px rgba(15, 23, 42, .14));
    max-height: 86px;
    max-width: min(240px, 70vw);
}

body.login-page .sign-in-brand-text {
    color: var(--ui-text);
}

body.login-page .card {
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(203, 213, 225, .86) !important;
    border-radius: 18px;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .14);
    overflow: hidden;
}

body.login-page .card-body {
    padding: 2.25rem !important;
}

body.login-page .text-muted {
    color: var(--ui-muted) !important;
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.login-page .input-group-alternative {
    background: #f8fafc !important;
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    box-shadow: none;
    min-height: 50px;
}

body.login-page .input-group-text,
body.login-page .form-control {
    background: transparent !important;
    color: var(--ui-text);
}

body.login-page .form-control::placeholder {
    color: var(--ui-muted);
}

body.login-page .btn-primary {
    background: var(--ui-primary) !important;
    border-color: var(--ui-primary) !important;
    border-radius: 12px;
    box-shadow: 0 18px 36px rgba(13, 124, 114, .22);
    min-height: 48px;
    min-width: 170px;
}

body.login-page .login-footer {
    color: var(--ui-muted);
    flex: 0 0 auto;
    padding: .25rem 1rem 1rem !important;
    width: 100%;
}

body.theme-graphite.login-page.bg-default {
    background:
        radial-gradient(circle at 50% 0, rgba(47, 128, 237, .16), transparent 36%),
        linear-gradient(180deg, #0b0f17 0%, #070a0f 100%) !important;
    background-attachment: fixed;
    background-size: cover;
    color: #e5e7eb;
}

body.theme-graphite.login-page .card {
    background: #111827 !important;
    border-color: #293241 !important;
    box-shadow: 0 28px 72px rgba(0, 0, 0, .46);
}

body.theme-graphite.login-page .input-group-alternative {
    background: #0b0f17 !important;
    border-color: #293241 !important;
}

body.theme-graphite.login-page .sign-in-brand-text,
body.theme-graphite.login-page .form-control,
body.theme-graphite.login-page .input-group-text {
    color: #e5e7eb !important;
}

body.theme-graphite.login-page .login-footer {
    color: #9ca3af;
}

body.theme-harbor.login-page.bg-default {
    background:
        linear-gradient(135deg, rgba(6, 40, 58, .08), rgba(56, 189, 248, .22)),
        #eaf5f9 !important;
    background-attachment: fixed;
    background-size: cover;
}

body.theme-harbor.login-page .card {
    border-color: #cfe2eb !important;
    box-shadow: 0 26px 70px rgba(6, 40, 58, .13);
}

body.theme-harbor.login-page .btn-primary {
    box-shadow: 0 18px 36px rgba(14, 116, 144, .22);
}

body.theme-graphite.login-page .main-content,
body.theme-harbor.login-page .main-content,
body.theme-aurora.login-page .main-content,
body.theme-graphite.login-page .sidenav.fixed-left + .main-content,
body.theme-graphite.login-page .g-sidenav-pinned .sidenav.fixed-left + .main-content,
body.theme-graphite.login-page .navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
    margin-left: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
}

@media (max-width: 767.98px) {
    body.login-page .main-content {
        min-height: 0 !important;
        padding: 1.25rem 1rem .75rem;
    }

    body.login-page .header {
        padding-bottom: 0 !important;
    }

    body.login-page .header-body {
        margin-bottom: 1rem !important;
    }

    body.login-page .container.mt--8 {
        margin-top: 0 !important;
    }

    body.login-page .card-body {
        padding: 1.5rem !important;
    }

    body.login-page .sign-in-navbar-brand {
        max-height: 74px;
        max-width: min(220px, 72vw);
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .sidenav.navbar {
        max-width: 260px;
        transform: translateX(-100%);
        width: 260px;
    }

    .g-sidenav-show .sidenav.navbar,
    .sidenav.show {
        transform: translateX(0);
    }

    .main-content,
    .sidenav.fixed-left + .main-content,
    .g-sidenav-pinned .sidenav.fixed-left + .main-content,
    .navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
        margin-left: 0 !important;
        min-width: 0;
        width: 100%;
    }

    .navbar-top {
        padding: .5rem .75rem;
    }

    .app-topbar-inner {
        align-items: stretch;
        border-radius: 8px;
        flex-direction: column;
        gap: .55rem;
        min-height: 0;
        padding: .65rem .75rem;
    }

    .app-topbar-title {
        min-width: 0;
    }

    .app-topbar-kicker {
        font-size: .55rem;
        letter-spacing: .1em;
    }

    .app-topbar-heading {
        font-size: 1rem;
        line-height: 1.15;
    }

    .app-topbar-tools {
        min-height: 0;
        width: 100%;
    }

    .navbar-search {
        margin: 0 !important;
        width: 100%;
    }

    .navbar-search .form-group,
    .navbar-search .input-group {
        width: 100%;
    }

    .navbar-search .input-group {
        box-shadow: none;
        min-width: 0;
    }

    .app-user-nav {
        display: none !important;
    }

    .header {
        border-radius: 0;
        padding-bottom: 5.25rem !important;
    }

    body.bg-default .main-content {
        min-height: 100vh;
    }

    .header-body {
        margin-bottom: 4rem !important;
    }

    .container.mt--8 {
        margin-top: -5rem !important;
    }

    .card-body {
        padding: 1.25rem;
    }

    .sign-in-navbar-brand {
        max-height: 78px;
        max-width: 78%;
    }

    .sign-in-brand-text {
        font-size: 1.55rem;
        padding: 0 1rem;
    }

    .navbar-brand-img {
        max-height: 2.25rem;
        object-fit: contain;
    }

    .main-content .container-fluid {
        max-width: 100%;
        min-width: 0;
        padding-left: .75rem;
        padding-right: .75rem;
        width: 100%;
    }

    .main-content .container-fluid.mt--6 {
        margin-top: -4.25rem !important;
    }

    .row {
        margin-left: -.35rem;
        margin-right: -.35rem;
    }

    .row > [class*='col'] {
        padding-left: .35rem;
        padding-right: .35rem;
    }

    .card {
        border-radius: 8px;
        max-width: 100%;
        overflow: hidden;
    }

    .card-header {
        padding: .85rem .9rem;
    }

    .card-header h3 {
        font-size: 1rem;
        justify-content: space-between;
        line-height: 1.4;
    }

    .btn {
        white-space: normal;
    }

    .table-responsive {
        display: block;
        max-width: calc(100vw - 1.5rem);
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
    }

    .table-responsive table.responsive-card-table {
        border-collapse: separate;
        border-spacing: 0 .7rem;
        font-size: .84rem;
        min-width: 0;
        width: 100%;
    }

    .table-responsive table.responsive-card-table thead {
        display: none;
    }

    .table-responsive table.responsive-card-table tbody,
    .table-responsive table.responsive-card-table tr,
    .table-responsive table.responsive-card-table td,
    .table-responsive table.responsive-card-table th {
        display: block;
        width: 100%;
    }

    .table-responsive table.responsive-card-table tbody tr {
        background: #fff;
        border: 1px solid var(--ui-border);
        border-radius: 8px;
        box-shadow: 0 10px 22px rgba(34, 46, 60, .055);
        overflow: hidden;
    }

    .table-responsive table.responsive-card-table td,
    .table-responsive table.responsive-card-table th[scope='row'] {
        align-items: center;
        border-top: 1px solid #edf2f7;
        display: grid;
        gap: .75rem;
        grid-template-columns: minmax(84px, 34%) minmax(0, 1fr);
        min-height: 42px;
        padding: .68rem .85rem;
        text-align: right;
        white-space: normal;
    }

    .table-responsive table.responsive-card-table tr > :first-child {
        border-top: 0;
        background: #f8fafc;
    }

    .table-responsive table.responsive-card-table td::before,
    .table-responsive table.responsive-card-table th[scope='row']::before {
        color: var(--ui-muted);
        content: attr(data-label);
        font-size: .62rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-align: left;
        text-transform: uppercase;
    }

    .table-responsive table.responsive-card-table td:empty,
    .table-responsive table.responsive-card-table th:empty {
        display: none;
    }

    .table-responsive table.responsive-card-table .media {
        justify-content: flex-end;
    }

    .table-responsive table.responsive-card-table .switch {
        justify-self: end;
    }

    .table-responsive table.responsive-card-table .btn-delete-action {
        justify-self: end;
        min-height: 42px;
        min-width: 128px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .table-responsive table.responsive-card-table .btn-table-action {
        justify-self: end;
        min-height: 42px;
        min-width: 128px;
        padding-left: 1rem;
        padding-right: 1rem;
        width: auto !important;
    }

    .table-responsive table.responsive-card-table .edit,
    .table-responsive table.responsive-card-table .aedit,
    .table-responsive table.responsive-card-table .redit,
    .table-responsive table.responsive-card-table .subredit,
    .table-responsive table.responsive-card-table .ruedit,
    .table-responsive table.responsive-card-table .srvedit {
        align-items: center;
        background: #f8fafc;
        border: 1px solid var(--ui-border);
        border-radius: 8px;
        color: var(--ui-text);
        display: inline-flex;
        font-weight: 800;
        gap: .42rem;
        justify-self: end;
        min-height: 38px;
        max-width: 100%;
        padding: .48rem .68rem;
        text-align: right;
    }

    .table-responsive table.responsive-card-table .edit::before,
    .table-responsive table.responsive-card-table .aedit::before,
    .table-responsive table.responsive-card-table .redit::before,
    .table-responsive table.responsive-card-table .subredit::before,
    .table-responsive table.responsive-card-table .ruedit::before,
    .table-responsive table.responsive-card-table .srvedit::before {
        color: var(--ui-primary);
        content: "\f303";
        font-family: "Font Awesome 5 Free";
        font-size: .72rem;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: none;
    }

    .table-responsive table.responsive-card-table input[type='text'],
    .table-responsive table.responsive-card-table input[type='date'],
    .table-responsive table.responsive-card-table .txtedit,
    .table-responsive table.responsive-card-table .atxtedit,
    .table-responsive table.responsive-card-table .rtxtedit,
    .table-responsive table.responsive-card-table .subrtxtedit,
    .table-responsive table.responsive-card-table .rutxtedit,
    .table-responsive table.responsive-card-table .srvtxtedit {
        max-width: 100%;
        min-width: 0;
    }

    .avatar {
        height: 34px;
        min-width: 34px;
        width: 34px;
    }

    .pagination {
        flex-wrap: wrap;
        gap: .25rem;
    }

    .modal-dialog {
        margin: .75rem;
    }

    .modal-footer .btn {
        flex: 1 1 120px;
    }
}

@media (max-width: 1199.98px) {
    .sidenav.navbar {
        box-shadow: 18px 0 48px rgba(20, 32, 36, .24);
        max-width: 280px;
        width: 280px;
    }

    .navbar-top {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 82px;
    }

    .app-sidebar.navbar-vertical {
        bottom: auto;
        display: block;
        height: 82px;
        left: 0;
        max-width: none !important;
        overflow: visible;
        padding: 0 1.35rem;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1080;
    }

    .app-sidebar .scrollbar-inner {
        align-items: center;
        display: flex;
        height: 100%;
        gap: 1rem;
        overflow: visible !important;
        width: 100%;
    }

    .app-sidebar .scroll-element,
    .app-sidebar .scrollbar-inner > .scroll-element {
        display: none !important;
    }

    .app-sidebar .app-sidebar-brand {
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 12px;
        flex: 0 0 210px;
        height: 100%;
        margin-right: .35rem;
        padding: .45rem .85rem;
    }

    .app-sidebar .navbar-brand {
        padding: .35rem 0 .25rem;
    }

    .app-sidebar .navbar-brand-img {
        max-height: 2.35rem;
    }

    .app-sidebar .app-sidebar-kicker {
        font-size: .58rem;
        letter-spacing: .18em;
    }

    .app-sidebar .navbar-inner {
        flex: 1 1 auto;
        padding: 0;
        min-width: 0;
    }

    .app-sidebar .navbar-collapse {
        display: flex !important;
        flex-direction: row !important;
        margin: 0 !important;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 !important;
        scrollbar-width: thin;
    }

    .app-sidebar .navbar-nav {
        align-items: center;
        display: flex;
        flex-direction: row !important;
        gap: .45rem;
        margin: 0 !important;
        min-width: 0 !important;
        width: 100%;
    }

    .app-sidebar .navbar-collapse::-webkit-scrollbar {
        height: 4px;
    }

    .app-sidebar .navbar-collapse::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, .18);
        border-radius: 999px;
    }

    .app-sidebar .nav-section-label {
        display: none;
    }

    .app-sidebar .navbar-nav > .nav-item {
        margin: 0 !important;
    }

    .app-sidebar .navbar-nav > .nav-item:last-child {
        margin-left: auto !important;
    }

    .app-sidebar .navbar-nav .nav-link {
        align-items: center;
        background: rgba(255, 255, 255, .045);
        border: 1px solid rgba(255, 255, 255, .06);
        border-radius: 999px;
        display: inline-flex;
        gap: .48rem;
        margin: 0;
        min-height: 42px;
        padding: .48rem .78rem .48rem .5rem !important;
        white-space: nowrap;
    }

    .app-sidebar .navbar-nav .nav-link:hover {
        background: rgba(255, 255, 255, .12);
        transform: translateY(-1px);
    }

    .app-sidebar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, .92) !important;
        border-color: transparent;
        color: var(--ui-text) !important;
        transform: none;
    }

    .app-sidebar .navbar-nav .nav-link i {
        align-items: center;
        background: rgba(255, 255, 255, .12);
        border-radius: 999px;
        display: inline-flex;
        height: 28px;
        justify-content: center;
        min-width: 28px;
        width: 28px;
    }

    .app-sidebar .navbar-nav .nav-link.active i {
        background: var(--ui-accent-soft);
        color: var(--ui-accent) !important;
    }

    .app-sidebar .navbar-nav .nav-link-text,
    .app-sidebar .navbar-nav .nav-link-red {
        font-size: .82rem;
        letter-spacing: 0;
        line-height: 1;
    }

    .sidenav.fixed-left + .main-content,
    .g-sidenav-pinned .sidenav.fixed-left + .main-content,
    .navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
        margin-left: 0 !important;
    }

    .main-content {
        margin-left: 0 !important;
    }

    .header {
        border-radius: 0;
        padding-bottom: 4.5rem !important;
    }

    .app-topbar {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .app-topbar-inner {
        background: rgba(255, 255, 255, .92);
        border-color: var(--ui-border);
        box-shadow: 0 14px 36px rgba(34, 46, 60, .08);
    }

    .app-topbar-title,
    .app-topbar-heading {
        color: var(--ui-text);
    }

    .app-topbar-kicker {
        color: var(--ui-muted);
    }

    .app-topbar-status,
    .app-user-chip {
        background: #fff;
        border-color: var(--ui-border);
        color: var(--ui-text);
    }

    .navbar-search .input-group {
        background: #fff;
        border-color: var(--ui-border);
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    .app-topbar-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .app-topbar-tools {
        width: 100%;
    }

    .app-topbar-title {
        min-width: 0;
    }
}

@media (min-width: 1200px) {
    body.theme-graphite {
        padding-top: 15px !important;
    }

    body.theme-graphite .app-sidebar.navbar-vertical {
        bottom: 0;
        height: 100vh;
        max-width: 292px !important;
        padding: 1.25rem 1rem;
        right: auto;
        width: 292px;
    }

    body.theme-graphite .app-sidebar .scrollbar-inner {
        align-items: stretch;
        flex-direction: column;
        gap: .75rem;
        overflow-y: auto !important;
    }

    body.theme-graphite .app-sidebar .app-sidebar-brand {
        flex: 0 0 auto;
        height: auto;
        margin: 0 0 .75rem;
        min-height: 108px;
    }

    body.theme-graphite .app-sidebar .navbar-inner {
        flex: 1 1 auto;
    }

    body.theme-graphite .app-sidebar .navbar-collapse,
    body.theme-graphite .app-sidebar .navbar-nav {
        align-items: stretch;
        flex-direction: column !important;
        overflow: visible;
    }

    body.theme-graphite .app-sidebar .nav-section-label {
        display: block;
    }

    body.theme-graphite .app-sidebar .navbar-nav .nav-link {
        border-radius: 8px;
        justify-content: flex-start;
        min-height: 46px;
        padding: .58rem .8rem !important;
    }

    body.theme-graphite .app-sidebar .navbar-nav > .nav-item:last-child {
        margin-left: 0 !important;
        margin-top: auto !important;
    }

    body.theme-graphite .main-content,
    body.theme-graphite .sidenav.fixed-left + .main-content,
    body.theme-graphite .g-sidenav-pinned .sidenav.fixed-left + .main-content,
    body.theme-graphite .navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
        margin-left: 292px !important;
    }

    body.theme-graphite .header {
        border-radius: 0 0 0 24px;
        padding-bottom: .35rem !important;
    }

    body.theme-graphite .app-topbar-inner {
        background: rgba(251, 252, 248, .96);
    }

    body.theme-graphite .card {
        border-radius: 4px;
    }

    body.theme-graphite .card-header {
        border-radius: 4px 4px 0 0 !important;
    }

    body.theme-harbor {
        background:
            linear-gradient(180deg, rgba(255,255,255,.72), rgba(238,246,248,.96) 260px),
            var(--ui-surface);
    }

    body.theme-harbor .app-sidebar.navbar-vertical {
        background: #ffffff !important;
        border-bottom: 1px solid var(--ui-border);
        box-shadow: 0 12px 34px rgba(33, 56, 68, .08);
    }

    body.theme-harbor .app-sidebar .app-sidebar-brand {
        background: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }

    body.theme-harbor .app-sidebar .navbar-nav .nav-link {
        background: #eef6f8;
        border-color: #d5e6ec;
        color: var(--ui-text) !important;
    }

    body.theme-harbor .app-sidebar .navbar-nav .nav-link:hover {
        background: #dff1f5;
    }

    body.theme-harbor .app-sidebar .navbar-nav .nav-link.active {
        background: var(--ui-primary) !important;
        color: #fff !important;
    }

    body.theme-harbor .app-sidebar .navbar-nav .nav-link i {
        background: rgba(23, 109, 143, .12);
    }

    body.theme-harbor .app-sidebar .navbar-nav .nav-link.active i {
        background: rgba(255, 255, 255, .18);
        color: #fff !important;
    }

    body.theme-harbor .header {
        background: linear-gradient(180deg, #e6f4f7 0%, #f7fbfc 100%) !important;
        box-shadow: inset 0 -1px 0 var(--ui-border);
    }

    body.theme-harbor .app-topbar-inner {
        background: #fff;
        border-color: #cfe4eb;
    }

body.theme-harbor .card {
        box-shadow: 0 16px 32px rgba(33, 56, 68, .075);
    }
}

@media (min-width: 1200px) {
    body:not(.theme-graphite) {
        padding-top: 72px;
    }

    body:not(.theme-graphite) .app-sidebar.navbar-vertical {
        background: linear-gradient(90deg, var(--ui-sidebar) 0%, #102b28 68%, #173934 100%) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        box-shadow: 0 10px 28px rgba(13, 31, 35, .16);
        height: 72px;
        padding: 0 1.4rem;
    }

    body:not(.theme-graphite) .app-sidebar .scrollbar-inner {
        gap: 1.4rem;
    }

    body:not(.theme-graphite) .app-sidebar .app-sidebar-brand {
        background: transparent;
        border: 0;
        border-radius: 0;
        flex: 0 0 178px;
        height: 72px;
        margin: 0;
        padding: .45rem 0;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-brand-img {
        max-height: 2.05rem;
    }

    body:not(.theme-graphite) .app-sidebar .app-sidebar-kicker {
        color: rgba(255, 255, 255, .58);
        font-size: .54rem;
        letter-spacing: .18em;
        margin-top: .12rem;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav {
        gap: .18rem;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link {
        background: transparent;
        border: 0;
        border-radius: 0;
        color: rgba(255, 255, 255, .78) !important;
        min-height: 72px;
        padding: 0 .78rem !important;
        position: relative;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link:hover {
        background: rgba(255, 255, 255, .055);
        color: #fff !important;
        transform: none;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active {
        background: transparent !important;
        color: #fff !important;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active::after {
        background: var(--ui-sidebar-active);
        border-radius: 999px 999px 0 0;
        bottom: 0;
        content: "";
        height: 4px;
        left: .65rem;
        position: absolute;
        right: .65rem;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link i {
        background: rgba(255, 255, 255, .1);
        height: 24px;
        min-width: 24px;
        width: 24px;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active i {
        background: var(--ui-sidebar-active);
        color: #192623 !important;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link-text,
    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link-red {
        font-size: .78rem;
        font-weight: 800;
    }

    body:not(.theme-graphite) .header {
        padding-bottom: 4rem !important;
    }

    body:not(.theme-graphite) .app-topbar {
        padding-top: .8rem;
    }

    body:not(.theme-graphite) .app-topbar-inner {
        border-radius: 8px;
        min-height: 58px;
        padding: .55rem .85rem;
    }

    body:not(.theme-graphite) .app-topbar-heading {
        font-size: 1.1rem;
    }

    body:not(.theme-graphite) .app-topbar-kicker {
        font-size: .58rem;
    }

    body:not(.theme-graphite) .navbar-search .input-group {
        min-width: 260px;
    }

    body:not(.theme-graphite) .card {
        border-radius: 8px;
    }

    body:not(.theme-graphite) .card-header {
        border-radius: 8px 8px 0 0 !important;
        padding: 1rem 1.2rem;
    }

    body:not(.theme-graphite) .table thead th {
        background: #f6f8fa;
        color: #748397;
        font-size: .64rem;
        padding-bottom: .78rem;
        padding-top: .78rem;
    }

    body:not(.theme-graphite) .table td {
        padding-bottom: .86rem;
        padding-top: .86rem;
    }

    body:not(.theme-graphite) .avatar {
        border-radius: 6px !important;
        height: 36px;
        min-width: 36px;
        width: 36px;
    }

    body:not(.theme-graphite) .switch {
        height: 23px;
        width: 48px;
    }

    body:not(.theme-graphite) .slider::before {
        height: 19px;
        width: 19px;
    }

    body:not(.theme-graphite) input:checked + .slider::before {
        transform: translateX(25px);
    }
}

@media (min-width: 1200px) {
    body:not(.theme-graphite) .header .container-fluid,
    body:not(.theme-graphite) .main-content > .container-fluid {
        max-width: 1780px;
    }

    body:not(.theme-graphite) .app-sidebar.navbar-vertical {
        height: 68px;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    body:not(.theme-graphite) .app-sidebar .app-sidebar-brand {
        flex-basis: 172px;
        height: 68px;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav {
        gap: .12rem;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link {
        border-radius: 8px;
        min-height: 44px;
        padding: 0 .72rem !important;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link:hover,
    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, .075) !important;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active::after {
        bottom: -12px;
        left: .7rem;
        right: .7rem;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link i {
        background: rgba(255, 255, 255, .13);
        height: 26px;
        min-width: 26px;
        width: 26px;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active i {
        background: var(--ui-sidebar-active);
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav > .nav-item:last-child {
        margin-left: .8rem !important;
    }

    body:not(.theme-graphite) .header {
        padding-bottom: 5.35rem !important;
    }

    body:not(.theme-graphite) .main-content .container-fluid.mt--6 {
        margin-top: -4.6rem !important;
    }

    body:not(.theme-graphite) .header-body .card-stats {
        margin-bottom: 1.15rem;
    }

    body:not(.theme-graphite) .card-stats {
        min-height: 112px;
    }

    body:not(.theme-graphite) .card-stats .card-body {
        padding: 1.15rem 1.35rem;
    }

    body:not(.theme-graphite) .table-responsive {
        border-radius: 0 0 8px 8px;
    }
}

/* Palette only: inspired by warm document dashboards without changing the layout. */
body {
    background: linear-gradient(180deg, #f8fafc 0%, #f3f6f9 100%);
    color: #1f2f33;
}

.header,
.bg-gradient-admin,
.bg-gradient-user,
.bg-gradient-reseller,
[class*='bg-gradient-'] {
    background: linear-gradient(120deg, #0b7469 0%, #0f8a7c 55%, #f0be5d 100%) !important;
}

.sidenav.navbar,
body:not(.theme-graphite) .app-sidebar.navbar-vertical {
    background: #0f3d38 !important;
}

.sidenav .navbar-nav .nav-link.active,
body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active,
body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link:hover {
    background: #f2c766 !important;
    color: #17231f !important;
}

.sidenav .navbar-nav .nav-link.active i,
body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active i {
    background: rgba(23, 35, 31, .12) !important;
    color: #0b7469 !important;
}

.app-topbar-inner,
.card,
.card-header,
.table-responsive {
    background: #fffdf8 !important;
}

.app-topbar-inner,
.card {
    border-color: #e5dccf !important;
}

.app-topbar-heading,
.card-header h3,
.card-title {
    color: #0b7469 !important;
}

.navbar-search .input-group,
.input-group-alternative,
.form-control {
    background: #f4f1eb !important;
    border-color: #e4dbce !important;
}

.table thead th,
body:not(.theme-graphite) .table thead th {
    background: #f4f1eb !important;
    color: #766e64 !important;
}

.table tbody tr:hover,
body:not(.theme-graphite) .table tbody tr:hover td,
body:not(.theme-graphite) .table tbody tr:hover th {
    background: #fff4d5 !important;
}

.btn-primary,
.btn-success {
    background: #0b7469 !important;
    border-color: #0b7469 !important;
}

.btn-table-action {
    background: #eef8f4 !important;
    border-color: #abd5ca !important;
    color: #0b7469 !important;
}

.btn-delete-action {
    background: #fff4ef !important;
    border-color: #efb8a6 !important;
    color: #9e3b2e !important;
}

.avatar {
    background: #eaf2ef !important;
    color: #0f3d38 !important;
}

/* EPL-inspired workspace: visual treatment only, no markup changes. */
@media (min-width: 1200px) {
    body:not(.bg-default) {
        background: linear-gradient(180deg, #f8fafc 0%, #f3f6f9 100%) !important;
        padding-top: 72px;
    }

    body:not(.theme-graphite) .app-sidebar.navbar-vertical {
        background: linear-gradient(90deg, #092f2d 0%, #0d3d39 62%, #103b37 100%) !important;
        border: 0 !important;
        box-shadow: 0 18px 42px rgba(9, 47, 45, .22);
        height: 72px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    body:not(.theme-graphite) .app-sidebar .app-sidebar-brand {
        background: transparent !important;
        flex-basis: 170px;
        height: 72px;
        padding: .45rem 0 !important;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-brand-img {
        filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .25));
        max-height: 2.25rem;
    }

    body:not(.theme-graphite) .app-sidebar .app-sidebar-kicker {
        color: rgba(255, 255, 255, .7);
        font-size: .52rem;
        letter-spacing: .18em;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav {
        gap: .45rem;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link {
        border-radius: 10px;
        color: rgba(255, 255, 255, .88) !important;
        min-height: 46px;
        padding: 0 .9rem !important;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link:hover,
    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active {
        background: rgba(35, 174, 122, .22) !important;
        color: #fff !important;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active::after {
        display: none;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link i {
        background: transparent !important;
        color: currentColor !important;
    }

    body:not(.theme-graphite) .app-sidebar .navbar-nav .nav-link.active i {
        background: rgba(35, 174, 122, .18) !important;
        border: 1px solid rgba(35, 174, 122, .35);
        border-radius: 999px;
        color: #30c98f !important;
    }

    body:not(.theme-graphite) .main-content {
        padding: 0 2.2rem 2.4rem;
    }

    body:not(.theme-graphite) .header {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding-bottom: 2.1rem !important;
    }

    body:not(.theme-graphite) .header .container-fluid,
    body:not(.theme-graphite) .main-content > .container-fluid {
        max-width: 1640px !important;
    }

    body:not(.theme-graphite) .app-topbar {
        padding-top: 2rem;
    }

    body:not(.theme-graphite) .app-topbar-inner {
        background: rgba(255, 255, 255, .92) !important;
        border: 1px solid rgba(226, 220, 210, .9) !important;
        border-radius: 24px 24px 0 0 !important;
        box-shadow: 0 20px 52px rgba(44, 50, 44, .11) !important;
        min-height: 92px;
        padding: 1.65rem 2.1rem !important;
    }

    body:not(.theme-graphite) .app-topbar-kicker {
        color: #9a948b !important;
        font-size: .62rem;
        letter-spacing: .15em;
    }

    body:not(.theme-graphite) .app-topbar-heading {
        color: #22313a !important;
        font-size: 1.9rem !important;
        font-weight: 800 !important;
    }

    body:not(.theme-graphite) .navbar-search .input-group {
        background: #f4f3ef !important;
        border: 1px solid #e4dfd6 !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        min-height: 50px;
        min-width: 360px;
    }

    body:not(.theme-graphite) .navbar-search .form-control {
        color: #34434c;
        font-weight: 600;
    }

    body:not(.theme-graphite) .app-user-chip {
        background: #fff !important;
        border: 1px solid #e4dfd6 !important;
        border-radius: 18px !important;
        box-shadow: 0 10px 24px rgba(44, 50, 44, .08);
    }

    body:not(.theme-graphite) .main-content .container-fluid.mt--6 {
        margin-top: -2.1rem !important;
    }

    body:not(.theme-graphite) .card {
        background: rgba(255, 255, 255, .94) !important;
        border: 1px solid #e6e0d8 !important;
        border-radius: 0 0 24px 24px !important;
        box-shadow: 0 24px 58px rgba(44, 50, 44, .11) !important;
        overflow: hidden;
    }

    body:not(.theme-graphite) .card-header {
        background: rgba(255, 255, 255, .94) !important;
        border-bottom: 1px solid #ebe5dc !important;
        border-radius: 0 !important;
        padding: 1.25rem 2rem !important;
    }

    body:not(.theme-graphite) .card-header h3 {
        color: #22313a !important;
        font-size: 1.1rem;
        font-weight: 800;
    }

    body:not(.theme-graphite) .card-header h3 .btn,
    body:not(.theme-graphite) .btn-success {
        background: #20b779 !important;
        border-color: #20b779 !important;
        border-radius: 10px !important;
        box-shadow: 0 14px 28px rgba(32, 183, 121, .24);
        color: #fff !important;
    }

    body:not(.theme-graphite) .table-responsive {
        background: rgba(255, 255, 255, .94) !important;
        padding: 0 !important;
    }

    body:not(.theme-graphite) .table {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        margin: 0 !important;
        min-width: 980px;
        padding: 0 !important;
    }

    body:not(.theme-graphite) .table thead th {
        background: rgba(255, 255, 255, .94) !important;
        border-bottom: 1px solid #ebe5dc !important;
        color: #687785 !important;
        font-size: .72rem !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        padding: 1.15rem 1.25rem !important;
        text-transform: none;
    }

    body:not(.theme-graphite) .table tbody tr {
        filter: none !important;
        transform: none !important;
    }

    body:not(.theme-graphite) .table tbody td,
    body:not(.theme-graphite) .table tbody th {
        background: rgba(255, 255, 255, .94) !important;
        border-bottom: 1px solid #ebe5dc !important;
        border-left: 0 !important;
        border-radius: 0 !important;
        border-top: 0 !important;
        box-shadow: none !important;
        color: #2d3b45;
        padding: 1.2rem 1.25rem !important;
    }

    body:not(.theme-graphite) .table tbody tr:hover td,
    body:not(.theme-graphite) .table tbody tr:hover th {
        background: #fff4d0 !important;
        border-bottom-color: #f0d588 !important;
    }

    body:not(.theme-graphite) .table tbody td:first-child,
    body:not(.theme-graphite) .table tbody th:first-child {
        border-left: 0 !important;
    }

    body:not(.theme-graphite) .avatar.rounded-circle {
        background: #f3f6f8 !important;
        border: 0 !important;
        border-radius: 8px !important;
        color: #2d3b45 !important;
        height: 44px;
        min-width: 44px;
        width: 44px;
    }

    body:not(.theme-graphite) .btn-table-action {
        background: transparent !important;
        border: 0 !important;
        color: #20a873 !important;
        font-weight: 800;
        padding-left: 0 !important;
    }

    body:not(.theme-graphite) .btn-delete-action {
        background: #fff0ee !important;
        border: 1px solid #f7ded9 !important;
        border-radius: 9px !important;
        color: #e13631 !important;
        min-height: 42px;
    }

    body:not(.theme-graphite) .switch {
        height: 26px;
        width: 52px;
    }

    body:not(.theme-graphite) .slider {
        background: #d9e1e2;
    }

    body:not(.theme-graphite) input:checked + .slider {
        background: #20b779;
    }

    body:not(.theme-graphite) .slider::before {
        height: 22px;
        width: 22px;
    }

    body:not(.theme-graphite) input:checked + .slider::before {
        transform: translateX(26px);
    }

    body:not(.theme-graphite) .pagination {
        padding: 1.3rem 0 1rem;
    }

    body:not(.theme-graphite) .page-item.active .page-link {
        background: #20b779;
        border-color: #20b779;
        box-shadow: 0 10px 20px rgba(32, 183, 121, .22);
    }
}

.app-list-page .page-hero,
.admin-resellers-page .page-hero {
    align-items: center;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(180px, 1fr) minmax(260px, 420px) auto;
    margin-bottom: 1.55rem;
}

.app-list-page .page-kicker,
.admin-resellers-page .page-kicker {
    color: #8a98a8;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.app-list-page .page-hero h1,
.admin-resellers-page .page-hero h1 {
    color: #22313a;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.app-list-page .page-search,
.admin-resellers-page .page-search {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(35, 49, 58, .06);
    cursor: text;
    display: flex;
    gap: .75rem;
    min-height: 52px;
    padding: 0;
    position: relative;
}

.app-list-page .page-search i,
.admin-resellers-page .page-search i {
    color: #263746;
    flex: 0 0 auto;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.app-list-page .page-search input,
.admin-resellers-page .page-search input {
    background: transparent;
    border: 0;
    color: #34434c;
    flex: 1;
    font-weight: 600;
    min-height: 52px;
    min-width: 0;
    outline: 0;
    padding: 0 1rem 0 2.75rem;
    width: 100%;
}

.app-table th.sort {
    cursor: pointer;
}

.app-table th.sort a {
    display: inline-flex;
    margin-left: .25rem;
    padding: .25rem;
    vertical-align: middle;
}

.app-list-page .page-add-button,
.admin-resellers-page .page-add-button {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    gap: .65rem;
    min-height: 52px;
    padding-left: 1.25rem;
    padding-right: 1.35rem;
}

.page-actions {
    align-items: center;
    display: inline-flex;
    gap: .75rem;
    justify-content: flex-end;
}

.page-secondary-button {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    gap: .65rem;
    min-height: 52px;
    padding-left: 1.15rem;
    padding-right: 1.25rem;
}

.app-stats-row,
.reseller-stats-row {
    margin-bottom: 1.4rem;
}

.app-stat-card,
.reseller-stat-card {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid #e5eaf0;
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(35, 49, 58, .07);
    display: flex;
    justify-content: space-between;
    height: 118px;
    min-height: 118px;
    padding: 1.35rem 1.55rem;
}

.app-stat-card span,
.reseller-stat-card span {
    color: #7d8b9d;
    display: block;
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: .55rem;
}

.app-stat-card strong,
.reseller-stat-card strong {
    color: #22313a;
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
}

.app-stat-card small,
.reseller-stat-card small {
    color: #20a873;
    display: inline-block;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1;
    margin-top: .35rem;
    min-height: .82rem;
}

.app-stat-card > i,
.reseller-stat-card > i {
    align-items: center;
    background: #edf4fb;
    border-radius: 999px;
    color: #2b5b8a;
    display: inline-flex;
    font-size: 1.1rem;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.app-stats-row .col-xl-3:nth-child(2) .app-stat-card > i,
.reseller-stats-row .col-xl-3:nth-child(2) .reseller-stat-card > i {
    background: #eaf8f0;
    color: #20a873;
}

.app-stats-row .col-xl-3:nth-child(3) .app-stat-card > i,
.reseller-stats-row .col-xl-3:nth-child(3) .reseller-stat-card > i {
    background: #f0eafa;
    color: #7b61d8;
}

.app-stats-row .col-xl-3:nth-child(4) .app-stat-card > i,
.reseller-stats-row .col-xl-3:nth-child(4) .reseller-stat-card > i {
    background: #fff0df;
    color: #e18c37;
}

body:not(.theme-graphite) .card-stats .icon-shape {
    align-items: center;
    background: #edf4fb !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #2b5b8a !important;
    display: inline-flex;
    font-size: 1.1rem;
    height: 56px;
    justify-content: center;
    width: 56px;
}

body:not(.theme-graphite) .app-stats-row .col-xl-3:nth-child(2) .card-stats .icon-shape {
    background: #eaf8f0 !important;
    color: #20a873 !important;
}

body:not(.theme-graphite) .app-stats-row .col-xl-3:nth-child(3) .card-stats .icon-shape {
    background: #fff0ee !important;
    color: #e65c4f !important;
}

body:not(.theme-graphite) .app-stats-row .col-xl-3:nth-child(4) .card-stats .icon-shape {
    background: #fff0df !important;
    color: #e18c37 !important;
}

.app-table-card,
.reseller-table-card {
    border-radius: 16px !important;
}

.app-table-card .table-responsive,
.reseller-table-card .table-responsive {
    border-radius: 16px !important;
}

.app-table,
.reseller-table {
    min-width: 980px;
}

.reseller-table .reseller-identity {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.reseller-table .reseller-main-name {
    color: #263746;
    font-weight: 800;
}

.reseller-table .reseller-identity span {
    color: #6f8194;
    font-size: .82rem;
    font-weight: 600;
}

.reseller-credit-action {
    align-items: flex-start !important;
    flex-direction: column;
    gap: .35rem !important;
    min-width: 116px;
}

.reseller-credit-action > span {
    color: #263746;
    font-weight: 800;
}

.reseller-credit-action .credit-progress {
    background: rgba(32, 183, 121, .2);
    border-radius: 999px;
    display: block;
    height: 4px;
    overflow: hidden;
    width: 92px;
}

.reseller-credit-action .credit-progress i {
    background: #20b779;
    border-radius: inherit;
    display: block;
    height: 100%;
    min-width: 0;
}

.btn-row-action {
    align-items: center;
    background: #f7f9fb;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    color: #263746;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin: 0 .15rem;
    width: 40px;
}

.btn-row-action:hover,
.btn-row-action:focus {
    background: #eef8f4;
    border-color: #c9e8dd;
    color: #20a873;
    outline: 0;
}

.btn-row-danger {
    background: #fff0ee;
    border-color: #f7ded9;
    color: #e13631;
}

.btn-row-danger:hover,
.btn-row-danger:focus {
    background: #ffe5e1;
    border-color: #f2bbb3;
    color: #d42520;
}

.credit-limit-modal-body {
    padding: 1.35rem 1.55rem 1.25rem;
}

[id^="creditlimit_modal_"] .modal-dialog {
    max-width: 720px;
}

[id^="creditlimit_modal_"] .modal-header {
    align-items: center;
    padding: 1.15rem 1.55rem;
}

[id^="creditlimit_modal_"] .modal-title {
    color: #22313a;
    font-size: 1.35rem;
    font-weight: 800;
}

[id^="creditlimit_modal_"] .close {
    color: #8b949e;
    font-size: 1.65rem;
    line-height: 1;
    opacity: 1;
}

.credit-limit-summary {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.15rem;
}

.credit-limit-summary > div {
    background: #f8fafb;
    border: 1px solid #e4e9ef;
    border-radius: 12px;
    min-width: 0;
    padding: .85rem .9rem;
}

.credit-limit-summary span,
.credit-limit-label {
    color: #7d8b9d;
    display: block;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .035em;
    line-height: 1.2;
    margin-bottom: .35rem;
    text-transform: uppercase;
    white-space: normal;
}

.credit-limit-summary strong {
    color: #22313a;
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.credit-limit-editor {
    margin-bottom: .95rem;
}

.credit-limit-input {
    background: #fbf8f2 !important;
    border-color: #e5dccf !important;
    color: #22313a;
    font-size: 1.05rem;
    font-weight: 800;
    min-height: 44px;
}

.credit-limit-editor small {
    color: #7d8b9d;
    display: block;
    font-size: .86rem;
    margin-top: .55rem;
}

.credit-limit-note {
    align-items: flex-start;
    background: #eef8f4;
    border: 1px solid #c9e8dd;
    border-radius: 10px;
    color: #0b7469;
    display: flex;
    font-size: .9rem;
    gap: .6rem;
    line-height: 1.45;
    padding: .8rem .9rem;
}

.credit-limit-note i {
    margin-top: .15rem;
}

[id^="creditlimit_modal_"] .modal-footer {
    gap: .75rem;
    justify-content: flex-end;
    padding: 1rem 1.55rem 1.2rem;
}

[id^="creditlimit_modal_"] .modal-footer .btn {
    border-radius: 10px;
    font-size: .95rem;
    min-height: 44px;
    min-width: 132px;
    padding: .65rem 1rem;
}

[id^="creditlimit_modal_"] .modal-footer .btn-default {
    background: #172b4d;
    border-color: #172b4d;
    color: #fff;
}

[id^="creditlimit_modal_"] .modal-footer .btn-primary {
    background: #0b8a7c !important;
    border-color: #0b8a7c !important;
    box-shadow: 0 12px 24px rgba(11, 138, 124, .22);
}

.password-change-modal .modal-dialog {
    max-width: 640px;
}

.password-change-modal .modal-header,
.password-change-modal .modal-footer {
    padding-left: 1.55rem;
    padding-right: 1.55rem;
}

.password-change-modal .modal-title {
    color: #22313a;
    font-size: 1.35rem;
    font-weight: 800;
}

.password-change-modal-body {
    padding: 1.35rem 1.55rem 1.25rem;
}

.password-change-summary {
    background: #f8fafb;
    border: 1px solid #e4e9ef;
    border-radius: 12px;
    margin-bottom: 1.1rem;
    padding: .9rem 1rem;
}

.password-change-summary span,
.password-change-label {
    color: #7d8b9d;
    display: block;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .035em;
    line-height: 1.2;
    margin-bottom: .35rem;
    text-transform: uppercase;
}

.password-change-summary strong {
    color: #22313a;
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.password-change-modal .form-control {
    background: #fbf8f2 !important;
    border-color: #e5dccf !important;
    color: #22313a;
    font-weight: 700;
    min-height: 44px;
}

.password-change-note {
    align-items: flex-start;
    background: #eef8f4;
    border: 1px solid #c9e8dd;
    border-radius: 10px;
    color: #0b7469;
    display: flex;
    font-size: .9rem;
    gap: .6rem;
    line-height: 1.45;
    margin-top: 1rem;
    padding: .8rem .9rem;
}

.password-change-modal .modal-footer {
    gap: .75rem;
    justify-content: flex-end;
}

.password-change-modal .modal-footer .btn {
    border-radius: 10px;
    min-height: 44px;
    min-width: 132px;
}

.btn-password-action {
    gap: .45rem;
}

.password-table-cell {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    min-width: 190px;
}

.password-reveal-value {
    background: #f3f7fa;
    border: 1px solid #dce7ee;
    border-radius: 8px;
    color: #22313a;
    display: inline-flex;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 260px;
    min-height: 32px;
    overflow-wrap: anywhere;
    padding: .5rem .65rem;
    white-space: normal;
}

.password-reveal-value.is-revealed {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.password-table-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.password-disabled-label {
    color: var(--ui-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.app-menu-toggle {
    align-items: center;
    background: #0f766e;
    border: 1px solid rgba(15, 118, 110, .18);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(15, 118, 110, .18);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    gap: .45rem;
    min-height: 42px;
    padding: .48rem .72rem;
}

.app-menu-toggle:focus,
.app-menu-toggle:hover {
    background: #0d665f;
    color: #fff;
    outline: 0;
}

.app-menu-toggle-icon {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    height: 18px;
    justify-content: center;
    position: relative;
    width: 18px;
}

.app-menu-toggle .sidenav-toggler-line {
    background: currentColor !important;
    border-radius: 999px;
    display: block;
    height: 2px;
    margin: 0 !important;
    opacity: 1 !important;
    transform-origin: center;
    transition: opacity .18s ease, transform .18s ease;
    width: 18px;
}

.app-menu-toggle-label {
    color: currentColor;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
}

.app-menu-toggle.active {
    background: #172b4d;
    border-color: rgba(23, 43, 77, .18);
    box-shadow: 0 10px 24px rgba(23, 43, 77, .18);
}

.app-menu-toggle.active .app-menu-toggle-label {
    font-size: 0;
}

.app-menu-toggle.active .app-menu-toggle-label::after {
    content: "Close";
    font-size: .78rem;
}

.app-menu-toggle.active .sidenav-toggler-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.app-menu-toggle.active .sidenav-toggler-line:nth-child(2) {
    opacity: 0 !important;
}

.app-menu-toggle.active .sidenav-toggler-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.app-sidebar-close {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: none;
    gap: .45rem;
    min-height: 38px;
    padding: .45rem .72rem;
}

.app-sidebar-close:hover,
.app-sidebar-close:focus {
    background: rgba(255, 255, 255, .18);
    color: #fff;
    outline: 0;
}

.app-sidebar-close span {
    font-size: .76rem;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .credit-limit-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .app-list-page .page-hero,
    .admin-resellers-page .page-hero {
        grid-template-columns: 1fr;
    }

    .app-list-page .page-add-button,
    .admin-resellers-page .page-add-button {
        justify-content: center;
        width: 100%;
    }

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

    .page-secondary-button {
        justify-content: center;
        width: 100%;
    }
}

/* Global responsive layer: keep every admin/reseller page usable on tablet/mobile. */
@media (max-width: 1199.98px) {
    body:not(.bg-default) {
        background: #f8fafc !important;
        padding-top: 0 !important;
    }

    .main-content,
    .sidenav.fixed-left + .main-content,
    .g-sidenav-pinned .sidenav.fixed-left + .main-content,
    .navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
        margin-left: 0 !important;
        min-width: 0;
        width: 100%;
    }

    .header {
        background: transparent !important;
        padding-bottom: 4.25rem !important;
    }

    .main-content .container-fluid,
    body:not(.theme-graphite) .main-content > .container-fluid,
    body:not(.theme-graphite) .header .container-fluid {
        max-width: 100% !important;
        min-width: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
    }

    .main-content .container-fluid.mt--6,
    body:not(.theme-graphite) .main-content .container-fluid.mt--6 {
        margin-top: -3rem !important;
    }

    .app-sidebar.navbar-vertical {
        height: 100vh;
        max-width: 280px !important;
        overflow-y: auto;
        width: 280px;
        z-index: 1090;
    }

    .app-topbar {
        padding: .75rem 0;
    }

    .app-topbar-inner,
    body:not(.theme-graphite) .app-topbar-inner {
        border-radius: 18px !important;
        min-height: 74px;
        padding: 1rem 1.1rem !important;
    }

    .app-list-page .page-hero,
    .admin-resellers-page .page-hero {
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: 1rem;
    }

    .app-list-page .page-search,
    .admin-resellers-page .page-search {
        min-height: 48px;
        width: 100%;
    }

    .app-list-page .page-add-button,
    .admin-resellers-page .page-add-button {
        justify-content: center;
        min-height: 48px;
        width: 100%;
    }

    .page-secondary-button {
        min-height: 48px;
    }

    .app-stats-row,
    .reseller-stats-row {
        row-gap: .85rem;
    }

    .card-stats,
    .app-stat-card,
    .reseller-stat-card {
        height: auto;
        min-height: 104px;
    }

    body:not(.theme-graphite) .card,
    .card,
    .app-table-card,
    .reseller-table-card {
        border-radius: 14px !important;
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body:not(.bg-default) {
        background: #f8fafc !important;
    }

    .navbar-top {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .app-topbar-inner,
    body:not(.theme-graphite) .app-topbar-inner {
        align-items: stretch;
        display: grid;
        gap: .75rem;
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 0;
        padding: .85rem !important;
    }

    .app-topbar-title {
        min-width: 0;
    }

    .app-topbar-kicker {
        font-size: .56rem;
        letter-spacing: .1em;
    }

    .app-topbar-heading {
        font-size: 1.18rem;
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .app-topbar-tools {
        align-items: center;
        display: flex;
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        min-height: 0;
        width: auto;
    }

    .app-topbar-tools .navbar-nav {
        margin-left: 0 !important;
    }

    .app-topbar-tools .sidenav-toggler {
        margin-right: 0 !important;
        padding-right: .66rem !important;
    }

    .app-menu-toggle {
        border-radius: 16px;
        min-height: 40px;
        padding: .45rem .66rem !important;
    }

    .app-menu-toggle-icon {
        height: 16px;
        width: 16px;
    }

    .app-menu-toggle .sidenav-toggler-line {
        width: 16px;
    }

    .app-menu-toggle-label {
        font-size: .74rem;
    }

    .app-menu-toggle.active .app-menu-toggle-label::after {
        font-size: .74rem;
    }

    .app-sidebar-close {
        display: inline-flex;
        margin-top: .75rem;
    }

    .app-topbar-status,
    .app-user-nav,
    .navbar-search {
        display: none !important;
    }

    .header {
        padding-bottom: 3.5rem !important;
    }

    .main-content .container-fluid,
    body:not(.theme-graphite) .main-content > .container-fluid,
    body:not(.theme-graphite) .header .container-fluid {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .main-content .container-fluid.mt--6,
    body:not(.theme-graphite) .main-content .container-fluid.mt--6 {
        margin-top: -2.35rem !important;
    }

    .app-list-page .page-hero,
    .admin-resellers-page .page-hero {
        gap: .85rem;
        margin-bottom: .95rem;
    }

    .app-list-page .page-kicker,
    .admin-resellers-page .page-kicker {
        font-size: .62rem;
        letter-spacing: .08em;
    }

    .app-list-page .page-hero h1,
    .admin-resellers-page .page-hero h1 {
        font-size: 1.55rem;
        line-height: 1.1;
    }

    .app-list-page .page-search,
    .admin-resellers-page .page-search {
        border-radius: 12px;
        min-height: 46px;
    }

    .app-list-page .page-search input,
    .admin-resellers-page .page-search input {
        min-height: 46px;
        min-width: 0;
        padding-left: 2.55rem;
        width: 100%;
    }

    .app-list-page .page-add-button,
    .admin-resellers-page .page-add-button {
        border-radius: 12px;
        font-size: .92rem;
        min-height: 46px;
    }

    .page-secondary-button {
        border-radius: 12px;
        font-size: .92rem;
        min-height: 46px;
    }

    .app-stats-row > [class*='col'],
    .reseller-stats-row > [class*='col'] {
        margin-bottom: .75rem;
    }

    .card-stats .card-body {
        padding: 1rem !important;
    }

    .card-stats,
    .app-stat-card,
    .reseller-stat-card {
        border-radius: 14px !important;
        min-height: 96px;
        padding: 1rem;
    }

    .card-stats .h2,
    .app-stat-card strong,
    .reseller-stat-card strong {
        font-size: 1.35rem;
    }

    body:not(.theme-graphite) .card-stats .icon-shape,
    .app-stat-card > i,
    .reseller-stat-card > i {
        height: 46px;
        min-width: 46px;
        width: 46px;
    }

    body:not(.theme-graphite) .card,
    .card,
    .app-table-card,
    .reseller-table-card {
        border-radius: 14px !important;
        max-width: 100%;
        overflow: hidden;
    }

    .card-header,
    body:not(.theme-graphite) .card-header {
        padding: 1rem !important;
    }

    .card-header h3 {
        font-size: 1rem;
        line-height: 1.3;
    }

    .table-responsive,
    body:not(.theme-graphite) .table-responsive,
    .app-table-card .table-responsive,
    .reseller-table-card .table-responsive {
        border-radius: 14px !important;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
        padding: .6rem !important;
        width: 100%;
    }

    .table-responsive table.responsive-card-table,
    body:not(.theme-graphite) .table-responsive table.responsive-card-table,
    .app-table,
    .reseller-table {
        border-collapse: separate !important;
        border-spacing: 0 .75rem !important;
        font-size: .88rem;
        min-width: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .table-responsive table.responsive-card-table thead {
        display: none !important;
    }

    .table-responsive table.responsive-card-table tbody,
    .table-responsive table.responsive-card-table tr,
    .table-responsive table.responsive-card-table td,
    .table-responsive table.responsive-card-table th {
        display: block;
        width: 100%;
    }

    .table-responsive table.responsive-card-table tbody tr,
    body:not(.theme-graphite) .table-responsive table.responsive-card-table tbody tr {
        background: #fff !important;
        border: 1px solid #e2e8f0;
        border-radius: 14px;
        box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
        overflow: hidden;
    }

    .table-responsive table.responsive-card-table td,
    .table-responsive table.responsive-card-table th[scope='row'],
    body:not(.theme-graphite) .table-responsive table.responsive-card-table td,
    body:not(.theme-graphite) .table-responsive table.responsive-card-table th {
        align-items: center;
        background: #fff !important;
        border: 0 !important;
        border-top: 1px solid #edf2f7 !important;
        box-shadow: none !important;
        color: #263746;
        display: grid;
        gap: .75rem;
        grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
        min-height: 50px;
        padding: .78rem .9rem !important;
        text-align: right;
        white-space: normal;
    }

    .table-responsive table.responsive-card-table tr > :first-child,
    body:not(.theme-graphite) .table-responsive table.responsive-card-table tr > :first-child {
        background: #f8fafc !important;
        border-top: 0 !important;
    }

    .table-responsive table.responsive-card-table td::before,
    .table-responsive table.responsive-card-table th[scope='row']::before {
        color: #64748b;
        content: attr(data-label);
        font-size: .66rem;
        font-weight: 800;
        letter-spacing: .05em;
        line-height: 1.2;
        text-align: left;
        text-transform: uppercase;
    }

    .table-responsive table.responsive-card-table td:empty,
    .table-responsive table.responsive-card-table th:empty {
        display: none !important;
    }

    .table-responsive table.responsive-card-table .media,
    .table-responsive table.responsive-card-table .reseller-identity {
        justify-content: flex-end;
        margin: 0 !important;
        min-width: 0;
    }

    .table-responsive table.responsive-card-table .avatar {
        height: 40px;
        margin-right: 0 !important;
        min-width: 40px;
        width: 40px;
    }

    .table-responsive table.responsive-card-table .switch,
    .table-responsive table.responsive-card-table .btn,
    .table-responsive table.responsive-card-table .btn-table-action,
    .table-responsive table.responsive-card-table .btn-delete-action,
    .table-responsive table.responsive-card-table .btn-row-action,
    .table-responsive table.responsive-card-table .reseller-credit-action {
        justify-self: end;
    }

    .table-responsive table.responsive-card-table .password-table-cell {
        align-items: flex-end;
        justify-self: end;
        min-width: 0;
        width: 100%;
    }

    .table-responsive table.responsive-card-table .password-table-actions {
        justify-content: flex-end;
    }

    .table-responsive table.responsive-card-table .btn-table-action,
    .table-responsive table.responsive-card-table .btn-delete-action,
    .table-responsive table.responsive-card-table .btn-password-action {
        align-items: center;
        display: inline-flex;
        gap: .45rem;
        justify-content: center;
        min-height: 42px;
        min-width: 122px;
        padding: .55rem .8rem !important;
        width: auto !important;
    }

    .table-responsive table.responsive-card-table .btn-row-action {
        height: 42px;
        width: 42px;
    }

    .table-responsive table.responsive-card-table td.text-center,
    .table-responsive table.responsive-card-table th.text-center {
        text-align: right !important;
    }

    .table-responsive table.responsive-card-table input[type='text'],
    .table-responsive table.responsive-card-table input[type='date'],
    .table-responsive table.responsive-card-table input[type='number'],
    .table-responsive table.responsive-card-table input[type='password'],
    .table-responsive table.responsive-card-table .txtedit,
    .table-responsive table.responsive-card-table .atxtedit,
    .table-responsive table.responsive-card-table .rtxtedit,
    .table-responsive table.responsive-card-table .subrtxtedit,
    .table-responsive table.responsive-card-table .rutxtedit,
    .table-responsive table.responsive-card-table .srvtxtedit {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .pagination {
        flex-wrap: wrap;
        gap: .25rem;
        justify-content: center;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .modal {
        padding-left: .65rem !important;
        padding-right: .65rem !important;
    }

    .modal-dialog,
    [id^="creditlimit_modal_"] .modal-dialog,
    .password-change-modal .modal-dialog {
        margin: .75rem auto;
        max-width: calc(100vw - 1.3rem);
        min-height: calc(100vh - 1.5rem);
    }

    .modal-header,
    .modal-body,
    .modal-footer,
    .credit-limit-modal-body,
    .password-change-modal-body {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .modal-footer {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .modal-footer .btn,
    [id^="creditlimit_modal_"] .modal-footer .btn,
    .password-change-modal .modal-footer .btn {
        margin: 0 !important;
        width: 100%;
    }
}

@media (max-width: 420px) {
    .table-responsive table.responsive-card-table td,
    .table-responsive table.responsive-card-table th[scope='row'],
    body:not(.theme-graphite) .table-responsive table.responsive-card-table td,
    body:not(.theme-graphite) .table-responsive table.responsive-card-table th {
        gap: .55rem;
        grid-template-columns: minmax(78px, 32%) minmax(0, 1fr);
        padding: .72rem .75rem !important;
    }

    .table-responsive table.responsive-card-table td::before,
    .table-responsive table.responsive-card-table th[scope='row']::before {
        font-size: .6rem;
    }

    .table-responsive table.responsive-card-table .btn-table-action,
    .table-responsive table.responsive-card-table .btn-delete-action,
    .table-responsive table.responsive-card-table .btn-password-action {
        min-width: 104px;
    }
}

/* Graphite theme: true black/anthracite identity. */
body.theme-graphite {
    background:
        linear-gradient(180deg, #0b0f17 0%, #070a0f 100%) !important;
    color: #e5e7eb;
}

body.theme-graphite:not(.bg-default) {
    padding-top: 15px !important;
}

body.theme-graphite .app-sidebar.navbar-vertical,
body.theme-graphite .sidenav.navbar {
    background: #05070b !important;
    border-right: 1px solid #1f2937 !important;
    box-shadow: 18px 0 54px rgba(0, 0, 0, .42);
}

body.theme-graphite .app-sidebar .app-sidebar-brand {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.theme-graphite .app-sidebar-kicker,
body.theme-graphite .nav-section-label {
    color: #6b7280 !important;
}

body.theme-graphite .app-sidebar .navbar-nav .nav-link {
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #d1d5db !important;
}

body.theme-graphite .app-sidebar .navbar-nav .nav-link:hover {
    background: #111827 !important;
    border-color: #293241 !important;
    color: #fff !important;
}

body.theme-graphite .app-sidebar .navbar-nav .nav-link.active {
    background: #1f2937 !important;
    border-color: #374151 !important;
    color: #fff !important;
}

body.theme-graphite .app-sidebar .navbar-nav .nav-link i {
    background: #111827 !important;
    color: #9ca3af !important;
}

body.theme-graphite .app-sidebar .navbar-nav .nav-link.active i {
    background: #2f80ed !important;
    color: #fff !important;
}

body.theme-graphite .header {
    background: transparent !important;
    box-shadow: none !important;
}

body.theme-graphite .app-topbar-inner {
    background: #111827 !important;
    border: 1px solid #293241 !important;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .32) !important;
}

body.theme-graphite .app-topbar-kicker,
body.theme-graphite .page-kicker {
    color: #9ca3af !important;
}

body.theme-graphite .app-topbar-heading,
body.theme-graphite .page-hero h1,
body.theme-graphite .card-header h3,
body.theme-graphite .card-title {
    color: #f9fafb !important;
}

body.theme-graphite .app-topbar-status,
body.theme-graphite .app-user-chip,
body.theme-graphite .page-search,
body.theme-graphite .navbar-search .input-group,
body.theme-graphite .input-group-alternative,
body.theme-graphite .form-control {
    background: #0b0f17 !important;
    border-color: #293241 !important;
    color: #e5e7eb !important;
}

body.theme-graphite .page-search input,
body.theme-graphite .navbar-search .form-control {
    color: #e5e7eb !important;
}

body.theme-graphite .page-search input::placeholder,
body.theme-graphite .navbar-search .form-control::placeholder {
    color: #6b7280 !important;
}

body.theme-graphite .card,
body.theme-graphite .app-table-card,
body.theme-graphite .reseller-table-card,
body.theme-graphite .card-stats,
body.theme-graphite .app-stat-card,
body.theme-graphite .reseller-stat-card {
    background: #111827 !important;
    border: 1px solid #293241 !important;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .28) !important;
}

body.theme-graphite .bg-white,
body.theme-graphite .bg-secondary,
body.theme-graphite .modal-content,
body.theme-graphite .modal-header,
body.theme-graphite .modal-body,
body.theme-graphite .modal-footer,
body.theme-graphite .dropdown-menu,
body.theme-graphite .popover {
    background: #111827 !important;
    border-color: #293241 !important;
    color: #e5e7eb !important;
}

body.theme-graphite .modal-header,
body.theme-graphite .modal-footer {
    border-color: #293241 !important;
}

body.theme-graphite .modal-title,
body.theme-graphite .modal label,
body.theme-graphite .modal small,
body.theme-graphite .modal p {
    color: #e5e7eb !important;
}

body.theme-graphite .close,
body.theme-graphite .modal .close {
    color: #e5e7eb !important;
    opacity: .85;
    text-shadow: none;
}

body.theme-graphite .card-header,
body.theme-graphite .table-responsive {
    background: #111827 !important;
    border-color: #293241 !important;
}

body.theme-graphite .card-stats .card-title,
body.theme-graphite .app-stat-card span,
body.theme-graphite .reseller-stat-card span {
    color: #9ca3af !important;
}

body.theme-graphite .card-stats .h2,
body.theme-graphite .app-stat-card strong,
body.theme-graphite .reseller-stat-card strong {
    color: #f9fafb !important;
}

body.theme-graphite .card-stats .icon-shape,
body.theme-graphite .app-stat-card > i,
body.theme-graphite .reseller-stat-card > i {
    background: #1f2937 !important;
    color: #93c5fd !important;
}

body.theme-graphite .table {
    color: #e5e7eb !important;
}

body.theme-graphite .table thead th {
    background: #0b0f17 !important;
    border-color: #293241 !important;
    color: #9ca3af !important;
}

body.theme-graphite .table tbody td,
body.theme-graphite .table tbody th {
    background: #111827 !important;
    border-color: #293241 !important;
    color: #e5e7eb !important;
}

body.theme-graphite .table tbody tr:hover td,
body.theme-graphite .table tbody tr:hover th {
    background: #172033 !important;
    border-color: #3b4658 !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .28);
}

body.theme-graphite .table tbody tr td:first-child::before,
body.theme-graphite .table tbody tr th:first-child::before {
    background: #2f80ed !important;
}

body.theme-graphite .avatar,
body.theme-graphite .avatar.rounded-circle {
    background: #1f2937 !important;
    color: #f9fafb !important;
}

body.theme-graphite .btn-success,
body.theme-graphite .btn-primary,
body.theme-graphite .page-add-button {
    background: #2f80ed !important;
    border-color: #2f80ed !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(47, 128, 237, .24) !important;
}

body.theme-graphite .btn-table-action,
body.theme-graphite .btn-row-action {
    background: #1f2937 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

body.theme-graphite .btn-delete-action,
body.theme-graphite .btn-row-danger {
    background: #2a1518 !important;
    border-color: #7f1d1d !important;
    color: #fca5a5 !important;
}

body.theme-graphite .slider {
    background: #374151;
}

body.theme-graphite input:checked + .slider {
    background: #2f80ed;
}

body.theme-graphite .pagination .page-link {
    background: #111827;
    border-color: #293241;
    color: #d1d5db;
}

body.theme-graphite .page-item.active .page-link {
    background: #2f80ed;
    border-color: #2f80ed;
    color: #fff;
}

body.theme-graphite .app-footer {
    background: #0b0f17;
    color: #9ca3af;
}

/* Graphite layout reset: this theme uses its own dark shell, so content should not overlap the header. */
body.theme-graphite .header {
    min-height: 0 !important;
    padding-bottom: 0 !important;
}

body.theme-graphite .main-content .container-fluid.mt--6 {
    margin-top: 0 !important;
}

body.theme-graphite .app-list-page,
body.theme-graphite .admin-dashboard-page,
body.theme-graphite .reseller-dashboard-page {
    position: relative;
    z-index: 1;
}

body.theme-graphite .page-hero {
    margin-bottom: 1.15rem;
}

body.theme-graphite .app-stats-row,
body.theme-graphite .reseller-stats-grid {
    margin-top: 0;
}

/* Harbor theme: cool maritime variant, distinct from Aurora. */
body.theme-harbor {
    background: linear-gradient(180deg, #f6fbfd 0%, #eaf5f9 100%) !important;
    color: #173244;
}

body.theme-harbor .app-sidebar.navbar-vertical,
body.theme-harbor .sidenav.navbar {
    background: #06283a !important;
    border-right: 1px solid rgba(216, 237, 245, .14) !important;
    box-shadow: 18px 0 46px rgba(6, 40, 58, .16) !important;
}

body.theme-harbor .app-sidebar .app-sidebar-brand {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.theme-harbor .app-sidebar-kicker,
body.theme-harbor .nav-section-label {
    color: rgba(216, 237, 245, .58) !important;
}

body.theme-harbor .app-sidebar .navbar-nav .nav-link {
    background: rgba(255, 255, 255, .06) !important;
    border-color: rgba(216, 237, 245, .1) !important;
    color: #d8edf5 !important;
}

body.theme-harbor .app-sidebar .navbar-nav .nav-link:hover {
    background: rgba(26, 167, 199, .18) !important;
    border-color: rgba(56, 189, 248, .28) !important;
    color: #fff !important;
}

body.theme-harbor .app-sidebar .navbar-nav .nav-link.active {
    background: #0e7490 !important;
    border-color: #38bdf8 !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(14, 116, 144, .28) !important;
}

body.theme-harbor .app-sidebar .navbar-nav .nav-link i {
    background: rgba(216, 237, 245, .12) !important;
    color: #a7dceb !important;
}

body.theme-harbor .app-sidebar .navbar-nav .nav-link.active i {
    background: rgba(255, 255, 255, .18) !important;
    color: #fff !important;
}

body.theme-harbor .header {
    background: linear-gradient(120deg, #06283a 0%, #0e7490 62%, #38bdf8 100%) !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .18), 0 18px 42px rgba(14, 116, 144, .16) !important;
}

body.theme-harbor .app-topbar-inner {
    background: rgba(255, 255, 255, .96) !important;
    border-color: rgba(207, 226, 235, .96) !important;
    box-shadow: 0 22px 54px rgba(6, 40, 58, .12) !important;
}

body.theme-harbor .app-topbar-heading,
body.theme-harbor .page-hero h1,
body.theme-harbor .card-header h3,
body.theme-harbor .card-title {
    color: #173244 !important;
}

body.theme-harbor .app-topbar-kicker,
body.theme-harbor .page-kicker,
body.theme-harbor .card-stats .card-title,
body.theme-harbor .app-stat-card span,
body.theme-harbor .reseller-stat-card span {
    color: #5d7482 !important;
}

body.theme-harbor .page-search,
body.theme-harbor .navbar-search .input-group,
body.theme-harbor .input-group-alternative {
    background: #f7fbfd !important;
    border-color: #cfe2eb !important;
}

body.theme-harbor .card,
body.theme-harbor .app-table-card,
body.theme-harbor .reseller-table-card,
body.theme-harbor .card-stats,
body.theme-harbor .app-stat-card,
body.theme-harbor .reseller-stat-card {
    background: rgba(255, 255, 255, .96) !important;
    border: 1px solid #cfe2eb !important;
    box-shadow: 0 22px 52px rgba(6, 40, 58, .1) !important;
}

body.theme-harbor .card-header,
body.theme-harbor .table-responsive {
    background: #fff !important;
    border-color: #dbeaf0 !important;
}

body.theme-harbor .table thead th {
    background: #eef7fa !important;
    border-color: #dbeaf0 !important;
    color: #607985 !important;
}

body.theme-harbor .table tbody td,
body.theme-harbor .table tbody th {
    border-color: #e1edf2 !important;
    color: #173244 !important;
}

body.theme-harbor .table tbody tr:hover td,
body.theme-harbor .table tbody tr:hover th {
    background: #f2fbfd !important;
}

body.theme-harbor .table tbody tr td:first-child::before,
body.theme-harbor .table tbody tr th:first-child::before {
    background: #0e7490 !important;
}

body.theme-harbor .avatar,
body.theme-harbor .avatar.rounded-circle {
    background: #e0f7ff !important;
    color: #07566b !important;
}

body.theme-harbor .card-stats .icon-shape,
body.theme-harbor .app-stat-card > i,
body.theme-harbor .reseller-stat-card > i {
    background: #e0f7ff !important;
    color: #0e7490 !important;
}

body.theme-harbor .btn-success,
body.theme-harbor .btn-primary,
body.theme-harbor .page-add-button,
body.theme-harbor input:checked + .slider,
body.theme-harbor .page-item.active .page-link {
    background: #0e7490 !important;
    border-color: #0e7490 !important;
    color: #fff !important;
}

body.theme-harbor .btn-table-action,
body.theme-harbor .btn-row-action {
    background: #eef7fa !important;
    border-color: #cfe2eb !important;
    color: #173244 !important;
}

body.theme-harbor .app-footer {
    background: rgba(255, 255, 255, .72);
    color: #607985;
}

/* Harbor layout reset: keep the gradient as a header band, not behind page content. */
body.theme-harbor .header {
    min-height: 0 !important;
    padding-bottom: 1.4rem !important;
}

body.theme-harbor .main-content .container-fluid.mt--6 {
    margin-top: 1.45rem !important;
}

body.theme-harbor .page-hero {
    margin-bottom: 1.15rem;
}

body.theme-harbor .app-stats-row,
body.theme-harbor .reseller-stats-row {
    margin-top: 0;
}

@media (min-width: 1200px) {
    body.theme-harbor .header {
        margin-left: -2.2rem;
        margin-right: -2.2rem;
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    }
}
