:root {
  /* Escala base responsiva */
  font-size: clamp(12px, 1.5vw, 16px);
  /* Tamaños escalables */
  --dunamis-font-size-xs: 0.625rem;
  /* 10px */
  --dunamis-font-size-sm: 0.75rem;
  /* 12px */
  --dunamis-font-size-base: 1rem;
  /* 16px */
  --dunamis-font-size-lg: 1.25rem;
  /* 20px */
  --dunamis-font-size-xl: 1.5rem;
  /* 24px */
  --dunamis-font-size-xxl: 2rem;
  /* 32px */
  --dunamis-primary-color: #6fb0ab;
  --dunamis-primary-color2: #A4D3CF;
  --dunamis-secondary-color: #edb202;
  --dunamis-color-bg: #4C8D8C;
  --dunamis-color-hover: #3b6f6e;
  --dunamis-color-focus: #edb202;
  /* --dunamis-color-text-bg: #ffffff;
  --dunamis-color-text: #333; */
  /* --dunamis-font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}
.ds-form-label {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  transform: none !important;
  float: none !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  pointer-events: auto !important;
  z-index: auto !important;
  text-align: left !important;
  line-height: 1.3 !important;
}

.templateColor,
.templateColor:hover,
a.templateColor {
  background: var(--dunamis-primary-color) !important;
  color: #fff !important;
  padding: 0%, 5%, 0%, 5%;
}

/*MODIFICAR COLOR PARA EL SPINER DE CARGA */
.cssload-circle .cssload-inner {
  border: 5px solid var(--dunamis-color-bg); /*rgba(193, 70, 121, 0.7);*/
  box-shadow: inset 0 0 10px var(--dunamis-color-bg); /*rgba(193, 70, 121, 0.15);*/
}

/* PARA CATEGORIAS */
.bootstrap-tagsinput {
  width: 100%;
  min-height: 38px;
  padding: 4px 6px;
  border-radius: 4px;
}

.bootstrap-tagsinput .tag {
  background: #0d6efd;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25D366;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.20);
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
    font-weight: 600;
  }
  
  .whatsapp-float i {
    font-size: 24px;
    line-height: 1;
  }

  .button i.fa-whatsapp {
    margin-right: 6px;
  }
  
  .whatsapp-float-text {
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
  }
  
  .whatsapp-float:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    color: #ffffff !important;
  }
  
  .whatsapp-float:focus {
    outline: none;
    color: #ffffff !important;
  }
  
  .whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.25);
    outline-offset: 3px;
  }
  
  @media (max-width: 575.98px) {
    .whatsapp-float {
      right: 14px;
      bottom: 14px;
      min-height: 54px;
      padding: 0 16px;
    }
  
    .whatsapp-float-text {
      display: none;
    }
  
    .whatsapp-float i {
      font-size: 26px;
    }
  }


/* BOTONES */
.rd-navbar-main-element {
  display: flex;
  align-items: center;
  gap: 18px;
}

.toggle-original-elements {
  display: flex;
  align-items: center;
  margin: 0;
}

/* BOTÓN LOGIN / LOGOUT */
.nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 40px;
  padding: 0 12px;
  border: none !important;
  background: transparent;
  box-shadow: none !important;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.25s ease;
  margin: 0;
}

.nav-btn i {
  font-size: 15px;
  line-height: 1;
}

.nav-btn span {
  line-height: 1;
}

.nav-btn:hover {
  color: #8c2f55;
  background: transparent;
}

/* AJUSTE SOLO PARA PUBLIC */
.nav-btn-public {
  min-width: auto;
  padding-right: 6px;
}

/* AJUSTE SOLO PARA ADMIN */
.nav-btn-admin {
  min-width: auto;
}

/* CARRITO */
.rd-navbar-basket-wrap {
  display: flex;
  align-items: center;
  margin: 0;
}

.rd-navbar-basket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 28px;
  text-decoration: none;
  color: #111;
}

.rd-navbar-basket span {
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 12px;
  font-weight: 700;
  color: #d14b7f;
}

