.frontend.dark-mode-active {
    background: #000;
}

.sidebar-fixed-right {
    width: 400px;
}

.content-components {
    margin-right: 400px;
}

.trandingbox img {
    width: 170px;
    height: 120px;
    box-shadow: 0 5px 5px rgba(34, 102, 204, .35);
}


.staticbox img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(34, 102, 204, .35);
}

.pad5 {
    padding: 5px;
}

.pad0 {
    padding: 5px 5px 5px 5px;
}

.probox-header {
    border-radius: 0px;
}

.sidebar-fixed {
    background: var(--bg-white);
    width: 90px;
    top: 81px;
    left: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(34, 102, 204, .35);
}

.dark-mode-active .sidebar-fixed {
    background: #3f3f4c;
}

.side-dropdown-content {
    top: 82px;
}

.match-section,
footer {
    background: transparent;
}

.match-section {
    box-shadow: none;
    padding: 0px;
}

.horizontal-scroller .trandingbox {
    margin-bottom: 10px;
}

ul.image-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 2 columns */
    grid-gap: 10px;
    /* Space between the images */
}

@media (max-width: 768px) {
    .content-components {
        margin-right: 0;
        padding: 15px 0;
        background: var(--bg-light);
    }

    .match-section {
        box-shadow: none;
        padding: 0px;
    }

    .staticbox img {
        margin-top: 0px;
    }

    ul.image-grid {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* 2 columns */
        grid-gap: 10px;
        /* Space between the images */
    }



}

ul.image-grid li {
    /* Optional styling */
}

ul.image-grid li img {
    width: 100%;
    height: auto;
    display: block;
}

.alice-carousel__stage-item * {
    line-height: initial;
    border-radius: 10px;
    width: 100%;
}


.sidebar-nav li a {
    color: var(--bg-theme);
    font-weight: 700;
    font-size: 11px;
}

.dark-mode-active .sidebar-nav li a {
    color: var(--secondary-color);
}



.bg-theme-link {
    background: var(--bg-theme);
    color: #fff;
}

.bg-theme-link a {
    color: #fff !important;
}

.bg-theme-link a img {
    width: 30px !important;
    height: 30px !important;
}

.sidebar-nav li a:hover {
    background: rgba(34, 102, 204, .1);
}

.matchtabs-box-icon img,
.sidebar-nav li img {
    width: 40px;
    height: 40px;
    padding: 5px;
    background: rgba(34, 102, 204, .1);
    border-radius: 10px;
}

.dark-mode-active .matchtabs-box-icon img,
.dark-mode-active .sidebar-nav li img {
    width: 40px;
    height: 40px;
    padding: 5px;
    background: rgba(34, 102, 204, .4);
    border-radius: 10px;
}

.match-section .match-section-title {
    display: flex;
    align-items: center;
    background: rgba(34, 102, 204, .1);
    padding: 10px;
    border-radius: 8px;
}

.match-section .match-section-title {
    display: flex;
    align-items: center;
    background: rgba(34, 102, 204, .1);
    padding: 10px;
    border-radius: 8px;
    width: max-content;
    border: 1px solid var(--bg-theme);
    text-transform: uppercase;
}

.d-flex-custom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-upper-link {
    color: var(--bg-theme);
    font-size: 14px;
    text-transform: uppercase;
}

.dark-mode-active .tx-upper-link {
    color: var(--secondary-color);
}

.batslipbox .batslipbox-header {
    background: var(--bg-primary-500);
    height: 40px;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.container-fluid {
    padding: 7px
}

.custom-slider-st {
    padding: 0px;
}

.batslipbox-header span.active,
body .dark-mode-active .modal-content {
    background-color: var(--bg-theme);
}

.match-section .match-section-title h3 {
    color: var(--bg-dark)
}

.alice-carousel__stage-item {
    height: auto !important;
}

.alice-carousel__stage {
    height: auto !important;
}

.dark-mode-active .login-wapper h4,
.dark-mode-active .login-wapper p,
.dark-mode-active .login-wapper label,
.dark-mode-active .login-wapper a {
    color: var(--secondary-color);
}