@font-face {
  font-family: "Satoshi";
  src: url("/assets/Satoshi-Medium-eb92a26d.woff") format("woff"), url("/assets/Satoshi-Medium-d32db9a7.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/Satoshi-Bold-060ebea0.woff") format("woff"), url("/assets/Satoshi-Bold-1d35f0ea.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.left-side-image {
  min-width: 100%;
  max-height: calc(100vh - 10px);
}

.school-logo {
  width: 300px;
}

#signup-container {
  width: 90%;
}

header {
  color: #2e3192;
  font-size: 1.9rem;
}
header .logolight {
  color: #5a9bc1;
}

#user-role, .screen-title {
  color: #1294d0;
}

@media (min-width: 992px) {
  #signup-container {
    width: 480px;
  }
  #login-card {
    width: 480px;
  }
}
html, body {
  color: #10479E;
  font-size: 14.4px;
  font-family: "satoshi";
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

#content {
  min-height: calc(100vh - 210px);
}

header {
  color: #2e3192;
  font-size: 1.9rem;
}

a {
  color: #00c0cc;
  cursor: pointer;
  text-decoration: none;
}

.staging .navbar, .staging-new .navbar {
  background-color: #efc3c3;
}

.navbar-brand-logo {
  width: 235px;
  height: 60px;
}

.main-content {
  height: calc(100vh - 65px);
  overflow-y: auto;
}

.progress-center-position {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

.btn-add {
  position: relative;
  width: 50px;
  top: 25px;
  left: 15px;
  z-index: 3;
}

.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.form-control::placeholder {
  color: #b9d1f8;
  font-style: italic;
}

input[type=text]:required, input[type=password]:required, input[type=number]:required, textarea:required, select:required {
  background: #fff image_url("/assets/red_asterisk-925e8b5a.png") no-repeat 98% center;
}

.tag {
  border: 1px solid #dee2e6;
  border-radius: 15px;
  color: #10479E;
  margin-bottom: 5px;
  padding: 1px 7px;
}

.png-icon, .svg-icon {
  width: 30px;
  height: 30px;
}

.png-icon-w-30 {
  width: 30px;
}

.png-icon-w-14-h-16 {
  width: 14px;
  height: 16px;
}

.png-icon-w-16 {
  width: 16px;
}

.png-icon-w-20 {
  width: 20px;
}

.png-icon-35, .svg-icon-35 {
  width: 35px;
  height: 35px;
}

.traffic-light {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  display: inline-block;
}

.traffic-light-small {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.traffic-light-red {
  background-color: #ff6161;
}

.traffic-light-green {
  background-color: #c7f24c;
}

.traffic-light-blue {
  background-color: #10479E;
}

.traffic-light-grey {
  background-color: #6c757d;
}

.square-1 {
  display: inline-block;
  height: 1rem;
  vertical-align: text-bottom;
  width: 1rem;
}

.datepicker table {
  margin: auto;
}
.datepicker .btn.btn-default, .datepicker small {
  color: #10479E;
}
.datepicker .text-muted {
  color: #b9d1f8 !important;
}

.badge-subject {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  padding: 5px;
  min-width: 60px;
}

.question-screen-modal, .question-preview-modal, .answer-sheet-modal {
  z-index: 20001;
}
.question-screen-modal .modal-content, .question-preview-modal .modal-content, .answer-sheet-modal .modal-content {
  overflow: hidden;
  width: 700px;
}
.question-screen-modal .modal-body, .question-preview-modal .modal-body, .answer-sheet-modal .modal-body {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.question-screen-modal img, .question-preview-modal img, .answer-sheet-modal img {
  max-width: 700px;
  max-height: 500px;
}

.question-preview-modal .modal-content, .question-screen-modal .modal-content {
  width: 100%;
}
.question-preview-modal img, .question-screen-modal img {
  max-width: 100%;
}

@media (max-width: 992px) {
  html, body {
    overflow: auto;
  }
}
.fc-event.online {
  background-color: red;
  border-color: red;
}

.wysiwyg-menu {
  margin-bottom: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.invalid-feedback {
  display: block;
}

.password-field .field_with_errors {
  width: 90%;
}

.bg-blue {
  --bs-bg-opacity: 1;
  --bs-primary-rgb: 16, 71, 158;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.btn-primary {
  background-color: #10479E;
}

.btn-danger {
  background-color: #ff6161;
}

.help-primary {
  content: asset_url("/assets/icons/help-primary-c4989ae8.svg");
}

.icon {
  width: 16px;
}

.header-logo svg {
  fill: #114797;
  margin-bottom: 3rem;
}
