/*!
 * Advandz Command Hub (http://account.advandz.com/)
 * Copyright (c) 2025, Advandz Technologies, LLC
 */

/* Body background */
body {
    background-color: #1b1f22;
    color: #ffffff;
}

.list-group.list-options .list-group-item,
.list-group.list-options a.list-group-item:focus,
.list-group.list-options a.list-group-item:hover {
    color: #ffffff !important
}

*::selection {
    background: #1fc062;
    color: #ffffff;
}

/* Link color */
a,
a:hover {
    color: #1fc062;
}

/* Logo */
.header .logo .logo-slogan {
    color: #f3f4f6;
}

/* Pagination style */
.pagination .page-item.active .page-link,
div.pagination ul.pagination li.active .page-link,
div.pagination ul.pagination li.active a {
    background-color: #1fc062;
    border-color: #1fc062;
}

/* Header style */
.header {
    background: #1b1f22B3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1b1f22B3), to(#1b1f22B3));
    background: -webkit-linear-gradient(#1b1f22B3, #1b1f22B3);
    background: -moz-linear-gradient(#1b1f22B3, #1b1f22B3);
    background: -ms-linear-gradient(#1b1f22B3, #1b1f22B3);
    background: -o-linear-gradient(#1b1f22B3, #1b1f22B3);
    background: linear-gradient(#1b1f22B3, #1b1f22B3);
    border-bottom: 1px solid #2c3338 !important;
}

/* Title style */
.title {
    background: #2c3338;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2c3338), to(#2c3338));
    background: -webkit-linear-gradient(#2c3338, #2c3338);
    background: -moz-linear-gradient(#2c3338, #2c3338);
    background: -ms-linear-gradient(#2c3338, #2c3338);
    background: -o-linear-gradient(#2c3338, #2c3338);
    background: linear-gradient(#2c3338, #2c3338);
}

.title h3 {
    color: #f3f4f6;
}

/* Navigation bar style */
.nav-content nav.navbar {
    background: #121517;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#121517), to(#121517));
    background: -webkit-linear-gradient(#121517, #121517);
    background: -moz-linear-gradient(#121517, #121517);
    background: -ms-linear-gradient(#121517, #121517);
    background: -o-linear-gradient(#121517, #121517);
    background: linear-gradient(#121517, #121517);
    border-bottom: 1px solid #2c3338 !important;
}

.nav-content .navbar .nav-item.active {
    border-color: #f3f4f6 !important;
}

.nav-content nav.navbar .navbar-nav>.active>a,
nav.navbar .navbar-nav>.active>a:hover,
nav.navbar .navbar-nav>.active>a:focus {
    color: #f3f4f6 !important;
}

.nav-content nav.navbar .navbar-nav>li>a {
    color: #f3f4f6 !important;
}

@media (max-width: 767px) {
    nav.navbar .navbar-nav .show .dropdown-menu>a {
        color: #f3f4f6 !important;
    }

    nav.navbar .navbar-nav .show .dropdown-menu>a:hover,
    nav.navbar .navbar-nav .show .dropdown-menu>a:focus {
        color: #f3f4f6 !important;
    }
}

.navbar-dark .navbar-toggler {
    color: #f3f4f6;
    border-color: #f3f4f6;
}

.navbar-dark .navbar-toggler.collapsed {
    color: #f3f4f6;
    border-color: #f3f4f6;
}

.nav-content nav.navbar .navbar-nav>li>a:hover {
    color: #f3f4f6 !important;
}

.nav-content nav.navbar .navbar-nav>.open>a,
nav.navbar .navbar-nav>.open>a:hover,
nav.navbar .navbar-nav>.open>a:focus {
    color: #f3f4f6 !important;
}

.nav.nav-tabs .nav-item .nav-link,
.nav.nav-pills .nav-item .nav-link {
    color: #ffffff !important;
}

.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-pills .nav-item .nav-link:hover {
    background-color: #2c3338 !important;
    color: #ffffff !important;
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-pills .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link.active:hover,
.nav.nav-pills .nav-item .nav-link.active:hover {
    background-color: #1aa351 !important;
    color: #ffffff !important;
}


/* Card style */
.card-blesta>.card-header {
    color: #f3f4f6;
}

.card .card-body h1,
.card .card-body .h1,
.card .card-body h2,
.card .card-body .h2,
.card .card-body h3,
.card .card-body .h3,
.card .card-body h4,
.card .card-body .h4,
.card .card-body h5,
.card .card-body .h5,
.card .card-body h6,
.card .card-body .h6 {
    color: #f3f4f6;
}

.card .card-body .card-nav .card-links li:hover {
    background: #2c3338;
}

.card .card-body .card-nav .card-links li a,
.card .card-body .card-nav .card-links li:hover a {
    color: #ffffff;
}

.card .card-body .card-nav .card-links li.active {
    background: #1aa351;
}

.card .card-body .card-nav .card-links li.active a {
    color: #ffffff;
}

/* Modal style */
.modal .modal-header h5 {
    color: #f3f4f6 !important;
}

/* Highlight Color */
.list-group.list-options a.list-group-item:hover,
.list-group.list-options a.list-group-item:focus,
a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #202427 !important;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #202427 !important;
}

.table,
.table-hover tbody tr:hover {
    color: #f3f4f6 !important;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #202427 !important;
}

.list-group-item-action,
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #ffffff !important;
}

/* Settings Link Text Color */
.list-group-item.credits {
    color: #1fc062 !important;
}

.top-focus-box {
    background-color: #202427 !important;
}

.list-group-item h4 {
    color: #1fc062 !important;
}

/* Top navigation style */
.top-nav .dropdown a.dropdown-toggle,
.top-nav .dropdown a.dropdown-toggle:focus {
    color: #4f4f4f !important;
}

.top-nav .dropdown a.dropdown-toggle:hover {
    color: #8f8f8f !important;
}

.dropdown-item,
ul.dropdown-menu li a {
    color: #f3f4f6 !important;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
ul.dropdown-menu li a:active,
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:hover {
    background-color: #202427 !important;
    color: #f3f4f6 !important;
}

/* Select2 style */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1aa351 !important;
}

/* Slider style */
.slider .slider-handle,
.package-slider .slider .slider-handle,
.slider .slider-selection,
.package-slider .slider.slider-horizontal .slider-selection {
    background: #1aa351 !important;
}

/* Bootstrap theme */
:root {
    --primary: #1aa351 !important;
}

.bg-primary {
    background-color: #1aa351 !important;
}

.text-primary {
    color: #1aa351 !important;
}

.border-primary {
    border-color: #1aa351 !important;
}

.badge-primary {
    color: #ffffff !important;
    background-color: #1aa351 !important;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #1aa351 !important;
    border-color: #1aa351 !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #1fc062 !important;
    border-color: #1fc062 !important;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #1aa351 !important;
}

.btn-outline-primary {
    color: #1aa351;
    border-color: #1aa351 !important;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: #1aa351;
    border-color: #1aa351;
}

.alert-primary {
    color: #b8daff;
    background: #081963;
    border-color: #081963;
}

.alert-primary .btn-outline-primary {
    color: #b8daff;
    border-color: #b8daff !important;
}

.alert-primary .btn-outline-primary:hover {
    color: #ffffff;
    background: #b8daff;
}


:root {
    --secondary: #f3f4f6 !important;
}

.bg-secondary {
    background-color: #f3f4f6 !important;
}

.text-secondary {
    color: #f3f4f6 !important;
}

.border-secondary {
    border-color: #f3f4f6 !important;
}

.badge-secondary {
    color: #1b1f22 !important;
    background-color: #f3f4f6 !important;
}

.btn-secondary {
    color: #1b1f22 !important;
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
}

.btn-secondary:hover {
    color: #1b1f22 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    background-color: #f3f4f6 !important;
}

.btn-outline-secondary {
    color: #f3f4f6;
    border-color: #f3f4f6 !important;
}

.btn-outline-secondary:hover {
    color: #1b1f22;
    background: #f3f4f6;
    border-color: #f3f4f6;
}

.alert-secondary {
    color: #f3f4f6;
    background: #121517;
    border-color: #121517;
}

.alert-secondary .btn-outline-secondary {
    color: #f3f4f6;
    border-color: #f3f4f6 !important;
}

.alert-secondary .btn-outline-secondary:hover {
    color: #1b1f22;
    background: #f3f4f6;
}


:root {
    --success: #1aa351 !important;
}

.bg-success {
    background-color: #1aa351 !important;
}

.text-success {
    color: #1aa351 !important;
}

.border-success {
    border-color: #1aa351 !important;
}

.badge-success {
    color: #ffffff !important;
    background-color: #1aa351 !important;
}

.btn-success {
    color: #ffffff !important;
    background-color: #1aa351 !important;
    border-color: #1aa351 !important;
}

.btn-success:hover {
    color: #ffffff !important;
    background-color: #1fc062 !important;
    border-color: #1fc062 !important;
}

.btn-success:disabled,
.btn-success.disabled {
    background-color: #1aa351 !important;
}

.btn-outline-success {
    color: #1aa351;
    border-color: #1aa351 !important;
}

.btn-outline-success:hover {
    color: #ffffff;
    background: #1aa351;
    border-color: #1aa351;
}

.alert-success {
    color: #b9f8cf;
    background: #008236;
    border-color: #008236;
}

.alert-success .btn-outline-success {
    color: #b9f8cf;
    border-color: #b9f8cf !important;
}

.alert-success .btn-outline-success:hover {
    color: #ffffff;
    background: #b9f8cf;
}


:root {
    --info: #138496 !important;
}

.bg-info {
    background-color: #138496 !important;
}

.text-info {
    color: #138496 !important;
}

.border-info {
    border-color: #138496 !important;
}

.badge-info {
    color: #ffffff !important;
    background-color: #138496 !important;
}

.btn-info {
    color: #ffffff !important;
    background-color: #138496 !important;
    border-color: #138496 !important;
}

.btn-info:hover {
    color: #ffffff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-info:disabled,
.btn-info.disabled {
    background-color: #138496 !important;
}

.btn-outline-info {
    color: #138496;
    border-color: #138496 !important;
}

.btn-outline-info:hover {
    color: #ffffff;
    background: #138496;
    border-color: #138496;
}

.alert-info {
    color: #b9f8cf;
    background: #008236;
    border-color: #008236;
}

.alert-info .btn-outline-info {
    color: #b9f8cf;
    border-color: #b9f8cf !important;
}

.alert-info .btn-outline-info:hover {
    color: #ffffff;
    background: #b9f8cf;
}


:root {
    --warning: #e0a800 !important;
}

.bg-warning {
    background-color: #e0a800 !important;
}

.text-warning {
    color: #e0a800 !important;
}

.border-warning {
    border-color: #e0a800 !important;
}

.badge-warning {
    color: #ffffff !important;
    background-color: #e0a800 !important;
}

.btn-warning {
    color: #ffffff !important;
    background-color: #e0a800 !important;
    border-color: #e0a800 !important;
}

.btn-warning:hover {
    color: #ffffff !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:disabled,
.btn-warning.disabled {
    background-color: #e0a800 !important;
}

.btn-outline-warning {
    color: #e0a800;
    border-color: #e0a800 !important;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background: #e0a800;
    border-color: #e0a800;
}

.alert-warning {
    color: #fef9c2;
    background: #a65e00;
    border-color: #a65e00;
}

.alert-warning .btn-outline-warning {
    color: #fef9c2;
    border-color: #fef9c2 !important;
}

.alert-warning .btn-outline-warning:hover {
    color: #ffffff;
    background: #fef9c2;
}


:root {
    --danger: #c82333 !important;
}

.bg-danger {
    background-color: #c82333 !important;
}

.text-danger {
    color: #c82333 !important;
}

.border-danger {
    border-color: #c82333 !important;
}

.badge-danger {
    color: #ffffff !important;
    background-color: #c82333 !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #c82333 !important;
    border-color: #c82333 !important;
}

.btn-danger:hover {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:disabled,
.btn-danger.disabled {
    background-color: #c82333 !important;
}

.btn-outline-danger {
    color: #c82333;
    border-color: #c82333 !important;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background: #c82333;
    border-color: #c82333;
}

.alert-danger {
    color: #ffe2e2;
    background: #c10006;
    border-color: #c10006;
}

.alert-danger .btn-outline-danger {
    color: #ffe2e2;
    border-color: #ffe2e2 !important;
}

.alert-danger .btn-outline-danger:hover {
    color: #ffffff;
    background: #ffe2e2;
}


:root {
    --light: #1b1f22 !important;
}

.bg-light,
.bg-default {
    background-color: #1b1f22 !important;
}

.text-light,
.text-default {
    color: #2c3338 !important;
}

.border-light,
.border-default {
    border-color: #2c3338 !important;
}

.badge-light,
.badge-default {
    color: #ffffff !important;
    background-color: #2c3338 !important;
}

.btn-light,
.btn-default {
    color: #ffffff !important;
    background-color: #1b1f22 !important;
}

.btn-light:hover,
.btn-default:hover {
    color: #ffffff !important;
    background-color: #2c3338 !important;
}

.btn-light:disabled,
.btn-light.disabled,
.btn-default:disabled,
.btn-default.disabled {
    background-color: #1b1f22 !important;
}

.btn-outline-light,
.btn-outline-default {
    color: #1b1f22;
    border-color: #1b1f22 !important;
}

.btn-outline-light:hover,
.btn-outline-default:hover {
    color: #ffffff;
    background: #1b1f22;
    border-color: #1b1f22;
}

.alert-light,
.alert-default {
    color: #f3f4f6;
    background: #121517;
    border-color: #121517;
}


:root {
    --dark: #f3f4f6 !important;
}

.text-dark {
    color: #f3f4f6 !important;
}