/*
 Materialize defines these breakpoints (we copy the variables because we use a CDN):
 - Small screens are defined as having a max-width of 600px
 - Medium screens are defined as having a max-width of 992px
 - Large screen are defined as having a min-width of 993px
 - Extra Large screen are defined as having a min-width of 1200px
*/
.orange {
  background-color: #f29426 !important;
}

.yellow {
  background-color: #ffaf0f !important;
}

.green {
  background-color: #367845 !important;
}

.navy {
  background-color: #1c3476 !important;
}

.lime {
  background-color: #12a849 !important;
}

.orange {
  background-color: #f29426 !important;
}

.waves-effect.waves-rose .waves-ripple {
  background-color: rgba(173, 110, 139, 0.65);
}

.waves-effect.waves-violet .waves-ripple {
  background-color: rgba(80, 68, 148, 0.65);
}

.waves-effect.waves-sky .waves-ripple {
  background-color: rgba(70, 114, 141, 0.65);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(228, 185, 57, 0.65);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(54, 120, 69, 0.65);
}

@font-face {
  font-family: "Ratio";
  src: url("../font/Ratio_OT_FullFamily/Ratio_OT_v1/psRatioBold.otf") format("truetype");
  font-weight: normal;
  font-style: "normal";
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/material-design-icons/font/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons", "MaterialIcons-Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

i .tiny {
  font-size: 1rem;
}
i .small {
  font-size: 2rem;
}
i .medium {
  font-size: 4rem;
}
i .tiny {
  font-size: 6rem;
}

h1,
h2,
h3,
p {
  margin-block-start: 0;
  margin-block-end: 0;
}
h1 a,
h2 a,
h3 a,
p a {
  text-decoration: underline;
}

h1,
h2,
h3,
a,
strong {
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
a a,
strong a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #367845;
  font-family: "Ratio", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: underline;
}

a,
p,
strong {
  color: #333333;
}

h1 {
  font-size: 75px;
  line-height: 1.17;
  margin-bottom: 50px;
}

h2 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 35px;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.33;
}

p,
span,
ul li {
  font-family: "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}
p.bold,
span.bold,
ul li.bold {
  font-weight: bold;
}

strong {
  font-family: "Arial", sans-serif;
  font-weight: bold;
}

small {
  font-family: "Arial", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.4rem;
    line-height: 1.305;
  }
  h3 {
    font-size: 1.1rem;
    line-height: 1.415;
  }
  p,
  span,
  ul li,
  a,
  strong {
    font-size: 0.8rem;
    line-height: 1.565;
  }
  i, div {
    font-size: 0.8rem;
    line-height: 1.63;
  }
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.1rem;
    line-height: 1.36;
  }
  h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  p,
  span,
  ul li,
  a,
  strong {
    font-size: 0.8rem;
    line-height: 1.63;
  }
  i, div {
    font-size: 0.8rem;
    line-height: 1.63;
  }
}
html {
  font-size: 20px;
  font-family: "Arial", sans-serif;
  height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%;
  background-color: white;
}
body.overflow-hidden {
  overflow: hidden;
}

main {
  flex: 1 0 auto;
  margin-top: 96px;
  margin-bottom: 16px;
}

.content-with-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.full-height {
  height: 100%;
}

.material-icons.inline {
  vertical-align: bottom;
}

.no-margin {
  margin: 0;
}

.small-margin-top {
  margin-top: 20px;
}

.medium-margin-top {
  margin-top: 40px;
}

.big-margin-top {
  margin-top: 60px;
}

.small-margin-bottom {
  margin-bottom: 20px;
}

.medium-margin-bottom {
  margin-bottom: 40px;
}

.big-margin-bottom {
  margin-bottom: 60px;
}

.small-margin-right {
  margin-right: 20px;
}

.medium-margin-right {
  margin-right: 40px;
}

.big-margin-right {
  margin-right: 60px;
}

.small-margin-left {
  margin-left: 20px;
}

.medium-margin-left {
  margin-left: 40px;
}

.big-margin-left {
  margin-left: 60px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#info {
  display: block;
  position: fixed;
  padding: 20px;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

img {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  main {
    margin-top: 86px;
  }
}
.row ul {
  padding-left: 24px !important;
}
.row ul li {
  list-style-type: disc !important;
}

ul.dropdown-content {
  padding-left: 0px !important;
}
ul.dropdown-content li {
  list-style-type: none !important;
}

#cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 30px 50px;
  width: 100%;
  background-color: #367845;
  text-align: center;
  z-index: 2500;
  max-height: 250px;
  transition: all 0.7s ease-in;
}
#cookie-bar p {
  color: white;
}
#cookie-bar #decline-cookies,
#cookie-bar #accept-cookies {
  color: white;
  margin-left: 10px;
  border: 2px #ffffff solid;
}
#cookie-bar.show {
  display: block;
}
#cookie-bar.animate-hide {
  max-height: 0px;
  padding: 0px;
}

