@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
	outline: 0px none !important;
	border: 0;
	margin: 0;
	padding: 0;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, button {
	text-decoration: none;
	outline: 0px none !important;
}
a:active, a:hover, a:focus {
	text-decoration: none;
}

html,body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 14px;
}
a {
	color: #333333;
}
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}
.form-control, .form-select {
	background-color: #F2F2F2;
}
.select2-container--bootstrap-5 .select2-selection {
	background-color: #F2F2F2;
}
.form-check-input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.form-check-input[type="radio"] {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-top: 1px;
}
.form-check-input[type="checkbox"]:checked {
	background-color: #A7905E;
	border-color: #A7905E;
}
.form-check-input[type="radio"]:checked {
	background-color: #A7905E;
	border-color: #A7905E;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
label {
	color: #000;
}
.btn-primary, .btn-primary:hover {
	background-color: #A7905E;
	border-color: #A7905E;
}
.btn-primary.share2, .btn-primary.share2:hover {
	background-color: #20DF7F;
	border-color: #20DF7F;
}

.btn-disabled {
	cursor: no-drop !important;
	opacity: .65;
}


/*============================= for login page ===========================*/
.page-login {
	position: relative;
	height: 100vh;
	background: url('../img/login_footer_bg.svg') no-repeat center bottom, #fff;
	background-size: 100%;
}
.login-sec {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 5%);
	text-align: center;
	width: 100%;
	max-width: 400px;
}
.login-sec .app-name {
	font-size: 32px;
	font-weight: 700;
	color: #224957;
	margin-bottom: 60px;
}
.login-sec .app-name span {
	color: #A7905E;
}
.login-sec .app-logo {
	margin-bottom: 16px;
}
.login-sec .app-logo img {
	height: 150px;
}
.login-sec .login-box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);;
	border-radius: 5px;
	padding: 35px 45px;
	background: #fff;
}
.login-box .box-titl {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 20px;
}
.login-box[action$="forgot/password"] .box-titl {
	font-size: 32px;
}
.login-box .box-desc {}
.login-box .login-input {
	background: #224957;
	color: #fff;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	margin: 10px 0;
}
.login-box .form-submit {
	width: 100%;
	background: #A7905E;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	margin-top: 28px;
}
.login-box .box-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
}
.login-box .box-footer .checkbox {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.login-box .box-footer .checkbox input {
	width: 16px;
	height: 16px;
	background-color: #224957;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #224957;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	border-radius: .25em;
}
.login-box .box-footer .checkbox input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
	background-color: #4DE599;
	border-color: #4DE599;
}
.login-box .box-footer .checkbox label {
	line-height: 20px;
	margin-left: 5px;
}
.login-box .box-footer .box-link {
	font-size: 13px;
	color: #0a4239;
	line-height: 1.1;
	font-weight: 500;
}

/*============================= for login page ===========================*/


/*============================= for page menu/header ===========================*/
header {
	-webkit-box-shadow: 0px 2px 6px 0px rgba(25, 89, 127, 0.40);
	-moz-box-shadow: 0px 2px 6px 0px rgba(25, 89, 127, 0.40);
	box-shadow: 0px 2px 6px 0px rgba(25, 89, 127, 0.40);
	padding: 6px 0;
}
header .navbar-brand {
	font-weight: 700;
	color: #224957 !important;
	font-size: 24px;
	padding: 0;
}
header .navbar-brand span {
	color: #0a4239;
}
header .navbar-brand img {
	height: 50px;
}
header .navbar .navbar-nav .nav-item:not(:last-child) {
	margin-right: 7px;
}
header .navbar .navbar-nav .nav-link {
	padding: 3px 12px;
	background: transparent;
	color: #000;
	border-radius: 25px;
	font-size: 14px;
}
header .navbar .navbar-nav .nav-link.active,
header .navbar .navbar-nav .nav-link:hover {
	background: #0a4239;
	color: #fff;
}
header .navbar .navbar-nav .nav-link.active, header .navbar .navbar-nav .nav-link:hover, header .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
	background: #0a4239;
	color: #fff;
}

/*============================= for page menu/header ===========================*/

