/**
 * Theme styling stylesheet.
 * styles/theme.css
 *
 * @copyright (c) 2021 Naua for sustainable development and UNICEF Jordan
 * @link https://www.nahno-volunteers.com
 * @since 2017-04-04
 *
 * @author Duaa Alsaleh <duaa@insalat.com>
 *
 */

/****************************** Theme */
:root{
	--primary-color:#00ACF4;
	--no-result-bg:#f3fbfb;
	--secondary-color :#ff8731;
	--primary-filter: invert(72%) sepia(67%) saturate(4808%) hue-rotate(159deg) brightness(92%) contrast(105%);
}