/* :root { */
    /* metode pembayaran */
    /* --warna: hwb(237 15% 70%);  */

    /* navbar, footer, utama, dll (wajib rgb, rekomen warna rada gelap/ ga mencolok) */
    /* --warna_2: rgb(14, 6, 31); */
    
    /* button, list, grid,  */
    /* --warna_3: #d63734; */
    
    /* background utama (rekomen warna gelap) */
    /* --warna_4: #021d21f8; */

    /* container product */
    /* --warna_5: #1c2430; */

    /* gatau yg ini lupa, pake yg di atas aja */
    /* --warna: hwb(238 20% 47%);
    --warna_2: rgb(16, 2, 42);
    --warna_3: #d63734;
    --warna_4: #021d21f8; */
/* } */

.bg-custom {
    background-color: var(--warna_4);
    border-bottom: 1px;
}

.btn-notif {
	color: #fff;
	background-color: var(--warna_3);
	border-color: #f43643
}

.h5,
h5 {
    font-size: 18px;
    line-height: 22px;
}

.strip-primary {
    background-color: var(--warna_3);
    position: absolute;
    width: 40px;
    height: 5px;
    border-radius: 2px;
}

.row {
    margin-right: -12.5px;
    margin-left: -12.5px;
}

.game {
    justify-content: center;
    width: auto;
}

.card {
    background-color: #263646;
}

img.card {
    padding: 0.25rem 0.5rem;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02),
        0 3px 6px rgba(117, 108, 254, 0.12);
    border-radius: 3px;
    background-color: #ffffff;
}


.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: 2px solid var(--warna_3);
    border-radius: 19px;
}

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

.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;
    flex-direction: column;
}

.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;
}

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

.card-subtitle {
    font-weight: 600;
    font-size: 9px;
    color: #f6ce2d;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -9px;
    margin-bottom: -10px;
}

.gradient-bg-card {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    bottom: 0;
    left: 0;
    right: 0;
    --tw-gradient-from: #bc24217d;
    --tw-gradient-to: rgba(31, 41, 55, 0);
    /*--tw-gradient-stops: #8e0200e8, var(--tw-gradient-to);*/
    --tw-gradient-stops: #8e020054, 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 {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
}

.card-topup {
    margin-top: 0px;
    border: none;
    padding: 0.7rem 0.7rem;
}

.btn-topup {
    color: #fff;
    background-color: #1d2833;
    margin-top: 0px;
    padding: 0.2rem 0.2rem;
    border-radius: 5px;
}

.bg-footer {
    position: relative;
    /* background: url('../../upload/footer.png') no-repeat center center #1f2a36; */
    width: 100%;
    border-top: 1px;
}

.section {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #263646;
}

.circle-primary {
    background-color: #1d2833;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 21px;
    font-weight: 600;
}

.radio-nominal {
    color: white;
    display: none;
    margin: 10px;
    cursor: pointer;
}

.radio-nominal + label {
    text-align: left;
    color: #ffffff;
    display: inline-block;
    padding: 13px;
    background-color: #1f2a36;
    border: 2px solid #627283;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    font-size: 10px;
}

.radio-nominal:checked + label {
    text-align: left;
    background-image: none;
    background-color: #ffffff;
    color: #0a4875;
    border: 2px solid #0a4875;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    font-size: 10px;
}

.radio-nominale {
    color: white;
    display: none;
    margin: 10px;
    cursor: pointer;
}

.radio-nominale + label {
    text-align: left;
    color: #ffffff;
    display: inline-block;
    padding: 13px;
    background-color: #1f2a36;
    border: 2px solid #627283;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    font-size: 10px;
}

.radio-nominale:checked + label {
    text-align: left;
    background-image: none;
    background-color: #ffffff;
    color: #0a4875;
    border: 2px solid #0a4875;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    font-size: 10px;
}

.form-control {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #495057 !important;
}

.form-control:focus {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #495057 !important;
}

::placeholder {
    color: #9c9c9c !important;
    font-size: 15px;
    opacity: 0.5 !important;
}

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

