:root {
  --var-color-light-grey: #999;
  --var-color-highlight: #E8A12C;
  --var-color-highlight-soft: #E8A12C99;
}

.theme.green .color-background {
  background: #a5d6a7;
}

.theme.light-green .color-background {
  background: #c5e1a5;
}

.theme.light-blue .color-background {
  background: #81d4fa;
}

.theme.lime .color-background {
  background: #e6ee9c;
}

.theme.deep-purple .color-background {
  background: #b39ddb;
}

.theme.yellow .color-background {
  background: #fff59d;
}

.theme.red .color-background {
  background: #ef9a9a;
}

.theme.cyan .color-background {
  background: #80cbc4;
}

.theme.green .color-highlight {
  color: #ec407a;
}

.theme.light-green .color-highlight {
  color: #5c6bc0;
}

.theme.light-blue .color-highlight {
  color: #ef5350;
}

.theme.lime .color-highlight {
  color: #ec407a;
}

.theme.deep-purple .color-highlight {
  color: #ec407a;
}

.theme.yellow .color-highlight {
  color: #26a69a;
}

.theme.red .color-highlight {
  color: #26a69a;
}

.theme.cyan .color-highlight {
  color: #ec407a;
}

a .material-icons.highlight-action, a.material-icons.highlight-action {
  color: black !important;
  text-decoration: none;
}

a .material-icons.highlight-action:hover, a.material-icons.highlight-action:hover {
  color: #E8A12C !important;
}

.btn.btn-highlight span {
  color: black;
  opacity: 0.5;
}
.btn.btn-highlight:hover span {
  color: #E8A12C !important;
  opacity: 1;
}

.btn.btn-highlight:hover {
  opacity: 1;
}

.btn .material-icons {
  vertical-align: bottom;
}

.text-highlight {
  color: #E8A12C;
}

.text-big {
  font-size: 1.5em;
}

.text-small {
  font-size: 0.7em;
}

.text-soft {
  opacity: 0.8;
}

.text-dim {
  color: var(--var-color-light-grey);
}

.semitransparent {
  opacity: 0.5;
}

.inline-block {
  display: inline-block;
}

.text-hover-highlight:hover {
  color: #E8A12C !important;
}
.text-hover-highlight:hover .text {
  color: #E8A12C !important;
}

a.link {
  color: #333;
}
a.link:hover {
  color: #E8A12C;
  text-decoration: none;
}
a.link.disabled {
  opacity: 0.5;
}
a.link.disabled:hover {
  color: #333;
  text-decoration: none;
  cursor: not-allowed;
}
a.link .material-icons {
  vertical-align: text-bottom;
}

.neutral-background {
  background: #F5F3F0;
}

img.thumbnail {
  max-width: 50px;
  max-height: 40px;
}

body {
  background-color: #F5F3F0;
}

.container {
  height: 100vh;
  background-color: #1565C0;
  padding: 0;
  display: grid;
}

.modal .modal-content {
  max-height: 90vh;
}
.modal .modal-content .modal-body {
  overflow-y: auto;
}

