@media (min-width: 600px) and (max-width: 1300px)
{
    .small_sidebar
    {
        width: 80px;
    }
}

@media (max-width: 599px)
{
    .small_sidebar
    {
        display: none;
    }
}

@media (min-width: 1300px)
{
    .small_sidebar
    {
        display: none;
    }
}

.small_sidebar
{
    background-color: #ffffff;
}

.small_logo
{
    padding-right: 10px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.small_avatar
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F3F5FC;
    border-radius: 300px;
    height: 75px;
    width: 75px;
    font-size: 40px;
}

.small_menu
{
    padding-top: 40px;
}

.small_item
{
    justify-content: center;
}
