/* PREVIOUS STYLES: TO BE MANAGED */
body {
font-family: Arial;
}


.no-landing #main , .section-_system #main {
	text-align: center;
	min-height:100%;
	position: relative;
}

.main-box {
	gap: 0;
	text-align: left;
}

#cluster-geo-table {
	margin-top: 1em;
	margin-bottom: 1em;
}
#cluster-geo-table thead {
	background-color: #eff;
}
#cluster-geo-table td, th {
	padding: 4px;
}

#user_form label {
	letter-spacing: 0; margin-left: 0.5em;
}
#map {
	display: block;
	width: 100%;
	height: 400px;
	z-index: 5;
}
#map:empty {
	display: none;
}

#logged-main-box {
	grid-template-columns: 110px 110px repeat(10, 1fr);
}

.grid .inner {
	width: 100%;
	height: 100%;
}

a {
	color: #4682B4;
}

.home-icon {
	font-size: 5em;
	display: block;
	margin: auto;
	text-align: center;
}
.home-icon-link {
	font-size: 1.3em;
	text-align: center;
	display: block;
	margin: auto;
}

.list-room-experiences-item {
	display: inline-block;
	margin: 10px;
}

.list-room-experiences-item .qrcode-title {
	text-align: center;
margin-top: 0.2cm;}

.list-room-experiences-item .qrcode-title a {
	font-size: 0.5cm;
	color: black;
	display: block;
	text-transform: lowercase;
	font-weight: bold;

}


/* Stile base del bottone */
a.btn-hili {
	background-color: #0047AB;      /* Blu scelto */
	border: none;
	border-radius: 25px;            /* Bordo arrotondato */
	color: #FFFFFF;                 /* Testo bianco */
	cursor: pointer;                /* Cambia il cursore al passaggio del mouse */
	font-family: 'Open Sans', sans-serif; /* Font Open Sans */
	font-size: 12px;                /* Dimensione del testo */
	font-weight: 600;               /* Carattere leggermente grassetto */
	letter-spacing: 1px;            /* Spaziatura tra le lettere per un aspetto pulito */
	padding: 6px 14px;             /* Padding interno per dare spazio al testo */
	text-transform: uppercase;      /* Testo tutto maiuscolo */
	transition: all 0.3s ease;      /* Transizione animata per effetti hover */
	text-align: center;             /* Testo centrato */
}

/* Effetto hover */
.btn-hili:hover {
	background-color: #FF8000;      /* Colore arancione quando il mouse è sopra */
}

/* Se vuoi un effetto aggiuntivo al clic (facoltativo) */
.btn-hili:active {
	transform: scale(0.95);         /* Rimpicciolisce leggermente il bottone quando cliccato */
}