.metode-bayar {
    padding-top: 0.3rem;
    padding-left: 0.5rem;
    padding-right: 0.3rem;
    padding-bottom: 0.1rem;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02),
        0 3px 6px rgba(117, 108, 254, 0.12);
    border-radius: 3px;
    background-color: #ffffff;
}

/* Sidebar */

.sticky-left {
    position: fixed;
    top: 180px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: var(--warna_2);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
}

.sidenav ul.flex-column li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: line-height 0.3s ease-in-out;
    transition: line-height 0.3s ease-in-out;
}

.sidenav ul.flex-column li.nav-item a.nav-link:hover {
    color: #eee !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

@media screen and (max-width: 778px) {
    .navbar-collapse {
        background: #0b0f30;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 14px;
    }
}


/* Dari stylesIndex */

@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: var(--warna_3);
    }
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link.bang:hover {
        border-bottom: 0px !important;
        background: var(--warna_3) !important;
    }
    .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: #161920;
    }
    .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: #161920 !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(133 135 138);
    }
    .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;
    }
}
.butmobilenav {
    color: var(--warna_2);
    --tw-bg-opacity: 1;
    background-color: var(--warna_2);
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    margin-bottom: -7.975px;
}

.navbar-dark .navbar-nav .nav-link.bang.active {
    color: #ffffff !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: #fff !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: #fff !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: 0.7rem !important;
}
@media (min-width: 992px) {
    .create_account_mobile {
        display: none !important;
    }
    .loginmobile {
        display: none !important;
    }
}
.create_account {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 0.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);
}
.masukdaftar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.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) / 0.75) !important;
} */
.border-transparent {
    border-color: transparent !important;
}
.border-b,
.border-y {
    border-bottom: 1px solid white;
}

.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;
}

.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%);
}
.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;
}

.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 {
    max-width: 1300px;
}

.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,
        var(--warna_2) 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: 10px;
    width: 9px;
}

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

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

/* UBAH BACKGROUND DISINI */
body,
.circle-primary {
    background: linear-gradient(
        160deg,
        #062f25 0%,     /* hijau gelap */
        #0b1f3f 45%,    /* navy */
        #1b1240 100%    /* ungu malam */
    );
    background-attachment: fixed;
    position: relative;
    overflow-x: hidden;
}

/* efek bintang halus */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 30%, rgba(250,204,21,0.15) 0%, transparent 40%),
        radial-gradient(circle at 75% 25%, rgba(255,223,100,0.12) 0%, transparent 45%),
        radial-gradient(circle at 60% 80%, rgba(250,204,21,0.10) 0%, transparent 50%);
    z-index: 0;
}

/* glow bulan besar samar di pojok */
body::after {
    content: "";
    position: fixed;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(250,204,21,0.12) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}


.bg-footer {
    background: var(--warna_4);
}

.bg-theme1,
.bg-custom,
.card {
    background: var(--warna_4);
}

.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:checked + label,
.radio-nominal:checked + label {
    background: #191919;
    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: 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;
}

.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%
    );
}


.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;
}

.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;
}

.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));
}

.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;
    }
}

/*  */

/* styles */

.banner-games {
    width: -webkit-fill-available;
}

.blur-games {
    object-position: center center;
    filter: blur(5px);
    opacity: 0.8;
}

.banner-games {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 270px;
    object-fit: cover;
}

@media (max-width: 670px) {
    .banner-games {
        max-height: 170px;
    }
}

button.accordion-button {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.text-end {
    text-align: right !important;
}

.icon-diamondx {
    height: 2rem;
    float: right;
}

.accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="var%28--bs-body-color%29"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
    );
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%230c63e4"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
    );
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y)
        var(--bs-accordion-body-padding-x);
    background: var(--warna);
}

