.backdrop-blur,
.backdrop-blur-sm {
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
        var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
        var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
        var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
        var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia) !important;
}
.backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
}
/* .bg-header-color\/75 {
    background-color: hsl(var(--header-color) / 0.75) !important;
} */
.border-transparent {
    border-color: transparent !important;
}
.border-b,
.border-y {
    border-bottom-width: 1px !important;
}
.flex-none {
    flex: none !important;
}
.w-full {
    width: 100% !important;
}
.z-40 {
    z-index: 40 !important;
}
.top-0 {
    top: 0 !important;
}
.sticky {
    position: sticky;
}

.border-transparent {
    border-color: transparent;
}

.testimoni-star-card {
    --tw-gradient-from: #fb923c;
    --tw-gradient-to: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.testimoni-card {
    --tw-gradient-to: #4a5157;
    --tw-gradient-from: #788189;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.alert-testimoni {
    color: #a16207;
    background-color: #fef9c3;
    border-color: #ff8100;
    display: flex;
    padding: 10px 20px;
    border-radius: 10px;
    gap: 1rem;
    border-left: 3px solid #facc15;
}
.progress {
    background-color: rgb(188 188 188 / 21%);
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xxs {
    font-size: 0.625rem;
}

.text-yellow {
    color: #fff700;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.divide-murky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(94 102 110 / var(--tw-divide-opacity));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.border-b-tp {
    border-bottom: 1px solid #ffffff33;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.bg-murky-600 {
    background: #ffffff12;
}

/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
@mixin shadowBox($OffsetX, $OffsetY, $blurRadius, $spreadRadius, $colorShadow) {
    -webkit-box-shadow: $OffsetX $OffsetY $blurRadius $spreadRadius $colorShadow;
    -moz-box-shadow: $OffsetX $OffsetY $blurRadius $spreadRadius $colorShadow;
    box-shadow: $OffsetX $OffsetY $blurRadius $spreadRadius $colorShadow;
}

.flex {
    display: flex;
}
.items-center {
    display: flex;
    place-items: center;
}
.justify-center {
    justify-content: center;
}
.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.justify-between {
    justify-content: space-between;
}

.origin-top-right {
    transform-origin: top right;
}

.w-72 {
    width: 18rem;
}

.mt-2 {
    margin-top: 0.5rem;
}
.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.relative {
    position: relative;
}

.card-gd {
    border: 1px solid rgba(185, 185, 185, 0.5);
    background: linear-gradient(
        163.42deg,
        rgb(62, 67, 72) -50%,
        rgba(255, 255, 255, 0) 105.46%
    );
}

.card-gd-primary {
    border: 1px solid rgba(185, 185, 185, 0.5);
    background: linear-gradient(
        163.42deg,
        var(--warna_3) -50%,
        var(--warna_3) 105.46%
    );
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid {
    display: grid;
}
@media (max-width: 760px) {
    .responsive-testimonial-1 {
        display: none;
    }

    .responsive-testimonial-2 {
        display: block;
    }
}

@media (min-width: 760px) {
    .responsive-testimonial-1 {
        display: block;
    }

    .responsive-testimonial-2 {
        display: none;
    }
}
.alert-warning {
    color: #fff;
    background-color: #f98300;
    border-color: #f98300;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

body,
html {
    font-family: -apple-system, Plus Jakarta Sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.content {
    padding-top: 110px;
    min-height: 446px;
}

.table-white tr th,
.table-white tr td {
    color: #fff;
    border-color: #242f3a;
}

label {
    font-weight: 500;
    text-transform: none;
}

.col-form-label {
    padding-top: calc(0.375rem + 3px);
}

.card-tools {
    float: right;
    margin-top: -25px;
}

.container .row .col-sm-6 {
    width: 50% !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff57;
    height: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff73;
}

.menu-user a {
    padding: 10px 16px;
    border-radius: 5px;
}

.menu-user a:hover,
.menu-user a.active {
    background: linear-gradient(
        90deg,
        rgb(67, 129, 26) 0%,
        rgba(112, 127, 235, 0) 100%
    );
}

.menu-user a:hover.logout {
    background: linear-gradient(90deg, #811a1a 0%, rgba(112, 127, 235, 0) 100%);
}

.menu-user a i {
    font-size: 19px;
    width: 20px;
}

.menu-user {
    margin-bottom: 26px;
}

.daterangepicker td,
.daterangepicker th {
    color: #626262;
}


.btn-topup,
.back-to-top {
    background: var(--warna_3);
}

.section {
    background: var(--warna_2);
}

.font-bold {
    font-weight: 700;
}

.radio-nominale + label {
    background: #191919;
    border: 2px solid #040404 !important;
    border-radius: 0.75rem;
}

.radio-nominal + label {
    background: #ffffff;
    border: 2px solid #191919 !important;
    color: #111827;
    border-radius: 0.75rem;
    padding: 3px 10px;
}
.radio-nominale:hover + label {
    background: #d6373429;
}
.radio-nominale:checked + label,
.radio-nominal:checked + label {
    background: #d6373429;
    color: #fff;
    filter: grayscale(0%);
    border: 2px solid var(--warna_3) !important;
    border-radius: 0.75rem;
}

.radio-nominal:checked + label {
    background: #ffffff !important;
    color: #111827 !important;
}

.radio-nominale:checked + label:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    content: url(" data:image/svg+xml, <svg stroke='currentColor' fill='white' stroke-width='0' viewBox='0 0 16 16' height='12' width='12' xmlns='http://www.w3.org/2000/svg' ><path d='M13.485 1.431a1.473 1.473 0 0 1 2.104 2.062l-7.84 9.801a1.473 1.473 0 0 1-2.12.04L.431 8.138a1.473 1.473 0 0 1 2.084-2.083l4.111 4.112 6.82-8.69a.486.486 0 0 1 .04-.045z' ></path></svg>");
    background: var(--warna_3) top/cover;
    text-align: center;
    border-radius: 0 5px 0 0;
    border-top-right-radius: 3000px;
    border-bottom-left-radius: 9999px;
    padding: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.4rem;
}

.radio-nominal:checked + label:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    content: url(" data:image/svg+xml, <svg stroke='currentColor' fill='white' stroke-width='0' viewBox='0 0 16 16' height='12' width='12' xmlns='http://www.w3.org/2000/svg' ><path d='M13.485 1.431a1.473 1.473 0 0 1 2.104 2.062l-7.84 9.801a1.473 1.473 0 0 1-2.12.04L.431 8.138a1.473 1.473 0 0 1 2.084-2.083l4.111 4.112 6.82-8.69a.486.486 0 0 1 .04-.045z' ></path></svg>");
    background: var(--warna_3) top/cover;
    text-align: center;
    border-radius: 0 5px 0 0;
    border-top-right-radius: 3000px;
    border-bottom-left-radius: 9999px;
    padding: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.4rem;
}

.strip-primary {
    background: var(--warna_3);
}

.btn-primary {
    background: var(--warna_3) !important;
    border-color: var(--warna_3) !important;
    font-size: 0.875rem;
    text-transform: capitalize;
    border-radius: 999px;
}

.sidenav {
    background: var(--warna_2);
}

.table-white tr th,
.table-white tr td {
    border-color: var(--warna);
}

.menu-utama div a {
    margin: 0 0px;
}

.menu-utama div a:hover,
.menu-utama div a.active {
    color: white;
}

.navbar-collapse {
    /*background: #2C2F31;*/
    background: transparent;
}

.menu-list {
    list-style: none;
    padding-left: 0;
}

.menu-list li a {
    display: block;
    padding: 6px 0;
    transition: 0.4s;
}

.menu-list li a:hover {
    padding-left: 6px;
}

.callcenter {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}

.img-fluid {
    max-width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}

.fab-icon-holder {
    width: 45px;
    height: 45px;
    bottom: 140px;
    left: 10px;
    color: #fff;
    background: #5865f2;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}

.fab-icon-holder:hover {
    opacity: 0.8;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 48px;
    left: -45px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
}

.fab:hover + .fab-options,
.fab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.fab-options li {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.h2,
.h5,
.h4,
h2,
h4,
h5 {
    color: #fff !important;
}

.top-second {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 889;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 579px) {
    .navbar-dark .navbar-toggler {
        margin-left: -10px;
    }
}

.lg\:static {
    position: static;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-500 {
    transition-duration: 0.5s;
}

.dropdown-toggle::after {
    display: none !important;
}

.border-t {
    border-top: 1px solid #ffffff;
}

.text-foot {
    font-size: 14px;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.shadow-navbar {
    box-shadow: 0 100px 80px hsl(0deg 0% 89% / 7%),
        0 41.7776px 33.4221px hsl(0deg 0% 89% / 5%),
        0 22.3363px 17.869px hsl(0deg 0% 89% / 4%),
        0 12.5216px 10.0172px hsl(0deg 0% 89% / 4%),
        0 6.6501px 5.32008px hsl(0deg 0% 89% / 3%),
        0 2.76726px 2.21381px hsl(0deg 0% 89% / 2%);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2 px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1 pxsolid #ced4da;
    border-radius: 2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.relative {
    position: relative;
}

.card-gd {
    border: 1px solid rgba(185, 185, 185, 0.5);
    background: linear-gradient(
        163.42deg,
        rgb(62, 67, 72) -50%,
        rgba(255, 255, 255, 0) 105.46%
    );
}

.card-gd-primary {
    border: 1px solid rgba(185, 185, 185, 0.5);
    background: linear-gradient(
        163.42deg,
        rgb(0 255 35 / 50%) -50%,
        rgb(55 185 0 / 44%) 105.46%
    );
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.text-center {
    text-align: center;
}

.font-medium {
    font-weight: 500;
    font-size: 0.9rem;
}

.p-6 {
    padding: 1.5rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.items-center {
    align-items: center;
}

.gap-4 {
    gap: 1rem;
}

.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.origin-top-right {
    transform-origin: top right;
}

.w-72 {
    width: 18rem;
}

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

.right-0-left-auto {
    right: 0;
    left: auto;
}

.absolute {
    position: absolute;
}

.dropdown-menu {
    background: #040404;
    color: white;
    box-shadow: 0 0px 0px rgba(57, 98, 254, 0.02),
        0 3px 6px rgba(117, 108, 254, 0) !important;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

.dropdown-item {
    color: white;
}

.dropdown-menu:hover {
    background: #040404;
    color: white;
}

.dropdown-item:hover {
    background: #040404;
    color: white;
}

.css-1r3y0o2 {
    color: rgb(255, 255, 255);
    background: rgb(5, 152, 25);
}

.css-1r3y0o2:hover {
    opacity: 0.85;
}

.css-1ifp2d3 {
    color: rgb(255, 255, 255);
    background: rgb(67, 129, 26);
}

.css-1ifp2d3:hover {
    opacity: 0.85;
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.justify-center {
    justify-content: center;
}

.duration-300 {
    transition-duration: 0.3s;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.mgs-card {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDAwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPnBhdGh7b3BhY2l0eTouMTtjbGlwLXBhdGg6dXJsKCNjbGlwUGF0aCk7ZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50KTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXBQYXRoIj48cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDAwIi8+PC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjkwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMCkiLz48L2xpbmVhckdyYWRpZW50PjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MjAsMTAwMClzY2FsZSgtMSwtMSkiPjxwYXRoIGQ9Ik0xMzg0LjUgMzQzLjJMMTkyLjcgMTUzNWwtMjEzLjUtM0wxMzgzIDEyOC4ybDEuNSAyMTV6Ii8+PHBhdGggZD0iTTE5MTkuNyA0NDguM0wxMzU5IDEwMDlsLTEwMC40LTEuNEwxOTE5IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMTc2LjcgNTE0LjNMNjE2IDEwNzVsLTEwMC40LTEuNEwxMTc2IDQxMy4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik02NDQuNyA0NTcuM0w4NCAxMDE4bC0xMDAuNC0xLjRMNjQ0IDM1Ni4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMzg3LjcgNDQ4LjNMODI3IDEwMDlsLTEwMC40LTEuNEwxMzg3IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMjUwLjEgNDkzLjhsLTU0NSA1NDUtNTIuNyA0My42IDY0MS45LTY0MS45LTQ0LjIgNTMuM3oiLz48cGF0aCBkPSJNODkxLjEgNjM5LjFMLTc3OCAyMzA4LjNsLTI5OC45LTQuMkw4ODkgMzM4LjFsMi4xIDMwMXoiLz48cGF0aCBkPSJNMTg3MC40IDQxOS44TC0yOC44IDIzMTlsLTM0MC4xLTQuOEwxODY4IDc3LjNsMi40IDM0Mi41eiIvPjxwYXRoIGQ9Ik05MDguNCA0MzYuOEwtOTkwLjggMjMzNmwtMzQwLjEtNC44TDkwNiA5NC4zbDIuNCAzNDIuNXoiLz48cGF0aCBkPSJNMTYzMi40IDUxNS44TC0yNjYuOCAyNDE1bC0zNDAuMS00LjhMMTYzMCAxNzMuM2wyLjQgMzQyLjV6Ii8+PHBhdGggZD0iTTExNzYuMyA1NjcuMUwtMTQ0NS42IDMxODlsLTQ2OS41LTYuNkwxMTczIDk0LjNsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0xNDI3LjMgNTgwLjFMLTExOTQuNiAzMjAybC00NjkuNS02LjZMMTQyNCAxMDcuM2wzLjMgNDcyLjh6Ii8+PHBhdGggZD0iTTE2NDkuNSA4ODAuMkw0NTcuNyAyMDcybC0yMTMuNS0zTDE2NDggNjY1LjJsMS41IDIxNXoiLz48cGF0aCBkPSJNNjc1LjggNTIyLjJsLTI2MjEuOSAyNjIxLjktNDY5LjQtNi42TDY3Mi41IDQ5LjRsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0yNTk1LjkgNTIyLjJMLTI2IDMxNDQuMWwtNDY5LjUtNi42TDI1OTIuNiA0OS40bDMuMyA0NzIuOHoiLz48L2c+PC9zdmc+);
    background-repeat: repeat-x;
    background-position: top;
    background-size: clamp(60em, 100rem, 100em) auto, cover;
    background-color: var(--warna_4);
}
.tab-category.nav-pills .nav-link {
    color: #ddd;
}

.tab-category.nav-pills .nav-link:hover {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4545458a;
    height: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #454545c7;
}

.border-bottom-cat {
    border-bottom: 1px solid #ffffff4d;
}

.nav-pills .nav-link {
    border-radius: 0rem;
    margin: 0px;
}

.card-game {
    overflow: hidden;
    border-radius: 10px;
    height: 15rem;
}

@media (max-width: 770px) {
    .card-game {
        height: 11rem;
    }
    .sc2 {
        margin-top: -5px !important;
        margin-bottom: 4px !important;
    }
    .mgs-card {
        padding: 17px 20px 5px 20px !important;
    }
    .card-title {
        text-align: left;
        font-size: 11px !important;
        margin-top: -44px !important;
        min-height: 20px;
        display: block;
    }
}

.bg-cardgame {
    background-size: cover !important;
    background-position: center !important;
}

.card:hover {
    opacity: 0.95;
    border: 3px solid var(--warna_3);
}

.card {
    border: 3px solid transparent;
    background: transparent !important;
    border-radius: 10px;
}

.card-title {
    position: absolute; /* Posisi absolut untuk menempatkan elemen */
    bottom: 0; /* Tetap di bagian bawah */
    left: -13px;
    right: 0;
    z-index: 10; /* Pastikan elemen berada di depan */
    display: flex; /* Flexbox untuk tata letak */
    flex-direction: column; /* Elemen diatur secara vertikal */
    text-align: center; /* Teks rata kiri */
    font-size: 14px; /* Ukuran font */
    min-height: 20px; /* Tinggi minimum */
    border-radius: 0px; /* Sudut elemen membulat */
    background-color: rgba(35, 9, 105, 0.27); /* Warna putih dengan transparansi */
    backdrop-filter: blur(3px); /* Efek blur ringan */
    -webkit-backdrop-filter: blur(3px); /* Kompatibilitas untuk Safari */
    transition: margin-bottom 0.3s ease; /* Transisi halus untuk margin */
    overflow: hidden; /* Menghindari konten meluap */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Bayangan untuk efek mendalam */
    margin-bottom: 0;
}



.card-game:hover .gradient-bg-card {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    bottom: 0;
    left: 0;
    right: 0;
    --tw-gradient-from: #1a1a1af5;
    --tw-gradient-to: rgba(31, 41, 55, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.card-title-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
}

.card:hover .card-title {
    display: flex;
    margin-bottom: 0px;
    margin-top: -52px;
}

.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    transition: transform 0.3s ease;
    z-index: 1;
    width: 1200px;
    height: 160px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-slide-active {
    transform: scale(1);
    z-index: 2;
}
@media (min-width: 700px) {
    .swiper-slide {
        width: 236px !important;
        height: 100% !important;
        margin-right: 10px !important;
        display: block;
        object-fit: contain;
    }
}
@media (max-width: 579px) {
    .card-gd {
        padding: 9px !important;
    }
    .time-section {
        font-size: 9px !important;
    }
    .bold.pb-2 {
        font-size: 14px !important;
    }
    .rounded-2xl {
        border-radius: 0.3rem !important;
    }
    .harga-disc {
        font-size: 10px !important;
    }
    .harga-coret {
        font-size: 10px !important;
    }
    .produk-flash-sale {
        font-size: 10px !important;
    }
}

.swiper-slide {
    margin-right: 10px !important;
    display: block;
    object-fit: contain;
}

.produk-flash-sale {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}
.harga-disc {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    background: #fecaca;
    color: red;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
    display: table;
    margin-bottom: 0.3rem;
}
.harga-coret {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
    color: red;
    padding-left: 10px;
}
.countdown-flashsale {
    border-radius: 4px;
    min-width: 85px;
    text-align: center;
    min-height: 20px;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: -10px !important;
}
.flash-sale-head {
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 30px 20px 10px 20px;
}
.animate-flicker {
    animation: flicker 3s linear infinite;
}
@keyframes flicker {
    0%,
    19.999%,
    22%,
    62.999%,
    64%,
    64.999%,
    70%,
    to {
        opacity: 0.99;
        filter: drop-shadow(0 0 1px rgba(252, 211, 77))
            drop-shadow(0 0 15px rgba(245, 158, 11))
            drop-shadow(0 0 1px rgba(252, 211, 77));
    }

    20%,
    21.999%,
    63%,
    63.999%,
    65%,
    69.999% {
        opacity: 0.4;
        filter: none;
    }
}
.w-8 {
    width: 2rem;
}
.h-8 {
    height: 2rem;
}
.time-section {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-right: 0px;
}

.card-gd {
    border: 1px solid rgba(185, 185, 185, 0.5);
    background: linear-gradient(
        163.42deg,
        rgb(62, 67, 72) -50%,
        rgba(255, 255, 255, 0) 105.46%
    );
    padding: 10px;
}

@media (min-width: 1024px) {
    .lg\:gap-0 {
        gap: 0;
    }

    .lg\:flex-row {
        flex-direction: row !important;
    }
}

@media (min-width: 768px) {
    md\:gap-0 {
        gap: 0;
    }

    .md\:flex-row {
        flex-direction: row !important;
    }
}
.gap-3 {
    gap: 0.75rem;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.text-center {
    text-align: center;
}

.font-medium {
    font-weight: 500;
    font-size: 0.9rem;
}

.p-6 {
    padding: 1.5rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.swiper-container.testimoni {
    width: 100%;
    height: 100%;
}

.swiper-container.testimoni .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset !important;
    background: var(--warna_2) !important;
    opacity: 0.2;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.swiper-container.testimoni .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}

.swiper-container.testimoni .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*@media (min-width: 700px) */
/*{*/
/*.swiper-container.testimoni .swiper-slide */
/*{*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    margin-right: 10px !important;*/
/*    display: block;*/
/*    object-fit: contain;*/
/*}*/
/*}*/

@keyframes hightlight {
    0% {
        left: -400%;
    }

    to {
        left: 100%;
    }
}

.-z-10 {
    z-index: -10;
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0;
}

.inset-0 {
    top: 0;
    bottom: 0;
}

.area,
.circles {
    width: 100%;
    height: 100%;
}

.area {
    /*background-image: linear-gradient(to right,var(--tw-gradient-stops));*/
    /*--tw-gradient-from: #1e2022;*/
    /*--tw-gradient-to: rgba(30,32,34,0);*/
    /*--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);*/
    /*--tw-gradient-to: rgba(94,102,110,0);*/
    /*--tw-gradient-stops: var(--tw-gradient-from),#5e666e,var(--tw-gradient-to);*/
    /*--tw-gradient-to: #e1e4e6;*/
    /*position: relative;*/
    /*background-image: linear-gradient(to left,var(--tw-gradient-stops));*/
    background-image: linear-gradient(
            to bottom right,
            hsl(var(--bg-gradient-from)) 0%,
            hsl(var(--bg-gradient-via)) 50%,
            hsl(var(--bg-gradient-to))
        )
        100%;
    --tw-gradient-from: #1e2022;
    --tw-gradient-to: rgba(30, 32, 34, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(94, 102, 110, 0);
    --tw-gradient-stops: var(--tw-gradient-from), #5e666e, var(--tw-gradient-to);
    --tw-gradient-to: #e1e4e6;
    position: relative;
}

.circles {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    animation: animate 10s linear infinite;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3) !important;
}

.circles li:first-child {
    right: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background: rgba(255, 255, 255, 0.5);
}

.circles li:nth-child(2) {
    right: 10%;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s;
    animation-duration: 15s;
    background: rgba(255, 255, 255, 0.4);
}

.circles li:nth-child(3) {
    right: 70%;
    width: 50px;
    height: 50px;
    animation-delay: 3s;
    background: rgba(255, 255, 255, 0.3);
}

.circles li:nth-child(4) {
    right: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0.5s;
    animation-duration: 12s;
    background: rgba(255, 255, 255, 0.6);
}

.circles li:nth-child(5) {
    right: 65%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    background: rgba(255, 255, 255, 0.7);
}

.circles li:nth-child(6) {
    right: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 2.5s;
    background: rgba(255, 255, 255, 0.8);
}

.circles li:nth-child(7) {
    right: 35%;
    width: 120px;
    height: 120px;
    animation-delay: 5s;
    background: rgba(255, 255, 255, 0.5);
}

.circles li:nth-child(8) {
    right: 50%;
    width: 90px;
    height: 90px;
    animation-delay: 7.5s;
    animation-duration: 20s;
    background: rgba(255, 255, 255, 0.4);
}

.circles li:nth-child(9) {
    right: 20%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 25s;
    background: rgba(255, 255, 255, 0.3);
}

.circles li:nth-child(10) {
    right: 85%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 8s;
    background: rgba(255, 255, 255, 0.6);
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    to {
        transform: translateY(-100vh) rotate(2turn);
        opacity: 0;
        border-radius: 50%;
    }
}
@media (min-width: 1024px) {
    .carousel-inner {
        /*width: 80% !important;*/
    }
    #carouselExampleIndicators.carousel.slide {
        justify-content: center;
        display: flex;
    }
}