.custom-select-container{-webkit-user-select:none;user-select:none;flex:1 1 0;width:fit-content;min-width:200px;font-family:inherit;position:relative}@media (max-width:1023px){.custom-select-container{min-width:171px}}.custom-select-container .custom-select-trigger{background-color:var(--color-white);box-shadow:0 0 0 1px var(--color-neutral-150) inset;cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:9.5px 19px;transition:all .2s;display:flex}.custom-select-container .custom-select-trigger .selected-value{color:#9a9a9a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:150%;overflow:hidden}.custom-select-container .custom-select-trigger .arrow-icon{color:#9a9a9a;flex-shrink:0;margin-left:8px;font-size:16px;transition:transform .2s;display:flex}.custom-select-container .custom-select-trigger .arrow-icon.rotate{transform:rotate(180deg)}.custom-select-container .custom-select-trigger:hover,.custom-select-container .custom-select-trigger.open{border-color:var(--color-primary)}.custom-select-container .custom-select-options-wrapper{background-color:var(--color-white);width:100%;box-shadow:0 4px 6px -1px var(--black-alpha-10);z-index:50;border:1px solid #00000014;border-radius:12px;padding:6px 8px 6px 6px;position:absolute;top:calc(100% + 4px);left:0}.custom-select-container .custom-select-options{max-height:244px;margin:0;padding:0;list-style:none;overflow-y:auto}.custom-select-container .custom-select-options::-webkit-scrollbar{width:6px}.custom-select-container .custom-select-options::-webkit-scrollbar-track{background:#fff}.custom-select-container .custom-select-options::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:9999px}.custom-select-container .custom-select-options::-webkit-scrollbar-thumb:hover{background:#9ca3af}.custom-select-container .custom-select-options .custom-option{color:var(--color-neutral);cursor:pointer;letter-spacing:0%;margin-bottom:1px;padding:10px 8px;font-size:14px;font-weight:400;line-height:100%;transition:background-color .1s}.custom-select-container .custom-select-options .custom-option:last-child{margin-bottom:0}.custom-select-container .custom-select-options .custom-option:hover,.custom-select-container .custom-select-options .custom-option.selected{color:var(--color-primary);background-color:#0000}.custom-select-container .custom-select-options .custom-option button{cursor:pointer}
