body, h1, h4, p, label, input, select {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
}

h2 {
  text-align: center;
  margin-top: 20px;
}

h5 {
  text-align: center;
  color: #666;
  margin-top: -10px;
}

.center {
  text-align: center;
}

#safariErr {
  text-align: center;
  color: red;
  margin-bottom: 20px;
  display: none;
}

.container {
  background-color: #fff;
  border-radius: 8px;
  max-width: 800px;
  margin: 20px auto;
  padding: 25px;
  box-shadow: 0 0 10px #0000001a;
}

.connection {
  flex-direction: row;
  justify-content: end;
  margin-bottom: 15px;
  display: flex;
}

#lblConnTo {
  margin-right: 10px;
  display: none;
}

.baudrates {
  border-radius: 5px;
  width: 100%;
  max-width: 120px;
  height: 34px;
  margin-top: 5px;
  margin-right: 10px;
}

.btn {
  cursor: pointer;
  border: 1px solid gray;
  margin-right: 10px;
}

#resetButton {
  border: 1px solid gray;
}

#consoleStartButton {
  color: #fff;
  background-color: #a15bfc;
}

.scan-button-container {
  flex-direction: row;
  justify-content: end;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

input[type="button"] {
  width: 100%;
  max-width: 120px;
}

.wifi-logo {
  margin-right: 20px;
}

#uuid {
  height: 34px;
  margin-bottom: 15px;
}

.xterm-screen {
  width: 20px !important;
}

.scan-button {
  color: #1b1b1b;
  cursor: pointer;
  background-color: #e4e4e4;
  border: 1px solid #c2c2c2;
  height: 100%;
  margin-top: 5px;
}

.scan-button:focus {
  background-color: #e4e4e4;
}

.uuid-container, .wifi-credentials-container {
  text-align: left;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px 20px 25px;
  box-shadow: 0 0 10px #0000001a;
}

.uuid-container strong, .wifi-credentials-container strong {
  color: #000;
}

.flex {
  flex-direction: row;
  display: flex;
}

.flex-col {
  flex-direction: column;
  display: flex;
}

.mr-sm {
  margin-right: 10px;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-4 {
  margin-left: 16px;
}

.ml-5 {
  margin-left: 20px;
}

.mr-1 {
  margin-right: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.mr-3 {
  margin-right: 12px;
}

.mr-4 {
  margin-right: 16px;
}

.mr-5 {
  margin-right: 20px;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 20px;
}

input[type="text"], input[type="password"] {
  outline: none;
  width: 100%;
  margin-top: 0;
  padding-left: 10px;
}

input[type="text"]:focus, input[type="password"]:focus {
  border: 2px solid #a15bfc;
}

.connect-button {
  color: #fff;
  cursor: pointer;
  background-color: #a15bfc;
  border: none;
  width: 100%;
  max-width: 120px;
  height: 34px;
  margin: 5px 0% 0%;
}

.submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #a15bfc;
  margin: 0;
}

#main {
  display: block;
}

input {
  border: 1px solid #b0b3b9;
  border-radius: 5px;
  margin-top: 5px;
}

.password-toggle {
  cursor: pointer;
  color: #000;
}

.block {
  display: block;
}

.none {
  display: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

.justify-center {
  justify-content: center;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top-color: #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: 2s linear infinite spin;
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=app.2f92b071.css.map */
