.icon{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.icon__hover-block{background:#828282;z-index:101;text-align:center;position:absolute;top:-60px;color:#fff;border:1px solid grey;border-radius:10px;padding:7px 15px}.selector__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selector{height:42px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;border:1px solid var(--stroke-table);background-color:var(--background-layer);border-radius:5px;padding:0 40px 0 30px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;z-index:100}.selector,.selector__selected{width:100%}.selector__list{width:100%;max-height:240px;border:1px solid var(--stroke-table);background-color:var(--background-layer);padding:10px 30px;position:absolute;top:110%;left:0;box-shadow:0 5px 10px rgba(0,0,0,.35);overflow-y:scroll}.selector__list::-webkit-scrollbar{width:6px}.selector__list::-webkit-scrollbar-thumb{background:var(--emerald)}.selector__list_without-max-height{max-height:unset}.selector__item{padding:10px 0}.selector__item:active .selector__text,.selector__item:hover .selector__text{color:var(--emerald)}.selector__text{width:100%;font-family:Arial;font-size:16px;font-weight:400;line-height:1.2;letter-spacing:normal;color:var(--text);transition:all .2s ease-in-out}.selector__text_disabled{color:var(--stroke-table)}.selector__reset-container{width:20px;height:20px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;position:absolute;z-index:101;right:20px;fill:var(--stroke-table)}.selector__reset-container>svg{width:9px;height:9px}.selector__icon{width:9px;height:8px;fill:var(--stroke-table);position:absolute;top:17px;right:20px;transition:all .2s ease-in-out}.selector__icon.rotate{transform:rotate(180deg);fill:var(--emerald)}