:root {
  --primary-color: #38a7ff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Form */

.install-form.form {
  width: 960px;
  min-height: 680px;
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 30px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  /* Global Stylings */
  /* Progressbar */
  /* Button */
}

.install-form.form ul {
  padding: 15px;
}

.install-form.form ul li {
  list-style-type: circle;
}

.install-form.form label {
  display: block;
  margin: 8px 0px;
}

.install-form.form input {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.install-form.form .width-50 {
  width: 20%;
}

.install-form.form .btn-prev {
  width: 160px;
  height: 48px;
  color: #000000 !important;
  float: left;
  background-color: #fff !important;
  border: 1px solid #dcdcdc !important;
}

.install-form.form .btn-next {
  width: 140px;
  height: 48px;
}

.install-form.form .ml-auto {
  margin-left: auto;
}

.install-form.form .text-center {
  text-align: center;
  margin: 0;
  padding: 0;
}

.install-form.form .progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem;
}

.install-form.form .progressbar::before,
.install-form.form .progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: -1;
}

.install-form.form .progress {
  background-color: #38a7ff;
  background-color: var(--primary-color);
  width: 0%;
  transition: 0.3s;
}

.install-form.form .progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.install-form.form .progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.install-form.form .progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
}

.install-form.form .progress-step-active {
  background-color: #38a7ff;
  background-color: var(--primary-color);
  color: #f3f3f3;
}

.install-form.form .form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}

.install-form.form .form-step-active {
  display: block !important;
}

.install-form.form .input-group {
  margin: 2rem 0;
  display: block;
}

.install-form.form .prepare-device {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.install-form.form .pixel6a {
  padding-left: 10px;
  padding-top: 10px;
}

.install-form.form .bluejay {
  padding-left: 10px;
  margin-top: -5px;
  font-style: italic;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.install-form.form .btns-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.install-form.form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #38a7ff;
  background-color: var(--primary-color);
  color: #f3f3f3;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
}

.install-form.form .btn:hover, .install-form.form a:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #38a7ff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
  color: black;
}

.install-form.form a.btn-next:hover {
  color: white;
}

.install-form.form .red--text {
  color: red;
  font-weight: 700;
}

.install-form.form .green--text {
  color: green;
  font-weight: 700;
}

.install-form.form .blue--text {
  color: blue;
  font-weight: 700;
}

