.custom-select-container{-webkit-user-select:none;user-select:none;min-width:200px;font-family:inherit;position:relative}.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{background-color:var(--color-white);width:320px;max-height:300px;box-shadow:0 4px 6px -1px var(--black-alpha-10);z-index:50;border:1px solid #00000014;border-radius:12px;margin:0;padding:40px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.custom-select-container .custom-select-options .custom-option{color:var(--color-neutral);cursor:pointer;letter-spacing:0%;margin-bottom:24px;padding:0;font-size:14px;font-weight:600;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}.custom-select-container .custom-select-options::-webkit-scrollbar{width:6px}.custom-select-container .custom-select-options::-webkit-scrollbar-track{background:#f1f1f1}.custom-select-container .custom-select-options::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.custom-select-container .custom-select-options::-webkit-scrollbar-thumb:hover{background:#9ca3af}
