/**
 * CUSTOM CSS
 */
.filter-container .filter-btn {
    font-weight: bold;
    text-decoration: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease-in-out;
}

/* Style the dropdown menu to match the screenshot */
.filter-container .dropdown-menu {
    width: 300px; /* Adjust width as needed */
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.filter-container .dropdown-menu .form-check {
    margin-bottom: 0.5rem;
}

.filter-container .dropdown-menu h6 {
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.filter-container .dropdown-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
}
