.w3u1 {
    position: absolute;
    overflow: auto;
    max-height: 250px;
    height: fit-content;
    width: 100%;
    top: 45px;
    left: 0;
    background: #fff;
    z-index: 100;
    border: 2px solid #047590;
    border-radius: 5px;
    border-top: 0;
    font-family: var(--font-3);
}

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

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

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