/* Event Espresso registration-checkout page override */
.ee-kov-hero.ee-kov-hero-checkout {
    padding-top: 150px;
}
.ee-checkout-wrap {
    max-width: 100%;
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.ee-kov-hero-checkout {
    margin-bottom: 34px;
}

.ee-checkout-content {
    width: 100%;
}

.ee-checkout-head {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
    border: 1px solid rgba(74, 126, 173, 0.2);
    border-radius: 16px;
    padding: 24px 24px 22px;
    margin-bottom: 18px;
}

.ee-checkout-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 700;
    color: #4a7ead;
    margin-bottom: 10px;
}

.ee-checkout-title {
    font-size: 40px;
    line-height: 1.15;
    color: #181a27;
    margin-bottom: 10px;
    font-weight: 800;
}

.ee-checkout-subtitle {
    color: rgba(24, 26, 39, 0.74);
    line-height: 1.6;
    max-width: 720px;
}

.ee-checkout-head::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74, 126, 173, 0.2) 0%, rgba(74, 126, 173, 0) 70%);
    pointer-events: none;
}

.ee-checkout-head img {
    display: none;
}

.ee-checkout-notice {
    background: rgba(255, 196, 71, 0.12);
    border: 1px solid rgba(255, 196, 71, 0.44);
    border-radius: 10px;
    padding: 12px 14px;
    margin: 0 auto 16px;
    max-width: 1280px;
}

.ee-checkout-steps-wrap {
    background: #f4f7fc;
    border: 1px solid #d7e2ef;
    border-radius: 14px;
    padding: 18px;
    margin: 0 auto 20px;
    max-width: 100%;
    position: relative;
    z-index: 12;
}

.ee-checkout-steps-title {
    margin: 0 0 12px;
    color: #1a2532;
    font-size: 20px;
}

#spco-steps-display-dv.ee-checkout-steps {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
}

#spco-steps-display-dv.ee-checkout-steps .spco-step-display-dv {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    justify-content: center;
}

.ee-checkout-steps .spco-step-display-dv {
    background: #ffffff;
    border: 1px solid #d6e1ed;
    border-radius: 10px;
    padding: 12px 14px;
    transition: all 0.2s ease;
}

.ee-checkout-steps .spco-step-display-dv .spco-steps-display-hdr {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.25;
}

.ee-checkout-steps .spco-step-display-dv .spco-step-big-nmbr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(145deg, #5d8fbd 0%, #3f78ad 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    box-shadow: 0 6px 14px rgba(63, 120, 173, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.45);
    flex-shrink: 0;
}

.ee-checkout-steps .spco-step-display-dv .spco-step-name {
    color: #25364a;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.01em;
}

.ee-checkout-steps .spco-step-display-dv.active-step {
    background: #4a7ead;
    border-color: #4a7ead;
    box-shadow: 0 8px 20px rgba(74, 126, 173, 0.22);
}

.ee-checkout-steps .spco-step-display-dv.active-step * {
    color: #ffffff;
}

.ee-checkout-steps .spco-step-display-dv.active-step .spco-step-big-nmbr {
    background: #ffffff;
    color: #ffffff;
    color: #2f6ea7;
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 18px rgba(14, 37, 58, 0.35);
}

#ee-single-page-checkout-dv .spco-step-big-nmbr {
    font-size: 1.1rem !important;
    font-weight: bold;
    padding-inline-end: 0 !important;
    color: #fff;
}
h4#spco-step-payment_options-display-hdr span.spco-step-big-nmbr {
    color: #fff !important;
}
#ee-single-page-checkout-dv.active-step .spco-step-big-nmbr {
    color: #000 !important;
}
.ee-checkout-steps .spco-step-display-dv.active-step .spco-step-big-nmbr {
    color: #000000 !important;
}

#ee-single-page-checkout-dv .spco-step-display-dv,
#ee-single-page-checkout-dv .spco-step-arrow-dv {
    padding: 10px !important;
}
.spco-step-dv .big-event-title-hdr {
    font-size: clamp(1.5rem, 150%, 1.6rem) !important;
}
.ee-reg-form-attendee-dv .ee-reg-form-qstn-grp-title {
    font-size: 22px;
}
.ee-checkout-steps .spco-step-arrow-dv {
    display: none;
}
.ee-reg-form-attendee-dv {
    margin-block-start: 2rem !important;
}
.ee-checkout-step-card {
    background: #ffffff;
    border: 1px solid #d7e2ef;
    border-radius: 14px;
    padding: 20px;
    margin: 0 auto 16px;
    max-width: 100%;
}

.ee-checkout-step-card .spco-step-title-hdr,
.ee-checkout-step-card h3,
.ee-checkout-step-card h4 {
    color: #1a2532;
}
form#ee-spco-attendee_information-reg-step-form input[type=text],
form#ee-spco-attendee_information-reg-step-form select,
form#ee-spco-attendee_information-reg-step-form textarea{
    margin-bottom: 0;
}
.ee-checkout-step-card table {
    width: 100%;
    border-collapse: collapse;
}

.ee-checkout-step-card table th {
    background: #f4f8fc;
    border-bottom: 1px solid #dbe5f0;
    color: #1a2532;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 10px;
    text-align: left;
}

.ee-checkout-step-card table td {
    border-bottom: 1px solid #edf2f7;
    color: #2d3a49;
    padding: 12px 10px;
    vertical-align: top;
    text-align: left;
}

