.titleWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--var-backgroundHeader);
    color: white;
    position: relative;
}

.iconPix{
    padding: 10px;
}
.pedidoPix{
    margin-top: -100px;
}
.pedidoPix .resumo{
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #a3a3a3!important;
    z-index: 999;
    background: #fff;
    width: 100%;
}

.stepsPix{
    padding: 0px 30px; 
}
.stepsPixWrapper{
    display: flex;
}
.stepsPixContent{
    padding: 24px;
}
.stepsPixContent p{
    font-size: 16px;
    padding: 10px;
}

.randomPixWrapper,
.js-copytextarea {
    align-self: stretch;
    color: rgba(0,0,0,.55);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 16px 0;
    overflow: hidden;
    padding: 16px;
    position: relative;
    white-space: nowrap;
    max-width: 500px;
    z-index: 0;
}

.randomPixWrapper {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,.1);
    -webkit-border-radius: 6px;
    border-radius: 6px; 
    transition: all 0.3s linear;
}
.randomPixWrapper.copy {
    box-shadow: 0px 0px 1px 1px var(--var-backgroundHeader);
}

#randomPixCode {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    border: 0;
    margin: 0;
    
}
#randomPixCode{
    white-space: nowrap!important;
    font-size: 14px;
}

.randomInput {
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 30%,#fff) !important;
    border: none !important;
    color: #3483fa;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    line-height: 1.25;
    outline: 0;
    padding: 0 16px 0 40px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    max-width: 500px;
    margin: auto;
}
.infoWrapper{
    border-top: 1px solid #000;
    padding: 24px;
}

#texto{
    border: 0;
    outline: none;
    width: 400px;
}
button:focus{
    outline: none;
}

.randomContent span{
    display: flex;
    justify-content: space-around;
    align-self: stretch;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: rgba(0,0,0,.55);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 16px 0;
    overflow: hidden;
    padding: 16px;
    position: relative;
    white-space: nowrap;
}
@media (max-width: 850px){
    .stepsPixWrapper{
        display: block;
    }
    .stepsPixImage{
        display: flex;
        justify-content: center;
    }
    .stepsPixContent p{
        padding: 5px;
    }
  
}
@media screen and (max-width: 575){
    .pedido .resumo{
        border: 0 !important;
        width: calc(100% - 30px);
        margin-left: 15px;
        border-radius: 0 !important;
    }
}
#randomPixCode{
    white-space: nowrap!important;
}
.stepsPixContent h3{
    padding: 17px;
}
.topoPix{
    padding-top: 35px;
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: flex-start;
}
.topoPix h5{
    color: #000;
    font-weight: bold;
    align-items: center;
    display: flex;
    margin-left: 10px;
}
.qrCodepix{
    color: black !important;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif !important;
    font-weight: 600;
    line-height: 1.22;
    margin: 0;
    font-size: 16px !important;
    padding: 10px 35px 25px;
    text-align: center;
}
.randomPixWrapper,
.js-copytextarea {
    align-self: stretch;
    color: rgba(0,0,0,.55);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    padding: 9px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    max-width: 520px;
}

.randomPixWrapper {
    border: 1px solid rgba(0,0,0,.1);
    margin: auto;
    height: 50px;
}
.interna-pix{
   
    top: 0;
    height: 100%;
    min-height: 900px;
    left: 0;
    height: 100vh;
    padding-bottom: 50px;
}

textarea#randomPixCode:focus {
    outline: none;
}

.titleScanner{
    color: rgba(0,0,0,.9);
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.22;
    margin: 0;
    /* padding-bottom: 24px; */
    font-size: 16px;
}
.randomInput {
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 30%,#fff) !important;
    border: none !important;
    color: #3483fa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    line-height: 1.25;
    outline: 0;
    padding: 0 16px 0 40px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    max-width: 500px;
    margin: auto;
}
p.textScanner{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    max-width: 370px;
    margin-bottom: 30px;
}
.steps p {
    margin-bottom: 10px;
}

.stepsCount.text-center{
    width: 100%;
    font-weight: bold;
    margin: auto;
    justify-content: center;
}
.randomInput:focus{
    outline: none !important;
}
.countdown{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.25);
    color: white;
    position: absolute;
    margin-top: 13px;
    height: 41px;
    font-size: 16px;
    width: 100%;
    z-index: 2;
}

#mostracontagem{
    justify-content: center;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

#mostracontagem * {
    display: inline-block;
}
button#btn{
    color: var(--var-backgroundHeader);
}
button#btn:hover{
background: unset;
color: unset;
}

a.btn-whatsapp.wpp{
    bottom: 20px !important;
}