html,
body {
  height: 100%;
}

.uk-button {
  border-radius: 2px;
}
.uk-button.uk-button-primary:not(:disabled) {
  background-color: #e46d22;
}
.uk-button.uk-button-primary:not(:disabled):hover {
  background-color: #d9651d;
}
.uk-button.uk-button-primary:not(:disabled):active {
  background-color: #c25f22;
}

.uk-button-group .uk-button {
  border-radius: 0px;
}
.uk-button-group .uk-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.uk-button-group .uk-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#root {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 100%;
  color: #333;
  justify-content: center;
}
@media (max-width: 800px) {
  #root {
    flex-direction: column;
  }
}

#left-sidebar {
  flex: 0 0 auto;
  padding: 10px;
}
@media (min-width: 801px) {
  #left-sidebar {
    width: 250px;
    box-shadow: 0px 0.1px 0.3px rgba(0, 0, 0, 0.034), 0px 0.3px 0.7px rgba(0, 0, 0, 0.048), 0px 0.5px 1.3px rgba(0, 0, 0, 0.06), 0px 0.9px 2.2px rgba(0, 0, 0, 0.072), 0px 1.7px 4.2px rgba(0, 0, 0, 0.086), 0px 4px 10px rgba(0, 0, 0, 0.12);
  }
  #left-sidebar .sidebar-fixed-content {
    width: 245px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    overflow-y: auto;
  }
}
@media (max-width: 800px) {
  #left-sidebar .sidebar-fixed-content {
    width: 100%;
    text-align: center;
  }
  #left-sidebar .sidebar-fixed-content img {
    width: 50%;
    max-width: 250px;
  }
  #left-sidebar li a {
    justify-content: center;
  }
}
#left-sidebar li a {
  display: inline-block;
}
#left-sidebar .uk-nav-default {
  margin-top: 20px;
}
#left-sidebar .sidebar-buy-btn {
  margin-top: 40px;
  width: 100%;
  opacity: 1;
  transition: opacity 200ms;
}
#left-sidebar .sidebar-buy-btn a {
  color: #fff;
}
#left-sidebar li.active > a {
  color: #444;
}
#left-sidebar li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#left-sidebar li a .uk-icon {
  margin-right: 6px;
}
#left-sidebar .sidebar-buy-btn.cart-empty {
  opacity: 0.5;
}
@media (max-width: 800px) {
  #left-sidebar .sidebar-buy-btn {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    border-radius: 0px;
  }
  #left-sidebar .sidebar-buy-btn.cart-empty {
    display: none;
  }
}

.product.active {
  background: #bfddfc;
}

.product-list {
  list-style: none;
  padding-left: 10px;
  width: 100%;
}
.product-list h3 {
  margin-bottom: 0px;
  margin-top: 20px;
}

.product-container-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.layout-grid .product-container {
  width: 230px;
  margin: 10px;
  flex-direction: column;
}
.layout-grid .product-image-container {
  width: 100%;
  height: 230px;
}
.layout-grid .product {
  flex: 1 0 auto;
}
.layout-grid .product .product-input {
  flex: 0 0 auto;
}

.layout-list .product-image-container {
  width: 50px;
  height: auto;
}
.layout-list .product-image-container img {
  top: 0;
}
.layout-list .product {
  margin-left: 6px;
}

.layout-table .product-image-container {
  width: 0;
  height: 0;
  visibility: hidden;
}
.layout-table .product {
  flex-direction: row;
}
.layout-table .product .product-line {
  width: auto;
}
.layout-table .product .product-input {
  flex: 0 0 auto;
  margin-left: 6px;
}

