/* Estilo personalizado con un relleno horizontal de 100px */
.custom-px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

:root {
  --swiper-pagination-color: rgb(60, 168, 123);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(79, 238, 190, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #1b7c4b52;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.mySwiper {
  width: 100%;
  height: 100%;
}

/* Mostrar solo iconos en dispositivos con un ancho máximo de 767px (tamaño típico de dispositivos móviles) */
@media (max-width: 767px) {
  .nav-link .d-none {
    display: none !important;
  }
}

.page-link {
  color: #009688 !important;
}

.dt-paging-button .page-item .active {
  background-color: #009688 !important;
  /* Color deseado */
  padding: 500px;
  color: white;
  /* Cambiar color del texto si es necesario */
  border-radius: 0.25rem;
  /* Redondear bordes opcional */
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: white !important;
  background-color: #009688 !important;
  border-color: #009688 !important;

  ;
}


h1 {
  font-size: 2em;
  /* Por ejemplo, el tamaño del texto será el doble del tamaño de fuente base */
  color: #009688;
}

.small-text {
  font-size: 0.875rem !important;
  /* Tamaño de letra más pequeño */
  color: #464d5b;
  text-align: justify;
}

strong {
  font-size: 26px;
  color: #009688;
}

h2 {
  font-size: 26px;
  color: #009688;
}

h3 {
  font-size: 18px;
  display: inline;
}

h4 {
  font-size: 14px;
  display: inline;
}

h5 {
  font-size: 14px;
  padding-top: 5px;
  color: #009688;
}

h6 {
  font-size: 16px;
}

h7 {
  font-size: 14px;
}

a {
  font-size: 14px;
}

p {
  font-size: 14px;
}

button {
  font-size: 14px;
}

table {
  font-size: 14px;
}

body {
  /* Establecer un degradado lineal */
  background: radial-gradient(circle at center top, #00b889, transparent 70%),
    linear-gradient(to top, #009688, #009688);

  /* Centrar el degradado */
  background-position: center center;

  /* Hacer que el degradado cubra todo el viewport */
  background-size: cover;

  /* Eliminar el margen por defecto del cuerpo */
  margin: 0;

  /* Evitar que el fondo se desplace con el contenido */
  background-attachment: fixed;
}

.selected {
  background: #460505;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Agregar sombra alrededor */
}

.bgstemis {
  background-color: #009688;
}

.bg-stemis {
  color: #009688;
}

.text-stemis-dark {
  color: #454c5b;
}

.react-datepicker {
  font-family: Arial, sans-serif;
}

.react-datepicker__header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-top: 8px;
}

.react-datepicker__month {
  margin: 0.4rem;
}

.react-datepicker__day-names {
  display: flex;
  justify-content: space-around;
}

.react-datepicker__day-name {
  width: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  color: #666;
}

.react-datepicker__day {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  margin: 0.2rem;
  cursor: pointer;
  border-radius: 50%;
}

.react-datepicker__day:hover {
  background-color: #f0f0f0;
}

.react-datepicker__day--selected {
  background-color: #009688;
  color: #fff;
}

.react-datepicker__day--keyboard-selected {
  background-color: #009688;
  width: 200px;
  color: #fff;
}

/* Estilos para el DatePicker */
.react-datepicker {
  width: 100%;
  height: 200%;
}

.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.react-datepicker__time-list-item {
  padding: 0.5rem 1rem;
}

.react-datepicker__time-list-item:hover {
  background-color: #f0f0f0;
}

.btn-noti {
  background-color: #454c5b;
  /* Rojo */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;

  transition: border 0.3s;
}

.btn-noti:hover {
  border: 1px solid #454c5b;
  font-size: 0.7rem;
  color: #454c5b;
}

.btn-cancelar {
  border: 2px solid #868686;
  color: #868686;
  padding: 8px 18px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition: border 0.3s;
  /* Transición suave para el borde */
}

.btn-cancelar:hover {
  background-color: #868686;

  color: #ffffff;
  /* Cambio de color del texto al pasar el mouse */
}

.btn-stemis {
  background-color: #009688;
  /* Rojo */
  color: white;
  padding: 8px 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition: border 0.3s;
  /* Transición suave para el borde */
}

.btn-stemis:hover {
  border: 1px solid #009688;
  /* Borde verde al pasar el mouse */
  color: #009688;
  /* Cambio de color del texto al pasar el mouse */
}

.navbar {
  display: flex;
}

.activates {
  color: rgb(92, 92, 92);
  text-decoration: none;
  padding: 8px 8px;
  transition: color;
}

.activates.active {
  color: #039687;
  border-bottom: 3px solid #009688;
}
.custom-link:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  /* Sombra más intensa en hover */
  transform: scale(1.02);
  /* Efecto de escala cuando se hace hover */
}

.sidebar {
  background-color: #4000ff;

  min-width: 200px;
}

.lcol {
  font-size: 14px;
}

@media (min-width: 601px) {
  .sidebar {
    display: block;
  }
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check-inline {
  margin-right: 10px;
}

/* sidebar css*/
.centered-list {
  text-align: left;
}

.centered-list .nav-link {
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
}

/*Style de line de timepo de calendario*/

.timeline>li {
  position: relative;
  min-height: 50px;
  padding: 20px 0;
}

.timeline .timeline-time {
  position: absolute;
  left: 0;
  width: 18%;
  text-align: right;
  top: 30px;
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
  display: block;
  font-weight: 600;
}

.timeline .timeline-time .date {
  line-height: 16px;
  font-size: 12px;
}

.timeline .timeline-time .time {
  line-height: 24px;
  font-size: 20px;
  color: #242a30;
}

.timeline .timeline-icon {
  left: 15%;
  position: absolute;
  width: 10%;
  text-align: center;
  top: 40px;
}

.timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* Para evitar desbordamientos */
  position: relative;
}

.timeline .timeline-icon a {
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  background: #009688;
  line-height: 10px;
  position: relative;
  font-size: 14px;
  border: 5px solid #009688;
  transition: border-color 0.2s linear;
}

@media (min-width: 768px) {
  .timeline:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 5px;
    width: 2px;
    background: #009688;
    left: 20%;
    margin-left: -2.5px;
  }
}

