body{
    margin: 0;
}

.container-form{
    font-family: Inter, sans-serif;
    display: flex;
    flex-direction: row;
}

.logo-dotto{
    width: 143px;
}

.direita{
    width: 50vw;
    height: 100vh;
    background: url("/wp-content/plugins/dotto-2/public/images/wizard_direita.png");
    background-position: right;
    background-repeat: no-repeat;
}

.esquerda{
    width: 50vw;
    margin: auto;
    /*border: 1px solid red;*/
}

.container-esquerda{
    /*border: 1px solid blue;*/
    margin: 0 auto;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
}

#formulario-contato, #load-duplication, #load-duplication-alternative, #load-duplication-scroll{
    width: 506px;
    height: 700px;
    /*border: 1px solid green;*/
}

#formulario-contato h1{
    font-size: 32px;
    font-weight: 700;

}

.form-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;


}

.form-group label{
    font-weight: 500;
    font-size: 16px;
}

.form-group input{
    max-height: 50px;
    border: 1px solid #D7E0EB!important;
    padding: 1.1rem 1.2rem!important;
    border-radius: 8px!important;
    margin-top: 0.7rem!important;
}

.form-group input[type="submit"]{
    height: 60px;
    background: #194AF9!important;
    border-radius: 30px!important;
    padding: 15px 30px;
    border: none!important;
    color: #FFF!important;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.form-group-hide{
    display: none;
}

.dotto-title-duplication{
    margin-bottom: 3.7rem;
}

.info-dotto{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info-dotto-adv{
    display: flex;
    gap: 16px;
    align-items: center;
    /*border: 1px solid red;*/
}

.info-dotto-icon{
    width: 83px;
    height: 83px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-dotto-title{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 35px;
}

.info-dotto-subtitle{
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
}

.info-dotto-single{
    max-width: fit-content;
    border: 1px solid #BFC9EA;
    padding: 19px 24px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    /*transition: all 0.5s ease;*/
}

.info-dotto-active{
    max-width: fit-content;
    border: 1px solid #1A3EBB;
    padding: 19px 24px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    background-color: #194AF9;
    color: #FFF;
    transition: all 1s ease;
}

.info-dotto-remove {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    transition: all 0.5s ease;
}

.info-dotto-scroll{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 506px;
    height: 550px;
    position: relative;
    overflow: hidden;
}

#load-duplication-content{
    position: relative;
    overflow: hidden;
}

#load-duplication-content::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #FFF);
    z-index: 99999;
}

.hidden-info {
    visibility: hidden;
    transform: translateY(100%);
}

.smooth-transition {
    transition: transform 0.5s ease-in-out;
}

/*Username options*/

.username-container{
    /*border: 1px solid blue;*/
    width: 600px;
    height: 700px;
    margin: auto;
    padding: 10px 20px;
}

.logo-dotto-username {
    margin-bottom: 5%;
    width: 143px;
}

.username-options{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 47px;
}

.username-input{
    text-align: center;
    background: transparent;
    border-radius: 30px!important;
    border: 1px solid #194AF9!important;
    color: #194AF9!important;
    font-weight: 600!important;
    cursor: pointer;
    padding: 10px 15px;
}

.user-selected {
    background-color: #194AF9;
    color: #FFF!important;
}

.dotto-btn-username{
    margin-top: 50px;
    background: #194AF9!important;
    border-radius: 30px!important;
    padding: 0.9rem 1.1rem!important;
    border: none!important;
    color: #FFF!important;
    font-weight: 600;
    opacity: 0.5;
}

button#change-username{
    cursor: pointer;
}

/*Barra de progresso*/
.progress-container {
    width: 100%;
    height: 60px;
    margin-top: 10%;
    border-radius: 30px;
    background-color: #194AF940;
    position: relative;
}

.progress-bar {
    width: 10%;
    height: 100%;
    background-color: #194AF9;
    border-radius: 30px;
}

#progress-info{
    position: absolute;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}


/* Warnings */

.duplication-warning {
    border: none;
    border-radius: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
    background-color: #F4382C;
    color: #85130C;
}

.duplication-warning a, .duplication-warning a:visited {
    color: inherit;
}


@media screen and (max-width: 600px) {
    /*formulário de cadastro*/
    .direita {
        display: none;
    }

    .esquerda{
        width: 100%;
    }

    .container-form{
        padding: 0 15px;
    }

    .container-esquerda{
        margin: 0;
        width: 100%;
    }

    .container-image{
        display: none;
    }
    #formulario-contato{
        width: auto;
        height: auto;
    }

    #formulario-contato h1{
        font-size: 24px;
        margin-top: 0;
    }

    .form-group {
        margin-bottom: 0.5em;
    }

    .form-group input {
        padding: 0.7rem 1rem !important;
        margin-bottom: 0.5em;
    }

    .form-group label, .form-group input[type="submit"] {
        font-size: 14px;
    }

    /*Tela de carregamento*/
    .logo-dotto{
        display: none;
    }

    #load-duplication{
        width: auto;
        height: auto;
        padding: 0 15px;
    }

    .dotto-title-duplication{
        font-size: 24px;
        margin-bottom: 1em;
        margin-top: 0;
    }

    .info-dotto {
        gap: 12px;
    }

    .info-dotto-title{
        font-size: 16px;
    }

    .info-dotto-subtitle, #progress-info span{
        font-size: 14px;
    }

    /*Escolha de username*/
    .logo-dotto-username{
        display: none;
    }

    .username-container {
        width: auto;
        height: auto;
        padding: 0 15px;
        margin-bottom: 5%;
    }

    .duplicator-head {
        width: 100%;
        background: url(../images/topo_wizard.png);
        height: 160px;
        margin: auto;
        background-position: center;
    }

    .duplicator-footer {
        width: 100%;
        background: url(../images/logo_wizard.png);
        height: 50px;
        margin: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100px;
    }
}