.main {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
}

.mlv-root {
  flex-grow: 1;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mlv-container {
  padding: 0 !important;
}

.mlv-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
}

.mlv-context {

}

.mlv-tabs {
  margin-top: 60px !important;
}

.mlv-section {
  margin-bottom: 10px !important;
}

.mlv-toolbar.MuiPaper-root {background-color: black;}

.mlv-toolbar.MuiButtonBase-root {background-color: black;}
