﻿.prev-gift-section {
    background: white;
    border-radius: 12px;
    width: 90%;
    overflow-y: scroll;
    max-height: 420px;
    min-height: 420px;
}



.bills-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    width: 45%;
}

.bills-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #56DDD3;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bills-icon i {
        font-size: 35px;
        color: #fff8d9;
    }

.bills-text {
    text-align: center;
}



.points-card {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 15px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    width: 45%;
}

.points-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FAB131;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .points-icon i {
        font-size: 35px;
        color: #fff8d9;
    }

.points-text {
    text-align: center;
}


.gifts-div {
    overflow-y: scroll; /* Enable both horizontal and vertical scrolling */
    width: 100%;
    max-width: 100%; /* Ensure the table container uses full width */
    background-color: #ffff;
    max-height: 550px;
    min-height:550px;
}

.gifts-div
{
    width:62%;
    border-radius:12px;
}

.prev-gifts-div {
    width: 35%;
    border-radius: 4px;
}



.transparent_container 
{

    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255,0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);

}

.avatar
{
    width:120px;

    height:120px;

    border-radius: 50px;
}

