.TableNoDataCell-textContainer{
  display: contents !important;
}

.MuiTableCell-root .TableNoDataCell-text{
  display: inherit !important;

}

::-moz-scrollbar {
  width: 10px;
  height: 6px;
}
::-webkit-scrollbar {
  width: 0.5rem;
  height: 6px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:start:decrement {
  height: 0px;
  display: block;
  background-color: black;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  height: 0px;
  display: block;
  background-color: black;
}

::-moz-scrollbar-track-piece {
  background-color: #3b3b3b;          /*Global Track Peice(the slider noob.)*/
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-track-piece {
  background-color: #3b3b3b;          /*Global Track Peice(the slider noob.)*/
  -webkit-border-radius: 6px;
}

::-moz-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #666;            /* Up/Down slider background*/
  -webkit-border-radius: 6px;
}    
::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #666;            /* Up/Down slider background*/
  -webkit-border-radius: 6px;
}

::-moz-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #666;            /* Side/Side slider background*/
  -webkit-border-radius: 3px;
}    
::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #666;            /* Side/Side slider background*/
  -webkit-border-radius: 3px;
}

.MuiAccordionSummary-root.Mui-expanded {
  min-height: 10px;
}
.MuiAccordionSummary-root {
  min-height: 10px;
}
#iframeSiriri{
  border: none;
 }

a {
  text-decoration: none;
  color: inherit;
}