/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Oculta campos legados de cartao WHMCS quando Stripe é usado */
.form-group-startdate,
.cc-start-date,
.whmcs-credit-card-startdate {
    display: none !important;
}

/* Data inicial */
label[for="inputIssueNum"],
#inputIssueNum {
    display: none !important;
}

/* Numero do cartao (legado) */
label[for="inputCardNumber"],
#inputCardNumber {
    display: none !important;
}

/* Data inicial */
label[for="inputCardStart"],
#inputCardStart {
    display: none !important;
}

/* Validade / CVV legados */
label[for="inputCardExpiry"],
#inputCardExpiry,
label[for="inputCardCVV"],
#inputCardCVV {
    display: none !important;
}