.accordion-button {
    box-shadow: none !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.pl-10 {
    padding-left: 3rem;
}

.icon-voucher {
    padding-left: 1rem;
    align-items: center;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    z-index: 20;
    display: flex;
}

.icon-voucher2 {
    color: rgb(156 163 175);
    width: 1.5rem;
}



.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

.input-group .btn {
    box-shadow: none;
    padding: 0.3rem 1.2rem;
}


.text-red {
    color: var(--warna_3);
}

/* styleDashboard */

/* modal style */

.modal-content {
    background-color: var(--warna_2);
    color: #ffffff;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 1px solid #444;
}

.modal-header .modal-title {
    color: #ffffff;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    border-top: 1px solid #444;
}

.btn-close {
    color: #ffffff;
}

.countdown-timer-card {
    background: var(--warna_2);
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.pesanan:hover {
    background: rgba(var(--warna_3), 0.2);
    color: var(--warna_3);
}

.pesanan:hover h2 {
    color: var(--warna_3) !important;
    transition: all 0.3s;
}


.price-via {
    background: #707feb;
    display: grid;
    margin-bottom: 10px !important;
    padding: 5px 0px;
}

.saldo-user-up {
    background: #707feb;
    text-align: center;
    border-radius: 11px 11px 0px 0px !important;
    color: #fff !important;
}

.saldo-user-down {
    text-align: center;
    border-radius: 0px 0px 11px 11px !important;
}

.total-pesanan-bg {
    background-color: #52d008;
    border-radius: 50%;
}

.total-belanja-bg {
    background-color: #74ad28;
    border-radius: 50%;
}

.pesanan-tertunda-bg {
    background-color: #d77701;
    border-radius: 50%;
}

@media (max-width: 990px) {
    /* div h5 {
        display: none !important;
    } */

    .d-block.mb-3 {
        font-size: 0;
    }

    .d-block.mb-3 i {
        font-size: 15px;
    }

    .d-block.mb-3.active {
        font-size: 0;
    }

    .d-block.mb-3.active i {
        font-size: 15px;
    }
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(158, 158, 158, 0.33);
    opacity: 1;
    border: none;
    color: #b7b7b7 !important;
}



h3 {
    color: white;
}

@media (min-width: 1024px) {
    .lg\:flex-col {
        flex-direction: column !important;
    }
}

@media (min-width: 768px) {
    .md\:flex-col {
        flex-direction: column !important;
    }
}

@media (min-width: 1024px) {
    .lg\:flex-row {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}

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

.p-2 {
    padding: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.gap-3 {
    gap: 0.75rem;
}



.membership-banner {
    content: "";
    position: relative;
    background: url() 100% 60% no-repeat;
    background-size: 60%, 70%;
    overflow: hidden;
}



.content {
    min-height: 50px;
    margin: auto;
    padding-top: 110px;
    padding-bottom: 60px;
}

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

.section-game {
    border: 0px solid !important;
}

.dropdown-menu-dark {
    color: rgb(222, 226, 230);
    background-color: rgb(52, 58, 64);
    border-color: rgba(0, 0, 0, 0.15);
}



h6 {
    color: #fff;
}

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

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

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

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

.body-games {
    background: var(--warna_2) !important;
    flex: 1 1 auto;
    padding: 1.25rem;
    border-radius: 11px;
}

.shadow-md {
    --tw-shadow: 0 4px 16px 1px rgb(0 0 0 / 0.1), 0 2px 4px 2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.gov-car {
    margin-bottom: 4rem !important;
}

.text-limited {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

 .text-scrollable {
        max-width: 300px;
        overflow-x: auto;
        display: inline-block;
        white-space: nowrap;
        vertical-align: middle;
}

/* Aktifkan scroll horizontal hanya di layar kecil (≤ 768px) */
@media (max-width: 768px) {
    .text-scrollable {
        max-width: 200px;
        overflow-x: auto;
        display: inline-block;
        white-space: nowrap;
        vertical-align: middle;
    }
}


.fixed-number {
    position: sticky;
    left: 0;
    background: var(--warna_2);
    z-index: 1;
    border-bottom-left-radius: 15px;
}

/* modal style */

.modal-content {
    background-color: #2c2f33;
    color: #ffffff;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 1px solid #444;
}

.modal-header .modal-title {
    color: #ffffff;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    border-top: 1px solid #444;
}



/* Custom scrollbar styles for text-scrollable div */
.text-scrollable::-webkit-scrollbar {
    height: 5px;
}

.text-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.text-scrollable::-webkit-scrollbar-thumb {
    background: #888;
}

.text-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Style for long text in modal */
.modal-body .text-long {
    white-space: pre-wrap; /* Preserve white space and wrap text */
    word-wrap: break-word; /* Break long words and wrap text */
    overflow-wrap: break-word; /* Break long words if necessary */
}


.border-top-card {
    border-top: 4px solid var(--warna_3) !important;
    .review-textbox {
        width: 100%;
        max-width: 200px; /* Lebar maksimum kotak teks */
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
        resize: none; /* Menghilangkan kemampuan pengguna mengubah ukuran textarea */
    }
}

.review-textbox:focus {
    outline: none; /* Menghilangkan garis focus saat textarea aktif */
    border-color: #007bff; /* Warna border saat textarea aktif */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Efek bayangan saat textarea aktif */
}

.rating {
    font-size: 24px;
    cursor: pointer;
}

.star {
    color: gray;
    transition: color 0.2s;
}

.star:hover,
.star.active {
    color: gold;
}
.rating-review-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rating-section {
    margin-right: 20px;
}

.rating-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.star-rating {
    color: #ffd700; /* Warna bintang */
    font-size: 24px; /* Ukuran bintang */
}

.review-section {
    flex-grow: 1; /* Mengisi sisa ruang di sebelah kiri */
}

.review-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.review-content {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff; /* Warna teks review */
}


.border-radius-top {
    border-radius: 1rem 1rem 0rem 0rem;
}

.border-radius-bottom {
    border-radius: 0rem 0rem 1rem 1rem;
}

.pending {
    border-color: #d97706 !important;
    color: #d97706 !important;
}

.success {
    border-color: #00c500 !important;
    color: #00c500 !important;
}

.canceled {
    border-color: red !important;
    color: red !important;
}

.processing {
    border-color: red !important;
    color: red !important;
}

.col-12 + p {
    padding-left: 5px;
    color: #b9b9b9;
    font-size: 0.735rem !important;
}

.h-5 {
    height: 1.25rem;
}



.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;
}
/* :root {
    --warna: #24262a;
    --warna_2: #161920;
    --warna_3: #d63734;
} */
.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;
}
.cursor-pointer {
    cursor: pointer;
}
.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%);
}
.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;
}


.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;
}