.product-container {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.product-image-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 240px;
}
.product-image-container img {
  display: block;
  margin: auto;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product {
  font-size: 11pt;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .product {
    border-bottom: 1px solid #676768;
  }
}
.product .uk-button {
  flex: 0 1 50px;
  color: #fff;
  margin: 0;
  text-transform: none;
  min-width: 0px;
}
@media (max-width: 800px) {
  .product .number-add {
    display: none;
  }
}
.product .product-line {
  display: flex;
  align-content: stretch;
  flex: 1 0 auto;
  width: 100%;
  padding: 0;
  margin: 0;
}
.product .product-title {
  flex: 1 1 auto;
  color: #333;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
}
.product input {
  flex: 1 1 auto;
  text-transform: none;
  border-radius: 2px 0px 0px 2px;
}
.product .product-price {
  flex: 0 0 auto;
  white-space: pre;
  padding-left: 10px;
}
.product .product-amount {
  width: 45px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-right: 6px;
  -moz-appearance: textfield;
  text-align: right;
  font-size: 10pt;
}
.product .product-amount ::-webkit-outer-spin-button,
.product .product-amount ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product .product-unit {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 40px;
  padding-top: 3px;
  text-align: center;
  background: #eee;
  font-weight: bold;
  color: #666;
  margin-right: 5px;
  border-radius: 0px 2px 2px 0px;
}
.product .number-add {
  text-align: center;
  padding: 0px;
  min-width: 40px;
}

.product-search-bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-search-bar .product-search {
  flex: 1 0 auto;
  margin-right: 10px;
}
.product-search-bar .toggle-product-images {
  display: inline-flex;
  height: 100%;
  min-height: 35px;
  margin-left: 10px;
  padding: 0;
  flex: 0 0 auto;
}
.product-search-bar .toggle-product-images .uk-icon-button {
  border-radius: 0;
}
.product-search-bar .toggle-product-images .uk-icon-button:first-child {
  border-radius: 10px 0 0 10px;
}
.product-search-bar .toggle-product-images .uk-icon-button:last-child {
  border-radius: 0 10px 10px 0;
}
.product-search-bar .toggle-product-images .layout-button {
  width: 50px;
  border: 1px solid #aaa;
}
.product-search-bar .toggle-product-images .selected {
  background: #ccc;
}

.product:hover .edit-display.active {
  opacity: 1;
  visibility: visible;
}

.product-add {
  margin-left: 24px;
}

.category-edit-box {
  position: absolute;
  right: 0px;
  display: inline-block;
}
.category-edit-box .category-delete,
.category-edit-box .category-edit {
  margin: 2px;
  line-height: 12px;
  height: 28px;
}

.progress-spinner {
  opacity: 0;
  transition: opacity 0.2s linear 0.2s;
  position: absolute;
  left: 5px;
  top: 4px;
}

.progress-spinner.progress-spinner-visible {
  opacity: 1;
  transition: opacity 0s linear 0s;
}

#pay-module.non-empty {
  border-color: #7c7;
}
#pay-module.non-empty #pay-module-open-button {
  background: #7c7;
}

#pay-module {
  padding-left: 10px;
  padding-right: 10px;
}

#pay-module button,
#pay-button {
  margin-top: 20px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-transform: none;
}
#pay-module button:disabled,
#pay-button:disabled {
  background: #ccc;
}

.spinner-button {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

#pay-login {
  display: none;
}

#pay-login.active {
  display: block;
}

#product-save {
  position: relative;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

#card-errors {
  font-size: 14pt;
  color: #d61;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.product-edit-form {
  width: 600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.product-edit-form > div {
  margin-top: 5px;
}
.product-edit-form .product-edit-price {
  display: flex;
  flex-direction: row;
}
.product-edit-form .product-edit-price input {
  display: inline-block;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.product-edit-form .product-edit-price span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  display: inline-block;
  background-color: #f9f9f9;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #e5e5e5;
  font-weight: bold;
  padding-top: 6px;
}
.product-edit-form label {
  padding-left: 1px;
}
.product-edit-form input,
.product-edit-form textarea,
.product-edit-form select {
  border-radius: 3px;
}
.product-edit-form button#product-save,
.product-edit-form button#product-cancel {
  margin-top: 20px;
  min-width: 120px;
}
.product-edit-form .product-image img {
  max-height: 100px;
  margin-right: 5px;
}

form input.readonly-input {
  color: #333 !important;
}

#content {
  max-width: 800px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
  flex: 1 1 auto;
}
@media (min-width: 801px) {
  #content {
    padding-top: 100px;
  }
}