#up {
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #367845;
  position: fixed;
  bottom: 50px;
  right: 25px;
  display: none;
  z-index: 1000;
}
#up img {
  position: absolute;
  height: 25px;
  width: 25px;
  top: calc(50% - 13.5px);
  left: calc(50% - 12.5px);
  transform: rotate(-90deg);
}

.grecaptcha-badge {
  visibility: hidden;
}

.lp-content ul {
  padding-left: 25px;
}
.lp-content ul li {
  list-style-type: disc;
}
.lp-content ol {
  padding-left: 25px;
}
.lp-content ol li {
  list-style-type: decimal;
}

:root {
  color-scheme: light !important;
}

button.button-filled-green {
  color: white !important;
  background-color: #367845 !important;
}

.navbar-fixed {
  height: 96px;
}
.navbar-fixed nav {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 96px;
  line-height: 96px;
  -webkit-transition: height 0.5s, line-height 0.5s;
  transition: height 0.5s, line-height 0.5s;
}
@media only screen and (min-width: 1250px) {
  .navbar-fixed nav {
    padding-right: 20px;
  }
}
.navbar-fixed nav .nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar-fixed nav .nav-wrapper .brand-logo {
  height: 100%;
  font-size: 0px;
  position: relative;
  flex-shrink: 0;
}
.navbar-fixed nav .nav-wrapper .brand-logo img {
  height: 100%;
}
.navbar-fixed nav .nav-wrapper .brand-logo.small img {
  height: 100%;
}
.navbar-fixed nav .nav-wrapper .nav-mobile-toggle,
.navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
  cursor: pointer;
  padding: 0 16px;
  height: 96px;
  line-height: 96px;
  color: #367845;
  font-size: 1.5rem;
}
.navbar-fixed nav .nav-wrapper ul li {
  max-width: 160px;
  text-align: center;
}
.navbar-fixed nav .nav-wrapper ul li a {
  font-family: "Ratio", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 96px;
  color: #333333;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  -webkit-transition: height 0.5s, line-height 0.5s;
  transition: height 0.5s, line-height 0.5s;
}
.navbar-fixed nav .nav-wrapper ul li a:focus, .navbar-fixed nav .nav-wrapper ul li a:active {
  outline: none;
  -moz-outline-style: none;
}
@media only screen and (min-width: 1441px) {
  .navbar-fixed nav .nav-wrapper ul li {
    max-width: 200px;
  }
  .navbar-fixed nav .nav-wrapper ul li a {
    font-size: 20px;
  }
}
.navbar-fixed nav .nav-wrapper ul li.selected a, .navbar-fixed nav .nav-wrapper ul li.ancestor a {
  font-family: "Ratio", sans-serif;
}
.navbar-fixed nav .nav-wrapper ul li.selected a.text-color-lime, .navbar-fixed nav .nav-wrapper ul li.ancestor a.text-color-lime {
  color: #12a849;
}
.navbar-fixed nav .nav-wrapper ul li.selected a.text-color-orange, .navbar-fixed nav .nav-wrapper ul li.ancestor a.text-color-orange {
  color: #f29426;
}
.navbar-fixed nav .nav-wrapper ul li.selected a.text-color-yellow, .navbar-fixed nav .nav-wrapper ul li.ancestor a.text-color-yellow {
  color: #ffaf0f;
}
.navbar-fixed nav .nav-wrapper ul li .dropdown-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-fixed nav .nav-wrapper ul li .dropdown-content li {
  padding: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-fixed nav .nav-wrapper ul li .dropdown-content li:hover {
  background-color: transparent;
}
.navbar-fixed nav .nav-wrapper ul li .dropdown-content li a {
  font-family: "Ratio", sans-serif;
  padding: 0;
  height: 50px;
  width: 100%;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop li {
  color: #000000 !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_5 a, .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_12 a {
  color: #367845 !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_6 a, .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_7 a {
  color: #ffaf0f !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_8 a, .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_9 a {
  color: #12a849 !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_15 a, .navbar-fixed nav .nav-wrapper ul#nav-desktop li.id_16 a {
  color: #f29426 !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop li.selected a {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1249px) {
  .navbar-fixed nav .nav-wrapper ul#nav-desktop {
    display: none;
  }
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile {
  position: fixed;
  width: 450px;
  right: 0px;
  background-color: #ffffff;
  height: calc(100% - 96px);
  overflow-x: auto;
}
@media screen and (max-width: 450px) {
  .navbar-fixed nav .nav-wrapper ul#nav-mobile {
    width: 100%;
  }
}
@media (pointer: none), (pointer: coarse) {
  .navbar-fixed nav .nav-wrapper ul#nav-mobile {
    overflow: auto;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1462px) {
  .navbar-fixed nav .nav-wrapper ul#nav-mobile {
    display: none;
  }
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li {
  float: none;
  line-height: 48px;
  position: relative;
  max-width: none;
  height: auto;
  color: #000000 !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
  line-height: 60px;
  text-align: left;
  font-family: "Ratio", sans-serif;
  font-size: 1.75rem;
  padding: 0 32px;
  height: auto;
  justify-content: flex-start;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_15 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_16 a {
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.descendant {
  padding-left: 16px;
  line-height: 32px;
  margin-bottom: 16px;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.descendant a {
  font-family: "Ratio", sans-serif;
  font-size: 1rem;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li ul.sub-nav-mobile {
  max-height: 0;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li ul.sub-nav-mobile a {
  font-size: 1.1rem;
  line-height: 55px;
}
@media (pointer: none), (pointer: coarse) {
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li ul.sub-nav-mobile {
    max-height: 500px;
  }
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li:hover ul.sub-nav-mobile {
  transition: max-height 1s ease;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_5 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_12 a {
  color: #367845 !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_6 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_7 a {
  color: #ffaf0f !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_8 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_9 a {
  color: #12a849 !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_15 a, .navbar-fixed nav .nav-wrapper ul#nav-mobile li.id_16 a {
  color: #f29426 !important;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.selected a {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-fixed.navbar-scrolled {
  height: 64px;
}
.navbar-fixed.navbar-scrolled nav {
  height: 64px;
  line-height: 64px;
}
.navbar-fixed.navbar-scrolled nav ul li a {
  font-family: "Ratio", sans-serif;
  height: 64px;
}
.navbar-fixed.navbar-scrolled .nav-mobile-toggle,
.navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
  height: 64px;
  line-height: 64px;
  font-size: 1.5rem;
}
.navbar-fixed.navbar-scrolled ul#nav-mobile {
  top: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 1460px) {
  ul#nav-mobile {
    top: 125px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-fixed {
    height: 56px;
  }
  .navbar-fixed nav {
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed nav .nav-wrapper .brand-logo {
    font-size: 0px;
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  .navbar-fixed nav .nav-wrapper .nav-mobile-toggle,
  .navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
    height: 56px;
    line-height: 56px;
    font-size: 1.5rem;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile {
    top: 56px;
    height: calc(100% - 56px);
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li {
    position: relative;
    float: none;
    line-height: 48px;
    height: auto;
    text-align: left;
    min-width: 160px;
    max-width: none;
    padding: 0 !important;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
    font-family: "Ratio", sans-serif;
    line-height: 56px;
    height: auto;
    font-size: 1.1rem;
    padding: 0 32px;
    display: block;
    text-align: left;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .sub-nav-mobile li {
    top: 0px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .sub-nav-mobile li a {
    font-size: 0.8rem;
  }
  .navbar-fixed.navbar-scrolled {
    height: 56px;
  }
  .navbar-fixed.navbar-scrolled nav {
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed.navbar-scrolled nav ul li a {
    font-family: "Ratio", sans-serif;
    line-height: 56px;
  }
  .navbar-fixed.navbar-scrolled .nav-mobile-toggle,
  .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
    cursor: pointer;
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed.navbar-scrolled ul#nav-mobile {
    top: 56px;
  }
}
@media only screen and (min-width: 1461px) {
  .navbar-fixed nav .nav-wrapper .nav-mobile-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1460px) and (min-width: 1250px) {
  .navbar-fixed nav .nav-wrapper .nav-mobile-toggle {
    display: none;
  }
}
.course-header {
  margin-top: 100px;
  margin-bottom: 100px;
}

.course-status-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .course-status-row {
    justify-content: flex-start;
  }
}

.course-status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.course-status.green {
  background-color: #00a467 !important;
}
.course-status.orange {
  background-color: #ff9800 !important;
}
.course-status.red {
  background-color: #d40000 !important;
}

.controls button.outlined.active {
  border: none !important;
}

#course-filters {
  margin-top: 32px;
  min-height: 80px;
  padding: 20px;
}
#course-filters #apply-course-filters {
  max-width: 100%;
  margin-top: 5px;
  padding: 0 8px;
  float: left;
}
#course-filters #reset-course-filters {
  color: #fff;
  float: left;
  padding: 8px 16px;
}
#course-filters .input-field {
  margin-top: 0;
  margin-bottom: 0;
}
#course-filters .input-field > input {
  color: #fff;
  border-bottom: 1px #fff solid;
  height: 2rem;
}
#course-filters .input-field > input:focus {
  box-shadow: 0 1px 0 0 #fff;
}
#course-filters .input-field label {
  color: #fff;
}
#course-filters .course-language-filter {
  padding: 8px;
  color: #fff;
}
#course-filters .course-language-filter span {
  padding-left: 28px;
}
#course-filters .row:last-child {
  margin-bottom: 10px;
}

