.bi-2x { font-size: 1.5rem; }
.bi-3x { font-size: 2rem; }
.bi-rotate-180::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bi-rotate-90::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bi-rotate-270::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mw-auto { max-width: none; }
.mw-40 { max-width: 40px; }
.vh-75 { height: 75vh !important; }
.mh-300 { max-height: 300px; }
.minh-300 { min-height: 300px; }

.bg-backdrop { backdrop-filter: blur(5px); }
.z-top {  z-index: 1500; }

.modal { z-index: 1350; }
.modal-dialog-scrollable .modal-form, .modal-dialog-scrollable .modal-panel  { display: flex; max-height: 100%; overflow: hidden; flex-direction: column; }
#ajax-modal2 .modal-dialog { margin-top: 5%; }
#ajax-modal3 .modal-dialog { margin-top: 10%; }
#ajax-modal2 .modal-dialog.modal-fullscreen,
#ajax-modal3 .modal-dialog.modal-fullscreen { margin-top: 0 !important; }
.ui-autocomplete.ui-front { z-index: 1351; }
.fixed-toast { z-index: 1400; }
.bi { fill: currentColor; }
.table-options a { margin: 0 0.25rem; }
.bg-facebook { background-color: #1877f2 !important; }
.bg-x{ background-color: #000 !important; }
#company_logo { display: block; width: 100%; height: 122px; }
#profileimage { display: block; width: 100%; height: 204px; }
.tab-content.d-flex > .tab-pane { flex-grow: 1 !important; }
.progress-xs { height: 1px; }
.progress-lg { height: 25px; }
.progress-bar-slow { --bs-progress-bar-transition: width 15s linear; }
.collapsed > .card-header { border-bottom: none !important; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.ui-autocomplete { max-height: 300px; overflow-x: hidden; overflow-y: auto; }
.ui-autocomplete-category {
  color: var(--btn-secondary-text-color);
  background-color: var(--btn-secondary-bg-color);
  padding: 10px;
}
.ui-menu .ui-menu-item { line-height: 25px; }
.ui-sortable-placeholder {
	border: 1px solid var(--bs-warning-border-subtle);
	background-color: var(--bs-warning-bg-subtle);
}

.bootstrap-tagsinput .label.tag {
	color: var(--bs-primary-color);
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	position: relative;
	display: block;
	font-weight: 400;
	text-align: left;
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	margin-bottom: .25rem;
}

.bootstrap-tagsinput.tagsinput-horizontal {
	overflow-x: auto;
	overflow-y: hidden;
}

.bootstrap-tagsinput.tagsinput-horizontal .form-control {
	display: inline-block;
	width: auto;
	min-width: 150px;
}

.bootstrap-tagsinput.tagsinput-horizontal .label.tag {
	display: inline-block;
	margin-right: .25rem;
	margin-top: .1rem;
	margin-bottom: 0;
	padding-right: calc(.5rem + 28px);
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	display: block;
	top: 0;
	right: 0;
	padding: 3px 4px 3px 5px;
	width: 28px;
	height: 100%;
	position: absolute;
	cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]::after {
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	padding: 2px 1px;
	line-height: 17px;
	font-size: 15px;
	text-align: center;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	background: rgba(0,0,0,.3);
}

.hover-checkgroup .dropdown-menu {
	overflow-y: auto;
	max-height: 400px;
}

.wizard-progress {
	display: flex;
	list-style-type: none !important;
	padding: 0;
	position: relative;
	width: 100%;
}

.wizard-progress li:first-child::before {
	left: 50%;
	max-width: 50%;
}

.wizard-progress li:last-child::before {
	max-width: 50%;
	width: 50%;
}

.wizard-progress li::before {
	border-top: 1px solid var(--bs-border-color);
	content: "";
	display: block;
	font-size: 0;
	overflow: hidden;
	position: relative;
	top: 11px;
	right: 1px;
	width: 100%;
	z-index: 1;
}

.wizard-progress li {
	flex: 1 1 auto !important;
	text-align: center;
	padding-left: 0;
	min-height: 65px;
}

.wizard-progress li .step {
	display: inline;
	font-size: 15px;
	font-weight: 700;
	padding: 7px 13px;
	border: 1px solid var(--bs-border-color);
	border-radius: 50%;
	position: relative;
	text-align: center;
	z-index: 2;
	transition: all .1s linear 0s;
	margin: 6px;
	line-height: 1;
}

.wizard-progress li .step i {
	font-size: 10px;
	font-weight: normal;
}

.wizard-progress li.active .step,
.wizard-progress li.active.complete .step {
	font-weight: 700;
	padding: 7px 13px;
	font-size: 15px;
	border-radius: 50%;
}

.wizard-progress li .title {
	display: block;
	font-size: 13px;
	line-height: 15px;
	max-width: 100%;
	position: relative;
	table-layout: fixed;
	text-align: center;
	top: 20px;
	word-wrap: break-word;
}

.selectbox label {
	--bs-btn-active-border-color: var(--bs-primary);
}

.inspector-menulist ul {
	list-style-type: none;
}

.inspector-menulist .btn-sm {
	display: block;
	color: inherit;
}

.inspector-menuitem {
	font-size: 16px;
	line-height: 31px;
}

.inspector-menuitem:hover {
	color: var(--bs-primary);
}

.inspector-menulist .ui-state-highlight {
	margin-bottom: 4px;
}

.bg-bronze {
	color: rgb(173,110,82);
	background: rgb(189,120,89);
	background: linear-gradient(95deg, rgba(189,120,89,1) 0%, rgba(238,211,193,1) 45%, rgba(208,159,136,1) 100%);
}

.bg-silver {
	color: rgb(117,117,115);
	background: rgb(132,131,129);
	background: linear-gradient(95deg, rgba(132,131,129,1) 0%, rgba(244,239,239,1) 45%, rgba(195,194,192,1) 100%);
}

.bg-gold {
	color: rgb(152,125,79);
	background: rgb(176,144,90);
	background: linear-gradient(95deg, rgba(176,144,90,1) 0%, rgba(236,227,198,1) 45%, rgba(216,199,161,1) 100%);
}

.bg-diamond {
	color: rgb(125,138,138);
	background: rgb(177,185,185);
	background: linear-gradient(95deg, rgba(177,185,185,1) 0%, rgba(250,252,251,1) 45%, rgba(225,229,228,1) 100%);
}

.profile-pic {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
}
.profile-name {
	line-height: 1.3;
}

.loading {
	position: relative;
}
.loading:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	opacity: 1;
	animation: placeholder-glow 2s ease-in-out infinite
}
.geolocation { height: 300px; min-height: 200px !important; }
.pac-container { border-radius: var(--bs-btn-border-radius); z-index: 1351; }
.pac-container.pac-logo::after {
	background: none !important;
	height: 0;
	display: none;
}
.pac-container .pac-item {
	font-size: 1em;
	padding: 3px 15px 3px 6px;
}

.form-bottom-borders fieldset {
	margin-bottom: 30px;
}

.form-bottom-borders legend {
	line-height: 2;
}

.form-bottom-borders .form-control,
.form-bottom-borders .form-select {
	border-radius: 0;
	background-color: transparent;
	border-top: 0px transparent none;
	border-left: 0px transparent none;
	border-right: 0px transparent none;
}

.form-bottom-borders .form-control.form-control-readonly {
	border-bottom: 0px transparent none;
}

.form-bottom-borders .btn {
	--bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 3rem;
  --bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: var(--bs-btn-border-radius-lg);
}

.property-marker {
  background-color: var(--bs-primary);
  border-radius: 8px;
  color: var(--bs-primary-color);
  font-size: 14px;
  padding: 6px 8px;
  position: relative;
}

.marker-price-tag {
  background-color: var(--bs-primary);
  border-radius: 8px;
  color: var(--bs-primary-color);
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
}

.property-marker::after,
.marker-price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--bs-primary);
}

.table th.sorting {
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
}
.table th.sorting_asc {
	cursor: pointer;
	background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
}
.table th.sorting_desc {
	cursor: pointer;
	background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
}

.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1,minmax(0,1fr)); }
@media (min-width: 992px) {
	.grid-cols-lg-3-1 { grid-template-columns: 3fr 1fr; }
	.grid-cols-lg-1-3 { grid-template-columns: 1fr 3fr; }
}

.position-relative.overflow-auto > div.tbody { position: absolute; }
.wb-sample-image {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%) !important;
	width: 100%;
	padding: 1rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	background: linear-gradient(90deg,rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.3) 100%);
}

.image-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
	grid-gap: 2px;
}

.image-grid > div {
	--item-column-start: span 1;
  --item-row-start: span 1;
  grid-column: var(--item-column-start);
  grid-row: var(--item-row-start);
}

.image-grid > div:first-child {
	--item-column-start: span 2;
  --item-row-start: span 2;
}

.page-components ol {
	counter-reset: item;
}

.page-components ol > li {
	counter-increment: item;
}

.page-components ol ol > li {
	display: block;
}

.page-components ol ol > li:before {
	content: counters(item, ".") ". ";
	margin-left: -20px;
}
