/*.entrada {
    font-size: 1rem;
  }

.entrada-verde {
    color: #388E3C;
    font-size: 1rem;
    font-weight: bold;
}

:target {
  animation: highlight 2s ease-out;
}

@keyframes highlight {
  from {
      background-color: #BBDEFB;*/ /*En kit lighten 4 info*/
  /*}
  to {
      background-color: transparent;
  }
}

ul.ul-download {
  margin: 0;
  list-style: none;
}

ul.ul-download li{
  padding: 6px 0;

}
ul.ul-download li a{
 color: #0D47A1;
 text-decoration: none;
}

ul.ul-download li::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 2px -3px 0 ;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 96 960 960" width="24"><path d="M480 776q-14 0-23-9L287 597q-9-9-9-22.5t9-22.5q9-9 22.5-9t22.5 9l124 124V296q0-14 9-23t23-9q14 0 23 9t9 23v373l124-124q9-9 22.5-9t22.5 9q9 9 9 22.5t-9 22.5L503 767q-9 9-23 9Zm-280 160q-14 0-23-9t-9-23q0-14 9-23t23-9h560q14 0 23 9t9 23q0 14-9 23t-23 9H200Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(2101%) hue-rotate(208deg) brightness(82%) contrast(92%);
}
 



.input-group-text.money-box {
  background-color: rgba(var(--base-blue), 1);
  border: 1px solid rgba(var(--font-color), 1);
  border-radius: 0px;
  color: white;
  font-weight: 500;
}

a[aria-expanded="true"] .material-symbols-outlined {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.material-symbols-outlined {
  display: inline-block;
  transition: transform 0.3s ease;
}

.chips-main-2 {
  padding: 0.7rem 0.6rem;
  border-radius: var(--border-radius-chips);
  font-size: var(--font-size-small);
  font-weight: 700;
  width: fit-content;
}

.chips-main-2.primary-info-light-blue {
  background-color: rgba(var(--base-info-light-4),1);
  border:none;
  color: rgba(var(--base-info-dark-4),1);
}*/


/*CONTAINER ESPECIAL PARA GARANTIAS*/
/*.content-column {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 12px;*/ /* Espacio entre los dos white-containers */
  /*margin: 0 1rem;
}

.white-container-2 {
  border: 1px solid rgba(var(--grey-20), 1);
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  margin: 0;*/ /* importante para que no desordene el layout */
/*}

.no-bg-container {
  background-color: transparent;
  border: none;
  padding: 1.4rem 0;
}*/
/*CONTAINER ESPECIAL PARA GARANTIAS*/



/*estilos de historial*/

/*div.historial-box {
  padding: 24px 0;
  border-bottom: 1px solid rgba(var(--grey-10), 1);
}

div.historial-box:last-child {
  border-bottom: none!important;
}


div.historial-box p.small-text {
  font-size: var(--font-size-small);
  color: var(--color-font);
  padding: 6px 0;
}

p.small-text.grey {
  color: #666666;
}*/


/*  estilos de historial*/


/* A partir del 768, 769, 770 etc pasa este cambio */
  /*@media screen and (min-width: 768px) {
    .card-steps {
      border: 1px solid rgba(var(--base-blue), 1);;
      padding:24px 12px;
      border-radius: var(--border-radius-cards);
      text-align: left;
      margin: 1rem 0;
    }
  }


  button.acciones-tb {
    color: #373737;
    background-color: transparent;
    border: none;
  }

 .white-container-denuncias {
  border: 1px solid rgba(var(--grey-20),1);
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  margin: 16px auto;
  max-width: 1280px;
}*/



.entrada {
    font-size: 1rem;
}

.entrada-verde {
    color: #388E3C;
    font-size: 1rem;
    font-weight: bold;
}

:target {
    animation: highlight 2s ease-out;
}

@keyframes highlight {
    from {
        background-color: #BBDEFB; /*En kit lighten 4 info*/
    }

    to {
        background-color: transparent;
    }
}

ul.ul-download {
    margin: 0;
    list-style: none;
}

    ul.ul-download li {
        padding: 6px 0;
    }

        ul.ul-download li a {
            color: #0D47A1;
            text-decoration: none;
        }

        ul.ul-download li::before {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            margin: 0px 2px -3px 0;
            background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 96 960 960" width="24"><path d="M480 776q-14 0-23-9L287 597q-9-9-9-22.5t9-22.5q9-9 22.5-9t22.5 9l124 124V296q0-14 9-23t23-9q14 0 23 9t9 23v373l124-124q9-9 22.5-9t22.5 9q9 9 9 22.5t-9 22.5L503 767q-9 9-23 9Zm-280 160q-14 0-23-9t-9-23q0-14 9-23t23-9h560q14 0 23 9t9 23q0 14-9 23t-23 9H200Z"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            filter: brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(2101%) hue-rotate(208deg) brightness(82%) contrast(92%);
        }




.input-group-text.money-box {
    background-color: rgba(var(--base-blue), 1);
    border: 1px solid rgba(var(--font-color), 1);
    border-radius: 0px;
    color: white;
    font-weight: 500;
}

