HEX
Server: Apache
System: Linux sxb1plzcpnl440011.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xfp2mtarcm67 (7705020)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //home/xfp2mtarcm67/www/wp-content/plugins/addons-for-elementor/assets/css/widgets/stats-bars.scss
@import "../lae-lib";

/* ------------------------------------- Stats Bar --------------------------------------------- */

.lae-stats-bars {
  clear: both;

  .lae-stats-bar {
    width: 100%;
    display: block;
    margin: 0 0 18px;
    overflow: hidden;

    .lae-stats-title {
      margin: 0;
      display: block;
      color: #888;
      font-style: normal;
      font-size: 15px;
      text-transform: none;
      color: #333;
      font-size: 16px;
      line-height: 28px;

      span {
        margin-left: 5px;

        .rtl & {
          display: inline-block;
          margin: 0 5px 0 0;
        }
      }

      .lae-dark-bg & {
        color: $dark-bg-primary-text;
      }
    }

    .lae-stats-bar-wrap {
      position: relative;
    }

    .lae-stats-bar-content {
      background: #e55a54;
      display: block;
      height: 10px;
      width: 0;
      position: relative;
      z-index: 1;
      border-radius: 5px;
    }

    .lae-stats-bar-bg {
      width: 100%;
      background: rgba(0, 0, 0, 0.1);
      height: 10px;
      display: block;
      margin-top: -10px;
      border-radius: 5px;

      .lae-dark-bg & {
        background: rgba(255, 255, 255, 0.1);
      }
    }
  }

}