.box-feedback{
    width: 30px;
    height: 30px;
    border-radius: 2px;
    margin: 0.2rem;
}

.box-feedback-red{
    background: #ef5350;
}

.box-feedback-light-red {
    background: #f16a67;
}

.box-feedback-yellow{
    background: #f8a21f;
}
.box-feedback-light-yellow{
    background: #fac169;
}

.box-feedback-green{
    background: #89b23d;
}
.cursor-pointer {
    cursor: pointer;
}
.evaluation{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.radio-evaluation-checked {
    background: #000000 !important;
    width: 50%;
    height: 50%;
    margin-top: 0.28rem;
    margin-left: 0.28rem;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
}
.radio-evaluation{
    width: 20px;
    height: 20px;
    background: #EEEEEE;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
}
.textarea-feedback{
    width: 364px;
    height: 125px;
    background: #EEEEEE;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
    resize: none;
    font-family: Poppins;
    font-style: italic;
    font-weight: 300;
    line-height: 13px;
}
.button-feedback{
    width: 172px;
    height: 55px;
}