@media (orientation: portrait) {
  #new-campaign-selection-view .container {
    grid-template-columns: 64px 64px auto 64px;
    grid-template-rows: 64px auto 84px;
    grid-template-areas: "menu icon courses help" "dashboard dashboard dashboard dashboard" "action action action action";
  }
  .container {
    grid-template-columns: 64px auto 64px;
    grid-template-rows: 64px auto 84px;
    grid-template-areas: "menu section help" "dashboard dashboard dashboard" "action action action";
  }
  .container.no-action {
    grid-template-columns: 64px auto 64px;
    grid-template-rows: 64px auto;
    grid-template-areas: "menu section help" "dashboard dashboard dashboard";
  }
  .sub-page.container {
    grid-template-columns: 64px auto 64px;
    grid-template-rows: 64px auto 84px;
    grid-template-areas: "back section help" "dashboard dashboard dashboard" "action action action";
  }
  .sub-page.no-action.container {
    grid-template-columns: 64px auto 64px;
    grid-template-rows: 64px auto;
    grid-template-areas: "back section help" "dashboard dashboard dashboard";
  }
  .navigation {
    display: none;
  }
  .help {
    grid-area: help;
    align-self: center;
  }
  .help button {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.125rem;
    color: white;
  }
  .help button:hover {
    color: #E8A12C;
    cursor: pointer;
  }
}
@media (orientation: landscape) {
  #new-campaign-selection-view .container {
    grid-template-columns: 128px 1fr;
    grid-template-rows: 48px 48px auto;
    grid-template-areas: "user navigation" ". courses" "action dashboard";
  }
  .container {
    grid-template-columns: 128px 1fr;
    grid-template-rows: 48px auto;
    grid-template-areas: "user navigation" "action dashboard";
  }
  .container.no-action {
    grid-template-columns: 128px 1fr;
    grid-template-rows: 48px auto;
    grid-template-areas: "user navigation" "dashboard dashboard";
  }
  .sub-page.container {
    grid-template-columns: 72px 56px auto;
    grid-template-rows: 48px auto;
    grid-template-areas: "back section section" "action action dashboard";
  }
  .sub-page.no-action.container {
    grid-template-columns: 72px auto;
    grid-template-rows: 48px auto;
    grid-template-areas: "back section" "dashboard dashboard";
  }
  .navigation {
    grid-area: navigation;
    background-color: #1565C0;
  }
  .help {
    display: none;
  }
  .navigation .nav-item span.material-icons {
    font-size: 24px;
  }
  .user {
    display: flex;
    align-items: center;
  }
  .user img {
    margin: 0 4px;
  }
}
.dashboard {
  grid-area: dashboard;
  background-color: #F5F3F0;
  display: flex;
}

