.test {
  font-size: 1rem;
  background-color: red;
}

h1 {
  color: green;
}

.device {
  padding-top: 100px;
}

.title-faculity {
  color: white;
  font-size: 60%;
  font-weight: bold;
}

.title-school {
  color: azure;
  font-size: small;
  font-weight: bold;
}

.title-truong {
  position: relative;
}

.widget-button {
  display: block;
  height: 200px;
  width: 200px;
  position: relative;
  align-content: left;
  top: 0px;
  left: 0px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: white;
  text-underline-position: under;
  text-align: center;
  color: #2166ac;
  font-family: inherit;
  line-height: 4;
  font-size: 18px;
  font-weight: bold;
}

.button-handle {
  display: flex;
  justify-content: center;
  align-content: center;
  min-height: 60vh;
  position: relative;
  top: 0px;
  left: 0px;
}

.my-switch {
  height: 41px;
  width: 90px;
  background: #a5b1af;
  appearance: none;
  border-radius: 26px;
  position: absolute;
  top: 20px;
  box-shadow: inset 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.my-switch::before {
  content: "";
  height: 35px;
  width: 35px;
  background: #fdae61;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.25s cubic-bezier(0.35, -1.19, 0.7, 2.06);
  box-shadow: inset 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.my-switch:checked {
  background: #028374;
}

.my-switch:checked::before {
  left: 52px;
}

#device_1 {
  background: #e9e9eb;
  position: relative;
  top: 10px;
  height: 1300px;
}

.name-device {
  box-sizing: border-box;
  text-underline-position: under;
  margin-top: 10px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
  text-align: left !important;
  color: #2166ac;
  font-size: 18px;
  font-weight: bold;
}

#DASHBOARD {
  position: absolute;
  top: 0PX;
  left: 0px;
  background-color: #00695c;
  height: 50px;
}

#dashtext {
  position: absolute;
  top: 12px;
  left: 60px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

#encoder {
  position: relative;
  top: 80px;
  left: 10px;
}

#conveyer {
  position: relative;
  top: 110px;
  left: 10px;
}

#vitme {
  position: relative;
  top: 140px;
  left: 10px;
}

.widget-data {
  display: block;
  height: 85px;
  width: 430px;
  position: relative;
  align-content: left;
  top: 10px;
  left: 20px;
  border-radius: 10px;
  background-color: white;
  text-underline-position: under;
  text-align: center;
  color: #2166ac;
  font-family: inherit;
  line-height: 4;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

.input-label {
  position: absolute;
  left: 30px;
  box-sizing: border-box;
  text-underline-position: under;
  margin-top: 12px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.6;
  text-align: left !important;
  color: #2166ac;
  font-size: 18px;
  font-weight: bold;
}

.input-data {
  display: flex;
  width: 150px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 120px;
  border-radius: none;
}

.vitme {
  position: absolute;
  top: 70px;
  left: 235px;
}

.conveyer-speed {
  position: absolute;
  top: 185px;
  left: 235px;
}

.offset {
  position: absolute;
  top: 300px;
  left: 235px;
}

.SPARE {
  position: absolute;
  top: 415px;
  left: 235px;
}

.rec1 {
  display: block;
  height: 200px;
  width: 430px;
  position: absolute;
  align-content: left;
  top: 540px;
  left: 255px;
  border-radius: 10px;
  background-color: white;
  text-underline-position: under;
  text-align: center;
  color: #2166ac;
  font-family: inherit;
  line-height: 4;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

.rec2 {
  display: block;
  height: 662px;
  width: 370px;
  position: absolute;
  align-content: left;
  top: 80px;
  left: 715px;
  border-radius: 10px;
  background-color: white;
  text-underline-position: under;
  text-align: center;
  color: #2166ac;
  font-family: inherit;
  line-height: 4;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

input[type=number] {
  text-align: center;
  font-size: 35px;
  color: black;
  height: 50px;
}

.title-pid {
  position: relative;
  top: 0px;
  left: 0px;
  height: 40px;
  background-color: #bd6003;
  color: white;
  text-align: center;
  line-height: 40px;
}

.text-pid {
  position: absolute;
  margin: none;
  height: 50px;
  left: 50px;
  height: 100px;
  text-align: left;
}

.pid-element {
  position: relative;
  top: 10px;
  margin-top: 10px;
  border: 2px #00695c;
}

.input-pid {
  position: relative;
  left: 80px;
}

.report-layout {
  display: block;
  height: 420px;
  width: 1060px;
  position: absolute;
  align-content: left;
  top: 770px;
  left: 25px;
  border-radius: 10px;
  background-color: white;
  text-underline-position: under;
  text-align: center;
  color: #2166ac;
  font-family: inherit;
  line-height: 4;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

#status-content {
  text-align: left;
  margin-top: 10px;
  size: 2px;
  line-height: 1.2px;
  color: black;
  font-weight: italic;
}

.rec3 {
  display: block;
  height: 430px;
  width: 430px;
  position: absolute;
  align-content: left;
  top: 80px;
  left: 255px;
  border-radius: 10px;
  background-color: white;
  text-underline-position: under;
  text-align: center;
  color: #2166ac;
  font-family: inherit;
  line-height: 4;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../resource/scss/app.scss%22,%22../../resource/scss/_variable.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACA;EACI;EACA;;;AAEJ;EACI,OCNQ;;;ADSZ;EACI;;;AAEJ;EACG;EACA;EACA;;;AAEH;EACI;EACA;EACA;;;AAEJ;EACI;;;AAMJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA;;;AAGH;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EAEG;EACA;EACA;EACA;EACA;;;AAGH;EACG;EACA;EACA;EACA;EACA;EACA;;;AAEH;EACG;EACA;EACA;;;AAEH;EACG;EACA;EACA;;;AAEH;EACG;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EAGA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EAEI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EAEI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAKJ;EACI;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA%22,%22file%22:%22app.css%22%7D */
