@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Oswald:wght@300;400;500&family=Playfair+Display:ital,wght@1,400;1,500;1,600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  background-color: #242133;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.3;
  color: #FFFFFF;
}

.forbidden {
  background-color: #7A0012;
  width: 100%;
  max-width: 1200px;
  padding: 50px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: -200px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.forbidden h2 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  font-size: 32px;
}
.forbidden h3 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.forbidden p {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

header.main {
  font-family: "Playfair Display", serif;
  padding: 25px;
}
header.main h1 {
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  letter-spacing: 1px;
}

div.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 250px;
  margin-top: 50px;
}
div.content div.queue {
  width: 250px;
  min-height: 330px;
}
div.content div.queue h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
div.content div.queue .user-box {
  background-color: #37334D;
  height: 250px;
  width: 250px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
div.content div.queue .user-box p.name {
  font-size: 72px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
div.content div.queue .user-box p.time {
  font-size: 15px;
  color: #999;
}
div.content div.queue .user-box p.time span {
  font-size: 15px;
  color: #999;
}
div.content div.time {
  width: 300px;
  text-align: center;
  line-height: 1;
  margin-top: 25px;
}
div.content div.time h2 {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
  color: #999;
}
div.content div.time span.current-time {
  font-weight: 700;
  font-size: 52px;
  color: #FFFFFF;
}
div.content div.time h3 {
  margin-top: 35px;
  font-size: 16px;
  color: #999;
}
div.content div.time h3 span {
  font-weight: bold;
  font-size: 42px;
  color: #FFFFFF;
}
div.content div.time h4 {
  margin-top: 35px;
  font-size: 16px;
  color: #999;
}
div.content div.time h4 span.white {
  color: white;
}
div.content div.actions {
  width: 250px;
  margin-top: 25px;
}
div.content div.actions a {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  text-decoration: none !important;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  transition: all 0.3s;
}
div.content div.actions a .icon {
  margin-left: 10px;
}
div.content div.actions a:hover {
  transform: scale(1.2);
}
div.content div.actions a.check-in {
  background-color: #5078F2;
}
div.content div.actions a.check-out {
  background-color: #7A0012;
  margin-top: 35px;
}

div.other-queue {
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
  max-width: 1100px;
  color: #999;
}
div.other-queue h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
div.other-queue .user-box {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #3d3855;
  font-size: 16px;
}
div.other-queue .user-box p {
  width: 40%;
  padding: 10px 15px;
}
div.other-queue .user-box p.text-center {
  width: 20%;
}
div.other-queue .user-box.th {
  font-weight: bold;
  border-top: 1px solid #3d3855;
  color: #4f5438;
  font-size: 20px;
}
div.other-queue p.time {
  text-align: center;
}

.text-center {
  text-align: center;
}

.checkin {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 800px;
}
.checkin h2 {
  margin-bottom: 50px;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 32px;
}
.checkin .form-group img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100px;
}

.flexed {
  display: flex;
  justify-content: space-between;
}
.flexed .form-group {
  width: 45%;
}

.mb-50 {
  margin-bottom: 50px;
}

input, select {
  display: block;
  width: 100%;
  padding: 8px;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  border-bottom: 1px solid #3d3855 !important;
  margin-bottom: 4px;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  text-align-last: center;
}

label {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #999;
  padding: 1px 8px;
  display: block;
  text-align: center;
}

form a, form button {
  display: block;
  margin-bottom: 20px;
  width: 250px;
  text-align: center;
  padding: 12px;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 22px;
  border: none !important;
  outline: none !important;
  border-radius: 5px;
  text-decoration: none !important;
  transition: all 0.3s;
}
form a:hover, form button:hover {
  transform: scale(1.2);
  cursor: pointer;
}
form a .icon, form button .icon {
  margin-left: 15px;
}
form button {
  background-color: #5078F2;
}
form a {
  background-color: #7A0012;
}

.disabled {
  opacity: 0.2 !important;
}
.disabled:hover {
  transform: scale(1) !important;
}

div.errors {
  color: #7A0012;
  font-weight: bold;
  font-size: 24px;
}

p.error {
  color: #7A0012;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
}

div.flash-message {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
}
div.flash-message div.message-wrapper {
  width: 100%;
  max-width: 600px;
  padding: 35px 15px;
  border-radius: 5px;
  text-align: center;
}
div.flash-message div.message-wrapper h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
div.flash-message div.message-wrapper h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
div.flash-message div.message-wrapper h3 {
  font-size: 20px;
}

div.flash-message.success {
  background-color: #5078F2;
}

div.flash-message.error {
  background-color: #7A0012;
}

a.dismiss-button {
  display: inline-block;
  margin-top: 50px;
  padding: 15px 50px;
  background-color: white;
  color: #4f5438;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
a.dismiss-button:hover {
  transform: scale(1.2);
}
a.dismiss-button .icon {
  margin-left: 10px;
}

a.back-button {
  position: fixed;
  top: 25px;
  left: 35px;
  font-size: 100px;
  color: #FFFFFF;
  text-decoration: none !important;
  transition: all 0.3s;
}
a.back-button:hover {
  color: #5078F2;
  transform: scale(1.1);
}

.cancel-multis h2, .cancel-multis h3 {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  text-align: center;
  font-size: 26px;
}

.other-queue.centered .user-box {
  align-items: center;
}

.or {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.mb-25 {
  margin-bottom: 25px !important;
}

a.table-btn {
  display: inline-block;
  background-color: #7A0012;
  color: #FFFFFF;
  text-decoration: none !important;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s;
}
a.table-btn:hover {
  transform: scale(1.1);
}

.full-cancel-btn {
  display: block;
  background-color: #7A0012;
  color: #FFFFFF;
  text-decoration: none !important;
  padding: 15px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
}
.full-cancel-btn:hover {
  transform: scale(1.1);
}

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
}
.check-container .icon {
  font-size: 75px;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  text-align: left;
}

/* Create a custom checkbox */
.check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 55px;
  background-color: transparent;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: transparent;
  color: #5078F2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #5078F2;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #1c1927;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #13111b;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #5078F2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.hand-stuff, .feet-stuff {
  width: 45%;
}
.hand-stuff .form-group, .feet-stuff .form-group {
  width: 100% !important;
}

select option {
  color: #242133;
}

#hands-1, #hands-21, #hands-22, #feet-1, #feet-21, #feet-22 {
  display: none;
}

.fadeIn {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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