.alert_errors_msg{
    position: fixed;
    top:0;
    width: 100%;
    margin-bottom: 0px;
    z-index: 2000;
    padding: 5px;
    color: black;
   border-radius: 0;
  }
  .img_rules{
    color:rgb(119, 118, 118);
    font-size: 12px;
    padding: 5px;
    text-align: right;
  }
  /* Star Rating Styles */
.starRating {
  display: table;
  margin-bottom: 5px;
  
}
.starRating span {
  color: #003049;
  cursor: pointer;
  display: table-cell;
  position: relative;
  padding-left: 6px;
  float: right;
  
}
.starRating span:last-child {
  padding-left: 0;
}
.starRating i {
  transition: opacity 0.4s;
}
.starRating .star_with {
  color: #ffc000;
  position: absolute;
  right: 0;
  opacity: 0;
}
.starRating span:hover ~ span,
.starRated span.active ~ span {
  color: #003049;
}
.starRating:hover .star_with,
.starRating span:hover ~ span .star_without {
  opacity: 1 !important;
}
.starRating:hover .star_without,
.starRating span:hover ~ span .star_with {
  opacity: 0 !important;
}
.starRated .star_with,
.starRated span.active ~ span .star_without {
  opacity: 1;
}
.starRated .star_without,
.starRated span.active ~ span .star_with {
  opacity: 0;
}

/* For Demo */
 /* Star Rating Styles */
 .starRating2 {
  display: table;
  margin-bottom: 5px;
  
}
.starRating2 span {
  color: #003049;
  cursor: pointer;
  display: table-cell;
  position: relative;
  padding-left: 6px;
  float: right;
  
}
.starRating2 span:last-child {
  padding-left: 0;
}
.starRating2 .star_with {
  color: #ffc000;
  position: absolute;
  right: 0;
  opacity: 0;
}


.starRating2 .active_star{
  color: #ffc000;
  opacity: 1;
}


.card {
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
}
.starRating {
  direction: ltr;
  margin-right: 2px;
  font-size: 12px;
}
.starRating2 {
  direction: ltr;
  margin-right: 2px;
  font-size: 12px;
}

.your-comment{
  padding:10px 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.send-comment {
  background: #2674bc;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  display: block;
  margin: 0px 0px;
  transition: .5s;
}
.send-comment:hover{
  background: #2674bc;
  text-decoration: none;
  color: white;
}
.delete-commant{
  border: 1px solid rgb(218, 10, 10);
  background-color: rgb(218, 10, 10);
  font-size: 14px;
  transition: .5s;
  color:white;
  text-decoration: none;
  border-radius: 5px;
  }
  .delete-commant:hover{
      background-color: rgb(240, 37, 37);
      color:white;
      text-decoration: none;
      cursor: pointer;
  }
  /************************************************************************/
  /* الحاوية الرئيسية للتعليقات */
.product-reviews {
  margin: 0px auto;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* تصميم كل تعليق */
.review {
  padding: 15px;
  background-color: #fff;
  margin: 15px 0px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* رأس التعليق: معلومات المراجع والتقييم */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.reviewer-info {
  display: flex;
  align-items: center;
}

.reviewer-avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 10px;
}

.reviewer-name {
  font-size: 16px;
  font-weight: bold;
}

.review-rating {
  font-size: 18px;
  color: #ff9f00;
}

.stars {
  color: #ff9f00;
}

.review-text {
  font-size: 14px;
  margin: 10px 0;
}

.review-date {
  font-size: 12px;
  color: #aaa;
}
.cust-ico{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff9f00;
  display: flex;
  justify-content: center;
  align-items: center;
}

