/*!
 * Start Bootstrap - SB Admin v5.0.2 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
/*     font-family: 'open sans regular', sans-serif;
    font-style: normal !important; */
    font-size: 20px;
}
.logoDinside img {opacity: 1;}
.logoDinside img:hover {opacity: 0.8;}
/*font-family: 'Font Awesome 5 Free';*/
.label, .errorLabel {
    font-style: normal !important;
}
a.nav-link.dropdown-toggle#adminDropdown::after{
    font-family: 'Font Awesome 5 Free';
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 400px;
}

.breadcrumb{
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.navbar-nav .form-inline .input-group {
    width: 100%;
}


.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}
.navbar-brand{
    align-items: center;
    display: flex;
    font-size: 40px!important;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}
.filter{
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.sidebar {
  width: 90px !important;
  min-height: calc(100vh - 56px);
}

#body.dark .sidebar{
    background-color: #212529;
}
#body.primary .sidebar{
    background-color: #006fe6;
}
#body.info .sidebar{
    background-color: #148c9f;
}
#body.white .sidebar{
    background-color: #F6F6F6;
    /*border-right: 1px dotted #1A73E8;*/
}
#body.dark #navbar{
    background-color: #343a40;
}
#body.primary #navbar{
    background-color: #007bff;
}
#body.info #navbar{
    background-color: #17a2b8;
}
#body.white #navbar{
/*     background-color: #F6F6F6; */
    /*border-bottom: 1px dotted #1A73E8;*/
    background: var(--color_empresa);
    /*Se comenta esta linea a 
	/* background: linear-gradient(209deg, rgba(255,99,206,1) 2%, rgba(4,18,104,1) 55%, rgba(0,207,255,1) 100%); */
}
#body.white .sidebar .nav-item{
    /*border-bottom: 2px solid white;*/
}
#body.white .sidebar .nav-item{
    /*border-bottom: 2px solid white;*/
}



.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar .nav-item .nav-link span {
  display: block;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}



.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 225px;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: inline;
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 90px !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 0px) {
    .sidebar .nav-item .nav-link span {
        font-size: 0.65rem;
        max-width: 90px;
    }
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link span {
        font-size: 20px;
        max-width: 160px;
    }
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default <label> margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #e9ecef;
}

footer.sticky-footer .copyright {
  line-height: 1;
}





/* fixed plugin on the right */
.fixed-plugin li > a,
.fixed-plugin .badge{
    transition: all .34s;
    -webkit-transition: all .34s;
    -moz-transition: all .34s;
}
.fixed-plugin .dropdown-menu{
    right: 0px;
    left: auto;
    padding: 10px;
}

.fixed-plugin .badge{
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    position: relative;
    width: 28px;
}

.fixed-plugin .badge.active,
.fixed-plugin .badge:hover{
    border-color: #00bbff;
}

.background-color{
    color: #FFFFFF;
    text-decoration: none;
}
.fixed-plugin .title:hover,
.fixed-plugin .title:focus{
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
}
.fixed-plugin  a.switch-trigger:hover,
.fixed-plugin  a.switch-trigger:focus{
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
}

.fixed-plugin .badge-white{
    background-color: #EBEBEB;
}
.fixed-plugin .badge-black{
    background-color: #212120;
}
.fixed-plugin .badge-primary{
    background-color: #007bff;
}
.fixed-plugin .badge-info{
    background-color: #68B3C8;
}
.fixed-plugin .badge-success{
    background-color: #7AC29A;
}
.fixed-plugin .badge-warning{
    background-color: #F3BB45;
}
.fixed-plugin .badge-danger{
    background-color: #EB5E28;
}
.fixed-plugin .badge-brown{
    background-color: #66615B;
}
.wwgrp br { display: none; }

.actions {width: 10px}
.hidden {
  display: none;
  visibility: hidden;
} 
.dependencia{
    border-radius: .3rem;
}
.tooltip-inner{
    max-width: 100%;
}
.readonly, .readonly:focus{
    background-color: #e9ecef;
    opacity: 1;
}
.formButton {
    text-align: center;
}
/*.fc-month-button { background: #2A9D8F; }*/

a:hover {
  color: white;
}
.modal-xl{
	max-width: 80%;
}
.red {
	background-color: #e74c3c80;
}
.green {
	background-color: #2ecc7180;
}
.yellow {
	background-color: #f1c40f80;
}

