@charset "UTF-8";
.w-40 {
  width: 40% !important;
}

#cabecera {
  width: 220px;
  min-height: 100vh;
  box-shadow: 0 0 5px black;
  overflow: auto;
}
#cabecera a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cabecera a .logo-cabecera {
  max-width: 100px;
}
#cabecera a .logo-cabecera-boro {
  max-width: 75px;
}
#cabecera ul li button.active {
  background: var(--bs-tertiary-bg);
  color: black !important;
}
#cabecera ul li button.active i {
  color: black;
}
#cabecera ul li button:focus::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}
#cabecera ul li button.active::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}
#cabecera ul li button:hover::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.paginator {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.paginator .pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.paginator .pagination li a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  background-color: #fff;
  color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
  border: 1px solid rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
  border-radius: 0.375rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.paginator .pagination li a:hover {
  background-color: rgba(var(--bs-dark-rgb), 0.1);
  color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.paginator .pagination li.active a {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
  color: #fff;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
}
.paginator .pagination li.disabled a {
  opacity: 0.5;
  pointer-events: none;
}
.paginator .pagination li.first a, .paginator .pagination li.prev a, .paginator .pagination li.next a, .paginator .pagination li.last a {
  font-size: 1rem;
}
.paginator p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6c757d;
  text-align: center;
}

.content h3, legend h3 {
  text-align: center;
  font-size: 30px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  background: rgba(127, 127, 127, 0.3);
}

legend {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background: rgba(127, 127, 127, 0.3);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

thead tr th {
  text-align: left;
  text-transform: lowercase;
}
thead tr th:first-letter {
  text-transform: uppercase;
}
thead tr th:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  cursor: pointer;
}
thead tr th a {
  color: rgb(0, 0, 0);
  transition: all linear 0.1s;
}
thead tr th a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

tbody tr td:not(.actions) a {
  color: rgb(0, 0, 0);
  transition: all linear 0.1s;
}
tbody tr td:not(.actions) a:hover {
  color: rgba(0, 0, 0, 0.5);
}
tbody tr td.actions {
  /*
  a:first-child{
    color: rgba(25,135,84,1);
    transition: all linear 0.1s;
    &:hover{
      color: rgba(25,135,84,.7);
    }
  }
  a:nth-child(2){
    color: rgba(255,193,7,1);
    transition: all linear 0.1s;
    &:hover{
      color: rgba(255,193,7,.7);
    }
  }
   */
}
tbody tr td.actions a {
  color: rgb(255, 255, 255);
  background: var(--bs-primary);
  padding: 8px 10px;
  border-radius: 6px;
}

.table-responsive {
  border: 5px;
}
.table-responsive table {
  margin-bottom: 0 !important;
  border: 1px solid var(--bs-secondary-bg);
  border-radius: 6px !important;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.4);
}
.table-responsive table thead th {
  background: var(--bs-secondary);
  color: white;
}
.table-responsive table thead th a {
  color: white;
  text-decoration: none;
}
.table-responsive table tr:first-child {
  border-radius: 10px;
}
.input-group-text {
  text-transform: uppercase;
  font-size: 15px;
  color: black;
  font-weight: bold;
}

.form-select {
  color: #997404;
}

.input-group *:not(.btn-group):not(.btn):not(.form-check) {
  border: 2px solid var(--bs-secondary-bg);
}
.input-group .form-check label {
  border: none !important;
}
.input-group.error *:not(.btn-group):not(.btn) {
  border: 2px solid var(--bs-danger-bg-subtle);
}
.input-group.error span {
  color: var(--bs-danger);
}

.archives_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.archives_container .archive {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  border: 1px solid var(--bs-secondary-bg);
  width: 100px;
}
.archives_container .archive.pdf .type-icon {
  color: red;
}
.archives_container .archive.xlsx .type-icon {
  color: green;
}
.archives_container .archive .type-icon {
  font-size: 65px;
}
.archives_container .archive span {
  font-size: 10px;
  max-width: 100px; /* Ancho máximo deseado */
  font-weight: bold;
}

.bi-pdf {
  color: red;
}

.bi-xlsx {
  color: green;
}

#sidebar .scrollarea {
  overflow-y: auto;
  padding-right: 0.5rem;
}

/* Toggle buttons */
#sidebar .btn-toggle {
  width: 100%;
  text-align: left;
  padding: 0.25rem 0.75rem;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
}

#sidebar .btn-toggle:hover,
#sidebar .btn-toggle:focus {
  background: #333;
  color: #fff;
}

/* Active / collapsed */
#sidebar .nav-link.active,
#sidebar .btn-toggle.active {
  background: #000;
  color: #fff;
}

/* Submenu links */
#sidebar .nav .collapse .nav-link {
  padding: 0.375rem 0.75rem;
}

#sidebar .nav .collapse .nav-link:hover {
  background: #e9ecef;
  color: #000;
}

/* Ensure hierarchy */
#sidebar .nav-item {
  margin-bottom: 0.25rem;
}

#sidebar .collapse,
#sidebar .collapsing {
  transition: none !important;
}

/* Ocultar la barra de scroll, pero conservar scroll */
#sidebar .scrollarea {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

#sidebar .scrollarea::-webkit-scrollbar {
  display: none; /* WebKit */
}

#sidebar .sidebar-footer {
  background: inherit;
  box-shadow: 0 -4px 8px rgba(255, 255, 255, 0.15);
}

#sidebar .btn-toggle .bi-chevron-right,
#sidebar .btn-toggle .bi-chevron-down {
  transition: transform 0.1s ease-in-out;
}

#sidebar .btn-toggle[aria-expanded=true] .bi-chevron-right {
  transform: rotate(90deg);
}

#sidebar .btn-toggle[aria-expanded=false] .bi-chevron-down {
  transform: rotate(-90deg);
}

.sidebar‐collapsed #sidebar {
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out;
}

/* Y desplazamos el contenido principal hacia la izquierda */
.sidebar‐collapsed .content‐wrapper {
  margin-left: 0 !important;
  transition: margin-left 0.2s ease-in-out;
}

/* Cuando no está colapsada: */
#sidebar {
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}

/*# sourceMappingURL=general.css.map */
