@font-face {
	font-family: "Tomato Grotesk";
	src: url("../fonts/tomato_grotesk/tomatogrotesk-regular-webfont.woff2") format("woff2"),
	url("../fonts/tomato_grotesk/tomatogrotesk-regular-webfont.woff") format("woff"),
	url("../fonts/tomato_grotesk/TomatoGrotesk-Regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Tomato Grotesk";
	src: url("../fonts/tomato_grotesk/tomatogrotesk-bold-webfont.woff2") format("woff2"),
	url("../fonts/tomato_grotesk/tomatogrotesk-bold-webfont.woff") format("woff"),
	url("../fonts/tomato_grotesk/TomatoGrotesk-Bold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Tomato Grotesk";
	src: url("../fonts/tomato_grotesk/tomatogrotesk-semibold-webfont.woff2") format("woff2"),
	url("../fonts/tomato_grotesk/tomatogrotesk-semibold-webfont.woff") format("woff"),
	url("../fonts/tomato_grotesk/TomatoGrotesk-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

.row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

p {
	margin-top: 0;
	margin-bottom: 1rem !important;
}

.h6, h6 {
	font-size: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

.demo-container * {
	font-family: "Tomato Grotesk", serif;
	pointer-events: none !important;
}

/* Popup container styling */

.popup {
	background-color: #fff;
	padding: 30px 40px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	width: 100%;
}

/* Title styling */
.popup h4 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #212529;
}

/* Description styling */
.popup p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #212529;
}

/* Button styling */
.popup button {
	background-color: #4b3143;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: 100%;
}

.popup button:hover {
	background-color: #ffb83e;
}

#driver-popover-content {
	background-color: #442c3d;
	color: white;
}

.driver-popover-progress-text {
	color: white;
}

.driver-popover-footer .driver-popover-navigation-btns button {
	text-shadow: none;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	font-size: 14px;
}

.driver-popover-arrow-side-left {
	border-left-color: #442c3d !important;
}

.driver-popover-arrow-side-bottom {
	border-bottom-color: #442c3d !important;
}

.driver-popover-arrow-side-right {
	border-right-color: #442c3d !important;
}

.driver-popover-arrow-side-top {
	border-top-color: #442c3d !important;
}

.driver-popover-footer button.driver-popover-next-btn {
	background-color: #ffb83e;
	color: black;
}

.driver-popover-progress-text {
	margin-right: 10px;
}

.driver-popover-close-btn {
	color: white !important;
}

/*Fixes*/
.task-card .card-body {
	padding: 0;
}

.card-body img[alt="yellow-arrow"] {
	max-width: 30px;
}

.site.container-fluid {
	padding: 0 !important;
}

.report-filter select,
.insight-filters select {
	box-shadow: none;
	padding: 0 24px 0 8px;
	min-height: 30px;
	max-width: 25rem;
	-webkit-appearance: none;
	vertical-align: middle;
}
