.price-list-dates.current {
    background-color: #ecf6a1;
    font-weight: bold;

}

.check-current{
    color: lightgray;
}
.check-current.current{
    color: green;
    font-weight: bold;
    font-size: 28px;
}
.row.rp1{
    background-color: rgba(232, 232, 232, 0.533);
}
.row.rp2{
    background-color: rgba(255, 255, 255, 0.554);
}
.row.children-service-price:hover{
    background-color: #ffe3ba;
}

.children-service-price.selected{
    background-color: rgb(182, 255, 47);
    font-weight: bold;
   
}