:root {
    --px-in-rem: 16;
    --animation-duration: 0.2s;
    --radius-xs: 0.25rem;
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-full: 100%;

    --text-xs: 0.5rem;
    --text-sm: 0.625rem;
    --text-md: 0.75rem;
    --text-lg: 0.875rem;
    --text-xl: 1rem;
    --text-h4: 1.125rem;
    --text-h3: 1.375rem;
    --text-h2: 1.625rem;
    --text-h1: 2rem;

    --spacing-2xs: 0.3125rem;
    --spacing-xs: 0.5rem;
    --spacing-sm: 0.625rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 2.5rem;
    --spacing-3xl: 3rem;

    --height-header: 76px;
    --height-mobile-nav: 59px;
    --max-width: 80rem;
    --min-container-height-sm: 50vh;
    --min-container-height: 70vh;

    /** Bottom Sheet */
    --rsbs-antigap-scale-y: 0;
    --rsbs-backdrop-opacity: 1;
    --rsbs-content-opacity: 1;
    --rsbs-overlay-h: 0px;
    --rsbs-overlay-rounded: 0px;
    --rsbs-overlay-translate-y: 0px;

    --rsbs-backdrop-bg: rgba(51, 49, 70, 0.5);
    --rsbs-bg: var(--color-gray900);
    --rsbs-handle-bg: var(--color-gray500);
    --rsbs-ml: env(safe-area-inset-left);
    --rsbs-mr: env(safe-area-inset-right);
    --rsbs-max-w: auto;

    --counter-height: 1.25rem;
    --counter-width: 1.25rem;
    --counter-padding: 0 0.3125rem;
    --counter-radius: 0.3125rem;
    --disabled-opacity: 0.7;

    --filter-primaryViolet: brightness(0) saturate(100%) invert(40%) sepia(90%)
        saturate(581%) hue-rotate(213deg) brightness(103%) contrast(105%);
    --filter-white: brightness(0) invert(1);
    --filter-warning: brightness(0) saturate(100%) invert(77%) sepia(42%)
        saturate(5678%) hue-rotate(329deg) brightness(100%) contrast(86%);
    --filter-gray200: brightness(0) saturate(100%) invert(100%) sepia(24%)
        saturate(3725%) hue-rotate(177deg) brightness(93%) contrast(77%);
    --filter-gray400: brightness(0) saturate(100%) invert(56%) sepia(5%)
        saturate(835%) hue-rotate(183deg) brightness(95%) contrast(87%);
    --filter-gray300: brightness(0) saturate(100%) invert(66%) sepia(10%)
        saturate(388%) hue-rotate(177deg) brightness(98%) contrast(89%);
    --filter-success: brightness(0) saturate(100%) invert(56%) sepia(100%)
        saturate(188%) hue-rotate(78deg) brightness(103%) contrast(103%);
    --filter-gold: brightness(0) saturate(100%) invert(75%) sepia(52%)
        saturate(545%) hue-rotate(360deg) brightness(100%) contrast(103%);
}

