@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  font-size: 16px;
  height: 100%;
}
body {
  height: 100%;
  padding: 1.5rem 1.5rem 0 1.5rem;
  background: #f2f2f2;
  font-family: "Montserrat", sans-serif;
}
body a.href-styled {
  color: #181818;
  text-decoration: underline;
  display: flex;
  margin: 0.5rem;
}
body a.href-styled:hover,
body a.href-styled:focus,
body a.href-styled:active {
  color: #181818;
  text-shadow: 0px 0px 1px #000,0px 0px 1px #000;
}
#info-window-switch {
  display: none;
}
img.qr {
  width: 100%;
  height: auto;
  margin: 2rem 0;
}
.info-window-switch {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  /* outline: 0.1rem solid #181818; */
  outline: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.5rem;
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 1rem;
  color: #2b2b2b;
  cursor: pointer;
  z-index: 999999;
  transition: outline 0.35s ease;
}
.info-window-switch .fas,
.info-window-switch svg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  transition: opacity 0.5s ease;
  opacity: 0;
}
.info-window-switch:hover {
  outline: 1rem solid #e2e2e2;
}
.info-window-cutoff {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -99999;
  transition: z-index 0s ease 0.75s;
}
#info-window-switch:checked ~ .info-window-cutoff {
  z-index: 99999;
  transition: z-index 0s ease 0s;
}
#info-window-switch:not(:checked) ~ .info-window-switch .fa-question {
  opacity: 1;
}
#info-window-switch:checked ~ .info-window-switch .fa-times {
  opacity: 1;
}
.info-window-circle {
  position: absolute;
  overflow: hidden;
  border-radius: 100vw;
  transform: translateX(50%) translateY(-50%);
  right: 2.75rem;
  top: 2.75rem;
  transition: width 0.5s ease 0.25s, height 0.5s ease 0.25s, border-radius 0.75s ease;
  width: 0;
  height: 0;
}
.info-window-content {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(4.75rem) translateY(-4.75rem);
  padding: 2rem;
  box-sizing: content-box;
}
.info-window-content-inner {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding: 2rem;
}
.info-window-content-column {
  margin: auto;
  max-width: 700px;
}
.info-window-content-column ul {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-left: 1rem;
}
#info-window-switch:checked ~ .info-window-cutoff .info-window-circle {
  width: 200vh;
  height: 200vh;
  border-radius: 0;
  transition: width 0.5s ease, height 0.5s ease, border-radius 0.75s ease 0.25s;
}
@media (min-width: 600px) and (orientation: landscape) {
  #info-window-switch:checked ~ .info-window-cutoff .info-window-circle {
    width: 200vw;
    height: 200vw;
  }
}
main.container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-width: 450px;
}
.logo {
  display: flex;
  margin-bottom: 2.5rem;
  justify-content: center;
}
.logo img {
  width: 85%;
  max-width: 300px;
  height: auto;
}
.bottom {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.bottom-logos {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.bottom-logos .col {
  display: flex;
  flex-direction: row;
  height: 2rem;
  justify-content: space-between;
}
.bottom-logos .col img {
  height: 100%;
  width: auto;
}
.subtitle {
  text-align: center;
  line-height: 1.2;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
body .h1,
body h1 {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1;
}
body .h2,
body h2 {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
}
body .h3,
body h3 {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
}
body .h4,
body h4 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
body .h5,
body h5 {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
}
body .h6,
body h6 {
  font-weight: bold;
  font-size: 0.5rem;
  line-height: 1;
}
body .btn {
  position: relative !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
body select.btn {
  height: 2.2rem !important;
}
body .btn-w-arrow-r::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.65em;
  top: 50%;
  margin-top: -0.3em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(180deg);
  border: solid #181818;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: border-color 0.15s ease-in-out;
}
body .btn-w-arrow-l::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.65em;
  top: 50%;
  margin-top: -0.3em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(180deg);
  border: solid #181818;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: border-color 0.15s ease-in-out;
}
body .btn-group-lg > .btn,
body .btn-lg {
  border-radius: 0 !important;
}
body .btn-group-sm > .btn,
body .btn-sm {
  border-radius: 0 !important;
}
body .btn-light {
  border: none !important;
  /* outline: 0.1em solid #181818 !important; */
  outline: none !important;
  background-color: #fff !important;
  color: #181818 !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, outline-width 0.15s ease-in-out !important;
}
body .btn-light:hover {
  /* outline: 0.1em solid #181818 !important; */
  outline: none !important;
  background-color: #181818 !important;
  color: #fff !important;
  box-shadow: none !important;
}
body .btn-light:active,
body .btn-light:focus {
  /* outline: 0.2em solid #181818 !important; */
  outline: none !important;
  background-color: #181818 !important;
  color: #fff !important;
  box-shadow: none !important;
}
body .btn-light.btn-w-arrow-l::after,
body .btn-light.btn-w-arrow-r::after {
  border-color: #181818;
}
body .btn-light.btn-w-arrow-l:hover::after,
body .btn-light.btn-w-arrow-l:active::after,
body .btn-light.btn-w-arrow-l:focus::after,
body .btn-light.btn-w-arrow-r:hover::after,
body .btn-light.btn-w-arrow-r:active::after,
body .btn-light.btn-w-arrow-r:focus::after {
  border-color: #ffe700;
}
body .btn-dark {
  border: none !important;
  /* outline: 0.1em solid #181818 !important; */
  outline: none !important;
  background-color: #181818 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, outline-width 0.15s ease-in-out !important;
}
body .btn-dark:hover {
  /* outline: 0.1em solid #181818 !important; */
  outline: none !important;
  background-color: #fff !important;
  color: #181818 !important;
  box-shadow: none !important;
}
body .btn-dark:active,
body .btn-dark:focus {
  /* outline: 0.2em solid #181818 !important; */
  outline: none !important;
  background-color: #fff !important;
  color: #181818 !important;
  box-shadow: none !important;
}
body .btn-dark.btn-w-arrow-l::after,
body .btn-dark.btn-w-arrow-r::after {
  border-color: #ffe700;
}
body .btn-dark.btn-w-arrow-l:hover::after,
body .btn-dark.btn-w-arrow-l:active::after,
body .btn-dark.btn-w-arrow-l:focus::after,
body .btn-dark.btn-w-arrow-r:hover::after,
body .btn-dark.btn-w-arrow-r:active::after,
body .btn-dark.btn-w-arrow-r:focus::after {
  border-color: #181818;
}
body .btn-select {
  border: none !important;
  /* outline: 0.1em solid #181818 !important; */
  outline: none !important;
  background-color: #fff !important;
  color: #181818 !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, outline-width 0.15s ease-in-out !important;
}
body .btn-select:hover,
body .btn-select:active,
body .btn-select:focus {
  /* outline: 0.2em solid #181818 !important; */
  outline: none !important;
}
body .btn-select.btn-w-arrow-l::after,
body .btn-select.btn-w-arrow-r::after {
  border-color: #181818 !important;
}

body .form-group {
  position: relative;
}
body .form-control {
  position: relative;
  border-radius: 0;
  border: none;
  /* outline: 0.1em solid #181818; */
  outline: none;
  background-color: #fff;
  color: #181818;
  box-shadow: none;
  font-weight: 600;
  transition: background-color 0.15s ease-in-out, outline-width 0.15s ease-in-out;
  padding-left: 1rem;
  padding-right: 1rem;
}
body .form-control:hover {
  /* outline: 0.2em solid #181818; */
  outline: none;
  background-color: #fff;
  color: #181818;
  box-shadow: none;
}
body .form-control:active,
body .form-control:focus {
  /* outline: 0.2em solid #181818; */
  outline: none;
  /* background-color: #f2f2f2; */
  color: #181818;
  box-shadow: none;
}
body .form-control[type="password"] {
  letter-spacing: 0.5em;
}
body .form-group [type="file"] {
  display: none;
}
body textarea.form-control {
  resize: none;
  height: 10rem;
  padding: 1rem;
}
body input.form-control + label,
body .bootstrap-select + label {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.5em;
  line-height: 1;
  font-weight: 600;
  color: #a7a7a7;
  transition: font-size 0.15s ease-in-out, top 0.15s ease-in-out;
}
body .form-group [type="file"] + label {
  text-align: left;
  color: #a7a7a7;
}
body .form-group [type="file"] + label:hover,
body .form-group [type="file"] + label:focus,
body .form-group [type="file"] + label:active {
  color: #fff;
}
body .form-group img {
  width: 100%;
  height: auto;
}
body textarea.form-control + label {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  margin-top: -0.5em;
  line-height: 1;
  font-weight: 600;
  color: #a7a7a7;
  transition: font-size 0.15s ease-in-out, top 0.15s ease-in-out;
}
body input.form-control:not(:placeholder-shown) + label,
body input.form-control:focus + label,
body input.form-control:active + label,
body textarea.form-control:focus + label,
body textarea.form-control:active + label,
body textarea.form-control:not(:placeholder-shown) + label {
  font-size: 0.5em;
  top: 1em;
}
body .form-group [type="checkbox"],
body .form-group [type="radio"] {
  display: none;
}
body .form-group [type="checkbox"] + .checkbox-check,
body .form-group [type="radio"] + .radio-check {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
  background: #fff;
  border: none;
}
body .form-group [type="radio"] + .radio-check {
  border-radius: 50%;
}
body .form-group [type="checkbox"] + .checkbox-check:before,
body .form-group [type="radio"] + .radio-check:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0.2;
}
body .form-group [type="checkbox"] + .checkbox-check:before {
  content: "\f00c";
}
body .form-group [type="radio"] + .radio-check:before {
  content: "\f111";
}
body .form-group [type="checkbox"]:checked + .checkbox-check:before,
body .form-group [type="radio"]:checked + .radio-check:before {
  opacity: 1;
}
body .form-group [type="checkbox"] + .checkbox-check + label,
body .form-group [type="radio"] + .radio-check + label {
  line-height: 1.2;
  font-size: 0.9rem;
  margin-left: 2rem;
  margin-top: 0.25rem;
}
body .form-group textarea {
  width: 100%;
  height: 200px;
}
body .bootstrap-select.option-selected + label {
  font-size: 0.5em;
  top: 1em;
  padding: 10px;
  opacity: 0;
}
body .bootstrap-select {
  width: 100% !important;
}
body .bootstrap-select > .dropdown-toggle {
  padding: 0.375rem 1rem;
}
body .bootstrap-select:not(.dropup) > .dropdown-toggle[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .bootstrap-select.dropup > .dropdown-toggle[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .bootstrap-select > .dropdown-toggle:active,
body .bootstrap-select > .dropdown-toggle:focus {
  /* outline: 0.2em solid #181818 !important; */
  outline: none !important;
  box-shadow: none !important;
  outline-offset: 0px !important;
}
body .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: transparent;
  transition: color 0.15s ease-in-out;
  text-overflow: ellipsis;
}
body .bootstrap-select.option-selected .dropdown-toggle .filter-option-inner-inner {
  color: #181818;
}
body .bootstrap-select .dropdown-menu {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .bootstrap-select.dropup .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .bootstrap-select .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  overflow: hidden;
  white-space: normal;
}
body .bootstrap-select .dropdown-menu .dropdown-item.active,
body .bootstrap-select .dropdown-menu .dropdown-item:active {
  color: #212529;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}
body .bootstrap-select .dropdown-menu .dropdown-item.active:hover,
body .bootstrap-select .dropdown-menu .dropdown-item:active:hover {
  background-color: #e9ecef;
}
#notifications {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  max-width: 500px;
  width: 100%;
  padding: 0 1rem;
}
#notifications .alert {
  width: 100%;
  margin-left: auto;
}