/* MOBILE */
.rd-navbar-basket-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .nav-btn span {
    display: none;
  }

  .nav-btn {
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .rd-navbar-basket-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.ocultar {
  display: none !important;
}

.mostrar {
  display: block !important;
}

.notas {
  background-color: rgb(255, 255, 192);
}


/*
  ESTILO GENERAL TABLA JQUERY
*/

/*paginacion*/
div.dt-container div.dt-paging {
  margin: 0;
}

div.dt-container div.dt-paging ul.pagination {
  margin: 2px 0;
  flex-wrap: wrap;
  font-size: var(--dunamis-font-size-sm);
  font-family: var(--dunamis-font-family);
}

.page-item.active .page-link {
  z-index: 1;
  color: var(--dunamis-color-text-bg);
  background-color: var(--dunamis-color-focus);
  border-color: var(--dunamis-color-focus);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--dunamis-primary-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--dunamis-color-hover);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--dunamis-primary-color) !important;
  /* #0d6efd*/
  ;
  --bs-pagination-active-border-color: var(--dunamis-primary-color) !important;
  /* #0d6efd*/
  ;
  --bs-pagination-disabled-color: var(--bs-dunamis-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* ESTILO PARA EL FOOTER*/
.tabla-footer {
  font-size: var(--dunamis-font-size-sm) !important;
  font-family: var(--dunamis-font-family) !important;
  font-weight: bold !important;
  text-align: right !important;
  color: var(--dunamis-color-text) !important;
}

/* Contenedor moderno de footer */
.datatable-footer-wrapper {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  background: #fafafa;
  /* suave, tipo Metronic */
}

/* Información (Mostrando X...) */
.datatable-info-wrapper .dataTables_info {
  font-size: 0.9rem;
  color: #555;
  padding-top: 4px !important;
}

/* Alinear paginación */
.datatable-pagination-wrapper .dataTables_paginate {
  margin: 0 !important;
}

/* Botones de paginación modernos */
.dataTables_paginate .pagination .page-item .page-link {
  border-radius: 6px !important;
  padding: 6px 12px !important;
  font-size: 0.85rem;
  color: #555;
}

/* Hover elegante */
.dataTables_paginate .pagination .page-item .page-link:hover {
  background: #f0f0f0 !important;
}

/* Activo estilo DunamisSoft */
.dataTables_paginate .pagination .page-item.active .page-link {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #000 !important;
  font-weight: bold;
}

/* Ajustes móviles */
@media (max-width: 768px) {
  .datatable-info-wrapper {
    justify-content: center !important;
    margin-bottom: 10px;
  }

  .datatable-pagination-wrapper {
    justify-content: center !important;
  }
}

/* Contenedor moderno de footer */
.datatable-footer-wrapper {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  background: #fafafa;
  /* suave, tipo Metronic */
}

/* Información (Mostrando X...) */
.datatable-info-wrapper .dataTables_info {
  font-size: 0.9rem;
  color: #555;
  padding-top: 4px !important;
}

/* Alinear paginación */
.datatable-pagination-wrapper .dataTables_paginate {
  margin: 0 !important;
}

/* Botones de paginación modernos */
.dataTables_paginate .pagination .page-item .page-link {
  border-radius: 6px !important;
  padding: 6px 12px !important;
  font-size: 0.85rem;
  color: #555;
}

/* Hover elegante */
.dataTables_paginate .pagination .page-item .page-link:hover {
  background: #f0f0f0 !important;
}

/* Activo estilo DunamisSoft */
.dataTables_paginate .pagination .page-item.active .page-link {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #000 !important;
  font-weight: bold;
}

/* Ajustes móviles */
@media (max-width: 768px) {
  .datatable-info-wrapper {
    justify-content: center !important;
    margin-bottom: 10px;
  }

  .datatable-pagination-wrapper {
    justify-content: center !important;
  }
}





/*
 ESTILO PARA LOS BOTONES DE LA COLUMNA ACTIONS DE LA TABLA JQUERY
*/


.table {
  font-size: 14px;
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 6px;
  padding: 5px 10px;
}


/* Contenedor de botones */
.actions {
  display: flex;
  gap: 5px;
  /* Espacio entre botones */
}

/* Estilos generales para los botones */
.actions .btn-action,
.btn-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  /* Tamaño XS */
  height: 25px;
  /* Tamaño XS */
  border: none;
  border-radius: 5px;
  /* Bordes redondeados */
  color: white;
  font-size: 13px;
  /* Tamaño de ícono */
  transition: 0.3s ease-in-out;
  font-family: "Font Awesome 5 Free";
  /* Usar FontAwesome */
  font-weight: 900;
  /* Importante para que muestre los íconos */
}

