:root {
    --zubo-bg: #181d22;
    --zubo-panel: #20262c;
    --zubo-panel-2: #252c33;
    --zubo-panel-3: #2b333b;
    --zubo-line: rgba(255,255,255,.09);
    --zubo-line-strong: rgba(255,255,255,.15);
    --zubo-text: #f5f7f9;
    --zubo-muted: #95a1aa;
    --zubo-blue: #4ba7ff;
    --zubo-green: #35cf7c;
    --zubo-yellow: #ffbf3f;
    --zubo-red: #ff6f6f;
}

html,
body {
    min-height: 100%;
    background: #181d22 !important;
}

body {
    color: var(--zubo-text) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.navbar {
    background: linear-gradient(145deg, #252c33, #20262c) !important;
    border-bottom: 1px solid var(--zubo-line) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.20);
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-brand {
    color: #fff !important;
    font-weight: 800;
}

.navbar-brand i {
    color: var(--zubo-blue);
}

.navbar .nav-link {
    color: #b4bec5 !important;
    font-size: .74rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 9px !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.show {
    color: #fff !important;
    background: rgba(255,255,255,.06);
}

.navbar .nav-link i {
    color: #91caff;
    margin-right: 3px;
}

.dropdown-menu {
    background: #252c33 !important;
    border: 1px solid var(--zubo-line) !important;
    border-radius: 12px !important;
    padding: 6px !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.30) !important;
}

.dropdown-item {
    color: #d0d7dc !important;
    border-radius: 8px;
    font-size: .78rem;
    padding: 8px 10px !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff !important;
    background: rgba(75,167,255,.11) !important;
}

.dropdown-item i {
    color: #91caff;
    margin-right: 6px;
}

.dropdown-divider {
    border-color: var(--zubo-line) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--zubo-text) !important;
    font-weight: 800;
}

.text-muted {
    color: var(--zubo-muted) !important;
}

.card {
    background: linear-gradient(145deg, #252c33, #20262c) !important;
    color: var(--zubo-text) !important;
    border: 1px solid var(--zubo-line) !important;
    border-radius: 14px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,.16);
}

.card-header {
    background: rgba(255,255,255,.025) !important;
    color: var(--zubo-text) !important;
    border-bottom: 1px solid var(--zubo-line) !important;
    font-weight: 800;
}

.card-footer {
    background: rgba(255,255,255,.02) !important;
    border-top: 1px solid var(--zubo-line) !important;
}

label,
.form-label {
    color: #cbd3d9 !important;
    font-weight: 650;
}

.form-control,
.form-select,
.formulario {
    background: #252c33 !important;
    color: #f5f7f9 !important;
    border: 1px solid var(--zubo-line-strong) !important;
    border-radius: 9px !important;
}

.form-control:focus,
.form-select:focus {
    background: #2b333b !important;
    color: #fff !important;
    border-color: var(--zubo-blue) !important;
    box-shadow: 0 0 0 .2rem rgba(75,167,255,.12) !important;
}

.form-control::placeholder {
    color: #7d8992 !important;
}

.form-select option {
    background: #252c33;
    color: #fff;
}

.input-group-text {
    background: #2b333b !important;
    color: #d0d7dc !important;
    border-color: var(--zubo-line-strong) !important;
}

.btn {
    border-radius: 9px !important;
    font-size: .76rem;
    font-weight: 750;
}

.btn-primary {
    background: var(--zubo-blue) !important;
    border-color: var(--zubo-blue) !important;
}

.btn-success {
    background: var(--zubo-green) !important;
    border-color: var(--zubo-green) !important;
}

.btn-warning {
    background: var(--zubo-yellow) !important;
    border-color: var(--zubo-yellow) !important;
}

.btn-danger {
    background: var(--zubo-red) !important;
    border-color: var(--zubo-red) !important;
}

.btn-secondary {
    background: #2b333b !important;
    border-color: var(--zubo-line-strong) !important;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-color: #dce2e6;
    --bs-table-border-color: var(--zubo-line);
    color: #dce2e6 !important;
}

.table thead th {
    background: rgba(255,255,255,.025) !important;
    color: #9eabb4 !important;
    border-color: var(--zubo-line) !important;
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.table tbody td {
    color: #dce2e6 !important;
    border-color: var(--zubo-line) !important;
    vertical-align: middle;
}

.table-hover > tbody > tr:hover > * {
    background: rgba(75,167,255,.055) !important;
    color: #fff !important;
}

.table-responsive {
    background: #20262c;
    border: 1px solid var(--zubo-line);
    border-radius: 12px;
}

.alert {
    border-radius: 10px !important;
}

.alert-success {
    background: rgba(53,207,124,.12) !important;
    color: #8beab5 !important;
    border-color: rgba(53,207,124,.25) !important;
}

.alert-warning {
    background: rgba(255,191,63,.12) !important;
    color: #ffd473 !important;
    border-color: rgba(255,191,63,.25) !important;
}

.alert-danger {
    background: rgba(255,111,111,.12) !important;
    color: #ffaaaa !important;
    border-color: rgba(255,111,111,.25) !important;
}

.alert-info {
    background: rgba(75,167,255,.12) !important;
    color: #9fd2ff !important;
    border-color: rgba(75,167,255,.25) !important;
}

.modal-content {
    background: #20262c !important;
    color: var(--zubo-text) !important;
    border: 1px solid var(--zubo-line) !important;
    border-radius: 14px !important;
}

.modal-header,
.modal-footer {
    border-color: var(--zubo-line) !important;
}

.list-group-item {
    background: #252c33 !important;
    color: var(--zubo-text) !important;
    border-color: var(--zubo-line) !important;
}

hr {
    border-color: var(--zubo-line) !important;
    opacity: 1;
}

.zubo-page {
    max-width: 1580px;
    margin: 0 auto;
    padding: 22px 24px 40px;
}

.zubo-panel {
    background: linear-gradient(145deg, #252c33, #20262c);
    border: 1px solid var(--zubo-line);
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,.16);
}

@media (max-width: 991.98px) {
    #navbarScroll {
        background: #20262c;
        margin-top: 8px;
        padding: 8px;
        border: 1px solid var(--zubo-line);
        border-radius: 12px;
    }

    .navbar .nav-link {
        padding: 10px !important;
    }

    .dropdown-menu {
        box-shadow: none !important;
    }
}

@media (max-width: 720px) {
    .zubo-page {
        padding: 15px 10px 30px;
    }
}
