#contentWrapperDark {
	padding: 20px 15px 0;
	background: #E9E9E9;
	margin: auto;
}

#contentWrapperDark select option {
	margin: 40px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#contentWrapperDark .container {
	max-width: 1440px;
	margin: auto;
}

#contentWrapperDark #content {
	border-radius: 10px;
	background: #FFF;
	padding: 15px;
}

#contentWrapperDark .pageTitle {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 20px;
}

#contentWrapperDark ul.nav.nav-tabs {
	width: 100%;
	background: #fff;
	margin-bottom: 0px;
	border-bottom: 1px solid #8A8A8A;
}

#contentWrapperDark .nav-tabs>li {
	padding: 10px;
	min-width: 200px;
	text-align: center;
	font-size: 18px;
	background: rgba(138, 138, 138, 0.15);
	margin-right: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #000;
	cursor: pointer;
}

#contentWrapperDark .nav-tabs>li .tab-title {
	display: -webkit-inline-box;
	padding-top: 5px;
}

#contentWrapperDark .nav-tabs>li .badge {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 5px 3px 0px 3px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: #8A8A8A;
	margin-right: 5px;
	vertical-align: text-bottom;
}

#contentWrapperDark .nav-tabs>li.active {
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #8A8A8A;
	border-bottom-color: #fff;
	background: rgba(173, 36, 41, 0.10);
	font-weight: 600;
}

#contentWrapperDark .nav-tabs>li.active .badge {
	background: #AD2429;
}

#contentWrapperDark #listings {
	border: solid 1px #1f2937;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
}

#contentWrapperDark .tab-header {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1px;
}

#contentWrapperDark #listings .form-horizontal .control-label {
	display: block;
	text-align: left;
	width: 100%;
	padding-bottom: 2px;
	font-weight: 600;
}

#contentWrapperDark #listings .form-horizontal .control-label span.mendatory {
	top: 0px;
}

#contentWrapperDark .dropdown {
	/* height: 46px; */
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'><path d='M9.99993 1.30152L5.62521 5.67624L1.24976 1.30078' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
	background-position: right 10px top 50%;
	appearance: none;
	color: black;
}

#contentWrapperDark .dropdown-container {
	height: 46px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #8A8A8A;
}

.dropdown-container .dropdown-toggle {
	color: #000;
}

#contentWrapperDark .dropdown-container .caret-icon {
	position: absolute;
	right: 10px;
}

#contentWrapperDark .dropdown-container .dropdown-menu {
	width: -webkit-fill-available;
}

#contentWrapperDark .dropdown-container .dropdown-menu li {
	line-height: 25px;
	padding: 2px 10px;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#contentWrapperDark .dropdown-container .dropdown-menu li:hover,
#contentWrapperDark .dropdown-container .dropdown-menu li.selected {
	background: #787878;
	color: #fff;
	cursor: pointer;
}

#contentWrapperDark .dropdown-container .dropdown-toggle {
	background: #fff;
	border: none;
	width: -webkit-fill-available;
	line-height: 37px;
	text-align: left;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 30px;
}

#contentWrapperDark .dropdown-container .dropdown-menu .divider {
	padding: 0px !important;
	margin: 5px;
}

#contentWrapperDark .dropdown::-ms-expand {
	color: red;
}

#contentWrapperDark .textbox {
	height: 37px;
	width: -webkit-fill-available;
	border-radius: 6px;
	border: 1px solid #8A8A8A;
}

#contentWrapperDark #other_business_name {
	margin-top: 5px;
}

#contentWrapperDark .category-container {
	height: 420px;
	max-height: 435px;
	overflow-y: auto;
}

#google-map-canvas {
	height: 300px;
	width: 100%;
}

.tooltip {
	position: relative;
	display: inline;
}

.tooltip .tooltiptext {
	visibility: hidden;
	/* text-align: center; */
	position: absolute;
	z-index: 1;
	transform: translate(-80%, -100%);
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

#contentWrapperDark .remove-sale-date-row {
	right: -5px;
	height: 20px;
	width: 20px;
	min-height: 20px;
	line-height: 10px;
	top: -10px;
	padding-bottom: 4px;
}

