.rc-select{display:inline-block;position:relative}.rc-select-disabled,.rc-select-disabled input{cursor:not-allowed}.rc-select-disabled .rc-select-selector{opacity:.3}.rc-select .rc-select-selection-placeholder{opacity:.4}.rc-select .rc-select-selection-search-input{appearance:none;padding:0}.rc-select .rc-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.rc-select-single{width:100%}.rc-select-single .rc-select-selector{display:flex;position:relative;height:36px}.rc-select-single .rc-select-selector .rc-select-selection-search{width:100%;appearance:none;padding:12px 10px;background:#f2f2f2;border-radius:4px}.rc-select-single .rc-select-selector .rc-select-selection-search-input{width:100%;opacity:0;display:none}.rc-select-single .rc-select-selector .rc-select-selection-item,.rc-select-single .rc-select-selector .rc-select-selection-placeholder{position:absolute;top:0;left:0;padding:8px 10px;height:100%;font-size:15px;display:flex;align-items:center}.rc-select-allow-clear.rc-select-multiple .rc-select-selector{padding-right:20px}.rc-select-allow-clear .rc-select-clear{position:absolute;right:0;top:0;z-index:10;height:100%;font-size:18px}.rc-select-allow-clear .rc-select-clear-icon{width:40px;height:90%;align-items:center;justify-content:center;display:inline-flex;color:gray}.rc-select-show-arrow.rc-select-multiple .rc-select-selector{padding-right:20px}.rc-select-show-arrow .rc-select-arrow{position:absolute;right:5px;top:0}.rc-select-show-arrow .rc-select-arrow-icon:after{content:"";width:0;height:0;display:inline-block;border:5px solid transparent;border-top-color:#999;transform:translateY(5px)}.rc-select-focused .rc-select-selector{border-color:blue!important}.rc-select-dropdown{position:absolute;background:#fff;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);border-radius:2px;overflow:hidden;z-index:10000}.rc-select-dropdown-hidden{display:none}.rc-select-item{font-size:16px;line-height:1.5;padding:6px 10px;color:rgba(0,0,0,.85);cursor:pointer}.rc-select-item-group{color:#999;font-weight:700;font-size:80%}.rc-select-item-option{position:relative}.rc-select-item-option-grouped{padding-left:24px}.rc-select-item-option .rc-select-item-option-state{position:absolute;right:0;top:4px;display:none}.rc-select-item-option-active{background:#f5f5f5}.rc-select-item-option-disabled{color:#999}.rc-select-item-empty{text-align:center;color:#999}