@font-face {
    font-family: "Inter Var";
    src: url("fonts/inter/InterVariable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}

/* Tabler applies a scrollbar compensation margin to :root on desktop. */
@media (min-width: 992px) {
    html, :root {
        margin-left: 0;
    }
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

fieldset {
    margin-bottom: 20px;
}

legend {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--tblr-border-color, #e6e7e9);
    color: var(--tblr-body-color);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

#container {
    min-height: 100%;
    width: 100%;
    position: relative;
    background: #f6f6f6;
    overflow: clip;
}

.container-fluid {
    padding: 0 20px;
}

/* Tabler alerts */
#alert {
    position: fixed;
    z-index: 9999;
    top: 4.5rem;
    left: 50%;
    width: min(42rem, calc(100vw - 2rem));
    transform: translateX(-50%);
}

#alert .alert {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: .75rem;
    margin-bottom: .75rem;
    padding: .875rem 1rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--tblr-border-radius-lg, .5rem);
    box-shadow: none;
    line-height: 1.4;
}

#alert .alert > i {
    margin-top: .125rem;
    font-size: 1rem;
}

#alert .alert .btn-close {
    position: static;
    margin: 0;
    padding: .125rem;
    width: 1rem;
    height: 1rem;
    opacity: .45;
}

#alert .alert-success {
    color: var(--tblr-body-color, #1f2937);
    background: var(--tblr-success-lt, #eaf7ec);
    border-color: rgba(var(--tblr-success-rgb, 47, 179, 68), .25);
}

#alert .alert-success > i {
    color: var(--tblr-success, #2fb344);
}

#alert .alert-danger {
    color: var(--tblr-body-color, #1f2937);
    background: var(--tblr-danger-lt, #fbebeb);
    border-color: rgba(var(--tblr-danger-rgb, 214, 57, 57), .25);
}

#alert .alert-danger > i {
    color: var(--tblr-danger, #d63939);
}

#alert .alert-warning {
    color: var(--tblr-body-color, #1f2937);
    background: var(--tblr-warning-lt, #fff5dc);
    border-color: rgba(var(--tblr-warning-rgb, 245, 159, 0), .25);
}

#alert .alert-warning > i {
    color: var(--tblr-warning, #f59f00);
}

#alert .alert-info {
    color: var(--tblr-body-color, #1f2937);
    background: var(--tblr-info-lt, #edf6fc);
    border-color: rgba(var(--tblr-info-rgb, 66, 153, 225), .25);
}

#alert .alert-info > i {
    color: var(--tblr-info, #4299e1);
}

#column-left {
    width: 235px;
    height: 100%;
    overflow: auto;
    background-color: #242d37;
    position: absolute;
    top: 0px;
    left: -235px;
    padding-top: 60px;
}

#content {
    padding-bottom: 40px;
}

#column-left, #content, #footer {
    transition: all 0.3s;
}

#column-left + #content, #column-left + #content + #footer {
    position: relative;
    left: 0px;
}

#column-left.active {
    left: 0px;
}

#column-left.active + #content, #column-left.active + #content + #footer {
    left: 235px;
}

/* Desktop */
@media (min-width: 992px) {
    #column-left {
        left: 0px;
    }

    #column-left + #content, #column-left + #content + #footer {
        left: 0px;
        margin-left: 235px;
    }

    #column-left.active + #content, #column-left.active + #content + #footer {
        left: 0px;
        margin-left: 235px;
    }
}

/* Navigation */
#navigation {
    text-transform: uppercase;
    padding: 22px 15px 15px 15px;
    color: #FFFFFF;
    background: #19222E;
    display: block;
}

#stats {
    border-radius: 2px;
    color: #808b9c;
    background: #2e3a47;
    margin: 15px 20px;
    padding: 5px 0;
}

#stats ul, #stats li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#stats li {
    font-size: 11px;
    color: #9d9d9d;
    padding: 5px 10px;
    border-bottom: 1px dotted #373737;
}

#stats div:first-child {
    margin-bottom: 4px;
}

#stats .progress {
    height: 3px;
    margin-bottom: 0;
}

/* footer */
#footer {
    height: 100px;
    text-align: center;
}

