.custom-select-container{min-width:190px;font-family:inherit;position:relative}.custom-select-trigger{border:1px solid var(--idb-border,#e5e7eb);width:100%;color:var(--idb-text-main,#111827);cursor:pointer;text-align:left;background-color:#fff;border-radius:999px;outline:none;justify-content:space-between;align-items:center;padding:7px 12px 7px 14px;font-size:.8125rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.custom-select-trigger:hover{border-color:var(--idb-text-muted,#6b7280);background-color:#fafafa}.custom-select-trigger.is-open{border-color:var(--idb-primary,#3b82f6);box-shadow:0 0 0 3px #3b82f61f}.custom-select-label{text-overflow:ellipsis;white-space:nowrap;margin-right:8px;overflow:hidden}.custom-select-chevron{color:var(--idb-text-muted,#6b7280);flex-shrink:0;transition:transform .2s}.custom-select-chevron.rotate-180{transform:rotate(180deg)}.custom-select-options{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--idb-border,#e5e7eb);z-index:1000;background-color:#fffffff2;border-radius:12px;width:100%;max-height:300px;margin:0;padding:6px;list-style:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.custom-select-option{color:var(--idb-text-main,#111827);cursor:pointer;border-radius:8px;padding:8px 12px;font-size:.8125rem;transition:all .15s}.custom-select-option:hover{color:var(--idb-primary,#3b82f6);background-color:#f3f4f6}.custom-select-option.is-selected{color:var(--idb-primary,#3b82f6);background-color:#3b82f614;font-weight:600}.custom-select-options::-webkit-scrollbar{width:4px}.custom-select-options::-webkit-scrollbar-track{background:0 0}.custom-select-options::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:#d1d5db}
