/*
id: p_0010408
name: /front_end/img/loading.html
*/
.class_loading_p_0010408_css
{
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: auto;
    animation: kf_spin_p_0010408_css 1s linear infinite;
}
@keyframes kf_spin_p_0010408_css {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*
COMO USAR:
<link rel="stylesheet" type="text/css" href="https://www.oxbridge/front_end/img/loading.css">
<div style="height: 30px; width:30px;" class="class_loading_p_0010408_css"></div>
*/
