.calendar-view-day__row {
    list-style-type: none;
}

.calendar-view-day__row:has(> .rinks-8) {
    background-color: #fdd7d7;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
}

 .calendar-view-day__row:has(> .rinks-9) {
    background-color: #eafcdd;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
 }

 .calendar-view-day__row:has(> .rinks-10) {
    background-color: #d4d4fc;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
}




.calendar-view-day__row:has(> .rinks-8-On) {
    background-color: #fdd7d7;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
}

.calendar-view-day__row:has(> .rinks-9-On) {
    background-color: #eafcdd;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
 }

.calendar-view-day__row:has(> .rinks-10-On) {
    background-color: #d4d4fc;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
}





.calendar-view-day__row:has(> .rinks-8-Off) {
    background-color: #fdf2f2;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
}
.rinks-8-Off a {
    color: #f79595;
}


.calendar-view-day__row:has(> .rinks-9-Off) {
    background-color: #f6fcf0;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
    color: #f79595;
 }
.rinks-9-Off a {
    color: #f79595;
}


.calendar-view-day__row:has(> .rinks-10-Off) {
    background-color: #f0f0fc;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;
    color: #f79595;
}
.rinks-10-Off a {
    color: #f79595;
}


.calendar-view-day__row:has(> .rinks-pending) {
    border: 5px solid red;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;    
}

.calendar-view-day__row:has(> .rinks-complete) {
    border: 5px solid green;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;    
 }


.calendar-view-day__row:has(> .rinks-canceled) {
    border: 5px solid orange;
    border-radius: 12px;
    padding: 5px 8px 5px 8px;    
}



.calendar-view-day-legend-pending {
    border: 5px solid red;
}

.calendar-view-day-legend-complete {
    border: 5px solid green;
 }


.calendar-view-day-legend-canceled {
    border: 5px solid orange;
}


.calendar-view-day-legend {
    float: right;
    margin: 6px;
    border-radius: 12px;
    padding: 0px 10px;    
}

.calendar-view-pager{
    width: 200px;
    float: right;
    margin: 0;
}

.calendar-view-pager li{
    list-style-type: none;
}

.calendar-view-pager li.pager__current{
    display: none;
}

.calendar-view-pager__reset{
    display: none;
}