/*============================= for inner page live calender only ===========================*/
.th-color-1 {
	background: #8ffce8;
}
.th-color-2 {
	background: #fff2cc;
}
.td-color-1 {
	background: #fccac0;
}
.td-color-2 {
	background: #ffd966;
}
.td-color-3 {
	background: #c27ba0;
}
.txt-color-1 {
	color: #a5a5a5;
}
.page-content {
	/*margin-bottom: 100px;*/
}
.page-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9;
}




.month-ctrl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.month-ctrl .month-item {
	line-height: 1;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
}
.month-ctrl .month-item {
	background: #E5EDFC;
	border: 1px solid #B1C2E3;
	border-radius: 3px;
	font-size: 14px;
	padding: 13px 0;
	width: 160px;
	text-align: center;
}
.month-ctrl .month-item:not(:last-child) {
	margin-right: 35px;
}
.month-ctrl .fa-chevron-left {
	margin-right: 15px;
}
.month-ctrl .fa-chevron-right {
	margin-left: 15px;
}
.status-info {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E1E1E1;
	margin-top: 32px;
}
.status-info .info-box {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.status-info .info-box:not(:last-child) {
	margin-right: 23px;
}
.status-info .info-box .box-color {
	width: 25px;
	min-width: 25px;
	height: 25px;
	background: #FFFFFF;
	border: 1px solid;
	border-radius: 3px;
}
.status-info .info-box.s-waiting .box-color {
	background: #FFD966;
	border-color: #FFD966;
}
.status-info .info-box.s-confirmed .box-color {
	background: #FCCAC0;
	border-color: #FCCAC0;
}
.status-info .info-box.s-confirmed .box-color {
	background: #FCCAC0;
	border-color: #FCCAC0;
}
.status-info .info-box.s-available .box-color {
	background: #FFFFFF;
	border-color: #E1E1E1;
}
.status-info .info-box.s-sanitizing .box-color {
	background: #C27BA0;
	border-color: #C27BA0;
}
.status-info .info-box .box-txt {
	line-height: 1;
	color: #000;
	margin-left: 7px;
}
.vila-data {
	display: flex;
	margin-bottom: 80px;
}
.vila-data.month-view {
	width: 100%;
	display: inline-flex;
	/* overflow: auto; */
	overflow-x: auto;
	transform: rotateX(180deg);
}
.vila-data.month-view .month-box {
	transform: rotateX(180deg);
	margin-bottom: 16px;
}
.vila-data.month-view .month-box .box-titl {
	text-align: center;
	line-height: 1;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
	border: 1px solid #000;
	margin-right: 5px;
	padding: 12px 0;
}
.vila-data.month-view .month-box .month-data {
	display: flex;
}
.vila-data.month-view .month-box .vila-holder {
	transform: rotateX(0deg);
	display: block;
	overflow: unset;
}
.vila-data.month-view .month-box .vila-holder .vila-block {
	transform: rotateX(0deg);
	display: block;
	overflow: unset;
}
.vila-holder {
	display: inline-flex;
	/* overflow: auto; */
	/*overflow-x: scroll;*/
	overflow-x: auto;
	transform: rotateX(180deg);
	width: 100%;
	position: relative;
}
.vila-holder .vila-blank {
	transform: rotateX(180deg) translateX(-50%);
	position: absolute;
	bottom: 100px;
	left: 50%;
	font-size: 18px;
	font-weight: 500;
	color: #dc3545;
}
.date-list {
	display: flex;
	flex-direction: column;
	line-height: 1;
	margin-right: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 500;
}
.date-list span {
	min-width: 75px;
	text-align: center;
	padding: 8px 5px;
	border-width: 1px 0 0 1px;
	border-color: #000;
	border-style: solid;
	white-space: nowrap;
}
.date-list span.block-titl {
	/*line-height: 7.95;*/
	line-height: 6.7;
	margin-bottom: 1px;
	border-width: 1px 0 1px 1px;
}
.month-data .date-list span.block-titl {
	line-height: 6.7;
}
.vila-block {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-right: 5px;
	transform: rotateX(180deg);
}
.vila-block .block-titl {
	text-align: center;
	display: block;
	padding: 5px;
	height: 40px;
	border-width: 1px 0 0 1px;
	border-color: #000;
	border-style: solid;
}
.vila-block > .block-titl {
	border-width: 1px 1px 0 1px;
	white-space: nowrap;
}
.label-property {
    font-size: 9px;
    display: block;
    padding: 3px;
    background: #13ba9b;
    border-radius: 3px;
    color: #fff;
    margin-top: 2px;
}
.vila-block .block-sub {
	display: flex;
	border-right: 1px solid #000;
}
.vila-block .sub-child {
	display: flex;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #000;
}
.vila-block .sub-child:last-child {
	border-width: 1px 0 1px 1px;
}
.vila-block .block-sub .sub-sub {
	width: 100%;
}
.vila-block .sub-sub .block-titl + .sub-child {
	margin-bottom: 1px;
}
.vila-block .sub-child span {
	min-width: 52px;
	width: 100%;
	text-align: center;
	padding: 8px 5px;
	border-color: transparent;
	border-style: solid;
	border-width: 0;
}
.vila-block .sub-sub .sub-child span {
	border-width: 0 1px 1px 0;
	border-color: #000;
}
.vila-block .sub-sub .sub-child span:last-child {
	border-width: 0 0 1px 0;
}
.vila-block .sub-child.data span {
	color: #a5a5a5;
	border-width: 0 1px 0 0;
	border-color: #000;
	position: relative;
	overflow: hidden;
}
.vila-block .sub-child.data span .before {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 29px 51px 0 0;
	border-color: transparent;
	line-height: 0;
	left: 0;
	bottom: 1px;
	z-index: -1;
}
.vila-block .sub-child.data span .after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 29px 51px;
	border-color: transparent;
	line-height: 0;
	right: 0;
	top: 1px;
	z-index: -1;
}
.vila-block .sub-child.data span.check-out, .vila-block .sub-child.data span.check-in {
	/*text-shadow: 1px -1px 0 rgba(255,255,255,.9);*/
}
.vila-block .sub-child.data span.check-out::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 29px 51px 0 0;
	border-color: transparent;
	border-top-color: transparent;
	line-height: 0;
	left: 0;
	bottom: 1px;
	border-top-color: #fb8072 !important;
	z-index: -1;
}
.vila-block .sub-child.data span.check-in::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 29px 51px;
	border-color: transparent;
	border-bottom-color: transparent;
	line-height: 0;
	right: 0;
	top: 1px;
	border-bottom-color: #75d586 !important;
	z-index: -1;
}
.vila-block .sub-child.data span:last-child {
	border-width: 0;
}
.vila-block .sub-child.data span:hover {
	color: #224957;
	cursor: pointer;
	text-shadow: 0 0 2px rgba(34,73,87,.5);
}

