
.window {
  position: absolute;
  z-index: 9;
  backdrop-filter: blur(1px); background-color: rgba(225, 225, 225, .325);
  border: 1px solid #000000;
  border-radius: 1px;
  padding:11px;
  text-align: center;
  border-radius:12px ;
  top: 50%; left:
  50%; transform: translate(-50%, -50%);
}

.windowheader {
  border-radius:12px ; /*top left top right bottom left bottom right*/      
  padding: 10px;
  cursor: move;
  z-index: 10; /*control atority as in what shows up on the top of screen*/
  backdrop-filter: blur(1px); background-color: rgba(0, 0, 0, 0.325);
  color: #fff;
  text-align: left;
}


.closebutton {
  z-index: 12;
  width: 16px;
  height: 16px;
  position: absolute;
  top:20px;
  right:20px;
  cursor: pointer;
  background-color: #EC6B5E;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  color: #ffff;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  
}


/*This is the destop icons*/
.appStyle{
  position: absolute;
  top:100px;
  left:20px;
  width: 84px;
  height: 84px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #ffff;
  backdrop-filter: blur(1px); background-color: rgba(0, 0, 0, 0.325);
  cursor: pointer;
 
}
.appStyleText{
  text-align:center;
  color: #ffff;
  transform: translateY(7px);

}



.drinkButton{
  z-index: 12;
  width: 80px;
  height: 24px;
  position: absolute;
  top:265px;
  right:15px;
  cursor: pointer;
  background-color: #5eec7d;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  color: #111010;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  
}

.drinkNumber{
  position: absolute;
  top: 180px;
  left: 50px;
  font-size:30px;
}

.waterGlass{
  position:absolute;
  width: 70px;       /* Set your exact desired width */
  height: 110px;      /* Set your exact desired height */
  top:145px;
  right:18px;
}

.wallpaperStyle{
  width:219px;
  height:123;
  padding:10px;
  border-radius: 9%;
  cursor: pointer;
}

.ytAcceptButton{
  
  width: 16px;
  height: 16px;
  position: absolute;
 
  cursor: pointer;
  background-color: #88ec5e;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  color: #ffff;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  position: absolute;
  bottom:12px;
  right:10px;
}