@charset "UTF-8";

main#edit-profile-picture {
    width: 100vw;
}   

main#edit-profile-picture > section#apagar {
    width: 100%;
    height: 600px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}

main#edit-profile-picture > section#apagar > h2 {
    margin-bottom: -180px;
    margin-top: 120px;
} 

main#edit-profile-picture > section#apagar > section.dados {
    margin-top: 100px;
}

main#edit-profile-picture > section#apagar > section.dados > p {
    font-weight: bold;
    color: var(--cor4);
    margin-bottom: 20px;
    margin-left: 0px;
}

main#edit-profile-picture > section#apagar > section.dados > img {
    width: 300px;
    margin-top: 0px;
}

main#edit-profile-picture > section#apagar > section.opcoes {
    width: 100%;
}

main#edit-profile-picture > section#apagar > section.opcoes > form {
    width: 100%;
    height: 500px;
    margin-bottom: 200px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}

main#edit-profile-picture > section#apagar > section.opcoes > form > div {
    width: 300px;
    height: 320px;
    background-color: var(--cor5);
    background-image: url('../imagens/fotos-fundo/fundo-upload-imagem.jpg');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
}

main#edit-profile-picture > section#apagar > section#dados-adicionar {
    margin-top: 200px;
}

main#edit-profile-picture > section#apagar > section.opcoes > form > a {
    text-decoration: none;
    color: var(--cor5);
    background-color: var(--cor3);
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold
}

main#edit-profile-picture > section#apagar > section.opcoes > form > a:hover {
    background-color: #cf264b;
    cursor: pointer;
}

main#edit-profile-picture > section#apagar > section.opcoes > form > div > input[type="file"]::-webkit-file-upload-button, main#edit-profile-picture > section#apagar > section.opcoes > form > input[type="submit"] {
    color: var(--cor5);
    background-color: var(--cor0);
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
} 

main#edit-profile-picture > section#apagar > section.opcoes > form > div > input[type="file"]::-webkit-file-upload-button:hover, main#edit-profile-picture > section#apagar > section.opcoes > form > input[type="submit"]::-webkit-file-upload-button:hover {
    background-color: #d6ba00;
    cursor: pointer;
}

main#edit-profile-picture > section#apagar > section.opcoes > form > div > input[type="file"]::file-selector-button, main#edit-profile-picture > section#apagar > section.opcoes > form > input[type="submit"]::file-selector-button {
    color: var(--cor5);
    background-color: var(--cor0);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

main#edit-profile-picture > section#apagar > section.opcoes > form > div > input[type="file"]::file-selector-button:hover, main#edit-profile-picture > section#apagar > section.opcoes > form > input[type="submit"]::file-selector-button:hover {
    background-color: #d6ba00;
    cursor: pointer;
}

