/* THEME EDITOR START - managed block; do not edit between markers */
:root {
    --bs-primary: #2563EB;
    --bs-secondary: #E5E7EB;
    --bs-success: #16A34A;
    --bs-info: #0EA5E9;
    --bs-warning: #F59E0B;
    --bs-danger: #DC2626;
    --xw-surface: #FFFFFF;
    --xw-border: #DBEAFE;
    --xw-heading: #1E3A8A;
    --xw-text-muted: #64748B;
    --xw-radius-sm: 6px;
    --xw-radius-lg: 20px;
    --bs-font-sans-serif: Inter, system-ui, -apple-system, sans-serif;
    --xw-radius-sm: 6px;
    --xw-radius-md: 12px;
    --xw-radius-lg: 20px;
}
body { font-family: var(--bs-font-sans-serif) !important; }
/* el:body scope:all */ body { background: linear-gradient(135deg, #00B4DB 0%, #0083B0 100%) !important; color: #1E293B !important; }
/* el:navbar scope:all */ .xw-navbar, #xw_navbar, .navbar { background: linear-gradient(135deg, #00B4DB 0%, #0083B0 100%) !important; color: #1E3A8A !important; }
/* el:btn_register scope:all */ .btn_register, .btn-register { background: linear-gradient(135deg, #C471F5 0%, #FA71CD 100%) !important; color: #FFFFFF !important; }
/* el:top_bar scope:all */ #xw_title_topbar, .xw-header { background: linear-gradient(135deg, #56AB2F 0%, #A8E063 100%) !important; color: #1E3A8A !important; }
/* el:top_bar_title scope:all */ #xw_title_topbar h1, .xw-header h1 { color: #1E3A8A !important; }
/* el:hero scope:all */ .xw-masthead, #xw_masthead { background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%) !important; color: #e2d5d5 !important; }
/* el:event_title scope:all */ .event-title { color: #FFFFFF !important; }
/* el:navlink scope:all */ .nav-link { color: #1E3A8A !important; }
/* el:reg_header scope:all */ .reg-header { background: #EFF6FF !important; color: #1E3A8A !important; }
/* el:ticket_widget scope:all */ .ticket-widget-wrapper, #ticket_widget_wrapper { background: #FFFFFF !important; border-color: #DBEAFE !important; }
/* el:ticket_row scope:all */ .row-ticket, .row-ticket-wrapper { background: #FFFFFF !important; border-color: #DBEAFE !important; }
/* el:card scope:all */ .card { background: #FFFFFF !important; border-color: #DBEAFE !important; }
/* el:page_wrapper scope:ticket_widget */ body.xw-body-ticket-widget .xw-page-wrapper, body.xw-body-ticket-widget #page_wrapper { background: #ae3737 !important; }
/* THEME EDITOR END */
