.eze-dropdown-options-container {
    font-family: Arial, sans-serif;
}

.eze-dropdown-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.eze-dropdown-filter {
    width: 35%;
}

.eze-dropdown-table {
    width: 55%;
}

.eze-dropdown-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.eze-dropdown-table th,
.eze-dropdown-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.edit-button, .delete-button {
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    border: none;
}

.edit-button {
    background-color: #2874a6;
    color: white;
}

.delete-button {
    background-color: #900C3F;
    color: white;
}

.inline-form {
    display: inline;
}
