/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

.internal-box {
  background-color: hsl(0, 0%, 98%);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--grey-lighter);
}

/* Variables */

:root {
  --primary-red: #ec363a;
  --grey-lighter: hsl(0, 0%, 86%);
  --grey-light: hsl(0, 0%, 71%);
  --primaryFont: "Rubik", sans-serif;
  --success: #32bea6;
  --alert: #e04f5f;
}

/* Bulma Overrideas */

b,
strong {
  font-weight: 500;
}

/* Buttons */

.button:not(.is-success, .is-danger, .is-info) {
  background-color: var(--primary-red) !important;
  border-color: var(--primary-red) !important;
  color: #fff;
  transition: 250ms ease all;
  font-weight: 400;
}
.button:active:not(.is-success, .is-info),
.button.is-focused:not(.is-success, .is-info),
.button:focus:not(.is-success, .is-info) {
  box-shadow: none !important;
  color: #fff;
  border-color: var(--primary-red) !important;
}
.button:hover:not(.is-success, .is-info) {
  background-color: transparent !important;
  border-color: var(--primary-red) !important;
  color: var(--primary-red) !important;
}

/* Containers */

body {
  min-height: 100vh;
  height: fit-content;
  font-family: var(--primaryFont);
  color: #333333;
}

/* Navigation */

.primary-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  z-index: 9999;
  padding: 0 1.5rem 0 0;
  border-bottom: 1px solid #e6e6e6;
}

/* Logo */

a.logo {
  padding: 10px;
}
a.logo img {
  display: block;
  height: 65px;
}

/* Toastify */

.toastify {
  font-weight: 400;
  border-radius: 4px;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
button.toast-close {
  color: #fff;
  opacity: 1;
  background-color: lightgray;
  padding: 0;
  margin: 0 0 0 1rem;
  padding: 5px;
  font-size: 0;
  border-radius: 4px;
}
button.toast-close:after {
  content: "Dismiss";
  font-size: 12px;
}

/* Inputs */

.input:hover,
.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  border-color: #dbdbdb;
  box-shadow: none;
}

.dash {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dash-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dash-item-cont {
  flex: 1;
  padding: 12px;
  border: 2px solid var(--grey-lighter);
}
.stats {
  max-width: fit-content;
}
.auth-box {
  width: fit-content;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lesson {
  width: 100%;
  border: 2px solid black;
}
.auth-submit {
  width: 100%;
}
.auth-link {
  display: flex;
  justify-content: flex-end;
}
.primary-header img {
  height: 80px;
}
.quiz-info {
  text-align: justify;
}
.navbar-brand {
  width: 100%;
}
.is-disabled {
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
}

.notification {
  width: fit-content;
  margin: 6px;
  height: fit-content;
}
.notification-container {
  height: 80px;
}

#superscore-help {
  text-align: left;
}
.sub-sec-text-contact {
  padding-left: 8px;
}
.login-head {
  background-color: white;
  height: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.login-head img {
  height: 100px;
}
.subject-cont {
  height: 100%;
  width: 100%;
}
.subject-title {
  height: 5%;
}
.embedded-doc {
  height: 90%;
  width: 100%;
}
.memorization {
  display: flex;
  flex-direction: column;
}
.subject-field-group {
  display: flex;
  justify-content: space-evenly;
}
.sec-title-cont {
  height: fit-content;
  margin-bottom: 8px;
  border-bottom: 1px solid gray;
  display: flex;
  justify-content: space-between;
}
.sec-title {
  height: fit-content;
  margin: 8px 0;
  font-weight: bold;
}
.check-in-cont {
  height: fit-content;
}
.sub-list {
  list-style-type: disc;
  list-style-position: inside;
  margin: 4px 0;
  margin-left: 8px;
}
.subject-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-page {
  width: 80%;
  text-align: justify;
}
.lesson-box-title {
  text-align: center;
  text-decoration: underline;
}
.test-taken-list-item {
  margin: 4px 0;
}
.schedule-header {
  display: flex;
  justify-content: space-between;
}
.done-fields {
  display: flex;
  flex-wrap: wrap;
}
.report-card-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.report-card-cont .card {
  margin: 0 8px;
  max-width: 200px;
  flex: 1;
}
.week-report-table-cont {
  width: 100%;
  overflow-x: scroll;
}
.stat-header {
  display: flex;
  align-items: center;
}
.stat-header span {
  margin: 0 4px;
}
#notification-container {
  width: 100%;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  z-index: 9999;
}

.loader {
  display: inline-block;
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid black; /* Blue */
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin 0.5s linear infinite;
}

.filters {
  display: flex;
  flex-wrap: wrap;
}

.filtered-table-combined-additions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filtered-table-combined-additions .addition-cont {
  /* flex: 1; */
  min-width: fit-content;
}
.model-form-json-field {
  margin-left: 12px;
  height: fit-content;
}

.create-team-cont {
  margin: 12px;
  padding: 12px;
  border: 2px solid lightgray;
}

body.auth {
  background-color: #f7f7f7;
  margin-top: 0;
  font-family: var(--primaryFont);
}
.auth main {
  height: 100vh;
  width: 100%;
}
.auth main .section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  gap: 2rem;
}
.auth .login-header img {
  max-width: 300px;
}
.auth .container {
  flex-grow: 0;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 2rem;
}
.auth-link {
  justify-content: center;
  margin-top: 0.75rem;
}
.auth-link a {
  color: var(--primary-red);
}
.auth .field:not(:last-child) {
  margin-bottom: 1rem;
}
.auth .title {
  font-weight: 700;
}
.auth .notification {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 1rem 0 0 0 !important;
  width: 100%;
  color: var(--primary-red) !important;
  background-color: transparent !important;
  border: 1px solid var(--primary-red);
}
.auth .notification .delete {
  top: 50%;
  transform: translateY(-50%);
}

