li a, .sidebar a {
    text-decoration: none;
}
li a:hover, .sidebar a:hover {
    text-decoration: none;
}
body, html {
    height: 100%;
    background: #fff;
}
input {
    background: transparent;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
/* Estilo para bordas com cor #ddd */
table.dataTable,
table.dataTable th,
table.dataTable td {
    border-color: #ddd !important;
}
button:focus {
    outline: 0 !important;
}
.modal-content {
    border-radius: 15px !important; /* Ajuste o valor para mais ou menos arredondado */
}
/* Estilo para borda do botão de detalhe */
.details-control {
    border-color: #ddd !important;
}
.img-profile {
    width: 50px; /* Ajuste conforme necessário */
    height: 50px;
    border-radius: 50%
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
background-color: #03215d
}
.card {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.0);
    border: 1px solid #1a2e46;
}
.card-login{border-radius: 16px; background: rgba(255, 255, 255, 0.0);
    border: 1px solid #0a6044;}

.primary-color{color: #0a6044}
.secondary-color{color: #a7e04c}

.btn-primary-custom{
    display: inline-block;
    font-weight: bold;
    background: #0a6044;
    color: #a7e04c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary-custom:hover, .btn-primary-custom:focus, .btn-primary-custom:active, .btn-primary-custom:visited{
    background: #a7e04c;
    color: #0a6044;
    border: 0;
}

.btn-secondary-custom{
    display: inline-block;
    font-weight: bold;
    background: #a7e04c;
    color: #0a6044;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-secondary-custom:hover, .btn-primary-custom:focus, .btn-primary-custom:active, .btn-primary-custom:visited{
    background: #0a6044;
    color: #a7e04c;
    border: none;
}

.btn-primary-custom-outline{
    display: inline-block;
    font-weight: bold;
    background: #fff;
    color: #0a6044;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0a6044;
    padding: .2rem .3rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary-custom-outline:hover, .btn-primary-custom:focus, .btn-primary-custom:active, .btn-primary-custom:visited{
    background: #a7e04c;
    color: #0a6044;
    border: 0;
}

.btn-primary-custom-danger{
    display: inline-block;
    font-weight: bold;
    background: #fff;
    color: #dc4c4c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dc4c4c;
    padding: .2rem .3rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary-custom-danger:hover, .btn-primary-custom-danger:focus, .btn-primary-custom-danger:active, .btn-primary-custom-danger:visited{
    background: #dc4c4c;
    color: #fff;
    border: 0;
}

.layoutContainer{position: relative; display: flex;}
.header {
    background-color: #fff;
    border-bottom: 1px solid #0a6044;
    padding: 10px 20px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

ion-icon{font-size: 24px; color:#085038;}
h4{font-size: 18px; margin-bottom: 20px}

.NavigationContainer-logo {
    height: var(--paneHeaderHeight);
    flex-shrink: 0;
    padding: 30px;
    padding-top: 0;
    align-items: center;
    display: flex;
}
.NavigationContainer-links{padding: 0 15px}
.UserProfile {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 0 30px;
    text-align: center;
}
.UserProfile-avatar {
    color:#a7e04c;
    background-color: #0a6044;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 9999em;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    font-size: 27.429px;
    font-weight: 600;
    transition: background-color .2s;
    display: flex;
}
.UserProfile-avatar:hover {
    color:#0a6044;
    background-color: #a7e04c;
}
.UserProfile-userInfo {
    margin-top: var(--spacing8);
    flex-direction: column;
    width: 100%;
    display: flex;
}


.PaneHeader {
    padding: var(--spacing24);
    height: var(--paneHeaderHeight);
    border-bottom: 1px solid #00000014;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.PaneHeader-paneOptionsLeft {
    flex: 1;
    justify-content: flex-start;
    display: flex;
}
.PaneHeader-titleContainer {
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 18px; 
    font-weight: bold;
    padding: 20px;
    display: flex;
}
.PaneHeader-paneOptionsRight {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}
body{overflow-y: hidden;}
.PaneBody {
    padding: 0;
    padding-bottom: calc(48px + var(--paneHeaderHeight));
    height: 100%;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    display: flex;
    overflow: auto;
}
.PaneContent {
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

    max-height: 99vh; /* ou qualquer altura desejada */
    overflow: auto;
    padding: 24px 24px 70px 30px;
}

.NavLink--active {
    border-color: #e0e6eb;
    background: #cddcfa;
    box-shadow: 0px 24px 80px 0px #00000005, 0px 8px 20px 0px #00000005, 0px 2px 4px 0px #00000008;
    font-weight: #400;
}
.NavLink {
    padding: 16px;
    color: var(--colorText);
    align-items: center;
    gap:12px;
    border: 1px solid #0000;
    border-radius: 16px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.header img {
    height: 40px;
    width: auto;
}
.header .user-name {
    float: right;
    line-height: 40px;
    margin-left: 10px;
}
#sidebar-close {
    display: none;
    position: absolute;
    right: 2%;
    top: 0;
}
.sidebar {
    border-right: 1px solid #00000014;
    background: #fff;
    flex-direction: column;
    padding: 0;
    flex-shrink: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    overflow-y: auto;
}
.RouteContent {
    flex-direction: column;
    width: 100%;
    display: flex;
}

.Pane {
    height: 100%;
    position: relative;
}



.sidebar ul {
    padding-left: 0;
    margin-top: 30px; /* Remover espaçamento superior da lista */
    list-style: none;
}
.sidebar li {
    margin-bottom: 0; /* Remover espaçamento entre os links */
}
.sidebar a {
    display: flex; /* Alinhar itens verticalmente */
    align-items: center; /* Alinhar itens verticalmente */
    padding: 10px;
    color: #052d20;
    text-decoration: none;
    transition: background-color 0.3s; /* Transição suave da cor de fundo */
}
.sidebar a:hover {
    background-color: #f1f1f1; /* Cor de fundo ao passar o mouse */
}
.sidebar .icon {
    margin-right: 10px; /* Espaçamento entre o ícone e o texto do link */
    font-size: 22px; /* Tamanho do ícone */
    background-color: #fff; /* Cor de fundo padrão para o ícone */
    border-radius: 50%; /* Borda arredondada para o ícone */
    padding: 6px; /* Espaçamento interno para o ícone */
}
.sidebar .active .icon {
    background-color: #f1f1f1; /* Cor de fundo para o link ativo */
}
.sidebar .active a span {
    font-weight: bold; /* Deixa o texto em negrito */
}
.content {
    margin-left: 250px; /* Largura do sidebar */
    padding-top: 90px; /* Altura do cabeçalho */
    padding-left: 20px;
}

.card-numero{font-size: 46px}
.btn-menu{display: none;}

.card-primary{background: #0a6044; color: #a7e04c; display: inline-block; border: 1px solid #0a6044; border-radius: 12px;padding: 15px;margin-bottom: 30px}
.card-secondary{background: #a7e04c; color: #0a6044;display: inline-block; border: 1px solid #a7e04c; border-radius: 12px;padding: 15px;margin-bottom: 30px}
.card-tertiary{background: #e0e6eb; color: #1a2e46;display: inline-block; border: 1px solid #e0e6eb; border-radius: 12px;padding: 15px;margin-bottom: 30px}
.card-padrao{background: #fff; color: #000;display: inline-block; border: 1px solid #ddd; border-radius: 12px;padding: 15px;margin-bottom: 30px}

@media(max-width:512px){
    .NavigationContainer-links{padding: 0 }

    .PaneContent{padding: 10px;padding-bottom: 80px}
    .sidebar a{font-size: 18px}
    .btn-menu{display: block;}
    .content {
        margin: 15px; /* Largura do sidebar */

        padding: 15px; /* Altura do cabeçalho */
        padding-top: 80px;
    }
    .sidebar{display: none; width: 100%; padding: 15px;font-size: 22px}

}