#course-container {
  margin-bottom: 100px;
}
#course-container #course-list {
  overflow-x: auto;
  white-space: nowrap;
}
#course-container #course-list .disabled {
  opacity: 0.3;
  pointer-events: none;
}
#course-container #course-list tr {
  border-color: #ffaf0f;
}
#course-container #course-list tr.fully-booked {
  color: rgba(51, 51, 51, 0.4);
}
#course-container #course-list td {
  vertical-align: top;
}
#course-container #course-list td.course-list-title {
  white-space: normal;
}
#course-container #course-list td .course-block {
  white-space: initial;
}
#course-container #course-list a {
  text-decoration: underline;
  color: #ffaf0f;
}

.base-course-list-title {
  width: 50%;
}
@media (max-width: 600px) {
  .base-course-list-title {
    width: 100%;
  }
}

.base-course-address-title {
  width: 20%;
}

.infinite-course {
  border-top: 1px solid #ffaf0f;
  display: flex;
  padding: 15px 0 45px;
}
@media (max-width: 600px) {
  .infinite-course {
    padding: 15px 0;
  }
}

.break-spaces {
  white-space: break-spaces;
}

.margin-left-15 {
  margin-left: 15px;
}

.course-blocks-container {
  width: 90%;
}

.registration-link-contianer {
  width: 85%;
}
.registration-link-contianer i.material-icons.inline {
  vertical-align: text-top !important;
}

