/* ==========================================================================
Global Setting
========================================================================== */
/*------- Global Settings: Padding Style ----------*/
html body .padd-0 {
	padding: 0px;
}

html body .padd-5 {
	padding: 5px;
}

html body .padd-10 {
	padding: 10px;
}

html body .padd-15 {
	padding: 15px;
}

html body .padd-20 {
	padding: 20px;
}

html body .padd-l-0 {
	padding-left: 0px;
}

html body .padd-l-5 {
	padding-left: 5px;
}

html body .padd-l-10 {
	padding-left: 10px;
}

html body .padd-l-15 {
	padding-left: 15px;
}

html body .padd-r-0 {
	padding-right: 0px;
}

html body .padd-r-5 {
	padding-right: 5px;
}

html body .padd-r-10 {
	padding-right: 10px;
}

html body .padd-r-10 {
	padding-right: 15px;
}

html body .padd-top-0 {
	padding-top: 0px;
}

html body .padd-top-5 {
	padding-top: 5px;
}

html body .padd-top-10 {
	padding-top: 10px;
}

html body .padd-top-15 {
	padding-top: 15px;
}

html body .padd-top-20 {
	padding-top: 20px;
}

html body .padd-top-25 {
	padding-top: 25px;
}

html body .padd-top-30 {
	padding-top: 30px;
}

html body .padd-top-40 {
	padding-top: 40px;
}

html body .padd-bot-0 {
	padding-bottom: 0px;
}

html body .padd-bot-5 {
	padding-bottom: 5px;
}

html body .padd-bot-10 {
	padding-bottom: 10px;
}

html body .padd-bot-15 {
	padding-bottom: 15px;
}

html body .padd-bot-20 {
	padding-bottom: 20px;
}

html body .padd-bot-25 {
	padding-bottom: 25px;
}

html body .padd-bot-30 {
	padding-bottom: 30px;
}

html body .padd-bot-40 {
	padding-bottom: 40px;
}

/*------- Global Settings: Margin Style ----------*/
html body .mrg-0 {
	margin: 0px;
}

html body .mrg-5 {
	margin: 5px;
}

html body .mrg-10 {
	margin: 10px;
}

html body .mrg-15 {
	margin: 15px;
}

html body .mrg-20 {
	margin: 20px;
}

html body .mrg-l-0 {
	margin-left: 0px;
}

html body .mrg-l-5 {
	margin-left: 5px;
}

html body .mrg-l-10 {
	margin-left: 10px;
}

html body .mrg-l-15 {
	margin-left: 15px;
}

html body .mrg-r-0 {
	margin-right: 0px;
}

html body .mrg-r-5 {
	margin-right: 5px;
}

html body .mrg-r-10 {
	margin-right: 10px;
}

html body .mrg-r-15 {
	margin-right: 15px;
}

html body .mrg-top-0 {
	margin-top: 0px;
}

html body .mrg-top-5 {
	margin-top: 5px;
}

html body .mrg-top-10 {
	margin-top: 10px;
}

html body .mrg-top-15 {
	margin-top: 15px;
}

html body .mrg-top-20 {
	margin-top: 20px;
}

html body .mrg-top-25 {
	margin-top: 25px;
}

html body .mrg-top-30 {
	margin-top: 30px;
}

html body .mrg-top-40 {
	margin-top: 40px;
}

html body .mrg-top-70 {
	margin-top: 70px;
}

html body .mrg-bot-0 {
	margin-bottom: 0px;
}

html body .mrg-bot-5 {
	margin-bottom: 5px;
}

html body .mrg-bot-10 {
	margin-bottom: 10px;
}

html body .mrg-bot-15 {
	margin-bottom: 15px;
}

html body .mrg-bot-20 {
	margin-bottom: 20px;
}

html body .mrg-bot-25 {
	margin-bottom: 25px;
}

html body .mrg-bot-30 {
	margin-bottom: 30px;
}

html body .mrg-bot-40 {
	margin-bottom: 40px;
}

html body .extra-mrg-5 {
	margin: 0 -5px;
}

html body .extra-mrg-10 {
	margin: 0 -10px;
}

html body .extra-mrg-15 {
	margin: 0 -15px;
}