@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);
}

.col-12 + p {
    padding-left: 5px;
    color: #b9b9b9;
    font-size: 0.735rem !important;
}

.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;
}

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

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

.section {
    background: var(--warna_2);
    /* border-radius: 15px; */
}

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

.radio-nominale + label {
    background: var(--warna_5);
    /* border: 2px solid var(--warna_3) !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:checked + label,
.radio-nominal:checked + label {
    background: var(--warna_5);
    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;
}


.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: 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;
}

.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;
}

.border-b {
    border-bottom: 1px solid white;
}

.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%
    );
}



.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;
}

.hitams p {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-y: auto;
}

.time-section span {
    margin-top: 5px;
}

.time-value {
    color: var(--warna_3) !important;
}

.time-label {
    color: white !important;
}

.time-section {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-right: 0px;
}

.countdown-timer-card {
    background: var(--warna_2);
    padding: 0.5rem;
    border-radius: 0.25rem;
}

@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;
    }
}

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

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

.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;
}
@media (min-width: 768px) {
    .md\:w-16 {
        width: 4rem; /* Ganti "rem" dengan "4rem" agar spesifik */
    }

    .md\:h-16 {
        height: 4rem;
    }
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

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

.border-radius-top {
    border-radius: 1rem 1rem 0rem 0rem;
}

.border-radius-bottom {
    border-radius: 0rem 0rem 1rem 1rem;
}

.pending {
    border-color: #d97706 !important;
    color: #d97706 !important;
}

.success {
    border-color: #00c500 !important;
    color: #00c500 !important;
}

.canceled {
    border-color: red !important;
    color: red !important;
}