.status-registration-header {
  margin-bottom: 20px;
  display: flex;
  width: 27%;
}

.status-registration-link-container {
  margin-bottom: 20px;
  display: flex;
  width: 27%;
  justify-content: flex-end;
}

.course-blocks-container-header {
  padding-left: 0.75rem;
  width: 90%;
}

@media (max-width: 600px) {
  .base-course-list-title {
    margin-bottom: 30px;
  }
  .base-course-address-title {
    display: none;
  }
  .course-blocks-container-header {
    display: none;
  }
  .course-list-title {
    margin-top: 15px;
  }
  .infinite-course {
    flex-direction: column;
  }
  .course-blocks-container {
    margin: 0px;
  }
  .row .col.s12.course-block {
    padding: 0px;
    width: 45%;
  }
  .status-registration-link-container {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
  }
  .status-registration-header {
    display: none;
  }
  .registration-link-contianer {
    width: 75%;
  }
}
@media only screen and (max-width: 992px) {
  i, div {
    font-size: 0.8rem;
    line-height: 1.63;
  }
}

.catchup-rebook-list-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.catchup-rebook-list-title .catchup-rebook-list-text {
  width: 75%;
}
.catchup-rebook-list-title .catchup-rebook-list-text h2 {
  margin-bottom: 0;
}
.catchup-rebook-list-title .catchup-rebook-list-button {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}
@media only screen and (max-width: 1330px) {
  .catchup-rebook-list-title .catchup-rebook-list-text {
    width: 100%;
  }
  .catchup-rebook-list-title .catchup-rebook-list-button {
    width: 100%;
  }
}

@media only screen and (max-width: 1258px) {
  #id_street_additional {
    margin-top: 15px;
  }
}
.course-disabled {
  opacity: 0.3;
}

#course-list {
  position: relative;
}
#course-list .catchup-list .catchup-rebook-list-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text {
  width: 75%;
}
#course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text h2 {
  margin-bottom: 0;
}
#course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-button {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}
@media only screen and (max-width: 1330px) {
  #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text {
    width: 100%;
  }
  #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-button {
    width: 100%;
  }
}
#course-list .catchup-list .catchup-title {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 25px 0;
}
#course-list .catchup-list .catchup-title span {
  font-size: 20px;
  flex: 50%;
}
#course-list .catchup-list .catchup-course-list {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #ffaf0f;
  border-top: 1px solid #ffaf0f;
}
#course-list .catchup-list .catchup-course-list:hover {
  background-color: #f7f7f9;
}
#course-list .catchup-list .catchup-course-list .course-list-title {
  flex: 50%;
}
#course-list .catchup-list .catchup-course-list .course-list-title .course-list-title-title span {
  word-break: break-word;
  white-space: normal;
}
#course-list .catchup-list .catchup-course-list .course-list-title .course-list-title-description p {
  word-break: break-word;
  white-space: normal;
}
#course-list .catchup-list .catchup-course-list .catchup-course-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  flex: 50%;
}
#course-list .catchup-list > .catchup-course-list ~ .catchup-course-list {
  border-top: none;
}