/* ICONOS PARA LOS BOTONES COLUMN ACCIONES DE LA TABLA*/
/*Boton Editar */
.actions .btn-edit::before {
  content: "\f303";
  /* Unicode de fa-pencil-alt */
}

/*Boton Eliminar */
.actions .btn-delete::before {
  content: "\f2ed";
  /* Unicode de fa-minus */
}

/*Boton Anular */
.actions .btn-cancel::before {
  content: "\f05e";
  /* Unicode de fa-ban */
}

/*Boton Ver */
.actions .btn-view::before {
  content: "\f06e";
  /* Unicode de fa-eye */
}

/*Boton Seleccionar */
.actions .btn-select::before {
  content: "\f058";
  /* Unicode de fa-eye */
}

/*Boton Imprimir */
.actions .btn-print::before {
  content: "\f02f";
  /* Unicode de fa-print */
}

/*Boton Copiar */
.actions .btn-copy-to::before {
  content: "\f0c5";
  /* Unicode de fa-copy */
}

/*Boton Copiar */
.actions .btn-aprobar::before {
  content: "\f164";
  /* Unicode de desaprobado por defecto */
}

/* Colores específicos para cada botón */
.actions .btn-edit {
  background-color: #17a2b8;
  /* Azul */
}

.actions .btn-delete {
  background-color: #C0392B;
  /* Rojo */
}

.actions .btn-cancel {
  background-color: #ffc107;
  /* Amarillo */
  color: black;
}

.actions .btn-view {
  background-color: #28a745;
  /* Verde */
}

.actions .btn-select {
  background-color: #17a2b8;
  /* Verde */
}

.actions .btn-print {
  background-color: #6c757d;
  /* Gris */
}

.actions .btn-copy-to {
  background-color: #007bff;
  /* Azul fuerte */
}

.actions .btn-aprobar {
  background-color: #007bff;
}

/* Submenu Bootstrap 5 */
/* ===============================
   Dropdown acciones (ERP Style)
   =============================== */

   .dropdown-menu {
    border-radius: .5rem;
    padding: .35rem 0;
    font-size: .9rem;
}

.dropdown-item {
    padding: .45rem 1rem;
}

.dropdown-item i {
    width: 1.25rem;
    text-align: center;
}

/* ===============================
   Submenu Bootstrap 5
   =============================== */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .25rem;
    display: none;
    min-width: 180px;
    z-index: 1055;
}

.dropdown-submenu.show > .dropdown-menu {
    display: block;
}

/* Hover suave */
.dropdown-submenu > a:hover,
.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

/* Evita cortes en DataTables */
.table-responsive,
.dataTables_wrapper {
    overflow: visible !important;
}


/*
  ESTILO PARA LOS BOTONES DE LA TABLA
*/
.tabla.btn-excel {
  background-color: #1E8449 !important;
  border-color: #145A32 !important;
  color: white !important;
}

.tabla.btn-pdf {
  background-color: #C0392B !important;
  border-color: #922B21 !important;
  color: white !important;
}

.tabla.btn-csv {
  background-color: #3498DB !important;
  border-color: #2E86C1 !important;
  color: white !important;
}

.tabla.btn-print {
  background-color: #5D6D7E !important;
  border-color: #34495E !important;
  color: white !important;
}