/* date span hover color to highlight entire row */
.live-cal-row-bg {
	background: #d9d9d9 !important;
}

.live-cal-footer {
	background: #f1f3f4;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.live-cal-footer .live-cal-tab {
	text-align: center;
}
.live-cal-footer .live-cal-tab .cal-tab-item {
	color: #5f6368;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .025rem;
	padding: 14px 10px;
	cursor: pointer;
	
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.live-cal-footer .live-cal-tab .cal-tab-item.active,
.live-cal-footer .live-cal-tab .cal-tab-item:hover {
	color: #188038;
	background-color: #fff;
	border-top-color: #f1f3f4;
	box-shadow: 0 1px 3px 1px rgba(60,64,67,.15);
}
.live-cal-footer .swiper-button-prev, .live-cal-footer .swiper-rtl .swiper-button-next {
	left: 0;
}
.live-cal-footer .swiper-button-next, .live-cal-footer .swiper-rtl .swiper-button-prev {
	right: 0;
}
.live-cal-footer .swiper-button-next::after, .swiper-button-prev::after {
	font-size: 28px;
}
.live-cal-footer .swiper-button-prev::after, .live-cal-footer .swiper-rtl .swiper-button-next::after,
.live-cal-footer .swiper-button-next::after, .live-cal-footer .swiper-rtl .swiper-button-prev::after {
	color: #A7905E;
}
.live-cal-footer .swiper-button-prev:hover::after, .live-cal-footer .swiper-rtl .swiper-button-next:hover::after,
.live-cal-footer .swiper-button-next:hover::after, .live-cal-footer .swiper-rtl .swiper-button-prev:hover::after {
	color: #224957;
}
.live-cal-footer .swiper-button-next.swiper-button-disabled, .live-cal-footer .swiper-button-prev.swiper-button-disabled {
	visibility: hidden;
}

.event-date hr {
	margin: 2px 0;
}
.event-lc hr {
	margin: 2px 0;
}
/*============================= for inner page live calender only ===========================*/
/*============================= for inner page content ===========================*/
.booking-list {}
.booking-list .booking-month {
	font-size: 18px;
}
.booking-list .booking-head {
	font-size: 14px;
	background: #e5edfc;
}
.booking-list td {
	vertical-align: middle;
	line-height: 1;
}
.booking-list .sts_color {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: transparent;
	margin-right: 5px;
	border: 1px solid gray;
}
.booking-list .sts_color.sts1 {
	background: #34C37C;
}
.booking-list .sts_color.sts2 {
	background: #FF7C1D;
}
.booking-list .sts_color.sts3 {
	background: #FFDA56;
}
.booking-list .sts_txt {}
.booking-list .list-action {
	display: flex;
	align-items: center;
	font-size: 20px;
}
.booking-list .list-action a {
	line-height: 1.2;
}
.booking-list .list-action a:not(:last-child) {
	margin-right: 10px;
}
.booking-list .list-action .fa-pencil {
	color: #34c47c;
}
.booking-list .list-action .fa-info-circle
.booking-list .list-action .fa-eye {
	color: #5b5d5f;
}
.booking-list .list-action .fa-trash {
	color: #ff8a73;
}

.accordion-collapse .accordion-body tr td {
	width: 100%;
}
.accordion-collapse .accordion-body tr td:first-child {
	width: min-content;
}
.accordion-collapse .accordion-body tr td:last-child {
	width: min-content;
}
.accordion-collapse .accordion-body tr td:nth-child(2) {
	width: min-content;
	white-space: nowrap;
}
.accordion-collapse .accordion-body {
	max-height: 250px;
	overflow-x: auto;
}
#collapseTwoUnderTwo.accordion-collapse .accordion-body {
    max-height: unset;
    overflow-x: auto;
}





