body,
html {
    font-family: "Moderustic", sans-serif;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body {
    background: linear-gradient(to bottom right,
            hsl(210deg 10% 10%) 0%,
            /* Very dark gray */
            hsl(210deg 10% 20%) 65%,
            /* Dark gray */
            hsl(210deg 10% 30%) 100%
            /* Medium gray */
        );
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.swal2-title {
    color: #000 !important;
}

.table-white tr th,
.table-white tr td {
    color: #fff;
    border-color: #242f3a;
}

:root {
    --warna: #333333;
    --warna_2: #4d4d4d;
    --warna_3: #666666;
    --warna_4: #1a1a1a;
    --warna_hover: #1a1a1a;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;

    --font-inter-var: '__Noto_Sans_13ed0f', '__Noto_Sans_Fallback_13ed0f';
    --popular-bg: 27.27272727272728 12.6% 17.1%;
    --popular-text: 0 0% 91%;
    --proudct-header-bg: 0 4.9% 16.1%;
    --payment-bg: 0 1.7999999999999998% 32.7%;
    --header-color: 23.999999999999986 8.200000000000001% 12%;
    --footer-color: 23.999999999999986 8.200000000000001% 12%;
    --text-color: 0 0% 100%;
    --text-color-foreground: 0 0% 100%;
    --bg-color: 0 4.3% 18%;
    --bg-gradient-from: 62.6086956521739 51.1% 82.39999999999999%;
    --bg-gradient-via: 260 11.3% 26.1%;
    --bg-gradient-to: 260 11.3% 26.1%;
    --primary-50: 37.499999999999865 30.8% 94.89999999999999%;
    --primary-100: 31.999999999999993 29.4% 90%;
    --primary-200: 32.00000000000002 29.4% 80%;
    --primary-300: 32.72727272727274 29.7% 71%;
    --primary-400: 32.54237288135594 29.599999999999998% 61%;
    --primary-500: 31.62162162162163 29.599999999999998% 51%;
    --primary-600: 32.45901639344262 29.2% 41%;
    --primary-700: 32.60869565217391 29.099999999999998% 31%;
    --primary-800: 31.999999999999993 29.4% 20%;
    --primary-900: 31.999999999999993 29.4% 10%;
    --secondary-50: 0 0% 94.1%;
    --secondary-100: 0 0% 89%;
    --secondary-200: 0 0% 76.9%;
    --secondary-300: 0 0% 65.9%;
    --secondary-400: 0 0% 54.1%;
    --secondary-500: 0 0% 43.1%;
    --secondary-600: 0 0% 34.1%;
    --secondary-700: 0 0% 25.900000000000002%;
    --secondary-800: 0 0% 16.900000000000002%;
    --secondary-900: 0 0% 9%;

    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

a.nav-link {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 15px !important;
}

.text-bold {
    font-weight: 600;
}

.mt-6 {
    margin-top: 1.5rem;
}

.navbar-brand {
    margin-right: 2.5rem;
}

.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)/.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;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #fff;
}

.fab-container {
    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: #1a1a1a;
    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;
}


/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--warna_3);
    height: 32px;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--warna_3);
    border-radius: 5px;
}

.content {
    padding-top: 110px;
    min-height: 446px;
}

label {
    font-weight: 500;
    text-transform: none;
}

.col-form-label {
    padding-top: calc(.375rem + 3px);
}

.card-tools {
    float: right;
    margin-top: -25px;
}

.container .row .col-sm-6 {
    width: 50% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.menu-user a {
    padding: 10px 16px;
    border-radius: 5px;
}

.menu-user a:hover,
.menu-user a.active {
    background: linear-gradient(90deg, var(--warna_3) 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;
}



.bg-footer {
    background-color: var(--warna_2);
    background: transparent !important;
}

.bg-theme1,
.bg-custom,
.card {
    background: var(--warna_4) !important;
}

.btn-topup,
.back-to-top {
    background: var(--warna_3);
}

.section {
    background: #28242d80;
    /*border: 1px solid #28242d80;*/
}

.bg-custom {
    background: none !important;
}

.font-bold {
    font-weight: 700;
}

.radio-nominale:checked+label .selected-item:after {
    animation: hightlight 5s ease-in infinite forwards;
    background-color: hsla(204, 9%, 89%, .5);
    content: "";
}

.selected-item {
    top: 0px;
    bottom: 9px;
}

.selected-item {
    right: 5px;
    left: 4px;
}

.radio-nominale:checked+label .selected-item:after {
    position: absolute;
    top: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 1em;
    transform: translate(0, 0) rotate(0) skewX(-12deg) skewY(0) scaleX(1) scaleY(1);
}

.radio-nominale:checked+label:after {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 25px;
    height: 20px;
    border-bottom-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
    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);
    text-align: center;
    padding-top: 5px;
}

@keyframes hightlight {
    0% {
        left: -400%;
    }

    to {
        left: 100%;
    }
}

/*.radio-nominale:hover+label {*/
/*    transition: 0.1s all;*/
/*    border: 0px !important;*/
/*    border-radius: 0.75rem;*/
/*    box-shadow: 0px 0px 6px 3px hsl(187.54deg 81.89% 47.65%);*/
/*}*/

.radio-nominal+label {
    background: hsl(var(--secondary-200));
    font-size: 14px;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    padding: 14px 30px;
    border-radius: 0.75rem !important;
    border: 2px solid transparent;
}

.radio-nominal:hover+label {
    border: 2px solid var(--warna_3) !important;
}

.radio-nominale+label {
    background: hsl(var(--secondary-200));
    color: #000;
    border: 0px !important;
    border-radius: .75rem;
    border: 2px solid transparent !important;
}

.radio-nominale:hover+label {
    border: 2px solid var(--warna_3) !important;
}

.radio-nominale:checked+label .currency-idr1 {
    color: var(--warna_3);
}

.radio-nominale:checked+label {
    background: #fff;
    color: #000;
    border: 2px solid var(--warna_3) !important;
    border-radius: 0.75rem;
}

.radio-nominal:checked+label {
    background: #fff;
    color: #000;
    border: 2px solid var(--warna_3) !important;
    border-radius: 0.75rem !important;
    opacity: 1;
    filter: none;
    font-size: 14px;
}

.radio-nominal:checked+label p.price-method {
    color: #ffffff !important;
}

.strip-primary {
    background: var(--warna_3);
}

.btn-primary {
    background: var(--warna_3) !important;
    border-color: var(--warna_3) !important;
    font-size: .875rem;
    text-transform: capitalize;
    border-radius: 0.375rem;
}

.btn-primary:hover {
    background: var(--warna_hover) !important;
    border-color: var(--warna_hover) !important;
    font-size: .875rem;
    text-transform: capitalize;
    border-radius: 0.375rem;
}

.back-to-top:hover {
    color: #ffffff;
    background: var(--warna_hover) !important;
    border-color: var(--warna_hover) !important;
}

.nav-pills .nav-link.active:hover {
    background: var(--warna_hover) !important;
    border-color: var(--warna_hover) !important;
}

.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;
}

