﻿.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

/* Dark admin shell for dashboard_v2 operations/user-management screens */
.admin-dark {
    background: radial-gradient(circle at top, #111b38 0%, #0b1220 45%, #080d18 100%);
    color: #e6eeff;
}

html, body {
    height: 100%;
}

body.admin-dark {
    overflow-y: auto !important;
    overflow-x: hidden;
}

.admin-dark .app {
    min-height: 100vh;
    width: 100%;
}

.admin-dark .app-header.navbar {
    background: #1f2937;
    border-bottom: 1px solid #374151;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 64px;
    height: 64px;
    flex-wrap: nowrap !important;
}

body.admin-dark.sidebar-fixed .app-header,
body.admin-dark.sidebar-fixed .app-header.navbar {
    width: 100% !important;
    margin-left: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

body.admin-dark.header-fixed .app-header,
body.admin-dark.header-fixed .app-header.navbar {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

.admin-dark .navbar-brand-full,
.admin-dark .navbar-brand-minimized,
.admin-dark .app-header .nav-link {
    color: #eef4ff;
}

.admin-dark.sidebar-lg-show .navbar-brand-minimized {
    display: none;
}

.admin-dark .navbar-brand-full {
    font-weight: 700;
}

.admin-dark .admin-mobile-menu-toggle {
    color: #eaf1ff;
    border: 0;
    background: transparent;
    font-size: 20px;
    padding: 4px 8px;
}

.admin-dark .top-trading-nav .nav-link {
    color: #cfe0ff;
    margin-right: 8px;
    border-radius: 6px;
    padding: 4px 10px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
}

.admin-dark .top-trading-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.admin-dark .top-trading-nav .nav-item {
    display: block;
}

.admin-dark .top-trading-nav .nav-link:hover,
.admin-dark .top-trading-nav .nav-link.active {
    color: #ffffff;
    background: #1f3154;
}

.admin-dark .sidebar {
    background: #0f1729;
    border-right: 1px solid #223458;
}

.admin-dark .sidebar .nav,
.admin-dark .sidebar .sidebar-nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.admin-dark .sidebar .nav-item {
    width: 100%;
}

.admin-dark .sidebar .nav-link,
.admin-dark .sidebar .nav-link .nav-icon,
.admin-dark .sidebar .nav-dropdown-toggle {
    color: #d5e2ff;
}

.admin-dark .sidebar .nav-link,
.admin-dark .sidebar .nav-dropdown-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
}

.admin-dark .sidebar .nav-link.active,
.admin-dark .sidebar .nav-link:hover,
.admin-dark .sidebar .nav-dropdown-toggle:hover {
    background: #1f3154;
    color: #ffffff;
}

.admin-dark .sidebar .nav-dropdown-items {
    padding-left: 0;
}

.admin-dark .sidebar .nav-dropdown-items .nav-link {
    color: #c4d6fb;
    padding-left: 44px !important;
}

.mobile-trading-link {
    display: none;
}

.mobile-profile-link {
    display: none;
}

.admin-dark .main {
    background: transparent !important;
    color: #e6eeff;
    min-height: calc(100vh - 64px);
    flex: 1 1 auto;
    width: auto;
    margin-left: 0 !important;
    overflow: visible !important;
}

body.admin-dark.sidebar-fixed .main {
    margin-left: 0 !important;
    width: 100% !important;
}

.admin-dark .app-body,
.admin-dark .container-fluid,
.admin-dark .main .container-fluid {
    background: transparent !important;
}

.admin-dark .app-body {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: stretch;
    overflow: visible !important;
    height: auto !important;
    min-height: calc(100vh - 64px);
    width: 100% !important;
    max-width: 100% !important;
}

.admin-dark .sidebar {
    width: 260px;
    max-width: 260px;
    min-height: calc(100vh - 64px);
    position: sticky;
    top: 64px;
    align-self: flex-start;
    z-index: 10;
}

.admin-dark .admin-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 28px;
    overflow: visible;
}

.admin-dark .main,
.admin-dark .main .container-fluid,
.admin-dark .admin-content,
.admin-dark .admin-content > .card,
.admin-dark .admin-content .card {
    width: 100% !important;
    max-width: none !important;
}

.admin-dark .main {
    max-width: none !important;
    margin-right: 0 !important;
    height: auto !important;
}

body.admin-dark .main {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.admin-dark .main .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.admin-dark .main .container-fluid.admin-content {
    padding: 24px 28px !important;
}

.admin-dark .profile-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: none;
    overflow: visible;
}

.admin-dark .app-header .navbar-nav.ml-auto .profile-link {
    flex-shrink: 0;
}

.admin-dark .app-header .profile-name,
.admin-dark .app-header .proxy-usdc-balance {
    white-space: nowrap;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
}

/* Desktop header: avatar + name + balance column, vertically centered with nav */
.admin-dark .app-header .nav-link.profile-link-header {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    line-height: 1.25;
}

.admin-dark .app-header .profile-link-header .profile-avatar {
    flex-shrink: 0;
}

.admin-dark .app-header .profile-link-header .profile-header-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
}

