@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	url("fonts/Poppins-ThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
  font-family: "Poppins";
  url("fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

:root {
	--text-color: #E3E3E3;
	--subheading-color: #828282;
	--placeholder-color: #A6A6A6;
	--primary-color: #242424;
	--secondary-color: #383838;
	--secondary-hover-color: #444;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.google-visualization-tooltip-item {
  white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

a:hover {
	text-decoration: none;
}

.vcenter {
	align-items: center;
}

html {
	/*height: 100vh;*//*causes whitespace to appear at the bottom on mobile after scrolling down*/
	scroll-behavior: smooth;
}

body {
	height: 100%;
	width: 100%;
	position: relative;
	background: #ffffff;
	margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color: #797979 !important;
	font-family: Poppins;
	font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
	display: flex;
    min-height: 100dvh;/*100vh would hide the footer on mobile if URL bar is present*/
    flex-direction: column;
}

header nav.navbar {
	height: 72px;
	background-color: #F2F2F7 !important;
	font-family: Raleway,sans-serif;
}
header nav.navbar button.dropdown-toggle {
	color: #7c7c7c;
}
header nav.navbar button.dropdown-toggle span {
	overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-shopping-bag {
	margin-top: -4px !important;
}

.roishopper {
	color: #693cf5 !important;
	font-size: 17px;
	font-weight: 400;
}

.roishopper a:hover {
	text-decoration: none;
}

.intro {
	font-size: 16px;
	line-height: 24px;
}

.growwwdigital {
	height: 30px;
}

.viewsmenu .dropdown-toggle {
	background: #ffffff;
	border: 1px solid #e4e4ee;
	border-radius: 4px;
}
.viewsmenu .dropdown-toggle::after {
	display: none;
}
.viewsmenu .dropdown-menu .btn {
	font-size: 16px;
	line-height: 24p;
	font-weight: 400;
	color: #7c7c7c;
	border: 0;
	background: none;
	text-align: left;
}
.viewsmenu .dropdown-menu .btn:hover, .viewsmenu .dropdown-menu .btn.active {
	color: #693cf5;
}

.profilebutton {
	font-size: 1.5rem;
    width: 37px;
    height: 37px;
    padding: 0;
    line-height: 1.5rem;
	background-color: #693cf5;
	color: #ffffff;
}
.profilebutton:hover {
	background-color: #693cf5;
	color: #ffffff;	
}

.loggedin {
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	color: #202020;
}
.tools {
	
}
.tools .toolstitle {
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	color: #202020;
}
.tools ul.toolslist {
	list-style-type: none;
	padding-left: 0;
}
.tools ul.toolslist li {
	border-top: 1px solid #e4e4ee;
	padding: 8px 0px;
}
.tools ul.toolslist li:first-child {
	border-top: 0;
}
.tools ul.toolslist li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #202020;
	text-decoration: none;
}
.tools ul.toolslist li a:hover {
	color: #693cf5;
	text-decoration: underline;
}
.logoutform input[type=submit] {
	background-color: #2abd80;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 10px 15px;
	margin-left: 30px;
	border: 0;
}
.logoutform input[type=submit]:hover {
	background-color: #00005a;
}

.popover.show .popover-arrow {
	display: none;
}

body:has(.popover.show):before, body:has(.dropdown-menu.show):before {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(100,100,100,0.7);
	content: '';
	z-index: 1;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

@media (max-width: 768px) {
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	.roishopper a {
		font-size: 1.5rem;
	}
	.icon-shopping-bag {
		margin-top: -8px;
	}
}

main {
	flex: 1;
}

main #myTab.nav {
	font-size: 16px;
}

main #myTab.nav li button {
	color: #00005a;
	border: 0;
	text-align: left;
}

main #myTab.nav li button.active {
	color: #00005a !important;
	/*font-weight: bold;*/
}
main #myTab.nav li button.inactive {
	color: #afafaf !important;
	/*font-weight: bold;*/
}
main #myTab.nav li button.active span, main #myTab.nav li button:hover span {
	border-top: 2px solid #693CF5;
}