.custom-drag-drop {
	.field {
		border-color: #8A8A8A;
		border-radius: 10px;
		padding: 0px, 19px, 0px, 19px;
		background: #E9E9E9;

		/* background: linear-gradient(0deg, #8A8A8A, #8A8A8A),
		linear-gradient(0deg, rgba(138, 138, 138, 0.2), rgba(138, 138, 138, 0.2)); */

		.active {
			border: 2px dashed #63b3ed;
			border-radius: 10px;
		}

		.label {
			width: 182px;
			background: #ADADAD;
		}
	}

	.uploaded-list li {
		display: inline;
		margin-left: 5px;
		margin-right: 5px;
	}
}

.image-detail-section {
	border-radius: 10px;
	border-color: #8A8A8A;

	.image-selected {
		border-radius: 5px;
		max-width: fit-content;
	}

	.feature-image {
		width: 53px;
		height: 53px;
		background: #AD2429;
	}

	.remove-img-btn {
		width: 182px;
	}
}

.add-edit-image-section {
	border-radius: 10px;
	border-width: 0.5px;
	/* background: #EBEBEB; */
	/* width: 95%; */
	height: 176px;
}

.add-edit-image-section .remove-image {
	top: -15px;
	right: -10px;
	background: #AD2429;
}

.add-edit-image-section .featured-image {
	top: -15px;
	right: 25px;
	background: #FFF;
}

.add-edit-image-section .image-selected {
	border-radius: 5px;
	max-width: initial;
}

.add-edit-image-section .add-image {
	border-radius: 5px;
	/* background: #EBEBEB; */
}

#fileupload .progress,
#fileupload .progress-success {
	border: 1px solid #bbb;
	border-radius: 4px;
	margin: 15px 5px 0;
}

#fileupload #upload-progress {
	position: relative;
}

#fileupload .progress-text {
	position: absolute;
	top: 1px;
	left: 45% !important;
	color: #000;
	font-weight: bold;
}

#fileupload .progress .bar {
	-webkit-transition: width 0.1s ease;
	-moz-transition: width 0.1s ease;
	-o-transition: width 0.1s ease;
	transition: width 0.1s ease;
}

#uploaded_file_container .remove-image {
	margin-left: 15px;
	margin-top: 3px;
	background: #AD2429;
}

#uploaded_file_container .remove-image img {
	height: 20px;
	width: 20px;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@-ms-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 40px 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress .bar+.bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}

.progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
	background-color: #ee5f5b;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(to bottom, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
	background-color: #62c462;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
	background-color: #fbb450;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

