/* @override
	https://cpgagentai.com/cont/css/styles_public_CPGAgentAIFinal_mobile.css
	https://local.cpgagentai.com/cont/css/styles_public_CPGAgentAIFinal_mobile.css  
	http://local.cpgagentai.com/cont/css/styles_public_CPGAgentAIFinal_mobile.css
	https://cpgbuyerai.com/static/css/styles_public_CPGAgentAIFinal_mobile.css
*/

/* @group Resets and Defaults, Global Classes */

html.mobile {
	font-size: 1em; 
}

body.mobile {
	width: 100%;
}

.mobile .contentViewport {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.mobile .paddOnMobile {
	padding-left: 4%;
	padding-right: 4%;
}

.mobile .hideOnMobile {
	display: none !important;
}

.mobile .contentViewport.flushOnMobile {
	width: 100%;
	max-width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0px 0% 0px 0%;
}

.mobile .stackOnMobile,
.mobile .innerStackOnMobile .listing {
	flex-direction: column;
}

.mobile .reverseStackOnMobile,
.mobile .innerReverseStackOnMobile .listing {
	flex-direction: column-reverse;
}

.mobile .centerOnMobile {
	text-align: center !important;
}

.mobile img,
.mobile .imgContainer,
.mobile .imgContainer img {
	width: 100%;
}

.mobile iframe {
	width: 100%;
}


/* @end */

/* @group global modifier classes */
/* @end */

/* @group Template Layouts */

/* @end */

/* @group Atoms */

/* Small mostly single tag elements available for use across the whole site */

/* @group Buttons */

.mobile .btn.rectangle {
	margin: 0rem 0rem 0.5rem 0rem;
}

.mobile .btnStyle1 {
	padding: 0.5rem 4% 0.5rem 4%;
	display: inline-block;
	background-color: #45454C;
	border-radius: 0.4rem;
	color: #FFF;
	font-family: Nunito;
	font-size: 1rem;
	font-weight: 500;
}

.mobile .btnStyle1:hover {
	border: 1px solid #45454C;
	background-color: transparent;
	color: #45454C;
}

.mobile .btnStyle1.inverted {
	border: 1px solid #45454C;
	background-color: transparent;
	color: #45454C;
	font-weight: 400;
}

.btnStyle1.inverted:hover {
	background-color: #45454C;
	color: #ffffff;
}

.mobile .btnStyle1 {
	font-size: 0.8rem;
	float: right;
	margin-top: 2.75rem;
}

.mobile .btnStyle2 {
	padding: 0.5rem 4% 0.5rem 4%;
	display: inline-block;
	background-color: transparent;
	border-radius: 0.4rem;
	color: #45454C;
	font-family: Nunito;
	font-size: 1rem;
	font-weight: 500;
}

.mobile .btnStyle2:hover {
	border: 1px solid #45454C;
	background-color: #ededed;
	color: #45454C;
}

.mobile .btnStyle2 {
	padding: 0.5rem 4% 0.5rem 4%;
	font-size: 0.8rem;
	float: left;
	margin-top: 2.75rem;
}

.mobile .btnStyle3 {
	padding: 0.7rem 10% 0.7rem 10%;	
	line-height: 1.2;
	position: static;
}

/* @end */

/*@group CPGBuyerAI - Mobile Header*/

/* CPGBuyerAI - mobile home - START */

.mobile .mobileHeader {
	width: 100%;
	background-color: #ededed;
	margin: 1rem auto 1rem auto;
	border-radius: 0.3rem;
	position: fixed;
	top: 0;
	box-shadow: 0px 1px 5px #444;
	z-index: 9;
}

.mobile .mobileHeader .col1 {
	flex-basis: 33%;
}

.mobile .mobileHeader .col2 {
	flex-basis: 34%;
}

.mobile .mobileHeader .col3 {
	flex-basis: 33%;
}

.mobile .col2 img {
	width: 100%;
	margin: 0.2rem 0rem 0rem 0rem;
	float: center;
}

.mobile .col3 nav {
	float: right;
	margin-top: 0rem;
}

.mobile .mobileMenuToggle {
	background: transparent;
	border: 0;
	color: #17181b;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	cursor: pointer;
}

.mobile .mobileMenuToggle .material-symbols-outlined {
	font-size: 1.8rem;
	line-height: 1;
}

.mobile .mobileMenuOverlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 998;
}

