@media screen and (max-width: 600px) {
  #containerAll {
    width: 95%;
  }
}

@media screen and (max-width: 320px) {
  #containerAll {
    width: 95%;
  }
  .textDiv {
    font-size: 1rem;
  }
}

body {
  padding: 0;
  margin: 0;
}

select {
  font-size: 1em;
  background: #ece7e7;
  margin: 10px;
  border-radius: 10px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.containerAll {
  font-size: 18px;
  overflow: hidden;
  width: 400px;
  height: 100%;
  border: 3px solid #012880;
  margin: 10px auto;
  border-radius: 10px;
  background-image: linear-gradient(135deg, #5a6783 0%, #0093FF 60%, #0078FF 100%);
}

.textDiv {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.horbar {
  border-radius: 10px;
  border: 2px solid #012880;
  width: 300px;
  height: 50px;
  margin: 20px auto;
}

.verbar-text {
  position: relative;
  background: yellow;
  color: white;
  margin-left: 1.1rem;
  margin-top: 1rem;
  font-size: 25px;
  width: 0;
  word-wrap: break-word;
  opacity: 0;
}

.horbar-text {
  position: relative;
  color: white;
  margin: 8px auto;
  font-size: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

@-webkit-keyframes textanim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes textanim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes textanim2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes textanim2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.vertbar {
  width: 50px;
  height: 13rem;
  margin: auto;
  border: 2px solid #012880;
  position: relative;
  border-radius: 10px;
}

.panelButton {
  width: 250px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto;
}

.panelPulse {
  width: 10rem;
  margin: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.textpulse {
  display: inline;
  font-size: 1.5rem;
}

input {
  background: grey;
  font-size: 25px;
  width: 3rem;
}

/*button{
        width:70px;
        height: 30px;
    }*/
/*# sourceMappingURL=layout.css.map */