:root {
    --primaryColor: #0a2240; /* Navy Blue */
    --secondaryColor: #f132f1; /* Pink */
    --informaFooterColor: #454955;
    --textColor: #fff;
    --buttonTextColor:#2a44dc;
    
    --font: "Figtree", sans-serif;
    --backgroundURL: url(/eventAssets/itfife_aiinfinance_260810125752/image/AIFinance-2025Bg.jpg);
    --backgroundReg-URL: url(/eventAssets/itfife_aiinfinance_260810125752/image/AIFinance-2025Bg.jpg);
}

/* EV2 REQUIRED STYLES - Variation (CDAO SUMMIT)
------------------------------------------------------*/
/* THEME STYLES */
body { background-image: var(--backgroundURL); }
/*.index_registrations_index body { background-image: var(--backgroundReg-URL); }*/
.index_registrations_review .ip-sectionTitle { padding-bottom: 2rem; }
.index_registrations_review .IP_PageBuilder_Registration:has(.col-lg-6) { background: #edf4fc; color: black;}
.index_registrations_review .IP_PageBuilder_Registration .overview-wrapper { margin-bottom: -1px; margin-top: 1px; }
.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(--buttonTextColor); }

@media screen and (min-width: 768px) {
    .page-banner p, .page-banner h3 {
        padding-left: 20px;
    }
}