 .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); }
}
.darkcolor{background: #2C0444 !important;
color: #fff !important;
border: 1px solid #2C0444 !important;
transition: 0.5s;
opacity: 1;}

.darkcolor:hover {color: #333  !important;
background-color: #fff  !important;
border-color: #ccc  !important;}