.filtered-select-dropdown-container {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #d4d4d4;
  z-index: 1000 !important;
  width: 100%;
  max-height: 500px;
  overflow: auto !important;
}

.filtered-select-search-input {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
}

.filtered-select-dropdown-element {
  width: 100%;
}

.filtered-select-dropdown-option {
  padding: 10px;
  cursor: pointer;
}
.filtered-select-dropdown-option:hover {
  background-color: lightgray;
}
.filtered-select-dropdown-option:not(:last-child) {
  border-bottom: 1px solid lightgray;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 575px) {
  #main {
    margin-top: 7vh;
  }
  .main-box {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .modules {
    justify-content: center;
  }
  .module {
    min-width: none;
    max-width: none;
    width: fit-content;
  }
  .primary-header {
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .primary-header img {
    height: 50px;
  }
  .sec-divide {
    height: 150px;
  }
}

.notif-count {
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 12px;
  font-family: var(--primaryFont);
  color: white;
  background-color: var(--primary-red);
}

.primary-red {
  color: var(--primary-red);
}

.tabulator-frozen {
  background-color: white !important;
}
.red-loader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.red-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: red-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary-red) transparent transparent transparent;
}
.red-loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.red-loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.red-loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes red-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #485fc7;
  right: 1.125em;
  z-index: 1 !important;
}

.divider {
  height: 1px;
  width: 100%;
  margin: 4px 0;
  border-bottom: 2px solid var(--grey-lighter);
}

.dropdown-menu {
  position: absolute !important;
  z-index: 999;
}

@keyframes emerge {
  0% {
    opacity: 0.25;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content,
.modal-card {
  animation: emerge 150ms linear;
}

.daily-schedule-item {
  padding: 0.5rem;
}
.daily-schedule-item:not(:last-child) {
  border-bottom: 1px solid var(--grey-lighter);
}
.daily-schedule {
  height: fit-content;
  max-height: 60vh;
  overflow-y: auto;
}
.daily-schedule-item-description {
  padding: 0.5rem;
}
.daily-schedule-item-description ul {
  list-style-type: disc;
}