/* Tabler vertical shell. Keep the legacy IDs because common.js owns menu state. */
#container {
    min-height: 100vh;
    background: var(--tblr-bg-surface-secondary, #f4f6fa);
    overflow: visible;
}

#header {
    min-height: 3.5rem;
    border: 0;
    border-bottom: 1px solid var(--tblr-border-color, #e6e7e9);
    box-shadow: none;
    background: var(--tblr-bg-surface, #fff);
}

#header .navbar-brand img {
    max-height: 2rem;
    width: auto;
}

.oc-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #374151;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.oc-brand-logo::before {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    content: "";
    border-radius: .5rem;
    background-color: var(--tblr-primary, #066fd1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 8l-4 4l4 4'/%3E%3Cpath d='M17 8l4 4l-4 4'/%3E%3Cpath d='M14 4l-4 16'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.35rem;
}

.oc-brand-logo::after {
    content: "OpenCore";
}

.offcanvas-title {
    font-size: 1rem;
    font-weight: 600;
}

#offcanvas-theme-settings {
    width: min(24rem, 100vw);
}

/* Standalone authentication routes share Tabler's sign-in illustration layout. */
body.auth-page #container {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    background: var(--tblr-bg-surface-secondary, #f4f6fa);
}

body.auth-page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body.auth-page .auth-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

body.auth-page .page-wrapper {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
}

body.auth-page #content {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    min-height: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

body.auth-page #content .container-fluid,
body.auth-page #content .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
}

body.auth-page .auth-form .mb-3 {
    margin-bottom: 1.25rem !important;
}

body.auth-page #footer {
    flex: 0 0 auto;
}

#header .navbar-nav > li > .nav-link,
#header .navbar-nav li > .nav-link:hover,
#header .navbar-nav li.show > .nav-link {
    background: transparent;
}

#header .navbar-nav > li > .nav-link {
    color: var(--tblr-body-color, #1f2937);
}

/* Header actions */
#header .navbar-nav > .nav-item > .nav-link {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav-notification > .nav-link {
    font-size: 1.25rem;
}

#nav-language > .nav-link img {
    display: block;
}

#nav-profile .avatar {
    width: 2rem;
    height: 2rem;
}

#button-menu {
    font-size: 1.25rem;
    margin: 0 0 0 .5rem;
    padding: .375rem .5rem;
    color: var(--tblr-body-color, #1f2937);
}

#column-left {
    position: sticky;
    top: 0;
    left: 0;
    align-self: start;
    z-index: 1029;
    flex: none;
    width: 16rem;
    height: 100vh;
    padding: 0;
    overflow-y: auto;
    background: var(--tblr-bg-surface, #fff);
    border-right: 1px solid var(--tblr-border-color, #e6e7e9);
    box-shadow: none;
}

#column-left .container-fluid {
    display: block;
    padding: 0;
}

#navigation {
    display: block;
    padding: 1rem 1.25rem;
    color: var(--tblr-secondary, #667382);
    background: transparent;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
}

/* Notification dropdown */
#notification-dropdown {
    width: 32rem;
    max-width: calc(100vw - 2rem);
    overflow: hidden;
    border: 1px solid var(--tblr-border-color, #e6e7e9);
    border-radius: var(--tblr-border-radius-lg, .5rem);
    box-shadow: var(--tblr-box-shadow-dropdown, 0 .5rem 1rem rgba(0, 0, 0, .15));
}

#notification-dropdown .notification-header {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    border-bottom: 1px solid var(--tblr-border-color, #e6e7e9);
}

#notification-dropdown .notification-list {
    max-height: 24rem;
    overflow-y: auto;
}

#notification-dropdown .notification-item {
    display: flex;
    align-items: flex-start;
    gap: .875rem;
    padding: .875rem 1.25rem;
    color: var(--tblr-body-color, #1f2937);
    text-decoration: none;
    border-bottom: 1px solid var(--tblr-border-color, #e6e7e9);
}

#notification-dropdown .notification-item:hover {
    background: var(--tblr-bg-surface-secondary, #f6f8fb);
}

#notification-dropdown .notification-status {
    flex: 0 0 .5rem;
    width: .5rem;
    height: .5rem;
    margin-top: .35rem;
    border-radius: 50%;
    background: var(--tblr-primary, #206bc4);
}

#notification-dropdown .notification-content {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.3;
}

