[v-cloak] {
  display: none;
}

.p-70 {
  padding: 70px 0;
}

.input-group-text {
  height: 38.5px;
  border-radius: .25rem 0 0 .25rem;
}

.qrcode {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-70 {
    padding: 40px 0;
  }

  .qrcode {
    max-width: 350px;
    max-height: 350px;
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .qrcode {
    max-width: 200px;
    max-height: 200px;
  }
}

.img_container {
  position: relative;
  width: 200px;
  max-width: 200px;
  border: 1px solid rgba(238, 238, 238, .6);

  img {
    max-width: 200px;
  }
}

input[type=color] {
  border: 0;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding: 0;

  &::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
  }

  &::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 50%;
  }

  &:focus {
    outline: none;
  }
}