.mobile .mobileMenuPanel.mobileDrawer {
	position: fixed;
	top: 0;
	left: 0;
	width: 86%;
	max-width: 345px;
	height: 100vh;
	background: #f1f1f1;
	transform: translateX(-105%);
	transition: transform 0.28s ease;
	z-index: 999;
	padding: 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
	display: flex;
	flex-direction: column;
}

.mobile .mobileDrawerHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.7rem 0.65rem;
	background: #f8f8f8;
	border-bottom: 1px solid #dbdbdb;
}

.mobile .mobileDrawerHeader img {
	width: 250px;
	max-width: 85%;
}

.mobile .mobileDrawerTitle {
	color: #222;
	font-family: 'Rajdhani';
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.mobile .mobileMenuClose {
	background: transparent;
	border: 0;
	color: #3b3b3b;
	cursor: pointer;
	padding: 0rem 0.2rem;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1;
}

.mobile .mobileDashList {
	display: block;
	margin: 0;
	padding: 0;
}

.mobile .mobileDashItem {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}

.mobile .mobileDashLink,
.mobile .mobileDashTrigger {
	display: block;
	width: 100%;
	padding: 0.74rem 0.85rem;
	border: 0;
	background: transparent;
	text-align: left;
	color: #323232;
	font-family: 'Rajdhani';
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
}

.mobile .mobileDashLink,
.mobile .mobileDashLabel {
	display: flex;
	align-items: center;
	gap: 0.52rem;
}

.mobile .mobileDashTrigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile .mobileDashLink .material-symbols-outlined,
.mobile .mobileDashLabel .material-symbols-outlined {
	color: #3b82f6;
	font-size: 1rem;
}

.mobile .mobileDashArrow {
	font-size: 1rem;
	color: #202020;
	transition: transform 0.2s ease;
}

.mobile .mobileDashSubmenu {
	display: none;
	padding: 0.15rem 0 0.35rem 0;
	margin: 0;
}

.mobile .mobileDashItem.is-open .mobileDashSubmenu {
	display: block;
}

.mobile .mobileDashItem.is-open .mobileDashArrow {
	transform: rotate(180deg);
}

.mobile .mobileDashSubmenu li {
	padding: 0;
}

.mobile .mobileDashSubmenu a {
	display: block;
	padding: 0.5rem 0.85rem 0.5rem 2.35rem;
	font-family: 'Rajdhani';
	font-size: 1.02rem;
	font-weight: 600;
	color: #5a5a5a;
}

.mobile .mobileMenuPanel .sideBarStyle1 {
	height: auto;
	max-height: none;
	border-right: 0;
	background: transparent;
	padding-bottom: 0.65rem;
}

.mobile .mobileMenuPanel .sideBarStyle1 ul {
	min-width: 100% !important;
	border-bottom: 0;
}

.mobile .mobileMenuPanel .sideBarSection {
	border-bottom: 1px solid #dbdbdb;
}

.mobile .mobileMenuPanel .sideBarHeader {
	background: transparent;
	padding: 0.74rem 0.85rem;
	border-bottom: 0;
	border-radius: 0;
}

.mobile .mobileMenuPanel .sideBarHeader a {
	margin-left: 0;
	color: #323232;
	font-size: 1.25rem;
	font-weight: 700;
}

.mobile .mobileMenuPanel .sideBarHeader .arrow {
	font-size: 1rem;
	color: #202020;
}

.mobile .mobileMenuPanel .sideBarSubMenu a {
	padding: 0.5rem 0.85rem 0.5rem 2.35rem;
	font-size: 1.02rem;
	font-weight: 600;
	color: #5a5a5a;
}

.mobile .mobileMenuPanel .sideBarHeader a span.material-symbols-outlined {
	color: #3b82f6;
	font-size: 1rem;
}

.mobile .mobilePublicLinks {
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
	background: transparent;
}

.mobile .mobilePublicLinksList {
	margin: 0;
	padding: 0;
}

.mobile .mobilePublicLinksList li {
	border-bottom: 1px solid #dbdbdb;
}

.mobile .mobilePublicLinksList li:last-child {
	border-bottom: 0;
}

.mobile .mobilePublicLinks a {
	display: block;
	padding: 0.74rem 0.85rem;
	text-align: left;
	font-family: 'Rajdhani';
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.1;
	color: #323232;
	background: transparent;
}

.mobile .mobileFinalMenuRow {
	border-top: 1px solid #dbdbdb;
	padding-bottom: env(safe-area-inset-bottom);
}

.mobile .mobileMenuPanel.mobileDrawer::-webkit-scrollbar {
	width: 6px;
}

.mobile .mobileMenuPanel.mobileDrawer::-webkit-scrollbar-thumb {
	background: #bbbbbb;
	border-radius: 999px;
}

.mobile.mobile-menu-open {
	overflow: hidden;
}

.mobile.mobile-menu-open .mobileMenuPanel.mobileDrawer {
	transform: translateX(0);
}

.mobile.mobile-menu-open .mobileMenuOverlay {
	display: block;
}

/* @end */

/* Stack 1 - Start */

.mobile .articleStyle1 h1 {
	font-size: 2.5rem;
	text-align: center;
	line-height: 1;
	width: 100%;
	margin-bottom: 0.5rem;
	margin-top: 4.5rem;
}

.mobile .articleStyle1 p {
	font-size: 1rem;
	text-align: center;
	width: 100%;
}

.mobile .btnStyle1 {
	float: left;
	padding: 0.45rem;
	margin: 0rem;
	margin-right: 0.5rem;
}

.mobile .btnStyle2 {
	float: left;
	padding: 0.5rem;
	margin: 0rem;
}

/* Stack 1 - End */

/* Stack 2 - Start */

/* Stack 2 - End */

/* Stack 3 - Start */

/* Stack 3 - End */

/* Stack 4 - Start */

.mobile .articleStyle2 h2 {
	text-align: center;
	font-family: Rajdhani;
	font-size: 2rem;
}

.mobile .articleStyle2 p {
	text-align: center;
	padding: 0rem 16% 0rem 5%;
}

/* Stack 4 - End */

/* Stack 5 - Start */

.mobile .stack5 .col1 {
	border-radius: 1.2rem;
}

.mobile .stack5 .col2 {
	border-radius: 1.2rem;
}

.mobile .stack5 .col2 img {
	border-radius: 1.5rem;
	padding: 0.3rem;
}

.mobile .stack5 .col {
	margin: 0rem 0rem 1rem 0rem;
}

/* Stack 5 - End */

/* Stack 6 - Start */

.mobile .articleStyle3 h2 {
	width: 100%;
	text-align: center;
}

.mobile .articleStyle3 p {
	width: 100%;
	text-align: center;
}

.mobile .listStyle1 li {
	margin: 0.2rem;
}

/* Stack 6 - End */

/* Stack 7 - Start */

.mobile .articleStyle4 h2 {
	width: 100%;
}

.mobile .articleStyle4 p {
	width: 100%;
	font-family: Rajdhani;
	font-weight: 500;
	font-style: normal;
	margin: 0rem;
}

/* Stack 7 - End */

/* Stack 8 - Start */

.mobile .stack8 .flexContainer {
	border-radius: 1.2rem;
}

.mobile .stack8 .flexContainer img {
	padding: 0.2rem;
}

.mobile .articleStyle5 h2 {
	width: 100%;
	text-align: right;
}

.mobile .stack8 .pillStyle2 {
	margin-bottom: 0.5rem;
}

/* Stack 8 - End */

/* Stack 9 - Start */

.mobile .articleStyle4 h1 {
	width: 100%;
	text-align: center;
	line-height: 1.1;
}

.mobile .stack9 .articleStyle4 p {
	width: 100%;
	text-align: center;
	font-family: Rajdhani;
	font-style: normal;
	font-weight: 500;
	margin: 0rem 0rem 1.5rem 0rem;
}

.mobile .articleStyle4 h2 {
	width: 100%;
	text-align: center;
}

.mobile .stack9 .center img {
	width: 100%;
}

/* Stack 9 - End */

/* Stack 10 - Start */

/* Stack 10 - End */

/* Stack 11 - Start */

.mobile .stack11 div {
	margin-bottom: 0.5rem;
	margin-top: 2rem;
}

/* Stack 11 - End */

/* Stack 12 - Start */

/* Stack 12 - End */

/* Stack 13 - Start */

/* Stack 13 - End */

/* Stack 14 - Start */

/* Stack 14 - End */

/* Stack 15 - Start */

/* Stack 15 - End */

/* Stack 16 - Start */

.mobile .ulStyle2 li {
	padding: 1rem;
}

.mobile .ulStyle2 li .txt h3 {
	text-align: center;
	margin: 0.5rem 0rem 0.5rem 0rem;
	font-size: 1rem;
}

.mobile .ulStyle2 li .txt p {
	text-align: center;
	margin: 0.5rem 0rem 0.5rem 0rem;
}

.mobile .ulStyle2 li div.icon {
	text-align: center;
	margin: 1rem 0.5rem 1rem 0.5rem;
}

/* Stack 16 - End */

/* Stack 17 - Start */

.mobile .articleStyle4 h4 {
	width: 100%;
	text-align: center;
	font-family: Rajdhani;
	font-weight: 500;
	margin: 2rem 0rem 0rem 0rem;
}

.mobile .stack17 a {
	position: absolute;
	text-align: center;
	align-items: center;
	margin: 2rem 0rem 2rem -3.5rem;
}

/* Stack 17 - End */

/* CPGBuyerAI - mobile home - END */

/* CPGBuyerAI - mobile sidebar - START */

.mobile .sideBarHeader a span.material-symbols-outlined {
	color: #0366d6;
}

/* CPGBuyerAI - mobile sidebar - END */

/* CPGBuyerAI - mobile About Us - START */

.mobile #aboutUs .statsContainer .col p {
	border-right: none;
	border-bottom: 1px solid #45454C;
}

