/* Message styling */
.mauk-teacher-dashboard .updated {
    background: #d1e7dd;
    border: 1px solid #badbcc;
    border-radius: 4px;
    padding: 12px;
    margin: 15px 0;
    color: #0f5132;
}

.mauk-teacher-dashboard .error {
    background: #f8d7da;
    border: 1px solid #f1aeb5;
    border-radius: 4px;
    padding: 12px;
    margin: 15px 0;
    color: #721c24;
}

/* Login Message Styles */
.mauk-login-success {
    background: #d1e7dd;
    color: #0f5132;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #badbcc;
    margin: 20px 0;
}

.mauk-login-error {
    background: #f8d7da;
    color: #721c24;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #f5c6cb;
    margin: 20px 0;
}

/* Balance Colors */
.negative-balance {
    color: #d63638 !important;
}

.positive-balance {
    color: #00a32a !important;
}

.neutral-balance {
    color: #50575e !important;
}