.w3u1 {
    position: absolute;
    overflow: auto;
    max-height: 250px;
    height: fit-content;
    width: 99%;
    /* top: 45px;
    left: 0; */
    background: #fff;
    z-index: 100;
    border: 2px solid #000;
    border-radius: 5px;
    /* border-top: 0; */
    scrollbar-width: thin;
}

.w3l1 {
    border-bottom: 1px solid #ccc;
    padding: 7px 20px;
    font-size: 14px;
}

.w3l1:hover {
    color: var(--color3);
    background: #e3e3e3;
}

.w3s1 {
    padding: 7px 20px;
    display: block;
    background: #214b6b;
    color: #fff;
}