.work-operation-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.work-operation-table th,
.work-operation-table td {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: top;
}

.work-operation-table textarea {
    width: 100%;
    min-height: 60px;
}

.work-operation-table input {
    width: 100%;
}

.work-operation-table select {
    width: 100%;
}

.work-operation-table td {
    position: relative;
}

.work-operation-table .edit {
    width: 100%;
    box-sizing: border-box;
}

.work-operation-table .view {
    display: block;
}

.padding-button-operation {
    padding: 5px;
    height: 25px;
}

.flex-button-operation {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.operation-filter {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 45%;
}

.operation-filter select,
.operation-filter input {

    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    min-width: 160px;
    transition: all 0.2s ease;
    width: 200px;

}

.operation-filter input {
    min-width: 220px;
}

.operation-filter select:focus,
.operation-filter input:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa33;
}

.work-operation-table {
    width: 100%;
    border-collapse: collapse;
}

.work-operation-table th {
    background: #f4f6f8;
    font-weight: 600;
}

.flex-button-operation{
        display: table-cell;
    align-self: center;
    align-items: center;
}
.content-operation-10032026{
    text-align: justify;
}
.thead-operation-dichvu{
    width: 150px;
}