html,
body {
  font-size: 16px;
}

body, #wrapper {
  background: rgb(226 232 240 / 200) !important;
}

body.styled {
  background: rgb(226 232 240 / 200) !important;
}

#wrapper {
  background: rgb(226 232 240 / 200) !important;
  padding-top: 3.6rem !important;
}

.sidebar {
  background: rgb(226 232 240 / 200) !important;
  border-right: none !important;
}

#header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
}