/*
  ESTILO PARA AGRUPADO EN TABLA JQUERY
*/
tr.group,
tr.group:hover {
  background-color: var(--dunamis-primary-color2) !important;
  font-weight: bold;
}

:root.dark tr.group,
:root.dark tr.group:hover {
  background-color: var(--dunamis-primary-color) !important;
}

/*
  ESTILO PARA LINEA SUPERIOR DE CARD
*/
.card.card-outline {
  border-top: 3px solid var(--dunamis-secondary-color);
}

/*
  ESTILO PARA EL MENU DEL DROPDOWN DEL BTN IMPRIMIR en la barra
*/

.dropdown-menu-dark .dropdown-item {
  color: var(--dunamis-primary-color2)
    /*#dee2e6; */
}

/* Estilo para la línea de tiempo, tab */
.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 0px;
  padding: 0px 0;
  margin: 0 0 0px;
}

.timeline .step {
  flex: 1;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #6c757d;
}

.timeline .step.active {
  color: #007bff;
}

.timeline .progress {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #e9ecef;
  z-index: -1;
}

.timeline .progress-bar {
  height: 5px;
  background-color: var(--dunamis-primary-color2);
  width: 0%;
  transition: width 0.4s ease;
}

.timeline .circle {
  width: 25px;
  height: 25px;
  background-color: var(--dunamis-primary-color2);
  border-radius: 50%;
  display: inline-block;
  line-height: 25px;
  color: white;
  font-size: 14px;
  cursor: pointer;
}

.timeline::before {
  border-radius: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 31px;
  width: 4px;
  margin: 0;
  content: "";
  background-color: transparent
    /* var(--bs-border-color);  */

}

.timeline .active .circle {
  background-color: var(--dunamis-secondary-color);
}

.timeline>div {
  position: relative;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* 
    ESTILO PARA CAMPO VALIDADOS COMO CORRECTO
 */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0rem;
}

.card-title {
  margin-bottom: 0rem;
  /* var(--bs-card-title-spacer-y); */
  color: var(--dunamis-color-text);
  font-family: var(--dunamis-font-family);
  font-size: var(--dunamis-font-size-base);
}


/* color de fondo para los readOnly */
input[readonly],
textarea[readonly],
select[readonly],
input:disabled,
textarea:disabled,
select:disabled {
  background-color: var(--dunamis-bg-readonly) !important;
}

input,
textarea,
select {
  transition: background-color 0.3s ease;
}

/* Estilo para el popup de edicion devextreme */
.dx-popup-wrapper .dx-overlay-content {
  font-size: var(--dunamis-font-size-base);
  font-family: var(--dunamis-font-family);
  overflow-y: auto;
}

/* estilos para las alertas */
/* Botones base */
.swal2-confirm.btn-confirm-custom,
.swal2-cancel.btn-cancel-custom {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.5em 1em;
}

/* modificar colores  */
.swal2-confirm.success-btn {
  background-color: var(--dunamis-primary-color2);
  color: white;
}

.swal2-confirm.error-btn {
  background-color: #dc3545;
  color: white;
}

.swal2-confirm.info-btn {
  background-color: #17a2b8;
  color: white;
}

.swal2-confirm.confirm-btn {
  background-color: var(--dunamis-primary-color2);
  color: white;
}

.swal2-confirm.footer-btn {
  background-color: #6f42c1;
  color: white;
}

.swal2-cancel.btn-cancel-custom {
  background-color: #6c757d;
  color: white;
}

/*
  COLOR PARA SWICH CHECK COLUMNA ESTATUS EN TABLA
*/

.estado-activo {
  background-color: var(--dunamis-primary-color);
  /* #343a40; Color oscuro */
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: bold;
}

.estado-inactivo {
  background-color: #dc3545;
  /* Rojo tipo "danger" */
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: bold;
}

span.bootstrap-switch-handle-on {
  background-color: var(--dunamis-color-bg) !important;
  color: var(--dunamis-color-text-bg) !important;
  font-size: var(--dunamis-font-size-sm) !important;
}

