body {
    padding: 10px;
    margin: 10px;

}

.container-promo {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #A41E27;
}

.promo-text {
    text-align: left;
    font-size: 2vw;
    font-weight: 700;
}

.promo-text-mt {
    margin-top: 15px;
    margin-left: 10px;
    color: white;
}

.button-container {
    position: absolute;
    right: 0;
    display: flex;
    gap: 10px;
    /* Jarak antara tombol */
    padding-right: 10px;
    margin-top: -40px;
}

.button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #595959;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.material-symbols-rounded {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.promo-text h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.button .material-icons {
    margin-left: 5px;
}

.tab-container {
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tabs {
    display: flex;
}

.tab {
    padding: 10px 20px;
    background-color: #fff;
    color: black;
    border: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
    margin-right: 10px;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

.tab:last-child {
    margin-right: 0;
}

.tab:hover {
    background-color: #A41E27;
}

.tab:focus {
    outline: none;
}

.tab.active {
    background-color: #A41E27;
}

.tabs .tab.active {
    background-color: transparent;
    color: white;
}


.tab-content {
    display: none;
    width: 50%;
}

.tab-content.active {
    display: block;
}

.e-voucher {
    margin-top: 20px;
    padding-bottom: 10px;
    border: 5px solid black;
    border-style: dashed;
    text-align: center;
}

.e-voucher h3 {
    font-size: 2vw;
    text-align: left;
    color: #1976D2;
    font-size: 24px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-logo-fst,
.search-img {
    max-width: 100%;
    height: auto;
}

.voucher-title {
    flex-grow: 1;
    text-align: center;
}

.text-money {
    margin: 20px 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    font-size: 1vw;
    margin: 0;
    padding: 0;
}




.e-voucher h3 {
    margin-left: 1%;

}


.tab-content {
    display: none;
    width: 80%;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px
}

.img-logo-fst {
    width: 70px;
    height: auto;
    padding-top: 15px;
    padding-left: 1.5%;
}

.voucher-title {
    font-weight: bold;
    font-size: 1.5vw;
    padding-top: 20px;
}

.search-img {
    margin-top: 0;
    margin-right: 12px;
    width: 60px;

}

.e-voucher p {
    margin: 0;
    font-size: 16px;
    color: #878787;
    font-weight: normal;

}

.text-money {
    font-size: 2vw;
    color: black;
    text-align: center;
    justify-content: center;
    font-weight: bold;
}

.text-klaim-small {
    font-size: 1.5vw;
    color: black;
}

.btn-custom {
    border: none;
    background-color: #A41E27;
    border-radius: 6px;
    padding: 4px 20px 4px 20px;
    box-shadow: 1px 0px 17px rgba(241, 230, 230, 0.09),
        5px 0px 66px rgba(241, 230, 230, 0.18);
        font-weight: 700;
        color: white;
}

.text-expired {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-expired p {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: grey;
}

.text-date {
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    color: black;
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-size: cover;
    background-position: center;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: shake 0.5s infinite;
    /* Terapkan animasi bergetar */
}

.my-float {
    margin-top: 22px;
}

@media (min-width: 360px) and (max-width: 767px) {
    body {
        padding: 10px;
        margin: 10px;
    }

    .container-promo {
        background-color: #A41E27;
        padding-left: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }

    .promo-text {
        text-align: center;
        font-size: 16px;
    }

    .promo-text span {
        color: white;
        font-size: 20px;
    }

    .promo-text-mt{
        margin: 0px;
    }

    

    .button-container {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .button {
        display: flex;
        padding: 8px;
        align-items: center;
        background-color: #595959;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .button span {
        width: 20px;
    }

    .e-voucher {
        margin-top: 10px;
        margin-left: 10%;
        margin-right: 10%;
        padding-bottom: 10px;
        border: 2px solid black;
        border-style: dashed;
    }

    .e-voucher h3 {
        font-size: 2vw;
        text-align: left;
        color: #1976D2;
        font-size: 18px;
    }

    .img-logo-fst,
    .search-img {
        margin-right: 10px;
        max-width: 40px;
        height: auto;
        margin-top: -18px;
        margin-left: 5px;
    }

    .search-img {
        margin-top: -25px;
        margin-right: 5px;
        width: 30px;
    }

    .float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
}



@media (max-width: 768px) {
    .container-promo {
        align-items: center;
        text-align: center;
    }

    .button-container {
        position: static;
        margin-top: 20px;
    }

    .e-voucher {
        padding: 10px;
        margin: 0px;
        margin-left: -50px;
        margin-right: -50px;
    }



    .row {
        align-items: center;
    }

    .voucher-title {
        margin-top: 10px;
        text-align: center;
    }

    .text-money {
        font-size: 16px;
        font-weight: 800;
    }

    ul {
        padding-left: 0;

    }

    li {
        font-size: 0.8em;
    }

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

    .voucher-title span {
        font-size: 3vw;
        /* Sesuaikan ukuran teks */
    }

    .voucher-title p {
        font-size: 3vw;
    }

    .text-money h2 {
        font-size: 5vw;
    }

    h3 {
        font-size: 3vw;
    }

    li {
        font-size: 3vw;
    }

    .float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }

    .float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;

        .float {
            width: 50px;
            height: 50px;
            bottom: 20px;
            right: 20px;
        }
    }
}