@charset "UTF-8";
/*
Theme Name: Teste
Text Domain: felipe-teste
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.menu-teste ul{    
    display: flex;
    list-style: none;
}
.menu-teste ul li{
    margin: 0 5px;
}
.menu-teste{
    margin: 0 5%;
    display: flex;
    justify-content: space-between;
}
.bak-form-error{
    color: red;    
}
/*****************************************
            Formulario de Login
*****************************************/

/*****************************************
            Formulario de Registro
*****************************************/
.bak-register-form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.bak-register-form label{
    display: flex;
    flex-direction: column;
}
.bak-register-form > label,
.bak-register-form > div.image-wrapper{
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.bak-register-form > div.image-wrapper{
    order: -1;
}
.bak-register-form > div.image-wrapper img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center top;
}
.bak-register-form label select,
.bak-register-form label input{
    width: 100%;
    border: none;
    border-bottom: 1px solid black !important;
    font-size: 1.2em;
    line-height: 1.25;
	padding: 15px;
}
.bak-register-form input[type=submit]{
    border: none;
    padding: 8px 20px;
    background-color: #006661;
    color: white;
}
@media(max-width:600px){
    .bak-register-form > label,
    .bak-register-form > div.image-wrapper{
        width: 100%;
    }
}
/*****************************************
    Formulario de Redefinicao de Senha
*****************************************/
.bak-recover-password-container{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bak-recover-password-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    max-width: 450px;
    margin: auto;
}
.bak-recover-password-form label{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.bak-recover-password-form label input{
    width: 100%;
    border: none;
    border-bottom: 2px solid black;
    font-size: 1.2em;
    line-height: 1.25;
}
.bak-recover-password-form input[type=submit]{
    border: none;
    padding: 8px 20px;
    background-color: #006661;
    color: white;
}
/*****************************************
              Interna Conta
*****************************************/
.f-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-container > div{
    width: 92%;
    max-width: 1200px;
}
.vet-account > div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.vet-account .options{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #12524b;
    padding: 20px;
}

.vet-account .options li{
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
/*     border-bottom: 1px solid rgba(255, 255, 255, 0.8); */
    color: white;
    padding: 8px 16px;
    cursor: pointer;
}
.vet-account .options li.active,
.vet-account .options li:hover{
    background-color: #65bd7d;
}
.vet-account .options li:nth-last-child(1){
    border-bottom: none;
}
.vet-account .options li span.dashicons{
    font-size: 35px;
    margin-right: 10px;
    width: 35px;
    height: 40px;
}
.vet-account .account-content{
    flex-grow: 1;
    margin-left: 10px;
}
.vet-account .account-content > div{
    display: none;
}
.vet-account .account-content > div.active{
    display: flex;
}
.vet-account .account-content .my-data{
    flex-grow: 1;
}
.vet-account .account-content .address-item,
.vet-account .account-content .addresses form,
.vet-account .account-content .my-data form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.vet-account .account-content .my-data label{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(50% - 7px);
    font-size: 0.8em;
}
.vet-account .account-content .my-data .image-wrapper{
    display: block;
    width: calc(50% - 7px);
    order: -1;
}
.vet-account .account-content .my-data label.image{
    width: auto;
    display: inline-flex;
    position: relative;
    cursor: pointer;
}
.vet-account .account-content .my-data label.image img{
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: top;
}
.vet-account .account-content .my-data label.image:hover::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.vet-account .account-content .addresses label input,
.vet-account .account-content .my-data label input,
.vet-account .account-content .my-data label select{
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
    font-size: 1.25em;
}
.vet-account .account-content input[type=submit]{
    border: none;
    padding: 8px 20px;
    background-color: #006661;
    color: white;
    width: auto;
	margin-left: auto;
}
.vet-account .account-content .addresses{
    flex-direction: column;
}
.vet-account .account-content .addresses label{
    flex-basis: calc(33% - 5px);
    font-size: 0.8em;
}

.vet-account .account-content .address-item{
    box-shadow: 2px 1px 8px rgb(0 0 0 / 30%);
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    position: relative;
}

.new-address-title{
    font-weight: bold;
    color: #12524b;
    font-size: 1.3em;
    margin: 20px 0;
}
.address-delete-button{
    position: absolute;
    top:0;
    right: 0;
    transform: translate(50%, -50%) scale(1);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease-in;
}
.address-delete-button:hover{
    transform: translate(50%, -50%) scale(1.25);
}
@media(max-width: 768px){
    .vet-account > div{
        flex-direction: column;
    }
    .vet-account .options{
        margin-bottom: 20px; 
    }
    .vet-account .options > ul{
        display: flex;
    }
    .vet-account .options > ul li{
        border-bottom: none;
        
    }
    .vet-account .options li:nth-last-child(1){
        border-right: none;
    }
}
@media(max-width: 600px){
    .vet-account .account-content .my-data label{
        width: 100%;
    }
    .vet-account .account-content .addresses label{
        flex-basis: calc(50% - 7px);
    }
}
@media(max-width: 424px){
    .vet-account .account-content .addresses label{
        flex-basis: 100%;
    }
}