#instructor-modal {
  width: 90vw;
  height: 90vh;
  max-height: 90vh;
  margin: 5vh auto;
  top: 0 !important;
}
#instructor-modal .modal-container {
  padding: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
#instructor-modal .modal-container #modal-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#instructor-modal .modal-container #modal-left img {
  max-width: none;
  height: auto;
  width: 200px;
  border-radius: 100px;
}
@media only screen and (max-width: 992px) {
  #instructor-modal .modal-container #modal-left {
    align-items: flex-start;
  }
}
#instructor-modal .modal-container .modal-main {
  display: flex;
  flex-direction: column;
}
#instructor-modal .modal-container .modal-main #instructor-modal-description {
  margin-bottom: 75px;
  white-space: pre-wrap;
}
#instructor-modal .modal-container .modal-main #instructor-modal-description #instructor-name {
  margin: 0;
  padding-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  #instructor-modal .modal-container {
    flex-direction: column;
  }
}

.catchup-rebook-form #id_payment_method {
  padding-left: 15px !important;
}
.catchup-rebook-form #id_payment_method div {
  float: left;
  list-style: none !important;
}
.catchup-rebook-form #id_payment_method div input {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.catchup-rebook-form #id_payment_method div label {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

body.instructor h1,
body.instructor h2,
body.instructor h3,
body.instructor h4,
body.instructor h5,
body.instructor h6 {
  color: #12a849;
}
body.instructor h1 strong,
body.instructor h2 strong,
body.instructor h3 strong,
body.instructor h4 strong,
body.instructor h5 strong,
body.instructor h6 strong {
  font-family: "Ratio", sans-serif;
  color: #12a849;
}
body.instructor .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.instructor .left-no-padding .col {
  padding-left: 0;
}
body.instructor .left-no-padding .row {
  margin-bottom: 0;
}
body.instructor .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.instructor .fixed-footer {
  background-color: #12a849;
}
body.instructor .fixed-footer a,
body.instructor .fixed-footer h3 {
  color: #fff;
}
body.instructor .fixed-footer button.outlined {
  border: 2px #fff solid;
  color: #fff;
}
body.instructor button.outlined {
  border: 2px #12a849 solid;
  color: #12a849;
}
body.instructor button.outlined.active {
  border: 2px #fff solid;
  background-color: #12a849;
  color: #fff;
}
body.instructor .material-tooltip {
  color: #fff;
}

.instructor-container #course-container #course-list tr {
  border-color: #12a849;
}
.instructor-container #course-container #course-list a {
  color: #12a849;
}
.instructor-container .content-with-margin ul {
  padding-left: 18px;
}
.instructor-container .content-with-margin ul li {
  list-style-type: disc;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 75px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px;
}
.file-drop-area.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Ratio", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}

#id_cv_document,
#id_questionnaire_document,
#id_additional_doc1,
#id_additional_doc2,
#id_additional_doc3,
#quotation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  .file-input-label {
    margin-top: 20px;
  }
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #12a849;
}

@media only screen and (max-width: 992px) {
  #cv-label-id,
  #questionnaire-label-id {
    padding: 75px 75px;
  }
}
@media only screen and (max-width: 992px) {
  .filter-margin {
    margin-bottom: 20px !important;
  }
}

.filter-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .filter-container {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.button-filter-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}

.button-filter-inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}
.button-filter-inner-container a {
  text-decoration: none;
}

.selected-button {
  background: #367845 !important;
  color: white !important;
}

.zoom-account-error {
  color: red;
}

