:root {
	--primary: rgb(255, 107, 1);
	--primary-dark: rgb(255, 107, 1, 0.87);
	--logo: #FF6B01;
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 200;
	src: url('/fonts/Nunito/nunito-200.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 200;
	src: url('/fonts/Nunito/nunito-200italic.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/Nunito/nunito-300.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 300;
	src: url('/fonts/Nunito/nunito-300italic.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/Nunito/nunito-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 400;
	src: url('/fonts/Nunito/nunito-italic.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/Nunito/nunito-600.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 600;
	src: url('/fonts/Nunito/nunito-600italic.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	src: url('/fonts/Nunito/nunito-800.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 800;
	src: url('/fonts/Nunito/nunito-800italic.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/Nunito/nunito-900.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 900;
	src: url('/fonts/Nunito/nunito-900italic.woff2') format('woff2');
}

.nova-select-plus-vs .vs__selected {
	background: #f6fbff;
	border: 1px solid rgba(119, 118, 118, 0.87) !important;
	color: #6f7275 !important;
}

.nova-select-plus-vs .vs__deselect {
	fill: rgb(126, 125, 125) !important;
}

.nova-select-plus-vs .vs__open-indicator {
	fill: rgb(126, 125, 125) !important;
}

.nti-tags-wrapper .nti-tag {
	display: inline-block;
	background: var(--primary);
	margin-right: 13px !important;
	margin-bottom: 5px;
	padding: 4px 8px !important;
	font-size: .9rem;
	color: #fff;
	border-radius: 2px;
}

.bg-grad-sidebar {

	background-image: linear-gradient(0deg,
			rgb(27, 37, 37, 1),
			rgb(0, 0, 0));
}

.checkbox:checked {
	border-radius: 2.25rem !important;

}

.checkbox {
	border-radius: 2.25rem !important;
	background-image: uurl("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12,2 C17.52,2 22,6.48 22,12 C22,17.52 17.52,22 12,22 C6.48,22 2,17.52 2,12 C2,6.48 6.48,2 12,2 Z M12,20 C16.42,20 20,16.42 20,12 C20,7.58 16.42,4 12,4 C7.58,4 4,7.58 4,12 C4,16.42 7.58,20 12,20 Z M12,17 C9.23857625,17 7,14.7614237 7,12 C7,9.23857625 9.23857625,7 12,7 C14.7614237,7 17,9.23857625 17,12 C17,14.7614237 14.7614237,17 12,17 Z'/%3E%3C/svg%3E") !important;
}