

/*VARIABLES*/
:root {
    --font-small: 0.875em;
    --font-normal: 1em;
    --font-medium: 1.2em;
    --font-large: 1.4em;

    --color-default: #555555;
    --color-green: #36BA9B;
    --color-blue: #39AED9;
    --color-yellow: #F5B946;
    --color-red: #D94352;

    --weight-light: 300;
    --weight-normal: 400;
    --weight-bold: 700;
    --weight-black: 900;

    --hover-color-green: #61DDBC;
    --hover-color-blue: #66D4F1;
    --hover-color-yellow: #FCD277;
    --hover-color-red: #F76C82;
    --hover-duration: 0.3s;

    --gradient-green: linear-gradient(to right, #42E695 0%, #3BB2B8 50%, #42E695 100%);
    --gradient-blue: linear-gradient(to right, #17EAD9 0%, #6078EA 50%, #17EAD9 100%);
    --gradient-red: linear-gradient(to right, #622744 0%, #C53364 50%, #622744 100%);
    --gradient-yellow: linear-gradient(to right, #FCE38A 0%, #F38181 50%, #FCE38A 100%);

    --radius-normal: 5px;
    --radius-medium: 10px;
    --radius-large: 20px;
    --radius-round: 50%;

    --index-back: -1;
    --index-fold: 2;
    --index-menu: 3;
    --index-modal: 4;
}

/*GRADIENTS*/
.gradient {
    background-size: 200% auto;
    transition-duration: 0.5s;
}

.gradient-green {
    background-image: var(--gradient-green);
}

.gradient-blue {
    background-image: var(--gradient-blue);
}

.gradient-yellow {
    background-image: var(--gradient-yellow);
}

.gradient-red {
    background-image: var(--gradient-red);
}

.gradient-hover:hover {
    background-position: right center;
}
.login_box{
    background:#fff;
    border:1px solid #E5EAF0;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(18,38,63,.08);
}

/* Cabeçalho */
.login_box header{
    padding:40px 35px;
    text-align:center;
    background:linear-gradient(135deg,#39AED9,#1678C2);
    color:#fff;
    position:relative;
}

.login_box header::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(255,255,255,.15);
}

.login_box header h1{
    margin:0 0 10px;
    font-size:2rem;
    font-weight:700;
    line-height:1.2;
    color:#fff;
}

.login_box header p{
    margin:0;
    font-size:.95rem;
    font-weight:400;
    text-transform:none;
    color:rgba(255,255,255,.9);
    line-height:1.6;
    max-width:420px;
    margin-inline:auto;
}      

/* Área do formulário */
.login_box .form{ 
    padding:35px;
}

/* Mensagens */
.login_box .trigger {
    border-radius:10px;
    text-align:left;
}


.login_box .trigger a {
    color: #1678C2;
    font-weight: 600;
    text-decoration: none;
}

.login_box .trigger a:hover {
    color: #0f5f9b;
    text-decoration: underline;
}
/* Rodapé (botões) */
.login_box footer{
    padding:0 35px 35px;
}

/* Mobile */
@media (max-width:768px){

    .login_box{
        border-radius:12px;
    }

    .login_box header{
        padding:30px 25px;
    }

    .login_box header h1{
        font-size:1.7rem;
    }

    .login_box header p{
        font-size:.9rem;
    }

    .login_box .form,
    .login_box footer{
        padding:25px;
    }

}

/*FORMS*/
.account_form_fields{
    padding: 30px 30px 15px 30px;
}

.account_form_fields .legend{
    display: block;
    width: 100%;
    font-size: 1.5em;
    margin: 30px 0 10px 0;
}

.account_form_actions{
    padding: 20px 0;
    text-align: center;
}
.page_number_creat{
    font-weight: bold;
    color: #ccc;
    text-shadow:1px 1px 1px #333;
    margin-top: -20px;
    float: right;
    font-size: 30px;
}

.account_form_actions .btn{
    display: inline-block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.789em;
    text-transform: uppercase;
    padding: 10px 40px;
}

.account_form_actions img{
    height: 26px;
    margin-top: -5px;
    margin-left: 10px;
    display: none;
}

.account_form_actions a{
    display: inline-block;
    font-size: 0.7em;
    font-weight: 300;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
}

.account_form_actions a:hover{
    text-decoration: underline;
}

.account_form_actions .create{
    margin-left: 30px;
    font-weight: 400;
    color: #333;
}

.account_box{
    display: inline-block;
    width: 70%;
    background: #fff;
    vertical-align: top;
}

.account_box .trigger{
    font-size: 1em;
}

.account_box .trigger a{
    color: inherit;
    font-weight: bold;
}

.account_box .paginator{
    text-align: center;
    margin: 15px 0 0 0;
}


.workcontrol_account_sidebar{
    width: 30%;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.workcontrol_account_sidebar header{
    padding: 30px 0;
    background: #f4f4f4;
    text-align: center;
}

.workcontrol_account_sidebar header h1{
    font-size: 10px;
    font-weight: 300;
}

.workcontrol_account_sidebar header p{
    font-size: 1em;
}

.workcontrol_account_sidebar_nav{
    display: block;
    width: 100%;
    padding: 10px;
     background:linear-gradient(135deg,#0c7cd5,#0a5fa8);
         margin:0;
    padding:10px;
    list-style:none;
}

.workcontrol_account_sidebar_nav li{
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    border-bottom:1px solid #f2f2f2;
}

.workcontrol_account_sidebar_nav li a{
    display: block;
    width: 100%;
    padding:15px 20px;
    text-transform: uppercase;
    color: #555;
    font-size: 0.575em;
    font-weight: bold;
    text-decoration: none;
}

.workcontrol_account_sidebar_nav li .logoff{
    color: #fff;
}

.workcontrol_account_sidebar_nav li a:before{
    content: "▪";
        color: #000;
}

.workcontrol_account_sidebar_nav li .active,
.workcontrol_account_sidebar_nav li .active:hover{
    background: #eee;
    border-color: #eee;
    color: #333;
    cursor: default;
}

.workcontrol_account_sidebar_nav li .active:before{
    content: "➔";
    margin-right: 10px;
}

.workcontrol_account_sidebar_nav li a:hover{
    background: #f4f4f4;
}

.workcontrol_account_view{
    padding: 30px;
}

.account_user_avatar{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.account_user_avatar p{
    margin: 0;
}

.account_box .account_form_callback{
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px;
    width: 500px;
    max-width: 100%;
}

.account_box .account_form_callback .trigger{
    text-align: left;
}

.wc_account_title{
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #888;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 3px solid #f2f2f2;
}

.wc_account_title span{
    border-bottom: 3px solid #888;
    padding-bottom: 5px;
}

.wc_spacer{
    padding: 2px;
    margin: 30px 0;
    background: #fbfbfb;
}

.workcontrol_account_home p{
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
}

.workcontrol_account_home p b{
    font-weight: 300;
    color: #333;
}

.workcontrol_account_home .btn{
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.wc_account_order{
    font-size: 0.875em;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.wc_account_order p{
    display: inline-block;
    width: 20%;
    color: #888;
    padding: 5px;
}

.wc_account_order p:first-of-type{
    text-align: left;
}

.wc_account_order a{
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.wc_account_order a:hover{
    text-decoration: underline;
}

.wc_order_addr{
    margin: 0 0 20px 0;
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.wc_order_addr b{
    font-weight: 400;
    font-size: 1.2em;
}

.workcontrol_order_completed_card{
    display: block;
    width: 100%;
}

.workcontrol_order_completed_card p{
    display: inline-block;
    width: 20%;
    text-align: center;
    font-weight: bold;
    color: #888;
    font-size: 0.875em;
}

.workcontrol_order_completed_card a{
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.workcontrol_order_completed_card a:hover{
    text-decoration: underline;
}

.workcontrol_order_completed_card.items img{
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}

.workcontrol_order_completed_card.items .product span{
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    padding-left: 5%;
}

.workcontrol_order_completed_card.items {
    border-bottom: 1px solid #eee;
}

.workcontrol_order_completed_card.items p{
    font-weight: 300;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
}

.workcontrol_order_completed_card .product{
    width: 40%;
    text-align: left;
}

.workcontrol_order_completed_card.total{
    display: block;
    text-align: right;
    padding-top: 30px;
    color: #888;
    font-size: 1.3em;
    font-weight: 300;
}

.workcontrol_order_completed_card.total b{
    display: inline-block;
    width: 200px;
    font-weight: 300;
}

.workcontrol_order_completed_card.total .wc_cart_price b,
.workcontrol_order_completed_card.total .wc_cart_price{
    font-weight: 400;
    color: #000;
}

@media (max-width: 62em){
    .account_box,
    .workcontrol_account_sidebar{
        width: 100%;
        padding: 0;
    }

    .workcontrol_account_sidebar_nav li{
        display: inline-block;
        width: 50%;
    }

}

@media (max-width: 42em){
    .workcontrol_account_home p{
        width: 100%;
    }

    .wc_account_order p{
        width: 50%;
        padding: 10px 0 0 0;
    }
    .wc_account_order p:first-of-type{
        width: 22200%;
        padding: 10px;
        /*background: #f2f2f2;*/
    }
}

.upload_progress{
    display:none;
    margin:20px 0;
}

.upload_progress_info{
    display:flex;
    justify-content:space-between;
    margin-bottom:8px;
    font-size:.9em;
    font-weight:600;
}

.upload_progress_bar{
    width:100%;
    height:10px;
    background:#e8e8e8;
    border-radius:30px;
    overflow:hidden;
}

.upload_progress_value{
    width:0%;
    height:100%;
    background:#2E7D32;
    transition:width .2s linear;
}

.upload_info {
    display: block;
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 10px 12px;
    border-left: 4px solid #39AED9;
    border-radius: 4px;
    font-size: 0.82rem;
    line-height: 1.6;

    
    background: #fdecec;
    border-color: #f3b6b6;
    color: #842029;

}

.upload_info strong {
    color: #222;
    font-weight: 600;
}


/*FORM INPUTS*/
/* Grupo */
.form label{
    display:block;
    margin-bottom:22px;
}

/* Título do campo */
.form label span{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
    color:#34495E;
    letter-spacing:.2px;
}

/* Campo obrigatório */
.form label .font_red{
    color:#E53935;
    margin-right:4px;
}

/* Input */
.form label input{
    width:100%;
    height:50px;
    padding:0 16px;
    border:1px solid #D7DEE7;
    border-radius:10px;
    background:#FFF;
    color:#2C3E50;
    font-size:15px;
    transition:all .25s ease;
    box-sizing:border-box;
}

/* Placeholder */
.form label input::placeholder{
    color:#A0AEC0;
}

/* Hover */
.form label input:hover{
    border-color:#39AED9;
}

/* Focus */
.form label input:focus{
    outline:none;
    border-color:#39AED9;
    box-shadow:0 0 0 4px rgba(57,174,217,.15);
}

/* Campo inválido */
.form label input:invalid:not(:placeholder-shown){
    border-color:#E74C3C;
}

/* Responsivo */
@media (max-width:768px){

    .form label input{
        height:46px;
        font-size:14px;
    }

}

/*inputs FILE*/
.form label input[type=file]{
    width:100%;
    padding:8px;
    border:1px solid #D7DEE7;
    border-radius:10px;
    background:#FFF;
    color:#555;
    font-size:14px;
    transition:.25s;
    cursor:pointer;
}

.form label input[type=file]:hover{
    border-color:#39AED9;
}

.form label input[type=file]:focus{
    outline:none;
    border-color:#39AED9;
    box-shadow:0 0 0 4px rgba(57,174,217,.15);
}

/* Botão */
.form label input[type=file]::file-selector-button{
    border:none;
    background:#39AED9;
    color:#FFF;
    padding:10px 18px;
    border-radius:8px;
    margin-right:15px;
    font-weight:600;
    cursor:pointer;
    transition:.25s;
}

.form label input[type=file]::file-selector-button:hover{
    background:#1678C2;
}

/*ACCOUNT USER HOME*/

    .account_resume{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
    margin-top:30px;
}

.account_card{
    background:#fff;
    border-radius:10px;
    border:1px solid #e5e5e5;
    padding:25px;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.account_card h3{
    margin-bottom:20px;
    color:#0c5d82;
    font-size:1.1em;
    display:flex;
    align-items:center;
    gap:10px;
}

.account_info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.account_info:last-child{
    border:none;
}

.account_info span{
    color:#777;
    font-size:.9em;
}

.account_info strong{
    color:#333;
    font-weight:600;
    text-align:right;
}

.status{
    padding:4px 12px;
    border-radius:20px;
    font-size:.85em;
}

.status.success{
    background:#e9f9ef;
    color:#1c8b4d;
}

.account_action{
    text-align:center;
}

.account_action p{
    margin:15px 0 25px;
    color:#666;
    line-height:1.5;
}

.btn_print{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 24px;
    background:#0b5d88;
    color:#fff;
    font-weight:600;
    border-radius:6px;
    text-decoration:none;
    transition:.25s;
}

.btn_print:hover{
    background:#084d70;
    transform:translateY(-2px);
}

.btn_print .icon-download,
.btn_print .icon-print{
    font-size:1.1em;
}