* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    font-family: "Inter", sans-serif;
}

html {
    font-size: 14px;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    background: #121113;
}

.page-tab {
    width: 100%;
    height: 100vh;
}

.welcome-tab {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.welcome-tab .welcome-inner {
    max-width: 400px;
    width: 100%;
    background: #121113;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.welcome-tab .welcome-inner .logoo {
    width: 120px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: 25px;
}

.welcome-tab .welcome-inner h1 {
    color: #fff;
    width: 100%;
    text-align: start;
    font-family: "DM Mono", monospace;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.welcome-tab .welcome-inner p {
    text-align: start;
    color: #f2f2f2;
    font-weight: 500;
}

.welcome-tab .welcome-inner .bottom {
    margin-top: auto;
    text-align: center;
}

.welcome-tab .welcome-inner .bottom button {
    cursor: pointer;
    width: 100%;
    height: 45px;
    background: #fff;
    color: #000;
    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;
    justify-content: center;
    border-radius: 45px;
    font-weight: 600;
    border: none;
    margin: 25px 0;
    font-size: 16px;
}

.welcome-tab .welcome-inner .bottom span {
    text-align: center;
    color: #bfbfc1;
    line-height: 1.5;
    display: block;
}

.welcome-tab .welcome-inner .bottom span a {
    font-weight: 600;
    color: #bbb3fa;
}

.welcome-tab .welcome-video {
    width: calc(100% - 400px);
    height: 100vh;
    z-index: -1;
    position: relative;
    overflow: hidden;
}

.welcome-tab .welcome-video video {
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-heading {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
}

.page-heading img {
    width: 90px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: 25px;
}

.page-heading span {
    height: 40px;
    width: 100px;
    display: block;
}

.page-heading button {
    border: none;
    height: 40px;
    width: 100px;
    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;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    background: none;
    border-radius: 40px;
    cursor: pointer;
    border: 1px solid transparent;
}

.page-heading button:hover {
    border-color: #bbb3fa;
}

.device-select-tab .device-select {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}

.device-select-tab .device-select h2 {
    font-family: "DM Mono", monospace;
    letter-spacing: 0.5px;
    position: absolute;
    top: 100px;
    left: 50%;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.device-select-tab .device-select .device-item {
    width: 33%;
    flex: 1;
    height: 100vh;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .device-select-tab .device-select {
        height: auto;
        flex-direction: column;
    }
    .device-select-tab .device-select h2 {
        top: 100px;
        left: 50%;
        font-size: 17px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #first-item {
        margin-top: 150px !important;
    }
    .device-select-tab .device-select .device-item {
        width: 100%;
        padding-bottom: 30px;
        padding-top: 30px;
        border-bottom: 2px solid #222;
    }
}

.device-select-tab .device-select .device-item:hover {
    background: #222;
}

.device-select-tab .device-select .device-item:hover img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.device-select-tab .device-select .device-item:hover button {
    opacity: 1;
}

.device-select-tab .device-select .device-item img {
    height: 220px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.device-select-tab .device-select .device-item h3 {
    font-size: 24px;
    margin: 20px auto;
    color: #fff;
}

.device-select-tab .device-select .device-item button {
    border: none;
    height: 40px;
    width: 100px;
    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;
    justify-content: center;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    border-radius: 40px;
}

.options-wrapper {
    margin-top: 120px;
}

.options-wrapper .option-item {
    width: 100%;
    padding: 30px 80px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.options-wrapper .option-item h3 {
    font-family: "DM Mono", monospace;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}

.options-wrapper .option-item .option-box {
    width: 300px;
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.options-wrapper .option-item .item-so {
    height: 500px;
    border: 1px solid #222;
}

@media only screen and (max-width: 600px) {
    .options-wrapper .option-item {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }
    .options-wrapper .option-item .option-box {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .options-wrapper .option-item .item-so {
        width: 100%;
        height: fit-content;
    }
    .step-tab .step-side {
        display: none !important;
    }
    .step-tab .step-content {
        padding: 30px 30px !important;
    }
    .step-tab .step-content .step-desc .pin-switch .switch {
        width: 120px !important;
    }
    .step-tab .step-content .step-main ul li span {
        flex: none;
        width: 60px !important;
        height: 60px !important;
    }
}

.options-wrapper .option-item .option-box:last-child {
    margin-bottom: 0;
}

.options-wrapper .option-item .option-box:hover span {
    text-decoration: underline;
}

.options-wrapper .option-item .option-box img {
    max-width: 100%;
    margin-bottom: 10px;
}

.options-wrapper .option-item .option-box span {
    font-family: "DM Mono", monospace;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.options-wrapper .option-item .option-box p {
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.options-wrapper .option-item .option-box button {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    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;
    justify-content: center;
    margin-left: auto;
    margin-right: 10px;
}

.step-tab {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step-tab .step-side {
    width: 349px;
    background: #bbb3fa;
    height: 100vh;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.step-tab .step-side .logo {
    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;
    justify-content: center;
}

.step-tab .step-side .logo img {
    width: 120px;
}

.step-tab .step-side .step-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    justify-content: center;
}

.step-tab .step-side .step-img img {
    width: 200px;
}

.step-tab .step-side .step-img video {
    width: 98%;
}

.step-tab .step-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100vh;
    padding: 30px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.step-tab .step-content .step-progress {
    width: 100%;
    height: 4px;
    background: #333;
    border-radius: 4px;
    position: relative;
    margin-bottom: 40px;
}

.step-tab .step-content .step-progress.step-2::before {
    width: 25%;
}

.step-tab .step-content .step-progress.step-2 .progress {
    left: 25%;
}

.step-tab .step-content .step-progress.step-3::before {
    width: 60%;
}

.step-tab .step-content .step-progress.step-3 .progress {
    left: 60%;
}

.step-tab .step-content .step-progress.step-4::before {
    width: 100%;
}

.step-tab .step-content .step-progress.step-4 .progress {
    left: calc(100% - 130px);
}

.step-tab .step-content .step-progress::before {
    content: "";
    width: 0;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.step-tab .step-content .step-progress .progress {
    position: absolute;
    background: #fff;
    color: #000;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3px;
    border-radius: 3px;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.step-tab .step-content .step-progress .progress span {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background: #000;
    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;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
}

.step-tab .step-content .step-desc {
    width: 100%;
}

.step-tab .step-content .step-desc h2 {
    font-family: "DM Mono", monospace;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
}

.step-tab .step-content .step-desc p {
    color: #bfbfc1;
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
}

.step-tab .step-content .step-desc .pin-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bfbfc1;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    /* Rounded sliders */
}

.step-tab .step-content .step-desc .pin-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 10px;
}

.step-tab .step-content .step-desc .pin-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.step-tab .step-content .step-desc .pin-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.step-tab .step-content .step-desc .pin-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.step-tab .step-content .step-desc .pin-switch input:checked+.slider {
    background-color: #bbb3fa;
}

.step-tab .step-content .step-desc .pin-switch input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #bbb3fa;
    box-shadow: 0 0 1px #bbb3fa;
}

.step-tab .step-content .step-desc .pin-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}

.step-tab .step-content .step-desc .pin-switch .slider.round {
    border-radius: 34px;
}

.step-tab .step-content .step-desc .pin-switch .slider.round:before {
    border-radius: 50%;
}

.step-tab .step-content .step-main {
    padding-top: 40px;
}

.step-tab .step-content .step-main ul {
    width: 100%;
}

.step-tab .step-content .step-main ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.step-tab .step-content .step-main ul li span {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    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;
    justify-content: center;
    border: 1px solid #333;
    color: #fff;
}

.step-tab .step-content .step-main ul li .text {
    padding-left: 10px;
}

.step-tab .step-content .step-main ul li .text strong {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.step-tab .step-content .step-main ul li .text p {
    color: #bfbfc1;
    font-size: 13px;
}

.step-tab .step-content .step-bottom {
    margin-top: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step-tab .step-content .step-bottom button {
    border: none;
    height: 40px;
    width: auto;
    padding: 0 20px;
    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;
    justify-content: center;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    border-radius: 40px;
}

.step-tab .step-content .step-bottom button.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.step-tab .step-content .step-bottom button:first-child {
    border: 1px solid #fff;
    background: #121113;
    color: #fff;
}

.input-wrapper {
    width: 100%;
}

.input-wrapper textarea {
    background: #262626;
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 160px;
    resize: none;
    padding: 12px;
    color: #fff;
    margin-bottom: 12px;
}

.input-wrapper button {
    width: 100%;
    height: 45px;
    background: #fff;
    color: #000;
    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;
    justify-content: center;
    border-radius: 45px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    margin-top: 10px;
}

.input-wrapper button.disabled {
    opacity: 0.5;
    cursor: no-drop;
    pointer-events: none;
}

.input-wrapper .flat>span {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 4px;
    background: #262626;
    font-size: 14px;
    color: #fff;
    border: 1px solid #3b3a3a;
    cursor: pointer;
}

.input-wrapper .err-msg {
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 17px;
    color: #db705c;
    font-weight: 600;
    margin-bottom: 15px;
    display: none;
    width: 100%;
    float: left;
}


/* 

.welcome-wrapper {
  width: 100%;
  height: 100vh;
  //background-image: url(../images/welcomeherobg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  //background-color: #d4a0ff;
  position: relative;
  .welcome-wrapper-bg {
    width: 100%;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    video {
      height: 100%;
      width: 177.77777778vh; 
      min-width: 100%;
      min-height: 56.25vw; 
      position: absolute;
      left: 50%; 
      top: 50%;
      transform: translate(-50%, -50%); 
    }
  }
  .overlay {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.789), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 50px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    .select {
      position: absolute;
      top: 30px;
      right: 15px;
      padding: 0 15px;
      height: 40px;
      border-radius: 40px;
      background: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      svg {
        margin-left: 7px;
      }
    }
    h1 {
      color: #fff;
      width: 100%;
      text-align: start;
      margin-bottom: 5px;
    }
    p {
      text-align: start;
      color: #bfbfc1;
      font-weight: 500;
    }
    button {
      width: 100%;
      height: 45px;
      background: #fff;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 45px;
      font-weight: 600;
      border: none;
      margin: 25px 0;
      font-size: 16px;
    }
    span {
      text-align: center;
      color: #bfbfc1;
      line-height: 1.5;
      a {
        font-weight: 600;
        color: #bbb3fa;
      }
    }
  }
}

.have-device {
  width: 100%;
  height: 100vh;
  background: #121113;
  display: flex;
  flex-direction: column;
  .image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 100%;
      height: auto;
    }
  }
  .bottom {
    padding: 40px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    span {
      color: #bfbfc1;
      font-weight: 500;
      font-size: 16px;
      display: block;
      margin-bottom: 5px;
    }
    strong {
      color: #fff;
      font-size: 24px;
      display: block;
      margin-bottom: 25px;
    }
    button {
      width: 100%;
      height: 45px;
      background: #fff;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 45px;
      font-weight: 600;
      border: none;
      margin-top: 12px;
      font-size: 16px;
    }
  }
}

.choice-wrapper {
  width: 100%;
  height: 100vh;
  background: #121113;
  padding: 24px 12px;
  position: relative;
  .fixed-btn {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #121113;
    padding: 24px 12px;
    button {
      width: 100%;
      height: 45px;
      background: #fff;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 45px;
      font-weight: 600;
      border: none;
      font-size: 16px;
    }
  }
  .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    span {
      color: #fff;
      margin-bottom: 20px;
    }
    p {
      color: #bfbfc1;
      font-weight: 500;
      font-size: 16px;
      display: block;
    }
    strong {
      color: #fff;
      font-size: 24px;
      display: block;
      margin-bottom: 10px;
    }
  }
}

.choices-list {
  margin-top: 30px;
  .ch-item {
    background: #262626;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
    &.selected {
      border: 2px solid #b8b0f6;
    }
    .text {
      padding: 12px;
      strong {
        color: #fff;
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
      }
      p {
        font-size: 14px;
        font-weight: 500;
        color: #bfbfc1;
      }
    }
    .img {
      width: 100px;
      height: 100px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      margin-left: auto;
      img {
        height: 100%;
        width: auto;
      }
    }
  }
}

.devices-wrapper {
  width: 100%;
  height: 100vh;
  background: #121113;
  padding: 24px 12px;
  position: relative;
  .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    span {
      color: #fff;
      margin-bottom: 20px;
    }
    p {
      color: #bfbfc1;
      font-weight: 500;
      font-size: 16px;
      display: block;
    }
    strong {
      color: #fff;
      font-size: 24px;
      display: block;
      margin-bottom: 10px;
    }
  }
  .devices-list {
    margin-top: 30px;
    .dev-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1.5px solid #3b3a3a;
      border-radius: 5px;
      margin-bottom: 20px;
      &:hover {
        opacity: 0.6;
      }
      img {
        height: 100px;
      }
      .text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 12px;
        span {
          font-weight: 500;
          font-size: 14px;
          color: #949494;
          display: block;
          margin-bottom: 5px;
        }
        b {
          color: #fff;
          font-size: 22px;
          letter-spacing: 1px;
        }
      }
    }
  }
}

.setup-wrapper {
  width: 100%;
  height: 100vh;
  background: #121113;
  padding: 24px 12px;
  position: relative;
  .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    span {
      color: #fff;
      margin-bottom: 20px;
    }
    p {
      color: #bfbfc1;
      font-weight: 500;
      font-size: 16px;
      display: block;
    }
    strong {
      color: #fff;
      font-size: 24px;
      display: block;
    }
  }
  .setup-list {
    margin-top: 30px;
    .title {
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      display: block;
      margin-bottom: 20px;
    }
    .setup-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #262626;
      border-radius: 5px;
      margin-bottom: 20px;
      overflow: hidden;
      &:hover {
        opacity: 0.6;
      }
      img {
        height: 100px;
      }
      .text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 12px;
        p {
          color: #fff;
          font-weight: 700;
          font-size: 15px;
          margin: 0;
        }
        span {
          font-weight: 500;
          font-size: 14px;
          color: #949494;
          display: block;
          margin-bottom: 5px;
        }
        b {
          color: #fff;
          font-size: 22px;
          letter-spacing: 1px;
        }
      }
    }
  }
}

.input-wrapper {
  width: 100%;
  margin-top: 40px;
  textarea {
    background: #262626;
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 160px;
    resize: none;
    padding: 12px;
    color: #fff;
    margin-bottom: 12px;
  }
  button {
    width: 100%;
    height: 45px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    margin-top: 10px;
    &.disabled {
      opacity: 0.5;
      cursor: no-drop;
      pointer-events: none;
    }
  }

  .flat > span {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 4px;
    background: #262626;
    font-size: 14px;
    color: #fff;
    border: 1px solid #3b3a3a;
    cursor: pointer;
  }

  .err-msg {
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 17px;
    color: #db705c;
    font-weight: 600;
    margin-bottom: 15px;
    display: none;
    width: 100%;
    float: left;
  }
}

.preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100vh;
  display: flex;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  &.show {
    opacity: 1;
  }
  img {
    filter: brightness(0) invert(1);
    max-width: 160px;
    transition: 0.3s all;
    animation: zoom 1s infinite alternate;
    @keyframes zoom {
      0% {
        transform: scale(1);
      }
      100% {
        transform: scale(1.1);
      }
    }
  }
}
 */

.preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0;
    pointer-events: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader.show {
    opacity: 1;
}

.preloader img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-width: 160px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-animation: zoom 1s infinite alternate;
    animation: zoom 1s infinite alternate;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


/*# sourceMappingURL=style.css.map */