.bg-blipero {
  background-color: #252235 !important;
  background-size: cover;
}


.bg-blipero-table {
  color: #333333 !important;
  background-color: #fff !important;
}


.bg-blipero-indigo {
  background-color: #b39ef3 !important;
}

/* Botão Informativo */
.btn-blipero-info {
  color: #fff !important;
  background-color: #414292 !important;
  border-color: #414292 !important;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease; /* Transições suaves */
}

.btn-blipero-info:hover {
  background-color: #32327a !important; /* Alterar a cor ao passar o mouse */
  border-color: #32327a !important; /* Alterar a cor da borda ao passar o mouse */
  transform: translateY(-2px); /* Levanta o botão levemente */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para profundidade */
}


.btn-blipero-warning {
  color: #fff !important;
  background-color: #17b58e !important;
  border-color: #17b58e !important;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease; /* Transições suaves */
}

.btn-blipero-warning:hover {
  background-color: #139f73 !important; /* Alterar a cor ao passar o mouse */
  border-color: #139f73 !important; /* Alterar a cor da borda ao passar o mouse */
  transform: translateY(-2px); /* Levanta o botão levemente */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para profundidade */
}


.btn-blipero-success {
  color: #fff !important;
  background-color: #414292 !important;
  border-color: #414292 !important;
}

.btn-blipero-danger {
  color: #fff !important;
  background-color: #eb175e !important;
  border-color: #eb175e !important;
}

.btn-blipero-danger:hover {
  color: #fff !important;
  background-color: #b61047 !important;
  border-color: #b61047 !important;
  transform: translateY(-2px); /* Levanta o botão levemente */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para profundidade */
}

.btn-blipero-primary {
  color: #fff !important;
  background-color: #5e17eb !important;
  border-color: #5e17eb !important;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease; /* Adiciona transições suaves */
}

.btn-blipero-primary:hover {
  background-color: #4a13b6 !important; /* Alterar a cor ao passar o mouse */
  border-color: #4a13b6 !important; /* Alterar a cor da borda ao passar o mouse */
  transform: translateY(-2px); /* Levanta o botão levemente */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para profundidade */
}


.btn-blipero-indigo {
  color: #5e17eb !important;
  background-color: rgba(
    179,
    158,
    243,
    0.5
  ) !important; /* Cor com transparência */
  border-color: #b39ef3 !important;
}

.bg-blipero-price {
  background-color: #1c005b !important;
}

.table-no-borders td,
.table-no-borders th {
  border: none !important;
}


.text-blipero-primary {
  color: #5e17eb !important;
}

.text-blipero-success {
  color: #4e73df !important;
}

.text-blipero-warning {
  color: #17b58e !important;
}

.text-blipero-danger {
  color: #eb175e !important;
}

.text-blipero-info {
  color: #414292 !important;
}

.border-top-blipero-primary {
  border-top: 0.25rem solid #5e17eb !important;
}

.border-left-blipero-primary {
  border-left: 0.25rem solid #5e17eb !important;
}

.border-left-blipero-success {
  border-left: 0.25rem solid #4e73df !important;
}

.border-left-blipero-warning {
  border-left: 0.25rem solid #17b58e !important;
}

.border-left-blipero-danger {
  border-left: 0.25rem solid #eb175e !important;
}

.border-left-blipero-info {
  border-left: 0.25rem solid #414292 !important;
}

.table-no-inner-borders {
  border-collapse: collapse;
}

.table-no-inner-borders td,
.table-no-inner-borders th {
  border: none !important;
}

.table-no-inner-borders {
  position: relative;
}

.table-no-inner-borders:before,
.table-no-inner-borders:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dee2e6; /* Altere essa cor para a que desejar */
  pointer-events: none;
}

.fade-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}

/* By default, display the large logo and hide the small logo on larger screens */
.large-logo {
  display: block;
}

.small-logo {
  display: none;
}

/* When sidebar is toggled, switch the visibility of the logos */
body.sidebar-toggled .large-logo {
  display: none !important;
}

