.btn-buy-ticket,
.btn-click-here {
    margin: 0 !important;
    color: #ffffff !important;
}

.btn-subscription {
    color: #F6F162;
    width: -webkit-fill-available;
    margin: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.input-help-text {
    font-family: 'Inter';
    color: #8E8E8E;
    font-size: 12px;
}

.btn-subscription:hover,
.btn-subscription:focus,
.btn-subscription.focus,
.btn-subscription.active {
    color: #F6F162;
}

.btn-back-outline {
    font-family: 'Inter', sans-serif;
    border: 1px solid #e32e7f ;
    background: transparent;
    color: #e32e7f ;
}

.btn-back-outline:hover,
.btn-back-outline:focus,
.btn-back-outline.focus,
.btn-back-outline.active {
    color: #e32e7f;
}

#footer1-z a,
#footer1-z p,
#footer1-z a:hover {
    color: #37101D !important;
}

.btn-subscription-disabled {
    pointer-events: none;
}