:root {
    --ct-footer-height: 20px !important;
}

.blend-mode {
    webkit-filter: invert(1);
    filter: invert(1);
}

.bg-ball {
    background-image: url(../images/background/bg-ball.png);
    background-size: 100%;
    background-position: center;
    padding: 10px 15px;
    border-radius: 10px;
}

.bg-ball a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .navbar-custom .topbar {
        padding: 0 !important;
    }
    ul.topbar-menu.d-flex.align-items-center {
        padding: .5rem !important;
    }
    li.app-search.dropdown.me-3 {
        margin-right: 0.5rem !important;
    }
    .app-search form {
        width: 100% !important;
    }
    .app-search form .form-control {
        padding-right: 25px !important;
        padding-left: 17px !important;
        font-size: 12px !important;
    }
    .app-search form span.search-icon {
        font-size: 12px !important;
        line-height: 34px;
    }
    a.btn.btn-warning {
        font-size: 10px !important;
        padding: 3px 8px !important;
    }
    li.app-search.dropdown.me-3 {
        width: 100px !important;
    }
    .navbar-custom .topbar {
        justify-content: space-evenly !important;
    }
    .content-page .content {
        padding: 0 !important;
    }
    .button-body {
        flex-wrap: wrap;
    }
    .buttons {
        width: calc(50% - 5px) !important;
    }
    .pr-0 {
        padding-right: 0 !important;
    }
}

.btn-outline-secondary {
    border-radius: 40px !important;
}

.btn-outline-secondary:hover {
    background: #f7b84b !important;
    border-color: #f7b84b !important;
}

.scroll-overflow {
    overflow-y: scroll !important;
    position: static !important;
}

.auto-overflow {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.auto-overflow::-webkit-scrollbar,
.tab-data-api .horizental-scroll .nav::-webkit-scrollbar {
    height: 0.3em;
    border-radius: 20px;
}

.auto-overflow::-webkit-scrollbar-thumb,
.tab-data-api .horizental-scroll .nav::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #d6d6d6;
    cursor: pointer;
}

.auto-overflow .image-data {
    min-width: 25%;
    width: 25%;
    color: white;
    text-align: center;
    border-radius: 8px;
    flex: 0 0 auto;
}

.column-six .image-data {
    min-width: 16.6%;
    width: 16.6%;
}

.auto-overflow .image-data .image-box {
    width: 100%;
}

.min-height {
    overflow-x: auto;
    max-height: 40ch;
    min-height: 0;
}

#verticalCarousel .carousel-inner {
    display: block;
}

#verticalCarousel .carousel-item {
    transition: transform 0.6s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#verticalCarousel .carousel-item-next,
#verticalCarousel .carousel-item-prev {
    transform: translateY(100%);
}

#verticalCarousel .carousel-item.active {
    transform: translateY(0);
    position: relative;
}

.sticky-top {
    z-index: 0 !important;
    position: fixed;
    top: 10%;
    overflow-x: auto;
    height: 100vh;
}

.sticky-top::-webkit-scrollbar {
    display: none !important;
}

.footer {
    position: relative !important;
    height: unset !important;
}

.content-page .content {
    padding: 0 15px var(--ct-footer-height);
}

.footer ul li {
    list-style: none !important;
}

.footer ul {
    padding: 0 !important;
}

.gaming-partner {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 550px;
}

.gaming-partner .image {
    flex: 1 1 calc(20% - 10px);
    text-align: center;
}

.gaming-partner .image:nth-child(n+6) {
    flex: 1 1 calc(25% - 10px);
}

.logo-box .logo-lg {
    height: auto !important;
}

.tab-data-api .apibox {
    display: flex;
    font-family: Arial, sans-serif;
    margin: 0;
}

.tab-data-api .sidebar {
    width: 200px;
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
}

.tab-data-api .sidebar .menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
}

.tab-data-api .sidebar .menu-item.active {
    background: #e3f2fd;
    font-weight: bold;
}

.tab-data-api .sidebar .menu-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.tab-data-api .main-container {
    flex: 1;
    padding: 20px;
}

.tab-data-api .top-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-data-api .category {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.tab-data-api .category.active {
    background: #004aad;
    color: #fff;
}

.tab-data-api .match-list {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.tab-data-api .match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.tab-data-api .tab-content {
    overflow: auto;
}

.tab-data-api .match-title {
    font-weight: bold;
}

.tab-data-api .odds {
    display: flex;
    gap: 10px;
}

.tab-data-api .odd {
    padding: 5px 10px;
    border-radius: 5px;
    background: #a5d4ff;
    cursor: pointer;
}

.tab-data-api .back {
    padding: 5px 10px;
    border-radius: 5px;
    background: #a5d4ff;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    min-width: 48px;
}

.tab-data-api .lay {
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffc2d4;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    min-width: 48px;
}

.tab-data-api .betlist {
    width: 250px;
    background: #fff;
    padding: 20px;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.tab-data-api .betlist img {
    width: 50px;
    margin-bottom: 10px;
}


/* .tab-data-api .horizental-scroll{
    overflow: auto;
} */

.tab-data-api .horizental-scroll .nav {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 1em !important;
    flex-wrap: nowrap !important;
}

.tab-data-api .horizental-scroll .nav-item {
    display: flex;
    border: 1px solid #ededed;
    border-radius: 5px !important;
}

.tab-data-api .tab-content {
    padding: 0 !important;
}

@media only screen and (max-width: 767px) {
    .tab-data-api .back {
        min-width: 45px;
    }
    .tab-data-api .lay {
        min-width: 45px;
    }
    .auto-overflow .image-data {
        min-width: 55%;
        width: 55%;
    }
    .tab-data-api .match-title .d-block {
        padding: 10px 4px 0 !important;
    }
    .column-six .image-data {
        min-width: 25%;
        width: 25%;
    }
    .sticky-top {
        position: relative !important;
        top: unset !important;
        overflow-x: unset !important;
        height: unset !important;
    }
    .footer {
        text-align: left;
    }
    .right-bar {
        width: 70% !important;
    }
    .tab-data-api .match {
        flex-wrap: wrap !important;
    }
    .tab-data-api .match-title {
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 767px) {
    .right-bar {
        width: 30% !important;
    }
}