@media screen and (max-width: 778px) {
    .navbar-collapse {
        background: none !important;
    }
}

/*.navbar-collapse {*/
/*    background: #000 !important;*/
/*}*/

.backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
}


.menu-list {
    list-style: none;
    padding-left: 0;
}

.menu-list li a {
    display: block;
    padding: 6px 0;
    transition: .4s;
    padding-bottom: 15px !important;
}

.menu-list li a:hover {
    color: #1a1a1a !important;
}

.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: #1a1a1a;
    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;
    }
}

.container {
    max-width: 1250px !important;
}

@media (max-width: 579px) {
    .navbar-dark .navbar-toggler {
        margin-left: -10px;
    }
}

.lg\:static {
    position: static;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-500 {
    transition-duration: .5s;
}

.dropdown-toggle::after {
    display: none !important;
}

.border-t {
    border-top: 1px solid #ffffff;
}

.text-foot {
    font-size: 14px;
}

.text-sm {
    font-size: .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: #000;
    /*background-color: #fff;*/
    background-color: hsl(var(--secondary-200));
    background-clip: padding-box;
    border: 1px solid hsl(var(--bg-color));
    border-color: hsl(var(--bg-color)) !important;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    background: #fff;
}

.form-control::placeholder {
    color: hsl(var(--secondary-800)) !important;
}

.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;
}

.d-grid {
    display: grid !important;
}

.text-center {
    text-align: center;
}

.font-medium {
    font-weight: 500;
    font-size: 0.9rem;
}

.p-6 {
    padding: 1.5rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-1xl {
    border-radius: .5rem;
}

.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;
}


.absolute {
    position: absolute;
}

.dropdown-menu {
    background: #1e2022;
    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;
    border-radius: 14px;
    padding: 0 0;
    font-size: 0.7rem;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

.dropdown-item {
    color: white;
    white-space: unset;
    width: auto;
    /*margin: 0px 5px 0px 5px !important;*/
    border-radius: .375rem;
}

a.dropdown-item:hover {
    background: #ffffff47;
    color: white;
}

.dropdown-menu:hover {
    /*background: #26292b;*/
    color: white;
}

.dropdown-item:hover {
    background: #ffffff47;
    color: white;
}

.dropdown-item:active {
    background-color: #ffffff47 !important;
    color: white;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #ffffff47 !important;
    color: white;
    text-decoration: none;
}

.css-bg-login {
    color: rgb(255, 255, 255);
    background: var(--warna_3);
}

.css-bg-login:hover {
    opacity: 0.85;
}

.css-bg-login2 {
    color: rgb(255, 255, 255);
    background: var(--warna_3);
    filter: brightness(0.8);
}

.css-bg-login2: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: .3s;
}


.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}


.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(237, 240, 247, 1) !important;
}

.bg-body-dark {
    background-color: var(--warna_2);
    !important;
}

.text-xplay {
    color: #c74433 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.category-slider {
    background-color: var(--warna_2);
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #8787878a;
}

.shadow-n {
    box-shadow: 0 1px 3px rgb(214 221 237 / 50%), 0 1px 2px rgb(214 221 237 / 50%);
}

.-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-color: transparent;
    position: relative;
}


.circles {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 30px;
    height: 30px;
    background: hsl(var(--secondary-50));
    animation: animate 10s linear infinite;
    bottom: -150px;
    border-radius: 50%;
    background: hsl(var(--secondary-50)) !important;
}

.circles li:first-child {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background: rgba(255, 255, 255, 0.5);
}

.circles li:nth-child(2) {
    left: 10%;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s;
    animation-duration: 15s;
    background: rgba(255, 255, 255, 0.4);
}

