/*  */
.date-picker-container {
	position: relative;
	display: inline-block;
}

.date-picker {
	background: white;
	border-radius: 0.75rem;
	padding: 1.5rem;
	box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.15);
	position: absolute;
	left: -0.75rem;
	top: 0;
	margin-bottom: 0.75rem;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.75s;
	transform: translateX(-5rem);
}

.date-picker.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(-100%) translateY(-0.5rem);
	width: 25rem;
}

.date-picker::after {
	content: '';
	position: absolute;
	top: 3rem;
	right: 0.5rem;
	/* left: 50%; */
	transform: translateX(100%) rotate(270deg);
	width: 0;
	height: 0;
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
	border-top: 0.625rem solid white;
}

.date-picker-header {
	text-align: center;
	margin-bottom: 1.5rem;
}

.date-picker-title {
	color: #666;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.month-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}

.nav-button {
	background: none;
	border: none;
	font-size: 1.125rem;
	color: #666;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 50%;
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s;
}

.nav-button:hover {
	background-color: #f5f5f5;
}

.current-month {
	font-size: 1.125rem;
	font-weight: 600;
	color: #333;
}

.calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0.25rem;
	margin-bottom: 1.5rem;
}

.day-header {
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #666;
	padding: 0.75rem 0;
}

.day-cell {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s;
	position: relative;
}

.day-cell:hover {
	background-color: #f5f5f5;
}

.day-cell.current-month {
	color: #333;
}

.day-cell.other-month {
	color: #ccc;
}

.day-cell.selected {
	background-color: #2d7d32;
	color: white;
}

.day-cell.selected:hover {
	background-color: #2d7d32;
}
.day-cell.disabled {
	color: #ccc;
}
.action-buttons {
	display: flex;
	gap: 0.75rem;
	justify-content: stretch;
}

.hostel-booknow .btn {
	flex: 1;
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
}

.btn-cancel {
	background: white;
	color: #2d7d32;
	border: 0.125rem solid #2d7d32;
}

.btn-cancel:hover {
	background-color: #f5f5f5;
}

.btn-apply {
	background-color: #2d7d32;
	color: white;
}

.btn-apply:hover {
	background-color: #1b5e20;
}

.trigger-button {
	padding: 0.75rem 1.5rem;
	background-color: #2d7d32;
	color: white;
	border: none;
	border-radius: 0.5rem;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.2s;
}

.trigger-button:hover {
	background-color: #1b5e20;
}

.trigger-button.active {
	background-color: #1b5e20;
}

/* Responsive adjustments */

/*  */