input,
textarea,
label {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

textarea {
	line-height: 20px;
}

select {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size: 16px !important;
	padding-right: 30px !important;
	font-weight: 400;
	color: #000000;
	appearance: none;
	overflow: hidden;
	position: relative;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'><path d='M9.99993 1.30152L5.62521 5.67624L1.24976 1.30078' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
	background-position: right 10px top 50%;
	appearance: none;

	&.dropdown-sm {
		background-position: right 2px top 50%;
		padding-right: 5px !important;
	}
}

select option {
	background-color: white !important;
	color: black !important;
}

.half-divider {
	border: 1px solid #8A8A8A;
	gap: 35px;
	padding: 20px 16px 20px 16px;
	border-radius: 10px;
}

.bg-gray {
	background: #E9E9E9;
}

.gallery-image {
	height: 217.7px;
}

.top-divider {
	border-top: 1px solid rgba(173, 36, 41, 0.26);

	&.no-opacity {
		border-top-color: #AD2429;
	}
}

.right-divider {
	border-right: 1px solid rgba(173, 36, 41, 0.26);

	&.no-opacity {
		border-right-color: #AD2429;
	}
}

.bottom-divider {
	border-bottom: 1px solid rgba(173, 36, 41, 0.26);

	&.no-opacity {
		border-bottom-color: #AD2429;
	}
}

.left-divider {
	border-left: 1px solid rgba(173, 36, 41, 0.26);

	&.no-opacity {
		border-left-color: #AD2429;
	}
}

.hr-line-color {
	border-color: #8A8A8A;
}

.listing-view-tabs {
	.active {
		background: rgba(173, 36, 41, 0.1);

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

.listing-preview-section {
	border: solid 1px #1f2937;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.listing-links-remove-btn {
	top: -8px;
	right: -8px;
	background: #AD2429;
}

.tab-title-size {
	font-size: 22px;
}

.fs-26 {
	font-size: 26px;
}

.fs-34 {
	font-size: 34px;
}

.text-slate-30 {
	color: #0000004d;
}

.text-slate-40 {
	color: #00000066;
}

.text-slate-50 {
	color: #00000080;
}

.text-slate-60 {
	color: #00000099;
}

.full-featured-div {
	background-color: #005580;
	color: #fff !important;
}

.featured-div {
	color: #fff !important;
	border-color: #f8940600 !important;
	transition: 0.3s all;
	border-radius: 2px;
	font-weight: normal;
}

.locally-featured {
	background-color: #3a87ad !important;
}

.regionally-featured {
	background-color: #f89406 !important;
}

.nationally-featured {
	background-color: #468847 !important;
}

.featured .top-divider {
	border-top-color: #B95514;
}

.featured .right-divider {
	border-right-color: #B95514;
}

#image_upload_selector #showImages {
	max-height: 70vh;
	overflow-y: auto;
}

.jconfirm-buttons .primary-v2 {
	background: #000 !important;
	color: #fff !important;
	border: solid 1px #000 !important;
	border-radius: 20px !important;
}

.jconfirm-buttons .default-v2 {
	background: #fff !important;
	color: #000 !important;
	border: solid 1px #000 !important;
	border-radius: 20px !important;
}

.text-red {
	color: #AD2429;
}

.bg-red {
	background: #AD2429;
}

.hover\:bg-red:hover {
	background-color: #AD2429;
}

.bg-light-gray-100 {
	background: #F3F4F6;
}

.bg-red-20 {
	background: #ad242933;
}

.border-red-26 {
	border-color: #ad242942;
}

.rounded-2lg {
	border-radius: 10px;
}

.label-group {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: black;
}

.sales-date {
	position: relative;
	/* width: 150px; height: 20px; */
	color: white;
}

.sales-date:before {
	position: absolute;
	top: 11px;
	left: 5px;
	content: attr(data-date);
	display: inline-block;
	color: black;
}

.sales-date::-webkit-datetime-edit,
input::-webkit-inner-spin-button,
input::-webkit-clear-button {
	display: none;
}

.sales-date::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 13px;
	right: 5px;
	color: black;
	opacity: 1;
	height: 40px;
}

#address_date {
	min-width: 150px;
}

.sale-img-desc {
	background: #ffffffa3;
	padding: 5px !important;
	cursor: pointer;
}

.custom-value {
	position: relative;
}

.custom-edit {
	background-color: rgba(240, 240, 240, 0.7);
	border: 1px solid rgb(200, 200, 200);
	border-radius: 3px;
	left: 0;
	padding-top: 9px;
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: -1px;
	z-index: 3;

	@media (min-width: 280px) {
		height: 350px;
	}

	@media (min-width: 768px) {
		height: 250px;
	}

	@media (min-width: 1024px) {
		height: 250px;
	}
}

.ccontrol-group::before,
.ccontrol-group::after {
	content: "";
	display: table;
	line-height: 0;
}

.ccontrol-group::after {
	clear: both;
}

.ccontrol-group {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: rgb(245, 245, 245);
}

.ccontrol-group .control-label {
	padding-left: 10px;
	width: 95px;
}

.ccontrol-group .controls {
	display: inline;
}

