:root,
[data-bs-theme="light"] {
    --hover-color: #8665c6;
}

.navbar {
    background-color: #fff;
}

[data-bs-theme="dark"] .navbar {
    background-color: #212529;
}

.mv-item-list-in-active {
    background-color: var(--hover-color) !important;

    .mv-item-name {
        color: black !important;
    }
}

.mv-voucher-title {
    color: black;
}

.mv-invoice-amount {
    color: black;
}

[data-bs-theme="dark"] .mv-invoice-amount {
    color: black;
}

[data-bs-theme="dark"] .mv-voucher-title {
    color: white;
}

.mv-payment-list-in-active {
    background-color: var(--hover-color) !important;

    .mv-payment-name {
        color: black !important;
    }
}

[data-bs-theme="dark"] div:where(.swal2-container) div:where(.swal2-popup) {
    background-color: #23262f;
    color: white;
}

.bg-game {
    background-color: white;
}

[data-bs-theme="dark"] .bg-game {
    background-color: #23262f;
    color: black;
}

[data-bs-theme="dark"] .mv-product-div {
    background-color: #23262f;
}

[data-bs-theme="dark"] .mv-product-image {
    background-color: #23262f;
}

[data-bs-theme="dark"] .mv-product-item {
    background-color: #23262f;
}

[data-bs-theme="dark"] .mv-item-list-in {
    border: none !important;
    background-color: #404258;
}

[data-bs-theme="dark"] .mv-payment-list {
    border: none !important;
    background-color: #404258;
}

[data-bs-theme="dark"] .mv-invoice-bg {
    background-color: #191c20;
}

.mv-badge-order-text {
    color: #434a57;
}

[data-bs-theme="dark"] .mv-badge-order-text {
    color: #fff;
}

.mv-invoice-bg {
    background-color: white;
}

.mv-item-list {
    padding: 10px;
}

.mv-payment-list {
    cursor: pointer;
}

.mv-payment-list:hover {
    background-color: var(--hover-color);

    .mv-payment-name {
        color: black;
    }
}

.mv-item-list-in {
    cursor: pointer;
}

.mv-item-list-in:hover {
    background-color: var(--hover-color);

    .mv-item-name {
        color: black;
    }
}

.mv-product-image {
    background-color: white;
}

.logo-new-mv {
    width: 25px;
    content: url("https://mvstore.id/assets/upload/home/logo-dark2.webp");
}

[data-bs-theme="dark"] .logo-new-mv {
    width: 25px;
    content: url("https://mvstore.id/assets/upload/home/logo-dark2.webp");
}

.mv-product-item {
    background-color: white;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0px;
}

.mv-header-step {
    background-image: linear-gradient(to right,
            #48c795,
            #6fcc75,
            #9bce50,
            #cbcb2a,
            #36ba98);
}

.sticky-top {
    top: 7em;
}

.mv-product-div {
    background-color: white;
}

.mv-text-game {
    color: black;
}

.mv-text-game:hover {
    color: black;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
    .img-gif-flash {
        width: 50px;
    }

    .h-home-title {
        font-size: 18px;
    }

    .desc-p-home {
        font-size: 13px;
    }

    .mv-promo-image-div {
        padding: 5px;
    }

    .mv-btn-home-cat {
        font-size: 10px;
    }

    .mv-voucher-title {
        font-size: 10px;
    }

    .text-game-inst {
        font-size: 7px;
    }

    .mv-text-populer {
        margin-top: 5px;
        font-size: 10px;
    }

    .mv-span-populer {
        font-size: 7px;
    }

    .mv-info-layanan {
        font-size: 15px;
    }

    .mv-text-game {
        font-size: 8px;
    }

    .mv-product-div {
        padding-bottom: 30px;
    }

    .mv-product-image {
        margin-right: auto;
        margin-left: auto;
        width: 70px;
        margin-top: -15px;
    }

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

    .text-item-flazz {
        /* font-size: 30px; */
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 768px) {
    .img-gif-flash {
        width: 80px;
    }

    .h-home-title {
        font-size: 22px;
    }

    .desc-p-home {
        font-size: 16px;
    }

    .mv-promo-image-div {
        padding: 10px;
    }

    .mv-btn-home-cat {
        font-size: 15px;
    }

    .mv-text-populer {
        margin-top: 2px;
        font-size: 17px;
    }

    .text-game-inst {
        font-size: 10px;
    }

    .mv-product-div {
        padding-bottom: 50px;
    }

    .mv-product-image {
        margin-right: auto;
        margin-left: auto;
        width: 90px;
        margin-top: -20px;
    }

    .mv-text-product {
        margin-top: 20px;
    }

    .mv-text-game {
        font-size: 12px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .mv-text-populer {
        margin-top: 2px;
        font-size: 17px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mv-text-populer {
        margin-top: 10px;
        font-size: 17px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* rate  */

.rating {
    display: flex;
    width: 100%;
    justify-content: start;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 50px;
    margin-bottom: 5px;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating>input {
    display: none;
}

.rating>label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.mv-product-desc>h1 {
    font-size: 20px;
}

.mv-product-desc>h2 {
    font-size: 18px;
}

.mv-product-desc>h3 {
    font-size: 17px;
}

.mv-product-desc>h4 {
    font-size: 16px;
}

.mv-product-desc>h5 {
    font-size: 15px;
}

.mv-product-desc>h6 {
    font-size: 15px;
}

/* SWIPER BANNER */

.swiper {
    margin-bottom: 1rem;
}

/* .banner-image{
	height: 300px;
	aspect-ratio: auto;
} */
.banner-img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    /* height: 300px; */
}

.banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-slide.swiper-slide-active {
    /* transform: scale(1.1); */
    scale: 1;
}

@media (max-width: 500px) {
    .banner-img {
        border-radius: 10px;
    }
}

/* 
@media (max-width: 900px) {
	.banner-img{
		height: 160px;
		border: 1px solid red;
		border-radius: 20px;
	}
} */

.swiper-slide.banner.swiper-slide-next,
.swiper-slide.banner.swiper-slide-prev {
    transform: scale(0.9);
    transition: all ease-in 0.3s;
}

.swiper-slide {
    transform: scale(1);
    transition: all ease-in 0.3s;
}

.swiper-slide.banner.swiper-slide-prev img,
.swiper-slide.banner.swiper-slide-next img {
    /* width: 100%; */
    /* height: 250px; */
    /* transform: scale(.9);
	transition: all ease-in .3s; */
    /* aspect-ratio: auto; */
    /* border-radius: 30px; */
    /* overflow: hidden; */
}

.swiper-slide.banner.swiper-slide-active img {
    /* width: 100%; */
    /* transform: scale(1.1); */
    /* border-radius: 30px; */
    /* overflow: hidden; */
}

.img-product-home {}

.text-mv-green {
    color: rgb(49 196 141) !important;
}

.main-container {
    margin-top: 90px;
}

.active-cat-home {
    background-color: white !important;
}

.btn-mv-gradient {
    border: none;
    /* background-image: linear-gradient(
        to right,
        #8cb643,
        #a2ba3a,
        #b9bd32,
        #d1bf2d,
        #e9c02b
    ); */
}

.background-flazz-home {
    /* background-image: url( 
'{{ url('/storage/') . '/' . $dfh->products->product_banner }}');  */
    margin-top: -10px;
    margin-left: -10px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    /* background-color: #36BA98; */
    background-position: center;
    filter: blur(2px) brightness(0.4);
    z-index: -1;
}

/* pace  */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #fec106;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #fec106, 0 0 5px #fec106;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #fec106;
    border-left-color: #fec106;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}