#notification-dropdown .notification-empty {
    padding: 1.5rem 1.25rem;
    color: var(--tblr-secondary, #667382);
    text-align: center;
}

#notification-dropdown .notification-footer {
    padding: .75rem 1.25rem;
    text-align: center;
    background: var(--tblr-bg-surface, #fff);
}

#notification-dropdown .notification-footer a {
    color: var(--tblr-primary, #206bc4);
    text-decoration: none;
    font-weight: 500;
}

#notification-dropdown .notification-footer a:hover {
    text-decoration: underline;
}

/* Profile dropdown */
#profile-dropdown {
    min-width: 15rem;
    overflow: hidden;
}

#profile-dropdown .profile-dropdown-header {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .875rem 1rem;
}

#profile-dropdown .profile-dropdown-header .avatar {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
}

#profile-dropdown .profile-dropdown-name {
    font-weight: 500;
    line-height: 1.25;
}

#profile-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: .625rem;
    padding: .625rem 1rem;
}

#profile-dropdown .dropdown-item i {
    flex: 0 0 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-align: center;
    color: var(--tblr-secondary, #667382);
}

#profile-dropdown .dropdown-header {
    padding: .625rem 1rem .375rem;
}

/* Tabler vertical navigation */
#menu,
#menu ul,
#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    width: 100%;
    margin-bottom: 1rem;
    gap: .125rem;
}

#menu .nav-item {
    width: 100%;
}

#menu .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.25rem;
    padding: .5rem 1rem;
    gap: .625rem;
    color: var(--tblr-body-color, #1f2937);
    text-decoration: none;
    border-radius: 0;
}

#menu .nav-link:hover {
    color: var(--tblr-primary, #206bc4);
    background: var(--tblr-bg-surface-secondary, #f6f8fb);
}

#menu .nav-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    color: inherit;
}

#menu .nav-link-title {
    font-weight: 500;
    flex: 1 1 auto;
    min-width: 0;
}

#menu .nav-link.parent::after {
    content: "\f105";
    flex: 0 0 auto;
    margin-left: auto;
    font-family: "Font Awesome 6 Free";
    font-size: .75rem;
    font-weight: 900;
    transition: transform .2s ease;
}

#menu .nav-link.parent:not(.collapsed)::after {
    transform: rotate(90deg);
}

#menu > .nav-item.active > .nav-link {
    color: var(--tblr-primary, #206bc4);
    background: var(--tblr-primary-lt, #e9f2ff);
}

#menu ul.collapse {
    padding: .125rem 0 .25rem;
}

#menu ul.collapse .nav-link {
    min-height: 2rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    color: var(--tblr-secondary, #667382);
    font-size: .875rem;
}

#menu > li > ul > li > .nav-link {
    padding-left: 3rem;
}

#menu > li > ul > li > ul > li > .nav-link {
    padding-left: 4rem;
}

#menu > li > ul > li > ul > li > ul > li > .nav-link {
    padding-left: 5rem;
}

#menu ul.collapse .nav-item.active > .nav-link {
    font-weight: 600;
    color: var(--tblr-primary, #206bc4);
    background: transparent;
}

#menu .nav-item.active::after {
    content: none;
}

/* Tabler vertical active indicator */
#menu > .nav-item.active::after {
    content: "";
    position: absolute;
    top: .375rem;
    right: auto;
    bottom: auto;
    left: 0;
    width: 2px;
    height: 1.5rem;
    background: var(--tblr-primary, #206bc4);
}

.page-wrapper {
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    min-width: 0;
    min-height: calc(100vh - 3.5rem);
}

#content {
    grid-column: 1 / -1;
    grid-row: 1;
    padding-bottom: 2rem;
}

#column-left + #content {
    grid-column: 2;
    grid-row: 1;
    left: 0;
    margin-left: 0;
}

