/*

AVALIE com estrelinhas acessíveis

*/

#form-sugestao .stars-box {
    display: flex;
    justify-content: space-evenly;
}

#form-sugestao .stars-box label {
    text-align: center;
}

#form-sugestao .fa-star:not(.rio-avalie) {
    position: absolute;
    top: 0;
    left: -13px;
    font-size: 40px;
    color: #c3c3c3;
}

#form-sugestao .highlight-star .fa-star {
    color: #f7b800;
}

#form-sugestao .stars-box [type="radio"]:not(:checked),
#form-sugestao .stars-box [type="radio"]:checked {
    left: 0;
    top: 10px;
    width: 20px;
    height: 25px;
    opacity: 1;
}

#form-sugestao .main-radio {
    position: static;
    left: 0;
    opacity: 1;
}

.aria-only-show {
    position: absolute;
    opacity: 0;
    z-index: -99999;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}
