/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/SEARCH/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/**
 * VISIOFRAMEWORK
 * This file is part of VISIOFRAMEWORK.
 * @package		visioframework
 * @author		Agência Visio <contato@agenciavisio.com.br>
 * @copyright	Copyright (c) 2023-present. M. Souza & Souza LTDA. (CNPJ: 21.284.748/0001-33). All rights reserved.
 * @license		Proprietary
 * @link		https://www.agenciavisio.com.br
 */

.aa-Panel {
	background-color	: transparent	!important;
	border				: none			!important;
	box-shadow			: none			!important;
}

.aa-Input::placeholder {
	color	: inherit	!important;
}

.aa-DetachedSearchButton {
	background-color	: transparent	!important;
	color				: unset			!important;
}

.aa-Item[aria-selected=true] {
	background-color	: transparent	!important;
}

.aa-Form {
	background-color: transparent !important;
}

.aa-Label svg, .aa-LoadingIndicator svg {
	color: unset !important;
}

.aa-Form:focus-within{
	border		: none	!important;
	box-shadow	: none	!important;
	outline		: none	!important;
}

.search-bar--dropdown--inner {
	max-height: 50vh !important;
}