/* CPGBuyerAI - mobile About Us - END */

/* CPGBuyerAI - mobile Dashboard - START */

.mobile .articleStyle7 h2 { 
	border-bottom: 1px solid #cccccc;
}

.mobile .articleStyle7 .headerStyle1 .material-symbols-outlined {
	color: #0366d6;
	font-variation-settings: 'Fill' 400;
}

.mobile .articleStyle12 {
	gap: 1rem;
}

.mobile .articleStyle12 .txt {
	padding: 0rem 1rem 0rem 1rem;
}

.mobile .articleStyle12 article .txt .alert {
	display: flex;
	flex-direction: column;
}

.mobile .articleStyle12 article .txt h4 {
	text-align: center;
}

.mobile .articleStyle12 article .txt h3 {
	text-align: center;
}

.mobile .articleStyle12 article .txt p {
	text-align: center;
}

.mobile .articleStyle12 article .txt .alert {
	color: #0366d6;
}

.mobile .articleStyle12 article .txt .alert button.btnStyle8 {
	background-color: #0366d6;
	padding: 0.4rem;
}

.mobile .chartBox {
	align-items: flex-start;
} 


/* CPGBuyerAI - mobile Dashboard - END */

/* CPGBuyerAI - mobile Monthly Goals - START */

.mobile .articleStyle7 {
	margin: 0rem 1rem 0rem 1rem;
}

