@charset "UTF-8";

:root {
    --cor0: #F7D500;
    --cor1: #ED7D3A;
    --cor2: #2FBF71;
    --cor3: #EF2D56;
    --cor4: #363537;
    --cor5: #FFFFFF;
    --cor6: #000000
}

main#create-edit-article {
    width: 100vw;
    margin-top: 100px;
}

main#create-edit-article > h2 {
    margin-top: -25px;
    margin-bottom: 25px;
}

main#create-edit-article > form {
    width: 98%;
    /*height: 2000px;*/
    /*height: 100%;*/
    border: none;

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

main#create-edit-article > form > section#imagem-video {
    width: 100%;
    height: 800px;
    /*border: 1px solid rgb(210, 210, 210);*/

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

main#create-edit-article > form > section#imagem-video > div#div-imagem, main#create-edit-article > form > section#imagem-video > div#div-video {
    width: 90%;
    height: 400px;
    /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.313);*/
    border: 1px solid rgb(210, 210, 210);
    border-radius: 10px;
    margin-bottom: 0px;

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

/*main#create-edit-article > form > section#imagem-video > div#div-imagem > div {
    margin-top: -80px;
}*/

main#create-edit-article > form > section#imagem-video > div#div-imagem > img#imagem_guardada {
    width: 100%;
}

main#create-edit-article > form > section#imagem-video > div#div-imagem > a {
    color: var(--cor3);
    text-decoration: none;
    margin-top: 35px;
    margin-bottom: 50px;
    z-index: 20;
}

main#create-edit-article > form > section#imagem-video > div#div-imagem > label {
    /*width: 100px;*/
    height: 50px;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
    z-index: 10;
}

main#create-edit-article > form > section#imagem-video > div#div-video {
    margin-top: 50px;
}

main#create-edit-article > form > section#imagem-video > div#div-video > label {
    height: 50px;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
    z-index: 10;
}

main#create-edit-article > form > section#imagem-video > div#div-imagem > 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;

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

main#create-edit-article > form > section#imagem-video > div#div-video > div {
    width: 300px;
    height: 320px;
    background-color: var(--cor5);
    background-image: url('../imagens/fotos-fundo/fundo-upload-video.png');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center center;

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


main#create-edit-article input[type=file]::-webkit-file-upload-button {
    color: var(--cor5);
    background-color: var(--cor0);
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;

    margin-bottom: 15px;
    margin-top: 50px;
  }

  main#create-edit-article input[type=file]::-webkit-file-upload-button:hover {
    background-color: #d6ba00;
    cursor: pointer;
}

main#create-edit-article input[type=file]::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;
    margin-top: 50px;
}

main#create-edit-article input[type=file]::file-selector-button:hover {
    background-color: #d6ba00;
    cursor: pointer;
}

main#create-edit-article > form > section#info-text {
    width: 100%;
    margin-top: 100px;
    /*height: 1000px;*/
    /*border: 1px solid rgb(210, 210, 210);*/

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

main#create-edit-article > form > section#info-text > div {
    width: 100%;
    height: 10%;
    padding: 10px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

main#create-edit-article > form > section#info-text > div#div-titulo > input, main#create-edit-article > form > section#info-text > div#div-descricao > input {
    width: 98%;
    padding: 10px;
    margin: 10px;
    font-size: 0.95em;
    border-radius: 25px;
    border: 1px solid rgb(210, 210, 210);

    align-self: center;
}

main#create-edit-article > form > section#info-text > div#div-tempo-preparo > div#tempo-unidade {
    width: 60%;

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

main#create-edit-article > form > section#info-text > div#div-tempo-preparo > div#tempo-unidade > input {
    width: 95%;
    padding: 10px;
    margin: 10px;
    font-size: 0.95em;
    border-radius: 25px;
    border: 1px solid rgb(210, 210, 210);

    align-self: center;
}

main#create-edit-article > form > section#info-text > div#div-tempo-preparo > div#tempo-unidade > select {
    padding: 10px;
    border-radius: 25px;
    border: 1px solid rgb(210, 210, 210);
}

main#create-edit-article > form > section#info-text > div#numero-pessoas > select {
    padding: 10px 50px;
    margin: 10px;
    border-radius: 25px;
    border: 1px solid rgb(210, 210, 210);
}

main#create-edit-article > form > section#info-text > div#div-categorias > select {
    padding: 10px 50px;
    margin: 10px;
    border-radius: 25px;
    border: 1px solid rgb(210, 210, 210);
}

main#create-edit-article > form > section#info-text > div#div-ingredientes {
    width: 100%;
    /*height: 150px;*/

    /*border: 2px solid green;*/

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

main#create-edit-article > form > section#info-text > div#div-ingredientes > div#labels-ingredientes-quantidade {
    width: 100%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

main#create-edit-article > form > section#info-text > div#div-ingredientes > div.ingredientes-quantidade {
    width: 105%;
}

main#create-edit-article > form > section#info-text > div#div-ingredientes > div.ingredientes-quantidade > div.inputs-ingredientes-quantidade {
    /*width: 100%;
    height: 100%;*/

    flex: 0 1 500px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

main#create-edit-article > form > section#info-text > div#div-ingredientes > div.ingredientes-quantidade > div.inputs-ingredientes-quantidade > input {
    width: 95%;
    padding: 10px;
    margin: 10px;
    font-size: 0.95em;
    border-radius: 25px;
    border: 1px solid rgb(210, 210, 210);
    /*margin-bottom: 50px;*/

    /*align-self: center;*/
}

main#create-edit-article > form > section#info-text > div#div-ingredientes > input[type="button"] {
    color: var(--cor5);
    background-color: var(--cor0);
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;

    align-self: center;
}

main#create-edit-article > form > section#info-text > div#div-ingredientes > input[type="button"]:hover {
    background-color: #d6ba00;
    cursor: pointer;
}

main#create-edit-article > form > section#info-text > div#div-passos-preparacao {
    width: 100%;
    /*height: 250px;*/

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

main#create-edit-article > form > section#info-text > div#div-passos-preparacao > input[type="button"] {
    color: var(--cor5);
    background-color: var(--cor0);
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;

    align-self: center;
}

main#create-edit-article > form > section#info-text > div#div-passos-preparacao > input[type="button"]:hover {
    background-color: #d6ba00;
    cursor: pointer;
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions {
    width: 100%;
    /*height: 200px;*/

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

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > div#div-tags {
    width: 100%;
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > div#div-tags div.tags {
    width: 100%;
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > div#div-tags div.tags > label {
    padding-left: 25px;
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > div#div-tags > div.tags > input {
    width: 95%;
    padding: 10px;
    margin: 10px;
    font-size: 0.95em;
    border-radius: 25px;
    border: 1px solid rgb(210, 210, 210);
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > input[type="button"] {
    color: var(--cor5);
    background-color: var(--cor0);
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;

    align-self: center;
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > input[type="button"]:hover {
    background-color: #d6ba00;
    cursor: pointer;
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > section#actions {
    width: 100%;
    height: 200px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > section#actions > input[type="submit"] {
    color: var(--cor5);
    background-color: var(--cor1);
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    /*margin-top: 50px;
    margin-bottom: 100px;*/
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > section#actions > input[type="submit"]:hover {
    background-color: #d16d33;
    cursor: pointer;
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > section#actions > 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;
    /*margin-bottom: 100px;
    margin-top: -135px;*/
}

main#create-edit-article > form > section#info-text > div#div-keywords-tags-e-section-actions > section#actions > a:hover {
    background-color: #cf264b;
    cursor: pointer;
}