main #myTab.nav li button span {
	font-size: 11px;
	display: none;
	font-weight: normal;
	color: #000000;
}

main #myTab.nav li button.active span {
	display: block;
}

main #myTabContent {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

main #myTabContent span {
	font-weight: 600;
}

main #myTabContent .sectiontitle {
	font-size: 20px;
	color: #00005A;
}

main #myTabContent.tab-content table tr th.table-primary {
	background-color: #f2f2f7;
}

main #myTabContent.tab-content table tr th.vs {
	background-color: #f2f2f7;
	font-size: 16px;
	font-weight: 600;
	color: #00005a;
}

main #myTabContent.tab-content table tr th, main #myTabContent.tab-content table tr td {
	border-bottom-color: #e4e4ee;
}

main .badge {
	font-size: 16px;
	width: 80px;
}

main .badge.bg-danger {
	background-color: #E8402A !important;
}

main .badge.bg-success {
	background-color: #5EAF1F !important;
}

main .badge.bg-warning {
	background-color: #D9A411 !important;
}

form button {
	border: 1px solid #ced4da !important;
	margin-top: 15px;
}

#loginform1 .row, #loginform2 .row {
	background-color: #F2F2F7;
	border-radius: 5px;
}

#loginform1 #email, #loginform2 #code {
	border-radius: 5px;
}

#loginform1 label, #loginform2 label {
	color: #00005A;
	font-size: 16px;
	font-weight: 600;
}

#loginform1 input.error, #loginform2 input.error {
	border: 1px solid #dc3545;
}

.formerror {
	color: #AE4325;
    border-radius: 5px;
    border: 1px solid #AE4325;
    text-align: center;
	display: inline-block;
	padding: 5px;
	margin-left: 20px;
}
.formsuccess {
	color: #25AE79;
    border-radius: 5px;
    border: 1px solid #25AE79;
    text-align: center;
	display: inline-block;
	padding: 5px;
	margin-left: 20px;
}

#logoutbutton {
	background-color: #2abd80;
}

#loginform1 button, #loginform2 button {
	background-color: #2abd80;
	font-size: 14px;
}
#loginform1 button:hover, #loginform2 button:hover {
	opacity: 0.8;
}

#loginform1 label#email-error, #form2error {
	position: absolute;
	top: 40px;
	color: #AE4325;
}
#loginform2 label#code-error {
	position: absolute;
	top: 40px;
	color: #AE4325;
}
#loginform3 button.coderegen {
	background: 0;
	border: 0 !important;
	color: #00005a;
	position: relative;
	font-size: 14px;
}
#loginform3 button.coderegen::before {
	content: "";
	background: url(/images/lock-password.png) no-repeat center center;
	bottom: 2px;
	left: -20px;
	position: absolute;
	width: 18px;
	height: 20px;
	background-size: contain;
}
#loginform3 button.coderegen:hover {
	text-decoration: underline;
	color: #1e96ff;
}

#viewselectors li:hover {
	cursor: pointer;
}

#mainmenu {
	margin-top: 30px;
	margin-bottom: 30px;
}

#mainmenu li a.nav-link.active, #mainmenu li a.nav-link:hover {
	border-bottom-color: #693cf5;
}

#mainmenu a {
	color: #202020;
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 30px;
}

#mainmenu a.active {
	font-weight: 500;
}

#mainmenu a.inactive {
	color: #afafaf;
}
#mainmenu a.inactive:hover {
	border-bottom-color: #afafaf !important;
}

span.tierbubble {
	display: inline-block;
	background: #202020;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	border-radius: 10px;
	width: 55px;
	height: 20px;
	text-align: center;
	margin-left: 10px;
}

.pagetitle {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #00005a;
}

a.pagetitle {
	text-decoration: none;
}

.dropdown-menu{
    max-height: calc(100vh - 60px);
    overflow-y: auto;
	overflow-x: hidden;
}

.selectable, .selectable ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.selectable li {
	background-color: #f6f6f6;
	border: 1px solid #c5c5c5;
	cursor: pointer;
	font-size: 8pt;
	margin-top: 2px;
	padding: 6px 8px 6px 16px;
	font-weight: bold;
}