.course-creation .calendar-day {
  width: 145px;
  height: 100px;
  background-color: #4C478F;
  margin-left: 3px;
  margin-top: 3px;
  color: white;
  cursor: pointer;
}
.course-creation .gary-out-day {
  opacity: 0.7;
  cursor: default;
}
.course-creation .calendar-label {
  font-weight: bold;
}
.course-creation .calendar-day-busy {
  background-color: #FF1744;
  cursor: default;
  color: black;
}
.course-creation .calendar-week {
  display: flex;
}
.course-creation .day-number {
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  font-size: 15px;
}
.course-creation .header-calendar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.course-creation .calendar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-creation button, .course-creation .background-white {
  cursor: pointer;
  background-color: white;
}
.course-creation .background-purple {
  background-color: #504494;
  text-transform: uppercase;
  color: white;
}
.course-creation .selected {
  background-color: #26A69A;
  color: white;
}
.course-creation #submit-button-calendar {
  background-color: white;
  cursor: pointer;
}
.course-creation .course-block-inputs-container {
  width: 200px;
  border: 1px solid black;
  padding: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.course-creation .course-block-title {
  font-weight: bold;
}
.course-creation .course-blocks-inputs-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.course-creation .course-creation-form-step-title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
.course-creation .course-creation-form-step-subtitle {
  font-weight: bold;
}
.course-creation .course-block-label {
  font-size: 13px;
  margin-bottom: -15px;
  color: #9E9E9E;
}
.course-creation .product-owner-fields-container {
  display: flex;
}
.course-creation .three-fields {
  width: 30%;
}
.course-creation .label-checkbox {
  color: black;
}
.course-creation .label-checkbox-disabled {
  cursor: default !important;
}
.course-creation .two-fields {
  width: 47%;
}
.course-creation .flex-container {
  display: flex;
  justify-content: space-between;
}
.course-creation .small-title-detail-form {
  font-weight: bold;
}
.course-creation .flow-image {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}
.course-creation .link-cancel {
  text-decoration: none;
}
.course-creation .link-cancel .big-margin-top {
  margin-top: 80px;
}
.course-creation .form-submit {
  text-transform: uppercase;
}
.course-creation .button-container {
  display: flex;
  margin-top: 125px;
  gap: 10px;
}
.course-creation .button-cancel-container {
  display: flex;
  margin-top: 25px;
  gap: 10px;
  align-items: center;
}
.course-creation .step-label {
  margin-bottom: -8px;
  font-size: 15px;
}
.course-creation .step-container {
  margin-top: 65px;
}
.course-creation .input-endtime {
  color: gray;
  pointer-events: none;
}
.course-creation #company-course-type-container {
  display: none;
}
.course-creation #external-registration-link-container {
  display: none;
}
.course-creation #external-registration-link-checkbox-container {
  display: block;
}
.course-creation .flex-container-start {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .course-creation .flex-container-start {
    flex-wrap: wrap;
  }
  .course-creation .flex-container-start #course-submission-button {
    margin-top: 30px;
  }
}
.course-creation .margin-top-bot-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.course-creation .margin-top-100 {
  margin-top: 100px;
}
.course-creation .checkbox-search-ensa {
  margin-left: 50px;
}
.course-creation .input-string {
  margin-top: 10px;
}
.course-creation .step-title-container {
  display: flex;
}
.course-creation .no-margin-bottom {
  margin-bottom: 0px;
}
.course-creation .margin-bottom-10px {
  margin-bottom: 10px;
}
.course-creation .icon-container {
  margin-left: 10px;
  cursor: pointer;
}
.course-creation .icon-container-label {
  display: flex;
  align-content: center;
}
.course-creation .popup-outer-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.course-creation .popup-inner-container {
  position: fixed;
  width: 70%;
  background-color: white;
  top: 20%;
  left: 15%;
  z-index: 1001;
  display: none;
}
.course-creation .popup-text-container {
  padding: 25px;
  display: none;
}
.course-creation .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}
.course-creation #block-1-start-date {
  pointer-events: none;
  color: gray;
}
.course-creation #course-address-country {
  pointer-events: none;
}
.course-creation #course-address-country input {
  color: gray;
}
.course-creation .input-field.col label {
  left: 0px;
}
.course-creation #flow-mobile {
  display: none;
}
.course-creation main {
  margin-bottom: 80px;
}
.course-creation .button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .course-creation #flow-mobile {
    display: block;
  }
  .course-creation #flow-desktop {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .course-creation .three-fields {
    width: 100%;
  }
  .course-creation .two-fields {
    width: 100%;
  }
  .course-creation .flex-container {
    flex-wrap: wrap;
  }
  .course-creation .button-container, .course-creation .button-cancel-container {
    flex-wrap: wrap;
  }
  .course-creation .calendar-day {
    width: 50px;
  }
  .course-creation #save-for-later-button {
    margin-top: 20px;
  }
  .course-creation .popup-inner-container {
    width: 90%;
    top: 5%;
    left: 5%;
  }
  .course-creation label {
    font-size: 0.8rem;
  }
  .course-creation #course-country-label {
    transform: scale(0.8);
  }
}
.course-creation .calendar-caption {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  width: 100%;
}
.course-creation .calendar-caption .caption-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.course-creation .calendar-caption .caption-container .caption-circle {
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.course-creation .small-size-span {
  font-size: 15px;
}
.course-creation .disabled-events {
  pointer-events: none;
}
.course-creation .disabled {
  opacity: 1;
}
.course-creation [type=checkbox]:not(:checked):disabled + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid gray;
  cursor: default;
}
.course-creation input:invalid {
  border-bottom: 1px solid #FF0000;
}
.course-creation .checkbox-descriptive-text {
  font-size: 0.75rem !important;
  margin-top: -40px;
  margin-left: 36px;
}
@media only screen and (max-width: 992px) {
  .course-creation .checkbox-descriptive-text {
    font-size: 0.65rem !important;
  }
}
.course-creation .disabled {
  pointer-events: none;
  opacity: 0.4;
}

.course-status-color-DRAFT {
  color: gray;
}

