@charset "UTF-8";
.pointer {
  cursor: pointer;
}

.dataTables_filter {
  text-align: left !important;
}

.only-search > .dataTables_filter {
  text-align: right !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-start !important;
}

.logo-profile {
  max-width: 100px;
}

.cell_table {
  max-width: 250px !important;
}

.width-content-options {
  width: 100%;
}

.content-options {
  display: block;
  width: 100%;
}

.tyc {
  border: 1px solid rgb(194, 191, 191);
  width: 100%;
  height: 400px;
  overflow: auto;
}

#dt-acctions .nk-tb-col, .row_reduce .nk-tb-col {
  padding: 0.5rem 0.5rem;
}

#dt-acctions .nk-tb-item:not(:last-child) .nk-tb-col, .row_reduce .nk-tb-item:not(:last-child) .nk-tb-col {
  border-bottom: 1px solid #b4b7c0;
}

.preview-hr {
  opacity: 0.6;
}

.btn-app {
  padding: 8px 24px !important;
}

/* Selecciona elementos con la clase nk-tb-list dentro de tablas con la clase dt-wallet */
#dt-wallet.nk-tb-list th, #dt-down-wallet.nk-tb-list th, #dt-mis-prestamos.nk-tb-list th, #dt-colaboradores.nk-tb-list th {
  color: #6576ff; /* Opcional: cambia el color del texto para mejor contraste */
}

.swal2-confirm {
  font-family: Nunito, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.25rem !important;
  text-align: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 0.4375rem 1.125rem !important;
  font-size: 0.8125rem !important;
  border-radius: 4px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  color: #1ee0ac !important;
  border-color: #1ee0ac !important;
}

.swal2-confirm:hover {
  color: #fff !important;
  background-color: #1ee0ac !important;
  border-color: #1ee0ac !important;
}

.swal2-cancel {
  font-family: Nunito, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.25rem !important;
  text-align: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 0.4375rem 1.125rem !important;
  font-size: 0.8125rem !important;
  border-radius: 4px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  color: #e85347 !important;
  border-color: #e85347 !important;
}

.swal2-cancel:hover {
  color: #fff !important;
  background-color: #e85347 !important;
  border-color: #e85347 !important;
}

@media (min-width: 576px) {
  .content-options {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.color-highlight {
  color: #6576ff !important;
}

h1.color-primary {
  color: #5e4c98 !important;
}

.btn-highlight {
  color: #ffffff;
  background-color: #6576ff !important;
  border-color: #6576ff !important;
}

.btn-highlight-two {
  color: #ffffff;
  background-color: #91b5d8 !important;
  border-color: #91b5d8 !important;
}

@media (min-width: 992px) {
  .content-options {
    display: block;
    width: 100%;
  }
}
.full-height {
  height: 100vh !important;
}

#content-header-steps {
  margin-left: 22px;
}

#content-progress-steps {
  margin-left: 10px;
}

.btn-trigger {
  padding: 3px 0px !important;
}

.nk-header-search {
  display: flex;
  width: 100%;
  align-items: center;
}

#icon-search {
  color: #6576ff;
  font-size: 16px;
}

ul.ul-primary {
  list-style-type: none; /* Remove default bullets */
  padding-left: 15px; /* Adjust text indentation */
}

ul.ul-primary li::before {
  content: "• "; /* First dot */
  font-weight: bold;
  color: #333;
}

ul.ul-primary li::after {
  content: " •"; /* Second dot, with a space before */
  font-weight: normal;
  color: #ccc;
}

ul.ul-primary li::after {
  display: none; /* Hide the second dot */
}

/* estilos resumen wallet */
.nk-iv-wg2-amount.ui-v2 {
  font-size: 1.875rem;
  border-bottom: 2px solid #6576ff;
  padding-bottom: 1.25rem;
  margin-bottom: 1rem;
  display: block;
}

.nk-iv-wg2-list li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.nk-iv-wg2-list .small, .nk-iv-wg2-list small {
  font-size: 0.86em;
}

.nk-iv-wg2-list .item-value {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #364a63;
  float: right;
}

