.select-loading{position:relative;background-image:none!important}.select-loading:after{content:"";position:absolute;right:15px;top:50%;width:16px;height:16px;margin-top:-8px;border:2px solid #ccc;border-top-color:#333;border-radius:50%;animation:spin 0.6s linear infinite;z-index:10}@keyframes spin{to{transform:rotate(360deg)}}select:disabled{opacity:0.8;background-color:#f8f8f8}