.admin-dark .app-header .profile-link-header .profile-name {
    line-height: 1.2;
}

.admin-dark .app-header .profile-link-header .proxy-usdc-balance {
    margin-top: 0.1rem !important;
    font-size: 0.72rem !important;
    line-height: 1.2;
    text-align: right;
    width: 100%;
    display: block;
}

/* Mobile header: avatar + stacked name / balance */
.admin-dark .app-header .mobile-profile-header-link {
    display: inline-flex !important;
    align-items: center;
}

.admin-dark .app-header .mobile-profile-header-link .profile-header-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.admin-dark .app-header .mobile-profile-header-link .proxy-usdc-balance {
    margin-top: 0.1rem !important;
    font-size: 0.72rem !important;
    line-height: 1.2;
}

.admin-dark .profile-avatar {
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    background: #2563eb;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-dark .profile-name {
    color: #eaf1ff;
    font-size: 13px;
}

.admin-dark .app-header .navbar-nav.ml-auto {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px;
}

.admin-dark .app-header .navbar-nav.ml-auto .nav-item {
    display: inline-flex;
    align-items: center;
}

.admin-dark .admin-content > .row {
    margin-left: 0;
    margin-right: 0;
}

.admin-dark .admin-content > .row > [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
}

.admin-dark .card {
    width: 100%;
    background: #0f1729;
    border: 1px solid #24314f;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.admin-dark .card-header {
    background: #111c33;
    border-bottom: 1px solid #24314f;
    color: #e5ecff;
    font-weight: 600;
}

.admin-dark .text-muted {
    color: #d6e3fb !important;
}

.admin-dark .helper-block {
    color: #b7c8e8 !important;
}

.admin-dark .card-body p,
.admin-dark .card-body .text-muted,
.admin-dark .card-body label {
    color: #dbe7ff !important;
}

.admin-dark .card-body {
    padding: 1.15rem 1.2rem;
}

.admin-dark .table {
    color: #dbe7ff;
    background: transparent;
}

.admin-dark .table thead th {
    border-color: #2a3a5d;
    color: #e1ebff;
    background: #111c33;
}

.admin-dark .table td,
.admin-dark .table th,
.admin-dark .table-bordered td,
.admin-dark .table-bordered th {
    border-color: #2a3a5d;
    color: #dbe7ff;
}

.admin-dark .table tbody tr,
.admin-dark .table tbody td,
.admin-dark .table tbody th {
    background: rgba(15, 23, 41, 0.92) !important;
}

.admin-dark .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(24, 36, 61, 0.55) !important;
}

.admin-dark .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(18, 28, 48, 0.42) !important;
}

