/* .top_user_rating_container {
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
} */

.top_user_rating_container .top-user-rating-divider {
  background-color: #f3f4f6;
  width: 1px;
  height: 80%;
}

.top_user_rating_container > div:nth-child(2) {
  border-left: 1px solid #45506a;
}

.top-user-rating-divider-horizontal {
  background-color: #e6e6e6;
  width: 80% !important;
  margin: 0.5rem auto !important;
  height: 1px;
}

.top-user-rating-left .top_user_rating_rate_btn {
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  font-weight: 700;
  padding: 0.3rem 1rem;
  cursor: pointer;
}

.top-user-rating-left .top_user_rating_rate_btn:hover {
  background-color: white;
  color: black;
}

.user_rating_top_count {
  font-size: 18px;
  font-weight: 400;
}
.top_user_rating {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  /* background-color: green; */
}

.top_user_rating .top_user_rating_header {
  font-size: 14px;
  font-weight: 800;
  color: white;
  font-style: italic;
  text-align: center;
  width: 80%;
}

.top_user_rating .top_user_rating_bytext {
  font-size: 12px;
  font-weight: 400;
  color: white;
  margin: 0.3rem 0;
  text-align: center;
}

.top_user_rating .top_user_rating_stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.top_user_rating .top_user_rating_stars .cursor-pointer {
  transition: all 0.3s ease;
}

.top_user_rating .top_user_rating_stars .cursor-pointer:hover path {
  stroke: #fd823d;
  fill: #fd823d;
}

.top_user_rating .top_user_rating_stars .selected path {
  stroke: #fd823d;
  fill: #fd823d;
}

.top_user_rating .top_user_rating_stars .disabled {
  pointer-events: none;
  opacity: 0.6;
}

.top_user_rating .top_user_rating_stars .disabled path {
  fill: #ccc;
  stroke: #ccc;
}

.top_user_rating .top_user_rating_submit {
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b3b3b3;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 0.3rem 2rem;
  cursor: pointer;
}

.top_user_rating .top_user_rating_submit:hover {
  background-color: #fd823d;
  color: black;
}

.top_user_rating .top_user_rating_submit_close {
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b3b3b3;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 0.3rem 2rem;
  cursor: pointer;
}

.top_user_rating .top_user_rating_submit_close:hover {
  background-color: #fd823d;
}

.top_user_rating_rate_btn {
  color: white;
}

.top_user_rating_rate_btn:hover {
  color: black;
}

.top_user_rating button {
  border-radius: 10px;
  padding: 0.3rem 3rem;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  outline: none;
  display: flex;
  align-items: center;
}

.top_user_rating .top_user_close_btn {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.user_rating_container_hero,
.user_rating_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.user_rating_container_hero {
  background-color: blue;
}

.user_rating_top {
  width: 100%;
  padding: 16px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 800;
  border-radius: 10px 10px 0 0;
  background: #0f1d3e;
}
.user_rating_middle {
  width: 100%;
  padding: 16px;
  background: white;
  display: flex;
  align-items: center;
}
.user_rating_middle .user_rating_middle_left {
  width: 30%;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.user_rating_middle .user_rating_middle_left .user_rating_number {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 800;
  font-size: 41px;
  color: black;
}

.user_rating_middle .user_rating_middle_left .user_rating_star_count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.user_rating_middle .user_rating_middle_left .user_rating_star_count .user_rating_count {
  font-size: 16px;
  color: #6b7280;
  font-weight: 600;
}

.user_rating_middle .user_rating_middle_right {
  width: 70%;
  padding: 4px 16px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  border-left: 1px solid #e6e6e6;
}

.user_rating_middle .user_rating_middle_right .user_rating_specific_rate_count {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.user_rating_middle .user_rating_middle_right .user_rating_specific_rate_count .user_rating_progress_bar_bg {
  position: relative;
  width: 78%;
  background-color: #e6e6e6;
  height: 8px;
  border-radius: 16px;
}

.user_rating_middle .user_rating_middle_right .user_rating_specific_rate_count .user_rating_progress_bar_bg .user_rating_progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fd823d;
  border-radius: 16px;
  height: 8px;
}

.user_rating_middle .user_rating_middle_right .user_rating_specific_rate_count .user_rating_specific_rate {
  font-size: 14px;
  font-weight: 700;
}

.user_rating_middle .user_rating_middle_right .user_rating_specific_rate_count .user_rating_reviews_count {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  gap: 0.3rem;
}

.user_rating_bottom {
  width: 100%;
  padding: 2rem 16px;
  background: #e6e6e6;
  font-size: 20px;
  font-weight: 800;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

.user_rating_bottom .user_rating_bottom_header {
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  color: black;
}

.user_rating_bottom .user_rating_bottom_stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.user_rating_bottom .user_rating_bottom_stars .cursor-pointer {
  transition: all 0.3s ease;
}

.user_rating_bottom .user_rating_bottom_stars .cursor-pointer:hover path {
  stroke: #fd823d;
  fill: #fd823d;
}

.user_rating_bottom .user_rating_bottom_stars .selected path {
  stroke: #fd823d;
  fill: #fd823d;
}

.user_rating_bottom .user_rating_bottom_stars .disabled {
  pointer-events: none;
  opacity: 0.6;
}

.user_rating_bottom .user_rating_bottom_stars .disabled path {
  fill: #ccc;
  stroke: #ccc;
}

.user_rating_bottom .user_rating_bottom_bytext {
  font-size: 12px;
  font-weight: 400;
  color: black;
  margin-top: -0.5rem;
}

.user_rating_bottom_error_text {
  font-size: 12px;
  font-weight: 400;
  color: white;
  color: red;
}

.user_rating_bottom button {
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b3b3b3;
  color: black;
  font-size: 16px;
  font-weight: 700;
  padding: 0.5rem 3rem;
}

.user_rating_bottom button:hover {
  background-color: #fd823d;
}

.user_rating_bottom .user_rating_bottom_btt_button {
  background-color: #fd823d;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* border: 1px solid #b3b3b3; */
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 0.5rem 3rem;
  cursor: pointer;
}

/* Consolidated Media Queries */
@media screen and (max-width: 782px) {
  .top_user_rating_container {
    width: 100%;
  }

  .top_user_rating .top_user_close_btn {
    right: -14px;
  }

  .user_rating_middle {
    flex-direction: column;
    gap: 1rem;
  }

  .user_rating_middle .user_rating_middle_left {
    width: 100%;
  }

  .user_rating_middle .user_rating_middle_right {
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }

  /* .user_rating_middle .user_rating_middle_right .user_rating_specific_rate_count .user_rating_progress_bar_bg {
        width: 72%;
    } */

  .user_rating_bottom .user_rating_reviews_count {
    font-size: 10px;
  }
  .user_rating_top {
    border-radius: 0;
  }
}

.circular-chart {
  fill: none;
  stroke-width: 5px;
  stroke: #fd823d;
  overflow: inherit;
  width: 21px;
}

.rating {
  font-size: 26px;
  font-weight: 800;
}

.redaction-rating-box {
  border-bottom: 1px solid #45506a;
}
