HEX
Server: Apache
System: Linux vps-3158868-x.dattaweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: emerlux (1185)
PHP: 8.3.1
Disabled: system, shell, exec, system_exec, shell_exec, mysql_pconnect, passthru, popen, proc_open, proc_close, proc_nice, proc_terminate, proc_get_status, escapeshellarg, escapeshellcmd, eval
Upload Files
File: /home/emerlux/public_html/wp-content/plugins/porto-functionality/builders/assets/condition.css
.porto-builder-cond-wrap {
	max-width: 800px;
	margin: auto;
	background: #fff;
	padding: 2.5rem;
	display: none;
	position: relative;
}

.mfp-content .porto-builder-cond-wrap {
	display: block;
}

.porto-builder-cond-wrap button {
	font-family: inherit;
}

.porto-builder-cond-wrap p {
	line-height: 1.6
}

.porto-builder-condition {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px 10px;
}

.porto-builder-condition .condition {
	flex: 1;
	position: relative;
	max-width: 100%;
}

.porto-builder-condition .condition-cancel {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: .8em;
	margin-top: -.4em;
	line-height: 1;
}

.porto-builder-condition select {
	font-family: inherit;
}

.porto-builder-condition > * {
	margin: 0 5px;
}

.porto-builder-condition .condition-btn {
	color: #222529
}

.porto-builder-cond-wrap .btn {
	min-width: auto
}

.porto-builder-condition .condition-btn:hover {
	color: #08c;
}

.live-search-list {
	background: #fff;
	font-size: 12px;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	min-width: 200px;
	z-index: 112;
	box-shadow: 0 0 20px rgba(0, 0, 0, .08)
}
.live-search-list .autocomplete-suggestions {
	max-height: 70vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: static !important;
}
.live-search-list .autocomplete-suggestion:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.live-search-list .autocomplete-suggestion {
	padding: .5em .8em;;
	cursor: default;
}

.duplicated-conditions {
	width: 100%;
	color: #e36159;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5
}

.duplicated-conditions a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}