/* .table-scroll {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #DDECFD;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    border: 1px solid #DDECFD;
    background: #fff;
    white-space: nowrap;
    vertical-align: top;
}

.table-scroll thead,
.table-scroll tfoot {
    background: #f9f9f9;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.clone th,
.clone td {
    visibility: hidden
}

.clone td,
.clone th {
    border-color: transparent
}

.clone tbody th {
    visibility: visible;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}

.clone th.fixed-side {
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    width: 120px !important;
}

.clone .fixed-side {
    border: 1px solid #DDECFD;
    background: #2378de;
    visibility: visible;
    overflow: hidden;
}

.clone thead,
.clone tfoot {
    background: transparent;
} */

.table-scroll {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #DDECFD;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    border: 1px solid #DDECFD;
    background: #fff;
    white-space: nowrap;
    vertical-align: top;
    color: #333333;
    text-align: center;
}

.table-scroll thead,
.table-scroll tfoot {
    background: #f9f9f9;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.clone th,
.clone td {
    visibility: hidden
}

.clone td,
.clone th {
    border-color: transparent
}

.clone tbody th {
    visibility: visible;
    color: #FFFFFF;
}

.clone .fixed-side {
    border: 1px solid #DDECFD;
    background: #0866d7;
    visibility: visible;
}

.clone thead,
.clone tfoot {
    background: transparent;
}