.fullopacity {
    opacity: 100%;
}

.top, .creation, .qrcodecontainer, .stickers {
    background-color: var(--main-color);
    color: white;
    padding: 80px 20px;
}

.top {
    color: black;
}

.top .maxwidth {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top h1 {
    margin: 0;
    font-size: 70px;
    font-weight: bold;
    margin-top: -100px;
    text-transform: uppercase;
    text-align: center;
}

.top h1 span {
    font-size: 20px;
    opacity: 90%;
}

.top h1 span.litle {
    font-size: 20px;
    transform: translate(10px, 85px);
    display: block;
}

.top h2 {
    font-size: 20px;
    font-weight: normal;
    opacity: 80%;
    text-align: center;
}

.top p.info {
    opacity: 70%;
    text-align: center;
}

.ctacontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cta, .secondcta {
    background-color: var(--main-cta);
    padding: 10px 25px;
    border-radius: 30px;
    color: var(--second-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 10px;
    display: flex;
    text-align: center;
    align-items: center;
}

.secondcta {
    background-color: var(--second-color);
    color: white;
    opacity: 95%;
}

.creation, .qrcodecontainer, .stickers {
    background-color: var(--second-color);
    padding-top: 50px;
}

.creation h2, .qrcodecontainer h2, .stickers h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}

.creation form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    border: 1px solid white;
    border-radius: 5px;
    padding: 30px 30px;
    margin: 0 auto;
    background-color: white;
    color: var(--second-color);
}

.creation form label {
    font-size: 10px;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.creation form input, .creation form textarea, .creation form select {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid black;
}

.creation form .info {
    text-align: center;
    font-size: 15px;
}

.creation form .ctacontainer {
    margin: 0 auto;
    margin-top: 30px;
}

.step {
    font-size: 10px;
    opacity: 70%;
    margin: 10px auto;
    text-transform: uppercase;
    text-align: center;
}

.subh2 {
    opacity: 80%;
    margin: 0;
    margin-bottom: 50px;
    margin-top: 10px;
}
.creation form .spec-orga {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.creation form .spec-orga input, .creation form .spec-orga label {
    margin: 0;
    accent-color: var(--second-color);
}

.creation form .spec-orga label {
    font-size: 15px;
    margin-right: 10px;
}

.qrcodecontainer {
    background-color: var(--third-color);
    color: black;
}

.qrcodecontainer .qrcodeimgcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.qrcodeimgsubcontainer, .qrcodeimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px;
}

.qrcodeimgsubcontainer {
    margin: 0;
}

.qrcodeimg h4 {
    font-size: 30px;
    margin: 0;
}

.qrcodeimg p {
    opacity: 80%;
    font-size: 10px;
}

.qrcodeimg .completed {
    font-size: 16px;
    max-width: 250px;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
}

.hidden {
    display: none !important;
}

#qrcodeURL, #qrcodeTEXT, #scanlifelogo {
    display: none;
}

#qrcodeURLIMG, #qrcodeTEXTIMG, #qrcodeTEXTCanvas, #qrcodeURLCanvas {
    display: block;
}

.qrcodecontainer .ctacontainer {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
}

.qrcodecontainer .ctacontainer .litle {
    font-size: 10px;
}

.qrcodecontainer .styling {
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: min-content;
    margin: 30px auto;
}

.qrcodecontainer .styling .picker {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 20px;
}

.qrcodecontainer .styling .picker label {
    margin-top: 5px;
    text-align: center;
}

.qrcodecontainer .styling .pickers {
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: end;
    padding-top: 0;
}

.qrcodecontainer #chaning img {
    height: 30px;
    padding: 5px;
}

.qrcodecontainer #chaning {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    justify-content: center;
    min-width: 200px;
    font-weight: bold;
}

.qrcodecontainer .styling input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 40px;
  padding: 0;
  width: 40px;
  border-radius: 100px;
  box-shadow:  0 1px 2px 0 rgb(75 75 75 / 64%) ;
}

#urlDisplay {
    word-break: break-all;
}

input[type="color"]*:focus{
  border-radius: 0;
  outline: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-color-swatch{
  border: 0;
  border-radius: 0;
}

::-moz-color-swatch,
::-moz-focus-inner{
  border: 0;
}

::-moz-focus-inner{
  padding: 0;
}

.stickers {
    background-color: var(--fourth-color);
}

.stickers h4 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}

.stickers .emphasis {
    color: var(--flash-color);
}

.stickers .packscontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
}

.stickers .packscontainer .packcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}

.stickers .packscontainer .packcontainer p {
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (min-width: 900px) {
  .top, .creation, .qrcodecontainer, .stickers {
    padding: 150px 20px;
  }

  .qrcodecontainer .maxwidth {
    flex-direction: row;
  }

  .qrcodecontainer .qrcodeimgcontainer {
    flex-direction: row;
    align-items: start;
  }

  .stickers .packscontainer {
    flex-direction: row;
    margin: 0;
  }

  .ctacontainer {
    flex-wrap: nowrap
  }

  .top h1 {
    text-align: left;
    font-size: 90px;
  }

  .top h2 {
    text-align: left;
    font-size: 25px;
  }

  .top .maxwidth {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .top h1 span.litle {
    font-size: 20px;
    transform: translate(10px, 110px);
    display: block;
   }

    .cta, .secondcta {
        margin: 10px 20px;
        margin-left: 0;
    }
}
