.table-scroll {
    position: relative;
    max-width: 80%;
    /*   min-widtn: 680px; */
    margin: auto auto 30px auto;
    overflow: hidden;
    border: 1px solid #ba8563;
    text-align: center;
    vertical-align: middle;
}

.table-wrap {
    overflow: auto;
}

.table-scroll table {
    max-width: 100%;
    width: 100%;
    /*  margin:auto; */
    border-collapse: separate;
    border-spacing: 0;
}



.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    border: 2px solid #FFF;
    background-color: #f0e9e3;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
}





.table-scroll td.colorblue {
    background-color: #8ecfe3
        /*!important*/
    ;

}


.table-scroll td.colorpink {
    background-color: #f9cfd1;
}



thead tr:nth-child(2) td {
    padding: 1.5px;
    background: #ba8563;
}



.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: gray;
    vertical-align: top;
}




th.colorbar {
    background: #FFF;

}


/*time*/
.table-scroll thead tr th {
    background: #FFF;
}

.clone .fixed-side {
    visibility: visible;
}

tbody td.fixed-side {
    border-bottom: 1px solid #ba8563;
    background: #FFF;
}

tbody tr:nth-last-child(1) td.fixed-side {
    border-bottom: 0;
}


.fixed-side tr,
td {
    border: none;
    /* background: red; */
}



.main-table {
    word-break: break-all;
    word-wrap: break-word;
    table-layout: fixed;
    width: 100%;
}

.main-table td {
    word-wrap: break-word;
    word-break: break-all;
}

.main-table span {
    display: block;
    text-align: center;
}

.note {
    display: block;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 1.5rem;
    color: gray;
    padding: 2px;
    text-align: center;
}

.table-scroll table {
    width: 900px;
    max-width: none;
    min-width: 100%;
}

.clone .fixed-side,
.fixed-side {
    width: 80px;
}



/* @media screen and (max-width: 1200px) {
     .table-scroll table {
         width: 900px;
     }
    .clone .fixed-side , .fixed-side{
        width: 80px;
     }
 } */