/* DASHBOARD-CONTENT CSS */
.dashboard-content {
    background-color: white;
    /* height: 200vh; */
    /* border: 1px solid rgba(0, 0, 0, 0.033); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 3rem;
}

.banner-section {
    /* border: 1px solid green; */
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.banner-section img {
    width: 100%;
}

.wallet-section {
    margin-top: clamp(0px, 3vw, 30px);
    /* border: 1px solid black; */
    top: -65px;
    width: 100%;
    padding: 0 1rem;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.wallet-section .wallet-field {
    padding: 1.1rem 0.8rem;
    width: 100%;
    max-width: 450px;
    /* height: 80px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0rem;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #ededed;
    /* position: absolute; */

    /* shadow */
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
}

.wallet-section .wallet-field .saldo {
    pointer-events: none;
    width: 46%;
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: baseline;
    flex-direction: row;
    /* border: 1px solid black; */
}

.wallet-section .wallet-field .saldo .dompet-icon {
    width: 16%;
    /* border: 1px solid black; */
}

.wallet-section .wallet-field .saldo img {
    width: 100%;
}

.wallet-section .wallet-field .saldo .saldo-detail {
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    gap: 0.2rem 0.3rem;
    justify-content: baseline;
    /* align-items: baseline; */
}

.wallet-section .wallet-field .saldo h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    /* border: 1px solid black; */
}

.saldo-wrapper {
    /* border: 1px solid black; */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
}

.saldo-wrapper img {
    /* border: 1px solid blue; */
    width: 12% !important;
    aspect-ratio: 1/1.1;
    height: fit-content;
}

.wallet-section .wallet-field .saldo h2 {
    /* color: #686868; */
    margin: 0;
    padding: 0;
    /* border: 1px solid black; */
}

.wallet-section .wallet-field .saldo-action {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    width: 50%;
    /* border: 1px solid black; */
}

.wallet-section .wallet-field .saldo-action1 {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    gap: 0.4rem;
    /* border: 1px solid black; */
}

.wallet-section .wallet-field .saldo-action1 .topup-icon {
    /* border: 1px solid black; */
    width: 40%;
}

.wallet-section .wallet-field .saldo-action1 img {
    width: 100%;
}

.menu-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
    width: 100%;
    margin-top: -45px;
    /* border: 1px solid black; */
}

.nav-tabs-menu {
    border-radius: 30px;
    padding: 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: transparent;
    /* border: 1px solid black; */
}

.nav-tabs-menu .nav-item {
    width: 50%;
}

.nav-tabs-menu .nav-link {
    padding: 0.6rem;
    border: 0;
    font-size: 14px;
    border-radius: 30px;
    width: 100%;
    margin: 0;
    color: #787878;
    font-size: clamp(0.5rem, 3vw, 0.87rem);
}

.nav-tabs-menu .nav-link:hover {
    border: 0;
}

.nav-tabs-menu .nav-link.active {
    border: 0;
    color: white;
    background-color: #10abcf;
    border-color: transparent !important;
}

.tab-content-menu {
    /* border: 1px solid black; */
    /* padding: 0rem 0rem 1rem 0; */
    width: 100%;
}

.tab-content-menu .tab-pane .menu-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    justify-content: space-between;
    gap: 2rem;
}

.tab-content-menu .tab-pane .menu-field .menus {
    /* margin-top: 1.5rem; */
    /* border: 1px solid black; */
    width: 100%;
    display: flex;
    gap: 0.5rem;
    flex-direction: row;
    justify-content: space-between;
}

.tab-content-menu .tab-pane .menus .sub-menu {
    width: 20%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.tab-content-menu .tab-pane .menus .sub-menu .icon-submenu {
    width: 45%;
}

.tab-content-menu .tab-pane .menus .sub-menu .icon-submenu img {
    width: 100%;
}

.banner-section-promo {
    margin-top: 0px;
    padding: 16px;
}

.banner-section-promo .container {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.banner-section-promo .container .banner-left {
    /* border: 1px solid black; */
    width: 70%;
}

.banner-section-promo .container .banner-left img {
    width: 100%;
}

.banner-section-promo .container .banner-right {
    /* border: 1px solid black; */
    width: 31%;
}

.banner-section-promo .container .banner-right img {
    width: 100%;
}

.flashdeal-section {
    overflow: hidden;
    user-select: none;
    padding: 16px 0 16px 16px;
    margin-top: 1rem;
    width: 100%;
    height: auto;
    background: rgb(36, 183, 217);
    background: linear-gradient(
        142deg,
        rgba(36, 183, 217, 1) 0%,
        rgba(24, 143, 171, 1) 100%
    );
}

.flashdeal-section .container {
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.flashdeal-section .container .flashdeal-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 32%;
    /* border: 1px solid white; */
    height: auto;
}

.flashdeal-section .container .flashdeal-title .flashdeal-cta {
    display: flex;
    flex-direction: column;
}

.flashdeal-section .container .flashdeal-title .flashdeal-cta h4 {
    opacity: 80%;
    color: white;
    font-size: 13px;
}

.flashdeal-section .container .flashdeal-title .flashdeal-cta .price {
    display: flex;
    flex-direction: row;
    gap: 0.3rem;
}

.flashdeal-section .container .flashdeal-title .flashdeal-cta .price h2 {
    color: white;
    font-size: 35px;
    font-weight: 700;
}

.flashdeal-section .container .flashdeal-title .flashdeal-cta a {
    font-size: 12px;
    width: 80%;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #10abcf;
    background-color: white;
    padding: 0.3rem 0.4rem;
    border-radius: 20px;
}

.flashdeal-section .container .flashdeal-title img {
    width: 100%;
}

.flashdeal-section .container .flashdeal-title .snk {
    color: white;
}

.flashdeal-section .container .flashdeal-title .snk h4 {
    opacity: 80%;
    margin: 0;
    padding: 0;
}

.flashdeal-section .container .flashdeal-content {
    width: 70%;
    /* border: 1px solid red; */
    height: auto;
}

.flashdeal-section
    .container
    .flashdeal-content
    .swiper-wrapper
    .card-product-promo {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    /* width: 40% !important; */
    /* border: 1px solid red; */
    gap: 0.2rem;
    background: transparent;
}

.flashdeal-section
    .container
    .flashdeal-content
    .swiper-wrapper
    .card-product-promo
    img {
    /* border-radius: 7px; */
    width: 100%;
}

.flashdeal-section
    .container
    .flashdeal-content
    .swiper-wrapper
    .card-product-promo
    .product-title-promo {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.flashdeal-section
    .container
    .flashdeal-content
    .swiper-wrapper
    .card-product-promo
    .product-title-promo
    h2 {
    margin: 0;
    padding: 0;
    /* border: 1px solid red; */
    height: 38px;
    font-size: 13px;
    color: white;
    font-weight: 300;
    line-height: 150%;
}

.flashdeal-section
    .container
    .flashdeal-content
    .swiper-wrapper
    .card-product-promo
    .product-title-promo
    .product-price-promo
    h4 {
    margin: 0;
    font-size: 14px;
    color: white;
}

span.price {
    font-size: 15px !important;
}

.title-maks {
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40ch;
}

.after-promo {
    margin: 0;
}

.before-promo {
    margin: 0;
    font-size: 12px !important;
    font-weight: 300;
    opacity: 50%;
    text-decoration: line-through;
}

.product-section {
    padding: 0 1rem 5rem 1rem;
    width: 100%;
    height: auto;
    /* border: 1px solid green; */
}

.product-section .container {
    display: flex;
    row-gap: 1rem;
    column-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.product-wrapped {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0;
    margin: 0;
}

.product-section .container .card-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.product-section .container .card-header .header-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    gap: 0.3rem;
}

.product-section .container .card-header .header-title h2 {
    margin: 0;
    /* font-size: 18px; */
}

.product-section .container .card-header .header-title h4 {
    margin: 0;
    color: #787878;
    font-weight: 300;
    font-size: 14px;
}

.card-product {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    /* border: 1px solid red; */
    width: 48%;
    height: auto;
    padding-bottom: 1rem;
}

.post-product-item {
    aspect-ratio: 1/1;
    text-decoration: none;
    color: #20b1d3;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    /* border-radius: 8px; */
    overflow: hidden;
    height: auto;
    object-fit: cover; /* Untuk memastikan gambar tidak terdistorsi */
    /* border: 1px solid red; */
}

.post-product-item img {
    padding: 0;
    margin: 0;
    object-fit: cover;
    /* border: 1px solid green; */
    /* clip-path: rect(5px 5px 160px 145px round 20%); */
    width: 100%;
    height: 100%;
}

.product-wrapped .card-product img {
    /* border-radius: 5px; */
    width: 100%;
}

.product-wrapped .card-product .product-title h2 {
    width: 85%;
    font-size: 14px;
    font-weight: 400;
}

.product-wrapped .card-product .product-title .product-desc {
    /* border: 1px solid green; */
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.product-wrapped .card-product .product-title .product-desc .card-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}

.product-wrapped
    .card-product
    .product-title
    .product-desc
    .card-location
    .verified-dashboard {
    width: 5%;
}

.product-wrapped .card-product .product-title .product-desc h3 {
    color: #343434;
    margin: 0;
    /* font-size: 16px; */
}

.product-wrapped .card-product .product-title .product-desc .review {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    /* border: 1px solid black !important; */
}

.product-wrapped
    .card-product
    .product-title
    .product-desc
    .review
    .review-wrapped {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid red;
}

.product-wrapped .card-product .product-title .product-desc .review img {
    width: 5%;
}

.product-wrapped .card-product .product-title .product-desc h4 {
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    color: #707070;
}

@media only screen and (max-width: 400px) {
    .product-wrapped .card-product .product-title .product-desc .review img {
        width: 6%;
    }

    .product-wrapped
        .card-product
        .product-title
        .product-desc
        .card-location
        .verified-dashboard {
        width: 6%;
    }
}

/* END OF DASHBOARD-CONTENT-CSS */

/* EXPLORE PAGE */

.topbar-explore {
    display: flex;
    flex-direction: row;
    gap: 0;
    z-index: 999;
    /* border: 1px solid black; */
}

.explore-title {
    display: flex;
    flex-direction: column;
}

.explore-content {
    padding-top: 5.5rem;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
}

.explore-box {
    width: 100%;
    height: 150vh;
    /* border: 1px solid black; */
}

.exploregap {
    gap: 1rem;
}

.explore-wrapper {
    position: sticky;
    top: 70px;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    overflow: hidden;
    background-color: white;
    z-index: 99;
    /* border: 1px solid black; */
}

.explore-filter {
    padding: 0;
    margin: 0;
    /* border: 1px solid black; */
    height: auto;
    max-width: 480px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
/* SlideUp Jasa lainnya */
.more-services-slide {
    position: fixed;
    bottom: -100%;
    width: 90%;
    max-width: 480px;
    height: 75vh;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow-y: auto;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.more-services-slide.active {
    bottom: 0;
}

.more-services-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.more-services-content a {
    text-decoration: none;
}

.more-services-content .sub-menu {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.more-services-content .sub-menu p {
    font-size: 12px;
    max-width: 70px;
    text-align: center;
}

.icon-submenu img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.backgrpund-slide {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.backgrpund-slide.active {
    display: block;
}

/* End SlideUp Jasa lainnya */
/* SlideUp Product lainnya */
.more-products-slide {
    position: fixed;
    bottom: -100%;
    width: 90%;
    max-width: 480px;
    height: 75vh;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow-y: auto;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.more-products-slide.active {
    bottom: 0;
}

.more-products-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.more-products-content a {
    text-decoration: none;
}

.more-products-content .sub-menu {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.more-products-content .sub-menu p {
    font-size: 12px;
    max-width: 70px;
    text-align: center;
}

.icon-submenu img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.backgrpund-products-slide {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.backgrpund-products-slide.active {
    display: block;
}
/* END OF EXPLORE PAGE */

/* Saldo */
.b-btn {
    border-radius: 8px;
    padding: 5px 0;
    background: #10abcf;
}
.number-bordered {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #10abcf; /* Warna latar biru */
    color: white; /* Warna angka agar kontras */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 10px;
}
.box-style-saldo {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.box-style-saldo:hover {
    background-color: #e4e4e4;
}