.select-field-wrapper{position:relative}.select-field .select__control{cursor:pointer;min-height:48px;display:flex;align-items:center;padding:0 24px;background:rgba(206,204,204,.1);border-radius:18px;box-shadow:none;color:#fff;border:1px solid rgba(0,0,0,0)}.select-field .select__control--is-focused,.select-field .select__control:hover{border-color:#fff700}.select-field .select__control--menu-is-open .select__indicators svg{transition:transform .3s;transform:rotate(180deg)}.select-field .select__indicators svg{transition:transform .3s}.select-field .select__value-container{padding:0;margin:0}.select-field .select__menu{z-index:10;width:500px;width:100%;min-width:max-content;background:red!important}.select-field .select__menu ::-webkit-scrollbar{width:4px;height:4px}.select-field .select__menu ::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:10px}.select-field .select__menu ::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:10px}.select-field .select__menu ::-webkit-scrollbar-thumb:hover{background:#888}.select-field .select__menu-list{background:#191919}.select-field .select__option{min-height:40px}.select-field .select__option--is-focused,.select-field .select__option--is-selected{color:#191919;background:#0098ff}.select-field .select__single-value{margin-right:9px;color:#fff;font-family:var(--font-space),sans-serif;font-weight:700}.select-field--secondary .select__control{background:#191919!important;color:#fff}.select-field--big .select__control{min-height:56px;border-radius:15px}.dropdown-select{position:relative;width:100%;max-width:360px}.dropdown-select .select-field .select__control{background:rgba(206,204,204,.1)}