.lx-table-responsive {
    width: 100%;
    overflow-x: auto;
    transition: opacity .18s ease, filter .18s ease;
}

.lx-table-wrapper.is-loading .lx-table-responsive {
    opacity: .45;
    filter: grayscale(.25);
    pointer-events: none;
}

.lx-table-wrapper.is-loading .lx-table-pagination {
    opacity: .65;
    pointer-events: none;
}

.lx-table {
    width: 100%;
    border-collapse: collapse;
}

.lx-table th,
.lx-table td {
    padding: 10px 12px;
    border: 1px solid #dcdcde;
    text-align: left;
}

.lx-table-head th {
    background: #f6f7f7;
    font-weight: 600;
}

.lx-table-row:hover td {
    background: #f9fafb;
}

.lx-table-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.lx-table-pagination-align-left {
    justify-content: flex-start;
}

.lx-table-pagination-align-center {
    justify-content: center;
}

.lx-table-pagination-align-right {
    justify-content: flex-end;
}

.lx-table-page-btn {
    flex: 0 0 auto;
    min-width: 34px;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    background: #fff;
    color: #1d2327;
    cursor: pointer;
}

.lx-table-page-btn:focus {
    background-color: transparent !important;
}

.lx-table-page-btn:hover,
.lx-table-page-number.is-active {
    border-color: #2271b1;
    background: #2271b1;
    color: #fff;
}

.lx-table-page-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.lx-table-page-ellipsis {
    flex: 0 0 auto;
    min-width: 24px;
    color: #646970;
    text-align: center;
}

.lx-table-jump {
    display: inline-flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.lx-table-jump-input {
    flex: 0 0 auto;
    width: 64px;
    min-height: 34px;
    padding: 6px 8px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    background: #fff;
    color: #1d2327;
    text-align: center;
}

.lx-table-jump-btn {
    flex: 0 0 auto;
}

.lx-table-jump-input:focus {
    border-color: #2271b1;
    outline: 2px solid transparent;
    box-shadow: 0 0 0 1px #2271b1;
}

.lx-table-form-action {
    margin-top: 14px;
}

.lx-table-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #2271b1;
    border-radius: 4px;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
}

.lx-table-select-col {
    width: 42px;
    text-align: center;
}

.lx-table-select-all,
.lx-table-row-check {
    margin: 0;
}
