<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.WaLayoutTable .WaLayoutItem,
.boxBodyInfoContainer,
.infoOuterContainer{
    background-color: #ffffff !important;
}
.WaGadgetEventsStateList .pastEventsOuterContainer{
    display: none;
}
input.typeButton,
input.nextButton,
input.loginButton{
    background-color: #ff0000 !important;
    color: #ffffff !important;
    border: 2px solid #ff0000 !important;
    transition: all 0.3s;
}
input.typeButton:hover,
input.nextButton:hover,
input.loginButton:hover{
    background-color: transparent !important;
    color: #ff0000 !important;
}</pre></body></html>