@media only screen and (max-width:990px) and (min-width:768px) {}

@media only screen and (max-width:1099px) and (min-width:991px) {}

@media only screen and (max-width:1199px) and (min-width:1100px) {}

@media only screen and (max-width:1920px) and (min-width:1400px) {}



@media only screen and (max-width:767px) and (min-width:368px) {


    .navbar {
        display: flex !important;
        justify-content:center !important;

    }

    .navbar-btn {
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

    .navbar-btn  button{
    padding: 10px 50px;
    border-radius: 10px;
}

.nav-items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
ul{
    padding:0px  !important;
}

.content img{
    height: 200px;
}
.logos img{
    padding:5px 0px
}
.icons img{
    padding:6px 0px
}

.payments h6{
    font-size: 15px;
}
/* .carousel-item img{
    height: 200px;
    object-fit: cover;
} */

.checkboxx {
    display: flex;
    padding: 8px 10px;
}
.scrols {
    overflow-y: scroll;
        height: 300px;
    scrollbar-width: thin; /* For Firefox */
}
.sidebar{
    height: 300px;
}

.scrols::-webkit-scrollbar {
    width: 6px; /* For Chrome, Safari, Edge */
}
.betslip-title {
    background-color: black;
    color: white;
    padding: 10px;
}
.poplur {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}
.poplur h6 {
    font-size: 15px;
    font-weight: bold;
}

#tab-piwix {
    overflow-x: auto;   /* Enable horizontal scroll */
    overflow-y: hidden; /* Disable vertical scroll if not needed */
    white-space: nowrap; /* Prevent content from wrapping to next line */
}
}