/* custom.css */
body {
    background-color: #f8f9fa;
}

.container {
    margin-top: 20px;
}

h2 {
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.alert-toasts {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.alert-toasts.success {
    background-color: #28a745;
    color: #fff;
}

.alert-toasts.error {
    background-color: #dc3545;
    color: #fff;
}
