html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1em;
}
.top-padding {
  height: 50px;
}
.container,
.container-narrow {
  width: calc(100% - 40px);
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto;
}
.container-narrow,
.container-narrow-narrow {
  max-width: 700px;
}
.head {
  text-align: center;
  background-color: #6c8d37;
  width: 100%;
  padding: 10px 0;
  z-index: 998;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-spacer {
  position: relative;
  padding: 30px 0;
}
.head img {
  height: 50px;
  z-index: 999;
}
.head .event-name {
  color: #ffffff;
  font-size: 2em;
  font-weight: 600;
}
.control {
  padding: 10px 0;
}
@media only screen and (min-width: 970px) {
  .control {
    max-width: 50%;
  }
}
.control input,
.control select {
  display: block;
}
.control label {
  padding-bottom: 5px;
  display: block;
}
.control input,
.control select {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #252525;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid rgba(10, 10, 10, 0.151);
  border-radius: 0.375em;
  box-shadow: none;
  line-height: 1.5em;
  padding: calc(1em - 1px) calc(0.75em - 1px);
  margin: 0;
  width: calc(100% - 1.42em - 2px);
}
.control select {
  width: calc(100%);
}
.button {
  padding: 10px 20px;
  background-color: #bbbbbb;
  color: #000;
  border-radius: 5px;
  font-size: 0.9em;
  cursor: pointer;
  display: inline-block;
}
.button:hover {
  background-color: #979797;
}
.section-manage button {
  width: inherit;
  padding: 5px;
  text-align: center;
}
button {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 20px 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: #6c8d37;
  font-size: 0.9em;
}
button:hover {
  background-color: #536e27;
  cursor: pointer;
}
button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
button:disabled:hover {
  background-color: #ccc;
}
button.button-alt {
  background-color: #6c8d37;
  opacity: 0.75;
}
button.button-alt:hover {
  background-color: #536e27;
}
.consent {
  font-size: 0.8em;
}
.consent a {
  text-decoration: underline;
}
.footer {
  margin-top: 100px;
  width: calc(100% - 50px);
  padding: 40px 25px;
  text-align: center;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
}
.footer .socials {
  font-size: 2em;
}
.footer a {
  color: inherit;
}
a,
.link-style {
  color: #007aff;
  text-decoration: none;
}
a:hover,
.link-style:hover {
  color: #007aff;
}
.link-style:hover {
  text-decoration: underline;
  cursor: pointer;
}
p {
  line-height: 1.5em;
}
.success-notification .check {
  font-size: 6em;
  color: #3fca02;
  margin: 0 auto;
  text-align: center;
}
.success-notification .message {
  text-align: center;
}
.team {
  margin-top: 50px;
}
.team h3 i {
  margin-left: 5px;
  cursor: pointer;
}
.team h3 i:hover {
  color: #cc2929;
}
.add-new-team-button {
  margin: 30px 0;
}
.table-scroll-wrap {
  overflow-x: scroll;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  white-space: nowrap;
  padding-bottom: 20px;
}
table thead tr,
table thead th {
  text-align: left;
}
table thead th {
  text-transform: uppercase;
  background-color: #6c8d37;
  color: #fff;
  font-size: 0.8em;
}
table tbody .col-status {
  text-align: center;
}
table tbody .col-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
table th {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px 5px;
}
table tr td {
  padding: 8px 5px;
}
table tr:nth-child(even) {
  background: #ffffff;
}
table tr:nth-child(odd) {
  background: #f3f3f3;
}
table tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.pagination .item {
  padding: 5px;
}
img.logo {
  max-width: 400px;
}
a.sponsor {
  color: #71b82b;
}
a.sponsor:hover {
  color: #A0E25D;
}
a.club {
  color: #1f305f;
}
.center {
  text-align: center;
}
.flexrow {
  display: flex;
  flex-direction: row;
}
.split-signin {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 50px;
  background-color: #f3f3f3;
  border-radius: 20px;
}
@media only screen and (max-width: 969px) {
  .split-signin {
    flex-direction: column;
  }
}
.split-signin .split-item {
  padding: 50px;
  width: 50%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 969px) {
  .split-signin .split-item {
    width: calc(100% - 100px);
  }
}
.split-signin .split-item form {
  width: 100%;
}
.split-signin .split-item:last-of-type {
  background-color: #f3f3f3;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.required {
  color: #e51818;
  font-weight: bold;
  padding-left: 2px;
}
.button a {
  color: #ffffff;
  font-weight: 500;
}
.banner {
  width: calc(100% - 65px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 30px;
  margin: 20px 0;
  background-color: rgba(201, 44, 44, 0.259);
  border-left: 5px red solid;
  color: #000;
}
.banner a {
  font-weight: 500;
  color: #000;
}
.banner a:hover {
  text-decoration: none;
}
input[type=radio] {
  display: inline;
  margin-left: 20px;
}
form table {
  margin-bottom: 30px;
}
.players {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 50px;
}
@media only screen and (max-width: 969px) {
  .players {
    grid-template-columns: 1fr;
  }
}
.players a {
  color: inherit;
}
.players a .card {
  height: 100%;
}
.players .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  min-height: 75px;
  background-color: rgba(0, 0, 0, 0.1);
}
.players .card:hover {
  padding: 14px;
  border: 1px rgba(0, 0, 0, 0.15) solid;
}
.players .card i.left-key {
  font-size: 2em;
  margin: 20px;
  margin-right: 35px;
}
.players .card i.fa-chevron-right {
  font-size: 1.5em;
}
.players .card .player-info {
  flex-grow: 1;
}
.players .card .player-info p {
  padding: 0;
  margin: 0;
}
.players .card .player-info p.name {
  font-weight: 600;
}
.players .card .player-info a {
  padding-top: 10px;
  display: block;
}
.players .card .register {
  text-align: center;
  width: 100%;
}
.ultrabanner {
  width: calc(100% - 40px);
  color: #fff;
  padding: 20px;
  text-align: center;
  z-index: 1002;
  background: repeating-linear-gradient(45deg, #555321, #555321 10px, #000000 10px, #000000 20px);
}
.ultrabanner .title {
  text-shadow: 0px 0px 10px #ff0000;
  font-weight: 600;
}
th {
  text-align: left;
}
.limit-fifty-width {
  max-width: 50%;
}
@media only screen and (max-width: 969px) {
  .limit-fifty-width {
    max-width: 100%;
  }
}
.pulseanim {
  box-shadow: 0 0 0 0 #000000;
  transform: scale(1);
  animation: pulse 2s infinite;
  border-radius: 50%;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
  }
}
.just-validate-error-label {
  font-size: 0.8em;
  padding-top: 10px;
}
.flash-wrap {
  width: 100%;
}
.flash-wrap .flashes {
  width: calc(100% - 40px);
  max-width: 1400px;
  padding: 20px;
  padding-bottom: 0;
  margin: 0 auto;
}
.flash-wrap .flashes .message {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 65px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 30px;
  padding-left: 20px;
  margin: 20px 0;
  background-color: rgba(6, 6, 6, 0.259);
  border-left: 5px black solid;
  color: #fff;
}
.flash-wrap .flashes .message a {
  font-weight: 500;
  color: #000;
}
.flash-wrap .flashes .message a:hover {
  text-decoration: none;
}
.flash-wrap .flashes .message i {
  font-size: 1.5em;
  margin-right: 20px;
}
.flash-wrap .flashes .message-success {
  background-color: #6c8d37;
  border-left: 5px green solid;
}
.flash-wrap .flashes .message-warning {
  background-color: #e6a23c;
  border-left: 5px orange solid;
  color: #000;
}
.flash-wrap .flashes .message-error,
.flash-wrap .flashes .message-danger {
  background-color: #f56c6c;
  border-left: 5px red solid;
}
.small {
  font-size: 0.8em;
}
.notop {
  padding-top: 0;
  margin-top: 0;
}
.nobottom {
  padding-bottom: 0;
  margin-bottom: 0;
}
.spinner {
  position: fixed;
  font-size: 3em;
  margin: 0;
  padding: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#search {
  margin-top: 20px;
}
hr.heading-decor {
  max-width: 35px;
  margin-left: 0px;
  margin-bottom: -10px;
  margin-top: 35px;
  color: #6c8d37;
  border: 2px solid #6c8d37;
  border-radius: 5px;
}
.subtotal {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2em;
  font-weight: 600;
}
.btn-large {
  padding: 15px 30px !important;
  font-size: 1.1em;
  width: 100% !important;
}
.club-pass {
  display: flex;
  flex-direction: column;
}
.club-pass h2 {
  text-transform: uppercase;
  font: size 1.2em;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
  opacity: 0.6;
}
.club-pass h1 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.club-pass img.profile {
  height: 150px;
  margin: 0 auto;
  text-align: center;
}
.club-pass .title {
  text-transform: uppercase;
  font: size 1.2em;
  font-weight: 600;
}
.club-pass .hint {
  font-size: 0.8em;
  opacity: 0.6;
  text-align: center;
  width: 100%;
}
.club-pass .primary-info {
  height: 150px;
}
.club-pass .level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.club-pass .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.1s linear;
}
.club-pass .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.club-pass .shine {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  border-radius: 20px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 75%);
  mix-blend-mode: overlay;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s linear;
}
.club-pass .qr {
  margin-top: 20px;
  max-width: 250px;
  align-self: center;
}
.club-pass-validation {
  margin-top: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#motion-permission {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(108, 141, 55, 0.9);
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 100%;
  top: 65px;
  height: calc(100% - 65px);
}