.selectable .ui-selecting, .selectable .ui-selected {
	background-color: #99ccff;
	border: 1px solid #809fff;
}

#tierModalLabel {
	font-size: 24px;
	line-height: 32px;
	color: #00005a;
	font-weight: 600;
}

#tierModalClose {
	color: #202020;
	border: 2px solid #202020;
	border-radius: 50%;
}

#tierModal .modal-header {
	border-bottom: 0;
}

#tierModal .modal-body .subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #202020;
}

#tierModal table {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #202020;
}

#tierModal tr {
	border-bottom: 1px solid #e4e4ee;
}

#tierModal tr td.basecolname {
	color: #202020;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

#tierModal tr td.procolname {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #f5693c;
}

#tierModal .modalfooter {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #202020;
}

#tierModal .modalfooter a {
	color: #00005a;
	margin-left: 10px;
	text-decoration: underline;
}

#menuModal table {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #202020;
}

#menuModal table td {
	border-bottom: 0px;
	border-left: 4px solid #ffffff;
}

#menuModal table tr.underline {
	border-bottom: 1px solid #e4e4ee;
}

#menuModal td:has(.probubble) {
	text-align: right;
}

#menuModal td.activemenu, #menuModal td:hover {
	border-left: 4px solid #693CF5;
}

#menuModal td a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #202020;
	text-decoration: none;
}

/* start page */
.startcontainer_outer {
	background: #f2f2f7;
	border-radius: 16px;
	padding: 10px;
}
.startcontainer_outer a {
	text-decoration: none;
}
.startcontainer {
	background: #ffffff;
    border-radius: 12px;
    border: 1px solid #E4E4EE;
    filter: drop-shadow(0px 2px 6px rgba(13, 10, 44, 0.08));
	margin-left: 0px;
	margin-right: 0px;
}
.startcontainer_outer .tiertitle {
	color: #bebed5;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
}
.startcontainertitle {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #00005a;
}
a.startcontainertitle:hover {
	color: #1e96ff;
	text-decoration: underline;
}
.startcontainertitleicon {
	width: auto;
}
.startcontainer .inactive, .inactive .startcontainer {
	filter: saturate(0);
}
.startcontainer .inactive .startcontainertitle, .inactive .startcontainer .startcontainertitle {
	color: #afafaf;
}
#clickschart {
	width: 100%;
}
.clickschart_tooltip, .mcchart_tooltip {
	padding: 10px;
}

.clickschart_tooltip .curr, .clickschart_tooltip .prev {
	display: inline-block;
	position: relative;
	margin-left: 30px;
}

.clickschart_tooltip .curr .dot, .clickschart_tooltip .prev .dot {
	display: inline-block;
	border-top: 3px solid #4285f4;
	width: 20px;
	position: absolute;
	top: 10px;
	left: -30px;
}
.clickschart_tooltip .prev .dot {
	border-top: 3px dashed #4285f4;
}

.clickschart_tooltip .curr .dot::after, .clickschart_tooltip .prev .dot::after {
	content: "•";
	color: #4285f4;
	font-size: 30px;
	line-height: 16px;
	position: absolute;
	top: -10px;
	right: -5px;
}

.temuindex {
	font-size: 150px;
	line-height: 150px;
	color: #ff6d01;
	text-align: center;
}

.startcontainer:hover {
	cursor: pointer;
}
.startcontainer#main_temu:hover, .startcontainer#main_shopping:hover {
	cursor: auto;
}
.startcontainer:hover .arrowbutton svg rect {
	fill: #1e96ff;
}
.startcontainer:hover .arrowbutton svg path {
	stroke: #ffffff;
}
span.probubble {
	background: #f5693c;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    width: 50px;
    text-align: center;
}
.procta {
	color: #202020;
	font-size: 14px;
	line-height: 20px;
}
.procta .black {
	font-weight: 700;
}
.procta .orange {
	font-weight: 700;
	color: #f5693c;
}