.mobile .headerStyle1 h2 {
	text-align: center;
	font-family: 'Rajdhani';
	color: #45454C;
}

.mobile .headerStyle1 p {
	text-align: center;
	font-family: 'Rajdhani';
	font-weight: 400;
}

.mobile .goalsSubheading h3 {
	text-align: center;
	font-size: 1.2rem;
	color: #45454C;
}

.mobile .goalsSubheading {
	text-align: center;
}

.mobile .goalsSubheading .material-symbols-outlined {
	color: #45454C;
	margin: 0rem;
	font-size: 2rem;
}

.mobile .articleStyle12.manualRequestsGrid .boxStyle4 {
	margin: 0rem 1rem 0.5rem 1rem;
}

/* CPGBuyerAI - mobile Monthly Goals - END */

/* CPGBuyerAI - mobile Monthly Submitted Goals - START */

.mobile .taskManagementBar {
	margin-bottom: 10rem;
}

.mobile .taskTab {
	text-align: center;
}

.mobile .taskTab.active {
	text-align: center;
}

.mobile .tableResponsive {
	overflow-x: auto;
	scrollbar-width: auto;
}

/* CPGBuyerAI - mobile Monthly Submitted Goals - END */

/* CPGBuyerAI - mobile Plan & Pricing - START */

