@font-face {
  font-family: CoinDingDong;
  src: url("../fonts/CoinDingDong.woff") format("woff");
}

@font-face {
  font-family: CoinDingDongBold;
  src: url("../fonts/CoinDingDongBold.woff") format("woff");
}

.coinDingDong{
  font-family: CoinDingDong;
}

.coinDingDongBold{
  font-family: CoinDingDongBold;
}

body{
  margin:0;
  font-family: CoinDingDong;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  
  
}

a{
  color: white;
}
/* touch-action: pan-x pan-y; touch-action: manipulation;*/


/* #alreadyPlayedPopup{
  display: none;
} */
#blackscreen{
  pointer-events: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: black;
}
#jumpbutton{
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
#tapText{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 95%;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 2rem;
}
#tapJumpText{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 95%;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 2rem;
}
#timeText{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2rem;
}
#countdownText{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
  font-size: 6rem;
}
#scorePanel{
  background-image: url(https://ar-assets.blippar.com/crush-canada/images/panel.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 3 / 1;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translate(-50%);
  pointer-events: none;
  max-width: 30rem;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
}
.scorePanelText{
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
  font-weight: bold;
  color: white;
  width: fit-content;
}
#timercount {
  margin-top: 1%;
  left: 7%;
}
#fruitcount {
  margin-top: 1%;
  right: 7%;
  color: #BEFFFF;
}


.background-container{
  background-image: url(https://ar-assets.blippar.com/crush-canada/images/teal-empty-cab.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  
}
body.lang-fr .background-container {
  background-image: url(https://ar-assets.blippar.com/crush-canada/images/teal-empty-cab-fr.png);
}
body.lang-fr #onboardingWelcome{
  background-image: url(https://ar-assets.blippar.com/crush-canada/images/cabinet-fruits-fr.png);
}
body.lang-fr #issue-wrapper{
  background-image: url(https://ar-assets.blippar.com/crush-canada/images/teal-empty-cab-fr.png);
}

body.lang-fr #background-container-error{
  background-image: url(https://ar-assets.blippar.com/crush-canada/images/cabinet_error-fr.png);
}

.background-container-error{
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/cabinet_error.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#onboardingWelcome{
  background-image: url(https://ar-assets.blippar.com/crush-canada/images/cabinet-fruits.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.onboardingContent{
  position: absolute;
  top: 29%;
  left: 49.5%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 37vh;
  width: 60%;
  box-sizing: border-box;
  text-align: center;
}

.onboardingButtons{
  position: absolute;
  top: 77%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 10%;
  width: 100%;
  box-sizing: border-box;
}

.onboardingbutton{
  margin: 0 0.5rem;
  border: none;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18vh;
  height: 20vw;
  max-height: 12vh;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 1rem 0;
}
.onboardingbuttonStart{
  /* border: none;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18vh;
  height: 20vw;
  max-height: 12vh;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 10px; */
    margin: 0 0.5rem;
  border: none;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18vh;
  height: 20vw;
  max-height: 12vh;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
padding: 5px 0 1rem 0;
}
.onboardingButtonImage {
  position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: auto;
    display: none;
}

.onboardingTitle{
  font-size: 1.4rem;
  margin: 0.5rem;
}



.onboardingText{
  font-size: 0.8rem;
  margin: 0.5rem;
  width: 50%;
}

#onboarding-buttonText{
  display: inline-block;
}
#respawnButton {
    position: absolute;
    top: 19vh;
    right: 4vw;
    width: 10vw;
    height: 10vw;
    max-width: 52px;
    max-height: 52px;
    background-image: url(https://ar-assets.blippar.com/crush-canada/images/respawn-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
    opacity: 0.85;
    padding: 0;
}

#onboardingBack {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/unselected-back.png);
}



#onboardingNext {
  font-size: 1.2rem;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange.png);
  position: relative;
  overflow: hidden;
}

#onboardingBack.purple-glow{
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue-glow.png) !important;
  padding-top: 12px;
}

#onboardingBack.purple-glow img {
  top: 50%;
}
#age-no.purple-glow{
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue-glow.png) !important;
  padding-top: 14px;
}


