@charset "utf-8";

.tema.clear { background-color: rgb(245 245 245); color: rgb(40 40 40);}
.tema.clear a { color: rgb(40 40 40) !important;}
.tema.clear a:link { text-decoration: none; color: rgb(40 40 40);}
.tema.clear a:visited { color: rgb(40 40 40);}
.tema.clear a:hover { color: rgb(40 40 40);}
.tema.clear a:active { color: rgb(40 40 40);}
.tema.clear input { color: rgb(40 40 40);}
.tema.clear select { color: rgb(40 40 40);}
.tema.clear textarea { color: rgb(40 40 40);}
.tema.clear button { color: rgb(40 40 40);}
.tema.clear textarea::placeholder { color: rgb(90 90 90 / 90%);}
.tema.clear input::placeholder { color: rgb(90 90 90 / 90%);}
.tema.clear input[type="submit"] { color: rgb(250 250 250);}

.tema.dark { background-color: rgb(15 15 15); color: rgb(210 210 210);}
.tema.dark a { color: rgb(210 210 210) !important;}
.tema.dark a:hover { color: rgb(210 210 210);}
.tema.dark input { color: rgb(210 210 210);}
.tema.dark select { color: rgb(210 210 210);}
.tema.dark select option { background-color: rgb(11 17 21);}
.tema.dark textarea { color: rgb(210 210 210);}
.tema.dark button { color: rgb(210 210 210);}
.tema.dark textarea::placeholder { color: rgb(150 150 150);}
.tema.dark input::placeholder { color: rgb(150 150 150);}
.tema.dark input[type="submit"] { color: rgb(250 250 250);}

/* PERSONALIZAÇÂO */
.tema.clear .bloco { background-color: rgb(250 250 250);}
.tema.dark .bloco { background-color: rgb(250 250 250 / 5%);}

.tema.clear .fundif { background-color: #272e34; color: rgb(250 250 250) !important;}
.tema.clear .fundif.ativo { background-color: #3C4951;}
.tema.clear .fundif.lk:hover { background-color: #3C4951;}
.tema.dark .fundif { background-color: #272e34; color: rgb(210 210 210) !important;}
.tema.dark .fundif.ativo { background-color: #3C4951;}
.tema.dark .fundif.lk:hover { background-color: #3C4951;}

.tema.clear .domo { background-color: rgb(255 255 255);}
.tema.dark .domo { background-color: rgb(35 45 55);}

.tema.clear .listagem { background-color: rgb(250 250 250);}
.tema.dark .listagem { background-color: rgb(78 82 95);}

.tema.clear .navpags a em { background-image: url('../imagens/navpags-em1.png?v2');}
.tema.dark .navpags a em { background-image: url('../imagens/navpags-em2.png?v2');}