.Property-list {}
.Property-list.v2 {
	height: 570px;
	overflow-y: auto;
}
.Property-list .vila-blank {
	font-size: 18px;
	font-weight: 500;
	color: #dc3545;
	text-align: center;
	margin: 3rem 0;
}
.Property-list .list-box {
	border: 2px solid #e1e1e1;
	padding: 10px;
	transition: all .20s;
}
.Property-list .list-box:hover {
	background: #F4F8FF;
	border: 2px solid #A7905E;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.Property-list.v2 .list-box {
	margin-right: 5px;
}
.Property-list .list-box:not(:last-child) {
	margin-bottom: 20px;
}
.list-box .prop-list-gallery {
	position: relative;
	margin-bottom: 0;
}
.list-box .prop-list-gallery .item-img {}
.list-box .prop-list-gallery .item-img img {
	width: 100%;
	height: auto;
}
.list-box .prop-list-gallery .slick-dots {
	bottom: 5px;
}
.list-box .prop-list-gallery .slick-dots li {
	margin: 0;
}
.list-box .prop-list-gallery .slick-dots li button::before {
	color: #323232;
	opacity: 1;
	font-size: 16px;
}
.list-box .prop-list-gallery .slick-dots li.slick-active button::before {
	color: #34c47c;
}
.list-box .prop-list-info {}
.list-box .prop-list-info .prop-titl {
	font-weight: 700;
}
.list-box .prop-list-info .prop-titl:hover {
	color: #0a4239;
}
.list-box .prop-list-info .prop-opt {
	list-style: none;
	padding: 0;
}
.list-box .prop-list-info .prop-extra {}
.list-box .prop-list-info .prop-share {}
.list-box .prop-list-info .prop-share .btn {}
.list-box .prop-list-info .prop-share .btn:not(:last-child) {
	margin-right: 10px;
}
.list-box .prop-list-info .prop-share .btn.share1 {}
.list-box .prop-list-info .prop-share .btn.share2 {}
.list-box .prop-list-info .prop-share .btn.share3 {}