#onboardingNext.orange-glow {
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange-glow.png) !important;
  padding-top: 12px !important;
}
#age-yes.orange-glow {
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange-glow.png) !important;
  padding-top: 14px !important;
}
#lang-en.orange-glow {
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange-glow.png) !important;
  padding-top: 12px !important;
}
#lang-fr.orange-glow {
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange-glow.png) !important;
  padding-top: 12px !important;
}


/* #onboardingNext::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 70% at 50% 35%, rgba(255, 165, 0, 0.6) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

#onboardingNext.orange-glow::after {
  opacity: 1;
} */

#TC-btn {
  font-size: 1.2rem;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange.png);
}
#error-btn{
  font-size: 1rem;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange.png);
  background-size: auto;
}


#tc-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.onboardingimage-tiny{
  width: auto;
  height: 6.5vh;
}
.onboardingimage-mid{
  width: auto;
  height: 10vh;
}

.onboardingimage-small{
  width: auto;
  height: 12vh;
}

.onboardingimage-medium{
  width: auto;
  height: 15vh;
}

.onboardingimage-large{
  width: auto;
  height: 24vh;
}

.onboardingrow{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 90%;
  gap: 3px;
}

.onboardingrowStart{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 105%;
  transform: translateX(10px);
}
#charselect4{
  margin-bottom: 10px;
}

.onboardingcol{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



#endgameWelcome{
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/cabinet_fruit.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.endgameContent{
  position: absolute;
  top: 28%;
  left: 49.5%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 37vh;
  width: 27.5vh;
  box-sizing: border-box;
  text-align: center;
}

#sweep-api-error{
  font-size: 0.8rem;
  gap: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}


.endgameContent-win{
  position: absolute;
  top: 28%;
  left: 49.5%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 35vh;
  width: 26.5vh;
  box-sizing: border-box;
  text-align: center;
}

#endgameButtons{
  position: absolute;
  top: 77%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 10%;
  width: 100%;
  box-sizing: border-box;
}

.endgamebutton{
  margin: 0 0.5rem;
  border: none;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18vh;
  height: 20vw;
  max-height: 12vh;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 1.3rem 0;
}

.endgameButtonImage {
  position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: auto;
}

.endgameTitle{
  font-size: 1.5rem;
  margin: 0.5rem;
}

.endgameText{
  font-size: 0.9rem;
  margin: 0.35rem;
}

.endgameNumber{
  font-size: 1rem;
  margin: 0.35rem;
}

.endgameScore{
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
#termsButtonImage{
  display: none;
}

.snipImage{
  height: 40%;
  width: auto;
}
.snipbutton{
  margin: 0 0.5rem;
  border: none;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18vh;
  height: 20vw;
  max-height: 12vh;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#endgameReplay {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue.png);
}
#snippBack {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue.png);
}
#endgamePrize {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-orange.png);
}
#submitForm {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-orange.png);
}
.endgameimage{
  width: auto;
  height: 10vh;
}

#scorebreakdown{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



#breakdownitems{
  display: flex;
  flex-direction: row;
}

#breakdownfruit
#breakdowntime{
  display: flex;
  flex-direction: column;
}

.greybg{
  display: block;
  background-color: grey;
}


.error-message-container{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 34vh;
  width: 28vh;
  box-sizing: border-box;
  text-align: center;
}

.fruitmachineContent{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 34vh;
  width: 28vh;
  box-sizing: border-box;
  text-align: center;
}

.fruitmachineButtons{
  position: absolute;
  top: 72%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 10%;
  width: 100%;
  box-sizing: border-box;
}

.fruitmachinebutton{
  margin: 0 0.5rem;
  margin-top: 1rem;
  border: none;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16vh;
  height: 16vw;
  max-height: 12vh;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0 1.3rem 0;
}

.fruitmachineButtonImage {
  position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: auto;
}

#fruitmachineBack {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue.png);
}
#formBack {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue.png);
}
#fruitmachineRoll {
  width: 22vh;
  height: 22vw;
  margin-top: 0;
  margin-left: -10%;
  margin-right: -10%;
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-pink.png);
}

