.CustomSelect_wrapper__Lwy_Q{position:relative;display:flex;align-items:center;width:150px;min-width:120px;z-index:2147483640}.CustomSelect_trigger__Vpsje{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 36px 10px 16px;border-radius:18px;border:1px solid var(--color-text-placeholder);background:var(--background);box-shadow:0 6px 18px rgba(0,0,0,.08);cursor:pointer;box-sizing:border-box;transition:background .2s ease,box-shadow .2s ease}.CustomSelect_trigger__Vpsje:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.CustomSelect_trigger__Vpsje:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.CustomSelect_label__AqAoS{font-size:14px;color:var(--color-text-primary);font-weight:500;flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CustomSelect_arrow__IsEbN{position:absolute;top:50%;right:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:var(--color-text-primary,#111);cursor:pointer;transform:translateY(-50%);transition:.2s ease}.CustomSelect_arrow__IsEbN:hover{background:var(--color-background-secondary)}.CustomSelect_arrow__IsEbN:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.CustomSelect_arrowIcon__uPeAB{font-size:16px}.CustomSelect_menu__umwSE{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:var(--background);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-medium);max-height:300px;overflow-y:auto;z-index:2147483641}.CustomSelect_option__LIXjQ{padding:8px 16px;font-size:14px;color:var(--color-text-primary);cursor:pointer;transition:background .15s ease;display:flex;align-items:center;white-space:nowrap}.CustomSelect_option__LIXjQ:hover{background:var(--color-text-light-grey)}.CustomSelect_optionSelected__kaGUs{background:var(--color-background-secondary);color:var(--main-color);font-weight:500}.CustomSelect_option__LIXjQ:first-child{border-radius:11px 11px 0 0}.CustomSelect_option__LIXjQ:last-child{border-radius:0 0 11px 11px}