.circles li:nth-child(3) {
    left: 70%;
    width: 50px;
    height: 50px;
    animation-delay: 3s;
    background: rgba(255, 255, 255, 0.3);
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0.5s;
    animation-duration: 12s;
    background: rgba(255, 255, 255, 0.6);
}

.circles li:nth-child(5) {
    left: 65%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    background: rgba(255, 255, 255, 0.7);
}

.circles li:nth-child(6) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 2.5s;
    background: rgba(255, 255, 255, 0.8);
}

.circles li:nth-child(7) {
    left: 35%;
    width: 120px;
    height: 120px;
    animation-delay: 5s;
    background: rgba(255, 255, 255, 0.5);
}

.circles li:nth-child(8) {
    left: 50%;
    width: 90px;
    height: 90px;
    animation-delay: 7.5s;
    animation-duration: 20s;
    background: rgba(255, 255, 255, 0.4);
}

.circles li:nth-child(9) {
    left: 20%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 25s;
    background: rgba(255, 255, 255, 0.3);
}

.circles li:nth-child(10) {
    left: 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%;
    }
}


.dropdown-toggle.show .nav-item iconify-icon.pl-2 {
    transform: rotateX(177deg);
    transition: 0.2s ease;
}

.dropdown-toggle .nav-item iconify-icon.pl-2 {
    transition: 0.2s ease;
}

.dropdown-menu.show {
    transform: translate3d(10px, 13px, 0px) !important;
}

.rounded-tr-\[3000px\] {
    border-top-right-radius: 3000px;
}

.rounded-bl-full {
    border-bottom-left-radius: 9999px;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.trapezoid {
    width: 200px;
    height: 0;
    border-top: 75px solid var(--warna_3);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

@media (min-width: 990px) {
    .d-lg-none {
        display: none;
    }
}

@media (max-width: 990px) {
    .d-sm-none1 {
        display: none;
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .sm\:grid {
        display: grid !important;
    }

    .dropdown-menu.show {
        transform: translate3d(10px, -5px, 0px) !important;
    }
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.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));
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.text-xxs {
    font-size: .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;
}

[type=button],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border: 0;
}

.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;
}

//input variables
$width-input: 250px;
$color-input: #ffffff;
$placeholder-input: #fff;
$base-font-size: 1.0em;


@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;
}


.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: 320px;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px;
}

@media (max-width: 360px) {
    .nav-bottom {
        width: 320px;
    }
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    padding: 10px 25px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    gap: 0.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #4dc247;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    @include shadowBox(1px, 1px, 6px, 0px, rgba(68, 68, 68, 0.705));
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 16px;
    bottom: 85px;
    right: 16px;
    transition: .5s;
    border-radius: 10px;
    background-color: var(--warna_2);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%);
    animation: slideInRight .6s 0.0s both;

    &>div {
        margin: 5px;
    }

    @media (max-width: 680px) {
        p {
            font-size: 0.9em;
        }
    }

    &>.content-whatsapp {
        &.-top {
            display: flex;
            flex-direction: column;

            p {
                color: rgb(88, 88, 88);
                font-weight: 400;
                font-size: 1.0em;
            }
        }

        &.-bottom {
            display: flex;
            flex-direction: row;
        }
    }
}

.closePopup {
    display: none;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(247, 96, 96);
    @include shadowBox(1px, 1px, 2px, 0px, rgba(68, 68, 68, 0.705));

    &:hover {
        background-color: rgb(247, 29, 29);
        transition: .3s;
    }
}

.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    @include shadowBox(1px, 1px, 2px, 0px, rgba(68, 68, 68, 0.705));

    &:hover {
        background-color: #f8f8f8;
        transition: .3s;
    }
}

.is-active-whatsapp-popup {
    display: flex;
}

// input style
input {
    &.whats-input[type=text] {
        width: $width-input;
        height: 40px;
        box-sizing: border-box;
        border: 0px solid $color-input;
        border-radius: 20px;
        font-size: $base-font-size;
        background-color: $color-input;
        padding: 0px 0px 0px 10px;
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        outline: none;
        transition: .3s;

        @media (max-width: 420px) {
            width: $width-input - 25px;
        }
    }

    &.whats-input {
        &::placeholder {
            /* Most modern browsers support this now. */
            color: $placeholder-input;
            opacity: 1;
        }

        &[type=text]:focus {
            background-color: #f8f8f8;
            -webkit-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out;
            transition: .3s;
        }
    }
}

.icon-whatsapp-small {
    width: 14px;
    height: 14px;
}

.icon-whatsapp {
    width: 30px;
    height: 30px;
}

.icon-font-color {
    color: #ffffff
}

.icon-font-color--black {
    color: #333333
}

.tada {
    animation-name: tada;
}

.animated {
    animation-duration: 1.2s;
    animation-fill-mode: both;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fs-xs {
    font-size: .75rem !important;
}

.border-b-2 {
    border-bottom: 3px solid transparent;
}

.hover\:text-primary-300:hover {
    color: #81b4ff !important;
}

.hover\:border-primary-500:hover {
    border-bottom: 3px solid var(--warna_3);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.duration-200 {
    transition-duration: .2s;
}

.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;
}

.dropdown-item.userdropdown {
    margin: 0px !important;
}

.dropdown-item.userdropdown:hover {
    background: #ffffff1a;
    opacity: 0.7;
}

.dropdown-item.userdropdown:active {
    background: #ffffff1a !important;
    opacity: 0.9;
}

button#dropdownMenuButton1 {
    color: #fff;
}