@media (orientation: portrait) {
  .dashboard {
    overflow-y: hidden;
  }
}
.action-bar {
  grid-area: action;
  padding: 0;
}
.action-bar ul.nav {
  margin: 0 auto;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #F5F3F0;
}
.action-bar ul.nav li.nav-item a.text-action {
  cursor: pointer;
  padding: 12px 12px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action-bar ul.nav li.nav-item a.text-action.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.action-bar ul.nav li.nav-item a:hover {
  color: #E8A12C;
}

@media (orientation: portrait) {
  .container {
    max-width: 100%;
  }
  .action-bar ul.nav li.nav-item {
    flex: 1 0 0;
  }
  .action-bar ul.nav li.nav-item.main {
    text-align: center;
  }
  .action-bar__floating-action {
    cursor: pointer;
    color: white;
    background-color: #E8A12C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -28px;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 0;
    padding: 0;
    border-radius: 50%;
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.26);
  }
  .action-bar__floating-action .material-icons {
    font-size: 40px;
  }
  .action-bar__floating-action-icon {
    color: white;
  }
  .action-bar__floating-action-text {
    display: none;
  }
}
@media (orientation: landscape) {
  .action-bar ul.nav {
    justify-content: space-evenly;
    flex-direction: column;
  }
  .action-bar ul.nav li.nav-item.main {
    order: -1;
    display: flex;
    justify-content: center;
  }
  .action-bar__floating-action {
    cursor: pointer;
    padding: 12px 12px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .action-bar__floating-action:hover span {
    color: #E8A12C;
  }
  .action-bar__floating-action-icon {
    color: black;
    font-size: 36px;
  }
}
img.icon {
  max-height: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  width: 24px !important;
}

img.icon.icon-16 {
  max-height: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  width: 16px !important;
}

img.icon.icon-32 {
  max-height: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  width: 32px !important;
}

img.icon.icon-28 {
  max-height: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  width: 28px !important;
}

img.icon.icon-48 {
  max-height: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  width: 48px !important;
}

img.icon.icon-text {
  vertical-align: text-bottom !important;
}

img.icon.icon-white {
  filter: invert(100%) sepia(1%) saturate(7499%) hue-rotate(295deg) brightness(102%) contrast(105%);
}

.material-icons.md-16 {
  font-size: 16px !important;
}

.material-icons.md-18 {
  font-size: 18px !important;
}

.material-icons.md-32 {
  font-size: 32px !important;
}

.material-icons.md-36 {
  font-size: 36px !important;
}

a:hover img.icon.svg {
  filter: invert(71%) sepia(86%) saturate(1174%) hue-rotate(340deg) brightness(97%) contrast(87%) !important;
}

.circle {
  border-radius: 50%;
  padding: 4px;
}

.section {
  grid-area: section;
  width: 100%;
  align-self: center;
}
.section h1 {
  font-size: 1.5rem;
  color: white;
}

@media (orientation: landscape) {
  .navigation {
    align-self: center;
  }
  .navigation .nav {
    justify-content: flex-end;
    column-gap: 2px;
  }
  .navigation .nav .nav-item {
    flex: 0 0 auto;
  }
  .navigation .nav-link {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
  }
  .navigation .nav-item span {
    vertical-align: middle;
    color: white;
    font-size: 0.9rem;
  }
  .navigation .nav-link:hover span {
    color: #E8A12C;
  }
  .navigation .material-icons {
    font-size: 16px !important;
  }
  .navigation .icon {
    vertical-align: text-bottom !important;
    max-height: 16px !important;
    max-width: 16px !important;
    filter: invert(100%) sepia(1%) saturate(7499%) hue-rotate(295deg) brightness(102%) contrast(105%);
  }
  .mobile-menu {
    display: none;
  }
  .section {
    display: none;
  }
  .user {
    grid-area: user;
    color: white;
    align-self: center;
  }
  .user span.material-icons {
    vertical-align: middle;
  }
  .sub-page .section {
    display: block;
  }
  .sub-page .section h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .sub-page .back {
    grid-area: back;
  }
  .sub-page .back a {
    color: white;
    text-decoration: none;
    font-size: 40px;
  }
}
@media (orientation: portrait) {
  .mobile-menu {
    grid-area: menu;
    align-self: center;
  }
  .mobile-menu a.material-icons {
    color: white;
    font-size: 36px;
    text-decoration: none;
  }
  .user {
    display: none;
  }
  .navbar-toggler {
    color: white;
  }
  .navbar-toggler:hover {
    color: #E8A12C;
  }
  .side-nav {
    position: absolute;
    z-index: 10;
    width: 250px;
    background-color: white;
    transition: transform ease-out 0.3s;
    transform: translateX(-250px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .side-nav .avatar {
    background-color: #F5F3F0;
    text-align: center;
    padding: 24px 0;
  }
  .side-nav .avatar img.avatar {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
  }
  .side-nav .avatar span.material-icons {
    color: #333;
    background-color: white;
    font-size: 100px;
    border-radius: 50%;
  }
  .side-nav .nav {
    flex-direction: column;
  }
  .side-nav .nav .nav-link:hover span {
    color: #E8A12C;
  }
  .side-nav .nav span {
    vertical-align: middle;
    color: #333;
  }
  .side-nav.show {
    transform: translateX(0);
  }
  .sub-page .section {
    display: block;
  }
  .sub-page .section h1 {
    font-size: 2rem;
  }
  .sub-page .back {
    grid-area: back;
  }
  .sub-page .back a {
    color: white;
    text-decoration: none;
    font-size: 40px;
  }
}
@media (orientation: landscape) {
  .mosaic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .mosaic .mosaic-item {
    flex: 0 0 33.3%;
  }
  .mosaic.mosaic-2 .mosaic-item {
    flex: 0 0 50%;
  }
}
h4.search-title {
  font-size: 1.8em;
  font-weight: bold;
}

.card {
  border-radius: 10px;
}

.card.card-slide .card-body {
  overflow: hidden;
  padding: 0;
  margin: 1.25em;
}
.card.card-slide .card-body .card-slide__container {
  display: flex;
  transition: transform 0.3s ease-out;
}
.card.card-slide .card-body .card-slide__container.card-slide__moved {
  transform: translateX(-100%);
}
.card.card-slide .card-body .card-slide__container > .card-slide_item {
  flex: 0 0 100%;
  overflow-y: auto;
}
.card.card-slide .card-body .card-slide__icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  cursor: pointer;
}
.card.card-slide .card-body .card-slide__icon:hover {
  color: #E8A12C;
}
.card.card-slide .card-body .card-review-container {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  z-index: 2;
  padding-left: 36px;
  padding-bottom: 36px;
}
.card.card-slide .card-body .card-review-container .card-review-icon {
  transition: all linear 0.12s !important;
  color: #333333;
  opacity: 0.3;
  font-size: 36px;
}
.card.card-slide .card-body .card-review-container .card-review-icon.selected {
  opacity: 1;
  color: #EEEE66;
}

.card .hotkey {
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 20px;
  background-color: #FFF;
  border-radius: 12px;
  color: #000;
  border: 2px solid #000;
  opacity: 0.6;
}

.card.card-pass .hotkey {
  display: none;
}

/** Card lists */
.card ul.card-list {
  padding: 1rem;
  margin-bottom: 0;
}
.card ul.card-list.card-action-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

:root {
  --var-golden-icon-color: #F4D06F;
  --var-blue-icon-color: #89C2D9;
  --var-red-icon-color: #E98973;
  --var-green-icon-color: #9DCC9A;
  --var-yellow-icon-color: #F6E27F;
  --var-orange-icon-color: #F4A259;
  --var-silver-icon-color: #C5C6C7;
}

.icon.master-account {
  background: var(--var-golden-icon-color);
}

.material-icons.blue {
  background: var(--var-blue-icon-color);
}

.material-icons.red {
  background: var(--var-red-icon-color);
}

.material-icons.green {
  background: var(--var-green-icon-color);
}

.material-icons.yellow {
  background: var(--var-yellow-icon-color);
}

.material-icons.orange {
  background: var(--var-orange-icon-color);
}

.material-icons.silver {
  background: var(--var-silver-icon-color);
}

.card .card-bar {
  display: flex;
  height: 48px;
  width: 100%;
  padding: 2px;
}

.card .card-bar.card-bar-highlight:hover {
  cursor: pointer;
}
.card .card-bar.card-bar-highlight:hover .name {
  color: var(--var-color-highlight);
}

.card .card-bar.card-bar-sides {
  justify-content: space-between;
}

.card .card-bar.card-bar-sides * {
  text-align: left;
}

.card .card-bar-icon {
  flex: 0 0 48px;
  max-width: 48px;
  text-align: center;
  align-content: center;
}

.card .card-bar-icon .card-bar-icon-badge {
  position: relative;
  top: -22px;
  right: 0;
  transform: translate(50%, -50%);
  font-size: 11px;
  line-height: 1;
}

.card .card-bar-icon span.material-icons {
  width: 100%;
  height: 100%;
  line-height: 24px;
}

.card .card-bar-fill {
  flex: 0 1 auto;
  align-self: center;
  padding-left: 12px;
  text-align: left;
}

.card hr {
  width: 100%;
}

.courses_and_actions {
  display: flex;
  column-gap: 24px;
}
.courses_and_actions div {
  flex: 0 0 50%;
}

.courses_and_actions .courses {
  flex-shrink: 1;
  flex-basis: 100%;
  min-width: 0;
}

.courses_and_actions .actions {
  flex-basis: fit-content;
}

.courses_and_actions .courses .icon-list {
  white-space: nowrap;
  overflow-y: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.btn.btn-create-learner {
  text-align: left;
}

.campaign-position .campaign-position-range {
  flex: 1 0 50px;
}
.campaign-position .campaign-position-number {
  flex: 0 0 50px;
  margin: 0 15px;
}
.campaign-position .campaign-position-button {
  flex: 0 0;
}

@media (orientation: portrait) {
  .course-selector {
    padding: 0;
    align-self: center;
  }
}
@media (orientation: landscape) {
  .action-bar ul.nav li.nav-item.action-create-learner {
    order: 1;
  }
  .action-bar ul.nav li.nav-item.action-create-class {
    order: 2;
  }
  .action-bar ul.nav li.nav-item.upload-learner-csv {
    order: 3;
  }
  .action-bar ul.nav li.nav-item.action-incoming-transfers {
    order: 5;
  }
  .action-bar ul.nav li.nav-item.download-learner-csv {
    order: 4;
  }
}
.learners-dashboard .card-container {
  min-width: 0;
}
.learners-dashboard .card-container .card {
  width: 100%;
  margin: 25px 0;
  padding: 12px;
}
.learners-dashboard .card-container .card span.material-icons {
  font-size: 28px;
  flex: 0 0 48px;
}
.learners-dashboard .card-container .card .card-body, .learners-dashboard .card-container .card .card-header, .learners-dashboard .card-container .card ul.list-group li {
  display: flex;
  flex-direction: column;
}
.learners-dashboard .card-container .card .card-header, .learners-dashboard .card-container .card .card-body a {
  cursor: pointer;
}
.learners-dashboard .card-container .card .class-learner .card-actions {
  flex: 0 0 35px;
}
.learners-dashboard .card-container .card.card-class {
  cursor: pointer;
}
.learners-dashboard .card-container .card.card-extended {
  flex-direction: column;
}
.learners-dashboard .card-container .card.card-extended > div {
  flex: 0 0 auto;
}
.learners-dashboard .card-container .card.card-extended .card-header, .learners-dashboard .card-container .card.card-extended .card-body {
  padding: 4px;
  border-bottom: 0;
}
.learners-dashboard .card-container .card.card-extended .card-main {
  display: flex;
  flex-direction: row;
}
.learners-dashboard .card-container .card.card-extended .courses .icon-list {
  height: 36px;
  display: flex;
}
.learners-dashboard .card-container .card.card-extended .courses .icon-list img {
  margin: 0 4px;
  opacity: 0.5;
}
.learners-dashboard .card-container .card.card-extended .courses .icon-list a {
  text-decoration: none;
  opacity: 0.5;
}
.learners-dashboard .card-container .card.card-extended .actions .icon-list {
  height: 24px;
  display: flex;
  justify-content: end;
}
.learners-dashboard .card-container .card.card-extended .actions .icon-list .dropdown {
  max-width: 28px;
}
.learners-dashboard .card-container .card.card-extended .actions .icon-list img {
  margin: 0 4px;
}
.learners-dashboard .card-container .card.card-extended .actions .icon-list a {
  text-decoration: none;
}

.class-learner {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.card-text {
  flex: 1 0 0;
  padding: 0 12px;
  overflow: hidden;
}
.card-text .name {
  font-size: 18px;
  padding-top: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

div.dropdown {
  display: inline-block;
}
div.dropdown > a {
  opacity: 0.5;
  text-decoration: none;
}
div.dropdown a.material-icons {
  font-size: 28px;
  color: black;
  text-decoration: none;
}
div.dropdown ul.dropdown-menu a {
  color: black;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}
div.dropdown ul.dropdown-menu a .material-icons {
  color: black;
  vertical-align: bottom;
}
div.dropdown ul.dropdown-menu a.disabled {
  opacity: 0.3;
}
div.dropdown ul.dropdown-menu .cancel a, div.dropdown ul.dropdown-menu .cancel span {
  color: red;
}
div.dropdown ul.dropdown-menu a.cancel {
  color: red;
}

.card-actions {
  flex: 0 0 100px;
  display: flex;
  padding-top: 6px;
}
.card-actions > a {
  opacity: 0.5;
  text-decoration: none;
  display: inline-block;
}
.card-actions img {
  max-height: 24px;
  vertical-align: baseline;
}

.card-header.class-learner .card-actions {
  flex: 0 0 240px;
}

@media (orientation: portrait) {
  .learners-dashboard .card-container {
    min-width: 100vw;
    padding: 0 15px 64px;
    overflow-y: auto;
  }
  .learners-dashboard .card-container .card .card-body,
  .learners-dashboard .card-container .card .card-header,
  .learners-dashboard .card-container .card ul.list-group li {
    flex-direction: row;
  }
}
@media (orientation: portrait) and (min-width: 800px) {
  .learners-dashboard {
    overflow-y: auto;
  }
  .learners-dashboard .card-container {
    display: flex;
    padding-bottom: 30px;
    column-gap: 8px;
    height: 100%;
    align-items: start;
    scroll-snap-type: x mandatory;
  }
  .learners-dashboard .card-container .card {
    flex: 0 0 80%;
    scroll-snap-align: center;
  }
}
@media (orientation: landscape) {
  .learners-dashboard {
    display: block;
    overflow-y: auto;
  }
  .card {
    width: 95% !important;
    margin: 25px auto !important;
  }
}
.card-campaign-group {
  max-height: 100%;
}

/* Campaign page */
.campaign-dashboard {
  padding: 24px;
  overflow-y: auto;
  flex-direction: column;
}
.campaign-dashboard h3 {
  margin-top: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.campaign-dashboard h4 {
  font-size: 1.2rem;
}
.campaign-dashboard h4 .material-icons {
  vertical-align: bottom;
}
.campaign-dashboard p {
  padding: 12px 24px 24px;
}
.campaign-dashboard .position-lock-selector {
  margin-top: -8px;
  margin-left: 12px;
}

#incoming-transfers {
  position: relative;
}
#incoming-transfers .badge {
  position: absolute;
  right: 24px;
}
#incoming-transfers .dropdown-item {
  flex-wrap: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
#incoming-transfers .dropdown-item .name {
  margin-right: 2em;
  flex-grow: 1;
}

/** Draggable scroll in portrait */
@media (orientation: portrait) {
  .campaign-dashboard .course-selector {
    align-self: start;
  }
}
/** Performance widgets */
.performance-dashboard {
  padding: 24px;
  overflow-y: auto;
  flex-direction: column;
}

.widgets {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
  flex: 1 0 auto;
}
.widgets .performance-widget {
  margin: 12px 2% !important;
}
.widgets .performance-widget .card-header {
  position: relative;
}
.widgets .performance-widget .card-header .download-icon {
  color: #999;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
}
.widgets .performance-widget .card-body {
  padding: 12px;
  overflow-y: auto;
}
.widgets .performance-widget .card-body table {
  width: 100%;
}
.widgets .performance-widget .card-body table td {
  height: 32px;
}
.widgets .performance-widget .card-body table td:last-child {
  text-align: right;
}

/** Completed games */
table.completed-games-table {
  table-layout: fixed;
}
table.completed-games-table td:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
table.completed-games-table td:last-child {
  width: 5em;
}

@media (orientation: landscape) {
  .widgets {
    flex: 1 1 auto;
    align-items: start;
    column-gap: 16px;
  }
  .widgets .performance-widget {
    max-height: 90%;
    flex: 0 0 32%;
    margin: 12px 0 !important;
    align-self: stretch;
  }
}
@media (orientation: portrait) {
  .performance-dashboard .course-selector {
    align-self: start;
  }
  .widgets {
    padding: 4px;
    gap: 12px;
    scroll-snap-type: x mandatory;
  }
  .widgets .performance-widget {
    height: 100%;
    flex: 0 0 100%;
    margin: 0 !important;
    scroll-snap-align: center;
  }
  .widgets .performance-widget .card-body {
    height: 120px;
  }
}
/** gradebook */
.gradebook {
  width: 100%;
}
.gradebook th {
  text-align: center;
}
.gradebook td {
  text-align: center;
}
.gradebook td:first-child {
  text-align: left;
}

/** Performance action bar */
.performance-sample-since {
  text-align: center;
  font-size: 14px;
}

/** Scrollable dropdowns */
.dropdown-menu {
  max-height: 60vh;
  overflow-y: auto;
}

/*# sourceMappingURL=learners.css.map */
