body {
	background: #f2f8ff;
	height: 100%;
	padding: 0;
	margin: 0;
}
.nav-pills-custom .nav-link {
	color: #aaa;
	background: #fff;
	position: relative;
}
.nav-pills-custom .nav-link.active {
	color: #212529;
	background: #fff;
}
@media (min-width: 992px) {
	.nav-pills-custom .nav-link::before {
		content: '';
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		opacity: 0;
	}
}
.nav-pills-custom .nav-link.active::before {
	opacity: 1;
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 100%;
	}
}
.dash-panel {
	float: right;
	margin-top: -45px;
}
.analytics-panel {
	float: right;
	margin-top: -42px;
}
.font-app-black-color {
	color: #212529;
	font-size: 21px;
}
.font-blue-color {
	color: #3352bd;
	font-size: 21px;
	font-weight: bold;
}
.font-black-color {
	color: black;
	font-size: 21px;
	font-weight: bold;
}
.font-violet-color {
	color: #640057;
	font-size: 21px;
	font-weight: bold;
}
.font-red-color {
	color: red;
	font-size: 21px;
	font-weight: bold;
}
.font-orange-color {
	color: orange;
	font-size: 21px;
	font-weight: bold;
}
.font-green-color {
	color: darkgreen;
	font-size: 21px;
	font-weight: bold;
}
.font-red-filters {
	color: red;
	font-size: 13px;
}
.left-menu-icons {
	font-size: 34px;
	margin: 13px;
}
.header-menu-icons {
	font-size: 25px;
}
.scrollable-div-utm-info {
	max-height: 200px
}
.sticky-header-for-table {
	position: sticky;
	top: 0;
}
.sticky-header-for-rows {
	position: sticky;
	top: 0;
	background: #212529;
	color: white;
}
.campaign_text {
	border: 0;
	width: 70%;
}
.journey_id_text {
	border: 0;
	width: 50%;
}
.utm_source_img {
	width: 40px;
	height: 40px;
	margin-top: -6px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.utm_source_img_large img {
	width: 65px;
	height: 65px;
	margin-top: -6px;
	cursor: pointer;
}
.btn-custom {
	color: #fff;
	background-color: #212529;
	border-color: #6c757d;
}
.table-white {
	background: white;
}
.hidden-content {
	opacity: 0;
	position: fixed;
	width: 0px;
	float: left;
	word-wrap: break-word;
}
.tooltip-inner {
	background-color: #212529 !important;
	color: #fff;
	font-size: 20px;
	font-style: bold;
	cursor: pointer;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #fff;
}
.yellow-background {
	background: yellow;
}
.referrer-textarea {
	width: 50%;
	height: 25px;
	border: 0;
	vertical-align: bottom;
}
.order-journey-textarea {
	width: 100%;
	height: 70px;
	border: 0;
	vertical-align: bottom;
}
.analytics-referrer-textarea {
	border: 0;
	width: 100%;
	height: 200px;
	vertical-align: bottom;
}
.analytics-utm-textarea {
	border: 0;
	width: 100%;
	height: 200px;
	vertical-align: bottom;
}
.analytics-data-textarea {
	border: 0;
	width: 100%;
	height: 200px;
	vertical-align: bottom;
}
.search-box-clear-button {
	margin-left: -40px !important;
	z-index: 100 !important;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-left-5 {
	padding-left: 5px;
}
.chart-canvas-panel {
	display: block;
	width: 299px;
	height: 200px;
}
#data-table_wrapper {
	width: 100% !important;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}
.page-link {
	position: relative;
	display: block;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: #dee2e5;
	border-style: solid;
	border-width: 1px !important;
}
.report-header-span {
	position: absolute;
	width: 98%;
}
.report-header-span-font {
	font-weight: bold;
	position: absolute;
	width: fit-content;
}
.report-header-span-font-sm {
	font-weight: normal;
	position: absolute;
	width: fit-content;
	background:#dee2e5;
}
.float-right {
	float: right !important;
}
.select-field {
	padding: 7px 10px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ccc;
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: -3px;
	cursor: pointer;
}
.text-field {
	padding: 3px 10px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ccc;
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: -3px;
	cursor: pointer;
}
.form-control-sm {
	border: 1px solid #ccc;
}
.custom-toast {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: white;
	border: 1px;
	border: 3px solid #9b9c9e;
	border-radius: 6px;
}
.toast-header {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.75rem;
	color: white;
	background-color: #212529;
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	font-size: 18px;
}
.toast-body {
	background-color: lightgreen;
	padding: 0.75rem;
}
.header-logo {
	height: 45px;
	margin-top: -5px;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.login-form {
	width: 40% !important;
	border-radius: 15px;
	border: 1px solid #212529;
	padding-bottom: 45px;
	padding-right: 15px;
	padding-left: 15px;
	color: #212529;
	font-size: 21px;
}
.text-center {
	text-align: center;
}
.welcome-account-name {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 15px;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
	color: #212529 !important;
}
.disabled_tab {
	color: #212529 !important;
}
.hidden {
	display: none;
	visibility: hidden;
}
.table-full-width {
	width: 100% !important;
}
.permissions_settings {
	border: 0;
	width: 100%;
	text-align: left !important;
}
.spinner-border-sm {
	width: 1.5rem;
	height: 1.5rem;
	border-width: 3px;
	margin-left: 10px;
	color: #212529;
}
.quick_date_filters {
	background: #fff;
	cursor: pointer;
	padding: 4px 10px;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 4px;
	border-radius: 0.25rem;
}
.store_tracker_modal {
	position: absolute;
	left: 165px;
	top: 70px;
	border: 3px solid #9b9c9e;
	background-color: rgb(242 248 255);
	width: 75%;
	height: 80%;
	overflow: hidden;
	border-radius: 10px;
	padding-top: 5px;
	display: none;
}
.store_tracker_modal_close {
	margin-right: 8px;
	cursor: pointer;
	margin-top: -5px;
}
.store_tracker_modal_title {
	margin-left: 8px;
	color: black;
	font-size: 25px;
}
.store_tracker_modal_close>i {
	color: black;
	font-size: 25px;
	font-weight: bold;
}
.field_set {
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 10px;
}

@media print {
	table#stickToFooter {
		position: fixed;
		left: 0;
		bottom: 0;
	}
}

.link_cursor {
	cursor: pointer;
}

div.table {
	display: table;
	border-bottom: 1px solid #80808030;
}

div.tr {
	border: 0px;
	display: table-row;
}

div.td {
	border: 0px;
	display: table-cell;
}

.text-left {
	text-align: left !important;
}

.custom_width_products_popup {
	width: 95% !important;
}

.table-no-margin-bottom {
	margin-bottom: 0px !important;
}

.hide-me {
	display: none !important;
	visibility: hidden !important;
}

.table-borderless-cell {
	border: none;
}

.table-borderless {
	border: 0px;
}

.add-margin-bottom-5 {
	margin-bottom: 5px;
}

.font-small {
	font-size: 8px;
}

.font-medium {
	font-size: 12px;
	font-weight: 700;
}

.font-large {
	font-weight: 500;
	font-size: 16px;
}

.padding-top-5 {
	padding-top: 5px !important;
}

.text-danger {
	color: red;
	font-weight: bold;
}

.text-success {
	color: darkgreen;
	font-weight: bold;
}

.no-padding-no-border {
	padding: 0 !important;
	border: 0 !important;
}

.input-small {
	border: 0px !important;
	width: 30%;
}

.form-custom-label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
	margin-left: -3px;
}

