/* ============================================
   HIMSS REGISTRATION PAGE CUSTOM STYLES
   Version 2.6 | January 2026
   Updates: Animated Gradient Background + HIMSS Europe Progress Bar Styling
   ============================================ */

/* Import Fonts */
@import url('https://p.typekit.net/p.css?s=1&k=cxk2txu&ht=tk&f=23725.23726.23746.23748.23751&a=24129811&app=typekit&e=css');

/* Font Face Declarations */
@font-face {
  font-family: "prometo";
  src: url("https://use.typekit.net/af/c4af2b/00000000000000007735a47a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "soleto";
  src: url("https://use.typekit.net/af/0b3ef7/00000000000000007735fdcc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   GLOBAL FONT APPLICATION
   ============================================ */
body, html, .container, .row, div, span, p, li, a, label, input, textarea, select, button {
    font-family: "soleto", "Century Gothic", "Helvetica Neue", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, 
.page-title, .section-title, legend, .form-section-title {
    font-family: "prometo", "Century Gothic", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased !important;
}

/* ============================================
   HIMSS BRAND COLORS
   ============================================ */
:root {
    --himss-navy: #21145f;
    --himss-blue: #1e22aa;
    --himss-cyan: #54c0e8;
    --himss-teal: #3CD5AF;
    --himss-coral: #F15A29;
    --himss-yellow: #FFC72C;
    --gradient-pink: #d444f1;
    --gradient-red: #f04438;
}

/* ============================================
   EXISTING BRAND FOOTER STYLING
   ============================================ */
.brand-footer.brand-footer-bg.footer-image {
    background-color: #21145f !important;
    padding: 30px 20px !important;
    margin-top: 40px;
    border-top: 3px solid #54c0e8;
    display: block !important; /* make sure the container is visible */
}

.brand-footer {
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    max-width: initial !important;
    position: relative; /* needed for inner content positioning */
}

/* ============================================
   BRAND FOOTER CONTENT STYLING
   ============================================ */
.brand-footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    color: #FFFFFF;
    font-family: "soleto", "Century Gothic", Arial, sans-serif;
}

.brand-footer-content .footer-logo {
    width: auto;
    max-height: 51px;
    margin-bottom: 12px;
    display: block;
}

.brand-footer-content .footer-address {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.5;
}

.brand-footer-content .footer-divider {
    border: none;
    height: 2px;
    background-color: #54c0e8;
    margin: 12px 0;
    width: 100%;
}

.brand-footer-content .footer-copyright {
    margin: 10px 0;
    color: #54c0e8;
    font-size: 13px;
}

/* ============================================
   RESPONSIVE FOOTER
   ============================================ */
@media screen and (max-width: 768px) {
    .brand-footer.brand-footer-bg.footer-image {
        padding: 25px 15px !important;
        margin-top: 30px;
    }
    
    .brand-footer-content {
        padding: 0 10px;
    }
    
    .brand-footer-content .footer-logo {
        max-height: 40px;
        margin-bottom: 10px;
    }
    
    .brand-footer-content .footer-address,
    .brand-footer-content .footer-copyright {
        font-size: 12px;
        margin: 8px 0;
    }
    
    .brand-footer-content .footer-divider {
        margin: 10px 0;
    }
}


/* ============================================
   PAGE BACKGROUND & CONTAINER
   ============================================ */
body {
    background: #FFFFFF !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* ============================================
   HEADER STYLING (Image Area)
   ============================================ */
.page-header, .event-header {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(33, 20, 95, 0.2);
    margin-bottom: 40px;
    border: 2px solid rgba(30, 34, 170, 0.1);
}

.page-header img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   PAGE TITLES & HEADINGS
   ============================================ */
.page-title, h1.page-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.05rem;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(90deg, #F15A29 0%, #FFC72C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
    margin-top: 40px;
}

h1, .h1 {
    font-size: 24pt;
    font-weight: 700;
    color: #1e22aa;
    margin-bottom: 20px;
    margin-top: 30px;
}

h2, .h2, .section-title {
    font-size: 20pt;
    font-weight: 700;
    color: #1e22aa;
    margin-bottom: 20px;
    margin-top: 30px;
}

h3, .h3 {
    font-size: 16pt;
    font-weight: 700;
    color: #1e22aa;
    margin-bottom: 15px;
}

h4, .h4 {
    font-size: 14pt;
    font-weight: 700;
    color: #1e22aa;
    margin-bottom: 15px;
}

/* ============================================
   FORM SECTIONS & CONTAINERS
   ============================================ */
.form-section, .registration-section, .panel, .card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.form-section:hover, .registration-section:hover, .panel:hover, .card:hover {
    box-shadow: 0 8px 30px rgba(30, 34, 170, 0.15);
    border-color: #54c0e8;
    transform: translateY(-2px);
}

.panel-heading, .card-header {
    background: transparent !important;
    border: none !important;
    padding-bottom: 20px;
}

.panel-title, .card-title {
    font-family: "prometo", "Century Gothic", Arial, sans-serif !important;
    font-weight: 700 !important;
    color: #1e22aa !important;
    font-size: 1.4rem;
}

/* ============================================
   FORM INPUTS & LABELS
   ============================================ */
.form-group {
    margin-bottom: 25px;
}

label, .control-label {
    font-family: "soleto", "Century Gothic", Arial, sans-serif !important;
    font-weight: 600;
    color: #21145f;
    margin-bottom: 8px;
    display: block;
}

.form-control, input[type="text"], input[type="email"], 
input[type="tel"], input[type="password"], textarea, select {
    font-family: "soleto", "Century Gothic", Arial, sans-serif !important;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #FFFFFF;
}

.form-control:focus, input:focus, textarea:focus, select:focus {
    border-color: #54c0e8;
    box-shadow: 0 0 0 3px rgba(84, 192, 232, 0.1);
    outline: none;
}

/* ============================================
   BUTTONS - HIMSS GRADIENT STYLE
   ============================================ */
.btn, button, input[type="submit"], input[type="button"] {
    font-family: "soleto", "Century Gothic", Arial, sans-serif !important;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 24px;
    border: none;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Primary Buttons - Gradient */
.btn-primary, input[type="submit"], button[type="submit"],
.btn-register, .btn-continue, .register-button {
    background: linear-gradient(134deg, #d444f1, #f04438) !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(212, 68, 241, 0.3);
}

.btn-primary:hover, input[type="submit"]:hover, 
button[type="submit"]:hover, .btn-register:hover {
    background: linear-gradient(134deg, #9e2ee4, #c73a33) !important;
    box-shadow: 0 6px 20px rgba(212, 68, 241, 0.5) !important;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

/* Secondary Buttons */
.btn-secondary, .btn-back {
    background: #FFFFFF !important;
    color: #1e22aa !important;
    border: 2px solid #1e22aa !important;
}

.btn-secondary:hover, .btn-back:hover {
    background: #1e22aa !important;
    color: #FFFFFF !important;
}

/* Default Buttons - Now use HIMSS Gradient */
.btn-default {
    background: linear-gradient(134deg, #d444f1, #f04438) !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(212, 68, 241, 0.3) !important;
    border: none !important;
}

.btn-default:hover {
    background: linear-gradient(134deg, #9e2ee4, #c73a33) !important;
    box-shadow: 0 6px 20px rgba(212, 68, 241, 0.5) !important;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

/* ============================================
   NAVIGATION BUTTONS (Multi-step forms)
   ============================================ */
.form-navigation, .wizard-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

/* ============================================
   PRICING TABLES & REGISTRATION OPTIONS
   ============================================ */
.pricing-option, .registration-option, .ticket-option {
    background: #FFFFFF;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pricing-option:hover, .registration-option:hover, .ticket-option:hover {
    border-color: #54c0e8;
    box-shadow: 0 6px 25px rgba(30, 34, 170, 0.15);
    transform: translateY(-3px);
}

.pricing-option.selected, .registration-option.selected, .ticket-option.selected {
    border-color: #3CD5AF;
    background: rgba(60, 213, 175, 0.05);
    box-shadow: 0 8px 30px rgba(60, 213, 175, 0.2);
}

.price, .registration-price {
    font-family: "prometo", "Century Gothic", Arial, sans-serif !important;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e22aa;
    margin: 20px 0;
}

/* ============================================
   ALERTS & MESSAGES
   ============================================ */
.alert, .message, .notification {
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    border: none;
}

.alert-success, .success-message {
    background: rgba(60, 213, 175, 0.1);
    color: #2a957a;
    border-left: 4px solid #3CD5AF;
}

.alert-info, .info-message {
    background: rgba(84, 192, 232, 0.1);
    color: #1e22aa;
    border-left: 4px solid #54c0e8;
}

.alert-warning, .warning-message {
    background: rgba(255, 199, 44, 0.1);
    color: #d68900;
    border-left: 4px solid #FFC72C;
}

.alert-danger, .error-message {
    background: rgba(240, 68, 56, 0.1);
    color: #c73a33;
    border-left: 4px solid #f04438;
}

/* ============================================
   PROGRESS INDICATORS (Multi-step forms)
   ============================================ */
.progress-bar, .wizard-progress {
    height: 15pt;
    background: #f5f5f5;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 15pt;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar-fill, .wizard-progress-fill {
    height: 100%;
    background: linear-gradient(134deg, #d444f1, #f04438);
    transition: width 0.6s ease;
}

/* ============================================
   PROGRESS BAR FIX FOR EVENTSAIR REGISTRATION
   HIMSS Pink Gradient Style - January 2026
   ============================================ */
.progress.theme-progress {
    height: 15pt !important;
    background: #f5f5f5 !important;
    border-radius: 0 !important;
    overflow: hidden;
    margin-bottom: 15pt !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
}

.progress.theme-progress .progress-bar {
    float: left;
    width: 0%;
    height: 100% !important;
    font-size: 10pt;
    line-height: 15pt;
    color: #fff;
    text-align: center;
    background-image: -webkit-linear-gradient(134deg, #d444f1, #f04438) !important;
    background-image: linear-gradient(134deg, #d444f1, #f04438) !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15) !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15) !important;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress.theme-progress.background-opacity {
    background: #f5f5f5 !important;
}

.progress.theme-progress .progressbar-value {
    display: none;
}

.step-indicator, .wizard-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.step, .wizard-step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 10px;
}

.step::before, .wizard-step::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 3px;
    background: #e0e0e0;
    z-index: 0;
}

.step:first-child::before, .wizard-step:first-child::before {
    left: 50%;
}

.step:last-child::before, .wizard-step:last-child::before {
    right: 50%;
}

.step-number, .wizard-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.step.active .step-number, .wizard-step.active .wizard-step-number {
    background: linear-gradient(134deg, #d444f1, #f04438);
    color: #FFFFFF;
}

.step.completed .step-number, .wizard-step.completed .wizard-step-number {
    background: #3CD5AF;
    color: #FFFFFF;
}

.step-label, .wizard-step-label {
    font-size: 0.9rem;
    color: #666;
}

.step.active .step-label, .wizard-step.active .wizard-step-label {
    color: #1e22aa;
    font-weight: 600;
}

/* ============================================
   CHECKBOXES & RADIO BUTTONS - Custom Styling
   ============================================ */
input[type="checkbox"], input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
}

/* Ensure checkboxes are always square */
input[type="checkbox"] {
    border-radius: 0 !important;
}

/* Fix for checkboxes that incorrectly have form-control class */
input[type="checkbox"].form-control {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Radio buttons are circular */
input[type="radio"] {
    border-radius: 50%;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: linear-gradient(134deg, #d444f1, #f04438);
    border-color: #d444f1;
}

input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
}

/* ============================================
   SUMMARY/CONFIRMATION PAGE
   ============================================ */
.summary-section, .confirmation-section {
    background: #f8f9fb;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.summary-item, .confirmation-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.summary-item:last-child, .confirmation-item:last-child {
    border-bottom: none;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1e22aa;
}

/* ============================================
   SUMMARY PAGE - SECTION DIVIDER FIXES
   Added: January 2026
   Gradient fade effect on divider lines
   ============================================ */

/* Create gradient fade effect on h3 and h4 bottom borders */
.summary-heading h3,
.summary-content h3,
.theme-summary-content h3,
.summary-heading h4,
.summary-content h4,
.theme-summary-content h4 {
    border-bottom: none !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    position: relative;
}

/* Add gradient fade line using ::after pseudo-element - stops before button */
.summary-heading h3::after,
.summary-content h3::after,
.theme-summary-content h3::after,
.summary-heading h4::after,
.summary-content h4::after,
.theme-summary-content h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 120px; /* Leave space for Edit button */
    height: 1px;
    background: linear-gradient(90deg, #e0e0e0 0%, rgba(224, 224, 224, 0.3) 85%, rgba(255, 255, 255, 0) 100%);
}

/* Clean spacing between major sections */
.summary-heading {
    margin-top: 30px !important;
}

/* First section spacing */
.summary-content .summary-heading:first-child,
.theme-summary-content .summary-heading:first-child {
    margin-top: 0 !important;
}

/* ============================================
   LOADING STATES
   ============================================ */
.loading, .spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(84, 192, 232, 0.3);
    border-top-color: #54c0e8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ============================================
   REGISTRATION PAGE FOOTER
   ============================================ */

.himss-registration-footer {
    background-color: #21145f;
    padding: 30px 20px;
    margin-top: 40px;
    text-align: left;
    font-family: "soleto", "Century Gothic", Arial, sans-serif;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo {
    width: auto;
    max-height: 51px;
    margin-bottom: 12px;
    display: block;
}

.footer-address {
    margin: 10px 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.5;
    font-family: "soleto", "Century Gothic", Arial, sans-serif;
}

.footer-divider {
    border: none;
    height: 2px;
    background-color: #54c0e8;
    margin: 12px 0;
    width: 100%;
}

.footer-copyright {
    margin: 10px 0;
    color: #54c0e8;
    font-size: 13px;
    font-family: "soleto", "Century Gothic", Arial, sans-serif;
}

/* Fallback styling for existing EventsAir footer structure */
.brand-footer.brand-footer-bg.footer-image {
    background-color: #21145f !important;
    padding: 30px 20px !important;
    margin-top: 40px;
    border-top: 3px solid #54c0e8;
}

.brand-footer .is-section {
    background-color: #21145f !important;
    padding: 0 !important;
}

.brand-footer .container-fluid {
    padding: 0 20px !important;
    max-width: 1400px;
    margin: 0 auto;
}

.brand-footer header {
    color: white !important;
    padding: 10px 0;
}

.brand-footer img {
    width: auto;
    max-height: 51px;
    margin-bottom: 12px;
    display: block;
}

.brand-footer p {
    margin: 8px 0 !important;
    color: white !important;
    font-family: "soleto", "Century Gothic", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.brand-footer hr {
    border: none !important;
    height: 2px !important;
    background-color: #54c0e8 !important;
    margin: 12px 0 !important;
    width: 100% !important;
}

.brand-footer p:last-child {
    color: #54c0e8 !important;
    margin: 8px 0 15px 0 !important;
}

.brand-footer a {
    color: #54c0e8 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.brand-footer a:hover {
    color: #3CD5AF !important;
    text-decoration: underline !important;
}

.brand-footer * {
    box-sizing: border-box;
}

.brand-footer .row {
    margin: 0 !important;
}

.brand-footer .is-boxes,
.brand-footer .is-box-centered {
    width: 100% !important;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media screen and (max-width: 768px) {
    .container {
        padding: 15px;
    }
    
    .form-section, .registration-section, .panel, .card {
        padding: 25px 20px;
    }
    
    .page-title, h1.page-title {
        font-size: 2rem;
    }
    
    h2, .h2, .section-title {
        font-size: 1.5rem;
    }
    
    .btn, button, input[type="submit"] {
        padding: 12px 24px;
        font-size: 1rem;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .form-navigation {
        flex-direction: column-reverse;
    }
    
    .step-indicator {
        flex-wrap: wrap;
    }
    
    .price, .registration-price {
        font-size: 2rem;
    }
    
    /* Mobile footer */
    .himss-registration-footer {
        padding: 25px 15px;
        margin-top: 30px;
    }
    
    .footer-logo {
        max-height: 40px;
        margin-bottom: 10px;
    }
    
    .footer-address,
    .footer-copyright {
        font-size: 12px;
        margin: 8px 0;
    }
    
    .footer-divider {
        margin: 10px 0;
    }
    
    .footer-container {
        padding: 0 10px;
    }
    
    .brand-footer.brand-footer-bg.footer-image {
        padding: 25px 15px !important;
        margin-top: 30px;
    }
    
    .brand-footer img {
        max-height: 40px;
        margin-bottom: 10px;
    }
    
    .brand-footer p {
        font-size: 12px !important;
        margin: 6px 0 !important;
    }
    
    .brand-footer .container-fluid {
        padding: 0 15px !important;
    }
    
    .brand-footer header {
        padding: 8px 0;
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
*:focus {
    outline: 3px solid #54c0e8;
    outline-offset: 2px;
}

.sr-only, .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .btn, button, .form-navigation, .wizard-navigation {
        display: none;
    }
    
    .form-section, .panel, .card {
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .himss-registration-footer,
    .brand-footer {
        page-break-inside: avoid;
    }
}

/* ============================================
   FONTAWESOME ICON FIXES
   Added: January 2026
   Removes broken FontAwesome icons from buttons and checkboxes
   ============================================ */

/* Fix ALL button icons - comprehensive fix for ::after AND ::before */
button::after,
button::before,
.btn::after,
.btn::before,
.navbar-btn::after,
.navbar-btn::before,
input[type="submit"]::after,
input[type="submit"]::before,
input[type="button"]::after,
input[type="button"]::before,
.theme-btn-primary::after,
.theme-btn-primary::before,
.form-submit::after,
.form-submit::before {
    content: none !important;
    display: none !important;
    font-family: inherit !important;
}

/* Additional nuclear option - target all buttons globally */
button *::before,
button *::after,
.btn *::before,
.btn *::after {
    content: none !important;
    display: none !important;
}

/* Fix for glyphicon spans inside buttons */
button .glyphicon,
.btn .glyphicon,
button .fa,
.btn .fa {
    display: none !important;
}

/* Fix FontAwesome icons in summary page - use text checkmark instead */
.fa-check-square::before,
.fa-check::before,
input[type="checkbox"] + .fa-check-square::before,
.checkbox .fa-check-square::before {
    content: "✓" !important;
    font-family: "soleto", "Century Gothic", Arial, sans-serif !important;
    font-weight: bold !important;
}

/* Hide broken FontAwesome icons globally */
.fa::before {
    font-family: FontAwesome !important;
}

/* Fallback for broken FontAwesome - hide completely if not loading */
span.fa:empty::before {
    content: "" !important;
}
