


.sidenav .nav-link.active .ni {
    color: #ffffffda !important; /* Cambia esto al color que desees para el ícono activo */
  } 

  .fixed-plugin .nav-link.active .ni {
    color: #49BEB7 !important; /* Cambia esto al color que desees para el ícono activo */
  } 

  .nav-link .ni {
    color: #111111 !important;/* Cambia esto al color que desees para el ícono activo */
  }

  .nav-link .ni { 
    font-size: 1.1em;
  }

  .navbar-main .ni {
    font-size: 1.2em;
  }

  .nav-link:hover .icon i {
    color: #767676!important; /* Cambia a tu color deseado para el icono cuando se pasa el mouse */
  }

  .nav-link2:hover .icon i {
    color: #8a8a8a!important; /* Cambia a tu color deseado para el icono cuando se pasa el mouse */
  }
  
  .nav-link:hover .icon {
    background-color: #f0f0f0!important; /* Cambia a tu color deseado para el fondo cuando se pasa el mouse */
  }



  ul.navbar-nav.configuracion .ni {
    font-size: 1.1em;
  }

  ul.navbar-nav.configuracion .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; /* Ancho del fondo del icono */
    height: 36px; /* Altura del fondo del icono */
  }

  #tableroControl .na {
    font-size: 0.7em !important;
  }

  #tableroControl .ni {
    font-size: 0.7em !important;
  }

  .dashboard-chart-wrapper {
    position: relative;
    min-height: 260px;
    height: 320px;
  }

  .dashboard-chart-wrapper canvas {
    width: 100% !important;
    height: 100% !important;
  }

  .dashboard-cobros-actividad {
    background-color: #fff;
  }

  .dashboard-cobros-clase .badge {
    font-weight: 600;
  }

  .dashboard-cobros-subtotal {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f172a;
  }

  .dashboard-cobros-item {
    border-left: 4px solid transparent;
    background-color: #fdfdfd;
    transition: background-color 0.2s ease;
  }

  .dashboard-cobros-item--today {
    border-color: #facc15;
    background-color: rgba(250, 204, 21, 0.08);
  }

  .dashboard-cobros-item--overdue {
    border-color: #fb923c;
    background-color: rgba(251, 146, 60, 0.08);
  }

  .dashboard-cobros-item--multiple {
    border-color: #f87171;
    background-color: rgba(248, 113, 113, 0.1);
  }

  .dashboard-cobros-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: initial;
  }

  .dashboard-cobros-pill--today {
    background-color: rgba(250, 204, 21, 0.2);
    color: #854d0e;
  }

  .dashboard-cobros-pill--overdue {
    background-color: rgba(251, 146, 60, 0.2);
    color: #9a3412;
  }

  .dashboard-cobros-pill--multiple {
    background-color: rgba(248, 113, 113, 0.25);
    color: #991b1b;
  }


  #sidenav-main {
    overflow-x: hidden;
  }



/* Aquí definimos las variables de Bootstrap para el botón close en CSS */

:root {
  --btn-close-per-width: .75em;
  --btn-close-per-height: var(--btn-close-width);
  --btn-close-per-padding-x: .25em;
  --btn-close-per-padding-y: var(--btn-close-padding-x);
  --btn-close-per-color: #000; /* Cambia esto al color que desees */
  --btn-close-per-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='" + var(--btn-close-color) + "'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
  --btn-close-per-focus-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); /* Cambia esto si es necesario */
  --btn-close-per-opacity: 0.5;
  --btn-close-per-hover-opacity: 0.75;
  --btn-close-per-focus-opacity: 1;
  --btn-close-per-disabled-opacity: 0.25;
  --btn-close-per-white-filter: invert(1) grayscale(100%) brightness(200%); /* Cambia esto si es necesario */
}

/* Aquí puedes usar las variables en tu CSS */

.btn-close-per{
  width: 1.5em; 
  height: 1.5em; 
  line-height: 0.5em;
  color: var(--btn-close-color);
  background: var(--btn-close-bg);
  box-shadow: var(--btn-close-focus-shadow);
  opacity: var(--btn-close-opacity);
  border-radius: 20%;
  border: 1.5px solid #7c7b7b; 

}

.btn-close-per:hover {
  border-width: 0.5px; /* Reduce el grosor del borde al pasar el mouse por encima */
  background-color: #f0f0f0;
}

body {
  overflow-x: hidden;
  padding-top: 56px;
}


.profile-photo-wrapper {
  position: relative;
  width: 130px;
  height: 130px;
}