span.bootstrap-switch-handle-off {
  background-color: #d9534f !important;
  color: var(--dunamis-color-text-bg) !important;
  font-size: var(--dunamis-font-size-sm) !important;
}

/*
  PARA LAS COLUMNA ESTADO
*/
.col-estado {
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: white;
  /* por defecto */
}

.col-estado {
  background-color: var(--estado-color, gray);
  color: var(--estado-text, white);
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}

/* Colores según estado */
.col-estado[color-estado="success"] {
  background-color: #28a745;
  color: white;
}

.col-estado[color-estado="warning"] {
  background-color: #ffc107;
  color: black;
}

.col-estado[color-estado="info"] {
  background-color: #17a2b8;
  color: black;
}

.col-estado[color-estado="danger"] {
  background-color: #dc3545;
  color: white;
}


/* 
    ESTILOS PARA EL invalid-feedback,
 */
 .invalid-feedback {
  display: none !important;
  font-family: var(--dunamis-font-family);
  font-size: var(--dunamis-font-size-xs);
}

input.is-invalid~.invalid-feedback,
select.is-invalid~.invalid-feedback,
textarea.is-invalid~.invalid-feedback {
  display: block !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* 
  Estilo para botones circulares (ejemplo: botón de acción rápida)
*/
.btn-circle {
  width: 38px;
  height: 38px;
  padding: 0;
}

.btn-circle:hover {
  transform: scale(1.08);
  transition: all 0.2s ease;
}

.card-header .btn-link {
  font-size: 1rem;
  font-weight: 600;
}

.card-header .text-muted.small {
  font-weight: 400;
  max-width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-remove-variant,
.btn-remove-media {
  min-width: 110px;
}

.btn-toggle-variant.rounded-circle,
.btn-toggle-media.rounded-circle {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .card-header .text-muted.small {
    max-width: 180px;
  }

  .btn-remove-variant,
  .btn-remove-media {
    min-width: auto;
    padding-inline: 0.75rem;
  }
}

/* 
  ESTILO PARA EL PICKER DE IMAGEN EN PERSONALIZACION DE PLANTILLA
 */
.template-image-picker {
  cursor: pointer;
}

.template-preview-box {
  min-height: 170px;
  border: 1px dashed #ddd;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-preview-brand-box {
  min-height: 110px;
  background:
    linear-gradient(45deg, #f8f8f8 25%, transparent 25%),
    linear-gradient(-45deg, #f8f8f8 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f8f8f8 75%),
    linear-gradient(-45deg, transparent 75%, #f8f8f8 75%);
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
}

.footer-socials .footer-social-link {
  color: var(--fd-footer-color, #ffffff) !important;
  border-color: currentColor;
  transition: all 0.25s ease;
}

.footer-socials .footer-social-link:hover {
  color: var(--social-color) !important;
  border-color: var(--social-color) !important;
  transform: translateY(-2px);
}

.preview-brand {
  width: 231px;
  height: 49px;
  object-fit: contain;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

.auth-side-panel {
  min-height: 100%;
  background: linear-gradient(135deg, var(--fd-primary-bg, #d96c8c), var(--fd-secondary-bg, #8cc9c3));
}

.auth-tabs {
  background: #f8f8f8;
  padding: 6px;
  border-radius: 999px;
}

.auth-tabs .nav-link {
  color: #555;
  font-weight: 600;
}

.auth-tabs .nav-link.active {
  background: var(--fd-primary-bg, #d96c8c);
  color: #fff;
}

.auth-brand-logo {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .18));
}

.auth-side-panel {
  min-height: 520px;
}

#modalLogin .form-control {
  min-height: 48px;
}

#modalLogin .btn {
  font-weight: 600;
}

#modalLogin .modal-content {
  border-radius: 24px;
}

/*=============================================
TOAST SIEMPRE POR ENCIMA DEL NAVBAR
=============================================*/
.swal2-container.toast-zindex-top {
  z-index: 2147483647 !important;
}