/*شروع فیکس کردن ردیف و ستون اول*/
.tbllst thead tr td {
    position: sticky;
    top: 0;
    /*رنگ آبی سر ستون و سر ردیف*/
    /*background: blue;*/
    color: white;
}

.tbllst tbody tr td:nth-child(1) {
    position: sticky;
    left: 0;
    /*رنگ آبی سر ستون و سر ردیف*/
    /*background: blue;*/
    color: white;
}

/*پایان فیکس کردن ردیف و ستون اول*/


.tbllst tr {
    padding: 0px;
    white-space: nowrap;
}

.tbllst th {
    white-space: nowrap;
}

.tbllst td {
    white-space: nowrap;
}



.tbllst {
    border-collapse: collapse;
}

.tbllst td,
.tbllst th {
    border: 1px solid #ddd;
}

.tbllst th {
    /*padding-right: 5px;*/
    /*padding-left: 5px;*/
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #80aef3;
    color: black;
}

.tbllst input {
    /*color: red;*/
    border-radius: 0px;
}

.tbllst .first_col {
    border: solid 1px #ddd;
    border-left-color: red;
}
