@media (min-width: 992px) {
    .topnav.container-fluid {
        background: var(--bs-topnav-bg);
        padding: 0 calc(25%* .5);
        -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        margin-top: 70px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .navbar-brand-box {
        padding: 0 calc(50%* 1.5);
    }

    .container-fluid,
    .container-xxl {
        width: 65%;
    }
}

body[data-sidebar=colored] .navbar-brand-box,
body[data-sidebar=colored] .vertical-menu,
.chase-dot:before {
    background: var(--custom);
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
    background-color: var(--custom);
    color: #fff;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i {
    color: #fff;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #fff !important;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
    color: var(--custom);
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
    color: var(--custom) !important;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active>a {
    color: var(--custom) !important;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active>a i {
    color: var(--custom) !important;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: var(--custom);
}

.nav {
    --bs-nav-link-color: var(--custom);
    --bs-nav-link-hover-color: var(--custom);
}

.mm-active {
    color: #fff !important;
}

.mm-active>a {
    color: #fff !important;
}

.mm-active>a i {
    color: #fff !important;
}

.mm-active .active {
    color: #fff !important;
}

.mm-active .active i {
    color: #fff !important;
}

.mm-active>i {
    color: #fff !important;
}

.right-bar .right-bar-toggle {
    background-color: var(--custom);
}

.form-check-input:checked {
    background-color: var(--custom);
    border-color: var(--custom);
}

.bg-custom {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--custom-rgb), var(--bs-bg-opacity)) !important;
}

.bg-custom.bg-soft {
    background-color: rgba(var(--custom-rgb), .25) !important;
}

.text-custom,
a.text-custom:focus,
a.text-custom:hover {
    color: var(--custom) !important
}

.btn-custom.btn:disabled,
.btn-custom.btn.disabled,
fieldset:disabled .btn-custom.btn {
    color: white;
    pointer-events: none;
    background-color: var(--custom);
    border-color: var(--custom);
    opacity: var(--vz-btn-disabled-opacity);
}

.btn-custom,
.btn-custom.disabled {
    background-color: var(--custom);
    border-color: var(--custom);
    color: white;
}

.btn-custom:focus,
.btn-custom.disabled:focus {
    background-color: var(--custom) !important;
    color: white;
}

.btn-custom:focus:active,
.btn-custom.disabled:focus:active {
    background-color: var(--custom) !important;
    color: white;
}

.btn-custom:active,
.btn-custom:hover,
.btn-custom.disabled:active,
.btn-custom.disabled:hover {
    background-color: var(--custom) !important;
    color: white;
}

.hidden {
    display: none !important
}

@media (max-width: 767px) {

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        margin-bottom: 0.5rem !important;
    }

    .border-start {
        --bs-border-width: 0;
    }
}

.dropdown-item.buttons-columnVisibility.active,
.dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: var(--custom);
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
    background-color: var(--custom);
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--custom);
    border-color: var(--custom);
}

tbody>tr.selected>* {
    color: white;
    background-color: var(--custom);
}

.btn-outline-custom {
    --bs-btn-color: var(--custom);
    --bs-btn-border-color: var(--custom);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--custom);
    --bs-btn-hover-border-color: var(--custom);
    --bs-btn-focus-shadow-rgb: 52, 58, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--custom);
    --bs-btn-active-border-color: var(--custom);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--custom);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--custom);
    --bs-gradient: none;
}

.active>.page-link,
.page-link.active {
    background-color: var(--custom);
    border-color: var(--custom);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 0rem;
    padding-left: 10px;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--custom);
    color: white;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    color: white;
    background-color: var(--custom);
    border: 1px solid var(--custom-rgb);
    border-radius: 1px;
    padding: 0 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 10px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid var(--custom-rgb);
    color: white;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 8px;
    margin-left: 0px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: var(--bs-body-font-family);
    overflow: hidden;
    word-break: keep-all;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: var(--custom);
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--custom);
    color: white;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--custom);
}

.wizard>.content {
    padding: 0;
}

.wizard .steps .current a,
.wizard .steps .current a:active,
.wizard .steps .current a:hover {
    background-color: rgba(var(--custom-rgb), .25);
    color: var(--bs-gray-700);
}

.wizard .steps>ul>li a {
    color: var(--bs-gray-600);
    background-color: rgba(var(--custom-rgb), .1);
}

.wizard .steps .current a .number,
.wizard .steps .current a:active .number,
.wizard .steps .current a:hover .number {
    background-color: var(--custom);
}

.wizard .steps .number {
    border: 2px solid var(--custom);
    color: var(--custom);
}

body[data-topbar=dark] #page-topbar {
    background-color: var(--custom);
}

.topnav .navbar-nav .nav-item .nav-link.active {
    color: var(--custom);
}

.topnav .navbar-nav .nav-link.active,
.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
    color: var(--custom);
    background-color: transparent;
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
    color: var(--custom);
}

.topnav .navbar-nav .dropdown.active>a {
    color: var(--custom);
    background-color: transparent;
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: var(--custom);
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: var(--custom);
}

.custom-footer {
    padding: 20px;
    background-color: var(--custom);
}

.custom-footer h4,
.custom-footer a {
    color: #ffffff;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked+.card-input {
    box-shadow: 0 0 1px 1px var(--custom);
}

body[data-layout-size=boxed][data-layout-mode=light] #layout-wrapper {
    background-color: #f3f3f4;
}

body[data-layout-size=boxed][data-layout-mode=light] .footer {
    background-color: #fff;
}



.table-paginate {
    text-align: right;
}

@media (max-width: 767px) {

    .table-info,
    .table-paginate {
        text-align: center;
        margin-bottom: 0.5rem !important;
    }

}

.bootstrap-tagsinput {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px 7px 4px;
    width: 100%;
    background-color: #fff;
    border-color: #ced4da;
}

.bootstrap-tagsinput {
    border: 1px solid #ccc;
    display: inline-block;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput .label-info {
    background-color: var(--custom);
    display: inline-block;
    font-size: 11px;
    margin: 3px 1px;
    padding: 0 5px;
    border-radius: 3px;
    font-weight: 500;
}

.card-header:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

table thead>tr>th.sorting_asc,
table thead>tr>th.sorting_desc,
table thead>tr>th.sorting,
table thead>tr>td.sorting_asc,
table thead>tr>td.sorting_desc,
table thead>tr>td.sorting {
    padding-right: 30px
}

table thead>tr>th:active,
table thead>tr>td:active {
    outline: none
}

table thead .sorting,
table thead .sorting_asc,
table thead .sorting_desc,
table thead .sorting_asc_disabled,
table thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table thead .sorting:before,
table thead .sorting:after,
table thead .sorting_asc:before,
table thead .sorting_asc:after,
table thead .sorting_desc:before,
table thead .sorting_desc:after,
table thead .sorting_asc_disabled:before,
table thead .sorting_asc_disabled:after,
table thead .sorting_desc_disabled:before,
table thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3
}

table thead .sorting:before,
table thead .sorting_asc:before,
table thead .sorting_desc:before,
table thead .sorting_asc_disabled:before,
table thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191"
}

table thead .sorting:after,
table thead .sorting_asc:after,
table thead .sorting_desc:after,
table thead .sorting_asc_disabled:after,
table thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193"
}

table thead .sorting_asc:before,
table thead .sorting_desc:after {
    opacity: 1;
}

table thead .sorting_asc_disabled:before,
table thead .sorting_desc_disabled:after {
    opacity: 0
}

input[switch]:checked+label {
    background-color: var(--custom);
}

input[switch]+label {
    background-color: #f46a6a;
}

input[switch]+label:before {
    color: white;
}