@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");



* {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

body {
    background: #18191a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.label-input-reverse>input {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    color: black;
    font-size: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#formRegistro {
    display: flex;
    flex-direction: column;
    max-width: 400px;

}

form#formRegistro input[list],
form#formRegistro input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    color: black;
    font-size: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

form#formRegistro input:focus {
    border-color: #000000;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
    outline: none;
}

form#formRegistro input::placeholder {
    color: #aaa;
}

form#formRegistro button[type="submit"] {
    width: 100%;
    background-color: #000;
    color: #ff6400;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid;
    transition: all 0.3s;
    border-radius: 6px;

    margin-top: 16px;
}

form#formRegistro button[type="submit"]:hover {
    background-color: #ff6400;
    color: #000;
    cursor: pointer;
}

form#formRegistro button[type="submit"]:active {
    transform: scale(0.98);
}

#passwordloginid {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #444;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#passwordloginid2 {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #444;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#formLogin {
    display: flex;
    flex-direction: column;
    width: 70%;

}

form#formLogin input[list],
form#formLogin input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #444;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

form#formLogin input:focus {
    box-shadow: 0 0 12px 0px rgba(255, 100, 0, 0.5);
    outline: none;
}

form#formLogin input::placeholder {
    color: #aaa;
}

form#formLogin button[type="submit"] {
    width: 100%;
    background-color: #000;
    color: #ff6400;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid;
    transition: all 0.3s;
    border-radius: 6px;

    margin-top: 0px;
}

form#formLogin button[type="submit"]:hover {
    background-color: #ff6400;
    color: #000;
    cursor: pointer;
}

form#formLogin button[type="submit"]:active {
    transform: scale(0.98);
}

#formLogin2 {
    display: flex;
    flex-direction: column;
    width: 70%;

}

form#formLogin2 input[list],
form#formLogin2 input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #444;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

form#formLogin2 input:focus {
    box-shadow: 0 0 12px 0px rgba(255, 100, 0, 0.5);
    outline: none;
}

form#formLogin2 input::placeholder {
    color: #aaa;
}

form#formLogin2 button[type="submit"] {
    width: 100%;
    background-color: #000;
    color: #ff6400;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid;
    transition: all 0.3s;
    border-radius: 6px;

    margin-top: 0px;
}

form#formLogin2 button[type="submit"]:hover {
    background-color: #ff6400;
    color: #000;
    cursor: pointer;
}

form#formLogin2 button[type="submit"]:active {
    transform: scale(0.98);
}

.box {
    width: 824px;
    display: flex;
    flex-direction: row;
    background: #3a3b3c;
    gap: 24px;
    padding: 16px 24px;
    height: 600px;

    justify-content: center;
    align-items: center;

    position: relative;
    overflow: hidden;

    border-radius: 4px
}

.box1 {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 450px;
}

h1 {
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: 600;

    cursor: default;
}

h2 {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 400;

}


.box2 {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 450px;
    gap: 24px
}

.social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-direction: column;
    width: 70%;
}

#fecharBox3,
#fecharBox4 {
    background: transparent;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 24px;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 36px;
    height: auto;
}

#fecharBox3 svg,
#fecharBox4 svg {
    transition: all 0.3s ease-in-out;
}

#fecharBox3:hover svg,
#fecharBox4:hover svg {
    fill: #000000;
}

.box3 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 16px;
    background: #ff6400;
    transition: width 0.4s ease;
    cursor: pointer;
    z-index: 10;

    overflow: hidden;
    display: flex;

}

.box3 .box3-content {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: opacity 0.4s ease 0.2s;
    transform: translateX(20px);
    white-space: nowrap;
}

.box3.expandido {
    width: 55%;
    background: #ff6400;
}

.box3.expandido .box3-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.box4 {
    display: none;
}

#toggleButton {
    width: 80%;
    background-color: #ff6400;
    color: #000;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid;
    transition: all 0.3s;
    border-radius: 6px;

    margin-top: 16px;
}

#toggleButton:hover {
    background-color: #000;
    color: #ff6400;
    cursor: pointer;
}

#toggleButton:active {
    transform: scale(0.85);
}

.label-input {
    display: flex;
    flex-direction: column;
    text-align: start;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.label-input svg {
    fill: #fff
}

.label-input-reverse {
    display: flex;
    flex-direction: column;
    text-align: start;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

#toggleButtonLoginMobile,
#toggleButtonCadastroMobile {
    display: none;
}

@media (max-width: 767px) {
    .div-dados-produto select {
        border: 2px solid #a3a3a3;
        border-radius: 4px;
        padding: 8px 4px;

        /* limpa estilo nativo do iOS */
        -webkit-appearance: none;
        appearance: none;

        /* evita azul do conteúdo */
        color: #333;
        background-color: #fff;
    }

    /* tira highlight azul ao tocar */
    .div-dados-produto select {
        -webkit-tap-highlight-color: transparent;
    }

    #toggleButton {
        display: none;
    }

    #toggleButtonLoginMobile,
    #toggleButtonCadastroMobile {
        display: flex;
    }

    #toggleButtonLoginMobile {
        width: 80%;
        background-color: #000;
        color: #ff6400;
        padding: 12px 24px;
        font-size: 18px;
        font-weight: 600;
        border: 0px solid;
        transition: all 0.3s;
        border-radius: 6px;
        justify-content: center;
        margin-top: 16px;
    }

    #toggleButtonLoginMobile:hover {
        background-color: #ff6400;
        color: #000;
        cursor: pointer;
    }

    #toggleButtonLoginMobile:active {
        transform: scale(0.85);
    }

    #toggleButtonCadastroMobile {
        width: 100%;
        background-color: #ff6400;
        color: #000;
        padding: 12px 24px;
        font-size: 18px;
        font-weight: 600;
        border: 0px solid;
        transition: all 0.3s;
        border-radius: 6px;
        justify-content: center;
        margin-top: 16px;
    }

    #toggleButtonCadastroMobile:hover {
        background-color: #000;
        color: #ff6400;
        cursor: pointer;
    }

    #toggleButtonCadastroMobile:active {
        transform: scale(0.85);
    }

    .box {
        width: 80%;
        flex-direction: column;
        height: 80%;
    }

    .box1 {
        width: 100%;
        gap: 12px;
    }

    .box1 img {
        width: 200px
    }

    h1 {
        font-size: 20px;
        margin: 0px !important;
    }

    h2 {
        font-size: 16px;
    }

    .box2 {
        display: none;
    }

    .box3 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 100%;
        height: 16px;
        background: #ff6400;
        transition: height 0.4s ease;
        z-index: 10;
        overflow: hidden;
        display: flex;
        cursor: default
    }

    .box3 .box3-content {
        transform: none;

    }

    .box3.expandido {
        height: 100%;
        width: 100%;
        z-index: 100;
    }

    #formRegistro {
        width: 90%;
    }

    #formLogin {
        width: 90%;
    }

    .box4 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 100%;
        height: 16px;
        background: #ff6400;
        transition: height 0.4s ease;
        z-index: 10;
        overflow: hidden;
        display: flex;
    }

    .box4 .box4-content {
        width: 100%;
        opacity: 0;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        transition: opacity 0.4s ease 0.2s;
        white-space: nowrap;
    }

    .box4.expandido {
        height: 100%;
        width: 100%;
        background: #3a3b3c;
    }

    .box4.expandido .box4-content {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .social-login {
        width: 90%;
    }

    #formLogin2 {
        width: 90%;
    }
}