html,
body {
  height: 100%;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
  /* font-family: 'Bai Jamjuree', sans-serif; */
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
  width: 10px;
}

body::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar:horizontal {
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}

.sidenav-scrollbar {
  height: 100%;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

.sidenav-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}

.sidenav-scrollbar::-webkit-scrollbar:vertical {
  width: 10px;
}

.sidenav-scrollbar::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

.sidenav-scrollbar::-webkit-scrollbar:horizontal {
  height: 10px;
}

.sidenav-scrollbar::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

.sidenav-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view td {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */

.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

#sidenav-overlay {
  z-index: 996;
}

.main-content {
  min-height: 600px;
}

.fc-event {
  cursor: pointer;
}
.fc-day {
  cursor: pointer;
}

/*main.content>div {
  margin-top: 65px
}*/

.dropdown-menu-position {
  top: 100% !important;
  width: auto !important;
}

.hover-hora:hover {
  background-color: #e3f2fd !important;
}

.inicio-citas {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  margin: 15px;
}

.citas-indicador {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.contenedor-citas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: auto;
}

.guardar-autorizar-examenes {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.header {
  color: #ee6e73;
  font-weight: 300;
}

a:hover,
a:focus {
  color: #eceff1;
  text-decoration: none !important;
}

.breadcrumb {
  background-color: transparent !important;
}

.highlight2 {
  background-color: yellow;
}

.form-control-custom {
  font-size: 20px;
  border-radius: 0;
  padding-left: 0;
  background-color: transparent;
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: inherit;
  font-weight: 700;
}

/* .breadcrumb:before {
    content: none;
} */

.color-header-pre-cliente {
  color: #9e7b2d !important;
}

.color-card-title-pre-cliente {
  color: #bea773 !important;
}

.background-header-pre-cliente {
  background-color: #9e7b2d !important;
}

.modal-content-updated {
  box-shadow: none !important;
}

ul.stepper.horizontal {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

ul.stepper.horizontal .step {
  position: static;
  padding: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  height: 84px;
}

ul.stepper .step {
  position: relative;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-title {
  line-height: 84px;
  height: 84px;
  margin: 0;
  padding: 0 25px 0 65px;
  display: inline-block;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

ul.stepper .step.active .step-title {
  font-weight: 500;
}

ul.stepper.horizontal .step.active .step-title::before,
ul.stepper.horizontal .step.done .step-title::before {
  background-color: #2196f3;
}

ul.stepper.horizontal .step .step-title::before {
  position: absolute;
  counter-increment: section;
  content: attr(data-step-label-2);
  height: 26px;
  width: 26px;
  color: #fff;
  background-color: #b2b2b2;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  left: 1px;
  top: 28.5px;
  left: 19px;
}

ul.stepper.horizontal .step .step-title::after {
  top: 15px;
}

ul.stepper .step .step-title::after {
  content: attr(data-step-label);
  display: block;
  position: absolute;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #424242;
  font-weight: 400;
}

ul.stepper.horizontal .step.active:not(:last-of-type)::after,
ul.stepper.horizontal .step:not(:last-of-type)::after {
  content: "";
  position: static;
  display: inline-block;
  width: 100%;
  height: 1px;
}

ul.stepper .step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 52px;
  left: 13.5px;
  width: 1px;
  height: 40%;
  height: calc(100% - 52px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-content-custom {
  background-color: #fff;
  position: initial;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-clip: initial;
}

.modal-header-custom-close {
  border-bottom: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.modal-close-icon:hover {
  cursor: pointer;
  color: #999;
}

.custom-dias-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.custom-checkbox-horario {
  margin-top: -5px !important;
}

.modal.timepicker-modal.open {
  background-color: transparent;
  bottom: auto;
}

.modal.datepicker-modal.open {
  background-color: transparent;
  bottom: auto;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  color: #8a6d3b;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgb(138 109 59 / 26%);
}

.tabs .indicator {
  background-color: #8a6d3b;
}

.tabs .tab a {
  color: rgb(138 109 59 / 70%);
}

.center-citas {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.custom-chip-horario {
  margin: 5px 5px;
  cursor: pointer;
  font-weight: bold;
}

.custom-chip-horario-cursor {
  cursor: none !important;
}

.custom-chip-horario-selected {
  background-color: #b3e5fc !important;
}

.agendar-reunion {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  padding: 21px 24px;
  gap: 10px;
  width: 360px;
  height: 68px;
  border: 1px solid #7c7767;
  cursor: pointer;
}

.agendar-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.agendar-reunion-text span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #191c1d;
}

.agendar-reunion-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url(../img/ellipse-agendar-reunion.svg);
  background-size: cover;
  background-position: center;
}

.contenedor-arrows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px !important;
}

.contenedor-arrows-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.cameraPreview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imagen-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0px !important;
  transition: all 0.5s ease;
}

.contiainer-chips {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
  gap: 8px;
}

.abrir-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.chip-demandantes {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: pre-wrap;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.chip-demandados {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: pre-wrap;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.cita-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cita-container-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.cita-container-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

#modal-nombre-categoria {
  color: #039be5;
  /* text-decoration: underline; */
  padding-bottom: 3px;
  border-bottom: 2px solid #039be5;
}

#modal-citas {
  min-height: 60%;
}

.custom-select-container {
  position: relative;
  width: 300px;
}

#search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 1000;
  display: none;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

/* Estilos generales para ítems con icono */
.align-options-select22 {
  display: flex;
  align-items: center;
  gap: 32px;
}
/* Asegura estilo base de los símbolos */
.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