.profile-photo-wrapper .profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-photo-edit-btn {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(23, 193, 232, 0.25);
  border: none;
}

.profile-photo-edit-btn i {
  font-size: 0.85rem;
}

.profile-photo-editor {
  display: flex;
  justify-content: center;
}

.profile-photo-editor__canvas {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bs-gray-200, #f1f5f9);
  border: 2px dashed rgba(148, 163, 184, 0.6);
  transition: border-color 0.2s ease;
  cursor: grab;
}

.profile-photo-editor__canvas.is-disabled {
  cursor: default;
}

.profile-photo-editor__canvas::after {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  pointer-events: none;
}

.profile-photo-editor__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
  max-width: none;
  max-height: none;
  user-select: none;
  pointer-events: none;
}

.profile-photo-editor__image--interactive {
  pointer-events: none;
}

.profile-photo-editor__canvas:active {
  cursor: grabbing;
}

.profile-photo-editor__canvas.is-disabled:active {
  cursor: default;
}

.profile-photo-editor__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
}

.profile-photo-editor__image--static + .profile-photo-editor__placeholder {
  background: rgba(255, 255, 255, 0.75);
}

@media (max-width: 576px) {
  .profile-photo-editor__canvas {
    width: 200px;
    height: 200px;
  }

  .profile-photo-edit-btn {
    width: 32px;
    height: 32px;
  }
}



.custom-dropdown-width {
  width: 500px !important; /* Puedes ajustar el valor según tus necesidades */
  
}


/* ... y así para otras reglas de estilos que necesites. */
#loading {
  position:fixed;
  top:0;
  left:0;
  z-index:100;
  width:100vw;
  margin: 0;
  height:100vh;
  background-color: rgba(255,255,255,0.7); 

}

#loading {
  position:fixed;
  top:0;
  left:0;
  z-index:100;
  width:100vw;
  margin: 0;
  height:100vh;
  background-color: rgba(255,255,255,0.7); 

}

.temaCard-bg {
  background-color: rgba(239, 239, 239, 1) !important; /* Gris claro, ajusta según necesites */
}

.module-title {
  color: #000; /* Color más oscuro para los módulos */
}
.topic-title {
  color: #555; /* Color menos intenso para los temas */
}
.topic-description {
  color: #7c7b7b; /* Color suave para descripciones, si se desea distinguir aún más */
  margin-bottom: 0.75rem;
}

.topic-description > :first-child {
  margin-top: 0.1rem;
}

.topic-description p {
  margin: 0.35rem 0;
}

.topic-description ul,
.topic-description ol {
  margin-top: 0.2rem;
  margin-bottom: 0.75rem;
  padding-left: 1.2rem;
}



/* colores personalizados para botones */

.btn-info-2 {
  background-color: #3790ab!important; 
  border-color: #3790ab!important;
  color: #fff!important;
}

.btn-info-2:hover,
.btn-info-2:focus {
  background-color: #31b0d5!important;
  border-color: #269abc!important;
  color: #fff!important;
}

.btn-info-3 {
  background-color: #9fd8e9!important;
  border-color: #9fd8e9!important;
  color: #fff!important;
}

.btn-info-3:hover,
.btn-info-3:focus {
  background-color: #7ec8d8!important;
  border-color: #7ec8d8!important;
  color: #fff!important;
}



.btn-ver {
  background-color: #6DD3CE!important; 
  border-color: #6DD3CE!important;
  color: #ffffff!important;
}

.btn-ver:hover,
.btn-ver:focus {
  background-color: #5aaeaa!important;
  border-color: #5aaeaa!important;
  color: #ffffff!important;
}


.btn-editar {
  background-color: #FFA987!important; 
  border-color: #FFA987!important;
  color: #ffffff!important;
}

.btn-editar:hover,
.btn-editar:focus {
  background-color: #d28a6e!important;
  border-color: #d28a6e!important;
  color: #ffffff!important;
}

.btn-pago {
  background-color: #FFA987!important;
  border-color: #FFA987!important;
  color: #ffffff!important;
}

.btn-pago:hover,
.btn-pago:focus {
  background-color: #d28a6e!important;
  border-color: #d28a6e!important;
  color: #ffffff!important;
}




/* colores personalizados para fondos */

.bg-custom-grisClaro {
  background-color: #eef6fa!important; 

}