.hostel-booknow {
	padding: 1.5rem;
	border-radius: 0.75rem;
	background: #FFF;
	box-shadow: 0px 3px 40px 1px rgba(214, 214, 221, 0.23);
	height: max-content;
	position: sticky;
	top: 8rem;
	z-index: 11;
}
.hostel-booknow__price {
	display: flex;
	align-items: end;
	margin-bottom: 1.5rem;
}
.hostel-booknow__pricetitle {
	color: #FF5E19;
	font-family: Poppins;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.02944rem; /* 108.237% */
}
.hostel-booknow__pricelabel {
	color: rgba(46, 46, 46, 0.60);
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03125rem;
}
.hostelbooknow-date {
	display: flex;
	margin-bottom: 1.5rem;
}
.hostelbooknow-date__check {
	flex: 1 0 0;
	position: relative;
}
.check_in {
	margin-right: 0.75rem;
}
.hostelbooknow-check__label {
	color: #2E2E2E;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.01563rem;
}
.hostelbooknow-check__label span {
	color: #A70E0E;
}
.hostelbooknow-check__select {
	margin-top: 0.5rem;
	display: flex;
	height: 2.75rem;
	padding: 0.625rem 0.375rem 0.625rem 0.75rem;
	align-items: center;
	border-radius: 0.375rem;
	border: 0.6px solid var(--Stroke-1, #DFDEDE);
	background: #FFF;
	cursor: pointer;
}
.hostelbooknow-check__select p {
	flex: 1 0 0;
	color:rgba(46, 46, 46, 0.75);
	font-family: Poppins;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	letter-spacing: -0.03125rem;
}
.hostelbooknow-check__select img {
	width: 1.5rem;
	height: 1.5rem;
}
.occupancy {
	padding: 0.75rem 1rem 1rem 1rem;
	border-radius: 1rem;
	background: #EDF8F2;
}
.occupancy-title {
	color: #103025;
	font-family: Poppins;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.occupancy-title span {
	color: #A70E0E;
}
.occupancy-control {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0rem;
}
.occupancy-control__label .control__label-up {
	color: rgba(46, 46, 46, 0.75);
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.01563rem;
}
.occupancy-control__label .control__label-down {
	color: rgba(46, 46, 46, 0.40);
	font-family: Poppins;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.01563rem;
}
.occupancy-control__btn {
	display: flex;
	align-items: center;
	background: #D4E4DB;
}
.control-btn__add,
.control-btn__remove {
	padding: 0.45456rem;
	border-radius: 0.2rem;
	background: #0B6836;
	cursor: pointer;
}
.control-btn__add svg,
.control-btn__remove svg { 
	width: 1.09094rem;
	height: 1.09094rem;
}
.control-btn__text {
	color: #2E2E2E;
	font-family: Poppins;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.01125rem;
	width: 2.81rem;
	text-align: center;
}
.occupancy-control__desc {
	color: #2E2E2E;
	font-family: Poppins;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.total {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: start;
}
.total-title {
	flex: 1 0 0;
	color: #103025;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.01563rem;
}
.total-content .total-content__price {
	color: #FF5E19;
	font-family: Poppins;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.02944rem; /* 135.297% */
	text-align: end;
}
.total-content .total-content__desc {
	color:  rgba(46, 46, 46, 0.40);
	font-family: Poppins;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1rem; /* 133.333% */
	letter-spacing: -0.01563rem;
}
.hostel-booknow .btn {
	width: 100%;
}
.occupancy-control__desc strong {
	color: #0B6836;
	font-family: Poppins;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (max-width: 639px) { 
	.hostel-booknow {
		position: fixed;
		bottom: -100%;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 1001;
		top: unset;
		padding: 1rem;
		border-radius: 0.75rem 0.75rem 0 0;
		background: #FFF;
		box-shadow: 0px 3px 40px 1px rgba(214, 214, 221, 0.23);
		transition: all 0.75s;
	}
	.hostel-booknow.active {
		bottom: 0;
	}
	.hostel-booknow__pricetitle {
		color: #FF5E19;
		font-family: Poppins;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 2.02944rem; /* 135.297% */
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: auto;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
	}
	.hostel-booknow__pricelabel {
		color: rgba(46, 46, 46, 0.60);
		font-family: Poppins;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.56113rem; /* 178.413% */
	}
	.hostel-booknow__price {
		margin-bottom: 1.5rem;
		align-items: center;
	}
	.hostelbooknow-date {
		display: flex;
		flex-direction: column;
	}
	.check_in {
		margin-right: 0;
		margin-bottom: 0.75rem;
	}
	.hostelbooknow-check__select {
		border-radius: 0.375rem;
		padding: 0.5rem;
		border: 0.6px solid #DFDEDE;
		background: #FFF;
		margin-top: 0.38rem;
	}
	.hostelbooknow-check__select img {
		width: 1.125rem;
		height: 1.125rem;
	}
	.hostelbooknow-check__label {
		color:#103025;
		font-family: Poppins;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 1.4rem */
		letter-spacing: -0.03125rem;
	}
	.hostelbooknow-check__select p {
		color: #333;
		font-family: Poppins;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 1.2rem */
		letter-spacing: -0.01563rem;
	}
	.occupancy {
		padding: 0.75rem;
		border-radius: 0.75rem;
		background: #EDF8F2;
	}
	.occupancy-title {
		color: #103025;
		font-family: Poppins;
		font-size: 1rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.0625rem;
	}
	.occupancy-control {
		padding: 0.5rem 0rem;
		border-radius: 0.5rem;
		margin: 0.75rem 0;
	}
	.occupancy-control__label {
		display: flex;
		align-items: center;
	}
	.occupancy-control__label .control__label-up {
		color:  rgba(46, 46, 46, 0.75);
		font-family: Poppins;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 1.4rem */
		letter-spacing: -0.03125rem;
	}
	.occupancy-control__label .control__label-down {
		color: rgba(46, 46, 46, 0.40);
		font-family: Poppins;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		letter-spacing: -0.025rem;
	}
	.control-btn__add, .control-btn__remove {
		padding: 0.39775rem;
		border-radius: 0.175rem;
		background: #0B6836;
		width: 1.75rem;
	}
	.control-btn__add svg, .control-btn__remove svg {
		width: 0.95456rem;
		height: 0.95456rem;
	}
	.control-btn__text {
		color: #2E2E2E;
		font-family: Poppins;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 1.4rem */
		letter-spacing: -0.03125rem;
		width: 2.75rem;
	}
	.occupancy-control__desc {
		color: #2E2E2E;
		font-family: Poppins;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.occupancy-control__desc strong  {
		color: #0B6836;
		font-family: Poppins;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.total-title {
		color: #103025;
		font-family: Poppins;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 1.4rem */
		letter-spacing: -0.03125rem;
	}
	.total-content .total-content__price {
		color: #FF5E19;
		font-family: Poppins;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 600;
		line-height: 2.02944rem; /* 162.356% */
	}
	.total-content .total-content__desc {
		color: rgba(46, 46, 46, 0.40);
		font-family: Poppins;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1rem; /* 133.333% */
		letter-spacing: -0.01563rem;
	}
	.total {
		margin-bottom: 1.25rem;
	}
	.date-picker.show {
		transform: translate(0);
		opacity: 1;
		width: 100%;
		position: absolute;
		bottom: 0;
		top: unset;
		left: 0;
		right: 0;
		z-index: 1003;
		visibility: unset;
		margin-bottom: 0;
	}
	.date-picker {
		left: 0;
		right: 0;
		bottom: -100%;
		top: unset;
	}
	.btn.btn-cancel {
		border: 1px solid;
	}
	.hostelbooknow-date__check {
		position: static;
	}
}