.procta button {
	background-color: #2abd80;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 15px;
	margin-left: 30px;
	border: 0;
}
.procta button:hover {
	background-color: #00005a;
}

/* end start page */

/*chatbot*/

.chatbot .header, .chatbot .chat-list .message, .chatbot .typing-form {
	margin: 0 auto;
	/*max-width: 980px;*/
}
.chatbot .header {
	margin-top: 6vh;
	padding: 1rem;
	overflow-x: hidden;
}
.chatbot .header :where(.title, .subtitle) {
	color: var(--text-color);
	font-weight: 500;
	line-height: 4rem;
}
.chatbot .header .title {
	width: fit-content;
	font-size: 3rem;
	color: #202020;
}
.chatbot .header .title span {
	background-clip: text;
	background: linear-gradient(to right, #693CF5, #2ABD80);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.chatbot .header .subtitle {
	font-size: 1.5rem;
	color: #202020;
}
.chatbot .suggestion-list {
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 9.5vh;
	padding-left: 0;
	/*overflow: hidden;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;*/
}
.chatbot .suggestion-list .suggestion {
	cursor: pointer;
	padding: 30px;
	/*width: 222px;*/
	width: calc(25% - 24px);
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	border-radius: 0.75rem;
	justify-content: space-between;
	background: white;
	transition: 0.2s ease;
	background: #ffffff;
    border-radius: 12px;
    border: 1px solid #E4E4EE;
    filter: drop-shadow(0px 2px 6px rgba(13, 10, 44, 0.08));
	align-items: flex-start;
}
.chatbot .suggestion-list .suggestion:first-child {
	margin-left: 0;
}
.chatbot .suggestion-list .suggestion h4.text {
	font-size: 16px;
	line-height: 24px;
	color: #202020;
}
.chatbot .suggestion-list .suggestion:hover {
	/*background: var(--secondary-hover-color);*/
	background: #e4e4ee;
}
.chatbot .suggestion-list .suggestion :where(.text, .icon) {
	font-weight: 400;
	color: #202020;
}
.chatbot .suggestion-list .suggestion .icon {
	/*
	width: 42px;
	height: 42px;
	display: flex;
	font-size: 1.3rem;
	margin-top: 2.5rem;
	align-self: flex-end;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	color: var(--text-color);
	background: var(--primary-color);
	*/
	height: 48px;
	margin-bottom: 16px;
}

.chatbot .chat-list {
	padding: 2rem 1rem 2rem 0rem;
	/*max-height: 100vh;
	overflow-y: auto;*/
	scrollbar-color: #999 transparent;
}
.chatbot .chat-list .message.incoming {
	margin-top: 1.5rem;
}
.chatbot .chat-list .message .message-content {
	display: flex;
	gap: 1.5rem;
	width: 100%;
	align-items: center;
}
.chatbot .chat-list .message .text {
	color: #343434;
	white-space: pre-wrap;
	margin-top: 5px;
}
.chatbot .chat-list .message.error .text {
	color: #e55865;
}
.chatbot .chat-list .message.loading .text {
	/*display: none;*/
}
.chatbot .chat-list .message .avatar {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	align-self: flex-start;
	font-size: 2rem;
	color: #1E96FF;
}
/*
.chatbot .chat-list .message.loading .avatar {
	animation: chatbotrotate 3s linear infinite;
}
@keyframes chatbotrotate {
	100% {
		transform: rotate(360deg);
	}
}
*/
.chatbot .chat-list .message .icon {
	/*color: var(--text-color);*/
	cursor: pointer;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	font-size: 1.25rem;
	margin-left: 3.5rem;
	visibility: hidden;
}
.chatbot .chat-list .message .loading.hide {
	display: none;
}
.chatbot .chat-list .message .icon.hide {
	visibility: hidden;
}
.chatbot .chat-list .message:not(.loading, .error):hover .icon:not(.hide){
	visibility: visible;
}
.chatbot .chat-list .message .icon:hover {
	/*background: var(--secondary-hover-color);*/
	background: #00005a;
	color: #ffffff;
}
.chatbot .chat-list .message .loading-indicator {
	display: none;
	gap: 0.8rem;
	width: 100%;
	flex-direction: column;
}
.chatbot .chat-list .message.loading .loading-indicator {
	display: flex;
}
.chatbot .chat-list .message .loading-indicator .loading-bar {
	height: 11px;
	width: 100%;
	border-radius: 0.135rem;
	background-position: -800px 0;
	background: linear-gradient(to right, #4285f4, var(--primary-color), #4285f4);
	animation: chatbotloading 3s linear infinite;
}
.chatbot .chat-list .message .loading-indicator .loading-bar:last-child {
	width: 70%;
}
@keyframes chatbotloading {
	0% {
		background-position: -800px 0;
	}
	100% {
		background-position: 800px 0;
	}
}
.chatbot .typing-area {
	width: 100%;
	padding: 1rem;
}
.chatbot .typing-area :where(.typing-form, .action-buttons) {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}
.chatbot .typing-form .input-wrapper {
	width: 50%;
	height: 56px;
	display: flex;
	position: relative;
}
.chatbot .typing-form .typing-input {
	height: 100%;
	width: 100%;
	border: none;
	outline: none;
	resize: none;
	font-size: 1rem;
	color: #343434;
	padding: 1.1rem 4rem 1.1rem 1.5rem;
	border-radius: 100px;
	background: #f2f2f7;
	font-size: 16px;
	line-height: 24px;
}
.chatbot .typing-form .typing-input:focus {
	/*background: var(--secondary-hover-color);*/
}
.chatbot .typing-form .typing-input::placeholder {
	/*color: var(--placeholder-color);*/
}
.chatbot .typing-area .icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	font-size: 1.4rem;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	background: #00005a;
	transition: 0.2s ease;
}
.chatbot .typing-area .icon:hover {
	/*background: var(--secondary-hover-color);*/
	background: #1e96ff;*/
}
.chatbot .typing-form #send-message-button {
	position: absolute;
	right: 0;
	outline: none;
	border: none !important;
	transform: scale(0);
	background: transparent;
	transition: transform 0.2s ease;
	margin-top: 0px;
	color: #343434;
}
.chatbot .typing-form #send-message-button:hover {
	color: #1e96ff;
}
.chatbot .typing-form .typing-input:valid ~ #send-message-button {
	transform: scale(1);
}
.chatbot .typing-area .disclaimer-text {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	margin-top: 1rem;
	color: #202020;
}

