@import '../../base/base';
// body.dark {
    .widget-one_hybrid {
      background: #fff;
      background: #fff;
      padding: 0 !important;
    
      .widget-heading {
        padding: 20px 13px;
    
        .w-title {
          display: flex;
          margin-bottom: 15px;
        }
    
        .w-icon {
          display: inline-block;
          align-self: center;
          padding: 10px;
          border-radius: 12px;
          margin-right: 16px;
        }
    
        svg {
          width: 22px;
          height: 22px;
        }
    
        .w-value {
          font-size: 24px;
          font-weight: 600;
          margin-bottom: 0;
          align-self: center;
        }
    
        h5 {
          margin-bottom: 0;
          font-size: 13px;
          font-weight: 600;
          color: #506690;
          letter-spacing: 1px;
        }
      }
    
      .apexcharts-canvas svg {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
      }
    
      &.widget-followers .widget-heading .w-icon {
        color: $primary;
        background: #eceffe;
      }
    
      &.widget-referral .widget-heading .w-icon {
        color: $danger;
        background-color: #fbeced;
      }
    
      &.widget-social {
        background: $l-info;
        background: $primary;
    
        .widget-heading .w-icon {
          color: $info;
          border: 1px solid $info;
        }
      }
    
      &.widget-engagement .widget-heading .w-icon {
        color: #009688;
        background-color: #ddf5f0;
      }
    }
  // }