/* 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;
}

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

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

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

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

.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;
}