/* chatbot end */

/* price */
.pricewarning {
	width: fit-content;
}
/* price end */

/* alerting */
.alertswitches .form-switch {
	display: table-row;
}

.alertswitches .form-switch .form-check-input {
	width: 4em;
	height: 2em;
	margin-right: 1em;
	margin-left: 0;
}

.alertswitches .form-switch .form-check-label {
	font-size: 1.2em;
	line-height: 2em;
}

.alertswitches .form-switch .form-check-label:hover, .alertswitches .form-switch .form-check-input:hover {
	cursor: pointer;
}

button.accordion-button.alert-success {
	background: none;
	color: #a3cfbb;
	border: 0;
}
button.accordion-button.alert-success svg {
	color: #a3cfbb;
}
button.accordion-button.alert-danger {
	background: none;
	color: #d93025;
	border: 0;
}
button.accordion-button.alert-danger svg {
	color: #d93025;
}

button.accordion-button[disabled]::after {
	display: none;
}

button.accordion-button svg {
	margin-right: 15px;
}

/* alerting end */

/* pagefeed */

.pagefeedsplash {
	background-image: url('/images/pagefeedsplash.png');
    background-size: cover;
	background-repeat: no-repeat;
    background-position: 70%;
}
.pagefeedsplash h1 {
	font-size : clamp(1.5rem, 3vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
	color: #202020;
}
.pagefeedsplash div div {
	margin: 50px 0px 50px 0px;
	font-size : clamp(1rem, 2vw, 1.2rem);
    line-height: 28px;
}
.pagefeedformerror {
	color: #AE4325;
    border-radius: 5px;
    border: 1px solid #AE4325;
    text-align: center;
	display: inline-block;
	padding: 5px;
	margin-left: 20px;
}
.pagefeedformsuccess {
	color: #25AE79;
    border-radius: 5px;
    border: 1px solid #25AE79;
    text-align: center;
	display: inline-block;
	padding: 5px;
	margin-left: 20px;
}
@media (max-width: 768px) {
	.pagefeedsplash {
		background-image: none;
	}
}
@media (min-width: 992px) and  (max-width: 1250px) {
	.pagefeedsplash>div {
		flex: 0 0 40%;
		max-width: 40%;
		margin-left: 10%;
	}
}
@media (max-width: 575px) {
	.pagefeedsplash {
		
	}
	.pagefeedsplash div div {
		margin: 30px 0px 0px 0px;
	}
}

/* pagefeed end */


/* Responsive media query code for small screen */
@media (max-width: 1399px) {
	#main_bottom_tier_cta>.row {
		align-items: center;
	}
	#main_bottom_tier_cta>.row>div {
		/*width: 100%;*/
		width: 400px;
		margin: 0px auto !important;
	}
	#main_bottom_tier_cta>.row>div:nth-child(2)>a>div {
		margin: 20px 0px !important;
	}
}
@media (max-width: 442px) {
	#main_bottom_tier_cta>.row div>a>div>div.row>div:nth-child(4) {
		margin-top: 10px;
		text-align: left !important;
		padding: 0px;
		flex: none;
	}
}
@media (max-width: 576px) {
	.viewsmenu {
		width: 100%;
	}
	.loggedin header nav.navbar {
		height: 110px;
	}
	.dropdown-menu {
		max-height: calc(100vh - 110px);
	}
	.tierbubble {
		position: absolute;
		top: 100px;
		left: calc(50% - 10px);
	}
	/*dashboard*/
	#myTabContent table tr.datarow th {
		display: block;
		border-bottom: 0;
	}
	
	#myTabContent table tr.datarow td:nth-child(2) {
		display: block;
	}
	
	#myTabContent table tr.datarow td:nth-child(3) {
		vertical-align: middle;
		text-align: right;
	}
	
	#myTabContent table tr.headerrow th:nth-child(2) {
		text-align: right !important;
	}
}