.objective-fit-contain {
    object-fit: contain !important;
}
.objective-fit-cover {
    object-fit: cover !important;
}
.dashboard-banner-section {
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.dashboard-banner-item {
    width: 284px;
    height: 190px;
    display: inline-block;
}

.dashboard-game-control-btn {
    background-color: #1f2330;
    border-radius: 5px;
}

.dashboard-game-control-btn:hover {
    background-color: #191c26;
}

.dashboard-game-control-btn:active {
    background-color: #0e0f15;
}

.dashboard-list-games {
    display: flex;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.dashboard-list-games-searching {
    display: block;
    max-width: 100%;
}

.dashboard-game-item {
    width: 170px;
    /*width: 145px;*/
    /*aspect-ratio: 3 / 4 !important;*/
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.dashboard-game-item img {
    border-radius: 5px;
}

@media screen and (max-width: 1440px) {
    .container-dashboard-game-item {
        width: 158px !important;
        height: 189px !important;
    }
    .box-linear-gradient {
        height: 100px !important;
    }
    .dashboard-game-item {
        width: 158px;
        /* height: 119px; */
    }
}
@media screen and (max-width: 1366px) {
    .container-dashboard-game-item {
        width: 148px !important;
        height: 177px !important;
    }
    .box-linear-gradient {
        height: 100px !important;
    }
    .dashboard-game-item {
        width: 148px;
        /* height: 111px; */
    }
}
@media screen and (max-width: 1024px) {
    .container-dashboard-game-item {
        width: 142px !important;
        height: 169px !important;
    }
    .box-linear-gradient {
        height: 90px !important;
    }
    .dashboard-game-item {
        width: 142px;
        /* height: 107px; */
    }
}
@media screen and (max-width: 768px) {
    .container-dashboard-game-item {
        width: 155px !important;
        height: 185px !important;
    }
    .box-linear-gradient {
        height: 90px !important;
    }
    .dashboard-game-item {
        width: 155px;
        /* height: 116px; */
    }
}
@media screen and (max-width: 500px) {
    /*.dashboard-game-item {*/
    /*    width: 126px;*/
    /*    height: 95px;*/
    /*}*/
    .container-dashboard-game-item {
        width: calc(100vw / 3 - 13px) !important;
        height: calc((100vw / 3 - 13px) + ((100vw / 3 - 13px) / 3)) !important;
    }
    .box-linear-gradient {
        height: 45% !important;
    }
    .dashboard-game-item {
        width: calc(100vw / 3 - 13px) !important;
        /* height: calc((100vw / 3 - 13px) / 1.33) !important; */
    }
    .dashboard-game-item-iphone6 {
        aspect-ratio: unset !important;
    }
     .table thead th , .table tr td , .dashboard-news-item{
        font-size: 10px !important;
        padding: 8px !important;
    }
    .dashboard-crypto-icon {
        width: 25px !important;
        height: 25px !important;
    }
}
/*@media screen and (max-width: 415px) {*/
/*    .dashboard-game-item {*/
/*        width: 124px;*/
/*        height: 93px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 410px) {*/
/*    .dashboard-game-item {*/
/*        width: 120px;*/
/*        height: 90px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 395px) {*/
/*    .dashboard-game-item {*/
/*        width: 117px;*/
/*        height: 88px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 385px) {*/
/*    .dashboard-game-item {*/
/*        width: 112px;*/
/*        height: 85px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 375px) {*/
/*    .dashboard-game-item {*/
/*        width: 109px;*/
/*        height: 82px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 365px) {*/
/*    .dashboard-game-item {*/
/*        width: 101px;*/
/*        height: 76px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 340px) {*/
/*    .dashboard-game-item {*/
/*        width: 100px;*/
/*        height: 75px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 320px) {*/
/*    .dashboard-game-item {*/
/*        width: 145px;*/
/*        height: 109px;*/
/*    }*/
/*}*/

.animation_move_top {
    position: relative;
    top: 0;
    transform: top ease 0.5s;
}
.animation_move_top > img {
    border-radius: var(--radius-md);
}
.animation_move_top:hover {
    /*top: -10px;*/
    cursor: pointer;
}

/* Mobile */
@media (max-width: 600px) {
    .slider {
        position: relative;
        margin: auto;
    }
    .item-category {
        font-size: 9px !important;
        min-width: 96px;
    }
    .item-category svg {
        width: 20px;
        height: 20px;
    }
}
/* table */
@media (min-width: 601px) and (max-width: 1024px) {
    .item-category {
        font-size: 10px !important;
        min-width: 100px;
    }
}
@media (min-width: 1025px) and (max-width: 1366px) {
    .item-category {
        font-size: 10px !important;
        min-width: 100px;
    }
}

@media (min-width: 1367px) and (max-width: 1499px) {
    .item-category {
        font-size: 11px !important;
        min-width: 100px;
    }
}

/* desktop */
@media (min-width: 1500px) {
    .slider {
        position: relative;
        margin: auto;
        overflow: hidden;
    }
}
/* css iframe */
iframe {
    width: 100%;
    border: none;
    height: 99vh;
    overflow: auto; /* Ensure overflow is set */
}

/* css slider */

.slides {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    min-width: 25%; /* Show 3 slides at a time */
    box-sizing: border-box;
}
.slide img {
    width: 100%;
    display: block;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* css category  */
.list-category {
    color: white;
    display: flex;
    gap: 20px;
}
.item-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    padding: 10px 5px;
    font-size: 13px;
}
.item-category svg {
    fill: white;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}
.item-category:hover {
    background: rgba(203, 215, 255, 0.03);
    cursor: pointer;
}
.active_category {
    color: rgb(255, 255, 193);
    text-shadow: rgb(255, 93, 0) 0px 0px 10px;
    background: rgba(203, 215, 255, 0.055) !important;
    fill: rgb(255, 255, 193);
}
.active_category svg {
    fill: rgb(255, 255, 193);
}
.action-filter input {
    background: #1f2330;
    border: 1px solid #1f2330;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    width: 100%;
    height: 50px;
}
.action-filter {
    position: relative;
}
.action-filter svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    fill: white;
}

.action-filter svg:hover {
    cursor: pointer;
    fill: rgb(255, 255, 193);
}

.action-filter input:focus {
    background: #1f2330;
    color: white;
}

.title-notify {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* slider */
.swiper {
    width: 100%;
    height: 80px;
}

.btn-next-category {
    z-index: 100;
    position: absolute;
    top: 30%;
    right: 0;
    font-size: 20px;
}
.btn-next-category:hover {
    cursor: pointer;
    color: rgb(255, 93, 0);
}
.no_matches_found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.nav-category {
    margin-top: 20px;
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    width: 100%;
    z-index: 100;
    background-color: #141621;
    padding: 0 30px 0 30px;
}


.Input_root__lWEbp {
    height: 3rem;
    background-color: #242937;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 15px;
    padding: .75rem .75rem .75rem 2.5rem;
    box-sizing: border-box;
    border: 1px solid #242937;
}
.Input_root__lWEbp:focus {
    color: white;
    background-color: #242937;
    border: 1px solid #FFFFFF;
    box-shadow: none;
}
.Input_root__lWEbp::placeholder {
    color: #808EA4;
    font-weight: 700;
}
.btn-hover-pointer {
    cursor: pointer;
}
.game-filter-image {
    height: 190px;
}

.mb-navigator-wp {
    border-radius: 50px;
    background-color: #242937;
    box-shadow: 0 4px 4px 0 #00000040;
}
.mb-navigator-item-active {
    background-color: #33394A;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 50px;
}

.dashboard-game-header {
    min-height: 36px;
}

.dashboard-game-like-section {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #EEEEEE;
    padding: 3px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-lobby-game .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 190px !important;
}

@media only screen and (min-width: 601px) {
    .list-lobby-game .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        width: max-content !important;
    }
}

.container-dashboard-game-item {
    display: inline-block;
    width: 170px;
    height: 200px;
}
.dashboard-game-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}

.box-linear-gradient {
    width: 100%;
    height: 115px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    color: white;
    text-wrap: balance;
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(0deg, rgb(10,10,10,1) 0%, rgba(10,10,10,1) 35%, rgba(50, 50, 50, 0.6643032212885154) 65%, rgba(226, 221, 221, 0) 100%);
}

.container-pagination ul li a {
    background: #0e0f15;
    border-color: #0e0f15;
    color: white;
    font-weight: bold;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage-outer .owl-stage {
    height: 190px !important;
}

.btn-tag {
    color: #FFFFFF;
    background-color: #252A36;
    border-color: #808EA4;
}
.btn-tag:hover {
    color: #FFFFFF;
    background-color: #1f2535;
    border-color: #808EA4;
}

.btn-tag-active {
    color: #FFFFFF;
    background-color: #F5BD00;
    border-color: #F5BD00;
}
.btn-tag-active:hover {
    color: #FFFFFF;
    background-color: #F5BD00;
    border-color: #F5BD00;
}

.btn-tag-group-mobile {
    display: none;
}

.btn-tag-fs {
    font-size: 11px;
}

@media screen and (max-width: 500px) {
    .btn-tag-group-pc {
        display: none;
    }
    .btn-tag-group-mobile {
        display: block;
    }
}