#footer {
    grid-column: 1 / -1;
    grid-row: 2;
    height: auto;
    padding: 1.5rem 1.25rem;
    color: var(--tblr-secondary, #667382);
    background: var(--tblr-bg-surface, #fff);
    border-top: 1px solid var(--tblr-border-color, #e6e7e9);
}

#column-left ~ #footer {
    grid-column: 2;
}

#column-left + #content + #footer {
    left: 0;
    margin-left: 0;
}

#column-left.active + #content,
#column-left.active + #content + #footer {
    left: 0;
    margin-left: 0;
}

@media (max-width: 991.98px) {
    #header {
        min-height: 3.5rem;
    }

    .page-wrapper {
        display: block;
        min-height: 0;
    }

    #column-left {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -16rem;
        grid-column: auto;
        grid-row: auto;
        transition: left .3s ease;
    }

    #column-left.active {
        left: 0;
    }

    #column-left.active + .page-wrapper {
        left: auto;
    }

    #column-left + #content,
    #column-left + #content + #footer,
    #column-left.active + #content,
    #column-left.active + #content + #footer {
        left: 0;
        margin-left: 0;
    }
}

.page-header {
    vertical-align: middle;
    margin: 20px 0 15px 0;
    padding: 0;
    padding-bottom: 5px;
}

.page-header h1 {
    display: inline-block;
    margin-bottom: 15px;
}

/* Navs
/* Tabs*/

.form-label,
.col-form-label {
    font-weight: 600;
}

.form-switch-lg {
    font-size: 26px;
    min-height: 36px;
    line-height: 36px;
}

@media (min-width: 992px) {
    .col-form-label {
        text-align: right;
    }
}

.row.mb-3 {
    position: relative;
}

.row.mb-3 + .row.mb-3 {
    padding-top: 1rem;
}

.row.mb-3 + .row.mb-3:before {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% - calc(var(--bs-gutter-x) / 1));
    height: 0px;
    left: calc(var(--bs-gutter-x) / 2);
    top: 0;
    border-bottom: 1px solid #ededed;
}

div.required .col-form-label:not(span):before, div.required .form-label:before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.image {
    width: 12rem;
}

.table thead td span[data-toggle='tooltip']:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    content: "\f059";
    color: #1E91CF;
    margin-left: 4px;
}

.table a.asc:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    content: " \f106";
}

.table a.desc:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    content: " \f107";
}

/* Tabler tables */
.table {
    margin-bottom: 0;
    --bs-table-border-color: var(--tblr-border-color, #e6e7e9);
}

.table > :not(caption) > * > * {
    padding: .625rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--tblr-border-color, #e6e7e9);
}

/* OpenCore uses table-bordered extensively; keep only horizontal separators */
.table.table-bordered {
    border: 0;
}

.table.table-bordered > :not(caption) > * > * {
    border-width: 0 0 1px 0;
}

.table.table-bordered > :not(caption) > * {
    border-width: 0;
}

.table thead th,
.table thead td {
    padding-top: .625rem;
    padding-bottom: .625rem;
    color: var(--tblr-secondary, #667382);
    background: var(--tblr-bg-surface-secondary, #f6f8fb);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.table thead a {
    color: inherit;
    text-decoration: none;
}

.table tbody tr:last-child > td {
    border-bottom-width: 0;
}

.pagination {
    margin: 0;
}

@media (max-width: 575.98px) {
    .pagination {
        flex-wrap: wrap;
        row-gap: .25rem;
    }
}

/* Cards */
.card-header > i {
    margin-right: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card-header-tabs .nav-link {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget {
    position: absolute;
    float: right;
    z-index: 9999;
    height: 200px;
    width: 250px;
}


/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    transition: all 1s;
}

.tile-primary {
    background-color: #1b80c2;
}

.tile-success {
    background-color: #53b953;
}

.tile-warning {
    background-color: #f3aa41;
}

.tile-danger {
    background-color: #e45847;
}

.tile:hover {
    opacity: 0.95;
}

.tile a {
    color: #FFFFFF;
}

.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, 0.1);
}

.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
    opacity: 1;
}

.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}

.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}

.tile .tile-body h2 {
    font-size: 42px;
}

.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0.1);
}

.jqvmap-label {
    z-index: 999;
}

.card-body .jqvmap-zoomin, .jqvmap-zoomout {
    padding: 0px;
}

