.table-sj {
    background-color: #f7faff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(41, 121, 255, 0.04);
    border: 1px solid #e3eafc;
    font-size: 1em;
}

.table-sj th {
    background-color: #6384ff !important;
    color: #f7faff;
    font-weight: 600;
    border-top: none;
    border-bottom: 2px solid #dee2e6;
    padding: 12px 8px;
    vertical-align: top;
    text-align: center;
}

.table-sj td {
    background-color: #f7faff;
    color: #222;
    padding: 12px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #e3eafc;
    text-align: center;
}

.table-sj tr {
    transition: background-color 0.15s;
}

.table-sj tr:hover {
    background-color: #e3f2fd;
}

.table-sj thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-sj .badge {
    background: #e3f2fd;
    color: #fff;
    font-weight: 600;
}

.table-sj .form-check-input:checked {
    background-color: #2979ff;
    border-color: #2979ff;
}

.table-sj .text-left {
    text-align: left !important;
}

.table-sj .text-right {
    text-align: right !important;
}

.table-sj .text-center {
    text-align: center !important;
}

.table-sj th a,
.table-sj th a:visited,
.table-sj th a:active {
    color: #fff !important;
    text-decoration: none;
}

.table-sj th a:hover,
.table-sj th a:focus {
    color: #e3f2fd !important;
    text-decoration: underline;
}