.navbar {
	background-color: #e0e0e0;
}

.navbar.is-transparent {
	background-color: transparent;
	background-image: none;
}

.rounded-custom {
	border-radius: 0px 4px 4px 0px;
}

.rounded {
	border-radius: 6px 6px 6px 6px;
}

.navbar-item,
.navbar-link,
.navbar-burger {
	border-radius: 6px 6px 6px 6px;
}

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #757763;
	border-radius: 10px;
}

.hide-scrollbar {
	/* hide scrollbar but allow scrolling */
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
}
.hide-scrollbar::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.navbar-burger {
	height: auto;
}

#navbar-logo {
	width: 100%;
}

.loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	/* height: 100%; */
	width: 100%;
	background: #fff;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
.loader-wrapper .loader {
	height: 80px;
	width: 80px;
}
.loader-wrapper.is-active {
	opacity: 1;
	z-index: 1;
}

.is-loading {
	position: relative;
}

/* .box {
  padding: 40px;
  position: relative;
}
.box h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 1.5rem 0;
}

.box .button {
  padding: 0;
  height: 40px;
  min-width: 160px;
  transition: all 0.3s;
}

.box .button:hover {
  background: #ff4f8f;
  border-color: #ff4f8f;
  color: #fff;
} */

.link-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #6dacff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}

.link-button img {
	width: 32px;
	height: 32px;
	display: block;
}

.link-button:hover {
	transform: scale(1.1) rotate(180deg);
	background: #ff4f8f;
	-webkit-transform: scale(1.1) rotate(180deg);
	-moz-transform: scale(1.1) rotate(180deg);
	-ms-transform: scale(1.1) rotate(180deg);
	-o-transform: scale(1.1) rotate(180deg);
}

#goToTopButton {
	position: fixed; /* Fixed/sticky position */
	bottom: 15px; /* Place the button at the bottom of the page */
	right: 15px; /* Place the button 30px from the right */
	z-index: 31; /* Make sure it does not overlap */
}

#timeAttendanceOpenButton {
	position: fixed; /* Fixed/sticky position */
	top: 15px; /* Place the button at the bottom of the page */
	right: 15px; /* Place the button 30px from the right */
	z-index: 31; /* Make sure it does not overlap */
	display: none;
}

#timeAttendanceScheduleClockSpan {
	position: fixed; /* Fixed/sticky position */
	top: 15px; /* Place the button at the bottom of the page */
	right: 80px; /* Place the button 30px from the right */
	z-index: 31; /* Make sure it does not overlap */
	display: none;
}

#timeAttendanceBox {
	position: fixed; /* Fixed/sticky position */
	top: 65px; /* Place the button at the bottom of the page */
	right: 15px; /* Place the button 30px from the right */
	z-index: 31; /* Make sure it does not overlap */
	display: none;
}

tr.group,
tr.group:hover {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

:root.dark tr.group,
:root.dark tr.group:hover {
	background-color: rgba(0, 0, 0, 0.75) !important;
}

#notificationsOpenButton {
	position: fixed; /* Fixed/sticky position */
	top: 15px; /* Place the button at the bottom of the page */
	right: 110px; /* Place the button 30px from the right */
	z-index: 31; /* Make sure it does not overlap */
	display: none;
	cursor: pointer;
}

#helpCenterOpenButton {
	position: fixed; /* Fixed/sticky position */
	top: 15px; /* Place the button at the bottom of the page */
	right: 70px; /* Place the button 30px from the right */
	z-index: 31; /* Make sure it does not overlap */
	cursor: pointer;
}

#notificationsBox {
	position: fixed; /* Fixed/sticky position */
	top: 65px; /* Place the button at the bottom of the page */
	right: 220px; /* Place the button 30px from the right */
	z-index: 31; /* Make sure it does not overlap */
	display: none;
}

.timeAttendanceMessage {
	display: none;
}

.break-word {
	word-break: break-word;
}

@media screen and (min-width: 1000px) {
	.modal-card-big {
		width: 1000px;
		height: 95%;
	}
}

@media screen and (max-width: 1240px) {
	.modal-card-big {
		width: 95%;
		height: 95%;
	}
}

.w-auto {
	width: auto;
}

.w-95 {
	width: 95%;
}

.w-100 {
	width: 100%;
}

.h-auto {
	height: auto;
}

.h-100 {
	height: 100%;
}

.z-10 {
	z-index: 10;
}

.z-50 {
	z-index: 50;
}

.h-100vh {
	height: 100vh;
	display: absolute;
}

.margin-0 {
	display: absolute;
}

.absolute {
	display: absolute;
}

.pointer {
	cursor: pointer;
}

.hover-primary:hover {
	background-color: #dcedff !important;
}

.text-center {
	text-align: center;
}

.bulma-calendar-wrapper {
	width: 180px;
}

.bc-white {
	background-color: white;
}

div.dataTables_wrapper div.dataTables_filter input {
	height: 40px;
	width: 300px;
}

element {
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
}

element::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

#backgroundImage {
	background-repeat: no-repeat;
	background-size: cover;
}

.is-scrollable {
	max-height: 150px; /* Establece la altura máxima deseada */
	overflow-y: auto; /* Muestra la barra de desplazamiento vertical */
}

.hidden {
	display: none;
}

.font-size-085em {
	font-size: 0.85em;
}

.hover-transition {
	transition: all 0.5s ease;
	border: 3px solid white;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#newServiceGroupDescriptionSuggestions,
#newProjectTydeServiceGroupDescriptionSuggestions {
	position: relative;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	display: none;
}

.newServiceGroupDescriptionSuggestion,
.newProjectTydeServiceGroupDescriptionSuggestion {
	cursor: pointer;
	padding: 5px;
}

.newServiceGroupDescriptionSuggestion:hover,
.newProjectTydeServiceGroupDescriptionSuggestion:hover {
	background-color: #ddd;
}

.procedureOrganizationHeaderCancel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.inline-elements {
	display: flex;
	align-items: center;
}

.inline-elements .label-text {
	margin-right: 10px; /* Espacio entre el texto de la etiqueta y el input/select */
}

.inline-elements .fixed-width {
	width: 150px; /* Ajusta el ancho fijo según sea necesario */
}

.inline-elements input[type="text"] {
	margin-right: 10px; /* Espacio entre el input de texto y el checkbox */
}

.inline-elements select {
	margin-right: 10px; /* Espacio entre el select y el botón de archivo */
}

.inline-elements .file {
	margin-left: 10px; /* Ajusta el espaciado según sea necesario */
}

.inline-elements .checkbox {
	margin-left: 10px; /* Espacio entre el input y el checkbox */
}

.bulma-calendar {
	position: absolute;
	top: auto !important;
	bottom: 100% !important;
	transform: translateY(
		-10px
	); /* Puedes ajustar este valor según tu preferencia */
	z-index: 1000;
}

.input {
	border-color: #d6d6d6;
}
.select {
	width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* input[type="number"] {
  -moz-appearance: textfield;
} */

.timePicker {
	all: unset;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem; 
	padding-left: 1rem;
	padding-right: 1rem; 
	border-radius: 0.5rem; 
	border: 1px solid #D1D5DB; 
	line-height: 1.25; 
	
}

.centerDiv {
	all: unset;
	display: flex;
	justify-content: center;
	align-items: center;
}

.datePicker {
    position: fixed !important;
    z-index: 20;
  }