.Select_container__vNQfS{display:flex;flex-direction:column;min-width:180px}@media screen and (max-width:768px){.Select_container__vNQfS{min-width:160px}}.Select_container__vNQfS.Select_fullWidth__Sd2Vn{width:100%}.Select_labelRow__dP0u2{display:flex;align-items:center;gap:8px;margin-bottom:4px}.Select_label__X1qgF{display:block;font-weight:600;color:#1a1a1a;font-size:12px;letter-spacing:.5px}.Select_label__X1qgF .Select_required__5AegC{color:#c23b3b;margin-left:2px}.Select_labelAction__Pn_0K{display:inline-flex;align-items:center}.Select_selectWrapper__dHV2n{position:relative;display:flex;align-items:center;width:100%;border:1px solid #dadbd6;border-radius:8px;background:#fff;transition:all .2s ease}.Select_selectWrapper__dHV2n:focus-within{outline:none;border-color:#5b6f5a;box-shadow:0 0 0 3px rgba(91,111,90,.1)}.Select_selectWrapper__dHV2n.Select_open__M6EO_{border-color:#5b6f5a;box-shadow:0 0 0 3px rgba(91,111,90,.1)}.Select_selectWrapper__dHV2n.Select_error__gTsoT{border-color:#c23b3b}.Select_selectWrapper__dHV2n.Select_error__gTsoT:focus-within{border-color:#c23b3b;box-shadow:0 0 0 3px #f6e1e1}.Select_selectWrapper__dHV2n.Select_disabled__OKHtB{background:rgba(91,111,90,.1);cursor:not-allowed;opacity:.6}.Select_selectWrapper__dHV2n.Select_disabled__OKHtB .Select_select__Izvho{cursor:not-allowed}.Select_selectWrapper__dHV2n.Select_disabled__OKHtB .Select_chevron__nb7dV{opacity:.5}.Select_selectWrapper__dHV2n.Select_small__sFGrA .Select_select__Izvho{padding:6px 32px 6px 12px;font-size:13px}.Select_selectWrapper__dHV2n.Select_small__sFGrA .Select_chevron__nb7dV{right:10px;width:14px;height:14px}.Select_selectWrapper__dHV2n.Select_medium__0YnyY .Select_select__Izvho{padding:8px 36px 8px 16px;font-size:14px}.Select_selectWrapper__dHV2n.Select_medium__0YnyY .Select_chevron__nb7dV{right:12px;width:16px;height:16px}.Select_selectWrapper__dHV2n.Select_large__YJ0BF .Select_select__Izvho{padding:12px 40px 12px 20px;font-size:16px}.Select_selectWrapper__dHV2n.Select_large__YJ0BF .Select_chevron__nb7dV{right:16px;width:18px;height:18px}.Select_selectWrapper__dHV2n.Select_outlined__hFlAF{border-width:2px}.Select_selectWrapper__dHV2n.Select_filled__IH_bK{background:rgba(91,111,90,.1);border-color:rgba(0,0,0,0)}.Select_selectWrapper__dHV2n.Select_filled__IH_bK:focus-within{background:#fff;border-color:#5b6f5a}.Select_selectWrapper__dHV2n.Select_filled__IH_bK.Select_error__gTsoT{background:#f6e1e1;border-color:#c23b3b}.Select_select__Izvho{flex:1 1;width:100%;border:none;outline:none;background:rgba(0,0,0,0);font-family:inherit;color:#1a1a1a;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.Select_select__Izvho::-ms-expand{display:none}.Select_select__Izvho:disabled{cursor:not-allowed;color:#5e5e5e}.Select_select__Izvho option{background:#fff;color:#1a1a1a;padding:8px}.Select_select__Izvho option:disabled{color:#8f8f8f;font-style:italic}.Select_chevron__nb7dV{position:absolute;right:12px;pointer-events:none;color:#8f8f8f;transition:transform .2s ease;flex-shrink:0}.Select_chevron__nb7dV.Select_chevronOpen__BOQRl,.Select_selectWrapper__dHV2n:focus-within .Select_chevron__nb7dV{transform:rotate(180deg)}.Select_selectButton__OdYRn{flex:1 1;width:100%;border:none;outline:none;background:rgba(0,0,0,0);font-family:inherit;color:#1a1a1a;transition:all .2s ease;cursor:pointer;text-align:left;padding:8px 36px 8px 16px;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:8px}.Select_selectButton__OdYRn:disabled{cursor:not-allowed;color:#5e5e5e}.Select_selectWrapper__dHV2n.Select_small__sFGrA .Select_selectButton__OdYRn{padding:6px 32px 6px 12px;font-size:13px}.Select_selectWrapper__dHV2n.Select_large__YJ0BF .Select_selectButton__OdYRn{padding:12px 40px 12px 20px;font-size:16px}.Select_selectButtonText__DXEW5{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit}.Select_selectButtonText__DXEW5:empty:before{content:attr(data-placeholder);color:#8f8f8f}.Select_dropdown__pa4kQ{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid #dadbd6;border-radius:8px;box-shadow:0 4px 12px rgba(91,111,90,.2);z-index:1000;max-height:300px;display:flex;flex-direction:column;overflow:hidden;animation:Select_slideDown__VNnGs .2s ease}@keyframes Select_slideDown__VNnGs{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Select_searchContainer__J4sx7{position:relative;padding:12px;border-bottom:1px solid #dadbd6;display:flex;align-items:center;gap:8px}.Select_searchIcon__zCo0w{color:#8f8f8f;flex-shrink:0}.Select_searchInput__JU1pI{flex:1 1;border:none;outline:none;background:rgba(0,0,0,0);font-family:inherit;font-size:14px;color:#1a1a1a;padding:4px 0}.Select_searchInput__JU1pI::placeholder{color:#8f8f8f}.Select_clearSearch__hUuL0{display:flex;align-items:center;justify-content:center;padding:4px;border:none;background:rgba(0,0,0,0);color:#8f8f8f;cursor:pointer;border-radius:4px;transition:all .2s ease;flex-shrink:0}.Select_clearSearch__hUuL0:hover{background:rgba(91,111,90,.1);color:#1a1a1a}.Select_optionsList__VnmR5{max-height:240px;overflow-y:auto;padding:4px 0}.Select_optionsList__VnmR5::-webkit-scrollbar{width:6px}.Select_optionsList__VnmR5::-webkit-scrollbar-track{background:rgba(91,111,90,.1)}.Select_optionsList__VnmR5::-webkit-scrollbar-thumb{background:#dadbd6;border-radius:3px}.Select_optionsList__VnmR5::-webkit-scrollbar-thumb:hover{background:#8f8f8f}.Select_option___uabc{width:100%;padding:10px 16px;border:none;background:rgba(0,0,0,0);text-align:left;font-family:inherit;font-size:14px;color:#1a1a1a;cursor:pointer;transition:all .15s ease;display:block}.Select_option___uabc:hover:not(.Select_optionDisabled__JdFWm){background:rgba(91,111,90,.1);color:#5b6f5a}.Select_option___uabc.Select_optionSelected__YIDRg{background:rgba(91,111,90,.1);color:#5b6f5a;font-weight:600}.Select_option___uabc.Select_optionDisabled__JdFWm{opacity:.5;cursor:not-allowed;font-style:italic}.Select_selectWrapper__dHV2n.Select_small__sFGrA .Select_option___uabc{padding:8px 12px;font-size:13px}.Select_selectWrapper__dHV2n.Select_large__YJ0BF .Select_option___uabc{padding:12px 20px;font-size:16px}.Select_noResults__r47mz{padding:16px;text-align:center;color:#8f8f8f;font-size:14px;font-style:italic}.Select_footerText__j_XnF{font-size:12px;margin-top:4px;line-height:1.4}.Select_hintText__dbaPl{color:#8f8f8f}.Select_errorText__p2v3P{color:#c23b3b;font-weight:500}