@charset "UTF-8";

/*// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';

// Bootstrap
@import '~bootstrap/scss/bootstrap';
*/

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

.button__status-cancelled-correspondence,
.button__status-approved-correspondence,
.button__status-pending_approval,
.button__status-in_review-correspondence,
.button__status-assigned-correspondence,
.button__status-pending-correspondence,
.button__status-inSale {
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

.button__status-inSale {
  color: #1D4E99;
  border: 1px solid #1D4E99;
  background-color: #1D4E9920;
}

.button__status-pending-correspondence {
  color: #d75301;
  border: 1px solid #d75301;
  background-color: #d7530120;
}

.button__status-assigned-correspondence {
  color: #2196f3;
  border: 1px solid #2196f3;
  background-color: #2196f320;
}

.button__status-in_review-correspondence {
  color: #ffc107;
  border: 1px solid #ffc107;
  background-color: #ffc10720;
}

.button__status-pending_approval {
  color: #5c0eb6;
  border: 1px solid #5c0eb6;
  background-color: #5c0eb620;
}

.button__status-approved-correspondence {
  color: #00bcd4;
  border: 1px solid #00bcd4;
  background-color: #00bcd420;
}

.button__status-cancelled-correspondence {
  color: #b90d0d;
  border: 1px solid #b90d0d;
  background-color: #b90d0d20;
}

.cursor-pointer {
  cursor: pointer;
}

.no-hover:hover {
  color: inherit;
  background: inherit;
}

.pagination {
  display: inline-flex;
}

.sidebar .nav > li.active > a {
  position: relative;
  z-index: 10;
  background-color: transparent;
  border-left: 4px solid rgb(33, 150, 243);
  color: rgb(33, 150, 243) !important;
  transition: background-color 0.3s ease;
  /* Transición suave para el cambio de color de fondo */
}

.sidebar .nav > li.active,
.sidebar .nav > li.active * {
  color: rgb(33, 150, 243) !important;
}

.page-with-light-sidebar .sidebar .nav > li:not(.nav-header):hover {
  color: #212121;
  background-color: #f0f0f0;
}

label.required:after {
  color: #cc0000;
  content: "*";
  font-weight: bold;
  margin-left: 5px;
}

.bg-nav {
  background-color: #101d47 !important;
}

.widget-stats .stats-info h4,
.widget.widget-stats .stats-info h4 {
  font-size: 13px !important;
}

.fix-vertical-table {
  display: block;
  max-height: 500px !important;
  overflow-y: auto !important;
}

.rounded-25 {
  border-radius: 25px !important;
}

.profile-header .profile-header-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #101d47 100%) !important;
}

.preview {
  border: dashed 1px rgba(255, 255, 255, 0.25);
  background-color: #fff !important;
}

.navbar-brand {
  white-space: normal !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.widget-card-cover {
  background-size: 6rem !important;
}

.sidebar .nav > li.nav-profile .image {
  width: 110px;
  height: 110px;
  border-radius: unset;
}

.table-component__th--sort-asc:after {
  content: "\2191";
}

.table-component__th--sort-desc:after {
  content: "\2193";
}

.button__status-cancelled,
.button__status-approved,
.button__status-pending_approval,
.button__status-in_review,
.button__status-assigned,
.button__status-pending {
  text-align: center;
  font-weight: bold;
  border-radius: 15px;
}

.button__status-pending {
  color: #d75301;
  border: 1px solid #d75301;
  background-color: #d7530120;
}

.button__status-assigned {
  color: #baa625;
  border: 1px solid #baa625;
  background-color: #d7530120;
}

.button__status-in_review {
  color: #003863;
  border: 1px solid #003863;
  background-color: #00386320;
}

.button__status-pending_approval {
  color: #5c0eb6;
  border: 1px solid #5c0eb6;
  background-color: #5c0eb620;
}

.button__status-approved {
  color: #036a2c;
  border: 1px solid #036a2c;
  background-color: #036a2c20;
}

.button__status-cancelled {
  color: #b90d0d;
  border: 1px solid #b90d0d;
  background-color: #b90d0d20;
}

/*===== Vertical Timeline =====*/

#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  position: relative;
  display: table-cell;
  z-index: 10;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00B0BD;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #00B0BD;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 27px 25px;
  border-radius: 4px;
}

