/**
 * @package     Plumrocket_AdvancedReviewAndReminder
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
 */

.prar-rating-box .prar-rating-text {
  position: relative;
  left: 200px;
  bottom: 21px;
  width: 150px;
  text-align: left;
  pointer-events: none;
}

.rating-stars-wrap .star-wrap {
  position: relative;
  padding: 5px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.rating-stars-wrap .star-wrap:hover,
.rating-stars-wrap .star-wrap:focus {
  border: 1px solid #e5b348;
}

.rating-stars-wrap .star-wrap.star-wrap-active {
  border: 1px solid #e5b348;
}

.rating-stars-wrap .star-wrap .prar-rating-stars {
  width: auto;
  z-index: 999;
  display: flex;
  gap: 2px;
}

.rating-stars-wrap .star-wrap .prar-rating-stars img {
  width: 24px;
}

.product-review-form {
  position: relative;
}

.prar-rating-box {
  z-index: 9;
}

.product-review-form .prar-form-list,
.product-review-form .prar-form-list li {
  position: relative;
}

.prar-rating-box .rating-stars-wrap .star-wrap .prar-rating-text {
  position: relative;
  left: 10px;
  top: 7px;
  width: auto;
  text-align: left;
  pointer-events: none;
}

#arar-form-add.prar-form-add {
  margin-top: 0;
  padding: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}

.cropper-container {
  position: relative;
  padding: 5px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  overflow: hidden;
  width: 395px;
  height: 395px;
  margin-bottom: 15px;
}

.review-crop-image .box .prar-popup-btn {
  font-family: "Fedra Sans Book 5", "Open Sans", sans-serif !important;
  color: #fff;
  background: #a92611;
  border-color: #a92611;
  font-size: 18px;
  min-width: 150px;
  border-radius: 0;
  box-shadow: none;
}

.review-crop-image .box .prar-popup-btn:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: none;
}

.prar-buttons-set .prar-popup-btn {
  font-family: "Fedra Sans Book 5", "Open Sans", sans-serif !important;
  color: #fff;
  background: #a92611;
  border-color: #a92611;
  font-size: 18px;
  min-width: 150px;
  border-radius: 0;
  box-shadow: none !important;
}

.prar-buttons-set .prar-popup-btn:hover {
  font-family: "Fedra Sans Book 5", "Open Sans", sans-serif !important;
  color: #fff;
  background: #a92611;
  border-color: #a92611;
  font-size: 18px;
  min-width: 150px;
  border-radius: 0;
  box-shadow: none !important;
}