.certificate_validation {
  font-size: _font(neutral-size);

  p {
    font-size: _font(h3-size);
  }

  h2 {
    color: $color-dark-blue;
    margin-bottom: 1rem;
    font-weight: _font(weight-bolder);
  }

  h3 {
    font-size: _font(h2-size);
     font-weight: _font(weight-bolder);
  }

  h4 {
    font-weight: _font(weight-bolder);
  }

  .font-xl {
    font-size: _font(h1-size) - 0.2;
  }

  .box {
    text-align: left;

  }

  .left-text {
    font-size: inherit;

    a {
      font-size: _font(neutral-size);
    }
  }

  .search-filter {
    &:after {
      background-color: rgba(_palette(slant-line, bright-greeen), 0.8);
    }
  }

  .tabs-widget-1 {
    .tab-content {
      ul {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 2rem;
      }
    }
  }

  .form-control {
    font-weight: _font(weight);
  }

  .invalid-feedback,
  .sorry-no-results {
    font-size: inherit;
  }

  .info-icon,
  .verified {
    width: 20px;
    height: 20px;
    margin-left: 0.5rem;

    img {
      height: 30px;
      width: 100%;
    }
  }

  .result-successful .user-details {

    h3,
    p {
      font-size: 1.3rem;
    }
  }

  .legend-list {
    list-style: none !important;
    padding-left: 0 !important;

    li {
      margin-bottom: 1rem;
      img {
        height: 30px;
        margin-right: 10px;
        width: 30px;
      }
    }
  }
}