nav.header-section,
.navbar-brand-wrapper {
    background: #760203;
    border-bottom: 1px solid #eee;
}

.sidebar li.nav-item,
.sidebar .nav .nav-item .collapsing,
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    background: linear-gradient(#e6b2b2, #760203);
    border-bottom: 1px solid #eee;
}

.sidebar {
    /* background: rgb(250, 250, 250); */
    background: #760203;
}

.sidebar .nav .nav-item .collapse.show,
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
.sidebar .nav .nav-item .nav-link[aria-expanded="true"],
.sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-profile)>.nav-link,
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    background: linear-gradient(#760203, #e6b2b2);
}

.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
.sidebar-icon-only .sidebar .nav.sub-menu {
    padding: 0;
}

ul.nav.sub-menu {
    background: #760203;
}

.sidebar .nav .sub-menu li.nav-item {
    background-image: unset;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.table th,
.table td {
    border: 1px solid #e9cece;
    color: #000;
}

.agent-form .card-header {
    background: #760203;
}

.edit-member .set-color,
.account-detail .set-color,
.package-set table .bg,
.color-yellow {
    background: #ac5b5c;
}

.color-yellow th {
    color: #fff;
}

.bg-dark,
.settings-panel .color-tiles .tiles.dark,
.edit-member .dark,
.account-detail .dark,
.color-dark {
    background-color: #242225;
}

.sidebar .nav.sub-menu .nav-item.active .nav-link,
.sidebar .nav.sub-menu .nav-item:hover>.nav-link {
    color: #f60;
}

.card .card-header,
table.table thead .title,
table.table thead .title th,
table.table .thead-dark th,
table.table thead .color-dark,
table.table thead .bg-dark,
table.table thead .dark {
    background: #760203;
    color: white;
    font-weight: bold;
}

.table.table thead .title.tr-USD,
table.table .thead-dark .tr-USD th {
    background: #520e04;
}

#list-games .list-group-item-action.active,
#list-commission-games .list-group-item-action.active {
    background: #760203;
}

#tab-games {
    border: 2px solid #760203;
}

#game-rule .list-group .list-group-item-action.active {
    background: linear-gradient(#e6b2b2, #760203);
}