.ts-dropdown {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    min-width: 160px;
    z-index: 1000;
}

    .ts-dropdown.is-visible {
        display: block;
    }


.ts-mask.is-faded.is-bottom.is-deep {
    background: linear-gradient(to top, rgb(0 0 0 / 1) 0%, transparent 100%);
}


