/* SVG Star Rating System */
.rating-stars .star-icon {
    width: 44px;
    height: 44px;
    fill: #e4e5e9;
    cursor: pointer;
    transition: fill 0.1s ease-in-out;
}

.rating-stars .star-icon.filled {
    fill: #3b824e !important;
}

.service-evaluation-wrapper .form-label {
    text-align: right;
}

#service-experience {
    border: 1px solid #b2b8bd;
    resize: none;
    border-radius: 4px;
}

.absolute-close {
    position: absolute;
    top: 0;
    left: 15px;
}

@media (max-width: 768px) {
    .absolute-close {
        position: relative;
        left: 0;
        margin-bottom: 20px;
    }
}