.course-status-color-APPROVAL {
  color: orange;
}

.course-status-color-PUBLISHED {
  color: green;
}

.course-status-color-CANCELLED {
  color: black;
}

.course-status-color-CLOSED {
  color: black;
}

.calendar-outside-constraint {
  background-color: lightgrey;
  pointer-events: none;
  opacity: 0.7;
}

.calendar-selected {
  background-color: #367845;
}
.calendar-selected a {
  color: white;
}

.calendar-courselist-container {
  margin-top: 50px;
}

.course_creation_info_icon {
  cursor: pointer;
  margin-left: 10px;
}

#course-creation-info-popup-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}

#course-creation-info-popup {
  width: 30vw;
  min-width: 250px;
  margin: 20vh auto;
  top: 0 !important;
  position: fixed;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  background-color: white;
}
#course-creation-info-popup .cc-popup-close {
  float: right;
  margin-right: 12px;
  font-size: 30px;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
}
#course-creation-info-popup .modal-container {
  padding: 0 50px 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#course-creation-info-popup .modal-container .modal-main {
  display: flex;
  flex-direction: column;
}

.course-cancellation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-cancellation .button-container {
  display: flex;
  margin-top: 125px;
  gap: 10px;
  align-items: center;
}
.course-cancellation .button-cancel-container {
  display: flex;
  margin-top: 25px;
  gap: 10px;
  align-items: center;
}
.course-cancellation .red-box {
  background-color: red;
}
.course-cancellation .red-box p {
  color: white;
  padding: 15px 20px;
}
.course-cancellation .background-white {
  background-color: white;
  text-transform: uppercase;
}
.course-cancellation .background-purple {
  background-color: #367845;
  text-transform: uppercase;
  color: white;
}
.course-cancellation #form-table-cancellation-confirmation {
  display: none;
}
.course-cancellation .bordered-text-area {
  border: 2px solid #367845;
  height: 200px;
  padding: 10px;
}
.course-cancellation #id_email-email_content_de, .course-cancellation #id_email-email_content_en,
.course-cancellation #id_custom_notification_catchup_email-email_content_1, .course-cancellation #id_custom_notification_catchup_email-email_content_2 {
  height: 250px;
}
.course-cancellation .violet-small {
  color: #367845;
}
.course-cancellation .text-container-custom-notification-email {
  margin-bottom: 50px;
  margin-top: 75px;
}
@media only screen and (max-width: 992px) {
  .course-cancellation .button-container, .course-cancellation .button-cancel-container {
    flex-wrap: wrap;
  }
}
.course-cancellation .course-block-inputs-container {
  width: 200px;
  border: 1px solid black;
  padding: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.course-cancellation .course-block-title {
  font-weight: bold;
}
.course-cancellation .course-blocks-inputs-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.course-cancellation .course-block-label {
  font-size: 13px;
  margin-bottom: -15px;
  color: #9E9E9E;
}

.cursor-pointer {
  cursor: pointer;
}

.language-button-container {
  display: flex;
}

.language-button {
  border-top: 2px solid #367845;
  border-left: 2px solid #367845;
  color: #367845;
  width: 30px;
  text-align: center;
  height: 28px;
  font-size: 15px;
  cursor: pointer;
}

.language-button-border-right {
  border-right: 2px solid #367845;
}

.language-button-selected {
  color: white;
  background-color: #367845;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-padding {
  padding: 0 0 0 0;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.cancellation-emails-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.cancellation-email-container {
  display: flex;
  background-color: #367845;
  color: white;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 5px;
}

.cancellation-email {
  padding-left: 10px;
  padding-right: 7px;
}

.cancellation-email-x {
  padding-right: 10px;
  cursor: pointer;
  font-weight: bold;
}

#to_emails {
  display: none;
}

@font-face {
  font-family: "Ratio";
  src: url("../font/Ratio_OT_FullFamily/Ratio_OT_v1/psRatioBold.otf") format("truetype");
  font-weight: normal;
  font-style: "normal";
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/material-design-icons/font/MaterialIcons-Regular.ttf) format("truetype");
}
.instructor-download {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

button,
.btn,
.btn-large,
.btn-small,
.btn-flat {
  border: solid 2px #367845 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #367845 !important;
}

.btn-confirm {
  border: solid 2px #367845 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #367845 !important;
}

.completed {
  opacity: 0.4 !important;
}

td,
th {
  vertical-align: middle;
}

.docs {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

#course-documents .collapsible {
  border: none;
  box-shadow: none;
}
#course-documents .collapsible .collapsible-header {
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  position: relative;
  border-bottom: 6px solid #367845;
}
@media only screen and (max-width: 1440px) {
  #course-documents .collapsible .collapsible-header {
    border-bottom: 6px solid #367845;
  }
}
@media only screen and (max-width: 992px) {
  #course-documents .collapsible .collapsible-header {
    border-bottom: 5px solid #367845;
  }
}
@media only screen and (max-width: 600px) {
  #course-documents .collapsible .collapsible-header {
    border-bottom: 4px solid #367845;
  }
}
#course-documents .collapsible .collapsible-body {
  border: none;
  padding: 15px 0;
}
#course-documents .document-name {
  font-size: 20px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1440px) {
  #course-documents .document-name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  #course-documents .document-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #course-documents .document-name {
    font-size: 14px;
  }
}
#course-documents .document-link {
  font-size: 1rem;
  color: #367845;
}
@media only screen and (max-width: 1440px) {
  #course-documents .document-link {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 992px) {
  #course-documents .document-link {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 634px) {
  #course-documents .document-link {
    font-size: 0.7rem;
  }
}
#course-documents .category-name {
  margin: 30px 0;
  font-size: 40px;
}
@media only screen and (max-width: 1440px) {
  #course-documents .category-name {
    font-size: 30px;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 992px) {
  #course-documents .category-name {
    font-size: 24px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 600px) {
  #course-documents .category-name {
    font-size: 20px;
    margin: 10px 0;
  }
}
#course-documents .sub-category-name {
  margin: 20px 0;
  font-size: 30px;
  border-bottom: 4px solid #367845;
}
@media only screen and (max-width: 1440px) {
  #course-documents .sub-category-name {
    font-size: 24px;
    margin: 15px;
    border-bottom: 4px solid #367845;
  }
}
@media only screen and (max-width: 992px) {
  #course-documents .sub-category-name {
    font-size: 20px;
    margin: 10px;
    border-bottom: 3px solid #367845;
  }
}
@media only screen and (max-width: 600px) {
  #course-documents .sub-category-name {
    font-size: 16px;
    margin: 5px;
    border-bottom: 2px solid #367845;
  }
}
#course-documents .doc {
  border-bottom: 2px solid #367845;
}
@media only screen and (max-width: 992px) {
  #course-documents .doc {
    border-bottom: 1px solid #367845;
  }
}
#course-documents i.arrow {
  position: absolute;
  right: 0px;
}
#course-documents i.rotate {
  transform: rotate(180deg);
}

