/* Estilos Generales */
body {
  font-family: sans-serif;
  background-color: #fff;
}



.resultado-cliente, .resultado-medico {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.resultado-cliente .nombre, .resultado-medico .nombre {
  font-weight: bold !important;
}

.resultado-cliente .cedula, .resultado-medico .cedula {
  font-size: 14px !important;
}

.resultado-cliente:hover, .resultado-medico:hover {
  background-color: #f5f5f5 !important;
  font-size: 18px !important;
  cursor: pointer !important;
}


@media (max-width: 768px) {
  body {
    background-color: #FAF3EB;
  }
}

.container {
  padding: 10px;
}

.container-calendar {
  padding: 10px;
  padding-left: 5vw;
  width: 90%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}

/* Estilos de la Barra de Navegación */
.navbar {
  background-color: #D2E8FF;
  padding: 20px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .navbar {
    padding: 10px;
  }
}

.navbar-brand {
  font-size: 24px;
  font-weight: bold;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item {
  margin: 0 10px;
}

.nav-link {
  color: #0B1857;
  cursor: pointer;
}

.nav-link:hover {
  color: #fff;
  background-color: #8c9ef8;
}

/* Estilos del Carrusel */
.carousel-item {
  height: 80vh;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
}

.carousel-caption h1 {
  color: #fff;
}

.carousel-caption p {
  color: #ccc;
}

/* Para separar los botones del datatable */
.dt-buttons.btn-group {
  margin-top: 100px;
}

/* Estilos de las Secciones */
.hero-section,
.benefits-section,
.cta-section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .cta-section {
    width: 100%;
  }
}

/* Estilos del Pie de Página */
.footer {
  background-color: #fff;
  padding: 20px;
}

.footer p {
  margin: 0;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-links li {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .footer {
    padding: 10px;
  }
}

/* Otros estilos existentes... */

/* Estilos para los botones en el centro del header */
.navbar {
  padding: 0;
}

.navbar .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


.navbar .d-flex button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}

.navbar .d-flex button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Otros estilos existentes... */
/* Agrega estos estilos para los cuadros flotantes */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.overlay-text {
  font-size: 18px;
  text-align: center;
}

/* Muestra el cuadro flotante al pasar el ratón sobre la imagen */
.position-relative:hover .overlay {
  opacity: 1;
}

#tablaUsuarios_wrapper {
  width: 100%; /* o ajusta el porcentaje o el valor en píxeles según tus necesidades */
}



/*nuevo estilo para calendario*/
#badge {
  font-size: 12px;
  color: #ff0000;
  background-color: #fff;
  padding: 2px 4px;
  border-radius: 5px;
  display: inline-block;
}

.badge {
  font-size: 12px;
  color: #ff0000;
  background-color: #fff;
  padding: 2px 4px;
  border-radius: 5px;
  display: inline-block;
}




#info {
  width: 50px;
  height: 50px;
  position: relative;
  float: right;
  margin: 20px 20px 0px 0px;
  background-color: #e2ae00;
  color: #002f5b;
  border-radius: 2em;
  box-shadow: 2px 2px 5px #a0a0a0;
  z-index: 2;
}

#info i {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#info:hover {
  background-color: #fcc200;
}

.as-sidebar-left {
  position: fixed;
  top: 0px;
  bottom: 0px;
  box-sizing: border-box;
  width: 200px !important;
  background-color: #19436b;
  z-index: 4;
}

.as-sidebar-header {
  color: #ffffff;
  height: 100px;
  background-color: #002f5b;
}

.as-sidebar-header:hover {
  color: #fafafa;
  text-decoration: none;
}

.as-sidebar-button {
  background-color: #dadada;
  color: #002f5b !important;
  margin-top: 2px;
  margin-bottom: 2px;
  text-transform: initial;
  font-weight: bold;
}

.as-sidebar-button:hover {
  background-color: #c4c4c4;
}

.as-sidebar-button[active="true"] {
  background-color: #ffffff;
}

a.active {
  background-color: #ffffff;
}

#sub-nav {
  padding: 5px 0px 5px 0px;
}

.as-sidebar-button-sub {
  margin-left: 0px;
  color: #dadada !important;
  text-transform: initial;
}

.as-sidebar-button-sub:hover {
  color: #bababa !important;
  background-color: #2f5579;
}

.as-sidebar-button.selected {
  background-color: #ffffff !important;
  color: #002f5b !important;
}

.as-sidebar-button-sub.selected {
  background-color: #ffffff !important;
  color: #002f5b !important;
}

.flag.selected {
  width: 2px;
  height: 20px;
  background-color: #002f5b;
}

.as-sidebar-icon {
  margin: 8px;
}

.flag {
  margin: 3px 14px 3px 1px;
}

.as-content {
  height: 100%;
  width: 100%;
  padding-left: 200px !important;
}

.as-background {
  position: relative;
  box-shadow: 0px 2px 8px #101010 inset;
  z-index: 0;
}

.as-offcanvas,
.as-sidebar-offcanvas {
  position: fixed;
  top: 0px;
  bottom: 0px;
  box-sizing: border-box;
  width: 480px !important;
  z-index: 3;
}

.as-sidebar-offcanvas {
  background-color: #efefef;
  box-shadow: 1px 0px 5px #a0a0a0;
}

.as-close {
  position: relative;
  top: 20px;
  left: 476px;
  border: 1px #efefef solid;
  border-radius: 0.2em;
  background-color: #efefef;
  padding: 6px 6px 6px 12px;
  z-index: 3;
}

.as-overlay {
  z-index: 2;
}

.as-offcanvas-nav {
  position: absolute;
  top: 20px;
  bottom: 0px;
  margin-left: 10px;
}

.as-control,
.as-calendar-view {
  box-shadow: 2px 2px 5px #a0a0a0;
}

.as-calendar-controls {
  margin: 4px 0px 10px 20px;
  z-index: 1;
}

.as-control {
  background-color: #ffffff !important;
  padding: 0px 10px;
  box-shadow: 2px 2px 5px #a0a0a0;
}

#view-control[aria-expanded="true"] > i {
  transform: rotate(180deg);
}

.as-calendar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 642px;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 1;
}

.tui-full-calendar-weekday-grid-date-decorator,
.tui-full-calendar-timegrid-todaymarker {
  background: #002f5b !important;
}

.tui-full-calendar-timegrid-hourmarker-line-today {
  border-top: 1px solid #002f5b !important;
}

.tui-full-calendar-timegrid-hourmarker-line-left {
  border-top: 1px dashed #002f5b !important;
}

.tui-full-calendar-timegrid-hourmarker-time {
  font-weight: bolder !important;
}

