.wclearfy-setup__color--red {
  & > .dashicons {
    color: #ff1c40;
  }

}

.wclearfy-setup__color--green {
  & > .dashicons {
    color: #1fa21f;
  }
}

.wclearfy-setup__install-component-button {
  background-color: #ff1c40 !important;
  border-color: #ff1c40 !important;
  color: white !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  padding: 10px 30px !important;
  text-decoration: none !important;

  &:link, &:active {
    text-decoration: none !important;
  }

  &:hover {
    color: #f3f4ef;
  }
}

.wbcr-clearfy-danger-message {
  position: relative;
  padding: 15px;
  background: #ffe0de;
  color: #9c6e6e;
  border-radius: 3px;
}

.wclearfy-gogle-page-speed-audit__preloader {
  display: block;
  width: 100%;
  height: 100px;
  background: url("../../img/setup-preloader-124x124.gif") center no-repeat;
}

.wclearfy-gogle-page-speed-audit__errors {
  display: none;
  padding: 15px;
  background: #fddfdf;
}

.wclearfy-score {
  padding: 20px;
  text-align: center;
}

.wclearfy-desktop-score, .wclearfy-mobile-score {
  display: inline-block;
  width: 150px;
  padding-left: 20px;
  padding-right: 20px;
}


.wclearfy-score-circle {
  position: relative;
  margin: 0 auto;
}

.wclearfy-status-circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #aaa;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.5;
}

.wclearfy-score-circle .wclearfy-status-overlay-text {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  margin: 0;
  width: 200%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3125;
  opacity: 0;
  color: #777;
}

.wclearfy-statistic {
  padding: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;

  .wclearfy-statistic__line {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    padding: 8px;
  }

  .wclearfy-statistic__results {
    padding-right: 5px;
    font-weight: bold;
  }
}

