.sidebar {
    width: 250px;
    height: 90vh;
    background: linear-gradient(135deg, #fc9511, #f7a400);
    /* Degradê de laranja para um tom mais claro */
    color: #fff;
    border-radius: 10px;
    /* Bordas arredondadas */
    margin-left: 20px;
    /* Espaçamento à esquerda */
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: #344767;
    box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.1);
    /* Sombra suave no menu */
    position: fixed;
    z-index: 99999;
}

.alinhar-logo {
    display: flex;
    align-items: center;
}

.title-navbar {
    font-size: 14px;
    margin-top: 10px;
}


.sidebar a {
    color: white;
}

.row {
    padding-left: 270px;
}

.fundo-cinza {
    background-image: linear-gradient(to right, #1a5679, #68ad92);
    height: 50vh;
}

.caixa-braca {
    display: flex;
    /* align-items: center; */
    background-color: #ffffff;
    border-radius: 20px;
    height: 135px;
    padding: 25px;
    justify-content: space-between;
}


.espacamento-left {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 270px !important;
}

.alinhar-nome-foto {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #3ba1cd00 !important;
}

.infos-nav {
    color: #ffffff;
    text-decoration: none;
}

.usuario-nav {
    color: #ffffff;
    text-decoration: none;
    text-align: end;

}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: .75rem;
}

.icone1-mensalidade {
    background-color: #825ee4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icone2-mensalidade {
    background-color: #f5464e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icone3-mensalidade {
    background-color: #2dceb0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icone4-mensalidade {
    background-color: #fb8740;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi {
    color: #ffffff;
}

.caixa-grafico {
    /* width: 600px; */
    height: 70vh;
    background-color: #ffffff;
    border-radius: 20px;
    /* margin-left: 15px; */
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: #344767;
    box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.title-grafico {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #344767;
}

.caixa-robo {
    /* width: 440px; */
    height: 70vh;
    background-color: #3d3d3d;
    border-radius: 20px;
    /* Bordas arredondadas */
    /* margin-left: 15px; */
    /* Espaçamento à esquerda */
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: #344767;
    box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.1);
    /* Sombra suave no menu */
}

.caixa-usuarios {
    padding: 30px;
    width: 97%;
    overflow-x: auto;
    height: auto;
    background-color: #ffffff;
    border-radius: 20px;
    /* Bordas arredondadas */
    margin-left: 15px;
    /* Espaçamento à esquerda */
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: #344767;
    box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.1);
    /* Sombra suave no menu */
}

.caixa-usuarios table {
    min-width: 600px;
    /* Defina uma largura mínima para que a tabela tenha rolagem */
}

.na {
    color: aqua !important;
}

.nav-link {
    font-size: 15px;
    color: #ffffff !important;
    border-radius: 10px;
}

.active {
    background-color: #3ba1cdb2 !important;
    border-radius: 10px;
}

.nav-link:hover {
    background-color: #3ba1cdb2 !important;
}