.timeline-article p {
  padding: 0;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00B0BD;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .content-left:before {
  content: "\F0DA";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\F0D9";
  left: -8px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00B0BD;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/

@media only screen and (max-width: 830px) {
  #buscador_global {
    display: none;
  }

  #nav_ayudas {
    margin: auto;
    margin-right: 0;
  }

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  .timeline-article .content-left:before {
    content: "\F0D9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }

  .timeline-article p span.article-number {
    display: none;
  }
}

/*===== // Resonsive Vertical Timeline =====*/

/* Estilos base */

section#timeline {
  width: 80%;
  margin: 20px auto;
  position: relative;
}

section#timeline:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 100%;
  background: #00b0bd;
}

section#timeline article {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}

section#timeline article:after {
  content: "";
  display: block;
  clear: both;
}

section#timeline article div.inner {
  width: 40%;
  float: left;
  margin: 5px 0 0 0;
  border-radius: 6px;
}

section#timeline article div.inner span.date {
  display: block;
  width: 60px;
  height: 60px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -32px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  color: white;
  box-shadow: 0 0 0 7px #00b0bd;
}

section#timeline article div.inner span.date span {
  display: block;
  text-align: center;
}

section#timeline article div.inner span.date span.day {
  font-size: 10px;
}

section#timeline article div.inner span.date span.month {
  font-size: 18px;
}

section#timeline article div.inner span.date span.year {
  font-size: 10px;
}

section#timeline article div.inner h2 {
  padding: 15px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: -1px;
  border-radius: 6px 6px 0 0;
  position: relative;
}

section#timeline article div.inner h2:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  /* Actualizado a transform */
}

section#timeline article div.inner p {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  background: #fff;
  color: #656565;
  border-radius: 0 0 6px 6px;
  border: solid 1px grey;
}

section#timeline article:nth-child(2n+2) div.inner {
  float: right;
}

section#timeline article:nth-child(2n+2) div.inner h2:after {
  left: -5px;
}

section#timeline article div.inner h2 {
  background: #00b0bd;
}

section#timeline article div.inner h2:after {
  background: #00b0bd;
}

/* Media queries para ajustar el diseño en pantallas más pequeñas */

@media only screen and (max-width: 768px) {
  section#timeline article div.inner {
    width: 100%;
    /* Cambiado a ancho completo en pantallas pequeñas */
    float: none;
    /* Quitado el flotado */
  }

  section#timeline article:nth-child(2n+2) div.inner {
    float: none;
    /* Quitado el flotado */
  }
}

.rounded-image-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.vs--open .vs__dropdown-toggle {
  box-shadow: 0 0 0 3px hsla(199, 90%, 73%, 0.46);
  border-color: rgb(114, 157, 238) !important;
  border-radius: 3px !important;
}

.vs__dropdown-menu {
  border-radius: 4px !important;
  margin-top: 1.5px !important;
}

.vs__open-indicator {
  cursor: auto !important;
}

.menuNavDesplegable {
  padding-left: 35px;
}

.menuNavDesplegable li a {
  padding-left: 5px;
}

.menuNavDesplegable li a i {
  font-size: 22px;
}

.menuNavDesplegable li a span {
  font-size: 0.8025rem;
}

.fa-chevron-down,
.fa-chevron-up {
  cursor: pointer;
}

.vs__spinner {
  border-left-color: rgba(88, 151, 251, 0.71) !important;
  font-size: 4px !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(105, 105, 105, 0.2196078431) !important;
}

.panel .panel-heading .panel-title {
  font-size: 14px;
}

.registrosPendientes {
  background-color: green;
  width: 10px;
  height: 10px;
  float: right;
  border-radius: 10px;
}

.btnSearchUniversal {
  background-color: #fff;
  height: 32px;
  margin: auto;
}