.admin-dark .form-control,
.admin-dark .custom-select {
    background: #1a2438;
    border-color: #2a3a5d;
    color: #f3f7ff;
}

.admin-dark .form-control:focus,
.admin-dark .custom-select:focus {
    border-color: #3b82f6;
    box-shadow: none;
    background: #1a2438;
    color: #f3f7ff;
}

.admin-dark .form-control::placeholder {
    color: #9db1dc;
}

.admin-dark .dataTables_wrapper,
.admin-dark .dataTables_length,
.admin-dark .dataTables_filter,
.admin-dark .dataTables_info,
.admin-dark .dataTables_paginate,
.admin-dark .dt-buttons {
    color: #dbe7ff !important;
    background: transparent !important;
}

.admin-dark .dataTables_wrapper .dataTables_filter input,
.admin-dark .dataTables_wrapper .dataTables_length select {
    background: #1a2438 !important;
    border: 1px solid #2a3a5d !important;
    color: #f3f7ff !important;
}

.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #dbe7ff !important;
    background: #1a2438 !important;
    background-color: #1a2438 !important;
    background-image: none !important;
    border: 1px solid #2a3a5d !important;
}

.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    color: #8fa5d1 !important;
    background: #1a2438 !important;
    background-color: #1a2438 !important;
    background-image: none !important;
    border: 1px solid #2a3a5d !important;
    box-shadow: none !important;
}

.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #223257 !important;
    background-color: #223257 !important;
    background-image: none !important;
    border-color: #2e4371 !important;
}

.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button,
.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button:link,
.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button:visited,
.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.admin-dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-image: none !important;
}

/* Fallback override when body class scoping is bypassed */
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:link,
.dataTables_wrapper .dataTables_paginate .paginate_button:visited,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    background: #1a2438 !important;
    background-color: #1a2438 !important;
    background-image: none !important;
    color: #dbe7ff !important;
    border: 1px solid #2a3a5d !important;
    box-shadow: none !important;
}

/* DataTables Bootstrap4 pagination links (actual visible white element) */
.admin-dark .dataTables_wrapper .dataTables_paginate .page-link,
.dataTables_wrapper .dataTables_paginate .page-link {
    background: #1a2438 !important;
    background-color: #1a2438 !important;
    background-image: none !important;
    border: 1px solid #2a3a5d !important;
    color: #dbe7ff !important;
}

.admin-dark .dataTables_wrapper .dataTables_paginate .page-item.active .page-link,
.dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
    background: #3657c8 !important;
    background-color: #3657c8 !important;
    border-color: #4569de !important;
    color: #ffffff !important;
}

.admin-dark .dataTables_wrapper .dataTables_paginate .page-item.disabled .page-link,
.dataTables_wrapper .dataTables_paginate .page-item.disabled .page-link {
    background: #1a2438 !important;
    background-color: #1a2438 !important;
    border-color: #2a3a5d !important;
    color: #8fa5d1 !important;
    opacity: 1 !important;
}

/* Row selection checkboxes in users/roles/permissions tables */
.admin-dark .table input[type="checkbox"],
.admin-dark table.dataTable input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #93a8d5;
    border-radius: 3px;
    background-color: #2a3a5d;
    cursor: pointer;
    vertical-align: middle;
}

.admin-dark .table input[type="checkbox"]:checked,
.admin-dark table.dataTable input[type="checkbox"]:checked {
    background-color: #8ea8df;
    border-color: #b6c8ed;
    box-shadow: inset 0 0 0 2px #1a2438;
}

/* Select2 dark theme override for roles/users edit pages */
.admin-dark .select2-container--default .select2-selection--single,
.admin-dark .select2-container--default .select2-selection--multiple {
    background: #1a2438 !important;
    border: 1px solid #2a3a5d !important;
    color: #e6eeff !important;
}

