:root { color-scheme: dark; }
html, body { min-height: 100%; }
body { background: #080b10; color: #f4f7fb; }
.login-shell { min-height: 100vh; }
.login-image {
    min-height: 100vh;
    background: linear-gradient(180deg, rgba(2,6,12,.08), rgba(2,6,12,.72)),
                url('/assets/img/downtown-hutto.jpg') center center / cover no-repeat;
}
.login-panel { background: radial-gradient(circle at top right, #172033 0, #0b1018 45%, #080b10 100%); }
.login-card { width: min(100%, 430px); }
.brand-mark {
    width: 46px; height: 46px; display: grid; place-items: center;
    border-radius: 14px; background: #2f6fed; box-shadow: 0 12px 30px rgba(47,111,237,.28);
    font-weight: 800;
}
.form-control { min-height: 52px; background: #101722; border-color: #263348; color: #fff; }
.form-control:focus { background: #101722; color: #fff; border-color: #6ea8fe; box-shadow: 0 0 0 .25rem rgba(47,111,237,.18); }
.dashboard-wrap { min-height: 100vh; background: radial-gradient(circle at top, #162038, #080b10 55%); }
.coming-card { max-width: 760px; border: 1px solid #263348; background: rgba(15,22,33,.88); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
@media (max-width: 991.98px) { .login-panel { min-height: 100vh; } }


/* Net Set dashboard includes: begin */
.dashboard-body {
    margin: 0;
    color: #ffffff;
    background: #000000;
}

.dashboard-wrap {
    min-height: 100vh;
    color: #ffffff;
    background: #000000;
}

.dashboard-topbar {
    width: 100%;
    min-height: 58px;
    color: #ffffff;
    background: #000000;
    border-bottom: 1px solid #ffffff;
}

.dashboard-brand {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.dashboard-brand:hover,
.dashboard-brand:focus {
    color: #d9d9d9;
}

.dashboard-user-toggle {
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1;
}

.dashboard-user-toggle:hover,
.dashboard-user-toggle:focus,
.dashboard-user-toggle[aria-expanded="true"] {
    color: #bfbfbf;
}

.dashboard-user-menu {
    color: #ffffff;
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: 0;
}

.dashboard-user-menu .dropdown-item {
    color: #ffffff;
    background: #000000;
}

.dashboard-user-menu .dropdown-item:hover,
.dashboard-user-menu .dropdown-item:focus {
    color: #000000;
    background: #ffffff;
}

.dashboard-user-menu .dropdown-divider {
    border-top-color: #808080;
}

.dashboard-layout {
    display: flex;
    min-height: calc(100vh - 58px);
    background: #000000;
}

.dashboard-sidebar {
    width: 240px;
    flex: 0 0 240px;
    color: #ffffff;
    background: #000000;
    border-right: 1px solid #ffffff;
}

.dashboard-sidebar .nav-link {
    color: #ffffff;
    background: #000000;
    border: 1px solid transparent;
    border-radius: 0;
}

.dashboard-sidebar .nav-link:hover,
.dashboard-sidebar .nav-link:focus {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
}

.dashboard-sidebar .nav-link.active {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
}

.dashboard-content {
    flex: 1 1 auto;
    min-width: 0;
    color: #ffffff;
    background: #000000;
}

.dashboard-desktop {
    min-height: 100%;
    color: #ffffff;
    background: #000000;
}

.dashboard-eyebrow {
    color: #ffffff;
}

.dashboard-secondary {
    color: #bfbfbf;
}

@media (max-width: 767.98px) {
    .dashboard-layout {
        display: block;
    }

    .dashboard-sidebar {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ffffff;
    }
}
/* Net Set dashboard includes: end */

/* Net Set monochrome login: begin */
.login-body {
    margin: 0;
    color: #ffffff;
    background: #000000;
}

.login-shell {
    min-height: 100vh;
    color: #ffffff;
    background: #000000;
}

.login-image {
    position: relative;
    background-color: #000000;
    filter: grayscale(100%);
}

.login-image::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: rgba(0, 0, 0, 0.12);
}

.login-panel {
    color: #ffffff;
    background: #000000;
    border-left: 1px solid #ffffff;
}

.login-card {
    width: min(100%, 430px);
    color: #ffffff;
    background: #000000;
}

.login-card h1 {
    color: #ffffff;
}

.login-card .text-secondary {
    color: #bfbfbf !important;
}

.login-card .form-label {
    color: #ffffff;
    font-weight: 500;
}

.login-card .form-control {
    min-height: 52px;
    color: #ffffff;
    caret-color: #ffffff;
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: 0;
}

.login-card .form-control:hover {
    border-color: #bfbfbf;
}

.login-card .form-control:focus {
    color: #ffffff;
    background: #000000;
    border-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.login-card .form-control:-webkit-autofill,
.login-card .form-control:-webkit-autofill:hover,
.login-card .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    caret-color: #ffffff;
    box-shadow: 0 0 0 1000px #000000 inset;
    transition: background-color 9999s ease-out;
}

.login-card .btn-primary {
    min-height: 52px;
    color: #000000;
    font-weight: 700;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
}

.login-card .btn-primary:hover,
.login-card .btn-primary:focus,
.login-card .btn-primary:active {
    color: #ffffff !important;
    background: #000000 !important;
    border-color: #ffffff !important;
}

.login-card .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/*
 * Toast colors intentionally remain semantic:
 * red for errors, yellow for warnings, and green for success.
 */
.login-body .toast {
    border: 1px solid #ffffff !important;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .login-panel {
        min-height: 100vh;
        border-left: 0;
    }
}
/* Net Set monochrome login: end */

/* Net Set login image color override: begin */
.login-image {
    filter: none;
}

.login-image::after {
    display: none;
}
/* Net Set login image color override: end */

/* Net Set Bootstrap toast notifications */
.toast-container {
    z-index: 1090;
    width: min(100%, 390px);
}

.netset-toast {
    --bs-toast-max-width: 360px;
    color: #f4f7fb;
    background: rgba(15, 22, 33, .97);
    border: 1px solid #2b3950 !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
    backdrop-filter: blur(12px);
}

.netset-toast .toast-header {
    color: #f4f7fb;
    background: rgba(21, 30, 45, .98);
    border-bottom-color: #2b3950;
}

.netset-toast .toast-body {
    color: #d8e0ec;
    line-height: 1.45;
}

.netset-toast .btn-close {
    filter: invert(1) grayscale(100%) brightness(180%);
}

.toast-status {
    width: 26px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 26px;
    margin-right: .65rem;
    border-radius: 50%;
    color: #fff;
    font-size: .85rem;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .toast-container {
        left: 0;
        right: 0;
        width: 100%;
        padding: .75rem !important;
    }

    .netset-toast {
        width: 100%;
        max-width: none;
    }
}

/* High-visibility toast close button */
.netset-toast .toast-header .btn-close {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 1px solid #ffffff !important;
    border-radius: 0.375rem;
    background-size: 0.7rem;
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.netset-toast .toast-header .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: #ffffff !important;
    opacity: 1;
}

.netset-toast .toast-header .btn-close:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
    opacity: 1;
}

/*
 * Dark-mode toast close button.
 * Removes Bootstrap's background-image X and draws an explicit white X.
 */
.netset-toast .toast-header .btn-close {
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0;
    margin-left: 0.75rem;
    box-sizing: border-box;
    appearance: none;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #ffffff !important;
    border-radius: 0.375rem;
    filter: none !important;
    opacity: 1 !important;
    cursor: pointer;
    pointer-events: auto;
}

.netset-toast .toast-header .btn-close::before,
.netset-toast .toast-header .btn-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.875rem;
    height: 2px;
    border-radius: 999px;
    background-color: #ffffff;
    transform-origin: center;
    pointer-events: none;
}

.netset-toast .toast-header .btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.netset-toast .toast-header .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.netset-toast .toast-header .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.18) !important;
    border-color: #ffffff !important;
}

.netset-toast .toast-header .btn-close:focus-visible {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border-color: #ffffff !important;
    outline: 2px solid #ffffff;
    outline-offset: 2px;
    box-shadow: none;
}