.contenedorFormFuncionarioObs {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.contenedorFormelaboracion {
  border: 1px solid #2196f3;
}

.contenedorFormrevision {
  border: 1px solid #efd700;
}

.contenedorFormaprobacion {
  border: 1px solid #00bcd4;
}

.contenedorFormfirmar_varios {
  border: 1px solid #ff9800;
}

.selected .arrow-down {
  display: block !important;
}

.selected .elaboracion {
  border-top-color: #2196f3;
}

.selected .revision {
  border-top-color: #efd700;
}

.selected .aprobacion {
  border-top-color: #00bcd4;
}

.selected .firmar_varios {
  border-top-color: #ff9800;
}

.selected .publicacion {
  border-top-color: #8bc34a;
}

.arrow-down {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #007bff;
  /* Color de la flecha */
}

.templateTD {
  transition: transform 0.5s ease;
}

.containerTD .card {
  width: 140px;
  height: 180px;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}

.containerTD .card-text {
  font-weight: 500;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.containerTD .card:hover {
  border: 0.1px solid #679FFF;
}

.containerTD {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
  /* Escondemos el contenido que sobrepase la altura inicial */
  transition: max-height 0.3s ease;
  /* Transición suave */
  max-height: 231px;
}

.containterTiposDocumentosExpanded {
  flex-wrap: wrap !important;
  overflow: auto !important;
  max-height: 450px;
}

.miniatura {
  width: 320px;
  height: 180px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.miniatura:hover {
  border-radius: 0px !important;
}

.page-rotule {
  width: 28cm;
  height: 35cm;
  position: relative;
  border: #000 solid 1px;
  background-repeat: repeat;
}

.page-rotule-show {
  width: 29.3cm;
  height: 35cm;
  position: relative;
  border: #000 solid 1px;
  background-repeat: repeat;
}

.profile-image-container {
  max-width: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.profile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loading-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contenidotext img {
  max-width: 70%;
  /* La imagen no se saldrá del contenedor */
  height: auto;
  /* Mantener la relación de aspecto */
}

.vs__dropdown-option--highlight {
  background: var(--vs-dropdown-option--active-bg) !important;
  color: var(--vs-dropdown-option--active-color) !important;
}

.zindex {
  z-index: 1000;
}

/* Estilos cuando se hace clic en el enlace */

.btn-recargar-listado:active {
  background-color: green !important;
  /* Color al hacer clic */
}

/*
 * El siguiente estilo es aplicable a la barra y spinner de progreso cuando se ejecuta una petición
 * .pace-progress = Barra de progreso en la parte superior de la pantalla
 * .pace-activity = Spinner de cargando
 */

.pace-progress {
  display: none !important;
}

.column-adjunto {
  min-width: 200px;
}

.column-100 {
  min-width: 100px;
}

.modal-completo {
  max-width: 80vw;
}

.table-container {
  position: relative;
  /* Asegúrate de que los elementos dentro de .table-container puedan ser correctamente posicionados */
}

.tooltip-trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-layer {
  position: absolute;
  top: 100%;
  /* Posiciona debajo del trigger */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 300px;
  /* Evita que el tooltip sea más grande de lo necesario */
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  white-space: normal;
  /* Permite que el texto se ajuste al ancho del tooltip */
  word-wrap: break-word;
  /* Fuerza el ajuste de palabras largas */
}

.tooltip-trigger {
  position: relative;
  /* Mantiene la relación con el tooltip */
  display: inline-block;
  /* Asegura que el tooltip solo se active sobre el elemento */
}

.tooltip-trigger:hover .tooltip-layer {
  opacity: 1;
  visibility: visible;
}

.registro-no-leido {
  font-weight: bold;
}

.btn-add {
  background: linear-gradient(45deg, #007bff, #0056b3);
  border: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.btn-add:hover {
  background: linear-gradient(45deg, #0056b3, #003d80);
  transform: scale(1.05);
  color: white;
}

.dropdown-item-export {
  transition: all 0.3s ease-in-out;
}

.dropdown-item-export:hover {
  background: linear-gradient(45deg, #0056b3, #003d80) !important;
  transform: scale(1.05);
  color: white;
}

.custom-thead {
  background-color: #f0f0f0 !important;
  /* Fondo gris */
  color: #333 !important;
  /* Texto oscuro */
  font-weight: bold;
}

.dropzone .dz-preview .dz-error-message {
  top: 68px !important;
  z-index: 1022;
}

.input-dropzone:focus {
  border: 1px solid #5cb0ff !important;
}

.btn-add {
  background: linear-gradient(45deg, #007bff, #0056b3);
  border: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.btn-add:hover {
  background: linear-gradient(45deg, #0056b3, #003d80);
  transform: scale(1.05);
  color: white;
}

.dropdown-item-export {
  transition: all 0.3s ease-in-out;
}

.dropdown-item-export:hover {
  background: linear-gradient(45deg, #0056b3, #003d80) !important;
  transform: scale(1.05);
  color: white;
}

.text-wrap {
  word-wrap: break-word;
}

.adjunto-viewer {
  width: 16rem;
}