.admin-dark .select2-container .selection .select2-selection--single,
.admin-dark .select2-container .selection .select2-selection--multiple,
.admin-dark .select2-container--default.select2-container--focus .select2-selection--multiple,
.admin-dark .select2-container--default.select2-container--open .select2-selection--multiple {
    background: #1a2438 !important;
    background-color: #1a2438 !important;
    border-color: #2a3a5d !important;
    color: #e6eeff !important;
}

.admin-dark .select2-container--default .select2-selection--single .select2-selection__rendered,
.admin-dark .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #e6eeff !important;
}

.admin-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e5e7eb !important;
    border: 1px solid #9ca3af !important;
    color: #1f2937 !important;
}

.admin-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #4b5563 !important;
}

.admin-dark .select2-dropdown {
    background: #111c33 !important;
    border: 1px solid #2a3a5d !important;
}

.admin-dark .select2-container--default .select2-results__option {
    color: #dbe7ff !important;
    background: transparent !important;
}

.admin-dark .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #223257 !important;
    color: #ffffff !important;
}

.admin-dark .select2-search--dropdown .select2-search__field {
    background: #1a2438 !important;
    border: 1px solid #2a3a5d !important;
    color: #e6eeff !important;
}

.admin-dark .btn-default {
    color: #e6eeff;
    background-color: #1a2438;
    border-color: #2a3a5d;
}

.admin-dark .btn-default:hover {
    color: #ffffff;
    background-color: #223257;
    border-color: #2e4371;
}

.admin-dark .btn-info,
.admin-dark .btn-info.btn-xs {
    color: #e6eeff !important;
    background-color: #1a2438 !important;
    border-color: #2a3a5d !important;
}

.admin-dark .btn-info:hover,
.admin-dark .btn-info.btn-xs:hover,
.admin-dark .btn-info:focus,
.admin-dark .btn-info.btn-xs:focus {
    color: #ffffff !important;
    background-color: #223257 !important;
    border-color: #2e4371 !important;
    box-shadow: none !important;
}

.admin-dark .dataTables_scroll,
.admin-dark .dataTables_scrollHead,
.admin-dark .dataTables_scrollBody {
    background: transparent !important;
    border-color: #2a3a5d !important;
}

.admin-dark .dataTables_wrapper .dataTables_scrollBody {
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
    overflow-x: auto !important;
}

.admin-dark .dataTables_scroll,
.admin-dark .dataTables_wrapper {
    overflow: visible !important;
}

.admin-dark table.dataTable,
.admin-dark table.dataTable tbody th,
.admin-dark table.dataTable tbody td {
    background: transparent !important;
    color: #dbe7ff !important;
}

.admin-dark table.dataTable.stripe tbody tr.odd,
.admin-dark table.dataTable.display tbody tr.odd,
.admin-dark table.dataTable.stripe tbody tr.even,
.admin-dark table.dataTable.display tbody tr.even {
    background-color: transparent !important;
}

.admin-dark table.dataTable tbody tr,
.admin-dark table.dataTable tbody tr > td,
.admin-dark table.dataTable tbody tr > th {
    background-color: rgba(15, 23, 41, 0.92) !important;
}

.admin-dark table.dataTable tbody td.sorting_1,
.admin-dark table.dataTable tbody td.sorting_2,
.admin-dark table.dataTable tbody td.sorting_3 {
    background-color: rgba(15, 23, 41, 0.92) !important;
}

.admin-dark table.dataTable tbody td a,
.admin-dark .table td a {
    color: #8cb6ff;
}

.admin-dark table.dataTable tbody td a:hover,
.admin-dark .table td a:hover {
    color: #bcd5ff;
}