#losingRoll {
  width: 22vh;
  height: 22vw;
  margin-top: 0;
  margin-left: -10%;
  margin-right: -10%;
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/unselect-middle-round.png);
}


#fruitmachineTerms {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/unselected-back.png);
}

#losingTerms {
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/unselected-back.png);
}

#errorMiddleBtn{
  width: 22vh;
  height: 22vw;
  margin-top: 0;
  margin-left: -10%;
  margin-right: -10%;
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/unselect-middle-round.png);
}
#errorRightBtn{
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/unselected-back.png);
}
#errorBack{
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue.png);
}

#close-sweep-popup-api{
  position: relative;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue.png);
}
.fruitmachineTitle{
  font-size: 1.5rem;
  margin: 0.5rem;
  margin-top: 1.5rem;
}

.fruitmachineText{
  font-size: 0.8rem;
  margin: 0.5rem;
  padding-bottom: 0.2rem;
  text-shadow: 1px 1px 2px #FF642D;
}

#fruitmachineContainer{
  display: flex;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between
}

.fruitmachineColumn{
  display: flex;
  flex-direction: column;
  width: 30%;
  transform: translateY(-3vh);
} 


.slots {
	position: relative;
	/* width: 306.25; */
	height: 350px;
	display: flex;
	justify-content: space-between;
	/* padding: 5px; */
	/* background: linear-gradient(45deg, grey 0%, lightgray 100%); */
	/* border-top: 1px solid rgba(white, 0.6);
	border-right: 1px solid rgba(white, 0.6);
	border-left: 1px solid rgba(black, 0.4);
	border-bottom: 1px solid rgba(black, 0.4);
	box-shadow: -2px 2px 3px rgba(black, 0.3); */
	border-radius: 3px;
	width: 29vh;

	&::before, 
	&::after {
		content:"";
		position: absolute;
		top: 50%;
		width: 10px;
		height: 2px;
		background-color: rgba(black, 0.5);
	}
	
	&::before {
		left: 0;
		transform: translate(-200%, -50%);
	}
	
	&::after {
		right: 0;
		transform: translate(200%, -50%);
	}

}
.fruitmachineColumnNew{
    position: relative;
		width: 70px;
		height: 350px;
		border: 1px solid rgba(black, 0.3);
		border-radius: 3px;
		overflow: hidden;
		background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/slot-img.png);
		background-position: 0 0;
		background-repeat: repeat-y;
    background-size: 70px;
/* 		
		&::after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: linear-gradient(rgba(black, 0.4) 0%, transparent 30%, transparent 70%, rgba(black, 0.4) 100%);
			box-shadow: inset 0 0 6px 2px rgba(black, 0.3);
		} */
}

#fruitmachineBack-img{
  display: none;
}
.fruitmachineRow{
  width: 100%;
  position: absolute;
  height: 70px;
  background: #ffffff29;
  top: 70px;
}

.debug {
	position: fixed; 
  top: 4px;
   left: 50%; 
   transform: translateX(-50%); 
   padding: 4px; 
   background: white;border: 1px solid rgba(black, 0.3); font-family: monospace; font-size: 1.6rem;
   width: 100%;
}




#fmcol1{
  transition: transform 1.5s linear;
}

#fmcol2{
  transition: transform 3s linear;
}

#fmcol3{
  transition: transform 4.5s linear;
}

