.global-container {
  position: fixed;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ui.modals.dimmer {
  background: rgba(0, 0, 0, 0.5);
}

.white.checkbox label {
  position: relative;
  color: white;
}
::-webkit-scrollbar {
  color: transparent !important;
  width: 1px !important;
  height: 1px !important;
  background: transparent !important; /* make scrollbar transparent */
}

::-webkit-scrollbar-thumb {
  border-radius: 1px !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(224, 224, 224, 0.26) !important;
}
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  border-radius: 1px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: transparent !important;
}

::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0) !important;
}

.header-space {
  height: 220px;
  width: 100%;
}
.footer-space {
  height: 115px;
  width: 100%;
}

.printMask {
  position: fixed;
  align-content: center;
  width: 100%;
  bottom: 2mm;
  margin: 0mm;
  padding: 0;
}

@page {
  margin: 10mm;
  margin-bottom: 5mm;
  margin-top: 5mm;
  padding: 0mm;
}

/* loadin  */

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; /* Asegura que esté al frente del calendario */
}

.loading-message {
  background-color: white;
  padding: 20px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.calendar-week-container {
  position: relative;
  height: 100%;
  width: 100%;
}



/* ocultar  */
.ui.icon.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui.icon.button span {
  display: none; /* Oculta el texto si no es necesario */
}