/* Zeus General Form Base Styles */

.zeus-ajax-form {
    position: relative;
}

.zeus-ajax-form .zeus-form-group {
    margin-bottom: 1rem;
}

.zeus-ajax-form label {
    display: block;
    margin-bottom: 0.5rem;
}

.zeus-ajax-form .text-danger {
    color: #dc3545;
}

.zeus-ajax-form .zeus-input {
    box-sizing: border-box;
}

.zeus-ajax-form .form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.zeus-ajax-form .form-check-input {
    margin: 0;
    cursor: pointer;
}

.zeus-ajax-form .form-check-label {
    margin: 0;
    cursor: pointer;
}

/* Feedback messages */
.zeus-form-feedback {
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.zeus-form-feedback.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.zeus-form-feedback.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Loader */
.zeus-loader {
    display: none;
    vertical-align: middle;
}

button.loading {
    cursor: not-allowed !important;
}
