﻿.main-container2 {
    padding-top: 10px;
    left: 0;
    display: flex;
    position: fixed;
}

.sidebar {
    height: 100vh;
    padding-top: 150px;
    background-color: rgb(15,15,15);
    color: white;
}

/* > Текст меню */
.sidebar a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.sidebar li {
    margin-bottom: 10px;
    cursor: pointer;
}

/* > Иконка + текст настройка  */
.MenuChoise {
    display: flex;
    margin-left: 35px;
    column-gap: 30px;
}

/* > Настройка иконок на меню */
.img {
    width: 25px;
}


/* Для анимации текста на боковом меню */
.Lii {
    padding-bottom: 10px;
    width: 200px;
    transition: padding-left 0.5s ease;
}
