.custom-select{position:relative;width:100%}.custom-select__container{background:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;height:36px;padding:6px 40px 6px 16px;position:relative}.custom-select__container:before{content:"󰅀";font-family:Material Icons;font: 24px/1 Material Design Icons;position:absolute;right:-2px;top:50%;transform:translate(-50%,-50%)}.custom-select__container.open:before{transform:translate(-50%,-50%) rotate(180deg)}.custom-select__selected-item{color:#333;display:-webkit-box;-webkit-line-clamp:1;width:100%;word-break:break-all;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.custom-select__label{color:#aaa;cursor:pointer;line-height:1;max-width:-moz-max-content;max-width:max-content;position:absolute;top:50%;transform:translateY(-50%);transition:.3s;transition:top .3s,font-size .3s}.custom-select__label.active{background:#fff;color:#666;font-size:12px;top:0}.custom-select__dropdown{background-color:#fff;border:1px solid #ccc;border-radius:4px;left:0;max-height:200px;overflow:auto;position:absolute;right:0;top:100%;z-index:10}.custom-select__search-input{border:none;border-bottom:1px solid #ccc;box-sizing:border-box;margin:8px 16px;padding:8px 0;width:calc(100% - 32px)}.custom-select__search-input:focus{outline:none}.custom-select__no-results{color:#999;padding:8px 16px}.custom-select__dropdown-item{cursor:pointer;padding:8px 16px}.custom-select__dropdown-item--not{color:#ccc}.custom-select__dropdown-item.active,.custom-select__dropdown-item:hover{background-color:#eee}.custom-select.no-checkboxes .custom-checkbox label:before{display:none}