.single-villa-img {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.single-villa-img .villa-img {
	width: 100%;
}
.single-villa-img .img-option {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: flex;
	align-items: end;
}
.single-villa-img .img-option .img-prev, .single-villa-img .img-option .img-next {
	width: 42px;
	height: 42px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	line-height: 42px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.single-villa-img .img-option .img-prev {
	border-radius: 0px 3px 3px 0px;
	left: 0;
}
.single-villa-img .img-option .img-next {
	border-radius: 3px 0px 0px 3px;
	right: 0;
}
.single-villa-img .img-option .img-vuall {
	background: #A7905E;
	color: #fff;
	width: auto;
	line-height: 1;
	padding: 8px 15px;
	border-radius: 3px;
	/* position: absolute; */
	/* bottom: 36px; */
	/* right: 12px; */
	float: right;
	margin-bottom: 36px;
}
.villa-details {
	color: #000;
	padding: 30px 0;
}
.villa-details .villa-titl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.villa-details .villa-titl .titl {
	font-size: 24px;
}
.villa-details .villa-titl .titl small {
	font-size: 14px;
}
.villa-details .villa-location {
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 700;
}
.villa-details .sub-titl {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #555555;
}
.villa-details .villa-titl .villa-share {
	font-size: 14px;
	color: #000;
	display: flex;
	align-items: center;
}
.villa-details .villa-titl .villa-share .fa-share-alt {
	font-size: 22px;
	margin-left: 5px;
}
.villa-details .broch-dl {
	transition: all 0.25s;
	color: #4e8be7;
}
.villa-details .broch-dl:hover {
	/*color: #A7905E;*/
}
.villa-details .detail-tab-box {}
.villa-details .detail-tab-box .nav-item {}
.villa-details .detail-tab-box .nav-item:not(:last-child) {
	margin-right: 5px;
}
.villa-details .detail-tab-box .nav-tabs .nav-link {
	border: 1px solid #E1E1E1;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	width: 130px;
}
.villa-details .detail-tab-box .nav-tabs .nav-link:hover,
.villa-details .detail-tab-box .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #A7905E;
	border-color: #A7905E;
}
.villa-details .detail-tab-box .tab-content > .tab-pane {
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding: 25px;
}
.villa-details .villa-booking {
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 25px;
}
.villa-details .villa-booking .booking-titl {
	font-size: 24px;
	font-weight: 700;
}
.villa-details .villa-booking .booking-titl .unit {
	font-size: 14px;
}
.villa-details .villa-booking .all-price {
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #000000;
}
.villa-details .villa-booking .booking-submit {
	background: #A7905E;
	color: #fff;
	width: 100%;
	line-height: 1;
	padding: 14px 0;
	border-radius: 3px;
}
.input-calendar-icon {
	background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 3H19V1H17V3H7V1H5V3H4C2.9 3 2 3.9 2 5V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V5C22 3.9 21.1 3 20 3ZM20 21H4V10H20V21ZM20 8H4V5H20V8Z' fill='%23323232'/%3E%3C/svg%3E") no-repeat, #F2F2F2;
	background-position: center right 7px;
	padding-right: 36px;
}
.villa-details .villa-sec-titl {
	font-size: 24px;
}
.villa-page-titl {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.add-btn,
.add-btn:focus {
	background: #A7905E;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
	padding: 8px 20px;
}
.add-btn:hover {
	color: #FFFFFF;
}

.experience-box {
	/* border: 2px solid #e1e1e1; */
	/* padding: 30px; */
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	overflow: hidden;
}
.experience-box .box-img {}
.experience-box .box-img img {
	width: 100%;
	height: auto;
}
.experience-box .box-info {
	padding: 18px 26px;
}
.experience-box .box-info .info-villa {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #555555;
}
.experience-box .box-info .info-titl {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin: 3px 0;
}
.experience-box .box-info .info-user {
	font-size: 14px;
	line-height: 16px;
	color: #555555;
}
.experience-box .box-user {
	display: flex;
	align-items: center;
}
.experience-box .box-user .user-img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.experience-box .box-user .user-img img {
	width: 100%;
	height: auto;
}
.experience-box .box-user .user-info {}
.experience-box .box-user .user-info .info-name {
	font-weight: 500;
}
.experience-box .box-user .user-info .info-date {
	font-size: 14px;
}
.experience-box .box-text {
	padding: 0 26px;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 16px;
}
.experience-box .box-more {
	display: inline-block;
	background: #A7905E;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 8px 18px;
	margin-left: 26px;
	margin-bottom: 26px;
}
.experience-more {
	border: 1px solid #A7905E;
	line-height: 1;
	padding: 15px 30px;
	display: inline-block;
	border-radius: 3px;
}
.experience-more:hover {
	background: #A7905E;
	color: #fff;
}


.alertOverlappingDates {
	text-align: center;
	margin-top: 12px;
}
.alertOverlappingDates .linkto {
	display: inline-block;
	padding: 10px 16px;
	border: 2px solid #dc3545;
	color: #dc3545;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}


/*============================= for inner page content ===========================*/
/*============================= for after development page ===========================*/
.propertyRoomsSection {
	display: flex;
}
.propertyRoomsSection .bootstrap-tagsinput {
	line-height: 1.5;
	padding: .375rem .75rem;
}
.propertyRoomsSection .block_section {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
#map_canvas {
	width: 100%;
	height: 750px;
	position: relative;
	overflow: hidden;
}
#bookingViewModal .table {
	font-size: 14px;
}
.card-header .announcement-heading {
	font-size: 18px;
	font-weight: 700;
}
#tbl_filter label {
	font-size: 14px;
	margin-bottom: 2px;
}
.booking-list .booking-month th[colspan="3"] {
	padding-right: .35rem !important;
}

/*----------bootstrap default change----------*/
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #A7905E;
	border-color: #A7905E;
}
.page-item .page-link {
	color: #A7905E;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, 
header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: #0a4239;
}
/*----------bootstrap default change----------*/
/*============================= for after development page ===========================*/