.fc-delete-btn:hover { color:#ffc9c9!important }



.fc-delete-btn:hover { color:#ffc9c9!important }

.logout-confirm {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.logout-confirm.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.logout-confirm__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
}

.logout-confirm__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  border-radius: 22px;
  padding: 2rem 1.75rem;
  background: linear-gradient(135deg, rgba(245, 248, 255, 0.96), rgba(236, 240, 250, 0.96));
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.22);
  color: #1f2937;
}

.logout-confirm__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f97316, #ef4444);
  color: #fff;
  font-size: 1.65rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 15px 30px rgba(239, 68, 68, 0.35);
}

.logout-confirm__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.logout-confirm__message {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #334155;
}

.logout-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.logout-confirm__button {
  min-width: 160px;
  font-weight: 600;
  border-radius: 14px;
  padding: 0.65rem 1.4rem;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 20px rgba(15, 23, 42, 0.08);
}

.logout-confirm__button.btn-light {
  background: #f8fafc;
  border-color: transparent;
  color: #0f172a;
}

.logout-confirm__button.btn-light:hover,
.logout-confirm__button.btn-light:focus {
  background: #e2e8f0;
  color: #0f172a;
}

.logout-confirm__button.btn-danger {
  background: linear-gradient(135deg, #ef4444, #f97316);
  border: none;
}

.logout-confirm__button.btn-danger:hover,
.logout-confirm__button.btn-danger:focus {
  background: linear-gradient(135deg, #dc2626, #ea580c);
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(248, 113, 113, 0.28);
}

.gestion-menores .list-group-item.active,
.gestion-menores .list-group-item.active:hover,
.gestion-menores .list-group-item.active:focus {
  color: #fff;
  background: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
  border-color: transparent;
}

.gestion-menores .list-group-item.active .text-muted,
.gestion-menores .list-group-item.active i {
  color: rgba(255, 255, 255, 0.85) !important;
}

@media (max-width: 480px) {
  .logout-confirm__dialog {
    padding: 1.75rem 1.25rem;
  }

  .logout-confirm__actions {
    justify-content: stretch;
  }

  .logout-confirm__button {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logout-confirm,
  .logout-confirm__button {
    transition-duration: 0.001ms !important;
    transition: none !important;
  }
}

.listado-precios__filters {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.listado-precios__section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .listado-precios__filters,
  .listado-precios__section {
    max-width: 1400px;
  }
}

@media (min-width: 1700px) {
  .listado-precios__filters,
  .listado-precios__section {
    max-width: 1600px;
  }
}

.listado-precios__section-header {
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.92), rgba(226, 232, 240, 0.75));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.listado-precios__section-body {
  padding: 1.5rem;
}

.listado-precios__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f172a;
}

.listado-precios__empty-message {
  margin-bottom: 0;
}

.listado-precios__table-wrapper {
  overflow-x: auto;
  max-width: 100%;
  margin-top: 1rem;
}

.listado-precios__table {
  width: 100%;
  min-width: 960px;
}

.listado-precios__table th,
.listado-precios__table td {
  vertical-align: middle;
}

.listado-precios__table th.col-compact,
.listado-precios__table td.col-compact {
  width: 4.5rem;
}

.listado-precios__table td.col-compact {
  white-space: nowrap;
}

.listado-precios__table th.col-compact {
  white-space: normal;
}

@media (max-width: 768px) {
  .listado-precios__filters,
  .listado-precios__section {
    border-radius: 1rem;
  }

  .listado-precios__section-header {
    padding: 1rem 1.25rem;
  }

  .listado-precios__section-body {
    padding: 1.25rem;
  }

  .listado-precios__table {
    min-width: 720px;
  }
}

@media (max-width: 576px) {
  .listado-precios__filters {
    padding: 1.25rem !important;
  }

  .listado-precios__section-header {
    padding: 0.875rem 1rem;
  }

  .listado-precios__section-body {
    padding: 1rem;
  }

  .listado-precios__table {
    min-width: 620px;
  }
}

.listado-precios__notification {
  position: relative;
  border: none;
  border-radius: 18px;
  padding: 1rem 1.25rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 255, 0.96));
  color: #0f172a;
  max-width: 920px;
  margin: 1.5rem auto 0;
}

.listado-precios__notification .listado-precios__notification-text {
  font-size: 0.95rem;
  line-height: 1.5;
}

.listado-precios__notification .listado-precios__notification-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  font-size: 1.25rem;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.2);
  flex-shrink: 0;
}

.listado-precios__notification.alert-success .listado-precios__notification-icon {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 16px 32px rgba(34, 197, 94, 0.24);
}

