#psp-overlay{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;

background:rgba(0,0,0,0.65);

display:flex;
align-items:center;
justify-content:center;

z-index:9999;

}

#psp-popup{

background:white;

padding:40px;

border-radius:14px;

width:420px;

text-align:center;

box-shadow:0 20px 60px rgba(0,0,0,0.3);

font-family:Arial;

}

.psp-options{

display:flex;
flex-direction:column;

gap:10px;

margin-top:20px;

}

.psp-option{

display:flex;

align-items:center;

gap:12px;

padding:12px 14px;

border:2px solid #eee;

border-radius:10px;

cursor:pointer;

transition:0.2s;

}

.psp-option:hover{

border-color:black;

}

.psp-option input{

display:none;

}

.radio{

width:18px;
height:18px;

border:2px solid #555;

border-radius:50%;

position:relative;

}

.psp-option input:checked + .radio{

border-color:black;

}

.psp-option input:checked + .radio::after{

content:"";

width:10px;
height:10px;

background:black;

border-radius:50%;

position:absolute;

top:50%;
left:50%;

transform:translate(-50%,-50%);

}

.psp-option input:checked ~ .texto{

font-weight:600;

}

#psp-outro{

display:none;

margin-top:15px;

padding:10px;

width:100%;

border:1px solid #ddd;

border-radius:6px;

}

#psp-btn{

margin-top:20px;

padding:12px 30px;

background:black;

color:white;

border:none;

border-radius:8px;

cursor:pointer;

font-size:16px;

}

.psp-grafico span.psp-label {
    font-size: 18px;
    color: black;
    font-weight: 500;
}

.psp-grafico .psp-barra {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
}

.psp-grafico .psp-barra span.psp-valor {
    border-radius: 5px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    width: auto;
    max-width: 100%;
}

.wrap h1 {
    font-weight: 700;
}

.wrap h2 {
    font-size: 18px;
}

.psp-grafico .psp-barra .psp-barra-fill {
    height: 23px !important;
}

body .psp-grafico {
    gap: 20px;
    background: white;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

button.filtrarpub {
    height: 30px;
    width: 60%;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid #193a77;
    min-height: 40px;
    background: #193a77;
    color: white !important;
}

button.filtrarpub:hover {
    cursor: pointer;
    background: #0b1830;
}

body #wpcontent, body #wpfooter {
    background: #f7f7f7;
}

button#psp-refresh svg {
    width: 30px;
    height: 18px;
}

button#psp-refresh {
    background: #193a77;
    color: white !important;
    font-size: 16px;
    font-weight: 500;
}

button#psp-refresh:hover {
    background: #0b1830;
}

.resumo_01 {
    padding: 20px;
    background: white;
    border: 1px solid #e6e9ed;
    border-radius: 10px 10px 0px 0px;
}

body form.resumo_02 {
    padding: 20px;
    background: white;
    border: 1px solid #e6e9ed;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
}

.wp-core-ui select {
    min-height: 40px;
    width: 100%;
    border: 1px solid #e6e9ed;
}

input#filtro-data {
    border: 1px solid #e6e9ed;
    min-height: 40px;
}

.metricas_00>div strong {
    font-size: 17px;
    font-weight: 600;
    color:black;
}

.metricas_00>div {
    width: 100%;
    min-height: 55px;
    color: #5d5874;
    background: #ffffff !important;
    padding: 20px !important;
    border: 1px solid #e6e9ed !important;
    box-shadow: 0 8px 16px rgb(0 0 0 / 3%);
    font-weight: 700;
    font-size: 26px;
    gap: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.psp-barra-bg {
    border: 1px solid #efefef;
    border-radius: 4px;
}

@media screen and (max-width: 782px) 
{

body #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
    border-radius: 50px !important;
}

body div#wpadminbar {
    background: #0b1830;
    height: 50px;
}

body #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before, .wp-admin #wpadminbar #wp-admin-bar-site-name>.ab-item:before, #wpadminbar #wp-admin-bar-comments .ab-icon:before, #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
        color: white;
    }

.faturamento_001 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

body.wp-core-ui select {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

body.wp-core-ui input#filtro-data {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

body button.filtrarpub {
    margin: 0px !important;
    width: 100%;
}

body.wp-core-ui input#filtro-data {
    width: 100% !important;
}

body form.resumo_02 {
    display: flex;
    flex-direction: column;
}

.metricas_00 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

html body .psp-grafico {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

html body .psp-grafico .psp-barra {
    width: 100% !important;
}

}