

h2 {
    color: #007bff !important;
}

#table th {
    background-color: #f8f9fa;
    color: #000000;
    font-weight: bold;
}

#table td {
    padding: 12px 15px;
}

#table tr:hover {
    background-color: #f1f1f1;
}

.datepicker {
    display: flex !important;
    justify-content: flex-end !important;
}


.datepicker-input {
    width: 100% !important; 
    max-width: 300px !important; 
}


.form-control.datepicker-input{
    height: calc(1.5em + .75rem + 2px) !important; 
}


.container {
    background-color: white; 
    padding: 20px; 
    border-radius: 8px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    width: 300px; 
    text-align: center; 
}

label {
    display: block; 
    margin-bottom: 10px; 
    font-weight: bold; 
}

select {
    width: 100%;  
    padding: 10px;  
    margin-bottom: 15px;  
    border: 1px solid #ccc;  
    border-radius: 4px;  
}

button {
    background-color: #c91a1a;  
    color: white;  
    border: none;  
    padding: 10px 15px;  
    border-radius: 4px;  
    cursor: pointer;  
    transition: background-color 0.3s;  
}

button:hover {
    background-color: #0056b3;  
}

.db-container {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    width: 50%;
    margin: 10px auto;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
