body {
  margin: 4px;
}

.border {
  width: 100%;
  height: 99vh;
  border: solid 3px lightsteelblue;
  box-sizing: border-box;
  position: relative;
}

#ball {
  transition: 0.05s;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: dashed 4px rgba(57, 57, 57, 0.4392156863);
  transform-origin: center;
  min-height: 150px;
  min-width: 150px;
}
#ball #imgprev {
  width: inherit;
  height: inherit;
  position: absolute;
  overflow: hidden;
}
#ball img:not(#messagepng) {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100%;
}

#imguploads {
  display: none;
}

#uploadlabel {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
}
#uploadlabel:hover {
  opacity: 0.7;
}
#uploadlabel:hover .imageplus-icon {
  opacity: 1;
  color: steelblue;
}
#uploadlabel:hover .imageicon {
  color: lightblue;
  transform: scale(1.3);
  transition: 0.5s;
}
#uploadlabel:not(:hover) .imageicon {
  transition: 0.5s;
}

.imageplus-icon {
  opacity: 0.7;
  transition: 0.2s;
  position: absolute;
  font-size: 36px;
  top: 12%;
  left: 70%;
  color: turquoise;
}

.imageicon {
  display: none;
  font-size: 72px;
  padding: 20px 11px;
  margin: 16px 24px;
  color: rgba(0, 0, 0, 0.5490196078);
}

#operator {
  display: none;
}

#reload {
  display: none;
}

#noimgspan {
  position: absolute;
  bottom: 10%;
  white-space: nowrap;
  left: 19%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
  .border {
    width: 100vw;
    height: 100vh;
    border: solid 5px red;
    border: none;
  }
  #ball {
    width: 150px;
    height: 150px;
    min-height: 150px;
    min-width: 150px;
  }
  #ball img:not(#messagepng) {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
  }
  .imageplus-icon {
    font-size: 38px;
  }
  .imageicon {
    font-size: 46px;
    padding: 45px 0;
    margin: 8px 49px;
  }
  #operator {
    position: absolute;
    bottom: 10%;
    right: 10%;
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    transition: 1s;
  }
  #operator button {
    width: 90px;
    height: 60px;
    border: none;
    font-size: 4vw;
    font-weight: bold;
  }
  #move {
    transition: 0.3s;
    background-color: rgba(0, 255, 0, 0.2);
    color: green;
    box-shadow: 0 8px 2px rgba(0, 255, 0, 0.5);
  }
  #stop {
    transition: 0.3s;
    background-color: rgba(255, 0, 0, 0.2);
    color: red;
    box-shadow: 0 8px 2px rgba(255, 0, 0, 0.5);
  }
  #rotate {
    transition: 0.3s;
    background-color: rgba(0, 0, 255, 0.2);
    color: blue;
    box-shadow: 0 8px 2px rgba(0, 0, 255, 0.5);
  }
  #share {
    transition: 0.3s;
    background-color: rgba(255, 123, 0, 0.295);
    color: coral;
    box-shadow: 0 8px 2px rgba(255, 102, 0, 0.5);
  }
  #share i {
    font-size: 6vw;
  }
  #reload {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: rgba(0, 0, 255, 0.2);
    border: none;
    color: blue;
    font-size: 6vw;
  }
  #twitter-share {
    opacity: 0;
  }
}
@media screen and (max-height: 850px) {
  #reload {
    height: 10vw;
    width: 10vw;
    font-size: 6vw;
  }
  #messagepng {
    position: absolute;
    top: 90%;
    left: 55%;
  }
}
/* ipad */
@media screen and (min-height: 850px) {
  body {
    margin: 0;
  }
  #noimgspan {
    font-size: 2vw;
  }
  .border {
    width: 100vw;
    height: 100vh;
    border: solid 5px red;
    border: none;
  }
  #ball {
    width: 150px;
    height: 150px;
    min-height: 150px;
    min-width: 150px;
  }
  #ball img {
    width: 150px;
    height: 150px;
  }
  .imageplus-icon {
    font-size: 38px;
  }
  .imageicon {
    font-size: 46px;
    padding: 45px 0;
    margin: 8px 49px;
  }
  #operator {
    position: absolute;
    bottom: 10%;
    right: 10%;
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    transition: 1s;
  }
  #operator button {
    width: 90px;
    height: 60px;
    border: none;
    font-size: 4vw;
    font-weight: bold;
  }
  #move {
    transition: 0.3s;
    background-color: rgba(0, 255, 0, 0.2);
    color: green;
    box-shadow: 0 8px 2px rgba(0, 255, 0, 0.5);
  }
  #stop {
    transition: 0.3s;
    background-color: rgba(255, 0, 0, 0.2);
    color: red;
    box-shadow: 0 8px 2px rgba(255, 0, 0, 0.5);
  }
  #rotate {
    transition: 0.3s;
    background-color: rgba(0, 0, 255, 0.2);
    color: blue;
    box-shadow: 0 8px 2px rgba(0, 0, 255, 0.5);
  }
  #share {
    transition: 0.3s;
    background-color: rgba(255, 123, 0, 0.295);
    color: coral;
    box-shadow: 0 8px 2px rgba(255, 102, 0, 0.5);
  }
  #share i {
    font-size: 6vw;
  }
  #reload {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: rgba(0, 0, 255, 0.2);
    border: none;
    color: blue;
    font-size: 6vw;
  }
  #twitter-share {
    opacity: 0;
  }
}

/*# sourceMappingURL=ball.css.map */
