.custom-select{position:relative;width:100%}.custom-select__selected-option{min-height:1.75rem;width:100%;border-bottom:1px solid #d1def0;color:rgb(var(--global-color-foreground));font-size:1.125rem;font-weight:500;line-height:1.25rem;display:flex;align-items:center;justify-content:space-between;-webkit-padding-start:.63rem;padding-inline-start:.63rem}.custom-select__selected-option:hover{cursor:pointer}.custom-select__label{color:#6a829e;font-size:.75rem;font-weight:400;-webkit-padding-start:.63rem;padding-inline-start:.63rem}.custom-select__options-list-container{position:absolute;z-index:10;width:100%}.custom-select__options-list{box-shadow:0 20px 20px -11px rgba(202,211,223,.49);display:flex;gap:1px;flex-direction:column;background-color:rgb(var(--global-color-white));max-height:24.5rem;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;background-color:#e8eef7;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.custom-select__options-list:hover{cursor:pointer}.custom-select__option{background-color:rgb(var(--global-color-white));height:3.5rem;display:flex;align-items:center;-webkit-padding-start:.88rem;padding-inline-start:.88rem;-webkit-padding-end:.88rem;padding-inline-end:.88rem;padding-bottom:1rem;padding-top:1rem;font-size:1rem;font-weight:400}.custom-select__option:hover{cursor:pointer}.custom-select__option--selected{background-color:#e8eef7}.custom-select--variant-small{width:10.687rem}.custom-select--variant-small__selected-option{-webkit-padding-end:.63rem;padding-inline-end:.63rem;width:10.687rem;border-radius:.5rem;background-color:rgb(var(--global-color-white));border:1.2px solid #d1def0}.custom-select--variant-small__selected-option[aria-expanded=true]{background-color:rgb(var(--global-color-primary))}.custom-select--variant-small__selected-option[aria-expanded=true] span{color:rgb(var(--global-color-white))}.custom-select--variant-small__selected-option[aria-expanded=true] span svg path{stroke:rgb(var(--global-color-white))}.custom-select--variant-small__selected-option span{color:rgb(var(--global-color-foreground));font-size:.9375rem;font-style:normal;font-weight:500;line-height:normal}.custom-select--variant-small__option{color:rgb(var(--global-color-foreground));font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.custom-select--variant-small__option--selected{color:rgb(var(--global-color-primary));font-weight:600;background-color:rgb(var(--global-color-white))}.custom-select--variant-small__option:hover{color:inherit;cursor:pointer;background-color:#e8eef7}.custom-select--variant-engine{width:-moz-fit-content;width:fit-content}.custom-select--variant-engine__selected-option{height:3.5rem;border:1px solid #d1def0;font-size:1rem;font-weight:600;-webkit-padding-start:.75rem;padding-inline-start:.75rem;-webkit-padding-end:1rem;padding-inline-end:1rem;max-width:8.5rem;min-width:7.5rem}@media(max-width:1024px){.custom-select--variant-engine__selected-option{max-width:unset}}.custom-select--variant-engine__selected-option-open{border:1px solid rgb(var(--global-color-primary))}.custom-select--variant-engine__option--selected{background-color:rgb(var(--global-color-white))}.custom-select--variant-engine__option--selected,.custom-select--variant-engine__option:hover{color:rgb(var(--global-color-primary));font-weight:600}.custom-select[disabled]{pointer-events:none}@media(max-width:1024px){.custom-select{display:flex;align-items:center;border:1px solid #d1def0;width:100%;border-radius:.25rem}.custom-select--variant-big{padding:.95rem .8rem}.custom-select__additional-title{display:flex;justify-content:space-between}.custom-select__additional-title button{background-color:rgba(0,0,0,0);border:none}.custom-select__options-list-container{width:100%;height:100%;position:fixed;top:0;right:0;z-index:3000;background-color:rgba(0,0,0,.44)}.custom-select__options-list{gap:1.25rem;width:100%;height:75vh;border-radius:2.5rem 2.5rem 0 0;padding:2.88rem 2.5rem 2.5rem;position:absolute;bottom:0;background-color:rgb(var(--global-color-white))}.custom-select__option{height:-moz-fit-content;height:fit-content;word-break:break-word;position:relative;display:flex;gap:.62rem;padding-top:.62rem;padding-bottom:.62rem;align-items:center}.custom-select__option span:first-of-type{display:block;width:90%}.custom-select__option:before{content:"";flex-basis:auto;display:block;height:1.5rem;width:1.5rem;border:2px solid rgb(var(--global-color-foreground));border-radius:50%}.custom-select__option--selected{background-color:rgb(var(--global-color-white))}.custom-select__option--selected:after{content:"";position:absolute;height:1rem;width:1rem;border-radius:50%;background-color:rgb(var(--global-color-foreground));inset-inline-start:1.1rem}.custom-select__label{padding-top:.15rem;font-weight:600;font-size:1.11288rem;color:rgb(var(--global-color-foreground));flex-shrink:0}.custom-select__selected-option{border:none;font-size:1.11288rem;font-weight:400}}body.modal-open{overflow:hidden;position:fixed}