.sv-body__page > .sv-row > .sv-row__panel:nth-child(2) {
    width: calc(100% - 600px) !important;
}

.sv-rating__item {
    opacity: 0.65 !important;
}
.sv-rating__item.sv-rating__item--selected {
    opacity: 1 !important;
}
.sv-rating__item > .sv-rating__item-text {
    border-color: white !important;
}
.sv-rating__item.sv-rating__item--selected > .sv-rating__item-text {
    border-color: #1ab394 !important;
    box-shadow: 0px 0px 0px 0.2em #1ab394;
    border-radius: 50%;
}
.sv-rating > .sv-rating__item .sv-rating__item-text {
    color: black !important;
}

.sv-rating > .sv-rating__item:nth-child(1) .sv-rating__item-text {
    background-color: #00B050;
}
.sv-rating > .sv-rating__item:nth-child(1).sv-rating__item--selected > .sv-rating__item-text {
    border-color: #00B050 !important;
}

.sv-rating > .sv-rating__item:nth-child(2) .sv-rating__item-text {
    background-color: #92D050;
}
.sv-rating > .sv-rating__item:nth-child(2).sv-rating__item--selected > .sv-rating__item-text {
    border-color: #92D050 !important;
}

.sv-rating > .sv-rating__item:nth-child(3) .sv-rating__item-text {
    background-color: yellow;
}
.sv-rating > .sv-rating__item:nth-child(3).sv-rating__item--selected > .sv-rating__item-text {
    border-color: yellow !important;
}

.sv-rating > .sv-rating__item:nth-child(4) .sv-rating__item-text {
    background-color: #FFC000;
}
.sv-rating > .sv-rating__item:nth-child(4).sv-rating__item--selected > .sv-rating__item-text {
    border-color: #FFC000 !important;
}

.sv-rating > .sv-rating__item:nth-child(5) .sv-rating__item-text {
    background-color: red;
}
.sv-rating > .sv-rating__item:nth-child(5).sv-rating__item--selected > .sv-rating__item-text {
    border-color: red !important;
}

.sv-rating > .sv-rating__item:nth-child(6) .sv-rating__item-text {
    background-color: #C00000;
}
.sv-rating > .sv-rating__item:nth-child(6).sv-rating__item--selected > .sv-rating__item-text {
    border-color: #C00000 !important;
}