.mobile .headerStyle2 {
	padding: 6rem 0rem 0rem 0rem;
}

.mobile .headerStyle2 h1 {
	font-size: 2.5rem;
}

.mobile .articleStyle8 {
	text-align: center;
	margin: 0.5rem 1rem 1rem 1rem;
}

.mobile .articleStyle8.inverted {
	margin: 0.5rem 1rem 1rem 1rem;
}

.mobile .articleStyle8 h3 {
	text-align: center;
}

.mobile .articleStyle8 .btnStyle1.inverted {
	background-color: #ededed;
}

.mobile .articleStyle8 ul li {
	text-align: left;
	line-height: 1.5;
}

.mobile .creditUsage {
	margin: 0rem 1.5rem 0rem 1.5rem;
}

.mobile .imgContainercu img {
	width: 20%;
	margin: 2rem 0rem 1rem 0rem;
}

.mobile .stack4 .col {
	margin: 1rem 1rem 1rem 1rem;
}

.mobile .stack4 .col2 {
	border: 0.3px solid #45454C;
	border-radius: 1.5rem;
}

.mobile .stack5 .gradient {
	margin: 0rem 2rem 0rem 2rem;
}

.mobile .stack5 .gradient .col3 {
	width: 50%;
}

.mobile .stack5 .gradient .col3 .btnStyle2 {
	background-color: #ededed;
}

.mobile .stack6 .col {
	margin: 0rem 1rem 1rem 1rem;
}

.mobile .stack6 .headerStyle1 h2 {
	color: #000;
}

.mobile .stack6 .headerStyle1 p {
	font-size: 1.2rem;
	padding: 0rem 1rem 0rem 1rem;
}

.mobile .boxStyle5 {
	height: 34%;
	flex-basis: 48%;
	margin-bottom: 1rem;
}

/* CPGBuyerAI - mobile Plan & Pricing - END */

/* CPGBuyerAI - mobile Blogs - START */

.typingHeader {
	display: inline-block;
	white-space: nowrap;
}

.mobile .articleStyle15 .col1 h1{
	text-align: center;
	font-size: 4rem;
}

.mobile .articleStyle15 .col1 p {
	text-align: center;
}

.mobile .articleStyle15 .col2 p { 
	text-align: center;
	justify-content: center;
}