.nk-iv-wg2-list .total {
  border-top: none !important;
  margin-top: 0.3rem;
  padding-top: 0.55rem;
  font-weight: 700;
}

.nk-iv-wg2-amount {
  font-size: 2.25rem;
  letter-spacing: -0.03em;
  line-height: 1.15em;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.nk-wg-card:after {
  content: "";
  position: absolute;
  height: 0.25rem;
  background-color: transparent;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 0 3px 3px;
}

.nk-wg-card.is-s1:after {
  background-color: #364a63;
}

.nk-wg-card.is-s2:after {
  background-color: #6576ff;
}

.nk-wg-card.is-s3:after {
  background-color: #1ee0ac;
}

.nk-iv-wg2-text:not(:last-child) {
  margin-bottom: 2.5rem;
}

.nk-wg-card.is-s3:after {
  background-color: #1ee0ac;
}

.nk-wg-card.is-s1:after {
  background-color: #364a63;
}

/* /estilos resumen wallet */
.kc .btn {
  font-size: 1.2rem !important;
  font-weight: 900 !important;
}

.kc .text-small {
  font-size: 0.8rem !important;
}

.color-primary {
  color: #5e4c98 !important;
}

ul.ul-primary li::before {
  content: "• "; /* First dot */
  font-weight: bold;
  color: #8091a7 !important;
}

.span-h5 {
  font-size: 1.4rem !important;
}

#img-cell {
  width: 50%;
}

.min-vh-82 {
  min-height: 82vh !important;
}

.text-xs {
  font-size: 11px !important;
}

.traffic-channel-doughnut-ck {
  height: 326px;
}

.colorChartLeft {
  color: #a34444;
}

.colorChartRight {
  color: #57409b;
}

.align-bottom {
  display: flex;
  align-items: flex-end; /* Alinea el contenido al fondo */
}

/* grafica de barras */
.charts-container {
  display: flex;
  align-items: flex-end; /* Alinea las gráficas desde la base */
  gap: 40px;
}

.charts-container-wrapper {
  display: flex;
  align-items: center; /* Centra el contenido verticalmente */
  gap: 20px;
}

.charts-container {
  display: flex;
  align-items: flex-end; /* Alinea las gráficas desde la base */
  gap: 40px;
}

.chart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bar {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.segment {
  width: 100%;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column; /* Alinea el contenido en columna */
  justify-content: center; /* Centra el contenido verticalmente */
  align-items: center; /* Centra el contenido horizontalmente */
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 1s ease, opacity 1s ease;
  line-height: 1.5; /* Espaciado entre líneas */
}

.segment1 {
  background-color: #a34444; /* Color para el interés */
}

.segment2 {
  background-color: #666a6f; /* Color para la deuda */
}

/* Estilos para los divs de contenido antes y después */
.extra-content {
  font-size: 15px;
  font-weight: bold;
  /* color: #333; */
  text-align: center;
}

.format-number {
  font-size: 1.9rem !important;
  color: #7C4FE0 !important;
}

.footer-area.footer-fixed {
  bottom: -10px !important;
}

.logo-footer {
  width: 20% !important;
}

.title-header {
  font-size: 3rem !important;
}

.overlay-white h2, p, h4 {
  color: #7C4FE0 !important;
}

.overlay-white i {
  font-size: 35px;
  color: #7C4FE0;
}

/* Estilos para pantallas móviles */
@media (max-width: 767px) {
  .logo-celular {
    width: 50%;
  }
  .traffic-channel-doughnut-ck {
    height: 250px;
  }
  .text-elije {
    font-size: 12px;
  }
  #content-progress-steps {
    margin-left: 0px;
  }
  .kc .btn {
    font-size: 1.2rem !important;
  }
  #img-cell {
    width: 50%;
  }
  .footer-area.footer-fixed {
    bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  /* Estilos para versión móvil */
  .full-height {
    height: 0 !important;
  }
  .nk-header-wrap > * {
    padding: 0 0.1rem !important;
  }
  .logo-dark, .logo-light {
    width: 70%;
  }
}
#barChartIngresos + div, #barChartIngresos ~ .chartjs-legend, #barChartIngresos ~ div {
  display: none !important;
}
