body {
    overflow-x: hidden;
}
.red{
    color: #FF0000;
}
.deep-navy {
    background-color: #0b1321;
}
.smooth-blue {
    background: linear-gradient(180deg, #1e3a8a 0%, #0b1321 100%);
}
.card-shadow {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.compact-input {
    width: 100px;
    padding: 4px 8px;
}
.compact-btn {
    height: 50.9px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#overlay {
    transition: opacity 500ms ease-out;
}
.carousel-card {
    min-width: 150px;
    min-height: 190px;
    background: linear-gradient(180deg, #1e3a8a 0%, #0b1321 100%);
}
#carousel::-webkit-scrollbar {
    display: none;
}
#carousel {
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}
.nav-copy {
  font-size: 13px;
  color: #fff;
  transition: .2s;
  min-width: fit-content;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}
.nav-copy:hover {
    transform: translateY(-1px) scale(1.05);
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
@keyframes shine {
    0% {
        transform: translate(-100%, 100%) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(100%, -100%) rotate(45deg);
        opacity: 0;
    }
}
.animate-shine {
    animation: shine 3s linear infinite;
}
@keyframes glow {
    0%,
    100% {
        box-shadow: 0 0 10px rgba(29, 78, 216, 0.6),
            0 0 20px rgba(29, 78, 216, 0.4), 0 0 30px rgba(29, 78, 216, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8),
            0 0 40px rgba(29, 78, 216, 0.6), 0 0 60px rgba(29, 78, 216, 0.4);
    }
}
.animate-glow {
    animation: glow 2.5s ease-in-out infinite;
}

@keyframes ping {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.animate-ping {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.aspect-w-16 {
    position: relative;
    width: 100%;
}

.aspect-w-16::before {
    content: "";
    display: block;
    padding-top: calc(100% / (16 / 9));
}

.aspect-h-9 > iframe,
.aspect-w-16 > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes modalFade {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
#liveBolaModal {
    animation: modalFade 0.25s ease-out;
}

/* ===================== MODE HANDLER ===================== */
.mode-mobile-only, .mode-desktop-only {
    display: none ;
}
body.mode-mobile .mode-mobile-only { display: block ; }
body.mode-mobile .mode-mobile-only.flex { display: flex ; }
body.mode-mobile .mode-mobile-only.grid { display: grid ; }

body.mode-desktop .mode-desktop-only { display: block ; }
body.mode-desktop .mode-desktop-only.flex { display: flex ; }
body.mode-desktop .mode-desktop-only.grid { display: grid ; }

/* ===================== HERO SECTION ===================== */
#hero-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* ===================== LAYOUT CONTROL ===================== */
html, body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #0b1321; 
}

main {
    //flex: 1;
    margin-bottom: 20px; 
}

footer {
    margin-top: -10px; 
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    padding: 20px 0 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4)
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 95%;
    margin-top: 50px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header img {
    margin: auto;
    height: 5em
}

.modal-title {
    font-size: 18px
}

.modal-body {
    text-align: center;
    display: flex;
    padding: 1rem;
    display: -webkit-box;
    color: #000;
    font-size: 13px
}

.modal-footer {
    padding: 10px 0 30px 0;
    color: #000;
    border: none;
    text-shadow: 0 0 1px #3d3c3c
}

.modal h4 {
    font-weight: 700;
    font-size: 19px
}
.contents{
    display: contents;
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.spinner-border, .spinner-grow {
    display: inline-block;
    flex-shrink: 0;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) 
linear infinite var(--bs-spinner-animation-name);
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

.games-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.provider-container .game {
    cursor: pointer;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}
.provider-container .game, .provider-container .game img {
    border-radius: 8px;
    width: 100%;
}
.types, .providers, .games {
    border-radius: 3px;
    cursor: pointer;
    transition: 0.4s;
    box-sizing: border-box;
    position: relative;
    height: 190px;
    background: black;
    overflow: hidden;
    position: relative;
}
.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.types:hover .gameReal,.providers:hover .gameReal,.games:hover .gameReal {
    opacity: 1;
}

.types:hover .gameName, .providers:hover .gameName, .games:hover .gameName {
    color: #ffffff;
    transition: 0.2s;
}
.bigger-game-list ul .inner-game-item .wrapper-container .link-container.gameMaintenance{
    opacity: 1;
}
.gameMaintenance .play-now{
    background: unset;
}
.gameMaintenance .gameName{
    color: #ffffff;
}
.gameMaintenance .gameReal{
    opacity: 1;
}
.gameMaintenance .needLoginToPlay span{
    border-color: red;
}
.mh-10{
    max-height: 2.5rem;
}
.w-full {
  width: 100%;
}
.h-100{
    height: 100px;
}
.w-4p{
    width: 4%;
}
.w-48p{
    width: 48%;
}
.w-100{
    width: 100px;
}
.h-85{
    height: 85px;
}
.h-90{
    height: 90px;
}
.w-120{
    width: 120px;
}
.h-150{
    height: 150px;
}
.gameImage {
    --border: 3px solid #bfbfbf;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    background-size: contain;
    margin: 8px 0;
}
.gameName {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    transition: 0.5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    margin: 0 auto;
    font-family: sans-serif;
    overflow: hidden;
    background: #223459;
    width: 100%;
    border-radius: 0 0 5px 5px;
}
.gameName-top {
    display: flex;
    height: 40px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    transition: 0.5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    margin: 0 auto;
    font-family: sans-serif;
    overflow: hidden;
    background: #223459;
    width: 120px;
    border-radius: 0 0 5px 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gameReal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    transition: all .2s linear;
}
.gameReal::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: calc(100% + 1px);
    height: calc(100% - 23px);
    transform: translateX(-50%);
    background-color: rgba(0,0,0,.75);
    z-index: 9
}
.search {
    display: flex;
    align-items: center;
}
.search input {
    width: 100%;
    border: 3px solid #013b7a;
    border-right: none;
    padding: 5px;
    height: 36px;
    outline: none;
    color: #626262;
    font-size: 15px;
    transition: width 0.2s;
    -webkit-appearance: none;
}
.search .back{
    border-radius: 5px 0 0 5px;
}
.search i {
    width: 40px;
    height: 36px;
    border: 1px solid #013b7a;
    background: #013b7a;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix-search {
    position: fixed;
    top: 58px;
    z-index: 30;
    width: 100%;
    left: 0;
    padding: 5px 15px;
    background: #0b1321;
    opacity: 0.95;
}
@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?xsrbln");
    src: url("fonts/icomoon.eot?xsrbln#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?xsrbln") format("woff2"), url("fonts/icomoon.ttf?xsrbln") format("truetype"), url("fonts/icomoon.woff?xsrbln") format("woff"),
        url("fonts/icomoon.svg?xsrbln#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
i {
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-magnifier:before {
    content: "\e86f";
}
.w-5 {
    width: 1.25rem
}
.box{
    background: #152036;
    padding: 1rem;
    font-size: 13px;
}
.games-type{
    font-size: 18px;
    font-weight: 400;
    font-family: sans-serif;
    color: #ffffff;
    padding: 5px;
    border-top: 1px solid #3a62d3;
    background: linear-gradient(180deg, #1e3a8a, #0b1321);
    padding: 5px 10px;
    margin: 10px 0;
}
.glow-border {
  background: linear-gradient(135deg, #1e3a8a, #0b1321);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  transition: all 0.3s ease;
}
.glow-border:hover {
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.8);
  transform: translateY(-3px);
}
.loader {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #514b82;
  border: 2px solid;
  position: relative;
}
.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 25%;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: currentColor;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    50% {left:100%;transform: translateX(calc(-100% - 4px))}
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.h-screen {
    height: 100vh
}
.justify-end {
    justify-content: end;
}
.pr-4{
    padding-right: 1rem;
}
.pr-12{
    padding-right: 3rem;
}
.rules ol, .rules ul {
    list-style: decimal;
    padding: 0 0 0 20px;
}
.regis legend{
    text-align: center;
    background: #6b7280;
    color: #fff;
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity, 1));
}
.login-lost{
    text-align: right;
    color: #49628f;
    display: flex;
    justify-content: flex-end;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.items-end {
  align-items: flex-end;
}
 ::-webkit-scrollbar {
    width: 13px;
    height: 13px
}

::-webkit-scrollbar-track {
    background: #030502
}

::-webkit-scrollbar-thumb {
    background-color: #bfc2c4;
    border-radius: 20px;
    border: 4px solid #030502
}
.smooth-blue {
    background: linear-gradient(180deg, #1e3a8a 0%, #0b1321 100%);
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.rounded-md {
    border-radius: 0.375rem;
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.font-semibold {
    font-weight: 600;
}
.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.min-w50{
    min-width: 50px;
}
.min-w60{
    min-width: 60px;
}
.min-w65{
    min-width: 65px;
}
.min-w85{
    min-width: 85px;
}
.min-w135{
    min-width: 135px;
}
.min-w560{
    min-width: 560px;
}
.max-w-3xl {
    max-width: 48rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.top-2 {
    top: 0.5rem;
}
.right-3 {
    right: 0.75rem;
}
.w-20p{
    width: 20%;
}
.w-80p{
    width: 80%;
}
.w-95p{
    width: 95%;
}
.z-50{
    z-index: 50;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-4 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.bg-\[\#152036\] {
    --tw-bg-opacity: 1;
    background-color: rgb(21 32 54 / var(--tw-bg-opacity, 1));
}
.p-2 {
    padding: 0.5rem;
}
.rounded {
    border-radius: 0.25rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table {
    width: 100%;
    background-color: transparent;
}
.thead-green {
    background: green;
    color: #fff;
}
.thead-red {
    background: red;
    color: #fff;
}
.thead-blue{
    background: #283d7c;
    color: #FFF;
}
.table thead th {
    border: 1px solid #152036;
}
.table tfoot th {
    border: 1px solid #152036;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #152036;
}
.table-sm td, .table-sm th {
    padding: .3rem;
}
.img-size {
    width: 160px;
}
.trx-form label{
    background-color: #065abc;
    color: white;
    padding: 6px;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin: 0;
    font-size: 10px;
}
.trx-form img {
    width: 25px;
}
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.ml-2, .mx-2 {
    margin-left: .5rem;
}
.mr-2, .mx-2 {
    margin-right: .5rem;
}
.text-primary {
    color: #007bff
}
.text-left {
    text-align: left;
}
.table .text-right {
    text-align: right;
}
tfoot {
    display: table-header-group;
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3
}

.text-secondary {
    color: #6c757d
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54
}
.text-success {
    color: #28a745
}

a.text-success:focus,a.text-success:hover {
    color: #19692c
}

.text-info {
    color: #17a2b8
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674
}

.text-warning {
    color: #ffc107
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00
}

.text-danger {
    color: #dc3545
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a
}
.w-fit{
    width: fit-content;
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.h-\[2px\] {
    height: 2px;
}
.h-\[3px\] {
    height: 3px;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-60 {
    opacity: 0.6;
}
.flex-1 {
    flex: 1 1 0%;
}
.bg-\[\#a855f7\]\/60 {
    background-color: rgb(168 85 247 / 0.6);
}
.border-\[\#8c24ec\] {
    --tw-border-opacity: 1;
    border-color: rgb(140 36 236 / var(--tw-border-opacity, 1));
}
.bg-\[\#a855f7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.rounded-2xl {
    border-radius: 1rem;
}
.items-start {
    align-items: flex-start;
}
.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.leading-snug {
    line-height: 1.375;
}
.max-w-\[70\%\] {
    max-width: 70%;
}
.w-\[35\%\] {
    width: 35%;
}
.min-h-\[170px\] {
    min-height: 170px;
}
.max-h-\[170px\] {
    max-height: 170px;
}
.text-\[\#4cc9ff\] {
    --tw-text-opacity: 1;
    color: rgb(76 201 255 / var(--tw-text-opacity, 1));
}
.italic {
    font-style: italic;
}
.font-extrabold {
    font-weight: 800;
}
.bg-\[\#152036\] {
    --tw-bg-opacity: 1;
    background-color: rgb(21 32 54 / var(--tw-bg-opacity, 1));
}
.border-\[\#1f3b5c\] {
    --tw-border-opacity: 1;
    border-color: rgb(31 59 92 / var(--tw-border-opacity, 1));
}
.border-r {
    border-right-width: 1px;
}
.border-\[\#1f2a40\] {
    --tw-border-opacity: 1;
    border-color: rgb(31 42 64 / var(--tw-border-opacity, 1));
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.mybets table{
    font-size: 12px;
}
.mybets select option{
    color: inherit;
    background: black;
}
.table .th_center th{
    padding: 4px 10px 4px 10px;
    text-align: center;
}
.carousel-item {
  position: relative;
  height: 100%;
}
.carousel-item amp-img{
    display: block;
    height: 100%;
    width: 100%;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  text-align: center;
}

.caption h3 {
  margin: 0;
  font-size: 18px;
}

.caption p {
  margin: 5px 0 0;
  font-size: 14px;
}
.s_slider{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 1fr);
    overflow-x: auto;
}
.slider-game{
    height: 300px;
}
.col-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}
.col {
  display: table-cell; /* Make elements inside the container behave like table cells */
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.hover\:scale-\[1\.01\]:hover {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-bounce {
    animation: bounce 1s infinite;
}
.scrolledTable{ overflow-x: auto; clear:both; }
@media (min-width: 400px) and (max-width: 767px) {
    .img-size {
        width: 250px;
    }
}
@media (min-width: 640px) {
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm-flex-row {
        flex-direction: row;
    }
    .sm-justify-between{
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .fix-search{
        top: 94px;
    }
    .md-max800px{
        max-width: 800px;
    }
    .md-70p{
        width: 70%;
    }
    .md-80p{
        width: 80%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-9 {
        width: 75%;
    }
    .img-size {
        width: 350px;
    }
}