﻿.prev-gift-section {
    background: white;
    border-radius: 12px;
    width: 90%;
    overflow-y: scroll;
    max-height: 420px;
    min-height: 420px;
}




.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;
}

@media screen and (min-width: 990px) and (max-width: 1350px) 
{
    .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: 650px;
        min-height: 650px;
    }
}



.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;
}