.shadow-form {
    box-shadow: 0 4px 80px hsl(0deg 0% 77% / 13%), 0 1.6711px 33.4221px hsl(0deg 0% 77% / 9%), 0 0.893452px 17.869px hsl(0deg 0% 77% / 8%), 0 0.500862px 10.0172px hsl(0deg 0% 77% / 7%), 0 0.266004px 5.32008px hsl(0deg 0% 77% / 5%), 0 0.11069px 2.21381px hsl(0deg 0% 77% / 4%);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    margin-bottom: -7.975px;
}

.navbar-dark .navbar-nav .nav-link.bang.active {
    color: var(--warna_3) !important;
    border-bottom: 3px solid var(--warna_3);
}

.navbar-dark .navbar-nav .nav-link.bang:focus,
.navbar-dark .navbar-nav .nav-link.bang.active:hover {
    color: var(--warna_3) !important;
    border-bottom: 3px solid var(--warna_3);
}

.navbar-dark .navbar-nav .nav-link.bang:focus,
.navbar-dark .navbar-nav .nav-link.bang:hover {
    color: var(--warna_3) !important;
    border-bottom: 3px solid var(--warna_3);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}

.nav-pills .nav-link {
    font-size: .7rem !important;
}

.create_account {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    border-radius: 0.375rem;
    outline: none !important;
    height: 36px;
    position: relative;
    top: 8px;
    background: var(--warna_3);
}

@media (min-width: 768px) {
    .md\:pr-5 {
        padding-right: 1.25rem;
    }
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
    transition-duration: .3s;
}

.ring-orange-200\/20 {
    --tw-ring-color: hsla(32, 98%, 83%, .2);
}

.ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.text-dark {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.uppercase {
    text-transform: uppercase;
}

.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity));
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.items-center {
    align-items: center;
}

.inline-flex {
    display: inline-flex;
}

.z-50 {
    z-index: 50;
}

.right-4 {
    right: 1.6rem;
}

.bottom-0 {
    bottom: 0;
}

.fixed {
    position: fixed;
}

.space-x-2chat\.5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 768px) {
    .md\:inline {
        display: inline;
    }
}

@media (max-width: 768px) {}

.chatcs {
    outline: none !important;
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    background: var(--warna_3) !important;
}

.chatcs:hover {
    background: var(--warna_hover) !important;
}

@media (min-width: 1024px) {
    .lg\:pr-4 {
        padding-right: 1rem;
    }

    .lg\:pl-3 {
        padding-left: 0.75rem;
    }

    .lg\:bg-transparent {
        background-color: transparent;
    }

    .lg\:border-murky-800\/75 {
        border-color: rgba(52, 55, 59, 0.75);
    }

    .lg\:border {
        border-width: 1px;
    }

    .lg\:w-5 {
        width: 1.25rem;
    }

    .lg\:h-5 {
        height: 1.25rem;
    }

    .lg\:block {
        display: block;
    }
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.nav-item.nav-link.bang.show {
    color: var(--warna_3);
    border-bottom: 3px solid var(--warna_3);
}

.w-6 {
    width: 1.5rem;
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: 0.5rem;
}

.searchnav {
    border: 1px solid rgb(72 74 78 / 75%);
    height: 38px;
    border-radius: 0.375rem;
    position: absolute;
    top: 16px;
}

.searchnav:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(52 55 59/var(--tw-bg-opacity));
}