/*-------- for autocomplete dropdown box ------*/
.result-holder {
	width: 100%;
	height: 200px;
	overflow-x: auto;
	scrollbar-width: thin;
	border: 1px solid #ced4da;
	margin-top: 10px;
	padding: 0 5px;
}
.result-holder ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.result-holder ul li {
	line-height: 28px;
	transition: all .15s;
}
.result-holder ul li:hover {
	background: rgba(0,0,0,0.1);
}
.result-holder ul li:not(:last-child) {
	border-bottom: 1px solid #ced4da;
}
/*-------- for autocomplete dropdown box ------*/

/* ------ for property experience ------ */
.experience-box {
	height: calc(100% - 30px);
}
.experience-box .box-img {
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.experience-box .box-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 65px;
}
.experience-box .box-text p {
	margin: 0;
}
/* ------ for property experience ---- */

/* ---- live calendar three dot menu ---- */
.vila-block .sub-child.data span:has(+ .cal-action-btn) {
	border-right: 0;
}
.cal-action-btn .dropdown-toggle {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
	padding: .175rem .25rem;
	box-shadow: none;
	font-weight: 700;
}
.cal-action-btn .dropdown-toggle::before {
	display: none;
}
/* ---- live calendar three dot menu ---- */

.viewCardStats{
	background: #f2f5f8 !important;
	color: #000 !important;
}
.viewCardNumber{
	font-weight:500;
}
.viewCardText{
	font-size:10px;
	color: #a1aab9;
}

.datepicker table tr td.blocked-date {
	background-color: #e74c3c !important; /* modern red */
	color: #ffffff !important;
	border-radius: 4px;
}

.datepicker table tr td.blocked-date:hover {
	cursor: not-allowed;
	opacity: 0.95;
}

.range-info {
	background-color: #e7f3ff;
	border: 1px solid #b3d9ff;
	border-radius: 0.375rem;
	padding: 10px;
	font-size: small;
	width: fit-content;
}

#transferPreview {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

#transferPreview .small-card {
	background: #f2f5f8 !important;
	padding: 10px;
	border-radius: 8px;
	border: 1px dashed #e6eefc;
	min-width: 220px;
}

.cal-action-btn .dropdown-menu .dropdown-item {
	transition: all .2s;
}
.cal-action-btn .dropdown-menu .dropdown-item:hover {
	transform: scale(1.1);
}
#propertyTransferModalBody {
	padding-right: 24px;
}
#targetPropertyAvailability .datepicker.datepicker-inline {
	background: #fff;
	padding: 12px;
	border-radius: .25rem;
	width: 276px;
}
#targetPropertyAvailability .datepicker td, #targetPropertyAvailability .datepicker th {
	width: 36px;
	height: 26px;
}

/* cal action btn */
#dropdownBackdrop {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); /* 30% opacity black */
  z-index: 1040; /* just under the floating dropdown */
}
#floatingDropdownContainer {
  position: absolute;
  z-index: 1050; /* higher than backdrop */
}
#floatingDropdownContainer .dropdown-menu {
  display: block;
  position: absolute;
  margin: 0;
}