.table-hover tbody tr.red:hover {
	background-color: #e74c3c40;
}
.table-hover tbody tr.green:hover {
	background-color: #2ecc7140;
}
.table-hover tbody tr.yellow:hover{
	background-color: #f1c40f40;
}
td.text-break{
	overflow-wrap: break-word;
	word-break: break-word;
}

/*NAVBAR*/
/*    .navbar-toggler {
        border: 1px solid transparent;
        background-color: #f8f9fa;
        border-radius: .25rem;
        padding: .25rem .75rem;
    } */
    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="rgba(0, 0, 0, 0.5)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
        height: 20px;
        width: 20px;
        display: inline-block;
    }
    .sidebar-hidden {
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        width:1px!important;
    }
 /* Base del sidebar */
.sidebar-expanded, .sidebar-collapsed {
    transition: width 0.3s ease-in-out;
    background-color: #FFFFFF; /* Fondo blanco para el sidebar */
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23); /* Sombra estilo Material Design */
    overflow: hidden;
}

/* Estados del sidebar */
.sidebar-expanded {
    width: 300px; /* Ancho expandido */
    /*estilos nuevos*/
    position: sticky; /* O absolute, según tu diseño específico */
    top: 0;
    bottom: 0;
    z-index: 1030; /* Mayor que el z-index del marquee */
}

.sidebar-collapsed {
    width: 60px; /* Ancho colapsado */
    /*Estilos nuevos*/
    position: sticky; /* O absolute */
    top: 0;
    bottom: 0;
    z-index: 1030; /* Asegurándose de que sea mayor que el del marquee */
}

/* Ajustes para íconos y textos */
.sidebar-menu > li > a, .sidebar-submenu > li > a {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #333; /* Color de texto */
    transition: background-color 0.3s;
}

.sidebar-menu > li > a:hover, .sidebar-submenu > li > a:hover {
   /*  background-color:black; Efecto hover con Material Design */
   background-color:#0124DB;
}

.sidebar-menu > li > a i, .sidebar-submenu > li > a i {
    font-size: 16px; /* Tamaño de ícono */
    width: 23px;
    margin-right: 20px; /* Espacio entre ícono y texto */
}

.sidebar-collapsed .sidebar-menu > li > a i, .sidebar-collapsed .sidebar-submenu > li > a i {
    margin-right: 0; /* En estado colapsado, sin espacio extra */
}

.sidebar-collapsed .sidebar-menu > li > a span, .sidebar-collapsed .sidebar-submenu > li > a span {
    display: none; /* Oculta texto en estado colapsado */
}

/* Mejoras en submenús para Material Design */
.sidebar-submenu {
    padding-left: 20px;
}

.sidebar-submenu > li > a {
    padding: 5px 10px;
}

/* Transiciones suaves para submenús */
.sidebar-submenu {
    display: none;
}

#navbar {
    z-index: 1040; /* Asegúrate de que este z-index sea más alto que cualquier otro elemento que quieras que quede debajo */
}
.sidebar-menu > li > a:active, .sidebar-submenu > li > a:active {
    background-color: white;
    color: black;
    transition: background-color 0.5s ease;
}

.fa-angle-right.rotate-back {
    transform: rotate(0deg)!important;
}

.sidebar {
    position: absolute;
    top: 50px; /* Ajusta este valor al alto de tu navbar */
    left: 0;
    width: 250px; /* o cualquier otro ancho que desees para tu sidebar */
    height: calc(100% - 50px); /* 100% del alto de la ventana menos el alto de la navbar */
    overflow-y: auto; /* Permite scroll dentro del sidebar si el contenido es más largo que la pantalla */
    z-index: 1030;
    /* Resto de tus estilos... */
}

.sidebar-menu .fa-angle-right {
    margin-left: 2px; /* o el espacio que consideres necesario */
    vertical-align: middle; /* para asegurar que esté alineado verticalmente en el medio */
}

.sidebar-menu .icon {
    font-size: 16px; /* Establece el tamaño del ícono */
    width: 20px; /* Establece un ancho fijo para todos los íconos */
    text-align: center; /* Asegura que el ícono esté centrado dentro de su contenedor */
    vertical-align: middle; /* Alineación vertical para que coincida con el texto */
}
/*MODAL IFRAME KNOWLEDGE*/
  		/* Asegura la especificidad aumentando la cadena de selectores */
div.modal.modal-maximizado .modal-dialog {
  margin: 1.75rem auto; /* Centra el modal */
  max-width: 95%; /* Utiliza un máximo del ancho de la ventana */
}