body.sidebar-toggled .small-logo {
  display: block !important;
}

.custom-table {
  font-size: 0.875rem !important;
  border-collapse: collapse; /* Certifique-se de colapsar as bordas */
  color: #333333;
}

.custom-table th,
.custom-table td {
  text-align: center !important;
  padding: 16px; /* Ajuste o padding conforme necessário */
  border: none !important; /* Remova as bordas */
}

.custom-table thead th {
  padding: 10px; /* Ajuste o padding conforme necessário */
  height: 20px; /* Altura desejada para a linha do cabeçalho */
  vertical-align: middle; /* Centraliza verticalmente o conteúdo */
  text-transform: capitalize; 
  font-weight: bold; /* Texto em negrito */


}

.custom-table tbody tr td {
  padding: 15px; /* Ajuste o padding das células do corpo da tabela */
  vertical-align: middle;
}

/* Adicione esta regra para a primeira coluna */
.custom-table td:first-child {
  text-align: left !important;
  padding-left: 20px !important; /* Adicione padding à esquerda conforme necessário */
}



/* Estilize as linhas alternadas da tabela para que a cor seja próxima a #5e17eb */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f3f9 !important; /* Cor de fundo próxima a #5e17eb */
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff !important; /* Cor de fundo das linhas pares (branco) */
}

.chart {
  width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .chart {
    height: 20px;
  }
}

@media (max-width: 575.98px) {
  .chart {
    height: 40px;
  }
}

.ingredient-name-and-quantity {
  display: flex;
  align-items: center;
}

.ingredient-name {
  margin: 0;
  padding-right: 10px; /* Espaço entre o nome e a quantidade */
}

.ingredient-quantity {
  margin: 0;
}

/* Ícones dentro de botões */
.btn-outline-blipero-info .icon i {
  font-size: 16px; /* Tamanho do ícone */
  transition: transform 0.3s ease; /* Animação ao passar o mouse */
  color: #414292; /* Altere a cor específica, se necessário */

}
.btn-outline-blipero-info:hover .icon i {
  transform: scale(1.2); /* Ampliação ao hover */
}

/* Ícones no botão de alerta (warning) */
.btn-outline-blipero-warning .icon i {
  font-size: 16px;
  color: #f0a500; /* Altere a cor específica, se necessário */
}
.btn-outline-blipero-warning:hover .icon i {
  transform: rotate(15deg); /* Efeito de rotação no hover */
}

/* Ícones no botão de exclusão (danger) */
.btn-outline-blipero-danger .icon i {
  font-size: 16px;
  color: #eb175e;
}
.btn-outline-blipero-danger:hover .icon i {
  transform: scale(1.2) rotate(-10deg);
}

/* Ícones no botão de sucesso */
.btn-outline-blipero-success .icon i {
  font-size: 16px;
  color: #414292;
}
.btn-outline-blipero-success:hover .icon i {
  transform: scale(1.1);
}

/* Ícones no botão primário */
.btn-outline-blipero-primary .icon i {
  font-size: 16px;
  color: #5e17eb;
}
.btn-outline-blipero-primary:hover .icon i {
  transform: translateY(-2px); /* Efeito de elevação ao hover */
}


.toast {
  border-width: 2px; /* Espessura da borda para destaque */
}

.toast .icon-info {
  color: rgba(255, 255, 255, 0.9); /* Branco quase transparente */
}

.toast .icon-warning {
  color: rgba(255, 255, 255, 0.9); /* Branco quase transparente */
}

.toast .icon-success {
  color: rgba(255, 255, 255, 0.9); /* Branco quase transparente */
}

.toast .icon-danger {
  color: rgba(255, 255, 255, 0.9); /* Branco quase transparente */
}

.toast-body strong {
  margin-left: 8px; /* Espaçamento extra após o ícone */
  color: rgba(255, 255, 255, 0.9); /* Cor do texto quase branco */
}

