.campaign-name {
  font-size: 24px;
  font-weight: 500;
}

.sc-campaign-description {
  font-size: 14px;
}

.campaign-desc-content {
  text-align: justify;
}

.campaign-stat .item {
  margin-right: 30px;
}

.sc-review-list .title .count {
  color: #828282;
  padding-left: 30px;
}

a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  color: #455A64;
}

.card {
  border-radius: 5px;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rating-box {
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FBC02D;
  color: #fff;
}

.rating-label {
  font-weight: bold;
}

.rating-bar {
  width: 300px;
  padding: 8px;
  border-radius: 5px;
}

.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 5px;
}

.bar-5 {
  width: 70%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;
}

.bar-4 {
  width: 30%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;
}

.bar-3 {
  width: 20%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;
}

.bar-2 {
  width: 10%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;
}

.bar-1 {
  width: 0%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;
}

td {
  padding-bottom: 10px;
}

.star-active {
  color: #FBC02D;
  margin-top: 10px;
  margin-bottom: 10px;
}

.star-active:hover {
  color: #F9A825;
  cursor: pointer;
}

.star-inactive {
  color: #CFD8DC;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blue-text {
  color: #0091EA;
}

.content {
  font-size: 18px;
}

.profile-pic {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-right: 30px;
}

.pic {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.vote {
  cursor: pointer;
}

.avatar img {
  width: 50px;
  height: 50px;
}

.review-image img {
  width: 100px;
  height: 100px;
}

#campaign-search .btn-default.dropdown-toggle.float-end {
  padding: 5px 15px;
  border: solid 1px #e8e8e8;
  top: 10px;
  position: relative;
  max-width: 170px;
}

#campaign-search .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/*# sourceMappingURL=campaign.css.map */