html body .extra-mrg-20 {
	margin: 0 -20px;
}

/*------- Global Settings: Background Style ----------*/
html body .bg-info {
	background: #01b2ac;
}

html body .bg-primary {
	background: #1194f7;
}

html body .bg-danger {
	background: #f21136;
}

html body .bg-warning {
	background: #ff9800;
}

html body .bg-success {
	background: #11b719;
}

html body .bg-purple {
	background: #c580ff;
}

html body .bg-default {
	background: #283447;
}

/*------- Global Settings: Transparent Background Style ----------*/
html body .bg-trans-info {
	background: rgba(2, 182, 179, 0.12);
}

html body .bg-trans-primary {
	background: rgba(17, 148, 247, 0.12);
}

html body .bg-trans-danger {
	background: rgba(242, 17, 54, 0.12);
}

html body .bg-trans-warning {
	background: rgba(255, 152, 0, 0.12);
}

html body .bg-trans-success {
	background: rgba(15, 183, 107, 0.12);
}

html body .bg-trans-purple {
	background: rgba(197, 128, 255, 0.12);
}

html body .bg-trans-default {
	background: rgba(40, 52, 71, 0.12);
}

/*------- Global Settings: Transparent Background with border Style ----------*/
html body .bg-info-br {
	border: 1px solid #01b2ac;
	background: rgba(2, 182, 179, 0.12);
}

html body .bg-primary-br {
	border: 1px solid #1194f7;
	background: rgba(17, 148, 247, 0.12);
}

html body .bg-danger-br {
	border: 1px solid #f21136;
	background: rgba(242, 17, 54, 0.12);
}

html body .bg-warning-br {
	border: 1px solid #ff9800;
	background: rgba(255, 152, 0, 0.12);
}

html body .bg-success-br {
	border: 1px solid #11b719;
	background: rgba(15, 183, 107, 0.12);
}

html body .bg-purple-br {
	border: 1px solid #c580ff;
	background: rgba(197, 128, 255, 0.12);
}

html body .bg-default-br {
	border: 1px solid #283447;
	background: rgba(40, 52, 71, 0.12);
}

/*------- Global Settings: Color Style ----------*/
html body .cl-info {
	color: #01b2ac;
}

html body .cl-primary {
	color: #1194f7;
}

html body .cl-danger {
	color: #f21136;
}

html body .cl-warning {
	color: #ff9800;
}

html body .cl-success {
	color: #11b719;
}

html body .cl-purple {
	color: #c580ff;
}

html body .cl-default {
	color: #283447;
}

html body .cl-white {
	color: #ffffff;
}

/*------- Global Settings: Border Color Style ----------*/
.br {
	border: 1px solid #eaeff5;
}

.bl-1 {
	border-left: 1px solid #eaeff5;
}

.bl-2 {
	border-left: 2px solid #eaeff5;
}

.bl-3 {
	border-left: 3px solid #eaeff5;
}

.bl-4 {
	border-left: 4px solid #eaeff5;
}

.br-1 {
	border-right: 1px solid #eaeff5;
}

.br-2 {
	border-right: 2px solid #eaeff5;
}

.br-3 {
	border-right: 3px solid #eaeff5;
}

.br-4 {
	border-right: 4px solid #eaeff5;
}

.bt-1 {
	border-top: 1px solid #eaeff5;
}

.bt-2 {
	border-top: 2px solid #eaeff5;
}

.bt-3 {
	border-top: 3px solid #eaeff5;
}

.bt-4 {
	border-top: 4px solid #eaeff5;
}

.bb-1 {
	border-bottom: 1px solid #eaeff5;
}

.bb-2 {
	border-bottom: 2px solid #eaeff5;
}

.bb-3 {
	border-bottom: 3px solid #eaeff5;
}

.bb-4 {
	border-bottom: 4px solid #eaeff5;
}

.br-fade {
	border-color: rgba(97, 107, 127, 0.07)
}

html body .br-info {
	border-color: #01b2ac;
}

html body .br-primary {
	border-color: #1194f7;
}

html body .br-danger {
	border-color: #f21136;
}

html body .br-warning {
	border-color: #ff9800;
}

