thead.table-costume-bank-preparation {
tr{
th:nth-child(1) {
position: -webkit-sticky !important;
position: sticky !important;
left: 0 !important;
width: 24rem !important;
max-width: 24rem !important;
background-color: #EFF0F9;
}
th:nth-child(2) {
position: -webkit-sticky !important;
position: sticky !important;
left: 0 !important;
width: 12rem !important;
max-width: 12rem !important;
background-color: #EFF0F9;
}
th:nth-child(3) {
position: -webkit-sticky !important;
position: sticky !important;
left: 0 !important;
width: 12rem !important;
max-width: 12rem !important;
background-color: #EFF0F9;
}
th:nth-child(4) {
position: -webkit-sticky !important;
position: sticky !important;
left: 0 !important;
width: 12rem !important;
max-width: 12rem !important;
background-color: #EFF0F9;
}
th:nth-child(5) {
position: -webkit-sticky !important;
position: sticky !important;
left: 0 !important;
width: 12rem !important;
max-width: 12rem !important;
background-color: #EFF0F9;
}
}
tr:nth-child(2) th {
cursor: pointer !important;
min-width: 6rem !important;
width: 6rem !important;
max-width: 6rem !important;
text-align: center;
}
}