.requed {
  color: red;
}
.maxw {
  max-width: 30px;
}
.toUpperCase {
  text-transform: uppercase;
}
.table-wrapper-scroll-y {
  display: block;

  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.style-mause {
  cursor: pointer;
}
