/*--- CALNEDAR ---*/
.optimand-sc-maincontainer, .optimand-sc-maincontainer * {
	box-sizing:border-box;
}

.optimand-open-smart-calendar {
	overflow:hidden !important;
}

.optimand-sc-calendar,
.optimand-sc-guests {
    user-select: none;           /* Standard */
    -webkit-user-select: none;   /* Safari/Chrome */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
}
.optimand-sc-component-guests-children {
	position:relative;
}
.optimand-component-guests-children-input-ages {
	position: absolute;
    z-index: 3;
    top: calc(100% + 10px);
	max-width:350px;
	min-width:200px;
	width: 100%;
    padding: 15px 15px 50px;
	justify-content: space-between;
	align-items:center;

}

.optimand-sc-component-guests-children-age-title {
	font-size:.9em;
}

.optimand-component-guests-children-input-ages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateY(-100%);
}

.optimand-sc-component-guests-children .optimand-sc-component-guests-children-age {
	flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
}
.optimand-component-guests-children-input-ages .optimand-sc-component-guests-select-selector {
	flex: 1 1 50%;
    min-width: 50%;
	min-width: 80px;
	width:100%;
}

.optimand-sc-component-multiproperty-container {
	width:100%;
}

.optimand-sc-component-multiproperty-select-selector::after,
.optimand-sc-component-guests-select-selector::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.optimand-component-guests-children-input-ages-close {
	position: absolute;
    bottom: 10px;
    padding: 0px 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optimand-close-wrapper {
	display:inline-flex !important;
	width:fit-content !important;
	padding:0px 15px !important;
	height:25px;
}

.opt-trigger-show-children-ages {
	cursor:pointer;
}

.optimand-sc-component {
	width:100% !important;
}


.optimand-sc-component-calendar .optimand-sc-component-calendar-plain {
	position:relative;
	width:100%;
}
.optimand-sc-component-calendar-scroll-wrapper {
	width:100%;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.optimand-sc-component-calendar-scroll-wrapper::-webkit-scrollbar {
	display: none; /* Safari, Chrome */
}
.optimand-sc-component-calendar-scroll-track {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.optimand-sc-component-calendar-month {
	padding: 0px 10px 10px;
	scroll-snap-align: start;

}

.optimand-sc-component-calendar-week-grid-daynames {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	padding: 10px 0;
    font-size: .8em;
}
.optimand-sc-component-calendar-month-title {
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:15px
}

.optimand-sc-component-calendar-day.placeholder {
	border:none !important;
}
.optimand-sc-calendar-triggers {
	display:flex;
	width:100%;
}
.optimand-sc-component-calendar-day {
	padding:0;
	cursor:pointer;
}
.optimand-sc-component-calendar-day > div {
	display:flex;
	width: 100%;
    height: auto;
	align-items:center;
	justify-content:center;
	aspect-ratio: 1 / 1;

}
.optimand-sc-component-calendar-day.disabled,
.optimand-sc-component-calendar-day.placeholder,
.optimand-sc-component-calendar-day.out-of-range {
	cursor:default;
}

.optimand-sc-component-calendar-days-container {
    width:100%;
	border-collapse: collapse;

}

.optimand-sc-component-calendar-day.out-of-range {
	opacity:0.25;
}

.optimand-sc-component-calendar-day.disabled {
	opacity:0.25;
	pointer-events:none;
}
.optimand-sc-component-calendar-day.disabled.placeholder {
	font-size:0 !important;
}

.optimand-calendar-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.scroll-left, .scroll-right {
	background: none;
    border: none;
    font-size: 24px;
	width:25px;
	height:25px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    line-height: 1em;
    top: -7px;
    color: inherit;
}
.scroll-left {
	left:15px;
}
.scroll-right {
	right:15px;
}

.optimand-sc-component-guests-container {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.optimand-sc-component-guests-button-selector {
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:1em;
}
.optimand-sc-component-guests-button-selector-controls {
	display:flex;
	justify-content:center;
	align-items:center
}
.opt-input-button {
	display:flex;
	justify-content:center;
	align-items:center;
	width:35px;
	height:35px;
	border:solid 1px;
}
.opt-input-value  {
	width:40px;
	text-align:center;
}

.opt-input-button.disabled {
	opacity:.25;
	cursor:auto
}

.optimand-sc-component-guests-room-container {
	display:flex;
	flex-wrap:wrap;
}

.optimand-sc-component-guests-promocode-title {
	width:100%;
}
.optimand-sc-component-guests-button-selector-title {
	line-height:1em;
}
.opt-promocode {
	cursor:text !important;
}
.optimand-sc-component-guests-aduts,
.optimand-sc-component-guests-children,
.optimand-sc-component-guests-promocode-container,
.optimand-sc-component-guests-room-container {
	width: auto;
	max-width: 100%;
	gap:1em;
}
.optimand-sc-component-guests-children {
	display:flex;
	flex-direction:column;
}


.optimand-sc-component-submit-button-container {
	width: -webkit-fill-available;
}

.optimand-sc-button {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	cursor:pointer;
}

.optimand-sc-component-submit-button-element {
	height:100%;
	padding:15px;
}

.optimand-sc-component-guests-wrapped-trigger {
	width:100%;
	cursor:pointer;
}
.optimand-sc-component-wrapped-selection {
	display:flex;
	gap:.5em;
}

.optimand-sc-wrapped-block-title {
	font-weight:600;
}
.optimand-sc-multiproperty-wrapped-trigger-label,
.optimand-sc-calendar-wrapped-trigger-label {
	font-weight:600;
}
.optimand-sc-component-multiproperty-wrapped {
	position:relative;
}
.optimand-sc-multiproperty-wrapped-selections {
	position: absolute;
    width: 100%;
    z-index: 3;
	top:100%;
	left:0;
	padding-top:15px;
}
.optimand-sc-multiproperty-wrapped-selections > div {
	padding:0 15px 15px;
	cursor:pointer;
}
.optimand-sc-multiproperty-wrapped-trigger-label,
.optimand-sc-multiproperty-wrapped-trigger-value {
	cursor:pointer;
}
.optimand-sc-calendar-checkin-trigger,
.optimand-sc-calendar-checkout-trigger {
	cursor:pointer;
}

.optimand-sc-component select,
.optimand-sc-component select:hover,
.optimand-sc-component select:active,
.optimand-sc-component select:focus,
.optimand-sc-component input,
.optimand-sc-component input:hover,
.optimand-sc-component input:active,
.optimand-sc-component input:focus {
	appearance: none;
    -webkit-appearance: none;    /* Safari/Chrome */
    -moz-appearance: none;       /* Firefox */
    cursor: pointer;
	width:100%;
	background: inherit;
    color: inherit;
    border-color: inherit;
    padding: 15px;
	line-height: 1rem !important;
	font-family: inherit !important;
}
.optimand-sc-component-guests-rooms {
	flex: 1 1 auto;
    width: auto;
}

.optimand-component-guests-children-input-ages {
	display: flex;
    gap: 1em;
    flex-wrap: wrap;
}

.optimand-sc-component-multiproperty-select-selector,
.optimand-sc-component-guests-select-selector {
	position: relative;
    display: inline-block;
	width:100%;
	min-width:150px;
}

.opt-input-button {
	border:none;
	cursor:pointer;
}
.opt-input-button:not(.disabled):hover {
	opacity:.75;
}
.opt-input-button > .optimand-icon {
	width: 75%;
    height: 75%;
    max-width: 20px;
    max-height: 20px;
}
.opt-input-button.disabled > .optimand-icon {
	cursor:initial;
}
.optimand-sc-component-guests-room-title {
	display: flex;
    align-items: center;
    gap: .25rem;
    font-weight: 600;
}

.optimand-sc-component-guests-room-title-container {
	display:flex;
	flex: 1 1 100%;
	max-width: 100%;

}

.optimand-sc-component-guests-all-rooms-container {
	display:flex;
	flex-direction: column;
	position:relative;
}

.optimand-sc-component-guests-room-title-container.disabled {
	opacity:.3;
}

.optimand-sc-component-guests-promocode-container {
	display:flex;
	align-items:end;
}

.optimand-sc-component-guests-room-title .optimand-icon {
	width:25px;
	height:25px;
}
.optimand-sc-container {
	line-height:1em;
}

@media (max-width:768px) {
	.optimand-sc-container {
		flex-direction:column;
		flex-wrap: nowrap !important;
	}
	.optimand-sc-layout-col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.optimand-sc-component-calendar-month {
		flex: 0 0 100% !important;
	}
	.optimand-sc-calendar-triggers {
		flex-direction:column;
	}
}