@charset "utf-8";
/* CSS Document */
.unSelectable{
-webkit-touch-callout: none;
  -moz-touch-callout: none;
	-moz-user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#PopsicleStand{
	position: absolute;
  width: 45.3vmin;
	height: 33.3vmin;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
}

#PopsicleStandPriceDiv{
  top: 130%;
  transform: translate(5vmin, 0%) rotate(30deg);
  z-index: 100;
}


#Dog{
	position: absolute;
  width: 33.3vmin;
	height: 12.4vmin;
  left: 50%;
  top: 115%;
  transform: translate(-50%, -50%);
}

#PopsicleDiv {
  font-size: 24px;
  margin: auto;
  width: 50vh;
  height: 100%;
  outline: 0px;
  /* Center vertically and horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#DogPriceDiv{
  top: 100%;
  transform: translate(5vmin, 0%) rotate(30deg);
  z-index: 100;
}


#UpgradesDiv{
  font-size: 24px;
  margin: auto;
  width: 25%;
  height: 75%;
  /* Center vertically and horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(10%, -50%);
	background-color: transparent;
}

#SettingsDiv{
  font-size: 24px;
  margin: auto;
  width: 25%;
  height: 75%;
  /* Center vertically and horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(-10%, -50%);
	background-color: transparent;
}

#rightDiv{
  font-size: 24px;
  margin: auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(25vh, -50%);
  /* Center vertically and horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
	background-color: transparent;
	border: 0px;
	z-index: 100;
}

#PopsicleTable {
  width: 100%;
  height: 100%;
  background-color: transparent;
	padding: 0px;
	border-spacing: 0px;
	z-index: -20;
}

#UpgradesTable{
	width: 50vmin;
  height: 100%;
  background-color: transparent;
	padding: 0px;
	border-spacing: 0px;
	background: #ffffff8e;
  border-style:solid;
  display:block;
  overflow:auto;
  position: absolute;
  border-width: 2vmin; 
  border-color: #ffbaf39f; 
}

#SettingsTable{
  width: 50vmin;
  height: 100%;
  background-color: transparent;
	padding: 0px;
	border-spacing: 0px;
	background: #ffffff8e;
  border-style:solid;
  display:block;
  overflow:auto;
  position: absolute;
  border-width: 2vmin; 
  border-color: #ffbaf39f; 
}

#rightTable{
  width: 100%;
  height: 100%;
  background-color: transparent;
	padding: 0px;
	border-spacing: 0px;
	border: 10px;
  border-color: #ffbaf3;
	z-index: 100;
}

#PopsicleTh{
	vertical-align: bottom;
}

#StickTh{
	vertical-align: top;
}

#PopsicleTop{
	width: 32vh;
  --height: 200px;
	height: var(--height);
	position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -100%);
  z-index: 2;
  --hue: 2deg;
	filter: hue-rotate(var(--hue));
}

#UpgradeSun{
	position: absolute;
  width: 33.3vmin;
	height: 12.4vmin;
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}

#UpgradePopsicle{
	width: 33.3vmin;
	height: 12.4vmin;
	position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

#UpgradeSeaGull{
	position: absolute;
  width: 43vmin;
	height: 16vmin;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
}

#BiggerWings{
	position: absolute;
  width: 33.3vmin;
	height: 12.4vmin;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
}


#PopsicleStick{
	width: 32vh;
	height: 20vh;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, 0%);
  z-index: 0;
}

#PopsicleStickIn{
	width: 32vh;
	height: 20vh;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -85%);
  z-index: 1;
  --hueStick: 2deg;
	filter: hue-rotate(var(--hueStick));
}

#BackgroundCenter{
	height:102vh;
	width: 177vh;
	background-image: url("../Images/BackgroundCenter.png");
	background-size: 101%;
	background-repeat: no-repeat;
	z-index: 0;
	display: flex;
  justify-content:center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	background-position: center;
}

#BackgroundLeft{
	--posx: 0px;
	background-image:url("../Images/Background.png"); 
	background-repeat: repeat-x;
	background-size: 178vh;
	background-position: right;
	width: 100vw;
  height: 100vh;
	margin: auto;
  outline: 0px;
 	/* Center vertically and horizontally */
  display: flex;
  justify-content:center;
  align-items: center;
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translate(-88vh, -50%);
  z-index: 0;
}

