.google-reviews-main {
  height: calc(100vh);
}

.fcsc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.google-reviews-main h2 {
  font-size: 20px;
  padding: 10px 0px;
}

.google-reviews-main p {
  font-size: 16px;
  text-align: center;
  padding: 20px 50px;
  line-height: 25px;
}

.stars {
  max-width: 250px;
  width: 100%;
}

.stars img {
  width: 40px;
  opacity: 0.5;
  margin: 2px;
  padding: 5px 5px 80px 5px;
}

.star-selected {
  opacity: 1 !important;
}

.google-maps-box {
  width: 300px;
  border: 1px solid #505050;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}

.google-maps-box img {
  width: 25px;
}

.google-maps-box p {
  padding: 0px;
  margin: 0px;
  color: #202020;
}

.google-reviews-main input,
.google-reviews-main textarea {
  width: 300px;
  margin: 0px 0px 10px 0px;
}

.reviews_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}

.review-item {
  border-radius: 3px;
  padding: 20px;
  box-shadow: 4px 4px 6px #888888;
}

.review-item div {
  margin: 4px;
  width: 500px;
}

.form-input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.chart-element {
  width: 600px !important;
  height: 600px !important;
  margin: 0 0 20px 0 !important;
  margin-right: 0 !important;
}

.review-statistics-chart {
  max-width: 100% !important;
}

/* MOBILE */

@media (max-width: 767px) {
  .reviews_list {
    width: 100%;
  }

  .review-item div {
    margin: 4px;
    width: 300px;
  }

  .zero-margin {
    margin: 0 0 20px 0 !important;
  }

  .chart-element {
    width: 300px !important;
    height: 300px !important;
    margin: 0 0 20px 0 !important;
    margin-right: 0 !important;
  }

  .frcc_mobile {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 20px !important;
  }

  .input_mobile {
    margin-right: 0 !important;
  }
}

.reviews-statistics-table-wrapper {
  width: 100%;
  max-width: 1100px;
  padding: 50px 10px;
}

.reviews-statistics-table {
  width: 100%;
  table-layout: fixed;
}

.reviews-statistics-table td,
.reviews-statistics-table th {
  border-bottom: 1px solid #dddddd;
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
}

/* MOBILE */

@media (max-width: 767px) {

  .reviews-statistics-table td,
  .reviews-statistics-table th {
    padding: 20px 5px;
  }
}

.reviews-statistics-table tr:hover {
  background-color: #eee;
  font-weight: 500;
}

.checkboxes-list {
  padding: 10px 100px;
  display: block;
}

.checkboxes-list-item {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .checkboxes-list-item {
    flex-wrap: nowrap;
  }
}