.content-centering {
  width: 100%;
  max-width: 600px;
}

#single-page-content {
  box-sizing: content-box;
  min-width: 320px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 551px) {
  #single-page-content {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

.purchase-history h1 {
  margin-bottom: 0px;
}

.header-logo {
  text-align: center;
}
.header-logo img {
  height: 210px;
  width: 300px;
}

.text-navigation-footer {
  text-align: center;
}
.text-navigation-footer a {
  color: #8bbdef;
  padding-left: 5px;
  padding-right: 5px;
}

.receipt {
  padding-left: 20px;
  padding-right: 20px;
}
.receipt h1 {
  text-align: center;
  margin-bottom: 40px;
}

.receipt-message {
  text-align: center;
  color: #ccc;
}

.history-item-completed .receipt-header {
  background: #469abe;
  transition: background 100ms;
}
.history-item-completed a.receipt-header:hover {
  background: rgb(46.9, 145.39, 187.6);
}
.history-item-completed .receipt-items {
  background: #2785ad;
}
.history-item-completed .receipt-amount {
  background: #07719f;
}

.history-item-pending .receipt-header {
  background: #be9a46;
  transition: background 100ms;
}
.history-item-pending a.receipt-header:hover {
  background: rgb(187.6, 145.39, 46.9);
}
.history-item-pending .receipt-items {
  background: #ad8527;
}
.history-item-pending .receipt-amount {
  background: #9f7107;
}

.history-item-failed .receipt-header {
  background: #be4646;
  transition: background 100ms;
}
.history-item-failed a.receipt-header:hover {
  background: rgb(187.6, 46.9, 46.9);
}
.history-item-failed .receipt-items {
  background: #ad2727;
}
.history-item-failed .receipt-amount {
  background: #9f1107;
}

.history-item {
  color: #fff;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0px 0.1px 0.3px rgba(0, 0, 0, 0.02), 0px 0.3px 0.7px rgba(0, 0, 0, 0.028), 0px 0.5px 1.3px rgba(0, 0, 0, 0.035), 0px 0.9px 2.2px rgba(0, 0, 0, 0.042), 0px 1.7px 4.2px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.07);
}
.history-item .receipt-header {
  display: block;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: white;
}
.history-item .receipt-header:hover {
  text-decoration: none;
}
.history-item .receipt-header span {
  font-size: 16pt;
  color: #fff;
}
.history-item .receipt-date {
  color: rgba(255, 255, 255, 0.5);
  float: right;
}
.history-item .receipt-payment-status {
  color: rgba(255, 255, 255, 0.5);
  float: left;
}
.history-item .receipt-items {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: 5fr 1fr 1fr;
  column-gap: 20px;
}
.history-item .receipt-items .product-title {
  color: white;
  grid-column: 1;
}
.history-item .receipt-items a.product-title {
  text-decoration: none;
}
.history-item .receipt-items a.product-title:hover {
  text-decoration: underline;
}
.history-item .receipt-items .receipt-item-count {
  grid-column: 2;
  white-space: nowrap;
  text-align: right;
}
.history-item .receipt-items .receipt-item-amount {
  grid-column: 3;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: right;
}
.history-item .receipt-items .strikethrough-price {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
}
.history-item .receipt-amount {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18pt;
  display: flex;
  flex-direction: row;
}
.history-item .receipt-amount .receipt-amount-value {
  flex: 5;
  text-align: right;
}

.product-view {
  background: #2785ad;
  color: white;
  overflow: hidden;
  margin-top: 5px;
  padding-top: 0px;
  padding: 0px;
  margin-bottom: 0px;
  color: white;
}
@media (min-width: 551px) {
  .product-view {
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  }
}
.product-view #images {
  background: white;
}
.product-view #images img {
  width: 100%;
}
.product-view a {
  color: white;
}
.product-view h1 {
  color: white;
  background: #469abe;
  text-align: center;
  padding: 20px;
  margin: 0px;
}
.product-view .product-description {
  padding-left: 20px;
  padding-right: 20px;
}
.product-view .product-price {
  text-align: center;
  width: 100%;
  display: block;
  background: #07719f;
  height: 40px;
  font-size: 16pt;
  padding-top: 5px;
}
.product-view .centered-product-count {
  margin-top: 14px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.product-view .centered-product-count > div {
  background: #07719f;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #469abe;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 0 1 200px;
}
.product-view .centered-product-count input {
  outline: none;
  background: none;
  border: none;
  border-right: 1px solid #4699be;
  border-left: 1px solid #4699be;
  padding: 0px 8px 0px 8px;
  margin: 0px;
  display: inline-block;
  color: white;
  text-align: center;
  flex: 0 1 50px;
  font-size: 12pt;
  background: #07719f;
  transition: background 200ms;
  min-width: 0px;
  -moz-appearance: textfield;
}
.product-view .centered-product-count input::-webkit-inner-spin-button, .product-view .centered-product-count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-view .centered-product-count input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.product-view .centered-product-count input:focus {
  background: #00628f;
}
.product-view .centered-product-count .product-unit {
  text-align: center;
  flex: 0 1 50px;
  padding: 3px 8px 0px 8px;
  border-right: 1px solid #4699be;
}
.product-view .centered-product-count button {
  outline: none;
  color: white;
  margin: none;
  border: none;
  flex: 0 1 50px;
  background: #07719f;
  transition: background 200ms;
}
.product-view .centered-product-count button:focus {
  background: #006895;
}
.product-view .centered-product-count button:hover {
  background: #00628f;
}
.product-view .product-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.product-view .product-image img {
  border-radius: 3px;
  margin: 5px;
  max-width: 100%;
}

.product-nav-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.product-nav-buttons a {
  display: inline-block;
  color: white;
  background: rgba(70, 153, 190, 0.7);
  transition: 100ms background;
  border-radius: 5px;
  flex: 1 1 0;
  margin-bottom: 5px;
  padding: 6px 10px 6px 10px;
}
.product-nav-buttons a:hover {
  background: #4699be;
  text-decoration: none;
}
.product-nav-buttons .product-nav-left {
  margin-right: 5px;
}
.product-nav-buttons .product-nav-right {
  margin-left: 5px;
  text-align: right;
}

#cart {
  padding-top: 0px;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 0px;
}
#cart li {
  padding-right: 5px;
}
@media (max-width: 550px) {
  #cart .product-delete {
    display: none;
  }
}

