.style1 {
  background-color: white;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  position: relative;
  right: 10px;
  border-width: 0px;
  border-color: #fff;
  color: #dc3545;
  font-size: 22px;
  margin-top: 10px;
  left: 10px;
}

.style1:-moz-read-only {
  background: tomato;
}

.style1:read-only {
  background: rgb(255, 255, 255);
}

.style1:-moz-read-write {
  background: rgb(255, 255, 255);
}

.style1:read-write {
  background: rgb(255, 255, 255);
}

.style2 {
  background-color: #fff;
  height: 150px;
  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: 150px;
  margin-left: 10px;
}

.style3 {
  position: relative;
  left: 30%;
}

.style4 {
  margin-bottom: 10px;
}

.style5 {
  margin-top: 10px;
}

.style6 {
  margin-top: 10px;
}

.center-block {
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.style7 {
  background-color: white;
  text-align: center;
  max-width: 65%;
  color: #6c757d;
  border-width: 0px;
  position: relative;
  bottom: 40px;
  left: 40px;
}
.style7:-moz-read-only {
  background: rgb(255, 255, 255);
}
.style7:read-only {
  background: rgb(255, 255, 255);
}
.parent {
  position: relative;
}
.fgray {
  position: absolute;
  left: 85px;
  z-index: 0;
}

.fred {
  position: absolute;
  left: 85px;
  z-index: 2;
}
.style8 {
  margin-top: 5px;
}
.style9 {
  position: relative;
  bottom: 5px;
}

.style10 {
  margin-top: 15px;
  margin-right: 10px;
}
.atract {
  position: relative;
}
.img1 {
  position: absolute;
  bottom: 40px;
  left: 90px;
}

.img2 {
  position: absolute;
  left: 90px;
  bottom: 40px;
}

.style11 {
  position: absolute;
  right: 20px;
}

.style12 {
  position: relative;
  right: 40px;
}

.style13 {
  max-width: 30px;
}

.style14 {
  position: relative;
  left: 20%;
}

.style17 {
  position: relative;
  top: 10px;
}

.style18 {
  position: relative;
}

.style15 {
  position: relative;
  bottom: 5px;
}

.style16 {
  position: relative;
  top: 8px;
}

.style19 {
  position: relative;
  margin-left: -40px;
  z-index: 0;
}

.style21 {
  z-index: 1;
  position: relative;
}

.style22 {
  position: relative;
}

.form-check-input {
  background-color: rgb(236, 235, 235);
  border-color: rgb(100, 99, 99);
  position: relative;
  min-height: 25px;
  min-width: 55px;
}

.form-check-input:after {
  position: absolute;
  left: 42%;
  top: 15%;
  content: "";
  color: rgb(61, 61, 61);
  font-size: 0.7rem;
}

.form-check-input:checked {
  background-color: rgb(160, 209, 238);
  border-color: rgb(102, 100, 100);
}

.form-check-input:checked:after {
  left: 15%;
  content: "";
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.style20 {
  height: 40px;
  position: relative;
  z-index: 1;
  bottom: 10px;
}
#lother {
  opacity: 0.2;
}
.style23 {
  margin-top: 20px;
}
#fgray {
  display: block;
}
#fred {
  display: none;
}

#lgray {
  display: block;
}

#lblue {
  display: none;
}

.style24 {
  top: 80px;
  left: 80px;
  position: relative;
}

.style25 {
  color: rgba(108, 117, 125, 0.6);
  position: relative;
  top: 5px;
  z-index: 0;
}

.style29 {
  margin-top: 30px;
}

.style26 {
  max-width: 380px;
  position: relative;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.center {
  margin-right: 20px;
}

.rotate {
  -webkit-animation: rotation 8s infinite linear;
  animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.hide {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
#tgray {
  display: block;
}
#tgreen {
  display: none;
}
#orgray {
  display: block;
}
#orgreen {
  display: none;
}
#pogray {
  display: block;
}
#pogreen {
  display: none;
}

.tgray {
  top: 85px;
  left: 400px;
  z-index: 0;
  margin-top: 10px;
}

.tgreen {
  top: 85px;
  left: 400px;
  z-index: 2;
  margin-top: 10px;
}
.orgray {
  top: 85px;
  left: 400px;
  z-index: 0;
  margin-top: 10px;
}

.orgreen {
  top: 85px;
  left: 400px;
  z-index: 2;
  margin-top: 10px;
}
.pogray {
  top: 85px;
  left: 400px;
  z-index: 0;
  margin-top: 10px;
}

.pogreen {
  top: 85px;
  left: 400px;
  z-index: 2;
  margin-top: 10px;
}

.style27 {
  margin-top: 10px;
}

.style28 {
  margin-top: 10px;
}
.style31 {
  min-width: 100%;
  margin: 50px auto;
}
.monitor {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
}
.style30 {
  background-color: #bcd0c7;
  font-family: "Lucida Console", Monaco, monospace;
}

.style33 {
  max-width: 90px;
}
.style34 {
  width: 10%;
}

.style36 {
  width: 5%;
}
.style37 {
  width: 5%;
}
.style38 {
  width: 20%;
}
.style39 {
  width: 25%;
}

.style40 {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;
}

.style41 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.style45 {
  max-width: 600px;
}

.style35 {
  max-width: 30px;
  max-height: 30px;
}

.style43 {
  position: relative;
  right: 7px;
  bottom: 5px;
}

.style44 {
  max-width: 60px;
}

@media (min-width: 1400px) {
  .style33 {
    min-width: 150px;
  }
}

.style46 {
  max-width: 55px;
}

.style48 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style53 {
  position: relative;
  top: 6px;
}

.style54 {
  min-width: 100px;
}

.style55 {
  margin-top: 15px;
  max-width: 150px;
}
.sel_lang {
  font-size: 38px;
  border: 0px;
  outline: 0px none #fff !important;
  background-color: rgb(255, 255, 255);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 40px;
}
.style56 {
  background-color: white;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  border-color: #fff;
  color: #35bbdc;
  font-size: 12px;
  min-width: 65px;
  max-width: 65px;
}
