
  .review-conunt-span{
    font-weight: 700;
    font-size: 18px;
  }
  .review-divider{
    border: 1px solid #D9D9D9;
  }
  .username-logo{
    text-transform: capitalize;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background: #e70; */
    /* text-align: center; */
    font-size: 22px;
    position: relative;
    color: white;
  }
  .username-logo>span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  :root {
    --star-size: 24px;
    --star-color: #FFEDDB ;
    --star-background: #F5AB27;
  }
  
  .Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times; 
    line-height: 1;
    
    &::before {
      content: '★★★★★';
      letter-spacing: 1px;
      background:linear-gradient(90deg, #F5AB27 var(--percent), var(--star-color) var(--percent));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 20px;
    }
  }
  
  .review-date{
    position: absolute;
    right: 10px;
    top: 0;
  }
  .review-header{
    position: relative;
  }
  
  .review-username{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }
  
  .review-title{
    font-weight: 600;
  color: black;
font-weight: 700;
  }
  
  .review-main{
    margin-left: 69px;
  }
    @media (min-width:768px) {
      .rating-average{
        font-size: 50px;
        font-weight: 600;
        color: #000;
        line-height: 1;
      }

      .ratings-overview{
        display: flex;
        align-items: start;
        justify-content: start;
      }

      .reviewprogessbars{
        width: 150px;
      }
        .rating-overview{
    border: 1px solid #c40;
    border-radius: 10px;
  }
  
  .rating-total{
    font-size: 16px;
    font-family: 'Open Sans';
    color: #000;
    font-weight: 600;
    text-align: left;

  }
  
    }
  
  @media (max-width:768px) {
    .review-main{
      margin-left: 0px;
    }
    
  .rating-total{
    font-size: 14px;
    font-family: 'Open Sans';
    color: #000;
    font-weight: 600;
    text-align: left;

  }
  
    .ratings-overview > div {
      flex: initial !important;
      height: auto !important;
      max-height: none !important;
    }
    .write-review-btn{
      font-size: 14px !important;
      height: 40px !important;
    }
      .ratings-overview{
        display: flex;
        align-items: start;
        justify-content: space-between;
      }
      .reviewprogessbars{
        width: 90px;
      }
    .first-ratin-div{
      /* border: none !important; */
    
    }
      .rating-average{
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1;
  }
  
  }

  .starts-review{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  
  .review-text{
    font-size: 24px;
    font-weight: 700;
    color: #000;
  }
  
  .write-review-btn{
  
   background: #e70;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  }   
  
  .progress-bar{
  
    background-color: #000 !important;
  }
  
  .Star1 {
    --percent: calc(var(--rating) / 5 * 100%);
    
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times; 
    line-height: 1;
    
    &::before {
      content: '★';
      letter-spacing: 1px;
      background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 20px;
    }
  }
  
  .right-rating-div{
    font-size: 16px;
    font-weight: 600;
    color: #000;
  
  }
  
  .review-input{
    width: 100% !important;
  }
  
  
  
  .fa{
    font-size:30px;
  }
  #rating{
    font-size:0;
    width:140px;
  }
  
  
  
  .rating {
    display: inline-block;
    font-size: 0;
    position: relative;
    text-transform: capitalize;
  
    color: gray;
  }
    
  .rating-label {
    float: right;
    padding: 0;
    font-size: 32px;
    cursor: pointer;
    font-weight: lighter;
    color: #F5AB27 !important;
  }   
  .rating-label::before {
    content: "\2606";
    padding-bottom: 8px;
    display: inline-block;
    transition: 0.2s;
  } 
  
  
  .star-input:checked ~ label::before {
    content: "\2605";
    color: #F5AB27;
  
  
    transition-delay: calc(0.1 * attr(data-idx integer));
  }
  
  
  .submit-review-btn{
    display: flex;
      align-items: end;
      justify-content: center;
      cursor: pointer;
  }
  .submit-review-btn span{
    width: 200px;
    background: #e70;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .growableDiv {
  overflow: hidden;
    height: 0;
    transition: height .8s linear; 
   
  }
  
  .growableDiv.expanded {
    height: 0; /* or specify the original height */
  }
  
  .share-hr{
    width: 2px;
    height: 15px;
    border: 1px solid #a7a7a7;
    margin-left: 6px;
  }
  
  .review-footer{
    color: #808080;
  }
  
  .like-count-div{
    display: flex;
    align-items: baseline;
    gap: 5px;
  }
  
  .share-options-wrapper {
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition */
    /* Add any other styles you need */
  }
  
  .share-options-visible {
    opacity: 1; /* Make visible */
  }
  
  
  .page-container{
    display: flex;
    align-items: center;
    justify-content: center;
  
    color: #c40;
    font-weight: 500;
  }
  .individual-page{
    cursor: pointer;
  }
  .prev-review{
    cursor: pointer;
  }
  .fw-bold{
    font-weight: 700 !important;
    scale: 1.2;
  }
  
  .disabled{
    pointer-events: none;
  }
  
  .reviewthanks{
    color: #000;
    text-align: center;
  
    font-size: 40px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 124%;
  }
  
  .hide-review-div {
    opacity: 0;
    transition: opacity 0.5s ease; /* Specify your desired transition */
  }
  
  .prev-review,
  .next-review{
    scale: 1.3;
    user-select: none;
    cursor: pointer;
  }
  
  .first-ratin-div{
    border-right: 1px solid #D9D9D9;
  
  }

.form-row input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
#review-txt:focus{
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  padding: 5px;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  border-radius: 5px;
  border-color: #b3b3b3;
}


.review-text-p {
  display: inline;
}
.more-text {
  display: none;
}
.read-more-link {
  color: blue;
  cursor: pointer;
}

.book-tags-review div:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #000;
}

.book-tags-review>div {
  padding: 0px 8px 0px 0px;
  position: relative;
  color: #000;
  line-height: 1.4;
  text-transform: capitalize;
}

.best-selling-div{
  background: #F5AB27;
  border-radius: 0px 5px 5px 0px;
  width: fit-content;
  padding: 4px 8px 5px 7px;
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  /* position: absolute; */
  bottom: 0px;
  line-height: 1;
  font-size: 14px;
}
.best-selling-div>img{
  height: 20px;
}

.book-title{
  font-weight: 600;
  color: #444;
  margin: 0;
  margin-bottom: 5px;
}

.varfied-div{
  color:   #0088CC;
    font-family: 'Open Sans';
    font-size: 14px;
    display: flex;
    font-weight: 600;
    align-items: center;
}
.review-box{
  position: relative;
}

.best-selling-a{
  color: #444;
  text-decoration:underline;
  text-transform: lowercase;
}

.best-selling-a:hover{
  color: #444;
}

.username-j{
  transform: translate(-36%, -62%) !important;
}

.username-J{
  transform: translate(-36%, -62%) !important;
}
.first-ratin-div{
  height: -webkit-fill-available;
}