.stars {
  display: inline-block;
}

/*** css classes for reviews ***/
[class*="bupr-col-"] {
  float: left;
  padding: 10px 0;
}

.bupr-col-1 {
  width: 8.33%;
}

.bupr-col-2 {
  width: 16.66%;
}

.bupr-col-3 {
  width: 25%;
}

.bupr-col-4 {
  width: 33.33%;
}

.bupr-col-5 {
  width: 41.66%;
}

.bupr-col-6 {
  width: 50%;
}

.bupr-col-7 {
  width: 58.33%;
}

.bupr-col-8 {
  width: 66.66%;
}

.bupr-col-9 {
  width: 75%;
}

.bupr-col-10 {
  width: 83.33%;
}

.bupr-col-11 {
  width: 91.66%;
}

.bupr-col-12 {
  width: 100%;
}

.bupr-row {
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px 0;
  display: block !important;
}

.bupr-row:first-child {
  padding-top: 0;
}

.bupr-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bp-nouveau .bupr-row {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border: 0;
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
}

.bupr-review-full-description {
  display: none;
  padding-top: 20px;
}

.bupr-criteria-label span {
  display: inline;
  width: 50%;
  height: 40px;
}

@media(max-width: 767px) {
  [class*="bupr-col-"] {
	width: 100%;
  }

  .bupr-criteria-label span {
	display: inline;
	width: 100%;
	clear: left;
  }
}

.sel {
  color: red;
}

.bupr-accept-button, .bupr-deny-button {
  float: left;
  margin-right: 5px;
}

.bupr-pagination {
  border-bottom: 0;
  clear: both;
}

/* widget css for front-end */
.bupr_members_review_setting ul.bupr-member-main li.bupr-members,
.widget ul#bp-member-rating li {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: .5em 0;
}

ul.bupr-member-main {
  margin: 0;
  list-style: none;
  padding: 0px;
}

.bupr_members_review_setting ul.bupr-member-main li:first-child,
.widget ul#bp-member-rating li:first-child {
  padding-top: 0;
}

.bupr_members_review_setting ul.bupr-member-main li:last-child,
.widget ul#bp-member-rating li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.widget ul#bp-member-rating .item-avatar,
ul.bupr-member-main li.bupr-members img.avatar {
  width: 50px;
  height: 50px;
  float: left;
}

.widget ul#bp-member-rating .item,
ul.bupr-member-main li.bupr-members .bupr-content-widget {
  margin-left: 70px;
}

ul.bupr-member-main li.bupr-members.bupr-hide .bupr-content-widget {
  margin-left: 0px;
}

/*ul.bupr-member-main li.bupr-members .bupr-member-title{
	font-weight: bold;
}*/
ul.bupr-member-main li.bupr-members .bupr-meta {
  display: block;
  ;
  font-size: 90%;
  line-height: normal;
  margin-top: 5px;
}

.bupr-modal-msg {
  margin: 50px 0px;
  text-align: center;
}

/* review tab */
.bupr-members-profiles {
  text-align: center;
  width: 80px;
  float: left;
  text-align: left;
}

.bupr-members-profiles img.avatar {
  max-width: 50px;
  max-height: 50px;
}

.bupr-members-profiles .reviewer h4 {
  text-transform: capitalize;
  margin: 10px 0 0;
  font-size: 80%;
}

.bupr-members-content {
  margin-left: 100px;
}

.bupr-members-content .review-subject h4 {
  margin: 5px 0px !important;
}

/* end */
/* pagination */
.bupr-posts-pagination {
  margin: 15px 0;
  text-align: right;
}

.bupr-posts-pagination span {
  border: 1px solid hsl(0, 0%, 50%);
  border-radius: 5px;
  margin: 0 5px;
  padding: 5px 10px;
}

.bupr-posts-pagination .page-numbers {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0px 0px;
  padding: 0;
  background: #fff;
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 80%;
  font-weight: bold;
}

.bupr-posts-pagination .next.page-numbers, .bupr-posts-pagination .prev.page-numbers {
  width: auto;
  padding: 0 10px;
}

.bupr-single-reivew {
  margin-top: 20px;
}

.no-count {
  margin-left: 3px;
}

#bupr_success_review p {
  display: none;
}

.bupr-save-reivew-spinner {
  display: none;
}

.bupr-error-fields {
  display: none;
  font-size: 12px;
  color: red;
}

