/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

mark.search-highlight {
	color: #006FFA;
	padding: 0 0.1em;
	border-radius: 2px;
	background: linear-gradient(270deg, #17E4A1 5.97%, #006FFA 93.16%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.wephar-custom-select {
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #dddedf;
	background-color: transparent;
	color: #1f1b62;
	font-size: 1rem;
	line-height: 1.5;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231F1B62' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	cursor: pointer;
	padding: 8px;
	background-size: 14px;
}

.wephar-upload-field-wrapper .filepond--root .filepond--drop-label{
	min-height: 32px;
	background-image: url("assets/images/archive-export.svg");
	width: 100%;
	display: block;
    background-repeat: no-repeat;
    padding-left: 21px;
    background-position: left center;
}

.wephar-upload-field-wrapper .filepond--root .filepond--drop-label label{
	margin: 0;
	padding: 4px 10px 4px 8px;
	cursor: pointer;
}

.wephar-upload-field-wrapper .filepond--root .filepond--list.filepond--list {
	left: 0;
	right: 0;
}