@keyframes circleGrow {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	100% {
		transform: scale(5);
		opacity: 0;
	}
}

html {
	font-size: 62.5%;
}

body {
	color: #2B2B2B;
	font-family: 'Red Hat Text', 'Red Hat Display', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.667;
	background: #ffffff;
	overflow-x: hidden;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #d6d6d6;
}

.modal-body-filter::-webkit-scrollbar {
	width: 8px;
}

ul.list-group.list-group-flush.pl-3 {
	padding: 0px !important;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	color: #222325;
}

a:hover {
	text-decoration: none;
	color:#225076 !important;
}

.main-banner {
	background-image: url(../img/hero-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 70rem;
	width: 100%;
	background-position: 33% 22%;
	background-size: cover;
	display: flex;
	align-items: center;
}
.main-banner > .container { width: 100%; }

/* Hero tagline block — EU-blue bars, white text, joined into one connected background */
.vhero-tag { padding-left: 12px; text-align: left; }
.vhero-tag p {
	display: table;
	white-space: nowrap;
	background: #225076;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: clamp(14px, 4.2vw, 26px);
	line-height: 1.35;
	padding: 8px 18px;
	border-radius: 0;
	margin: 0;
}
@media (max-width: 767px) {
	.vhero-tag { padding-left: 0; margin-top: 26px; text-align: left; }
}

/* global style start
============================================================================================ */
.vbg-default {
	background: #f5f5f5;
}

.vbg-default-hover:hover {
	background: #efefef;
	color: #000;
}

.h6 a {
	list-style: none;
	text-decoration: none;
	color: #333;
}

.mt-m-15 {
	margin-top: -15px!important;
}
.minus-mt-20 {
	margin-top: -20px;
}

.mt-m-30{
	margin-top: -30px;
}

.minus-mt-6 {
	margin-top: -6px;
}

.mt-70 {
	margin-top: 7rem;
}


.mt-25 {
	margin-top: 25px;
}

/* padding */
.pt-70 {
	padding-top: 25px;
}

.pb-70 {
	padding-bottom: 70px!important;
}

.pl-25 {
	padding-left: 25px!important;
}

.filter-h {
	height: 100vh!important;
}

.min-w-250 {
	min-width:250px;
}

.min-w-320 {
	min-width: 320px;
}

.max-w-450 {
	max-width: 500px;
}

.w-188 {
	width: 188px;
}
.intl-tel-input {
	width:100%!important;
}
.pl-7,
.px-7 {
	padding-left: 4rem !important;
}

.border-ddd {
	border: 1px solid #ddd
}

/************* footer icon css **********************/
.currency:hover{
	background: #eeeeee8c;
	border-radius: 6px;
}

.currency-active{
	background: #e6e1e10f!important;
	border-radius: 6px;
}


.social {
	position: relative;
}

.social ul {
	text-align: center;
	z-index: 99;
}

.social li {
	display: inline-block;
	margin: 5px;
}

.active-sidebar {
	font-size: 14px;
	border-left: 4px solid #225076 !important;
	color:#225076;
	font-weight: 700;
	background: #efefef;
}

.active-sidebar:hover {
	color:#225076;
}

/* z-index */
.z-index-high {
	z-index:100000000;
}

.z-index-medium {
	z-index:1000;
}

.z-index-low {
	z-index:100;
}

.text-8 {
	font-size: .8rem;
}

.text-9 {
	font-size: .9rem;
}

.text-10 {
	font-size: 1rem;
}

.text-11 {
	font-size: 1.1rem;
}

.text-12 {
	font-size: 1.2rem;
}

.text-13 {
	font-size: 1.3rem;
}

.text-14 {
	font-size: 1.4rem;
}

.text-15 {
	font-size: 1.5rem;
}

.text-16 {
	font-size: 1.6rem;
}

.text-17 {
	font-size: 1.7rem;
}

.text-18 {
	font-size: 1.8rem;
}

.text-19 {
	font-size: 1.9rem;
}

.text-20 {
	font-size: 2rem;
}

.text-21 {
	font-size: 2.1rem;
}

.text-22 {
	font-size: 2.2rem;
}

.text-23 {
	font-size: 2.3rem;
}

.text-24 {
	font-size: 2.4rem;
}

.text-25 {
	font-size: 2.5rem;
}

.text-26 {
	font-size: 2.6rem;
}

.text-27 {
	font-size: 2.7rem;
}

.text-28 {
	font-size: 2.8rem;
}

.text-29 {
	font-size: 2.9rem;
}

.text-30 {
	font-size: 3rem;
}

.text-31 {
	font-size: 3.1rem;
}

.text-32 {
	font-size: 3.2rem;
}

.text-33 {
	font-size: 3.3rem;
}

.text-34 {
	font-size: 3.4rem;
}

.text-35 {
	font-size: 3.5rem;
}

.text-36 {
	font-size: 3.6rem;
}

.text-52 {
	font-size: 3.6rem;
}

.text {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line-height-1-1 {
	line-height: 1!important;
}
.line-height-1-4 {
	line-height: 1.4;
}

.line-height-1-5 {
	line-height: 1.5;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}

.font-weight-800 {
	font-weight: 800;
}

.font-weight-900 {
	font-weight: 900;
}

.text-color {
	color: #222325;
}

.secondary-text-color {
	color:#225076;
}

.secondary-text-color-hover:hover {
	color: #fff!important;
}

.text-color-hover:hover {
	color:#225076;
}

.primary-text {
	color: #007bff;
}

.primary-text-hover {
	color: #fff;
}

.warning-text {
	color: #ffc107;
}

.warning-text-hover:hover {
	color: #fff;
}

.success-text {
	color:#225076;
}

.step-inactive {
	background: #dfdbd2;
}

.listingbg {
	margin-bottom: 15px;
	margin-top: 15px;
}

.printareabg p {
	margin: 0;
	font-size: 14px;
}

.printareabg a {
	font-size: 14px;
}

.success-text-hover {
	color: #fff;
}

.danger-text {
	color: #dc3545;
}

.danger-text-hover {
	color: #fff;
}

.dark-text {
	color: #333333;
}

.dark-text-hover {
	color: #fff;
}

.light-text {
	color: #F8F6F7;
}

.light-text-hover {
	color: #333333;
}

.gray-text {
	color: #707070;
}

.gray-text-hover {
	color: #C0C0C0;
}

.text-muted {
	color: #62646a !important;
}

.vbadge-success {
	background: #225076;
	color: #FFF;
}

/* background color */
.secondary-bg {
	background:#225076;
	color: #fff;
}

.btn-outline-warning {
    border-color: #225076;
    color: #225076;
}

.btn-outline-warning:hover, .btn-outline-warning:active {
    color: white !important;
    background: #225076 !important;
}

.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgb(34 80 118 / .35);
}

.btn-photo {
	background:#225076;
	color: #fff;
}

.btn-photo:hover {
	background: #1b405f;
	color: #fff;
}

/* status color */
.Pending {
	background: #62646a;
	color: #FFF;
}

.Expired, .Declined{
	background: #f92525;
	color: #FFF;
}

.Accepted {
	background: #225076;
	color: #FFF;
}

.vrent-button {
	cursor: pointer;
	border: 0;
	padding: .8rem;
	position: relative;
	overflow: hidden;
}
.ui-datepicker .ui-datepicker-next {
    right: 15px;
}
.ui-datepicker .ui-datepicker-left {
    left: 20px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 3px;
    width: 1.8em;
    height: 1.8em;
}
button:focus {
	border: 0;
	outline-color: transparent;
}

.vrent-button span {
	display: block;
	position: relative;
	z-index: 1;
}

.vrent-button span::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: calc(50% - 1.5rem);
	left: calc(50% - 1.5rem);
	background: rgba(255, 255, 255, 0.7);
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	transform: scale(0);
}

button.vbtn-default {
	background: #225076;
	color: #fff;
	font-weight: 700;
}

button.vbtn-default:hover {
	background: #1b405f;
	color: #fff;
}

button.vbtn-primary {
	background: #007bff;
	color: #fff;
}

button.vbtn-primary:hover {
	background: #0069D9;
}

button.vbtn-warning {
	background: #ffc107;
	color: #fff;
}

button.vbtn-warning:hover {
	background: #E0A800;
}

button.vbtn-success {
	background: #225076;
	color: #fff;
}

button.vbtn-success:hover {
	background: #225076;
}

button.vbtn-danger {
	background: #dc3545;
	color: #fff;
}

button.vbtn-danger:hover {
	background: #C82333;
}

button.vbtn-dark {
	background: #333333;
	color: #fff;
}

button.vbtn-dark:hover {
	background: #23272B;
	color: #04ae75;
}

button.vbtn-light {
	background: #F8F6F7;
	color: #3a3a3a;
}

button.vbtn-light:hover {
	background: #E0E0E0;
	color: #333333;
}

.button-default {
	border-radius: .5rem;
}

.button-reactangular {
	border-radius: 0rem;
}

.button-rounded {
	border-radius: 5rem;
}

.button-rounded-4 {
	border-radius: .4rem;
}

.vbtn-outline-success {
	color:#225076;
	border-color:#225076;
}

.vbtn-outline-success:hover {
	color: #ffffff;
	border-color:#225076;
	background: #225076;
}

a.vbtn-outline-success:hover {
	color: #ffffff !important;
	border-color:#225076;
	background: #225076;
}

.btn-outline-secondary:hover {
	color: #ffffff !important;
}
.single-border {
	border: 1px solid #a4a4a4!important;
}
.border-r-10 {
	border-radius: 10px;
}

.border-r-25{
	border-radius: 25px;
}
ul.customlisting {
	margin-top: 8px;
}

ul.customlisting li a {
	width: 100%;
}

ul.customlisting li {
	line-height: 54px;
}

.rounded-4 {
	border-radius: .4rem;
}

.rounded-3 {
	border-radius: .3rem !important;
}

.vrent-button:focus:not(:active) span::after {
	animation: circleGrow 0.3s linear;
}

.list-background {
	background: #fff;
}

.p-15 {
	padding: 5rem
}
.mt-80 {
	margin-top: 8rem;
}
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel]{
	padding-left: 9.8rem!important;
}

/******************** Toggle Switch ****************/

.main-toggle-switch span {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 12px
}

/*  Toggle Switch  */

.toggleSwitch span span {
	display: none;
}

@media only screen {
	.toggleSwitch {
		display: inline-block;
		height: 18px;
		position: relative;
		overflow: visible;
		padding: 0;
		margin-left: 50px;
		cursor: pointer;
		width: 80px
	}

	.toggleSwitch * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.toggleSwitch label,
	.toggleSwitch>span {
		line-height: 20px;
		height: 20px;
		vertical-align: middle;
	}

	.toggleSwitch input:focus~a,
	.toggleSwitch input:focus+label {
		outline: none;
	}

	.toggleSwitch label {
		position: relative;
		z-index: 3;
		display: block;
		width: 100%;
	}

	.toggleSwitch input {
		position: absolute;
		opacity: 0;
		z-index: 5;
	}

	.toggleSwitch>span {
		position: absolute;
		left: -50px;
		width: 100%;
		margin: 0;
		padding-right: 50px;
		text-align: left;
		white-space: nowrap;
	}

	.toggleSwitch>span span {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		display: block;
		width: 100%;
		margin-left: 50px;
		text-align: left;
		font-size: 0.9em;
		width: 100%;
		left: -55%;
		top: 1px;
		opacity: 0;
	}

	.toggleSwitch a {
		position: absolute;
		right: 50%;
		z-index: 4;
		display: block;
		height: 100%;
		padding: 0;
		top: 2px;
		left: -45px;
		width: 18px;
		background-color: #fff;
		border: 1px solid #CCC;
		border-radius: 100%;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}

	.toggleSwitch>span span:first-of-type {
		color: #888888;
		opacity: 1;
		left: 45%;
	}

	.toggleSwitch>span:before {
		content: '';
		display: block;
		width: 120px;
		height: 35px;
		position: absolute;
		left: 0px;
		top: -2px;
		background-color: #efefef;
		border: 1px solid #efefef;
		border-radius: 30px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.toggleSwitch input:checked~a {
		border-color: #fff;
		left: 100%;
		margin-left: -8px;
	}

	.toggleSwitch input:checked~span:before {
		border-color:#225076;
		box-shadow: inset 0 0 0 30px #225076;
	}

	.toggleSwitch input:checked~span span:first-of-type {
		opacity: 0;
	}

	.toggleSwitch input:checked~span span:last-of-type {
		opacity: 1;
		color: #fff;
	}

	/* Switch Sizes */
	.toggleSwitch.large {
		width: 60px;
		height: 27px;
	}

	.toggleSwitch.large a {
		width: 27px;
	}

	.toggleSwitch.large>span {
		height: 29px;
		line-height: 28px;
	}

	.toggleSwitch.large input:checked~a {
		left: 47px;
		top: 2px;
	}

	.toggleSwitch.large>span span {
		font-size: 1.1em;
		font-weight: 600;
	}

	.toggleSwitch.large>span span:first-of-type {
		left: 0%;
	}

	.toggleSwitch.xlarge {
		width: 80px;
		height: 36px;
	}

	.toggleSwitch.xlarge a {
		width: 36px;
	}

	.toggleSwitch.xlarge>span {
		height: 38px;
		line-height: 37px;
	}

	.toggleSwitch.xlarge input:checked~a {
		left: 52px;
	}

	.toggleSwitch.xlarge>span span {
		font-size: 1.4em;
	}

	.toggleSwitch.xlarge>span span:first-of-type {
		left: 50%;
	}
}


/*  End Toggle Switch  */


/* global style end
============================================================================================ */
/* header style start
============================================================================================ */
.header_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: background 0.4s, all 0.3s linear;
	background: #fff;
	z-index: 1000;
	box-shadow: none;
}

.header_area .navbar-right {
	min-width: 20rem;
	text-align: right;
}

.header_area .navbar-brand {
	margin-right: 3rem;
	padding: 0;
}

.header_area .navbar-social {
	min-width: 9.5rem;
	float: right;
}

.header_area .navbar-social li {
	margin-right: 1.2rem;
}

.header_area .navbar-social li i,
.header_area .navbar-social li span {
	font-size: 1.3rem;
}

.header_area .navbar-social li:last-child {
	margin-right: 0;
}

.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
	color:#225076;
}

.header_area .menu_nav {
	width: 100%;
}

.header_area .navbar {
	background: transparent;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.header_area .navbar .nav-right {
	min-width: 20rem;
}

.header_area .navbar .nav .nav-item {
	margin-right: 3.5rem;
}

.header_area .navbar .nav .nav-item .nav-link {
	color: #2B2B2B;
	text-transform: uppercase;
	font-weight: 700;
	padding: 2.2rem 0;
	display: inline-block;
	font-size: 1.4rem;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
	color:#225076;
	opacity: 1;
}

.header_area .navbar .nav .nav-item.submenu {
	position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
	border: none;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
	background: #fff;
}

.header_area .navbar .nav .nav-item.submenu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 1rem 0 1rem;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	right: 2.4rem;
	top: 4.5rem;
	z-index: 3;
	opacity: 0;
	transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
	display: block;
	float: none;
	margin-right: 0px;
	border-bottom: .1rem solid #ededed;
	margin-left: 0px;
	transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
	line-height: 4.5rem;
	color: #6059f6 !important;
	padding: 0px 3rem;
	transition: all 150ms linear;
	display: block;
	margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
	border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
	margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
	margin-right: 0px;
}

.header_area .navbar .search {
	font-size: 1.2rem;
	line-height: 6rem;
	display: inline-block;
	margin-left: 8rem;
}

.header_area .navbar .search i {
	font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
	position: fixed;
	width: 100%;
	top: -7rem;
	left: 0;
	right: 0;
	z-index: 99;
	transform: translateY(7rem);
	transition: transform 500ms ease, background 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
	box-shadow: none;
}

.header_area.navbar_fixed .main_menu .navbar {
	background: #ffffff;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
	/*line-height: 20px;*/
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
	/*color: #fff;*/
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
	color: #fff;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
	display: inline-block;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
	display: none;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
	line-height: 7rem;
}

.top_menu {
	background: #ec9d5f;
}

.top_menu .float-left a {
	line-height: 4rem;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-right: 5rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top_menu .float-left a:last-child {
	margin-right: 0px;
}

.top_menu .float-right .pur_btn {
	color: #fff;
	line-height: 4rem;
	display: block;
	padding: 0px 4rem;
	font-weight: 500;
	font-size: 1.2rem;
}

/* Image size */
    .list-photo {
		width: 100%;
		max-height: 180px;
    }

    .user-photo {
		width: 60px;
		height: 60px;
	}

	.img-40x40 {
		width: 40px;
		height:40px;
	}

	.img-130x32 {
		width: 130px;
		height: 32px;
	}

	.img-60x60 {
		width: 60px;
		height: 60px;
	}

	.border-radius-50p {
		border-radius: 50%;
	}

	.img-70x70 {
		width: 70px;
		height: 70px;
	}

	.img-90x90 {
		width: 90px;
		height: 90px;
	}

	.img-100x100 {
		width: 100px;
		height:100px;
	}

	.img-tpl {
		max-height:150px;
		width:100%
	}

    .w-450{
		width: 450px;
    }

    .min-h-300 {
		min-height: 300px;
	}

	.v-h-100 {
		height: 100vh;
	}

/* header style end*/
@media (max-width: 1619px) {

/* Main Menu Area css */
	.header_area .navbar .search {
		margin-left: 4rem;
	}

/* End Main Menu Area css*/
}

	@media (max-width: 1199px) {

	/* Main Menu Area css*/
	.header_area .navbar .nav .nav-item {
		margin-right: 2.8rem;
	}

	/* End Main Menu Area css */
	/* Home Banner Area css*/
	.home_banner_area .banner_inner {
		padding: 10rem 0rem;
	}

	/* End Home Banner Area css */
	.header_area .navbar .tickets_btn {
		margin-left: 4rem;
	}

	.home_banner_area .banner_inner .banner_content h2 br {
		display: none;
		font-size: 3.6rem;
	}

	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 3.6rem;
		line-height: 4.5rem;
	}
}

	@media (max-width: 991px) {

	/* Main Menu Area css */
	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 2.7rem;
		margin-bottom: 2.3rem;
	}

	.header_area .navbar {
		background: #fff;
	}

	.header_area .navbar .nav-item.active .nav-link {
		color: #6059f6 !important;
	}

	.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
		opacity: 1;
	}

	.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.navbar-toggler[aria-expanded="true"] span:first-child {
		transform: rotate(-45deg);
		position: relative;
		top: .75rem;
	}

	.navbar-toggler[aria-expanded="true"] span:last-child {
		transform: rotate(45deg);
		bottom: .6rem;
		position: relative;
	}

	.navbar-toggler span {
		display: block;
		width: 2.5rem;
		height: .3rem;
		background: #000000;
		margin: auto;
		margin-bottom: .4rem;
		transition: all 400ms linear;
		cursor: pointer;
	}

	.navbar .container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.nav {
		padding: 0px 0px;
	}

	.header_top .nav {
		padding: 0px;
	}

	.header_area .navbar .nav .nav-item .nav-link {
		padding: 1.2rem 0;
		margin-right: 0px;
		display: block;
		border-bottom: .1rem solid #ededed33;
		border-radius: 0px;
	}

	.header_area .navbar .search {
		margin-left: 0px;
	}

	.header_area .navbar-collapse {
		max-height: 34rem;
		overflow-y: scroll;
	}

	.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
		padding: 0px 1.5rem;
	}

	.header_area .navbar .nav .nav-item {
		margin-right: 0px;
	}

	.home_banner_area .banner_inner .banner_content .banner_map_img {
		display: none;
	}

	.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 4rem;
	}

	.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 4rem;
	}

	.header_area.white_menu .navbar .nav .nav-item .nav-link {
		color: #2B2B2B;
	}

	/* End Main Menu Area css */
	/* Blog page Area css */
	.categories_post img {
		width: 100%;
	}

	.categories_post {
		max-width: 36rem;
		margin: 0 auto;
	}

	.blog_categorie_area .col-lg-4 {
		margin-top: 3rem;
	}

	.blog_area {
		padding-bottom: 8rem;
	}

	.single-post-area .blog_right_sidebar {
		margin-top: 3rem;
	}

	/* End Blog page Area css */
	/* Contact Page Area css */
	.contact_info {
		margin-bottom: 5rem;
	}

	/* End Contact page Area css*/
	.home_banner_area .donation_inner {
		margin-bottom: -3rem;
	}

	.home_banner_area .dontation_item {
		max-width: 35rem;
		margin: auto;
	}

	.home_banner_area .banner_inner .home_left_img {
		display: none;
	}

	.header_area .navbar .tickets_btn {
		display: none;
	}

	.home_banner_area .banner_inner {
		padding: 7rem 0rem 10rem 0rem;
	}

	.left_side_text {
		margin-bottom: 5rem;
	}

	.price_item {
		max-width: 36rem;
		margin: 0rem auto 3rem;
	}

	.price_inner {
		margin-bottom: -3rem;
	}
}

@media (max-width: 767px) {
	.home_banner_area {
		min-height: 50rem;
	}

	.home_banner_area .banner_inner {
		min-height: 50rem;
	}

	.home_banner_area .banner_inner .banner_content {
		margin-top: 0rem;
	}

	/* Blog Page Area css*/
	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 4rem;
		line-height: 5rem;
	}

	.blog_info.text-right {
		text-align: left !important;
		margin-bottom: 1rem;
	}

	/* End Blog Page Area css*/
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 3rem;
	}

	.home_banner_area .banner_inner .banner_content p br {
		display: none;
	}

	.home_banner_area .banner_inner .banner_content h3 span {
		line-height: 4.5rem;
		padding-bottom: 0rem;
		padding-top: 0rem;
	}

	.made_life_inner .nav.nav-tabs li {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 1.5rem;
	}

	.made_life_inner .nav.nav-tabs {
		margin-bottom: -1.5rem;
	}

	.made_life_area.made_white .left_side_text {
		margin-bottom: 0rem;
		margin-top: 3rem;
	}
}

@media (max-width: 575px) {
	.top_menu {
		display: none;
	}

	/* Home Banner Area css */
	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}

	.home_banner_area {
		min-height: 45rem;
	}

	.home_banner_area .banner_inner {
		min-height: 45rem;
	}

	.blog_banner .banner_inner .blog_b_text {
		margin-top: 0rem;
	}

	.home_banner_area .banner_inner .banner_content img {
		display: none;
	}

	.home_banner_area .banner_inner .banner_content h5 {
		margin-top: 0rem;
	}

	/* End Home Banner Area css*/
	.p_120 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.main_title h2 {
		font-size: 2.5rem;
	}

	/* Elements Area css */
	.sample-text-area {
		padding: 7rem 0 7rem 0;
	}

	.generic-blockquote {
		padding: 3rem 1.5rem 3rem 3rem;
	}

	/* End Elements Area css*/
	/* Blog Page Area css */
	.blog_details h2 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}

	/* End Blog Page Area css */

	.pad_top {
		padding-top: 7rem;
	}

	.pad_btm {
		padding-bottom: 7rem;
	}
}

@media (max-width: 480px) {

	/* Main Menu Area css
	============================================================================================ */
	.header_area .navbar-collapse {
		max-height: 25rem;
	}

	/* End Main Menu Area css
	============================================================================================ */
	/* Home Banner Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content {
		padding: 3rem 1.5rem;
		margin-top: 0px;
	}

	.banner_content .white_btn {
		display: block;
	}

	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 2.4rem;
	}

	/* End Home Banner Area css
	============================================================================================ */
	.banner_area .banner_inner .banner_content h2 {
		font-size: 3.2rem;
	}

	/* Blog Page Area css
	============================================================================================ */
	.comments-area .thumb {
		margin-right: 1rem;
	}

	/* End Blog Page Area css
	============================================================================================ */
	.testi_item .media .d-flex {
		padding-right: 0rem;
	}

	.testi_item .media .d-flex img {
		width: auto;
		margin-bottom: 1.5rem;
	}

	.testi_item .media {
		display: block;
	}

	.banner_btn {
		margin-bottom: 2rem;
	}
}

/* banner section start
============================================================================================ */
.hero-banner {
	padding-top: 6.7rem;
}


.hero-banner h1 {
	color: #2B2B2B;
	margin-bottom: 3rem;
	font-size: 2.3rem;
	font-weight: 700;
	padding: 0 15px 0 15px;
}

@media (max-width: 1200px) {
	.hero-banner h1 {
		font-size: 2.8rem;
	}
}

@media (max-width: 991px) {
	.hero-banner h1 {
		font-size: 2.8rem;
	}
}

.hero-banner-sm {
	background: url(../img/banner/banner.png) left center no-repeat;
	background-size: cover;
	padding-top: 14rem;
	padding-bottom: 9rem;
}

@media (min-width: 992px) {
	.hero-banner-sm {
		padding-top: 24rem;
		padding-bottom: 14rem;
	}
}

.hero-banner-sm h1 {
	text-transform: uppercase;
	color: #6059f6;
}

@media (max-width: 991px) {
	.hero-banner-sm h1 {
		font-size: 3.8rem;
	}
}

@media (max-width: 768px) {
	.hero-banner-sm h1 {
		font-size: 2.8rem;
	}
}

.hero-banner-sm p {
	margin-bottom: 0;
}

.hero-banner-sm-content {
	max-width: 40rem;
}

.bg-shape {
	position: relative;
}

@media (max-width: 620px) {
	.bg-shape::before {
		display: none;
	}
}

@media (max-width: 620px) {
	.bg-shape::after {
		display: none;
	}
}

/* banner section end
============================================================================================ */
/* breadcrumb section start
============================================================================================ */
.banner-breadcrumb {
	display: inline-block;
}

.banner-breadcrumb .breadcrumb {
	background: transparent;
	padding: 0;
}

.banner-breadcrumb .breadcrumb-item {
	padding: .1rem;
}

.banner-breadcrumb .breadcrumb-item a {
	text-transform: capitalize;
	color: #fff;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	padding-left: .2rem;
	padding-right: .4rem;
}

.banner-breadcrumb .breadcrumb-item.active {
	color: #fff;
}

/*=================== custom button rule start ====================*/
.button {
	display: inline-block;
	background-color:#225076;
	color: #fff;
	/*border-radius: 30px;*/
	padding: .8rem 2.5rem;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
}


.button:hover {
	background-color:#225076;
	color: #fff;
}

.button-hero {
	font-weight: 500;
}

.button-contactForm {
	border-radius: .5rem;
}

.button-shadow {
	box-shadow: 0rem 1rem 2rem 0rem rgba(181, 176, 255, 0.2);
}

button.button {
	border: 0;
}

/*********************** Image Hover CSS *****************/
.content {
	margin: 0 auto;
	max-width: 100rem;
}

.content>h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 700;
	font-size: 1.5em;
}

.content>h2:first-child {
	padding-top: 0em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 700;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #74777b;
	font-weight: 300;
	font-size: 45%;
}

/* Demo links */
/* To Navigation Style */
/* Related demos */
@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}

	.codrops-icon span {
		display: none;
	}
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	max-width: 100rem;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	border-radius: .3rem;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 700;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 20px;
	font-weight: 700;
}

.position-center {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-intro {
	max-width: 64rem;
	margin-right: auto;
	margin-left: auto;
}

.section-intro.text-center.pb-90px h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 3rem;
}

.section-padding {
	padding: 30px 0;
}

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}


figure.effect-ming p a {
	color: #fff;
}

figure.effect-ming p a:hover {
	color:#225076;
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	display: none;
}


figure.effect-ming figcaption {
	background-color: rgba(0, 0, 0, 0.5);
}

figure.effect-ming figcaption {
	background-color: rgb(0 0 0 / 0%);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/************************ Form HTML ********************/
.main_formbg {
	background: #fff;
	border-radius: .3rem;
	width: 100%;
	padding: 2rem;
	margin-top: 6rem;
	box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.16);
}

div.elem-group {
	margin: 1rem 0;
	font-size: 1.4rem;
}

div.elem-group.inlined {
	width: 49%;
	display: inline-block;
	float: left;
	margin-left: 1%;
}

.selectbg {
	width: 49%;
	display: inline-block;
	float: left;
	margin-left: 1%;
}

