.CustomSelect_wrapper__eNOEd{position:relative;width:100%;max-width:420px;font-family:inherit}.CustomSelect_label__Z4u_p{display:block;font-size:.875rem;font-weight:600;color:var(--text-main);margin-bottom:.5rem;letter-spacing:.01em}.CustomSelect_trigger__Yh6Cg{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9375rem;font-weight:500;color:var(--text-main);cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CustomSelect_trigger__Yh6Cg:hover:not(:disabled){border-color:#cbd5e1;background:#fafafa}.CustomSelect_triggerOpen__0qXWl{border-color:var(--primary)!important;box-shadow:0 0 0 3px hsla(8,72%,56%,.12);background:#fff!important}.CustomSelect_triggerDisabled__xIAGu{opacity:.5;cursor:not-allowed;background:#f8fafc}.CustomSelect_triggerText__iwtCk{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CustomSelect_placeholder__WUoin{color:#94a3b8}.CustomSelect_chevron__6335L{flex-shrink:0;color:#94a3b8;transition:transform .22s cubic-bezier(.4,0,.2,1),color .2s ease}.CustomSelect_chevronOpen__dsnCj{transform:rotate(180deg);color:var(--primary)}.CustomSelect_dropdown__joPQ7{position:absolute;bottom:calc(100% + 6px);top:auto;left:0;right:0;z-index:9999;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 10px 25px -5px rgba(0,0,0,.1);overflow-y:auto;max-height:200px;animation:CustomSelect_dropdownIn__2BtqM .18s cubic-bezier(.4,0,.2,1) forwards}@keyframes CustomSelect_dropdownIn__2BtqM{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.CustomSelect_groupHeader__V3xqT{padding:.5rem 1rem .25rem;font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #f1f5f9;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CustomSelect_groupHeader__V3xqT:not(:first-child){border-top:1px solid #e2e8f0}.CustomSelect_option__X08zA{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem 1rem;background:transparent;cursor:pointer;text-align:left;transition:background .15s ease;border:none;border-bottom:1px solid #f1f5f9}.CustomSelect_option__X08zA:last-child{border-bottom:none}.CustomSelect_option__X08zA:hover{background:#f8fafc}.CustomSelect_optionSelected__a_A8T{background:hsla(8,72%,56%,.05)}.CustomSelect_optionSelected__a_A8T:hover{background:hsla(8,72%,56%,.08)}.CustomSelect_optionContent__fbqSR{display:flex;flex-direction:column;gap:.15rem;flex:1}.CustomSelect_optionLabel__UATPO{font-size:.9375rem;font-weight:500;color:var(--text-main);line-height:1.4}.CustomSelect_optionDescription__Eu5RR{font-size:.8rem;color:#64748b;font-weight:400;line-height:1.4}.CustomSelect_checkIcon__KK8vm{flex-shrink:0;color:var(--primary)}