.newitem-label {
	background-color: #dedede;
	border-radius: 3px 0 0 0;
	border-top: 1px solid rgb(200, 200, 200);
	font-size: 16px;
	line-height: 28px;
	margin-top: -10px;
	padding: 10px 20px;
}

.datetime small {
	padding-left: 2px;
}

.timezone {
	padding-left: 5px;
}

.min-h-inherit {
	min-height: inherit !important;
}


.searchbox button.absolute {
	margin-top: 0px !important;
}


.enlarged {
	border: 1px solid black;
	box-shadow: 0 0 0 0.4px black;
	border-radius: 10px !important;
	transform: scale(1.3);
	z-index: 100000;
	transition: width 2s;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.bg-success {
	background: #EDFFEE;
}

.text-success {
	color: #2F6F44;

}

.searchbox #search-form input.search-input {
	font-style: normal !important;
	background: white !important;
	padding-left: 12px !important;
	padding-right: 40px !important;
}

#isuggest {
	border-radius: 15px;
}

.fs-22 {
	font-size: 22px;
}

.fs-50 {
	font-size: 50px;
}

.bg-white-80 {
	background: #ffffffcc;
}

.bg-home {
	background-image: url(/assets/images/home-background_v2.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
}

.border-red {
	border-color: #AD2429;
}

.bg-gray-dark {
	background: #E7E7E7;
}

#carousel-container {
	position: relative;
	width: 100%;
}

#carousel,
#press-releases-articles-carousel,
#featured-auctions-carousel {
	position: relative;
	overflow: hidden;
}

#carousel ul,
#press-releases-articles-carousel ul,
#featured-auctions-carousel ul {
	display: flex;
	transition: transform 0.3s ease-in-out;
}

#carousel li,
#press-releases-articles-carousel li,
#featured-auctions-carousel li {
	flex: 0 0 100%;
}

.carousel-buttons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.carousel-buttons button {
	padding: 8px 0;
	border: none;
	cursor: pointer;
}

.min-w-5 {
	min-width: 20px;
}

.min-height-38 {
	min-height: 38px !important;
}

.height-38 {
	height: 38px !important;
}

button {
	&.hide {
		display: none;
	}

	&.disabled {
		opacity: 0.65;
		cursor: default;
		box-shadow: none;
	}
}

.hyperlink-text-gray {
	color: #A8A29E;
}

.bg-foobar {
	background: #4B4B4B;
}

.text-foobar-desc {
	color: #A8A29E;
}

.zindex_-1 {
	z-index: -1;
}

.two-liner-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.five-liner-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.bg-twitter {
	background: #1D9BF0;
}

@media (min-width: 280px) {
	.filters-content {
		position: absolute;
		z-index: 1;
		display: none;
		max-width: 90%;
		background-color: #ffffff;
		border-radius: 12px;
		border: 1px solid rgb(209 213 219);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
}

@media (min-width: 768px) {
	.filters-content {
		position: static;
		z-index: 0;
		display: block !important;
		max-width: 100%;
		background-color: inherit;
		border: none;
		box-shadow: none;
	}
}

@media (min-width: 1024px) {
	.filters-content {
		position: static;
		z-index: 0;
		display: block !important;
		max-width: 100%;
		background-color: inherit;
		border: none;
		box-shadow: none;
	}
}

.highlight-hyperlink {
	a {
		color: #1f2937;
		font-weight: 600;
		font-size: 16px;
		text-decoration: underline;
		text-underline-offset: 4px;
	}
}

.divider {
	color: #0000004d;
}

table {
	max-width: 100%;
}

.anchor-as-button {
	a {
		text-decoration: underline;
		color: rgb(2 6 23);
		font-weight: 500;
		text-underline-offset: 4px;
	}
}

.bg-star {
	background: #8A8A8A;
}

.advanced-search .carousel {
	margin: 0 !important;
}

.advanced-search .carousel-inner {
	overflow: visible;
}

.advanced-search .carousel-inner>.item {
	position: relative;
	display: none;
	transition: 0.6s ease-in-out left;
}

.advanced-search .carousel-inner>.active,
.advanced-search .carousel-inner>.next,
.advanced-search .carousel-inner>.prev {
	display: block;
}

.advanced-search .carousel-indicators li {
	color: #000000;
	background-color: #ffffff;
	display: inline-block;
	margin: 5px 2px 5px 2px;
	padding: 6px 0px;
	width: 32px;
	height: 32px;
	font-size: 14px;
	border: 1px solid rgb(243 244 246);
	border-radius: 8px;
	text-align: center;
}

.advanced-search .carousel-indicators .active,
.advanced-search .carousel-indicators li:hover {
	background-color: rgb(185 28 28);
	color: #ffffff;
	border-color: rgb(243 244 246);
}

.advanced-search .carousel-indicators {
	position: static;
	padding: 6px 0;
	margin: 0;
	display: inline-block;
}

.head-outer {
	border-bottom: 1px dashed #ddd;
}

.main-head {
	border-bottom: 1px solid #8A8A8A;
}

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

.toggle-switch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 16px;
}

