.list_rating li{
  display: flex;
flex-direction: column;
  }
  .stars-rating-module {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
.form_review-rating textarea {
    font-family: 'Manrope', Arial, sans-serif !important;
    line-height: 30px;
    width: 100%;
    border: none !important;
    font-size: 16px;
    border-radius: 12px !important;
    background: #f1f1f1 !important;
    box-shadow: none !important;
}
.form_review-rating input[type=text] {
  font-size: 16px;
    border: none !important;
    width: 100% !important;
    border-radius: 12px !important;
    background: #f1f1f1 !important;
    box-shadow: none !important;
  }
.review-form-rating {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.form-group-rating {
    margin-bottom: 20px;
}

.form-label-rating {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-control-rating {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-control-rating:focus {
    border-color: #4285f4;
    outline: none;
    box-shadow: 0 0 0 2px rgba(66,133,244,0.2);
}

.star-rating-rating {
    display: flex;
    direction: rtl;
}

.star-rating-rating input {
    display: none;
}

.star-rating-rating label {
    color: #ddd;
    font-size: 24px;
    padding: 0 5px;
    cursor: pointer;
    transition: color 0.2s;
}

.star-rating-rating input:checked ~ label,
.star-rating-rating label:hover,
.star-rating-rating label:hover ~ label {
    color: #ffc107;
}

.star-rating-rating input:checked + label {
    color: #ffc107;
}

.review-card-rating {
    background: #fff;
    border-radius: 12px;
    padding: 10px 0px;
}

.review-header-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.review-author-rating {
    display: flex;
    align-items: center;
}

.author-avatar-rating {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.author-name-rating {
    font-weight: bold;
    font-size:16px;
    color: #000;
}

.review-rating-rating {
    color: #ffc107;
}

.review-title-rating {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.review-content-rating {
    color: #000;
    line-height: 1.6;
}

.review-meta-rating {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

.error-message-rating {
    color: #d32f2f;
    font-size: 12px;
    margin-top: 5px;
}

.has-error-rating {
    border-color: #d32f2f !important;
}

.required-rating {
    color: #d32f2f;
}

.alert-rating {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.alert-success-rating {
      color: #42b347;
}

.alert-info-rating, .alert-warning-rating, .alert-success-rating {
    background: #f5f5f5;
    color: #000;
    font-size:16px;
    padding: 10px;
border-radius: 12px;
margin-top:10px;
}

.close-rating {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    background: none;
    border: none;
}

.close-rating:hover {
    opacity: 1;
}

.button.loading-rating .white-loader {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button.loading-rating span {
    visibility: hidden;
}

.button.loading-rating {
    position: relative;
}

.white-loader {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin-rating {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.flexStar{display: flex;flex-direction: row;flex-wrap: nowrap;gap: 1px;}


.rating-btn__xY7qW {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  width: 100%;
  display: block;
}

.rating-container__aB3dF {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
  background: #f5f5f5;
}

.rating-container__aB3dF:hover {
  background-color: #f5f5f5;
}

.rating-total__cE2gH {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.rating-wrapper__dF4sG {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rating-shape__kL8mN {
  width: 36px;
  height: 43px;
  fill: #25ac03;
}

.rating-value__jH6qR {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.rating-description__mN9pQ {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex-grow: 1;
  min-width: 0;
}

.rating-text__bV3tS {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating-count__wX2zY {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rating-arrow__rT8qL {
  color: #999;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: auto;
  transform: rotate(-90deg);
}

.rating-btn__xY7qW:hover .rating-arrow__rT8qL {
  transform: translateY(1px);
}