#floatingDropdownContainer .dropdown-menu .dropdown-item {
	transition: all .15s;
}
#floatingDropdownContainer .dropdown-menu .dropdown-item:hover {
	transform: scale(1.1);
}

/* ---- this for live calendar footer title ---- */
.date-list {
	border-left: 1px solid #000;
}
.date-list span {
	border-width: 1px 0 0 0;
}
.date-list span.block-titl {
	border-width: 1px 0 1px 0;
}
.date-list span:last-child {
	border-width: 1px 0px 1px 0;
}

.vila-block > .block-titl.block-property {
	border-width: ;
	border-bottom-width: 1px;
}
/* ---- this for live calendar footer title ---- */

.makeblur {
	filter: blur(1px);
	-webkit-filter: blur(1px);
	position: relative;
}
.makeblur::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
}


.list-box .prop-list-info .prop-share-new {}
.list-box .prop-list-info .prop-share-new .share-new:not(:last-child) {
	margin-right: 7px;
}
.list-box .prop-list-info .prop-share-new .share-new img {
	width: 24px;
}

#bookingViewModal .modal-footer a,
#propertyBookingFormSubmit .modal-footer a {
	color: #fff;
}



/*============================= for page responsive ===========================*/

@media only screen and (max-width: 576px) {
.month-ctrl .month-item {
	text-align: center;
}
.month-ctrl .month-item:not(:last-child) {
	margin-right: 25px;
}
.month-ctrl .month-item:first-child, .month-ctrl .month-item:last-child {
	padding: 13px 19px;
	width: auto;
}
.month-ctrl .fa-chevron-left {
	margin-right: 0;
}
.month-ctrl .fa-chevron-right {
	margin-left: 0;
}
.month-ctrl .month-item span {
	display: none;
}
.status-info {
	flex-wrap: wrap;
	justify-content: space-around;
}
.status-info .info-box {
	flex: 0 0 auto;
	width: calc(50% - 15px);
	margin-right: 0 !important;
}
#calenderPropertyFilterForm .form-label[for="inputDateOut"],
#bookingFilterForm .form-label[for="inputDateOut"] {
	display: none;
}
.single-villa-img {
    height: auto;
    overflow: visible;
}
.single-villa-img .img-option .img-vuall {
	margin-bottom: 12px;
}
.villa-details .detail-tab-box .nav-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	height: 38px;
}
.villa-details .villa-titl {
	display: block;
}
.Property-list.v2 {
	height: auto;
}
#map_canvas {
	display: none;
}
.list-box .prop-list-info .prop-titl {
	margin-top: 1rem;
	display: inline-block;
	font-size: 18px;
}
.villa-page-titl {
	display: block;
}
.villa-page-titl .ms-auto.d-flex {
	margin-top: 10px;
}
.villa-page-titl .ms-auto.d-flex .add-btn:first-child {
	margin-left: 0 !important;
}
}


@media only screen and (min-width: 576px) and (max-width: 768px) {
.status-info {
	padding: 0 10px;
}
.status-info .info-box {}
.single-villa-img {
    height: auto;
    overflow: visible;
}
.villa-details .detail-tab-box .nav-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	height: 38px;
}
.villa-details .villa-titl {
	display: block;
}
.Property-list.v2 {
	height: auto;
}
#map_canvas {
	display: none;
}
.list-box .prop-list-info .prop-titl {
	margin-top: 1rem;
	display: inline-block;
	font-size: 18px;
}
.villa-page-titl {
	display: block;
}
.villa-page-titl .ms-auto.d-flex {
	margin-top: 10px;
}
.villa-page-titl .ms-auto.d-flex .add-btn:first-child {
	margin-left: 0 !important;
}
#calenderPropertyFilterForm .form-label[for="inputDateOut"],
#bookingFilterForm .form-label[for="inputDateOut"] {
	display: none;
}
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
.status-info {
	padding: 0 10px;
}
.status-info .info-box {}
.villa-details .detail-tab-box .nav-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	height: 38px;
}
.Property-list.v2 {
	height: auto;
}
#map_canvas {
	display: none;
}
.list-box .prop-list-info .prop-titl {
	margin-top: 1rem;
	display: inline-block;
	font-size: 18px;
}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
.status-info .info-box {}
.villa-details .detail-tab-box .nav-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	height: 38px;
}
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.status-info .info-box {}
}


@media only screen and (min-width: 1400px) {}

/*============================= for page responsive ===========================*/








