@import url(https://fonts.bunny.net/css?family=inter:300,400,600,700);
@import url(https://fonts.bunny.net/css?family=lato:300,400,600,700);
button {
  font-family: Inter, sans-serif;
  background: #E41C80;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 16px 28px;
  border: 0;
  border-radius: 50px;
  outline: none;
  min-width: 150px;
}
button:disabled {
  color: #999;
  background: #ccc;
}

h2 {
  font-weight: 600;
  font-size: 20px;
  color: #eee;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
h2.multi {
  font-weight: 300;
  line-height: 180%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

select {
  width: 90%;
  border: 1px solid #666;
  background: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  outline: none;
  color: #fff;
}

.centered {
  text-align: center;
}

input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid #666;
  background: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  outline: none;
  color: #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border-color: #e41c80;
}

.icon-button {
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  padding: 10px;
}
.icon-button ion-icon {
  width: 20px;
  height: 20px;
  color: #bbb;
}

.text-button {
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  padding: 10px;
  color: #bbb;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.col-pink {
  color: #e41c80;
}
.col-pink.strong {
  font-weight: 600;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 6px 15px -5px #000;
  z-index: 5;
}
header nav {
  background: #1e1e1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
header nav .logo-container {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
header nav .logo-container img {
  width: 150px;
}
header nav .logout-container form {
  position: absolute;
  z-index: -1;
  right: 0;
}

.selected-event-container {
  background: #1e1e1e;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-event-container ion-icon {
  color: #ccc;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 4px;
}
.selected-event-container span {
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  text-overflow: ellipsis;
}

html, body {
  font-family: Lato, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  background: #1e1e1e;
  color: #eee;
  /*height: fill-available;*/
  /*height: -webkit-fill-available;*/
}

@media (max-width: 440px) {
  html {
    /* height: fill-available;
    height: -webkit-fill-available; */
  }

  body, #app {
    /* min-height: 100vh;
    min-height: fill-available;
    min-height: -webkit-fill-available; */
  }
}
main {
  padding: 10px;
  padding-top: 120px;
  box-sizing: border-box;
  /*height: 200vh;*/
  min-height: calc( 100vh - 160px );
  /*min-height: fill-available;*/
  /*min-height: -webkit-fill-available;*/
}

.container {
  min-height: 100%;
  min-height: calc( 100vh - 160px );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.event-selection select {
  margin: 30px 0;
}
.find-ticket-container {
  padding-bottom: 25%;
}
.find-ticket-container hr {
  border: 0;
  height: 1px;
  background: #444;
  width: 80%;
}
.find-ticket-container .img-container ion-icon {
  width: 80px;
  height: 80px;
  margin: 30px 0;
  color: #fff;
}
.find-ticket-container .findByName h2 {
  margin-top: 40px;
}
.find-ticket-container .findByName input {
  margin: 30px 0;
}
.find-ticket-container .findByName form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.found-tickets-container {
  padding-bottom: 100px;
}
.found-tickets-container fieldset {
  padding: 30px 0;
}
.checkout-checkout-container {
  min-height: 100vh;
  padding-bottom: 25%;
}
.checkout-checkout-container .checkout-allowed {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 45px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.checkout-checkout-container .checkout-allowed ion-icon {
  display: block;
  font-size: 64px;
  margin: auto;
  margin-bottom: 6px;
}
.checkout-checkout-container p.warning {
  font-size: 20px;
}
.checkout-checkout-container .output-amount {
  border: 2px solid #4a4a4a;
  border-radius: 15px;
  width: 95%;
  margin: auto;
  margin-bottom: 40px;
  margin-bottom: 25px;
  padding: 15px;
  box-sizing: border-box;
}
.checkout-checkout-container .output-amount p {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.checkout-checkout-container .amount-selection {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -5px;
}
.checkout-checkout-container .amount-selection input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.checkout-checkout-container .amount-selection input[type=radio]:checked + label {
  border-color: #e41c80;
  color: #e41c80;
}
.checkout-checkout-container .amount-selection .select-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 30px;
  height: 40px;
  border: 2px solid #999;
  margin: 5px;
  border-radius: 6px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
}
footer .bottom-button {
  width: 33.3333333333%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #333;
  flex-grow: 1;
  padding: 10px 0;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 1px;
}
footer .bottom-button.active {
  background: #E41C80;
}
footer .bottom-button ion-icon {
  font-size: 24px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
footer .bottom-button ion-icon[name=stats-chart] {
  font-size: 20px;
}

.login-form {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-form .row {
  padding: 5px 0;
}
.login-form h2 {
  margin-bottom: 15px;
}

.radio-button-list label {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-left: 40px;
  text-align: left;
  border-top: 1px solid #333;
}
.radio-button-list label:before {
  content: "";
  position: absolute;
  left: 12px;
  width: 14px;
  height: 14px;
  border: 2px solid #666;
  border-radius: 50%;
}
.radio-button-list label:after {
  content: "";
  position: absolute;
  left: 17px;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
  top: 20px;
}
.radio-button-list label:last-child {
  border-bottom: 1px solid #333;
}
.radio-button-list input[type=radio] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.radio-button-list input[type=radio]:checked + label:after {
  opacity: 1;
}
.radio-button-list input[type=radio]:checked + label:before {
  border-color: #fff;
}
.radio-button-list input[type=radio]:checked + label {
  background: #e41c80;
}
.radio-button-list span {
  margin-left: 10px;
  font-size: 13px;
  background: #666;
  border-radius: 50px;
  padding: 2px 6px;
}

.damage-report {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.damage-report input {
  width: 30px;
  height: 30px;
  background: #4a4a4a;
}
.damage-report input:checked + label {
  background: crimson;
  color: #fff;
}
.damage-report label {
  font-size: 18px;
  padding: 5px;
  margin-left: 5px;
}

.status-table {
  margin-top: 60px;
  margin-bottom: 60px;
}
.status-table td {
  padding: 10px 15px;
  font-size: 18px;
}

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