.ee-checkout-step-card p,
.ee-checkout-step-card label,
.ee-checkout-step-card span,
.ee-checkout-step-card li,
.ee-checkout-step-card small,
.ee-checkout-step-card strong {
    color: #2d3a49;
}

.ee-checkout-step-card input[type="text"],
.ee-checkout-step-card input[type="email"],
.ee-checkout-step-card input[type="tel"],
.ee-checkout-step-card input[type="number"],
.ee-checkout-step-card input[type="password"],
.ee-checkout-step-card textarea,
.ee-checkout-step-card select {
    width: 100%;
    border: 1px solid #cbd7e3;
    border-radius: 8px;
    min-height: 44px;
    padding: 10px 12px;
    background: #ffffff;
    color: #1a2532;
}

.ee-checkout-step-card .submit-btn,
.ee-checkout-step-card input[type="submit"],
.ee-checkout-step-card button[type="submit"],
.ee-checkout-step-card .spco-next-step-btn,
.ee-checkout-step-card .spco-submit-btn {
    background: #4a7ead;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.ee-checkout-step-card .submit-btn:hover,
.ee-checkout-step-card input[type="submit"]:hover,
.ee-checkout-step-card button[type="submit"]:hover,
.ee-checkout-step-card .spco-next-step-btn:hover,
.ee-checkout-step-card .spco-submit-btn:hover {
    background: #375f86;
}

.ee-checkout-step-card .spco-go-back-step-lnk,
.ee-checkout-step-card .small-text a,
.ee-checkout-step-card a {
    color: #8fb7ff;
}

.ee-checkout-empty {
    text-align: center;
}

.ee-checkout-step-card .spco-attendee-wrap-fs,
.ee-checkout-step-card .spco-payment-info-dv,
.ee-checkout-step-card .spco-billing-info-dv,
.ee-checkout-step-card .spco-order-review-dv,
.ee-checkout-step-card #spco-attendee_information-dv {
    background: #f9fbfe;
    border: 1px solid #dde7f2;
    border-radius: 10px;
    padding: 14px;
    overflow: auto;
}

.ee-checkout-step-card #spco-attendee_information-dv {
    display: grid;
    gap: 14px;
}

.ee-checkout-step-card #spco-attendee_information-dv .spco-attendee-wrap-fs {
    margin: 0;
}

.ee-checkout-step-card #spco-attendee_information-dv h3,
.ee-checkout-step-card #spco-attendee_information-dv h4 {
    margin-bottom: 10px;
}

.ee-checkout-step-card .spco-attendee-wrap-fs + .spco-attendee-wrap-fs,
.ee-checkout-step-card .spco-payment-info-dv + .spco-payment-info-dv {
    margin-top: 12px;
}
div#spco-step-payment_options-display-dv.active-step h4#spco-step-payment_options-display-hdr span.spco-step-big-nmbr {
    color: #000 !important;
}
.ee-checkout-step-card .spco-step-title-hdr, .ee-checkout-step-card h3, .ee-checkout-step-card h4 {
    margin: 30px 0 20px 0;
}
div#ee-available-payment-method-inputs--input-dv {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
label#ee-available-payment-method-inputs-paypalcheckout-lbl, label#ee-available-payment-method-inputs-check-lbl {
    gap: 5px;
    display: flex;
    max-width: max-content;
}
@media (max-width: 900px) {
    .ee-checkout-wrap {
        padding: 0;
    }

    .ee-kov-hero-checkout {
        margin-bottom: 24px;
    }

    .ee-checkout-notice,
    .ee-checkout-steps-wrap,
    .ee-checkout-step-card {
        max-width: 100%;
    }

    .ee-checkout-content .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ee-checkout-title {
        font-size: 30px;
    }

    .ee-checkout-step-card {
        padding: 14px;
    }

    .ee-checkout-steps-wrap {
        padding: 14px;
    }

    .ee-checkout-step-card table {
        min-width: 620px;
    }

    .ee-checkout-step-card {
        overflow-x: auto;
    }

    #spco-steps-display-dv.ee-checkout-steps {
        flex-direction: column;
        gap: 10px;
    }

    .ee-checkout-steps .spco-step-display-dv {
        padding: 11px 12px;
    }

    .ee-checkout-steps .spco-step-display-dv .spco-step-big-nmbr {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .ee-checkout-steps .spco-step-display-dv .spco-step-name {
        font-size: 13px;
    }
}
@media(max-width:768px){
    .ee-kov-hero.ee-kov-hero-checkout {
        padding-top: 100px;
    }
    .eep-ppc-btn-submit-dv {
        text-align: left;
        margin: 20px 0 30px 0;
    }
}
@media (max-width: 575px) {
    .ee-checkout-steps-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #spco-steps-display-dv.ee-checkout-steps {
        gap: 8px;
    }

    .ee-checkout-steps .spco-step-display-dv {
        border-radius: 9px;
        padding: 10px 10px;
    }

    .ee-checkout-steps .spco-step-display-dv .spco-steps-display-hdr {
        gap: 8px;
    }

    .ee-checkout-steps .spco-step-display-dv .spco-step-big-nmbr {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .ee-checkout-steps .spco-step-display-dv .spco-step-name {
        font-size: 12px;
        line-height: 1.25;
    }
}

.comman_defaultpage {
    background: #fff;
}