.fruitmachineImgcontainer{
  max-width: 100%;
  width: auto;
  min-height: 8.2vh;
  /* margin: 0.15rem 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fruitmachineImg{
  max-width: 100%;
  padding: 0.2rem;
}
.redtext{
  color: #f58b2e;
}
.whiteText{
  color: white;
}
.whiteTextSmall{
  color: white;
  font-size: 0.6rem !important;
}
.orangeshadow{
  text-shadow: -0.1rem 0rem 0px #FF642D;
}
.characterselect{
  background: none;
  border: 2px solid #00000000;
  font-weight: 800;
  font-family: CoinDingDong;
  /* padding: 2% 0; */
  padding: 0px;
  margin: 0px;
    display: flex;
      flex-direction: column;
      align-items: center
}
.characterselect span{
  font-size: 0.9rem;
}
.characterselected{
  background: #ffffff50;
  border: 2px dashed #FF642D;
}
.text-center{
  text-align: center;
}
.footer-content {
  display: flex;
  flex-direction: column;
  position: fixed;
  /* bottom: 9%; */
  top: 80%;
  flex-wrap: nowrap;
  align-content: center;
  width: 100%;
  left: 0;
  align-items: center;
}
.betterWithSound{
  font-size: 0.5rem;
  text-align: center;
  width: 75%;
  line-height: 1.3;
  text-transform: uppercase;
}
#blockdesk-title-container{
  font-size: 2rem;
}
#blockdesk-text-fr{
  text-transform: uppercase;
}
.shake {
  animation: shake 0.5s;
}
#issue-container{
  width: 75% !important;
  transform: translateY(-22px);
}
#splash-container{
  margin-bottom: 15%;
}
#entry-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  border: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.bgGreen{
  position: absolute;
  width: 100%;
  height: 101%;
  background-color: #1D9082;
}

#lose-title{
  margin-bottom: 0px;
}
.win-message-container h1{
  font-size: 1.1rem;
  margin-top: 0.8rem;
}

#win-sub-title, #lose-sub-title{
  font-size: 0.8rem;
}


.win-message-container p{
  font-size: 0.65rem;
  margin: 0px;
}


.win-message-container img{
  width: 60%;
}
#skip{
  position: absolute;
  z-index: 2;
  background: black;
  margin-left: 15px;
  margin-top: 15px;
  width: 10%;
  padding: 10px;
}
.promo-div{
  text-align: center;
  position: absolute;
  width: 80%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  font-size: 0.5rem;
}

.promo-div a{
  text-decoration: underline;
  color: white;
}
#formButtons{
  position: absolute;
  top: 72%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 10%;
  width: 100%;
  box-sizing: border-box;
}

select {

  border: 2px solid black;
  border-radius: 5px;
	display: block;
  font-size: 14px;
  color: black;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  height: 40px;
  font-family: CoinDingDong;

}

form {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
	font-style: normal;
	width: 100%;
	/* height: 100%; */
	gap: 0px;
}
.form-group {
	width: 100%;
  }
.form-container {
	height: 90%; 
	overflow-y: scroll;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
  scrollbar-color: #d1d1d1 #f1f1f1;

  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding-right: 15px;
}

.form-container::-webkit-scrollbar {
  display: none;
}

.custom-scrollbar {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 8px;
  height: calc(100% - 10px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  z-index: 10;
}

/* Custom scrollbar thumb */
.custom-scrollbar-thumb {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  min-height: 20px;
}

.custom-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.8);
}

#help-message{
  margin-bottom: 0px;
  font-size: 0.9rem;
}
#help-message-2{
  font-size: 0.9rem;
}

.message-container {
  height: 60px; /* Adjust based on your text height */
  overflow: hidden;
  position: relative;
  width: 100%;
}
.message-container p {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  transition: transform 0.8s ease-in-out;
}

/* Initial positions */
.message-container p:first-child {
  transform: translateX(0);
}

.message-container p:last-child {
  transform: translateX(100%);
}

/* Positions when scrolling starts */
.message-container.scrolling.show-second p:first-child {
  transform: translateX(-100%);
}

.message-container.scrolling.show-second p:last-child {
  transform: translateX(0);
}
::-webkit-scrollbar-track {
  background: #d1d1d1;
  border-radius: 6px;
}

/* The handle (draggable part) */
::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 6px;
}

label {
  display: block;
  font-size: 14px;
  color: white;
  width: 100%;
  /* margin-bottom: 5px; */
  text-align: left;
}
  
input[type="date"] {
	-webkit-appearance: none;
	color: black;
	background-color: white;
	text-align: left;
	display: flex;
	align-items: center;
	-webkit-text-align: left;
	text-align-last: left;
	-webkit-text-align-last: left;
	direction: ltr;
}

