/*  *** castom scroll *** */
.rating__container {
  overflow-x: auto;
  /* padding: 0; */
  /* padding-bottom: 5px; */
  /* margin-left: 15px; */
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
  scrollbar-color: var(--text-light) gray;
}

.rating__container::-webkit-scrollbar {
  height: 10px;
}

.rating__container::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 20px;
}

.rating__container::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: var(--text-light);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

@media (max-width:1750px){
  .rating__container {
    /* overflow-x: auto; */
    padding: 0;
    padding-bottom: 5px;
    margin-left: 15px;
    /* scrollbar-color: #d4aa70 #e4e4e4; */
    /* scrollbar-width: thin; */
    /* scrollbar-color: var(--text-light) gray; */
  }
}

/*  *** // end castom scroll *** */
