.rate-the-article {
  border: none;
  background: none;

  .pages-wrapper {
    border:  solid 1px #c4cdd5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
  }

  .page {
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    .btn-container {
      margin-left: auto;
      margin-right: auto;
    }

    .yes-btn {
      height: 45px;

      svg {
        position: relative;
        right: 12px;
      }
    }

    .no-btn {
      height: 45px;

      svg {
        position: relative;
        right: 12px;
      }
    }
  }

  h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #5a646d;
    text-align: center;
  }
  .btn-rate {
    min-width: 130px;
  }
  .what-was-wrong {
    form {
      /* //max-width: 300px; */
    }
  }
}
.rate-the-article .page-2-active .page-1 {
    display: none;
} 
.rate-the-article .page-2-active .page-2, .rate-the-article .page-1-active .page-1 {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.rate-the-article .btn-rate:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}