@media (max-width: 992px) {
    .isicustombang {
        display: none !important;
    }

    .spanchatcs {
        display: none !important;
    }

    .create_account {
        display: none !important;
    }

    .logindesktop {
        display: none !important;
    }

    .navbar-dark .navbar-nav .nav-link.active {
        border-bottom: 0px !important;
        background: #3d4348;
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link.bang:hover {
        border-bottom: 0px !important;
        background: #3d4348;
    }

    .navbar-dark .navbar-nav .nav-link {
        margin-bottom: 0px !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        font-size: 16.5px !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        border-radius: 0.375rem;
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        background: #3d4348;
    }

    .navbar-dark .navbar-nav .nav-link.bang.active {
        color: #fff !important;
    }

    .navbar-dark .navbar-nav .nav-link.bang:focus,
    .navbar-dark .navbar-nav .nav-link.bang:hover {
        color: #fff !important;
    }

    .nav-item.nav-link.bang.show {
        background: #3d4348 !important;
        color: #fff !important;
        border-bottom: 0 !important;
    }

    .navbar-dark .navbar-nav .nav-link.bang:focus,
    .navbar-dark .navbar-nav .nav-link.bang.active:hover {
        color: #fff !important;
    }

    .navbar-navmobile {
        gap: 0.4rem !important;
        padding-top: 10px !important;
        padding-bottom: 10px;
        border-bottom: 1px solid;
        --tw-border-opacity: 1;
        border-color: rgb(52 55 59/var(--tw-border-opacity));
    }

    .dropdown-menu.show {
        width: 100% !important;
        padding-top: 10px;
        font-size: 13px !important;
    }

    .dropdown-menu {
        background: transparent !important;
    }

    .dropdown-menu:hover {
        background: transparent !important;
    }

    .drpimobile:hover {
        background: #3d4348 !important;
    }

    .drpimobile {
        padding-top: 8px !important;
        padding-bottom: 0px !important;
        padding-left: 20px !important;
        border-radius: 0.375rem;
        width: 15rem;
    }

    .caldesk {
        display: none !important;
    }

    .fa.fa-calculator.mt-1 {
        color: #fff !important;
    }
}

@media (min-width: 992px) {
    .isicustombangmobile {
        display: none !important;
    }

    .create_account_mobile {
        display: none !important;
    }

    .loginmobile {
        display: none !important;
    }
}

.searchnavmobile {
    --tw-bg-opacity: 1;
    background-color: rgb(52 55 59/var(--tw-bg-opacity));
    height: 38px;
    border-radius: 0.375rem;
    position: absolute;
}

.butmobilenav {
    color: #fff !important;
    --tw-bg-opacity: 1;
    background-color: rgb(52 55 59/var(--tw-bg-opacity));
    margin-right: 10px;
}

.masukdaftar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pencarian-content {
    background: #4b4b4a6e;
    border-radius: 0.75rem !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 34rem;
    z-index: 1000;
    position: relative;
}

.cariapabang {
    background: transparent !important;
    border: 0 !important;
    padding-left: 1.75rem;
    padding-right: 1rem;
    padding-top: 15px;
    width: 100%;
}

.cariapabang::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.search-container {
    width: 100%;
    background: transparent;
    list-style: none;
    position: absolute;
    z-index: 999;
    overflow: auto;
    max-height: 480px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ffffff2e;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.game-item {
    margin: 0px 15px 10px 15px;
}

.searchItem {
    background: #cbcbcb59;
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
}

.searchItem:hover {
    background: #2f95c95e;
    color: #fff;
}

.search-game-img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 10px;
}

.searchgameInstant {
    display: flex;
    flex-direction: column;
}

.lebar-form {
    margin-right: -50px;
}

.lebar-form img.img-fluid {
    border-radius: 1rem;
    width: 6rem;
}

.w-searchbar {
    width: 100%;
}

@media (max-width: 670px) {
    .lebar-form {
        margin-right: -30px !important;
    }
}

@media (max-width: 588px) {
    .lebar-form {
        margin-right: -10px !important;
    }
}

@media (max-width: 450px) {
    .caricontent {
        top: 4.3rem !important;
    }
}

.cariapabang {
    background: transparent !important;
    border: 0 !important;
    padding-left: 2.75rem;
    padding-right: 1rem;
    padding-top: 15px;
    width: 100%;
    color: #fff !important;
    caret-color: var(--warna_3) !important;
    font-weight: bold;
}

.input-group svg {
    position: absolute;
    left: 17px;
    margin-right: 1.25rem;
    z-index: 10;
    top: 6px;
    --tw-text-opacity: 0.5;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    height: 100%;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px;
}

.caricontent {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease;
}

.caricontent.active {
    opacity: 1;
    visibility: visible;
}

#overlaysearch.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

#overlaysearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: opacity 0.1s ease;
    background-color: rgb(107 114 128/var(--tw-bg-opacity));
    --tw-bg-opacity: 0.25;
    z-index: 999;
}

.swiper-container {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    padding-right: 100px;
}

.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: 185px !important;
    height: 200px;
}



.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;
}

.swiper-slide {
    width: 185px !important;
    height: 100% !important;
    margin-right: 10px !important;
    display: block;
    object-fit: contain;
}

.swiper-slide {
    margin-right: 10px !important;
    display: block;
    object-fit: contain;
}

.isi-flashsale {
    margin-top: 58px;
}

.produk-flash-sale {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0rem;
}

.harga-disc {
    text-align: left;
    font-size: 13px;
    font-weight: 600px;
}

.harga-coret {
    text-align: left;
    font-size: 12px;
    font-weight: bold !important;
    text-decoration: line-through;
    color: red !important;

}