.alerts_config_panel {
	overflow-y: auto;
	height: 500px;
	width: 825px;
	scrollbar-color: white white;
	text-align: center;
}

.button-field {
	padding: 5px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 0.9rem;
	vertical-align: middle;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: -4px;
	cursor: pointer;
}

.alert-rules-attributes-data-label {
	padding-bottom: 5px;
	font-weight: 500;
}

h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
}

h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}

body,
.select-field {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 16px;
}

table.table-bordered.dataTable th {
	background-color: #F2F8FF !important;
	color: black;
}

.header-menu-icons {
	color: black;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
	color: black;
}


.navbar-dark .navbar-nav .nav-link:hover,
.header-menu-icons:hover {
	color: #3452ff;
}

.stats-box {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width: fit-content;
	padding: 10px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-top;
}

.stats-box:hover {
	box-shadow: 0 5px 15px rgba(169, 210, 255, 1);
}

.stats-title {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.stats-value {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	display: block;
}

.table>:not(caption)>*>* {
	padding: 2px;
	text-align: left;
}

.table-stats-title {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	padding-left: 5px;
	display: block;
}

.table-stats-value {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	padding-left: 5px;
}

.table-stats-title-group {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	padding-left: 5px;
}

.table-stats-value-group {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	padding-left: 5px;
}

.tab-content {
	padding-bottom: 20px;
  width: 101%;
}

.utm_source_img,
.utm_source_img_large img {
	margin: 10px 0 10px 0 !important;
}

.vertical-menu {
	width: 5%;
	float: left;
	height: 1800px;
	background-color: white;
	margin: -0.70rem 0 0 -0.70rem;
	padding: 5px 0 5px 6px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.container-row {
	width: 95%;
	float: left;
	padding-left: 5px;
}

nav#main_navbar {
	#position: fixed;
	background-color: #fff !important;
	width: 100%;
	height: 60px;
	#z-index: 9999;
}

.container {
	max-width: 100%;
}

.orders-panel {
	float: left;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 100%;
}
#data-table tbody td, #data-table-1 tbody td, #data-table-2 tbody td, #data-table-3 tbody td, #data-table-4 tbody td {
	padding: 5px !important;
	font-weight: 400;
}
#traffic_revenue_table_fc_left tbody tr>td, #traffic_revenue_table_fc_right tbody tr>td, #traffic_revenue_table_lc_left tbody tr>td, #traffic_revenue_table_lc_right tbody tr>td, #new_customers_table_left tbody tr>td, #new_customers_table_right tbody tr>td, #existing_customers_table_left tbody tr>td, #existing_customers_table_right tbody tr>td, #products_table_left tbody tr>td, #products_table_right tbody tr>td {
  font-weight: 400;
}
#sales_insights_table_left tbody tr>td, #sales_insights_table_right tbody tr>td, #device_info_insights_new_table_left tbody tr>td, #device_info_insights_new_table_right tbody td, #device_info_insights_existing_table_left tbody tr>td, #device_info_insights_existing_table_right tbody tr>td, #delivery_date_insight_center_table tbody td {
  font-weight: 400;
}
#data-table-products tbody tr>td, #order_journey_data_table tbody tr>td {
  font-weight: 400;
  padding: 5px !important;
}
.data-table-products-grouped tfoot tr>th {
  font-weight: 400;
  padding: 5px !important;
	font-weight: bold;
}
table.dataTable thead>tr>th {
	padding: 5px 5px 5px 10px;
	width: fit-content !important;
	font-size: 14px;
	vertical-align: middle;
}
table.dataTable tr:hover {
	background-color: #f2f8ff;
}
.tabular-stat-total {
	font-size: 24px;
	float: left;
	padding-right: 10px;
}
.tabular-stat-total-no-float {
	font-size: 24px;
	padding-right: 10px;
}
.tabular-stat-breakdown {
	float: left;
	padding-right: 5px;
}
.poppins-thin {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
}
.poppins-extralight {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}
.poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.poppins-black {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.poppins-thin-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: italic;
}
.poppins-extralight-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: italic;
}
.poppins-light-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
}
.poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.poppins-medium-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
}
.poppins-semibold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: italic;
}
.poppins-bold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
}
.poppins-extrabold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: italic;
}
.poppins-black-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
}
i {
	vertical-align: text-bottom;
}
.chart-panel {
	float: right;
	margin-top: -37px;
	display: flex;
	width: 50%;
	padding-bottom: 10px;
}
.chart-panel select {
	font-size: 13px;
}
::backdrop
{
    background-color: white;
}
