.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
   
    left: 10.12rem;
}

.kt-timeline-v2:before {
    left: 10.85rem;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
    border: 0.89rem solid #ffffff;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
    padding: 0.35rem 0 0 11rem;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
    font-size: 1.1rem;
}

.kt-timeline-v2 .timeline-reserva {
	color: #1dc9b7;
}

.kt-timeline-v2 .timeline-correo {
	color: #22b9ff;
}

.kt-timeline-v2 .timeline-checkin {
	color: #ffb822;
}

.kt-timeline-v2 .timeline-desayuno {
	color: #5867dd;
}

.kt-timeline-v2 .timeline-tasa {
	color: #fd27eb;
}

.kt-timeline-v2 .timeline-whatsapp {
	color: #ff4d6d;
}

/* MAS COLORES PARA FUTUROS ESTADOS
Verde lima
color: #2ed47a;

Violeta electrico
color: #7a5cff;
*/


.habitacion-limpia-rack {
	background: #00ff00;
	color: #000;
	cursor: pointer;
}

.habitacion-sucia-rack {
	background: #ff0000;
	color: #fff;
	cursor: pointer;
}

.table-xl {
	font-size: 2rem;
	/*negrita*/
	font-weight: bold;
	/*lineas del striped mas gruesas*/
	border-width: 8px;
}
.table-xl > :not(caption) > * > * {
	border-width: 5px;
	border-color: #8a8a8a;
}
.table-xl.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: rgba(161, 161, 161, 0.12);
	background-color: var(--bs-table-accent-bg);
}

/* Modal mobile scroll fixes: make modal body scrollable and prevent page scroll while open */

.modal.show .modal-dialog {
	max-height: 100vh;
}
.modal .modal-content {
	max-height: 100vh;
}
.modal .modal-body {
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
	.modal .modal-body {
		max-height: calc(100vh - 100px);
	}
}

/* Flag to optionally hide body scroll when modal is open */
body.modal-open-no-scroll {
	overflow: hidden;
}

@media print {
  .table-xl > :not(caption) > * > * {
    border-width: 5px !important;
    border-color: #8a8a8a !important;
  }
}


body {
    color: #000000;
}