@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.header {
    display: flex;
    align-items: center;
}

.nav, nav a {
    margin-left: 20px;
}

#volSmall::before {
    content: "крупные";
    display: inline-block;
}
.lk-link {
    text-decoration: none; 
    border: solid 1px #e0e0e0; 
    display: flex; 
    margin-bottom: 15px; 
    border-radius: 55px
}
.lk-link img {
    width: 50px; 
    height: 50px; 
    border-radius: 100%; 
    margin: 15px
}
.lk-link span {
    font-family: 'Arial Обычный', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #797979;
    font-size: 18px;
    align-self: center;
}
.filter {
    list-style-type: none;
    display: flex;
    column-gap: 20px;
}
.search {
    flex-basis: 350px;
}
.staff-item {
    display: flex;
    list-style-type: none;
    column-gap: 30px;
    align-items: center;
}
.name {
    font-size: 18px;
}
#file_input_id {
    display: none;
}
#registration {
    max-width: 500px;
    margin: 30px auto;
}
#alertError {
    display: none;
}
.user-list {
    list-style-type: none;
    display: flex;
    column-gap: 20px;
    color: #0d6efd;
}
.settings-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: 180px;
    column-gap: 30px;
}