div.modal.modal-maximizado .modal-content {
  /* Asegura que el modal-content utilice el espacio disponible */
  height: auto;
  min-height: 90vh; /* Altura mínima para que ocupe la mayor parte de la pantalla */
  display: flex;
  flex-direction: column;
}

div.modal.modal-maximizado .modal-body {
  flex: 1; /* Flexibilidad para el cuerpo del modal */
  overflow-y: auto; /* Permite el desplazamiento si el contenido es muy largo */
}

/* Ajusta el iframe para ser responsivo dentro del modal */
iframe.iframe-responsivo {
  width: 100%; /* Ancho completo del contenedor */
  height: 75vh; /* Altura basada en la altura de la ventana, ajustable según necesidad */
  border: 0; /* Elimina el borde por defecto del iframe */
}


/* Estilos personalizados para el cuerpo del modal */
.custom-modal-body {
    height: 450px; /* Altura fija */
    width: 100%; /* Ancho completo */
    overflow-y: auto; /* Habilita desplazamiento vertical */
}

/* Estilo base del scrollbar solo para custom-modal-body */
.custom-modal-body::-webkit-scrollbar {
    width: 20px; /* Ancho del scrollbar */
}

/* Estilo del thumb (la parte que se desplaza) solo para custom-modal-body */
.custom-modal-body::-webkit-scrollbar-thumb {
    background: var(--color_empresa);
    border-radius: 6px; /* Bordes redondeados */
    border: 3px solid #ffffff; /* Borde blanco */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/* Estilo del track (la trayectoria del thumb) solo para custom-modal-body */
.custom-modal-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); /* Fondo semitransparente */
    border-radius: 6px; /* Bordes redondeados para el track también */
}

/* Estilo del thumb al pasar el mouse solo para custom-modal-body */
.custom-modal-body::-webkit-scrollbar-thumb:hover {
    background: var(--color_empresa);
}

@font-face {
    font-family: 'Kollektif';
    src: url('../fonts/Kollektif.woff2') format('woff2'),
        url('../fonts/Kollektif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: 'Kollektif'; 
	font-weight: normal; 
	font-style: normal;
}

/*Estilos botones*/
/*.btn-dinside-primary{
	color:#041268;
	background:white;
}
.btn-dinside-primary-w{
	background:#041268;
	color:white;
}

.btn-dinside-secondary{
	color:black;
	background:#FF63CE
}

.btn-dinside-secondary-w{
	color:white;
	background:#FF63CE
}
.btn-dinside-tertiary{
	color:white;
	background:#00CFFF;
}
.btn-dinside-quaternary{
	color:white;
	background:#0124DB;
}
.btn-dinside-quinary{
	color:white;
	background:#5E17EB;
} */

/* ===== Colores de marca ===== */
:root {
  --pi-navy:   #041268;
  --pi-cyan:   #00CFFF;
  --pi-pink:   #FF63CE;
  --pi-blue:   #0124DB;
  --pi-violet: #5E17EB;
  --pi-gray:   #77777B;
  --pi-white:  #FFFFFF;
}

/* ===== Base de botones ===== */
/* .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
} */

/* .btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
  line-height: 1;
  padding: .55rem 1rem;
  border-radius: .6rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  user-select: none;
}  */

 .btn i {
  font-size: 0.95em;
}

.btn:active {
  transform: translateY(1px);
}

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 207, 255, .35);
}


/* ---- Primario: navy sobre blanco ---- */
.btn-dinside-primary {
  color: var(--pi-navy);
  background: var(--pi-white);
  border-color: var(--pi-navy);
}
.btn-dinside-primary:hover {
  background: rgba(4, 18, 104, 0.06);
}

/* ---- Primario invertido: blanco sobre navy ---- */
.btn-dinside-primary-w {
  background: var(--pi-navy);
  color: var(--pi-white);
}
.btn-dinside-primary-w:hover {
  filter: brightness(1.1);
}

/* ---- Secundario: magenta claro (acción destacada) ---- */
.btn-dinside-secondary {
  background: var(--pi-pink);
  color: var(--pi-white);
}
.btn-dinside-secondary:hover {
  filter: brightness(1.1);
}

/* ---- Secundario invertido: blanco con fondo magenta ---- */
.btn-dinside-secondary-w {
  color: var(--pi-white);
  background: var(--pi-pink);
}
.btn-dinside-secondary-w:hover {
  filter: brightness(1.1);
}

