.w-responsive{
    width: 360px;
    min-height: 100vh;
}

.bottom-bar-custom{
    width: 65px;
    height: 34px;
    /* background-color: #2C394B; */
    background-color: rgb(241 245 249);
    color: rgb(100 116 139);
    font-size: 11px;
}

.custom-bg-card-gray{
    background: rgba(51, 71, 86, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;}

.plsHoverMe{
    color: #2C394B;
    box-shadow: 2.5px 1px 1px rgba(0, 0, 0, 0.15);
}
.plsHoverMe:hover{
    color: #fff;
    background-color: #E34DAB;
    background-image: linear-gradient(to right, #E34DAB , #B91E96);
}
.menu-direct-link{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 70px;
    height: 15px;
    color: #fff;
    background: rgba(185, 30, 150, 0.5);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 9px;
}

/* Large devices (mobile 480px) */
@media (min-width: 480px) {
    .w-responsive{
        width: 480px;
        min-height: 100vh;
    }
    .card-menu{
        width: 145px;
        height: 170px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
    }
    .bottom-bar-custom{
        width: 90px;
        height: 51px;
        /* background-color: #2C394B; */
        background-color: rgb(241 245 249);
        color: rgb(100 116 139);
        font-size: 14px;
    }
}
