
.card_loader_back {    z-index: 100;
    background: #ffffff;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
}
.card_loader {    width: fit-content;
    
    position: relative;
    margin: 15% auto;
}
.card_loader h2{margin: 19px 10px 0px;
    color: #000000;
    font-family: system-ui;
    text-transform: uppercase;
    text-align: center;
    background: white;}
.loader_stick {    
    height: 126px;
    text-align: center;
    transform: rotate(144deg);
    width: 132px;}
.loader_stick .stick {width: 15px;
    height: -webkit-fill-available;
    background: black;
    display: inline-block;
    margin: 7px 3px;
    border-radius: 8px;
	animation:upDown 1s linear infinite alternate;
	}
	
	@keyframes upDown {
		0% {height:100px;}
		100% {height:10px;}
	}
	
	.loader_stick .stick:nth-child(1) {
    background: #4caf50;
	animation-delay:0s;
}	.loader_stick .stick:nth-child(2) {
    background: #ff5722;
	animation-delay:1.5s;
}	.loader_stick .stick:nth-child(3) {
    background: #ffc107;
	animation-delay:2.5s;
}	.loader_stick .stick:nth-child(4) {
    background: #3f51b5;
	animation-delay:3.5s;
}
.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;}
.feedback_block {    padding:10px 10px 38px;
    width: 250px;
    font-family: system-ui;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #cccccc36;
    margin: 8px;
    border-radius: 9px;
    border: 2px solid #ff9800;
    border-left: 3px solid #673ab7;
    border-right: 2px solid #4caf50;
    font-weight: 600;}
.feed_by {    color: #444242;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 12px;
}
.tag_feed {padding: 0px 32px;
    color: #f44336;}
	.feed_back {white-space: pre-wrap;}
.feedback_block .star {display: inline-block;
    color: #ff9800;
    font-size: 25px;}
.feedback_block .star_rate {    font-size: 11px;}
.feed_date {    position: absolute;
    right: 9px;
    bottom: 9px;
    font-size: 11px;}