html body .br-success {
	border-color: #11b719;
}

html body .br-purple {
	border-color: #c580ff;
}

html body .br-gary {
	border-color: #e2e5e8;
}

html body .br-default {
	border-color: #283447;
}

/*------------ Global Settings: Status BG Style --------------*/
html body .bg-online {
	background: #68c70b;
}

html body .bg-offline {
	background: #e02b0d;
}

html body .bg-busy {
	background: #2196f3;
}

html body .bg-working {
	background: #ff9800;
}

/*---------- Global Settings: Height ----------*/
html body .normal-height {
	height: 46px;
}

html body .height-10 {
	height: 10px;
}

html body .height-20 {
	height: 20px;
}

html body .height-30 {
	height: 30px;
}

html body .height-40 {
	height: 40px;
}

html body .height-50 {
	height: 50px;
}

html body .height-60 {
	height: 60px;
}

html body .height-70 {
	height: 70px;
}

html body .height-80 {
	height: 80px;
}

html body .height-90 {
	height: 90px;
}

html body .height-100 {
	height: 100px;
}

html body .height-110 {
	height: 110px;
}

html body .height-120 {
	height: 120px;
}

html body .height-130 {
	height: 130px;
}

html body .height-140 {
	height: 140px;
}

html body .height-150 {
	height: 150px;
}

html body .height-160 {
	height: 160px;
}

html body .height-170 {
	height: 170px;
}

html body .height-180 {
	height: 180px;
}

html body .height-190 {
	height: 190px;
}

html body .height-200 {
	height: 200px;
}

html body .height-210 {
	height: 210px;
}

html body .height-220 {
	height: 220px;
}

html body .height-230 {
	height: 230px;
}

html body .height-240 {
	height: 240px;
}

html body .height-250 {
	height: 250px;
}

html body .height-260 {
	height: 260px;
}

html body .height-270 {
	height: 270px;
}

html body .height-280 {
	height: 280px;
}

html body .height-290 {
	height: 290px;
}

html body .height-300 {
	height: 300px;
}

html body .height-350 {
	height: 350px;
}

html body .height-400 {
	height: 400px;
}

html body .height-450 {
	height: 450px;
}

/*----------- Global Settings: Width Style -----------*/
html body .full-width {
	width: 100%;
}

html body .half-width {
	width: 50%;
}

html body .width-30 {
	width: 30px;
}

html body .width-40 {
	width: 40px;
}

html body .width-50 {
	width: 50px;
}

html body .width-60 {
	width: 60px;
}

html body .width-70 {
	width: 70px;
}

html body .width-80 {
	width: 80px;
}

html body .width-90 {
	width: 90px;
}

html body .width-100 {
	width: 100px;
}

html body .width-110 {
	width: 110px;
}

html body .width-120 {
	width: 20px;
}

html body .width-130 {
	width: 130px;
}

html body .width-140 {
	width: 140px;
}

html body .width-150 {
	width: 150px;
}

html body .width-160 {
	width: 160px;
}

html body .width-170 {
	width: 170px;
}

html body .width-180 {
	width: 180px;
}

html body .width-190 {
	width: 190px;
}

html body .width-200 {
	width: 200px;
}

html body .width-210 {
	width: 210px;
}

html body .width-220 {
	width: 220px;
}

html body .width-230 {
	width: 230px;
}

html body .width-240 {
	width: 240px;
}

html body .width-250 {
	width: 250px;
}

html body .width-260 {
	width: 260px;
}

html body .width-270 {
	width: 270px;
}

html body .width-280 {
	width: 280px;
}

html body .width-290 {
	width: 290px;
}

html body .width-300 {
	width: 300px;
}

/*---------- Global Settings: Line Height ---------*/
html body .line-height-10 {
	line-height: 10px;
}

html body .line-height-12 {
	line-height: 12px;
}

html body .line-height-14 {
	line-height: 14px;
}

html body .line-height-16 {
	line-height: 16px;
}

html body .line-height-18 {
	line-height: 18px;
}

html body .line-height-20 {
	line-height: 20px;
}

html body .line-height-22 {
	line-height: 22px;
}

