body{
    background:none transparent;
}

#hmwp_seek .wp_loading {
    border: 16px solid #DBE2EF;
    border-top: 16px solid #3F72AF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

#hmwp_seek #hmwp_ajax_form{

}

#hmwp_seek #hmwp_seek_url{
    background-color: #DBE2EF;
}
#hmwp_seek #hmwp_seek_button{
    background-color: #FFA500;
    color: white;
    font-weight: 600;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
