﻿:root {
    color-scheme: dark;
    --h5-bg: #050b14;
    --h5-panel: #0e1828;
    --h5-panel-2: #111f34;
    --h5-panel-3: #132034;
    --h5-border: #2b4c76;
    --h5-border-soft: rgba(166, 184, 207, 0.18);
    --h5-text: #edf5ff;
    --h5-muted: #a6b8cf;
    --h5-heading: #ffffff;
    --h5-button: #132034;
    --h5-button-hover: #183154;
    --h5-info: #58e6ff;
    --h5-blue: #4da3ff;
    --h5-blue-soft: rgba(77, 163, 255, 0.16);
    --h5-blue-border: rgba(77, 163, 255, 0.36);
    --h5-success: #3ddc97;
    --h5-danger: #ff6b6b;
    --h5-warning: #f8c256;
    --h5-heat-good: #78d6a3;
    --h5-heat-teal: #5cc8d7;
    --h5-heat-blue: #6aa7ff;
    --h5-heat-gold: #f2c66d;
    --h5-heat-red: #ef8b8b;
    --h5-heat-ribbon: linear-gradient(90deg, var(--h5-heat-good), var(--h5-heat-teal), var(--h5-heat-blue), var(--h5-heat-gold), var(--h5-heat-red));
}

body.h5-shortops-dark {
    background:
        linear-gradient(120deg, rgba(77, 163, 255, 0.22), transparent 36%),
        linear-gradient(180deg, #081426, var(--h5-bg)),
        var(--h5-bg) !important;
    color: var(--h5-text);
    letter-spacing: 0;
}

.h5-shortops-dark #wrapper,
.h5-shortops-dark .content-page,
.h5-shortops-dark .container-fluid,
.h5-shortops-dark .authentication-bg {
    background: transparent !important;
}

.h5-shortops-dark h1,
.h5-shortops-dark h2,
.h5-shortops-dark h3,
.h5-shortops-dark h4,
.h5-shortops-dark h5,
.h5-shortops-dark h6,
.h5-shortops-dark .header-title,
.h5-shortops-dark .card-title {
    color: var(--h5-heading) !important;
}

.h5-shortops-dark p,
.h5-shortops-dark label,
.h5-shortops-dark small,
.h5-shortops-dark .text-muted,
.h5-shortops-dark .form-label {
    color: var(--h5-muted) !important;
}

.h5-shortops-dark a {
    color: #8fb4e7;
}

.h5-shortops-dark a:hover,
.h5-shortops-dark a:focus {
    color: var(--h5-info);
}

.h5-shortops-dark .navbar,
.h5-shortops-dark .navbar-new-dark,
.h5-shortops-dark .navbar.navbar-new-dark,
.h5-shortops-dark .navbar.bg-dark {
    background: rgba(5, 11, 20, 0.98) !important;
    background-color: rgba(5, 11, 20, 0.98) !important;
    border-bottom: 1px solid var(--h5-border);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.h5-shortops-dark .navbar-new-dark .container {
    align-items: stretch;
    min-height: 104px;
}

.h5-shortops-dark .navbar-new-dark .h5-top-navbar {
    align-items: center;
    display: flex;
    gap: 0.58rem;
    min-width: 0;
    width: 100%;
}

.h5-shortops-dark .navbar-new-dark .h5-main-menu {
    flex: 1 1 0%;
    margin-right: 0;
    max-width: none;
    min-width: 0;
    width: 100%;
}

.h5-shortops-dark .navbar-new-dark .h5-user-menu {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row !important;
    gap: 0.42rem;
    justify-content: center;
    margin-left: auto !important;
    min-width: 0;
    width: auto;
}

.h5-shortops-dark .navbar-brand,
.h5-shortops-dark .navbar-brand:hover,
.h5-shortops-dark .navbar-brand:focus {
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .navbar-brand .h5-platform-name {
    color: var(--h5-heading) !important;
    font-weight: 900;
    opacity: 1;
}

.h5-shortops-dark .navbar-new-dark .h5-platform-brand::after {
    align-self: flex-start;
    margin-top: 9px;
}

.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-link,
.h5-shortops-dark .navbar-new-dark .navbar-nav .nav-link,
.h5-shortops-dark .navbar-new-dark .h5-user-menu .nav-link {
    color: rgba(237, 245, 255, 0.86) !important;
    opacity: 1 !important;
}

.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-item,
.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-dropdown {
    flex: 1 1 auto;
    min-width: 0;
}

.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-link {
    gap: 0.24rem;
    min-width: 0;
    padding-left: 0.42rem;
    padding-right: 0.42rem;
}

.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-menu-icon {
    flex: 0 0 auto;
}

.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-link span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-link:hover,
.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-link:focus,
.h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-dropdown.show > .h5-nav-link,
.h5-shortops-dark .navbar-new-dark .navbar-nav .nav-link:hover,
.h5-shortops-dark .navbar-new-dark .navbar-nav .nav-link:focus {
    background: var(--h5-blue-soft);
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .navbar-new-dark .btn-feedback {
    align-items: center;
    background: linear-gradient(90deg, #132034, #183154) !important;
    border-color: rgba(88, 230, 255, 0.42) !important;
    box-shadow: 0 0 0 1px rgba(77, 163, 255, 0.18), 0 12px 24px rgba(0, 0, 0, 0.28);
    color: #ffffff !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    flex-direction: row !important;
    gap: 0.34rem;
    justify-content: center;
    line-height: 1 !important;
    max-width: none !important;
    min-height: 38px;
    min-width: max-content !important;
    padding: 0.48rem 0.64rem !important;
    white-space: nowrap !important;
    word-break: keep-all;
}

.h5-shortops-dark .navbar-new-dark .btn-feedback i {
    flex: 0 0 auto;
    line-height: 1;
    margin-right: 0 !important;
}

.h5-shortops-dark .navbar-new-dark #BtnGive {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    flex-direction: row !important;
    gap: 0.34rem;
    justify-content: center !important;
    line-height: 1 !important;
    max-width: none !important;
    min-height: 38px;
    min-width: max-content !important;
    padding: 0.48rem 0.64rem !important;
    white-space: nowrap !important;
    word-break: keep-all;
}

.h5-shortops-dark .navbar-new-dark #BtnGive i {
    flex: 0 0 auto;
    line-height: 1;
    margin-right: 0 !important;
}

.h5-shortops-dark .navbar-new-dark .nav-user img {
    border: 2px solid rgba(88, 230, 255, 0.36);
}

.h5-shortops-dark .navbar-new-dark .h5-mobile-header-actions {
    align-items: center;
    background: rgba(12, 25, 43, 0.72);
    border: 1px solid rgba(77, 163, 255, 0.18);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.34rem;
    justify-content: center;
    padding: 0.22rem;
    white-space: nowrap;
}

.h5-shortops-dark .navbar-new-dark .h5-mobile-avatar-menu {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
}

.h5-shortops-dark .navbar-new-dark .h5-mobile-avatar-menu .nav-user {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding: 0 !important;
}

.h5-shortops-dark .navbar-new-dark .h5-mobile-avatar-menu .nav-user img {
    border: 2px solid rgba(88, 230, 255, 0.42);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
    height: 34px;
    width: 34px;
}

.h5-shortops-dark .navbar-new-dark .h5-feedback-nav-item {
    align-items: center;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    margin-right: 0;
    width: auto;
}

.h5-shortops-dark .navbar-new-dark .h5-top-feedback-action {
    align-items: center !important;
    background:
        var(--h5-heat-ribbon) top / 100% 2px no-repeat,
        linear-gradient(135deg, rgba(19, 32, 52, 0.96), rgba(10, 25, 42, 0.92)) !important;
    border: 1px solid rgba(77, 163, 255, 0.32) !important;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    color: rgba(237, 245, 255, 0.94) !important;
    display: inline-flex !important;
    gap: 5px;
    min-height: 32px !important;
    padding: 0 12px 0 7px !important;
    text-transform: none;
}

.h5-shortops-dark .navbar-new-dark #BtnGive.h5-top-feedback-action {
    gap: 5px !important;
    min-height: 32px !important;
    padding: 0 12px 0 7px !important;
}

.h5-shortops-dark .navbar-new-dark #BtnGive.h5-top-feedback-action i {
    font-size: .62rem;
    margin: 0 !important;
}

.h5-shortops-dark .navbar-new-dark .h5-top-feedback-action:hover,
.h5-shortops-dark .navbar-new-dark .h5-top-feedback-action:focus {
    background:
        var(--h5-heat-ribbon) top / 100% 2px no-repeat,
        linear-gradient(135deg, rgba(24, 49, 84, 0.98), rgba(12, 38, 64, 0.94)) !important;
    border-color: rgba(88, 230, 255, 0.48) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.h5-top-feedback-icon {
    align-items: center;
    background: rgba(5, 11, 20, 0.42);
    border: 1px solid rgba(88, 230, 255, 0.18);
    border-radius: 999px;
    display: inline-flex;
    height: 16px;
    justify-content: center;
    width: 16px;
}

.h5-top-feedback-icon i {
    color: #ffffff;
    font-size: .62rem;
    line-height: 1;
    margin: 0 !important;
}

.h5-top-feedback-text {
    color: #ffffff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.h5-shortops-dark .navbar-new-dark .h5-avatar-menu {
    min-width: 220px;
    padding: 10px;
}

.h5-shortops-dark .navbar-new-dark .h5-avatar-role-item {
    list-style: none;
    margin: 0 0 6px;
}

.h5-shortops-dark .navbar-new-dark .h5-avatar-role {
    align-items: center;
    background: rgba(77, 163, 255, 0.12);
    border: 1px solid rgba(77, 163, 255, 0.26);
    border-radius: 6px;
    color: var(--h5-heading);
    display: flex;
    gap: 10px;
    min-height: 48px;
    padding: 8px 10px;
}

.h5-shortops-dark .navbar-new-dark .h5-avatar-role i {
    color: var(--h5-blue);
    flex: 0 0 auto;
    font-size: 1rem;
}

.h5-shortops-dark .navbar-new-dark .h5-avatar-role span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.h5-shortops-dark .navbar-new-dark .h5-avatar-role small {
    color: var(--h5-muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.h5-shortops-dark .navbar-new-dark .h5-avatar-role strong {
    color: var(--h5-heading);
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.h5-shortops-dark .h5-main-menu .h5-submenu,
.h5-shortops-dark .dropdown-menu {
    background: var(--h5-panel) !important;
    border: 1px solid var(--h5-border);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.h5-shortops-dark .dropdown-item,
.h5-shortops-dark .h5-main-menu .h5-submenu-link {
    color: var(--h5-text) !important;
}

.h5-shortops-dark .dropdown-item:hover,
.h5-shortops-dark .dropdown-item:focus,
.h5-shortops-dark .h5-main-menu .h5-submenu-link:hover,
.h5-shortops-dark .h5-main-menu .h5-submenu-link:focus {
    background: var(--h5-blue-soft) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .card,
.h5-shortops-dark .modal-content,
.h5-shortops-dark .offcanvas,
.h5-shortops-dark .panel,
.h5-shortops-dark .bootstrap-table,
.h5-shortops-dark .table-responsive,
.h5-shortops-dark .select2-dropdown,
.h5-shortops-dark .selectize-control.single .selectize-input,
.h5-shortops-dark .selectize-dropdown {
    background: rgba(17, 24, 39, 0.94) !important;
    border-color: var(--h5-border) !important;
    color: var(--h5-text) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.h5-shortops-dark .card {
    position: relative;
    overflow: hidden;
}

.h5-shortops-dark .card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--h5-heat-ribbon);
    opacity: 0.75;
    pointer-events: none;
}

.h5-shortops-dark .card-header,
.h5-shortops-dark .modal-header,
.h5-shortops-dark .modal-footer,
.h5-shortops-dark .offcanvas-header,
.h5-shortops-dark .offcanvas-footer {
    background: var(--h5-panel-2) !important;
    border-color: var(--h5-border) !important;
}

.h5-shortops-dark .table,
.h5-shortops-dark table {
    --ct-table-color: var(--h5-text);
    --ct-table-bg: transparent;
    --ct-table-border-color: var(--h5-border-soft);
    color: var(--h5-text) !important;
}

.h5-shortops-dark .table thead,
.h5-shortops-dark table thead,
.h5-shortops-dark .fixed-table-header {
    background: var(--h5-panel-3) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .dataTables_wrapper,
.h5-shortops-dark .bootstrap-table {
    background:
        var(--h5-heat-ribbon) top / 100% 4px no-repeat,
        rgba(17, 24, 39, 0.94) !important;
    border: 1px solid var(--h5-border);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding-top: 4px;
}

.h5-shortops-dark .dataTables_wrapper .table-responsive,
.h5-shortops-dark .dataTables_wrapper .dataTables_scroll,
.h5-shortops-dark .dataTables_wrapper .dataTables_scrollHead,
.h5-shortops-dark .dataTables_wrapper .dataTables_scrollBody,
.h5-shortops-dark .bootstrap-table .fixed-table-container {
    background: transparent !important;
    border-color: rgba(166, 184, 207, 0.14) !important;
    box-shadow: none;
}

.h5-shortops-dark .compliance-table-shell .dataTables_wrapper {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0;
}

.h5-shortops-dark .table > :not(caption) > * > *,
.h5-shortops-dark table > :not(caption) > * > * {
    background-color: transparent !important;
    border-color: var(--h5-border-soft) !important;
    color: inherit !important;
}

.h5-shortops-dark .table > tbody > tr,
.h5-shortops-dark table > tbody > tr,
.h5-shortops-dark table.dataTable tbody tr,
.h5-shortops-dark .bootstrap-table .table > tbody > tr {
    --ct-table-bg: transparent;
    --ct-table-accent-bg: transparent;
    --ct-table-striped-bg: rgba(19, 32, 52, 0.46);
    --ct-table-hover-bg: rgba(22, 54, 92, 0.82);
    --ct-table-active-bg: rgba(29, 78, 124, 0.82);
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-bg: rgba(19, 32, 52, 0.46);
    --bs-table-hover-bg: rgba(22, 54, 92, 0.82);
    --bs-table-active-bg: rgba(29, 78, 124, 0.82);
    background: linear-gradient(90deg, rgba(12, 24, 42, 0.98), rgba(15, 31, 52, 0.92)) !important;
    color: var(--h5-text) !important;
}

.h5-shortops-dark .table-hover > tbody > tr:hover,
.h5-shortops-dark .table tbody > tr:hover,
.h5-shortops-dark table tbody > tr:hover,
.h5-shortops-dark table.dataTable tbody tr:hover,
.h5-shortops-dark table.dataTable.display tbody tr:hover,
.h5-shortops-dark table.dataTable.stripe tbody tr:hover,
.h5-shortops-dark table.dataTable.hover tbody tr:hover,
.h5-shortops-dark .bootstrap-table .table > tbody > tr:hover {
    background: linear-gradient(90deg, rgba(92, 200, 215, 0.18), rgba(20, 67, 111, 0.98), rgba(14, 31, 54, 0.98)) !important;
    box-shadow: none !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .table-striped > tbody > tr:nth-of-type(odd) > *,
.h5-shortops-dark table.dataTable.display tbody tr.odd > *,
.h5-shortops-dark table.dataTable.stripe tbody tr.odd > *,
.h5-shortops-dark table.dataTable.display tbody tr.odd > .sorting_1,
.h5-shortops-dark table.dataTable.display tbody tr.even > .sorting_1 {
    background-color: rgba(19, 32, 52, 0.46) !important;
    color: var(--h5-text) !important;
}

.h5-shortops-dark .table-light,
.h5-shortops-dark .table-light > *,
.h5-shortops-dark .table thead.table-light,
.h5-shortops-dark table thead.table-light {
    --ct-table-bg: var(--h5-panel-3);
    --ct-table-color: var(--h5-heading);
    --bs-table-bg: var(--h5-panel-3);
    --bs-table-color: var(--h5-heading);
    background: var(--h5-panel-3) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .table-hover > tbody > tr:hover > *,
.h5-shortops-dark .table tbody > tr:hover > *,
.h5-shortops-dark table tbody > tr:hover > *,
.h5-shortops-dark table.dataTable tbody tr:hover > *,
.h5-shortops-dark table.dataTable.display tbody tr:hover > *,
.h5-shortops-dark table.dataTable.stripe tbody tr:hover > *,
.h5-shortops-dark table.dataTable.hover tbody tr:hover > *,
.h5-shortops-dark table.dataTable.display tbody tr:hover > .sorting_1,
.h5-shortops-dark table.dataTable.stripe tbody tr:hover > .sorting_1,
.h5-shortops-dark .fixed-table-container tbody tr:hover td,
.h5-shortops-dark .bootstrap-table .table > tbody > tr:hover > * {
    --ct-table-accent-bg: transparent;
    --ct-table-hover-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-hover-bg: transparent;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 1px rgba(92, 200, 215, 0.18) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .table-hover > tbody > tr:hover > *:first-child,
.h5-shortops-dark .table tbody > tr:hover > *:first-child,
.h5-shortops-dark table tbody > tr:hover > *:first-child,
.h5-shortops-dark table.dataTable tbody tr:hover > *:first-child,
.h5-shortops-dark table.dataTable.display tbody tr:hover > *:first-child,
.h5-shortops-dark table.dataTable.stripe tbody tr:hover > *:first-child,
.h5-shortops-dark table.dataTable.hover tbody tr:hover > *:first-child,
.h5-shortops-dark .fixed-table-container tbody tr:hover td:first-child,
.h5-shortops-dark .bootstrap-table .table > tbody > tr:hover > *:first-child {
    box-shadow: inset 4px 0 0 rgba(120, 214, 163, 0.9), inset 0 0 0 1px rgba(92, 200, 215, 0.18) !important;
}

.h5-shortops-dark .table-active,
.h5-shortops-dark .table-active > *,
.h5-shortops-dark .table > tbody > tr.table-active > *,
.h5-shortops-dark .table > tbody > tr.selected > *,
.h5-shortops-dark table.dataTable tbody tr.selected > *,
.h5-shortops-dark .bootstrap-table .table > tbody > tr.selected > *,
.h5-shortops-dark .fixed-table-container tbody tr.selected td {
    --ct-table-accent-bg: transparent;
    --ct-table-active-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-active-bg: transparent;
    background: linear-gradient(90deg, rgba(106, 167, 255, 0.18), rgba(21, 76, 122, 0.95), rgba(9, 29, 51, 0.98)) !important;
    box-shadow: inset 4px 0 0 rgba(106, 167, 255, 0.95), inset 0 0 0 1px rgba(92, 200, 215, 0.22) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .table tbody > tr:hover a,
.h5-shortops-dark table tbody > tr:hover a,
.h5-shortops-dark table.dataTable tbody tr:hover a {
    color: #58e6ff !important;
}

.h5-shortops-dark table.dataTable tbody td.dataTables_empty,
.h5-shortops-dark table.dataTable tbody tr > td.dataTables_empty,
.h5-shortops-dark .table td.dataTables_empty,
.h5-shortops-dark td.dataTables_empty,
.h5-shortops-dark .dataTables_empty,
.h5-shortops-dark .bootstrap-table .no-records-found,
.h5-shortops-dark .bootstrap-table .no-records-found td {
    background: linear-gradient(90deg, rgba(14, 24, 40, 0.94), rgba(17, 31, 52, 0.94)) !important;
    border: 1px solid var(--h5-border) !important;
    color: var(--h5-muted) !important;
    font-weight: 800;
    padding: 18px 16px !important;
    text-align: center;
}

.h5-shortops-dark .h5-executive-ledger-table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-color: #dbeafe;
    --bs-table-hover-bg: transparent;
    --bs-table-striped-bg: transparent;
    --ct-table-bg: transparent;
    --ct-table-accent-bg: transparent;
    --ct-table-color: #dbeafe;
    --ct-table-hover-bg: transparent;
    --ct-table-striped-bg: transparent;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    color: #dbeafe !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    width: 100% !important;
}

.h5-shortops-dark .h5-executive-ledger-shell,
.h5-shortops-dark .executive-ledger-wrapper,
.h5-shortops-dark .constructive-ledger-wrapper {
    background:
        var(--h5-heat-ribbon) top / 100% 4px no-repeat,
        rgba(14, 24, 40, 0.88) !important;
    border: 1px solid var(--h5-blue-border);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding-top: 4px;
}

.h5-shortops-dark .h5-executive-ledger-table thead,
.h5-shortops-dark table.h5-executive-ledger-table thead {
    background: transparent !important;
}

.h5-shortops-dark .h5-executive-ledger-table thead th,
.h5-shortops-dark table.h5-executive-ledger-table thead th {
    background: linear-gradient(180deg, rgba(17, 34, 57, 0.98), rgba(12, 25, 43, 0.98)) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(143, 190, 235, 0.34) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    color: #f6fbff !important;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0;
    padding: 1rem 1.05rem !important;
    text-transform: none;
    white-space: nowrap;
}

.h5-shortops-dark .h5-executive-ledger-table tbody tr,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-hover-bg: transparent;
    --bs-table-striped-bg: transparent;
    --ct-table-bg: transparent;
    --ct-table-accent-bg: transparent;
    --ct-table-hover-bg: transparent;
    --ct-table-striped-bg: transparent;
    background: rgba(7, 19, 34, 0.96) !important;
    box-shadow: none !important;
    color: #dbeafe !important;
    transition: background-color 0.16s ease, color 0.16s ease;
}

.h5-shortops-dark .h5-executive-ledger-table tbody tr:nth-child(even),
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr.even,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.even,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr.even {
    background: rgba(10, 25, 43, 0.96) !important;
}

.h5-shortops-dark .h5-executive-ledger-table tbody tr:hover,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr:hover,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr:hover,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr:hover {
    background: rgba(14, 39, 64, 0.98) !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

.h5-shortops-dark .h5-executive-ledger-table > tbody > tr > *,
.h5-shortops-dark .h5-executive-ledger-table tbody td,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody td,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody td,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody td,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.odd > .sorting_1,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.even > .sorting_1 {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(143, 190, 235, 0.14) !important;
    box-shadow: none !important;
    color: #d8e6f6 !important;
    line-height: 1.45;
    padding: 1rem 1.05rem !important;
    vertical-align: top;
}

.h5-shortops-dark .h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr:hover > .sorting_1,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr:hover > .sorting_1 {
    background: transparent !important;
    background-color: transparent !important;
    border-bottom-color: rgba(143, 190, 235, 0.22) !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

.h5-shortops-dark .h5-executive-ledger-table tbody tr.selected > *,
.h5-shortops-dark .h5-executive-ledger-table tbody tr.table-active > *,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr.selected > * {
    background: rgba(14, 47, 78, 0.88) !important;
    border-bottom-color: rgba(92, 200, 215, 0.28) !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

.h5-shortops-dark table.h5-executive-ledger-table tbody tr > *,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr > *,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.odd > .sorting_1,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.even > .sorting_1 {
    --bs-table-accent-bg: transparent;
    --bs-table-active-bg: transparent;
    --bs-table-bg: transparent;
    --bs-table-hover-bg: transparent;
    --ct-table-accent-bg: transparent;
    --ct-table-active-bg: transparent;
    --ct-table-bg: transparent;
    --ct-table-hover-bg: transparent;
    background: linear-gradient(90deg, rgba(7, 19, 34, 0.99), rgba(9, 25, 43, 0.97)) !important;
    border-bottom: 1px solid rgba(143, 190, 235, 0.14) !important;
    box-shadow: none !important;
    color: #d8e6f6 !important;
}

.h5-shortops-dark table.h5-executive-ledger-table tbody tr:nth-child(even) > *,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr.even > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.even > *,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr.even > * {
    background: linear-gradient(90deg, rgba(10, 25, 43, 0.99), rgba(12, 30, 50, 0.96)) !important;
}

.h5-shortops-dark table.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr:hover > .sorting_1,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr:hover > .sorting_1 {
    background: linear-gradient(90deg, rgba(16, 45, 74, 0.98), rgba(10, 30, 52, 0.99)) !important;
    border-bottom-color: rgba(143, 190, 235, 0.24) !important;
    box-shadow: inset 0 1px 0 rgba(143, 190, 235, 0.12), inset 0 -1px 0 rgba(143, 190, 235, 0.1) !important;
    color: #ffffff !important;
}

.h5-shortops-dark table.h5-executive-ledger-table tbody tr.selected > *,
.h5-shortops-dark table.h5-executive-ledger-table tbody tr.table-active > *,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr.selected > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.selected > *,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr.selected > * {
    background: linear-gradient(90deg, rgba(106, 167, 255, 0.18), rgba(18, 56, 94, 0.98), rgba(11, 31, 54, 0.99)) !important;
    border-bottom-color: rgba(92, 200, 215, 0.26) !important;
    box-shadow: inset 4px 0 0 rgba(106, 167, 255, 0.92), inset 0 0 0 1px rgba(92, 200, 215, 0.14) !important;
    color: #ffffff !important;
}

/* Executive ledger final override: one smooth row surface, not a per-cell fade. */
.h5-shortops-dark table.h5-executive-ledger-table tbody tr,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr {
    background: linear-gradient(90deg, rgba(9, 20, 36, 0.98), rgba(15, 30, 51, 0.92)) !important;
    box-shadow: none !important;
    color: #dbeafe !important;
}

.h5-shortops-dark table.h5-executive-ledger-table tbody tr:nth-child(even),
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr.even,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.even,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr.even {
    background: linear-gradient(90deg, rgba(10, 24, 43, 0.98), rgba(18, 37, 62, 0.9)) !important;
}

.h5-shortops-dark table.h5-executive-ledger-table tbody tr > *,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr > *,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.odd > .sorting_1,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr.even > .sorting_1 {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(143, 190, 235, 0.14) !important;
    box-shadow: none !important;
    color: #d8e6f6 !important;
}

.h5-shortops-dark table.h5-executive-ledger-table tbody tr:hover,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr:hover,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr:hover,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr:hover {
    background: linear-gradient(90deg, rgba(92, 200, 215, 0.18), rgba(20, 67, 111, 0.98), rgba(14, 31, 54, 0.98)) !important;
    box-shadow: inset 4px 0 0 rgba(120, 214, 163, 0.92), inset 0 1px 0 rgba(143, 190, 235, 0.14), inset 0 -1px 0 rgba(143, 190, 235, 0.12) !important;
    color: #ffffff !important;
}

.h5-shortops-dark table.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr:hover > *,
.h5-shortops-dark table.dataTable.display.h5-executive-ledger-table tbody tr:hover > .sorting_1,
.h5-shortops-dark table.dataTable.stripe.h5-executive-ledger-table tbody tr:hover > .sorting_1 {
    background: transparent !important;
    background-color: transparent !important;
    border-bottom-color: rgba(143, 190, 235, 0.24) !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

.h5-shortops-dark .dataTables_wrapper,
.h5-shortops-dark .dataTables_wrapper .dataTables_info,
.h5-shortops-dark .dataTables_wrapper .dataTables_length,
.h5-shortops-dark .dataTables_wrapper .dataTables_filter,
.h5-shortops-dark .fixed-table-pagination,
.h5-shortops-dark .fixed-table-toolbar {
    color: var(--h5-muted) !important;
}

.h5-shortops-dark .dataTables_wrapper .page-link,
.h5-shortops-dark .dataTables_wrapper .paginate_button,
.h5-shortops-dark .fixed-table-pagination .page-link,
.h5-shortops-dark .pagination .page-link,
.h5-shortops-dark .page-btn {
    background: #081221 !important;
    border-color: rgba(77, 163, 255, 0.36) !important;
    color: #9cc8ff !important;
}

.h5-shortops-dark .dataTables_wrapper .page-link:hover,
.h5-shortops-dark .dataTables_wrapper .paginate_button:hover,
.h5-shortops-dark .fixed-table-pagination .page-link:hover,
.h5-shortops-dark .pagination .page-link:hover,
.h5-shortops-dark .page-btn:hover,
.h5-shortops-dark .page-btn:focus {
    background: linear-gradient(90deg, rgba(31, 95, 168, 0.78), rgba(22, 123, 149, 0.76)) !important;
    border-color: rgba(88, 230, 255, 0.56) !important;
    color: #ffffff !important;
}

.h5-shortops-dark .dataTables_wrapper .active .page-link,
.h5-shortops-dark .dataTables_wrapper .paginate_button.current,
.h5-shortops-dark .fixed-table-pagination .page-item.active .page-link,
.h5-shortops-dark .pagination .page-item.active .page-link,
.h5-shortops-dark .page-btn.active {
    background: linear-gradient(135deg, #1f6fb9, #1bbdd1) !important;
    border-color: rgba(88, 230, 255, 0.72) !important;
    color: #ffffff !important;
}

.h5-shortops-dark .tab-content,
.h5-shortops-dark .bg-white,
.h5-shortops-dark .bg-light {
    background: var(--h5-panel-2) !important;
    border-color: var(--h5-border) !important;
    color: var(--h5-text) !important;
}

.h5-shortops-dark .fte-row-detail-popover,
.h5-shortops-dark .fte-row-detail-popover .detail-header,
.h5-shortops-dark .team-lookup-summary,
.h5-shortops-dark .team-chip,
.h5-shortops-dark .settings-metric,
.h5-shortops-dark .settings-chart-panel,
.h5-shortops-dark .settings-directory,
.h5-shortops-dark .settings-directory-toolbar {
    background: var(--h5-panel-2) !important;
    border-color: var(--h5-border) !important;
    color: var(--h5-text) !important;
}

.h5-shortops-dark .fte-row-detail-popover .detail-name,
.h5-shortops-dark .fte-row-detail-popover .detail-value,
.h5-shortops-dark .settings-metric .metric-value,
.h5-shortops-dark .settings-chart-panel h6,
.h5-shortops-dark .settings-area-header h5,
.h5-shortops-dark .team-chip,
.h5-shortops-dark .reports-launch-card strong {
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .fte-row-detail-popover .detail-subtitle,
.h5-shortops-dark .fte-row-detail-popover .detail-label,
.h5-shortops-dark .settings-metric .metric-label,
.h5-shortops-dark .settings-area-header .subtitle,
.h5-shortops-dark .settings-directory-filters label,
.h5-shortops-dark .reports-launch-card p {
    color: var(--h5-muted) !important;
}

.h5-shortops-dark a > .row:hover,
.h5-shortops-dark .item-hovered:hover {
    background: linear-gradient(90deg, rgba(23, 61, 108, 0.88), rgba(8, 18, 32, 0.96)) !important;
    border-radius: 8px;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark a > .row:hover h1,
.h5-shortops-dark a > .row:hover h2,
.h5-shortops-dark a > .row:hover h3,
.h5-shortops-dark a > .row:hover h4,
.h5-shortops-dark a > .row:hover h5,
.h5-shortops-dark a > .row:hover h6,
.h5-shortops-dark a > .row:hover p,
.h5-shortops-dark a > .row:hover span,
.h5-shortops-dark .item-hovered:hover {
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .btn-close-input,
.h5-shortops-dark .bg-light.btn-close-input {
    background: rgba(77, 163, 255, 0.16) !important;
    border: 1px solid var(--h5-blue-border);
    color: var(--h5-info) !important;
}

.h5-shortops-dark .btn-close-input:hover,
.h5-shortops-dark .btn-close-input:focus {
    background: rgba(77, 163, 255, 0.26) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .btn-close-input i {
    color: var(--h5-info) !important;
}

.h5-shortops-dark .form-control,
.h5-shortops-dark .form-select,
.h5-shortops-dark input,
.h5-shortops-dark select,
.h5-shortops-dark textarea,
.h5-shortops-dark .select2-container .select2-selection,
.h5-shortops-dark .selectize-input {
    background: #081221 !important;
    border-color: var(--h5-border) !important;
    color: var(--h5-text) !important;
}

.h5-shortops-dark .form-control:focus,
.h5-shortops-dark .form-select:focus,
.h5-shortops-dark input:focus,
.h5-shortops-dark select:focus,
.h5-shortops-dark textarea:focus,
.h5-shortops-dark .select2-container--focus .select2-selection,
.h5-shortops-dark .selectize-input.focus {
    border-color: var(--h5-info) !important;
    box-shadow: 0 0 0 3px rgba(88, 230, 255, 0.15) !important;
}

.h5-shortops-dark select option,
.h5-shortops-dark select optgroup {
    background: #081221;
    color: var(--h5-text);
}

.h5-shortops-dark .select2-container--open,
.h5-shortops-dark .select2-dropdown,
.h5-shortops-dark .selectize-dropdown {
    z-index: 2075 !important;
}

.h5-shortops-dark .select2-container--default .select2-results__option,
.h5-shortops-dark .selectize-dropdown-content > div {
    background: #081221;
    color: var(--h5-text);
}

.h5-shortops-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
.h5-shortops-dark .selectize-dropdown .active {
    background: var(--h5-button-hover) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .hrreq-command-bar,
.h5-shortops-dark .hrreq-panel,
.h5-shortops-dark .cd-command-bar,
.h5-shortops-dark .cd-panel,
.h5-shortops-dark .cw-command-bar,
.h5-shortops-dark .cw-panel,
.h5-shortops-dark .hrdir-command-bar,
.h5-shortops-dark .hrdir-toolbar,
.h5-shortops-dark .hrdir-table-section,
.h5-shortops-dark .sheriff-command-bar,
.h5-shortops-dark .sheriff-toolbar,
.h5-shortops-dark .sheriff-table-section {
    overflow: visible;
}

.h5-shortops-dark .btn,
.h5-shortops-dark button {
    border-radius: 6px;
}

.h5-shortops-dark .btn-light,
.h5-shortops-dark .btn-outline-dark,
.h5-shortops-dark .btn-outline-secondary,
.h5-shortops-dark .fixed-table-toolbar .btn,
.h5-shortops-dark .dataTables_wrapper .dt-button,
.h5-shortops-dark .tabledit-edit-button,
.h5-shortops-dark .tabledit-save-button,
.h5-shortops-dark .tabledit-confirm-button {
    background: linear-gradient(90deg, #132034, #183154) !important;
    border: 1px solid rgba(77, 163, 255, 0.42) !important;
    box-shadow: 0 0 0 1px rgba(77, 163, 255, 0.12), 0 10px 22px rgba(0, 0, 0, 0.22) !important;
    color: var(--h5-text) !important;
    font-weight: 800;
}

.h5-shortops-dark .btn-light:hover,
.h5-shortops-dark .btn-light:focus,
.h5-shortops-dark .btn-outline-dark:hover,
.h5-shortops-dark .btn-outline-dark:focus,
.h5-shortops-dark .btn-outline-secondary:hover,
.h5-shortops-dark .btn-outline-secondary:focus,
.h5-shortops-dark .fixed-table-toolbar .btn:hover,
.h5-shortops-dark .fixed-table-toolbar .btn:focus,
.h5-shortops-dark .dataTables_wrapper .dt-button:hover,
.h5-shortops-dark .dataTables_wrapper .dt-button:focus,
.h5-shortops-dark .tabledit-edit-button:hover,
.h5-shortops-dark .tabledit-save-button:hover,
.h5-shortops-dark .tabledit-confirm-button:hover {
    background: linear-gradient(90deg, #1f5fa8, #167b95) !important;
    border-color: rgba(88, 230, 255, 0.68) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .tabledit-delete-button {
    background: rgba(255, 107, 107, 0.16) !important;
    border: 1px solid rgba(255, 107, 107, 0.72) !important;
    color: #ffb4b4 !important;
}

.h5-shortops-dark .tabledit-delete-button:hover,
.h5-shortops-dark .tabledit-delete-button:focus {
    background: #d92d20 !important;
    border-color: #ff9f9f !important;
    color: #ffffff !important;
}

.h5-shortops-dark .btn-close,
.h5-shortops-dark .btn-close.text-reset {
    background-color: rgba(77, 163, 255, 0.14) !important;
    border: 1px solid rgba(77, 163, 255, 0.36);
    border-radius: 999px;
    filter: invert(1) grayscale(1);
    opacity: 0.8;
}

.h5-shortops-dark .btn-close:hover,
.h5-shortops-dark .btn-close:focus,
.h5-shortops-dark .btn-close.text-reset:hover,
.h5-shortops-dark .btn-close.text-reset:focus {
    background-color: rgba(255, 107, 107, 0.24) !important;
    border-color: rgba(255, 107, 107, 0.78);
    opacity: 1;
}

.h5-shortops-dark .btn-primary,
.h5-shortops-dark .btn-new-color,
.h5-shortops-dark .btn-feedback,
.h5-shortops-dark .btn-enviar {
    background: var(--h5-button) !important;
    border-color: var(--h5-border) !important;
    color: var(--h5-text) !important;
    font-weight: 800;
}

.h5-shortops-dark .btn-primary:hover,
.h5-shortops-dark .btn-new-color:hover,
.h5-shortops-dark .btn-feedback:hover,
.h5-shortops-dark .btn-enviar:hover {
    background: linear-gradient(90deg, #1f5fa8, #167b95) !important;
    border-color: var(--h5-blue-border) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .btn-outline-primary,
.h5-shortops-dark .nav-tabs .nav-link {
    border-color: var(--h5-border) !important;
    color: #8fb4e7 !important;
}

.h5-shortops-dark .nav-tabs,
.h5-shortops-dark .nav-bordered {
    border-color: var(--h5-border) !important;
}

.h5-shortops-dark .nav-tabs .nav-link.active,
.h5-shortops-dark .nav-bordered .nav-link.active {
    background: var(--h5-blue-soft) !important;
    border-color: var(--h5-blue-border) !important;
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .badge,
.h5-shortops-dark .status-pill,
.h5-shortops-dark .h5-feedback-steps span {
    background: var(--h5-blue-soft) !important;
    border: 1px solid var(--h5-blue-border) !important;
    color: var(--h5-info) !important;
}

.h5-shortops-dark .badge.circle-btn-favorable,
.h5-shortops-dark .circle-btn-favorable {
    background: linear-gradient(135deg, rgba(15, 45, 70, 0.96), rgba(10, 28, 48, 0.96)) !important;
    border: 1px solid rgba(61, 220, 151, 0.5) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 14px rgba(61, 220, 151, 0.18) !important;
    color: #e9fff7 !important;
}

.h5-shortops-dark .badge.circle-btn-formative,
.h5-shortops-dark .circle-btn-formative {
    background: linear-gradient(135deg, rgba(49, 24, 42, 0.96), rgba(20, 23, 38, 0.96)) !important;
    border: 1px solid rgba(255, 107, 107, 0.52) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 14px rgba(255, 107, 107, 0.18) !important;
    color: #fff0f2 !important;
}

.h5-shortops-dark i.fa-thumbs-up,
.h5-shortops-dark i[class*="thumbs-up"] {
    color: #62f0b8 !important;
    filter:
        drop-shadow(0 0 5px rgba(98, 240, 184, 0.82))
        drop-shadow(0 0 13px rgba(98, 240, 184, 0.38));
    text-shadow:
        0 0 8px rgba(98, 240, 184, 0.9),
        0 0 18px rgba(98, 240, 184, 0.42);
}

.h5-shortops-dark i.fa-thumbs-down,
.h5-shortops-dark i[class*="thumbs-down"] {
    color: #ff7485 !important;
    filter:
        drop-shadow(0 0 5px rgba(255, 116, 133, 0.82))
        drop-shadow(0 0 13px rgba(255, 116, 133, 0.38));
    text-shadow:
        0 0 8px rgba(255, 116, 133, 0.9),
        0 0 18px rgba(255, 116, 133, 0.42);
}

.h5-shortops-dark .h5-feedback-title-block .modal-title {
    color: var(--h5-heading) !important;
}

.h5-shortops-dark .h5-feedback-footer {
    background: var(--h5-panel-2) !important;
    border-color: var(--h5-border) !important;
}

.h5-shortops-dark .h5-feedback-comment-label {
    color: var(--h5-muted) !important;
}

.h5-shortops-dark .h5-feedback-close {
    background: rgba(255, 107, 107, 0.14) !important;
    border-color: #ff6b6b !important;
    color: #ffb4b4 !important;
}

.h5-shortops-dark .h5-feedback-close:hover,
.h5-shortops-dark .h5-feedback-close:focus {
    background: #d92d20 !important;
    color: #fff !important;
}

.h5-shortops-dark #matrix {
    background: var(--h5-panel) !important;
    border-color: var(--h5-border) !important;
}

.h5-shortops-dark .sticky-td,
.h5-shortops-dark .sticky-td-top,
.h5-shortops-dark .sticky-td-first,
.h5-shortops-dark .current-staff-background {
    background: var(--h5-panel-3) !important;
    color: var(--h5-heading) !important;
    border-color: var(--h5-border) !important;
}

.h5-shortops-dark .div-dots,
.h5-shortops-dark .points {
    color: var(--h5-heading);
}

.h5-shortops-dark .footer {
    background: rgba(10, 15, 24, 0.96) !important;
    border-top: 1px solid var(--h5-border);
    color: var(--h5-muted) !important;
}

.h5-shortops-dark .footer a {
    color: #8fb4e7 !important;
}

.h5-shortops-dark .h5-footer-status {
    align-items: center;
    border-bottom: 1px solid rgba(126, 154, 190, 0.18);
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1.2rem;
    margin-bottom: 0.55rem;
    padding: 0 0 0.45rem;
}

.h5-shortops-dark .h5-admin-version-banner {
    background: linear-gradient(90deg, rgba(77, 163, 255, 0.13), rgba(61, 220, 151, 0.09));
    border: 1px solid rgba(77, 163, 255, 0.26);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0.9rem auto 0;
    max-width: 1680px;
    padding: 0.65rem;
}

.h5-shortops-dark .h5-admin-version-banner > div {
    background: rgba(6, 14, 26, 0.72);
    border: 1px solid rgba(77, 163, 255, 0.18);
    border-radius: 7px;
    flex: 1 1 260px;
    min-width: 0;
    padding: 0.55rem 0.7rem;
}

.h5-shortops-dark .h5-admin-version-banner span {
    color: rgba(152, 173, 202, 0.82);
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.h5-shortops-dark .h5-admin-version-banner strong {
    color: var(--h5-success);
    display: block;
    font-size: 0.92rem;
    margin-top: 0.2rem;
}

.h5-shortops-dark .h5-admin-version-banner small {
    color: rgba(166, 184, 207, 0.82) !important;
    display: block;
    font-size: 0.7rem;
    margin-top: 0.16rem;
}

.h5-shortops-dark .h5-database-status {
    align-items: center;
    color: rgba(225, 236, 250, 0.72);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.72rem;
    gap: 0.4rem;
    line-height: 1.25;
}

.h5-shortops-dark .h5-database-status span,
.h5-shortops-dark .h5-build-status > span {
    color: rgba(152, 173, 202, 0.82);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.h5-shortops-dark .h5-database-status strong,
.h5-shortops-dark .h5-build-status > strong {
    color: #9ed0ff;
    font-weight: 800;
}

.h5-shortops-dark .h5-build-status {
    align-items: baseline;
    color: rgba(225, 236, 250, 0.72);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.72rem;
    gap: 0.4rem;
    line-height: 1.25;
}

.h5-shortops-dark .h5-build-status small {
    color: rgba(166, 184, 207, 0.82) !important;
    font-size: 0.7rem;
}

.h5-shortops-dark .h5-login-database-status {
    justify-content: center;
    margin: 0 auto 0.65rem;
    max-width: 720px;
}

.h5-shortops-dark .h5-footer-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    justify-content: flex-end;
}

.h5-shortops-dark .h5-footer-links a {
    margin-left: 0 !important;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .h5-shortops-dark .footer .row {
        gap: 0.5rem;
    }

    .h5-shortops-dark .h5-footer-links {
        justify-content: flex-start;
    }

    .h5-shortops-dark .h5-build-status small {
        flex-basis: 100%;
    }
}

.h5-shortops-dark .h5-page-loader {
    background-color: rgba(5, 10, 18, 0.68);
}

.h5-shortops-dark .h5-page-loader-panel {
    background: var(--h5-panel);
    border-color: var(--h5-border);
    color: var(--h5-text);
}

.h5-shortops-dark .h5-page-loader-spinner {
    border-color: rgba(100, 168, 255, 0.22);
    border-top-color: var(--h5-info);
}

body.h5-shortops-login {
    background:
        linear-gradient(90deg, var(--h5-heat-good), var(--h5-heat-teal), var(--h5-heat-blue), var(--h5-heat-gold), var(--h5-heat-red)) top / 100% 3px no-repeat,
        linear-gradient(135deg, rgba(77, 163, 255, 0.18), transparent 34%),
        linear-gradient(180deg, #0a1728 0%, #07101d 44%, var(--h5-bg) 100%),
        var(--h5-bg) !important;
    min-height: 100vh;
}

.h5-shortops-login .account-pages,
.h5-shortops-login .card,
.h5-shortops-login .auth-card,
.h5-shortops-login .login-card {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.h5-shortops-login .circle {
    display: none !important;
}

/* Keep the branded PNG from exposing its rectangular canvas inside any orbital core. */
.h5-shortops-dark img[class*="orbital"][src*="/images/high-five-icon.png"],
.h5-shortops-dark img[class*="high-five-mark"][src*="/images/high-five-icon.png"],
.h5-shortops-dark [class*="orbital-core"] > img[src*="/images/high-five-icon.png"],
.h5-shortops-dark [class*="orbit-core"] > img[src*="/images/high-five-icon.png"] {
    -webkit-clip-path: circle(50% at 50% 50%);
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
}

.h5-shortops-login .container-form {
    align-items: center;
    min-height: 85vh;
    padding: 32px 16px 18px;
}

.h5-shortops-login .form-div {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    gap: 24px;
    overflow: visible;
    width: min(416px, calc(100vw - 32px));
}

.h5-shortops-login .top-icon {
    height: auto;
    padding: 0 20px;
}

.h5-shortops-login .img-logo {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 58px;
    overflow: visible;
    width: 58px;
}

.h5-shortops-login .img-logo > img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.h5-shortops-login .top-name > h3 {
    color: var(--h5-heading) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin-left: 0;
    max-width: 260px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.44);
}

.h5-shortops-login .top-name > span {
    color: rgba(190, 207, 226, 0.86);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-left: 0;
    margin-top: 4px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
    text-transform: uppercase;
}

.h5-shortops-login .header-login {
    color: var(--h5-heading) !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.h5-shortops-login .header-login > span:last-child {
    color: var(--h5-muted) !important;
}

.h5-shortops-login .div-login-input {
    background: rgba(8, 18, 33, 0.86) !important;
    border: 1px solid rgba(88, 230, 255, 0.22) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.h5-shortops-login .div-login-input > label,
.h5-shortops-login .input-group-text,
.h5-shortops-login .eye-show {
    color: var(--h5-info) !important;
}

.h5-shortops-login .input-login,
.h5-shortops-login input#usernameInput,
.h5-shortops-login input#passwordInput {
    background: rgba(8, 18, 33, 0.72) !important;
    -webkit-box-shadow: 0 0 0 1000px #081221 inset !important;
    -webkit-text-fill-color: var(--h5-text) !important;
    caret-color: var(--h5-info) !important;
    color: var(--h5-text) !important;
}

.h5-shortops-login .input-login::placeholder {
    color: rgba(166, 184, 207, 0.78) !important;
    -webkit-text-fill-color: rgba(166, 184, 207, 0.78) !important;
}

.h5-shortops-login .input-login:focus,
.h5-shortops-login input#usernameInput:focus,
.h5-shortops-login input#passwordInput:focus {
    background: rgba(8, 18, 33, 0.92) !important;
    border-color: var(--h5-info) !important;
    box-shadow: 0 0 0 3px rgba(88, 230, 255, 0.15), 0 0 0 1000px #081221 inset !important;
    color: var(--h5-text) !important;
}

.h5-shortops-login .btn-login {
    background: #2b476f !important;
    border-color: #2b476f !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: var(--h5-text) !important;
}

.h5-shortops-login .btn-login:hover,
.h5-shortops-login .btn-login:focus {
    background: #486793 !important;
    border-color: #8eeaff !important;
    color: var(--h5-heading) !important;
    outline: 3px solid rgba(142, 234, 255, .34);
    outline-offset: 2px;
}

.h5-shortops-login .btn-login > span,
.h5-shortops-login .btn-login:hover > span,
.h5-shortops-login .btn-login:focus > span {
    color: var(--h5-heading) !important;
}

.h5-shortops-login .btn-login > span:nth-child(2),
.h5-shortops-login .btn-login:hover > span:nth-child(3),
.h5-shortops-login .btn-login:focus > span:nth-child(3) {
    background-color: var(--h5-info) !important;
}

.h5-shortops-login .btn-login > span:nth-child(3),
.h5-shortops-login .btn-login:hover > span:nth-child(2),
.h5-shortops-login .btn-login:focus > span:nth-child(2) {
    background-color: var(--h5-blue) !important;
}

.h5-shortops-login .btn-login:disabled,
.h5-shortops-login .btn-login:disabled:hover,
.h5-shortops-login .btn-login.is-loading {
    background: #2b476f !important;
    border-color: #2b476f !important;
    opacity: .68;
    outline: 0;
}

.h5-shortops-login .login-submit-status {
    background: rgba(38, 104, 151, 0.18);
    border-color: rgba(88, 230, 255, 0.38);
    color: var(--h5-text);
}

.h5-shortops-login .login-submit-status[data-state="slow"] {
    background: rgba(160, 112, 16, 0.22);
    border-color: rgba(255, 201, 92, 0.52);
    color: #ffe2a3;
}

.h5-shortops-login .login-submit-status[data-state="error"] {
    background: rgba(150, 44, 48, 0.22);
    border-color: rgba(255, 109, 104, 0.55);
    color: #ffc3be;
}

.h5-shortops-login .footer-login > a,
.h5-shortops-login .footer-main footer {
    color: var(--h5-muted) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.44);
}

.h5-shortops-login .footer-login > a:hover,
.h5-shortops-login .footer-login > a:focus {
    color: var(--h5-info) !important;
}

/* Login experience: orbital focal point and runtime status deck. */
.h5-login-page {
    --h5-login-shell-width: 1180px;
    background:
        linear-gradient(90deg, var(--h5-heat-good), var(--h5-heat-teal), var(--h5-heat-blue), var(--h5-heat-gold), var(--h5-heat-red)) top / 100% 3px no-repeat,
        radial-gradient(circle at 22% 37%, rgba(44, 122, 205, 0.2), transparent 28%),
        radial-gradient(circle at 77% 54%, rgba(29, 174, 180, 0.1), transparent 32%),
        linear-gradient(145deg, #0b1d33 0%, #071320 46%, #050c16 100%) !important;
    isolation: isolate;
    overflow-x: hidden;
}

.h5-login-page::before,
.h5-login-page::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

.h5-login-page::before {
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.46) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(88, 230, 255, 0.32) 0 1px, transparent 1.5px);
    background-position: 0 0, 47px 61px;
    background-size: 92px 92px, 137px 137px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), transparent 82%);
    opacity: 0.32;
}

.h5-login-page::after {
    background: linear-gradient(90deg, transparent 0%, rgba(77, 163, 255, 0.08) 48%, transparent 100%);
    transform: skewX(-18deg) translateX(-58%);
    width: 38%;
}

.h5-login-page > .container-fluid {
    display: flex;
    min-height: calc(100dvh - 3px);
}

.h5-login-page > .container-fluid > .row {
    align-content: stretch;
    flex: 1 1 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 0;
}

.h5-login-page > .container-fluid > .row > .container-fluid {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.h5-login-page > .container-fluid > .row > .container-fluid > .row {
    align-content: space-between;
    flex: 1 1 auto;
    width: calc(100% + var(--bs-gutter-x));
}

.h5-login-page .container-form {
    height: auto;
    min-height: 0;
    padding: clamp(22px, 4vh, 52px) 24px 18px;
}

.h5-login-stage {
    align-items: center;
    background: rgba(14, 22, 32, 0.9);
    border: 1px solid rgba(124, 191, 255, 0.22);
    border-radius: 10px;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
    display: grid;
    gap: clamp(38px, 5vw, 76px);
    grid-template-columns: minmax(330px, 1fr) minmax(360px, 416px);
    justify-content: center;
    margin: 0 auto;
    max-width: var(--h5-login-shell-width);
    overflow: hidden;
    padding: 30px clamp(26px, 3vw, 52px);
    position: relative;
    width: 100%;
    z-index: 1;
}

.h5-login-stage::before {
    background: linear-gradient(90deg, var(--h5-heat-good), var(--h5-heat-teal), var(--h5-heat-blue), var(--h5-heat-gold), var(--h5-heat-red));
    content: "";
    height: 2px;
    left: 0;
    opacity: 0.82;
    position: absolute;
    right: 0;
    top: 0;
}

.h5-login-page .form-div {
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    background:
        linear-gradient(145deg, rgba(17, 38, 65, 0.84), rgba(7, 17, 30, 0.9)) padding-box,
        linear-gradient(135deg, rgba(88, 230, 255, 0.5), rgba(77, 163, 255, 0.08) 48%, rgba(255, 201, 92, 0.32)) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 10px;
    box-shadow:
        0 36px 80px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset,
        0 1px 0 rgba(255, 255, 255, 0.09) inset !important;
    gap: 20px;
    overflow: hidden;
    padding: 24px 22px 10px;
}

.h5-login-page .form-div::before {
    background: linear-gradient(90deg, var(--h5-heat-good), var(--h5-heat-teal), var(--h5-heat-blue), var(--h5-heat-gold), var(--h5-heat-red));
    content: "";
    height: 2px;
    left: 12%;
    opacity: 0.9;
    position: absolute;
    right: 12%;
    top: 0;
}

.h5-login-page .top-icon {
    padding-left: 10px;
    padding-right: 10px;
}

.h5-login-page .img-logo {
    filter: drop-shadow(0 0 18px rgba(88, 230, 255, 0.28));
}

.h5-login-orbital {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.h5-login-orbital-visual {
    aspect-ratio: 1;
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.3));
    position: relative;
    width: min(100%, 430px);
}

.h5-login-orbital-visual::before,
.h5-login-orbital-visual::after {
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.h5-login-orbital-visual::before {
    background: radial-gradient(circle, rgba(44, 139, 201, 0.22), rgba(10, 33, 57, 0.04) 57%, transparent 72%);
    box-shadow: 0 0 90px rgba(44, 139, 201, 0.2);
    height: 88%;
    width: 88%;
}

.h5-login-orbital-visual::after {
    border: 1px solid rgba(88, 230, 255, 0.08);
    height: 98%;
    width: 98%;
}

.h5-login-orbit {
    --orbit-start: 0deg;
    animation: h5-orbit-spin 22s linear infinite;
    border: 1px solid rgba(111, 198, 255, 0.28);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(var(--orbit-start));
}

.h5-login-orbit::after {
    background: linear-gradient(90deg, transparent, rgba(88, 230, 255, 0.72), transparent);
    content: "";
    height: 1px;
    left: 8%;
    position: absolute;
    top: 50%;
    width: 84%;
}

.h5-login-orbit-one {
    --orbit-start: 18deg;
    height: 82%;
    width: 82%;
}

.h5-login-orbit-two {
    --orbit-start: -42deg;
    animation-direction: reverse;
    animation-duration: 29s;
    border-color: rgba(255, 201, 92, 0.28);
    height: 61%;
    width: 94%;
}

.h5-login-orbit-three {
    --orbit-start: 72deg;
    animation-duration: 17s;
    border-color: rgba(92, 226, 172, 0.28);
    height: 94%;
    width: 52%;
}

.h5-login-orbit i {
    background: #7fe9ff;
    border: 3px solid rgba(8, 19, 32, 0.92);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(88, 230, 255, 0.13), 0 0 22px rgba(88, 230, 255, 0.76);
    height: 13px;
    position: absolute;
    right: 11%;
    top: 9%;
    width: 13px;
}

.h5-login-orbit-two i {
    background: #ffd57a;
    box-shadow: 0 0 0 3px rgba(255, 201, 92, 0.12), 0 0 22px rgba(255, 201, 92, 0.7);
    right: 1%;
    top: 48%;
}

.h5-login-orbit-two i + i {
    bottom: 14%;
    left: 18%;
    right: auto;
    top: auto;
}

.h5-login-orbit-three i {
    background: #75e5b6;
    bottom: 11%;
    box-shadow: 0 0 0 3px rgba(92, 226, 172, 0.12), 0 0 22px rgba(92, 226, 172, 0.72);
    left: 7%;
    right: auto;
    top: auto;
}

.h5-login-orbital-core {
    align-items: center;
    background:
        radial-gradient(circle at 35% 28%, rgba(123, 226, 255, 0.34), transparent 32%),
        linear-gradient(145deg, rgba(32, 84, 135, 0.96), rgba(9, 29, 51, 0.98));
    border: 1px solid rgba(126, 222, 255, 0.58);
    border-radius: 50%;
    box-shadow:
        0 0 0 12px rgba(45, 132, 199, 0.07),
        0 0 56px rgba(49, 151, 218, 0.46),
        inset 0 1px 16px rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    height: 34%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34%;
    z-index: 2;
}

.h5-login-orbital-mark {
    display: block;
    filter: drop-shadow(0 0 18px rgba(88, 230, 255, 0.48));
    height: auto;
    width: 52%;
}

.h5-login-orbital-caption {
    margin-top: -12px;
    text-align: center;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.5);
}

.h5-login-orbital-caption span {
    color: rgba(159, 185, 216, 0.78);
    display: block;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.h5-login-orbital-caption strong {
    color: var(--h5-heading);
    display: block;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-weight: 700;
    margin-top: 5px;
}

@keyframes h5-orbit-spin {
    from {
        transform: translate(-50%, -50%) rotate(var(--orbit-start));
    }
    to {
        transform: translate(-50%, -50%) rotate(calc(var(--orbit-start) + 360deg));
    }
}

.h5-shortops-login .footer-main {
    align-items: stretch;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 20px 18px;
    width: 100%;
}

.h5-shortops-login .h5-login-status-deck {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: linear-gradient(115deg, rgba(15, 33, 55, 0.82), rgba(8, 19, 33, 0.9));
    border: 1px solid rgba(114, 178, 232, 0.18);
    border-radius: 10px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: grid;
    gap: 10px 18px;
    grid-template-columns: minmax(145px, 0.58fr) minmax(260px, 1.15fr) minmax(440px, 1.7fr);
    margin: 0 auto;
    max-width: var(--h5-login-shell-width, 1180px);
    overflow: hidden;
    padding: 12px 18px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}

.h5-shortops-login .h5-login-status-deck::before {
    background: linear-gradient(90deg, var(--h5-heat-good), var(--h5-heat-teal), var(--h5-heat-blue), var(--h5-heat-gold), var(--h5-heat-red));
    content: "";
    height: 2px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}

.h5-login-health,
.h5-login-connection {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.h5-login-live-dot {
    background: #6ce2ad;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(92, 226, 172, 0.09), 0 0 18px rgba(92, 226, 172, 0.68);
    flex: 0 0 9px;
    height: 9px;
    width: 9px;
}

.h5-login-health-copy,
.h5-login-connection-copy {
    min-width: 0;
}

.h5-login-health-copy > span,
.h5-login-connection-copy > span,
.h5-login-build-grid dt {
    color: rgba(148, 173, 203, 0.78);
    display: block;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.h5-login-health-copy > strong {
    color: #79edbd;
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}

.h5-login-database-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
}

.h5-login-database-list strong,
.h5-login-database-fallback {
    background: rgba(42, 122, 175, 0.12);
    border: 1px solid rgba(88, 230, 255, 0.18);
    border-radius: 999px;
    color: #a9dcff;
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h5-login-build-grid {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    min-width: 0;
}

.h5-login-build-grid > div {
    border-left: 1px solid rgba(126, 165, 205, 0.14);
    min-width: 0;
    padding-left: 14px;
}

.h5-login-build-grid dd {
    color: var(--h5-text);
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h5-shortops-login .h5-login-footer-links {
    align-content: center;
    align-items: center;
    display: flex;
    font-size: 0.64rem;
    gap: 12px;
    border-top: 1px solid rgba(126, 165, 205, 0.14);
    grid-column: 1 / -1;
    justify-content: center;
    min-width: 0;
    padding-top: 9px;
}

.h5-shortops-login .h5-login-footer-links a {
    color: rgba(169, 190, 215, 0.78) !important;
}

.h5-shortops-login .h5-login-footer-links a:hover,
.h5-shortops-login .h5-login-footer-links a:focus {
    color: var(--h5-info) !important;
}

@media (min-width: 901px) and (min-height: 760px) {
    .h5-login-page > .container-fluid > .row > .container-fluid > .row {
        align-content: center;
    }

    .h5-login-page .container-form {
        padding-bottom: clamp(22px, 4vh, 52px);
    }
}

@media (max-width: 1100px) {
    .h5-login-stage {
        gap: 36px;
        grid-template-columns: minmax(280px, 350px) minmax(360px, 416px);
    }

    .h5-shortops-login .h5-login-status-deck {
        grid-template-columns: minmax(135px, 0.5fr) minmax(220px, 1fr) minmax(390px, 1.6fr);
    }
}

@media (max-width: 900px) {
    .h5-login-stage {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        max-width: 416px;
        overflow: visible;
        padding: 0;
    }

    .h5-login-stage::before {
        display: none;
    }

    .h5-login-orbital {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .h5-login-page .container-form {
        align-items: center;
        padding: 10px 12px 5px;
    }

    .h5-login-page .form-div {
        border-radius: 22px;
        gap: 10px;
        padding: 14px 12px 4px;
        width: min(390px, calc(100vw - 24px));
    }

    .h5-login-page .top-icon {
        gap: 12px;
        padding: 0 8px;
    }

    .h5-login-page .img-logo {
        height: 44px;
        width: 44px;
    }

    .h5-login-page .top-name > h3 {
        font-size: 1rem;
    }

    .h5-login-page .top-name > span {
        font-size: 0.58rem;
    }

    .h5-login-page .header-login {
        margin-bottom: 10px;
    }

    .h5-login-page .header-login > span:first-child {
        font-size: 1.75em;
        padding-left: 12px;
    }

    .h5-login-page .header-login > span:last-child {
        padding-left: 12px;
    }

    .h5-login-page .div-login-input {
        margin-bottom: 11px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .h5-login-page .footer-body {
        margin-left: 12px;
        margin-right: 12px;
    }

    .h5-login-page .btn-login {
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .h5-login-page .footer-login {
        margin-bottom: 8px;
        margin-top: 11px;
    }

    .h5-login-page .footer-login > a {
        font-size: 0.76em;
    }

    .h5-shortops-login .footer-main {
        padding: 0 8px 8px;
    }

    .h5-shortops-login .h5-login-status-deck {
        border-radius: 13px;
        gap: 6px 8px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 8px 10px 7px;
    }

    .h5-login-health {
        display: none;
    }

    .h5-login-connection {
        gap: 8px;
        min-width: 0;
    }

    .h5-login-live-dot {
        box-shadow: 0 0 0 3px rgba(92, 226, 172, 0.09), 0 0 12px rgba(92, 226, 172, 0.58);
        flex-basis: 7px;
        height: 7px;
        width: 7px;
    }

    .h5-login-health-copy > span,
    .h5-login-connection-copy > span,
    .h5-login-build-grid dt {
        font-size: 0.48rem;
        margin-bottom: 3px;
    }

    .h5-login-database-list {
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .h5-login-database-list strong,
    .h5-login-database-fallback {
        font-size: 0.56rem;
        max-width: 105px;
        padding: 4px 6px;
    }

    .h5-login-build-grid {
        gap: 5px;
        grid-template-columns: repeat(2, minmax(42px, auto));
    }

    .h5-login-build-grid > div {
        padding-left: 7px;
    }

    .h5-login-build-grid > div:nth-child(n + 3) {
        display: none;
    }

    .h5-login-build-grid dd {
        font-size: 0.58rem;
        max-width: 74px;
    }

    .h5-shortops-login .h5-login-footer-links {
        font-size: 0.52rem;
        gap: 9px;
        grid-column: 1 / -1;
        justify-content: center;
        line-height: 1;
        padding-top: 6px;
    }
}

@media (max-width: 991px) and (max-height: 500px) {
    .h5-login-health {
        display: none;
    }

    .h5-login-page .container-form {
        padding: 5px 10px 3px;
        width: 100%;
    }

    .h5-login-page .h5-login-stage {
        max-width: 790px;
    }

    .h5-login-page .form-div {
        display: grid;
        gap: 8px 14px;
        grid-template-columns: 150px minmax(0, 1fr);
        padding: 10px 14px 7px;
        width: min(760px, calc(100vw - 20px));
    }

    .h5-login-page .top-icon {
        align-items: center;
        flex-direction: column;
        gap: 8px;
        justify-content: center;
        padding: 0;
        text-align: center;
    }

    .h5-login-page .top-name > h3,
    .h5-login-page .top-name > span {
        margin-left: 0;
    }

    .h5-login-page .body-login {
        margin-top: 0;
    }

    .h5-login-page .header-login {
        margin-bottom: 6px;
    }

    .h5-login-page .header-login > span:first-child {
        font-size: 1.4em;
    }

    .h5-login-page .div-login-input {
        margin-bottom: 6px;
    }

    .h5-login-page .div-login-input .input-group {
        margin-bottom: 0.45rem !important;
    }

    .h5-login-page .btn-login {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .h5-login-page .footer-login {
        margin: 6px 0 2px;
        padding: 0;
    }

    .h5-shortops-login .footer-main {
        padding-bottom: 5px;
    }

    .h5-shortops-login .h5-login-status-deck {
        gap: 8px;
        grid-template-columns: minmax(190px, 1fr) auto auto;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .h5-shortops-login .h5-login-footer-links {
        font-size: 0.52rem;
        grid-column: auto;
        justify-content: flex-end;
    }

    .h5-login-database-list strong:nth-child(n + 2),
    .h5-login-build-grid > div:nth-child(n + 2) {
        display: none;
    }

    .h5-login-build-grid {
        grid-template-columns: minmax(48px, auto);
    }
}

@media (prefers-reduced-motion: reduce) {
    .h5-login-orbit {
        animation: none;
    }
}

@media (max-width: 1180px) and (min-width: 992px) {
    .h5-shortops-dark .navbar-new-dark .container {
        min-height: auto;
    }

    .h5-shortops-dark .navbar-new-dark .h5-top-navbar {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .h5-shortops-dark .navbar-new-dark .h5-main-menu {
        flex: 1 1 100%;
        flex-wrap: wrap;
        order: 2;
        white-space: normal;
    }

    .h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-item,
    .h5-shortops-dark .navbar-new-dark .h5-main-menu .h5-nav-dropdown {
        flex: 1 1 148px;
    }

    .h5-shortops-dark .navbar-new-dark .h5-user-menu {
        margin-left: auto !important;
        order: 1;
    }
}

@media (max-width: 991.98px) {
    .h5-shortops-dark .navbar-new-dark .container {
        min-height: 68px;
        width: calc(100% - 12px);
    }

    .h5-shortops-dark .navbar-new-dark .h5-platform-brand {
        max-width: clamp(128px, 44vw, 220px);
        min-width: 0;
    }

    .h5-shortops-dark .navbar-new-dark .h5-platform-title,
    .h5-shortops-dark .navbar-new-dark .h5-platform-subtitle {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .h5-shortops-dark .navbar-collapse {
        background: rgba(10, 15, 24, 0.98);
        border: 1px solid var(--h5-border);
        border-radius: 16px;
        box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
        margin-top: 0;
        overflow: hidden !important;
        padding: 0.75rem;
        transition: height 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .h5-shortops-dark .navbar-new-dark .h5-top-navbar.collapse:not(.show) {
        display: none !important;
        opacity: 0;
        transform: translateY(-6px);
    }

    .h5-shortops-dark .navbar-new-dark .h5-top-navbar.collapsing,
    .h5-shortops-dark .navbar-new-dark .h5-top-navbar.collapse.show {
        display: flex !important;
        opacity: 1;
        transform: translateY(0);
    }

    .h5-shortops-dark .navbar-new-dark .h5-top-navbar.collapsing {
        overflow: hidden !important;
        pointer-events: none;
    }

    .h5-shortops-dark .navbar-new-dark .h5-top-navbar.collapse.show {
        overflow: visible !important;
    }

    .h5-shortops-dark .navbar-new-dark .h5-main-menu {
        background: rgba(13, 31, 52, 0.78);
        border-color: rgba(77, 163, 255, 0.2);
        max-width: none;
    }

    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions {
        display: flex !important;
        flex: 0 0 auto;
        flex-direction: row !important;
        gap: 0.34rem;
        width: auto;
    }

    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions #BtnGive {
        flex: 0 0 auto;
        justify-content: center;
        max-width: 142px !important;
        min-height: 34px !important;
        min-width: 142px !important;
        padding: 0 0.72rem 0 0.38rem !important;
        width: 142px;
    }
}

.h5-module-status {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    gap: 0.45rem;
    margin-top: 0.75rem;
    min-height: 28px;
    padding: 0.28rem 0.68rem;
    width: fit-content;
}

.hrreq-page-title .h5-module-status span,
.itreq-page-title .h5-module-status span,
.h5-module-status span,
.hrreq-page-title .h5-module-status strong,
.itreq-page-title .h5-module-status strong,
.h5-module-status strong {
    display: inline;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.hrreq-page-title .h5-module-status span,
.itreq-page-title .h5-module-status span,
.h5-module-status span {
    color: rgba(232, 244, 255, 0.72);
}

.hrreq-page-title .h5-module-status strong,
.itreq-page-title .h5-module-status strong,
.h5-module-status strong {
    color: inherit;
}

.h5-module-status.is-active {
    background: rgba(72, 214, 160, 0.16);
    border: 1px solid rgba(72, 214, 160, 0.46);
    color: #8dffd0;
}

.h5-module-status.is-inactive {
    background: rgba(239, 139, 139, 0.16);
    border: 1px solid rgba(239, 139, 139, 0.48);
    color: #ffb3b3;
}

.h5-sheriff-readonly {
    align-items: center;
    background: rgba(7, 17, 31, 0.92);
    border: 1px solid rgba(60, 74, 93, 0.80);
    border-radius: 8px;
    display: flex;
    min-height: 42px;
    padding: 9px 11px;
    width: 100%;
}

.h5-sheriff-readonly strong {
    color: #e5edf7;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.h5-module-status.is-toggleable {
    cursor: pointer;
    transition: box-shadow 0.16s ease, transform 0.16s ease;
}

.h5-module-status.is-toggleable:hover,
.h5-module-status.is-toggleable:focus-visible {
    box-shadow: 0 0 0 3px rgba(88, 230, 255, 0.2);
    outline: none;
    transform: translateY(-1px);
}

.h5-module-status.is-toggleable.is-saving {
    cursor: wait;
    opacity: 0.68;
    pointer-events: none;
}

body.h5-module-status-dialog-open {
    overflow: hidden;
}

.h5-module-status-dialog {
    align-items: center;
    background: rgba(2, 8, 17, 0.86);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: fixed;
    z-index: 2000;
}

.h5-module-status-dialog[hidden] {
    display: none;
}

.h5-module-status-dialog__card {
    background: linear-gradient(180deg, #12243a, #091729);
    border: 1px solid rgba(88, 230, 255, 0.42);
    border-radius: 12px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.58);
    color: #e8f4ff;
    overflow: hidden;
    width: min(100%, 540px);
}

.h5-module-status-dialog__card header {
    border-bottom: 1px solid rgba(88, 230, 255, 0.16);
    padding: 20px 22px 16px;
}

.h5-module-status-dialog__card header span {
    color: #58e6ff;
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.h5-module-status-dialog__card h2 {
    color: #ffffff;
    font-size: 1.35rem;
    margin: 5px 0 0;
}

.h5-module-status-dialog__body {
    display: grid;
    gap: 12px;
    padding: 20px 22px;
}

.h5-module-status-dialog__body p {
    color: #c5d5e8;
    margin: 0;
}

.h5-module-status-dialog__consequence {
    background: rgba(77, 163, 255, 0.10);
    border: 1px solid rgba(77, 163, 255, 0.24);
    border-radius: 8px;
    padding: 12px;
}

.h5-module-status-dialog__card footer {
    border-top: 1px solid rgba(88, 230, 255, 0.16);
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 14px 22px;
}

.h5-module-status-dialog__card button {
    border-radius: 8px;
    cursor: pointer;
    font-weight: 900;
    min-height: 42px;
    padding: 0 16px;
}

.h5-module-status-dialog__cancel {
    background: rgba(8, 18, 33, 0.92);
    border: 1px solid rgba(166, 184, 207, 0.34);
    color: #dce8f5;
}

.h5-module-status-dialog__confirm {
    background: linear-gradient(135deg, #2d78c5, #167b95);
    border: 1px solid rgba(88, 230, 255, 0.68);
    color: #ffffff;
}

.h5-module-status-dialog__card button:hover,
.h5-module-status-dialog__card button:focus-visible {
    box-shadow: 0 0 0 3px rgba(88, 230, 255, 0.18);
    outline: none;
}

@media (max-width: 560px) {
    .h5-module-status-dialog {
        align-items: flex-end;
        padding: 0;
    }

    .h5-module-status-dialog__card {
        border-bottom: 0;
        border-left: 0;
        border-radius: 14px 14px 0 0;
        border-right: 0;
    }

    .h5-module-status-dialog__card footer {
        align-items: stretch;
        flex-direction: column-reverse;
    }
}

.h5-module-inactive-notice {
    align-items: center;
    background: rgba(36, 19, 25, 0.92);
    border: 1px solid rgba(239, 139, 139, 0.38);
    border-radius: 8px;
    color: #ffe7e7;
    display: flex;
    gap: 0.8rem;
    margin: -0.25rem 0 1rem;
    padding: 0.85rem 1rem;
}

.h5-module-inactive-notice i {
    align-items: center;
    background: rgba(239, 139, 139, 0.16);
    border: 1px solid rgba(239, 139, 139, 0.4);
    border-radius: 999px;
    color: #ffb3b3;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.h5-module-inactive-notice strong {
    color: #ffffff;
    display: block;
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.2;
}

.h5-module-inactive-notice p {
    color: #ff8f8f;
    line-height: 1.35;
    margin: 0.15rem 0 0;
}

.h5-module-inactive-page {
    align-items: center;
    background: linear-gradient(135deg, rgba(45, 24, 31, 0.98), rgba(16, 29, 47, 0.98));
    border: 1px solid rgba(239, 139, 139, 0.42);
    border-radius: 14px;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
    color: #f5f8ff;
    display: flex;
    gap: 1.1rem;
    margin: 2rem auto;
    max-width: 860px;
    padding: 1.4rem;
}

.h5-module-inactive-page-icon {
    align-items: center;
    background: rgba(239, 139, 139, 0.14);
    border: 1px solid rgba(239, 139, 139, 0.38);
    border-radius: 999px;
    color: #ffb3b3;
    display: inline-flex;
    flex: 0 0 52px;
    font-size: 1.5rem;
    height: 52px;
    justify-content: center;
}

.h5-module-inactive-page span,
.h5-module-inactive-page small {
    color: rgba(232, 244, 255, 0.7);
}

.h5-module-inactive-page h1 {
    color: #ffffff;
    font-size: clamp(1.45rem, 3vw, 2.25rem);
    margin: 0.15rem 0 0.45rem;
}

.h5-module-inactive-page p,
.h5-module-inactive-page small {
    line-height: 1.5;
    margin: 0;
}

.h5-module-inactive-page.is-access-restricted {
    background: linear-gradient(135deg, rgba(116, 17, 31, 0.98), rgba(47, 10, 18, 0.98));
    border: 2px solid #ff5f6d;
    box-shadow: 0 22px 52px rgba(65, 0, 11, 0.46), 0 0 0 4px rgba(255, 95, 109, 0.12);
}

.h5-module-inactive-page.is-access-restricted .h5-module-inactive-page-icon {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.48);
    color: #ffffff;
}

.h5-module-inactive-page.is-access-restricted span {
    color: #ffd9dd;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.h5-module-inactive-page.is-access-restricted p {
    color: #ffffff;
    font-size: 1.05rem;
}

.h5-module-inactive button[type="submit"],
.h5-module-inactive [data-approval-action],
.h5-module-inactive [data-remove-record] {
    cursor: not-allowed;
    opacity: 0.62;
}

@media (max-width: 640px) {
    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions #BtnGive {
        max-width: 38px !important;
        min-width: 38px !important;
        padding: 0 !important;
        width: 38px;
    }

    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions .h5-top-feedback-text {
        display: none;
    }

    .h5-module-inactive-notice {
        align-items: flex-start;
    }
}

@media (max-width: 390px) {
    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions {
        gap: 0.28rem;
    }

    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions #BtnGive {
        max-width: 38px !important;
        min-width: 38px !important;
        padding: 0 !important;
        width: 38px;
    }

    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions .nav-user img {
        height: 32px;
        width: 32px;
    }

    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions .h5-top-feedback-text {
        display: none;
    }
}

@media (max-width: 350px) {
    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions #BtnGive {
        max-width: 38px !important;
        min-width: 38px !important;
        padding: 0 !important;
        width: 38px;
    }

    .h5-shortops-dark .navbar-new-dark .h5-masthead-actions .h5-top-feedback-text {
        display: none;
    }
}