html body .line-height-24 {
	line-height: 24px;
}

html body .line-height-26 {
	line-height: 26px;
}

html body .line-height-28 {
	line-height: 28px;
}

html body .line-height-30 {
	line-height: 30px;
}

html body .line-height-32 {
	line-height: 32px;
}

html body .line-height-34 {
	line-height: 34px;
}

html body .line-height-36 {
	line-height: 36px;
}

html body .line-height-38 {
	line-height: 38px;
}

html body .line-height-40 {
	line-height: 40px;
}

html body .line-height-42 {
	line-height: 42px;
}

html body .line-height-44 {
	line-height: 44px;
}

html body .line-height-46 {
	line-height: 46px;
}

html body .line-height-48 {
	line-height: 48px;
}

html body .line-height-50 {
	line-height: 50px;
}

html body .line-height-60 {
	line-height: 60px;
}

html body .line-height-70 {
	line-height: 70px;
}

html body .line-height-80 {
	line-height: 80px;
}

html body .line-height-90 {
	line-height: 90px;
}

html body .line-height-100 {
	line-height: 100px;
}

html body .line-height-110 {
	line-height: 110px;
}

html body .line-height-120 {
	line-height: 120px;
}

html body .line-height-130 {
	line-height: 130px;
}

html body .line-height-140 {
	line-height: 140px;
}

html body .line-height-150 {
	line-height: 150px;
}

html body .line-height-160 {
	line-height: 160px;
}

html body .line-height-170 {
	line-height: 170px;
}

html body .line-height-180 {
	line-height: 180px;
}

html body .line-height-190 {
	line-height: 190px;
}

html body .line-height-200 {
	line-height: 200px;
}

html body .line-height-210 {
	line-height: 210px;
}

html body .line-height-220 {
	line-height: 220px;
}

html body .line-height-230 {
	line-height: 230px;
}

html body .line-height-240 {
	line-height: 240px;
}

html body .line-height-250 {
	line-height: 250px;
}

html body .line-height-260 {
	line-height: 260px;
}

html body .line-height-270 {
	line-height: 270px;
}

html body .line-height-280 {
	line-height: 280px;
}

html body .line-height-290 {
	line-height: 290px;
}

html body .line-height-300 {
	line-height: 300px;
}

html body .line-height-350 {
	line-height: 350px;
}

html body .line-height-400 {
	line-height: 400px;
}

html body .line-height-450 {
	line-height: 450px;
}

/*---------- Global Settings: Font Size ----------*/
html body .font-10 {
	font-size: 10px;
}

html body .font-12 {
	font-size: 12px;
}

html body .font-13 {
	font-size: 13px;
}

html body .font-14 {
	font-size: 14px;
}

html body .font-15 {
	font-size: 15px;
}

html body .font-16 {
	font-size: 16px;
}

html body .font-18 {
	font-size: 18px;
}

html body .font-15 {
	font-size: 15px;
}

html body .font-20 {
	font-size: 20px;
}

html body .font-25 {
	font-size: 25px;
}

html body .font-30 {
	font-size: 30px;
}

html body .font-35 {
	font-size: 35px;
}

html body .font-40 {
	font-size: 40px;
}

html body .font-45 {
	font-size: 45px;
}

html body .font-50 {
	font-size: 50px;
}

html body .font-60 {
	font-size: 60px;
}

html body .font-70 {
	font-size: 70px;
}

html body .font-80 {
	font-size: 80px;
}

html body .font-90 {
	font-size: 90px;
}

html body .font-100 {
	font-size: 100px;
}

html body .font-bold {
	font-weight: bold;
}

html body .font-normal {
	font-weight: 400;
}

html body .font-midium {
	font-weight: 500;
}

html body .font-light {
	font-weight: 300;
}

html body .font-italic {
	font-style: italic;
}

/*---------- Global Settings: Label Background ----------*/
html body .label-info {
	background: #01b2ac;
}

html body .label-primary {
	background: #1194f7;
}

html body .label-danger {
	background: #f21136;
}

html body .label-warning {
	background: #ff9800;
}

html body .label-success {
	background: #11b719;
}

html body .label-purple {
	background: #c580ff;
}

