/* static/css/styles.css */

/* Add your custom styles here */

body {
    font-family: Arial, sans-serif;
}

.top-bar {
    background-color: #e8f5e9; /* Mild green background */
    padding: 10px;
}

.navbar-main {
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
}

.navbar-sub {
    background-color: #f8f9fa;
    border-bottom: 2px solid #ccc;
}

.footer {
    margin-top: 20px;
    padding: 10px 0;
    background-color: #f8f9fa;
}

.nav-item .btn {
    margin: 5px;
}

.navbar-sub .nav-item .btn {
    margin: 0 5px;
}

.action-buttons .btn {
    margin: 2px;
    border-radius: 20px;
}

.modal-header .close {
    position: relative;
    display: flex;
    align-items: center;
}

.modal-header .close-text {
    margin-left: 5px;
    font-size: 1rem;
    color: red;
}

.required-field label {
    font-weight: bold;
}