.cart-header {
  margin-left: 12px;
}

.cartpage {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cartpage .text-navigation-footer {
  margin-top: 30px;
}

.empty-cart-text {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 20pt;
}

.member-form {
  max-width: 600px;
}

.member-key-box {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.member-key-icon {
  padding: 5px;
  color: white;
  border-radius: 100px;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  text-align: center;
}

.member-key-color-active {
  background: #87c92b;
}

.member-key-color-warning {
  background: #eca72f;
}

.member-text-warning {
  color: #eca72f;
}

.member-key-tag {
  min-width: 100px;
}

.member-key-color-inactive {
  background: #c92b2b;
}

.member-key-status {
  flex-grow: 1;
}

input:invalid {
  border-color: red;
}

.statistics-member-stats {
  margin-bottom: 30px;
  margin-top: 30px;
}

.statistics-member-stats-box {
  padding: 8px;
  background: #4699be;
  border-radius: 5px;
  color: white;
}

.statistics-member-stats-type {
  width: 240px;
  margin-right: 20px;
  font-weight: bold;
}

.statistics-member-stats-row {
  display: flex;
  flex-direction: row;
}

.quiz-background {
  width: 100%;
  min-height: 100%;
  background-color: #5c2849;
}

#content.quizpage {
  margin-top: 40px;
  background-color: white;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 50px;
  justify-content: start;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  #content.quizpage {
    padding: 20px;
  }
}
#content.quizpage .quiz-embed {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
#content.quizpage .quiz-embed iframe {
  max-width: 100%;
}
#content.quizpage a {
  color: #d45277;
}
#content.quizpage .uk-button {
  color: white;
}
#content.quizpage.quiz-complete {
  background-color: #a8c545;
  color: white;
  justify-content: center;
  text-align: center;
}
#content.quizpage.quiz-complete h2 {
  font-family: "Bitter";
  color: white;
}
#content.quizpage h1 {
  font-family: "Bitter", serif;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 30pt;
  text-align: center;
}
#content.quizpage .question-text {
  font-style: italic;
}
#content.quizpage p {
  margin-bottom: 5px;
}
#content.quizpage .quiz-button-start {
  align-self: center;
  width: 200px;
}
#content.quizpage .quiz-login {
  align-self: center;
}
#content.quizpage .quiz-login a {
  color: #a73e5c;
}
#content.quizpage ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px;
}
#content.quizpage .question-options li {
  padding: 8px;
  list-style: none;
  border-radius: 5px;
  border: 1px solid #a73e5c;
  padding-left: 10px;
  transition: 200ms box-shadow;
  color: black;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin: 12px;
  cursor: pointer;
  user-select: none;
}
#content.quizpage .question-options li:hover {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
#content.quizpage .question-options li.question-option-correct {
  color: white;
  border: 1px solid rgb(167.8181557377, 196.8787704918, 68.6112295082);
  background: #a8c545;
}
#content.quizpage .question-options li.question-option-incorrect:not(.question-option-selected) {
  opacity: 0.5;
}
#content.quizpage .question-options li.question-option-selected.question-option-correct {
  color: white;
  border: 1px solid rgb(167.8181557377, 196.8787704918, 68.6112295082);
  background: #a8c545;
}
#content.quizpage .question-options li.question-option-selected.question-option-incorrect {
  color: white;
  border: 1px solid rgb(255, 114.628125, 62.49);
  background: #ff733f;
}
#content.quizpage .question-answer-info {
  margin: 12px;
}
#content.quizpage .question-answer-info-incorrect {
  color: #ff733f;
}
#content.quizpage .question-answer-info-correct {
  color: #a8c545;
}
#content.quizpage .question-answer-description {
  margin: 5px;
  margin-bottom: 15px;
  font-style: italic;
}
#content.quizpage .uk-button-primary {
  margin-top: 20px;
  background-color: #a73e5c;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: 200ms box-shadow;
}
#content.quizpage .uk-button-primary:hover {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  #content.quizpage {
    margin: 0px;
    border-radius: 0px;
    background-color: #5c2849;
    color: white;
  }
  #content.quizpage h1 {
    font-size: 20pt;
    color: white;
  }
  #content.quizpage h2 {
    font-size: 20pt;
    color: white;
  }
  #content.quizpage h3 {
    font-size: 15pt;
    color: white;
  }
  #content.quizpage .question-answer-info {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  }
  #content.quizpage .question-options li {
    background-color: #a73e5c;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  }
  #content.quizpage .question-options li:hover {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  }
}
#content.quizpage .quiz-more-questions {
  margin-top: 60px;
}
#content.quizpage .quiz-more-questions ul {
  list-style: none;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#content.quizpage .quiz-more-questions li {
  border: none;
  box-shadow: none;
  margin: 20px;
}
#content.quizpage .quiz-more-questions img {
  width: 64px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  transition: 200ms filter;
}
#content.quizpage .quiz-more-questions img:hover {
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 900px) {
  #content.quizpage .quiz-more-questions {
    margin-top: 30px;
  }
  #content.quizpage .quiz-more-questions ul {
    margin-top: 20px;
  }
}