html body .label-default {
	background: #283447;
}

html body .display-none {
	display: none;
}

/* Bootstrap-like Display Utility Classes */
html body .d-none {
	display: none !important;
}

html body .d-block {
	display: block !important;
}

html body .d-inline {
	display: inline !important;
}

html body .d-inline-block {
	display: inline-block !important;
}

html body .d-flex {
	display: flex !important;
}

/* Responsive Display Utilities */
/* Hide on all devices except medium and up */
html body .d-none.d-md-block {
	display: none !important;
}

@media (min-width: 768px) {
	html body .d-md-none {
		display: none !important;
	}

	html body .d-md-block {
		display: block !important;
	}

	html body .d-md-inline {
		display: inline !important;
	}

	html body .d-md-inline-block {
		display: inline-block !important;
	}

	html body .d-md-flex {
		display: flex !important;
	}

	/* Override for d-none d-md-block combination */
	html body .d-none.d-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) {
	html body .d-lg-none {
		display: none !important;
	}

	html body .d-lg-block {
		display: block !important;
	}

	html body .d-lg-inline {
		display: inline !important;
	}

	html body .d-lg-inline-block {
		display: inline-block !important;
	}

	html body .d-lg-flex {
		display: flex !important;
	}
}

@media (min-width: 1200px) {
	html body .d-xl-none {
		display: none !important;
	}

	html body .d-xl-block {
		display: block !important;
	}

	html body .d-xl-inline {
		display: inline !important;
	}

	html body .d-xl-inline-block {
		display: inline-block !important;
	}

	html body .d-xl-flex {
		display: flex !important;
	}
}

html body .overflow-auto {
	overflow: auto;
}

html body hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-red {
	color: #ed0b06;
}

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.no-gutters>[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.card-box {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	width: 100%;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	border: 1px solid;
	border-color: #00000012;
}

.card-box img {
	border-radius: 12px;
	width: 100%;
	max-width: 100%;
	max-height: 212px;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
}

.card-content {
	flex: 1;
	min-width: 250px;
}

.card-header {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.hotel-name {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	user-select: none;
}

.hotel-name a {
	color: #333;
	text-decoration: none;
}

.stars {
	color: #ffa000;
	font-size: 13px;
	cursor: pointer;
	user-select: none;
}

.address {
	font-size: 0.9rem;
	color: #2b2b2b;
	margin: 6px 0 6px;
	font-weight: 600;
}
.required-days {
	font-size: 0.9rem;
	color: #3455d8;
	margin: 6px 0 12px;
	font-weight: 600;
}

.details {
	font-size: 13px;
	margin-bottom: 6px;
}

.details strong {
	color: #333;
}

.green {
	color: #2e7d32;
	font-weight: 700;
}

.price-box {
	text-align: center;
	min-width: 120px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
}

.price-btn {
	background: #1976d2;
	color: white;
	padding: 6px 12px;
	border-radius: 6px;
	font-weight: 600;
	display: inline-block;
	max-width: 146px;
	width: 100%;
	font-size: 14px;
	user-select: none;
	text-align: center;
}

.sold-out {
	background: #df3800c0;
	color: white;
	padding: 6px 12px;
	border-radius: 6px;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	max-width: 146px;
	width: 100%;
	cursor: not-allowed;
	user-select: none;
	text-align: center;
}

.park-here {
	font-size: 14px;
	background: #2e7d32;
	color: white;
	padding: 6px 12px;
	border-radius: 6px;
	display: inline-block;
	font-weight: 600;
	max-width: 146px;
	width: 100%;
	cursor: pointer;
	user-select: none;
	text-align: center;
}

.notice {
	margin-top: 12px;
	font-size: 0.9rem;
	color: #b71c1c;
}

.notice strong {
	display: block;
	margin-bottom: 4px;
}

.more {
	margin-top: 4px;
	display: inline-block;
	font-size: 0.9rem;
	color: #1976d2;
	text-decoration: none;
	font-weight: bold;
}

.card-hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #eee;
}

/* Responsive adjustments */
@media (max-width: 600px) {
	.card {
		flex-direction: column;
		align-items: flex-start;
	}

	.price-box {
		text-align: left;
	}
}