
html,body {
    background-color: #ffffff !important;
}


.mat-toolbar, .mat-drawer-container{
    background_colour: #ffffff !important;
    background: #ffffff !important;
}
.smc-clickable-text, .smc-clickable-text span:not(.cell-disabled):not(.cell-today):not(.cell-disabled) {
    color: #000000 !important;
}


.smc-clickable-text span.cell-hover:not(.cell-hidden) {
    border-color: #000000 !important;
}


.smc-button-primary.mat-raised-button {
    background-color: #000000;
    color: #ffffff;
}


.smc-button-secondary.mat-raised-button {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}
.smc-button-tertiary.mat-button {
    color: #000000;
    background-color: #ffffff;
}
.smc-clickable-text span:not(.cell-disabled):not(.cell-today):not(.cell-disabled).smc-cell-selected, .smc-cell-selected {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 50%;
}


