.rounded-corners {
border: 2px solid #f1f1f1;
background: #fdfdfd;
border-color: #f1f1f1;
}
.form-item-multiple-wrapper {
text-align: left !important;
}
.ck-voice-label {
display: none;
}
#shadow-item {
max-width: 1000px;
text-align: center;
margin: auto;
}

.page-my-bookings-list h2 {
text-align: center;
margin-top: -20px;
margin-bottom: 20px;
}
.booking-filters-wrapper {
display: flex;
}

.sort-button {
border: 1px solid #ddd;
font-size: 10px;
padding: 2px;
border-radius: 50%;
}

#shadow-item label {
	letter-spacing: 1;
	text-align: left;
	font-weight: normal;
	display: block;
	margin-bottom: 8px;

}


.form-item-label {
	margin-top: 0;
}

.form-item-wrapper {
	padding: 8px;
}

.content-translate-links {
margin-top: 15px;
margin-bottom: 15px;

}

.content-translate-link {
padding: 4px;
border: 1px solid #ddd;
margin-right: 10px;
}

.content-translate-link.active-lang {
border: 2px solid #0a0;
color: green;
font-weight: bold;
}

h1.page-title {
font-size: 32px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
color: #444;
}
.is-thumbnail {
border: 6px solid #030;}

.tabs {
	border: 1px solid #aaa;
}

.host-manual-box {
	border: 1px solid #ddd;
	padding: 8px;
}

.host-manual-box h3 {
	font-size: 100%;
	margin-bottom: 8px;
}
#restricted-container {
	border: none;
	display: flex;
	gap: 10px;
}
#restricted-container > * {
	width: calc(50% - 5px);
}
.checkbox-container{
	display: flex;
	flex-direction: row !important;
	justify-content: start;
	gap: 10px;
	align-items: center;
}
.checkbox-container input[type="checkbox"]{
	box-sizing: border-box;
	padding: 0;
	width: 15px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.checkbox-container label{
    margin-bottom: 0px !important;
}

.support-button-container{
	display: flex;
  	justify-content: center;
  	margin-top: 20px;
}

.support-button{
	padding: 25px 100px !important;
}

.host-media-container{
	display: flex; /* Make the div a flex container */
	gap: 10px; /* Optional: adds space between images */
}
  
.host-media-container .preview-item img,
.host-media-container .preview-item video{
	width: 200px; /* Set a fixed width */
	height: 200px; /* Set a fixed height to make it square */
	object-fit: cover; /* Ensure images cover the entire area without distortion */
	border: 1px solid #ccc; /* Optional: adds a border around images */
}

div.preview-item {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
  
.preview-item img,
.preview-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.backoffice-menu-link .jumper {
	width: 100% !important;
}
.rooms-title {
	color: #101828;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
}
.rooms-cta {
	display: flex;
	gap: 4px;
	--icon-font-size:20px;
	justify-content: end;
	width: fit-content;
	margin-left: auto;
	border-left: 1px solid #EBF0ED;
}
.rooms-cta a {
	padding: 10px;
}
.text-red {
	color: #EE2010 !important;
}

/* Notifications */

.buttons-container{
	display: flex;
	gap: 10px;
	align-items: center;
    justify-content: end;
}

.notifications{
	display: inline-block !important;
}

.notifications .empty-message{
	padding: 20px;
}

.notifications-pell{
	width: 44px;
	height: 44px;
	padding: 7px 9px;
	border-radius: 8px;
	border: 1px solid #EBF0ED;
	background: var(--Base-White, #FFF);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	display: flex;
	cursor: pointer;
}

.notifications-list{
	border-radius: 8px;
	border: 1px solid #EBF0ED;
	background: var(--Base-White, #FFF);
	box-shadow: 0px 4px 10px 0px rgba(16, 24, 40, 0.12);
	position: absolute;
	right: 0;
  	top: 50px;
	min-width: 350px;
	z-index: 999;
	max-height: 55vh;
  	overflow-y: scroll;
}

.notifications-list .notification-item{
	border-bottom: 1px solid #EBF0ED;
	padding: 10px 25px 10px 35px;
	margin-top: 0.5rem;
}

.notifications-list .notification-item:hover{
	background-color: #EBF0ED;
}

.notifications-list .notification-header{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 0.5rem;
}

.notifications-list .green-circle{
	width: 10px;
	height: 10px;
	background-color: #027A48;
	border-radius: 50%;
	position: absolute;
	left: 12px;
}

.notifications-list .read .green-circle{
	visibility: hidden;
}

.notifications-list .notification-title{
	color: var(--Gray-900, #101828); 
	font-weight: 600; 
}

.notifications-list .notification-body{
	margin-bottom: 0.5rem;
}

.notifications-list .notification-body span{
	color: var(--Gray-600, #475467); 
	font-weight: 400;
	line-height: 20px; /* 142.857% */ 
}

.notifications-list .notification-action{
	margin-bottom: 0.5rem;
}

.notifications-list .notification-action a{
	color: var(--color-main-buttons); 
	font-weight: 600;
	text-decoration: none;
}

.p-relative{
	position: relative;
}
.header-container{
	display: flex;
	justify-content: space-between;
	font-family: Montserrat;
	margin-bottom: 24px !important;
}
.header-container div {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.green-link {
	color:var(--color-main-buttons) !important;
    font-weight: 600;
    text-decoration-line: underline !important;
	font-size: 14px;
}
.main-data-container {
	margin-top: 16px;
	margin-bottom: 24px !important;
	color: #101828;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
}
.edit-contacts-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	color: #101828;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
}
.contacts-item-heading {
	color: #000;
    font-size: 16px;
    font-weight: 600;
}
.contacts-item {
	padding: 24px 10px;
	width: 100%;
	border-bottom: 1px solid #EDECF0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	word-break: break-all;
}
.business-item {
	padding-bottom: 24px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	word-break: break-all;
}
.contacts-item:first {
	padding-top: 0;
}
.contacts-item:nth-last-child(1) {
	padding-bottom: 0;
	border: none;
}
.contacts-item:empty {
	display: none;
}
.link-social {
	color: #0051FF;
    font-weight: 600;
    text-decoration-line: underline;
}
.contact-edit {
	position: absolute;
	right: 16px;
	color:var(--color-main-buttons) !important;
    font-weight: 600;
    text-decoration-line: underline !important;
}
.host-shadow-container{
	--gap-size:24px;
	column-gap: 16px !important;
	font-family: Montserrat;
}
.list-file_admin:empty {
	display: none;
}
.shadow-title{
	color: #101828;
	font-size: 20px;
	font-weight: 600;
}
.shadow-desc{
	color: #70747E;
	font-size: 14px;
	font-weight: 500;
}
.form-item-checkbox{
	gap: 8px !important;
}
.viewSelector{
	border: 1px solid #D0D5DD;
	border-radius: 8px;
	background-color: #fff;
	padding: 10px;
}
#shadow-item select , .buttons-container .jumper , .host-map-select select ,.viewSelector {
	padding-right: 46px;
	overflow: hidden;
    text-overflow: ellipsis;
	appearance: none;
	background: transparent;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 7.5L10 12.5L15 7.5" stroke="%23667085" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-position-x: calc( 100% - 14px );
	background-position-y: 50%;
	cursor: pointer;
}
.buttons-container .jumper ,.buttons-container .jumper:focus {
	padding: 8px;
    border: none;
	outline: none;
	padding-right: 20px;
    background-position-x: 100%;
}
.edit-host-welcome-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.edit-host-welcome-header {
	font-weight: 600;
	font-size: 18px;
}
.edit-host-welcome-desc {
	margin-top: 16px;
	color: #101828;
	font-size: 14px;
}
.profile-container {
	padding-bottom: 24px;
	border-bottom: 1px solid #EDECF0;
	margin-bottom: 32px;
}
.payments-tab-desc {
	margin-bottom: 32px !important;
	color: #101828;
	font-size: 14px;
}

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

.edit-button:hover {
	background-color: var(--color-main-buttons-hover) !important;
}
.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;
}
.sort-active {
	border-bottom: 1px solid var(--color-primary);
}

.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 tr:hover {
	background: #fbfbfb;
}

.info-table td {
	padding: 16px 24px;
	font-size: 16px;
  	white-space: normal;
}
.verification-btn {
	padding: 12px 16px !important;
	font-size: 14px !important;
	font-weight: 600;
	width: fit-content;
}
.verification-status {
	display: flex;
	flex-direction: column;
	gap: 8px;

}
.language-tooltip {
	padding: 16px 12px;
    background-color: #000;
	color: #FFF;
    border-radius: 8px;
    position: absolute;
	top: 100%;
    z-index: 50;
    left: -300%;
    width: calc(800% + 25px);
	display: none;
}
.custom-dropdown .selected-option {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	gap: 0.25rem;
}
.custom-dropdown .options-container,.custom-dropdown .host-options-container {
    position: absolute;
    top: 108%; /* Positions dropdown below the selected option */
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    display: none; /* Hidden by default */
    z-index: 12;
    max-height: 200px;
    overflow-y: auto;
}
.custom-dropdown .host-options-container {
	right: auto;
}
.options-container.show {
    display: grid;
}
#host-experiences-form .options-container.show,
#promote-item-form .options-container.show,
.chart-filters .host-options-container.show{
	display: block;
}
#host-experiences-form .custom-dropdown,
#promote-item-form .custom-dropdown
{
	width: 100%;
}
.custom-search{
	min-width: auto !important;
	width: 100%;
}
.filter-bar{
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .filter-bar div {
	padding: 10px 16px;
	border-bottom: 1px solid #D0D5DD;
	cursor: pointer;
	text-align: center;
  }
  .filter-bar div.active {
	color: var(--color-main-buttons);
	background-color: var(--color-light-blue);
  }
  .filter-bar div:last-child {
	border: none;
  }
.input-with-icon input {
	padding: 12px;
	padding-left: 40px;
}

#promote-item-form,#host-experiences-form {
	overflow-y: auto;
	flex-grow: 1;
}
@media (min-width:768px) {
	.pro-right {
		right: 30px !important;
	}
	#promote-item-form{
		display: flex;
		flex-direction: column;
	}
	.owner-filter div {
		border-right: 1px solid #D0D5DD;
        border-bottom: none;
	}
	.owner-filter div:last-child {
		border: none;
	}
	.w-md-auto {
		width: auto !important;
	}
	.custom-dropdown .options-container {
		grid-template-columns: repeat(10,1fr);
	}
	.tab-header-container{
		padding-top: .5rem;
	}
	#general-filter{
		flex-direction: row;
	}
	.verification-status {
		flex-direction: row;
		justify-content: space-between;		
	}
	.contacts-item ,.business-item {
		width: 50%;
	}
	.contacts-item:nth-last-child(2) {
		padding-bottom: 0;
		border: none;
	}
	.form-item-checkbox{
		gap: 75px !important;
	}
}
@media (min-width:1024px) {
	.pro-right{
		right: 40px !important;
	}
	#host-experiences-form {
		display: flex;
		flex-direction: column;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.tab-header-container{
		flex-direction: row !important;
	}
	.edit-host-welcome-container{
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.filter-bar div {
		border-right: 1px solid #D0D5DD;
		border-bottom: none;
	}
}

.custom-select {
	position: relative;
	padding: 10px;
	padding-right: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 7px;
	width: 100%;
	border: 1px solid #ccc;
}
.custom-select:has(.show) {
	outline: -webkit-focus-ring-color auto 1px;
}

.selected-option span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.icon-placeholder {
    margin-right: 10px;
}

.custom-dropdown .option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
	justify-content: center;
}

.custom-dropdown .option:hover {
    background-color: #ddd;
}


.custom-dropdown .option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
	justify-content: start;
	gap: 5px;
}

.chart-filters .custom-dropdown .option{
	display: flex;
  	justify-content: start;
}

.custom-dropdown .option:hover {
    background-color: #ddd;
}

.options-container .option span, .host-options-container .option span {
    overflow: hidden;
}

.option .tooltip-container {
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Prevent resizing */
}

.option .image.thumb-array-item {
    width: 100%; /* Match the container's width */
    height: 100%; /* Match the container's height */
    object-fit: contain; /* Ensures the image retains its aspect ratio */
}

.filters-container{
	width: 100%;
	gap: 5px;
}

.qr-template-img{
    width: 200px;
	aspect-ratio: 1;
	object-fit: cover;
}

.qr-template-img-container {
	perspective: 1000px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover */
	transform: rotateX(8deg);
  transform-origin: bottom;
  /* Ombra per dare profondità */
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.qr-template-img-container::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 10px;
	/* Un leggero gradiente per simulare una base riflettente */
	background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0));
	/* Leggera sfocatura */
	filter: blur(2px);
	/* Ombra per dare la sensazione di uno stand */
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	border-radius: 50%;
}

