.custom-select{border-color:var(--color-neutral-100);width:100%;box-shadow:none;direction:rtl;background-color:#fff;border-style:solid;border-width:1px;border-radius:30px;align-items:center;gap:8px;padding-right:16px;display:flex;position:relative}.custom-select.input-search{height:100%}@media (max-width:768px){.custom-select.input-search{height:57px}}.custom-select.input-search>input{color:#333;background-color:#0000;border:none;outline:none;width:100%;height:100%;font-family:inherit;font-size:16px}.custom-select .react-select--is-disabled{width:100%}.custom-select .react-select__control{border:none;padding-right:0}.custom-select .react-select__control:hover{background-color:#0000;border-color:#0000}.custom-select__icon-wrapper{color:#161618;align-items:center;font-size:24px;display:flex}.custom-select__icon-wrapper>svg{width:24px;height:24px}.custom-select__icon-wrapper .custom-select__loading .path{stroke:var(--color-primary-50);stroke-linecap:round;animation:1.5s ease-in-out infinite dash}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.custom-select__arrow{color:#161618;font-size:24px;transition:transform .25s}.custom-select .react-select__control{flex:1}
