#booking-indicator {
	background: #dbe7e7;
	border-radius: 50px;
	width: fit-content;
	padding: 10px;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
    background: white; /* Adjust to match your header */
    /* transition: all 0.3s ease-in-out; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
}

#booking-indicator span.page-progress {
	font-size: 18px;
}

#destinationModal .h5 {
	color: #049a8f;
	font-weight: bold;
}

.countryLabel {
	font-weight:bold;
	color: #525151;
}

.green-title {
	color: #049a8f !important;
}

.green-border-bottom {
	border-bottom: 2px solid #049a8f;
}

.bookForm input, .bookForm select {
	border-radius: 10px !important;
	border: 0.1rem solid #585858 !important;
}

.bookForm input::placeholder {
	color: #585858 !important;
}

.bookForm h2 {
	font-weight: 900;
}

.jQueryDatepicker {
	font-family: unset !important;
}

#leadPassenger,
#otherPassengers,
#specialAssistance,
#collapseExample,
#extras,
#check-details-confirm,
#payment-options-container {
	background: white;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 5px;
}

.featured {
	font-size: 20px;
}

.icon-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #049a8f;
	color: white;
	border-radius: 50%;
	width: 30px; /* Set equal width and height */
	height: 30px;
	font-size: 18px; /* Adjust icon size */
	cursor: pointer; /* Make it clickable */
}

.icon-button.disabled {
	filter: opacity(0.5);
}

.quantitySelector .featured {
	font-size: 28px;
}

.icon-button:hover {
	background: #037e76; /* Optional: Darker background on hover */
}

.btn-primary:disabled, .btn-secondary:disabled, .btn:disabled {
	background-color: #a5d1cd; /* Lighter, desaturated version of your green */
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 40px;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #a5d1cd;
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-primary:disabled:hover, .btn-secondary:disabled:hover, .btn:disabled:hover {
	background-color: #a5d1cd!important; /* Lighter, desaturated version of your green */
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 40px;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #a5d1cd!important;
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-outline {
	background: transparent;
	border: 2px solid #049a8f;
	border-radius: 5px;
	color: #049a8f;
	letter-spacing: 0 !important;
	font-weight: 900 !important;
}

.btn-outline.active {
	background: #049a8f !important;
	border: none;
	border-radius: 5px;
	color: white;
	border: 2px solid #049a8f;
}

.btn-outline:hover {
	color: #049a8f;
}

.btn-outline.active:hover {
	color: white;
}

.month-change,
.year-change {
	background: transparent !important;
	color: #049a8f !important;
}

.month-picker,
.year-picker {
	border: 0 !important;
}

.calendar-week-days {
	margin-bottom: 20px;
	border-bottom: 1px solid #434343;
	padding-bottom: 10px;
}

.calendar-days > div.selected_departure_date {
	background: #049a8f !important;
	color: white !important;
}

.sidepanel-title {
	font-size: 22px;
}


.otherFlightsHeight {
	/* max-height: 390px; */
	/* overflow: hidden!important; */
}

.showFlightsBtn {
	margin-top: 5px;
}

.board_panel {
	height: 1px;
	opacity: 0;
	transition: 0.5s ease;
}

.board_panel.showRooms {
	height: 100%;
	transition: 0.5s ease;
	opacity: 1;
}

.roomgroup .showMoreRoomsWrapper {
	border-bottom: 4px solid #2b9b8e;
}

div.room_note {
	font-style: italic;
}

.rotate-icon {
    transform: rotate(90deg);
    transition: 0.5s ease;
}

.room-icon {
	transition: 0.5s ease;
}

#showMoreTransfers {
	max-height: 210px;
	overflow: hidden;
}

#showMoreTransfers.show {
	max-height: 100%;
}

.room_board_panel h4 {
	font-size: 18px;
}

.room_board_panel div.room_note {
	font-size: 12px;
}

.transfer-btn {
	padding: 15px 10px!important;
}

#mapModal .modal {
	display: none; /* Hidden by default */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}
#mapModal .modal-content {
	background-color: #fff;
	padding: 25px;
	border-radius: 8px;
	width: 80%;
	max-width: 600px;
	position: relative;
}
#mapModal #map {
	width: 100%;
	height: 400px;
}
#mapModal #modalClose {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 20px;
	cursor: pointer;
}

.btn-roombasis {
	background: transparent;
	outline: 0;
	border-radius: 5px;
	padding: 5px 8px;
	color: #11b7ab;
}

.btn-roombasis.active {
	background: #11b7ab;
	color: white;
}

.btn.add-button {
	font-size: 16px;
	padding: 15px 30px;
}

#fc_Container .fc_calendar-days {
	top: -80px;
}

#fc_Container .fc_calendar-days > div {
	padding: 20px 0px 20px 0px;
}

#fc_Container .fc_calendar-days > div > a {
	margin-bottom: 15px;
}

#fc_Container .fc_calendar-days .day_number {
	margin-top: 15px;
}

#fc_Container .badge.bg-warning {
	font-size: 8px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
}

@media (min-width: 992px) {
	.holiday-deets {
		margin-top: 70px;
	}
	.row.search__inner.no-gutters {
		padding-top: 10px;
	}
}

@media (min-width: 768px) {
	.fc_calendar-days {
        top: -95px;
    }

	#fc_Container .fc_calendar-days {
		gap: 5px;
	}

	#fc_Container .fc_calendar-days > div > a {
		margin-bottom: 30px;
	}

	#fc_Container .fc_calendar-days .day_number {
		margin-top: 30px;
	}

	#fc_Container .badge.bg-warning {
		font-size: 75%;
	}

	.room_select_button {
		min-width: 120px;
	}

	#fc_Container .fc_calendar-days > div {
		padding: 40px;
	}

	#fc_Container .calendar {
		height: 860px!important;
	}

}

@media (max-width: 1199px) {
	#destinationModal .modal-dialog {
		max-width: 90%;
		margin: auto;
		margin-top: 30px;
	}

	#departureModal .modal-dialog {
		max-width: 90%;
		margin: auto;
		margin-top: 30px;
	}
}