@charset "utf-8";
/*
 Theme Name:   Yolox Child
 Theme URI: http://yolox.ancorathemes.com
 Description:  Yolox Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     yolox
 Version:      1.0
 Tags:         light, inheritable theme options
 Text Domain:  yolox
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


/* Guage chart CSS Style 1 */
.sc-gauge  { width:200px; margin:10px auto; }
.sc-background { position:relative; height:100px; margin-bottom:10px; background-color:#e3f3fe; border-radius:150px 150px 0 0; overflow:hidden; text-align:center; }
.sc-mask { position:absolute; top:20px; right:20px; left:20px; height:80px; background-color:#FFF; border-radius:150px 150px 0 0 }
.sc-percentage { position:absolute; top:100px; left:-200%; width:400%; height:400%; margin-left:100px; background-color:#00aeef; }
.sc-min { float:left; }
.sc-max { float:right; }
.sc-value { position:absolute; top:50%; left:0; width:100%;  font-size:48px; font-weight:700 }