.feedback-box {
    box-shadow: 0px 0px 10px 0px rgba(158, 156, 158, 0.3);
    padding: 1rem;
    border-radius: 2px;
    margin-bottom: 1.5rem;
}

.star.active,
.star1.active,
.star2.active,
.star3.active,
.star4.active,
.star5.active {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="gold" stroke="gold" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"%3E%3C/polygon%3E%3C/svg%3E') no-repeat center;
    background-size: contain;
    transition: 0.3s ease;
}

.star,
.star1,
.star2,
.star3,
.star4,
.star5 {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="gray" stroke="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"%3E%3C/polygon%3E%3C/svg%3E') no-repeat center;
    background-size: contain;
    margin-right: 1rem;
}

.box-head,
.address {
    border-bottom: 1px solid #ddd;
}

.text-light-blue {
    color: #3c69a8;
    text-decoration: none;
}

.text-light-orange {
    color: var(--orange);
    text-decoration: none;
}

.btn-light-success {
    background-color: #6FB53B;
    color: #fff;
}

.btn-light-success:hover {
    background-color: #49811f;
    color: #fff;
}

@media print {
    .noPrint {
        display: none;
    }
}


.list-group li {
    font-size: .9rem;
}