.banner {
  background: #cd1515;
  padding: 20px;
  color: white;
  text-align: center;
  /* box-shadow: 0px 0px 10px rgba(0,0,0,0.4); */
}
.banner a {
  color: white;
  text-decoration: underline;
}

.sidebar-banner-adjust {
  position: initial !important;
}

.courses-page {
  display: flex;
  flex-direction: column;
}
.courses-page .course-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  color: #333;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  text-decoration: none;
  background: white;
  transition: 100ms background-color;
  box-shadow: 0px 0.1px 0.3px rgba(0, 0, 0, 0.034), 0px 0.3px 0.7px rgba(0, 0, 0, 0.048), 0px 0.5px 1.3px rgba(0, 0, 0, 0.06), 0px 0.9px 2.2px rgba(0, 0, 0, 0.072), 0px 1.7px 4.2px rgba(0, 0, 0, 0.086), 0px 4px 10px rgba(0, 0, 0, 0.12);
  padding-left: 20px;
  padding-right: 0px;
}
.courses-page .course-item > span {
  padding-top: 8px;
  padding-bottom: 8px;
}
.courses-page .course-item .course-not-completed,
.courses-page .course-item .course-completed {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: stretch;
  width: 140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.courses-page .course-item .course-completed {
  background: #68be46;
  color: white;
  transition: 100ms background-color;
}
.courses-page .course-item:hover .course-completed {
  background: rgb(86.765, 187.6, 46.9);
}
.courses-page .course-item .course-not-completed {
  background: #469abe;
  color: white;
  transition: 100ms background-color;
}
.courses-page .course-item:hover {
  background: rgb(249.9, 249.9, 249.9);
}
.courses-page .course-item:hover .course-not-completed {
  background: rgb(46.9, 145.39, 187.6);
}
.courses-page .course-item .course-not-completed > div,
.courses-page .course-item .course-completed > div {
  position: relative;
  top: -10px;
  left: -10px;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  box-shadow: 0px 0.1px 0.3px rgba(0, 0, 0, 0.02), 0px 0.3px 0.7px rgba(0, 0, 0, 0.028), 0px 0.5px 1.3px rgba(0, 0, 0, 0.035), 0px 0.9px 2.2px rgba(0, 0, 0, 0.042), 0px 1.7px 4.2px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.07);
}

