.xa1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2em;
}
.xa2{
    display: flex;
}

.xa3{
    padding: 0.5em;
    border: 1px solid #ffffff1a;
    height: max-content;
    border-radius: 0.5em;
    background-color: #ffffff34;
    margin:0 0.4em;
    color: #ffffffa8;
    box-shadow: 0 0 13px 4px rgb(255 255 255 / 20%);
}


.xa4{
        color: #ffffffbd;
    border-radius: 0.5em;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -0.5em;
    background-color: #ff000073;
    width: 1em;
    right: -0.3em;
}

.xa6{
    display: block;
    width: 75%;
    position: relative;
    overflow: clip;
}


.name{
        color: #16f6ff;
}
.name2{
        font-size:small;
}

.xa5{
    top: 100%;
}




.hide{
    display: none;
}
.show{
    display: block;
}

.flex{
    display: flex;
}
.flex-middle{
    justify-content: center;
    align-items: center;
}
.flex-end{
    justify-content: flex-end;
}

.accountBtn{
         justify-content: flex-start;
    width: 40%;
    cursor:pointer;
    position: relative;
}



@media (max-width: 768px) {

    .accountBtn{
        width: 100%;
    }
    .xa3{
            font-size: x-small;
    }
    .bag2{
        display: none;
    }
}