﻿.form-header {
  gap: 5px;
  text-align: center;
  font-size: 0.9em;
}
.form-header .stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
}
.form-header .stepIndicator.finish {
  font-weight: 600;
  color: #900000;
}
.form-header .stepIndicator.finish::before {
  background-color: #900000;
  border: 3px solid #fbd5d5;
}
.form-header .stepIndicator.finish::after {
  background-color: #900000;
}
.form-header .stepIndicator.active {
  font-weight: 600;
}
.form-header .stepIndicator.active::before {
  background-color: #dc0000;
  border: 3px solid #fe8080;
}
.form-header .stepIndicator.active::after {
  background-color: #dc0000;
}
.form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: #fdb4b4;
  border-radius: 50%;
  border: 3px solid #fde5e5;
}
.form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background-color: #fde5e5;
}
.form-header .stepIndicator:last-child:after {
  display: none;
}

.input-updated {
  background-color: #d1e7dd;
  border-color: #198754;
}

.input-message {
  font-size: 0.8rem;
  font-weight: 500;
}

.input-group-append > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.step {
  display: none;
}
.step h2, .step h3, .step h4, .step h5, .step h6 {
  text-align: center;
  margin-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
  .mobile-first {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .mobile-second {
    order: 2;
  }
}

.registration-details {
  padding: 0.85rem;
  border-radius: 0.85rem;
  border: 1px solid #bdbdbd;
  margin-bottom: 1rem;
}
.registration-details h5 {
  text-align: left;
  margin-bottom: 0;
}
.registration-details p {
  margin: 0.25rem 0;
  border-bottom: 1px solid #bdbdbd;
}

#confirm-password-container, #promocode-input {
  display: none;
}

.footer {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 65px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
  animation: l26 1s infinite steps(12);
}

.loader,
.loader:before,
.loader:after {
  background: radial-gradient(closest-side at 50% 12.5%, #f03355 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #f03355 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}

.loader:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}
.scaffolding {
  background-color: #e9ecef;
  padding: 1.25rem 1.65rem;
}

.top-filter {
  background-color: #ced4da;
  font-size: 0.85rem;
}

.filter-list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-right: solid 1px #6c757d;
}
@media (max-width: 767.98px) {
  .filter-list-group {
    border-right: none;
    border-bottom: solid 1px #6c757d;
  }
}

.filter-list {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .filter-list {
    flex-direction: column;
  }
}

.filter-list-item {
  padding: 0.85rem;
}

.assessment-scores tbody td {
  padding-left: 1rem;
}

.linked-row {
  cursor: pointer;
}

.isolated-section {
  padding: 1rem;
  border: 1px solid #6c757d;
  border-radius: 0.85rem;
  font-weight: 500;
}
.isolated-section h5 {
  font-size: 1.1rem;
}

div.calendar .url-text {
  color: #ffffff !important;
}

div.calendar div.row-cells {
  font-weight: 500 !important;
}

div.calendar div.row-cells div.cell {
  text-align: left !important;
}

div.calendar div.full-month-view div.row-cells div.cell div.event {
  white-space: wrap !important;
}

div.calendar div.full-month-view div.row-cells div.cell div.expired {
  opacity: 0.5 !important;
}

.calendar-key {
  color: #fff;
  font-size: 0.85rem;
  border-radius: 16px;
  font-weight: bold;
  padding: 8px 24px;
  position: relative;
}
.calendar-key.drive-empty {
  background-color: #ff8080;
}
.calendar-key.drive-driver {
  background-color: #ffa64d;
}
.calendar-key.drive-observer {
  background-color: #8c8c8c;
}
.calendar-key.drive-full {
  background-color: #71da71;
}
.calendar-key.class {
  background-color: #8080ff;
}
.calendar-key.admin {
  background-color: #8db0f2;
}
.calendar-key.admin-tests {
  background-color: #ff66ff;
}
.calendar-key.text-colors {
  background-color: #ffffff;
}
.calendar-key.text-colors.complete {
  color: #333333;
}
.calendar-key.text-colors.complete > .event-border {
  background-color: #07DD05;
}
.calendar-key.text-colors.custom {
  color: #000066;
}
.calendar-key.text-colors.custom > .event-border {
  background-color: #0000cc;
}
.calendar-key.text-colors.private {
  color: #600080;
}
.calendar-key.text-colors.private > .event-border {
  background-color: #9900cc;
}
.calendar-key.text-colors.roadtest {
  color: #000000;
}
.calendar-key.text-colors.roadtest > .event-border {
  background-color: #4d4d4d;
}
.calendar-key.text-colors .event-border {
  position: absolute;
  height: 100%;
  width: 16px;
  top: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
