.logo {
    width: 100% !important;
    max-width: 200px !important;
}

.app-wrapper{
    margin-left: 0px !important;
}

.app-header{
    left: 0% !important;
}



.colorred{
    color: red !important;
}

.colorblue{
    color: blue !important;
}

.colorgreen{
    color: green !important;
}

.menu-link {
    display: inline-block !important;
}

.menumode{
    max-width: 72px !important;
}

.botaoadicionar{
    justify-content: flex-end !important;
    padding-right: 65px !important;
}

.ajuste {
    position: fixed !important;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80% !important; /* Defina a largura da janela modal conforme necessário */
    max-width: 500px !important; /* Defina o máximo de largura conforme necessário */
    background-color: #fff !important; /* Adicione a cor de fundo desejada */
    padding: 20px !important; /* Adicione preenchimento interno conforme necessário */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important; /* Adicione sombra conforme necessário */
    border-radius: 8px !important; /* Adicione borda arredondada conforme necessário */
}

.titulo-chperiodo {
    justify-content: center !important;
}

.close-chperiodo{
    position: fixed;
    right: 20px;
}

.permissions-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; /* Espaçamento entre as linhas */
}

.permission-group {
    flex: 0 0 calc(33.33% - 10px); /* 10px de espaçamento entre as colunas */
}

.fv-row {
    margin-bottom: 7px; /* Espaçamento entre os itens */
}

.botao-baixa{
    padding: 1px 6px !important;
}

.long-option {
    white-space: pre-wrap !important;
}

#loader1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0%;
    top: 0vh;
    width: 100%;
    height: 100vh;
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    transition: opacity 3s ease-out, top 1s ease-out !important;
    
}

#loader1.hide {
    transition: opacity 3s ease-out, top 1s ease-out !important;
    opacity: 0;
    top: -100vh;
}


.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgb(0, 68, 255) 33%, #45b3e6 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
  }
  @keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg)}
  } 



.table-row-hover:hover {
    background-color: #cfe7f7;
}

.table-row-hover:hover td
    {
    border-radius: 10px;
}

.mensagem-sem-compromissos {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.modal-dialog.modal-dialog-centered.mw-650px {
    max-width: 50% !important;
  }

  @media (max-width: 1350px) {
    .modal-dialog.modal-dialog-centered.mw-650px {
      max-width: 80% !important;
    }
  }


  .baixa-total-selecionados {
    margin-right: 15px !important;
    font-size: 14px !important;
    padding: 7px 12px !important;

  }

  .mensagem-sem-registros {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.estatisticas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px; 
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 100px;

}

.estatisticas .totais {
    flex: 1 1 30%;
    max-width: 30%;
}

.estatisticas .container-gr {
    flex: 1 1 68%;
    max-width: 68%;
}


.container-gr {
    width: 100%;
}

.grafico-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.grafico-grid .card {
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
    box-sizing: border-box;
}

canvas {
    min-height: 300px;
    height: 100% !important;
    width: 100% !important;
}
.card-body {
    height: 450px; /* altura fixa do card que comporta o gráfico */
}

.totais {
	flex: 0 0 auto; /* ocupa só o necessário */
	min-width: 250px;
	max-width: 350px;
}


.col-limitada {
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
