:root {
    --admin-bg: #15151d;
    --admin-panel: #20202d;
    --admin-panel-2: #252535;
    --admin-border: #353548;
    --admin-muted: #9295a6;
    --admin-primary: #6a73fa;
    --admin-primary-soft: rgba(106, 115, 250, .15);
    --admin-success: #2bc48a;
    --admin-warning: #ffae35;
    --admin-danger: #ff5c75;
    --admin-cyan: #35c6e7;
    --admin-control-height: 40px;
    --admin-radius: 10px;
    --admin-radius-sm: 7px;
    --admin-shadow: 0 18px 44px rgba(0, 0, 0, .16);
    --admin-focus-ring: 0 0 0 3px rgba(106, 115, 250, .3);
    --admin-focus-color: #a8adff;
    --admin-motion-fast: 160ms ease;
    --admin-text-primary: #e9eaf2;
    --admin-text-secondary: #b6b9c7;
    --admin-text-tertiary: #989cad;
    --admin-placeholder: #85899b;
    --admin-danger-text: #ff9aaa;
    --admin-danger-surface: rgba(255, 92, 117, .1);
    --admin-danger-border: rgba(255, 92, 117, .24);
    --admin-disabled-bg: #1b1b26;
}

html[data-admin-theme] {
    font-size: 16px !important;
}

body:not(.admin-login-body)[data-theme-version] {
    --dz-header-height: 3.75rem;
    --dz-sidebar-width: 14.5rem;
}