#BackgroundRight{
	--posx: 0px;
	background-image:url("../Images/Background.png"); 
	background-repeat: repeat-x;
	background-size: 178vh;
	background-position: left;
	width: 100vw;
  height: 100vh;
	margin: auto;
  outline: 0px;
 	/* Center vertically and horizontally */
  display: flex;
  justify-content:center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(88vh, -50%);
  z-index: 0;
}

body{
	background-color: #FFFF81;
  overflow: hidden;
	white-space: nowrap;
}

.container {
  display: inline-block;
  cursor: pointer;
	z-index: 50;
	position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -100%);
}

.button {
  background-color: transparent;
  transition: 0.0;
	z-index: 50;
	width: 25vmin;
	height: 9.3vmin;
	position: absolute;
}

#ShopButton{
  left: 15%;
  top: 10%;
  transform: translate(-50%, -50%);
}

#SettingsButton{
  left: 85%;
  top: 10%;
  transform: translate(-50%, -50%);
}

.text{
	font-family: "Comic Sans MS";
	color: #4b93ff;
	z-index: 500;
	font-size: 10vmin;
	height: 11.2vmin;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  transform: translateY(-20%);
}

.priceDiv{
  width: min-content;
  height:auto;
  background-color: red;
  position: absolute;
  left: 50%;
  top: 25%;
}

.priceP{
  font-size:3vmin;
  font-family: "Comic Sans MS";
  color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

#ClearSave{
	width: 33.3vmin;
	height: 12.4vmin;
	position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

#PopsiclePriceDiv{
  top: 30%;
  transform: translate(5vmin, 0%) rotate(30deg);
  z-index: 100;
}

#popsicleNumberBackground{
  width: min-content;
  height: min-content;
  background-color: rgba(255, 255, 255, 0.507);
  position: absolute;
  z-index: 10000;
  left: 50%;
  top: 0.4%;
  transform: translate(-50%, 0%);
}

#SunPriceDiv{
  top: 7%;
  transform: translate(5vmin, 0%) rotate(30deg);
  z-index: 100;
}

#SeaGullPriceDiv{
  top: 57%;
  transform: translate(5vmin, 0%) rotate(30deg);
  z-index: 100;
}

#BiggerWingsPriceDiv{
  top: 81%;
  transform: translate(5vmin, 0%) rotate(30deg);
  z-index: 100;
}


.popsiclePopup{
  transition: height 3s cubic-bezier(0, 0.2, 0.3, 1), opacity 1s cubic-bezier(0, 0.1, 0.4, 1), transform 3s cubic-bezier(0, 0.7, 0.8, 1);
  height: 100vmin;
}

#nameDiv{
  width: 27vh;
  height: 12vh;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(48vh, -50%);
  background-color: transparent;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#nameDiv::-webkit-scrollbar {
  display: none;
}

#newName{
  z-index: 4;
  background-color: #fefce5;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  font-size: 4vmin;
  overflow-y: scroll;
  font-family: 'Comic Sans MS';
  resize: none;
  width: 27vh;
  height: 12vh;
  text-align: center;
  color: #fed597;
}
#form1{
  z-index: 1000;
  display: block;
  margin-top: 0em;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 200;
}

#name{
  background-color: transparent;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  font-size: 4vmin;
  overflow-y: scroll;
  font-family: 'Comic Sans MS';
  resize: none;
  width: 27vh;
  height: 12vh;
  text-align: center;
  border: 0px;
  color: #fed597;
}

#Submit{
  width: 7vmin;
  height: 3vmin;
  font-size: 1.5vmin;
}

#Cancel{
  width: 7vmin;
  height: 3vmin;
  font-size: 1.5vmin;
}