.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff77;
  pointer-events: none !important;
  z-index: 100 !important;
}

#header-sec {
  margin-bottom: 51px;
  padding-top: 100px;
  padding-bottom: 100px;
}

#top-logo {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: top center;
}

html {
  padding: 0 !important;
}

body {
  background-color: var(--bg-color);
  background-image: url("/static/images/bkgnd_header_blur.jpg");
  background-position: center top;
  object-fit: cover;
  color: var(--font-color);
  font-family: var(--font-family-text);
  font-size: 20px;
  margin: 0 !important;
}

a {
  color: var(--highlight-color);
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

label {
  font-family: "Verlag Compressed";
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

h1 {
  font-family: var(--font-family-tile-highlight);
  color: #ffffff;
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  margin: 50px;
}

h2 {
  font-family: var(--font-family-tile-highlight) !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  margin: 25px;
}

h3 {
  font-family: var(--font-family-decorative) !important;
  font-size: 64px;
  color: var(--active-color);
}

.main-title {
  font-family: var(--font-family-tile-highlight);
  text-transform: uppercase !important;
  font-style: normal;
  color: #ffffff;
  font-size: 4rem !important;
  font-weight: 800 !important;
  font-variant-numeric: lining-nums;
  line-height: 1.2;
  padding-bottom: 11px;
}

.primary-title {
  font-family: var(--font-family-tile-highlight);
  font-style: italic;
  color: var(--font-color);
  font-size: 2rem !important;
  font-weight: 400 !important;
}

.secondary-title {
  font-family: var(--font-family-tile-highlight);
  font-style: italic;
  color: var(--font-color);
  font-size: 2rem !important;
  font-weight: 400 !important;
}

input:disabled {
  cursor: not-allowed;
}

.gn-btn {
  text-transform: uppercase !important;
  font-weight: 400 !important;
  border-radius: 5px !important;
  font-family: Verlag Compressed;
  font-weight: 600 !important;
}

.faded_in {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 1s, height 1s 1s;
  height: auto;
}

.faded_out {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, height 1s 1s;
  height: 0px;
}

.wksp_table {
  padding: 2em 0;
}

.champs_table {
  padding: 2em 0;
}

.wksp_tile {
  padding: 0.5em !important;
  display: table-cell;
}

.wkspsel {
  padding: 1em;
  background-color: #ffffff51;
  border-left: 6px #ce6c24 solid;
  box-shadow: var(--main-shadow);
  -webkit-box-shadow: var(--main-shadow);
  -moz-box-shadow: var(--main-shadow);
  cursor: pointer;
  transition: box-shadow 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  transition: color 0.5 ease-in-out;
  min-height: 180px;
}

.wkspsel:hover:not(.disabled) {
  background-color: var(--highlight-color);
  color: var(--highlight-font-color);
}

.milonga_table {
  padding: 2em 4em;
}
.milonga_tile {
  padding: 2em !important;
}

.package_title {
  font-family: var(--font-family-tile-title);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.package_description {
  font-family: var(--font-family-text);
  font-weight: 500;
  font-size: 1.15rem;
  min-height: 2.5rem;
}

.package_amount {
  font-family: Public Sans;
  color: var(--font-color);
  font-size: 24px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  letter-spacing: -1px;
}

.package_remark {
  font-family: var(--font-family-tile-highlight);
  font-style: italic;
}

.championship_title {
  font-family: var(--font-family-tile-title);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.championship_amount {
  font-family: Public Sans;
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  letter-spacing: -1px;
}

.championship_remark {
  font-size: 16px;
  font-style: italic;
  color: var(--font-color-fade);
}

.milonga_title {
  font-family: var(--font-family-tile-title);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.milsel:not(.disabled) .milonga_title,
.packsel:not(.disabled) .package_title {
  color: white;
}
.milsel.active:not(.disabled) .milonga_title,
.milsel:hover:not(.disabled) .milonga_title {
  color: black;
}
.packsel.active:not(.disabled) .package_title,
.packsel:hover:not(.disabled) .package_title {
  color: white;
}

.milonga_time {
  /* font-family: var(--font-family-tile-highlight); */
  font-family: Public Sans;
  font-size: 20px;
  font-style: italic;
}

.milonga_amount {
  /* font-family: var(--font-family-tile-highlight); */
  font-family: Public Sans;
  font-size: 33px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  letter-spacing: -1px;
}

.milsel:not(.disabled) .milonga_amount,
.packsel:not(.disabled) .package_amount {
  color: var(--font-color);
}
.milsel.active:not(.disabled) .milonga_amount,
.milsel:hover:not(.disabled) .milonga_amount {
  color: white;
}
.packsel.active:not(.disabled) .milonga_amount,
.packsel:hover:not(.disabled) .package_amount {
  color: white;
}

.milonga_remark {
  font-family: var(--font-family-tile-highlight);
  font-style: italic;
  color: var(--font-color-fade);
}

.wksp_title {
  /* font-family: var(--font-family-tile-highlight); */
  font-family: Public Sans;
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
}

.wksp_time {
  /* font-family: var(--font-family-tile-highlight); */
  font-family: Public Sans;
  font-variant-numeric: lining-nums;
  font-size: 14px;
  font-weight: 400;
}

.wkspsel:not(.disabled) .wksp_time {
  color: var(--font-color);
}
.wkspsel.active:not(.disabled) .wksp_time,
.wkspsel:hover:not(.disabled) .wksp_time {
  color: white;
}

.wksp_teacher {
  font-family: var(--font-family-tile-title);
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: block;
}

.wksp_teacher_short {
  font-family: var(--font-family-tile-title);
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: none;
}

.wkspsel:not(.disabled) .wksp_teacher {
  color: var(--font-color);
}
.wkspsel.active:not(.disabled) .wksp_teacher,
.wkspsel:hover:not(.disabled) .wksp_teacher {
  color: white;
}

.wksp_remark {
  font-family: var(--font-family-tile-highlight);
  font-style: italic;
  margin-top: 1rem;
  color: var(--font-color-fade);
}

.wksp_hall {
  text-align: right;
  margin-top: 1rem;
  font-size: 14px;
  color: var(--highlight-font-color);
}

.evsel:not(.disabled) .event_title {
  color: black;
}

.evsel:not(.disabled) .event_amount {
  color: black;
}

.evsel.active:not(.disabled) .event_title,
.evsel:hover:not(.disabled) .event_title {
  color: white;
}

.evsel.active:not(.disabled) .event_amount,
.evsel:hover:not(.disabled) .event_amount {
  color: white;
}

.event_title {
  font-family: var(--font-family-tile-title);
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.event_time {
  font-family: var(--font-family-tile-highlight);
  font-style: italic;
}

.event_amount {
  font-family: Public Sans;
  font-size: 33px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  letter-spacing: -1px;
}

.event_tile {
  padding: 2em !important;
}

.milsel {
  padding: 2em;
  background-color: #ffffff51;
  border-left: 6px #dd1ba0 solid;
  box-shadow: var(--main-shadow);
  -webkit-box-shadow: var(--main-shadow);
  -moz-box-shadow: var(--main-shadow);
  cursor: pointer;
  transition: box-shadow 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  transition: color 0.5 ease-in-out;
  min-height: 200px;
}

.milsel:hover {
  background-color: var(--highlight-color);
  color: var(--highlight-font-color);
}

.packsel {
  padding: 2em;
  background-color: #ffffff51;
  border-left: 6px #ce6c24 solid;
  box-shadow: var(--main-shadow);
  -webkit-box-shadow: var(--main-shadow);
  -moz-box-shadow: var(--main-shadow);
  cursor: pointer;
  transition: box-shadow 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  transition: color 0.5 ease-in-out;
  min-height: 200px;
}

.packsel:hover:not(.disabled) {
  background-color: var(--highlight-color);
  color: var(--highlight-font-color);
}

.catsel {
  padding: 2em;
  background-color: #ffffff51;
  border-left: 6px #d24049 solid;
  box-shadow: var(--main-shadow);
  -webkit-box-shadow: var(--main-shadow);
  -moz-box-shadow: var(--main-shadow);
  cursor: pointer;
  transition: box-shadow 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  transition: color 0.5 ease-in-out;
  min-height: 200px;
}

.catsel:hover:not(.disabled) {
  background-color: var(--highlight-color);
  color: var(--highlight-font-color);
}

.evsel {
  padding: 2em;
  background-color: #ffffff;
  box-shadow: var(--main-shadow);
  -webkit-box-shadow: var(--main-shadow);
  -moz-box-shadow: var(--main-shadow);
  border: var(--main-border);
  cursor: pointer;
  transition: box-shadow 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  transition: color 0.5 ease-in-out;
  min-height: 200px;
}

.evsel:hover {
  background-color: var(--highlight-color);
  color: var(--highlight-font-color);
}

.active {
  background-color: var(--active-color) !important;
  color: var(--active-font-color) !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.disabled {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}

.remark {
  font-style: italic;
  font-size: 15px;
  min-height: 15px;
  /*	color: #777777;*/
}

.innertable {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.innertable tr {
  background-color: rgba(0, 0, 0, 0);
}
.innertable td {
  background-color: rgba(0, 0, 0, 0);
}

.footer-main {
  background-color: #282828;
  padding: 1rem;
}

.prev-btn {
  width: 250px;
}

.next-btn {
  width: 250px;
}

/* .wksp_input {
    display: none;
} */

.spacer {
  min-height: 150px;
}

.btn.rolesel {
  font-size: 1.25rem;
  max-width: 250px;
  margin: auto;
  border: 2px solid var(--highlight-color) !important;
  color: var(--font-color);
}

.btn.rolesel:hover:not(.disabled) {
  background-color: var(--highlight-color);
  border: 2px solid var(--highlight-color) !important;
  color: var(--highlight-font-color);
}

/* .rolesel {
  background-color: var(--highlight-hover-color)!important;
  color: #fff!important;
  font-weight: 600;
  font-family: 'Open Sans';
  letter-spacing: 2px!important;
  font-size: 12px;
  cursor: pointer;
  border: none;
  opacity: 1;
  width: 300px;
}

.rolesel {
	font-family: "Comfortaa";
	text-transform: uppercase;
	cursor: pointer;
}

.rolesel:hover {
	background-color: rgb(42, 196, 234);
	color: rgb(255,255,255);
	transition: box-shadow 0.5s ease-in-out;
	transition: background-color 0.5s ease;
	cursor: pointer;
	cursor: hand;
} */

.total-preview {
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Public Sans;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  font-weight: 800;
  color: white;
}

#role-container {
  margin-bottom: 2rem;
}

.role-container p {
//    text-align: left;
}

.registration-comment {
  width: 100%;
}

/* media queries */

@media (max-width: 768px) {
  .wksp_table {
    padding: 0;
  }

  .rolesel {
    padding: 5px;
  }

  .wksp_tile {
    padding: 0 !important;
    margin-bottom: 1rem;
  }
  .milonga_table {
    padding: 0;
  }
  .milonga_tile {
    padding: 0 !important;
    margin-bottom: 1rem;
  }
  .wksp_title {
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .main-title {
    font-size: 2rem !important;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 2rem !important;
  }
  .wksp_teacher {
    display: none;
  }

  .wksp_teacher_short {
    display: block;
  }
}

/* bootstrap overrides */

.btn-primary {
  color: var(--btn-primary-font-color) !important;
  background-color: var(--btn-primary-color) !important;
}

.btn,
.btn:hover:not(.btn-disabled),
.btn:focus,
.btn:focus-visible,
.btn:focus-within,
.btn-primary {
  border: 0px solid transparent !important;
  outline: none !important;
}

.btn-primary:focus {
  border: 0px solid transparent;
}

.container {
  margin-top: 30px;
  max-width: 1300px;
}

.summary-col {
  text-align: left;
}

.summary-title-col {
  margin-top: 30px;
}

.btn.btn-disabled {
  cursor: not-allowed;
}

#button_paypal {
  background: url(/static/images/paypal_btn.png) no-repeat;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0px !important;
  height: 142px;
  width: 513px;
  cursor: pointer;
}

strike {
  text-decoration: none;
  position: relative;
}

s::before,
strike::before {
  top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
  background: red; /*this is the color of the line*/
  opacity: 0.7;
  content: "";
  width: 110%;
  position: absolute;
  height: 0.1em;
  border-radius: 0.1em;
  left: -5%;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}

strike.straight::before {
  transform: rotate(0deg);
  left: -1%;
  width: 102%;
}

#package-table-container {
  max-width: 700px;
  margin: auto;
}

.table-select-input {
  max-width: 500px;
  margin: auto;
}

#terms-consent-label {
    cursor: pointer;
}