.select-body_body__xY2Tp{list-style:none;margin:0;padding:10px 0;border-radius:16px;border:1px solid var(--grey);background-color:var(--main-color);position:absolute;left:0;right:0;top:calc(100% + 8px);display:grid;grid-auto-flow:row;z-index:100;max-height:314px;height:auto}.select-body_body__ul__7waR_{max-height:210px;height:auto}.select-body_body__ul__7waR_::-webkit-scrollbar{width:22px!important}.select-body_body__ul__7waR_::-webkit-scrollbar-thumb{border:10px solid var(--main-color)!important}.select-body_divider__xQdn8{width:100%;height:1px;background-color:var(--grey-light);margin-bottom:15px}.select-body_button__4U02M{width:220px;height:44px;margin:0 auto;padding:0}.select-option_option__TcVu6{position:relative;display:flex;column-gap:10px;padding:10px 20px;border-radius:4px;transition:background-color .2s ease;cursor:pointer;outline:none}.select-option_checkbox__KKf5K{position:absolute;left:0;top:0;width:0;height:0;opacity:0}.select-option_fakeCheckbox__94f3o{content:"";position:relative;width:20px;height:20px;border-radius:4px;border:2px solid var(--red);cursor:pointer}.select-option_checkbox__KKf5K:checked+.select-option_fakeCheckbox__94f3o{background-color:var(--red)}.select-option_checkbox__KKf5K:checked+.select-option_fakeCheckbox__94f3o:after{content:"";position:absolute;width:14px;height:12px;border-radius:4px;top:2px;left:1px;cursor:pointer;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L4.33333 9L1 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.select-option_option__label__BpCrc{font:var(--fields-text);color:var(--primary-color);transition:color .2s ease}.select-option_option__TcVu6:focus .select-option_option__label__BpCrc{color:var(--red)}@media screen and (hover:hover){.select-option_option__TcVu6:hover .select-option_option__label__BpCrc{color:var(--red)}}