.select-dropdown-spinner{position:relative}.select-dropdown-spinner:before{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid #192d89;border-radius:50%;border-top-color:#fff;bottom:0;content:"";height:20px;margin:auto;position:absolute;right:40px;top:0;width:20px;z-index:10}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}