.star {
    width: 3.5rem;
    font-size: 15px;
    border-radius: 5px;
    margin-left: 15px;
    margin-top: 25px;
    background-color: #5E72E4;
}

.icon {
    padding: 10px;
    color: #fff;
}

.text-experience {
    font-size: 25px;
    align-itens: justify-content;
    font-weight: bold;
    color: black;
}

.rating {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 1rem;
}

.rating button img {
    width: 30px;
}

.rating button:hover {
    background-color: #386AFF;
}

.rating button.selected {
    background-color: #007bff;
    color: white;
}

.background {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 100px;
}

.width-modal-dialog {
    max-width: 40rem;
}

.feedback button {
    width: 36.5rem;
    background-color: #386AFF;
    border: none;
}
.feedback button:hover {
    background-color: #1e4dd9;
    border: none;
}

.evaluate-later button {
    width: 36.5rem;
    color: #386AFF;
}

.evaluate-later button:hover {
    color: #386AFF;
    background-color: #dfdfeb;
}