/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.total {
  font-size: 120px;
  font-weight: bold;
  color: #6C3;
  text-align: center;
}

.total_stay {
  font-size: 20px;
  font-weight: bold;
  color: #6C3;
  text-align: center;
}


.total .small {
  font-size: 30px;

}

.invalid {

  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}



.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

.btn-blue {
  background-color: #5469d4;
  border-color: #5469d4;
  color: #fff;
}

/* Buttons and links */
.stripe button,
.wiretransfer button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}

.stripe button:hover,
.wiretransfer button:hover {
  filter: contrast(115%);
}

.stripe button:disabled,
.wiretransfer button:disabled {
  opacity: 0.5;
  cursor: default;
}


/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.wrapper {
  width: 300px;
  margin: 4em auto 4em;
}

#checkmark {
  overflow: visible;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.4));
}

.checkmark {


  stroke: #ffffff;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  animation: dash 2s ease-out forwards;

}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.cross__svg {
  border-radius: 50%;
  display: block;
  height: 300px;
  margin: 4rem auto;
  stroke-width: 3;
  width: 300px;
}

.cross__circle {
  animation: 0.6s ease 0s normal forwards 1 running stroke;
  fill: none;
  margin: 0 auto;
  stroke: #ffffff;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
}

.cross__path {
  stroke: #ffffff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;

}

.cross__path--right {
  animation: 0.3s ease 0.8s normal forwards 1 running stroke;
}

.cross__path--left {
  animation: 1s ease 0.8s normal forwards 1 running stroke;
}


@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}



.card.plate {
  border-radius: 5px;
  border: 2px solid #000;
}

.plate h1 {
  margin: 0;
  padding: 0;
}

.ok {
  background: rgb(27, 80, 0);
  background: linear-gradient(0deg, rgba(27, 80, 0, 1) 0%, rgba(101, 255, 0, 1) 100%);
  background-attachment: fixed;
}

.ko {
  background: rgb(80, 0, 0);
  background: linear-gradient(0deg, rgba(80, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
  background-attachment: fixed;
}

.thankyou {
  background: rgb(5, 70, 128);
  background: linear-gradient(0deg, rgba(5, 70, 128, 1) 0%, rgba(9, 139, 254, 1) 100%);
  background-attachment: fixed;

}

.content-left.logged {
  background: rgb(129, 0, 0);
  background: linear-gradient(90deg, rgba(129, 0, 0, 1) 0%, rgba(121, 9, 9, 1) 45%, rgba(255, 0, 0, 1) 100%);
}

@media (min-width: 767px) {
  .scrolldown {
    display: none;
  }

}

.scrolldown {
  position: absolute;
  bottom: 90px;
  width: 20px;
  z-index: 9;
}

.chevron {
  position: absolute;
  width: 20px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  cursor: pointer;
}

.chevron:hover {
  opacity: .7 !important;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }

  33% {
    opacity: 1;
    transform: translateY(-30px);
  }

  67% {
    opacity: 1;
    transform: translateY(-40px);
  }

  100% {
    opacity: 0;
    transform: translateY(-55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

@media (min-width: 767px) {
  .language {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-template-rows: 1fr;
  }
}

.language {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;

}

.language a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  margin: 5px;
}

.language a.selected {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
}