.qr-template-img-container img {
border: 2px solid transparent;
transition: border-color 0.3s ease;
}

.tab-title{
	color: var(--Gray-900, #101828);
  	font-weight: 600;
	font-family: var(--font-family-bo-basic);
}
.tab-description{
	color: var(--Primary-Color-Black, #101828);
	font-weight: 500;
	font-size: 16px;
	font-family: var(--font-family-bo-basic);
}

.edit-host-experiences-actions{
	margin-top: 4rem;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 0.5rem;
}
.host-experience-img-container{
	width: 100px;
	height: 100px;
	background: var(--color-secondary-light-2) url(../img/image-placeholder.png) no-repeat center center;
	background-size: cover;
  	border-radius: 9px;

}
.host-experience-img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 9px;
}
.tab-header-container{
	padding-top: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
	gap: .5rem;
}
.tab-header-container .search-container{
	margin-bottom: 0px !important;
}
#host-experiences-form .table-responsive,
#promote-item-form .table-responsive
{
	overflow-y: auto;
 	max-height: 500px;
}
#web-apps-form .table-responsive{
	overflow-y: auto;
 	max-height: 500px;
	width: 100%;
}
.host-experiences-table{
	border: unset !important;
	color: var(--Primary-Color-Black, #101828);
	font-family: var(--font-family-bo-basic);
}
.host-experiences-table th{
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
	min-width: 150px;
}
.host-experiences-table tr:first-child th:first-child {
    min-width: unset;
}
.host-experiences-table .form-item-checkbox{
	width: 20px;
	height: 20px;
}
.edit-host-businesses-btn{
	font-size: 1rem !important;
	padding: 15px 100px !important;
	border-radius: 15px !important;
	font-family: var(--font-family-bo-basic);
}
#selected-businesses-count{
	margin-left: 5px;
	font-family: var(--font-family-bo-basic);
}
.create-experience-p1{
	color: var(--Gray-600, #475467);
	font-weight: 600;
	margin-right: 5px;
	font-family: var(--font-family-bo-basic);
}
.create-experience-p2{
	color: var(--color-main-buttons);
	font-weight: 600;
	margin-right: 5px;
	font-family: var(--font-family-bo-basic);
}
.general-sort-button i{
	font-size: 17px;
	margin-left: 5px;
}
#general-filter{
	font-family: var(--font-family-bo-basic);
}
.truncated-text {
	display: inline-block;
	max-width: 300px; /* Adjust based on your layout */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.toggle-icon {
	display: inline-block; /* Ensure the element is treated as a block for transform */

	transition: transform 0.5s ease-in-out; /* Transition for rotation */
}

.rotated {
	transform: rotate(180deg); /* Rotate by 180 degrees */
}

.intro-description {
	border: 2px solid #007BFF; /* Blue border */
	background-color: #E9F5FF; /* Light blue background */
	border-radius: 10px; /* Rounded corners */
	padding: 15px; /* Some padding inside the box */
	display: flex; /* Flexbox for aligning icon and text */
	align-items: center; /* Vertically center the content */
	font-size: 16px; /* Slightly larger text */
	color: #333; /* Darker text color */
	margin-bottom: 20px; /* Space below the box */
}

.intro-description::before {
	content: "\1F4D6"; /* Book emoji as an icon (represents advice or tip) */
	font-size: 24px; /* Icon size */
	margin-right: 10px; /* Space between icon and text */
}

.alert-description {
	border: solid 1px var(--color-danger);
	background-color: #FFDCDC;
	color: var(--color-danger);
	margin-bottom: 24px !important;
}

.alert-description::before {
	content: '\e958';
	font-family: "Icomoon";
	font-size: 24px;
	margin-right: 10px;
}

.table-empty-message{
	justify-content: center;
	padding: 2rem 0;
	background-color: white;
}

.missing-data {
	color: #440000;
}

.hili-pro-container{
	background-color: #EBF0ED;
	border: 1px solid #D4DFD8;
	padding: 0.5rem 1rem;
	border-radius: 12px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.hili-pro-title{
	color: var(--color-main-buttons);
	font-weight: 600;
	font-size: 17px;
}

.hili-pro-desc{
	color: var(--Primary-Color-Black, #101828);
	font-weight: 500;
	font-size: 15px;
}

.plan-shadow-container{
	font-family: Montserrat;
}

.plan-container{
	border-radius: 12px;
	border: 1px solid var(--color-primary-light);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding-bottom: 1rem;
}
.good {
    color: #149245;
}
.bad {
    color: #909090;
}
.plan-header{
	background-color: var(--color-primary-light);
	color: white;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	align-items: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding-block: 1.5rem;
}

.plan-price {
	font-size: 2.5rem;
	font-weight: 600;
}

.plan-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
	font-weight: 600;
}
.plan-body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.5rem 3.125rem;
	color: var(--color-dark-grey);
	font-weight: 600;
	font-size: 1.25rem;
}

.plan-toggle {
	display: flex;
	justify-content: center;
	margin-bottom: 2.25rem;
	margin-top: 1rem;
}

.plan-feature-container {
	display: flex;
	align-items: center;
	gap: 0.25em;
}

#wrapper-current_plan input{
	display: none;
}
#wrapper-current_plan label{
	height: 2.5rem;
	padding-inline: 1.5rem;
	border-radius: 3.875rem;
	background-color: var(--color-3);
	color: var(--color-primary);
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
}
#wrapper-current_plan:has(input:checked) label {
	background-color: var(--color-primary);
	color: var(--color-3);
}

