.table-responsive {
  width: 100%;
  border-right: 1px solid rgba(224, 224, 224, 1);
  border-radius: 8px;
}

.table-responsive thead {
  background: #0072b7;
}

.table-responsive thead tr th {
  padding: 10px !important;
  color: #fff !important;
  border-right: 1px solid rgba(224, 224, 224, 1);
}

.table-responsive tbody tr:hover {
  background-color: #eaf1fd !important;
}
.table-responsive tbody tr td:nth-last-child(1n):hover {
  background-color: #eaf1fd !important;
}
/* 
.table-responsive tbody tr:nth-child(even) {
  background-color: #e5e5e5;
} */

.table-responsive tbody tr td {
  padding: 10px !important;
  border-left: 1px solid rgba(224, 224, 224, 1);
}

.table-responsive tbody tr td .MuiCheckbox-root {
  padding: 1px !important;
}

.table-responsive thead tr th .MuiCheckbox-root {
  padding: 1px !important;
  color: #fff;
}

.table-responsive thead tr th:last-child {
  z-index: 1 !important;
}

.table-responsive thead tr th:nth-last-child(2) {
  z-index: 1 !important;
}

.table-responsive tbody tr td:nth-last-child(1n) {
  z-index: 0.9 !important;
}

.MuiToolbar-root {
  border: 1px solid rgba(224, 224, 224, 1) !important;
}

.header-small .table-responsive thead tr th {
  font-size: 0.7rem !important;
}

.header-small .MuiTableSortLabel-icon {
  margin-left: 1px !important;
  margin-right: 1px !important;
  font-size: 15px !important;
}

.table-responsive tbody tr td:nth-last-child(1n) {
  z-index: 0 !important;
}

.MuiToolbar-root {
  border: 1px solid rgba(224, 224, 224, 1);
}

.row-filter th {
  background-color: #f4f4f4;
}

.row-filter th div div {
  margin: 2px;
}

.table-responsive thead tr:first-child th:nth-last-child(2) {
  background: #0072b7;
}

.stockUp {
  animation: moveStockUp 1s;
}

@keyframes moveStockUp {
  from {
    background-color: green;
    color: #fff;
  }
  to {
    background-color: transparent;
  }
}

.stockDown {
  animation: moveStockDown 1s;
}

@keyframes moveStockDown {
  from {
    background-color: red;
    color: #fff;
  }
  to {
    background-color: transparent;
  }
}

/*Cor da linha selecionada na tabela*/
tr[class*="TableSelectRow-selected-"] {
  background: "#cccccc" !important;
}
/* tr[class*="jss"] {
  background: rgb(212 230 247) !important;
} */
