.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;
}

.account_creation .type_person label {
    white-space: nowrap;
}

/* 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 o tema warehouse */
.custom-select2 .form-control-select.form-control:disabled,
.custom-select2 .form-control-select.form-control[readonly] {
    cursor: not-allowed;
    background-color: hsla(0,0%,63%,.25) !important;
}

/* compatibiliza com onepagecheckoutps */
#onepagecheckoutps #field_customer_ngstandard_type_person label {
    width: 100%;
}

#onepagecheckoutps #hook_create_account_top,
#onepagecheckoutps #hook_customer_identity {
    margin-top: 1rem;
}

#onepagecheckoutps #hook_create_account_top .type_person label,
#onepagecheckoutps #hook_customer_identity .type_person label {
    display: block !important;
    width: 100% !important;
}

#onepagecheckoutps #hook_create_account_top .type_person .radio-inline {
    padding-left: 0;
}

#onepagecheckoutps #hook_create_account_top .type_person .radio-inline input {
    margin-right: 5px !important;
}

/* 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;
    }
}