@media (max-width: 991px) {
	.chatbot .typing-form .input-wrapper {
		width: 100%;
	}
	.chatbot .suggestion-list .suggestion {
		width: calc(50% - 20px);
	}
}
@media (max-width: 768px) {
	.chatbot .header :is(.title, .subtitle) {
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.chatbot .header .subtitle {
		font-size: 1.7rem;
	}
	.chatbot .typing-area :where(.typing-form, .action-buttons) {
		gap: 0.4rem;
	}
	.chatbot .typing-form .input-wrapper {
		height: 50px;
	}
	.chatbot .typing-form .typing-input {
		padding: 1.1rem 3.5rem 1.1rem 1.2rem;
	}
	.chatbot .typing-area .icon {
		height: 50px;
		width: 50px;
	}
	.chatbot .typing-area .disclaimer-text {
		font-size: 0.75rem;
		margin-top: 0.5rem;
	}
}
@media (max-width: 575px) {
	.chatbot .suggestion-list .suggestion {
		width: calc(100% - 20px);
	}
}

/* end chatbot */

/* trends */

.chart {
	margin: 20px auto 0px auto;
	/*position: relative;
	z-index: 1;*/
	width: 100%;
	max-width: 1000px;
	height: 500px;
	display: block;
}
/*
.chart::before {
	content: "";
	background: url(https://www.growwwdigital.com/wp-content/uploads/2023/09/gd_small.png) no-repeat center center;
	opacity: 0.2;
	bottom: 120px;
	right: -20px;
	position: absolute;
	width: 200px;
	height: 100px;
	background-size: contain;
}
*/
.chartfilter {
	display: inline-block;
	margin: 10px 5px;
	padding: 0px 10px;
	cursor: pointer;
	background: white;
	color: #257eae;
	border: 2px solid #257eae;
}
.chartfilter.active {
	background: #257eae;
	color: white;
}
.google-visualization-controls-categoryfilter-selected {
	max-width: 100% !important;
}

#dashboard #filter-range, #dashboard #filter-range-desc, #dashboard #zoomfilter, #dashboard #granularityfilter, #dashboard #categoryfilter, #dashboard #filter-range-spec {
	/* display: none; */
	/*
	width: 1000px;
	margin: 20px auto;
	*/
}
#dashboard #filter-range, #dashboard #filter-range-spec, #dashboard #filter-range-desc, #avgcpc-desc {
	margin: 20px auto;
}
#dashboard .tooltip {
	padding: 10px;
	color: #232323;
	font-weight: 500;
	text-align: left;
	font-size: 1rem;
}

