.contentRegion{
    padding: 0 !important;
}

.ui-widget{
    margin-top: unset !important;
    margin-bottom: unset !important;
}


.slds-required:after{
    content: ' [Required] ' !important;
}

.LTEEventRegistrationSummary .slds-card__header .slds-text-heading--small{
    animation-duration: 1s !important;
    animation-name: ticketSummary !important;
}

@keyframes ticketSummary{
    from{
        color: #333333 !important;
    }

    to{
        color: #333333 !important;
    }
}

.fonteva-frame_summary .fonteva-footer_actions .fonteva-button_cancel{
    animation-duration: 1s !important;
    animation-name: cancelOrder !important;
}

@keyframes cancelOrder{
    from{
        color: #ed1f1e !important;
    }

    to{
        color: #ed1f1e !important;
    }
}


.LTERegistrationProcessStep .slds-step-description{
    animation-duration: 1s !important;
    animation-name: finish !important;
}

@keyframes finish{
    from{
        color: #FFFFFF !important;
    }

    to{
        color: #FFFFFF !important;
    }
}




.LTEEventRegistrationCheckoutSummary .slds-text-heading--small{
	animation-duration: 1s !important;
    animation-name: noPayment !important;
}

@keyframes noPayment{
    from{
        color: #333333!important
    }

    to{
        color: #333333!important
    }
}

.LTEEventRegistrationCheckoutSummary .FrameworkButton{
	animation-duration: 1s !important;
    animation-name: confirmOrder !important;
}

@keyframes confirmOrder{
    from{
        color: #FFFFFF!important
    }

    to{
        color: #FFFFFF!important
    }
}

.LTEEventPaymentReceipt .slds-text-heading--medium{
	animation-duration: 1s !important;
    animation-name: successPayment !important;
}

@keyframes successPayment{
    from{
        color: #333333!important
    }

    to{
        color: #333333!important
    }
}

.appR{
	animation-duration: 1s !important;
    animation-name: applicationRequired !important;
    height: 0px !important;
    overflow: hidden;
    display:block !important;
}

@keyframes applicationRequired{
    from{
        color: #333333!important
    }

    to{
        color: #333333!important
    }
}

.OrderApiCheckoutWrapper .slds-card .slds-card__header{
    animation-duration: 1s !important;
    animation-name: changeBusinessAddress !important;
}

@keyframes changeBusinessAddress{
    from{
        color: #333333!important
    }

    to{
        color: #333333!important
    }
}