.countdown-void {
    border-radius: 4px;
    min-width: 85px;
    text-align: center;
    min-height: 20px;
    background: #ed3a3a;
    margin-left: 10px;
    padding: 5px;
    font-weight: bold;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.flash-sale-head {
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 30px 20px 10px 20px;
}

.closepopup {
    border: 0;
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
    background: #3d4348;
    border-radius: 0.375rem;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 10px;
}

.modal-content {
    background: #1e2022 !important;
    border: none !important;
}

.backpopup {
    background: #1e2022 !important;
    border-radius: 1rem !important;
    border: none !important;
}

.modal-body p span {
    font-size: 10pt !important;
}

.modal-dialog {
    max-width: 40rem;
    margin: 1.75rem auto;
}

.sayasudahmembaca {
    background: var(--warna_3);
    color: #000;
    font-weight: bold;
}

.sayasudahmembaca:hover {
    background-color: #e38402 !important;
    border-color: #e38402 !important;
}

.sayasudahmembaca:focus {
    background-color: #e38402 !important;
    border-color: #e38402 !important;
    color: #fff !important;
}

@media (max-width: 650px) {
    .modal-dialog {
        padding: 10px;
    }

    .modal-body p {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.separator_auto {
    width: 100%;
    height: 5px;
    background: var(--warna_3);
    display: inline-block;
}

.head_title {
    text-transform: uppercase;
}

.absolute {
    position: absolute;
}

.h-full {
    height: 100%;
}

img.icon {
    height: 100%;
    position: static;
}

.shadow-card {
    box-shadow: rgb(214 221 237 / 50%) 0 1px 0, rgb(214 221 237 / 60%) 0 0 8px;
}

.bg-light {
    background-color: #fff !important;
}

.bg-info-light {
    background-color: #fae2e2 !important;
}

.text-xsmooth {
    color: #7351c0 !important;
}

.bg-xsmooth-lighter {
    background-color: #dcd4ef !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.fs-xs {
    font-size: .75rem !important;
}

.fs-sm {
    font-size: .775rem !important;
}

.fs-xm {
    font-size: 1rem !important;
}

.position-relative {
    position: relative !important;
}

.overflow-auto {
    overflow: auto !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.end-0 {
    right: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bg-primary {
    background-color: var(--warna_4) !important;
}

.bg-light-second {
    background-color: #333333;
}

.gap-3 {
    gap: 1rem !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.block.block-fx-shadow {
    box-shadow: 0 0 2.25rem #d1d8ea;
    opacity: 1;
}

.block.block-bordered {
    border: 1px solid #dfe4f1;
    box-shadow: none;
}

.justify-content-center {
    justify-content: center !important;
}

.start-0 {
    left: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.grid {
    display: grid;
}

.list-group {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0%);
}

.shadow-n {
    box-shadow: 0 1px 3px rgb(214 221 237 / 50%), 0 1px 2px rgb(214 221 237 / 50%);
}

.gap-4 {
    gap: 1rem;
}

.justify-end {
    justify-content: flex-end;
}

.flex-col {
    flex-direction: column;
}

.h-full {
    height: 100%;
}

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.text-hid {
    overflow: hidden;
    text-overflow: ellipsis;
}

.wizzard-item {
    background-color: var(--warna_2);
    box-sizing: border-box;
    border-radius: 50px 5px 100px 50px;
    -webkit-border-radius: 50px 5px 100px 50px;
    -moz-border-radius: 50px 5px 100px 50px;
    -o-border-radius: 50px 5px 100px 50px;
    -ms-border-radius: 50px 5px 100px 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    top: -15px;
    left: -3px;
    width: 250px;
    height: 35px;
    padding: 5px 0;
}

.separator {
    height: 2px;
    background: #c7c7c7;
    margin: 0 20px;
}

footer h5,
footer p {
    color: #fff;
}

@media (min-width: 992px) {
    .col-lg-2_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.navbar-nav.ml-auto .nav-item.nav-link {
    border-top: 4px solid #0000;
}

.navbar-nav.ml-auto .nav-item.nav-link.active,
.navbar-nav.ml-auto .nav-item.nav-link:hover {
    border-top: 4px solid transparent;
}

.section-desc {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 10px 20px;
    box-shadow: 0 6px 10px rgba(66, 66, 66, .2), 0 0 4px rgba(66, 66, 66, .2);
}

.service_blog {
    background: var(--warna_4);
    border: 2px solid var(--warna_4);
    border-radius: 14px;
    padding: 15px 25px;
    margin-bottom: 1rem;
    box-shadow: 0 6px 10px rgba(66, 66, 66, .2), 0 0 4px rgba(66, 66, 66, .2);
}

.service_blog h4 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    float: left;
    font-weight: 700;
    margin: 8px 0 !important;
}

.service_blog h4,
.service_blog p {
    width: 100%;
    display: block;
    letter-spacing: .02em;
    text-align: left;
}

.service_blog .service_image {
    overflow: hidden;
    position: relative;
}

.service_blog .service_image img {
    border: 3px solid var(--warna_4);
    box-sizing: border-box;
    border-radius: 4px;
}

#artikel a {
    color: #fff;
}

#artikel a:hover {
    color: #fff;
    text-decoration: none;
}

.artikel-content p {
    display: none;
}

.artikel-content p {
    margin: 0;
    padding: 0;
}

.img-artikel {
    width: 100%;
    object-fit: cover;
    height: 180px;
    max-height: 200px;
}

.orderNotif {}

.orderNotif .item {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    max-width: 500px;
    font-size: 12px;
    background: rgba(0, 0, 0, .85);
    padding: 15px 25px;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(1, 1, 0, .3);
    color: #fff;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    line-height: 1.4em;
    border: 3px solid var(--warna_3);
}

.orderNotif .item:hover {
    background: #333;
}

.orderNotif .item span.avaURL {
    background: #fafafa;
    background-size: cover;
    display: block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 1em;
    float: left;
    margin-bottom: 10px;
}

.orderNotif .item.active {
    left: 20px;
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.orderNotif .item.hidden {
    left: -40px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

@media only screen and (max-width: 1068px) {
    .orderNotif .item.active {
        bottom: 15px;
        left: 15px;
        max-width: 290px;
    }
}

.orderNotif .item i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
}

.orderNotif .item p {
    display: inline-block;
    float: right;
    margin-top: -15px;
    margin-right: -25px;
    border-top: 0;
    border-right: 0;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.orderNotif .item p a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    border-radius: 0 0 0 6px;
    border-top: 0;
    border-right: 0;
}

.orderNotif .item a {
    color: var(--warna_3);
}

.orderNotif .item p a:active {
    background: #fafafa;
}

.orderNotif .item p a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 150%;
    margin: 0 5px;
    color: #fff;
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #4d4d4d 50%, #808080 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    right: -50%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.wave-footer {
    bottom: 0px;
    position: relative;
    margin-top: 200px;
}

.wave {
    background: #1a1a1a;
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 9.5em;
    animation: wave 5s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 8s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 11s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1%);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1%);
    }
}

/*Home Start*/
.bg-secondary-200 {
    background-color: hsl(var(--secondary-200)) !important;
}

.text-text-color {
    color: hsl(var(--text-color));
}

.tracking-wider {
    letter-spacing: .05em;
}

.leading-relaxed {
    line-height: 1.625;
}

.uppercase {
    text-transform: uppercase;
}

.font-semibold {
    font-weight: 600;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/*Home End*/

input::placeholder {
    color: #fff !important;
}

.judul-game {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 14px;
}

@media (max-width: 480px) {
    .resp-hp {
        padding-bottom: 0.5rem !important;
    }

    .font-hp-16px {
        font-size: 15px;
    }
}

.mt-ban {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

@media (max-width: 992px) {
    .mt-ban {
        padding-top: 65px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {}

.form-control {
    border: 1px solid #7373736b;
    background: var(--warna_2);
    color: #000 !important;
}

.form-control:focus {
    border: 0px solid #f8ba18;
    background: var(--warna_2);
    color: #000 !important;
    box-shadow: 0px 0px 6px 3px hsl(43.39deg 94.12% 53.33%);
}

@media (max-width: 800px) {
    .trapezoid {
        width: 200px;
        height: 0;
        border-top: 60px solid var(--warna_3);
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
    }

    .trapezoid img {
        top: 5px !important;
    }

    .trapezoid img[Attributes Style] {
        height: 40px !important;
    }

}

.border-bottom-cat {
    border-bottom: 1px solid #ffffff4d;
}

.nav-pills .nav-link {
    border-radius: 0rem;
    margin: 0px;
}



@media (max-width: 800px) {
    .card-game {
        height: 14rem !important;
    }

    .sc2 {
        margin-top: -5px !important;
        margin-bottom: 4px !important;
    }

    .mgs-card {
        padding: 10px 10px 0px 10px !important;
    }
}

@media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.card-game {
    overflow: hidden;
    border-radius: 10px;
    height: 19rem;
}

@media (max-width: 500px) {
    .card-game {
        height: 12rem !important;
    }
}

.bg-cardgame {
    background-size: cover !important;
    background-position: center !important;
}

.card {
    opacity: .95;
    border: 3px solid #ffffff00;
    background: transparent !important;
}

.card:hover {
    opacity: .95;
    border: 3px solid var(--warna_3);
}

.card-title {
    text-align: left;
    font-size: 14px;
    min-height: 20px;
    display: flex;
    margin-bottom: -52px;
    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));
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    transition: margin-bottom 0.3s ease;
}


.card:hover .card-title {
    display: flex;
    margin-bottom: 0px;
    margin-top: -52px;
}

.card-title-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-subtitle {
    font-weight: 400;
    font-size: 12px;
    color: var(--warna_3);
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gradient-bg-card {
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #ffffff00;
    --tw-gradient-to: rgba(31, 41, 55, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.game {
    justify-content: left !important;
}

.gradient-bg-card:hover {}

.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);
}

.game-img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.card-game-text-area {
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
}

.card-game-text-area:hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column-reverse;
}

.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: 230px !important;
        height: 100% !important;
        margin-right: 10px !important;
        display: block;
        object-fit: contain;
    }
}

.width-flashsale {
    width: 23px;
    height: 23px;
}

@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 {*/
    /*    height: 127px !important;*/
    /*}*/

    .berakhir-dalam {
        display: none;
    }

    .countdown-flashsale2 {
        display: block;
    }


}

@media(min-width: 580px) {
    .berakhir-dalam {
        display: inline-block;
        margin-bottom: -7px;
    }

    .countdown-flashsale2 {
        display: none;
    }
}

.swiper-slide {
    margin-right: 10px !important;
    display: block;
    object-fit: contain;
}

.produk-flash-sale {
    text-align: left;
    font-size: 11px;
    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: .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: .4;
        filter: none
    }
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.time-section {
    display: inline-block;
    font-size: 16px;
    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: 5px;
}

@media (min-width: 1024px) {
    .lg\:gap-0 {
        gap: 0;
    }

    .lg\:flex-row {
        flex-direction: row !important;
    }



}

.modal-body p {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
}

.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;
}

