.lists {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
        
        /*         Menu        */
        
.lists_menu {
    width: 100%;
    display: flex;
    gap: 10px;
    background: #161616;
    flex-wrap: wrap;
}
        
.lists_menu-head {
    height: 50px;
    width: 100%;
    background: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-weight: bold; */
    text-transform: uppercase;
    font-family: 'kenyan_coffeeregular';
    padding: 9px;
    font-size: 40px;
    letter-spacing: 3px;
    border-bottom: 1px #101010 solid;
}
        
.lists_menu-item {
    height: 25px;
    width: 47%;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #4c4d1647;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    background: #121212;
    justify-content: center;
}
        
        
        /*         Content       */
        
        
.lists_content {
    width: 100%;
    box-sizing: border-box;
    /* background: #1a1a1a; */
    color: #7a7a7a;
}
        
.lists_content-head {
    height: 50px;
    width: 100%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #5a3544;
    background: rgb(255 255 255 / 2%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
        
        .lists_content-description {
            padding: 20px 40px;
            text-align: justify;
            line-height: 180%;
        }
        
.lists_content-bit {
    padding: 0 40px 40px 40px;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
        
.lists_content-block {
    width: 31%;
    color: #515151;
    background: #171717bd;
    height: 200px;
    padding: 6px;
    text-transform: uppercase;
    text-align: center;
}



        
        .lists_content-item {
            margin-bottom: 5px;
        }

.list_option {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Blender Pro';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    background: #ffffff0a;
    padding: 6px 0px;
    color: #83763a;
    border-bottom: 1px #7f7136 dotted;
}

.list_user {
    margin-top: 9px;
    overflow-y: scroll;
    height: 165px;
    --sb-track-color: #0c1010;
    --sb-thumb-color: #1d2825;
    --sb-size: 4px;
}

.list_user::-webkit-scrollbar {
  width: var(--sb-size)
}

.list_user::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

.list_user::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
  
}

.list_user {
    margin-top: 9px;
    overflow-y: scroll;
    height: 165px;
    --sb-track-color: #0c1010;
    --sb-thumb-color: #1d2825;
    --sb-size: 4px;
}