.hidden {
	display: none;
}

.input_loading {
    background-image: url(loader.gif) !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
}

.ps_back-office .input_loading {
    background-size: 18px;
}

.personal {
    display: block;
}

.business {
    display: block;
    margin: 20px 0 10px;
}

/* compatibiliza com tema padrão */
.fade.show,
.fade.show .modal-content {
    opacity: 1;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}

/* compatibiliza com onepagecheckoutps */
#onepagecheckoutps #field_customer_ngstandard_type_person label {
    width: 100%;
}

/* mobile */
@media (max-width: 768px) {
    #ngStandardModalCheckout .modal-body {
        max-height: 320px;
        overflow-y: auto;
    }

    #ngStandardModalCheckout .modal-footer {
        justify-content: flex-start;
    }
}

@media (min-width: 769px) {
    #ngStandardModalCheckout label.form-control-label {
        text-align: right;
    }
}