/*
Nome do Tema: Super Clean App
Author: Daniel Caetano
*/

* {
  box-sizing: border-box;
  text-align:center;
  margin: 0px;
}

body{
    background: linear-gradient(60deg, var(--cor-fundo-escura) 0%,var(--cor-fundo-clara) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    user-select: none;
    -webkit-user-select: none;
}

button {
    cursor: pointer;
}

.font-principal{
    font-family: var(--font-family);
}

.font-permanentmarker{
    font-family: 'Permanent Marker', cursive;
}

.titulo-barra{
    position: relative;
    width: 70%;
    margin: auto;
    font-size: 1.32em;
    font-family: var(--font-family);
}

.colunaesq {
  float: left;
  padding-left: 20px;
  width: 50%;
}

.colunadrt {
  float: left;
  padding-right: 20px;
  width: 50%;
}

/* Clearfix (clear floats) */
.linha::after {
  content: "";
  clear: both;
  text-align: center;
  display: table;
}

.img_btn{
    width:90%;
}

.btn_branco:hover{
    opacity: 0.7;
}

.numeros{
    font-weight: bold;
    background-color: var(--cor-escura);
    border: none;
    color: var(--cor-texto);
    /*padding: 10px 20px;*/
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.status{
    border-radius:10px;
    height:25px;
    border:none;
    background-color:var(--cor-escura);
    color: var(--cor-texto);
}

.pagar{
    font-weight: bold;
    background-color: var(--cor-escura);
    border: none;
    color: var(--cor-texto);
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 230px;
    width:80%;
    font-size: 1.04em;
    font-family: var(--font-family);
}

.logo{
    width: 8vw;
}

.top_bar{
    color: var(--cor-texto);
    background: var(--cor-escura);
    min-height: 50px;
    padding: 14px;
}

.texto-principal{
    color: var(--cor-texto);
    font-family: var(--font-family);
}

.cor-texto{
    color: var(--cor-texto);
}


.seta{
    float: left;
}

.seta a{
    color:white;
}

.space{
    margin:10px;
}

.space2{
    margin:10px;
    margin-bottom: 30px;
}

.space3{
    margin:40px;
}

.painel{
    width: 90%;
    margin: auto;
}

.negrito1{
    font-weight: 900;
}

.cabecalho{
    font-family: var(--font-family);
}

.painel .cabecalho{
    color:  var(--cor-texto-destaque);
    /*background: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ddd;
    border-right: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;*/
}

.painel .cabecalho2{
    background: none;
    box-shadow: 0 0 4px #673de6;
    color:  #5555F7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ddd;
    border-right: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
}

.painel .cabecalho h2{
    padding: 10px;
}

.painel .cabecalho h3{
    padding-bottom: 10px;
} 
    
.painel .conteudo{
    color: var(--cor-texto);
    font-size: 20px;
    /*border-right: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

.painel .conteudo2{
    font-size: 18px;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
    padding: 10px 20px;
}

.painel .conteudo p{
    padding: 5px;
}

.linhas_maquinas{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 15px 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.09);
    min-height: 51px;
}

.extra{
    color: var(--cor-texto-extra);
}

.red {
    color: #FF0000;
    border-color: #FF0000;
}

.vermelho{
    color: #FF0000;
}

.verde{
    color: #388e3c;
}

.orange{
    color: #FFA500;
    border-color: #FFA500;
}

.brown{
    color: #6F4E37;
}

.negrito2{
    font-weight: 700;
}

.cinza{
    color:#A7B0BA;
}

.titulo_ml{
    color: var(--cor-titulo-lavar);
}

.preto{
    color:black;
}

.branco{
    color:white;
}

.sombra-red{
    text-shadow: 0 0 5px #ff0000, 1px 1px 2px #ff0000;
}

.fit{
    font-size: 0.75em;
}

.texto-secundario{
    color: var(--cor-texto-secundario);
    font-family: var(--font-family);
}

.texto-secundario-fonte-fixa{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
    color: var(--cor-texto-secundario);
}

.texto_ml{
    color: var(--cor-texto-lavar);
    font-weight: 700;
}

.red_back{
    background-color: #FF0000;
}

.orange_back{
    background-color: #FFA500;
}

.border_1{
    border: 1px solid !important;
}

.maquinas-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.esquerda{
    text-align: left;
    width: 35%;
}

.esquerda2{
    text-align: left;
    width: 70%;
}

.direita{
    text-align: left;
    flex: 1;
}

.linhas_maquinas .esq{
    float: left;
    margin: 5px;
}

.linhas_maquinas .centro{
    /*margin: 5px;
    padding-right: 30px;*/
    font-size:15px;
    font-weight: 700;
}

.linhas_maquinas .drt{
    float:right;
    margin-right:10px;
} 

.promo{
    position: absolute;
    margin-right: -70%;
    font-size: 1.05em;
    margin-top: 5px;
    color: var(--cor-texto-alerta);
}

.obs-alerta{
    color: var(--cor-texto-alerta);
    font-size: 0.7em;
}

.cor-alerta{
    color: var(--cor-texto-alerta);
}

.destaque-pequeno{
    font-size: 1em;
    color: var(--cor-texto-destaque);
    font-weight:700;
}

.cor-texto-destaque{
    font-family: var(--font-family);
    color: var(--cor-texto-destaque);
}

.none{
    display: none !important;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Proporção de 16:9 */
    width: 90%; /* Largura de 90% do contêiner */
    margin: auto; /* Centraliza horizontalmente */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.msg {
    color: #FFA500;
    font-size:11px;
}

.centralizado{
    width: 90%;
    margin: auto;
}

.dark_blue-bg{
    background-color: #0b57d0;
}

.primaria_secar{
    background-color: var(--cor-primaria-secar);
}

.dark_blue-color{
    color: #0b57d0;
}

.tabela-container {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tabela-larga {
    width: 73%;
}

.tabela-estilizada {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.tabela-estilizada thead {
    background-color: #4CAF50;
    color: white;
    font-size: 15px;
}

.tabela-estilizada tbody {
    font-size: 13px;
}

.tabela-estilizada thead th {
    padding: 10px;
}

.tabela-estilizada tbody td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.tabela-estilizada tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.tabela-estilizada tbody tr:hover {
    background-color: #ddd;
}

@media(max-width: 850px){
    .logo{
        width: 15vw;
    }
}