.select-field{position:relative;display:flex;flex-direction:row;justify-content:space-between;border-radius:var(--radius);background-color:hsl(var(--accent));padding:.5rem 1rem;vertical-align:middle;font-size:.875rem;line-height:1.25rem;font-weight:400;color:hsl(var(--accent-foreground));outline-width:0}.select-field .selected{color:hsl(var(--foreground))}.select-field select{display:none}.select-field .custom-menu{position:absolute;left:0;z-index:10;margin-top:1.75rem;display:flex;display:none;max-height:12rem;width:100%;flex-direction:column;gap:.5rem;overflow-y:auto;border-radius:var(--radius);border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--popover));padding:1rem;line-height:1.25rem;color:hsl(var(--popover-foreground))}.select-field .custom-menu.show{display:flex}.select-field .custom-menu .custom-item{cursor:pointer}