.submit-ticket-modal .modal-header {
    align-items: center;
}

.submit-ticket-modal .tapsndr-redeem-btn-login {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0.35rem 0.85rem;
    border-radius: 8px;
    color: #fff;
    background-color: #38938a;
    border: 1px solid #38938a;
    text-decoration: none;
    white-space: nowrap;
}

.submit-ticket-modal .tapsndr-redeem-btn-login:hover,
.submit-ticket-modal .tapsndr-redeem-btn-login:focus {
    color: #fff;
    background-color: #2f7d75;
    border-color: #2f7d75;
}
