
.requed{
    color: red;
}
.maxw{
    max-width: 30px;
}
.toUpperCase{
  text-transform: uppercase;
}
.table-wrapper-scroll-y {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.style-mause {
    cursor: pointer
}