.listado-precios__notification.alert-danger .listado-precios__notification-icon {
  background: linear-gradient(135deg, #f97316, #ef4444);
  box-shadow: 0 16px 32px rgba(239, 68, 68, 0.28);
}

.listado-precios__notification.alert-warning .listado-precios__notification-icon {
  background: linear-gradient(135deg, #f59e0b, #f97316);
  box-shadow: 0 16px 32px rgba(245, 158, 11, 0.26);
}

.listado-precios__notification .listado-precios__notification-close {
  position: relative;
  top: -0.15rem;
  color: inherit;
}

.listado-precios__notification .listado-precios__notification-close:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

@media (max-width: 768px) {
  .listado-precios__notification {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .listado-precios__notification {
    padding: 1rem;
  }

  .listado-precios__notification .listado-precios__notification-icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
  }
}

.listado-precios-confirm {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.listado-precios-confirm.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.listado-precios-confirm__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
}

.listado-precios-confirm__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  border-radius: 22px;
  padding: 2rem 1.75rem 1.75rem;
  background: linear-gradient(135deg, rgba(249, 250, 255, 0.98), rgba(237, 242, 255, 0.98));
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
  color: #0f172a;
  overflow: hidden;
}

.listado-precios-confirm__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.listado-precios-confirm__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f97316, #ef4444);
  color: #fff;
  font-size: 1.55rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 20px 38px rgba(239, 68, 68, 0.28);
}

.listado-precios-confirm__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.listado-precios-confirm__message {
  font-size: 0.98rem;
  margin-bottom: 1.5rem;
  color: #334155;
}

.listado-precios-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.listado-precios-confirm__button {
  min-width: 150px;
  border-radius: 14px;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.listado-precios-confirm__button.btn-light {
  background: #f8fafc;
  border-color: transparent;
}

.listado-precios-confirm__button.btn-light:hover,
.listado-precios-confirm__button.btn-light:focus {
  background: #e2e8f0;
}

.listado-precios-confirm__button.btn-danger {
  background: linear-gradient(135deg, #ef4444, #f97316);
  border: none;
}

.listado-precios-confirm__button.btn-danger:hover,
.listado-precios-confirm__button.btn-danger:focus {
  background: linear-gradient(135deg, #dc2626, #ea580c);
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(248, 113, 113, 0.28);
}

@media (max-width: 576px) {
  .listado-precios-confirm__dialog {
    padding: 1.75rem 1.25rem 1.5rem;
  }

  .listado-precios-confirm__actions {
    justify-content: stretch;
  }

  .listado-precios-confirm__button {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .listado-precios-confirm,
  .listado-precios-confirm__button,
  .listado-precios__notification {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
.listado-precios-edit {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.listado-precios-edit.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.listado-precios-edit__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
}

.listado-precios-edit__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  border-radius: 22px;
  padding: 2rem 1.75rem 1.75rem;
  background: linear-gradient(135deg, rgba(248, 250, 255, 0.98), rgba(224, 231, 255, 0.98));
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
  color: #0f172a;
  overflow: hidden;
}

.listado-precios-edit__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.listado-precios-edit__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #fff;
  font-size: 1.55rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 20px 38px rgba(59, 130, 246, 0.28);
}

.listado-precios-edit__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.listado-precios-edit__message {
  font-size: 0.98rem;
  margin-bottom: 1.25rem;
  color: #334155;
}

.listado-precios-edit__form {
  display: flex;
  flex-direction: column;
}

.listado-precios-edit__error {
  margin-bottom: 0.75rem;
}

.listado-precios-edit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.listado-precios-edit__button {
  min-width: 150px;
  border-radius: 14px;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.listado-precios-edit__button.btn-light {
  background: #f8fafc;
  border-color: transparent;
}

.listado-precios-edit__button.btn-light:hover,
.listado-precios-edit__button.btn-light:focus {
  background: #e2e8f0;
}

.listado-precios-edit__button.btn-primary {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  border: none;
}

.listado-precios-edit__button.btn-primary:hover,
.listado-precios-edit__button.btn-primary:focus {
  background: linear-gradient(135deg, #1d4ed8, #4338ca);
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(59, 130, 246, 0.28);
}

@media (max-width: 576px) {
  .listado-precios-edit__dialog {
    padding: 1.75rem 1.25rem 1.5rem;
  }

  .listado-precios-edit__actions {
    justify-content: stretch;
  }

  .listado-precios-edit__button {
    flex: 1 1 100%;
    min-width: 0;
  }
}