.toast-container {
  z-index: 11 !important;
  pointer-events: none !important; /* Permite a interação com elementos por trás do toast */
}

.toast-body {
  pointer-events: auto !important; /* Apenas o conteúdo do toast será clicável */
}

/* Estilos para as bordas coloridas baseadas nos tipos */
.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-danger, .border-error {
  border-color: #dc3545 !important;
}


.card-finance {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.l-bg-green-dark {
  background: linear-gradient(to right, #17b58e, #38ef7d) !important;
  color: #fff;
}

.l-bg-orange-dark {
  background: linear-gradient(to right, #eb175e, #ffba56) !important;
  color: #fff;
}

.card-finance .card-statistic-3 .card-icon-large .fas {
  font-size: 110px;
}

.card-finance .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #333333;
  position: absolute;
  right: -5px;
  top: 20px;
  opacity: 0.1;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #414292, #84c0ec) !important;
  color: #fff;
}

.l-bg-orange {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
  color: #fff;
}

.btn-icon-split {
  padding: 0 !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.btn-icon-split .icon {
  background: rgba(0,0,0,.15) !important;
  display: inline-block !important;
  padding: .375rem .75rem !important;
}

.btn-icon-split .text {
  display: inline-block !important;
  padding: .375rem .75rem !important;
}


.fa-bars{
  color:#5e17eb ;
}


.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #5e17eb;
  font-weight: 700;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5e17eb !important;
  border-color: #5e17eb !important;
}


/* Altera a cor do texto de todos os itens de paginação */
.pagination .page-link {
  color: #333333 !important; /* Cor do texto */
}

/* Altera a cor do texto quando o item de paginação estiver ativo */
.pagination .page-item.active .page-link {
  color: #fff !important; /* Cor do texto para o item ativo */
}

/* Altera a cor do texto do botão "Anterior" */
.pagination .previous .page-link {
  color: #333333 !important; /* Cor do texto do botão "Anterior" */
}

/* Altera a cor do texto do botão "Próximo" */
.pagination .next .page-link {
  color: #333333 !important; /* Cor do texto do botão "Próximo" */
}

/* Altera a cor do texto para itens desativados */
.pagination .disabled .page-link {
  color: #333333 !important; /* Cor do texto para itens desativados */
}



.custom-table-mobile tbody tr td {
  padding: 25px; /* Ajuste o padding das células do corpo da tabela */
}


.custom-table-mobile {
  font-size: 0.875rem !important;
  border-collapse: collapse; /* Certifique-se de colapsar as bordas */
  color:#333333;
}

.custom-table-mobile th,
.custom-table-mobile td {
  border: none !important; /* Remova as bordas */
}

.custom-table-mobile thead th {
  padding: 15px; /* Ajuste o padding conforme necessário */
  vertical-align: middle; /* Centraliza verticalmente o conteúdo */
  text-transform: capitalize;
  font-weight: bold; /* Texto em negrito */
}

.custom-table-mobile tbody tr td {
  padding: 30px; /* Ajuste o padding das células do corpo da tabela */
  vertical-align: middle;
}

/* Adicione esta regra para a primeira coluna */
.custom-table-mobile td:first-child {
  text-align: left !important;
  padding-left: 20px !important; /* Adicione padding à esquerda conforme necessário */
}


#dataTableMobile_length {
  display: none;
}


@media (max-width: 768px) {
  #dataTableDesktop_length, #dataTable_length {
    display: none;
  }
}

.topbar .dropdown-list .dropdown-header {
  background-color: #5e17eb;
}


/* Alerta personalizado */
#customAlert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 16px;
  display: none;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}

.alert-warning {
  background-color: #fff3cd;
  color: #856404;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 1.5rem;
  color: inherit;
  opacity: 0.5;
}

.bg-card-primary {
  background-color: #5e17eb; /* Cor de fundo para custos incalculáveis */
}

.bg-card-blipero-danger {
  background-color: #dc3545; /* Cor de fundo para a taxa de imposto */
}