/* progress bar */ 

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
180deg, #aaa 0%, #fff 100%);
  transition: 1s 0.4s;
}
#progress {
  height: 1px;
  background: #c93030;
  position: absolute;
  width: 0;
  top: 50%;
}

#progstat {
  font-size: 20px;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #c93030;
}

.fade-in {
	display: flex !important;
	opacity: 1 !important;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

.validation-message {
  text-align: left;
  font-size: 16px;
}
.align-center {
  text-align: center;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.input-field__input::placeholder {
  display: block;
    color: #fff;
    margin: 0;
    position: absolute;
    left: 0;
    top: 5px;
    padding-left: 18px;
    transform: translate(16px, 7px);
    transition: all 0.3s ease;
    font-size: 18px;
    letter-spacing: 0.36px;
} 

.input-field__input {
 
  padding-left: 34px;
 
  font-size: 18px;
  letter-spacing: 0.36px;
}

.checkbox__label::before {
  border: 1px solid rgba(0, 172, 209, 0);
}

.input-validation-failed,
.checkbox__label.checkbox-validation-failed::before,
.rewards-checkbox .checkmark.checkbox-validation-failed,
.personal-data .checkbox__label.checkbox-validation-failed::before,
.checkbox__label.agree-final.checkbox-validation-failed::before,.checkbox__label.agreee-final.checkbox-validation-failed::before, .input-validation-failed-radio::before {
	border: 1px solid #f62d27;
  color: #f62d27;
}

.input-validation-failed-label::before {
  background-color: #f62d27;
}

input.input-validation-failed, .validation-failed .checkbox__label:before, .raucher.validation-failed .radio-button__label::before, .checkbox__label.checkbox-validation-failed:before, .checkbox-validation-failed.agree-final:before, .checkbox-validation-failed.agreee-final:before {
  border-color: #c93030;
}

.checkbox-validation-failed .validation-message.check-2, .checkbox-validation-failed .validation-message.check-3 {
  display: block;
}

.fade-in {
	display: flex;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

.sc-general {

  display: none;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.dash {
  padding: 0px 3px 0px 4px;
}

.modal__inner {
	-webkit-overflow-scrolling: touch;

  height: 65vh;
    overflow: scroll;
}

.semi-opacity {
  opacity: 0.7;
}

.geburt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.birth-date__info-text {
  display: none;
}
.birth-date__info-text.show {
  display: inline-block;
}
.birth-date__info-text.code {
  margin-top: 20px;
}
.birth-date__info-text.birth {
  margin-top: 20px;
}

.game__code-display {
  line-height: 1.7;
}

.game__code-display.done {
  color: #4caf50;
}
.sound {
  z-index: 1000;
  background: url(/images/volume-on.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  opacity: 1;
  background-size: 20px;
  position: relative;
  top: 3px;
}
.sound.muted {
  background: url(../images/volume-off.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
.sound.mobile {
  display: block;
  position: absolute;
  top: 20px !IMPORTANT;
  right: 20px;
  z-index: 1000;
  background: url(../images/volume-on.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: 20px;
  width: 30px;
  height: 30px;
  opacity: 1;
  background-position: 8px;
}

.sound.mobile.muted {
  background: url(../images/volume-off.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 8px;
}
@media only screen and (min-width: 766px) {
	.sound.mobile {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
  .title--h2 {
      padding: 0 20px;
  }
}