/* static/css/work_log.css */
.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.table-container {
    margin-top: 1rem;
    overflow-x: auto;
}

.table th {
    white-space: nowrap;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    margin: 0 0.25rem;
}

.card {
    margin-bottom: 2rem;
}

.card-header {
    background-color: #f8f9fa;
}

.form-label {
    font-weight: 500;
}