.info-table {
	width:100%;
	border-collapse: collapse;
	border-radius: 12px;
	border: 1px solid#EAECF0;
	margin: 20px 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.info-table th, .info-table td {
	padding: 10px 20px;
	border-radius: 12px;
}
.info-table tr {
	border-bottom: 1px solid #EBF0ED;
}
.info-table tr:empty {
	display: none;
}
.info-table tbody:last-child tr:last-child {
	border: none;
}
.info-table th {
	font-weight: 600;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	padding: 12px 24px;
}

.info-table td .label i {
	color: #FF8000;
	margin-right: 10px;
}

.info-table td .label i {
	color: #FF8000;
	margin-right: 0;
	width: 24px; /* Adjust as needed */
	display: inline-block;
}

.info-table td span.label {
	color: #FF8000;
}

.info-table td {
	font-size: 16px;
  white-space: normal;
  }

.info-table tr:hover {
	background: #fbfbfb;
}


.edit-button {
	border: 1px solid #ddd !important;
	padding: 8px 16px !important;
	border-radius: 8px !important;
	display: inline-flex !important;
	align-items: center !important;
	font-size: 0.8em !important;
	background-color: var(--color-main-buttons) !important;
	color: #fff !important;
}

.edit-button:hover {
	background-color: var(--color-main-buttons-hover) !important;
}

.delete-button {
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	font-size: 1em;
	background-color: #F52222 !important;
	color: #fee9e9 !important;
}

.delete-button:hover {
	background-color: #790505 !important;
}

#backoffice-menu {
	height: 100vh;
	position: relative;
	background: #fff;
	overflow: auto;

	/* cover grid's gap space */
	margin-right: -15px;
}
.backoffice-menu-main {
	overflow-y: auto;
	overflow-x: hidden;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.backoffice-menu-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.backoffice-menu-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;

	/* with no icons in menu buttons */
	padding: 12px 0 4px 0px;
	font-size: 11px;
	border-bottom: 1px solid #EDECF0;
	margin-bottom: 4px;

	/* with icons in menu buttons */
	/* padding: 8px 12px; */
	/* font-size: 14px; */
}
.backoffice-main {
	height: 100vh;
	overflow-y: auto;
	background-color: #F2F4F1;
}
.hili-logo {
	width: 50%;
	aspect-ratio: auto 2 / 1;
	display: block;
	padding-top: 35px;
	padding-bottom: 35px;
}
.mobile-menu-opener {
	display: flex;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #fff;
	padding-right: 0.75rem;
	padding-left: 1.5rem;
	justify-content: space-between;
	align-items: center;
	margin: -0.5rem;
	margin-bottom: 0.5rem;
}
.mobile-logo {
	height: 2rem;
	width: 4rem;
}
.hili-logo, ul.backoffice-menu-links,.backoffice-menu-footer {
	padding-left: 0;
	padding-right: 0;
	margin-left: 1.375rem;
	margin-right: 1.375rem;
	margin-bottom: 0;
}
.backoffice-menu-container {
	position: fixed;
	width: 0;
	background-color: #fff;
	z-index: 50;
	transition: width 0.3s ease-in-out;
	overflow-x: hidden;
}
.close_menu {
	margin-right: 1.375rem;
}
.backoffice-menu-footer {
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}
.backoffice-menu-footer a {
	justify-content: space-between;
}
.backoffice-menu-link {
	margin: 0;
	display: block;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 600;
	padding: 4px 0px;
    white-space: nowrap;
}
.backoffice-menu-account-line {
	font-weight: bold;
	color: #f4950d;
	display: inline-block;
	padding-top: 28px;
	border-top: 1px solid #fff;
	display: block;
}
.backoffice-menu-link a {
	padding: 8px 12px;
	display: flex;
	gap: 8px;
	align-items: center;
	text-decoration: none; /* No underlines */
	transition: color 0.3s, transform 0.3s;
	border-radius: 6px;
}
.backoffice-menu-links .backoffice-menu-link:has(.backoffice-menu-select) {
	padding-top: 24px;
	margin-bottom: 16px;
}
.backoffice-menu-select {
	position: relative;
}
.backoffice-menu-select-icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	font-size: 20px !important;
	cursor: pointer;
	pointer-events: none;
}
.backoffice-menu-select select{
	appearance: none;
	width: 100%;
	padding: 14px 12px;
	padding-right: 40px;
	border-radius: 8px;
	border-color: #CFD1D4;
	background-color: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	&:focus {
		border-color: var(--color-main-buttons);
	}
}
.backoffice-menu-link a.link-active,
.backoffice-menu-link a:active,
.backoffice-menu-link a.link-lineage-active
{
	background: var(--color-light-blue);
	color: var(--color-main-buttons);
}
.backoffice-menu-link a:hover {
	background: var(--color-light-blue);
	color: var(--color-main-buttons);
}
.logout {
	margin-top: 24px;
	color: #F52222 !important;
	--icon-font-size:20px;
}
.profile-link {
	display: flex;
	justify-content: space-between;
	--icon-font-size:20px;
}
.profile-link-container {
	border-bottom: 1px #EAECF0 solid;
	padding-bottom: 24px;
	margin: 0 22px;
}
.profile-img-container {
	display: flex;
	gap: 12px;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.profile-img-container p {
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-profile-img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	object-fit: contain;
}
/* .logo-text {
	font-family: Righteous;
} */

.logo-text .logo-tip {
	color: #4682B4;
}

.logo-text .logo-in {
	color: #FF8000;
}

.backoffice-menu {
	background-color: #f9f9f9; /* Light grey background */
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1); /* subtle shadow for depth */
	box-sizing: border-box;
	height: 100%;
}
.backoffice-menu .inner {
	padding: 20px;

}

.backoffice-menu-submenu ul {
	display: none;
}
.backoffice-menu-submenu > a::after {
	content: ' ↓';
	font-size: 0.8em;
}

.backoffice-menu-submenu > a.active::after {
	content: ' ↑';
}


#backoffice-menu a.logo-mini {
	border: none;
}
.submenu a {
	border: 1px solid #fff;
	border-radius: 10px;
}
#backoffice-menu a.logo-mini {
border: none;}

.page-title-container{
	padding-bottom: 20px;
	display: flex;
	gap: 8px;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width:768px) {
	.page-title-container{
		flex-direction: row;
	}
	.backoffice-menu-container {
		position: static;
		width: 100%;
	}
}

.list-shifts .dir-list-item {
margin-bottom: 11px;
padding: 8px;
font-size: 12px;
border-radius: 6px;
border: 1px solid #D0D5DD;
--icon-font-size : 12px;
color: #101828;
}

.shift-title {
font-weight: 600;
white-space: nowrap;
margin-bottom: 4px;
}

.business-shifts .shift {
	font-weight: 500;
	display: flex;
    font-size: 16px;
    white-space: nowrap;
    gap: 3px;
	padding-bottom: 4px;
	border-bottom: 1px solid #EDECF0;
	margin-bottom: 9px;
}
.business-shifts td {
padding: 5px;
vertical-align: top;
width: 13%;
}

.business-shifts .no-shifts {
color:#101828;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.errors, .error {
	display: none;
}
.errors {
	color: #ff6600;
	font-weight: bold;
}

/* You can also target specific types of input fields */
input[type="submit"]:disabled {
	opacity: 0.2;
}

/* Overlay Styles */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
	display: none; /* Initially hidden */
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* Show Overlay when Checkbox is Checked */
#toggle-overlay:checked + .overlay {
	display: flex;
}

/* Close Button */
.overlay-close-button {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 4vw;
	cursor: pointer;
	/* Add additional styling as needed */
}

/* Content Styles */
.overlay-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	width: 96vw;
	height: 90vh;
	position: relative;
}

.action-btn, .book-now-btn, .pay-btn {
	background-color: #FF8000; /* Orange */
	color: white;
	border: none;
	border-radius: 25px;
	padding: 12px 25px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 20px;
}

.offer-section-header {
	font-weight: bold;
}

.offer-section-header-quote {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #000;
}