.statistics-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.makerspace-logo {
  aspect-ratio: 300/210;
  width: 100%;
}

#root.register-page {
  padding-top: 32px;
  background: #ececec;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#root.register-page .content-wrapper {
  max-width: 800px;
  flex: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
}
@media screen and (width > 600px) {
  #root.register-page .content-wrapper {
    align-self: center;
  }
}
@media screen and (width > 1000px) {
  #root.register-page .content-wrapper {
    min-width: 800px;
  }
}
#root.register-page .StripeElement {
  margin: 0px 16px;
}
#root.register-page h1 {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}
#root.register-page p {
  margin: 10px 32px;
  text-align: center;
  color: #222;
}
#root.register-page h2 {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  margin: 32px 0px;
}
#root.register-page .plan-buttons {
  display: flex;
  flex-direction: column;
}
@media screen and (width > 1000px) {
  #root.register-page .plan-buttons {
    align-self: center;
    flex-direction: row;
  }
  #root.register-page .plan-buttons .semantic-order-0 {
    order: 1;
  }
  #root.register-page .plan-buttons .semantic-order-1 {
    order: 0;
  }
  #root.register-page .plan-buttons .semantic-order-2 {
    order: 2;
  }
}
#root.register-page .access-plan {
  margin: 16px 16px;
  background: white;
  border-bottom: 2px solid #b6b6b6;
  border-radius: 5px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: stretch;
  padding: 0px 0px;
  padding-bottom: 20px;
  text-align: center;
  transition: outline-color 100ms;
  outline: 4px solid transparent;
}
@media screen and (width > 1000px) {
  #root.register-page .access-plan {
    width: 400px;
  }
}
#root.register-page .access-plan.selected {
  outline: 4px solid rgb(73, 73, 73);
}
#root.register-page .access-plan:not(.selected):hover {
  outline: 4px solid rgba(73, 73, 73, 0.1);
}
#root.register-page .access-plan .plan-highlight {
  position: absolute;
  right: 5px;
  top: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.6em;
  height: 100%;
}
#root.register-page .access-plan .plan-highlight span {
  color: white;
  background-color: #51b911;
  border-radius: 100px;
  padding: 5px 10px;
}
#root.register-page .access-plan .access-plan-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#root.register-page .access-plan .access-plan-description-top,
#root.register-page .access-plan .access-plan-description-bottom {
  padding: 16px 16px;
  white-space: pre-wrap;
}
@media screen and (width > 1000px) {
  #root.register-page .access-plan .access-plan-description-top {
    height: 3em;
  }
}
#root.register-page .access-plan .access-plan-price {
  background-color: #e46d22;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 20px;
}
@media screen and (width > 1000px) {
  #root.register-page .access-plan .access-plan-price {
    height: 102px;
    box-sizing: border-box;
  }
}
#root.register-page .access-plan .access-plan-price .abovePrice,
#root.register-page .access-plan .access-plan-price .belowPrice {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 100%;
  opacity: 0.6;
}
#root.register-page .access-plan .access-plan-price .price {
  font-weight: bold;
  font-size: 3em;
  line-height: 100%;
}
#root.register-page .access-plan .access-plan-price .period {
  font-size: 1.2em;
  line-height: 100%;
  font-weight: bold;
}
#root.register-page .access-plan .checkmark-list {
  margin: 0px;
}
#root.register-page .panel {
  margin: 16px 16px;
  background: white;
  border-bottom: 2px solid #b6b6b6;
  border-radius: 5px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
}
#root.register-page .panel .panel-divider {
  border-bottom: 1px solid #b6b6b6;
  margin-top: 10px;
  margin-bottom: 16px;
}
#root.register-page .panel .small-price,
#root.register-page .panel .requirement {
  text-align: center;
}
#root.register-page .panel .small-price {
  color: #e46d22;
}
#root.register-page .panel ul {
  margin-top: 16px;
  width: 100%;
}
#root.register-page .panel h3 {
  font-weight: bold;
  text-align: center;
  margin: 0px;
  margin-top: 4px;
}
#root.register-page .panel .price {
  border-radius: 5px;
  background-color: #e46d22;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-top: 16px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 2em;
  line-height: 100%;
}
#root.register-page .panel .price .period {
  font-size: 0.5em;
  line-height: 100%;
}
#root.register-page .payment-processor {
  margin-left: 21px;
  margin-top: 10px;
  font-size: 11px;
  color: #777;
  margin-bottom: 4px;
}
#root.register-page .flow-button-back {
  font-size: 0.8em;
  align-self: center;
  color: #b14908;
}
#root.register-page a.flow-button,
#root.register-page button.flow-button,
#root.register-page input[type=submit].flow-button {
  position: relative;
  border: none;
  background: #fff;
  color: rgb(104, 104, 104);
  border-bottom: 2px solid #b6b6b6;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: 50ms background-color;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  line-height: normal;
  text-align: center;
}
#root.register-page a.flow-button .uk-spinner,
#root.register-page button.flow-button .uk-spinner,
#root.register-page input[type=submit].flow-button .uk-spinner {
  position: absolute;
  left: 16px;
  top: 7px;
}
#root.register-page a.flow-button:hover:not(:disabled), #root.register-page a.flow-button:active:not(:disabled),
#root.register-page button.flow-button:hover:not(:disabled),
#root.register-page button.flow-button:active:not(:disabled),
#root.register-page input[type=submit].flow-button:hover:not(:disabled),
#root.register-page input[type=submit].flow-button:active:not(:disabled) {
  background-color: #e5e5e5;
  color: rgb(90, 90, 90);
}
#root.register-page a.flow-button.primary,
#root.register-page button.flow-button.primary,
#root.register-page input[type=submit].flow-button.primary {
  background: #e46d22;
  border-bottom: 2px solid #b14908;
  color: white;
}
#root.register-page a.flow-button.primary:hover:not(:disabled), #root.register-page a.flow-button.primary:active:not(:disabled),
#root.register-page button.flow-button.primary:hover:not(:disabled),
#root.register-page button.flow-button.primary:active:not(:disabled),
#root.register-page input[type=submit].flow-button.primary:hover:not(:disabled),
#root.register-page input[type=submit].flow-button.primary:active:not(:disabled) {
  background-color: #d9651d;
  color: white;
}
#root.register-page a.flow-button:disabled,
#root.register-page button.flow-button:disabled,
#root.register-page input[type=submit].flow-button:disabled {
  background-color: #a7a7a7;
  border-bottom: 2px solid #828282;
  opacity: 0.5;
  cursor: not-allowed;
}
#root.register-page a.flow-button.flow-button-small,
#root.register-page button.flow-button.flow-button-small,
#root.register-page input[type=submit].flow-button.flow-button-small {
  font-size: 0.9em;
  margin: 0px;
}
#root.register-page .registration-task-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin: 10px 0px;
  padding: 0px 20px;
  list-style: none;
}
#root.register-page .registration-task-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
#root.register-page .registration-task-list button {
  max-width: 300px;
}
#root.register-page .registration-logo {
  max-width: 200px;
  aspect-ratio: 300/210;
  margin: 0px 16px;
  align-self: center;
}
#root.register-page form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0px 16px;
}
#root.register-page form input[type=submit] {
  align-self: center;
}
#root.register-page form input {
  border: none;
  /* Remove default style */
}
#root.register-page form.validate input:invalid {
  outline: 2px solid #e46d22;
}
#root.register-page input[type=text],
#root.register-page input[type=email],
#root.register-page input[type=numeric],
#root.register-page input[type=tel] {
  border-radius: 5px;
}
#root.register-page .terms-and-conditions {
  display: flex;
  flex-direction: column;
  align-items: left;
}
#root.register-page .rule-checkbox {
  display: flex;
  flex-direction: row;
  margin: 20px;
  align-items: center;
  gap: 25px;
}
#root.register-page .rule-checkbox input {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
#root.register-page .rules-list {
  margin: 0px 20px;
}
#root.register-page .rules-list li {
  margin: 5px 0px;
}
#root.register-page textarea {
  margin: 0px 16px;
  border-radius: 5px;
  min-height: 100px;
  border: none;
  padding: 10px;
}

