.sidebar.mobile-open {
    transform: translateX(0);
}

/* ESTILO RESPONSIVO DO SIDEBAR E HEADER */
/* ESTILO RESPONSIVO DO SIDEBAR E HEADER */
/* ESTILO RESPONSIVO DO SIDEBAR E HEADER */
@media (max-width: 768px) {
    .layout{
        position: relative;
    }
    .sidebar{
        position: fixed;
        left: 0;
        top: 0;
        width: 200px;
        height: 100vh;
        z-index: 2000;
        transform: translateX(-100%);
        transition: transform .3s ease;
    }
    .sidebar.mobile-open{
        transform: translateX(0);
    }
    .main{
        width:100%;
    }
    .header{
        width:100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        overflow: hidden;
    }
    .content_header{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sidebar.collapsed{
        width:200px;
    }
    .sidebar.collapsed li,
    .sidebar.collapsed h3,
    .sidebar.collapsed .brand-name,
    .sidebar.collapsed .subname,
    .sidebar.collapsed .btn_logout{
        font-size:inherit;
    }
    .sidebar.collapsed .logo-text{
        display:flex;
    }


    .titulo-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    .header h3 {
        margin: 0;
        font-size: 1.3rem;
    }
    .descricao {
       display: none;
    }
    .header-direita{
        gap: 8px;
    }
    .hotel-info{
        flex-direction: column;
    }
    .hotel-nome{
        font-size: 1rem;
    }
    .acoes-header i{
        font-size: 1rem;
    }
    .divisor_header{
        display: none;
    }
    .info-usuario{
        display: none;
    }

    /* Foto menor */
    .foto-usuario{
        width: 36px;
        height: 36px;
    }

}
/* ESTILO RESPONSIVO DE ITENS GLOBAIS */
/* ESTILO RESPONSIVO DE ITENS GLOBAIS */
/* ESTILO RESPONSIVO DE ITENS GLOBAIS */
@media (max-width:768px){
    .filtros{
        display:flex;
        flex-wrap:wrap;
        gap:8px;
        padding:8px;
        width:100%;
        box-sizing:border-box;
    }
    .filtros .btn-primary,
    .filtros .btn-secondary{
        flex:1 1 auto;
        min-width:120px;
        font-size:12px;
        padding:8px 10px;
    }
    .filtros input,
    .filtros select{
        flex:1 1 calc(50% - 8px);
        min-width:120px;
        width:auto;
        padding:8px;
        font-size:12px;
        box-sizing:border-box;
    }
    
    #busca{
        flex-basis:100%;
    }

}
@media (max-width:768px){

    .tabela-quartos th{
        padding:10px 8px;
        font-size:11px;
        white-space:nowrap;
    }

    .tabela-quartos td{
        padding:8px;
        font-size:12px;
        white-space:nowrap;
    }


    /* Cliente maior */
    .tabela-quartos th:nth-child(3),
    .tabela-quartos td:nth-child(3){
        width:220px;
        max-width:220px;
        overflow:hidden;
        text-overflow:ellipsis;
    }


    /* Ações */
    .tabela-quartos th:nth-child(1),
    .tabela-quartos td:nth-child(1){
        width:90px;
        white-space: normal;
    }


    /* Quarto */
    .tabela-quartos th:nth-child(2),
    .tabela-quartos td:nth-child(2){
        width:80px;
    }


    /* Status */
    .tabela-quartos th:nth-child(8),
    .tabela-quartos td:nth-child(8){
        width:100px;
    }


    /* Total */
    .tabela-quartos th:nth-child(9),
    .tabela-quartos td:nth-child(9){
        width:100px;
    }

}


/* ESTILO RESPONSIVO DO HOSPEDAGENS */
/* ESTILO RESPONSIVO DO HOSPEDAGENS */
/* ESTILO RESPONSIVO DO HOSPEDAGENS */

@media (max-width: 768px) {
    #app{
        padding: 0 10px;
    }
    .menu-utilitarios, .tabs-hospedagem {
        gap: 5px;
    }
    .tab-util, .tab-btn {
        padding: 8px 10px;
        font-size: .8rem;
    }
    .cards-dashboard {
        grid-template-columns: repeat(2, 1fr);
    }
    .card_totals_rooms {
        padding: 5px 12px;
    }
    .card_info_rooms {
        gap: 5px;
    }
    .card_totals_rooms h4 {
        font-size: .7rem;
    }
    .card_totals_rooms i{
        font-size: 1.3rem;
    }
    .card_totals_rooms span {
        font-size: 1.1rem;
    }
}


/* ESTILO RESPONSIVO DO LANCAMENTO */
/* ESTILO RESPONSIVO DO LANCAMENTO */
/* ESTILO RESPONSIVO DO LANCAMENTO */
@media(max-width:700px){
    .btn_lance{
        flex-direction: column;
    }
    .campos-superiores{
        justify-content: space-between;
    }
    .campo-busca-lance input, .campo_lance select{
        width:180px;
    }

    #caixaoperacional,#dataLancamento {
        font-size: 12px; /* ou 12px */
    }
    .acoes-lance{
        margin:auto;
    }
    .table_input_finance{
        width:50px;
        height:18px;
    }
    .totais-documentos{
        font-size: 12px;
        padding:4px;

    }
    .numeroDocumentos{
        min-width: 100px;
        padding: 4px;
    }
    .resumo-total{
        margin-left: 10px;
    }

    .resumo-total input{
        width:50px;
        height:18px;
        font-size: 12px;
        border:1px solid #ccc;
        background:#f4f4f4;
    }
    .formas {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .campo-formas label {
        font-size: 12px;
    }

    .campo-formas input {
        font-size: 13px;
        height: 34px;
        width: 100px;
    }
    .rodape-recebimento{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: flex-end;
    }

    .rodape-recebimento .campo{
        flex: 1;
        min-width: 0; /* permite encolher */
    }

    .rodape-recebimento .campo input{
        width: 70%;
        font-size: 12px;
    }

    .rodape-recebimento .campo label{
        font-size: 12px;
    }

    .filtros{
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .filtros button{
        flex: 1;
    }


}

/* ============================
   RESPONSIVO
============================ */

@media(max-width:768px){

    .grid-2 {

        grid-template-columns:1fr;

    }


    .tabela {

        display:block;

        overflow-x:auto;

    }


    .cabecalho-lista {

        flex-direction:column;

    }

}
@media (max-width:768px){

    .cards-indicadores{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:8px;
    }

    .card-indicador{
        flex-direction:column;
        justify-content:center;
        align-items:center;
        text-align:center;
        padding:14px 8px;
        gap:8px;
    }

    .card-indicador .icone{
        width:42px;
        height:42px;
        font-size:20px;
    }

    .card-indicador small{
        font-size:12px;
    }

    .card-indicador strong{
        font-size:22px;
    }

}