:root{
    --w3-color1:#e6940e;
    --w3-font1:"Varela Round", sans-serif;
}


    .w3u1 {
        position: absolute;
        overflow: auto;
        max-height: 250px;
        height: fit-content;
        width: 100%;
        top: 85px;
        left: 0;
        background: #fff;
        z-index: 100;
        border: 2px solid #ccc;
        border-radius: 5px;
        border-top: 0;
    }
   
    .w3l1{
        border-bottom: 1px solid #ccc;
        padding: 10px 20px;
        font-size: 16px;
        display: flex;
        background: #4c4646;
        color: var(--w3-color1);
        font-family: var(--w3-font1);
        cursor:default;
        transition:1s all;
        text-transform: capitalize;
    }

    .w3l1:hover{
        background: #3b3636;
    }