.to-pay-preview {
  margin-right: 16px;
  margin-left: 16px;
  color: #fff;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 6px;
  margin-top: 6px;
  box-shadow: 0px 0.1px 0.3px rgba(0, 0, 0, 0.02), 0px 0.3px 0.7px rgba(0, 0, 0, 0.028), 0px 0.5px 1.3px rgba(0, 0, 0, 0.035), 0px 0.9px 2.2px rgba(0, 0, 0, 0.042), 0px 1.7px 4.2px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.07);
}
@media screen and (width > 600px) {
  .to-pay-preview {
    align-self: stretch;
  }
}
.to-pay-preview .receipt-items {
  background-color: #c87744;
  font-size: 1em;
  grid-template-columns: 5fr 1fr;
}
.to-pay-preview .receipt-items .receipt-item-amount {
  grid-column: 2;
}
.to-pay-preview .receipt-items.with-original-price-column {
  grid-template-columns: 5fr 1fr 1fr;
}
.to-pay-preview .receipt-items.with-original-price-column .receipt-item-original-amount {
  grid-column: 2;
  text-align: right;
  white-space: nowrap;
}
.to-pay-preview .receipt-items.with-original-price-column .receipt-item-amount {
  grid-column: 3;
}
.to-pay-preview .receipt-amount {
  background-color: #c25f22;
  font-size: 1.2em;
}

.small-print {
  font-size: 0.9em;
  display: block;
  margin-left: 21px;
  margin-right: 16px;
}

.task {
  padding: 5px;
  border: 1px solid black;
  border-radius: 100%;
  opacity: 30%;
  transition: 100ms opacity, 100ms background-color;
  background-color: rgba(135, 201, 43, 0);
}
.task.task-done {
  background-color: rgb(135, 201, 43);
  color: white;
  border: 1px solid transparent;
  opacity: 100%;
}

.checkmark-list {
  list-style: none;
  padding-left: 20px;
  text-align: left;
  line-height: 1.8;
}
.checkmark-list span {
  margin-right: 10px;
}
.checkmark-list span.positive {
  color: rgb(135, 201, 43);
}
.checkmark-list span.negative {
  color: rgb(201, 43, 43);
}

.password-field {
  opacity: 1;
  height: auto;
  margin: 16px 0px;
}
.password-field.hidden {
  margin: -8px 0px;
  opacity: 0;
  height: 0px;
  pointer-events: none;
}

code {
  white-space: preserve !important;
}

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