body.dark-mode {
    background-color: rgb(28, 30, 33) !important;
    color: #CCCCCC;
}

body.dark-mode .index_h2_a_style {
    text-decoration: none !important;
    color: #CCC !important;
}


body.dark-mode .index_album_sub_title {
    text-decoration: none !important;
    color: #555 !important;
    font-size: 16px;
}

body.dark-mode .responsive_menu_category_full {
    color: #606060;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
}

body.dark-mode .responsive_menu_category_mobile {
    text-decoration: none;
    color: white;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
}

body.dark-mode .pagination2 .button_link,
body.dark-mode .pagination2 span {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    /*min-width: 40px;*/
    padding: 0;
}

body.dark-mode .pagination2 .button_link:before {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 170ms linear;
    transition: all 170ms linear;
    top: 50%;
    width: 0;
}

body.dark-mode .pagination2 .button_link:hover:not(.active) {
    /*color: black;*/
    color: white;
}

body.dark-mode .pagination2 .page-link {
    background-color: rgb(58, 59, 60) !important;
    border: 1px solid #222 !important;
    color: #ccc !important;
}

body.dark-mode .pagination2 .page-item .active {
    background-color: rgb(78, 79, 70) !important;
    font-weight: bold !important;
}

body.dark-mode .pagination2 .button_link .active {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

body.dark-mode .footer_color {
    color: #CCCCCC !important;
}

body.dark-mode .category_box_background {
    background-color: rgb(58, 59, 60);
}

body.dark-mode .category_box_text {
    white-space: nowrap;
    text-decoration: none;
    color: #CCCCCC;
}

body.dark-mode .general_bg_color {
    background-color: rgb(28, 30, 33);
}

body.dark-mode .general_bg_color_2 {
    background-color: rgb(58, 59, 60);
}

body.dark-mode .general_color {
    color: #CCC;
}

body.dark-mode .banner_size {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .banner_size {
        width: 100%;
        min-height: 292px;
    }
}

@media (min-width: 992px) {
    .banner_size {
        width: 100%;
        min-height: 292px;
    }
}

@media (min-width: 1280px) {
    .banner_size {
        width: 100%;
        min-height: 292px;
    }
}


body.dark-mode .warning {
    -webkit-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    background: rgba(76, 76, 76, 1);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(12%, rgba(89, 89, 89, 1)), color-stop(25%, rgba(102, 102, 102, 1)), color-stop(39%, rgba(71, 71, 71, 1)), color-stop(50%, rgba(44, 44, 44, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(60%, rgba(17, 17, 17, 1)), color-stop(76%, rgba(43, 43, 43, 1)), color-stop(91%, rgba(28, 28, 28, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-variant: normal;
    text-align: justify;
}

body.dark-mode .titleframe {
    -webkit-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-variant: normal;
    text-align: justify;
}

body.dark-mode .packtext {
    border: 0px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-variant: normal;
    text-align: justify;
}

body.dark-mode .nav-pills > li.active > a,
body.dark-mode .nav-pills > li.active > a:hover,
body.dark-mode .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

body.dark-mode .count-input {
    background-color: rgb(58, 59, 60) !important;
    color: #ecf0f1 !important;
    border: 2px solid #222;
    position: relative;
    width: 91px;
    margin: 10px 0;
    border-radius: 5px;
}

body.dark-mode .count-input input {
    width: 100%;
    height: 36px;
    border: 2px solid #222;
    color: #ecf0f1;
    border-radius: 4px;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

body.dark-mode .link-text {
    text-decoration: none;
    color: #ededed;
}

body.dark-mode .link-text:hover {
    color: #ededed;
    text-decoration: underline;
}


body.dark-mode .shop-item .shop-thumbnail {
    transition: all 0.3s ease-in-out;
}

body.dark-mode .shop-item:hover .shop-thumbnail {
    -webkit-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

body.dark-mode .shop-thumbnail2:hover {
    -webkit-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

body.dark-mode .shop-thumbnail3:hover {
    -webkit-box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease-in-out;
}

body.dark-mode .shop-item:hover .shop-thumbnail > img {
    /*  opacity: .9;*/
}

body.dark-mode .TitleInputBox {
    background-color: rgb(58, 59, 60);
    color: white;
}

body.dark-mode .ArtistInputBox {
    background-color: rgb(58, 59, 60);
    color: white;
}

body.dark-mode .SubtitleInputBox {
    background-color: rgb(58, 59, 60);
    color: white;
}

body.dark-mode .ContributorInputBox {
    background-color: rgb(58, 59, 60);
    color: white;
}

body.dark-mode .ConductorInputBox {
    background-color: rgb(58, 59, 60);
    color: white;
}

body.dark-mode .OrchestraInputBox {
    background-color: rgb(58, 59, 60);
    color: white;
}

body.dark-mode .LabelInputBox {
    background-color: rgb(58, 59, 60);
    color: white;
}


/* PRELOADER CSS */
body.dark-mode .page-loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
}

body.dark-mode .page-loader-txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}

/* SPINNER ANIMATION */
body.dark-mode .page-loader-spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

body.dark-mode .HighlightEditRow {
    background-color: rgb(58, 59, 60);
}

body.dark-mode .drag_controls {
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
}

body.dark-mode .drag_controls_bg {
    background-color: #252526;
}

@keyframes flash_blink {
    0% {
        background-color: rgba(238, 238, 238, 1)
    }
    50% {
        background-color: rgba(180, 180, 180, 0.5)
    }
    100% {
        background-color: rgba(255, 238, 238, 1)
    }
}

@-webkit-keyframes flash_blink {
    0% {
        background-color: rgba(238, 238, 238, 1)
    }
    50% {
        background-color: rgba(180, 180, 180, 0.5)
    }
    100% {
        background-color: rgba(238, 238, 238, 1)
    }
}

body.dark-mode .nav-tabs2 > li {
    border-bottom: 2px solid rgb(78, 79, 80);
}

body.dark-mode .nav-tabs2 > li > span {
    white-space: nowrap;
    padding: 10px 18px;
    transition: all .3s;
    border: 0;
    color: #A0A0A0;
    font-size: 14px;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-decoration: none;

}

body.dark-mode .nav-tabs2 > li.active {
    border-bottom-color: #dc9814;
    color: #dc9814;
}

body.dark-mode .purchase-box {
    background-color: rgb(58, 59, 60);
    padding: 10px;
    border: 1px solid #222;
    margin-bottom: 15px;
}


body.dark-mode .site-footer .column {
    width: 100%;
    padding: 45px 25px;
    background-color: rgb(58, 59, 60) !important;
}

body.dark-mode .site-footer .column:nth-of-type(even) {
    background-color: rgb(78, 79, 60) !important;
}


body.dark-mode .top-nav-container {
    height: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #333;
    background-color: rgb(58, 59, 60) !important;
}

body.dark-mode .nav-item-text {
    color: #ccc !important;
}

body.dark-mode .text-orange {
    color: #eee !important;
}

body.dark-mode .index-search-bar {
    background-color: rgb(58, 59, 60);
}

body.dark-mode .card {
    background-color: rgb(58, 59, 60) !important;
}

body.dark-mode .card-footer {
    background-color: rgb(68, 69, 70) !important;
}

body.dark-mode .navigation-link2 {
    color: #ccc !important;
}

body.dark-mode .navigation-link2:hover {
    color: #fff !important;
}

body.dark-mode .navigation-link {
    color: #ccc !important;
}

body.dark-mode .navigation-link:hover {
    color: #fff !important;
}

body.dark-mode .page-title {
    background-color: rgb(58, 59, 60) !important;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode .h1,
body.dark-mode .h2,
body.dark-mode .h3,
body.dark-mode .h4,
body.dark-mode .h5,
body.dark-mode .h6 {
    color: #aaa !important;
}

body.dark-mode #desktop .sub-nav {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode .btnBar-toggle {
    background-color: rgb(48, 49, 50) !important;

    border-right: 2px solid #222 !important;
}

body.dark-mode .btnBar-section {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode .account-dropdown {
    background-color: #222 !important;
}

body.dark-mode .shopping-cart-dropdown {
    background-color: #222 !important;
}

body.dark-mode .search-dropdown {
    background-color: #222 !important;
}

body.dark-mode .a-button {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode .a-button:hover {
    background-color: rgb(58, 59, 60) !important;
}

body.dark-mode .a-button-toggle .a-button-inner {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode .a-button-toggle .a-button-inner:hover {
    background-color: rgb(58, 59, 60) !important;
}

body.dark-mode .a-button-text {
    color: #ccc !important;
}

body.dark-mode .a-color-secondary {
    color: white !important;
}

body.dark-mode .a-color-price {
    color: white !important;
}

body.dark-mode .form-control {
    background-color: rgb(48, 49, 50) !important;
    border: 2px solid #222 !important;
    color: #ccc !important;
}

body.dark-mode .SearchQueryInput {
    background-color: rgb(48, 49, 50) !important;
    color: #ccc !important;
}

body.dark-mode .desktop-search-form > input {
    background-color: rgb(48, 49, 50) !important;
    color: #ccc !important;
}

body.dark-mode .main-condensed-header .condensed-header {
    background-color: rgb(48, 49, 50) !important;
    border-bottom: 1px solid #222 !important;
}

body.dark-mode #condensed-side-nav {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode .main-nav-container {
    background-color: rgb(48, 49, 50) !important;
    color: #ccc !important;
}

body.dark-mode .side-nav-account {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode #condensed-side-nav .nav-item-list .nav-item {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode #condensed-side-nav .nav-item-list {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode #condensed-side-nav .nav-item-list a {
    background-color: rgb(48, 49, 50) !important;
    color: #ccc !important;
}

body.dark-mode #condensed-side-nav .nav-item-text {
    background-color: rgb(48, 49, 50) !important;
    color: #ccc !important;
}

body.dark-mode hr {
    border-top: 1px solid #666 !important;
}

body.dark-mode #condensed-side-nav .nav-item-list .nav-item-text:after {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode #condensed-side-nav .promo-section {
    background-color: rgb(48, 49, 50) !important;
}

body.dark-mode .side-nav-search-form > input {
    background-color: rgb(48, 49, 50) !important;
    color: #ccc !important;
}

body.dark-mode .side-nav-account-btn {
    background-color: rgb(58, 59, 60) !important;
    color: #ccc !important;
}

body.dark-mode .btn-outline-black {
    background-color: rgb(58, 59, 60) !important;
    color: #ccc !important;
}

body.dark-mode .top-nav-container {
    height: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgb(58, 59, 60) !important;
    background-color: white;
}


body.dark-mode .btn-wishlist {
    border-color: #222 !important;
    background-color: #2c3e50 !important;
    color: #ecf0f1 !important;
}

body.dark-mode .nav-tabs {
    border-bottom: 2px solid #444 !important;
}

body.dark-mode .modal-header,
body.dark-mode .modal-footer {
    background-color: #2c3e50 !important;
}

body.dark-mode .modal-body {
    border-left: 1px solid #444 !important;
    border-right: 1px solid #444 !important;
}

body.dark-mode .modal-content {
    background-color: #34495e !important;
}

body.dark-mode .carousel-wrap-bg {
    background-color: rgb(28, 30, 33) !important;
}

body.dark-mode .side-nav-search-form > input {
    border-bottom: 1px solid #444 !important;
}

body.dark-mode #condensed-side-nav .top {
    border-bottom: 1px solid #444 !important;
}

body.dark-mode #menu-toggle .st0 {
    stroke: #ecf0f1 !important;
}

body.dark-mode #condensed-side-nav .main-nav-container .nav-item .nav-item-arrow {
    color: #ecf0f1 !important;
}

body.dark-mode #condensed-side-nav .secondary-nav-return .nav-item-arrow {
    color: #ecf0f1 !important;
}

body.dark-mode .table thead th,
body.dark-mode .table td,
body.dark-mode .table th {
    border-color: #444 !important;
}

body.dark-mode .table-hover thead th:hover {
    background-color: #2c3e50 !important;
}


body.dark-mode .shopping-cart-dropdown .cart-bottom {
    color: #ecf0f1 !important;
}

body.dark-mode .shopping-cart-dropdown .bought-title,
body.dark-mode .shopping-cart-dropdown .bought-title a {
    color: #ecf0f1 !important;
}

body.dark-mode .table:not(.table-inverse) th {
    color: #ecf0f1 !important;
}

body.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(48, 49, 50) !important;
}
body.dark-mode .table-hover tbody tr:hover {
    background-color: #2c3e50 !important;
}


body.dark-mode .shopping-cart-dropdown .cart-link {
    color: #ecf0f1 !important;
}

body.dark-mode .nav-link {
    padding: 10px 18px;
    transition: all .3s;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #ecf0f1 !important;
    font-size: 14px;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-decoration: none;
}

body.dark-mode .nav-tabs .nav-link:hover,
body.dark-mode .nav-tabs .nav-link:hover > i {
    color: #dc9814 !important;
}

body.dark-mode .alert-info {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #ecf0f1 !important;
}

body.dark-mode .tag-link {
    color: #999 !important;
    text-decoration: none;
}

body.dark-mode .tag-link:hover {
    color: #ecf0f1 !important;
    text-decoration: none;
}

body.dark-mode .navi-link,
body.dark-mode .navi-link-light {
    transition: color .3s;
    color: #ecf0f1;
    text-decoration: none;
}

body.dark-mode .widget-categories .card {
    border: none;
    border-radius: 0;
}

body.dark-mode .widget-categories .card-header {
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #2d2d2d;
}

body.dark-mode .widget-categories .card-header:last-child {
    border-bottom: none;
}

body.dark-mode .widget-categories .card-header h5 {
    font-size: 1rem;
    font-weight: normal;
}

body.dark-mode .widget-categories .card-header .btn-link {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    padding: 0.75rem 0;
    width: 100%;
}

body.dark-mode .widget-categories .card-header .btn-link:hover {
    color: #4da3ff;
}

body.dark-mode .widget-categories .card-header .btn-link:focus {
    box-shadow: none;
}

body.dark-mode .widget-categories .card-header .btn-link.collapsed::after {
    content: '+';
    float: right;
    font-weight: bold;
}

body.dark-mode .widget-categories .card-header .btn-link:not(.collapsed)::after {
    content: '−'; /* using a proper minus sign */
    float: right;
    font-weight: bold;
}

body.dark-mode .widget-categories .card-body {
    padding: 0.5rem 0 0.75rem 0;
}

body.dark-mode .widget-categories .card-body ul li a {
    color: #b0b0b0;
    text-decoration: none;
    display: block;
    padding: 0.25rem 0;
}

body.dark-mode .widget-categories .card-body ul li a:hover {
    color: #4da3ff;
}

body.dark-mode .widget-categories .card-body ul li a.font-weight-bold {
    color: #4da3ff;
}

body.dark-mode .widget-categories .ml-3 {
    margin-left: 1rem !important;
}

body.dark-mode .custom-control-label {
    color: #ccc !important;
}