.instructors-news .static-container {
  width: 65%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.instructors-news .simple-flex-container {
  max-height: 100vh;
}
.instructors-news .html_box {
  max-height: 50%;
}
.instructors-news .html_box .lime-html-box {
  height: 100%;
  overflow-y: auto;
}

.course-status-color-DRAFT {
  color: gray;
}

.course-status-color-PUBLISHED {
  color: #12a849;
}

.course-status-color-POSTPONED {
  color: #367845;
}

.course-status-color-CANCELLED {
  color: red;
}

.course-status-color-COMPLETED {
  color: black;
}

ul.voucers-list {
  margin: 0;
}

.status-download-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.status-download-container .course-status-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .status-download-container .course-status-text {
    justify-content: flex-start;
  }
}
.status-download-container .course-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  .status-download-container .course-actions {
    justify-content: flex-start;
  }
}

.course-presence-dropdown ul li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .course-presence-dropdown ul li span {
    font-size: 0.7rem;
    padding: 0;
  }
}

.meeting-link-modal {
  width: 70vw;
  height: 70vh;
  margin: 15vh auto;
  top: 0 !important;
}
.meeting-link-modal .modal-container {
  padding: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.course-delete-modal {
  width: 30vw;
  min-width: 250px;
  height: 30vh;
  margin: 20vh auto;
  top: 0 !important;
}
.course-delete-modal .modal-container {
  padding: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-delete-modal .modal-container .modal-main {
  display: flex;
  flex-direction: column;
}

.training-permission-container {
  border-top: #ffaf0f 1px solid;
  border-bottom: #ffaf0f 1px solid;
  padding: 50px 0;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

input[type=checkbox].registration-delete-checkbox:not(:checked) + span:not(.lever)::after {
  border-color: red !important;
}

input[type=checkbox].registration-delete-checkbox:checked + span:not(.lever)::after {
  background-color: red !important;
  border-color: red !important;
}

#registration-deletion-modal, .registration-aborted-modal {
  width: 70vw;
  margin: 15vh auto;
  top: 0 !important;
}
#registration-deletion-modal .modal-container, .registration-aborted-modal .modal-container {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
}
#registration-deletion-modal .modal-container .delete-button-container, .registration-aborted-modal .modal-container .delete-button-container {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

#registration-deletion-modal .modal-container {
  flex-direction: row;
}

.registration-aborted-modal .modal-container {
  flex-direction: column;
}

#course-creation-btn {
  display: flex;
  justify-content: flex-end;
}
#course-creation-btn a {
  background-color: #367845;
}

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