a[aria-expanded="true"] .material-symbols-outlined {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.material-symbols-outlined {
    display: inline-block;
    transition: transform 0.3s ease;
}

.chips-main-2 {
    padding: 0.7rem 0.6rem;
    border-radius: var(--border-radius-chips);
    font-size: var(--font-size-small);
    font-weight: 700;
    width: fit-content;
}

    .chips-main-2.primary-info-light-blue {
        background-color: rgba(var(--base-info-light-4),1);
        border: none;
        color: rgba(var(--base-info-dark-4),1);
    }


/*CONTAINER ESPECIAL PARA GARANTIAS*/
.content-column {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 12px; /* Espacio entre los dos white-containers */
    margin: 0 1rem;
}

.white-container-2 {
    border: 1px solid rgba(var(--grey-20), 1);
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    margin: 0; /* importante para que no desordene el layout */
}

.no-bg-container {
    background-color: transparent;
    border: none;
    padding: 1.4rem 0;
}
/*CONTAINER ESPECIAL PARA GARANTIAS*/



/*estilos de historial*/

div.historial-box {
    padding: 24px 0;
    border-bottom: 1px solid rgba(var(--grey-10), 1);
}

    div.historial-box:last-child {
        border-bottom: none !important;
    }


    div.historial-box p.small-text {
        font-size: var(--font-size-small);
        color: var(--color-font);
        padding: 6px 0;
    }

p.small-text.grey {
    color: #666666;
}


/*  estilos de historial*/


/* A partir del 768, 769, 770 etc pasa este cambio */
@media screen and (min-width: 768px) {
    .card-steps {
        border: 1px solid rgba(var(--base-blue), 1);
        ;
        padding: 24px 12px;
        border-radius: var(--border-radius-cards);
        text-align: left;
        margin: 1rem 0;
    }
}


button.acciones-tb {
    color: #373737;
    background-color: transparent;
    border: none;
}

.white-container-denuncias {
    border: 1px solid rgba(var(--grey-20),1);
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    margin: 16px auto;
    max-width: 1280px;
    width: 100%;
}


/*AGREGAR ESTA CLASE EN EL KIT UI*/
td.white-space-fix {
    white-space: nowrap !important;
}
/*AGREGAR ESTA CLASE EN EL KIT UI*/


.offcanvas.offcanvas-end {
    width: 100%;
}

/* Desde 992px (Bootstrap lg) ocupa el 70% */
@media (min-width: 992px) {
    .offcanvas.offcanvas-end {
        width: 70%;
    }
}




a.link-main {
    color: #0051A8;
    text-decoration: none;
    font-weight: bold;
}

.offcanvas-body h1 {
    font-size: 1.5rem;
    color: rgba(var(--font-color), 1);
    padding: 1rem 0;
}

.offcanvas-body h2 {
    font-size: 1.2rem;
    color: rgba(var(--font-color), 1);
    /*padding: 1rem 0;*/
}


h2.color-blue-dark-1 {
    color: rgba(var(--base-blue-dark-1), 1);
    /*filter: invert(18%) sepia(91%) saturate(1681%) hue-rotate(200deg) brightness(91%) contrast(109%);*/
}

div.text-registro {
    border: 1px solid rgba(var(--grey-10), 1);
    background-color: rgba(var(--grey-5), 1);
    color: rgba(var(--font-color), 1);
    padding: 1rem;
    font-size: 0.9rem;
    margin: 0.4rem 0;
}


.box-registro-analist {
    margin: 1.4rem 0;
    border-bottom: 1px solid rgba(var(--grey-20), 1);
    padding-bottom: 1.1rem;
}

    .box-registro-analist:last-child {
        margin: 1rem 0;
        border-bottom: 0;
    }




/*HISTORIAL DE DENUNCIA MODAL*/

.historial-denuncia {
    position: sticky;
    top: 0;
    max-height: calc(100vh - 150px);
    overflow-y: scroll; /* SIEMPRE visible */
    background: #fff;
    padding: 1rem;
    border-left: 1px solid #ddd;
}

    /* Chrome, Edge, Safari */
    .historial-denuncia::-webkit-scrollbar {
        width: 8px; /* ancho del scroll */
    }

    .historial-denuncia::-webkit-scrollbar-track {
        background: #f0f0f0; /* pista siempre visible */
        border-radius: 4px;
    }

    .historial-denuncia::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 4px;
        border: 2px solid #f0f0f0;
    }

        .historial-denuncia::-webkit-scrollbar-thumb:hover {
            background-color: #666;
        }

/* Firefox */
.historial-denuncia {
    scrollbar-width: thin; /* siempre fino */
    scrollbar-color: #0051A8 #E3F2FD;
}




div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid #43A047 !important;
}


div:where(.swal2-icon).swal2-success [class^=swal2-success-line]
Especificidad: (0,2,1) {
    background-color: #43A047 !important;
}


a.dropdown-item.check-aceptar {
    background-color: #388E3C;
    color: #fff;
}

    a.dropdown-item.check-aceptar:hover {
        background-color: #1B5E20;
        color: #fff;
    }


.left-box-seguimiento {
    border-right: none;
}

/* Desde 992px*/
@media (min-width: 992px) {
    .left-box-seguimiento {
        border-right: 1px solid rgba(var(--grey-30), 1);
    }
}

a.link-modal {
    text-decoration: underline;
    color: rgba(var(--font-color), 1);
    font-weight: bold;
}

    a.link-modal:hover {
        color: rgba(var(--font-color), 0.8);
    }

.white-spc-span {
    white-space: nowrap;
}