.hidden {
    display: none;
}

.p-6 {
    padding: 1.5rem;
}

.rounded-2xl {
    border-radius: 10px;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
    transition-duration: .3s;
}

.card-margin {
    margin-top: -22px;
}

.card {
    border-radius: 1rem;
}

.game-img-populer {
    padding: 0px;
    display: block;
    width: 20px;
    height: 85px;
    object-fit: cover;
    min-width: 22%;
    border-radius: 0.35rem !important;
}

.game-populer:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 115 22/var(--tw-ring-opacity));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: transparent;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.game-populer {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
    padding: 10px;
    border-radius: 1rem;
    border: 3px solid #ffffff1f;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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;
}

.game-populer:hover:after {
    animation: hightlight 5s ease-in infinite forwards;
    background-color: hsla(204, 9%, 89%, .5);
    content: "";
}

.game-populer:hover:after {
    position: absolute;
    top: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 1em;
    transform: translate(0, 0) rotate(0) skewX(-12deg) skewY(0) scaleX(1) scaleY(1);
}

.game-populer:hover {
    opacity: 0.9;
    transition: 0.5s all;
    border: 3px solid var(--warna_3);
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    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;
}

.tab-category.nav-pills .nav-link {
    color: rgb(255 255 255);
    border: 1px solid #979797;
    border-radius: 999px;
    background: transparent;
}

.tab-category.nav-pills .nav-link:hover {
    color: #ffffff;
    border: 1px solid var(--warna_3);
    background: var(--warna_3);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: var(--warna_3);
    border: 1px solid var(--warna_3);
}

