.vsl-select{width:100%;position:relative}.vsl-select .select-trigger{cursor:pointer;background-color:var(--color-white);justify-content:space-between;align-items:center;width:100%;min-height:40px;font-weight:400;display:flex}.vsl-select .select-icon{color:#4b5563;width:16px;height:16px}.vsl-select .select-content{z-index:10;background-color:var(--color-white);border-bottom:1px solid #e5e7eb;outline:0;width:100%;margin-top:.25rem;position:absolute;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.vsl-select .select-item{cursor:pointer;padding:.5rem 1rem}.vsl-select .select-item:hover{background-color:#f3f4f6}.vsl-select .select-item[data-selected=true]{background-color:#f3f4f6;font-weight:400}.vsl-select .select-search{border-bottom:1px solid #e5e7eb;padding:.5rem}.vsl-select .select-search-input{border-bottom:1px solid #9ca3af;width:100%;padding:.375rem .5rem;font-size:14px;line-height:1.25rem}.vsl-select .select-item[data-highlighted=true]{background-color:#f0f0f0}.vsl-select .select-trigger:disabled{cursor:not-allowed;opacity:.4}
