:root {
    --theme-color: rgba(242, 212, 106, 1);
    --theme-transparent: rgba(242, 212, 106, 0.8);
    --theme-highlight: rgba(242, 212, 106, 0.3);
    --theme-shadow: rgba(242, 212, 106, 0.3);
    --theme-color: rgba(242, 212, 106, 1);
}


.btn-wabident-status.attended:not(.unmarked) {
    background-color: rgb(242, 211, 117) !important;
}


.timeslot-filled.attended {
    background-color:  rgb(242, 211, 117) !important;
	
}

.timeslot-filled.attended .col.content-col h6, .timeslot-filled.attended .col.content-col p {
    color: var(--theme-text-color) !important;
}