.selectbg label {
	margin: 0rem 0 .4rem 0 !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.4rem;
	color: #2B2B2B;
}

.elem-group.inlined label {
	margin: 0 0 .5rem 0 !important;
	font-size: 1.4rem;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #2B2B2B;
}

.elem-group label {
	margin: 0 0 .5rem 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #2B2B2B;
}

input,
select,
textarea {
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 1.3rem;
	padding: 1rem 1rem 1rem 1rem;
}

.selectdrop {
	background: #eee;
	padding: 15px 0 15px 15px;
	border-radius: 3px;
	margin: 15px 0 15px 0;
}

input.checkinout {
	padding: 12px !important;
	height: 40px;
}

input:focus,
select:focus,
textarea:focus {
	outline: 1px solid #225076;
}

div.elem-group.inlined input {
	width: 100%;
	display: inline-block;
}

	.booking button {
		background: #225076;
		border: none;
		color: white;
		font-size: 1.5rem;
		cursor: pointer;
		margin-top: 3rem;
		padding: 1rem;
		width: 100%;
		border-radius: .3rem;
		text-transform: uppercase;
		font-weight: 700;
	}

	.booking button:hover {
		background: #225076;
	}

	/******************** Reccommended *******************/
	.imagebg {
		overflow: hidden;
		margin-bottom: 2rem;
	}

	.imagebg ul {
		margin: 0;
		padding: 0;
	}

	ul.bottom_text li {
		font-size: 1.4rem;
		list-style: none;
		display: inline;
		color: #2B2B2B;
		padding: 0 1rem 0 0;
	}

	.search_amini {
		background: #dadada;
		padding-left: 20px;
		padding-right: 20px;
	}

	.imagebg ul li {
		list-style: none;
		display: inline;
	}

	.imagebg ul li span {
		font-size: 1.4rem;
		text-transform: uppercase;
		color: #2B2B2B;
		font-weight: 700;
	}

	.imagebg ul li span div.price {
		font-size: 1.3rem;
		color: #777;
		font-weight: 700;
	}

	.imagebg img {
		width: 100%;
	}

	.imagebg2 {
		background-color: #000;
		margin-bottom: .5rem;
	}

	.imagebg2 img {
		transition: 300ms;
	}

	.imagebg2:hover img {
		opacity: 0.4;
	}

	.buttonbg button {
		background: #225076;
		border: none;
		color: #fff;
		padding: .4rem 1rem .4rem 1rem;
		margin-top: .7rem;
		float: left;
		font-size: 1.2rem;
		text-transform: uppercase;
		font-weight: 700;
	}

	.buttonbg button:hover {
		background: #225076;
	}

	.recommandedbg {
		background: #dddddd52;
	}

	.pint_table {
		overflow: hidden;
		width: 100%;
		margin-top: .5rem;
	}

	.left_point {
		float: left;
		width: 48%;
	}

	.right_point {
		float: right;
		width: 48%;
	}

	.right_point h2 {
		font-size: 1.9rem;
		text-align: right;
		margin-top: .3rem;
	}

	.right_point h2 strong {
		color:#225076;
	}

	.right_point h2 span {
		font-size: 1.5rem;
	}

	.left_point ul li {
		list-style: none;
		display: inline;
		font-size: 1.3rem;
	}

	.left_point ul li i:hover {
		color:#225076;
	}

	/*---------------*/
	/***** Milo *****/
	/*---------------*/
	figure.effect-milo {
		background: #2e5d5a;
	}

	figure.effect-milo img {
		max-width: none;
		width: -webkit-calc(100% + 6rem);
		width: calc(100% + 6rem);
		opacity: 1;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-3rem, 0, 0) scale(1.12);
		transform: translate3d(-3rem, 0, 0) scale(1.12);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	figure.effect-milo:hover img {
		opacity: 0.5;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}

	figure.effect-milo h2 {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 1em 1.2em;
	}

	figure.effect-milo p {
		padding: 0 1rem 0 0;
		width: 50%;
		border-right: 1rem solid #fff;
		text-align: right;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-4rem, 0, 0);
		transform: translate3d(-4rem, 0, 0);
	}

	figure.effect-milo:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.full_title {
		float: left;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.price {
		padding: 0 0 0 .1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: .5rem;
	}

	.full_title h2 {
		font-size: 1.8rem;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	ul.bottom_text {
		background: #dadada;
		overflow: hidden;
		width: 100%;
		padding: .3rem 0 .3rem 1.2rem;
		border-radius: .3rem;
	}

	.profile-img img {
		border-radius: 50%;
		width: 7rem;
		height: 7rem;
		object-fit: cover;
		aspect-ratio: 1 / 1;
	}

	/*************************** Testimonial CSS **********************************/
	.testimonials {
		padding-bottom: 2.2em;
		text-align: center;
		color: #666;
	}

	.testimonials h1 {
		color: #2B2B2B;
		font-size: 1.3em;
	}

	.testimonials .test-body {
		padding: 1em;
	}

	.testimonials .item {
		background: #fff;
		padding: 5rem 3rem 5rem 3rem;
		border-radius: .4rem;
		box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.11);
		margin-bottom: 1.5rem;
	}

	.testimonials img {
		width: 10rem;
		height: 10rem;
		border-radius: 50%;
	}

	.testimonials .name {
		color: #2B2B2B;
		font-size: 1.8rem;
		text-transform: capitalize;
		font-weight: 700;
		padding: 1.8rem 0 0 0;
	}

	.testimonials .desig {
		font-size: 1.6rem;
		margin: 0 0 3.9rem 0;
		font-weight: 500;
		color: #2B2B2B;
	}

	.testimonials .share {
		margin: 0 auto;
		width: 5em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.testimonials i {
		padding: 0.5em 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		cursor: pointer;
	}

	.testimonials h2 {
		margin-bottom: 30px;
	}

	.testimonials i:hover {
		color: #777;
	}

	.testimonialbg {
		margin: -.5rem 0 -.5rem 0;
		background: url(../img/testimonial_bg.png) fixed center center;
		background-size: cover;
	}

	.item ul {
		margin: 0;
		padding: 0;
	}

	.item ul li {
		list-style: none;
		display: inline;
	}

	/*=================== custom button rule end ====================*/
	.main-panel {
		position: relative;
		display: -ms-flexbox;
		-ms-flex-direction: column;
		word-wrap: break-word;
	}

	.m-l-b-fff {
		background: #fff;
	}

	.m-l-b-p {
		padding: 15px 0 15px 0;
	}

	.m-l-b-m {
		margin: 15px;
	}

	.card-default {
		box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
	}

	.card-2 {
		background: #225076;
		color:#fff;
		width: 90px;
		height:90px;
		margin-bottom: 10px;
	}

		.card-1:hover {
			box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
		}

		.card-raised {
			box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
		}

		.card-shadow {
			box-shadow: 0 0 5px 1px #eaeaea;
			border: none;
		}

		.view-group {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: row;
			flex-direction: row;
			padding-left: 0;
			margin-bottom: 0;
		}

		.thumbnail {
			margin-bottom: 30px;
			padding: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
		}

		.item.list-group-item {
			float: none;
			width: 100%;
			background-color: #fff;
			margin-bottom: 30px;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
			padding: 0 1rem;
			border: 0;
		}

		.item.list-group-item .img-event {
			float: left;
			width: 30%;
		}

		.item.list-group-item .list-group-image {
			margin-right: 10px;
		}

		.item.list-group-item .thumbnail {
			margin-bottom: 0px;
			display: inline-block;
			width: 100%;
		}

		.item.list-group-item .caption {
			float: left;
			width: 70%;
			margin: 0;
		}

		.item.list-group-item:before,
		.item.list-group-item:after {
			display: table;
			content: " ";
		}

		.item.list-group-item:after {
			clear: both;
		}

		.avatar {
			vertical-align: middle;
			width: 13rem;
			height: 13rem;
			border-radius: 50%;
		}

		.head_avatar {
			vertical-align: middle;
			width: 5rem;
			height: 5rem;
			border-radius: 50%;
			padding: .7rem;
			margin-top: .6rem;
		}

ul.tophd li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0 16px 0px 0;
}

.sidebar {
	top: 0;
	bottom: 0;
	position: absolute;

}

/**************** Icon Css ***************************/
.i-vertical-align {
	vertical-align: middle;
}

/**************** End Icon Css ***************************/

.main-section {
	margin-left: 250px !important;
	width: 100%;
}

@media (max-width: 767px) {
	.sidebar {
		width: 0px;
	}

	.main-section {
		margin-left: 0px !important;
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.480rem .81rem;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .31rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height: 44px;
}

.form-control:focus {
	outline: 1px solid #225076;
	border: 1px solid #225076;
}



.form-control:focus,
textarea:focus,
select.form-control:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
	outline: 1px solid #225076;
}


.dropdown-toggle::after {
	color:#225076 !important;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2rem);
}

.profilebd {
	padding: 15px 15px 15px 15px;
	margin: 20px 0 30px 0;
}

.main-panelbg {
	background: #eee;
}

.main-panel.border.main-panelbg p {
	margin: 0;
	padding: 10px 15px 10px 15px !important;
}

li.edit-verifications-list-item p {
	font-size: 14px;
}

.error-tag {
    color: #fa3b3b;
    font-size: 14px;
}

	label.error {
		color: red !important;
		font-size: 1.3rem;
	}

	.margin-top-85 {
		margin-top: 8.5rem;
	}

	.active-nav {
		border-bottom: .3rem solid #225076;
		font-weight: 700;
	}


	.side-item {
		position: relative;
		display: block;
		padding: .75rem 1.25rem;
		border: 1px solid rgba(0, 0, 0, .125);
		background: #c0c0c0c0;
		border-radius: 15px;
		margin-top: 15px;
		text-align: center;
		font-size: 1.6rem;
	}


	.active-side {
		background: #225076;
		color: #fff;
		text-align: center;
		font-size: 1.6rem;
		border-radius: 15px;
		border: 0px;
	}

	.active-side a {
		color: #fff;
		font-weight: 700;
	}

	.room-image-container200 {
		width: 100%;
		height: 200px;
		background-color: #f5f5f5;
		background-size: cover;
		background-position: center;
		position: relative;
		object-fit: cover;
        box-shadow: 1px 1px 10px rgb(3 174 116 / 25%);
	}

	/* Delete button shown on every uploaded photo (cover included) */
	.vphoto-delete {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 38px;
		height: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, .92);
		color: #e11d48;
		border-radius: 50%;
		box-shadow: none;
		border: 1px solid #ececec;
		font-size: 15px;
		cursor: pointer;
		transition: background .15s ease, color .15s ease, transform .05s ease;
		z-index: 2;
	}
	.vphoto-delete:hover { background: #e11d48; color: #fff !important; }
	.vphoto-delete:active { transform: scale(.94); }

	.vphoto-cover-badge {
		position: absolute;
		top: 10px;
		left: 10px;
		padding: 4px 12px;
		background: #225076;
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		border-radius: 20px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
		z-index: 2;
	}

	.display-off {
		display: none;
	}


	/*calender*/
	.calendar-month {
		width: 100%;
		padding: 20px;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none
	}


	.calendar-month .current-month-selection {
		display: inline-block;
		position: relative;
		cursor: pointer
	}

	.calendar-month .current-month-selection h2 {
		padding-top: 4px
	}

	.calendar-month .current-month-selection select {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		filter: alpha(opacity=0)
	}

	.calendar-month .current-month-selection .current-month-arrow {
		font-size: 24px;
		position: relative;
		top: -3px;
		text-rendering: optimizeLegibility
	}

	.calendar-month .month-nav {
		color: #565a5c;
		border: 1px solid #ddd;
		width: 46px;
		height: 42px;
		display: inline-block
	}

	.calendar-month .month-nav.disabled {
		color: #d7d7d7;
		border-color: #e6e6e6;
		cursor: default
	}

	.calendar-month .month-nav.disabled:hover {
		color: #d7d7d7
	}

	.calendar-month .month-nav .icon {
		width: 46px;
		height: 42px;
		line-height: 42px
	}

	.calendar-month .month-nav:hover {
		color: #9ca299;
		text-decoration: none
	}

	.calendar-month .month-nav-next {
		margin-right: 15px;
		margin-left: -1px;
		padding-top: 10px;
	}

	.calendar-month .month-nav-previous {
		margin-right: 15px;
		margin-left: -1px;
		padding-top: 10px;
	}

	.calendar-month .spinner-next-to-month-nav {
		position: absolute;
		top: 18px;
		left: 100%;
		width: 35px;
		margin-left: 13px;
		font-size: 0;
		color: transparent
	}

	.calendar-month.calendar-placeholder {
		min-height: 456px
	}

	.host-calendar-container {
		position: relative;
	}

	/*calender end*/
	.col-md-02 {
		position: relative;
		min-height: 1px;
		padding-right: 0;
		padding-left: 0;
		margin-left: -1px;
	}

	.col-md-02 {
		float: left;
	}

	.col-md-02 {
		width: 14.333%;
	}

	.wkText {
		font-size: 1.6rem;
		color: #414141;
		margin-left: 2px;
	}

    .dTfont {
        position: absolute!important;
        bottom: 0!important;
    }

	.calender_box {
		border: 1px solid #d4d4d4;
		padding: 2px 5px;
		height: 110px;
		border-bottom: 0;
	}
	.dt-not-available {
		background-color: #dce0e0;
		cursor: not-allowed;
		pointer-events: none;
	}

	.dt-today .final_day {
		font-weight: bold;
	}

	.dt-available-with-events {
		background-color: #EEAE9C;
	}
	.margin-top30 {
		margin-top: 30px;
	}

	.tile{
		width: 100%;
		background: #fff;
		border-radius: 5px;
		float: left;
		transform-style: preserve-3d;
	}

	.header{
		border-bottom:1px solid #ebeff2;
		padding:19px 0;
		text-align:center;
		color:#59687f;
		font-size:600;
		font-size:19px;
		position:relative;
	}

	.banner-img {
		padding: 5px 5px 0;
	}

	.banner-img img {
		width: 100%;
		border-radius: 5px;
	}

	.dates{
		border: 1px solid #e6e6e6;
		border-radius: 5px;
		padding: 10px 0px;
		margin: 0px 15px;
		font-size: 16px;
		color: #5aadef;
		font-weight: 600;
		overflow: auto;
		background: #eeeeee54;
	}
	.dates div{
		float: left;
		width: 100%;
		text-align: center;
		position: relative;
		font-weight: normal;
		color: #000;
	}
	.dates strong,
	.stats strong{
		display: block;
		color: #225076;
		font-size: 18px;
		font-weight: 700;
	}

.stats{
	border-top:1px solid #ebeff2;
	background:#f7f8fa;
	overflow:auto;
	padding:15px 0;
	font-size:16px;
	color:#59687f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats div{
	border-right:1px solid #ebeff2;
	width: 33.33333%;
	float:left;
	text-align:center
}

.stats div:nth-of-type(3){border:none;}

div.footer {
	text-align: right;
	position: relative;
	margin: 20px 5px;
}

div.footer a.Cbtn{
	padding: 10px 25px;
	background-color: #DADADA;
	color: #666;
	margin: 10px 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}

div.footer a.Cbtn-primary{
	background-color: #5AADF2;
	color: #FFF;
}

div.footer a.Cbtn-primary:hover{
	background-color: #7dbef5;
}

div.footer a.Cbtn-danger{
	background-color: #fc5a5a;
	color: #FFF;
}

div.footer a.Cbtn-danger:hover{
	background-color: #fd7676;
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    position: absolute!important;
    top: 8px!important;
    right: 8px;
    display: block!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #225076!important;
	color: #fff!important;
	border-color: transparent;
}


@media only screen and (max-width: 992px) {
	.calender_box {
		height: 80px;
	}
}

@media only screen and (max-width: 767px) {}


@media only screen and (max-width: 480px) {

}

.calenBox {
	margin-top: 30px;
}

@media only screen and (max-width: 479px) {
	.calenBox {
		width: 100%;
		height: 300px;
		overflow: scroll;
		overflow-x: scroll;
	}

	.dTfont {
		position: absolute;
	}
}

@media only screen and (max-width: 414px) {
	.vrent-button.pl-4.pr-4 {
		margin: 0px !important;
	}

	.pick-btn {
		width: 100% !important;
	}
	ul.tophd li {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 375px) {

	select.form-control:not([size]):not([multiple]) {
		height: calc(2.25rem + 2rem) !important;
	}

	.vrent-button.pl-4.pr-4 {
		margin: 0px !important;
		padding: 7px 5px 10px 5px !important;
	}


	.pick-btn {
		width: 100% !important;
	}
	ul.tophd li {
		padding: 0 !important;
	}

}

@media only screen and (max-width: 360px) {
	.wkText {
		font-size: 12px;
		color: #414141;
		margin-left: 2px;
	}

}

.StripeElement {
	width: 100% !important;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

@media only screen and (max-width: 320px) {



	select.form-control:not([size]):not([multiple]) {
		height: calc(2.25rem + 2rem) !important;
	}

	.vrent-button.pl-4.pr-4 {
		margin: 0px !important;
		padding: 7px 5px 10px 5px !important;
	}

	.pick-btn {
		width: 100% !important;
	}
	ul.tophd li {
		padding: 0 !important;
	}

}

@media (max-width: 767px) {

	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		position: relative;


		padding-right: 0px;
		padding-left: 0px;
	}
}

.price-pro {
	background: #018055;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	top: -20px;
	position: absolute;
	font-size: -31px;
	left: 5px;
	color: #fff;
}

.modal-body {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

.modal-content {
	border-radius: 1.3rem;
}

input[type=checkbox] {
	display: inline-block !important;
	height: 24px !important;
	width: 24px !important;
	text-align: center !important;
	vertical-align: top !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: rgb(176, 176, 176) !important;
	background: rgb(255, 255, 255) !important;
	overflow: hidden !important;
	border-radius: 4px !important;
	margin-right: 5px;
}

.ml-25 {
	margin-left: 25px !important;
}


.hidden-pod {
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}

[data-toggle="collapse"] .fa:before {
	content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
	content: "\f13a";
}

[data-toggle="collapse"] .review-arrow:before {
	content: "\f107";
}

[data-toggle="collapse"].collapsed .review-arrow:before {
	content: "\f105";
}



/******* Padding Section *************/


/* List Grid view */
.inactive-list {
	color: #a2a2a2;
}

.list-bacground {
	background: #efefef;
}

.badge-pill {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 10px 9px;
	min-width: 45px;
	position: relative;
	overflow: hidden;
	background: #ffb400;
	background: -webkit-linear-gradient(310deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
	background: -moz-linear-gradient(310deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
	background: -o-linear-gradient(310deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
	background: linear-gradient(140deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc333', endColorstr='#ffffb400', GradientType=0);
}

.icon-beach {
	color:#225076;
}

.rating_active {
	color:#225076;
}

.rating {
	color: #2B2B2B;
}

/*star rating*/
.stars {
	min-height: 10px;
	width: 125px;
}

.star-rating-alt {
	background: url("../img/alt_star.png") repeat-x scroll left top rgba(0, 0, 0, 0);
	height: 25px;
	list-style: outside none none;
	padding: 0;
	position: relative;
	width: 125px;
}

.star-rating-alt li.current-rating {
	background: url("../img/alt_star.png") repeat scroll left center rgba(0, 0, 0, 0);
	display: block;
	height: 25px;
	position: absolute;
	text-indent: -9000px;
	z-index: 1;
}

@media screen and (min-width: 992px) {
	.custom_class_booking_type {
		text-align: center;
	}
}

.ex-image-container {
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 6.5rem;
}

.slider-image-container {
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
	position: relative;
}

/*add*/
.blue-color {
	color: #367ea6;
}

.tip {
	width: 0px;
	height: 0px;
	position: absolute;
	background: transparent;
	border: 10px solid #ccc;
}

.tip-left {
	top: 10px;
	left: -21px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.tip-right {
	top: 10px;
	right: -21px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.dialogbox .body {
	position: relative;
	height: auto;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background-color: #f4f4f4;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.body .message {
	min-height: 30px;
	border-radius: 3px;
	font-family: 'Red Hat Text', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #797979;
}

.media-photo-badgeSMS {
	border-radius: 50% !important;
	height: 90px !important;
	width: 90px !important;
}

.profile_photo img {
	border-radius: 50% !important;
	width: 120px;
	height: 120px;
}

@media only screen and (max-width: 479px) {
	.media-photo-badgeSMS {
		border-radius: 50% !important;
		height: 70px !important;
		width: 70px !important;
		margin-top: 20px;
	}
}

.media-photo-badge img {
	width: 80px;
	height: 80px;
	border-radius: 50% !important;
}



#booking-banner.stick {
	margin-top: 70px !important;
	position: fixed !important;
	width: 25%;
	top: 0;
	z-index: 10;
	border-radius: 0 0 0.5em 0.5em;
}

#booking-price.stick {
    position: fixed !important;
    width: 22.5%;
	top: 85px;
	right: 5%;
    z-index: 10;
    border: 1px solid rgba(0,0,0,.125);
    padding: 15px;
}




.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color:#225076;
	border-color:#225076;
	box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
}


.page-link {
	position: relative;
    display: block;
    margin: 6px;
    color:#225076;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.page-link:hover {
	z-index: 3;
	color: #fff !important;
	background-color:#225076;
	border-color:#225076;

	box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
	-webkit-transform: translateY(-0.25em);
	transform: translateY(-0.25em);
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #225076!important;
	color: #fff!important;
	background-color:#225076!important;
	border: 1px solid #dee2e6!important;
}

.paginate_button.previous.disabled:hover {
	background: #fff!important;
}

.paginate_button.next.disabled:hover {
	background: #fff!important;
}



.dataTables_wrapper .dataTables_paginate .paginate_button {
	display: inline-block;

	padding: 0.3rem 1em!important;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;

	color:#225076 !important;
	border: 1px solid #dee2e6!important;
	margin: .5rem;
}

.current {
	background: #225076 !important;
    color: #fff!important;
}

.dataTables_wrapper  {
	margin-top: 2.2rem!important;
}

.dataTables_paginate paging_simple_numbers{
	padding: 1.5rem;
}
/*********************** Page Not Found Css *******************************/
#notfound {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 999;
}

.notfound {
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

#notfound .notfound {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound .notfound-404 {
	position: relative;
	height: 240px;
}

.notfound .notfound-404 h3 {
	font-family: 'Red Hat Display', sans-serif;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	letter-spacing: 3px;
	padding-left: 6px;
}

.notfound .notfound-404 h1 {
	font-family: 'Red Hat Display', sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 170px;
	font-weight: 900;
	margin: 0px;
	color:#225076;
	text-transform: uppercase;
	margin-left: 0;
}

.notfound .notfound-404 h1>span {
	text-shadow: -8px 0px 0px #000;
}

.notfound h2 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	margin-bottom: 25px;
}




.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	max-width: 86%;
	height: 100%;
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
	max-height: calc(100vh);
}

.modal.left.fade .modal-dialog {
	left: -500px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}

.modal.right.fade .modal-dialog {
	right: -500px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
	border-radius: 0;
	border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
	width: 300px;
}

/* Footer */

.modal-footer-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-radius: 0;
}

.mobile-side a {
	display: block;
	width: 100%;
	padding: 10px;
	color:#225076;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, .1);
	transition: .4s;
}

.mobile-side a i {
	margin-right: 16px
}

.drop-width {
	width: 150px;
}

/* ===========================================================
   Airbnb-style user dropdown menu (header)
   =========================================================== */
.vuser-menu {
	min-width: 244px;
	padding: 8px;
	border: none;
	border-radius: 14px;
	box-shadow: 0 10px 34px rgba(17, 24, 39, .18);
	margin-top: 10px;
}
.vuser-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 11px 14px;
	border-radius: 10px;
	color: #222325;
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: background .15s ease, color .15s ease;
}
.vuser-item:hover,
.vuser-item:focus { background: #f4f5f6; color: #111827 !important; text-decoration: none; }
.vuser-item--bold { font-weight: 700; }
.vuser-divider { height: 1px; background: #ebedf0; margin: 8px 6px; }
.vuser-badge {
	background: #225076;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}


.ranges-time li {
	font-size: 13px !important;
	border: 1px solid #fff !important;
	color: #222325 !important;
	padding: 3px 12px !important;
	margin-bottom: 8px !important;
	cursor: pointer !important;
}


.ranges li {
	font-size: 13px !important;
	border: 1px solid #fff !important;
	color: #222325 !important;
	padding: 3px 12px !important;
	margin-bottom: 8px !important;
	cursor: pointer !important;
}
.ranges-time li:hover {
	background: #225076 !important;
	color: #fff !important;
}

.ranges li:hover {
	background: #225076 !important;
	color: #fff !important;
}

.ranges li.active {
	background: #225076 !important;
	border: 1px solid #225076 !important;
	color: #fff !important;
}

.ranges-time li.active {
	background: #225076 !important;
	border: 1px solid #225076 !important;
	color: #fff !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}

.nav-item>.active {
	color:#225076;
	font-weight: 700;
}

.footer-bg {
	background: #F7F7F7 !important;
}



/* Inbox */

.container-inbox {
	display: flex;
	height: calc(100vh - 17rem);

}

.right-inbox{
	height: calc(100vh - 17rem);
}

sidebar {
	width: 33%;
	min-width:33%;
	display: flex;
	background: #fff;
	flex-direction: column;
	transition: 500ms all;
	max-height: 100vh;
	z-index: 100;
}

sidebar .logo {
	display: flex;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 3em;
	letter-spacing: 7px;
	border-bottom: 1px solid #ccc;
}

sidebar .list-wrap {
	width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
}

sidebar .list-wrap .list {
	border-bottom: 1px dashed #ddd;
	background: #fff;
	display: flex;
	padding: 5px;
	cursor: pointer;
}

sidebar .list-wrap .list:hover,
sidebar .list-wrap .list.active {
	background: #f4f7f9;
}

sidebar .list-wrap .list img {
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	object-fit: cover;
	margin-right: 1rem;
	box-shadow: none;
	border: 1px solid #ececec;
}

sidebar .list-wrap .list .info {
	flex: 1;
}

sidebar .list-wrap .list .count {
	font-size: 0.75em;
	background: #bde2f7;
	box-shadow: 0 .5rem 1.5rem -.5rem rgba(0, 0, 0, 0.7);
	padding: .3rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	text-align: center;
	color: #000;
}

.content-inbox {
	flex: 1;
	display: flex;
	flex-direction: column;
    border: 1px solid #ddd;
}

.content-inbox header {
	height: 7rem;
    background: #f7f7f7;
    display: flex;
    padding: 1rem;
    border-top: 1px solid #ddd;
}

.content-inbox header img {
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	object-fit: cover;
	margin-right: 10px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.content-inbox header .info {
	flex: 1;
}

.content-inbox header .info .user {
	font-weight: 700;
}

.content-inbox header .info .time {
	display: flex;
	margin-top: 3px;
	font-size: 0.85em;
}

.content-inbox header .open {
	display: none;
}

.content-inbox header .open a {
	color: #000;
	letter-spacing: 3px;
}

.message-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 15px;
	overflow: auto;
	height: calc(100vh - 30rem);
}

.message-wrap::before {
	content: "";
	margin-bottom: auto;
}

.message-wrap .message-list {
	align-self: flex-start;
	max-width: 70%;
}

.message-wrap .message-list.me {
	align-self: flex-end;
}

.message-wrap .message-list.me .msg {
	background: #bde2f7;
	color: #111;
}

.message-wrap .message-list .msg {
	background: #dee2e6;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
	padding: 10px 5px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.message-wrap .message-list .time {
	text-align: right;
	color: #999;
	font-size: 0.75em;
}

.message-footer {
	border-top: 1px solid #ddd;
	background: #eee;
	padding: 10px;
	display: flex;
	height: 60px;
}

.message-footer input {
	flex: 1;
	padding: 0 20px;
	border-radius: 5px;
}

.container-fluid-90{
	width: 90%!important;
}
@media only screen and (max-width: 480px),
only screen and (max-width: 767px) {
	sidebar {
		position: fixed;
		width: 100%;
		min-width: 100%;
		height: 0vh;
		bottom: 0;
		box-shadow: 0 5px 25px -5px black;
		bottom: 0;
		left: 0;

	}

	sidebar.opened {
		height: calc(100vh - 25rem) !important;
	}

	sidebar .logo {
		display: none;
	}

	sidebar .list-wrap .list .count {
		font-size: 0.75em;
	}

	header .open {
		display: block !important;
	}

	.container-fluid-90{
		width: 100%!important;
	}
}

.modal-lg {
	max-width: 1000px;
}


.modal-dialog-centered {
	min-height: calc(100vh - 11.5rem);
}

.modal-body {
	max-height: calc(100vh - 12.5rem);
	overflow-y: auto;
}


.modal-body-filter {
	max-height: calc(100vh - 20.5rem)!important;
	overflow-y: auto;
}

.drop-down-menu-left{
	left: -40px;
}


.vtooltip {
	position: relative;
	display: inline-block;
}

.vtooltip .vtooltiptext {
	visibility: hidden;
	width: 110px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 2px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	margin-left: -60px;
}

.vtooltip .vtooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.vtooltip:hover .vtooltiptext {
	visibility: visible;
}

.map-view-location{
	width:100%;
	height:250px;
}

.map-close {
	background: #fff;
	border: 0;
	position: absolute;
	cursor: pointer;
	user-select: none;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
	top: 12px;
	right: 12px;
	left: auto;
	color: #2b2b2b;
	z-index: 1100;              /* above the Leaflet zoom controls */
	transition: background .15s ease;
}
.map-close:hover { background: #f3f4f6; }
.map-close i { font-size: 18px; line-height: 1; }

.price-btn {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.show-map {
	background: #FFF;
	border: 0px;
	padding: 0px;
	cursor: pointer;
	user-select: none;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	color: #2B2B2B;
	z-index: 100;
}
.dropdown-menu-location {
	/* Above the map and the result cards — it is the thing the guest just asked for. */
	z-index: 1050;
	width: 45rem!important;
	border-radius: 15px!important;
	top: 5px!important;
	box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}

.dropdown-menu-room-type {
	width: 25rem!important;
	border-radius: 15px!important;
	top: 5px!important;
	box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}

.dropdown-menu-price{

	border-radius: 15px!important;
	top: 5px!important;
	box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}

.opacity-1{
	opacity:1!important;
}

.pick_date-width {
	width: 230px;
	padding: 0 10px 0 15px;
}

.modal-z-index {
	z-index:100000000!important;
}

@media only screen and (max-width: 900px) {
	#booking-banner.stick{
		width: 32%!important;
	}
	#booking-price.stick{
		width: 32%!important;
	}

	.dropdown-menu-location {
		width: 30rem!important;
	}

	.ex-image-container, .slider-image-container {
		height:250px;
	}
}

/**************************** Dashboard Css *********************************/

.widget ul {
	margin: 0px;
	padding: 0;
	overflow: hidden;
}
.widget ul li {
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
.sidebar-thumb{
	float: left;
	overflow: hidden;
	margin-right: 15px;
}
.sidebar-thumb img{
	background: #fff;
	border: 1px dashed #e0e0e0;
	padding: 6px;
	height: 75px;
	width: 75px;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.sidebar-content h5{
	font-size: 16px;
	cursor: pointer;
	line-height: 18px;
}
.sidebar-content h5 a:hover{
	color: #2996bd;
}

.sidebar-content h5 a{
	color: #202020;
	outline: 0 none;
	text-decoration: none;
	font-weight: bold
}
.sidebar-meta span{
	color: #2e2e2e;
}
.sidebar-meta span.time{
	margin-right: 10px;
}
/**************************** End Dashboard Css *********************************/

.review-0 ul li {
	list-style: none;
	display: inline;
	width: 50%;
}
a.send-btn {
	z-index: 11;
	position: relative;
	float: right;
	margin: 0px 0 0 -50px;
	width: 50px;
	border-radius: 0 4px 4px 0;
}

.single-load {
	min-height:200px;
	width:100%;
	text-align:center;
	opacity:0.9;
	padding-top: 110px;
}
.loader-img {
	min-height:200px;
	width:100%;
	text-align:center;
	opacity:0.9;
	padding-top: 70px;
}


.not-found {
	width: 100px;
}

.light-box-img {
	height:400px;
	width:100%;
	background-size: cover;
	background-position: 50% 50%;
}

.light-box-view {
	text-align: center;
	padding-top: 40px;
	margin-top:0px;
	color:white;
	height:130px;
	width:100%;
	background-color: #8E8F90;
	cursor: pointer;
}

.single-map-w {
	width:100%;
	height:400px;
	border-radius: 16px;
	overflow: hidden;
}

.map-view {
	width:100%;
	height:100vh;
}

.cursor-pointer{
	cursor: pointer;
}

.map-property-img {
	height:150px;
	width:250px;
	object-fit: cover;
}
.media-cover {
	width:250px;
}

.map-property-name {
	max-height:150px;
	max-width:250px;
}

.dataTables_paginate {
	margin-top:25px!important;
}

.js-calendar-sync:hover {
	color:#fff!important;
}

.shareButton {
	background-color: #476bb8;
	color: white;
	padding: 3px 10px;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 5px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	}

/* ===========================================================
   Red Hat typography (project-wide) — headings use Display
   =========================================================== */
h1, h2, h3, h4, h5, h6,
.btn, button, .button-reactangular {
	font-family: 'Red Hat Display', 'Red Hat Text', sans-serif;
}

/* ===========================================================
   Auth pages (Login / Sign up) redesign
   =========================================================== */
.vauth-page {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 16px 56px;
	background: radial-gradient(1200px 600px at 100% 0%, #eafaf2 0%, #f5f7f9 45%, #f5f7f9 100%);
}
.vauth-card {
	display: flex;
	width: 100%;
	min-width: 0;
	max-width: 460px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(17, 24, 39, .12);
}
/* The standalone signup page mirrors the header signup modal (.modal-lg) */
.vauth-card--wide { max-width: 760px; }
.vauth-brand { display: none; }

/* Brand / marketing panel */
.vauth-brand {
	flex: 0 0 43%;
	position: relative;
	color: #fff;
	padding: 52px 42px;
	background: linear-gradient(155deg, #1b405f 0%, #225076 55%, #1b405f 100%);
	display: flex;
	align-items: center;
	overflow: hidden;
}
.vauth-brand::before,
.vauth-brand::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .10);
}
.vauth-brand::before { width: 260px; height: 260px; right: -90px; top: -90px; }
.vauth-brand::after  { width: 180px; height: 180px; left: -70px; bottom: -60px; background: rgba(255,255,255,.08); }
.vauth-brand-inner { position: relative; z-index: 1; }
.vauth-brand-logo {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 900;
	font-size: 30px;
	letter-spacing: .5px;
	margin-bottom: 26px;
}
.vauth-brand h2 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 1.28;
	margin-bottom: 14px;
	color: #fff;
}
.vauth-brand p {
	font-size: 15px;
	line-height: 1.6;
	opacity: .92;
	margin: 0;
}
.vauth-features { list-style: none; margin: 28px 0 0; padding: 0; }
.vauth-features li {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 15px;
	font-size: 14.5px;
	opacity: .96;
}
.vauth-features i { font-size: 16px; color: #eafff4; }

/* Form side */
.vauth-form-side { flex: 1; padding: 46px 46px; min-width: 0; }
.vauth-title {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #111827;
	margin: 0 0 6px;
}
.vauth-subtitle { color: #6b7280; font-size: 14.5px; margin: 0 0 26px; }

.vauth-social { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.vauth-social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1.5px solid #e3e7ed;
	background: #fff;
	color: #374151;
	font-weight: 600;
	font-size: 14.5px;
	transition: all .15s ease;
	text-decoration: none;
}
.vauth-social-btn:hover { background: #f9fafb; border-color: #d1d5db; color: #111827 !important; text-decoration: none; }
.vauth-social-btn i { font-size: 16px; }
.vauth-fb i { color: #1877f2; }

/* Google: brand orange, white mark and label, flat */
.vauth-google,
.vauth-google:visited {
	background: #225076;
	border-color: #225076;
	color: #fff !important;
	box-shadow: none;
}
.vauth-google:hover,
.vauth-google:focus {
	background: #1b405f;
	border-color: #1b405f;
	color: #fff !important;
	box-shadow: none;
}
.vauth-google-icon { flex: 0 0 auto; color: currentColor; }

.vauth-divider { display: flex; align-items: center; text-align: center; color: #9ca3af; font-size: 13px; margin: 6px 0 20px; }
.vauth-divider::before, .vauth-divider::after { content: ""; flex: 1; height: 1px; background: #e5e7eb; }
.vauth-divider span { padding: 0 14px; }

.vauth-form .form-group { margin-bottom: 16px; }
.vauth-form label { font-weight: 600; font-size: 13.5px; color: #374151; margin-bottom: 7px; display: block; }
.vauth-form label .text-danger { font-size: 13px; }
.vauth-form .form-control,
.vauth-form select.form-control {
	height: 50px;
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid #e3e7ed;
	border-radius: 10px;
	font-size: 14.5px;
	line-height: 1.4;
	color: #111827;
	background-color: #fff;
	box-shadow: none;
	box-sizing: border-box;
	transition: border-color .15s ease, box-shadow .15s ease;
}
/* Native selects (e.g. Birthday) must match the text inputs' height */
.vauth-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 36px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}
.vauth-form .form-control:focus,
.vauth-form select.form-control:focus {
	border-color:#225076;
	box-shadow: 0 0 0 4px rgba(0,0,0, .13);
	outline: none;
}
.vauth-form .form-control::placeholder { color: #9ca3af; }
.vauth-row-2 { display: flex; gap: 14px; }
.vauth-row-2 .form-group { flex: 1; min-width: 0; }
.vauth-row-3 { display: flex; gap: 12px; }
.vauth-row-3 .form-control { flex: 1; min-width: 0; }
.vauth-form .error-tag { color: #dc2626; font-size: 12.5px; margin: 6px 0 0; }

/* Every input, select and the phone widget share one exact height (50px) */
.vauth-form .form-control,
.vauth-form input.form-control,
.vauth-form select.form-control,
.vauth-form input[type="tel"],
.vauth-form .intl-tel-input,
.vauth-form .intl-tel-input input {
	height: 50px !important;
	min-height: 50px !important;
	box-sizing: border-box !important;
}
.vauth-form .intl-tel-input { display: block !important; width: 100% !important; padding: 0 !important; border: none !important; }
.vauth-form .intl-tel-input input { width: 100% !important; }
/* keep the grid rows from stretching a control to match its neighbour */
.vauth-2col .form-group { align-self: start; }

.vauth-submit {
	width: 100%;
	padding: 13px;
	margin-top: 6px;
	border: none;
	border-radius: 10px;
	background: #225076;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 15.5px;
	cursor: pointer;
	box-shadow: none;
	transition: background .15s ease, transform .05s ease;
}
.vauth-submit:hover { background: #1b405f; color: #fff; }
.vauth-submit:active { transform: translateY(1px); }

.vauth-options { display: flex; align-items: center; justify-content: space-between; margin: 4px 0 18px; font-size: 13.5px; }
.vauth-options label { margin: 0; font-weight: 500; color: #4b5563; display: inline-flex; align-items: center; gap: 7px; }
.vauth-options a { color:#225076; font-weight: 600; }

.vauth-foot { text-align: center; margin-top: 22px; font-size: 14px; color: #6b7280; }
.vauth-foot a { color:#225076; font-weight: 700; }

.vauth-alert {
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 18px;
	text-align: center;
}

/* ===========================================================
   Phone field (intl-tel-input) — white, flush flag/dial-code
   Applied site-wide on the front-end so profile, signup, etc.
   all look consistent (kills the raised grey box + height gap).
   =========================================================== */
.intl-tel-input { width: 100% !important; display: block; }
.intl-tel-input.separate-dial-code .selected-flag,
.intl-tel-input.allow-dropdown .selected-flag {
	background-color: transparent !important;
	height: 100% !important;
}
/* Segment the dial-code from the number with a subtle divider (clean, Airbnb-like) */
.intl-tel-input.separate-dial-code .selected-flag { border-right: 1px solid #e6e8ec; }
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0, 0, 0, .03) !important;
}
.intl-tel-input .selected-dial-code { color: #374151; padding-left: 10px; }
.intl-tel-input .country-list {
	border: 1px solid #e3e7ed;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .12);
	margin-top: 4px;
}
/* Auth pages: round the flag corner to match the rounded inputs */
.vauth-form .intl-tel-input.separate-dial-code .selected-flag,
.vauth-form .intl-tel-input.allow-dropdown .selected-flag { border-radius: 10px 0 0 10px; }
.vauth-form .intl-tel-input .selected-dial-code { font-size: 14.5px; }

@media (max-width: 860px) {
	.vauth-brand { display: none; }
	.vauth-card { max-width: 480px; }
	.vauth-form-side { padding: 34px 24px; }
	.vauth-page { padding: 100px 12px 40px; overflow-x: hidden; }
}
@media (max-width: 430px) {
	.vauth-row-2 { flex-direction: column; gap: 0; }
}

/* ===========================================================
   Home hero reservation box — Airbnb-style rounded search
   =========================================================== */
.main_formbg.vreserve {
	border-radius: 22px;
	padding: 26px 26px 30px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
	max-width: 465px;          /* slightly wider search box */
	margin-top: 5rem;
	text-align: left;          /* keep fields left-aligned on mobile too */
}
@media (min-width: 1200px) {
	.main_formbg.vreserve { margin-left: -42px; }   /* nudge the card left on desktop */
}
.vreserve .vreserve-title {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: #111827;
	margin: 0 0 20px;
	padding: 0;
}
.vreserve .vreserve-field { margin-bottom: 14px; }
.vreserve .vreserve-field > label {
	display: block;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .3px;
	text-transform: uppercase;
	color: #6b7280;
	margin: 0 0 6px 2px;
}
.vreserve .vreserve-input,
.vreserve select.vreserve-input {
	width: 100%;
	height: 52px !important;
	min-height: 52px;
	padding: 12px 16px;
	border: 1.5px solid #e6e8ec;
	border-radius: 14px;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.4;
	color: #111827;
	box-shadow: none;
	box-sizing: border-box;
	transition: border-color .15s ease, box-shadow .15s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.vreserve .vreserve-input::placeholder { color: #9ca3af; }
.vreserve .vreserve-input:focus,
.vreserve select.vreserve-input:focus {
	outline: none !important;
	border-color:#225076;
	box-shadow: 0 0 0 4px rgba(0,0,0, .14);
}
.vreserve select.vreserve-input {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
	cursor: pointer;
}
.vreserve .vreserve-row { display: flex; gap: 12px; margin-bottom: 14px; }
.vreserve .vreserve-row .vreserve-field { flex: 1; margin-bottom: 0; min-width: 0; }
.vreserve .vreserve-input-icon { position: relative; }
.vreserve .vreserve-input-icon .vreserve-input { padding-right: 40px; cursor: pointer; }
.vreserve .vreserve-input-icon i {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	color:#225076;
	font-size: 15px;
	pointer-events: none;
}
.vreserve .vreserve-input.checkinout {
	height: 52px !important;
	padding: 12px 40px 12px 16px !important;
}
.vreserve .vreserve-btn {
	width: 100%;
	height: 54px;
	margin-top: 8px;
	border: none;
	border-radius: 14px;
	background: #225076;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	box-shadow: none;
	transition: background .15s ease, transform .05s ease;
}
.vreserve .vreserve-btn:hover { background: #1b405f; color: #fff; }
.vreserve .vreserve-btn:active { transform: translateY(1px); }

@media (max-width: 767px) {
	.main_formbg.vreserve {
		max-width: 100%;
		margin-top: 2.5rem;
		padding: 22px 18px 24px;
		border-radius: 18px;
	}
	.vreserve .vreserve-title { font-size: 21px; }
}
@media (max-width: 360px) {
	.vreserve .vreserve-row { flex-direction: column; gap: 14px; }
	.vreserve .vreserve-row .vreserve-field { margin-bottom: 0; }
}

/* ===========================================================
   Airbnb-style property list card (search results + host listings)
   =========================================================== */
.vlist-card {
	display: flex;
	gap: 18px;
	padding: 14px;
	border: 1px solid #ebedf0;
	border-radius: 16px;
	background: #fff;
	transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.vlist-card:hover {
	box-shadow: 0 12px 32px rgba(17, 24, 39, .10);
	border-color: #e2e5ea;
	transform: translateY(-2px);
}
.vlist-thumb {
	flex: 0 0 240px;
	width: 240px;
	height: 180px;
	border-radius: 12px;
	overflow: hidden;
	display: block;
	background: #f5f5f5;
}
.vlist-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.vlist-card:hover .vlist-thumb img { transform: scale(1.05); }
.vlist-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; }
.vlist-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.vlist-title-link { text-decoration: none; }
.vlist-title {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #111827;
	margin: 0;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.vlist-title-link:hover .vlist-title { color:#225076; }
.vlist-fav { flex: 0 0 auto; }
.vlist-fav .btn { padding: 0; line-height: 1; color: #111827; }
.vlist-addr {
	color: #6b7280;
	font-size: 13.5px;
	margin: 7px 0 0;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.vlist-addr i { color:#225076; margin-right: 4px; }
.vlist-rating { font-size: 13.5px; color: #374151; margin-top: 8px; font-weight: 600; }
.vlist-rating i { color: #ffb400; margin-right: 3px; }
.vlist-foot {
	margin-top: auto;
	padding-top: 14px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.vlist-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #4b5563;
	font-size: 13.5px;
}
.vlist-meta i { color:#225076; margin-right: 5px; }
.vlist-dot { color: #cbd0d6; font-weight: 700; }
.vlist-price { color: #111827; font-weight: 800; font-size: 19px; white-space: nowrap; font-family: 'Red Hat Display', sans-serif; }
.vlist-price small { font-weight: 500; font-size: 13px; color: #6b7280; }

/* Host listings: extra actions column (toggle / manage) */
.vlist-actions {
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	border-left: 1px solid #f0f1f3;
	padding-left: 16px;
	text-align: center;
}
.vlist-delete {
	color: #dc3545;
	font-weight: 600;
	text-decoration: none;
}
.vlist-delete:hover { color: #a71d2a !important; text-decoration: none; }

@media (max-width: 991px) {
	.vlist-actions { flex-basis: 240px; }
}
@media (max-width: 767px) {
	.vlist-card { flex-direction: column; gap: 14px; }
	.vlist-thumb { flex-basis: auto; width: 100%; height: 200px; }
	.vlist-actions { flex-basis: auto; border-left: none; border-top: 1px solid #f0f1f3; padding-left: 0; padding-top: 14px; }
	.vlist-foot { align-items: flex-start; }
}

/* Rounded header CTA ("List your Space") */
.vbtn-rounded { border-radius: 12px !important; }

/* Header auth as one 50/50 split button (Sign Up | Log In) — always solid filled */
.vauth-toggle {
	display: inline-flex;
	align-items: center;
	gap: 22px;                 /* two plain links with a gap between */
	border: none;
	background: transparent;
}
.vauth-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 2px;
	font-size: 14px;
	font-weight: 700;
	color: #1f2937;
	background: transparent;
	text-decoration: none;
	white-space: nowrap;
	transition: color .15s ease;
}
.vauth-link i { font-size: 17px; color:#225076; }
.vauth-link:hover,
.vauth-link:focus { color:#225076; text-decoration: none; }

/* ===========================================================
   Top Destinations — Airbnb-style rounded rectangle cards
   =========================================================== */
.vdest-section { padding: 58px 0 44px; background: #fff; }
.vdest-head { margin-bottom: 26px; }
.vdest-title {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 28px;
	color: #111827;
	margin: 0;
}
.vdest-sub { color: #6b7280; font-size: 15px; margin: 8px 0 0; }
.vdest-card { display: block; text-decoration: none; }
.vdest-card:hover { text-decoration: none; }
.vdest-thumb {
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
	background: #f0f0f0;
	box-shadow: 0 6px 18px rgba(17, 24, 39, .08);
	transition: box-shadow .2s ease;
}
.vdest-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.vdest-card:hover .vdest-thumb { box-shadow: 0 14px 32px rgba(17, 24, 39, .16); }
.vdest-card:hover .vdest-thumb img { transform: scale(1.06); }
.vdest-name {
	margin-top: 12px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #111827;
	transition: color .15s ease;
}
.vdest-card:hover .vdest-name { color:#225076 !important; }
.vdest-thumb { position: relative; }
.vdest-meta {
	margin-top: 2px;
	font-size: 13.5px;
	color: #6b7280;
}
.vdest-meta .vdest-price { font-weight: 700; color: #111827; }
/* Payouts hero: balance + all payout actions in one place */
.vpayout-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 18px;
	background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 26px 28px;
}
.vpayout-label {
	margin: 0;
	color: #6b7280;
	font-size: 13.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .4px;
}
.vpayout-balance {
	margin: 2px 0 4px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: #111827;
	line-height: 1.15;
}
.vpayout-hint { margin: 0; color: #6b7280; font-size: 13.5px; }
.vpayout-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
a.vbtn-success { background: #225076; color: #fff !important; }
a.vbtn-success:hover { background: #1b405f; color: #fff !important; }
@media (max-width: 575px) {
	.vpayout-hero { padding: 20px; }
	.vpayout-balance { font-size: 28px; }
	.vpayout-actions { width: 100%; }
	.vpayout-actions .btn { flex: 1 1 auto; }
}

/* Modern page headers on user pages (replaces the old gray title bars) */
.vpage-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eef0f3;
}
.vpage-title {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #111827;
	margin: 0;
	line-height: 1.2;
}
.vpage-tools {
	display: flex;
	align-items: center;
	gap: 10px;
}
.vpage-tools .form-control,
.vpage-tools select {
	border-radius: 999px;
	border: 1px solid #d1d5db;
	padding: 6px 30px 6px 14px;
	height: auto;
	font-size: 14px;
	background-color: #fff;
}
.vpage-tools .vpage-tools-label {
	color: #6b7280;
	font-size: 13.5px;
	font-weight: 600;
	white-space: nowrap;
}

/* Pill navigation (payouts, profile, review tabs) */
.vpill-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0 16px;
	padding: 0;
	list-style: none;
	border: none;
}
.vpill-nav a,
.vpill-nav .nav-link {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	color: #374151;
	font-weight: 600;
	font-size: 14px;
	background: #fff;
	transition: all .15s ease;
}
.vpill-nav a:hover,
.vpill-nav .nav-link:hover {
	border-color: #111827;
	color: #111827 !important;
	text-decoration: none;
}
.vpill-nav a.vpill-active,
.vpill-nav .nav-link.active {
	background: #111827;
	color: #ffffff !important;
	border-color: #111827;
}

/* Price pins on the search map */
.vprice-pin-wrap { background: none; border: none; }
.vprice-pin {
	display: inline-block;
	background: #ffffff;
	color: #111827;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	padding: 7px 11px;
	border-radius: 999px;
	border: 1px solid #d1d5db;
	box-shadow: 0 2px 8px rgba(17, 24, 39, .22);
	white-space: nowrap;
	transform: translate(-50%, -50%);
}
.vprice-pin:hover { background: #111827; color: #fff; }

.vdest-fav-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	background: rgba(255, 255, 255, .95);
	color: #111827;
	font-weight: 700;
	font-size: 12.5px;
	padding: 4px 10px;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(17, 24, 39, .18);
}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 1) {
	.vdest-thumb { height: 180px; }
}
@media (max-width: 767px) {
	/* Restore comfortable gutters between destination cards (theme zeroes col padding on mobile) */
	.vdest-section .row { margin-left: -8px; margin-right: -8px; }
	.vdest-section .row > [class*="col-"] { padding-left: 8px !important; padding-right: 8px !important; }
	.vdest-section .row > [class*="col-"] { margin-bottom: 20px !important; }
}
@media (max-width: 575px) {
	.vdest-title { font-size: 23px; }
	.vdest-thumb { border-radius: 14px; }
}

	.shareButton:hover {
	background-color: #3b5998;
	color: white!important;
}

.view-all {
	background-color: rgb(24, 23, 23);
	color:#fff;
	font-weight: 700;
}
.view-all img {
	opacity: 0.5;
}

.h-110px {
	height: 110px;
	object-fit: cover;
}

.gal-img {
	width: 200px;
}

.price-table-scroll {
	max-height: 260px;
	overflow-y: auto;
}
/* Price summary always visible below the scrollable per-night list */
.price-summary { margin-bottom: 0; border-top: 2px solid #eef0f2; }
.price-summary tbody tr td { border: none; padding-top: 10px; padding-bottom: 10px; }
.price-summary tbody tr:last-child td {
	font-weight: 800;
	font-size: 16px;
	color: #111827;
	border-top: 1px solid #eef0f2;
}
/* Collapsible "detailed daily breakdown" header */
.vprice-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 4px;
	font-weight: 700;
	font-size: 14px;
	color:#225076;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid #eef0f2;
}
.vprice-toggle:hover,
.vprice-toggle:focus { color: #1b405f; text-decoration: none; }
.vprice-toggle i { transition: transform .2s ease; font-size: 12px; }
.vprice-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
/* per-night monthly group header inside the scroll list */
.append_month td {
	background: #f5f7f9;
	font-weight: 700;
	color:#225076;
	border-top: 1px solid #e6e8ec !important;
}
/* Monthly installment breakdown (multi-month rentals) */
.monthly-breakdown {
	margin-top: 14px;
	padding: 14px 16px;
	border: 1px solid #eef0f2;
	border-radius: 12px;
	background: #f8fafb;
}
.monthly-breakdown .mb-head {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	color:#225076;
	font-size: 14px;
	margin-bottom: 10px;
}
.monthly-breakdown .mb-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 10px;
	padding: 7px 0;
	border-bottom: 1px dashed #e6e8ec;
}
.monthly-breakdown .mb-row:last-child { border-bottom: none; }
.monthly-breakdown .mb-month { color: #374151; font-size: 14px; }
.monthly-breakdown .mb-month small { color: #9ca3af; }
.monthly-breakdown .mb-amt { font-weight: 700; color: #111827; white-space: nowrap; }

/* Media query */
@media(min-height:0px) and (max-height:480px)
{
	.min-height{
		min-height: 480px;
	}
}

@media(min-height:481px) and (max-height:720px)
{
	.min-height{
			min-height: 600px;
		}
}

@media(min-height:721px) and (max-height:850px)
{
	.min-height{
			min-height: 790px;
		}
}

@media(min-height:851px) and (max-height:1440px)
{
	.min-height{
			min-height: 927px;
		}
}

@media (max-width: 1200px) {
	#booking-price.stick {
		width: 30.5%;
	}
}



/* Animation */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
}


.swal-footer {
	text-align: center;
}




  progress {
	border: none;
	height: 5px;
	width: 100px;
	margin-bottom: 3px;
	background: rgb(196, 194, 194);
  }

  progress {
	color: rgb(180, 180, 184);
  }

   progress::-webkit-progress-value {
	background: #222222;
  }

  progress::-moz-progress-bar {
	background:  rgb(180, 180, 184);
  }

  progress::-webkit-progress-value {
	background: #222222;
  }

  progress::-webkit-progress-bar {
	background: rgb(180, 180, 184);
  }


@media screen and (max-width: 1100px) and (min-width: 992px) {
	progress {
		width: 55px;
	}
}


@media screen and (max-width: 1150px) and (min-width: 1100px) {
	progress {
		width: 80px;
	}
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #225076!important;
    background: #225076!important;
    font-weight: normal;
    color: #fff;
}

.ui-state-active:hover {
	color: #fff!important;
}

.line-height-2-4 {
	line-height: 2.4;
}

.overflow-hidden-x{
	overflow-x: hidden;
}

@media (max-width: 576px) {
	.gal-img {
		width: 100%!important;
	}

	.h-110px {
		height: auto!important;
	}
 }
 .static ul{
	list-style-type: disc !important;
	margin-left:40px;
}
.static strong{
	font-weight: bold;
}
.static a{
	text-decoration: underline;
}
/* ===========================================================
   Flat buttons — remove shadows from all buttons (every state)
   =========================================================== */
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:focus-visible,
.vbtn-default,
.vbtn-outline-success,
.vbtn-rounded,
.vbtn-primary,
.vbtn-success,
.vauth-submit,
.vauth-submit:hover,
.vauth-social-btn,
.vreserve .vreserve-btn,
.vreserve .vreserve-btn:hover {
	box-shadow: none !important;
}

/* ===========================================================
   Whole user area — flat boxes: hairline borders, no shadows
   (covers profile, verification, payouts, wizard, reviews…)
   =========================================================== */
.main-panel .card,
.main-panel .card-default,
.main-panel .panel,
.main-panel .box,
.main-panel .border {
	box-shadow: none !important;
}
.main-panel .card,
.main-panel .card-default {
	border: 1px solid #eef0f2 !important;
	border-radius: 12px;
	overflow: hidden;
}
/* Section headers inside cards: no gray fill, just a hairline underneath */
.main-panel .main-panelbg {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #eef0f2 !important;
	border-radius: 12px 12px 0 0;
}
.main-panel .card-header {
	background: #fbfcfd !important;
	border-bottom: 1px solid #eef0f2 !important;
	box-shadow: none !important;
}
.main-panel .rounded,
.main-panel .rounded-3 {
	border-radius: 12px !important;
}
.main-panel hr { border-top-color: #eef0f2; }

/* ===========================================================
   User dashboard — flat 2D, no shadows, corner half-out icons
   =========================================================== */
.vdash .card,
.vdash .card-default {
	box-shadow: none !important;
	border: 1px solid #eef0f2;
	border-radius: 12px;
}
.vdash .card-header {
	background: #f8fafb;
	border-bottom: 1px solid #eef0f2;
	border-radius: 12px 12px 0 0 !important;
}
.vdash-stats { margin-top: 36px !important; }
.vdash-card {
	position: relative;
	background: #fff;
	border: 1px solid #eef0f2;
	border-radius: 12px;
	padding: 20px;
	text-align: left;
	box-shadow: none;
	overflow: hidden;            /* clips the oversized background icon */
}
.vdash-icon {
	position: absolute;
	right: -48px;
	bottom: -58px;               /* deep in the corner — only a sliver shows */
	font-size: 110px;
	color:#225076;
	opacity: .05;
	pointer-events: none;
	transform: rotate(-12deg);
	z-index: 1;
	background: none;
	width: auto;
	height: auto;
}
.vdash-icon i { font-size: inherit; }
.vdash-label {
	position: relative;
	z-index: 2;
	font-weight: 600;
	color: #9ca3af;
	font-size: 12px;
	margin: 0 0 6px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.vdash-value {
	position: relative;
	z-index: 2;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #111827;
	margin: 0;
}
a .vdash-value:hover { color:#225076; }

/* Host listing locked (has bookings) */
.vlist-locked {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #6b7280;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 10px 12px;
	font-weight: 600;
	font-size: 12.5px;
	line-height: 1.45;
	text-align: left;
}
.vlist-locked i { color: #9ca3af; flex-shrink: 0; margin-top: 2px; font-size: 15px; }

/* ===========================================================
   Support / Help — modal + floating button
   =========================================================== */
.vsupport-content {
	border: none;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.vsupport-header {
	background: #225076;
	color: #fff;
	border-bottom: none;
	padding: 22px 24px;
	align-items: flex-start;
}
.vsupport-header .modal-title { font-size: 20px; }
.vsupport-header .close { color: #fff; opacity: .9; text-shadow: none; }
.vsupport-sub { font-size: 13px; opacity: .85; margin-top: 4px; }
.vsupport-body { padding: 22px 24px 6px; }
.vsupport-label { font-weight: 600; font-size: 13px; color: #374151; margin-bottom: 4px; }
.vsupport-input {
	border: 1px solid #dfe3e8;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
	height: auto;
}
.vsupport-input:focus {
	border-color:#225076;
	box-shadow: 0 0 0 3px rgba(0,0,0,.12);
}
textarea.vsupport-input { resize: vertical; }
.vsupport-modal .modal-dialog { max-width: 620px; }   /* wider modal */
.vsupport-head-inner { flex: 1; padding-right: 12px; }
.vsupport-title-line { font-size: 18px; line-height: 1.5; }
.vsupport-dash { opacity: .6; margin: 0 4px; font-weight: 400; }
.vsupport-title-line .vsupport-sub { font-size: 13.5px; font-weight: 400; opacity: .85; }
.vsupport-footer {
	border-top: 1px solid #eef0f2;
	padding: 18px 24px 22px;
	display: flex;
	flex-direction: column;      /* buttons stacked one below the other */
	gap: 12px;
}
.vsupport-footer > .btn {
	width: 100%;
	margin: 0;
	padding: 15px 18px;          /* bigger buttons */
	font-size: 15px;
}
.vsupport-cancel {
	background: #f3f4f6;
	color: #374151;
	border-radius: 10px;
	font-weight: 600;
}
.vsupport-submit {
	background: #225076;
	color: #225076;
	border-radius: 10px;
	font-weight: 700;
}
.vsupport-submit:hover { background: #1b405f; color: #225076; }

/* Floating help button — headset icon only */
.vsupport-fab {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 1040;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background: #225076;
	color: #fff;
	border: none;
	border-radius: 50%;
	box-shadow: none;
	transition: transform .15s ease, background .15s ease;
}
.vsupport-fab:hover { background: #17364f; color: #fff; transform: translateY(-2px); }
.vsupport-fab i { font-size: 22px; }

/* ===========================================================
   Passkeys (WebAuthn)
   =========================================================== */
.vpasskey-list { list-style: none; padding: 0; margin: 0 0 8px; }
.vpasskey-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #eef0f2;
	border-radius: 10px;
	margin-bottom: 10px;
}
.vpasskey-info { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.vpasskey-info > i { color:#225076; font-size: 16px; }
.vpasskey-add {
	background: #225076;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
	padding: 10px 18px;
}
.vpasskey-add:hover { background: #1b405f; color: #fff; }
.vpasskey-remove {
	background: #f3f4f6;
	color: #b91c1c;
	border-radius: 8px;
	font-weight: 600;
	padding: 6px 12px;
}
.vpasskey-remove:hover { background: #fee2e2; color: #991b1b; }
.vpasskey-empty { color: #6b7280; }

/* Passkey button on login pages */
.vauth-passkey-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	background: #fff;
	color:#225076;
	border: 1.5px solid #225076;
	border-radius: 10px;
	font-weight: 700;
	padding: 11px 18px;
	margin-top: 12px;
	transition: background .15s ease, color .15s ease;
}
.vauth-passkey-btn:hover { background: #225076; color: #fff; }

/* Support modal — success (message sent) state */
.vsupport-success {
	text-align: center;
	padding: 40px 28px 34px;
}
.vsupport-check {
	width: 76px;
	height: 76px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #f0f5f9;
	color: #225076;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	animation: vsupportPop .35s ease;
}
.vsupport-success h5 { color: #111827; }
.vsupport-success p { color: #6b7280; }
.vsupport-success .vsupport-submit { min-width: 140px; }
@keyframes vsupportPop {
	0%   { transform: scale(0); }
	70%  { transform: scale(1.15); }
	100% { transform: scale(1); }
}

/* ===========================================================
   Static content pages (About / Privacy / Policies / Help)
   =========================================================== */
.static .static-page {
	max-width: 860px;
	margin: 24px auto 60px;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.7;
}
.static .static-page h1 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: clamp(26px, 4vw, 38px);
	color:#225076;
	margin-bottom: 6px;
}
.static .static-page .static-updated {
	color: #6b7280;
	font-size: 14px;
	margin-bottom: 28px;
}
.static .static-page h2 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #111827;
	margin: 34px 0 12px;
	padding-top: 18px;
	border-top: 1px solid #eef0f2;
}
.static .static-page h3 {
	font-weight: 700;
	font-size: 18px;
	color:#225076;
	margin: 22px 0 8px;
}
.static .static-page p { margin: 0 0 14px; }
.static .static-page ul { margin: 0 0 16px 40px; }
.static .static-page li { margin-bottom: 8px; }
.static .static-page .static-lead {
	font-size: 18px;
	color: #374151;
	margin-bottom: 24px;
}
.static .static-page .static-callout {
	background: #f4f6fb;
	border-left: 4px solid #225076;
	border-radius: 8px;
	padding: 16px 18px;
	margin: 20px 0;
}
.static .static-page .static-note {
	color: #6b7280;
	font-size: 14px;
	border-top: 1px solid #eef0f2;
	margin-top: 34px;
	padding-top: 18px;
}

/* ===========================================================
   INILIO identity verification — status cards, banner, badge
   =========================================================== */
.vident-banner {
	position: relative;
	overflow: hidden;            /* clips the oversized background icon */
	display: flex;
	align-items: center;
	gap: 14px;
	background: #fff7ed;
	border: 1px solid #fdba74;
	border-radius: 12px;
	padding: 16px 18px;
	flex-wrap: wrap;
}
.vident-banner > i {
	position: absolute;
	right: -50px;
	bottom: -60px;               /* deep in the corner — only a sliver shows */
	font-size: 114px;
	color: #ea580c;
	opacity: .07;
	pointer-events: none;
	transform: rotate(-12deg);
	z-index: 1;
}
.vident-banner-text { position: relative; z-index: 2; flex: 1 1 300px; color: #7c2d12; font-size: 14px; }
.vident-banner .vident-btn { position: relative; z-index: 2; }
@media (max-width: 767px) {
	.vident-banner .vident-btn {
		width: 100%;             /* full-width button on mobile */
		text-align: center;
	}
}
.vident-btn {
	background: #225076;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
	padding: 9px 18px;
	white-space: nowrap;
}
.vident-btn:hover { background: #1b405f; color: #fff !important; }
.vident-btn-outline {
	background: #fff;
	color:#225076;
	border: 1.5px solid #225076;
	border-radius: 10px;
	font-weight: 700;
	padding: 8px 16px;
	white-space: nowrap;
}
.vident-btn-outline:hover { background: #225076; color: #fff !important; }
.vident-status { display: flex; align-items: flex-start; gap: 14px; }
.vident-status > i { font-size: 30px; color:#225076; margin-top: 2px; }
.vident-status--verified > i { color: #225076; }
.vident-status--pending > i { color: #d97706; }
.vident-status--rejected > i { color: #dc2626; }

/* Verified badge next to name/photo */
.vbadge-verified {
	color:#225076;
	font-size: 1em;
	line-height: 1;
	vertical-align: -0.12em;
	margin-left: 4px;
}

/* Empty-state icon (replaces the old unnamed.png placeholder image) */
.vempty-icon {
	display: block;
	font-size: 64px;
	color: #cbd5e1;
	margin: 24px auto 12px;
	text-align: center;
}

/* Locked personal data note (after identity verification) */
.vident-locked-note {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #f0f6ff;
	border: 1px solid #bfd4f5;
	border-radius: 10px;
	padding: 12px 16px;
	color: #1e3a8a;
	font-size: 14px;
	margin-top: 12px;
}
.vident-locked-note i { font-size: 20px; color:#225076; }

/* Grey out disabled (locked) profile fields */
.form-control:disabled,
select.form-control:disabled {
	background-color: #f3f4f6;
	color: #9ca3af;
	cursor: not-allowed;
	opacity: 1;
}

/* ===========================================================
   Cookie consent banner
   =========================================================== */
.vcookie {
	position: fixed;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 1060;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .16);
	padding: 16px 20px;
	max-width: 860px;
	margin: 0 auto;
}
.vcookie-text { flex: 1 1 320px; font-size: 13.5px; color: #374151; }
.vcookie-text strong { display: block; margin-bottom: 2px; color: #111827; }
.vcookie-text a { text-decoration: underline; color:#225076; }
.vcookie-actions { display: flex; gap: 10px; }
.vcookie-accept {
	background: #225076;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
	padding: 9px 18px;
}
.vcookie-accept:hover { background: #1b405f; color: #fff; }
.vcookie-necessary {
	background: #f3f4f6;
	color: #374151;
	border-radius: 10px;
	font-weight: 600;
	padding: 9px 16px;
}

/* ===========================================================
   Guest picker (adults / children / infants + pets)
   =========================================================== */
.vguest { position: relative; }
.vguest-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	text-align: left;
	cursor: pointer;
	background: #fff;
}
.vguest-toggle i { font-size: 13px; color: #6b7280; }
.vguest-pop {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	min-width: 280px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, .16);
	padding: 6px 16px;
	z-index: 1050;
}
.vguest-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #f1f5f9;
}
.vguest-row:last-child { border-bottom: none; }
.vguest-row strong { display: block; font-size: 14px; color: #111827; }
.vguest-row small { display: block; font-size: 12px; color: #9ca3af; }
.vguest-stepper { display: flex; align-items: center; gap: 12px; }
.vguest-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #cbd5e1;
	background: #fff;
	color: #374151;
	font-size: 16px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: border-color .12s, color .12s;
}
.vguest-btn:hover { border-color:#225076; color:#225076; }
.vguest-count { min-width: 20px; text-align: center; font-weight: 700; color: #111827; }
.vguest-row--pets { align-items: center; }
.vguest-row--pets > div:first-child { flex: 1; }
.vguest-pet-toggle {
	position: relative;
	cursor: pointer;
	margin: 0;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
}
.vguest-pet-toggle input {
	display: none !important;      /* only the slider is visible */
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}
.vguest-pet-track {
	display: block;
	width: 46px;
	height: 26px;
	background: #d1d5db;
	border-radius: 99px;
	position: relative;
	transition: background .2s;
}
.vguest-pet-track::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	transition: transform .2s;
}
.vguest-pet-toggle input:checked ~ .vguest-pet-track { background: #225076; }
.vguest-pet-toggle input:checked ~ .vguest-pet-track::after { transform: translateX(20px); }

/* ===========================================================
   Property photo mosaic (1 large + 4 small, Show all photos)
   =========================================================== */
.vgallery {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 18px;
	border-radius: 16px;
	overflow: hidden;
	height: 430px;
}
.vgallery--single { grid-template-columns: 1fr; }
.vgallery-main {
	background-size: cover;
	background-position: center;
	cursor: pointer;
	transition: filter .15s ease;
	height: 100%;
}
.vgallery-side {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 8px;
	height: 100%;
	min-height: 0;
}
.vgallery-thumb {
	background-size: cover;
	background-position: center;
	cursor: pointer;
	transition: filter .15s ease;
	min-height: 0;
}
.vgallery-main:hover, .vgallery-thumb:hover { filter: brightness(.92); }
.vgallery-all {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #fff;
	border: 1px solid #111827;
	border-radius: 10px;
	padding: 8px 14px;
	font-size: 13.5px;
	font-weight: 600;
	color: #111827;
	cursor: pointer;
	transition: transform .12s ease;
}
.vgallery-all:hover { transform: scale(1.03); }
@media (max-width: 767px) {
	.vgallery { grid-template-columns: 1fr; height: 260px; border-radius: 12px; }
	.vgallery-side { display: none; }
}

/* Sticky booking card on property page (desktop) */
@media (min-width: 992px) {
	.vbook-sticky {
		position: sticky;
		top: 100px;              /* clears the fixed header */
		z-index: 10;
	}
}

/* ===========================================================
   Mobile bottom navigation
   =========================================================== */
.vbottom-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1045;
	display: flex;
	background: #fff;
	border-top: 1px solid #e5e7eb;
	box-shadow: 0 -4px 18px rgba(0, 0, 0, .06);
	padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
}
.vbottom-nav a {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	padding: 5px 2px;
	color: #6b7280;
	font-size: 10.5px;
	font-weight: 400;
	text-decoration: none;
}
.vbottom-nav a i { font-size: 20px; font-weight: 400; }
.vbottom-nav a.active,
.vbottom-nav a:hover { color:#225076; text-decoration: none; }
@media (max-width: 767px) {
	body { padding-bottom: 66px; }             /* room for the bottom nav */
	.vsupport-fab { bottom: 78px; }            /* lift the Help button above it */
	.vcookie { bottom: 78px; }
}

/* ===========================================================
   Notification bell (header)
   =========================================================== */
.vnotif { position: relative; margin-right: 6px; }
.vnotif-btn {
	position: relative;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px 10px;
	border-radius: 10px;
	color: #374151;
	font-size: 19px;
	line-height: 1;
	transition: background .12s ease;
}
.vnotif-btn:hover { background: #f3f4f6; color:#225076; }
.vnotif-badge {
	position: absolute;
	top: 2px;
	right: 2px;
	background: #dc2626;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	border-radius: 20px;
	padding: 1px 5px;
	min-width: 16px;
	text-align: center;
	line-height: 1.4;
}
.vnotif-pop {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	width: 330px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, .16);
	z-index: 1050;
	overflow: hidden;
}
.vnotif-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 16px;
	font-weight: 700;
	font-size: 14px;
	color: #111827;
	border-bottom: 1px solid #f1f5f9;
}
.vnotif-markall {
	background: none;
	border: none;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: 600;
	color:#225076;
	cursor: pointer;
	white-space: nowrap;
}
.vnotif-markall:hover { text-decoration: underline; }
.vnotif-list { max-height: 380px; overflow-y: auto; }
.vnotif-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 11px 16px;
	color: #374151;
	text-decoration: none;
	border-bottom: 1px solid #f8fafc;
	transition: background .12s ease;
}
.vnotif-item:hover { background: #f8fafc; text-decoration: none; color: #111827; }
.vnotif-item--unread { background: #f0f6ff; }
.vnotif-item > i { font-size: 17px; color:#225076; margin-top: 2px; flex-shrink: 0; }
.vnotif-text { display: block; font-size: 13.5px; line-height: 1.4; }
.vnotif-time { display: block; font-size: 11.5px; color: #9ca3af; margin-top: 2px; }
.vnotif-empty { padding: 26px 16px; text-align: center; color: #9ca3af; font-size: 13px; }
@media (max-width: 575px) {
	.vnotif-pop { position: fixed; left: 10px; right: 10px; width: auto; top: 64px; }
}

/* Guest picker — mobile: popover stays inside the viewport */
@media (max-width: 575px) {
	.vguest-pop {
		position: fixed;
		left: 14px;
		right: 14px;
		top: auto;
		bottom: 90px;              /* above the bottom nav */
		min-width: 0;
		max-height: 60vh;
		overflow-y: auto;
	}
}

/* ===========================================================
   Support slide-in drawer (replaces the old modal)
   =========================================================== */
.vsupport-overlay {
	position: fixed;
	inset: 0;
	background: rgba(17, 24, 39, .45);
	z-index: 1069;
}
.vsupport-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 540px;
	max-width: 100%;
	background: #fff;
	z-index: 1070;
	display: flex;
	flex-direction: column;
	transform: translateX(105%);
	transition: transform .28s ease;
	box-shadow: -14px 0 40px rgba(0, 0, 0, .18);
}
.vsupport-drawer--open { transform: translateX(0); }
.vsupport-drawer .vsupport-header {
	background: #dbe7f1;
	color: #225076;
	padding: 22px 26px 20px;
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
}
.vsupport-drawer .vsupport-header .close { color: #225076; opacity: .8; text-shadow: none; margin-left: 10px; }
.vsupport-title {
	margin: 0;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #225076;
}
.vsupport-drawer .vsupport-sub {
	margin: 0;
	font-size: 14px;
	opacity: .9;
	line-height: 1.5;
	color: #225076;
}

/* Form fills the drawer; only the fields scroll — the footer stays pinned */
.vsupport-form {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}
.vsupport-scroll {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
}
.vsupport-drawer .vsupport-body { padding: 24px 26px 4px; }
.vsupport-drawer .vsupport-body .form-group { margin-bottom: 16px; }
.vsupport-textarea { min-height: 120px; }

.vsupport-drawer .vsupport-footer {
	flex-shrink: 0;
	background: #fff;
	border-top: 1px solid #eef0f2;
	box-shadow: 0 -6px 16px rgba(17, 24, 39, .05);
	padding: 14px 22px 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.vsupport-drawer .vsupport-footer > .btn { width: 100%; margin: 0; padding: 14px 18px; font-size: 15px; }
.vsupport-drawer .vsupport-cancel {
	background: transparent;
	color: #6b7280;
	font-weight: 600;
	padding: 10px 18px !important;
}
.vsupport-drawer .vsupport-cancel:hover { background: #f3f4f6; color: #111827; }

/* Success state: centered in the drawer */
.vsupport-drawer .vsupport-success {
	flex: 1;
	min-height: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 28px;
}

body.vsupport-lock { overflow: hidden; }

/* Mobile: drawer becomes a full page */
@media (max-width: 767px) {
	.vsupport-drawer { width: 100%; }
	.vsupport-drawer .vsupport-header { padding: 16px 18px 14px; }
	.vsupport-drawer .vsupport-body { padding: 18px 16px 4px; }
	.vsupport-drawer .vsupport-body .row { margin-left: -6px; margin-right: -6px; }
	.vsupport-drawer .vsupport-body .row > [class*="col-"] { padding-left: 6px; padding-right: 6px; }
	.vsupport-drawer .vsupport-footer { padding: 12px 16px calc(14px + env(safe-area-inset-bottom)); }
}

/* ===========================================================
   Host reply on a review
   =========================================================== */
.vreview-reply {
	margin: 12px 0 4px 18px;
	padding: 12px 16px;
	background: #f8fafc;
	border-left: 3px solid #225076;
	border-radius: 0 10px 10px 0;
	max-width: 640px;
}
.vreview-reply-head {
	font-weight: 700;
	font-size: 13px;
	color:#225076;
	margin-bottom: 4px;
}
.vreview-reply-head i { margin-right: 4px; }
.vreview-reply-form { margin: 10px 0 4px 18px; max-width: 640px; }

/* ---- Offline card payment (checkout) ---- */
.voffcard {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 18px;
}
.voffcard-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: #17364f;
	background: #f0f5f9;
	border: 1px solid #d3e2ee;
	border-radius: 8px;
	padding: 10px 12px;
	margin-bottom: 14px;
}
.voffcard-note i { margin-top: 2px; flex-shrink: 0; }
.voffcard .error-tag {
	color: #dc2626;
	font-size: 12px;
	margin: 4px 0 0;
}
.voffcard label { margin-bottom: 4px; }

/* ---- User sidebar nav (aligned with admin sidebar design) ---- */
.vuser-nav {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 0 12px 24px;
}
.vuser-nav-section {
	display: block;
	margin: 18px 0 4px;
	padding: 0 12px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #9ca3af;
	border-top: 1px solid #f0f1f3;
	padding-top: 14px;
}
.vuser-nav > a,
.vuser-nav-sub a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	border-radius: 10px;
	color: #4b5563;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: background .15s ease, color .15s ease;
}
.vuser-nav > a:hover,
.vuser-nav-sub a:hover {
	background: #f3f4f6;
	color: #111827;
	text-decoration: none;
}
.vuser-nav > a.active,
.vuser-nav-sub a.active {
	background: #dbe7f1;
	color:#225076;
	font-weight: 600;
}
.vuser-nav > a > i:first-child {
	font-size: 16px;
	width: 18px;
	text-align: center;
	flex-shrink: 0;
}
.vuser-nav-badge {
	margin-left: auto;
	background: #dc2626;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	min-width: 19px;
	height: 19px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	line-height: 1;
}
.vuser-nav-caret {
	margin-left: auto;
	font-size: 14px;
	color: #9ca3af;
	transition: transform .2s ease;
}
.vuser-nav > a[aria-expanded="true"] .vuser-nav-caret { transform: rotate(90deg); }
.vuser-nav-sub {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 2px 0 4px 28px;
}
.vuser-nav-sub a {
	padding: 7px 12px;
	font-size: 13px;
}

/* ---- Property page price head ---- */
.vprice-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	background: #f3f7fb;
	border: 1px solid #d3e2ee;
	border-radius: 14px;
}
.vprice-value {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 1.1;
	color:#225076;
}
.vprice-unit {
	font-size: 13px;
	color: #6b7280;
	margin-top: 2px;
}
.vprice-mode {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #d3e2ee;
	color:#225076;
	font-size: 12px;
	font-weight: 600;
	border-radius: 999px;
	padding: 6px 12px;
	white-space: nowrap;
	flex-shrink: 0;
}
.vprice-mode i { font-size: 13px; }

/* ---- Cancellation policy callout on property page ---- */
.vcancel-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #f0f5f9;
	border: 1px solid #d3e2ee;
	border-radius: 16px;
	padding: 22px 24px;
	box-shadow: none;
}
.vcancel-icon {
	position: absolute;
	right: -18px;
	bottom: -26px;
	font-size: 110px;
	line-height: 1;
	color: #ffdcc6;
	transform: rotate(-12deg);
	z-index: 1;
	pointer-events: none;
}
.vcancel-icon i { font-size: inherit; }
.vcancel-title {
	position: relative;
	z-index: 2;
	font-weight: 800;
	font-size: 16px;
	color: #1f2937;
}
.vcancel-title span { color: #225076; font-weight: 800; }
.vcancel-text {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #6b7280;
	margin: 7px 0 0;
	max-width: 85%;
}

/* ---- Front (user area) DataTables cleanup ---- */
.main-panel .dataTables_wrapper { padding-top: 4px; }

.main-panel .dataTables_length select {
	height: 38px;
	border-radius: 999px;
	border: 1px solid #d1d5db;
	background: #fff;
	padding: 0 14px;
	font-size: 13px;
	color: #374151;
}
.main-panel .dataTables_filter label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	color: #9ca3af;
	font-size: 13px;
	margin: 0;
}
.main-panel .dataTables_filter input {
	height: 38px;
	border-radius: 999px;
	border: 1px solid #d1d5db;
	background: #fff;
	padding: 0 16px;
	font-size: 14px;
	margin-left: 0;
}
.main-panel .dataTables_filter input:focus {
	border-color:#225076;
	box-shadow: 0 0 0 3px rgba(0,0,0,.1);
	outline: none;
}

/* Sort indicators: replace missing glyphicons with simple arrows */
.main-panel table.dataTable thead .sorting:before,
.main-panel table.dataTable thead .sorting_asc:before,
.main-panel table.dataTable thead .sorting_desc:before { display: none !important; }
.main-panel table.dataTable thead .sorting:after,
.main-panel table.dataTable thead .sorting_asc:after,
.main-panel table.dataTable thead .sorting_desc:after {
	font-family: inherit !important;
	opacity: 1 !important;
	position: static !important;
	margin-left: 6px;
}
.main-panel table.dataTable thead .sorting:after { content: "\2195" !important; color: #d1d5db !important; font-size: 11px !important; }
.main-panel table.dataTable thead .sorting_asc:after { content: "\2191" !important; color:#225076 !important; font-size: 11px !important; }
.main-panel table.dataTable thead .sorting_desc:after { content: "\2193" !important; color:#225076 !important; font-size: 11px !important; }

/* Empty-table row: light and friendly instead of a dark bar */
.main-panel table.dataTable td.dataTables_empty {
	background: #f9fafb !important;
	color: #6b7280 !important;
	padding: 28px 12px !important;
	text-align: center;
	font-size: 14px;
}
.main-panel .table-striped tbody tr:only-child td.dataTables_empty { background: #f9fafb !important; }

.main-panel .dataTables_info {
	color: #9ca3af;
	font-size: 13px;
	padding-top: 14px;
}
.main-panel .dataTables_paginate { padding-top: 8px; }

/* Mobile layout: stack controls, full-width search, centered footer */
@media (max-width: 767px) {
	.main-panel .dataTables_length,
	.main-panel .dataTables_filter {
		float: none !important;
		width: 100%;
		text-align: left !important;
		margin-bottom: 12px;
	}
	.main-panel .dataTables_filter label { display: flex; width: 100%; }
	.main-panel .dataTables_filter input {
		flex: 1;
		width: 100%;
		min-width: 0;
	}
	.main-panel .dataTables_info { text-align: center; float: none !important; }
	.main-panel .dataTables_paginate {
		text-align: center !important;
		float: none !important;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.vpage-head { flex-wrap: wrap; gap: 10px; }
	.vpage-tools { width: 100%; flex-wrap: wrap; }
	.vpage-tools .form-control, .vpage-tools .pick-btn { min-width: 0; }
	.vpayout-hero { flex-direction: column; align-items: stretch; gap: 16px; }
	.vpayout-actions { display: flex; flex-direction: column; gap: 10px; }
	.vpayout-actions .btn { width: 100%; }
}

/* ===========================================================
   User dashboard — mobile adaptation (whole user area)
   =========================================================== */
@media (max-width: 991px) {
	/* Content spacing once the sidebar is hidden */
	.main-panel { padding-left: 4px; padding-right: 4px; }
	.main-panel .container-fluid { padding-left: 12px; padding-right: 12px; }

	/* Page heads: title on top, tools below, full width */
	.vpage-head { margin: 18px 0 12px; padding-bottom: 12px; }
	.vpage-title { font-size: 20px; }
	.vpage-tools { width: 100%; flex-wrap: wrap; }
	.vpage-tools form { flex: 1 1 auto; display: flex; gap: 10px; }
	.vpage-tools .form-control,
	.vpage-tools select { flex: 1 1 auto; min-width: 0; max-width: 100%; }

	/* Pill navigation: swipeable strip instead of a tall stack */
	.vpill-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin: 16px 0 14px;
		padding-bottom: 4px;
	}
	.vpill-nav::-webkit-scrollbar { display: none; }
	.vpill-nav a,
	.vpill-nav .nav-link { flex: 0 0 auto; white-space: nowrap; }

	/* Dashboard stat cards */
	.vdash-stats { margin-top: 20px !important; }
	.vdash-card { padding: 18px; }
	.vdash-value { font-size: 24px; }

	/* Oversized desktop buttons become comfortable tap targets */
	.main-panel .btn.px-5 { padding-left: 22px !important; padding-right: 22px !important; }
	.main-panel .btn.pt-3 { padding-top: 10px !important; }
	.main-panel .btn.pb-3 { padding-bottom: 10px !important; }

	/* Tables keep readable columns and scroll sideways inside their card */
	.main-panel .table-responsive > table { min-width: 560px; }

	/* Cards and boxes hug the edge a little closer */
	.main-panel .card { border-radius: 12px; }
}

@media (max-width: 767px) {
	/* Stacked booking / listing cards */
	.main-panel .row.border { margin-left: 0; margin-right: 0; }
	.main-panel .img-event img,
	.main-panel .room-image-container200 { width: 100%; height: 180px; object-fit: cover; }

	/* Flash messages */
	.main-panel .alert { font-size: 14px; }

	/* Forms: stack action buttons full width */
	.main-panel .modal-footer .btn,
	.main-panel form .text-right .btn,
	.main-panel form .text-md-right .btn { width: 100%; margin: 4px 0 !important; }

	/* Profile / verification / security pages breathe better */
	.main-panel h1, .main-panel h2 { word-break: break-word; }

	/* Chat drawer footer stays reachable above the mobile nav */
	.message-footer { padding-bottom: 10px; }
}

/* ---- Reservation alterations + cancellation preview ---- */
.valter-box {
	background: #f3f7fb;
	border: 1px solid #d3e2ee;
	border-radius: 12px;
	padding: 14px 16px;
}
.valter-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color:#225076;
}
.valter-head i { font-size: 16px; }
.valter-badge {
	margin-left: auto;
	background: #fff;
	border: 1px solid #d3e2ee;
	color:#225076;
	font-size: 11px;
	font-weight: 700;
	border-radius: 999px;
	padding: 3px 10px;
	text-transform: uppercase;
	letter-spacing: .4px;
}
.vrefund-box {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 14px 16px;
}
.vrefund-box--warn {
	background: #fff8ed;
	border-color: #fde8c8;
	color: #7c2d12;
}
.vrefund-row {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #4b5563;
	padding: 3px 0;
}
.vrefund-row--total {
	border-top: 1px solid #e5e7eb;
	margin-top: 6px;
	padding-top: 8px;
	font-weight: 700;
	color: #111827;
}

/* ---- Host multi-calendar ---- */
.vmcal-wrap {
	overflow-x: auto;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}
.vmcal { border-collapse: separate; border-spacing: 0; width: max-content; min-width: 100%; }
.vmcal th, .vmcal td { border-bottom: 1px solid #f3f4f6; border-right: 1px solid #f3f4f6; }
.vmcal thead th {
	position: sticky;
	top: 0;
	background: #f9fafb;
	z-index: 2;
	padding: 8px 0 6px;
	text-align: center;
	font-size: 11px;
	color: #6b7280;
	min-width: 42px;
}
.vmcal-dow { display: block; font-weight: 500; text-transform: uppercase; letter-spacing: .3px; }
.vmcal-dom { display: block; font-weight: 700; font-size: 13px; color: #111827; }
.vmcal-month {
	display: block;
	font-weight: 800;
	color:#225076;
	font-size: 11px;
	text-transform: uppercase;
}
.vmcal-day--weekend { background: #f3f6ff; }
.vmcal-name-col {
	position: sticky;
	left: 0;
	background: #fff;
	z-index: 3;
	min-width: 190px;
	max-width: 220px;
	padding: 10px 14px !important;
	text-align: left !important;
	box-shadow: 2px 0 0 #f3f4f6;
}
thead .vmcal-name-col { background: #f9fafb; z-index: 4; font-size: 13px; color: #374151; }
.vmcal-name-col a {
	display: block;
	font-weight: 600;
	font-size: 13.5px;
	color: #111827;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vmcal-name-col a:hover { color:#225076 !important; }
.vmcal-base { font-size: 12px; color: #9ca3af; }
.vmcal-cell {
	height: 44px;
	min-width: 42px;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	color: #374151;
	background: #fff;
}
.vmcal-cell--weekend { background: #fafbff; }
.vmcal-cell--booked { background: #dbe7f1; box-shadow: inset 0 0 0 1px #c7d5ff; color:#225076; }
.vmcal-cell--blocked {
	background: repeating-linear-gradient(-45deg, #f3f4f6, #f3f4f6 4px, #e5e7eb 4px, #e5e7eb 8px);
}
.vmcal-cell--price { background: #f0f5f9; color: #17364f; }
.vmcal-legend { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #6b7280; margin-left: 12px; }
.vmcal-dot { width: 12px; height: 12px; border-radius: 4px; display: inline-block; }
.vmcal-dot--booked { background: #dbe7f1; border: 1px solid #c7d5ff; }
.vmcal-dot--blocked { background: repeating-linear-gradient(-45deg, #f3f4f6, #f3f4f6 3px, #d1d5db 3px, #d1d5db 6px); }
.vmcal-dot--price { background: #f0f5f9; border: 1px solid #d3e2ee; }

/* ---- Automated host-cancellation note on listing page ---- */
.vhostcancel-note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #f9fafb;
	border: 1px dashed #d1d5db;
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 8px;
	color: #4b5563;
}
.vhostcancel-note > i { color: #9ca3af; font-size: 16px; margin-top: 2px; }

/* ---- Homepage category strip (browse by property type) ---- */
.vcat-section { background: #fff; padding: 26px 0 6px; }
.vcat-strip {
	display: flex;
	gap: 18px;                      /* one identical gap between every category */
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 10px;
}
.vcat-strip::-webkit-scrollbar { display: none; }
.vcat-item {
	flex: 0 0 auto;
	width: 92px;                    /* fixed width keeps the rhythm even */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 8px 0 6px;
	text-decoration: none;
	color: #6b7280;
	transition: color .15s ease;
}
.vcat-item:hover { color:#225076 !important; text-decoration: none; }
.vcat-circle {
	width: 64px;
	height: 64px;
	aspect-ratio: 1 / 1;            /* always a perfect circle */
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid #ececec;      /* flat — no shadow */
	transition: border-color .15s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
}
.vcat-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .2s ease;
}
.vcat-item:hover .vcat-circle {
	border-color: #225076;
	box-shadow: 0 0 0 2px #225076;   /* thin orange ring, not a drop shadow */
}
.vcat-item:hover .vcat-circle img { transform: scale(1.08); }
.vcat-circle--icon { font-size: 24px; color: #374151; }
.vcat-item:hover .vcat-circle--icon { color:#225076; background: #dbe7f1; }
.vcat-label {
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ---- Mobile: wrap categories into two tidy rows (no horizontal scroll) ---- */
@media (max-width: 767px) {
	.vcat-section { padding: 18px 0 4px; }
	.vcat-strip {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 14px 6px;
		overflow-x: visible;
		padding-bottom: 4px;
	}
	.vcat-item { width: 100%; padding: 4px 0; gap: 6px; }
	.vcat-circle { width: 54px; height: 54px; }
	.vcat-circle--icon { font-size: 20px; }
	.vcat-label { font-size: 11.5px; }
}
@media (max-width: 360px) {
	.vcat-strip { grid-template-columns: repeat(3, 1fr); }
}

/* ---- Search page heading row (title + total-price toggle) ---- */
.vsearch-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 8px;
}
@media (max-width: 767px) {
	.vsearch-head h2 { font-size: 20px; }
	.vsearch-head .vtotal-toggle { width: 100%; justify-content: center; }
}

/* ---- "Show total price" toggle in search ---- */
.vtotal-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #dee2e6;
	border-radius: 25px;
	padding: 9px 18px;
	font-size: 15px;
	cursor: pointer;
	margin: 0;
	background: #fff;
	user-select: none;
}
.vtotal-toggle input { accent-color:#225076; width: 16px; height: 16px; cursor: pointer; }
.vtotal-toggle span { font-weight: 500; color: #374151; }

/* ---- Collaborative wishlist ---- */
.vwish-collab-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #dbe7f1;
	color:#225076;
	font-size: 13px;
	font-weight: 600;
	border-radius: 999px;
	padding: 8px 14px;
}
.vwish-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}
.vwish-vote {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 13px;
	font-weight: 600;
	color: #6b7280;
	cursor: pointer;
	transition: all .15s ease;
}
button.vwish-vote:hover { border-color:#225076; color:#225076; }
.vwish-vote--on { background: #dbe7f1; border-color: #c7d5ff; color:#225076; }
.vwish-vote--down.vwish-vote--on { background: #fef2f2; border-color: #fecaca; color: #dc2626; }
.vwish-notes { flex: 1 1 100%; }
.vwish-notes summary {
	cursor: pointer;
	font-size: 13px;
	color: #6b7280;
	font-weight: 600;
	list-style: none;
}
.vwish-notes summary::-webkit-details-marker { display: none; }
.vwish-notes-list {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 10px 12px;
	margin-top: 6px;
}
.vwish-note { font-size: 13px; color: #4b5563; margin: 0 0 6px; }
.vwish-note-form { display: flex; gap: 6px; margin-top: 8px; }
.vwish-note-form input { border-radius: 999px; height: 34px; }
.vwish-note-form .btn { border-radius: 999px; padding-top: 4px; padding-bottom: 4px; }

/* ---- Search filter bar ----
   NOT a scroll container. `overflow-x: auto` was here to let the bar scroll
   sideways on a phone, and it did — but an overflow container clips on BOTH
   axes, so the Location dropdown was sliced off a few pixels below the button
   and the guest could not see what they were typing into. A bar that scrolls is
   worth nothing next to a search box that works, so it wraps instead. */
.vfilterbar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 8px 6px !important;
	margin: 0;
	overflow: visible;
	position: relative;
	z-index: 20;
}
.vfilterbar > li {
	margin: 10px 0 0 !important;
	flex: 0 0 auto;
}
.vfilterbar .btn,
.vfilterbar select,
.vfilterbar .vtotal-toggle {
	font-size: 14px !important;
	padding: 8px 14px !important;
	white-space: nowrap;
	height: 40px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.vfilterbar .vtotal-toggle { margin: 0; }

/* Mobile: filters hidden behind a "Filters" button */
.vfilters-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 25px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	cursor: pointer;
}
.vfilters-toggle--on,
.vfilters-toggle:active {
	background: #dbe7f1;
	border-color: #c7d5ff;
	color:#225076;
}
@media (max-width: 767px) {
	.vfilterbar {
		display: none;
		flex-wrap: wrap;
	}
	.vfilterbar.vfilterbar--open { display: flex; }
	.vfilterbar > li { flex: 0 0 auto; max-width: 100%; }
	.vsearch-head { align-items: center; }
	.vsearch-head .vtotal-toggle { width: auto; }
}

/* ---- Non-refundable rate choice on the booking box ---- */
.vnonref-toggle {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 10px 12px;
	cursor: pointer;
	margin: 0;
}
.vnonref-toggle input { margin-top: 4px; accent-color:#225076; }
.vnonref-toggle strong { display: block; font-size: 13.5px; color: #111827; }
.vnonref-toggle small { display: block; font-size: 12px; color: #6b7280; }

/* ---- Flexible browsing quick links under the hero search ---- */
.vquick-links {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;          /* always one row */
	gap: 7px;
	margin-top: 14px;
}
.vquick-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: rgba(255, 255, 255, .92);
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	padding: 7px 12px;
	font-size: 12.5px;
	font-weight: 600;
	color: #374151;
	white-space: nowrap;        /* labels never wrap */
	flex: 0 1 auto;
	min-width: 0;
}
.vquick-links a i { flex-shrink: 0; }
.vquick-links a:hover { border-color:#225076; color:#225076 !important; text-decoration: none; }

/* ---- Destination autocomplete dropdown ---- */
.vgeo-suggest {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .12);
	z-index: 1200;
	overflow: hidden;
}
.vgeo-suggest-item {
	padding: 10px 14px;
	font-size: 14px;
	color: #374151;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}
.vgeo-suggest-item i { color: #9ca3af; }
.vgeo-suggest-item:hover { background: #f3f7fb; color:#225076; }

/* ---- Notification preferences ---- */
.vpref-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 18px 20px;
}
.vpref-title { font-size: 16px; font-weight: 700; color: #111827; margin: 0 0 6px; display: flex; align-items: center; gap: 8px; }
.vpref-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 0;
	border-top: 1px solid #f3f4f6;
	margin: 0;
	cursor: pointer;
}
.vpref-row strong { display: block; font-size: 14px; color: #111827; }
.vpref-row small { display: block; font-size: 12.5px; color: #6b7280; }
.vpref-row input { width: 18px; height: 18px; accent-color:#225076; flex-shrink: 0; }

/* ---- Referral link ---- */
.vshare-link { display: flex; gap: 8px; }
.vshare-link input { border-radius: 10px; background: #fff; min-width: 260px; }

/* ---- Help Centre ---- */
.vhelp-hero {
	background: #225076;          /* solid EU blue — no gradient */
	padding: 54px 0 46px;
	text-align: center;
}
.vhelp-hero--slim { padding: 26px 0; }
.vhelp-title {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 30px;
	color: #fff;
	margin: 0 0 22px;
}
.vhelp-search {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: none;              /* full width of the container */
	background: #f4f6f9;          /* neutral, was a warm beige from the old palette */
	border: 1.5px solid #e6ebf1;
	border-radius: 999px;         /* pill */
	padding: 8px 8px 8px 24px;
	box-shadow: none;
	transition: border-color .15s ease, background .15s ease;
}
.vhelp-search:focus-within {
	border-color: #225076;
	background: #fff;
}
.vhelp-search i { color: #9ca3af; font-size: 18px; flex-shrink: 0; }
.vhelp-search input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 16px;
	min-width: 0;
	background: transparent;
	height: 44px;
}
.vhelp-search button {
	background: #225076;
	color: #fff;
	border: none;
	border-radius: 50%;          /* a true circle: equal width and height */
	width: 46px;
	height: 46px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	flex-shrink: 0;
	transition: background .15s ease;
}
.vhelp-search button i { color: #fff; font-size: 18px; }
.vhelp-search button:hover { background: #1b405f; }

/* ---- Full-width booking CTA on the listing page ---- */
.vbook-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	border: none;
	border-radius: 12px;
	background: #225076;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 16px 22px;
	cursor: pointer;
	transition: background .15s ease, transform .05s ease;
	box-shadow: none;
}
.vbook-cta:hover { background: #1b405f; box-shadow: none; }
.vbook-cta:active { transform: translateY(1px); }
.vbook-cta:focus { outline: none; box-shadow: none; }
.vbook-cta i { font-size: 18px; }
.vbook-cta .spinner { font-size: 16px; }

/* ---- Plain "back" link (not a button) ---- */
.vback-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color:#225076;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}
.vback-link:hover { color: #1b405f; text-decoration: none; }
.vback-link i { font-size: 17px; }

/* ---- Checkout / payment page ---- */
.vcheckout-head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 12px 0 20px;
}
.vcheckout-title {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 26px;
	color: #111827;
	margin: 0;
}
.vcheckout-row { align-items: flex-start; }
.vcheckout-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 26px 28px;
}
.vcheckout-summary { overflow: hidden; padding: 0; }
.vcheckout-note {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	background: #e4edf5;
	border: 1px solid #d3e2ee;
	color: #1e3a8a;
	border-radius: 12px;
	padding: 12px 15px;
	font-size: 14px;
	margin-bottom: 20px;
}
.vcheckout-note i { margin-top: 1px; }
.vcheckout-card label { font-size: 13px; font-weight: 700; color: #374151; }
.vcheckout-card .form-control {
	border: 1px solid #d1d5db;
	border-radius: 10px;
	height: 46px;
	font-size: 15px;
}
.vcheckout-card textarea.form-control { height: auto; }
/* Isolated "amount charged now" box */
.vcharge-now {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f3f7fb;
	border: 1px solid #d3e2ee;
	border-radius: 12px;
	padding: 14px 18px;
}
.vcharge-now-label { font-size: 13px; font-weight: 700; color: #1e3a8a; text-transform: uppercase; letter-spacing: .3px; }
.vcharge-now-amount { font-size: 22px; font-weight: 800; color:#225076; }
@media (max-width: 575px) {
	.vcheckout-title { font-size: 21px; }
	.vcheckout-card { padding: 20px 18px; }
}

/* ---- Cancellation details page ---- */
.vcancel-badge {
	background: #fee2e2;
	color: #b91c1c;
	border: 1px solid #fecaca;
	border-radius: 999px;
	padding: 5px 14px;
	font-weight: 700;
	font-size: 13px;
}
.vcancel-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 20px;
}
.vcancel-grid > div { display: flex; flex-direction: column; }
.vcancel-label { font-size: 12px; text-transform: uppercase; letter-spacing: .4px; color: #6b7280; margin-bottom: 3px; }
.vcancel-reason { display: flex; flex-direction: column; }
.vcancel-h2 { font-size: 15px; font-weight: 700; color:#225076; text-transform: uppercase; letter-spacing: .3px; margin: 22px 0 10px; }
.vcancel-policy {
	border: 1px solid #e5e7eb;
	border-left: 4px solid #225076;
	background: #f9fafb;
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 14px;
}
.vcancel-table { width: 100%; }
.vcancel-table td { padding: 8px 2px; border-bottom: 1px solid #f0f1f3; font-size: 14px; }
.vcancel-table .text-right { text-align: right; }
.vcancel-table .vcancel-total td { font-weight: 800; border-top: 2px solid #225076; border-bottom: none; font-size: 15px; padding-top: 10px; }
.vcancel-refund {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f0f5f9;
	border: 1px solid #d3e2ee;
	border-radius: 12px;
	padding: 14px 18px;
	margin-top: 18px;
}
.vcancel-refund-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; color: #17364f; }
.vcancel-refund-amount { font-size: 22px; font-weight: 800; color: #225076; }
@media (max-width: 575px) { .vcancel-grid { grid-template-columns: 1fr; } }

/* ---- Global rule: buttons are always flat (no shadow) ---- */
.btn, button.btn, .vbook-cta, .vbcard-btn, .vhelp-search button,
.vwl-tab, .vwl-new button, .vwl-new-add {
	box-shadow: none !important;
}

/* ---- Inbox: grouped "Message options" section ---- */
.vmsg-options {
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 16px 18px;
	background: #fafbfc;
	max-width: 680px;
}
.vmsg-options-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #111827;
	margin: 0 0 6px;
}
.vmsg-options-title i { color:#225076; font-size: 18px; }
.vmsg-options details > summary { font-weight: 600; color: #374151 !important; }

/* ---- Favourites: friendly wishlist tabs (flat, consistent) ---- */
.vwl-tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 8px;
}
.vwl-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	background: #fff;
	border: 1.5px solid #e5e7eb;
	color: #374151;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.vwl-tab:hover { border-color: #9ca3af; color: #111827; text-decoration: none; }
.vwl-tab .vwl-count,
.vwl-tab span.badge {
	background: #e4edf5;
	color:#225076;
	border-radius: 999px;
	padding: 1px 9px;
	font-size: 12px;
	font-weight: 700;
}
.vwl-tab--on {
	background: #225076;
	border-color:#225076;
	color: #fff;
}
.vwl-tab--on:hover { background: #1b405f; border-color: #1b405f; color: #fff; }
.vwl-tab--on .vwl-count,
.vwl-tab--on span.badge { background: rgba(255,255,255,.22); color: #fff; }
.vwl-new {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.vwl-new input {
	height: 40px;
	border: 1.5px solid #e5e7eb;
	border-radius: 999px;
	padding: 0 16px;
	font-size: 14px;
	outline: none;
	min-width: 150px;
}
.vwl-new input:focus { border-color:#225076; }
.vwl-new-add,
.vwl-new button {
	height: 40px;
	width: 40px;
	border-radius: 999px;
	border: 1.5px solid #d3e2ee;
	background: #e4edf5;
	color:#225076;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
}
.vwl-new-add:hover,
.vwl-new button:hover { background: #225076; color: #fff; border-color:#225076; }
.vhelp-group {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 18px 20px;
	height: 100%;
}
.vhelp-group-title { font-size: 16px; font-weight: 700; color:#225076; margin: 0 0 10px; }
.vhelp-list { list-style: none; margin: 0; padding: 0; }
.vhelp-list li { border-top: 1px solid #f3f4f6; }
.vhelp-list li:first-child { border-top: none; }
.vhelp-list a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 0;
	font-size: 14px;
	color: #374151;
}
.vhelp-list a i { color: #9ca3af; flex-shrink: 0; }
.vhelp-list a:hover { color:#225076 !important; }
.vhelp-article h1 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 26px;
	color: #111827;
	margin-bottom: 16px;
}
.vhelp-body { font-size: 15px; color: #374151; line-height: 1.7; }
.vhelp-body p { margin-bottom: 12px; }
.vhelp-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	background: #f3f7fb;
	border: 1px solid #d3e2ee;
	border-radius: 14px;
	padding: 18px 22px;
	margin-top: 26px;
}
.vsupport-help-link { display: block; color: #225076; text-decoration: underline; font-size: 12.5px; margin-top: 2px; font-weight: 600; }
.vsupport-help-link:hover { color: #17364f !important; }
@media (max-width: 767px) {
	.vhelp-title { font-size: 24px; }
	.vhelp-search button { width: 42px; height: 42px; }
}

/* ---- Review sorting on the listing page ---- */
.vreview-sort {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 4px;
}
.vreview-sort a {
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	padding: 5px 14px;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	background: #fff;
}
.vreview-sort a:hover { border-color: #111827; color: #111827 !important; text-decoration: none; }
.vreview-sort a.vreview-sort--on { background: #111827; border-color: #111827; color: #fff !important; }

/* ---- "List your Space" as a plain header link (no button) ---- */
.vhost-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 16px;
	font-weight: 700;
	color:#225076 !important;
	padding: 14px 10px !important;
	white-space: nowrap;
}
.vhost-link i { font-size: 18px; }
.vhost-link:hover { color: #17364f !important; text-decoration: none; }

/* ---- Flexible quick links: identical icon boxes ---- */
.vquick-links a i {
	font-size: 15px;
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* ---- Header polish: regular weights, natural casing, aligned row ---- */
.menu_nav { align-items: center; }
.vhost-link {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px;
	font-weight: 400 !important;
	font-size: 16px;
	text-transform: none !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
}
.vhost-link i {
	font-size: 18px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	position: relative;
	top: 1px;              /* optical alignment with the text baseline */
}
.vuser-name {
	text-transform: none !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

/* ---- Booking / trip cards (redesigned) ---- */
.vbcard {
	display: flex;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
}
.vbcard-media {
	flex: 0 0 280px;
	display: block;
	position: relative;
}
.vbcard-media img {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	display: block;
	transition: transform .25s ease;
}
.vbcard-media:hover img { transform: scale(1.04); }
.vbcard-body {
	flex: 1;
	min-width: 0;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.vbcard-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}
.vbcard-title {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #111827;
	line-height: 1.25;
}
.vbcard-title:hover { color:#225076 !important; }
.vbcard-addr { font-size: 13.5px; color: #6b7280; margin: 4px 0 0; }
.vbcard-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.vbcard-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #f9fafb;
	border: 1px solid #eef0f2;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 13px;
	color: #374151;
	font-weight: 500;
}
.vbcard-chip i { color: #9ca3af; }
.vbcard-chip--user img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	object-fit: cover;
}
a.vbcard-chip--user:hover { border-color:#225076; color:#225076 !important; text-decoration: none; }
.vbcard-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
	padding-top: 8px;
}
.vbcard-actions form { display: inline-flex; margin: 0; }
/* Unified booking-action buttons — one shape, three clear intents.
   All variants share height/radius/font so a row of them lines up cleanly. */
.vbcard-btn,
.vbcard-actions .btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 42px;
	background: #fff;
	border: 1.5px solid #e5e7eb !important;
	border-radius: 11px !important;
	padding: 0 18px !important;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: #374151 !important;
	box-shadow: none !important;
	transition: background .15s ease, border-color .15s ease, color .15s ease, transform .05s ease;
}
.vbcard-btn:hover,
.vbcard-actions .btn:hover { border-color: #9ca3af !important; color: #111827 !important; text-decoration: none; }
.vbcard-btn:active,
.vbcard-actions .btn:active { transform: translateY(1px); }
.vbcard-btn i,
.vbcard-actions .btn i { font-size: 16px; }

/* Primary intent (Accept / pay / confirm) — solid EU blue */
.vbcard-btn--primary,
.vbcard-actions .vbtn-success {
	background: #225076 !important;
	border-color:#225076 !important;
	color: #fff !important;
	box-shadow: none !important;
}
.vbcard-btn--primary:hover,
.vbcard-actions .vbtn-success:hover {
	background: #1b405f !important;
	border-color: #1b405f !important;
	color: #fff !important;
}

/* Danger intent (Decline / cancel) — red outline that fills on hover */
.vbcard-btn--danger,
.vbcard-actions .btn-outline-danger {
	color: #dc2626 !important;
	border-color: #f3b4b4 !important;
	background: #fff !important;
}
.vbcard-btn--danger:hover,
.vbcard-actions .btn-outline-danger:hover {
	background: #dc2626 !important;
	border-color: #dc2626 !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.vbcard { flex-direction: column; }
	.vbcard-media { flex: none; }
	.vbcard-media img { height: 190px; min-height: 0; }
	.vbcard-actions { gap: 8px; }
	.vbcard-actions .btn, .vbcard-actions form, .vbcard-actions .vbcard-btn { width: 100%; }
	.vbcard-actions form .btn { width: 100%; }
}

/* ---- Referral page hero (redesigned) ---- */
.vref-hero {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	background: #f3f7fb;
	border: 1px solid #d3e2ee;
	border-radius: 16px;
	padding: 26px 28px;
}
.vref-hero-icon {
	width: 62px;
	height: 62px;
	border-radius: 18px;
	background: #dbe7f1;
	color:#225076;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	flex-shrink: 0;
}
.vref-hero-text { flex: 1 1 300px; min-width: 0; }
.vref-share { flex: 1 1 340px; min-width: 0; }
.vref-share-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 6px;
}
.vref-share-box {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	padding: 6px 6px 6px 16px;
}
.vref-share-box > i { color: #9ca3af; flex-shrink: 0; }
.vref-share-box input {
	flex: 1;
	min-width: 0;
	border: none;
	outline: none;
	background: transparent;
	font-size: 13.5px;
	color: #374151;
	height: 34px;
}
.vref-share-box button {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: none;
	background: #225076;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease;
}
.vref-share-box button:hover { background: #1b405f; }
.vref-share-box button.vref-copied { background: #225076; }
@media (max-width: 575px) {
	.vref-hero { padding: 20px; }
}

/* ---- Help search: live autocomplete dropdown ---- */
.vhelp-search { position: relative; }
.vhelp-search .vhelp-suggest {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 14px 40px rgba(17, 24, 39, .18);
	overflow: hidden;
	z-index: 1200;
	text-align: left;
}
.vhelp-suggest-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	font-size: 14px;
	color: #374151;
	border-top: 1px solid #f3f4f6;
}
.vhelp-suggest-item:first-child { border-top: none; }
.vhelp-suggest-item i { color: #9ca3af; flex-shrink: 0; }
.vhelp-suggest-item span {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vhelp-suggest-item small {
	color: #9ca3af;
	font-size: 12px;
	flex-shrink: 0;
	background: #f3f4f6;
	border-radius: 999px;
	padding: 3px 10px;
}
.vhelp-suggest-item:hover { background: #f3f7fb; color:#225076 !important; text-decoration: none; }
.vhelp-suggest-empty { padding: 16px 18px; font-size: 13.5px; color: #9ca3af; }

/* Help search: no focus box around the input (the pill itself is the field) */
.vhelp-search input,
.vhelp-search input:focus,
.vhelp-search input:focus-visible,
.vhelp-search input:active {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
.vhelp-search:focus-within { outline: none; }

/* Help "Contact support" — round icon-only button */
.vhelp-contact-btn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #225076;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	flex-shrink: 0;
	transition: background .15s ease, transform .15s ease;
}
.vhelp-contact-btn:hover {
	background: #1b405f;
	color: #fff !important;
	text-decoration: none;
	transform: scale(1.06);
}

/* ---- Map pin clusters ---- */
.vprice-pin:has(.vcluster) {
	background: #225076;
	border-color:#225076;
	color: #fff;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0,0,0, .35);
}

/* ---- Wishlist tabs (named lists) ---- */
.vwl-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}
.vwl-tabs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.vwl-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	border: 1.5px solid #e5e7eb;
	border-radius: 999px;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 700;
	color: #374151;
	background: #fff;
	box-shadow: none;
}
.vwl-tab span {
	background: #e4edf5;
	border-radius: 999px;
	padding: 1px 9px;
	font-size: 12px;
	font-weight: 700;
	color: #225076;
}
.vwl-tab:hover { border-color: #9ca3af; color: #111827 !important; text-decoration: none; }
.vwl-tab--on { background: #225076; border-color: #225076; color: #225076 !important; }
.vwl-tab--on:hover { background: #1b405f; border-color: #1b405f; color: #225076 !important; }
.vwl-tab--on span { background: rgba(58,53,44,.12); color: #225076; }
.vwl-new { display: inline-flex; align-items: center; gap: 8px; }
.vwl-new input {
	height: 40px;
	border: 1.5px solid #e5e7eb;
	border-radius: 999px;
	padding: 0 16px;
	font-size: 14px;
	width: 160px;
	outline: none;
}
.vwl-new input:focus { border-color: #ffb37a; }
.vwl-new button {
	width: 40px; height: 40px; border-radius: 50%;
	border: 1.5px solid #d3e2ee; background: #dbe7f1; color: #225076; cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center; font-size: 18px;
	box-shadow: none;
}
.vwl-new button:hover { background: #225076; color: #225076; border-color: #1b405f; }
.vwl-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vwl-move { display: flex; align-items: center; gap: 6px; margin-top: 8px; }
.vwl-move select { border: 1px solid #e5e7eb; border-radius: 8px; padding: 3px 8px; }

/* ---- Saved searches ---- */
.vss-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 0;
	border-bottom: 1px solid #eef2f6;
}
.vss-item:last-child { border-bottom: 0; padding-bottom: 0; }
.vss-item:first-child { padding-top: 0; }

.vss-ic {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f0f5f9;
	color: #225076;
	font-size: 17px;
}

.vss-body { flex: 1 1 auto; min-width: 0; }
.vss-name {
	display: inline-block;
	max-width: 100%;
	font-size: 15.5px;
	font-weight: 700;
	color: #17364f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vss-name:hover { color: #225076 !important; text-decoration: none; }

.vss-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 5px; }
.vss-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #6b7280; }
.vss-chip i { color: #9ca3af; font-size: 13px; }
.vss-sep { flex: 0 0 auto; width: 1px; height: 14px; background: #dbe3ea; }

.vss-actions { flex: 0 0 auto; }

@media (max-width: 767px) {
	.vss-item { flex-wrap: wrap; }
	.vss-body { flex: 1 1 calc(100% - 54px); }
	.vss-sep { display: none; }            /* stacked chips: a vertical rule reads as noise */
	.vss-meta { gap: 6px 14px; }
	.vss-actions { width: 100%; justify-content: flex-start; margin-top: 10px; }
}

@media (max-width: 420px) {
	.vss-btn-label { display: none; }      /* icon-only once the row runs out of width */
}

/* ============================================================
   Cream primary (#225076) is a LIGHT surface — force readable
   dark text on every element that uses it as a background, and
   a dark accent where it was previously used as text/links.
   ============================================================ */
.vbook-cta, .vbook-cta:hover, .vbook-cta:focus,
.vbcard-btn--primary, .vbcard-btn--primary:hover,
.vbcard-actions .vbtn-success, .vbcard-actions .vbtn-success:hover,
.vwl-tab--on, .vwl-tab--on:hover,
.vhelp-search button, .vhelp-search button:hover,
a.vbtn-success, a.vbtn-success:hover,
button.vbtn-success, button.vbtn-success:hover,
.vbtn-success, .btn-primary {
	color: #225076 !important;
}
.vwl-tab--on .vwl-count, .vwl-tab--on span.badge { color: #225076 !important; }

/* Price pins: dark number on the white pin. Cluster bubbles have an orange
   background, so their number stays white (see the :has rule below). */
.vprice-pin, .vcluster { color: #111827 !important; }
.vprice-pin:has(.vcluster),
.vprice-pin:has(.vcluster) .vcluster { color: #fff !important; }

/* Amounts / titles / links that were the blue accent → dark warm accent
   so they stay readable on white backgrounds (cream text would vanish). */
.vcharge-now-amount, .vcharge-now-label,
.vcheckout-title, .vpage-title, .vpayout-balance,
.vhelp-title, .vref-hero-icon, .vcancel-h2,
.vcancel-refund-amount, .vmsg-options-title i {
	color: #225076 !important;
}

/* ============================================================
   Cream buttons: DARK readable text in every state, and a
   slightly darker cream on hover (no EU blue anywhere).
   ============================================================ */
.vreserve .vreserve-btn, .vreserve .vreserve-btn:hover, .vreserve .vreserve-btn:focus,
.vauth-submit, .vauth-submit:hover,
.vbook-cta, .vbook-cta:hover, .vbook-cta:focus,
.vbcard-actions .vbtn-success, .vbcard-actions .vbtn-success:hover,
.vbcard-btn--primary, .vbcard-btn--primary:hover,
.vwl-tab--on, .vwl-tab--on:hover,
.vwl-tab--on .vwl-count, .vwl-tab--on span.badge,
.vhelp-search button, .vhelp-search button:hover,
a.vbtn-success, a.vbtn-success:hover,
button.vbtn-success, button.vbtn-success:hover,
.vbtn-success, .btn-primary, .btn-info,
button.vbtn-success i, .vbook-cta i {
	color: #225076 !important;
}
/* Hover = slightly darker cream on every cream button */
.vreserve .vreserve-btn:hover,
.vbook-cta:hover,
.vbcard-actions .vbtn-success:hover, .vbcard-btn--primary:hover,
.vwl-tab--on:hover, .vhelp-search button:hover,
a.vbtn-success:hover, button.vbtn-success:hover,
.vauth-submit:hover {
	background: #1b405f !important;
}

/* ---- All logos: max 45px tall, width auto (aspect ratio kept) ---- */
.navbar-brand.logo_h img,
.header_area .main_menu .navbar-brand img,
.header_area .navbar-brand img,
.vfooter-logo,
.vfooter-logo-link img,
img.vfooter-logo,
footer .navbar-brand img {
	width: auto !important;
	height: auto !important;
	max-height: 45px !important;
	max-width: 220px;
	object-fit: contain;
}

/* ---- Header: logo + links vertically centered on one line ---- */
.header_area .main_menu .navbar,
.header_area .main_menu .navbar > .container-fluid {
	display: flex !important;
	align-items: center !important;
}
.header_area .navbar-brand.logo_h {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 3rem 0 0 !important;
	padding: 0 !important;
}
.header_area .navbar-collapse { align-items: center; }
.header_area .menu_nav { align-items: center !important; }
.header_area .navbar .nav .nav-item .nav-link {
	display: inline-flex !important;
	align-items: center !important;
	line-height: 1.1 !important;
}

/* ============================================================
   ORANGE THEME (#225076) — flat buttons: solid orange bg with
   WHITE text (orange-on-orange text would be invisible),
   moderate radius (not a full pill), no shadow anywhere.
   ============================================================ */
.vbook-cta, .vbook-cta:hover, .vbook-cta:focus, .vbook-cta i,
.vbcard-btn--primary, .vbcard-btn--primary:hover,
.vbcard-actions .vbtn-success, .vbcard-actions .vbtn-success:hover,
.vwl-tab--on, .vwl-tab--on:hover, .vwl-tab--on span, .vwl-tab--on .vwl-count, .vwl-tab--on span.badge,
.vhelp-search button, .vhelp-search button:hover,
a.vbtn-success, a.vbtn-success:hover, button.vbtn-success, button.vbtn-success:hover,
.vbtn-success, .btn-primary, .btn-info,
.vreserve .vreserve-btn, .vreserve .vreserve-btn:hover, .vreserve .vreserve-btn:focus,
.vauth-submit, .vauth-submit:hover,
.vsupport-submit, .vsupport-submit:hover,
.vadmin-login-btn, .vadmin-login-btn:hover {
	color: #fff !important;
}
/* Map pins are not buttons: white pin keeps a dark number, orange cluster white */
.vprice-pin { color: #111827 !important; }
.vprice-pin:has(.vcluster),
.vprice-pin:has(.vcluster) .vcluster { color: #fff !important; }
.vprice-pin:hover { background: #111827 !important; color: #fff !important; }
.vwl-tab--on span, .vwl-tab--on .vwl-count, .vwl-tab--on span.badge { background: rgba(255,255,255,.25) !important; }

/* Moderate rounding on primary action buttons (rounded, not full pill) */
.vbook-cta, .vreserve .vreserve-btn, .vauth-submit, .vsupport-submit,
.vadmin-login-btn, .vadmin-login-btn--passkey, .btn-primary, .btn-info,
.vbcard-btn, .vbcard-btn--primary {
	border-radius: 12px !important;
}
/* The help search submit is a circle, not a rounded rectangle. */
.vhelp-search button {
	border-radius: 50% !important;
	aspect-ratio: 1 / 1;
	padding: 0 !important;
}

/* Absolutely flat — no shadow on any button */
.btn, button, a.btn, .vbook-cta, .vbcard-btn, .vwl-tab, .vwl-new button,
.vreserve .vreserve-btn, .vauth-submit, .vsupport-submit, .vsupport-fab,
.vadmin-login-btn, .vhelp-search button, .vhelp-search {
	box-shadow: none !important;
}

/* Hover = slightly darker orange on every solid orange button */
.vbook-cta:hover, .vreserve .vreserve-btn:hover, .vbcard-actions .vbtn-success:hover,
.vbcard-btn--primary:hover, .vwl-tab--on:hover, .vhelp-search button:hover,
a.vbtn-success:hover, button.vbtn-success:hover, .vauth-submit:hover,
.vsupport-submit:hover, .vadmin-login-btn:hover {
	background: #1b405f !important;
}

/* ===== Orange override for all Bootstrap "success" classes (kill leftover greens) ===== */
.text-success { color: #225076 !important; }
.bg-success { background-color: #225076 !important; }
.border-success { border-color: #225076 !important; }
.badge-success, .badge.badge-success, .vbadge-success, .label-success {
    background-color: #225076 !important;
    color: #fff !important;
}
.alert-success {
    background-color: #f0f5f9 !important;
    border-color: #d3e2ee !important;
    color: #17364f !important;
}
.btn-success, .vbtn-success {
    background-color: #225076 !important;
    border-color: #225076 !important;
    color: #fff !important;
}
.btn-success:hover, .vbtn-success:hover {
    background-color: #1b405f !important;
    border-color: #1b405f !important;
}
.btn-outline-success, .vbtn-outline-success {
    color: #225076 !important;
    border-color: #225076 !important;
    background-color: transparent !important;
}
.btn-outline-success:hover, .vbtn-outline-success:hover {
    background-color: #225076 !important;
    color: #fff !important;
}

/* ===== Inbox: per-conversation archive / restore button ===== */
sidebar .list-wrap .list.conversassion { position: relative; }
.vconv-archive {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 8px;
    color: #6b7280;
    box-shadow: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity .15s, color .15s, border-color .15s, background .15s;
}
.list.conversassion:hover .vconv-archive { opacity: 1; }
.vconv-archive:hover {
    color: #225076;
    border-color: #225076;
    background: #f0f5f9;
}
.vconv-archive i { font-size: 16px; line-height: 1; }
@media (max-width: 767px) {
    .vconv-archive { opacity: 1; }
}

/* ===== Listing (single) — full-width title header, no host thumbnail ===== */
.vlisting-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 22px 24px;
    border: 1px solid #efe7df;
    border-radius: 16px;
    background: #fff;
}
.vlisting-head-main { flex: 1; min-width: 0; }
.vlisting-title {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.vlisting-fav-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #17364f;
    background: #f0f5f9;
    border: 1px solid #d3e2ee;
    padding: 4px 10px;
    border-radius: 999px;
}
.vlisting-fav-badge i { color: #225076; }
.vlisting-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 15px;
    color: #4b5563;
}
.vlisting-loc, .vlisting-rating { display: inline-flex; align-items: center; gap: 6px; }
.vlisting-loc i { color: #225076; }
.vlisting-rating i { color: #225076; }
.vlisting-rating { font-weight: 700; color: #1f2937; }
.vlisting-fav-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #efe7df;
    background: #fff;
    color: #6b7280;
    font-size: 20px;
    cursor: pointer;
    box-shadow: none;
    transition: color .15s, border-color .15s, background .15s;
}
.vlisting-fav-btn a:hover { color: #225076; border-color: #225076; background: #f0f5f9; }
.vlisting-fav-btn a.is-on { color: #225076; border-color: #d3e2ee; background: #f0f5f9; }
@media (max-width: 575px) {
    .vlisting-head { padding: 18px 16px; border-radius: 14px; }
    .vlisting-title { font-size: 21px; }
    .vlisting-meta { font-size: 14px; }
}

/* ===== Auth modal (header login / signup) ===== */
.vauth-modal .modal-dialog { max-width: 460px; }
.vauth-modal .modal-dialog.modal-lg { max-width: 760px; }
.vauth-modal-content {
    position: relative;
    border: none;
    border-radius: 22px;
    padding: 34px 34px 30px;
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
    background: #fff;
}
.vauth-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #f4f4f5;
    border-radius: 50%;
    color: #374151;
    font-size: 18px;
    cursor: pointer;
    box-shadow: none;
    z-index: 2;
}
.vauth-modal-close:hover { background: #f0f5f9; color: #225076; }
.vauth-modal-body { max-height: 82vh; overflow-y: auto; }
.vauth-modal-loading { text-align: center; padding: 48px 0; color: #225076; font-size: 30px; }
.vauth-modal-body .vauth-form { margin-top: 4px; }

/* Signup: two-column grid inside the wider modal */
.vauth-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
}
.vauth-2col .vauth-col-full { grid-column: 1 / -1; }
.vauth-2col .form-group { margin-bottom: 14px; }
@media (max-width: 575px) {
    .vauth-modal-content { padding: 26px 18px 22px; border-radius: 18px; }
    .vauth-2col { grid-template-columns: 1fr; }
    .vauth-modal .modal-dialog.modal-lg { max-width: 460px; }
}

/* ===== Hero search — Airbnb-style, full-width, two rows, flat ===== */
.vherosearch {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 22px;
    padding: 26px 26px 24px;
    box-shadow: none;
    border: 1px solid #f0e7df;
}
.vherosearch-title {
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
    text-align: center;
    margin: 0 0 18px;
}
.vherosearch-form { width: 100%; }
.vherosearch-row { display: flex; width: 100%; gap: 14px; align-items: flex-end; }
.vherosearch-row--top { margin-bottom: 14px; }
.vherosearch-row--bottom { flex-wrap: wrap; }
.vhs-field { display: flex; flex-direction: column; flex: 1 1 0; min-width: 0; }
.vhs-field > label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
    margin: 0 0 6px 2px;
}
.vhs-where { flex: 1.6 1 0; }
.vhs-where-wrap { position: relative; display: block; }
.vhs-input {
    width: 100%;
    height: 54px;
    border: 1px solid #e6ddd4;
    border-radius: 14px;
    background: #fff;
    padding: 0 16px;
    font-size: 15px;
    color: #1f2937;
    outline: none;
    box-shadow: none;
    transition: border-color .15s;
}
.vhs-input:focus { border-color: #225076; }
.vhs-where-wrap .vhs-input { padding-right: 52px; }
.vhs-locate {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #f0f5f9;
    color: #225076;
    border-radius: 10px;
    font-size: 19px;
    cursor: pointer;
    box-shadow: none;
    transition: background .15s, color .15s;
}
.vhs-locate:hover { background: #225076; color: #fff; }
.vhs-locate.is-loading i { animation: vhs-spin 1s linear infinite; }
@keyframes vhs-spin { to { transform: rotate(360deg); } }
.vhs-input-icon { position: relative; display: flex; align-items: center; }
.vhs-input-icon .vhs-input { padding-right: 42px; }
/* beat the global `input.checkinout { height:40px; padding:12px }` rule */
.vherosearch input.vhs-input { height: 54px !important; box-sizing: border-box; }
.vherosearch .vhs-input-icon input.checkinout {
    padding: 0 42px 0 16px !important;
}
.vhs-input-icon > i {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    color: #225076; font-size: 17px; pointer-events: none;
}
.vhs-dates { display: flex; gap: 14px; flex: 2 1 0; min-width: 0; }
.vhs-dates .vhs-field { flex: 1 1 0; }
.vhs-who { flex: 2 1 0; }
/* guest picker button matches the hero inputs exactly */
.vhs-who .vguest-toggle,
.vhs-who .form-control {
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 1px solid #e6ddd4 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    font-size: 15px !important;
    padding: 0 16px !important;
    background: #fff !important;
}
.vhs-btn {
    flex: 1 1 0;
    height: 54px;
    min-width: 130px;
    border-radius: 14px !important;
    padding: 0 26px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: none !important;
    background: #225076 !important;
    border: 1px solid #225076 !important;
    color: #fff !important;
}
.vhs-btn:hover { background: #1b405f !important; border-color: #1b405f !important; color: #fff !important; }
.vhs-btn i { color: #fff !important; }
@media (max-width: 767px) {
    /* Four stacked rows: Where, dates, guests, search */
    .vherosearch { padding: 20px 16px 18px; border-radius: 18px; }
    .vherosearch-row { flex-wrap: wrap; gap: 12px; }
    .vherosearch-row--top { margin-bottom: 12px; }
    .vhs-where { flex: 1 1 100%; }
    .vhs-dates { flex: 1 1 100%; }
    .vhs-dates .vhs-field { flex: 1 1 0; }
    .vhs-who { flex: 1 1 100%; }
    .vhs-btn { flex: 1 1 100%; width: 100%; }
}

/* ===== Wider header bar (logo + nav use more of the viewport) ===== */
.header_area .main_menu .container-fluid-90 { width: 97% !important; }
@media (max-width: 767px) {
    .header_area .main_menu .container-fluid-90 { width: 100% !important; }
}

/* Give the bar a fixed height and vertically centre logo + nav inside it
   (removing "List your Space" had collapsed the old nav-link padding). */
.header_area .main_menu .navbar {
    min-height: 74px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.header_area .main_menu .navbar > .container-fluid {
    min-height: 74px;
    align-items: center !important;
}
.header_area .navbar-brand.logo_h { align-self: center !important; }
.header_area .menu_nav { align-self: center !important; }

/* ===== intl-tel-input country/prefix picker inside the auth modal =====
   The taller (54px) inputs pushed the flag to the top; center it and keep
   the country dropdown above the form. */
.vauth-modal-body .intl-tel-input { display: block; width: 100%; position: relative; }
.vauth-modal-body .intl-tel-input .flag-container {
    top: 0;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
}
.vauth-modal-body .intl-tel-input .selected-flag {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px 0 12px;
}
.vauth-modal-body .intl-tel-input input[type="tel"],
.vauth-modal-body .intl-tel-input input.form-control {
    padding-left: 52px !important;
}
.vauth-modal-body .intl-tel-input .country-list {
    z-index: 6;
    max-height: 220px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

/* ===== Listing "About this listing" — details always in two tidy columns ===== */
[id="listMargin"] .col-md-9 > .row > .col-md-6.col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-right: 12px;
}
[id="listMargin"] .col-md-9 > .row > .col-md-6.col-sm-6 > div {
    padding: 5px 0;
    font-size: 14.5px;
    line-height: 1.5;
    color: #374151;
}
[id="listMargin"] h2.text-18 {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #1f2937;
    margin-bottom: 6px;
}
[id="listMargin"] hr { border-top: 1px solid #efe7df; margin: 22px 0; }
/* section label column: keep it readable on mobile (heading above the grid) */
@media (max-width: 767px) {
    [id="listMargin"] .col-md-3.col-sm-3 { margin-bottom: 8px; }
}

/* ===== Listing gallery v2 — big rounded hero, rest in a grid below ===== */
/* clear the absolute header so the hero's rounded top is fully visible */
.vgallery2 { margin-top: 96px; }
.vgallery2-hero {
	position: relative;
	height: 440px;
	background-size: cover;
	background-position: center;
	border-radius: 18px;
	cursor: pointer;
	transition: filter .15s ease;
}
.vgallery2-hero:hover { filter: brightness(.95); }
.vgallery2-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 12px;
}
.vgallery2-cell {
	height: 132px;
	background-size: cover;
	background-position: center;
	border-radius: 14px;
	cursor: pointer;
	transition: filter .15s ease, transform .15s ease;
}
.vgallery2-cell:hover { filter: brightness(.92); transform: translateY(-2px); }
@media (max-width: 991px) {
	.vgallery2-hero { height: 340px; }
	.vgallery2-grid { grid-template-columns: repeat(3, 1fr); }
	.vgallery2-cell { height: 110px; }
}
@media (max-width: 767px) {
	.vgallery2 { margin-top: 80px; }
	.vgallery2-hero { height: 250px; border-radius: 14px; }
	.vgallery2-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.vgallery2-cell { height: 100px; border-radius: 12px; }
}

/* ===== Listing feature boxes (space type / guests / beds) ===== */
.vfeature-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.vfeature-box {
	flex: 1 1 0;
	min-width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 22px 16px;
	background: #fff;
	border: 1px solid #efe7df;
	border-radius: 18px;
	box-shadow: none;
	text-align: center;
}
.vfeature-ic {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f0f5f9;
	color: #225076;
	font-size: 24px;
	line-height: 1;
	flex-shrink: 0;
}
.vfeature-ic i { display: block; }
.vfeature-label { font-size: 15.5px; font-weight: 700; color: #1f2937; }
@media (max-width: 575px) {
	.vfeature-row { gap: 10px; }
	.vfeature-box { min-width: 0; padding: 16px 8px; border-radius: 14px; }
	.vfeature-ic { width: 44px; height: 44px; font-size: 20px; }
	.vfeature-label { font-size: 13px; }
}

/* Rounded "About this listing" card */
[id="listMargin"] { border-radius: 18px !important; border-color: #efe7df !important; }

/* Gallery / photo-tour slider images get rounded corners too */
.slider-image-container { border-radius: 16px; overflow: hidden; }

/* ===== Mobile: keep the bottom nav from poking through the modal backdrop ===== */
body.modal-open { padding-right: 0 !important; }
body.modal-open .vbottom-nav { display: none !important; }

/* ===== Auth modal: always vertically centred (incl. mobile) ===== */
.vauth-modal.show { display: flex !important; align-items: center; }
.vauth-modal .modal-dialog {
	margin: 1rem auto;
	width: 100%;
	align-items: center;
}
.vauth-modal .modal-dialog-centered { min-height: auto; }
.vauth-modal-body { max-height: 78vh; overflow-y: auto; }
@media (max-width: 575px) {
	.vauth-modal .modal-dialog { margin: 0 auto; max-width: calc(100% - 24px); }
	.vauth-modal-content { padding: 24px 16px 20px; }
	.vauth-modal-body { max-height: 74vh; }
}

/* ===== Support contact modal (reuses .vauth-modal shell) ===== */
.vsupport-lead {
	font-size: 14px;
	color: #6b7280;
	margin: 2px 0 18px;
	line-height: 1.5;
}
.vsupport-lead .vsupport-help-link {
	display: inline-block;
	color: #225076;
	font-weight: 600;
	margin-top: 2px;
}
.vsupport-modal .vsupport-success { text-align: center; padding: 20px 6px 8px; }
.vsupport-modal .vsupport-check {
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f0f5f9;
	color: #225076;
	font-size: 30px;
}

/* ===== Recently viewed — compact horizontal carousel ===== */
.vrecent-carousel {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding: 4px 2px 8px;
}
.vrecent-carousel::-webkit-scrollbar { display: none; }
.vrecent-card {
	flex: 0 0 210px;
	width: 210px;
	scroll-snap-align: start;
	text-decoration: none;
	color: inherit;
	display: block;
}
.vrecent-card:hover { text-decoration: none; color: inherit; }
.vrecent-thumb {
	position: relative;
	width: 100%;
	height: 140px;
	border-radius: 14px;
	overflow: hidden;
	background: #f3f3f3;
}
.vrecent-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}
.vrecent-card:hover .vrecent-thumb img { transform: scale(1.05); }
.vrecent-name {
	font-size: 14px;
	font-weight: 700;
	color: #1f2937;
	margin: 8px 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vrecent-meta {
	font-size: 12.5px;
	color: #6b7280;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vrecent-meta i { color: #225076; }
@media (max-width: 575px) {
	.vrecent-card { flex-basis: 160px; width: 160px; }
	.vrecent-thumb { height: 112px; }
	.vrecent-name { font-size: 13px; }
	.vrecent-meta { font-size: 11.5px; }
}

/* ===== Support modal: name row + bigger fixed message box ===== */
.vsupport-row2 { display: flex; gap: 14px; }
.vsupport-row2 .form-group { flex: 1 1 0; min-width: 0; }
/* beat the auth uniform-height rule (.vauth-form .form-control { height:50px !important }) */
.vauth-form textarea.vsupport-textarea-fixed {
	min-height: 165px !important;
	height: 165px !important;
	resize: none;
	line-height: 1.5;
	padding: 12px 14px !important;
}
@media (max-width: 575px) {
	.vsupport-row2 { flex-direction: column; gap: 0; }
	.vauth-form textarea.vsupport-textarea-fixed { min-height: 140px !important; height: 140px !important; }
}

/* ===== Recently viewed — smaller heading than the destinations section ===== */
.vrecent-section .vdest-title { font-size: 22px; }
.vrecent-section .vdest-sub { font-size: 14px; }
@media (max-width: 575px) {
	.vrecent-section .vdest-title { font-size: 18px; }
	.vrecent-section .vdest-sub { font-size: 13px; }
}

/* ===== Favourites: "New list" button + create-list modal ===== */
.vwl-new-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 0 18px;
	border: 1.5px dashed #ffc19a;
	background: #fff7f1;
	color: #225076;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: none;
	transition: background .15s, border-color .15s;
}
.vwl-new-btn:hover { background: #e4edf5; border-color: #225076; }
.vwl-new-btn i { font-size: 16px; }

.vwl-modal .modal-dialog { max-width: 440px; }
.vwl-modal-content {
	position: relative;
	border: none;
	border-radius: 20px;
	padding: 30px 30px 26px;
	box-shadow: 0 24px 60px rgba(0,0,0,.18);
	background: #fff;
}
.vwl-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: #f4f4f5;
	border-radius: 50%;
	color: #374151;
	font-size: 17px;
	cursor: pointer;
	box-shadow: none;
}
.vwl-modal-close:hover { background: #f0f5f9; color: #225076; }
.vwl-modal-title { font-size: 20px; font-weight: 800; color: #1f2937; margin: 0 0 18px; }
.vwl-modal-form label { font-weight: 600; font-size: 13.5px; color: #374151; margin-bottom: 7px; display: block; }
.vwl-modal-form input[type="text"] {
	width: 100%;
	height: 50px;
	border: 1.5px solid #e3e7ed;
	border-radius: 12px;
	padding: 0 14px;
	font-size: 14.5px;
	outline: none;
	box-shadow: none;
	transition: border-color .15s;
}
.vwl-modal-form input[type="text"]:focus { border-color: #225076; }
.vwl-modal-submit {
	width: 100%;
	height: 50px;
	margin-top: 8px;
	border: none;
	border-radius: 12px;
	background: #225076;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: none;
	transition: background .15s;
}
.vwl-modal-submit:hover { background: #1b405f; }

/* ===== Top Destinations — 5 cards per row on large screens ===== */
@media (min-width: 992px) {
	.vdest-col-5 { flex: 0 0 20%; max-width: 20%; }
}

/* The gallery used to carry a colour-blend duotone over every thumbnail. It was
   orange once; after the site went navy it turned the photographs blue, which is
   the one thing a listing photo must never be. Guests are looking at the room,
   not at our brand colour. */
.vgallery2-cell { position: relative; overflow: hidden; }

/* ===== Listings page: add-new + duplicate actions ===== */
.vlist-add-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	height: 40px;
	padding: 0 18px;
	margin-right: 16px;
	background: #225076;
	color: #fff !important;
	border: none;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: none;
	transition: background .15s;
}
.vlist-add-btn:hover { background: #1b405f; color: #fff !important; text-decoration: none; }
.vlist-duplicate {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #6b7280 !important;
	font-weight: 600;
	text-decoration: none;
}
.vlist-duplicate:hover { color: #225076 !important; text-decoration: none; }

/* ===== Minimum-stay callout: icon badge straddles the top edge ===== */
.vminstay-note {
	position: relative;
	margin-top: 34px;
	padding: 30px 20px 18px;
	background: #f0f5f9;
	border: 1px solid #d3e2ee;
	border-radius: 16px;
	text-align: center;
	box-shadow: none;
}
.vminstay-ic {
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #225076;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	border: 3px solid #fff;
	box-shadow: none;
}
.vminstay-ic i { display: block; }
.vminstay-text {
	margin: 0 0 14px;
	font-size: 14.5px;
	font-weight: 600;
	color: #17364f;
	line-height: 1.45;
}
.vminstay-note #view_other_listings_button {
	background: #fff;
	border: 1px solid #d3e2ee;
	color: #225076 !important;
	border-radius: 12px;
	font-weight: 700;
	box-shadow: none;
}
.vminstay-note #view_other_listings_button:hover { background: #e4edf5; }

/* ===== Listing card actions: three equal buttons, left to right ===== */
.vlist-actions-row {
	display: flex;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}
.vlist-btn {
	flex: 1 1 0;
	min-width: 0;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 6px;
	border: 1px solid #e6ddd4;
	border-radius: 10px;
	background: #fff;
	color: #6b7280 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	white-space: nowrap;
	transition: color .15s, border-color .15s, background .15s;
}
.vlist-btn:hover { text-decoration: none; }
.vlist-btn i { font-size: 15px; flex-shrink: 0; }
.vlist-btn span { overflow: hidden; text-overflow: ellipsis; }

.vlist-btn--edit:hover,
.vlist-btn--copy:hover {
	color: #225076 !important;
	border-color: #225076;
	background: #f0f5f9;
}
.vlist-btn--delete:hover {
	color: #dc2626 !important;
	border-color: #dc2626;
	background: #fef2f2;
}

@media (max-width: 991px) {
	.vlist-btn span { display: none; }   /* icon-only when the column narrows */
	.vlist-btn { padding: 0; }
}

/* ===== Footer contact e-mail ===== */
.vfooter-mail { display: inline-flex; align-items: center; gap: 7px; }
.vfooter-mail i { color: #225076; font-size: 15px; }
.vfooter-mail:hover { color: #225076 !important; }

/* ===== Checkout: "charged now" bubble, kept apart from the booking total ===== */
.vcharge-box {
	margin: 16px;
	padding: 18px 18px 14px;
	background: #f0f5f9;
	border: 1px solid #d3e2ee;
	border-radius: 16px;
	box-shadow: none;
}
.vcharge-head { display: flex; align-items: center; gap: 12px; }
.vcharge-ic {
	width: 42px; height: 42px; flex-shrink: 0;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 12px; background: #225076; color: #fff; font-size: 19px;
}
.vcharge-headtext { display: flex; flex-direction: column; line-height: 1.25; }
.vcharge-label { font-size: 14px; font-weight: 800; color: #1f2937; }
.vcharge-date  { font-size: 12.5px; color: #6b7280; }
.vcharge-amount {
	margin-left: auto;
	font-size: 22px;
	font-weight: 800;
	color: #225076;
	white-space: nowrap;
}
.vcharge-row {
	display: flex; justify-content: space-between; align-items: center;
	font-size: 14px; color: #4b5563;
	padding-top: 10px; margin-top: 10px;
	border-top: 1px solid #d3e2ee;
}
.vcharge-row span:last-child { font-weight: 700; color: #1f2937; }
.vcharge-note { margin: 10px 0 0; font-size: 12.5px; color: #6b7280; line-height: 1.45; }
.vcharge-fx   { margin: 10px 0 0; font-size: 12px; color: #9ca3af; line-height: 1.45; }

/* ===== "View other listings" — standard site button, below the notice ===== */
.vminstay-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin-top: 14px;
	background: #225076;
	color: #fff !important;
	border: none;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: none;
	transition: background .15s;
}
.vminstay-btn:hover { background: #1b405f; color: #fff !important; text-decoration: none; }

/* ===== Trips: instalment payment ledger ===== */
.vpay-ledger {
	margin: 14px 0 4px;
	border: 1px solid #efe7df;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}
.vpay-head {
	display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
	padding: 12px 16px;
	background: #f0f5f9;
	border-bottom: 1px solid #d3e2ee;
}
.vpay-title { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14.5px; color: #1f2937; }
.vpay-title i { color: #225076; }
.vpay-sum { font-size: 13px; color: #4b5563; }
.vpay-rows { max-height: 320px; overflow-y: auto; }
.vpay-row {
	display: grid;
	grid-template-columns: 1.2fr 1.4fr 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 11px 16px;
	border-bottom: 1px solid #f4f4f5;
	font-size: 13.5px;
}
.vpay-row:last-child { border-bottom: none; }
.vpay-row.is-paid { background: #fcfcfc; }
.vpay-month  { font-weight: 700; color: #1f2937; }
.vpay-date   { color: #6b7280; }
.vpay-amount { font-weight: 700; color: #1f2937; text-align: right; }
.vpay-status { justify-self: end; }
.vpay-badge {
	display: inline-flex; align-items: center; gap: 5px;
	padding: 5px 11px; border-radius: 999px; font-size: 12px; font-weight: 700;
}
.vpay-badge--paid { background: #f0f5f9; color: #17364f; border: 1px solid #d3e2ee; }
.vpay-badge--due  { background: #f4f4f5; color: #6b7280; border: 1px solid #e5e7eb; }
.vpay-badge--processing { background: #f3f7fb; color: #b45309; border: 1px solid #dbe7f1; }
.vpay-badge--cancelled { background: #f6f7f8; color: #6b7280; border: 1px solid #e5e7eb; text-decoration: line-through; }
.vplan-table tr.is-cancelled td { opacity: .6; }

/* Payment information: one pill, segments split by dividers (trips/active) */
.vpay-pill { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; background: #f3f7fb; border: 1px solid #dbe7f1; border-radius: 999px; padding: 12px 20px; margin-top: 12px; }
.vpay-seg { display: flex; flex-direction: column; min-width: 0; }
.vpay-seg-label { font-size: 11px; text-transform: uppercase; letter-spacing: .4px; color: #6b7280; font-weight: 700; }
.vpay-seg-value { font-size: 15px; font-weight: 700; color: #111827; white-space: nowrap; }
.vpay-seg-value--due { color: #17364f; }
.vpay-seg-value small { font-weight: 500; color: #6b7280; margin-left: 4px; }
.vpay-divider { width: 1px; align-self: stretch; background: #d3e2ee; }
.vpay-btn--pill { margin-left: auto; }
@media (max-width: 767px) {
	.vpay-pill { border-radius: 16px; gap: 12px; }
	.vpay-divider { width: 100%; height: 1px; align-self: auto; }
	.vpay-btn--pill { margin-left: 0; width: 100%; justify-content: center; }
}

/* ---- Payment plan page ---- */
.vplan-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-bottom: 16px; }
.vplan-stat { border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px 16px; }
.vplan-stat-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #6b7280; font-weight: 700; margin-bottom: 4px; }
.vplan-stat-value { display: block; font-size: 20px; font-weight: 800; color: #111827; }
.vplan-stat-value--paid { color: #225076; }
.vplan-progress { height: 8px; border-radius: 999px; background: #f0f1f3; overflow: hidden; }
.vplan-progress span { display: block; height: 100%; background: #225076; border-radius: 999px; }
.vplan-progress-label { font-size: 12px; color: #6b7280; margin: 6px 0 18px; }
.vplan-next { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; background: #f3f7fb; border: 1px solid #dbe7f1; border-radius: 12px; padding: 14px 18px; margin-bottom: 20px; }
.vplan-next-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #17364f; font-weight: 700; }
.vplan-next-month { display: block; font-size: 15px; color: #374151; font-weight: 600; }
.vplan-next-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.vplan-next-amount { font-size: 22px; font-weight: 800; color: #225076; white-space: nowrap; }
.vplan-table th { font-size: 11px; text-transform: uppercase; letter-spacing: .4px; color: #6b7280; border-top: none; }
.vplan-table td { vertical-align: middle; font-size: 14px; }
.vplan-table tr.is-paid td { background: #f3f7fb; }
.vplan-note { font-size: 12.5px; color: #6b7280; margin: 16px 0 0; }
@media (max-width: 575px) {
	.vplan-next { flex-direction: column; align-items: flex-start; }
	.vplan-next-right { width: 100%; justify-content: space-between; }
}
.vpay-btn {
	display: inline-flex; align-items: center; gap: 6px;
	height: 34px; padding: 0 14px;
	background: #225076; color: #fff !important;
	border-radius: 10px; font-size: 12.5px; font-weight: 700;
	text-decoration: none; box-shadow: none;
}
.vpay-btn:hover { background: #1b405f; color: #fff !important; text-decoration: none; }
@media (max-width: 575px) {
	.vpay-row { grid-template-columns: 1fr auto; row-gap: 4px; }
	.vpay-date { grid-column: 1 / -1; }
	.vpay-amount { text-align: left; }
}

/* ===== Booking status pill (with icon) ===== */
.vstatus-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	box-shadow: none;
	border: 1px solid transparent;
}
.vstatus-pill i { font-size: 14px; }
.vstatus-pill--ok   { background: #f0f5f9; color: #17364f; border-color: #d3e2ee; }
.vstatus-pill--wait { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.vstatus-pill--bad  { background: #fef2f2; color: #b91c1c; border-color: #fecaca; }

/* ===== Instalment payment modal ===== */
.vinst-modal .modal-dialog { max-width: 460px; }
.vinst-modal-content { position: relative; border: none; border-radius: 20px; padding: 30px 28px 26px; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.vinst-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: none; background: #f4f4f5; border-radius: 50%; color: #374151; cursor: pointer; box-shadow: none; }
.vinst-close:hover { background: #f0f5f9; color: #225076; }
.vinst-title { font-size: 20px; font-weight: 800; color: #1f2937; margin: 0; }
.vinst-sub { font-size: 13px; color: #6b7280; margin: 2px 0 16px; }
.vinst-amount { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; background: #f0f5f9; border: 1px solid #d3e2ee; border-radius: 14px; margin-bottom: 18px; }
.vinst-month { display: block; font-weight: 800; color: #1f2937; font-size: 14.5px; }
.vinst-due { display: block; font-size: 12.5px; color: #6b7280; }
.vinst-value { font-size: 20px; font-weight: 800; color: #225076; white-space: nowrap; }
.vinst-label { font-weight: 700; font-size: 13.5px; color: #374151; margin-bottom: 8px; display: block; }
.vinst-method { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1.5px solid #e3e7ed; border-radius: 12px; margin-bottom: 8px; cursor: pointer; font-size: 14px; }
.vinst-method:hover { border-color: #ffc19a; background: #fff9f5; }
.vinst-method input:checked + span { font-weight: 700; color: #225076; }
.vinst-card { margin-top: 12px; padding-top: 12px; border-top: 1px solid #eef0f2; }
.vinst-card .form-control { height: 46px; border: 1.5px solid #e3e7ed; border-radius: 10px; }
.vinst-card .form-control:focus { border-color: #225076; box-shadow: none; }
.vinst-card label { font-weight: 600; font-size: 13px; color: #374151; margin-bottom: 5px; }
.vinst-card-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vinst-note { font-size: 12px; color: #6b7280; margin: 6px 0 0; }
.vinst-hint { display: block; font-size: 12px; margin-top: 4px; min-height: 16px; }
.vinst-hint.is-ok { color: #15803d; }
.vinst-hint.is-bad { color: #dc2626; }
.vinst-card input.is-valid { border-color: #22c55e; }
.vinst-card input.is-invalid { border-color: #dc2626; }
.vinst-submit { width: 100%; height: 50px; margin-top: 16px; border: none; border-radius: 12px; background: #225076; color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; box-shadow: none; }
.vinst-submit:hover { background: #1b405f; }
@media (max-width: 575px) { .vinst-modal-content { padding: 24px 16px 20px; } .vinst-card-row { grid-template-columns: 1fr; } }

/* ============================================================
   Public profile (/users/show/<handle>)
   ============================================================ */
.vprofile-page { padding: 110px 0 64px; }

.vprofile-hero {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
	padding: 28px 32px;
	background: #fff;
	border: 1px solid #f0f1f3;
	border-radius: 20px;
	margin-bottom: 28px;
}
.vprofile-avatar { position: relative; flex: 0 0 auto; }
.vprofile-avatar img {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	border: 4px solid #fff;
	box-shadow: 0 8px 28px rgba(17, 24, 39, .14);
}
.vprofile-avatar-check {
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #225076;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	border: 3px solid #fff;
}
.vprofile-headline { flex: 1 1 260px; min-width: 0; }
.vprofile-name {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: #111827;
	margin: 0 0 4px;
	line-height: 1.15;
}
.vprofile-sub { font-size: 15px; color: #6b7280; margin: 0 0 6px; }
.vprofile-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; color: #6b7280; }
.vprofile-meta i { color: #225076; margin-right: 5px; }
.vprofile-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	padding: 9px 18px;
	border-radius: 999px;
	background: #225076;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	box-shadow: none;
}
.vprofile-cta:hover { background: #1b405f; color: #fff; text-decoration: none; }

.vprofile-stats {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 14px 24px;
	background: #f3f7fb;
	border: 1px solid #dbe7f1;
	border-radius: 16px;
}
.vprofile-stat { text-align: center; min-width: 62px; }
.vprofile-stat-value { display: block; font-size: 22px; font-weight: 800; color: #111827; white-space: nowrap; }
.vprofile-stat-value i { color: #225076; font-size: 17px; }
.vprofile-stat-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #6b7280; font-weight: 700; margin-top: 2px; }
.vprofile-stat-divider { width: 1px; align-self: stretch; background: #d3e2ee; }

.vprofile-body { display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: start; }
.vprofile-card { background: #fff; border: 1px solid #f0f1f3; border-radius: 20px; padding: 24px; }
.vprofile-card-title { font-family: 'Red Hat Display', sans-serif; font-size: 19px; font-weight: 800; color: #111827; margin: 0 0 16px; }
.vprofile-checks { list-style: none; margin: 0; padding: 0; }
.vprofile-checks li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f4f4f5; font-size: 15px; }
.vprofile-checks li:last-child { border-bottom: none; }
.vprofile-checks li i { font-size: 18px; }
.vprofile-checks li.is-ok { color: #111827; }
.vprofile-checks li.is-ok i { color: #225076; }
.vprofile-checks li.is-off { color: #9ca3af; }
.vprofile-checks li.is-off i { color: #d1d5db; }
.vprofile-card-note { font-size: 12.5px; color: #6b7280; margin: 14px 0 0; padding-top: 14px; border-top: 1px solid #f4f4f5; }

.vprofile-main { min-width: 0; }
.vprofile-section { background: #fff; border: 1px solid #f0f1f3; border-radius: 20px; padding: 24px 28px; margin-bottom: 24px; }
.vprofile-section-title { font-family: 'Red Hat Display', sans-serif; font-size: 21px; font-weight: 800; color: #111827; margin: 0 0 16px; }
.vprofile-about { font-size: 15.5px; line-height: 1.7; color: #374151; margin: 0; white-space: pre-line; }

.vprofile-listings { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 20px; }
.vprofile-listing { display: block; color: inherit; }
.vprofile-listing:hover { text-decoration: none; color: inherit; }
.vprofile-listing-thumb { border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; background: #f4f4f5; }
.vprofile-listing-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.vprofile-listing:hover .vprofile-listing-thumb img { transform: scale(1.06); }
.vprofile-listing-name { margin-top: 10px; font-size: 15px; font-weight: 700; color: #111827; }
.vprofile-listing-meta { font-size: 13px; color: #6b7280; }
.vprofile-listing-meta i { color: #225076; }

.vprofile-empty { text-align: center; padding: 32px 0; color: #9ca3af; }
.vprofile-empty i { font-size: 34px; }
.vprofile-empty p { margin: 10px 0 0; font-size: 15px; }

.vprofile-tabs { border-bottom: 1px solid #f0f1f3; margin-bottom: 8px; }
.vprofile-tabs .nav-link { border: none; color: #6b7280; font-weight: 600; font-size: 15px; padding: 10px 4px; margin-right: 24px; }
.vprofile-tabs .nav-link.active { color: #225076; border-bottom: 2px solid #225076; background: transparent; }

@media (max-width: 991px) {
	.vprofile-body { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
	.vprofile-page { padding: 96px 0 40px; }
	.vprofile-hero { justify-content: center; text-align: center; padding: 24px 18px; }
	.vprofile-headline { flex: 1 1 100%; }
	.vprofile-meta { justify-content: center; }
	.vprofile-name { font-size: 26px; }
	.vprofile-stats { width: 100%; justify-content: space-around; }
	.vprofile-section { padding: 20px 18px; }
}

/* ============================================================
   Dashboard: next payment card
   ============================================================ */
.vnext {
	position: relative;
	overflow: hidden;            /* clips the watermark's other half */
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	background: #f4f6f9;
	border: 1px solid #e6ebf1;
	border-radius: 12px;
	padding: 22px 24px;
}
.vnext-watermark {
	position: absolute;
	right: -34px;
	bottom: -46px;               /* deep in the corner — only a sliver shows */
	font-size: 130px;
	line-height: 1;
	color: #225076;
	opacity: .06;
	pointer-events: none;
	transform: rotate(-12deg);
	z-index: 1;
}
.vnext-watermark i { font-size: inherit; }

.vnext-row {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 15px;             /* one size for the whole line */
	line-height: 1.4;
}
.vnext-amount {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	color: #111827;
	white-space: nowrap;
}
.vnext-item {
	font-weight: 400;
	color: #374151;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vnext-item--now  { color: #92400e; font-weight: 600; }
.vnext-item--late { color: #b91c1c; font-weight: 600; }
.vnext-sep {
	flex: 0 0 auto;
	width: 1px;
	height: 16px;
	background: #cfd8e3;
}

.vnext-btn {
	position: relative;
	z-index: 2;
	margin-left: auto;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	padding: 0 26px;
	border: none;
	border-radius: 12px;
	background: #225076;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: none;
	transition: background .15s ease;
}
.vnext-btn:hover { background: #1b405f; color: #fff; }
@media (max-width: 767px) {
	.vnext { flex-direction: column; align-items: stretch; }
	.vnext-row { font-size: 14px; gap: 8px 10px; }
	.vnext-item { white-space: normal; }
	.vnext-sep { display: none; }        /* wrapping makes the rules meaningless */
	.vnext-btn { margin-left: 0; width: 100%; }
}

/* ============================================================
   Dashboard: latest transactions table
   ============================================================ */
.vtx-table { margin: 0; }
.vtx-table thead th {
	border: none;
	border-bottom: 1px solid #eef0f2;
	background: transparent;
	padding: 12px 20px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #6b7280;
	white-space: nowrap;
}
.vtx-table tbody td {
	border: none;
	border-bottom: 1px solid #f4f5f7;
	padding: 14px 20px;
	vertical-align: middle;
	font-size: 14px;
}
.vtx-table tbody tr:last-child td { border-bottom: none; }
.vtx-table tbody tr:hover td { background: #f8fafc; }
.vtx-ref {
	text-align: left;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12.5px;
	letter-spacing: .3px;
	color: #374151;
	word-break: break-all;
}
.vtx-method {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	background: #f0f5f9;
	color: #17364f;
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
}
.vtx-amount { font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.vtx-amount.is-in  { color: #15803d; }
.vtx-amount.is-out { color: #b91c1c; }
.vtx-date { color: #6b7280; white-space: nowrap; }

/* ============================================================
   Header avatar: verified badge on the picture
   ============================================================ */
.vavatar-wrap { position: relative; display: inline-block; line-height: 0; }
.vavatar-check {
	position: absolute;
	right: .55rem;
	bottom: .55rem;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #225076;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	border: 2px solid #fff;
	box-shadow: none;
}
.vavatar-check i { display: block; }

/* ============================================================
   Invite friends
   ============================================================ */
.vref-card {
	position: relative;
	background: #f4f6f9;
	border: 1px solid #e6ebf1;
	border-radius: 18px;
	padding: 44px 28px 26px;      /* top room for the half-out icon */
	margin: 34px 0 20px;          /* the icon sticks out above the card */
	text-align: center;
}
/* Gift badge: half inside the bubble, half out */
.vref-offer-icon {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #225076;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 1;
	border: 4px solid #fff;
	box-shadow: none;
}
.vref-offer-icon i { display: block; }

.vref-offer { margin-bottom: 22px; }
.vref-offer-label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-weight: 700;
	color: #6b7280;
}
.vref-offer-amount {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 42px;
	font-weight: 800;
	color: #225076;
	line-height: 1.05;
}
.vref-offer-sub { display: block; font-size: 14px; color: #6b7280; margin-top: 4px; }

.vref-link { width: 100%; text-align: left; }
.vref-link-label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-weight: 700;
	color: #6b7280;
	margin-bottom: 8px;
}
.vref-link-box {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	background: #fff;
	border: 1.5px solid #e6ebf1;
	border-radius: 999px;
	padding: 6px 6px 6px 20px;
}
.vref-link-box > i { color: #9ca3af; font-size: 17px; flex-shrink: 0; }
.vref-link-box input {
	flex: 1;
	min-width: 0;
	border: none;
	outline: none;
	background: transparent;
	height: 42px;
	font-size: 14.5px;
	color: #374151;
}
.vref-copy {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	height: 42px;
	padding: 0 20px;
	border: none;
	border-radius: 999px;
	background: #225076;
	color: #fff;
	font-size: 13.5px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: none;
	transition: background .15s ease;
}
.vref-copy:hover { background: #1b405f; }
.vref-copy.vref-copied { background: #15803d; }

.vref-share-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.vref-share-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 18px;
	border: 1px solid #e6ebf1;
	border-radius: 999px;
	background: #fff;
	color: #374151;
	font-size: 13.5px;
	font-weight: 600;
	box-shadow: none;
}
.vref-share-btn:hover { border-color: #225076; color: #225076; text-decoration: none; }
.vref-share-btn i { color: #225076; }

.vref-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}
.vref-stat {
	background: #fff;
	border: 1px solid #eef0f2;
	border-radius: 12px;
	padding: 16px 18px;
}
.vref-stat-value {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #111827;
	line-height: 1.1;
}
.vref-stat--earned .vref-stat-value { color: #225076; }
.vref-stat-label {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #6b7280;
	font-weight: 700;
}

.vref-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 16px;
	margin-bottom: 16px;
}
.vref-step {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #fff;
	border: 1px solid #eef0f2;
	border-radius: 12px;
	padding: 16px 18px;
}
.vref-step-no {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #dbe7f1;
	color: #17364f;
	font-size: 13px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.vref-step p { margin: 0; font-size: 14.5px; color: #374151; line-height: 1.45; }

.vref-extras {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 13.5px;
	color: #6b7280;
	margin-bottom: 8px;
}
.vref-extra { display: inline-flex; align-items: center; }
.vref-extras i { color: #225076; margin-right: 6px; }
.vref-extra-sep { flex: 0 0 auto; width: 1px; height: 16px; background: #cfd8e3; }
@media (max-width: 767px) {
	.vref-extras { flex-direction: column; align-items: flex-start; gap: 8px; }
	.vref-extra-sep { display: none; }   /* stacked: a vertical rule reads as noise */
}

.vref-empty { text-align: center; padding: 40px 0; color: #9ca3af; }
.vref-empty i { font-size: 34px; }
.vref-empty p { margin: 10px 0 0; font-size: 15px; }

@media (max-width: 575px) {
	.vref-link-box { border-radius: 14px; flex-wrap: wrap; padding: 10px 12px; }
	.vref-copy { width: 100%; justify-content: center; }
}

/* Two-row stacking on a phone. Opt-in: the dashboard's 4-column table uses it;
   the 6-column transactions table and the 3-column invites table do not. */
@media (max-width: 767px) {
	.vtx-table--stack thead { display: none; }
	.vtx-table--stack,
	.vtx-table--stack tbody,
	.vtx-table--stack tbody tr,
	.vtx-table--stack tbody td { display: block; width: 100%; }

	.vtx-table--stack tbody tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"ref amount"
			"method date";
		align-items: center;
		gap: 6px 12px;
		padding: 14px 16px;
		border-bottom: 1px solid #f4f5f7;
	}
	.vtx-table--stack tbody tr:last-child { border-bottom: none; }
	.vtx-table--stack tbody td { border: none; padding: 0; }

	.vtx-table--stack tbody td:nth-child(1) { grid-area: ref; }
	.vtx-table--stack tbody td:nth-child(2) { grid-area: method; }
	.vtx-table--stack tbody td:nth-child(3) { grid-area: amount; text-align: right; }
	.vtx-table--stack tbody td:nth-child(4) { grid-area: date; text-align: right; }

	.vtx-table--stack .vtx-ref { font-size: 12px; word-break: break-all; }
	.vtx-table--stack .vtx-amount { font-size: 15px; }
	.vtx-table--stack .vtx-date { font-size: 12.5px; }

	.vtx-table-wrap { overflow-x: visible; }
}

/* ============================================================
   Mobile bottom nav: every label on a single line
   ============================================================ */
.vbottom-nav a span {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 1.2;
}

/* ============================================================
   Full-screen slide-in menu (mobile)
   ============================================================ */
.vmob-modal .modal-dialog {
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
	margin: 0;
}
/* .modal.left .modal-content is more specific, so qualify ours too */
.vmob-modal .modal-content.vmob-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	border: none;
	border-radius: 0;
	background: #fff;
	overflow: hidden;               /* the body scrolls, not the shell */
}

.vmob-head {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 20px;
	border-bottom: 1px solid #eef0f2;
}
.vmob-brand img { max-height: 30px; width: auto; }
.vmob-close {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: #f4f4f5;
	color: #374151;
	font-size: 19px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
}
.vmob-close:hover { background: #f0f5f9; color: #225076; }

.vmob-body {
	flex: 1 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 16px 12px 24px;
}

.vmob-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 4px 8px 18px;
	height: 52px;
	border-radius: 12px;
	background: #225076;
	color: #fff !important;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 16px;
	font-weight: 700;
	box-shadow: none;
}
.vmob-cta:hover { background: #1b405f; color: #fff !important; text-decoration: none; }

.vmob-section {
	display: block;
	margin: 18px 0 4px;
	padding: 14px 12px 0;
	border-top: 1px solid #f0f1f3;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #9ca3af;
}
.vmob-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 12px;
	border-radius: 10px;
	color: #374151;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.vmob-item:hover,
.vmob-item:active { background: #f4f6f9; color: #225076; text-decoration: none; }
.vmob-item i { width: 22px; text-align: center; font-size: 19px; color: #6b7280; flex-shrink: 0; }
.vmob-item:hover i { color: #225076; }
.vmob-badge {
	margin-left: auto;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #dc2626;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.vmob-foot {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
	border-top: 1px solid #eef0f2;
	background: #fbfcfd;
}
.vmob-user { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; text-decoration: none; }
.vmob-user:hover { text-decoration: none; }
.vmob-avatar { position: relative; flex: 0 0 auto; line-height: 0; }
.vmob-avatar img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.vmob-avatar-check {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #225076;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	border: 2px solid #fff;
}
.vmob-avatar-check i { display: block; }
.vmob-user-text { min-width: 0; display: flex; flex-direction: column; }
.vmob-user-text strong { font-size: 15px; color: #111827; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vmob-user-text small { font-size: 12.5px; color: #6b7280; }
.vmob-logout {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f4f4f5;
	color: #374151;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.vmob-logout:hover { background: #fee2e2; color: #b91c1c; text-decoration: none; }

/* ============================================================
   Desktop user dropdown: grouped like the sidebar
   ============================================================ */
.vuser-section {
	display: block;
	margin: 10px 0 2px;
	padding: 10px 16px 0;
	border-top: 1px solid #f0f1f3;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
	color: #9ca3af;
}
.vuser-item i { width: 18px; text-align: center; font-size: 15px; color: #9ca3af; margin-right: 8px; }
.vuser-item:hover i { color: #225076; }
.vuser-item--cta {
	margin: 6px 10px 4px;
	padding: 11px 14px !important;
	border-radius: 10px;
	background: #225076;
	color: #fff !important;
	font-weight: 700;
}
.vuser-item--cta i { color: #fff; }
.vuser-item--cta:hover { background: #1b405f; color: #fff !important; }
.vuser-item--cta:hover i { color: #fff; }
.vuser-menu { max-height: 82vh; overflow-y: auto; min-width: 250px; }

/* ============================================================
   Transactions page
   ============================================================ */
.vtx-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 16px;
	margin: 20px 0;
}
.vtx-sum {
	background: #fff;
	border: 1px solid #eef0f2;
	border-radius: 12px;
	padding: 16px 18px;
}
.vtx-sum--net { background: #f4f6f9; border-color: #e6ebf1; }
.vtx-sum-label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #6b7280;
	font-weight: 700;
}
.vtx-sum-value {
	display: block;
	margin-top: 2px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #111827;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}
.vtx-sum-value--in  { color: #15803d; }
.vtx-sum-value--out { color: #b91c1c; }

.vtx-toolbar { margin-bottom: 10px; }
.vtx-toolbar form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
.vtx-toolbar .pick-btn { width: auto; min-width: 230px; }

/* Type badge */
.vtx-type {
	display: inline-block;
	padding: 3px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}
.vtx-type--in      { background: #dcfce7; color: #15803d; }
.vtx-type--out     { background: #fee2e2; color: #b91c1c; }
.vtx-type--neutral { background: #f0f5f9; color: #17364f; }

/* Details cell: property on top, month + booking code beneath */
.vtx-detail-main { display: block; font-weight: 600; color: #111827; }
.vtx-detail-sub  { display: block; font-size: 12.5px; color: #6b7280; }

/* DataTables chrome, matched to the rest of the site */
.vtx-table-wrap .dataTables_wrapper .dataTables_length select,
.vtx-table-wrap .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #e6ebf1;
	border-radius: 999px;
	padding: 6px 14px;
	height: 38px;
	outline: none;
	background: #fff;
}
.vtx-table-wrap .dataTables_wrapper .dataTables_filter input:focus,
.vtx-table-wrap .dataTables_wrapper .dataTables_length select:focus { border-color: #225076; }
.vtx-table-wrap .dataTables_wrapper .dataTables_info { color: #6b7280; font-size: 13px; }
.vtx-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
	border: 1px solid #e6ebf1 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #374151 !important;
	padding: 6px 16px !important;
	margin-left: 6px;
	box-shadow: none !important;
}
.vtx-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.vtx-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #225076 !important;
	border-color: #225076 !important;
	color: #fff !important;
}
.vtx-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #f4f6f9 !important;
	border-color: #225076 !important;
	color: #225076 !important;
}
.vtx-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	opacity: .45;
	pointer-events: none;
}

/* Phone: each transaction becomes two rows, no horizontal scrolling */
@media (max-width: 767px) {
	.vtx-summary { grid-template-columns: repeat(2, 1fr); }
	.vtx-sum-value { font-size: 18px; }
	.vtx-toolbar .pick-btn { min-width: 0; width: 100%; }
	.vtx-toolbar form > * { flex: 1 1 100%; }
}

/* Transactions table on a phone: reference + amount, details + type, method + date */
@media (max-width: 767px) {
	#dataTableBuilder thead,
	.vtx-table-wrap table.vtx-table thead { display: none; }
	.vtx-table-wrap table.vtx-table,
	.vtx-table-wrap table.vtx-table tbody,
	.vtx-table-wrap table.vtx-table tbody tr,
	.vtx-table-wrap table.vtx-table tbody td { display: block; width: 100%; }

	.vtx-table-wrap table.vtx-table tbody tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"ref    amount"
			"detail type"
			"method date";
		align-items: center;
		gap: 6px 12px;
		padding: 14px 16px;
		border-bottom: 1px solid #f4f5f7;
	}
	.vtx-table-wrap table.vtx-table tbody td { border: none; padding: 0; }
	.vtx-table-wrap table.vtx-table tbody td:nth-child(1) { grid-area: ref; }
	.vtx-table-wrap table.vtx-table tbody td:nth-child(2) { grid-area: type;   text-align: right; }
	.vtx-table-wrap table.vtx-table tbody td:nth-child(3) { grid-area: detail; }
	.vtx-table-wrap table.vtx-table tbody td:nth-child(4) { grid-area: method; }
	.vtx-table-wrap table.vtx-table tbody td:nth-child(5) { grid-area: amount; text-align: right !important; }
	.vtx-table-wrap table.vtx-table tbody td:nth-child(6) { grid-area: date;   text-align: right !important; }
}

/* ============================================================
   Booking options: a plain button row on desktop,
   an accordion on a phone
   ============================================================ */
.vbcard-accordion { margin: 0; }
.vbcard-accordion > .vbcard-actions { margin-top: 0; }
.vbcard-accordion-summary { display: none; }

@media (max-width: 767px) {
	.vbcard-accordion-summary {
		display: flex;
		align-items: center;
		gap: 10px;
		list-style: none;
		cursor: pointer;
		padding: 14px 16px;
		border: 1px solid #e6ebf1;
		border-radius: 12px;
		background: #f4f6f9;
		font-size: 15px;
		font-weight: 700;
		color: #17364f;
		user-select: none;
	}
	.vbcard-accordion-summary::-webkit-details-marker { display: none; }
	.vbcard-accordion-caret { margin-left: auto; transition: transform .18s ease; font-size: 16px; }
	.vbcard-accordion[open] .vbcard-accordion-caret { transform: rotate(180deg); }
	.vbcard-accordion[open] .vbcard-accordion-summary { border-radius: 12px 12px 0 0; }

	.vbcard-accordion > .vbcard-actions {
		display: flex;
		flex-direction: column;
		gap: 8px;
		padding: 12px;
		border: 1px solid #e6ebf1;
		border-top: none;
		border-radius: 0 0 12px 12px;
	}
	/* left-to-right: icon, then label — not centred */
	.vbcard-accordion > .vbcard-actions .vbcard-btn {
		width: 100%;
		justify-content: flex-start;
		text-align: left;
		gap: 12px;
		padding-left: 16px;
	}

	/* Pay now matches the primary buttons everywhere else */
	.vpay-btn--pill {
		width: 100%;
		height: 48px;
		justify-content: center;
		border-radius: 12px;
		font-size: 15px;
		font-family: 'Red Hat Display', sans-serif;
	}
}

/* ============================================================
   In-page notification toasts
   ============================================================ */
.vtoast-stack {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 1080;
	display: flex;
	flex-direction: column;
	gap: 10px;
	pointer-events: none;
}
.vtoast {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 280px;
	max-width: 380px;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid #e6ebf1;
	background: #fff;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 12px 34px rgba(17, 24, 39, .14);
	pointer-events: auto;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease;
}
.vtoast.is-in { opacity: 1; transform: translateY(0); }
.vtoast:hover { text-decoration: none; color: #111827; border-color: #225076; }
.vtoast > i { flex: 0 0 auto; font-size: 20px; color: #225076; }
.vtoast-text { flex: 1; font-size: 14px; line-height: 1.4; }
.vtoast-close {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: #9ca3af;
	font-size: 14px;
	cursor: pointer;
	box-shadow: none;
}
.vtoast-close:hover { background: #f4f4f5; color: #374151; }

@media (max-width: 767px) {
	.vtoast-stack { left: 12px; right: 12px; bottom: 78px; }  /* above the bottom nav */
	.vtoast { min-width: 0; max-width: none; }
}

/* ============================================================
   Payouts
   ============================================================ */
.vpo-hero {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	background: #f4f6f9;
	border: 1px solid #e6ebf1;
	border-radius: 16px;
	padding: 22px 26px;
	margin: 20px 0 14px;
}
.vpo-balance { flex: 1 1 200px; min-width: 0; }
.vpo-balance-label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #6b7280;
	font-weight: 700;
}
.vpo-balance-value {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: #111827;
	line-height: 1.1;
	white-space: nowrap;
}
.vpo-hero-divider { width: 1px; align-self: stretch; background: #d3dce6; }
.vpo-hero-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

.vpo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	padding: 0 22px;
	border: 1px solid #dbe2ea;
	border-radius: 12px;
	background: #fff;
	color: #374151;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	white-space: nowrap;
}
.vpo-btn:hover { border-color: #225076; color: #225076; text-decoration: none; }
.vpo-btn--primary {
	background: #225076;
	border-color: #225076;
	color: #fff;
}
.vpo-btn--primary:hover { background: #1b405f; border-color: #1b405f; color: #fff; }

.vpo-hint { font-size: 13.5px; color: #6b7280; margin: 0 0 4px; }

.vpo-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.vpo-toolbar .pick-btn { width: auto; min-width: 230px; height: 46px; }

/* History table */
.vpo-dest-main { display: block; font-weight: 600; color: #111827; font-variant-numeric: tabular-nums; }
.vpo-dest-sub  { display: block; font-size: 12.5px; color: #6b7280; }
.vpo-amount    { display: block; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.vpo-fee       { display: block; font-size: 12px; color: #6b7280; }

.vpo-table-wrap .dataTables_wrapper .dataTables_length select,
.vpo-table-wrap .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #e6ebf1;
	border-radius: 999px;
	padding: 6px 14px;
	height: 38px;
	outline: none;
	background: #fff;
}
.vpo-table-wrap .dataTables_wrapper .dataTables_info { color: #6b7280; font-size: 13px; }
.vpo-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
	border: 1px solid #e6ebf1 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #374151 !important;
	padding: 6px 16px !important;
	margin-left: 6px;
	box-shadow: none !important;
}
.vpo-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.vpo-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #225076 !important;
	border-color: #225076 !important;
	color: #fff !important;
}
.vpo-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #f4f6f9 !important;
	border-color: #225076 !important;
	color: #225076 !important;
}
.vpo-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled { opacity: .45; pointer-events: none; }

/* Phone: the hero stacks, the table becomes rows of label-free pairs */
@media (max-width: 767px) {
	.vpo-hero { flex-direction: column; align-items: stretch; gap: 16px; }
	.vpo-hero-divider { width: 100%; height: 1px; align-self: auto; }
	.vpo-hero-actions { flex-direction: column; }
	.vpo-hero-actions .vpo-btn { width: 100%; }
	.vpo-balance-value { font-size: 28px; }

	.vpo-toolbar { width: 100%; }
	.vpo-toolbar > * { flex: 1 1 100%; }
	.vpo-toolbar .pick-btn { min-width: 0; }

	.vpo-table-wrap table.vpo-table thead { display: none; }
	.vpo-table-wrap table.vpo-table,
	.vpo-table-wrap table.vpo-table tbody,
	.vpo-table-wrap table.vpo-table tbody tr,
	.vpo-table-wrap table.vpo-table tbody td { display: block; width: 100%; }

	.vpo-table-wrap table.vpo-table tbody tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"ref    amount"
			"dest   status"
			"method requested"
			"proc   proc";
		align-items: center;
		gap: 6px 12px;
		padding: 14px 16px;
		border-bottom: 1px solid #f4f5f7;
	}
	.vpo-table-wrap table.vpo-table tbody td { border: none; padding: 0; }
	.vpo-table-wrap table.vpo-table tbody td:nth-child(1) { grid-area: ref; }
	.vpo-table-wrap table.vpo-table tbody td:nth-child(2) { grid-area: method; }
	.vpo-table-wrap table.vpo-table tbody td:nth-child(3) { grid-area: dest; }
	.vpo-table-wrap table.vpo-table tbody td:nth-child(4) { grid-area: amount;    text-align: right !important; }
	.vpo-table-wrap table.vpo-table tbody td:nth-child(5) { grid-area: status;    text-align: right !important; }
	.vpo-table-wrap table.vpo-table tbody td:nth-child(6) { grid-area: requested; text-align: right !important; }
	.vpo-table-wrap table.vpo-table tbody td:nth-child(7) { grid-area: proc;      text-align: right !important; }
}

/* ============================================================
   Shared host pages: header with a primary action, cards, modal
   ============================================================ */
.vhpage { padding: 8px 0 40px; }
.vhpage-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	margin: 18px 0 20px;
}
.vhpage-head h1 { margin: 0; }
.vhpage-sub { font-size: 14px; color: #6b7280; margin: 4px 0 0; max-width: 640px; }

.vhpage-card {
	background: #fff;
	border: 1px solid #eef0f2;
	border-radius: 16px;
	padding: 22px 24px;
	margin-bottom: 20px;
}
.vhpage-card-title {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #111827;
	margin: 0 0 14px;
}

.vhpage-empty { text-align: center; padding: 34px 0; color: #9ca3af; }
.vhpage-empty i { font-size: 32px; }
.vhpage-empty p { margin: 10px 0 0; font-size: 15px; }

/* Row actions */
.vrow-actions { display: inline-flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }
.vrow-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 14px;
	border: 1px solid #dbe2ea;
	border-radius: 10px;
	background: #fff;
	color: #374151;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	white-space: nowrap;
}
.vrow-btn:hover { border-color: #225076; color: #225076; text-decoration: none; }
.vrow-btn--danger { color: #b91c1c; }
.vrow-btn--danger:hover { border-color: #b91c1c; color: #b91c1c; background: #fef2f2; }
.vrow-btn--ok { color: #15803d; }
.vrow-btn--ok:hover { border-color: #15803d; color: #15803d; background: #f0fdf4; }

.vcode {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-weight: 700;
	letter-spacing: .5px;
	color: #111827;
}

/* ---- Generic modal (coupon, co-host invite, resolution request) ---- */
.vmodal .modal-dialog { max-width: 540px; }
.vmodal .modal-content.vmodal-content {
	border: none;
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
	background: #fff;
	overflow: hidden;
}
.vmodal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 22px 26px 0;
}
.vmodal-title {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #111827;
	margin: 0;
}
.vmodal-close {
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: #f4f4f5;
	color: #374151;
	font-size: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
}
.vmodal-close:hover { background: #f0f5f9; color: #225076; }
.vmodal-body { padding: 18px 26px 4px; max-height: 74vh; overflow-y: auto; }
.vmodal-body .form-group { margin-bottom: 16px; }
.vmodal-body label { font-size: 13.5px; font-weight: 700; color: #374151; }
.vmodal-foot {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	padding: 14px 26px 22px;
	border-top: 1px solid #f0f1f3;
	margin-top: 10px;
}
.vmodal-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	padding: 0 22px;
	border: 1px solid #dbe2ea;
	border-radius: 12px;
	background: #fff;
	color: #374151;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: none;
}
.vmodal-btn:hover { border-color: #225076; color: #225076; }
.vmodal-btn--primary { background: #225076; border-color: #225076; color: #fff; }
.vmodal-btn--primary:hover { background: #1b405f; border-color: #1b405f; color: #fff; }

.vmodal-split { display: flex; gap: 10px; }
.vmodal-split > :first-child { flex: 1; }
.vmodal-split > :last-child { flex: 0 0 40%; }

@media (max-width: 767px) {
	.vhpage-head { flex-direction: column; }
	.vhpage-head .vpo-btn { width: 100%; }
	.vhpage-card { padding: 18px 16px; }
	.vmodal-foot { flex-direction: column-reverse; }
	.vmodal-foot .vmodal-btn { width: 100%; }
}

/* ---- Listing import ---------------------------------------------------- */
.vimp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vimp-h3 { font-size: 14px; font-weight: 700; color: #17364f; display: flex; align-items: center; gap: 7px; margin: 0 0 10px; }
.vimp-h3 i { color: #225076; }
.vimp-list { margin: 0; padding-left: 18px; }
.vimp-list li { font-size: 13.5px; color: #4b5563; margin-bottom: 5px; }

.vimp-quad { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 14px; }

.vimp-preview { padding: 14px 0; border-bottom: 1px solid #eef2f6; }
.vimp-preview:last-child { border-bottom: 0; }
.vimp-preview-label { display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: .4px; color: #9ca3af; font-weight: 700; margin-bottom: 6px; }
.vimp-preview p { font-size: 14px; color: #374151; margin: 0; }

.vimp-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 8px; }
.vimp-chip { display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 999px; background: #f0f5f9; color: #17364f; font-size: 12.5px; font-weight: 600; }
.vimp-chip i { font-size: 12px; color: #225076; }

.vimp-photos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.vimp-photo { position: relative; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; background: #f0f5f9; }
.vimp-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vimp-photo-badge { position: absolute; left: 6px; bottom: 6px; padding: 2px 8px; border-radius: 999px; background: #225076; color: #fff; font-size: 10.5px; font-weight: 700; }

.vimp-attest { display: flex; align-items: flex-start; gap: 10px; margin: 0; cursor: pointer; }
.vimp-attest input { margin-top: 3px; flex: 0 0 auto; }
.vimp-attest span { font-size: 14px; color: #374151; line-height: 1.5; }

@media (max-width: 991px) {
	.vimp-quad { grid-template-columns: repeat(2, 1fr); }
	.vimp-photos { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 575px) {
	.vimp-grid { grid-template-columns: 1fr; }
	.vimp-quad { grid-template-columns: 1fr; }
	.vimp-photos { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   Property gallery (the full set, below the cover) + lightbox.
   Replaces Ninja Slider, which sat in the project as an
   unlicensed trial and watermarked every photo a guest opened.
   ============================================================ */
.vgal { margin: 28px 0 8px; }

.vgal-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #17364f;
	margin: 0 0 14px;
}
.vgal-n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: #f0f5f9;
	color: #225076;
	font-size: 12.5px;
	font-weight: 700;
}


.vgal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.vgal-cell {
	position: relative;
	padding: 0;
	border: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #f0f5f9;
	cursor: zoom-in;
	aspect-ratio: 4 / 3;
}
.vgal-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.vgal-cell:hover img { transform: scale(1.05); }

.vgal-room {
	position: absolute;
	left: 8px;
	bottom: 8px;
	padding: 3px 9px;
	border-radius: 999px;
	background: rgba(23, 54, 79, .78);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
}

/* ---- the lightbox itself ---- */
body.vlb-open { overflow: hidden; }

.vlb {
	position: fixed;
	inset: 0;
	z-index: 20000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 20, 30, .96);
}
.vlb[hidden] { display: none; }

.vlb-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	z-index: 2;
}
.vlb-counter { color: rgba(255, 255, 255, .75); font-size: 14px; font-weight: 600; }

.vlb-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: background .2s ease;
}
.vlb-close:hover { background: rgba(255, 255, 255, .24); }

/* The photograph gets the screen. Chrome only takes what it must. */
.vlb-stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 72px 84px 56px;
}
.vlb-stage img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}
.vlb-cap { color: rgba(255, 255, 255, .72); font-size: 13.5px; text-align: center; max-width: 70ch; }
.vlb-cap[hidden] { display: none; }

.vlb-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 2;
	transition: background .2s ease;
}
.vlb-nav:hover { background: rgba(255, 255, 255, .26); }
.vlb-prev { left: 18px; }
.vlb-next { right: 18px; }

@media (max-width: 991px) {
	.vgal-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
	.vgal-title { font-size: 18px; }
	.vgal-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }

	/* On a phone the arrows are in the way of the picture — swipe instead. */
	.vlb-nav { display: none; }
	.vlb-stage { padding: 64px 12px 48px; }
}

/* A description the host wrote in paragraphs must be read in paragraphs. Blade
   escapes the text (as it must), and HTML then collapses its newlines into a
   single wall — so honour them here rather than trusting the markup to. */
.vdesc-text {
	white-space: pre-line;
	line-height: 1.7;
}

/* ============================================================
   Search filters — one modal, every knob.
   The bar used to carry six dropdowns that each submitted on
   their own, so narrowing a search meant six round trips.
   ============================================================ */
.vfilter-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1px solid #dbe7f1;
	border-radius: 999px;
	background: #fff;
	color: #17364f;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease;
}
.vfilter-btn:hover { border-color: #225076; background: #f3f7fb; }

.vfilter-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #225076;
	color: #fff;
	font-size: 11.5px;
	font-weight: 700;
}
.vfilter-count[hidden] { display: none; }

/* ---- the modal body ---- */
.vfmodal { padding: 8px 28px 24px; }

.vfsec { padding: 22px 0; border-bottom: 1px solid #eef2f6; }
.vfsec:last-child { border-bottom: 0; }

.vfsec-title {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 700;
	color: #17364f;
}
.vfsec-unit { font-size: 13px; font-weight: 500; color: #9ca3af; }

/* Per night / per month — a segmented control, because they are exclusive. */
.vfseg { display: inline-flex; padding: 4px; border-radius: 12px; background: #f0f5f9; gap: 4px; }
.vfseg-opt { position: relative; margin: 0; cursor: pointer; }
.vfseg-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.vfseg-opt span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 9px;
	font-size: 14.5px;
	font-weight: 600;
	color: #4b5563;
	transition: background .15s ease, color .15s ease;
}
.vfseg-opt:hover span { color: #17364f; }
.vfseg-opt input:checked + span { background: #225076; color: #fff; }
.vfseg-opt input:focus-visible + span { outline: 2px solid #225076; outline-offset: 2px; }

/* ---- price ---- */
.vfprice[hidden] { display: none; }
.vfprice-slider { padding: 4px 12px 0; }

.vfprice-fields { display: flex; align-items: center; gap: 12px; margin-top: 18px; }

.vfprice-field {
	flex: 1 1 0;
	min-width: 0;
	padding: 8px 14px;
	border: 1px solid #dbe7f1;
	border-radius: 12px;
	background: #fff;
}
.vfprice-cap {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #9ca3af;
}
.vfprice-num {
	display: block;
	margin-top: 1px;
	font-size: 16px;
	font-weight: 700;
	color: #17364f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* The gap between the two ends, drawn rather than written. */
.vfprice-dash { flex: 0 0 12px; height: 1px; background: #cfdae4; }

.vfselect {
	max-width: 260px;
	border-radius: 10px;
	border: 1px solid #dbe7f1;
	font-size: 14.5px;
}

/* ---- checkbox grids ---- */
.vfgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 18px; }

.vfcheck { display: flex; align-items: center; gap: 9px; margin: 0; cursor: pointer; }
.vfcheck input { flex: 0 0 auto; width: 17px; height: 17px; accent-color: #225076; cursor: pointer; }
.vfcheck span { font-size: 14.5px; color: #374151; display: inline-flex; align-items: center; gap: 6px; }
.vfcheck input:checked + span { color: #17364f; font-weight: 600; }

@media (max-width: 767px) {
	.vfmodal { padding: 4px 16px 16px; }
	.vfgrid { grid-template-columns: 1fr 1fr; }
	.vfseg { width: 100%; }
	.vfseg-opt { flex: 1 1 0; }
	.vfseg-opt span { width: 100%; justify-content: center; padding: 9px 8px; }
	.vfprice-slider { padding: 4px 10px 0; }
	.vfprice-num { font-size: 15px; }
}

.vfilter-clear {
	color: #225076;
	font-weight: 600;
	text-decoration: underline;
	box-shadow: none;
}
.vfilter-clear:hover { color: #17364f; }

/* ============================================================
   The price slider — two native range inputs laid over one rail.
   The browser places the thumbs, so they cannot drift off the
   track the way the old plugin's hand-computed pixel offsets did
   inside a modal that starts out display:none.
   ============================================================ */
.nrange {
	position: relative;
	height: 34px;
	display: flex;
	align-items: center;
}

/* Inset by half a thumb at each end: the browser keeps a thumb inside the
   input's box, so its centre at 0% sits 11px in from the left edge, not on it.
   The rail has to span the same travel or the fill and the handles disagree. */
.nrange-rail {
	position: absolute;
	left: 11px;
	right: 11px;
	height: 4px;
	border-radius: 999px;
	background: #e3ebf2;
}

.nrange-fill {
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 999px;
	background: #225076;
}

/* The inputs themselves are invisible rails; only their thumbs are seen,
   and only their thumbs can be clicked, so the two stacked inputs do not
   steal each other's drags. */
.nrange-in {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 34px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}
.nrange-in:focus { outline: none; }

.nrange-in::-webkit-slider-runnable-track {
	height: 34px;
	background: none;
	border: none;
}
.nrange-in::-moz-range-track {
	height: 34px;
	background: none;
	border: none;
}

.nrange-in::-webkit-slider-thumb {
	-webkit-appearance: none;
	pointer-events: auto;
	width: 22px;
	height: 22px;
	margin-top: 6px;              /* centres a 22px thumb on a 34px track */
	border: 1.5px solid #cfdae4;
	border-radius: 50%;
	background: #fff;
	cursor: grab;
	transition: border-color .12s ease, transform .12s ease;
}
.nrange-in::-moz-range-thumb {
	pointer-events: auto;
	width: 22px;
	height: 22px;
	border: 1.5px solid #cfdae4;
	border-radius: 50%;
	background: #fff;
	cursor: grab;
	transition: border-color .12s ease, transform .12s ease;
}

.nrange-in:hover::-webkit-slider-thumb  { border-color: #225076; transform: scale(1.08); }
.nrange-in:hover::-moz-range-thumb      { border-color: #225076; transform: scale(1.08); }
.nrange-in:focus::-webkit-slider-thumb  { border-color: #225076; }
.nrange-in:focus::-moz-range-thumb      { border-color: #225076; }
.nrange-in:active::-webkit-slider-thumb { border-color: #225076; cursor: grabbing; }
.nrange-in:active::-moz-range-thumb     { border-color: #225076; cursor: grabbing; }

/* ============================================================
   Import progress — the photos coming across.
   ============================================================ */
.vimport { width: 100%; }

.vimport-bar {
	height: 8px;
	border-radius: 999px;
	background: #e3ebf2;
	overflow: hidden;
}
.vimport-fill {
	width: 0;
	height: 100%;
	border-radius: 999px;
	background: #225076;
	transition: width .35s ease;
}

.vimport-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}
.vimport-status { font-size: 15px; font-weight: 600; color: #17364f; }
.vimport-count  { font-size: 15px; font-weight: 700; color: #225076; font-variant-numeric: tabular-nums; }

.vimport-note { margin-top: 6px; font-size: 13.5px; color: #9ca3af; }

.vimport-failed {
	margin-top: 20px;
	padding: 16px 18px;
	border: 1px solid #f3c9c9;
	border-radius: 12px;
	background: #fdf4f4;
	color: #8a3a3a;
	font-size: 14.5px;
}
.vimport-failed[hidden] { display: none; }

.vimport-open { margin-top: 18px; }
.vimport-open[hidden] { display: none; }

/* The Location dropdown is out of the results bar. Its inputs stay in the DOM —
   the search JS reads them on every request — but nothing of it is seen. */
.vfilterbar-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ---- Result cards ----
   They read as one welded stack: same background as the page, a hairline border,
   and barely a gap. Each result is a separate thing a guest might click, and it
   should look like one. */
#properties_show > .col-12 { margin-bottom: 16px !important; }
#properties_show > .col-12:last-child { margin-bottom: 0 !important; }

.vlist-card {
	border-color: #e6e9ee;
	box-shadow: 0 1px 3px rgba(17, 24, 39, .06), 0 1px 2px rgba(17, 24, 39, .04);
}
