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