/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
    font-size: 10.5em;
}

.list-check {
    list-style: none;
}

.list-check li::before {
    font-family: 'Font Awesome 6 Solid';
    content: "\f00c";
    margin-left: -30px;
    width: 29px;
    display: inline-block;
    color: #7ebd38;
}

/* Persisted UI preferences are applied by the authenticated common header. */
html[data-ui-theme-base="gray"] {
    --oc-ui-base: #f3f4f6;
}

html[data-ui-theme-base="zinc"] {
    --oc-ui-base: #f4f4f5;
}

html[data-ui-theme-base="neutral"] {
    --oc-ui-base: #f5f5f5;
}

html[data-ui-theme-base="stone"] {
    --oc-ui-base: #f5f5f4;
}

html[data-ui-theme-base="slate"] {
    --oc-ui-base: #f8fafc;
}

html[data-ui-theme-base] {
    --tblr-body-bg: var(--oc-ui-base);
    --tblr-bg-surface-secondary: var(--oc-ui-base);
}

html[data-bs-theme="dark"][data-ui-theme-base="gray"] {
    --oc-ui-base: #111827;
}

html[data-bs-theme="dark"][data-ui-theme-base="zinc"] {
    --oc-ui-base: #18181b;
}

html[data-bs-theme="dark"][data-ui-theme-base="neutral"] {
    --oc-ui-base: #171717;
}

html[data-bs-theme="dark"][data-ui-theme-base="stone"] {
    --oc-ui-base: #1c1917;
}

html[data-bs-theme="dark"][data-ui-theme-base="slate"] {
    --oc-ui-base: #0f172a;
}

html[data-ui-font-family="serif"] {
    --tblr-body-font-family: Georgia, Cambria, "Times New Roman", serif;
}

html[data-ui-font-family="monospace"] {
    --tblr-body-font-family: var(--tblr-font-monospace);
}

html[data-ui-font-family="comic"] {
    --tblr-body-font-family: "Comic Sans MS", "Comic Sans", cursive;
}

@media (min-width: 992px) {
    html[data-ui-menu="collapsed"] .page-wrapper {
        grid-template-columns: 4rem minmax(0, 1fr);
    }

    html[data-ui-menu="collapsed"] #column-left {
        width: 4rem;
        overflow: visible;
    }

    html[data-ui-menu="collapsed"] #column-left #navigation span:last-child,
    html[data-ui-menu="collapsed"] #column-left .nav-link-title,
    html[data-ui-menu="collapsed"] #column-left .nav-link.parent::after {
        display: none;
    }

    html[data-ui-menu="collapsed"] #column-left #navigation,
    html[data-ui-menu="collapsed"] #column-left #menu .nav-link {
        justify-content: center;
        padding-right: .75rem;
        padding-left: .75rem;
    }

    html[data-ui-menu="collapsed"] #column-left:hover,
    html[data-ui-menu="collapsed"] #column-left:focus-within {
        width: 16rem;
        overflow-y: auto;
    }

    html[data-ui-menu="collapsed"] #column-left:hover #navigation span:last-child,
    html[data-ui-menu="collapsed"] #column-left:focus-within #navigation span:last-child,
    html[data-ui-menu="collapsed"] #column-left:hover .nav-link-title,
    html[data-ui-menu="collapsed"] #column-left:focus-within .nav-link-title,
    html[data-ui-menu="collapsed"] #column-left:hover .nav-link.parent::after,
    html[data-ui-menu="collapsed"] #column-left:focus-within .nav-link.parent::after {
        display: initial;
    }

    html[data-ui-menu="collapsed"] #column-left:hover #navigation,
    html[data-ui-menu="collapsed"] #column-left:focus-within #navigation,
    html[data-ui-menu="collapsed"] #column-left:hover #menu .nav-link,
    html[data-ui-menu="collapsed"] #column-left:focus-within #menu .nav-link {
        justify-content: flex-start;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    html[data-ui-menu="collapsed"] #column-left:hover #menu > li > ul > li > .nav-link,
    html[data-ui-menu="collapsed"] #column-left:focus-within #menu > li > ul > li > .nav-link {
        padding-left: 3rem;
    }

    html[data-ui-menu="collapsed"] #column-left:hover #menu > li > ul > li > ul > li > .nav-link,
    html[data-ui-menu="collapsed"] #column-left:focus-within #menu > li > ul > li > ul > li > .nav-link {
        padding-left: 4rem;
    }

    html[data-ui-menu="collapsed"] #column-left:hover #menu > li > ul > li > ul > li > ul > li > .nav-link,
    html[data-ui-menu="collapsed"] #column-left:focus-within #menu > li > ul > li > ul > li > ul > li > .nav-link {
        padding-left: 5rem;
    }

    html[data-ui-content-width="compact"] #content {
        width: 100%;
        max-width: 88rem;
        margin-right: auto;
        margin-left: auto;
    }
}