/* INICIO */
.timeline2 {
  list-style-type: none;
  margin: 0;
  padding: 0;

  position: relative;
}

.timeline2 .timeline2-icon a {
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  background: #009688;
  line-height: 10px;
  position: relative;
  font-size: 14px;
  border: 5px solid #009688;
  transition: border-color 0.2s linear;
}

.timeline2 .timeline2-icon a::after {
  content: "";
  width: 2px;
  /* Ancho de la línea */
  height: 11.7rem;
  /* Altura de la línea */
  background: #009688;
  position: absolute;
  top: 100%;
  /* Coloca la línea justo debajo del círculo */
  left: 50%;
  transform: translateX(-50%);
  /* Centra la línea horizontalmente */
}

/* Cuando esté al 100% */
/* .lista-de-cursos {
  width: 100% !important;
} */

/* Para el 100% */

@media (max-width: 768px) {
  .timeline2 .timeline2-time {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }

  .timeline2 .timeline2-icon {
    display: none;
  }
}

@media (max-width: 576px) {
  .timeline2 .timeline2-time {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }

  .timeline2 .timeline2-icon {
    display: none;
  }
}

/* FIN */

.notifications-container-notifi {
  max-height: 350px;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  /* Altura máxima del contenedor */
  overflow-y: auto;
  /* Agrega scrollbar vertical cuando sea necesario */
}

#linee-scroll {
  scrollbar-color: transparent transparent;
  max-height: 80vh;
  scrollbar-width: none;
  /* Altura máxima del contenedor */
  overflow-y: auto;
  /* Agrega scrollbar vertical cuando sea necesario */
}

.grupos-scroll {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  max-height: 800px;
  overflow-y: auto;
}

#expediante-scroll {
  scrollbar-color: transparent transparent;
  max-height: calc(100vh - 50px);
  /* Ajusta la altura máxima del contenedor para dejar espacio para el scrollbar */
  /* Altura máxima del contenedor */
  overflow-y: overlay;
  overflow-x: auto;
  scrollbar-width: none;
  padding-right: 10px;
  /* Ajusta el padding derecho para compensar el espacio ocupado por el scrollbar */
  /* Agrega scrollbar vertical cuando sea necesario */
}

::-webkit-scrollbar {
  width: 0px;
  scrollbar-width: none;
  /* Ancho del scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Color del thumb (transparente) */
}

::-webkit-scrollbar-track {
  background-color: transparent;
  /* Color del track (transparente) */
}

.custom-border-left {
  border-top-left-radius: 0.75rem;
}

.custom-border-right {
  border-top-right-radius: 0.75rem;
}