/* ---- Terciario: cian (acción informativa) ---- */
.btn-dinside-tertiary {
  color: var(--pi-navy);
  background: rgba(0, 207, 255, 0.15);
  border-color: rgba(0, 207, 255, 0.4);
}
.btn-dinside-tertiary:hover {
  background: rgba(0, 207, 255, 0.25);
  border-color: var(--pi-cyan);
}

/* ---- Cuaternario: azul intenso ---- */
.btn-dinside-quaternary {
  color: var(--pi-white);
  background: var(--pi-blue);
}
.btn-dinside-quaternary:hover {
  filter: brightness(1.1);
}

/* ---- Quinario: violeta / gris (para acciones neutras) ---- */
.btn-dinside-quinary {
  color: var(--pi-white);
  background: var(--pi-violet);
}
.btn-dinside-quinary:hover {
  filter: brightness(1.1);
}

.dinsideGlow{
	background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 600;
}
.dinsideGlow:hover{
	background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: white !important;
}







.ui-datepicker {
    z-index: 1050 !important; /* Forza el z-index */
}
.w-auto-important {
    width: auto !important;
  }
  
/*TEST*/
 .ui-tooltip {
  font-size: 10px;
  padding: 6px 10px;
  background: #333;
  color: #fff;
  border-radius: 4px;
} 

/* Modal!  */
/* =========================================
   Modal BS4 • PlanDinside (sin tocar .btn ni fonts)
   Paleta aprobada: #041268, #00CFFF, #FF63CE, #E42D9F, #0124DB, #5E17EB, #EF9CD0, #BCA9F6, #77777B
   ========================================= */

/* Variables de color */
:root{
  --pi-primario:   #041268;
  --pi-acento:     #00CFFF;
  --pi-highlight:  #FF63CE;
  --pi-magenta:    #E42D9F;
  --pi-azul-100:   #0124DB;
  --pi-azul-200:   #5E17EB;
  --pi-rosa-100:   #EF9CD0;
  --pi-lila-100:   #BCA9F6;
  --pi-gris:       #77777B;
  --pi-blanco:     #ffffff;
}

/* Backdrop moderno con blur (basado en primario) */
.modal-backdrop.show{
  background: rgba(4,18,104,.55);
  backdrop-filter: blur(6px);
}

/* Contenedor del modal: borde sutil, radio y sombra */
.modal-content{
  background: var(--pi-blanco);
  border: 1px solid var(--pi-lila-100);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(4,18,104,.25);
  /* overflow: hidden;  */
  animation: pi-modal-in .28s ease;
}

/* Header sólido con barra acento (sin cambiar tipografías) */
.modal-header{
  background: var(--pi-primario);
  color: #fff;
  border-bottom: 4px solid var(--pi-acento);
  padding: 1rem 1.25rem;
}

/* ====== Botón Cerrar: siempre blanco, sin fondo negro ====== */
.modal-header .close{
  color: #fff !important;
  opacity: .9;
  text-shadow: none;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background: transparent !important;
  border: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active{
  color: #fff !important;
  opacity: 1;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Cuerpo y footer limpios */
.modal-body{
  padding: 1.25rem;
  color: #111;
}
.modal-footer{
  background: var(--pi-blanco);
  border-top: 1px solid var(--pi-rosa-100);
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  gap: .5rem;        /* no modifica aspecto de .btn, solo separación */
}

/* Inputs/focus (opcional, no cambia tipografías ni .btn) */
.modal .form-control{
  border-radius: 10px;
  border-color: var(--pi-lila-100);
}
.modal .form-control:focus{
  border-color: var(--pi-acento);
  box-shadow: 0 0 0 .2rem rgba(0,207,255,.25);
}

/* Animación */
@keyframes pi-modal-in{
  from{ transform: translateY(-12px); opacity: 0; }
  to  { transform: translateY(0);     opacity: 1; }
}

/* Variante dark opcional (no toca .btn ni fonts) */
.pi-dark .modal-backdrop.show{ background: rgba(4,18,104,.75); }
.pi-dark .modal-content{
  background: #0C1030;
  color: #ECEFF7;
  border-color: var(--pi-azul-200);
}
.pi-dark .modal-header{
  background: var(--pi-azul-200);
  border-bottom-color: var(--pi-acento);
}
.pi-dark .modal-footer{ border-top-color: var(--pi-azul-200); background: #0C1030; }


.card-header-dinside{
	background: linear-gradient(135deg, var(--primary-color) 60%, var(--secondary-color) 25%, var(--accent-color) 10%);
    color: white;
}