.list-check.list-color-blue li::before {
    color: #02afe9;
}

/* UI-T9: shared visual and keyboard-accessibility polish. */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
    outline: 2px solid var(--tblr-primary, #206bc4);
    outline-offset: 2px;
}

.btn:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible,
.form-check-input:focus-visible,
.page-link:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(var(--tblr-primary-rgb, 32, 107, 196), .2);
}

.page-header {
    margin: 0;
    padding: 1.5rem 0 1rem;
}

.page-header h1 {
    margin: 0 0 .375rem;
    color: var(--tblr-body-color, #1f2937);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.35;
}

.page-header .breadcrumb {
    margin-bottom: 0;
    font-size: .875rem;
}

.page-header .float-end {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-left: 1rem;
}

.page-header .float-end .btn {
    min-width: 2.25rem;
}

.card {
    border-color: var(--tblr-border-color, #e6e7e9);
    box-shadow: none;
}

.card-header:not(:has(.card-header-tabs)) {
    min-height: 3.25rem;
    padding: .75rem 1.25rem;
    border-bottom-color: var(--tblr-border-color, #e6e7e9);
}

.card-body {
    padding: 1.25rem;
}

.modal-content {
    overflow: hidden;
    border-color: var(--tblr-border-color, #e6e7e9);
    box-shadow: var(--tblr-box-shadow, 0 .125rem .25rem rgba(0, 0, 0, .075));
}

.modal-header {
    min-height: 3.5rem;
    padding: .875rem 1.25rem;
    border-bottom-color: var(--tblr-border-color, #e6e7e9);
}

.modal-title {
    font-size: 1rem;
    font-weight: 600;
}

.modal-footer {
    padding: .75rem 1.25rem;
    border-top-color: var(--tblr-border-color, #e6e7e9);
}

.form-label,
.col-form-label {
    color: var(--tblr-body-color, #1f2937);
    font-size: .875rem;
    line-height: 1.5;
}

.form-control,
.form-select {
    min-height: calc(1.5em + .75rem + 2px);
}

.form-text,
.invalid-feedback,
.valid-feedback {
    margin-top: .375rem;
}

.row.mb-3 + .row.mb-3 {
    padding-top: 0;
}

.row.mb-3 + .row.mb-3::before {
    content: none;
}

.table-responsive {
    border: 1px solid var(--tblr-border-color, #e6e7e9);
    border-radius: var(--tblr-border-radius, .25rem);
}

.table-responsive > .table {
    margin-bottom: 0;
}

.table tbody tr {
    transition: background-color .15s ease;
}

.table tbody tr:hover > * {
    background: var(--tblr-bg-surface-secondary, #f6f8fb);
}

.table tbody td[colspan] {
    padding: 2.5rem 1rem;
    color: var(--tblr-secondary, #667382);
}

.pagination + * {
    color: var(--tblr-secondary, #667382);
    font-size: .875rem;
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .page-header {
        padding-top: 1rem;
    }

    .page-header .float-end {
        margin-bottom: .75rem;
    }

    .card-body {
        padding: 1rem;
    }

    #notification-dropdown {
        position: fixed;
        top: 3.75rem;
        right: 1rem;
        left: 1rem;
        width: auto;
        max-width: none;
    }

    #profile-dropdown {
        min-width: min(15rem, calc(100vw - 2rem));
    }

    .table > :not(caption) > * > * {
        padding-right: .75rem;
        padding-left: .75rem;
    }
}
