﻿@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}
body {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0), white, #dfdfdf 100%);
}
body header .navbar-brand img {
  width: 60px;
}
body #loader {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  position: fixed;
  top: 0;
  z-index: 10000;
}
body #loader h4 {
  position: absolute;
  top: 5em;
}
body #loader .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
body #loader .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
body #loader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
body #loader .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
body #loader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
body #loader .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
body #loader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
body #loader .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
body #loader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
body #loader .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
body #loader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
body #loader .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
body #loader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
body #loader .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
body #loader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
body #loader .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
body #loader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
body #loader .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
body #loader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body #eventBannerContainer {
  cursor: pointer;
  background-color: aliceblue !important;
  min-height: 150px;
}
body #eventBannerContainer:hover {
  border: 1px dashed red !important;
  background-color: #ffffe5 !important;
}
body .card {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
body .card .past {
  opacity: 0.6;
  filter: saturate(0.5);
}
body .card-img-top-custom {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
body .input-validation-error {
  border: 1px solid red;
  background: #fbfbe4;
}
body .section-rsvp .past, body .section-events .past {
  opacity: 0.6;
  filter: saturate(0.5);
}
body .section-rsvp .rsvpCard, body .section-events .rsvpCard {
  font-family: sans-serif;
  font-size: 1.4rem;
}
body .section-rsvp .rsvpCard .lblTitle, body .section-events .rsvpCard .lblTitle {
  font-size: 1.7rem;
}
body .section-rsvp .rsvpCard .lblAddress, body .section-events .rsvpCard .lblAddress {
  font-size: 1.2rem;
}
body .section-rsvp .rsvpCard .lblDate, body .section-events .rsvpCard .lblDate {
  font-size: 1.2rem;
  font-weight: bold;
}
body .section-rsvp .imgBanner, body .section-events .imgBanner {
  max-height: 400px;
}
body .imgTypePayment {
  width: 15px;
}
body .section-new-rsvp {
  /*      width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
@media screen and (min-width: 992px) {
  body .section-new-rsvp h1 {
    font-size: 4rem;
  }
}
body .section-new-rsvp h1 {
  margin-top: 30px;
}
body .section-new-rsvp .form {
  /*z-index: 10;
  display: block;
  margin-top:1vh;*/
}
body .section-new-rsvp .form img {
  border-radius: 10px;
  box-shadow: 0 1.5rem 1rem rgba(0, 0, 0, 0.25);
}
body .section-new-rsvp .form #formPart1 .counter-plus, body .section-new-rsvp .form #formPart1 .counter-minus {
  border-radius: 20px;
  width: 40px;
  color: black;
  font-weight: 700;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
body .section-new-rsvp .form #formPart1 .handle-counter {
  min-width: 150px;
}
body .section-new-rsvp .form #formPart1 .txtNumberSpinner, body .section-new-rsvp .form #formPart1 input[type=number] {
  font-size: 20px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  border-radius: 0;
  background: transparent;
  width: 75px;
}
body .section-new-rsvp .form #formPart1 input[type=text] {
  font-size: 18px;
  /*border: 0;*/
  /*border-bottom: 1px solid #cbcbcb;*/
  border-radius: 0;
  height: 55px;
}
body .section-new-rsvp .form #formPart1 .chkContainer {
  font-size: 20px;
}
body .section-new-rsvp .form #formPart2 input[type=text] {
  font-size: 20px;
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  border-radius: 0;
}
body .section-new-rsvp .form .btnCheckout {
  border-radius: 0px;
  padding: 10px 40px;
}
body .section-rsvp-details .logoPayment {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body .section-rsvp-details .logoPayment.Paypal:before {
  /*  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ed";
  margin-right: 5px;*/
}
body .section-checkin .tdButton {
  min-width: 80px;
}
body .section-checkin .alert.valid {
  border: 1px solid rgba(40, 167, 69, 0.58);
}
body .section-checkin .alert.valid.customShadow {
  box-shadow: 0 0.5rem 1rem rgba(40, 167, 69, 0.85) !important;
}
body .section-checkin .alert.valid .iStatus {
  font-size: 4rem;
  color: rgb(40, 167, 69);
}
body .section-checkin .alert.invalid {
  border: 1px solid rgba(185, 1, 1, 0.66);
}
body .section-checkin .alert.invalid.customShadow {
  box-shadow: 0 0.5rem 1rem rgba(185, 1, 1, 0.65) !important;
}
body .section-checkin .alert.invalid .iStatus {
  font-size: 4rem;
  color: rgb(185, 1, 1);
}
body .section-checkin #scannerStatus {
  border: 1px solid red;
}
body .section-events:not(.isLogged) .eventInfCard {
  font-family: sans-serif;
  font-size: 1.2rem;
}
body .section-events:not(.isLogged) .eventInfCard .lblTitle {
  font-size: 2rem;
}
body .section-events:not(.isLogged) .eventInfCard .lblAddress {
  font-size: 1.5rem;
}
body .section-events:not(.isLogged) .eventInfCard .lblDate {
  font-size: 1.5rem;
  font-weight: bold;
}
body .section-events:not(.isLogged) .btn-buy {
  font-size: 1.7em;
  padding: 3% 10%;
}
body .section-events:not(.isLogged) .px-custom {
  padding-left: 3rem;
}
body .section-events .px-custom {
  padding-left: 1.5rem;
}
body .section-events .eventInfCard {
  font-family: sans-serif;
  font-size: 1.4rem;
}
body .section-events .eventInfCard .lblTitle {
  font-size: 1.7rem;
}
body .section-events .eventInfCard .lblAddress {
  font-size: 1.2rem;
}
body .section-events .eventInfCard .lblDate {
  font-size: 1.2rem;
  font-weight: bold;
}
body #paypal-button-container {
  max-width: 400px;
}
