@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

.backgroundImgQrCreate {
    background-image: url("/static/shutterstock_1806040348.png");
    opacity: 0.74;
    max-height: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

/*@media screen and (min-width: 1365px) {
  .backgroundImgQrCreate {
    background-image: url("/static/shutterstock_1806040348.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.74;
    max-width: 1920px;
    max-height: 828px;
    width: 100%;
    height: 100%;
  }
}*/

.idQrcodeGenerate {
    top: 200px;
}

.qrModal {
    height: 28rem;
    width: 65rem;
    z-index: 1000;
    background-color: #FFFFFF;
    position: absolute;
    top: 15rem;
    left: 15rem;
    border-radius: 17px;
    box-shadow: 10px 10px 40px #0000007A;
    opacity: 0.94;
}


.modalContainer {
    display: flex;
    height: 100%;
}

.qrCodeImgContainer {
    padding: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrCodeImg {
    width: 15rem;
    height: 15rem;
    background-color: white;
    border: 14px solid #FF8B63;
    border-radius: 17px;
}

.qrCodeSample {
    width: 100%;
    height: 100%;
}

.qrCodeSample img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.qrCodeSample canvas {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.qrCodeIcons {
    justify-content: space-between;
    display: flex;
    margin: 4rem 10rem 1rem 1rem;
}

.qrCodeForm {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.qrCodeFormInteractive {
    display: flex;
    height: 100%;
    margin: 2rem 6rem 7rem 1rem;
}

.iconModal {
    color: #999594;
    text-align: center;
}

.lineContainer {
    display: flex;
    color: #999594;
}

.lineIcon {
    color: #999594;
    border: solid 0.5px;
    height: 1px;
    width: 5rem;
    justify-content: center;
    align-items: center;
    align-content: baseline;
    margin-top: 1.5rem;
    margin-left: 0.5rem;
}

.labelForm {
    text-align: left;
    font: normal normal normal 20px/27px 'Nunito' Sans;
    letter-spacing: 0px;
    color: #606060;
    opacity: 1;
    margin: 0;
}

.inputForm {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    opacity: 1;
    border: none;
    height: 45px;
    margin-bottom: 21px;
}

.inputForm:focus {
    outline: none;
}

.formInteractive {
    flex: 5;
}

.formButtons1 {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
    margin-bottom: 11px;
}

.formButton {
    flex: 1;
    cursor: pointer;
    margin-left: 10px;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    opacity: 1;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

a.formButton:hover {
    text-decoration: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FC4101;
}

.formButtonText {
    text-align: center;
    font: normal normal normal 18px/24px 'Nunito' Sans;
    letter-spacing: 0px;
    color: #606060;
    opacity: 1;
}

.arrowLeftContainer {
    display: flex;
    flex: 0.5;
    align-items: center;
    padding-bottom: 20%;

}

.arrowRightContainer {
    display: flex;
    align-items: center;
    flex: 1;
    padding-bottom: 20%;
}

.arrow {
    cursor: pointer;
    color: #FF8B63 !important;
}

.formIdQrcode {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.formDesignQrCode {
    display: flex;
}

.formDesignLeftOptions {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form3Buttons {
    flex: 1;
    cursor: pointer;
    height: 45px;
    width: 168px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    opacity: 1;
    display: flex;
    line-height: 50px;
    text-align: center;
}

.form3ButtonLeft {
    padding-right: 10px;
}

.form3ButtonRight {
    padding-left: 10px;
}

.form3ButtonText {
    flex: 1;
    font: normal normal normal 15px/20px 'Nunito' Sans;
    letter-spacing: 0px;
    color: #606060;
    opacity: 1;
    padding: 0.9em;
}

.formDesignRightImportLogo {
    flex: 1;
    display: flex;
    align-items: center;
}


.form3UploadButton {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    cursor: pointer;
    height: 45px;
    width: 168px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    opacity: 1;
    display: flex;
    line-height: 50px;
    text-align: center;
}

.uploadIcon {
    color: #FC4101
}

.qrCodeColorSelect {
    padding-bottom: 1.5rem;
}

.form3SwitchContainer {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.form4Container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.form4Content {
    justify-content: center;
}

.form4Button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF8B63 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    opacity: 1;
    height: 43px;
}

.form4ButtonText {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form4ButtonTextContainer {
    cursor: pointer;
    font: normal normal normal 1rem 'Nunito', sans-serif;
    letter-spacing: 0;
    color: #F4F4F4 !important;
    opacity: 1;
}

.buttonDownload {
    border: none;
    background-color: transparent;
    color: #F4F4F4;
    font-size: 26px;
}

a.form4ButtonTextContainer:hover {
    text-decoration: none;
}

.form4Icon {
    padding-left: 2rem;
}

#form2 {
    transition: 1s;
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (min-width: 1638px) {
    .qrModal {
        width: 80.5rem;
    }
}

@media screen and (max-width: 1532px) {
    .qrModal {
        width: 55.5rem;
    }
}

@media screen and (min-width: 1367px) {
    .backgroundImgQrCreate {
        background-image: url("/static/shutterstock_1806040348.png");
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.74;
        max-width: 100%;
        max-height: 100%;
        /*min-height: 500px;*/
    }

    .qrModal {
        height: 31rem;
        width: 70.5rem;
        z-index: 1000;
        background-color: #FFFFFF;
        position: absolute;
        top: 10rem;
        border-radius: 17px;
        box-shadow: 10px 10px 40px #0000007A;
        opacity: 0.94;
        margin-left: 10rem;
    }

    .iconModal {
        font-size: 1rem;
    }

    .labelForm {
        font-size: 1rem;
    }

    .formButton {
        flex: 0.5;
    }

    .formButtonText {
        font-size: 1rem;
    }

    .arrow {
        font-size: 1rem;
    }

    .arrowRightContainer {
        height: 20rem;
        padding-bottom: 10%;
    }

    .arrowLeftContainer {
        height: 20rem;
        padding-bottom: 10%;
    }

    .buttonDownload {
        font-size: 1.5rem;
    }

    .form4ButtonText {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1306px) {
    .qrModal {
        left: 10rem;
    }

}

@media screen and (max-width: 1210px) {
    .qrModal {
        left: 5rem;
    }
}

@media screen and (max-width: 1130px) {
    .qrModal {
        height: 38rem;
        width: 50rem;
        top: 7rem;
        left: 9rem;
    }

    .qrModal .modalContainer {
        flex-direction: column;
    }

    .modalContainer .qrCodeImgContainer {
        margin-top: 1rem;
    }

    .qrCodeImg {
        width: 10rem;
        height: 10rem;
        border: 10px solid #FF8B63;
    }

    .qrCodeForm {
        margin-left: 6rem;
    }
}

@media screen and (max-width: 960px) {
    .qrModal {
        height: 38rem;
        width: 44rem;
        top: 7rem;
        left: 5rem;
    }

    .qrModal .modalContainer {
        flex-direction: column;
    }

    .modalContainer .qrCodeImgContainer {
        margin-top: 1rem;
    }

    .qrCodeImg {
        width: 10rem;
        height: 10rem;
        border: 10px solid #FF8B63;
    }

    .qrCodeForm {
        margin-left: 6rem;
    }
}

@media screen and (max-width: 780px) {
    div .qrModal {
        width: 39rem;
        left: 2rem;
    }


}

@media screen and (max-width: 640px) {
    div .qrModal {
        width: 35rem;
        left: 0;
    }

    div .qrCodeFormInteractive {
        margin: 2rem 0;
        padding-right: 3rem;
    }

    div .arrowLeftContainer {
        flex: 0;
    }

    div .arrowRightContainer {
        flex: 0;
    }

    div .qrCodeForm {
        margin-left: 2rem;
    }

    .qrCodeForm .qrCodeIcons {
        margin: 4rem 3rem 1rem 1rem;
        padding-right: 3rem;
    }
}

@media screen and (max-width: 550px) {
    div .qrModal {
        width: 25rem;
    }

    #id-form-qr .qrCodeFormInteractive {
        margin: 1rem 0;
        display: flex;
        flex-direction: column;
        padding-right: 0;
    }

    .qrCodeFormInteractive .arrowLeftContainer {
        padding-left: 10rem;
        padding-bottom: 5%;
    }

    .qrCodeFormInteractive .arrowRightContainer {
        padding-left: 10rem;
        padding-bottom: 5%;
    }

    div .qrCodeForm .qrCodeIcons {
        font-size: 0.8rem;
        margin: 1rem 1rem -1rem 0;
    }
}

@media screen and (max-width: 390px) {
    div .qrModal {
        width: 22.5rem;
        top: 5rem;
        height: 35rem;
    }

    div .qrCodeImg {
        width: 8rem;
        height: 8rem;
        border: 5px solid #FF8B63;
    }

    div .qrCodeForm {
        margin-left: 0.5rem;
    }

    .lineContainer .lineIcon {
        margin-top: 1rem;
    }

}

@media screen and (max-width: 380px){
    .lineIcon {
        width: 3rem;
    }
}

@media screen and (max-width: 320px) {
    div .qrModal {
        width: 20rem;
    }
}
