.home_screen_popup{
  position: fixed;
  z-index: 10000;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px 0px #565656;
  transition: transform 0.2s ease-in;
  display: none
}

.home_screen_popup--Android{
  top: 0;
  display: initial;
  transform: translateY(0%)
}

.home_screen_popup--Apple{
  bottom: 0;
  display: initial;
  transform: translateY(110%)
}

.home_screen_popup--show{
  transform: none;
}

.home_screen_popup_logo{
  height: 35px;
  width: 50px;
}

.home_screen_popup_image{
  height: 100%;
}

.home_screen_popup_information{
  display: flex;
  align-items: center;
  font-size: 1.0em;
}

.home_screen_popup_text{
  flex-grow: 1;
}

.button_add_to_home_cancel{
  color: #616161;
  transform: rotateX(34deg);
  cursor: pointer;
  background: white;
  margin-right: 1%;
  margin-left: 1%;
  font-size: 1.1em;
}

.display_add_to_home_iphone{
  font-size: 0.7em;
  margin-top: 1%;
  margin-bottom: 1%;
}

.button_add_to_home{
  background: #207ed1;
  padding: 8px;
  color: white;
  font-size: 0.7em;
  cursor: pointer;
  display: none;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 50px;
}

.display_add_to_home_iphone{
  display: none;
}

.display_add_to_home_iphone_share{
  height: 20px;
}

.filler{
  flex-grow: 1;
}

.display_offline{
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  justify-content: center;
  align-items: center;
  display: none;
}

.display_offline_text{
  margin-right: 16px;
}
