.select__control{margin-top:8px;transition:border-color .2s ease;max-width:100%;display:flex;overflow:hidden;width:100%!important;min-width:0!important}.select__menu-list{overflow-y:auto;scrollbar-color:#7c808c rgba(0,0,0,0);scrollbar-width:thin}.select__menu-list::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);padding:0 5px}.select__menu-list::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,0)}.select__menu-list::-webkit-scrollbar{width:5px}.select__menu-list::-webkit-scrollbar-thumb{background:#7c808c;border-radius:8px;position:relative;right:8px}.select__menu-list::-webkit-scrollbar-thumb:vertical{background-color:#7c808c}.select__option{background-color:#fff;transition:background-color .15s ease}.select__option:hover{cursor:pointer}.select__option:active{background-color:#e4e4e4!important}.select__option--is-selected{background-color:#e4e4e4}.select__option--is-selected:active{background-color:#e4e4e4!important}.select__option--is-focused{background-color:#e4e4e4}.select__multi-value{border-radius:14px!important;padding:1px 10px 1px 14px!important;display:flex;border:none;justify-content:space-between;align-items:center;margin:0 8px 0 0!important;background-color:#00985f!important;max-width:100%;flex-shrink:1;overflow:hidden}.select__multi-value__label{color:#fff!important;font-size:14px!important;padding:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.select__multi-value__remove{margin-left:8px;padding:0!important}.select__multi-value__remove:hover{background-color:rgba(0,0,0,0)!important}.select__value-container{position:relative;flex:1 1 auto;min-width:0;overflow:hidden}.select__value-container--is-multi{flex-wrap:nowrap!important}.select__value-container--is-multi.select__value-container--has-value{margin-left:-6px}.select__single-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}