#bp-member-reviews-list {
  width: 100%;
}

.bp-member-reviews {
  margin-top: 25px;
}

.bp-member-add-form textarea {
  width: 100%;
  padding: 10px;
}

.bp-member-add-form input {
  width: 100%;
  margin-right: 5px;
}

.bp-member-add-form button {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#bupr_member_review_id {
  padding: 10px;
  max-width: 300px;
  width: 100%;
  border: 1px #e3e3e3 solid;
  font-family: inherit;
}

.bp-member-add-form p {
  text-align: left;
  margin: 10px 0;
}

.bp-member-add-form p button {
  width: 100%;
}

.review-types {
  text-align: left !important;
  margin: 10px 20px;
}

.bupr-criteria-label span {
  display: inline;
  float: left;
  width: 50%;
}

.review-types span {
  margin-right: 10px;
  font-weight: bold;
}

.review-types .ratings {
  float: right;
}

.bupr-add-review {
  margin-left: 5px;
}

.bupr-bp-member-review-no-popup-add-block {
  display: block;
}

.multi-review {
  display: inline-block;
  width: 100%;
  background: #f7f7f7;
  padding: 3px 10px;
  border-radius: 3px;
  margin-top: 5px;
}

.multi-review>div {
  padding: 0px;
}

/****************** MODAL CSS ***********************/
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 9999;
}

/* Modal Content */
.modal-content {
  animation-duration: 0.4s;
  animation-name: animatetop;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 53%);
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.2), 0 6px 20px 0 hsla(0, 0%, 0%, 0.19);
  margin: auto;
  min-width: 330px;
  padding: 0;
  position: relative;
  width: 35%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
	top: -300px;
	opacity: 0
  }

  to {
	top: 0;
	opacity: 1
  }
}

@keyframes animatetop {
  from {
	top: -300px;
	opacity: 0
  }

  to {
	top: 0;
	opacity: 1
  }
}

/* The Close Button */
.close {
  color: hsl(0, 0%, 100%);
  float: right;
  font-size: 27px;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top: 10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 19px 0 6px 24px;
  background-color: #C5C5C5;
  color: white;
  position: relative;
}

.modal-body {
  padding: 2px 16px;
}

.bupr-save-reivew-spinner {
  display: none;
}

.bupr-fields {
  display: none;
  color: red;
}

/* bupr success and error msg */
.bupr-success {
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  background-color: hsl(103, 44%, 89%);
  border-color: hsl(93, 44%, 85%);
  color: hsl(121, 33%, 35%);
}

.bupr-error {
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  background-color: hsl(0, 43%, 91%);
  border-color: hsl(350, 44%, 86%);
  color: hsl(1, 44%, 46%);
}

.bupr-review-description a {
  margin: 10px 0;
  display: inline-block;
  text-decoration: underline !important;
}

#bupr_review_success_msg .modal-content {
  min-height: 200px;
  background-color: #f0f0f0;
}

#bupr_review_success_msg .modal-header {
  background-color: #f0f0f0;
}

#bupr_review_success_msg p {
  font-weight: 600;
  padding-top: 8%;
}

#bupr_review_success_msg .close {
  color: #000;
}