.toggle-switch .toggle-input {
	display: none;
}

.toggle-switch .toggle-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 16px;
	background-color: rgb(209 213 219);
	border-radius: 34px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.toggle-switch .toggle-label::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 2px;
	left: 2px;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s;
}

.toggle-switch .toggle-input:checked+.toggle-label {
	background-color: #000000;
}

.toggle-switch .toggle-input:checked+.toggle-label::before {
	transform: translateX(16px);
}

.loader {
	display: flex;
	align-items: center;
	justify-content: center;
}

.spinner {
	border: 6px dotted rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	margin-right: 12px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.grid-col-span-full {
	grid-column: 1 / -1;
}

.collections-images-enlarged {
	border: 1px solid black;
	border-radius: 10px !important;
	transform: scale(1.5);
	z-index: 100000;
	transition: width 2s;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.zoomContainer {
	max-width: calc(100% - 44px) !important;
	height: fit-content !important;
}

.zoomWindowContainer {
	max-width: 100% !important;
}

.zoomWindow {
	display: none;
}

.profile-menubar-dropdown {
	.arrow-up {
		position: absolute;
		top: -8px;
		left: 65%;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid rgb(226 232 240);
	}
}

.pagination-pages-display {
	@media (min-width: 280px) {
		display: none;
	}

	@media (min-width: 768px) {
		display: flex;
	}

	@media (min-width: 1024px) {
		display: flex;
	}
}

.images-container {
	img {
		width: 200px;
	}
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item {
	font-size: 16px !important;
}

.bg-light-gray {
	background: rgb(238, 238, 238);
}

.bg-gradient-light-gray {
	background: rgb(238, 238, 238, 0.5);
}

.fancybox-custom {

	.fancybox-button--zoomIn,
	.fancybox-button--zoomOut {
		position: absolute;
		top: 10px;
		right: 50px;
		z-index: 9999;
		padding: 5px 10px;
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
		border: none;
		cursor: pointer;
	}

	.fancybox-button--zoomOut {
		right: 10px;
	}

	.fancybox-outer:has(.fancybox-button--zoomIn) {
		overflow: hidden;
	}

	.fancybox-skin .fancybox-title-inside-wrap {
		padding-top: 0px;
	}

	&.fancybox-wrap {
		width: 75% !important;
	}

	.fancybox-outer .fancybox-inner {
		margin-left: auto;
		margin-right: auto;
	}

	.fancybox-outer .fancybox-nav {
		width: 5%;
	}
}

.fs-82-taller {
	font-size: 82%;
	transform: scaleY(1.2);
}

.fs-15 {
	font-size: 15px;
}

.fs-11 {
	font-size: 11px;
}

.fs-13pt5 {
	font-size: 13.5px;
}

.mr-9percent {
	margin-right: 9%;
}

.message {
	position: relative;
	padding: 4px;
	border: 1px solid transparent;
	border-radius: 2px;
}

.message.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.message.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.message .closebtn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.hide {
	display: none;
}

.show {
	display: block;
}