/* Estilo para status "ativo" */
.status-ativo {
    background-image: linear-gradient(to right, #2dcec6, #2dce8e);
    color: white;
    padding: 4px 15px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
}

/* Estilo para status "inativo" */
.status-inativo {
    background-image: linear-gradient(to right, #ce2d2d, #fa0000);
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
}

.alinhar-pesquisa {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 20px;
}

.table {
    padding-left: 20px !important;
}

.nome_usuario {
    font-size: 14px;
    font-weight: 600;
    color: #4c4d50;
    margin-bottom: -1px;
}

.cpf_usuario {
    font-size: 12px;
    color: #79808b;
    margin-bottom: 0px;
}

.lista-usuario {
    font-size: 17px;
    font-weight: 500;
    color: #344767;
}

.topo {
    font-size: 11px;
    color: #28a745;
}

.tabela-topo {
    font-size: 11px;
    color: #79808b;
    margin-bottom: 10px;
}

td {
    font-size: 13px;
    font-weight: 600;
    color: #4c4d50 !important;
}


.form-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 100%;
    margin-left: 270px;
}

.form-container-visualizar {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 100%;
    margin-left: 270px;
}

.form-title {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.form-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 10px;
}

.btn-primary2 {
    background-color: #fc9511;
    border-color: #fc9511;
    color: #fff;
}

.btn-primary2:hover {
    background-color: #e68500;
    border-color: #e68500;
}

.perfil-img {
    border-radius: 50%;
    margin-right: 10px;
}

.alinha-cadastrar {
    padding-left: 0px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pagination a.btn,
.pagination button.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* Deixa os botões redondos */
    padding: 0;
    font-size: 18px;
    /* Tamanho do ícone */
}

.pagination span {
    margin: 0 10px;
    font-weight: bold;
}

.pagination .btn-primary2 i {
    color: #fff;
}

.pagination .btn-secondary i {
    color: #fff;
    opacity: 0.6;
    /* Deixa o ícone desativado mais claro */
}

.box-perfil {
    background-color: #ffffff;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 97%;
}




.row-gap {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    /* Espaçamento entre os cards */
}



.card-horizontal {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    /* Faz o card ocupar toda a largura da coluna */
    height: 100%;
    /* Garante que o card ocupe o espaço total disponível */
}

.card-horizontal:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.perfil-img-operacional {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #007bff;
    margin-right: 15px;
}

.info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.info-content p {
    font-size: 0.9rem;
    color: #555;
    margin: 5px 0;
}

.info-content a {
    align-self: flex-start;
}

.btn-primary-operacional {
    background-color: #007bff;
    border: none;
    padding: 5px 15px;
    font-size: 0.9rem;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}

.form-opreacional {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-primary-operacional:hover {
    background-color: #0056b3;
    color: #fff;
}

@media (max-width: 768px) {
    .card-horizontal {
        flex-direction: column;
        text-align: center;
    }

    .perfil-img {
        margin: 0 auto 15px auto;
    }

    .info-content {
        align-items: center;
    }
}

.row-viws {
    display: flex;
}


.perfil-img-viws {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #007bff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.384);
}

.titulo-nome {
    margin-bottom: 20px;
    font-weight: 600;
    font-family: cursive;
}

.row-filtros-re {
    display: flex;
    justify-content: space-around;
}

.row-pf-pj {
    display: flex;
}

.title-viws {
    font-size: 18px;
    margin-bottom: 20px;
    color: #1e2838;
}

.td-viws {
    font-size: 16px;
}

.alinhar-filtrro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alinhar-form {
    display: flex;
}

.table-success {
    --bs-table-color: #ffffff;
    --bs-table-bg: #f8a004;
}

.table-visualizar {
    width: 100%;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

label.btn-success {
    color: white;
    background-color: #28a745;
    border-color: #28a745;
}

label.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-danger i {
    font-size: 1rem;
    /* Tamanho do ícone */
    margin-right: 0;
    /* Remove espaço extra */
}

.menu-mobile {
    display: none;
}

.infos-nav-response {
    color: #ffffff;
    text-decoration: none;
    display: none;
}

.container-table {
    padding: 0;
}

#fotoModalImg {
    border-radius: 10px;
    cursor: zoom-out;
}


@media (max-width: 992px) {
    .menu-mobile {
        display: block;
    }

    .sidebar {
        display: none;
    }

    .row {
        padding-left: 0px;
    }

    .caixa-braca {
        display: flex;
        background-color: #ffffff;
        border-radius: 20px;
        height: 135px;
        padding: 25px;
        justify-content: space-between;
        margin-top: 10px;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
        /* Sombra mais escura e deslocada */
    }

    .caixa-grafico {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 20px;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: #344767;
        box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .caixa-robo {
        width: 100%;
        height: auto;
        background-color: #3d3d3d;
        border-radius: 20px;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: #344767;
        box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.1);
    }

    .caixa-usuarios {
        padding: 10px;
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 20px;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: #344767;
        box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.1);
    }

    .bg-orange {
        --bs-bg-opacity: 1;
        background: linear-gradient(135deg, #fc9511, #ff580a);
    }

    .infos-nav-response {
        color: #ffffff;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
        margin-top: 50px;
    }

    .infos-nav {
        display: none;
    }

    .espacamento-left {
        padding-bottom: 10px;
    }

    .usuario-nav {
        display: none;
        color: #ffffff;
        text-decoration: none;
        text-align: end;
        margin-left: 0px;
    }

    .usuario-nav-mobile {
        color: #ffffff;
        text-decoration: none;
        text-align: end;
        margin-left: 0px;
    }

    .offcanvas-header {
        display: flex;
        align-items: center;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
        justify-content: space-between;
    }

    .orange-nav {
        --bs-bg-opacity: 1;
        background: linear-gradient(135deg, #fc9511, #ff580a);
    }

    .title-grafico {
        font-size: 16px;
        margin-left: 5px;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #344767;
    }

    .navbar-brand-nav {
        color: #ffffff;
        text-decoration: none;
    }

    .container-table {
        overflow-x: auto;
        max-width: 100%;
        padding: 0;
    }

    .container-table table {
        min-width: 900px;
        /* ajuste esse valor caso seja necessário */
    }

    .form-container {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 30px;
        max-width: 100%;
        margin-left: 0px;
    }

    .row-gap {
        display: block;
        flex-wrap: wrap;
        gap: 0px;
    }

    .info-content {
        display: block;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .row-viws {
        display: block;
    }

    .alinhar-filtrro {
        display: block;
    }

    .form-container-visualizar {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 0px;
        padding-top: 20px;
        max-width: 100%;
        margin-left: 3px;
    }

    .usuario-container {
        display: none;
    }
}

.alinhar-online {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
}

.btn-filtra-lancamentos {
    border: none;
    color: rgb(46, 46, 46);
    background-color: transparent;
}

#link-whatsapp-preenchimento {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}