  html, body, #root {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    position: absolute;
    padding: 0px;
    margin: 0px;
  }

  .loading {
    width: 100vw;
    height: 100vh;
  }

  .loading__header {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .loading__slogan {
    width: 100%;
    height: 150px;
    background-color: #EEEEEE;
    animation: loading 7s infinite linear;
    background-image: linear-gradient(90deg, #EEEEEE, #DDDDDD, #EEEEEE);
  }

  .loading__back-button {
    color: #000000;
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    display: inline-block;
    height: 0.65em;
    transform: rotate(-135deg);
    width: 0.65em;
    margin-top: 18px;
    margin-left: 18px;
  }

  .loading__header-title {
    animation: loading 10s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 20px;
    width: 150px;
    border-radius: 10px;
  }

  .loading__item {
    padding: 18px;
    padding-bottom: 0px;
  }

  .loading__item-image {
    background-color: #DDD;
    border-radius: 10px;
    animation: loading 7s infinite linear;
    background-image: linear-gradient(90deg, rgb(199, 199, 199), rgb(220, 220, 220), rgb(199, 199, 199));
    height: 180px;
    width: 100%;
  }

  .loading__category-item-image {
    background-color: #DDD;
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg, rgb(199, 199, 199), rgb(220, 220, 220), rgb(199, 199, 199));
    height: 140px;
    width: 100%;
    border-radius: 10px;
  }

  .loading__item-text {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    align-items: center;
  }

  .loading__item-title {
    animation: loading 10s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 25px;
    width: 100px;
    border-radius: 10px;
  }

  .loading__category-item-title {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 25px;
    width: 300px;
    border-radius: 10px;
  }

  .loading__event-item_column {
    flex-direction: column;
    align-self: space-between;
    align-items: space-between;
    justify-content: space-between;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .loading__event-item-image {
    background-color: #DDD;
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg, rgb(199, 199, 199), rgb(220, 220, 220), rgb(199, 199, 199));
    height: 150px;
    width: 250px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
  }

  .loading__event-item-title {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 15px;
    width: 50px;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 20px;
  }

  .loading__event-item-row {
    padding-left: 10px;
    max-width: 100vw;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
  }

  .loading__event-item-date {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 35px;
    width: 45px;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
  }

  .loading__event-details-text {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 15px;
    width: 100px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 3px;
  }

  .loading__event-details-image {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 219px;
    width: 100vw;
  }

  .loading__event-details-title {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 30px;
    width: 100vw;
  }

  .loading__ticket-name {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 25px;
    width: 45px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .loading__ticket-row {
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
    max-width: 100vw;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .loading__ticket-counter {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    height: 45px;
    width: 40vw;
    border-radius: 10px;
    align-self: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .loading__ticket-price {
    animation: loading 20s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
    align-self: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    height: 25px;
    width: 50px;
    margin-left: 15px;
    border-radius: 10px;
  }

  .wallet-not-enabled {
    width: 100%;
    height: 50px;
    font-family: 'Inter-SemiBold';
    line-height: 40px;
    background-color: #eeeeee;
    font-weight: lighter;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: loading 7s infinite linear;
    background-image: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  }

  .hidden {
    height: 0px;
    width: 0px;
    overflow: hidden;
  }

  .wallet-not-enabled {
    width: 100%;
    height: 100%;
    line-height: 40px;
    background-color: #eeeeee;
    font-weight: lighter;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: loading 7s infinite linear;
    background-image: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  }

  .apple-pay-button-white {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: set-up;
  }

  .apple-pay-button {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: black;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor:pointer;
    display: none;
  }

  @supports (-webkit-appearance: -apple-pay-button) { 
    .button-apple-pay {
     display: inline-block;
     -webkit-appearance: -apple-pay-button;
     -apple-pay-button-style: black;
    }
  
    .button-donate-apple-pay {
      display: inline-block;
     -webkit-appearance: -apple-pay-button;
     -apple-pay-button-type: donate;
     -apple-pay-button-style: black;
    }
  }

  @supports not (-webkit-appearance: -apple-pay-button) {
  .button-apple-pay {
    width: 100%;
    height: 100%;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor:pointer;
    display: inline-block;
  }

  .button-donate-apple-pay {
    width: 100%;
    height: 100%;
    background-image: -webkit-named-image(apple-pay-button-donate);
    background-color: black;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    display: none;
  }
}

  .loading-payment-form {
    width: 100%;
    min-width: 100%;
    align-self: center;
    height: 48px;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
    animation: loading 15s infinite linear;
    background-image: linear-gradient(90deg,  rgb(199, 199, 199), rgb(225, 225, 225), rgb(199, 199, 199));
  }

  .sq-input {
    height: 56px;
    align-self: center;
    align-items: center;
    /*box-sizing: border-box;*/
    margin-bottom: 6px;
    border: 1px solid #E0E2E3;
    background-color: white;
    border-radius: 4px;
    font-family: 'Inter-Medium';
    display: inline-block;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
  }

  /* Define how SqPaymentForm iframes should look when they have focus */
  .sq-input--focus,
  .sq-input:focus {
    border: 1px solid #4A90E2;
  }

  /* Define how SqPaymentForm iframes should look when they contain invalid values */
  .sq-input--error {
    border: 1px solid #E02F2F;
  }

  .button-credit-card {
    border-radius: 4px;
    justify-content: center;
    min-height: 56px;
    height: auto;
    align-self: center;
    font-family: Inter-Bold;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-top: 16px;
    padding: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
    border: none;
    color: #fff;
  }

  .third {
    width: calc(100vw / 3.6);
    position: inherit;
    left: inherit;
    animation: inherit;
  }

  .field-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .small-field-container {
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    align-self: center;
  }

  .sq-cc-container {
    margin-top: 0px;
    max-height: 0px;
    opacity: 0;
    padding-left: 20px;
    padding-right: 20px;
    transition: margin-top 0.2s ease-in-out;
    transition-property: margin-top, max-height, opacity;
  }
  .card-payment-selected {
    margin-top: 24px;
    max-height: 100%;
    opacity: 1;
  }

  #sq-card-number {
    width: calc(100% - 36px);
    padding-right: 36px;
    position: inherit;
    left: inherit;
    animation: inherit;
  }

  .sq-cc-error {
    color: #F8001F;
    font-family: Inter-Medium;
    font-size: 12px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .waiting-to-expand {
    max-height: 0px;
    opacity: 0;
    transition: max-height 0.4s ease-in-out;
    transition-property: max-height, opacity;
  }
  .waiting-to-expand.expand-in {
    max-height: 999px;
    opacity: 1;
  }

  .pop-away {
    position: relative;
    left: -5000px;
    animation: pop-away 0.5s;
  }

  .slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
  }

  @keyframes loading {
    0% { background-position: 1vw }
    100% { background-position: 500vw }
  }

  @keyframes pop-away {
    0% {
      position: relative;
      left: 0;
    }

    99% {
      left: 0;
    }

    100% {
      position: relative;
      left: -5000px;
    }
  }

  .slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;

    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
  }

  @keyframes slideUp {
    0% {
      transform: translateY(100%);
    }
    50%{
      transform: translateY(-8%);
    }
    65%{
      transform: translateY(4%);
    }
    80%{
      transform: translateY(-4%);
    }
    95%{
      transform: translateY(2%);
    }
    100% {
      transform: translateY(0%);
    }
  }

  @-webkit-keyframes slideUp {
    0% {
      -webkit-transform: translateY(100%);
    }
    50%{
      -webkit-transform: translateY(-8%);
    }
    65%{
      -webkit-transform: translateY(4%);
    }
    80%{
      -webkit-transform: translateY(-4%);
    }
    95%{
      -webkit-transform: translateY(2%);
    }
    100% {
      -webkit-transform: translateY(0%);
    }
  }

  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
    }
    50%{
      transform: translateY(8%);
    }
    65%{
      transform: translateY(-4%);
    }
    80%{
      transform: translateY(4%);
    }
    95%{
      transform: translateY(-2%);
    }
    100% {
      transform: translateY(0%);
    }
  }

  @-webkit-keyframes slideDown {
    0% {
      -webkit-transform: translateY(-100%);
    }
    50%{
      -webkit-transform: translateY(8%);
    }
    65%{
      -webkit-transform: translateY(-4%);
    }
    80%{
      -webkit-transform: translateY(4%);
    }
    95%{
      -webkit-transform: translateY(-2%);
    }
    100% {
      -webkit-transform: translateY(0%);
    }
  }

  .fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;	
  
    animation-duration: 0.3s;	
    -webkit-animation-duration: 0.3s;
  
    animation-timing-function: ease-in;	
    -webkit-animation-timing-function: ease-in;		
  
    visibility: visible !important;	
  }
  
  @keyframes fadeIn {
    0% {
      transform: scale(0);
      opacity: 0.0;		
    }
    30% {
      transform: scale(0.5);
      opacity: 0.4;
    }
    40% {
      transform: scale(0.6);
      opacity: 0.6;
    }
    40% {
      transform: scale(0.7);
      opacity: 0.8;
    }
    60% {
      transform: scale(0.85);
      opacity: 0.9;
    }
    80% {
      transform: scale(0.9);
      opacity: 1;	
    }	
    100% {
      transform: scale(1);
      opacity: 1;	
    }		
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      -webkit-transform: scale(0);
      opacity: 0.0;		
    }
    60% {
      -webkit-transform: scale(1.1);
    }
    80% {
      -webkit-transform: scale(0.9);
      opacity: 1;	
    }	
    100% {
      -webkit-transform: scale(1);
      opacity: 1;	
    }		
  }

  .fadeOut{
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;	
  
    animation-duration: 0.3s;	
    -webkit-animation-duration: 0.3s;
  
    animation-timing-function: ease-in;	
    -webkit-animation-timing-function: ease-in;		
  
    visibility: visible !important;	
  }
  
  @keyframes fadeOut {
    0% {
      transform: scale(0);
      opacity: 1.0;		
    }
    60% {
      transform: scale(1.1);	
    }
    80% {
      transform: scale(0.9);
      opacity: 0;	
    }	
    100% {
      transform: scale(1);
      opacity: 0;	
    }		
  }
  
  @-webkit-keyframes fadeOut {
    0% {
      -webkit-transform: scale(0);
      opacity: 1.0;		
    }
    60% {
      -webkit-transform: scale(1.1);
    }
    80% {
      -webkit-transform: scale(0.9);
      opacity: 0;	
    }	
    100% {
      -webkit-transform: scale(1);
      opacity: 0;	
    }		
  }

  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5);
      transform: scale3d(1.5, 1.5, 1.5);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.5, 1.5, 1.5);
      transform: scale3d(1.5, 1.5, 1.5);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;	
  
    animation-duration: 0.3s;	
    -webkit-animation-duration: 0.3s;

    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
  
    animation-timing-function: ease-in-out;	
    -webkit-animation-timing-function: ease-in-out;		
  
    visibility: visible !important;	
  }
