:root {
    --primaryColor: #0a2240; /* Navy Blue */
    --secondaryColor: #f132f1; /* Pink */
    --backgroundURL: url(/eventAssets/stgev2_STGCDAO_250711064610/image/CDAO-2025/CDAOSummit-2025bg.jpg);
    --backgroundReg-URL: url(/eventAssets/stgev2_STGCDAO_250711064610/image/CDAO-2025/CDAOSummit-2025HeaderBg.jpg);
}

/* EV2 REQUIRED STYLES - Variation (CDAO SUMMIT)
------------------------------------------------------*/
/* THEME STYLES */
body { background-image: var(--backgroundURL); background-size: cover; background-position: right; }
.index_registrations_index body { background-image: var(--backgroundReg-URL); }
.index_registrations_review .ip-sectionTitle { padding-bottom: 2rem; }
.index_registrations_review .IP_PageBuilder_Registration:has(.overview-wrapper) { background: #edf4fc; }
.index_registrations_review .IP_PageBuilder_Registration .overview-wrapper { margin-top: 0; }
.index_registrations_review .IP_PageBuilder_Registration:has(.ip-buttonBar) { background: #edf4fc; padding-bottom: 2rem; }
.index_registrations_review .ip-buttonBar .btn-cancel.btn, .index_registrations_payment .ip-buttonBar .btn-cancel.btn { color: var(--primaryColor); }