.trendstooltip {
	position: absolute;
	top: 310px;
	left: 120px;
	transform-origin: 0 0;
	transform: rotate(-90deg);
	width: 130px;
	cursor: pointer;
}

.tooltip {
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}
.tooltip.show {
	opacity: 1 !important;
}
.tooltip .tooltip-arrow::before {
	border-top-color: #ffffff !important;
}
.tooltip .tooltip-inner {
	background-color: #ffffff;
	color: #202020;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	max-width: fit-content;
	padding: 20px;
}

/* end trends */

footer {
	background-color: #00005A;
	color: #FFFFFF;
}
footer .normaltext {
	font-size: 14px;
	line-height: 23px;
	font-family: Montserrat;
}
footer h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
	font-family: Montserrat;
}
footer a {
	color: #FFFFFF !important;
	font-size: 14px !important;
}
footer a:hover {
	/*color: #bdbdbd;*/
	color: #1e96ff !important;
	text-decoration: underline;
}
footer a svg {
	margin-right: 8px;
}
footer .footer-social-icon-holder {
	color: #ffffff;
    font-size: 24px;
    margin: 15px 0px;
}

footer .footer-social-icon-text {
    color: #ffffff;
    font-size: 14px;
    padding: 0px 5px;
}

.premierpartnerbadge {
	display: block;
	float: left;
	margin-top: -4px;
}

.eba {
	width: 100%;
	max-width: 300px;
}

.palyazatok {
	max-width: 300px;
}

.symboldefsinlinestyle {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#offcanvasMenu {
	--bs-offcanvas-width: 15%;
}
@media only screen and (max-width: 1400px) {
	.trendstooltip {
		left: 30px;
	}
}
@media only screen and (max-width: 1200px) {
	#offcanvasMenu {
		--bs-offcanvas-width: 20%;
	}
	.trendstooltip {
		left: -20px;
	}
}
@media only screen and (max-width: 992px) {
	#main_temu>div>div.row:nth-child(1)>div, #main_temu>div>div.row:nth-child(2)>div {
		width: 100%;
	}
	#main_trends>div.row>div:nth-child(2),#main_trends>div.row>div:nth-child(3)
	{
		flex: none;
	}
}
@media only screen and (max-width: 900px) {
	#offcanvasMenu {
		--bs-offcanvas-width: 25%;
	}
}
@media only screen and (max-width: 700px) {
	#offcanvasMenu {
		--bs-offcanvas-width: 30%;
	}
}
@media only screen and (max-width: 600px) {
	#offcanvasMenu {
		--bs-offcanvas-width: 35%;
	}
}
@media (max-width: 575px) {
	.trendstooltip {
		left: -10px;
	}
}
@media only screen and (max-width: 500px) {
	#offcanvasMenu {
		--bs-offcanvas-width: 40%;
	}
}
@media only screen and (max-width: 400px) {
	#offcanvasMenu {
		--bs-offcanvas-width: 45%;
	}
}
@media only screen and (max-width: 350px) {
	#offcanvasMenu {
		--bs-offcanvas-width: 50%;
	}
}
@media only screen and (max-width: 300px) {
	#offcanvasMenu {
		--bs-offcanvas-width: 60%;
	}
}