@media (max-width: 991.98px) {
    .mobile-trading-link {
        display: block;
    }

    .mobile-profile-link {
        display: block;
    }

    .admin-dark .app-body {
        display: block;
    }

    .admin-dark .top-trading-nav {
        display: none !important;
    }

    .admin-dark .sidebar {
        display: none !important;
        pointer-events: none !important;
    }

    .admin-dark .admin-mobile-menu-panel {
        display: none !important;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: #0f1729;
        border-top: 1px solid #223458;
        border-bottom: 1px solid #223458;
        z-index: 1300;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
        pointer-events: none;
    }

    .admin-dark .admin-mobile-menu-panel.open {
        display: block !important;
        pointer-events: auto;
    }

    .admin-dark .admin-mobile-menu-list {
        list-style: none;
        margin: 0;
        padding: 8px 0;
    }

    .admin-dark .admin-mobile-menu-list li a {
        display: flex;
        align-items: center;
        color: #dbe7ff;
        padding: 10px 16px;
        text-decoration: none;
        border-left: 3px solid transparent;
    }

    .admin-dark .admin-mobile-menu-list li a:hover,
    .admin-dark .admin-mobile-menu-list li a.active {
        color: #ffffff;
        background: #1f3154;
        border-left-color: #3b82f6;
    }

    .admin-dark .mobile-profile-header-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #dbe7ff;
        padding-right: 8px;
    }

    .admin-dark .mobile-profile-header-link .profile-name {
        font-size: 18px;
        font-weight: 600;
        color: #dbe7ff;
    }

    .admin-dark .mobile-header-logout {
        color: #dbe7ff;
        font-size: 20px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .admin-dark .admin-content {
        padding: 16px;
    }

    .admin-dark .main .container-fluid.admin-content {
        padding: 16px !important;
    }

    .admin-dark .dataTables_wrapper .dt-buttons {
        display: flex !important;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 10px;
    }

    .admin-dark .dataTables_wrapper .dt-buttons .btn {
        margin: 0 !important;
    }

    .admin-dark .dataTables_wrapper .dataTables_length,
    .admin-dark .dataTables_wrapper .dataTables_filter,
    .admin-dark .dataTables_wrapper .dataTables_info,
    .admin-dark .dataTables_wrapper .dataTables_paginate {
        float: none !important;
        text-align: left !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .admin-dark .dataTables_wrapper .dataTables_filter input,
    .admin-dark .dataTables_wrapper .dataTables_length select {
        width: 100%;
        max-width: 260px;
    }

    .admin-dark .dataTables_wrapper .dataTables_paginate {
        display: flex !important;
        flex-wrap: wrap;
        gap: 6px;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .admin-dark .top-trading-nav {
        display: flex !important;
    }
}

.admin-dark .sidebar-minimizer {
    display: none !important;
}

.admin-dark .profile-link {
    padding-top: 0;
    padding-bottom: 0;
}

.admin-dark .btn-primary {
    background: #2563eb;
    border-color: #2563eb;
}

.admin-dark .btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.admin-dark .create-client-btn {
    min-width: 120px;
    height: 42px;
    line-height: 1.1;
}

.admin-dark .oauth-input {
    height: 42px;
}

.admin-dark .oauth-action-col {
    display: flex;
    align-items: flex-end;
    padding-top: 0;
}

.admin-dark .btn-outline-danger {
    color: #fca5a5;
    border-color: #ef4444;
}

.admin-dark .btn-outline-danger:hover {
    color: #fff;
    background: #dc2626;
    border-color: #dc2626;
}

.admin-dark .alert-success {
    background: rgba(34, 197, 94, 0.16);
    border-color: rgba(34, 197, 94, 0.45);
    color: #d1fae5;
}

.admin-dark .alert-info {
    background: rgba(59, 130, 246, 0.16);
    border-color: rgba(59, 130, 246, 0.45);
    color: #dbeafe;
}

.admin-dark .alert-danger {
    background: rgba(239, 68, 68, 0.16);
    border-color: rgba(239, 68, 68, 0.45);
    color: #fee2e2;
}

.admin-dark code {
    color: #c6d6f7;
    background: #1a2438;
    padding: 2px 6px;
    border-radius: 4px;
}
