th{
    background: #f5f5f5;
    text-align: center;
  }
table td label {
    display: inline-block;
    padding: 0 20px;
    color: #464646;
    vertical-align: middle;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
}
table td{
    text-align: center;
}

.search-modal-content {
    width: 500px;
}
.listTopBtn__del{
    display: inline-block;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 15px;
    color: white;
    background: #d21a1a;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    text-decoration: none;
}
.listTopBtn__save{
    display: inline-block;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 15px;
    color: white;
    background: #70B603FE;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    text-decoration: none;
}

.row_scroll {
    width:100%;
    overflow-x: auto;
}
.disabled_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(90deg, #ffffff00, #ffffff);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding: 0 15px;
}

@media screen and (max-width:1024px) {   
    .row_scroll::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }
    .row_scroll .disabled_bg {
        display: flex;
    }
    .row_scroll #myTable {
        width:1900px;
        max-width:1900px;
    }
}