

.card2 form input[type=submit] {
    color: white;
    font-size: 15px;
    background: #56be5a;
    border-radius: 4px;
    padding: 12px;
}

.feed_btn {        font-size: 14px;
    border: 1px solid #e6e6e6;
    color: black;
    padding: 6px 19px;
    width: fit-content;
    border-radius: 3px;
    float: right;
    margin: 0px 10px;
    top: -64px;
    background: white;}
	
	.av_stars {    display: grid;
    grid-template-columns: auto auto auto auto auto;}
	.r_hold {    background: #f8f8f8;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;}
.av_num {   }
.av_feed {    font-size: 14px;
    padding: 10px 2px;}
.av_star {        color: #FF9800;
    font-size: 25px;
    z-index: 2;}
.av_star_mock {          color: #575757;
    font-size: 25px;
    position: absolute;
    top: 0;
    z-index: 0;}
	.tl_feed {    font-size: 12px;
    padding: 2px;}

#feedback_form {display:none;   
    border: 1px solid #f8f8f8;
    padding: 20px;
    border-radius: 13px;}
.rating {
  display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    margin: 10px 21px;
    width: fit-content;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
      color: #b7b5b5;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #ff9d0c;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}

.note {    
    font-size: 10px;
    text-align: center;
    color: #313238;
}

.select_star {margin: 0px 25px;
    color: gray;}
	
.feedback_row {    display: grid;
    overflow-x: auto;
    grid-template-columns: auto auto auto auto auto auto;
    padding: 0px 19px 20px;
    width: fit-content;
    max-width: -webkit-fill-available;
    margin: 0 auto;}
	

/* width */
.feedback_row::-webkit-scrollbar {
      height: 8px;
}

/* Track */
.feedback_row::-webkit-scrollbar-track {
  background: #f1f1f1; border-radius:10px;
}
 
/* Handle */
.feedback_row::-webkit-scrollbar-thumb {
  background: #888; border-radius:10px;
}

/* Handle on hover */
.feedback_row::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.feedback_block {         padding: 10px 10px 38px;
    width: 250px;
    overflow: hidden;
    margin: 4px;
    border-radius: 9px;
    font-weight: 500;
    border: 1px solid #ededed;}
.feed_by {        color: #a7a7a7;
    font-size: 12px;
    width: fit-content;
}
.tag_feed {    padding: 0px 19px;
    color: #000000;}
	.feed_back {    white-space: pre-wrap;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;}
.feedback_block .star {    display: inline-block;
    color: #ff9800;
    font-size: 25px;
    z-index: 3;}
.feedback_block .star_rate {    font-size: 11px;}
.feed_date {    position: absolute;
    right: 9px;
    bottom: 9px;
    font-size: 11px;}