html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: -webkit-optimize-contrast;
  background-color: #2d2d2d;
  color: #fff;
}

body,
.MuiButton-root,
.MuiFab-root,
.MuiTypography-h1,
.MuiTypography-h2,
.MuiTypography-h3,
.MuiTypography-h4,
.MuiTypography-body2,
.MuiTypography-body1 {
  font-family: 'Poppins', 'Roboto', 'Helvetica', sans-serif !important;
}

#root {
  height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.MuiFab-extended {
  box-shadow: none !important;
}

div.cc-banner {
  min-height: 10rem;
}

.cc-revoke.cc-bottom {
  -webkit-transform: translateY(3em);
  transform: translateY(3em);
}

div.playbackBarWrapper {
  max-width: none;
  background-color: #2d2d2d;
  padding: 0 0 0 6px;

  & button {
    font-size: 20px;
  }
}

#btn_file_play {
  width: 50px;
  height: 50px;
  & svg.MuiSvgIcon-root {
    width: 35px;
    height: 35px;
  }
}

.MuiInputBase-root.MuiOutlinedInput-root {
  fieldset.MuiOutlinedInput-notchedOutline {
    border-color: #2d2d2d !important;
  }
  svg {
    fill: #2d2d2d;
  }
}
