* {
  font-family: Roboto, sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  width: 100%;
  height: 100vh;
}

.w90 {
  width: 90px;
}

.uppercase {
  text-transform: uppercase !important;
}

.mt-1 {
  margin-top: 1px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px !important;
}

.mt-16 {
  margin-top: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.flexAlignCenter {
  align-items: center;
  display: flex !important;
}

.p-24 {
  padding: 24px;
}

.m-24 {
  margin: 24px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-64 {
  margin-left: 64px;
}

.MuiAccordion-root {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.MuiAccordion-root .MuiAccordionSummary-content {
  margin: 0 !important;
}

.MuiAccordion-root .MuiAccordionSummary-root {
  background: #fff !important;
  border: 1px solid #ededf5 !important;
  min-height: 40px !important;
  padding: 10px 30px !important;
}

.MuiAccordion-root .MuiAccordionDetails-root {
  overflow-y: auto;
  background: none !important;
  border: 1px solid #ededf5 !important;
  border-top: none !important;
  padding: 20px 30px !important;
}

.dragging {
  opacity: .1;
}

.menu-icons {
  margin-bottom: 4px;
  fill: #9fa5d3 !important;
  width: 20px !important;
}