.processing {
    border-color: red !important;
    color: red !important;
}

.badge-status {
    border: 1px solid;
    font-size: 12px;
    border-radius: 999px;
    text-transform: uppercase;
    display: inline-block;
}

@media (min-width: 640px) {
    .sm\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rems;
    }
}

@media (min-width: 640px) {
    .sm\:gap-3 {
        gap: 0.75rem;
    }
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .sm\:flex {
        display: flex;
        justify-content: space-between;
        place-items: center;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 481px) {
    div {
        display: block;
    }
}

.border-top-card {
    border-top: 4px solid var(--warna_3) !important;
    .review-textbox {
        width: 100%;
        max-width: 200px; /* Lebar maksimum kotak teks */
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
        resize: none; /* Menghilangkan kemampuan pengguna mengubah ukuran textarea */
    }
}

.review-textbox:focus {
    outline: none; /* Menghilangkan garis focus saat textarea aktif */
    border-color: #007bff; /* Warna border saat textarea aktif */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Efek bayangan saat textarea aktif */
}

.rating {
    font-size: 24px;
    cursor: pointer;
}

.star {
    color: gray;
    transition: color 0.2s;
}

.star:hover,
.star.active {
    color: gold;
}
.rating-review-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rating-section {
    margin-right: 20px;
}

.rating-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.star-rating {
    color: #ffd700; /* Warna bintang */
    font-size: 24px; /* Ukuran bintang */
}

.review-section {
    flex-grow: 1; /* Mengisi sisa ruang di sebelah kiri */
}

.review-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.review-content {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff; /* Warna teks review */
}

.modal-content {
    background-color: #2c2f33;
    color: #ffffff;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 1px solid #444;
}

.modal-header .modal-title {
    color: #ffffff;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    border-top: 1px solid #444;
}


/* Custom scrollbar styles for text-scrollable div */
.text-scrollable::-webkit-scrollbar {
    height: 5px;
}

.text-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.text-scrollable::-webkit-scrollbar-thumb {
    background: #888;
}

.text-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Style for long text in modal */
.modal-body .text-long {
    white-space: pre-wrap; /* Preserve white space and wrap text */
    word-wrap: break-word; /* Break long words and wrap text */
    overflow-wrap: break-word; /* Break long words if necessary */
}

/* Kelas kustom untuk memperkecil ukuran dan tampilan toast */
.small-toast {
    font-size: 12px !important;   /* Ukuran font lebih kecil */
    padding: 5px 10px !important; /* Padding lebih kecil */
    color: red !important;      /* Warna teks hitam */
    background: white !important;
    border-radius: 5px !important; /* Menambahkan border-radius agar lebih halus */
}

.swal2-title {
    line-height: 1.2 !important;
}

.service-item p {
    word-break: break-word;
  }

.discount-price {
    font-size: 10px;
    color: red;
    font-weight: 500;
    font-style: italic;
    text-decoration: line-through;
}

  @keyframes spin {
    to { transform: rotate(360deg); }
  }

    /* Mencegah scroll dan klik selama loading */
  body.loading {
    overflow: hidden;
    pointer-events: none;
  }

  /* Agar overlay berada di tengah layar */
  #loading-overlay {
    display: flex; /* Menjadi flex container */
    align-items: center; /* Vertikal di tengah */
    justify-content: center; /* Horizontal di tengah */
  }


  /* Dashboard */

      .dashboard-card {
        background: var(--warna_2);
        border-radius: 1rem;
        padding: 1.5rem;
        box-shadow: 0 6px 15px rgba(0,0,0,0.3);
        color: #fff;
      }
      .info-badge {
        background: var(--warna_1);
        color: white;
        font-weight: bold;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
      }
      .section-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.5rem;
      }
      .pesanan-item {
        border-radius: 1rem;
        padding: 1rem;
        background-color: rgba(255, 255, 255, 0.05);
        text-align: center;
        color: #fff;
        transition: all 0.2s ease-in-out;
      }
      .pesanan-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
      }
      
  .avatar-initial {
    width: 90px;
    height: 90px;
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }