@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 480px;
    min-height: 100%;
    position: relative;
    margin-inline: auto;
    background-color: #fff;
    overflow-x: hidden;
}

/* Header Styles */
header .head-logo {
    width: 100%;
    height: 70px;
    position: relative;
    top: 0;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    z-index: 99;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header .logo {
    width: 200px;
}

header .notification-icon {
    width: 24px;
    height: 24px;
}

#box-profile {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-icon-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

header .notification-count {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 12px;
    font-weight: bold;
    background-color: #00c0ff;
    color: #fff;
}

.head-box {
    background: linear-gradient(135deg, #00c0ff, #1a8cff);
    padding: 20px;
    border-radius: 0 0 15px 15px;
}

.head-box {
    height: 490px;
    position: relative;
    top: -10px;
    background: linear-gradient(90deg, rgba(50, 118, 255, 1) 0%, rgba(0, 210, 255, 1) 100%);
    padding: 20px;
}

.head-content {
    margin-top: 30px;
}

.head-box h2 {
    font-weight: 300;
}

.head-box span {
    font-weight: 200;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000;
}

.bottom-nav a {
    color: #333;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    flex: 1;
}

.bottom-nav a img {
    font-size: 24px;
    width: 24px;
    margin-inline: auto;
    display: block;
}

.bottom-nav .active {
    color: #007bff;
}


/* for screens smaller than 768px */
@media (max-width: 768px) {
    .bottom-nav {
        width: 100%;
        max-width: none;
    }

    .bottom-nav a {
        font-size: 15px;
    }

    .bottom-nav a img {
        font-size: 24px;
        width: 24px;
    }


}

/* for screens smaller than 480px */
@media (max-width: 480px) {
    .bottom-nav {
        padding: 5px 0;
    }

    .bottom-nav a {
        font-size: 12px;
    }

    .bottom-nav a img {
        font-size: 20px;
        width: 20px;
    }

}

.box-poin {
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    background-color: #00e4ff70;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 2px solid #00fbff;
}

.box-poin .poin-img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
}

.poin-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 1.1em;
    margin-left: 25px;
}

.coin-img-box {
    width: 70px;
    height: auto;
    position: absolute;
    right: 40px;
    top: 190px;
}

.my-poin {
    font-weight: 600;
    color: #ffffff;
    font-size: 2.5em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.my-poin::after {
    content: ' Poin';
    color: #ffffff;
    font-size: 23px;
}

.setara {
    position: absolute;
    bottom: 45px;
    font-size: 10px;
    background-color: #00afdd;
    padding: 2px;
}

.show-poin {
    font-size: 13px;
    color: #ffffff;
    margin-top: 10px;
    font-weight: 200;
}

.tukar-reward {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    top: -205px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.reward-images img {
    position: absolute;
    top: 50px;
    width: 150px;
}

.title-reward img {
    width: 20px;
}

.title-reward {
    color: #00c0ff;
    font-weight: 500;
    margin-bottom: -20px;
}

.reward-slider, .promo-slider, .info-slider {
    margin-top: 20px;
}

.reward-card {
    background-color: #fff;
    width: 120px;
    height: 170px;
    margin: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.reward-card .image-reward-card {
    width: 120px;
    height: 70px;
    margin: 0;
    border-radius: 10px 10px 0 0 !important;
}

/* .reward-item {
    display: flex;
    justify-content: center;
} */

.category-reward-card {
    font-size: 10px;
    margin-top: 10px;
    margin-left: 5px;
    color: #aaa;
}

.title-reward-card {
    font-size: 12px;
    font-weight: 800;
    margin-left: 5px;

}

.price-poin {
    font-size: 12px;
    font-weight: 900;
    margin-top: 10px;
    margin-left: 5px;
    color: #03cbff;
}


.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 40vh auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 300px;
    text-align: center;
    border-radius: 10px;
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.promo-eksklusif {
    position: relative;
    top: -210px;
}

.promo-title {
    color: #03cbff;
}

.promo-title .promo-img-title {
    width: 20px;
    margin: 10px;
}


.promo-slider {
    width: 100%;
}

.promo-card a .promo-img {
    border-radius: 10px;
    margin: 10px;
    width: 300px;
    height: 175px;
}

.info-terkini {
    position: relative;
    top: -150px;
}

.info-card {
    background-color: #00c0ff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    margin: 0 10px;
}

/* Slick Dots */
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:before {
    color: #3276ff !important;
}

.slick-dots li.slick-active button:before {
    background-color: #00c0ff;
    border-radius: 50%;
}

/* End Slick Dots */

/* Slick Arrow *************/
.slider .slick-slide {
    border: solid 1px #000;
}

.slider .slick-slide img {
    width: 100%;
}

/* make button larger and change their positions */
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    z-index: 1;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    text-shadow: 0 0 10px #00c0ff;
}

/* move dotted nav position */
.slick-dots {
    bottom: 15px;
}

/* enlarge dots and change their colors */
.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #dedede;
}

/* hide dots and arrow buttons when slider is not hovered */
.slider:not(:hover) .slick-arrow,
.slider:not(:hover) .slick-dots {
    opacity: 0;
}

/* transition effects for opacity */
.slick-arrow,
.slick-dots {
    transition: opacity 0.5s ease-out;
}

/* Slick Arrow */


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    .member-card .member-name {
        font-size: 17px;
        color: #fff;
        position: absolute;
        top: 75px;
        left: 215px;
    }

    .member-card .member-kode {
        font-size: 13px;
        color: #fff;
        position: absolute;
        top: 100px;
        left: 215px;
    }

    .member-card .member-id {
        font-size: 13px;
        color: #fff;
        position: absolute;
        top: 22px;
        left: 350px;
    }

    .member-id::before {
        content: 'UID : ';
    }

}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {

    .member-card .member-name {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 90px;
    }

    .member-card .member-kode {
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: 115px;
        left: 90px;
    }

}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

    .member-card .member-name {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 90px;
    }

    .member-card .member-kode {
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: 115px;
        left: 90px;
    }

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .member-card .member-name {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 90px;
    }

    .member-card .member-kode {
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: 115px;
        left: 90px;
    }

}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

    .member-card .member-name {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 90px;
    }

    .member-card .member-kode {
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: 115px;
        left: 90px;
    }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

    .member-card .member-name {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 57px !important;
        left: 171px !important;
    }

    .member-card .member-kode {
        font-size: 13px;
        color: #fff;
        position: absolute;
        top: 83px !important;
        left: 171px !important;
    }

    .member-card .member-id {
        font-size: 13px;
        color: #fff;
        position: absolute;
        top: 8px !important;
        left: 285px !important;
    }

    .member-id::before {
        content: 'UID : ';
    }

    .bg-qrcode {
        background-color: #ffffff;
        width: 95px !important;
        height: 95px !important;
        padding: 3px;
        display: flex;
        position: absolute;
        top: 54px !important;
        left: 62px !important;
    }

    .barcode-code {
        font-size: 12px;
        color: #fff;
        display: flex;
        position: absolute;
        top: -20px !important;
        left: 1px !important;
    }

    .bg-barcode {
        background-color: #ffffff;
        width: auto;
        height: auto;
        display: flex;
        position: absolute;
        top: 127px !important;
        left: 170px !important;
    }
}


.container-card {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    height: 50%;
    border-radius: 10px;
    background-color: transparent;
}

.front {
    margin-bottom: 100px;
}


.member-card {
    width: 100%;
    height: auto;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.member-card>div {
    position: absolute;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 16px/1.5 "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #47525D;
    margin-bottom: 20px;
}

.member-card .member-card-img {
    width: 80%;
    height: auto;
    border-radius: 20px;
}

.bg-qrcode {
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    padding: 3px;
    display: flex;
    position: absolute;
    top: 60px;
    left: 75px;
}

.barcode-code {
    font-size: 12px;
    color: #fff;
    display: flex;
    position: absolute;
    top: -20px;
    left: 1px;
}

.bg-barcode {
    background-color: #ffffff;
    width: auto;
    height: auto;
    display: flex;
    position: absolute;
    top: 157px;
    left: 216px;
}

.member-card .barcode-card {
    width: 150px;
}

.member-card .back {
    transform: rotateY(180deg);
}

.member-card.flipped {
    transform: rotateY(180deg);
}

/* Profile Pages */

.transaction-header {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.item-details {
    background-color: #fff;
    padding: 15px;
    border-left: 3px solid #007bff;
    margin-bottom: 10px;
}

.total-section {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

/* strong {
    color: #495057;
} */

.main-profile {
    height: 100vh;
}

.member-container {
    display: flex;
    align-items: center;
}

.title-member-id {
    font-size: 12px;
    font-weight: 900;
    margin-right: auto;
}

.id-member {
    font-size: 12px;
}

.title-akun {
    font-size: 16px;
    font-weight: 900;
    font-style: bold;
}

.account-section, .account-info, .about-section, .logout-section {
    padding: 10px 20px;
    background-color: #FFFFFF;
}

.account-section h2, .about-section h3 {
    margin-top: 0;
}

.buttons {
    display: flex;
    justify-content: space-between;
}

.buttons button {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    background-color: #fff;
    border: #888 1px solid;
    border-radius: 5px;
}

.barcode-member {
    width: 100%;
}

.close-modal-barcode {
    position: absolute;
    width: 20%;
    bottom: 250px;
    right: 0;
    left: 0;
    margin-inline: auto;
    border: #fff 1px solid;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    background-color: transparent;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
}

.menu-item span {
    font-size: 16px;
}

.menu-item img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.btn-logout button {
    width: 100%;
    padding: 10px;
    color: red;
    border-radius: 10px;
    background-color: #fff;
    border: red 1px solid;
    margin-top: 20px;
}

.copyright-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.btnModalClose {
    border: none;
    background-color: transparent;
}

.btnModalSimpan {
    width: 100%;
    border: none;
    background-color: #007bff;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}

.version {
    font-size: 14px;
    margin-bottom: 5px;
}

.copyright {
    font-size: 12px;
}


.box-hubungi-kami {
    width: 100%;
    height: max-content;
    background-color: #007bff;
    border-radius: 10px;
    margin-inline: auto;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.box-hubungi-kami h2 {
    font-size: 24px;
    font-weight: 900;
}

.box-hubungi-kami .subtitle-hubungi-kami {
    font-size: 15px;
    font-weight: 900;
}

.box-hubungi-kami p {
    font-size: 12px;
    font-weight: 400;
}

.list-hubungi-kami {
    list-style: none;
    font-size: 12px;
}

.maps-hubungi-kami {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    margin-inline: auto;
    padding: 20px;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
}

.maps-hubungi-kami h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.maps-hubungi-kami iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}



/* Profile Pages */

/* Slide Open Reward */

.headTitleReward {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.headTitleReward i {
    font-size: 18px;
}


/* .data-reward {
    padding: 20px;
    margin-top: 40px;
} */

.contentReward .image-reward {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.header-reward .category-reward {
    font-size: 10px;
}

.reward-title {
    font-size: 15px;
    font-weight: 900;
}

.reward-poin {
    font-size: 10px;
    font-weight: 900;
    color: #03cbff;
}

.description-reward {
    margin-bottom: 100px;
}

.description-product {
    font-size: 12px;
}

.btn-bottom-redeem {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 15px;
    z-index: 1000;
}

.btn-bottom-redeem button {
    width: 80%;
    border: none;
    background-color: #007bff;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}


@media (max-width:768px) {
    .slide-up-page-reward {
        width: 100% !important;
    }
}

.slide-up-page-reward {
    display: none;
    position: fixed;
    z-index: 1000;
    margin-inline: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 480px;
    height: 100%;
    background-color: white;
    animation: slide-up 0.5s ease;
}

@keyframes slide-left {
    from {
        left: -50%;
    }

    to {
        left: 0;
    }
}

@keyframes slide-up {
    from {
        bottom: -50%;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-back {
    from {
        bottom: 0;
    }

    to {
        bottom: -100%;
    }
}

.slide-up-content-reward {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

.slide-up-page-reward.closing {
    animation: slide-back 0.5s ease;
}

/* Slide Open Reward */

/* Slide Open Menu Profile */

@media (max-width:768px) {
    .slide-up-page-menu-profil {
        width: 100% !important;
    }
}

.slide-up-page-menu-profil {
    display: none;
    position: fixed;
    z-index: 1000;
    margin-inline: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 480px;
    height: 100%;
    background-color: white;
    animation: slide-up 0.5s ease;
}


.slide-up-content-menu-profil {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

.slide-up-page-menu-profil.closing {
    animation: slide-back 0.5s ease;
}

/* Slide Open Menu Profile */

/* FAQ SLIDE */



.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #03b5d2;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 12em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}




/* END FAQ SLIDE */



/* Bootstrap Shadow Input Modif */
.form-control:focus {
    border-color: #007bff;
    box-shadow: inset 0 1px 1px #00c0ff 8px #1a8cff;
}

/* Bootstrap Shadow Input Modif */


/* Merchants Page */

.section-merchant {
    max-width: 600px;
    margin: 0 auto;
    height: 100vh;
}

.section-title {
    font-weight: 400;
}

.merchant-box {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgb(227, 241, 255);
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 68%, rgba(174, 214, 255, 1) 100%);
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.merchant-box img {
    width: 150px;
    height: auto;
    margin-right: 15px;
    position: absolute;
    right: 20px;
}

.merchant-details {
    flex-grow: 1;
}

.merchant-name {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.merchant-kategory {
    color: #888;
    font-size: 12px;
}

/* Skeleton loading styles */
.skeleton {
    animation: shimmer 1.5s infinite linear;
    background: #f0f0f0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.skeleton:before {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    animation: loading 1.5s infinite;
}

.skeleton-image {
    width: 100px;
    height: 50px;
    background: #e0e0e0;
    position: absolute;
    right: 20px;
}

.skeleton-text {
    height: 20px;
    background: #e0e0e0;
    margin-bottom: 10px;
}

.skeleton-name {
    width: 60%;
}

.skeleton-kategory {
    width: 40%;
}

/* Shimmer animation */
@keyframes loading {
    0% {
        left: -150px;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* Hide content initially */
.hidden-skeleton {
    display: none;
}


/* Merchants Page */


/* Modal Riwayat Point */

.nav-tabs .nav-link {
    color: black;
    /* Default color */
    border: none;
    border-bottom: 3px solid transparent;
    /* Gives space at the bottom */
}

.nav-tabs .nav-link.active {
    color: #00ccff;
    /* Active tab text color */
    border-bottom: 3px solid #00ccff;
    /* Active tab border color */
    background-color: white;
    /* Ensures background is white when active */
}

.nav-tabs .nav-link:hover {
    color: #00ccff;
    /* Color when hovering over the tab */
}

.point-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.point-entry img {
    width: 40px;
    margin-right: 1rem;
}

.point-details {
    display: flex;
    flex-direction: column;
}

.point-date-time {
    color: gray;
    font-size: 0.9rem;
}

.point-date-ex {
    color: gray;
    font-size: 0.7rem;
    background-color: #f5f5f5;
    padding: 3px;
}

.point-amount {
    color: #00ccff;
    font-weight: bold;
}

.point-amount::after {
    content: "Poin";
    margin-left: 5px;
}

.subtotal-amount::before {
    content: "Rp. ";
    margin-left: 5px;
}

.subtotal-amount {
    color: #00ccff;
    font-weight: bold;
}

/* Modal Riwayat Point */


/* Voucher Page */
.nav-tabs .nav-link {
    color: black;
    /* Default color */
    border: none;
    border-bottom: 3px solid transparent;
    /* Gives space at the bottom */
}

.nav-tabs .nav-link.active {
    color: #00ccff;
    border-bottom: 3px solid #00ccff;
    background-color: white;
    margin-inline: auto;
}

.nav-tabs .nav-link:hover {
    color: #00ccff;
}

.section-voucher {
    /* padding: 10px 20px; */
    background-color: #ffffff;
    height: max-content;
    margin-bottom: 200px;
}

.cardVoucher {
    width: 90%;
    height: 155px;
    border-radius: 5px;
    background-color: #00ccff;
    padding: 10px 10px;
    position: relative;
    margin-inline: auto;
    margin-top: 20px;
}

.main,
.copy-button {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.cardVoucher::after {
    position: absolute;
    content: "";
    height: 40px;
    right: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 60px;
    background-color: #ffff;
    width: 40px;
}

.cardVoucher::before {
    position: absolute;
    content: "";
    height: 40px;
    left: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 60px;
    background-color: #ffff;
    width: 40px;
}

.co-img img {
    width: 100px;
    height: 100px;
}

.vertical {
    border-left: 5px dotted white;
    height: 100px;
    position: absolute;
    left: 40%;
}

.voucher_data h1 {
    font-size: 11px;
    margin-left: -20px;
    color: #ffff;
}

.voucher_data h1 span {
    font-size: 18px;
}

.voucher_data h2 {
    font-size: 12px;
    margin-left: -20px;
    color: #ffff;
    text-transform: uppercase;
}

.voucher_data p {
    font-size: 16px;
    color: #ffff;
    margin-left: -20px;
}

.copy-button {
    margin: 12px 0 -5px 0;
    height: 25px;
    border-radius: 4px;
    padding: 0 5px;
}

.copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}


/*  */


.voucher-image {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
}

.voucher-img {
    height: 100px;
    margin-left: 10px;
}

.voucher-text {
    font-size: 40px;
    font-weight: bold;
}

.e-voucher-text {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: -15px !important;
}

.e-voucher-rp {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px !important;
}

.e-voucher-code::before {
    content: "Kode: ";
    font-size: 14px;
}

.e-voucher-code {
    font-size: 14px;
}

.e-voucher-expired {
    font-size: 14px;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {

    .voucher-img {
        height: 80px;
        margin: 0px 0px 0px 0px;
    }

    .voucher-text {
        font-size: 20px;
        text-align: left;
        margin-left: 0;

    }

    .e-voucher-rp {
        font-size: 15px;
        margin-bottom: -5px !important;
        margin-top: 10px !important;

    }

    .e-voucher-code::before {
        font-size: 12px;
    }

    .e-voucher-code {
        font-size: 12px;
        margin-bottom: 5px !important;

    }
}

/* Voucher Page */


/* Login Page Baru */

/*  */

/* Login Page Baru */