#wiser_table_filter input, #wiser_table_filter select {
  border-color: #b9b1b1;
}    

.wiseranaloader {
  border: 2px solid #db1f76;
  border-radius: 60%;
  border-top: 2px solid #f3f3f3;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}