/* Form Hubungi Kami — semua tema website masjid */
.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message {
    display: none;
}

.php-email-form .loading.d-block,
.php-email-form .error-message.d-block,
.php-email-form .sent-message.d-block {
    display: block;
}

.php-email-form .error-message {
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: 600;
}

.php-email-form .sent-message {
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: 600;
}

.php-email-form .loading {
    opacity: 0.7;
    padding: 12px 0;
    text-align: center;
}

.businex-contact-form input,
.businex-contact-form textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.businex-contact-form button[type="submit"] {
    margin-top: 8px;
}