.install-form.form .btn-connect {
  width: 210px;
  border-radius: 5px;
  height: 43px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  /* background-color: beige; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: #f3f3f3;
  color: #000000;
}

.install-form.form .conver-connect-status {
  border: 1px solid #dcdcdc !important;
  border-radius: 5px;
  height: 60px;
  margin-top: 65px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.install-form.form .conver-connect-status-unlock {
  border: 1px solid #dcdcdc !important;
  border-radius: 5px;
  height: 60px;
  margin-top: 21px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.install-form.form .status-field-success {
  font-size: 18px;
  color: green;
}

.install-form.form .status-field-error {
  font-size: 18px;
  color: red;
}

.install-form.form .btn-disable {
  width: 140px;
  height: 48px;
  background-color: #dcdcdc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #38a7ff;
  background-color: var(--primary-color);
  color: #f3f3f3 !important;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: no-drop !important;
}

.install-form.form .btn-disable:hover {
  color: white;
}

.install-form.form .btn-unlock {
  width: 120px;
  border-radius: 5px;
  height: 43px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  /* background-color: beige; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: #f3f3f3;
  color: #000000;
}

.install-form.form .btn-download {
  width: 190px;
  border-radius: 5px;
  height: 43px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  /* background-color: beige; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: #f3f3f3;
  color: #000000;
}

.install-form.form .status-field-unlock {
  padding-left: 10px;
  padding-right: 10px;
}

.install-form.form .conver-connect-status-download {
  border: 1px solid #dcdcdc !important;
  border-radius: 5px;
  margin-top: 21px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: grid;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.install-form.form .conver-connect-status-download .top-block {
  display: flex;
  align-items: center;
}

.install-form.form .conver-connect-status-download .bottom-block {
  font-family: monospace;
}

.install-form.form .status-field-download {
  color: green;
  font-weight: 500;
}

.install-form.form .status-field-download-press-btn {
  color: green;
}

.install-form.form .status-field-download-warning {
  color: red;
  font-weight: 500;
}

.install-form.form .status-field-download-note, .install-form.form .status-field-download-note-1, .install-form.form .status-field-download-note-2 {
  color: red;
}

.install-form.form .btn-done {
  width: 140px;
  height: 48px;
}

.install-form.form .btn-done:hover {
  color: white;
}

.install-form.form .icon-downloading {
  margin-right: 10px;
}

.install-form.form .icon-downloading-install {
  margin-right: 15px;
}

.install-form.form .cover-install {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.install-form.form .btn-install {
  width: 120px;
  border-radius: 5px;
  height: 43px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  /* background-color: beige; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: #f3f3f3;
  color: #000000;
}

.install-form.form .conver-connect-status-install {
  border: 1px solid #dcdcdc !important;
  border-radius: 5px;
  min-height: 200px;
  margin-top: 21px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  align-items: start;
  text-align: left;
}

.install-form.form .status-field-install {
  color: green;
  font-weight: 500;
  margin-left: 10px;
  padding-left: 0;
  margin-left: 0;
}

.install-form.form .btn-prev-install {
  width: 160px;
  height: 48px;
  color: #000000 !important;
  float: left;
  background-color: #fff !important;
  border: 1px solid #dcdcdc !important;
}

.install-form.form .btn-prev-install-disable {
  width: 160px;
  height: 48px;
  background-color: rgba(158, 158, 158, 0.3803921569) !important;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  border: none !important;
  cursor: no-drop !important;
}

.install-form.form .btn-install-disable {
  width: 120px;
  border-radius: 5px;
  height: 43px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  /* background-color: beige; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: rgba(158, 158, 158, 0.3803921569) !important;
  color: #fff;
  cursor: no-drop !important;
}

.install-form.form .btn-prev-install-disable:hover, .install-form.form .btn-install-disable:hover {
  box-shadow: none;
  color: white;
}

.install-form.form .btn-off {
  display: none;
}

.install-form.form .hidden-loading {
  display: none;
}

body {
  font-family: Roboto, sans-serif;
  margin: 0px;
}

body .container {
  max-width: 960px;
  margin: auto;
}

body a.link:hover {
  box-shadow: none !important;
}

body .how-install {
  margin: 30px 0px;
}

body .header {
  background: #fff;
  border: 1px solid hsla(0deg, 0%, 100%, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.25);
  height: 86px;
}

body .header .admin-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  color: black;
  align-items: center;
  height: 86px;
}

body .header .admin-menu .navbar-brand img {
  width: 150px;
}

body .header .admin-menu .navbar-collapse {
  float: right;
}

body .header .admin-menu .navbar-collapse ul.navbar-nav {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  grid-template-columns: auto auto auto auto;
  list-style-type: none;
}

body .header .admin-menu .navbar-collapse ul.navbar-nav li.nav-item {
  font-size: 18px;
}

body .header .admin-menu .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  text-decoration: none;
  background-color: transparent;
  background-color: initial;
  outline: none;
  cursor: pointer;
  color: black;
}

body .footer {
  border-top: 1px solid hsl(0deg, 0.89%, 81.34%);
  padding: 40px 0px;
}

body .footer .bottom-block {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-size: 16px;
  color: rgb(102, 102, 102);
}

body .footer .bottom-block .copyright-block img.logo-footer {
  height: 56px;
}

body .footer .bottom-block .term-privacy-block {
  text-transform: uppercase;
}

body .footer .bottom-block .term-privacy-block a {
  text-decoration: none;
  background-color: transparent;
  background-color: initial;
  outline: none;
  cursor: pointer;
  color: rgb(102, 102, 102);
}

/*# sourceMappingURL=install-120004c3.css.map*/