.mobile .articleStyle18 {
	position: sticky;
	top: 64px; /* height of header */
	background: #ededed;
	z-index: 900;
	padding: 0rem 1rem 0rem 1rem;
	border-bottom: 1px solid #eee;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.mobile .articleStyle18 .navScroll {
	display: flex;
	gap: 2.5rem;
	padding: 1rem 1rem 1rem 1rem;
}

.mobile .articleStyle18 .navScroll .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400,'GRAD' 0,'opsz' 24; 
  color: #45454C;
  padding: 0.5rem;
}

.mobile .articleStyle18 .navScroll .material-symbols-outlined.active {
	font-variation-settings: 'FILL' 1, 'wght' 400,'GRAD' 0,'opsz' 24; 
	color: #ededed;
	background-color: #45454C;
	border-radius: 0.7rem;
}

.mobile .flexLayout12 {
	margin: 0rem 1.5rem 0rem 1.5rem;
}

.mobile .flexLayout12 .col1 p {
	text-align: center;
}

.mobile .flexLayout12 .col2 p {
	text-align: center;
}

.mobile .flexLayout12 .col3 {
	display: flex;
	justify-content: center;
}

.mobile .flexLayout12 .imgContainer h4 { 
	text-align: center;
}

.mobile .articleStyle17 {
	width: 50%;
}

/* CPGBuyerAI - mobile Blogs - END */

/* CPGBuyerAI - mobile Contact Us - START */

.mobile .stack12 .articleStyle7 {
	margin: 1.5rem 15% 0rem 15%;
}

.mobile .stack12 .articleStyle7 .iconPillStandalone {
	position: sticky;
	margin: -3rem auto 0rem auto;
}

.mobile #tools .stack7 article {
	width: auto;
}

.mobile #tools .headerStyle2 {
	padding: 0rem;
}

.mobile #tools .headerStyle2 h1 {
	margin: 4rem auto 2rem auto;
	text-align: center;
}

.mobile #tools .headerStyle2 p {
	margin: 1rem auto 2rem auto;
	text-align: center;
}

.mobile #tools .stack7 form.formStyle3 {
	align-items: center;
}

.mobile #tools .stack7 form.formStyle3 input {
	/* display: flex;
	flex-direction: row; */
	text-align: center;
	justify-content: center;
}

#tools .stack7 form.formStyle3 .txtStyle1 {
	flex-direction: column;
}

.mobile #tools .stack7 form.formStyle3 .boxStyle1 {
	flex-direction: column;
}

.mobile #tools .stack7 .txtStyle2 { 
	margin: 1rem;
}

.mobile #tools .stack7 .buttonBar .btnStyle1 { 
	width: 70%;
	align-items: center;
	justify-content: center;
}

/* CPGBuyerAI - mobile Contact Us - END */

/* CPGBuyerAI - mobile Solutions - START */

.mobile .badgeStyle1 {
	top: -2.7rem;
}

/* .mobile #tools .stack11 .productEcosystem .articleStyle14.txt .imgContainer {
	margin: 0rem 1rem 0rem 1rem;
} */

.mobile #tools .stack11 .productEcosystem {
	margin: 0rem 1rem 0rem 1rem;
}

.mobile #tools .articleStyle14 {
	padding: 0rem 1rem 0rem 1rem;
	margin: 0rem 0rem 0rem 0rem;
	text-align: center;
}

.mobile #tools .articleStyle14 p {
	text-align: center;
}

.mobile #tools .stack .btnStyle2 {
	margin-right: 1rem;
}

/* CPGBuyerAI - mobile Solutions - END */

/* CPGBuyerAI - mobile Tools - START */

.mobile #tools .stack7 .imgContainer {
	max-width: 100%;
	width: 50%;
}

.mobile #tools .articleStyle14 .logo {
	width: 10%;
}

.mobile #tools .articleStyle14 {
	width: auto;
}

/* CPGBuyerAI - mobile Tools - START */


/*@end*/

/* @end */

/* @end */