@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body{
    background-color: #e6e6e6;
    font-family: 'Montserrat', sans-serif;
}

.form-row {
    min-height: 100vh;
}

#row-offline {
    min-height: 100vh;
}

.add-to {
    display: none;
    background-color: #2f3a67; 
    width: 30%;
} 

#logo-pixole-offline{
    width: 70%;
}

.add-to-btn {
    background-color: #2f3a67; 
    color: white; 
    border: none; 
    outline:none; 
    font-weight: bold; 
    width: 100%; 
    height: 50px; 
}   

#container-resultado {
    display: none;
}

#resultado{
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width:350px;
    min-height:600px;
    display: block;
    margin: auto;
    border-bottom: 20px solid;
    border-image: repeating-linear-gradient(100deg, #926438, #dcb05d 100%) 100;
}

#calcular {
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width:350px;
    min-height:600px;
    display: block;
    margin: auto;
    border-bottom: 20px solid;
    border-image: repeating-linear-gradient(100deg, #926438, #dcb05d 100%) 100;
}

#offline {
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width:350px;
    min-height:600px;
    display: block;
    margin: auto;
    border-bottom: 20px solid;
    border-image: repeating-linear-gradient(100deg, #926438, #dcb05d 100%) 100;
}

#offline h1{
    font-size: 30px;
}

#calcular .form-select {
    background-color: #b0b0b042;
    width: 250px;
    display: block;
    margin: auto;
    font-size: 14px;
}

#img-pwa-launch {
    width: 20px;
}

#calcular .form-select option{
    font-size: 18px;
}

.custom-select {
    margin-right: 10px;
    background-color: transparent;
}

.form-option{
    display: inline-block;
}

.form-option:hover{
    background: #6f42c1;
}

.group-form-pixole {
    margin-top: 8%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#resultado .group-form-pixole{
    margin-top: 8%;
}
#resultado .group-form-pixole-button{
    margin-top: 5%;
    margin-bottom: 5%;
}

.group-form-pixole-button {
    margin-top: 15%;
}

.group-form-pixole-inputs {
    margin-top: 6%;
}

form .label-pixole {
    color: #c1903c;
    font-size: 15px;
}

#resultado .label-pixole {
    font-size: 20px;
}

#inputSaque {
    font-size: 20px;
}

#inputTotal {
    font-size: 20px;
}

#inputFormaPgto {
    font-size: 20px;
}

form .input-pixole {
    background-color: #b0b0b042;
    text-align: center;
    display: block;
    margin: auto;
    width: 250px;
}

.logo-pixole {
    width: 180px;
}
.pixole-button{
    border:0px;
    padding-bottom: 12px;
    padding-top: 12px;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    width : 190px;
    background-color: #2f3a67;
    color: #ffffff;
    border-radius: 50px;
    font-size: 20px;
}

.img-titulo-pixole {
    width: 275px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#offline-label{
    padding-top: 20%;
}

.cta-pixole {
    margin-top: 8%;
}

.txt-cta-pixole {
    font-size: 15px;
    text-align: center;
}

/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1032;
}

.ajax_load_box {
    margin: auto;
    text-align: center;

    font-weight: var(--weight-bold);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: repeating-linear-gradient(100deg, #926438, #dcb05d 100%);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: var(--weight-strong);
    color: #ffffff;
}

.responsabilidade {
    font-size: 12px;
    font-weight: bold;
}

.group-form-pixole-rodape {

}

#live-toast-question {
    z-index: 11;
}

@media only screen and (max-device-width: 768px) {

    #offline-label{
        padding-top: 20%;
    }

    .add-to-btn {
        min-height: 55px !important;
        padding-bottom: 80px;
    }

    #live-toast-question-first{
        margin-bottom: 0px !important;
        width: 100% !important;
        min-height: 55px !important;
    }

    #live-toast-question {
        width: 100%;
        font-size: 50px;
    }


    .ajax_load_box_title {
        font-size: 50px;
    }

    .responsabilidade{
        font-size: 35px;
    }

    #resultado .label-pixole {
        font-size: 50px;
    }

    #inputSaque {
        font-size: 50px;
    }

    #inputTotal {
        font-size: 50px;
    }

    #inputFormaPgto {
        font-size: 50px;
    }

    .logo-pixole {
        width: 50%;
    }

    .img-titulo-pixole {
        width: 80%;
    }

    #calcular {
        width:90%;
        min-height:90vh;
    }

    #resultado {
        width:90%;
        min-height:90vh;
    }

    #offline { 
        width:90%;
        min-height:90vh;
    }

    #offline h1 {
        font-size: 50px;
    }

    #calcular .form-select {
        width: 80%;
        height: 80px;
    }

    form .input-pixole {
        width: 80%;
        height: 80px;
        font-size: 50px;
    }

    .txt-cta-pixole {
        font-size: 35px;
        text-align: center;
    }

    .cta-pixole{
        margin-top: 8%;
    }

    .pixole-button{
        width : 40%;
        font-size: 60px;
        border-radius: 100px;
    }

    .group-form-pixole{
        margin-top: 15%;
    }

    #resultado .group-form-pixole{
        margin-top: 12%;
    }

    .group-form-pixole-button {
        margin-top: 15%;
    }

    #resultado .group-form-pixole-button{
        margin-top: 5%;
        margin-bottom: 5%;
    }

    form .label-pixole {
       font-size: 50px;
    }

    #calcular .form-select option{
        font-size: 50px;
    }

    #calcular .form-select {
        font-size: 50px;
    }

    #img-top-resultado {
        margin-top: 20%;
    }

}
