/* Prevent body scroll when any Bootstrap modal is open */
body.modal-open {
    overflow: hidden !important;
}

/* intl-tel-input Bootstrap 3 compatibility */
.iti {
    display: block;
    width: 100%;
}

.iti__country-container {
    max-height: 50px;
}

.iti input.form-control {
    padding-left: 52px;
}

.iti--show-selected-dial-code input.form-control {
    padding-left: 90px;
}

.iti__flag-container {
    z-index: 10;
}

.iti__dropdown-content {
    z-index: 1060;
}

.iti input.text-danger {
    border-color: red !important;
}

.btn-black {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #000 !important;
}

.btn-black:hover {
    color: #fff !important;
    background: #000 !important;
}

.modal__back-icon {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    outline: none;
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.modal__close-icon {
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
    outline: none;
    border: none;
}

.modal__close-icon:focus {
    outline: none;
    box-shadow: none;
}

.getting-started__dialog {
    max-width: 650px !important;
}

.getting-started__dialog .modal-content {
    max-height: 90vh;
    overflow-y: auto;
}

.getting-started-modal__title {
    align-self: stretch;
    color: #002F3C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 5px;
    padding-top: 20px;
}

.getting-started-modal__description {
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    align-self: stretch;
    padding-bottom: 20px;
}

.getting-started-modal__description span {
    font-weight: 700;
}

.getting-started-modal__input {
    width: 100% !important;
}

.getting-started-modal__actions {
    padding-top: 20px;
}

.getting-started-modal__toggle {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    color: #091B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
    max-width: 190px;
    margin: 0 auto;
}

.getting-started-modal__not-received {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    color: #091B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.getting-started-modal__not-received span {
    cursor: pointer;
    color: #F00;
    padding-left: 5px;
}

.account-create-modal__form {
    display: flex;
    flex-direction: column;
}

.account-create-modal__form .form-group {
    margin-bottom: 20px;
}

#getting-started-verification-form .eventlify_input_error,
.account-create-modal__form .eventlify_input_error {
    margin-top: 5px;
    margin-bottom: 0;
    color: #F00;
    font-family: Montserrat, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.stripe_input_error {
    margin-top: 5px;
    margin-bottom: 0;
    color: #F00;
    font-family: Montserrat, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.getting-started-card-modal__input {
    height: 40px;
}

.getting-started-card-modal__group {
    display: flex;
    gap: 20px;
}

.model-input__exp {
    flex: 1;
}

.model-input__ccv {
    flex: 1;
}

.getting-started-card-modal__label {
    color: #091B2B;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.getting-started-card-modal__label em {
    color: #F00;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border-radius: 0 !important;
}

.swal2-cancel {
    border-radius: 0 !important;
}
.getting-started__login-dialog {
    max-width: 550px !important;
    width: 100%;
}

.getting-started-login__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.getting-started-login__success-icon {
    display: flex;
    width: 84px;
    height: 84px;
    padding: 23px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    border: 2px solid #6FBE4A;
    background: #FFF;
}

.getting-started-login__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-direction: row;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E9EAED;
    background: #F9FAFB;
}

.getting-started-login__card-info{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.getting-started-login__card-title {
    color: #000;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.getting-started-login__card-btn {
    padding: 6px 8px;
    border-radius: 7px;
    background: #000;
    color: #FFF;
    font-family: Montserrat, serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
}

.getting-started-login__title {
    align-self: stretch;
    color: #002F3C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: center;
}

.getting-started-login__description {
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    align-self: stretch;
    padding-bottom: 20px;
    text-align: center;
}

.ev-stripe-payment__section-title {
    margin-bottom: 10px;
}

/* ─── Disambiguation — attendee selection list ─────────────────────────────── */

.getting-started-disambiguation__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    max-height: 320px;
    overflow-y: auto;
}

.getting-started-disambiguation__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 2px solid #E9EAED;
    background: #F9FAFB;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.getting-started-disambiguation__item:hover {
    border-color: #002F3C;
    background: #F0F4F6;
}

.getting-started-disambiguation__item.is-selected {
    border-color: #002F3C;
    background: #EDF4F6;
}

.getting-started-disambiguation__name {
    color: #002F3C;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.getting-started-disambiguation__item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.getting-started-disambiguation__check {
    color: #002F3C;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.getting-started-disambiguation__contact {
    color: #383838;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

/* ─── Conflict resolution — profile selection list ─────────────────────────── */

.getting-started-conflict__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.getting-started-conflict__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 2px solid #E9EAED;
    background: #F9FAFB;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.getting-started-conflict__item:hover {
    border-color: #002F3C;
    background: #F0F4F6;
}

.getting-started-conflict__item.is-selected {
    border-color: #002F3C;
    background: #EDF4F6;
}

.getting-started-conflict__name {
    color: #002F3C;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.getting-started-conflict__contact {
    color: #383838;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.getting-started-conflict__neither {
    padding-top: 12px;
    padding-bottom: 0;
    font-size: 14px;
    text-align: center;
}

/* ─── Shared utility ─────────────────────────────────────────────────────────── */

.getting-started-modal__link {
    color: #002F3C;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.getting-started-modal__link:hover {
    color: #000;
}

/* ─── Escape hatch note ──────────────────────────────────────────────────────── */

.getting-started-escape__note {
    font-size: 13px;
    font-weight: 400;
    color: #6B7280;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 0;
}


.input--disabled {
    background-color: #e9ecef !important;
}

/* For mobile phones: */
@media (max-width: 767px) {
    #auctionNgGuestStartedModal.modal {
        top: 10px !important;
    }

    .getting-started-modal__title {
        font-size: 22px;
    }

    .getting-started-modal__description {
        font-size: 12px;
    }

    .getting-started-modal__not-received {
        font-size: 14px;
    }

    .alert-success {
        font-size: 12px;
    }

    .getting-started-modal__description.payment-method {
        display: none;
    }

    .getting-started-modal__title.payment-title {
        padding-bottom: 10px !important;
    }
}