#integrat-cursos-scroll {
  /* scrollbar-color: #09f black; */

  scrollbar-color: transparent transparent;
  /* Color de la barra de desplazamiento y color del riel (transparente) */

  max-height: 280px;
  /* Altura máxima del contenedor */
  overflow-y: auto;
  /* Agrega scrollbar vertical cuando sea necesario */
}

.cursos-container {
  max-height: 1000px;
  /* Altura máxima del contenedor */
  scrollbar-color: transparent transparent;
  overflow-y: auto;
  overflow-x: hidden;
  /* Agrega scrollbar vertical cuando sea necesario */
}

.timeline .timeline-body {
  margin-left: 23%;
  min-width: 50%;
  background: #fff;
  position: relative;
  padding: 0px 25px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .timeline .timeline-body:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #009688;
    left: -20px;
    top: 20px;
  }
}

.timeline .timeline-body>div+div {
  margin-top: 15px;
}

.timeline .timeline-body>div+div:last-child {
  margin-bottom: -20px;
  padding-bottom: 20px;
  border-radius: 0 0 6px 6px;
}

.timeline-header {
  background: #009688;
  margin-left: -25px;
  margin-right: -25px;
  padding: 7px 12px;
  border-radius: 10px 10px 0 0;
}

.timeline img {
  max-width: 100%;
  display: block;
}

.timeline-content {
  letter-spacing: 0.25px;
  line-height: 18px;
  font-size: 13px;
}

.timeline-content:after,
.timeline-content:before {
  content: "";
  display: table;
  clear: both;
}

.timeline-title {
  margin-top: 0;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1100px;
    margin: 0 auto;
    /* Centra el contenedor en la pantalla */
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
    margin: 0 auto;
    margin-top: 1rem;

    /* Centra el contenedor en la pantalla */
  }
}

/* 
        Seccion de linea de tiempo . Expedientes electronicos */
/* Estilos generales */

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

/* Media queries para responsividad */

@media (max-width: 768px) {
  .timeline .timeline-body {
    margin-left: 5%;
    margin-right: 5%;
  }

  .timeline .timeline-time {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }

  .timeline .timeline-icon {
    display: none;
  }
}

@media (max-width: 576px) {
  .timeline .timeline-body {
    margin-left: 5%;
    margin-right: 5%;
  }

  .timeline .timeline-time {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }

  .timeline .timeline-icon {
    display: none;
  }

  .timeline .timeline-header {
    text-align: center;
  }
}

.download-button {
  background-color: #dbdbdb;
  color: #009688;
  padding: 10px;
  font-size: 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.delete-button {
  background-color: transparent;
  color: #e73f3f;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#myButton {
  background-color: #009688;
  border: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.custom-container {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.custom-calendar {
  margin: 0 auto;
  text-decoration: none;
}

.fc-daygrid-day-number {
  text-decoration: none !important;
  /* Anula cualquier decoración de texto */
}

.fc-toolbar {
  text-transform: uppercase;
}

.fc-scrollgrid-sync-inner a {
  text-transform: capitalize;
  text-decoration: none;
  color: #009688;
}

a {
  text-decoration: none;
}

.fc-event-time {
  display: none !important;
}

.fc-daygrid-event-dot {
  display: none !important;
}

.fc-day-today {
  background-color: #fff !important;
  /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); */
  /* Agrega una sombra difusa */
}

.fc-event-title {
  color: #fff !important;
}

.fc-button {
  background-color: #009688 !important;
  color: #fff !important;
  border: #009688 !important;
  text-transform: capitalize !important;
}

.custom-event {
  background-color: #009688;
  color: #fff;
  border-radius: 30px;
  padding: 1px;
  text-decoration: none;
  margin-bottom: 5px;
  max-height: 100%;
  text-decoration: none;
}

/* vista crear grupo */
.dotted-button {
  border: 1.5px dashed #868686;
  background-color: #fff;
  padding: 4px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707070;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #868686;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: 2px;
  color: #fff;
  margin-right: 8px;
}

.form-group {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

select.form-select {
  width: 100%;
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check-inline {
  margin-right: 10px;
}

.col {
  margin-bottom: 10px;
}

/* navbartabs */
.tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tab-list {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
}

.tab {
  padding: 10px 15px;
  cursor: pointer;
  background-color: #f1f1f1;
}

.tab.active {
  background-color: #ddd;
  font-weight: bold;
}

.tab-content {
  padding: 20px;
  display: none;
}

.tab-content.active {
  display: block;
}