@supports (-webkit-touch-callout: none) {
	input[type="date"] {
	  text-align: left !important;
	  color: black !important;
	  -webkit-text-fill-color: black !important;
	}
  }

#state{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: white;
	font-size: 1rem;
}


input {
  width: 100%;
  padding: 5px;
  border: 2px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1rem;
  height: 40px;
  font-family: CoinDingDong;
}


.flash-winner {
  animation: flash 0.4s infinite alternate;
}


#win-title{
  transform: scale(0);
  opacity: 0;

}

.bounce-in {
  animation: bounceScale 1s ease-out forwards;
}

@keyframes bounceScale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.15);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  90% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



@keyframes flash {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  100% {
      opacity: 0.1;
      transform: scale(0.6);

  }
}



@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@media only screen and (max-width: 375px) {
  /* .footer-content {
    bottom: 4%;

  } */

  body.lang-fr .promo-div {
    font-size: 0.55rem !important;
    width: 90%;
  }

  #help-message{
    margin-bottom: 0px;
    font-size: 0.7rem;
  }
  #help-message-2{
    font-size: 0.7rem;
  }
  select {
		padding: 5px;
		font-size: 0.9rem;
	}
  input {
		padding: 5px;
		font-size: 0.9rem;
  }
  .whiteTextSmall{
    color: white;
    font-size: 0.5rem !important;
  }
  .characterselect span{
    font-size: 0.75rem;
  }

  .endgameText{
    font-size: 0.8rem;
    margin: 0.25rem;
    width: 95% !important;
  }
  .endgameNumber{
    font-size: 0.8rem;
  }
  .endgameScore{
    font-size: 1.1rem;
  }
  .onboardingrow{
    width: 80%;
  }
  .endgameTitle{
    font-size: 1.2rem;
  }
  .endgameScore{
    margin-top: 0.2rem;
  }
  .slots {
    width: 28vh;
    left: -0.5%;
  }
  #fruitmachineRoll-text{
    font-size: 0.9rem;
  }
  .onboardingimage-large{
    height: 21vh;
  }
  .betterWithSound{
    font-size: 0.45rem;
  }
  .win-message-container h1{
    font-size: 1rem;
  }

  #win-sub-title, #lose-sub-title{
    font-size: 0.75rem;
  }
  .win-message-container p{
    font-size: 0.6rem;
  }
  .endgameContent-win{
    height: 34vh;
    width: 26vh;
  }
  .onboardingContent{
    height: 36vh;
  }
  #splash-logo img{
    width: 45vw !important;
    height: auto !important;
  }
  #splash-container{
    margin-bottom: 12%;
  }

}
/* French specific overrides */
body.lang-fr .promo-div {
  font-size: 0.6rem;
  width: 90%;
}

body.lang-fr .perms-button {
  font-size: 1.2rem;
  width: 24vh;
  background-size: 100% 100%;
  height: 20vw;
  max-height: 12vh;
}

#blockdesk-wrapper{
  z-index: 10003 !important;
}

#age-yes {
  font-size: 1.2rem;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange.png);
}
#lang-en {
  font-size: 0.9rem;
  padding-bottom: 10px !important;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange.png);
}
#lang-fr {

  font-size: 0.9rem;
  padding-bottom: 10px !important;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-bar-orange.png);
}

#age-no {
  font-size: 1.2rem;
  background-image: url(https://ar-assets.blippar.com/drpepper-crush/images/button-blue.png);
}

body.lang-fr #age-yes {
  font-size: 1rem;
}
body.lang-fr #age-no {
  font-size: 1rem;
}

#splash-loading-text{
    text-transform: uppercase;
}

#splash-logo-img{
  height: auto !important;
}

@keyframes snippSpin {
  to { transform: rotate(360deg); }
}


@media (min-width: 744px) {
  
    #snipp-iframe,
    #snipp-loader {
        width: 58vw !important;
        height: 51vh !important;
    }
    #splash-logo-img{
      width: 44vw !important;
    }
    
    .onboardingContent{
      width: 48%;
    }
} 