html[data-theme=light] .logo { background-image: url(https://assets.teacherseat.com/df94cfb4-8d59-49cc-ab28-f36fb6160969/assets/logo.svg) }
html[data-theme=dark] .logo { background-image: url(https://assets.teacherseat.com/df94cfb4-8d59-49cc-ab28-f36fb6160969/assets/logo.svg) }

:root {
  --theme-color: rgb(42,127,255) !important;
}

body[view='setup'] {
  background: #ffffff !important;
}

body[view='setup'] form {
  box-shadow: none !important;
  background: #fbf6f6 !important;
}

body[view='setup'] input[type='text'],
body[view='setup'] input[type='email'],
body[view='setup'] input[type='password'] {
  box-shadow: none !important;
  border-bottom: solid 1px #b5afaf !important;
}

body[view='setup'] input[type='text']:focus,
body[view='setup'] input[type='email']:focus,
body[view='setup'] input[type='password']:focus {
  box-shadow: none !important;
  border: 1px solid #828282 !important;
}

body[location='users_new'] .already a:hover,
body[location='sessions_new'] .already a:hover {
  background: #80b3ffff !important;
}

body[view='setup'] button.submit:hover,
body[view='setup'] input[type='submit']:hover,
body.setup button.submit:hover,
body.setup input[type='submit']:hover {
  background: #80b3ffff !important;
}

@media only screen and (min-width: 40.063em) {
  body[location='courses_index'] .courses_area .sidebar {
    order: 1 !important;
    background: none !important;
  }
  body[location='courses_index'] .courses_area article {
    order: 2 !important;
  }
}

body[location='courses_index'] .sidebar a {
  padding: 8px !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
  background: var(--button) !important;
  border-radius: 4px !important;
}

body[location='courses_index'] .sidebar a.active {
  background: var(--theme-color) !important;
  color: rgba(255,255,255,0.7) !important;
}
body[location='courses_index'] .sidebar a.active span {
  color: rgba(255,255,255,0.7) !important;
}