body[data-theme-version="dark"] {
    background: var(--admin-bg);
    color: #e9eaf2;
    color-scheme: dark;
    font-family: "Roboto", Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body[data-theme-version="light"] {
    --admin-bg: #f3f5fa;
    --admin-panel: #ffffff;
    --admin-panel-2: #f8f9fc;
    --admin-border: #dfe3ec;
    --admin-muted: #71788a;
    --admin-primary: #5965e8;
    --admin-primary-soft: rgba(89, 101, 232, .1);
    --admin-shadow: 0 14px 36px rgba(37, 46, 68, .08);
    --admin-focus-ring: 0 0 0 3px rgba(89, 101, 232, .28);
    --admin-focus-color: #3947d8;
    --admin-text-primary: #283044;
    --admin-text-secondary: #586175;
    --admin-text-tertiary: #697287;
    --admin-placeholder: #737d91;
    --admin-danger-text: #a9253c;
    --admin-danger-surface: #fff0f2;
    --admin-danger-border: #f0bdc6;
    --admin-disabled-bg: #eef1f6;
    background: var(--admin-bg);
    color: #283044;
    color-scheme: light;
    font-family: "Roboto", Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.min-w-0 {
    min-width: 0 !important;
}

.admin-skip-link {
    background: var(--admin-primary);
    border-radius: 0 0 var(--admin-radius-sm) 0;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    left: 0;
    padding: .65rem .9rem;
    position: fixed;
    top: 0;
    transform: translateY(-120%);
    transition: transform var(--admin-motion-fast);
    z-index: 10001;
}

.admin-skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

body[data-theme-version="dark"] .nav-header {
    background: #1e1e2b;
    border-bottom: 1px solid var(--admin-border);
    border-right: 1px solid var(--admin-border);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.brand-logo .admin-brand-full {
    display: block;
    max-height: 38px;
    object-fit: contain;
    width: 180px;
}

.brand-logo .admin-brand-compact {
    display: none;
    height: 38px;
    object-fit: contain;
    width: 38px;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo .admin-brand-full {
    display: none;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo .admin-brand-compact {
    display: block;
}

body[data-theme-version="dark"] .header,
body[data-theme-version="dark"] .dlabnav,
body[data-theme-version="dark"] .footer {
    background: #1e1e2b;
    border-color: var(--admin-border);
}

body[data-theme-version="dark"] .header {
    border-bottom: 1px solid var(--admin-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

#preloader {
    background-color: var(--admin-bg) !important;
}

.admin-header-title {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.nav-control {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    top: 50%;
}

.admin-header-title h1 {
    color: #fff;
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.admin-eyebrow {
    color: var(--admin-muted);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: .12rem;
}

.admin-quick-link {
    align-items: center;
    background: var(--admin-primary-soft);
    border: 1px solid rgba(106, 115, 250, .2);
    border-radius: 8px;
    color: #b9bdff;
    display: flex;
    gap: .45rem;
    font-size: .78rem;
    font-weight: 600;
    padding: .42rem .65rem;
}

.admin-quick-link:hover {
    background: rgba(106, 115, 250, .24);
    color: #fff;
}

.header-right {
    align-items: center;
    gap: .35rem;
}

.admin-theme-toggle {
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.2;
    min-height: 34px;
}

.admin-theme-toggle i {
    font-size: 1rem;
}

.admin-avatar {
    align-items: center;
    background: linear-gradient(135deg, var(--admin-primary), #8f62e9);
    border: 2px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.header-profile .nav-link {
    align-items: center;
    display: flex;
    height: 100%;
    padding: .35rem;
}

.admin-profile-trigger {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
}

.header-profile .header-info span {
    color: #fff;
    display: block;
    font-size: .78rem;
    font-weight: 600;
}

.header-profile .header-info small {
    color: var(--admin-muted);
    display: block;
    font-size: .65rem;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-profile-menu {
    background: var(--admin-panel);
    border: 1px solid var(--admin-border);
    min-width: 250px;
}

.admin-profile-menu .dropdown-item {
    background: transparent;
    border: 0;
    color: #d9dae4;
    text-align: left;
    width: 100%;
}

.admin-profile-menu .dropdown-item:hover {
    background: var(--admin-primary-soft);
    color: #fff;
}

.dlabnav .metismenu>li>a {
    border-left: 3px solid transparent;
    color: #aaaebe;
    font-weight: 500;
    margin: .12rem .55rem;
    padding: .68rem .8rem;
}

.dlabnav .metismenu>li>a i {
    color: #8f93a6;
    font-size: 1.2rem;
    margin-right: .65rem;
}

.dlabnav .metismenu>li.mm-active>a,
.dlabnav .metismenu>li>a:hover {
    background: linear-gradient(90deg, rgba(106, 115, 250, .22), rgba(106, 115, 250, .03));
    border-left-color: var(--admin-primary);
    border-radius: 0 10px 10px 0;
    color: #fff;
}

.dlabnav .metismenu>li.mm-active>a i {
    color: #8991ff;
}

.admin-nav-backdrop {
    display: none;
}

.admin-content {
    padding-bottom: 1rem;
}

body:not(.admin-login-body)[data-theme-version] .header .header-content {
    padding-left: 4.5rem;
    padding-right: 1rem;
}

body:not(.admin-login-body)[data-theme-version] .content-body {
    padding-top: var(--dz-header-height);
}

body:not(.admin-login-body)[data-theme-version] .content-body .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

body:not(.admin-login-body)[data-theme-version] .dlabnav .metismenu {
    padding-top: .5rem;
}

.admin-content .row {
    --bs-gutter-x: 1rem;
}

.admin-content .card {
    height: auto;
    margin-bottom: 1rem;
}

.admin-page-kicker {
    color: #858bff;
    display: block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .13em;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

body[data-theme-version="dark"] .card {
    background: linear-gradient(145deg, #222230, #1f1f2c);
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    box-shadow: var(--admin-shadow);
}

body[data-theme-version="dark"] .card-header {
    background: transparent;
    border-color: var(--admin-border);
}

.admin-content .card>.card-header {
    min-height: 64px;
    padding: .7rem 1rem;
}

.admin-content .card>.card-body {
    padding: 1rem;
}

.admin-card-title {
    color: #fff;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.admin-card-subtitle {
    color: #9296a8;
    font-size: .75rem;
    line-height: 1.45;
    margin: .18rem 0 0;
}

.admin-body-text {
    color: #f0f1f6 !important;
}

.admin-content .btn,
.modal .btn,
.admin-login-card .btn {
    border-radius: var(--admin-radius-sm);
    font-weight: 600;
}

.admin-stat-card {
    border: 0 !important;
    min-height: 124px;
    overflow: hidden;
    position: relative;
}

.admin-stat-card::after {
    border: 26px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: '';
    height: 130px;
    position: absolute;
    right: -36px;
    top: -38px;
    width: 130px;
}

.admin-stat-card .card-body {
    align-items: center;
    display: flex;
    gap: .8rem;
    padding: .9rem 1rem;
    position: relative;
    z-index: 1;
}

.admin-stat-icon {
    align-items: center;
    background: rgba(20, 20, 34, .42);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.4rem;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.admin-stat-label {
    color: rgba(255, 255, 255, .78);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.admin-stat-value {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
    margin: .28rem 0 .2rem;
}

.admin-stat-meta {
    color: rgba(255, 255, 255, .7);
    font-size: .68rem;
}

.stat-primary {
    background: linear-gradient(135deg, #6973fa, #5863de) !important;
}

.stat-warning {
    background: linear-gradient(135deg, #ffad25, #ed8f16) !important;
}

.stat-purple {
    background: linear-gradient(135deg, #7445c7, #5832a3) !important;
}

.stat-danger {
    background: linear-gradient(135deg, #f65065, #d93650) !important;
}

.admin-overview-card {
    min-height: 96px;
}

.admin-overview-card .card-body {
    display: flex;
    min-width: 0;
    overflow: hidden;
    padding: .8rem 1rem;
}

.admin-overview-content {
    flex: 1 1 auto;
    min-width: 0;
}

.admin-overview-icon-primary {
    background: var(--admin-primary-soft);
    color: #a8adff;
}

.admin-overview-icon-success {
    background: rgba(43, 196, 138, .12);
    color: #54d6a3;
}

.admin-overview-icon-info {
    background: rgba(53, 198, 231, .12);
    color: #67d7ef;
}

.admin-overview-value {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: .2rem 0 0;
}

.admin-overview-email {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-version-summary {
    align-items: center;
    display: flex;
    gap: .75rem;
    margin-top: .22rem;
}

.admin-version-summary-item {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.admin-version-summary-item+.admin-version-summary-item {
    border-left: 1px solid var(--admin-border);
    padding-left: .75rem;
}

.admin-version-summary-item span {
    color: var(--admin-text-tertiary);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.25;
    text-transform: uppercase;
}

.admin-version-summary-item strong {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.35;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-theme-version="dark"] .table {
    --bs-table-bg: transparent;
    --bs-table-color: #dfe0e9;
    --bs-table-border-color: var(--admin-border);
    color: #dfe0e9;
}

.admin-table thead th {
    border-bottom: 1px solid var(--admin-border);
    color: var(--admin-text-tertiary);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding: .65rem .75rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-table tbody td {
    border-color: rgba(53, 53, 72, .72);
    line-height: 1.45;
    padding: .65rem .75rem;
    vertical-align: middle;
}

.admin-table tbody tr {
    transition: background .18s ease;
}

.admin-table tbody tr:hover {
    background: rgba(255, 255, 255, .018);
}

.admin-table .primary-cell {
    min-width: 0;
}

.admin-table .primary-cell strong {
    color: #fff;
    display: block;
    font-size: .82rem;
    line-height: 1.4;
}

.admin-table .primary-cell small {
    color: var(--admin-muted);
    display: block;
    font-size: .72rem;
    line-height: 1.45;
    margin-top: .1rem;
}

.admin-table-wide {
    min-width: 1040px;
}

.admin-table-versions {
    min-width: 1080px;
}

.admin-table-communication-numbers {
    min-width: 860px;
}

.communication-number-value {
    font-variant-numeric: tabular-nums;
    letter-spacing: .02em;
    white-space: nowrap;
}

.admin-detail-row,
.communication-number-row {
    cursor: pointer;
}

.admin-detail-row:focus-visible,
.communication-number-row:focus-visible {
    box-shadow: inset 0 0 0 2px var(--admin-focus-color);
    outline: 2px solid transparent;
}

.admin-detail-grid,
.communication-detail-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-detail-span,
.communication-detail-span {
    grid-column: 1 / -1;
}

.admin-detail-list,
.communication-detail-list {
    display: grid;
    gap: .65rem .9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.admin-detail-list>div,
.communication-detail-list>div {
    min-width: 0;
}

.admin-detail-list dt,
.communication-detail-list dt {
    color: var(--admin-text-tertiary);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: .18rem;
    text-transform: uppercase;
}

.admin-detail-list dd,
.communication-detail-list dd {
    color: var(--admin-text-primary);
    font-size: .78rem;
    line-height: 1.4;
    margin: 0;
    overflow-wrap: anywhere;
}

.admin-detail-wide,
.communication-detail-wide {
    grid-column: 1 / -1;
}

.admin-detail-dates,
.communication-detail-dates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
    .admin-detail-grid,
    .communication-detail-grid,
    .admin-detail-list,
    .communication-detail-list,
    .admin-detail-dates,
    .communication-detail-dates {
        grid-template-columns: 1fr;
    }

    .admin-detail-span,
    .communication-detail-span,
    .admin-detail-wide,
    .communication-detail-wide {
        grid-column: auto;
    }
}

.admin-table-users {
    min-width: 900px;
}

.admin-table-dashboard {
    min-width: 680px;
}

.dashboard-main-card {
    min-width: 0;
}

.dashboard-feedback-list {
    overflow: hidden;
}

.dashboard-feedback-item {
    border-bottom: 1px solid var(--admin-border);
    color: inherit;
    display: block;
    padding: .62rem 1rem;
    transition: background .18s ease;
}

.dashboard-feedback-item:last-child {
    border-bottom: 0;
}

.dashboard-feedback-item:hover {
    background: rgba(106, 115, 250, .065);
}

.dashboard-feedback-title {
    color: #f0f1f6;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.35;
}

.dashboard-feedback-meta,
.dashboard-feedback-preview {
    color: var(--admin-muted);
    font-size: .72rem;
    line-height: 1.4;
}

.dashboard-feedback-preview {
    margin-top: .2rem;
}

.table-responsive {
    overflow-y: hidden;
    scrollbar-color: #4c5066 #191923;
    scrollbar-width: thin;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #191923;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #4c5066;
    border-radius: 999px;
}

.admin-empty {
    color: var(--admin-muted);
    padding: 2.25rem 1rem !important;
    text-align: center;
}

.admin-empty i {
    color: #555a72;
    display: block;
    font-size: 2.1rem;
    margin-bottom: .5rem;
}

.status-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 700;
    gap: .3rem;
    padding: .3rem .52rem;
}

.status-badge::before {
    background: currentColor;
    border-radius: 50%;
    content: '';
    height: 5px;
    width: 5px;
}

.status-active {
    background: rgba(43, 196, 138, .12);
    color: #54d6a3;
}

.status-inactive {
    background: rgba(146, 149, 166, .12);
    color: #a1a4b3;
}

.status-warning {
    background: rgba(255, 174, 53, .12);
    color: #ffc068;
}

.status-danger {
    background: rgba(255, 92, 117, .12);
    color: #ff8093;
}

.status-info {
    background: rgba(53, 198, 231, .12);
    color: #67d7ef;
}

.status-primary {
    background: var(--admin-primary-soft);
    color: #a8adff;
}

.admin-actions {
    display: flex;
    gap: .3rem;
    justify-content: flex-end;
    white-space: nowrap;
}

.admin-icon-btn {
    align-items: center;
    background: rgba(255, 255, 255, .025);
    border: 1px solid var(--admin-border);
    border-radius: 8px;
    color: #a7aabb;
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    padding: 0;
    transition: background-color var(--admin-motion-fast), border-color var(--admin-motion-fast), color var(--admin-motion-fast), box-shadow var(--admin-motion-fast);
    width: 30px;
}

.admin-icon-btn:hover {
    background: var(--admin-primary-soft);
    border-color: rgba(106, 115, 250, .4);
    color: #b9bdff;
}

.admin-icon-btn.danger:hover {
    background: rgba(255, 92, 117, .1);
    border-color: rgba(255, 92, 117, .3);
    color: #ff8093;
}

.admin-icon-btn:disabled {
    cursor: not-allowed;
    opacity: .35;
}

:where(.admin-quick-link, .admin-profile-trigger, .nav-control, .dlabnav a, .btn, .admin-icon-btn, .admin-page-button, .dashboard-feedback-item, .show-pass, .status-badge[href], .table-responsive):focus-visible {
    box-shadow: var(--admin-focus-ring) !important;
    outline: 2px solid var(--admin-focus-color) !important;
    outline-offset: 2px;
}

:where(.form-control, .form-select, .form-check-input):focus-visible {
    outline: 2px solid transparent;
}

.admin-field-error {
    display: block;
    font-size: .7rem;
    margin-top: .3rem;
}

body[data-theme-version="dark"] .form-control,
body[data-theme-version="dark"] .form-select,
body[data-theme-version="dark"] .bootstrap-select>.dropdown-toggle,
body[data-theme-version="dark"] textarea {
    background-color: #191923;
    border-radius: var(--admin-radius-sm);
    border-color: var(--admin-border);
    color: #ececf3;
}

body[data-theme-version="dark"] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23aeb2c2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

body[data-theme-version="dark"] .form-control:focus,
body[data-theme-version="dark"] .form-select:focus {
    background-color: #1a1a25;
    border-color: var(--admin-primary);
    box-shadow: 0 0 0 3px rgba(106, 115, 250, .12);
    color: #fff;
}

body[data-theme-version="dark"] .form-control::placeholder {
    color: var(--admin-placeholder);
}

.admin-content :is(.form-control, .form-select):disabled {
    background-color: var(--admin-disabled-bg);
    border-color: var(--admin-border);
    color: var(--admin-text-tertiary);
    cursor: not-allowed;
    opacity: .72;
}

.admin-content input.form-control:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.admin-content select.form-select {
    height: var(--admin-control-height);
    min-height: var(--admin-control-height);
}

.admin-content .input-group>.btn,
.admin-content .admin-filter-row>.btn {
    align-items: center;
    display: inline-flex;
    height: var(--admin-control-height);
    justify-content: center;
    min-height: var(--admin-control-height);
}

.form-label {
    color: #b4b7c5;
    font-size: .72rem;
    font-weight: 600;
    margin-bottom: .45rem;
}

.admin-switch-control {
    align-items: center;
    background: #191923;
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius-sm);
    display: flex;
    height: var(--admin-control-height);
    min-height: var(--admin-control-height);
    padding: 0 .85rem;
}

.admin-switch-control .form-check {
    align-items: center;
    display: flex;
    gap: .6rem;
    min-height: 0;
    padding-left: 0;
}

.admin-switch-control .form-switch .form-check-input {
    background-color: #383a4d;
    background-size: contain;
    border-color: #4c4f68;
    cursor: pointer;
    flex: 0 0 auto;
    height: 1.125rem;
    margin: 0;
    width: 2rem;
}

.admin-switch-control .form-switch .form-check-input:focus {
    border-color: var(--admin-primary);
    box-shadow: 0 0 0 3px rgba(106, 115, 250, .16);
}

[data-theme-version="dark"] .admin-switch-control .form-switch .form-check-input:checked {
    background-color: var(--admin-primary);
    background-size: contain;
    border-color: var(--admin-primary);
}

.admin-switch-control .form-check-label {
    line-height: 1.3;
    margin: 0;
}

.admin-field-help {
    color: var(--admin-muted);
    display: block;
    font-size: .66rem;
    line-height: 1.4;
    margin-top: .4rem;
}

.admin-search {
    max-width: 330px;
    position: relative;
    width: 100%;
}

.admin-search>i {
    color: #8f93a8;
    font-size: 1rem;
    left: .95rem;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color .15s ease;
    z-index: 2;
}

.admin-search:focus-within>i {
    color: #a8adff;
}

.admin-search .form-control {
    padding-left: 2.65rem;
}

.admin-filter-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.card-header .admin-filter-row {
    flex: 1 1 680px;
    justify-content: flex-end;
    min-width: 0;
}

.admin-filter-row .admin-search {
    flex: 0 1 330px;
}

.admin-filter-row>.form-select {
    flex: 0 1 180px;
    min-width: 145px;
    width: 180px;
}

.admin-filter-row>.admin-filter-clear {
    flex: 0 1 180px;
    min-width: 145px;
    width: 180px;
}

.admin-filter-row>#perPage {
    flex-basis: 120px;
    width: 120px;
}

body[data-theme-version="dark"] .modal-content {
    background: #222230;
    border: 1px solid var(--admin-border);
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
    overflow: hidden;
}

body[data-theme-version="dark"] .modal-header,
body[data-theme-version="dark"] .modal-footer {
    border-color: var(--admin-border);
}

body[data-theme-version="dark"] .modal-header {
    padding: .85rem 1rem;
}

body[data-theme-version="dark"] .modal-body {
    padding: .75rem;
}

body[data-theme-version="dark"] .modal-footer {
    gap: .5rem;
    padding: .75rem 1rem;
}

body[data-theme-version="dark"] .modal-title {
    color: #fff;
}

body[data-theme-version="dark"] .btn-close {
    align-items: center;
    background: none;
    color: #c7c9d5;
    display: inline-flex;
    filter: none;
    font-size: 0;
    height: 2rem;
    justify-content: center;
    opacity: .8;
    padding: 0;
    width: 2rem;
}

body[data-theme-version="dark"] .btn-close::before {
    content: "×";
    font-size: 1.5rem;
    line-height: 1;
}

body[data-theme-version="dark"] .btn-close:hover {
    color: #fff;
    opacity: 1;
}

.admin-modal-heading {
    align-items: center;
    display: flex;
    gap: .6rem;
}

.admin-modal-heading .icon {
    align-items: center;
    background: var(--admin-primary-soft);
    border-radius: 10px;
    color: #a9aeff;
    display: flex;
    font-size: 1.2rem;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.admin-form-section {
    background: rgba(255, 255, 255, .018);
    border: 1px solid var(--admin-border);
    border-radius: 11px;
    margin-bottom: .75rem;
    padding: .75rem;
}

.admin-form-section-title {
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: .65rem;
}

.admin-modal-error {
    background: var(--admin-danger-surface);
    border: 1px solid var(--admin-danger-border);
    border-radius: 8px;
    color: var(--admin-danger-text);
    font-size: .72rem;
    margin-bottom: 1rem;
    padding: .7rem .85rem;
}

.admin-toast {
    align-items: center;
    background: #272737;
    border: 1px solid var(--admin-border);
    border-left: 3px solid var(--admin-success);
    border-radius: 10px;
    bottom: 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .32);
    color: #f0f1f7;
    display: flex;
    gap: .7rem;
    max-width: min(390px, calc(100vw - 2rem));
    opacity: 0;
    padding: .85rem 1rem;
    pointer-events: none;
    position: fixed;
    right: 1.5rem;
    transform: translateY(14px);
    transition: .22s ease;
    z-index: 1090;
}

.admin-toast i {
    color: var(--admin-success);
    font-size: 1.2rem;
}

.admin-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.admin-toast.is-danger {
    border-left-color: var(--admin-danger);
}

.admin-toast.is-danger i {
    color: var(--admin-danger);
}

.admin-list-footer {
    align-items: center;
    background: #1b1b26;
    border-color: var(--admin-border);
    bottom: 0;
    color: #a8abba;
    display: flex;
    flex-wrap: nowrap;
    font-size: .7rem;
    gap: .55rem 1rem;
    justify-content: space-between;
    min-height: 48px;
    padding: .45rem .85rem;
    position: sticky;
    z-index: 4;
}

.admin-results-group,
.admin-pager-group,
.admin-page-jump,
.admin-page-links {
    align-items: center;
    display: flex;
}

.admin-results-group {
    gap: .5rem;
    white-space: nowrap;
}

.admin-pager-group {
    gap: .6rem;
    margin-left: auto;
}

.admin-page-jump {
    gap: .45rem;
    margin: 0;
    white-space: nowrap;
}

.admin-content .admin-list-footer .admin-page-size,
.admin-content .admin-list-footer .admin-page-jump .form-control {
    height: 30px !important;
    min-height: 30px !important;
}

.admin-page-size {
    font-size: .72rem;
    padding-bottom: .25rem;
    padding-top: .25rem;
    width: 70px;
}

.admin-page-jump .form-control {
    font-size: .72rem;
    padding: .3rem .45rem;
    text-align: center;
    width: 64px;
}

.admin-page-links {
    gap: .15rem;
}

.admin-page-button {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #aeb1c0;
    display: inline-flex;
    font-size: .72rem;
    height: 28px;
    justify-content: center;
    min-width: 26px;
    padding: 0 .35rem;
    transition: .18s ease;
}

.admin-page-button:hover {
    background: var(--admin-primary-soft);
    border-color: rgba(106, 115, 250, .25);
    color: #fff;
}

.admin-page-button.is-active {
    background: var(--admin-primary);
    border-color: var(--admin-primary);
    color: #fff;
}

.admin-page-button:disabled,
.admin-page-button.is-disabled {
    color: #55596a;
    cursor: default;
    opacity: .55;
    pointer-events: none;
}

.admin-page-ellipsis {
    color: #65697a;
    min-width: 20px;
    text-align: center;
}

.modal .admin-list-footer {
    position: static;
    width: 100%;
}

.telescope-mobile-note {
    align-items: center;
    background: var(--admin-primary-soft);
    border: 1px solid rgba(106, 115, 250, .22);
    border-radius: var(--admin-radius-sm);
    color: #b7bbff;
    display: none;
    font-size: .72rem;
    gap: .55rem;
    line-height: 1.45;
    margin-bottom: .75rem;
    padding: .75rem .85rem;
}

.telescope-frame {
    background: #111118;
    border: 1px solid var(--admin-border);
    border-radius: 14px;
    height: calc(100dvh - var(--dz-header-height) - 5.25rem);
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.telescope-load-status {
    align-items: center;
    background: var(--admin-panel);
    color: var(--admin-text-secondary);
    display: flex;
    gap: .6rem;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.telescope-load-status.is-hidden {
    display: none;
}

.telescope-frame iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.feedback-workspace {
    display: block;
}

.feedback-table-card {
    min-height: calc(100dvh - var(--dz-header-height) - 2rem);
}

.feedback-toolbar {
    align-items: center !important;
    display: grid !important;
    gap: .6rem;
    grid-template-columns: minmax(280px, 1fr) minmax(600px, 1.5fr);
}

.feedback-toolbar .admin-search {
    max-width: none;
    width: 100%;
}

.feedback-filter-grid {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(4, minmax(135px, 1fr));
    width: 100%;
}

.admin-module-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .5rem;
}

.feedback-filter-grid .form-select {
    min-width: 0;
    width: 100%;
}

.feedback-status-control {
    flex: 0 0 180px;
    min-width: 180px;
}

.feedback-table-scroll {
    min-height: 360px;
}

.feedback-table {
    min-width: 1120px;
}

.feedback-table-row {
    cursor: pointer;
}

.feedback-table-row.is-active {
    background: rgba(106, 115, 250, .075);
    box-shadow: inset 3px 0 var(--admin-primary);
}

.feedback-primary-cell {
    min-width: 280px;
    max-width: 360px;
}

.feedback-table-preview {
    color: var(--admin-muted);
    display: block;
    font-size: .68rem;
    line-height: 1.45;
    margin-top: .35rem;
    max-width: 330px;
}

.feedback-table-tenant {
    color: #dfe0e9;
    display: block;
    font-size: .76rem;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feedback-table-action {
    align-items: center;
    display: flex;
    gap: .6rem;
    justify-content: flex-end;
    min-width: 120px;
}

.feedback-table-action .text-muted {
    font-size: .65rem;
    white-space: nowrap;
}

.feedback-detail-modal-dialog {
    max-width: 1240px;
}

.feedback-modal-header {
    align-items: flex-start;
    gap: 1rem;
}

.feedback-modal-header .btn-close {
    flex: 0 0 auto;
    margin: .2rem 0 0;
}

.feedback-detail-modal .modal-body {
    padding: .85rem;
}

.feedback-modal-layout {
    align-items: start;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.feedback-modal-details,
.feedback-modal-conversation {
    min-width: 0;
}

.feedback-modal-section-head {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
    min-height: 32px;
}

.feedback-modal-section-head .admin-page-kicker {
    display: block;
    margin-bottom: .15rem;
}

.feedback-modal-section-head .admin-card-title {
    margin: 0;
}

.feedback-thread {
    max-height: 270px;
    overflow-y: auto;
}

.dlabnav .dlabnav-scroll {
    overflow-y: auto;
}

.feedback-thread,
.modal-body,
.dlabnav-scroll,
.telescope-frame {
    scrollbar-color: #4c5066 #191923;
    scrollbar-width: thin;
}

.feedback-thread::-webkit-scrollbar,
.modal-body::-webkit-scrollbar,
.dlabnav-scroll::-webkit-scrollbar,
.telescope-frame::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.feedback-thread::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track,
.dlabnav-scroll::-webkit-scrollbar-track,
.telescope-frame::-webkit-scrollbar-track {
    background: #191923;
}

.feedback-thread::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb,
.dlabnav-scroll::-webkit-scrollbar-thumb,
.telescope-frame::-webkit-scrollbar-thumb {
    background: #4c5066;
    border-radius: 999px;
}

.feedback-comment {
    background: #191923;
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    margin-bottom: .5rem;
    padding: .65rem;
}

.feedback-comment-head {
    color: var(--admin-muted);
    display: flex;
    font-size: .65rem;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.feedback-comment-body {
    color: #d9dae3;
    font-size: .75rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

.feedback-reply-composer {
    background: #191923;
    border: 1px solid var(--admin-border);
    border-radius: 12px;
    padding: .75rem;
}

.feedback-reply-head {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.feedback-reply-head small {
    color: var(--admin-muted);
    display: block;
    font-size: .72rem;
    margin-top: .2rem;
}

.feedback-reply-title {
    color: #f0f1f6;
    display: block;
    font-size: .76rem;
    font-weight: 700;
    margin: 0;
}

.feedback-reply-title i {
    color: #9298ff;
}

#feedbackCharacterCount {
    color: var(--admin-text-tertiary);
    flex: 0 0 auto;
    font-size: .7rem;
}

.feedback-reply-composer textarea {
    min-height: 112px;
    resize: vertical;
}

.feedback-reply-footer {
    align-items: center;
    color: var(--admin-text-tertiary);
    display: flex;
    font-size: .72rem;
    gap: 1rem;
    justify-content: space-between;
    margin-top: .8rem;
}

.feedback-reply-footer .btn {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 140px;
}

.detail-label {
    color: var(--admin-text-tertiary);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.detail-value {
    color: #dfe0e9;
    font-size: .76rem;
    line-height: 1.55;
    margin-top: .25rem;
    overflow-wrap: anywhere;
}

body[data-theme-version="light"] #main-wrapper,
body[data-theme-version="light"] .content-body {
    background: var(--admin-bg);
}

body[data-theme-version="light"] .nav-header,
body[data-theme-version="light"] .header,
body[data-theme-version="light"] .dlabnav,
body[data-theme-version="light"] .footer {
    background: #fff;
    border-color: var(--admin-border);
}

body[data-theme-version="light"] .nav-header {
    border-bottom: 1px solid var(--admin-border);
    border-right: 1px solid var(--admin-border);
    box-shadow: 0 10px 28px rgba(37, 46, 68, .07);
}

body[data-theme-version="light"] .header {
    border-bottom: 1px solid var(--admin-border);
    box-shadow: 0 8px 24px rgba(37, 46, 68, .055);
}

body[data-theme-version="light"] .hamburger .line {
    background: #5d6578;
}

body[data-theme-version="light"] .admin-header-title h1,
body[data-theme-version="light"] .header-profile .header-info span,
body[data-theme-version="light"] .admin-card-title,
body[data-theme-version="light"] .admin-overview-value,
body[data-theme-version="light"] .admin-version-summary-item strong,
body[data-theme-version="light"] .admin-table .primary-cell strong,
body[data-theme-version="light"] .dashboard-feedback-title,
body[data-theme-version="light"] .feedback-table-tenant,
body[data-theme-version="light"] .feedback-comment-body,
body[data-theme-version="light"] .feedback-reply-title,
body[data-theme-version="light"] .detail-value,
body[data-theme-version="light"] .admin-form-section-title {
    color: #283044;
}

body[data-theme-version="light"] .admin-body-text {
    color: #283044 !important;
}

body[data-theme-version="light"] .admin-card-subtitle {
    color: var(--admin-muted);
}

body[data-theme-version="light"] .admin-quick-link {
    background: var(--admin-primary-soft);
    border-color: rgba(89, 101, 232, .2);
    color: #4f5bd3;
}

body[data-theme-version="light"] .admin-quick-link:hover {
    background: rgba(89, 101, 232, .16);
    color: #3542bd;
}

body[data-theme-version="light"] .admin-profile-menu {
    background: #fff;
    border-color: var(--admin-border);
    box-shadow: 0 18px 45px rgba(37, 46, 68, .14);
}

body[data-theme-version="light"] .admin-profile-menu .border-bottom {
    border-color: var(--admin-border) !important;
}

body[data-theme-version="light"] .admin-profile-menu .text-white {
    color: #283044 !important;
}

body[data-theme-version="light"] .admin-profile-menu .dropdown-item {
    color: #4d566b;
}

body[data-theme-version="light"] .admin-profile-menu .dropdown-item:hover {
    background: var(--admin-primary-soft);
    color: #3542bd;
}

body[data-theme-version="light"] .dlabnav .metismenu>li>a {
    color: #626a7d;
}

body[data-theme-version="light"] .dlabnav .metismenu>li>a i {
    color: #7d8495;
}

body[data-theme-version="light"] .dlabnav .metismenu>li.mm-active>a,
body[data-theme-version="light"] .dlabnav .metismenu>li>a:hover {
    background: linear-gradient(90deg, rgba(89, 101, 232, .14), rgba(89, 101, 232, .025));
    color: #3542bd;
}

body[data-theme-version="light"] .dlabnav .metismenu>li.mm-active>a i {
    color: #5965e8;
}

body[data-theme-version="light"] .card {
    background: #fff;
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    box-shadow: var(--admin-shadow);
}

body[data-theme-version="light"] .card-header {
    background: transparent;
    border-color: var(--admin-border);
}

body[data-theme-version="light"] .admin-stat-card,
body[data-theme-version="light"] .admin-stat-card .text-white {
    color: #fff !important;
}

body[data-theme-version="light"] .table {
    --bs-table-bg: transparent;
    --bs-table-color: #3f485c;
    --bs-table-border-color: var(--admin-border);
    color: #3f485c;
}

body[data-theme-version="light"] .admin-table tbody td {
    border-color: rgba(223, 227, 236, .9);
}

body[data-theme-version="light"] .admin-table tbody tr:hover {
    background: rgba(89, 101, 232, .035);
}

body[data-theme-version="light"] .table-responsive {
    scrollbar-color: #b4bccb #eef1f6;
}

body[data-theme-version="light"] :is(.feedback-thread, .modal-body, .dlabnav-scroll, .telescope-frame) {
    scrollbar-color: #b4bccb #eef1f6;
}

body[data-theme-version="light"] :is(.feedback-thread, .modal-body, .dlabnav-scroll, .telescope-frame)::-webkit-scrollbar-track {
    background: #eef1f6;
}

body[data-theme-version="light"] :is(.feedback-thread, .modal-body, .dlabnav-scroll, .telescope-frame)::-webkit-scrollbar-thumb {
    background: #b4bccb;
}

body[data-theme-version="light"] .table-responsive::-webkit-scrollbar-track {
    background: #eef1f6;
}

body[data-theme-version="light"] .table-responsive::-webkit-scrollbar-thumb {
    background: #b4bccb;
}

body[data-theme-version="light"] .admin-empty i {
    color: #a1a9ba;
}

body[data-theme-version="light"] .dashboard-feedback-item:hover,
body[data-theme-version="light"] .feedback-table-row.is-active {
    background: rgba(89, 101, 232, .055);
}

body[data-theme-version="light"] .status-active {
    background: rgba(23, 145, 96, .1);
    color: #137c55;
}

body[data-theme-version="light"] .status-inactive {
    background: rgba(102, 110, 128, .1);
    color: #5f6779;
}

body[data-theme-version="light"] .status-warning {
    background: rgba(200, 125, 12, .1);
    color: #9b6009;
}

body[data-theme-version="light"] .status-danger {
    background: rgba(211, 53, 78, .1);
    color: #bd3148;
}

body[data-theme-version="light"] .status-info {
    background: rgba(22, 145, 174, .1);
    color: #117b94;
}

body[data-theme-version="light"] .status-primary {
    background: var(--admin-primary-soft);
    color: #4450c7;
}

body[data-theme-version="light"] .admin-icon-btn {
    background: #fafbfe;
    border-color: var(--admin-border);
    color: #697185;
}

body[data-theme-version="light"] .admin-icon-btn:hover {
    background: var(--admin-primary-soft);
    border-color: rgba(89, 101, 232, .35);
    color: #4450c7;
}

body[data-theme-version="light"] .admin-icon-btn.danger:hover,
body[data-theme-version="light"] .admin-icon-btn.danger:focus-visible {
    background: var(--admin-danger-surface);
    border-color: var(--admin-danger-border);
    color: var(--admin-danger-text);
}

body[data-theme-version="light"] .form-control,
body[data-theme-version="light"] .form-select,
body[data-theme-version="light"] .bootstrap-select>.dropdown-toggle,
body[data-theme-version="light"] textarea {
    background-color: #fff;
    border-color: #d8dde8;
    color: #2f374a;
}

body[data-theme-version="light"] .form-control:focus,
body[data-theme-version="light"] .form-select:focus {
    background-color: #fff;
    border-color: var(--admin-primary);
    box-shadow: 0 0 0 3px rgba(89, 101, 232, .11);
    color: #252d40;
}

body[data-theme-version="light"] .form-control::placeholder {
    color: var(--admin-placeholder);
}

body[data-theme-version="light"] .form-label {
    color: #586175;
}

body[data-theme-version="light"] .admin-switch-control {
    background: #fff;
    border-color: #d8dde8;
}

body[data-theme-version="light"] .admin-switch-control .form-switch .form-check-input {
    background-color: #c6ccda;
    border-color: #b7bfce;
}

body[data-theme-version="light"] .admin-switch-control .form-switch .form-check-input:checked {
    background-color: var(--admin-primary);
    border-color: var(--admin-primary);
}

body[data-theme-version="light"] .modal-content {
    background: #fff;
    border: 1px solid var(--admin-border);
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(37, 46, 68, .2);
    overflow: hidden;
}

body[data-theme-version="light"] .modal-header,
body[data-theme-version="light"] .modal-footer {
    border-color: var(--admin-border);
}

body[data-theme-version="light"] .modal-header {
    padding: .85rem 1rem;
}

body[data-theme-version="light"] .modal-body {
    padding: .75rem;
}

body[data-theme-version="light"] .modal-footer {
    gap: .5rem;
    padding: .75rem 1rem;
}

body[data-theme-version="light"] .modal-title {
    color: #283044;
}

body[data-theme-version="light"] .btn-close {
    align-items: center;
    background: none;
    color: #616a7d;
    display: inline-flex;
    filter: none;
    font-size: 0;
    height: 2rem;
    justify-content: center;
    opacity: .8;
    padding: 0;
    width: 2rem;
}

body[data-theme-version="light"] .btn-close::before {
    content: "\00d7";
    font-size: 1.5rem;
    line-height: 1;
}

body[data-theme-version="light"] .btn-close:hover {
    color: #252d40;
    opacity: 1;
}

body[data-theme-version="light"] .admin-form-section,
body[data-theme-version="light"] .feedback-comment,
body[data-theme-version="light"] .feedback-reply-composer {
    background: #f8f9fc;
}

body[data-theme-version="light"] .admin-toast {
    background: #fff;
    border-color: var(--admin-border);
    box-shadow: 0 18px 44px rgba(37, 46, 68, .16);
    color: #30384b;
}

body[data-theme-version="light"] .admin-list-footer {
    background: #fafbfe;
    color: #666f82;
}

body[data-theme-version="light"] .admin-page-button {
    color: #626b7f;
}

body[data-theme-version="light"] .admin-page-button:hover {
    color: #3542bd;
}

body[data-theme-version="light"] .admin-page-button.is-active {
    color: #fff;
}

body[data-theme-version="light"] .admin-page-button:disabled,
body[data-theme-version="light"] .admin-page-button.is-disabled {
    color: #a5adbc;
}

body[data-theme-version="light"] .telescope-mobile-note {
    color: #4450c7;
}

.admin-login-body {
    background: #14141c;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.admin-login-body::before {
    background-image: linear-gradient(rgba(106, 115, 250, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(106, 115, 250, .045) 1px, transparent 1px);
    background-size: 40px 40px;
    content: '';
    inset: 0;
    position: fixed;
}

.admin-login-orb {
    background: rgba(106, 115, 250, .22);
    border-radius: 50%;
    filter: blur(2px);
    height: 420px;
    left: -160px;
    position: fixed;
    top: -180px;
    width: 420px;
}

.admin-login-orb.second {
    background: rgba(103, 59, 183, .16);
    bottom: -210px;
    left: auto;
    right: -160px;
    top: auto;
}

.admin-login-shell {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 100vh;
    padding: 4rem 2rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

.admin-login-story {
    background: linear-gradient(145deg, #20283a, #191923 72%);
    border: 1px solid rgba(106, 115, 250, .2);
    border-radius: 22px 0 0 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 3rem;
    position: relative;
}

.admin-login-story::before {
    background: radial-gradient(circle, rgba(45, 128, 200, .24), transparent 68%);
    content: '';
    height: 380px;
    left: -130px;
    position: absolute;
    top: -160px;
    width: 380px;
}

.admin-login-story::after {
    border: 46px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    content: '';
    height: 290px;
    position: absolute;
    right: -90px;
    top: -85px;
    width: 290px;
}

.login-brand {
    align-items: center;
    display: inline-flex;
    position: relative;
    width: fit-content;
    z-index: 1;
}

.login-brand img {
    height: auto;
    max-width: 245px;
    object-fit: contain;
    width: 100%;
}

.admin-login-story-title {
    color: #fff;
    font-size: 2.35rem;
    line-height: 1.14;
    margin: 2rem 0 1rem;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

.admin-login-story p {
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

.login-feature-list {
    display: grid;
    gap: .75rem;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.login-feature {
    align-items: center;
    color: rgba(255, 255, 255, .82);
    display: flex;
    font-size: .76rem;
    gap: .7rem;
}

.login-feature i {
    align-items: center;
    background: rgba(18, 18, 35, .23);
    border-radius: 8px;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.admin-login-card {
    background: #20202c;
    border: 1px solid var(--admin-border);
    border-left: 0;
    border-radius: 0 22px 22px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.7rem;
}

.admin-login-card h1 {
    color: #fff;
    font-size: 1.55rem;
    margin: 0 0 .45rem;
}

.admin-login-card>p {
    color: var(--admin-muted);
    font-size: .76rem;
    margin-bottom: 2rem;
}

.login-input-wrap {
    position: relative;
}

.login-input-wrap>i {
    color: #696d7f;
    left: .95rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.login-input-wrap .form-control {
    height: 48px;
    padding-left: 2.7rem;
}

.login-input-wrap .show-pass {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: .2rem;
    top: 0;
    width: 44px;
}

.admin-login-footer {
    color: #626677;
    font-size: .65rem;
    margin-top: 2rem;
    text-align: center;
}

body.admin-login-body[data-theme-version="light"] {
    background: #f3f5fa;
}

body.admin-login-body[data-theme-version="light"]::before {
    background-image: linear-gradient(rgba(89, 101, 232, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(89, 101, 232, .055) 1px, transparent 1px);
}

body.admin-login-body[data-theme-version="light"] .admin-login-orb {
    background: rgba(89, 101, 232, .12);
}

body.admin-login-body[data-theme-version="light"] .admin-login-orb.second {
    background: rgba(45, 128, 200, .09);
}

body.admin-login-body[data-theme-version="light"] .admin-login-story {
    background: linear-gradient(145deg, #f8faff, #edf2fc 72%);
    border-color: rgba(89, 101, 232, .18);
}

body.admin-login-body[data-theme-version="light"] .admin-login-story::before {
    background: radial-gradient(circle, rgba(45, 128, 200, .13), transparent 68%);
}

body.admin-login-body[data-theme-version="light"] .admin-login-story::after {
    border-color: rgba(89, 101, 232, .065);
}

body.admin-login-body[data-theme-version="light"] .admin-login-story-title {
    color: #283044;
}

body.admin-login-body[data-theme-version="light"] .admin-login-story p {
    color: #687185;
}

body.admin-login-body[data-theme-version="light"] .login-feature {
    color: #4d566b;
}

body.admin-login-body[data-theme-version="light"] .login-feature i {
    background: rgba(89, 101, 232, .1);
    color: #4f5bd3;
}

body.admin-login-body[data-theme-version="light"] .admin-login-card {
    background: #fff;
    border-color: var(--admin-border);
    box-shadow: 20px 20px 60px rgba(37, 46, 68, .08);
}

body.admin-login-body[data-theme-version="light"] .admin-login-card h1 {
    color: #283044;
}

body.admin-login-body[data-theme-version="light"] .admin-login-footer {
    color: #7b8395;
}

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

    .feedback-modal-layout {
        grid-template-columns: 1fr;
    }

    .admin-login-shell {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .admin-login-story {
        border-radius: 0 0 20px 20px;
        min-height: 340px;
        order: 2;
        padding: 2.3rem;
    }

    .admin-login-card {
        border-left: 1px solid var(--admin-border);
        border-radius: 20px 20px 0 0;
        order: 1;
        padding: 2.5rem;
    }
}

@media (max-width: 1279.98px) {
    .feedback-toolbar {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 1199.98px) {
    .nav-header {
        width: 4.5rem !important;
    }

    .nav-header .brand-logo {
        display: flex !important;
        padding: 0;
        width: 4.5rem;
    }

    .nav-header .brand-logo .admin-brand-full {
        display: none;
    }

    .nav-header .brand-logo .admin-brand-compact {
        display: block;
        height: 40px;
        width: 40px;
    }

    .nav-header .nav-control {
        right: -3rem !important;
    }

    .header {
        padding-left: 0 !important;
    }

    .header .header-content {
        padding-left: 7.75rem !important;
        padding-right: .75rem;
    }

    .dlabnav {
        box-shadow: none !important;
        left: 0;
        transform: translateX(-105%);
        transition: transform .22s ease;
        width: 16.5rem !important;
        z-index: 19;
    }

    #main-wrapper.mobile-menu-open .dlabnav {
        box-shadow: 18px 0 40px rgba(0, 0, 0, .32) !important;
        transform: translateX(0);
    }

    #main-wrapper.mobile-menu-open .admin-nav-backdrop {
        background: rgba(10, 12, 20, .48);
        border: 0;
        display: block;
        inset: 0;
        position: fixed;
        z-index: 18;
    }

    body.admin-nav-open {
        overflow: hidden;
    }

    .content-body,
    .footer {
        margin-left: 0 !important;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .nav-header {
        width: 4.5rem !important;
    }

    .nav-header .brand-logo {
        display: flex !important;
        padding: 0;
        width: 4.5rem;
    }

    .nav-header .brand-logo .admin-brand-full {
        display: none;
    }

    .nav-header .brand-logo .admin-brand-compact {
        display: block;
        height: 40px;
        width: 40px;
    }

    .nav-header .nav-control {
        right: -3rem !important;
    }

    .header {
        padding-left: 0 !important;
    }

    .header .header-content {
        padding-left: 7.75rem !important;
        padding-right: .75rem;
    }

    .header-left {
        display: flex !important;
        flex: 1 1 auto;
        margin-right: .5rem;
        min-width: 0;
    }

    .header-left .admin-eyebrow {
        display: none;
    }

    .admin-header-title h1 {
        font-size: .82rem;
        max-width: min(38vw, 180px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-right {
        margin-left: auto;
    }

    .header-profile .nav-link {
        padding-left: .3rem;
        padding-right: .3rem;
    }

    .dlabnav {
        box-shadow: 18px 0 40px rgba(0, 0, 0, .32) !important;
        left: 0;
        transform: translateX(-105%);
        transition: transform .22s ease;
        width: 16.5rem !important;
        z-index: 19;
    }

    #main-wrapper.mobile-menu-open .dlabnav {
        transform: translateX(0);
    }

    .content-body,
    .footer {
        margin-left: 0 !important;
        width: 100%;
    }

    .admin-search {
        max-width: none;
    }

    .card-header .admin-filter-row {
        flex-basis: 100%;
        justify-content: stretch;
    }

    .card-header .admin-filter-row>* {
        flex: 1 1 100%;
        width: 100%;
    }

    .admin-login-shell {
        padding: 1rem;
    }

    .admin-login-story {
        min-height: 300px;
        padding: 1.7rem;
    }

    .admin-login-story-title {
        font-size: 1.8rem;
    }

    .admin-login-card {
        padding: 2rem 1.4rem;
    }

    .admin-actions {
        justify-content: flex-start;
    }

    .admin-overview-card {
        min-height: 104px;
    }

    .telescope-mobile-note {
        display: flex;
    }

    .admin-module-actions .btn {
        width: 100%;
    }

    .telescope-frame {
        height: calc(100dvh - var(--dz-header-height) - 10rem);
        min-height: 360px;
        overflow: auto;
    }

    .telescope-frame iframe {
        min-width: 1100px;
        width: 1100px;
    }

    .telescope-frame.log-viewer-frame iframe {
        min-width: 0;
        width: 100%;
    }

    .admin-list-footer {
        align-items: stretch;
        flex-direction: column;
        position: static;
    }

    .admin-results-group,
    .admin-pager-group {
        justify-content: space-between;
        margin-left: 0;
        width: 100%;
    }

    .admin-pager-group {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-page-links {
        flex-wrap: wrap;
    }

    .modal-dialog {
        margin: .75rem;
        max-width: calc(100% - 1.5rem);
    }

    .modal-content {
        max-height: calc(100vh - 1.5rem);
    }

    .modal-header,
    .modal-footer {
        padding: 1rem;
    }

    .modal-body {
        padding: .85rem;
    }

    .modal-footer:not(.admin-list-footer) .btn {
        flex: 1 1 0;
    }
}

@media (max-width: 575.98px) {
    .feedback-filter-grid {
        grid-template-columns: 1fr;
    }

    .feedback-modal-header {
        align-items: flex-start;
        flex-wrap: wrap;
        padding-right: 3.25rem !important;
        position: relative;
    }

    .feedback-modal-header>.min-w-0 {
        flex-basis: 100%;
    }

    .feedback-modal-header>.btn-close {
        position: absolute;
        right: .75rem;
        top: .75rem;
    }

    .feedback-status-control {
        flex-basis: 100%;
        min-width: 0;
        width: 100%;
    }

    .feedback-reply-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .feedback-reply-footer .btn {
        width: 100%;
    }
}

@media (pointer: coarse) {
    body:not(.admin-login-body)[data-theme-version] {
        --admin-control-height: 44px;
    }

    .admin-icon-btn,
    .admin-page-button,
    .admin-theme-toggle,
    .nav-control,
    .modal .btn-close {
        min-height: 44px;
        min-width: 44px;
    }

    .admin-icon-btn {
        flex-basis: 44px;
        height: 44px;
        width: 44px;
    }

    .admin-page-button {
        height: 44px;
    }

    .admin-content .admin-list-footer .admin-page-size,
    .admin-content .admin-list-footer .admin-page-jump .form-control {
        height: 44px !important;
        min-height: 44px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