.web-app-monthly , .web-app-yearly {
	display: none;
}

.plan-shadow-container:has(input#web-app-yearly:checked) .web-app-yearly, .plan-shadow-container:has(input#web-app-monthly:checked) .plan-container.web-app-monthly {
	display: block;
}
.premium-yearly-fair-plan-header{
	font-size: 23px !important;
}


.plan-feature{
	font-weight: 400;
	font-size: 0.875rem;
}

.mt-3-rem{
	margin-top: 3rem;
}

.plan-footer{
	display: flex;
  	justify-content: center;
}

.current-plan-button{
	border: 1px solid #D0D5DD;
	background-color: #fff;
	color: #070b11 !important;
  	font-weight: 600;
	padding: 1rem 4rem;
	border-radius: 8px;
}

.new-plan-button, .change-plan-button{
	padding: 0.875rem 1.25rem;
	border-radius: 3.125rem;
	width: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white !important;
	font-weight: 600;
	text-transform: uppercase;
}

.plan-shadow-title{
	margin-top: 1rem;
}

#shadow-buttons #go-to-payment-page{
	background-color: var(--color-main-buttons);
	color: #fff !important;
}

.status-container{
	width: fit-content;
	padding: 0px 10px;
	border-radius: 8px;
}

.alert-text{
	color: #a20c0c;
}

