@font-face {
  font-family: "JosefinSans";
  src: url(/assets/JosefinSans-Thin-345bf4fa0b83ce8bf65fca412cc9478721a7266fb95674c4f1caa28146f8c948.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "northwave";
  src: url(/assets/north-wave-8b95d48b36a2c3544ac6ff1cc82fd77d62ee95d26cf124417330b43f624f7424.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "JosefinSans-reg";
  src: url(/assets/JosefinSans-Regular-2876d89586137e9dc4cfefbdf9d0a31dedfe65fff86c5991cb21a223c16dc971.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "open";
  src: url(/assets/OpenSans-Regular-3a68067c3858bdcc9544ba7615fa40cfc91bc09f6843acd76643ee05c05ad18f.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "open-light";
  src: url(/assets/OpenSans-Light-605f776600e68a01fe42bb3eb03a2a38f3baa2f5c17c6d5b90681e4e4bba710f.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "open-light-italic";
  src: url(/assets/OpenSans-LightItalic-9a1a06e5ce730d1cfb4b65464228cb8e2738f3c76670e937c02cfddaf110e8cc.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root {
  --font-family-primary: "JosefinSans";
  --font-family-secondary: "JosefinSans-reg";
  --font-family-test: "open";
  --font-family-header: "northwave";
  --line-height-headers: 1.1;
  --line-height-body: 1.5;
  --font-size-xs: 0.75rem;
  --font-size-s: 0.875rem;
  --font-size-m: 1rem;
  --font-size-l: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-xxl: 1.5rem;
  --font-size-xxxl: 2rem;
  --font-size-xxxxl: 2.5rem;
  --font-size-xxxxxl: 3rem;
  --color-text-header: hsl(0, 1%, 16%);
  --color-text-body: hsl(0, 5%, 25%);
  --color-text-muted: hsl(0, 1%, 44%);
  --color-primary: hsl(350, 67%, 50%);
  --color-primary-rotate: hsl(10, 73%, 54%);
  --color-primary-bg: hsl(0, 85%, 96%);
  --color-secondary: hsl(101, 45%, 56%);
  --color-secondary-rotate: hsl(120, 45%, 56%);
  --color-tertiary: hsl(49, 89%, 64%);
  --color-glint: hsl(210, 100%, 82%);
  --color-white: hsl(0, 0%, 100%);
  --color-background: hsl(30, 50%, 98%);
  --color-light: hsl(0, 6%, 93%);
  --color-dark: var(--color-text-header);
  --border-radius: 0.375rem;
  --border: solid 2px var(--color-light);
  --shadow-large: 2px 4px 10px hsl(0 0% 0% / 0.1);
  --shadow-small: 1px 3px 6px hsl(0 0% 0% / 0.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  background-color: #ffffff;
  z-index: -10;
  justify-content: space-between;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text-header);
  line-height: var(--line-height-headers);
}

h1 {
  font-size: var(--font-size-xxxl);
}

h2 {
  font-size: var(--font-size-xxl);
}

h3 {
  font-size: var(--font-size-xl);
}

h4 {
  font-size: var(--font-size-l);
}

a {
  color: var(--color-text-header);
  text-decoration: none;
}
a:focus, a:active {
  color: var(--color-text-header);
}

@keyframes appear-then-fade {
  0%, 100% {
    opacity: 0;
  }
  5%, 60% {
    opacity: 1;
  }
}
.flash {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-s);
  max-width: 100%;
  width: max-content;
  padding: 0 var(--space-m);
}
.flash__message {
  font-size: var(--font-size-s);
  color: #5e548e;
  padding: 12px 20px 10px 20px;
  background-color: white;
  animation: appear-then-fade 4s both;
  border-radius: 999px;
  border: 1px solid #5e548e;
  border-radius: 50px;
}

/*#3498db  edit   */
/*#8e44ad  save   */
/*#2ecc71    new  */
/*#555555  cancel   */
/*#c0392b  delete   */
/* 1st alternate hover colors if hover inset shadow not working properly
$gw-blue-dark: rgb(27, 79, 114); /*#1b4f72
$gw-purple-dark: rgb(74, 35, 90);  /*#4a235a
$gw-green-dark: rgb(29, 131, 72); /*#1d8348
$black: rgb(0, 0, 0); /*#000000
$gw-red-dark: rgb(123, 36, 28); /*#7b241c */
.admin-button {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #FFF;
  border-radius: 0.25em;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  border: none;
}

.primary {
  line-height: 40px;
  transition: ease-in-out 0.2s;
  padding: 0 16px;
}

.primary:hover, .condensed:hover, .touch:hover {
  transform: scale(1.02);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
}

/* 2nd alternate hover colors if hover inset shadow not working properly 
.edit:hover {
  background: darken($gw-blue, 10%);
}

.save:hover {
  background: darken($gw-purple, 10%);
}

.new:hover {
  background: darken($gw-green, 10%);
}

.cancel:hover {
  background: darken($gw-gray-5, 10%);
}

.delete:hover {
  background: darken($gw-red, 10%);
}
*/
.condensed {
  transition: ease-in-out 0.2s;
  line-height: 24px;
  padding: 0 8px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.touch {
  transition: ease-in-out 0.2s;
  line-height: 40px;
  width: 40px;
  padding: 0px;
  text-align: center;
}

.edit:before, .save:before, .new:before, .cancel:before, .delete:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1rem;
  background: none;
  color: #FFF;
}

.condensed.edit:before, .condensed.save:before, .condensed.new:before, .condensed.cancel:before, .condensed.delete:before {
  content: none;
}

.touch.edit:before, .touch.save:before, .touch.new:before, .touch.cancel:before, .touch.delete:before {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
}

.inlineIcon.edit, .inlineIcon.save, .inlineIcon.new, .inlineIcon.cancel, .inlineIcon.delete {
  background: transparent;
}

.inlineIcon.edit:before, .inlineIcon.save:before, .inlineIcon.new:before, .inlineIcon.cancel:before, .inlineIcon.delete:before {
  line-height: 32px;
  font-size: 32px;
  padding: 4px 0px;
}

.edit {
  background: rgb(52, 152, 219);
}
.edit:before {
  content: "\f040";
}

.inlineIcon.edit:before {
  color: rgb(52, 152, 219);
}

.save {
  background: rgb(142, 68, 173);
}
.save:before {
  content: "\f0c7";
}

.inlineIcon.save:before {
  color: rgb(142, 68, 173);
}

.new {
  background: rgb(46, 204, 113);
}
.new:before {
  content: "\f00c";
}

.inlineIcon.new:before {
  color: rgb(46, 204, 113);
}

.cancel {
  background: rgb(85, 85, 85);
}
.cancel:before {
  content: "\f05e";
}

.inlineIcon.cancel:before {
  color: rgb(85, 85, 85);
}

.delete {
  background: rgb(192, 57, 43);
}
.delete:before {
  content: "\f1f8";
}

.inlineIcon.delete:before {
  color: rgb(192, 57, 43);
}

.card_details_cont {
  width: 100%;
}

.button {
  font-family: "JosefinSans";
  padding: 10px 0px 10px 0px;
}

.button-main {
  font-size: var(--font-size-xxl);
}

.button-main:hover {
  border-bottom: 1px solid var(--color-text-header);
}

.button-footer {
  font-size: var(--font-size-l);
}

.button:hover {
  cursor: pointer;
}

.button-mobile-menu:hover {
  color: white;
}

.button-underline {
  border-bottom: 1px solid var(--color-text-header);
}

.sign-out-button {
  background: none;
  border: none;
  margin: 0;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.sign-out-button:focus {
  outline: none;
}

.gallery {
  width: 100%;
  position: relative;
}
@media (min-width: 81rem) {
  .gallery {
    margin: 50px !important;
    width: 800px;
    border: 2px #5e548e solid;
    border-radius: 20px;
  }
}

.gallery__picture {
  width: 100%;
  height: 100%;
}

.gallery__button {
  display: none;
}
@media (min-width: 81rem) {
  .gallery__button {
    display: inline;
  }
}

[hidden] {
  display: none;
}

.class {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #e7bbe3;
  font-size: var(--font-size-xs);
  text-align: center;
  width: 100%;
  border-radius: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.class__name {
  font-family: open-light;
  color: white;
}

.class__time {
  font-family: "open-light-italic";
  color: white;
}

.level_1 {
  background-color: #e6194b;
}

.level_2 {
  background-color: #3cb44b;
}

.level_3 {
  background-color: #ffe119;
}

.level_4 {
  background-color: #4363d8;
}

.level_5 {
  background-color: #f58231;
}

.level_6 {
  background-color: #911eb4;
}

.level_7 {
  background-color: #46f0f0;
}

.level_8 {
  background-color: #f032e6;
}

.level_9 {
  background-color: #bcf60c;
}

.level_10 {
  background-color: #fabebe;
}

.level_11 {
  background-color: #008080;
}

.level_12 {
  background-color: #e6beff;
}

.level_13 {
  background-color: #9a6324;
}

.level_14 {
  background-color: #fffac8;
}

.level_15 {
  background-color: #800000;
}

.level_16 {
  background-color: #2e4435;
}

.level_17 {
  background-color: #808000;
}

.level_18 {
  background-color: #a66d37;
}

.level_19 {
  background-color: #000075;
}

.level_20 {
  background-color: #808080;
}

/* #e7bbe3 - better pink
#ccd5ff - neutral blue */
/* #5DFDCB - green */
/* #8789C0 - pink */
/* #7CC6FE - blue */
/* #F4FAFF - white */
/* #333333 - black */
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #5e548e;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 40px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background-color: white;
  border-radius: 50%;
}
@media (min-width: 81rem) {
  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

h2 {
  vertical-align: center;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00baf0;
  background: linear-gradient(to left, #f46b45, #eea849);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  height: 50px;
  padding: 1em;
}

.menu {
  display: none;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 8;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: black;
  position: absolute;
  height: 2px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 81rem) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    display: flex;
    position: absolute;
    top: 50px;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-primary);
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border-bottom: 0.5px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: lightgray;
  }
  .menu > li:not(:last-child) {
    border-bottom: 0.5px solid #444;
  }
}
.ballet-class {
  flex-basis: 100%;
  margin-top: 4%;
  align-items: center;
  position: relative;
}
@media (min-width: 81rem) {
  .ballet-class {
    flex-basis: 33.333333%;
  }
}

.ballet-class__picture-cont {
  position: relative;
  width: 80%;
  transition: 0.5s;
  opacity: 1;
}

.ballet-class__picture-cont:hover {
  cursor: pointer;
  opacity: 0.8;
}

.ballet-class__picture {
  border: 3px solid #5e548e;
  border-radius: 20px;
}

.ballet-class__picture-show {
  width: 80%;
}

.ballet-class__name-cont {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border-radius: 20px;
}

.ballet-class__name {
  padding: 10px 15px 10px 15px;
  font-family: "JosefinSans-reg";
  color: #5e548e;
  font-size: var(--font-size-xl);
}

.ballet-class__name-show {
  font-size: var(--font-size-xxxl);
  border-bottom: 1px solid var(--color-text-header);
}

.form_title {
  padding: 30px 30px 15px 30px;
  font-family: "JosefinSans-reg";
  font-weight: normal;
  width: 400px;
  margin-bottom: 15px;
  border-bottom: 1px black solid;
}

.form_fields {
  padding-bottom: 20px;
}
@media (min-width: 81rem) {
  .form_fields {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}

.field {
  padding: 10px 30px 10px 30px;
  justify-content: space-around;
  flex-basis: 50%;
}

.input_field {
  border: 1px #5e548e solid;
  border-radius: 20px;
  padding: 10px;
}

.comments_field {
  height: 100px;
  width: 500px;
  padding: 5px;
}

.errors {
  color: #990d35;
}

@-webkit-keyframes {}
@-webkit-keyframes extend {
  0% {
    width: 200px;
    height: 50px;
    border-radius: 100px;
  }
  10% {
    width: 210px;
    height: 60px;
    background: #fff;
    margin-left: -5px;
    margin-top: -5px;
  }
  20% {
    width: 200px;
    height: 50px;
    background: #6fb07f;
    margin-left: 0px;
    margin-top: 0px;
  }
  100% {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-left: 190px;
    background: #629677;
  }
}
@keyframes extend {
  0% {
    width: 200px;
    height: 50px;
    border-radius: 100px;
  }
  10% {
    width: 210px;
    height: 60px;
    background: #fff;
    margin-left: -5px;
    margin-top: -5px;
  }
  20% {
    width: 200px;
    height: 60px;
    background: #629677;
    margin-left: 0px;
    margin-top: 0px;
  }
  100% {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-left: 190px;
    background: #629677;
  }
}
@-webkit-keyframes {}
@-webkit-keyframes disappear {
  0% {
    opacity: 1;
  }
  20% {
    color: #fff;
  }
  100% {
    opacity: 0;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  20% {
    color: #fff;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes {}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form-submit,
.btn {
  border: none;
}

.form-submit:hover {
  cursor: pointer;
  text-align: center;
}

.form-submit {
  z-index: 20;
  font-size: 25px;
  color: #629677;
  background: #fff;
}

.cont {
  position: absolute;
  width: 610px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -300px;
}

.btn {
  position: relative;
  border-width: 1px;
  width: 200px;
  height: 50px;
  /*border-radius*/
  border-radius: 100px;
  background: #fff;
  border: 2px solid #629677;
}

.btn > .btn-text {
  font-size: 25px;
  color: #629677;
}

.submit-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.button_animate {
  /*animation*/
  -webkit-animation: extend 1s ease-in-out;
  -ms-animation: extend 1s ease-in-out;
  animation: extend 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

.text_animate {
  /*animation*/
  -webkit-animation: disappear 1s ease-in-out;
  -ms-animation: disappear 1s ease-in-out;
  animation: disappear 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

.image_animate {
  /*animation*/
  -webkit-animation: appear 1s ease-in-out;
  -ms-animation: appear 1s ease-in-out;
  animation: appear 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

.header-menu {
  display: none;
  justify-content: space-around;
}
@media (min-width: 81rem) {
  .header-menu {
    display: flex;
    width: 600px;
    align-self: center;
    font-family: var(--font-family-secondary);
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.row-reverse {
  flex-direction: row-reverse;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.jc-c {
  justify-content: center;
}

.jc-fe {
  justify-content: flex-end;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.as-fe {
  align-self: flex-end;
}

.as-c {
  align-self: center;
}

.main {
  margin-right: 25px;
  align-self: center;
}

.secondary {
  opacity: 0;
}

.logo-cont {
  position: relative;
  margin-top: 4vw;
  margin-left: 6vw;
  width: 15vw;
  transition: width 2s, margin 2s;
}
.logo-cont img {
  position: absolute;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

.header-cont {
  height: 100px;
  background-color: white;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.bar {
  width: 30px;
  height: 2px;
  background-color: black;
  margin: 6px 0;
}

.icon-container {
  margin-right: 6%;
}
@media (min-width: 81rem) {
  .icon-container {
    display: none;
  }
}

.logo-secondary {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  width: 50px;
  transition: width 2s, margin 2s;
}

.header-colour {
  background-color: #7cc6fe;
  -webkit-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
}

.menu_header_cont {
  display: none;
}
@media (min-width: 81rem) {
  .menu_header_cont {
    display: block;
  }
}

footer {
  margin-top: 100px;
  background-color: #d0d8db;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 81rem) {
  .footer_cont {
    justify-content: space-between;
  }
}

@media (min-width: 81rem) {
  .footer_details_cont {
    margin-left: 2%;
  }
}

.logo_grey {
  display: none;
}
@media (min-width: 81rem) {
  .logo_grey {
    width: 100px;
    display: flex;
  }
}

@media (min-width: 81rem) {
  .footer_details {
    margin-left: 4%;
  }
}
.footer_details h1 {
  padding-right: 10px;
  font-family: northwave;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: var(--font-size-xxxxl);
  border-right: 0.5px black solid;
}
.footer_details h2 {
  text-align: left;
  width: 156px;
  padding-left: 10px;
  position: relative;
  top: 13px;
  font-family: "JosefinSans";
  letter-spacing: 1px;
  font-size: var(--font-size-m);
}
.footer_details p {
  font-family: "open";
  font-size: var(--font-size-xs);
  color: #7e7e7e;
}
.footer_details a {
  color: #5e548e;
}

.social_auth_cont {
  display: none;
}
@media (min-width: 30rem) {
  .social_auth_cont {
    margin-right: 2%;
    display: block;
  }
}

textarea {
  resize: none;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

.svg-inline--fa {
  vertical-align: -0.2em;
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.title {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -30px;
  z-index: 2;
}
@media (min-width: 81rem) {
  .title {
    margin-bottom: -50px;
  }
}

.malvern {
  font-family: northwave;
  font-size: 6em;
  letter-spacing: 2px;
  font-weight: normal;
}
@media (min-width: 81rem) {
  .malvern {
    font-size: 10em;
  }
}

.ballet {
  font-family: JosefinSans;
  font-size: 1.3em;
  letter-spacing: 0.5vw;
  color: #FFFFFF;
  margin-top: -20px;
}
@media (min-width: 81rem) {
  .ballet {
    font-size: 2em;
    margin-top: -30px;
  }
}

.home__upper {
  position: relative;
  height: 50%;
  z-index: 2;
}

.home__lower {
  height: 50%;
  background-color: #7cc6fe;
  z-index: 1;
}

.banner-pic {
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 81rem) {
  .banner-pic {
    display: block;
  }
}

.card {
  display: flex;
  margin: 5%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 81rem) {
  .card {
    flex-direction: row;
  }
}

.card__picture {
  object-fit: cover;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  border: 3px solid #5e548e;
}
@media (min-width: 81rem) {
  .card__picture {
    height: 400px;
    width: 400px;
    padding-top: 0%;
  }
}

.card__description {
  margin-top: 30px;
  margin-left: 5%;
}
@media (min-width: 81rem) {
  .card__description {
    margin-top: 0px;
  }
}

.portrait__container {
  width: 100%;
  height: 300px;
  position: relative;
}

.portrait {
  height: 100%;
  margin-right: 4%;
  display: none;
  z-index: 1;
}
@media (min-width: 81rem) {
  .portrait {
    display: block;
  }
}

.register__container {
  background-color: #e0b1cb;
  width: 100%;
}

.register__line {
  position: absolute;
  width: 100%;
  height: 50%;
  border-bottom: 1.5px solid black;
}

.register__button {
  font-family: var(--font-family-secondary);
  color: #333333;
  letter-spacing: 0.5px;
  cursor: pointer;
  transform: translateY(50%);
  background-color: #e0b1cb;
  border: 2px solid black;
  border-top: none;
  border-bottom: none;
  font-weight: normal;
  font-size: var(--font-size-xxl);
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.register__button:hover {
  color: white;
}

.landscape__container {
  width: 100%;
}

.vertical_line {
  display: none;
}
@media (min-width: 81rem) {
  .vertical_line {
    display: block;
    left: 900px;
    position: absolute;
    height: 719.3px;
    border-left: 1px solid black;
  }
}

.horizontal_line {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 81rem) {
  .horizontal_line {
    margin-top: 0px;
    display: block;
    border-top: 1px solid black;
    width: 1000px;
  }
}

.quote_cont {
  min-height: 100px;
}

.inspiring_quote {
  margin-top: 30px;
  margin-left: 30px;
  position: relative;
  font-family: var(--font-family-primary);
}
@media (min-width: 81rem) {
  .inspiring_quote {
    left: 900px;
  }
}

.enrol_section {
  font-family: "JosefinSans-reg";
}

.form_container {
  font-family: "open";
  background-color: #e0b1cb;
}

.enrol_container {
  font-size: var(--font-size-m);
  margin-top: 50px;
  margin-bottom: 50px;
}
.enrol_container a {
  padding: 13px 20px 10px 20px;
  border: 1px solid black;
  border-radius: 5px;
}
@media (min-width: 81rem) {
  .enrol_container {
    font-size: var(--font-size-xl);
  }
}

.or {
  align-self: center;
  padding: 50px 0 50px 0px;
  margin-bottom: 50px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px black solid;
  border-top: 1px black solid;
}

@media (min-width: 81rem) {
  .table-cont {
    flex-direction: row;
    align-items: flex-start;
  }
}

.term-cont {
  margin-top: 2%;
  margin-bottom: 2%;
  justify-content: space-evenly;
}

.year {
  font-family: "open-light";
  font-size: 8rem;
}

.term {
  padding: 1%;
  font-family: "open-light";
  font-size: var(--font-size-xl);
  transition: 0.3s;
}

.term:hover {
  font-size: var(--font-size-xxl);
}

.term-box {
  font-size: var(--font-size-xxl);
  border: 1px solid black;
  border-radius: 10px;
}

.timetable {
  table-layout: fixed;
  width: 90%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.day {
  width: 15%;
  font-family: "open";
}
@media (min-width: 81rem) {
  .day {
    border-right: 1px solid black;
  }
}

.class-cont {
  display: flex;
  justify-content: center;
}

.empty {
  height: 20px;
}

.not_found {
  position: relative;
  font-family: "open-light";
  font-size: var(--font-size-xl);
  height: 150px;
}
.not_found p {
  margin-left: 25px;
}
@media (min-width: 81rem) {
  .not_found p {
    margin-left: 0px;
  }
}

.classes_cont {
  flex-wrap: wrap;
}

.class_cont {
  flex-wrap: wrap;
  margin-top: 50px;
}

.class_picture_cont {
  width: 100%;
}
@media (min-width: 81rem) {
  .class_picture_cont {
    width: 50%;
  }
}

.class_details_cont {
  margin-top: 50px;
  width: 100%;
}
@media (min-width: 81rem) {
  .class_details_cont {
    width: 50%;
    margin-top: 0px;
  }
}

.class_details {
  width: 90%;
  font-family: "open";
  margin-left: 15px;
}
@media (min-width: 81rem) {
  .class_details {
    margin-left: 0px;
  }
}

.class_description {
  margin-top: 20px;
}

.class_description_footer {
  font-size: var(--font-size-xl);
  margin-top: 40px;
  font-weight: bold;
  justify-content: space-between;
}
@media (min-width: 81rem) {
  .class_description_footer {
    flex-direction: row;
  }
}

.class_pricing {
  margin-bottom: 40px;
}
@media (min-width: 81rem) {
  .class_pricing {
    margin-bottom: 0px;
  }
}

.class_price {
  font-size: var(--font-size-l);
  min-width: 150px;
}

.price_description {
  margin-left: 10px;
  align-self: center;
  font-size: var(--font-size-s);
}

.back_container {
  margin-top: 40px;
  margin-left: 40px;
}

.back_arrow {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
  color: black;
  background-color: white;
}

.back_text {
  font-size: var(--font-size-xxl);
  font-family: "open";
  align-self: center;
}

.admin-cont {
  font-family: "open";
}

.admin-main {
  position: relative;
  padding-top: 50px;
  width: 100%;
}

.admin-panel {
  width: 300px;
  font-size: var(--font-size-xxl);
  font-family: "open";
}

.admin-heading-cont {
  margin-bottom: 50px;
}

.admin-heading {
  font-size: var(--font-size-xxxxxl);
}

.admin-new-button {
  padding: 10px 20px 10px 20px;
  border: 2px solid #5e548e;
  border-radius: 10px;
}
.admin-new-button:hover {
  color: white;
  background-color: #5e548e;
  border-color: white;
}

.admin-item {
  font-family: "open";
  margin: 20px;
  border: 1px solid black;
  border-radius: 50px;
  background-color: lightgrey;
}

.admin-item-create {
  border: 2px solid #5e548e;
  background-color: white;
}

.admin-item-name {
  margin-left: 20px;
  align-self: center;
}

.admin-item-select {
  margin-left: 20px;
  align-self: center;
}

.ballet-class__actions {
  margin: 5px 20px 5px 5px;
}

.admin-form-field {
  margin: 5px 0px 5px 20px;
  vertical-align: middle;
}
.admin-form-field:focus {
  outline-color: #5e548e;
}

.current-file {
  font-size: var(--font-size-xs);
  color: red;
}

.admin-item-details {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.admin-item-dates {
  color: #666;
  font-size: 0.9em;
}
