.body{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.hide{
    display: none !important;
}
.no-padding{
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
.no-border{
    border-color: transparent !important;
    border-width: 0 !important;
}

.m-table-center-wrapper{
    width: 100%;
    height: 100%;
    display: table;
}
.m-table-center-container{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.m-scrollbar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: rgba(53, 72, 81, 0.1);
  background-clip: content-box;
  border-radius: 30px;
}
.m-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(53, 72, 81, 0.4);
  border-radius: 30px;
}
.m-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(53, 72, 81, 0.8);
}
.m-scrollbar::-webkit-scrollbar-corner {
  background: inherit;
}
.m-scrollbar.m-scrollbar-theme-white::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.1);
}
.m-scrollbar.m-scrollbar-theme-white::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
.m-scrollbar.m-scrollbar-theme-white::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}
.m-scrollbar.m-scrollbar-mini::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