/* Start my home styles */
.white-card{
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
	/* height: 30vh; */
	padding: 20px;
	position: relative;
}

.date-range-picker{
	border: 1px solid #D0D5DD;
	border-radius: 8px;
	padding: 7px 10px;
}

.input-with-icon {
    position: relative;
    display: inline-block;
}


.input-with-icon .icon-calendar_outline {
	pointer-events: none;
	color: #344054;
	position: absolute;
	z-index: 1;
	left: 12px;
  	top: 50%;
	transform: translateY(-50%);
}

.custom-chart{
	margin-top: 0.5rem;
}

.custom-chart-title{
	display: inline-block;
	font-weight: 600;
	margin-left: 6px;
	margin-top: 8px;
}

.guides-container{
	margin-bottom: 1rem;
}

.list-guides-items{
	list-style-type: decimal;
}

.list-guides-items li{
	font-weight: 600;
	border-bottom: 1px solid #EDECF0;
	color: var(--Primary-Color-Black, #101828);
	cursor: pointer;
}

.list-guides-items li:hover{
	background-color: #F2F4F1;
}

.guide-item{
	padding: 20px 10px;
}

.guide-body{
	color: var(--Gray-900, #101828);
	font-weight: 500;
	max-width: 500px;
}

.business-icon{
	border-radius: 10px;
	margin-right: 10px;
	width: 100px;
	height: 75px;
	object-fit: cover;
}

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

.home-booking-item:hover{
	background-color: #F2F4F1;
}

.booking-count-item{
	color: var(--color-main-buttons);
  	margin-top: 12px;
}

.welcome-link{
	font-weight: bold;
	color: var(--color-main-buttons);
}
.welcome-title{
	font-size: 18px;
	font-weight: bold;
}


.ai-translate-warning{
	max-width: 632px;
}
.host-preview-filter {
	margin-inline: auto;
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	display: none;
}
.host-preview-filter span {
    border-right: 1px solid #D0D5DD;
	padding: 10px 16px;
	cursor: pointer;
	text-align: center;
}
.host-preview-filter span.active {
	color: var(--color-main-buttons);
	background-color: var(--color-light-blue);
}
.host-preview-filter span:last-child {
    border:none;
}
.host-preview-container {
	width: min(480px,100%);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: 500px;
	margin-top: 0.5rem;
}
.host-preview {
	display: none;
	width: 100%;
	height: 100%;
	border: 1px solid #777;
	border-radius: 15px;
	padding: 10px;
	aspect-ratio: 1/1;
	max-height: 100vh;
}
.promo-container{
	align-items: center;
	justify-content: space-between;
	gap: 20px;
    margin-top: 1rem;
    display: none;
}

.promo-container .form-item-wrapper{
    width: 100%;
    padding: 0px;
}

.promo-container .tooltip-container{
    margin-top: 25px;
}

.promo-container .form-item-label{
    text-align: left;
}

.promo-error{
    margin-top: 10px;
    width: 93%;
    display: none;
}

.promo-discount{
    text-align: left;
    margin-top: 5px;
    display: none;
}

.subscription-tooltip{
	right: -6% !important;
	left: unset !important;
}

.plan-button{
	max-width: 190px;
}

#custom-loader {
    display: flex;
	justify-content: center;
	display: none;
    gap: 10px;
}

#custom-loader .point {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 50%;
    opacity: 0.5;
    transition: background-color 0.3s, opacity 0.3s;
}

