.cdum-event-alert {
    font-size: 24px;
    font-weight: 600;
    color: red;
}

.cdum-mr-button {
    margin-right: 10px;
}

.cdum-my-alert {
    display: none;
}

.cdum-loading-spinner {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%; 
    background:rgba(255,255,255,0.7);
    z-index:9999;
}

.cdum-card {
    max-width: 100%;
}