.nav-pills .nav-link.active:hover {
    color: #ffffff;
    background-color: var(--warna_3);
    border: 1px solid var(--warna_3);
}

.nav-pills .nav-link {
    margin: 0px !important;
    font-size: 11px;
}

font-size: 8px;

.gap-2 {
    gap: 0.5rem;
}

@media (max-width: 760px) {
    .game-img-populer {
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 7px !important;
    }

    .game-populer {
        padding: 5px;
        border: 2px solid transparent;
    }

    .game-populer:hover {
        border: 2px solid var(--warna_3);
    }

    .card-title-content {
        font-size: .625rem;
    }

    .iniaja {
        font-size: 10px;
    }

    .text-pwa {
        font-size: 11px;
    }
}

.pwa-container {
    background: transparent;
}

.pwa-card {
    border-radius: 10px;
    padding: 30px;
    background-color: var(--warna_hover);
    border: 3px solid #ffffff1f;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDAwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPnBhdGh7b3BhY2l0eTouMTtjbGlwLXBhdGg6dXJsKCNjbGlwUGF0aCk7ZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50KTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXBQYXRoIj48cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDAwIi8+PC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjkwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMCkiLz48L2xpbmVhckdyYWRpZW50PjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MjAsMTAwMClzY2FsZSgtMSwtMSkiPjxwYXRoIGQ9Ik0xMzg0LjUgMzQzLjJMMTkyLjcgMTUzNWwtMjEzLjUtM0wxMzgzIDEyOC4ybDEuNSAyMTV6Ii8+PHBhdGggZD0iTTE5MTkuNyA0NDguM0wxMzU5IDEwMDlsLTEwMC40LTEuNEwxOTE5IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMTc2LjcgNTE0LjNMNjE2IDEwNzVsLTEwMC40LTEuNEwxMTc2IDQxMy4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik02NDQuNyA0NTcuM0w4NCAxMDE4bC0xMDAuNC0xLjRMNjQ0IDM1Ni4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMzg3LjcgNDQ4LjNMODI3IDEwMDlsLTEwMC40LTEuNEwxMzg3IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMjUwLjEgNDkzLjhsLTU0NSA1NDUtNTIuNyA0My42IDY0MS45LTY0MS45LTQ0LjIgNTMuM3oiLz48cGF0aCBkPSJNODkxLjEgNjM5LjFMLTc3OCAyMzA4LjNsLTI5OC45LTQuMkw4ODkgMzM4LjFsMi4xIDMwMXoiLz48cGF0aCBkPSJNMTg3MC40IDQxOS44TC0yOC44IDIzMTlsLTM0MC4xLTQuOEwxODY4IDc3LjNsMi40IDM0Mi41eiIvPjxwYXRoIGQ9Ik05MDguNCA0MzYuOEwtOTkwLjggMjMzNmwtMzQwLjEtNC44TDkwNiA5NC4zbDIuNCAzNDIuNXoiLz48cGF0aCBkPSJNMTYzMi40IDUxNS44TC0yNjYuOCAyNDE1bC0zNDAuMS00LjhMMTYzMCAxNzMuM2wyLjQgMzQyLjV6Ii8+PHBhdGggZD0iTTExNzYuMyA1NjcuMUwtMTQ0NS42IDMxODlsLTQ2OS41LTYuNkwxMTczIDk0LjNsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0xNDI3LjMgNTgwLjFMLTExOTQuNiAzMjAybC00NjkuNS02LjZMMTQyNCAxMDcuM2wzLjMgNDcyLjh6Ii8+PHBhdGggZD0iTTE2NDkuNSA4ODAuMkw0NTcuNyAyMDcybC0yMTMuNS0zTDE2NDggNjY1LjJsMS41IDIxNXoiLz48cGF0aCBkPSJNNjc1LjggNTIyLjJsLTI2MjEuOSAyNjIxLjktNDY5LjQtNi42TDY3Mi41IDQ5LjRsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0yNTk1LjkgNTIyLjJMLTI2IDMxNDQuMWwtNDY5LjUtNi42TDI1OTIuNiA0OS40bDMuMyA0NzIuOHoiLz48L2c+PC9zdmc+);
}

.hiddenpwaaja {
    display: none !important;
}

.install-btn {
    background: var(--warna_4);
}

.iniaja {
    color: white !important;
    background: var(--warna_3) !important;
    padding: 7px !important;
    font-weight: bold;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.iniaja:hover {
    color: black !important;
    background: var(--warna_hover) !important;
}

.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);
}

.swiper-slide.slide-container {
    width: 190px !important;
    margin-right: 10px !important;
}

.gmep {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 1rem;
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.h-card-games {
    overflow: hidden;
}

#button-more {
    color: white;
    font-weight: 600;
}

.h-auto {
    height: auto;
}

.background-image-overlay {
    background-size: cover;
    background-position: top;
    position: relative;
    padding: 6rem 0;
}

.background-image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Black background with 60% opacity */
    z-index: 1;
}

.background-image-overlay .container {
    position: relative;
    z-index: 2;
}

.banner-background {
    background: linear-gradient(to bottom right,
            hsl(210deg 10% 10% / 48%) 0%, /* Very dark gray */
            hsl(210deg 10% 20% / 47%) 65%, /* Dark gray */
            hsl(210deg 10% 30% / 48%) 100% /* Medium gray */
        );
}