/* bupr success and error msg */
.bupr-success {
  background-color: hsl(103, 44%, 89%);
  border-color: hsl(92, 44%, 85%);
  border-radius: 5px;
  color: hsl(121, 33%, 35%);
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}

.bupr-error {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: hsl(0, 43%, 91%);
  border-color: hsl(350, 44%, 86%);
  color: hsl(1, 44%, 46%);
  margin-top: 10px;
}

/* square rating */
.br-theme-bars-square .bupr-rating-widget {
  height: 15px;
  white-space: nowrap;
}

.br-theme-bars-square .bupr-rating-widget a {
  display: block;
  width: 28px;
  height: 28px;
  float: left;
  border: 2px solid #bbcefb;
  background-color: white;
  margin: 2px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #bbcefb;
  font-weight: 600;
}

.br-theme-bars-square .bupr-rating-widget a.bupr-square-selected {
  border: 2px solid #4278F5;
  color: #4278F5;
}

.br-theme-bars-square .br-readonly a {
  cursor: default;
}

.br-theme-bars-square .br-readonly a.bupr-square-selected {
  border: 2px solid #729bf8;
  color: #729bf8;
}

@media print {
  .br-theme-bars-square .bupr-rating-widget a {
	border: 2px solid #b3b3b3;
	color: #b3b3b3;
  }
}

/* square half rating box */
.br-theme-bars-square .br-readonly a.bupr-square-half {
  border-top: 2px solid #729bf8;
  color: #729bf8;
  border-left: 2px solid #729bf8;
  color: #729bf8;
}

.br-theme-bars-square .bupr-rating-widget a.bupr-square-half {
  border-top: 2px solid #4278F5;
  color: #4278F5;
  border-left: 2px solid #4278F5;
  color: #4278F5;
}

.item-header-content .activity {
  margin-bottom: 10px;
}

.modal-header h2 {
  margin: 0px !important;
}

.bupr-hide-subject {
  display: none;
}

.success_review_msg {
  background-color: #ffd;
  /*border: 1px solid #cb2;*/
  color: #440;
  font-weight: 700;
  margin-top: 3px;
  text-decoration: none;
  margin-bottom: 1.75em;
  border-radius: 5px;
}

.success_review_msg p {
  padding: 10px 15px;
  margin: 0;
}

@media(min-width: 768px) and (max-width: 1068px) {
  #bupr-add-review-modal .modal-content {
	min-width: 380px;
  }
}

#bupr-add-review-modal .bupr-criteria-label span {
  height: 35px;
}

.bupr-star-rate {
  margin-right: 0px;
}

.bupr-bp-member-review-no-popup-add-block #review_desc {
  width: 100%;
  padding: 10px;
}

.bupr-bp-member-review-no-popup-add-block #bupr_save_review {
  width: 100%;
  margin: 0;
  max-width: 160px;
  height: auto !important;
}

.bp-member-add-form input[type="checkbox"]#bupr_anonymous_review {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.add_review_msg {
  display: none;
}

.success_review_msg {
  display: none;
}

#bupr-view-review-btn {
  width: 100%;
}

.member-review-stars {
  float: none;
  clear: both;
}

.kleo-masonry-item .member-review-stars {
  text-align: center;
}

.widget.bupr_members_review_setting {
  overflow: hidden;
}

.posted-on.list {
  padding-top: 10px;
}

/* Top themes specific */
.widget-area .widget.buddypress div.item-options#bp-member-rating-list-options a {
  margin: 0;
}

.bp-nouveau .widget-area .widget.buddypress #bp-member-rating div.item {
  padding: 0;
}

.bb-grid .widget.buddypress div.item-options#bp-member-rating-list-options a {
  margin-right: 1.25rem;
  margin-top: 10px;
}

.kleo-page .widget.buddypress #bp-member-rating div.item-avatar img.avatar {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 0;
}

.rating-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.rating-num {
  margin: 0 10px;
  font-weight: bold;
}

.rating-sec .posted-on.list {
  padding: 0px;
}

.description {
  font-style: italic;
}

.description p {
  margin: 0px;
}

@media only screen and (max-width: 480px) {
  .bupr-members-profiles {
	width: 60px;
  }

  .bupr-members-content {
	margin-left: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .multi-review {
	display: flex;
  }
}

@media only screen and (max-width: 420px) {
  .multi-review {
	display: inline-block;
  }
}