#custom-loader .active {
    background-color: var(--color-main-buttons);
    opacity: 1;
}

.ai-waiting-message, .sync-bokun-experiences-waiting-message{
	text-align: center;
	color: #101828;
	font-weight: 600;
	display: none;
}

.thumb-array-item {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

pre {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}
code {
    font-family: monospace;
    color: #333;
}
.embed-experience-link {
	margin: 3px;
}
.embed-guide {
	display: none;
}
ol.embed-guide li:not(:last-child) {
	margin-bottom: 1rem;
}
.copy-code , .copy-msg {
	position: absolute;
	right: 5px;
	top:5px;
	cursor: pointer;
	background-color: var(--color-light-blue);
    padding: 5px 10px;
    border-radius: 4px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.wrapper-gamification_emails{
	padding-bottom: 0px;
}
.checkbox-desc{
	padding-left: 8px;
}
#unsubscribe-form input[type="submit"]{
	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;
	width: 220px !important;
}
.qr-simple-view{
    width: 225px;
}
.qr-images-wrapper{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.qr-header,
.qr-footer{
	width: 75% !important;
}
.qr-footer{
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.qrcode {
    padding: 40px 0 0;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    text-align: center;
    position: relative;
	padding-top: 6px;
}
.qr-border .qrcode {
	width: 200%;
	background: transparent;
}
.qrcode img {
    width: 30%;
    margin: 0 auto;
}
.qrcode-image {
    height: 200px;
}
.qrcode-title {
    height: 100px;
}
.fly_01,
.fly_03{
    position: absolute;
}

.fly_01,
.fly_02,
.fly_03{
    font-size: 0.7rem;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    text-align: center;
}

.fly_01{
    transform: rotate(-90deg);
    left: 9px;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 120%;
    padding-right: 7px;
}

.fly_03{
    transform: rotate(90deg);
    left: -9px;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 120%;    
    padding-left: 7px;
}
.print-qr{
	z-index: 1;
}

/* adventure */
.adventure-qr-images-wrapper{
    position: relative;
}
 
.adventure-qrcode{
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    max-width: 45%;
    min-height: 45%;
	position: absolute;
	display: flex;
	align-items: center;
    justify-content: center;
	z-index: 1;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 58%;
    transform: translateY(-50%);
}
.qr-host-img {
	height: 110px;
	object-fit: contain;
	margin-bottom: 40px;
}
.qr-template-img-container .qr-host-img {
	margin-bottom: 0;
}
.qr-border {
	padding: 10px;
	border-radius: 8px;
	width: 225px;
	aspect-ratio: 3/4;
	margin-inline: auto;
}
.qr-template-img-container:hover {
	transform: rotateX(5deg);
	box-shadow: 0 20px 40px rgba(0,0,0,0.3);
	transition: 0.3s ease;
}
.author-td{
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.primary-color{
	color: var(--color-primary);
}

.restricted-container-service {
	display: none;
}
.restricted-service{
	display: none;
	opacity: 0.8;
  	cursor: not-allowed;
	pointer-events: none;
}
.featured-icon{
	display: flex;
  	justify-content: center;
  	padding-top: 35% !important;
}

#accept-request-form input[type="submit"]{
	width: 25%;
    padding: 12px 16px;
    background-color: var(--color-main-buttons);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 1.125rem;
}
.cancel-request-form{
	background-color: #F52222;
	color: #fff !important;
	border-radius: 15px;
	width: 10%;
	text-align: center;
	font-weight: 600 !important;
	padding-left: 30px !important;
}
.shadow-form-container {
	gap: 15px 10px;
	border: 1px solid var(--gray-scale-gray-3, #CFD1D4);
	padding: 15px;
}
.shadow-form-container h6 {
	color: var(--Gray-900, #101828);
	font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}
.booking-type-item, .template-item{
	border: 1px solid #dbdbdb;
	padding: 15px !important;
	border-radius: 5px;
	text-align: center;
}
.pro-border {
	border: 1px solid #E5C725;
	position: relative;
}
.pro-crown {
	position: absolute;
    top: 0;
    right: 8%;
    background: #E5C725;
    display: flex;
    width: 32px;
    padding: 12px 10px 6px 10px;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    color: white;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.booking-type-item input,.booking-type-item h5 ,.template-item input,.template-item h5 {
	color: #000;
	margin-bottom: 10px;
}
.booking-type-item p,.template-item p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}
.booking-type-item input ,.template-item input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #867996;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  &:checked {
	border-color: var(--success, #69BB4C);
  	background-color: var(--success, #69BB4C);
  }
  &::before {
	content: "✔";
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
}
.form-item-radio {
	width: auto;
}
.booking-type-active,.booking-type-item:hover, .template-item:hover{
	background-color: #EBF0ED;
	border: 1px solid var(--success, #69BB4C);
	cursor: pointer !important;
}
.booking-type-item label, .template-item label{
	text-align: center !important;
	cursor: pointer;
}
.booking-type-item .form-item-required, .template-item .form-item-required{
	display: none;
}
.form-booking-values{
	border: 1px solid #c0bcbc;
	padding: 10px;
	border-radius: 10px;
}

#wrapper-business_template input[type="radio"] {
    display: none; /* Hides the radio input */
}
.template-img{
	height: 100px;
	width: 100px;
}
.center-th th{
	text-align: center;
}
.form-item-container .form-item-label{
	margin-top: 2px !important;

}
.success-message{
	display: none;
	position: fixed;
  	z-index: 6;
  	right: 650px;
	border: 2px solid #007BFF;
	background-color: #E9F5FF;
	border-radius: 10px;
	padding: 15px;
	align-items: center;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
#group-price-title{
	display: none;
}
.change-booking-type-warning{
	display: none;
}
.profile-link{
	margin-left: 3px;
}
#wrapper-special {
	display: flex;
	align-items: center;
	width: 50%;
	gap: 8px;
}
#wrapper-special input {
	width: fit-content;
}

.gold-icon{
	color: gold;
}

.message-alert-success::before {
	content: '\e90b';
	font-family: "Icomoon";
	font-size: 24px;
	margin-right: 10px;
}

.message-alert-style::before {
	content: '\e958';
	font-family: "Icomoon";
	font-size: 24px;
	margin-right: 10px;
}

.message-info-style::before {
	content: "\1F4D6";
	font-size: 24px;
	margin-right: 10px;
}

#translation-progress{
	display: none; 
	margin-top: 1rem;
	color: #101828;
	font-weight: 600;
}
#progress-bar{
	width: 100%;
	height: 20px;
}

.job-status {
	line-height: 20px;
	padding: 2px 16px;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 600;
	border-radius: 16px;
	word-break: keep-all;
	width: fit-content;
}

.completed {
	color: #027A48;
	background-color: #0398551A;
}

.pending {
	color: #F37705;
  	background-color: #fff2c3;
}

.failed{
	color: #790505;
  	background-color: #fee9e9;
}