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

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

html {
	font-size: 1rem;
} 

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body {
	margin: 0rem;
	padding: 0rem;
	font-family: 'Nunito';
	font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	line-height: inherit;
}

a, a:active, a:hover {
	text-decoration: none;
	color: inherit;
	outline: none; 
}
 
ul, ol, li { 
	list-style-type: none; 
}

.imgContainer {
	overflow: hidden;
}

.imgContainer > img, 
.imgContainer > a > img  {
	width: 100%;
}

.contentViewport {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.contentViewport-L {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#manualLeadRequestDetail.contentViewport {
	width: 100%;
	max-width: 1600px;
}

.flexContainer, 
.innerFlexContainer > * {
	display: flex;
	justify-content: space-between;
}

.flexContainer.wrap, 
.innerFlexContainer.wrap > * {
	flex-wrap: wrap;
}

.flexContainer.flexDirection,
.innerFlexContainer.flexDirection > * {
	flex-direction: column;
}

.flexDirection1 {
	flex-direction: row;
	justify-content:flex-end;
	gap: 0.5rem;
}

.flexDirectionr {
	flex-direction: row;
}

.col {
	overflow: hidden;
}

.stack {
	width: 100%;
	clear: both;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 90; /* not working */
  vertical-align: middle;
}

/* @end */

/* @group global modifier classes */

.flush, 
.box.innerFlush .listing > * {
	padding: 0rem 0rem 0rem 0rem;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight{
	float: right;
}

.capitalize {
	text-transform: capitalize;
}

.hideSubTitle .subTitle, 
.hideFooter footer, 
.hideHeader header, 
.hide {
	display: none;
}

.noMargin {
	margin: 0rem !important;
}

.marginTop-XXS {
	margin-top: 0.5rem;
}

.marginBottom-XXS {
	margin-bottom: 0.5rem;
}

.marginTop-XS {
	margin-top: 1rem !important;
}

.marginBottom-XS {
	margin-bottom: 1rem !important;
}

.marginTop-S {
	margin-top: 2rem !important;
}

.marginBottom-S {
	margin-bottom: 2rem !important;
}

.marginTop-M {
	margin-top: 4rem !important;
}

.marginBottom-M {
	margin-bottom: 4rem !important; 
}

.marginTop-L {
	margin-top: 6rem !important;
}

.marginTop-XL {
	margin-top: 8rem !important;
}

.marginBottom-L {
	margin-bottom: 6rem;
}

.paddingTop-S {
	padding-top: 2rem;
}

.paddingTop-XS {
	padding-top: 1rem;
}

.paddingBottom-S {
	padding-bottom: 2rem;
}

.paddingLeft-S {
	padding-left: 2rem;
}

.paddingTop-M {
	padding-top: 4rem;
}

.paddingBottom-M {
	padding-bottom: 4rem;
}

.paddingLeft-L {
	padding-left: 30%;
}

.paddingTop-L {
	padding-top: 6rem;
}

.paddingBottom-L {
	padding-bottom: 6rem;
}

.bgYellow {
	background-color: #F6B633 !important;
}

.bgBlue {
	background-color: #3cbee9 !important;
}

.bgGreen {
	background-color: #47A682 !important;
}

.bgCyan {
	background-color: #7CBDE5 !important;
}

.bgBordeaux {
	background-color: #AF3A61 !important;
}

.bgViolet {
	background-color: #9F8CE5 !important;
}

.bgStyle1 {
	background-color: #ededed !important;
}

.bgStyle2 {
	/* green gradient */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22552e+0,07abe4+100 */
background: linear-gradient(to right,  #22552e 0%,#07abe4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bgStyle3 {
	background-color: #272728;
}

.bgStyle4 {
	background-color: #45454C;
}

.bgStyle5 {
	background-color: #FFF !important;
}

.bgStyle6 { 
	background-color: #feffe3;
}

.bgStyle7 {
	background-color: #fff;
}

.bgStyle8 {
	background-color: #e3e1ef;
}

.bgStyle9 {
	background: linear-gradient(90deg, rgb(167, 81, 224) 0%, rgb(232, 170, 83) 89%);
}

.bgStyle10 {
	background-color: #f5f5f5;
}

.bgStyle11 {
	background-color: #F8F7F7 !important;
}

.borderBottom1 {
	border-bottom: 1px solid #d8d8d8;
}

.absoluteContainer {
	position: relative;
}

.errorMessage {
	color: #db0202;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #db0202;
  border-radius: 4px;
}

.errorMessage1 {
	color: #db0202;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #db0202;
  border-radius: 4px;
	display: none;
}

/* @end */

/* @group Template Layouts */

/* Simplified column layouts */

.twoCol, .threeCol, .fourCol {
	justify-content: space-between;
}

.twoCol > * {
	flex-basis: 49%;
}

.threeCol > * {
	flex-basis: 32%;
}

.fourCol > * {
	flex-basis: 24%;
}

/* flexLayout1 : two columns left wider */

.flexLayout1 > .col1, 
.innerFlexLayout1 .listing > * {
	flex-basis: 62.9%;
}

.flexLayout1 > .col2, 
.innerFlexLayout1 .listing > * {
	flex-basis: 32.2%;
}

/* flexLayout2 : one center column */

.flexLayout2 {
	justify-content: center;
}

.flexLayout2 > .col1 {
	flex-basis: 77.2%;
}

/* subFlexLayout2a : three equal columns */

.subFlexLayout2a > .col {
	flex-basis: 33%;
}

/* subFlexLayout2b : four equal sized columns */

.subFlexLayout2b > .col {
	flex-basis: 24%;
}

/* subFlexLayout2c : two equal sized columns with left and right padding  */
.subFlexLayout2c {
	padding: 0rem 0% 0rem 0%;
}

.subFlexLayout2c > .col {
	flex-basis: 48%;
}

/* subFlexLayout2d : two equal sized columns with left and right padding  */
.subFlexLayout2d {
	padding: 0rem 0% 0rem 0%;
}

.subFlexLayout2d > .col1 {
	flex-basis: 33%;
}

.subFlexLayout2d > .col2 {
	flex-basis: 64%;
}

.subFlexLayout2e > .col1 {
	flex-basis: 17%;
}
.subFlexLayout2e > .col2 {
	flex-basis: 80%;
}

.subFlexLayout2e > .col2 > ul {
	line-height: 0.5rem;
}

/* flexLayout3 : two equal sized columns */

.flexLayout3 > .col {
	flex-basis: 48.6%;

}

/* flexLayout4 : three equal sized columns */

.flexLayout4 > .col {
	flex-basis: 32%;
}

/* flexLayout5 : two columns, first 66% */

.flexLayout5 > .col1 {
	flex-basis: 65.5%;
}

.flexLayout5 > .col2 {
	flex-basis: 32.5%;
}

.flexLayout5 .subFlexLayout5a > .col1 {
	flex-basis: 10%;
}

.flexLayout5 .subFlexLayout5a > .col2 {
	flex-basis: 89%;
}

/* flexLayout6 : two columns, first 33% (inverse of flexLayout5) */

.flexLayout6 > .col1 {
	flex-basis: 32.5%;
}

.flexLayout6 > .col2 {
	flex-basis: 64%;
}

/* flexLayout7 : four equally sized columns */

.flexLayout7 > .col {
	flex-basis: 23.5%;
}

/* @end */

/* flexLayout8 : two columns, first 20%, second 79% */

.flexLayout8 > .col1 {
	flex-basis: 20%;
	position: sticky !important;
	top: 4.3rem !important;
	min-width: 20% !important;
	align-self: flex-start !important;
	-moz-overflow-y: visible !important;
	-webkit-overflow-y: visible !important;
	overflow-y: visible !important;
}

.flexLayout8 > .col2 {
	flex-basis: 80%;
	max-width: 100%;
	overflow-x: visible !important;
    overflow-y: visible !important;
}

.flexLayout8 .subFlexLayout8a > .col {
	flex-basis: 48%;
    justify-content: end;
    display: flex;
}

.flexLayout8 .subFlexLayout8a > .col1 {
	flex-basis: 75%;
	padding: 0rem 0.5rem 0rem 0rem;
}

.flexLayout8 .subFlexLayout8a > .col2 {
	flex-basis: 15%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	overflow: visible !important;
	-moz-overflow-y: visible !important;
	-webkit-overflow-y: visible !important;
	overflow-y: visible !important;
}

.flexLayout8 .subFlexLayout8a > .col2 > .flexContainer {
	align-items: flex-end;
}

.flexLayout8 .subFlexLayout8a > .col2 > .flexContainer > .btnStyle3 {
	margin-left: 0rem;
	text-align: center;
}

.flexLayout8 > .col2 > section, .flexLayout8 >.col2 > aside, .flexLayout8 > .col2 > header {
	margin: 0rem 1rem 1rem 1rem;
}

.flexLayout8 > .col2 .headerStyle1{
	align-items: center;
}

.flexLayout8 > .col2 .headerStyle1 .btnStyle4{
	display: inline-flex;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 0.5rem;
}

.flexLayout8 > .col2 .headerStyle1 .material-symbols-outlined{
	font-size: 1.5rem;
}

.flexLayout8 > .col2 .headerStyle1 h2 {
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
	margin: 0rem 0rem 0rem 0rem !important;
}

.flexLayout8 > .col2 > article > .flexLayout5 {
	align-items: center;
}

.flexLayout8 > .col2 > article > .col1 > .subFlexLayout2e {
	align-items: flex-start;
}

.flexLayout8 > .col2 > article .subFlexLayout2e .imgContainer {
	margin: 0rem !important;
}

.flexLayout8 > .col2 > article .subFlexLayout2e img {
	width: 100%;
	object-fit: contain;
	border-radius: 1rem;
}

.flexLayout8 > .col2 > article > .flexLayout5 .subFlexLayout2e .txt h1 {
	margin-top: 0.5rem;
	/* margin-bottom: 0.5rem; */
	font-size: 1.8rem;
}

.flexLayout8 > .col2 > article > .flexLayout5 .subFlexLayout2e .txt p {
	color: #666;
	font-size: 1rem;
	font-family: 'Rajdhani';
	margin: 0;
}

.flexLayout8 .col2 article .flexLayout5 .col2 {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 1rem !important;
}

.flexLayout8 > .col2 > article > .flexLayout5 > .col2 .btnStyle1 {
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #0366d6 !important;
	border-color: #0366d6 !important;
}

.flexLayout8 > .col2 > article > .flexLayout5 > .col2 .btnStyle1:hover {
	background-color: #01489a !important;
	color: #FFF !important;
}

.flexLayout8 > .col2 > article > .flexLayout5 > .col2 .btnStyle2 {
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #FFF !important;
	background-color: #3CBEE9 !important;
	border-color: #c1c1c1 !important;
}

.flexLayout8 > .col2 > article > .flexLayout5 > .col2 .btnStyle2.inverted {
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #333 !important;
	background-color: #fff !important;
	border-color: #c1c1c1 !important;
}

.flexLayout8 > .col2 > article > .flexLayout5 > .col2 .btnStyle2.inverted:hover {
	background-color: #e0e0e0 !important;
	color: #333 !important;
}

.flexLayout8 > .col2 > article > .flexLayout5 > .col2 .btnStyle2:hover {
	background-color: #237b99 !important;
	cursor: pointer;
	color: #fff !important;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c {
	gap: 2rem;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c > ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c > ul {
	list-style: none !important;
	padding: 0;
	margin: 0rem 0rem 0rem 0rem !important;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c li {
	margin-bottom: 1.5rem;
}

.flexLayout8 article h3 {
	font-size: 1.1rem;
	font-family: 'Rajdhani';
	font-weight: 700;
	margin-bottom: 0.3rem;
	color: #333;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c li p {
	font-size: 0.9rem;
	font-family: 'Rajdhani';
	color: #000000;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c li p.txt {
	color: #7c7c7c;
	line-height: 1.3;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c li p span.material-symbols-outlined {
	font-size: 1rem;
	color: #656565 !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 200,
	'GRAD' 0,
	'opsz' 24;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c li h3 .material-symbols-outlined , .flexLayout8 > .col2 > article > .subFlexLayout2c li h3 span.fab{
	font-size: 1.1rem;
	color: #656565 !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 200,
	'GRAD' 0,
	'opsz' 24;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c li a {
	color: #0366d6;
	text-decoration: none;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c li a.btnStyle5,
.flexLayout8 > .col2 > article > .subFlexLayout2c li a.btnStyle5:hover{
	color: #fff !important;
	text-decoration: none !important;
}

.flexLayout8 > .col2 > article > .subFlexLayout2c li a:hover {
	text-decoration: underline;
}

.flexLayout8 > .col2 > article > .flexLayout5 p.txt {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #737373;
	line-height: 1.3;
}

.flexLayout8 > .col2 > article > div h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
	color: #333;
	text-align: left;
}

.flexLayout8 .col2 .articleStyle7 .headerStyle1{
	display: flex;
	gap: 0.5rem;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 0.2rem !important;
}

.flexLayout8 > .col2 > .articleStyle7 .subHeaderStyle1{
	display: flex;
	gap: 0.5rem;
	padding-bottom: 0.2rem !important;
}

.flexLayout8 .col2 .articleStyle7 .headerStyle1 span.material-symbols-outlined{
	color: #3cbee9 !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 200,
	'GRAD' 0,
	'opsz' 24;
}

#Preferences .articleStyle7 h4 {
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 400;
	color: #333;
	margin-bottom: 1rem;
	margin-left: 1rem;
}

/* .flexLayout8 > .col2 > .articleStyle7 .headerStyle1 h2 {
	margin-bottom: 0.5rem !important;
} */

.flexLayout8 > .col2 > .articleStyle7.txtStyle1 article h3 {
	font-size: 1.1rem;
	font-family: 'Rajdhani';
	text-align: left;

}
.flexLayout8 > .col2 > .articleStyle7.txtStyle1 article p {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.5rem 0rem 0rem 0rem !important;
}

.flexLayout8 > .col2 > .articleStyle7.txtStyle1 article p.txt {
	color: #000;
	line-height: 1.3;
}

.flexLayout8 > .col2 > .articleStyle7.txtStyle1 article p span {
	font-size: 1.1rem;
	color: #656565 !important;
	font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

.flexLayout8 > .col2 > .articleStyle7.txtStyle1 article p a {
	color: #0366d6;
	text-decoration: none;
}

.flexLayout8 > .col2 > .articleStyle7.txtStyle1 article p a:hover {
	text-decoration: underline;
}

/* Channel Coverage Bar Graph - extends existing chart styles */
.flexLayout8 > .col2 > article.articleStyle7.graphStyle1 {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.flexLayout8 > .col2 > article.articleStyle7.graphStyle1 h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 1rem;
	margin-top: 0;
}


/* Override chart-wrapper for full width */
.flexLayout8 > .col2 > article.articleStyle7.graphStyle1 .chartWrapper {
	justify-content: flex-start;
	margin-top: 0;
}

/* Override chart-box for bar graph layout */
.flexLayout8 > .col2 > article.articleStyle7.graphStyle1 .chartBox.barGraph {
	width: 100%;
	max-width: 100%;
	text-align: left;
	gap: 1.5rem;
}

.flexLayout8 > .col2 > article.articleStyle7.graphStyle1 .barItem {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.flexLayout8 > .col2 > article.articleStyle7.graphStyle1 .barLabel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	color: #666;
}

.flexLayout8 > .col2 > article.articleStyle7.graphStyle1 .barTrack {
	width: 100%;
	height: 0.7rem;
	background: #e0e0e0;
	border-radius: 0.75rem;
	overflow: hidden;
}

.flexLayout8 > .col2 > article.articleStyle7.graphStyle1 .barFill {
	height: 100%;
	width: 50%;
	background-color: #47a682;
	border-radius: 0.75rem;
}

/* Employee Table Styles within articleStyle7 */
.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 {
	max-height: 500px;
	overflow-y: auto;
	display: block;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table th {
	padding: 0.75rem 0.5rem;
	border: none;
	text-align: left;
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table td {
	justify-content: flex-start;
	margin: 0rem 0rem 0rem 0rem;
	border: none;
	padding: 0.5rem 0.5rem;
	text-align: left;
	font-size: 0.9rem;
	vertical-align: middle;
	gap: 2rem;
	width: 400px;
	min-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table tr td .btnStyle3{
	background-color: #0366d6 !important;
	border-color: #0366d6 !important;
	color: #FFF !important;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table tr td .btnStyle3:hover{
	background-color: #01489a !important;
	border-color: #01489a !important;
	color: #FFF !important;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table tr {
	border-bottom: 1px solid #e0e0e0;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table tr td h2 {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 600;
	color: #333;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table tr td p {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: #666;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table tr td span {
	font-size: 0.9rem;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table tr td .fab {
	gap: 1rem;
	font-size: 1.3rem;
	align-self: center;
}

.flexLayout8 > .col2 > .articleStyle7 .listingStyle2 table tr td .fab:hover {
	opacity: 0.5;
}

.flexLayout8 > .col2 .listingStyle2 table tr th {
   font-weight: 600;
   font-family: 'Rajdhani';
   font-size: 1rem;
}

/* Style the dropdown button in the header */
.flexLayout8 > .col2 .listingStyle2 table tr th .dropdown-btn {
    cursor: pointer;
    margin-left: 0.3rem;
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
    background-color: transparent;
    border: none;
    color: #666;
}

.flexLayout8 > .col2 .listingStyle2 table tr th .dropdown-btn:hover {
    color: #0366d6;
    background-color: #f0f0f0;
    border-radius: 0.2rem;
}




/* BILLING PAGE - Start */
.planSelector { 
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	color: #FFF;
	font-size: 1rem;
	background-color: #0366d6;
	cursor: pointer;
}
.planSelector:hover {
	background-color: #044fa5;
}

.planFeature { 
	width: 30%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	color: #FFF;
	font-size: 1rem;
	background-color: #0366d6;
	cursor: pointer;
}
.planFeature:hover {
	background-color: #044fa5;
}

.planSelector { 
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	color: #FFF;
	font-size: 1rem;
	background-color: #0366d6;
	cursor: pointer;
}
.planSelector:hover {
	background-color: #044fa5;
}

.planFeature { 
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	color: #FFF;
	font-size: 1rem;
	background-color: #0366d6;
	cursor: pointer;
}
.planFeature:hover {
	background-color: #044fa5;
}

.cardSelector {
	width: 60%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	color: #FFF;
	font-size: 1rem;
	background-color: #0366d6;
	cursor: pointer;
}
.cardSelector:hover {
	background-color: #044fa5;
}

/* BILLING PAGE - end */


.taskTab {
    position: relative;
}

.taskTab .dropdown-btn {
    cursor: pointer;
    margin-left: 0.3rem;
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
    background-color: transparent;
    border: none;
    color: #666;
    transition: all 0.2s;
}

.taskTab .dropdown-btn:hover {
    color: #0366d6;
    background-color: #f0f0f0;
    border-radius: 0.2rem;
}

.taskTab .columnSortDropdown {
    display: none; 
    position: absolute; 
    top: 100%;
    left: 0;
    background: white; 
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    padding: 0.75rem; 
    z-index: 100; 
    width: 250px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-top: 0.5rem;
}

.taskTab .columnSortDropdown.businessTypeSortDropdown {
    width: 300px;
}

.taskTab .columnSortDropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.taskTab .columnSortDropdown ul li {
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 0.2rem;
    text-align: left;
    font-weight: normal;
}

.taskTab .columnSortDropdown ul li:hover {
    background-color: #f5f5f5;
}

.taskTab .columnSortDropdown hr {
    padding: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

/* Style the dropdown container */
.flexLayout8 > .col2 .listingStyle2 table tr th .columnSortDropdown {
    display: none; 
    position: absolute; 
    background: white; 
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    padding: 0.75rem; 
    z-index: 100; 
    width: 250px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-top: 0.5rem;
}


.flexLayout8 > .col2 .listingStyle2 table tr th .columnSortDropdown .searchName {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
}

.flexLayout8 > .col2 .listingStyle2 table tr th .columnSortDropdown ul li {
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 0.2rem;
}

.flexLayout8 > .col2 .listingStyle2 table tr th .columnSortDropdown ul li:hover {
    background-color: #f5f5f5;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .listStatus {
	font-size: 1.1rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #333;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination strong {
	font-size: 1.1rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #45454C;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination {
	font-size: 1rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #ababab;
}

/* @end */

.flexLayout8 > .col2 > .stack.listContainer {
	width: auto;
	margin: 0rem 1rem 1rem 1rem !important;
	padding: 1.5rem !important;
	background-color: #fff;
	border-radius: 1rem;
}


/* @group taskManagementBar */
.taskManagementBar {
    position: sticky;
    top: 4.3rem;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.taskNav {
    display: flex;
	gap: 1rem;
	align-items: center;
	position: fixed;
	top: 4.3rem;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.taskTab {
	padding: 0.5rem 1rem 0.5rem 1rem;
    font-family: 'Rajdhani';
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.taskTab.active {
    color: #0366d6;
    font-weight: 700;
	border-bottom: 2px solid #0366d6;
}

.taskCount {
    margin-left: 0.3rem;
    font-weight: 400;
}

.taskActions {
    display: flex;
    gap: 1rem;
    align-items: center;
}



/* @end */

/* @group Atoms */

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

.iconPill {
	margin: 0rem 0.5rem 0rem 0rem;
	display: block;
	justify-content: center;
	align-content: center;
	width: 5rem;
	height: 4rem;
	border-radius: 1rem;
	color: #FFF;
	float: left;
	text-align: center;
	font-variation-settings: 'wght' 40;
}

.iconPillStandalone {
	margin-left: auto;
	margin-right: auto;
	display: block;
	justify-content: center;
	align-content: center;
	width: 5rem;
	height: 4rem;
	border-radius: 1rem;
	color: #FFF;
	text-align: center;
	font-variation-settings: 'wght' 40, 'opsz' 48;
}

.pillStyle1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 1rem;
	background-color: #FFF;
	border-radius: 0.5rem;
	text-align: center;
	color: #45454C;
	/* font-style: italic; */
}

.pillStyle2 {
	padding: 0.5rem 1rem 0.5rem 1rem;
	border-radius: 0.5rem;
	font-family: 'Rajdhani';
	font-size: 1.2rem;
	font-weight: 600;
	color: #FFF;
}

.pillStyle2 span.pointer {
width: 0px;
   height: 0px;
   display: block;
   margin: -0.83rem 0rem 0rem -2.4rem;
   border-style: solid;
   border-width: 10px 30px 20px 0;
   border-color: transparent #47A682 transparent transparent;
   transform: rotate(19deg);
}

.pillStyle2 p {
	margin: -1rem 0rem 0rem 0rem;
}

.pillStyle2 p span {
	margin: 0rem 0rem 0rem 0rem;
	display: block;
	font-family: 'Nunito';
	font-weight: 300;
	/* font-style: italic; */
}

/* @group Buttons */

.btn {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.btnStyle1 {
	display: inline-block;
	padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #45454C;
	/* border: 1px solid #45454C; */
	border-radius: 0.4rem;
	color: #FFF;
	/* font-style: italic; */
	font-size: 1rem;
	font-weight: 300;
}

.btnStyle2 {
	padding: 0.2rem 1.3rem 0.2rem 1.3rem;
  background-color: #FFF;
	border: 1px solid #45454C;
	border-radius: 0.4rem;
	color: #45454C;
	/* font-style: italic; */
	font-size: 1rem;
	font-weight: 300;
}

.btnStyle2:hover {
	color: #000;
	cursor: pointer;
}

.btnStyle3 {
	/* buttons inside listing tables (action button) */
  position: relative; /* required for tooltip positioning */
	/* margin-right: 0.99rem; */
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	line-height: 1;
	background-color: #dedede;
	font-size: 0.8rem;
	color: #616161;
	border-radius: 1rem;
	cursor: pointer;
}

.btnStyle3 span {
	margin-right: 0.3rem;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 0.7;
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
}

.btnStyle3:hover {
	color: #fff;
	background-color: #616161;
}

.btnStyle3.active {
	/* buttons inside listing tables (action button) */
  	position: relative; /* required for tooltip positioning */
	margin: 0rem 0.5rem 0rem 0.5rem;
	padding: 0.4rem 0.5rem 0.4rem 0.5rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #47A682;
	font-size: 0.8rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #fff;
	border-radius: 0.4rem;
}

.btnStyle3.inactive {
	/* buttons inside listing tables (action button) */
  	position: relative; /* required for tooltip positioning */
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.4rem 0.5rem 0.4rem 0.5rem;
	line-height: 1;
	display: flex;
	align-items: flex-start;
	background-color: #c72e2e;
	font-size: 0.8rem;
	color: #fff;
	border-radius: 0.4rem;
}

    /* Tooltip styling */
.btnStyle3-tooltip {
    visibility: hidden; /* hidden by default */
    width: 250px;       /* adjust width */
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    bottom: 125%; /* position above the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.3;
    pointer-events: none; /* avoids blocking hover */
}

/* Tooltip arrow */
.btnStyle3-tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* bottom of tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Show tooltip on hover */
.btnStyle3:hover .btnStyle3-tooltip {
    visibility: visible;
    opacity: 1;
}

.boxStyle3 .col2 {
	position: relative; 
}

.boxStyle3 .col2 .viewDetails {
	position: absolute; 
	bottom: 0.5rem;
}

.btnStyle4 {
	font-size: 0.7rem;
	text-transform: uppercase;
}

.btnStyle4 span {
	/* Text button with icon */
	vertical-align: middle;
	font-size: 0.9rem;
}

.btnStyle5 {
	display: inline-block;
	padding: 0.2rem 1.3rem 0.2rem 1.3rem;
  background-color: #38a012;
	border: 1px solid #38a012;
	border-radius: 0.4rem;
	color: #FFF;
	/* font-style: italic; */
	font-size: 1rem;
	font-weight: 300;
}

.btnStyle5:hover {
	color: #FFF;
}

.btnStyle6 {
	font-size: 0.7rem;
}

.btnStyle7 {
	color: #47A682;
	position: relative;
	font-size: 1rem;
	text-transform: uppercase;
	cursor: pointer;
}

.btnStyle7 span {
	vertical-align: middle;
	font-size: 0.9rem;
}

.btnStyle7:hover {
	color: #47A682;
}

.btnStyle7-tooltip {
    visibility: hidden; 
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
	padding: 0.5rem 0.8rem 0.5rem 0.8rem;
    position: absolute;
    z-index: 999;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.3;
    pointer-events: none; 
	white-space: nowrap;
}

.btnStyle7-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.btnStyle7:hover .btnStyle7-tooltip {
    visibility: visible;
    opacity: 1;
}

.btnStyle8 {
	border-radius: 0.4rem;
	color: #FFF;
	font-size: 1rem;
	font-weight: 300;
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #3CBEE9 !important;
}

.btnStyle8:hover {
	background-color: #2b6ab7 !important;
	color: #FFF !important;
}

.btnStyle8.active {
	background-color: #01489a !important;
	color: #FFF !important;
	font-weight: 600;
}

.btnStyle9 { /* Buttons with icons in a circular background */
	margin: 0rem 0.3rem 0rem 0rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: none;
	background: #dedede; /* light grey */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.1s ease;
	position: relative;
}
.btnStyle9:hover {
	background: #616161; /* darker grey */
}

.btnStyle9:active {
	transform: scale(0.95);
	background: #47A682; /* even darker on click */
}

.btnStyle9:hover span.material-symbols-outlined {
	color: #fff;
}
.btnStyle9 span.material-symbols-outlined {
	font-size: 22px;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.btnStyle10 { /* Buttons with icons in a circular background */
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: none;
	background: #dedede; /* light grey */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.1s ease;
	position: relative;
}

.btnStyle10:hover {
	background: #616161; /* darker grey */
}

.btnStyle10:active {
	transform: scale(0.95);
	background: #3dbfe9; /* even darker on click */
}

.btnStyle10:hover span.material-symbols-outlined {
	color: #fff;
}

.btnStyle10 span.material-symbols-outlined {
	font-size: 22px;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.btnStyle11 {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: none;
	background: #dedede; /* light grey */
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.1s ease;
	position: relative;
}

.btnStyle11:hover {
	background: #616161; /* darker grey */
}

.btnStyle11:active {
	transform: scale(0.95);
	background: #c72e2e; /* even darker on click */
}

.btnStyle11:hover span.material-symbols-outlined {
	color: #fff;
}
.btnStyle11 span.material-symbols-outlined {
	font-size: 22px;
	transition: opacity 0.2s ease, color 0.2s ease;
}

/* @end */

/* @end */

/* @group Molecules */

/* Intermediate multi tag elements with one same function or purpose, available across all the website */

/* @group Main Header */

#wrapper > header {
	margin: 0rem auto 0rem auto;
}

#wrapper > header .logoContainer {
	padding: 1.5rem 0rem 1rem 0rem;
}

#wrapper > header .logoContainer .col1 img {
	width: 13rem;
}

#wrapper > header .logoContainer .col2 {
	text-align: right;
	margin: 0rem 0rem 0rem 0rem;
}

#wrapper > header.bgStyle5 {
    position: sticky;
    top: 0;
    z-index: 1000;
}


#wrapper > header .logoContainer1 {
	padding: 1rem 1.5rem 0.5rem 1.5rem;
}

#wrapper > header .logoContainer1 .col1 img {
	width: 10rem;
}

#wrapper > header .logoContainer1 .col2 {
	text-align: right;
}

#wrapper > header .logoContainer1 .col2 nav.secondary {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}

#wrapper > header .logoContainer1 .col2 nav.secondary img{
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}
#wrapper > header .logoContainer1 .col2 nav.secondary img:hover{
	opacity: 0.8;
	cursor: pointer;
}

#wrapper > header .logoContainer1 .col2 nav.secondary a.btnStyle1{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border: none !important;
}
#wrapper > header .logoContainer1 .col2 nav.secondary a.btnStyle1:nth-child(1):hover{
	background-color: #27604a !important;
	color: #FFF !important;
}
#wrapper > header .logoContainer1 .col2 nav.secondary a.btnStyle1:nth-child(2):hover{
	background-color: #c72e2e !important;
	color: #FFF !important;
}


#wrapper > header .menuContainer {
	/* main menu container */
	padding: 0rem 0rem 0.5rem 0rem;
}

#wrapper > header .menuContainerDashboard {
	/* main menu container */
	padding: 0rem 0rem 0rem 0rem;
}

/* @end */

/* @group Main Menu */

#wrapper > header nav.main ul {
	display: flex;
	margin: 0rem;
	padding: 0rem;
}

#wrapper > header nav.main ul li {
	position: relative;
}

#wrapper > header nav.main > ul > li > a {
	padding: 0.4rem 0.6rem 0.4rem 0.6rem;
	color: #45454C;
	font-family: 'Rajdhani';
	font-weight: 700;
	text-transform: uppercase;
}

#wrapper > header nav.main > ul > li > a:hover {
	padding: 0.4rem 0.6rem 0.4rem 0.6rem;
	color: #3CBEE9;
}

#wrapper > header nav.main > ul > li > a:first-child {
	padding-left: 0rem;
}

#wrapper > header nav.main ul li ul {
	display: none;
	position: absolute;
}

/* @end */

/* @group User Menu in Dashboard */

nav.userMenu > ul {
	display: flex;
}

nav.userMenu > ul > li {
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	text-transform: uppercase;
}

nav.userMenu > ul > li a {
	display: block;
	padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}

nav.userMenu > ul > li.active > a {
	font-family: 'Rajdhani';
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ffffff;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

/* @end */

/* @group User Sidebar Menu in Dashboard */

.sideBarStyle1 {
	width: 100%;
	height: 100vh;
	max-height: calc(100vh - 4.3rem);
	background: #fff;
	border-right: 2px solid #d8d8d8;
	overflow-y: auto;
	transition: all 0.3s ease;
	margin-bottom: 0rem;
}

nav .sideBarNav ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0;
}
.sideBarStyle1 ul {
	list-style: none !important;
	padding: 0 !important;
	min-width: 247px !important;
	margin: 0rem;
}

.sideBarSection {

}

.sideBarHeader {
	justify-content: space-between;
	cursor: pointer;
	font-weight: 700;
	background-color: #FFF;
	font-size: 1.2rem;
	font-family: 'Rajdhani';
	color: #000;
	padding: 8px;
	border-radius: 8px;
	transition: background 0.3s;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 0;
}

.sideBarHeader a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-left: 1rem;
	color: ;
}

.sideBarHeader img {
	width: 60%;
	margin: 0.5rem 2rem 0rem 1rem;
	align-items: center;
}

.sideBarHeader a span.material-symbols-outlined {
	color: #3cbee9;
}

.sideBarHeader i {
	margin-right: 10px;
	color: #444;
}

.sideBarHeader:hover {
	background: #f0f0f0;
}

.sideBarHeader.active {
	background-color: #d8d8d8;
	color: #000;
}

.sideBarHeader.active i {
	color: #fff;
}

.sideBarDesc {
	font-size: 0.9rem;
	color: #777;
	padding: 0 10px 5px 10px;
}

.sideBarSubMenu {
	display: block;
	font-family: 'Rajdhani';
	font-weight: 600;
}

.sideBarSubMenu a {
	color: #535353;
	text-decoration: none;
	font-size: 1rem;
	display: block;
	padding: 0.5rem 1rem 0.5rem 3.5rem;
}

.sideBarSubMenu a.active {
	background-color:#d8d8d8;
	font-weight: bold;
	color: #000;
}

.sideBarSubMenu a:hover {
	color: #000;
	background-color:#d8d8d8;
	cursor: pointer;
}

.sideBarSubMenu .headerLink span.material-symbols-outlined,
.sideBarSubMenu .headerLink.active .material-symbols-outlined {
	color: #00D33D !important;
}
/* @end */

/* @group socialSharing */

.socialSharing {
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
}

.socialSharing.dark, 
.socialSharing.light {
	height: 2.8rem;
	text-align: right;
}

.socialSharing header {
	margin: 0rem 0.5rem 0rem 0rem;
}

.socialSharing article {
}

.socialSharing header h1 {
	display: inline !important;
	font-weight: 300;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.socialSharing a.icn {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0rem 0rem 0.3rem 0.1rem;
	padding-top: 0.3rem;
	border-radius: 1rem;
	display: inline-block;
	font-size: 0rem;
	color: #FFF;
	text-align: center;
}

.socialSharing.dark a.icn {
	color: #373737;
}

.socialSharing a.icn i {
	font-size: 0.9rem;
}

.socialSharing a.icn.facebook, 
.socialSharing.dark a.icn.facebook:hover {
	padding-top: 0.4rem;
	background-color: #4b69a6;
}

.socialSharing.dark a.icn.facebook {
	background-color: #6c6c6c;
}

.fa-facebook-square {
	color: #4b69a6;
}

.socialSharing a.icn.twitter, 
.socialSharing.dark a.icn.twitter:hover {
	background-color: #5fb4f0;
}

.socialSharing.dark a.icn.twitter {
	background-color: #6c6c6c;
}

.fa-twitter-square {
	color: #5fb4f0;
}

.socialSharing a.icn.linkedIn, 
.socialSharing.dark a.icn.linkedIn:hover {
	background-color: #1d90c3;
}

.socialSharing.dark a.icn.linkedIn {
	background-color: #6c6c6c;
}

.fa-linkedin-square {
	color: #1d90c3;
}

.fa-google-plus-square {
	color: #e1584b;
}

.socialSharing a.icn.google, 
.socialSharing.dark a.icn.google:hover {
	background-color: #e15540;
}

.socialSharing.dark a.icn.google {
	background-color: #6c6c6c;
}

.socialSharing a.icn.pinterest, 
.socialSharing.dark a.icn.pinterest:hover {
	background-color: #d1242b;
}

.socialSharing.dark a.icn.pinterest {
	background-color: #6c6c6c;
}

.socialSharing a.icn.reddit, 
.socialSharing.dark a.icn.reddit:hover {
	background-color: #ff4500;
}

.socialSharing.dark a.icn.reddit {
	background-color: #ff4500;
}

.fa-reddit-alien {
	color: #FFF;
}
/* @end */

/* @group navBox1 */



/* @end */

/* @group ulStyles */

.ulStyle1 {
	padding: 0rem 0rem 0rem 0rem;
	display: flex;
	justify-content: center;
}

.ulStyle1 li {
	flex-basis: 12%;
	margin: 0rem 0.5rem 0rem 0.5rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
}

.ulStyle1 li span {
	font-size: 2.5rem;
}

.ulStyle1 li > div {
	width: 4rem;
	height: 4rem;
	margin: 0rem auto 0.4rem auto;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.ulStyle2 {
	column-count: 3;
}

.ulStyle2 li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0rem 0.5rem 0.5rem 0.5rem;
	padding: 0.8rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-weight: 600;
	line-height: 1.1;
	text-align: left;
	background-color: white;
}

.ulStyle2 li div.icon {
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.ulStyle2 li span {
	font-size: 2.5rem;
}

.ulStyle2 li .txt {

}

.ulStyle2 li .txt h3 {
	margin: 0rem 0rem 0.3rem 0rem;
	font-size: 1.3rem;
	font-weight: 700;
}

.ulStyle2 li .txt p {
	font-size: 1rem;
	margin: 0rem;
	padding: 0rem;
	font-weight: 400;
}

.ulStyle3 li {
	font-size: 1rem;
  color: #555;
}

/* @end */

/* @group listingStyles */

.listingStyle1 {
	
}

.listingStyle1 table {
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	border: 0px;
}

.listingStyle1 tr {
	margin: 0rem;
	padding: 0rem 0rem 0rem 0rem;
	justify-content: space-between;
	border-bottom: 1px solid #272728;
	border-left: 1px solid #272728;
	border-right: 1px solid #272728;
	align-items: center;
}

.listingStyle1 tr:first-of-type {
	border-top: 1px solid #272728;
}

.listingStyle1 tr td {
	margin: 0rem;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.listingStyle1 tr td:nth-child(1) { 
  width: 30%;
}

.listingStyle1 tr td:nth-child(2) { 
  width: 15%;
}

.listingStyle1 tr td:nth-child(3) { 
  width: 38%;
}

.listingStyle1 tr td:nth-child(4) { 
  width: 17%;
}

.listingStyle1 tr td.verifiedData{
	width: 12%;
}

.listingStyle1 table tr td.verifiedData > button.btnStyle3 {
	margin-bottom: 0.5rem !important;
	display: block !important;
}
	
.listingStyle1 table tr td h2 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	line-height: 1.2;
}

.listingStyle1 tr td p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1rem;
	line-height: 1.2;
}

.listingStyle1 tr td .tag {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	font-family: 'Rajdhani';
	font-size: 1rem;
	line-height: 1.2;
	color: #FFF;
	border-radius: 0.3rem;
	border-top-left-radius: 0rem;
}

/* .listingStyle1 tr td.actions {
	width: 12%;
} */


.listingStyle2 {
	overflow-x: auto;
}

.listingStyle2 table {
	border-collapse: collapse;
  width: 100%;
}

.listingStyle2 table tr th {
	 text-align: center;
	 font-weight: unset;
}

.listingStyle2 table, th, td {
   border: 1px solid #ddd;
   padding: 0.5rem 0.5rem 0.5rem 0.5rem;
   text-align: left;
	 font-size: 0.8rem;
}

.listingStyle2 table th {
   border: 1px solid #ddd;
   padding: 3px;
   text-align: left;
	 font-size: 1rem;
}

.listingStyle2 table tr th .columnSortDropdown{
	display:none; 
	position:absolute; 
	background:white; 
	border:1px solid #ccc;
	padding:5px; 
	z-index:10; 
	width:200px;
}

.listingStyle2 table tr th .businessTypeSortDropdown {
  width: 300px;
}

.listingStyle2 table tr th ul {
	list-style:none; 
	padding:0; 
	margin:0;
}

.listingStyle2 table tr th .search-btn-container {
	margin-bottom: 5px;
}

.listingStyle2 table tr th ul li {
	padding:3px; 
	cursor:pointer;
	text-align: left;
	font-weight: normal;
}

.listingStyle2 table tr th hr,
.listingStyle2 table tr th ul li:last-child {
	padding:0; 
	margin:0;
}


.listingStyle2 table tr th .searchName {
	width:100%;
	margin-bottom:5px;
}

.listingStyle2 table, th button{
	padding: 0rem;
  background-color: unset;
  border: 0px;
  font-size: 0.7rem;
  font-weight: unset;
}

 .listingStyle2 table tr .leadName{
	position: relative;
	width: 10%;
} 

 .listingStyle2 table tr .leadPosition{
	position: relative;
	width: 10%;
} 

 .listingStyle2 table tr .companyName{
	position: relative;
  width: 15%;
}

.listingStyle2 table tr .businessType{
	position: relative;
  width: 10%;
}

.listingStyle2 table tr .country{
	position: relative;
  width: 8%;
}

.listingStyle2 table tr .state{
	position: relative;
  width: 5%;
}

.listingStyle2 table tr .opportunitySize{
	position: relative;
  width: 10%;
}

.listingStyle2 table tr .score{
	position: relative;
  width: 7%;
}

.listingStyle2 table tr .reasoning{
	position: relative;
  width: 10%;
}

 .listingStyle2 table tr .actions{
	position: relative;
	width: 12%;
} 

.listingStyle2 table tr td h2 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-size: 0.8rem;
	line-height: 1.2;
}

 .listingStyle2 tr td p {
	font-size: 0.8rem;
}  

 .listingStyle2 tr .specialTag {
	text-align: center;	
}

 .listingStyle2 tr td .tag {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	font-size: 0.8rem;
	line-height: 1.1;
	color: #FFF;
	border-radius: 0.3rem;
	border-top-left-radius: 0rem;
}

/* @end */

/* @group listStyles : ul, ol lists */

.listStyle1 {
	display: flex;
	justify-content: center;
}

.listStyle1 li {
	display: flex;
	margin: 0rem 1rem 0rem 0rem;
	line-height: 1.5;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
}

.listStyle1 li span {
	margin: 0rem 0.5rem 0rem 0rem;
}

.listStyle2 {
	text-align: center;
}

.listStyle2 li {
	margin: 0rem 1rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	line-height: 1.5;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	text-align: center;
}

.listStyle2 li span {
	margin: 0rem 0.5rem 0.5rem 0rem;
	vertical-align: middle;
}

/* @end */

/* @group formStyles */

/* formStyle1 : Entrollment form */

.formStyle1 h2 {
	font-family: 'Rajdhani';
	font-size: 1.5rem;
}

.formStyle1 h3 {
	font-family: 'Rajdhani';
	font-size: 1.2rem;
}

.formStyle1 p {
	font-family: 'Nunito';
}

.formStyle1 div {
	margin: 0rem 0rem 0.4rem 0rem;
	display: flex;
}

.formStyle1 label {
	width: 28%;
	padding: 0rem 0.5rem 0rem 0rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
	display: inline-block;
	text-align: right;
}

.formStyle1 input[type="text"], 
.formStyle1 input[type="email"], 
.formStyle1 input[type="url"] {
	width: 69%;
	padding: 0.3rem;
	font-family: 'Nunito';
	display: inline-block;
	border: 1px solid #a8a8a8;
}

.formStyle1 textarea {
	width: 69%;
	height: 5rem;
	padding: 0.3rem;
	font-family: 'Nunito';
	display: inline-block;
	border: 1px solid #a8a8a8;
}

.formStyle1 button {
	padding: 0.4rem 1rem 0.3rem 1rem;
	border: 0px;
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #FFF;
	background-color: #47a682;
	
}

.formStyle1 .buttonBar {
	padding: 1rem 0.3rem 0rem 0rem;
	justify-content: flex-end;
}

/* formStyle2: horizontal search form */

form.formStyle2 > .flexContainer {
	flex-direction: row;
}

form.formStyle2 > .flexContainer > div {
	flex-basis: 100%;
	padding: 0rem 0.4rem 0rem 0.4rem;
	display: flex;
	flex-direction: column;
}

form.formStyle2 > .flexContainer > div p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.2rem 0.4rem 0rem 0.4rem;
	font-size: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
}

form.formStyle2 > .flexContainer > div p strong {
	margin: 0rem 0.3rem 0rem 0rem;
	font-weight: 400;
}

form.formStyle2 > .flexContainer > div .tag {
	margin: 0rem 0.2rem 0.2rem 0rem;
	padding: 0.1rem 0.4rem 0rem 0.4rem;
	font-size: 0.8rem;
	color: #FFF;
	display: inline;
	background-color: #47A682;
	border-radius: 0.2rem;
}

form.formStyle2 > .flexContainer > div:first-child {
	padding-left: 0rem;
}

form.formStyle2 > .flexContainer > div:last-child {
	padding-right: 0rem;
}

form.formStyle2 label {
	padding: 0rem 0rem 0rem 0.3rem;
	font-family: 'Rajdhani';
	font-size: 0.9rem;
	font-weight: 600;
}

form.formStyle2 input[type="text"], 
form.formStyle2 input[type="number"], 
form.formStyle2 input[type="email"], 
form.formStyle2 input[type="url"] {
	margin-bottom: 0.4rem;
	padding: 0.4rem;
	background-color: #EDECEC;
	border: 0px;
	font-size: 0.9rem;
}

form.formStyle2 textarea {
	margin-bottom: 0.4rem;
	padding: 0.4rem;
	background-color: #EDECEC;
	border: 0px;
	font-size: 0.9rem;
}

form.formStyle2 select {
	margin-bottom: 0.4rem;
	display: grid;
	grid-template-areas: "select";
	grid-area: select;
	-webkit-appearance: none;
    -moz-appearance: none;
	padding: 0.4rem;
	font-size: 0.9rem;
	border-radius: 0rem;
	border: 0px;
	background-color: #eee;
	background-image: linear-gradient(to top, #EDECEC, #eee 33%);
	align-items: center;
	
}

form.formStyle2 select::after {
	/* https://moderncss.dev/custom-select-styles-with-pure-css/ */
    content: "";
    justify-self: end;
    width: 0.8rem;
    height: 0.5rem;
    background-color: #000;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	grid-area: select;
	justify-self: end;
  }


/* @end */

/* @group Search Bar Container */

.searchBarContainer {
    margin: 0.5rem 0;
}

.searchBarContainer form.formStyle2 {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.searchBarContainer form.formStyle2 .flexContainer {
    flex-direction: row;
    flex: 1;
    margin: 0;
    padding: 0;
}

.searchBarContainer form.formStyle2 input[type="text"] {
    width: 100%;
    padding: 0.5rem 1rem;
    margin: 1rem 0rem 0rem 0rem;
    font-size: 1rem;
    background-color: #EDECEC;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
}

.searchBarContainer form.formStyle2 .btnStyle8 {
    padding: 0.5rem 2rem;
	cursor: pointer;
}
.searchBarContainer form.formStyle2 .btnStyle8:hover {
    background-color: #2a2a2a;
}

/* @group tableStyles */

.tableStyle1 tr th {
	padding: 0.4rem 2rem 0.4rem 2rem;
}

.tableStyle1 tr td {
	padding: 0.4rem 2rem 0.4rem 2rem;
	text-align: center;
	font-family: 'Nunito';
	font-size: 0.9rem;
}

.tableStyle1 tr td.left {
	text-align: left;
}

.tableStyle1 tr:nth-child(even) {
	background-color: #f7f7f7;
}

.tableStyle1 tr:nth-child(odd) {
	background-color: #d6d6d6;
}

.tableStyle1 tr td .green {
	color: #00D33D;
}

/* Table Style 3 - START */


.tableStyle3 tr th {
	padding: 0.5rem 3.32rem 0.5rem 3.32rem;
	border-radius: 0.5rem;
	/* border: 1px solid #45454C; */
	background-color: #f5f5f5;
	font-family: 'Rajdhani';
	font-size: 1rem;
	font-weight: 900;
	color: #45454C;
	text-align: center;
}

.tableStyle3 th:hover {
	border: 1px solid #45454C;
}

.tableStyle3 tr td {
	border-radius: 0.5rem;
	padding: 0.5rem auto 0.5rem auto;
	text-align: center;
	font-family: 'Rajdhani';
	font-size: 1rem;
	font-weight: 500;
	color: #656565;
}

.tableStyle3 tr:nth-child(even) {
	background-color: #f1f1f1;
}

.tableStyle3 tr:nth-child(even):hover {
	background-color: #dddddd;
}

.tableStyle3 tr:nth-child(odd) {
	background-color: #fff;
}

.tableStyle3 tr:nth-child(odd):hover {
	background-color: #dddddd;
}

.tableStyle3 tr td .green {
	color: #00D33D;
}

/* @end */

/* Style the dropdown container */
.flexLayout8 > .col2 .listingStyle2 table tr th .columnSortDropdown {
    display: block; 
    position: absolute; 
    background: white; 
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    padding: 0.75rem; 
    z-index: 100; 
    width: 250px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-top: 0.5rem;
}


.flexLayout8 > .col2 .listingStyle2 table tr th .columnSortDropdown .searchName {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
}

.flexLayout8 > .col2 .listingStyle2 table tr th .columnSortDropdown ul li {
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 0.2rem;
	margin-bottom: 0.2rem;
}

.flexLayout8 > .col2 .listingStyle2 table tr th .columnSortDropdown ul li:hover {
    background-color: #f5f5f5;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 {
    overflow: visible;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .listStatus {
	font-size: 1.1rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #333;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination {
	font-size: 1rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #ababab;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination strong {
	margin-left: 0.5rem;
	font-size: 1.1rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #45454C;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle2 {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #000;
	margin: 0rem 0.5rem 0rem 0rem;
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	font-size: 1.1rem;
	font-weight: 600;
	background-color: transparent;
	cursor: pointer !important;
	border: 1px solid #d8d8d8; /* Changed from just border-color */
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle8 {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #0366d6 !important;
	border: 1px solid #0366d6 !important;
	color: #FFF;
	font-weight: 500;
	cursor: pointer !important;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle8:hover {
	background-color: #01489a !important;
	color: #FFF !important;
}
.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle8 span.material-symbols-outlined {
	font-size: 1.5rem;
	color: #FFF !important;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle2:hover {
	color: #0366d6;
	background-color: #f0f0f0;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle2.active {
	color: #000;
	background-color: #f0f0f0;
	border: 1px solid #000;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle2.selected {
	color: #0366d6;
	background-color: #f0f0f0;
	border: 1px solid #0366d6;
}

.flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle2 span.material-symbols-outlined {
	font-size: 1.5rem;
	color: #aeaeae !important;
	font-weight: 700 !important;
}

/* @end */

.flexLayout8 > .col2 > .stack.listContainer {
	width: auto;
	margin: 0rem 1rem 1rem 1rem !important;
	padding: 1.5rem !important;
	background-color: #fff;
	border-radius: 1rem;
}

#rfContainer.stack.listContainer {
    width: auto;
	margin: 0rem 1rem 1rem 1rem !important;
	padding: 1.5rem !important;
	background-color: #fff;
	border-radius: 1rem;
	height: calc(100vh - 7rem);
	display: flex;
	flex-direction: column;
	overflow-x: auto;
}

/* @group listContainer */

.listContainer {

}

.listContainer .listingStyle2 .headerStyle1 {
	margin: 0rem 0rem 2rem 0rem;
}

  .listContainer .listingStyle2 .headerStyle1 span.material-symbols-outlined {
	color: #0366d6 !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 200,
	'GRAD' 0,
	'opsz' 24;
}

.listContainer .listingStyle2 .headerStyle1 h2 {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	padding: 0rem 0rem 0.5rem 0rem !important;
	margin: 0rem 0rem 0.5rem 0rem !important;
	font-family: 'Rajdhani';
	font-size: 1.3rem;
}

.listContainer .listingStyle2 .headerStyle1 p {
	color: #666;
	font-size: 1rem;
	margin-bottom: 1rem !important;
}

/* @end */

/* @group Organisms */

/* Standard layout elements (boxes, article styles, etc…) available across sections */


/* @group Header Styles */

.headerStyle1 {
	margin: 0rem 0rem 1rem 0rem;
}

.headerStyle1 h1 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 700;
	font-size: 1.3rem;
	color: #45454C;
}

.headerStyle1 p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 100;
	font-size: 1rem;
	color: #45454C;
}

.headerStyle1 .pagination {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 100;
	font-size: 1rem;
	color: #45454C;
}

.headerStyle2 h1 {
	max-width: 40%;
	margin: 0rem auto 2rem auto;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 0.9;
}

.headerStyle2 h4 {
	display: inline;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 1.5rem 0.5rem 2rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 0.8rem;
	color: #FFF;
	background-color: #60CF43;
	border-radius: 1rem;
}

.headerStyle2 h4 em {
	margin: 0rem 0.5rem 0rem -2rem;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	font-size: 0.8rem;
	font-style: normal;
	background-color: #272728;
	border-radius: 1rem;
	display: inline-block;
}

.headerStyle3 {
	margin: 0rem 0rem 2rem 0rem;
}

.headerStyle3 h1 {
	margin: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 700;
	font-size: 2rem;
	color: #272728;
}

.headerStyle4 {
	/* standard grey background section title */
	padding: 0.4rem 2rem 0.3rem 2rem;
	background-color: #DBDBD9;
	display: inline-block;
	font-weight: 200;
}

.headerStyle4 h3 {
	margin: 0rem;
	padding: 0rem;
	font-weight: 200;
	font-size: 1rem;
	line-height: 1;
}

.headerStyle4 span {
	margin-right: 1rem;
	vertical-align: middle;
}

.headerStyle5 h1 {
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 3rem;
	line-height: 1;
}

.headerStyle6 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.subHeaderStyle2 {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: flex-start;
}
.subHeaderStyle2 h2 {
	margin: 0 !important;
}
.subHeaderStyle2 span.material-symbols-outlined {
	font-size: 1.5rem;
	color: #3CBEE9 !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 200,
	'GRAD' 0,
	'opsz' 24;
}

.subHeaderStyle2 span.material-symbols-outlined.inverted {
	font-size: 1.5rem;
	color: #656565 !important;
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24;
}
/* @end */


/* @group Main menu */

nav.main > ul {
	
}

nav.main > ul > li {
	
}

nav.main > ul > li > a {
	
}

nav.main > ul > li:hover > ul {
	
}

/* sub menu */

nav.main > ul > li > ul {
	
}

nav.main > ul > li > ul > li {
	
}

nav.main > ul > li > ul > li > a {
	
}

/* @end */


/* @group Box Styles */

/* boxStyle1 [description] */

.boxStyle1 {
	
}

.boxStyle1 h3 {
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-top: 0rem;
	margin-bottom: 1rem;
}

.boxStyle1 h4 {
	margin-left: 1rem;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
	font-weight: 600;
	color: #272728;
}

.boxStyle1 h5 {
	margin: 0rem 0rem 0rem 1rem;
	font-family: 'Nunito';
	font-size: 0.8rem;
	font-weight: 400;
	color: #272728;
}


.boxStyle1 input {
	width: 95%; 
	margin: 0rem 0rem 0rem 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
}

.boxStyle1 input[type="checkbox"] {
	width: fit-content;
}

.boxStyle2 input {
	width: fit-content !important;
	margin: 0rem 0rem 0rem 1rem;
	padding: 0rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
}

/* #onboarding02 .boxStyle2 input {
	width: 0%;
	margin: 0rem 0rem 0rem 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Rajdhani';
} */

.boxStyle1 textarea {
	width: 95%;
	margin: 0rem 0rem 0rem 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	resize: none;
}

.boxStyle1 .upload-area {
	width: 95%;
	margin: 0rem 1rem 1rem 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px dashed #c0bdbd;
	border-radius: 0.5rem;
	font-family: 'Nunito';
}

.boxStyle1 .upload-area .col1 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.boxStyle1 .upload-area .col2 {
    display: flex;
    align-items: center;
}

/* boxStyle2 [description] */

.boxStyle2 {
	
}

   	/* boxStyle3 [description] */

.boxStyle3 {
	display: flex;
	flex-wrap: wrap;
    gap: 1rem;
    padding: 0rem;
	margin: 0rem 1rem 0rem 1rem;
}

.boxStyle3 article {
	flex-basis: 32.37%;
    padding: 1rem 1rem 1rem 1rem;
	margin: 0rem 0rem 1rem 0rem;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.boxStyle3 article > .flexContainer {
    flex: 1;
}

.boxStyle3 article:hover {
	transform: translateY(-3px);
	background-color: #f6f6f6;
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
	border: 2px solid #b8b8b8;
}

.boxStyle3 article div.icon {
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.boxStyle3 article span {
	font-size: 1.5rem;
	color: #5f5f5f;
}

.boxStyle3 article .txt {

}
.boxStyle3 article .txt .subFlexLayout2b {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.boxStyle3 article .txt h3 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.boxStyle3 article .txtStyle1 {
	color: #9a9a9a;
	font-weight: 500;
}

.boxStyle3 article .txt p {
	margin: 0.5rem 0rem 0.5rem 0rem;
    font-size: 1rem;
    font-weight: 500;
    color: #45454C;
}
.boxStyle3 article .txt h2 {
    margin: 0rem 0rem 0.2rem 0rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.boxStyle3 article .txt h4 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.3rem;
	font-weight: 700;
}
.boxStyle3 article .col2 {
	
}

.boxStyle3 article .col2 a.btnStyle1{
	width: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	gap: 0.5rem;
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	margin: 0rem 0rem 0.5rem 0rem;
}
.boxStyle3 article .col2 a.btnStyle1 span {
	font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 90;
	color: #fff;
}

.boxStyle3 article .col2 a.btnStyle1:hover{
	background-color: #252525;
	color: #FFF;
}

.boxStyle3 article .col2 a.btnStyle2{
	width: 8rem;
	display: flex;
	justify-content: center;
	align-self: flex-end;
	font-weight: 500;
}

.boxStyle3 article .col2 a.btnStyle2:hover{
	background-color: #d2d2d2;
}


/* @end */

/* @group Article Styles */

.articleStyle1 h1 {
	margin: 0rem 0rem 2rem 0rem;
	font-family: 'Rajdhani';
	font-size: 6rem;
	line-height: 0.8;
}

.articleStyle1 p {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.2rem;
	line-height: 1.4;
}

.articleStyle2 h2 {
	margin: 0rem 0rem 0rem 0rem;
	font-size: 3rem;
	font-family: 'Rajdhani';
	line-height: 1;
	color: #272728;
}

.articleStyle2 h3 {
	margin: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-size: 3rem;
	color: #45454C;
}

.articleStyle2 p {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.2rem;
	/* font-style: italic; */
	color: #000;
}

.articleStyle3 {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	border-radius: 1rem;
	text-align: center;
	color: #FFF;
}

.articleStyle3 h2 {
	width: 50%;
	margin: 0rem auto 1rem auto;
	font-family: 'Rajdhani';
	font-size: 3rem;
	font-weight: 700;
}

.articleStyle3 h3 {
	width: 70%;
	margin: 0rem auto 1rem auto;
	font-size: 1.4rem;
	font-weight: 300;
}

.articleStyle3 p {
	width: 40%;
	margin: 0rem auto 2rem auto;
	/* font-style: italic; */
	font-size: 1rem;
	font-weight: 300;
}

.articleStyle3 a.btnStyle1 {
	/* button override styles */
	width: 15rem;
	margin: 0rem auto 1rem auto;
	display: block;
}

.articleStyle4 h1 {
	margin: 0rem 0rem 1.5rem 0rem;
	font-family: 'Rajdhani';
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	color: #272728;
}

.articleStyle4 h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Rajdhani';
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #47A682;
}

.articleStyle4 h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	color: #191717;
}

.articleStyle4 h4 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
	color: #000;
}

.articleStyle4 h5 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2;
	color: #000;
}

.articleStyle4 p {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem;
	font-size: 1rem;
	font-weight: 400;
	/* font-style: italic; */
	line-height: 1.4;
	color: #000;
}

.articleStyle5 h2 {
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 1.5rem;
	color: #FFF;
}

.articleStyle6 p {
	text-align: center;
	color: #45454C;
	font-size: 1.1rem;
	line-height: 1.2;
}

.articleStyle6 p span {
	display: block;
	font-size: 3rem;
}

.articleStyle6 p strong {
	display: block;
	font-size: 2.9rem;
	font-family: 'Rajdhani';
	color: #272728;
}

/* card style boxes */

.articleStyle7 {
	margin: 0rem 1rem 1rem 1rem;
	padding: 1rem;
	background-color: #f5f5f5;
	/* border: 1px solid #a3a3a3; */
	border-radius: 1rem;
}

.articleStyle7 h1 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1.8rem;
	line-height: 1;
}

.articleStyle7 h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1.3rem;
}

.articleStyle7 h3 {
	margin: 0rem 0rem 0.8rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.1rem;
	color: #656565;
}

.articleStyle7 p {
	font-family: 'Rajdhani';
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

.articleStyle7 > p span {
	line-height: 1.4;
	font-size: 1.3rem;
	vertical-align: middle;
}

.articleStyle7 p > label {
	font-weight: 700;
}

.articleStyle7 ul {
	padding: 0rem 0rem 0rem 0rem;
}

.articleStyle7 ul li {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

.articleStyle7 ul li h3 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.1rem;
	color: #000;
}

.articleStyle7 ul li h4 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1rem;
	font-weight: 400;
	color: #646464;
}

.articleStyle7 ul li p {
	margin: 0rem 0rem 0.2rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0.9rem;
	line-height: 1.5;
}

.articleStyle7 ul li span {
	font-size: 1rem;
	vertical-align: middle;
}

.articleStyle7 p.iconText {
	padding: 0rem 0rem 0rem 2rem;
}

.articleStyle7 p.iconText span {
	margin: 0rem 0rem 0rem -2rem;
}

.articleStyle7.image .imgContainer img {
	/* width: 80%; */
}

.articleStyle7.newsArticles article h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1.1rem;
	font-family: 'Rajdhani';
	color: #000;
}

.articleStyle7.newsArticles article {
	margin: 0rem 0rem 1rem 0rem;
}

.articleStyle7.newsArticles article p {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 0.9rem;
	color: #3d3d3d;
	line-height: 1.3;
}

.articleStyle8 {
	/* pricing page articles for plans */
	margin: 0rem 0rem 2rem 0rem;
	padding: 2rem 2% 2rem 2%;
	border: 1px solid ;
	border-radius: 0.8rem;
	position: relative;
	overflow: visible;
}

.articleStyle8.inverted {
	margin-top: -2rem;
	margin-bottom: 0rem;
	padding-top: 4rem;
	padding-bottom: 6rem;
	
}

.articleStyle8.inverted, 
.articleStyle8.inverted h2, 
.articleStyle8.inverted h3, 
.articleStyle8.inverted p {
	/* white color text (white) */
	color: #FFF;
	
}

.articleStyle8.inverted h2 {
	border-bottom-color: #FFF;
}
 
.articleStyle8.inverted h5 {
	border-color: #FFF;
}

.articleStyle8 p {
	margin: 0rem;
	font-size: 0.6rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	color: #edecec;
}

.articleStyle8 h2 {
	margin: 0rem 0rem 0rem 0rem;
	text-align: left;
	border-bottom: 1px solid #333;
	display: inline-block;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #272728;
}

.articleStyle8 span.bookmark {
	color: #FFF;
	font-size: 6rem;
	font-variation-settings:
	  'FILL' 1,
	  'wght' 200,
	  'GRAD' 0,
	  'opsz' 24;
	position: absolute;
	top: -1.7rem;
	right: 0rem;
	text-shadow: 0 0 3px #262626;
}

.articleStyle8 h3 {
	text-align: left;
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 1.8rem;
	color: #272728;
	line-height: 0.9;
}

.articleStyle8 h3 strong {
	font-size: 2.8rem;
	font-weight: 600;
}

.articleStyle8 .btnStyle1 {
	/* overrides of global button style 1 */
	width: 100%;
	margin-bottom: 2rem;
	padding: 0.4rem 0rem 0.4rem 0rem;
	text-align: center;
}

.articleStyle8 .limits {
	width: 90%;
	margin: 0rem auto 0rem auto;
}

.articleStyle8 .limits div {
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	font-family: 'Rajdhani';
}

.articleStyle8 .limits div strong {
	font-size: 2.3rem;
	font-weight: 800;
}

.articleStyle8 h5 {
	padding: 1rem 15% 1rem 15%;
	border: 1px solid #000;
	border-radius: 0.5rem;
	font-family: 'Armata';
	font-weight: 500;
	text-align: center;
}

.articleStyle8 ul {
	width: 90%;
	margin: 0rem auto 0rem auto;
	padding: 0rem 0rem 0rem 0rem;
}

.articleStyle8 ul li {
	margin-bottom: 0.5rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
	list-style-position: outside;
}

.articleStyle8 ul li span {
	font-size: 1rem;
	vertical-align: middle;
}

.articleStyle9 {
	/* credit usage guide */
	margin: 0rem 0rem 2rem 0rem;
	padding: 2rem 2% 2rem 2%;
	border: 1px solid ;
	border-radius: 0.8rem;
	position: relative;
	overflow: visible;
}

.articleStyle10, 
.innerArticleStyle10 article {
	/* Grey Background pills with white text and Icons */
	padding: 2rem;
	background-color: #606060;
	border-radius: 1rem;
	color: #FFFFFF;
}

.articleStyle10, 
.innerArticleStyle10 article {
	padding: 1.5rem;
	background-color: #606060;
	border-radius: 1rem;
	color: #FFFFFF;
}

.articleStyle10 span, 
.innerArticleStyle10 article span {
	display: inline-block;
	margin: 0rem 0rem 1rem 0rem;
}

.articleStyle10 h4, 
.innerArticleStyle10 article h4 {
	margin: 0rem 0rem 0.6rem 0rem;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.3rem;
	line-height: 1.4;
}

.articleStyle10 p, 
.innerArticleStyle10 article p {
	margin: 0rem;
	padding: 0rem;
	font-size: 0.9rem;
	line-height: 1.4;
}

.articleStyle10 .headerStyle1 {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ffffff61;
}

.articleStyle10 .headerStyle1 span {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-size: 1.5rem;
	font-variation-settings:
	'FILL' 1,
	'wght' 600,
	'GRAD' 0,
	'opsz' 90;
}

.articleStyle10 .headerStyle1 h2{
	margin: 0rem 0rem 0rem 0rem;
	font-size: 1.rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	line-height: 1.4;
}

.articleStyle10 .flexContainer {
	padding: 0.5rem 0rem 0.5rem 0rem;
	color: #000;
	background-color: #ededed;
	border-radius: 0.5rem;
	align-items: center;
}

.articleStyle10 .flexContainer > .col1 p.txt{
	margin-left: 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.articleStyle10 .flexContainer > .col1 p span{
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-size: 1.5rem;
	line-height: 1.4;
	font-variation-settings:
	'FILL' 1,
	'wght' 300,
	'GRAD' 0,
	'opsz' 48;
}

.articleStyle10 .flexContainer > .col2{
	display: flex;
}

.articleStyle10 .flexContainer > .col2 .btnStyle8{
	padding: 0.5rem 0.8rem 0.5rem 0.8rem !important;
	margin-right: 0.5rem;
	cursor: pointer !important;
}

.articleStyle11, 
.innerArticleStyle11 article {
	/* Gradient Background pills with white text and Icons changing on hover */
	margin-bottom: 1rem;
	padding: 1.5rem;
	/* background-color: #606060; */
	border-radius: 1rem;
	color: #272728;
	text-align: left;
	background: #FFF;
	/* border: 1px solid #222020; */
}

.articleStyle11:hover, 
.innerArticleStyle11 article:hover {
	/* Grey background pills with white text and Icons */
	
	color: #000;
	/* border: 1px solid #222020; */
	/* background: linear-gradient(180deg, rgb(167, 81, 224) 0%, rgb(232, 170, 83) 89%); */
}

.articleStyle11 span, 
.innerArticleStyle11 article span {
	/* Grey background pills with white text and Icons */
	display: inline-block;
	margin: 0rem 0rem 1rem 0rem;
}

.articleStyle11 h2, 
.articleStyle11 h3, 
.innerArticleStyle11 article h2, 
.innerArticleStyle11 article h3 {
	/* Grey background pills with white text and Icons */
	margin: 0rem 0rem 0.6rem 0rem;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.3rem;
	line-height: 1.4;
}

.articleStyle11 p, 
.innerArticleStyle11 article p {
	/* Grey background pills with white text and Icons */
	margin: 0rem;
	padding: 0rem;
	font-size: 0.9rem;
	line-height: 1.4;
}

.articleStyle12 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 0.5rem;
	padding: 0rem 0rem 0rem 0rem !important;

}

.articleStyle12 article {
	flex-basis: 19%;
    padding: 0.8rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    border-radius: 0.8rem;
    transition: all 0.3s ease;
	TEXT-TRANSFORM: UPPERCASE;

}


.articleStyle12 article .txt {
	justify-content: space-evenly;
	flex-direction: column !important;

}

.articleStyle12 article .txt h3 {
	margin: 1rem 0rem 1rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.articleStyle12 article .txt h4 {
	font-size: 1.1rem;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}

.articleStyle12 article .txt p {
	font-size: 0.8rem;
	margin: 1rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}
.articleStyle12 article .txt .alert{
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	color: #FF0000 !important;
	font-weight: 600 !important;
}

.articleStyle12 article .txt .alert p{
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 600 !important;
}

.articleStyle12 article .txt .alert button.btnStyle8{
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.3rem !important;
	background-color: #FF0000 !important;
	border: none !important;
	border-radius: 0.4rem;
	font-size: 0.8rem;
	cursor: pointer !important;
}
.articleStyle12 article .txt .alert button.btnStyle8:hover{
	background-color: #c70000 !important;
	color: #FFF !important;
}

.articleStyle12 article .txt .alert button.btnStyle8 span.material-symbols-outlined{
	margin: 0rem 0rem 0rem 0rem;
	font-size: 1.2rem;
	font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 90;
}

.articleStyle13 .actions{
	width: 20%;
}

.articleStyle13 .buttons a{
	margin: 0rem 0.5rem 0rem 0%;
}

.articleStyle13 {
	position: relative;
}

.articleStyle13 .viewDetails a{
	position: absolute;
	bottom: 0rem;
}


/* @end */

/* @end */

/* @group Section specific styles & overrides */

/* Styles that apply only to specific sections, section specific modifiers of globally available classes */

/* @group Home */

#home .stack1 .col2 img {
	width: 100%;
}

#home .stack3 .imgContainer {
	border-radius: 1.2rem;
	/* border: 1px dashed #47A682; */
	padding: 0.1rem 0.1rem 0.1rem 0.1rem;
	width: 100%;
}

#home .stack3 .imgContainer img {
	width: 100%;
	border-radius: 1.2rem;
	/* margin: 0rem 1.3rem 0rem 1.3rem; */
}
 
#home .stack2 > div p {
	display: flex;
	align-items: center;
}

#home .stack2 p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 10% 0rem 0rem;
	font-size: 1.2rem;
	color: #45454C;
	line-height: 1.3;
}

#home .stack3.flexLayout4 > .col1 {
	flex-basis: 17%;
	position: sticky ;
	top: 0rem ;
	max-width: 17% ;
	align-self: flex-start ;
	overflow-y: auto ;
}

#home .stack3.flexLayout4 > .col2 {
	flex-basis: 82%;

}

/* #home .stack3.flexLayout4 > .col1 ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#home .stack3.flexLayout4 > .col1 ul li {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1rem;
	line-height: 2;
} */

/* #home .stack3.flexLayout4 > .col1 ul li a {
	display: flex;
	align-items: center;
	color: #0366d6;
} */
/* 
#home .stack3.flexLayout4 > .col1 ul li span{
	padding: 0rem 0.5rem 0rem 0rem;
	color: #7a7a7a;
} */


#home .flexLayout4 > .col2 > article, #home .flexLayout4 > .col2 > section, #home .flexLayout4 > .col2 > aside {
	margin-right: 1rem;
}


#home .flexLayout4 > .col2 > .stack.listContainer {
	width: auto;
	margin: 0rem 1rem 1rem 1rem !important;
	padding: 1.5rem !important;
	border-radius: 1rem;
}

#home .flexLayout4 > .col2 > article > .flexLayout5.marginBottom-XS {
	align-items: flex-start;
}

#home .flexLayout4 > .col2 > article > .col1 > .subFlexLayout2e {
	align-items: flex-start;
}

#home .flexLayout4 > .col2 > article .subFlexLayout2e .imgContainer {
	margin: 0rem !important;
}

#home .flexLayout4 > .col2 > article .subFlexLayout2e img {
	width: 100%;
	object-fit: contain;
	border-radius: 1rem;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 .subFlexLayout2e .txt h1 {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 .subFlexLayout2e .txt p {
	color: #666;
	font-size: 0.9rem;
	margin: 0;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 > .col2 {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 0.5rem !important;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 > .col2 .btnStyle1 {
	padding: 0.2rem 0.5rem 0.2rem 0.5rem;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #0366d6 !important;
	border-color: #0366d6 !important;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 > .col2 .btnStyle1:hover {
	background-color: #01489a !important;
	color: #FFF !important;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c {
	gap: 2rem;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c > ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c > ul {
	list-style: none !important;
	padding: 0;
	margin: 0rem 0rem 0rem 0rem !important;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li {
	margin-bottom: 1.5rem;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li h3 {
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
	color: #333;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li h3 .material-symbols-outlined , #home .flexLayout4 > .col2 > article > .subFlexLayout2c li h3 span.fab{
	font-size: 1.1rem;
	color: #656565 !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 200,
	'GRAD' 0,
	'opsz' 24;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li a {
	color: #0366d6;
	text-decoration: none;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li a:hover {
	text-decoration: underline;
}

#home .flexLayout4 > .col2 > article > div h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
	color: #333;
}

#home .flexLayout4 > .col2 > .articleStyle7 .headerStyle1, #home .flexLayout4 > .col2 > .articleStyle7 .subHeaderStyle1{
	display: flex;
	gap: 0.5rem;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 1rem !important;
}

#home .flexLayout4 > .col2 > .articleStyle7 .headerStyle1 span.material-symbols-outlined{
	color: #0366d6 !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 200,
	'GRAD' 0,
	'opsz' 24;
}

#home .flexLayout4 > .col2 > .articleStyle7 .headerStyle1 h2 {
	margin-bottom: 0.5rem !important;
}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article h3 {
	font-size: 1.1rem;
	font-family: 'Rajdhani';

}
#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.5rem 0rem 0rem 0rem !important;
}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p.txt {
	color: #7c7c7c;
	line-height: 1.3;

}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p span {
	font-size: 1.1rem;
	color: #656565 !important;
	font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p a {
	color: #0366d6;
	text-decoration: none;
}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p a:hover {
	text-decoration: underline;
}

/* Channel Coverage Bar Graph - extends existing chart styles */
#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 1rem;
	margin-top: 0;
}

/* Override chart-wrapper for full width */
#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .chartWrapper {
	margin: 0;
	justify-content: flex-start;
}

/* Override chart-box for bar graph layout */
#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .chartBox.barGraph {
	width: 100%;
	max-width: 100%;
	text-align: left;
	gap: 1.5rem;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .barItem {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .barLabel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	color: #666;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .barTrack {
	width: 100%;
	height: 0.7rem;
	background: #e0e0e0;
	border-radius: 0.75rem;
	overflow: hidden;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .barFill {
	height: 100%;
	width: 50%;
	background-color: #47a682;
	border-radius: 0.75rem;
}

/* Employee Table Styles within articleStyle7 */
#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 {
	max-height: 500px;
	overflow-y: auto;
	display: block;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table th {
	padding: 0.75rem 0.5rem;
	border: none;
	text-align: left;
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table td {
	justify-content: flex-start;
	margin: 0rem 0rem 0rem 0rem;
	border: none;
	padding: 0.5rem 0.5rem;
	text-align: left;
	font-size: 0.9rem;
	vertical-align: middle;
	gap: 2rem;
	width: 400px;
	min-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td .btnStyle3{
	background-color: #0366d6 !important;
	border-color: #0366d6 !important;
}
#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td .btnStyle3:hover{
	background-color: #01489a !important;
	border-color: #01489a !important;
	color: #FFF !important;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr {
	border-bottom: 1px solid #e0e0e0;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td h2 {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 600;
	color: #333;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td p {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: #666;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td span {
	font-size: 0.9rem;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td .fab {
	gap: 1rem;
	font-size: 1.3rem;
	align-self: center;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td .fab:hover {
	opacity: 0.5;
}

#verifiedDataContainer .listingStyle2 {
	overflow-x: visible;
}

/* Specialties Section */
#home .stack4 .col2 {
	padding: 0rem 0rem 0rem 10%;
}

#home .stack5 {

}

#home .stack5 > div.col2 {
	padding: 0.4rem;
	text-align: center;
	border-radius: 1rem;
}

#home .stack5 .col1 {
	padding: 2rem;
}

#home .stack5 .col1 span {
	margin: 0rem 0.5rem 0rem -4rem;
	font-size: 2.4rem;
	
}

#home .stack5 .col1 h4 {
	display: flex;
	align-items: center;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 4rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1;
}

#home .stack5 .col1 p {
	margin: 0rem 0rem 2rem 0rem;
	padding: 0rem 0rem 0rem 3rem;
	font-size: 1rem;
}

#home .pill1 {
	width: 100%;
	top: 10rem;
	margin: 0rem auto 0rem auto;
	text-align: center;
	z-index: 100000;
}

#home .pill1 div.logo {
	width: 10rem;
	height: 10rem;
	display: flex;
	justify-content: center;
	border-radius: 5rem;
	background-color: #F8FAFC;
	box-shadow: 0 0 4px #343434;
}

#home .pill1 div.logo img {
	width: 70%;
}

#home .pill1 div.dialogue {
	width: 90%;
	background-color: #F8FAFC;
	box-shadow: 0 0 4px #343434;
}

#home .stack8 > div {
	padding: 1rem;
}

#home .articleStyle5 {
	padding: 0rem 0rem 0rem 15%;
}

#home .pillStyle2 {
	
}

#home .stack9 .imgContainer img {
	width: 82.5%;
	margin: auto;
}

/* @end */

/* @group FancyBox */

.fancybox__backdrop {
	background: rgba(0, 0, 0, 0.90);
}

.fancybox__content > .carousel__button.is-close {
	top: 65px;
}

.fancybox__content {
  background:none !important;
}

/* @end */

/* --- Header bar with button on right --- */
/* .headerStyle1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerStyle1 h1 {
    margin: 0;
} */

/* .back-btn {
    margin-left: auto;
    background: #4caf50;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
} */

/* .back-btn:hover {
    background: #43a047;
} */
/* @end */


/* @group Login Modal  */

.loginFormContainer {
	background: #FFF;
	color: #000;
	border-radius: 18px;
	padding: 25px;
	max-width: 420px;
	margin: auto;
	box-shadow: 0 8px 30px rgba(0,0,0,0.45);
}

.loginFormContainer input[type="text"],
.loginFormContainer input[type="password"] {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 14px;
	border: 2px solid #555;
	border-radius: 10px;
	background: transparent;
	color: #000;
	font-size: 14px;
	outline: none;
}
/* @end */

/* @group Reject Modal Content */

#rejectModal {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
  background:#fff;
  padding:20px;
  border-radius:8px;
  box-shadow:0 2px 10px rgba(0,0,0,0.2);
  z-index:1000;
}

#rejectModal textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    resize: vertical;
}

/* @end */

/* @group Graph Chart Styles */

.chartWrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.chartBox {
  width: 260px;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chartBox canvas {
  width: 220px !important;
  height: 220px !important;
  display: block;
}

.chartLegend {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.4;
  max-height: 80px;          
  overflow-y: auto;             
  scrollbar-width: thin;        
  scrollbar-color: #ccc transparent;
}

.chartLegend::-webkit-scrollbar {
  width: 6px;
}

.chartLegend::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.chartLegend ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.chartLegend li {
  display: flex;
  align-items: center;
  margin: 2px 6px;
}

.chartLegend span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 2px;
}
/* @end */

/* @group Plans & Pricing */

#plans #wrapper > header {
	margin: 0rem;
	padding: 0rem 0% 0.5rem 0%;
}

#plans #mainContentArea .stack1 .plansAndPricing {
	padding: 5rem 10% 6rem 10%;
}

#plans #mainContentArea .stack1 .plansAndPricing .col {
	flex-basis: 31%;
	justify-content: space-between;
}

#plans #wrapper footer .col1 .imgContainer img {
	width: 60%;
}

#plans #wrapper footer h4 {
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 700;
	color: #45454C;
}

#plans #wrapper footer h4:hover {
	color: #3CBEE9;
}

#plans #wrapper footer p {
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1rem;
	font-weight: 600;
	color: #707074;
}

#plans #wrapper footer small {
	font-family: 'Nunito';
	font-size: 0.8rem;
	font-weight: 600;
	color: #a3a3a6;
}

#plans #wrapper footer ul {
	list-style: none;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 500;
	color: #a3a3a6;
}

#plans #wrapper footer a:hover {
	color: #3CBEE9;
}

#plans #wrapper footer ul li {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
}

/* @end */


/* @On boarding form */

.onboardingProcess {
	--accent: #365ef3;
	--muted: #6b7280;
	--card: #ffffff;
	--bg: #f6f8fb;
	--success: #10b981;
}

.onboardingProcess .stepCounter {
	display:flex; 
	justify-content: space-between
}

.onboardingProcess .tag-container {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 32px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fafafa;
}

.onboardForm .tag {
	position: relative;
	background: #e0f0ff;
	color: #0366d6;
	border-radius: 20px;
	padding: 4px 24px 4px 10px;
	margin: 5px 5px 5px 5px;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
}

.onboardForm .tag .remove-tag {
	position: absolute;
	right: 6px;
	top: 3px;
	font-weight: bold;
	color: #555;
	cursor: pointer;
	line-height: 1;
}

.onboardForm .tag .remove-tag:hover {
	color: red;
}

.onboardForm .dotTypeCPGBrand {
	font-size:18px;
	font-weight:600;
	color:#b52b57;
}

.onboardForm .dotTypeSupplier{
	font-size:18px;
	font-weight:600;
	color:#2f855a;
}

.onboardForm .select2Country{
	width: 1100px !important;
}

.onboardForm .bordered-box{
	border:1px solid #eef3ff;
	padding:10px;
	border-radius:8px;
}

.onboardForm .fileDropUpload{
	border:2px dashed #b5b5b5;
	padding:20px;
	text-align:center; 
	cursor:pointer;
}

.onboardForm .grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:8px;
}

.onboardForm .state-check{
	margin-top:8px;
	border:1px solid #eef3ff;
	padding:8px;
	border-radius:8px;
	/* max-height:160px;
	overflow:auto; */
}

.onboardForm .state-check-labels{
	border:1px solid #eef3ff;
	padding:10px;
	border-radius:8px;
	/* max-height:220px;
	overflow:auto; */
}

.onboardForm .file-drop img{
	max-width:120px;
	max-height:80px;
	border-radius:8px;
}

.onboardForm .tagGrid{
	display:flex;
	gap:8px;
	margin-bottom:8px;
}

.onboardForm header {
	margin-bottom: 60px;
}

.onboardForm header h1 {
	margin: 0;
	font-weight: 600;
	color: var(--accent);
}

.onboardForm .progress-wrap {
	background: #fff;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.onboardForm .progress-bar {
	height: 8px;
	background: #e6eef9;
	border-radius: 999px;
	position: relative;
	overflow: hidden;
}

.onboardForm .progress-bar > i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--accent), #8aa3ff);
	width: 0;
}

.onboardForm .steps {
	display: flex;
	gap: 18px;
	align-items: center;
}

.onboardForm .step {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
	color: var(--muted);
	margin: 2rem;
}

.onboardForm .step .dot {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	border: 2px solid #eee;
	background: #fff;
}

.onboardForm .step.active .dot {
	border-color: var(--accent);
	background: rgba(54, 94, 243, 0.08);
}

.onboardForm .card {
	background: var(--card);
	border-radius: 12px;
	padding: 18px;
	border: 1px solid #eef3ff;
	margin: 1rem;
}

.onboardForm form .row {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}

.onboardForm .col {
	flex: 1;
}

.onboardForm label {
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
	color: #334155;
}

.onboardForm input[type=text],
.onboardForm input[type=email],
.onboardForm input[type=tel],
.onboardForm input[type=number],
.onboardForm input[type=url],
.onboardForm select,
.onboardForm textarea {
	width: 100%;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid #e6eef9;
	background: #fbfdff;
}

.onboardForm textarea {
	min-height: 90px;
	resize: vertical;
}

.onboardForm .card h1,
.onboardForm #headerDisplay h1 {
	text-align: center;
	color: var(--accent);
}

.onboardForm .card p,
.onboardForm #headerDisplay p {
	text-align: center;
}

.onboardForm .cards-grid {
	display: flex;
	gap: 18px;
	margin-top: 16px;
}

.onboardForm .sel-card {
	flex: 1;
	padding: 22px;
	border-radius: 12px;
	border: 1px solid #e8eef8;
	background: #fff;
	cursor: pointer;
	text-align: center;
}

.onboardForm .sel-card.selected {
	border-color: var(--accent);
	box-shadow: 0 6px 18px rgba(54, 94, 243, 0.06);
}

.onboardForm .products-list .product {
	border-radius: 10px;
	border: 1px solid #eef3ff;
	padding: 12px;
	margin-bottom: 14px;
	background: #fff;
}

.onboardForm .products-list .product .title {
	font-weight: 600;
	margin-bottom: 10px;
}

.onboardForm .file-drop {
	border: 2px dashed #e6eef9;
	border-radius: 8px;
	padding: 18px;
	text-align: center;
	color: var(--muted);
	background: #fbfdff;
}

.onboardForm .grid-3 { 
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	gap: 8px; 
}

.onboardForm .grid-2 { 
	display: grid; 
	grid-template-columns: repeat(2, 1fr); 
	gap: 8px; 
}

.onboardForm .checkbox-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.onboardForm .checkbox-grid{
	grid-template-columns: repeat(3, 1fr);
}

.onboardingProcess .chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #eef3ff;
	background: #fff;
}

.onboardingProcess footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
}

.hidden {
	display: none;
}

.onboardingProcess .progress-wrap {
	background:#fff;
	border-radius:12px;
	padding:22px;
	box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.onboardingProcess .progress-bar {
	height:6px;
	background:#e6eef9;
	border-radius:999px;
	position:relative;
	margin-bottom:18px;
	overflow:hidden;
}

.onboardingProcess .progress-bar > i {
	display:block;
	height:100%;
	background:linear-gradient(90deg,var(--accent),#8aa3ff);
	width:0%;
	transition: width 0.3s ease;
}

.onboardingProcess .steps {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
}

.onboardingProcess .steps .step {
	display:flex;
	flex-direction:column;
	align-items:center;
	font-size:13px;
	color:var(--muted);
	flex:1;
	position:relative;
}

.onboardingProcess .steps .step:last-child::after {
	display:none;
}

.onboardingProcess .steps .step .dot {
	width:36px;
	height:36px;
	border-radius:50%;
	display:inline-grid;
	place-items:center;
	border:2px solid #eee;
	background:#fff;
	z-index:1;
	position:relative;
	transition: all 0.3s;
}

.onboardingProcess .steps .step.active .dot,
.onboardingProcess .steps .step.completed .dot {
	border-color:var(--success);
	background:var(--success);
	color:#fff;
}

.onboardingProcess .steps .step.completed .dot {
	background:var(--accent);
	border-color:var(--accent);
}

.onboardingProcess .leftStepCounter,.onboardingProcess .rightStepCounter{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.onboardingProcess .error-highlight {
  border: 1px solid #db0202 !important;
  background: #fff6f6 !important;
}
.onboardingProcess .field-error {
  font-size: 12px;
}

.product-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  margin-top: 10px;
}
.product-summary .info {
  font-weight: 500;
}
.product-summary button {
  margin-left: 10px;
}


/* @end */

/* @group About Us */


#aboutUs .articleStyle1 p {
	font-family: 'Rajdhani';
	font-size: 2.5rem;
	line-height: 1;
} 

#aboutUs .photoGallery {
	width: 100%;
	height: 500px;
	position: relative;
	background-color: #FFF;
}

#aboutUs .photoGallery .quadrant {
	position: absolute;
}

#aboutUs .photoGallery .quadrant img {
	width: 100%;
}

#aboutUs .photoGallery .quadrant1 {
	width: 895px;
	height: 233px;
	top: 0rem;
	left: 0rem;
	border-top-left-radius: 1rem;
}

#aboutUs .photoGallery .quadrant2 {
	width: 300px;
	height: 502px;
	top: 0rem;
	right: 0rem;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

#aboutUs .photoGallery .quadrant2 img {
	/* margin-top: -100px; */
}

#aboutUs .photoGallery .quadrant3 {
	width: 895px;
	height: 264px;
	top: 238px;
	left: 0rem;
	border-bottom-left-radius: 1rem;
}

#aboutUs .introduction {
	max-width: 86%;
	margin-right: auto;
	margin-left: auto;
}

#aboutUs .introduction .years p strong {
	font-family: 'Rajdhani';
	font-size: 9rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

#aboutUs .introduction .years p em {
	display: inline-block;
	font-family: 'Rajdhani';
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9;
	text-align: left;
}

#aboutUs .statsContainer {
	height: 9rem;
	border-radius: 1rem;
	border: 1px solid #333;
	text-align: left;
}

#aboutUs .statsContainer .col {
	flex-basis: 16.6%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 0rem 0.5rem 0rem;
}

#aboutUs .statsContainer .col p {
	margin: 0rem;
	height: 100%;
	padding: 1rem 7% 0rem 9%;
	text-align: left;
	border-right: 1px solid #272728;
	font-size: 0.9rem;
	line-height: 1.2;
}

#aboutUs .statsContainer .col:last-of-type p {
	border-right: 0px;
}

#aboutUs .statsContainer .col p span {
	font-size: 1rem;
}

#aboutUs .statsContainer .col p strong {
	font-size: 2rem;
}

#aboutUs .teamBlock > .col1 > .col {
	/* team photo container */
	height: 19rem;
	border-radius: 1rem;
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
}

#aboutUs .teamBlock .col h6 {
	margin: 0rem;
	padding: 0rem;
}

#aboutUs .teamBlock .col h6 img {
	width: 100%;
}

#aboutUs .teamBlock .col > .col > div {
	/* position description container */
	width: 100%;
	height: 19rem;
	padding: 4rem 1rem 1rem 1rem;
	display: none;
	position: absolute;
	top: 0rem;
	left: 0rem;
	background-color: #FFF;
	opacity: 0.9;
	text-align: left;
}

#aboutUs .teamBlock .col > .col:hover > div {
	/* position description container */
	display: block;
	cursor: hand;
}

#aboutUs .teamBlock .col > .col > div h4 {
	margin: 0rem 0rem 0.4rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 700;
	font-size: 1.5rem;
	color: #272728;
	line-height: 1;
}

#aboutUs .teamBlock .col > .col > div h5 {
	margin: 0rem 0rem 0.7rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 1.2rem;
	color: #272728;
	line-height: 1;
}

#aboutUs .teamBlock .col > .col > div p {
	margin: 0rem 0rem 0.5rem 0rem;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.2;
}

#aboutUs .teamAttributes {
	
}

#aboutUs .story {
	margin: -7rem 0rem 0rem 0rem;
	padding: 8rem 0rem 0rem 0rem;
}

#aboutUs .story .pill {
	padding: 1rem 1rem 1rem 1rem;
	border: 1px solid #272728;
}

#aboutUs .story .pill:hover {
	background-color: #FFF;
}

#aboutUs .story .pill h2 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 6rem;
	font-weight: 500;
	line-height: 1;
}

#aboutUs .story .col1 > .pill {
	min-height: 22.4rem;
}

#aboutUs .story .col1 > .pill h2 {
	font-size: 7rem;
}

#aboutUs .story .twoCol .pill h2 {
	font-size: 3rem;
}

#aboutUs .story .pill img {
	max-width: 80%;
}

#aboutUs .story .col2 > .pill, 
#aboutUs .story .col2 > .twoCol .pill {
	display: flex;
	justify-content: space-between;
}

#aboutUs .story .col2 > .pill {
	margin-bottom: 2rem;
}

#aboutUs .story .col2 .pill h2 {
	flex-basis: 30%;
}

#aboutUs .story .col2 .pill > div {
	flex-basis: 67%;
}

#aboutUs .story .col2 .pill > div p {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
}

#aboutUs .story .col2 .twoCol  {
	display: flex;
	justify-content: space-between;
}

#aboutUs .story .col2 .twoCol > div {
	flex-basis: 48%;
}

/* NOTIFICATIONS PREFERENCES - START */

/* COUNTRIES - START */

#Preferences .countryCheckboxes {
    display: flex;
	margin-left: 1rem;
	margin-right: 1rem;
	flex-direction: row;
	gap: 5rem;
	background-color: #f5f5f5;
	border-radius: 1.5rem;
	padding: 2rem;
	/* overflow: scroll; */
}

.countryCheckboxes input[type="checkbox"] {
    margin: 0;
    margin-right: 0.5rem;
    cursor: pointer;
}

#Preferences .countryCheckboxes label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Armata';
    font-size: 0.8rem;
    color: #333;
}

#Preferences .countryItem {
	flex-basis: 20%;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
}

/* COUNTRIES - END */
/* PRODUCT CATEGORIES - START */

#Preferences .cpgCheckboxes {
    display: flex;
	margin-left: 1rem;
	margin-right: 1rem;
	flex-direction: row;
	background-color: #f5f5f5;
	border-radius: 1.5rem;
	padding: 2rem;
	overflow: scroll;
}

#Preferences .cpgCheckboxes input[type="checkbox"] {
    margin: 0;
    margin-right: 0.5rem;
    cursor: pointer;
}

#Preferences .cpgCheckboxes label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Armata';
    font-size: 0.8rem;
    color: #333;
}

#Preferences .cpgItem {
	flex-basis: 20%;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
}

/* PRODUCT CATEGORIES - END */

/* NOTIFICATIONS PREFERENCES - END */

/* SUBMIT RFP - START */

#SubmitRFP .boxStyle1 {
	padding: 1rem;
	border-radius: 1rem;
	background-color: #f5f5f5;
}

#SubmitRFP .boxStyle1 h4 {
	font-family: 'Rajdhani';
	font-size: 1rem;
	font-weight: 600;
	color: #45454C;
}

#SubmitRFP .boxStyle1 p {
	font-family: 'Rajdhani';
	font-size: 0.9rem;
	font-weight: 400;
	color: #5f5f5f;
}

#SubmitRFP .typeSelector {
    width: 95%;
    margin: 0rem 0rem 0rem 1rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 1px solid #ededed;
    border-radius: 0.5rem;
    font-family: 'Nunito';
    background-color: white;
    cursor: pointer;
}

#SubmitRFP .typeSelector:focus {
    outline: none;
    border-color: #0366d6;
    box-shadow: 0 0 0 2px rgba(107, 93, 190, 0.2);
}

#SubmitRFP .typeSelector option {
	font-family: 'Nunito';
}


/* CPG RFP HOME - START */

  .headerStyle2 h1 {
	max-width: 39%;
	margin: 0rem auto 2rem auto;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 0.9;
}

  > header .logoContainer .col1 img {
	width: 13rem;
}

  > header .logoContainer {
	padding: 1.5rem 0rem 1rem 0rem;
}

  > header .menuContainer {
	/* main menu container */
	padding: 0rem 0rem 0.5rem 0rem;
}

  .articleStyle17{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

  .articleStyle17 h1 {
	width: 50%;
    text-align: center;
    margin: 0rem 0rem 2rem 0rem;
    font-family: 'Rajdhani';
    font-size: 6rem;
    line-height: 0.8;
}

  .articleStyle17 p {
	width: 50%;
    text-align: center;
    margin: 0rem 0rem 1rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
}

  

/* @group User Menu in Dashboard */

  nav.userMenu > ul {
	display: flex;
}

  nav.userMenu > ul > li {
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	text-transform: uppercase;
}

  nav.userMenu > ul > li a {
	display: block;
	padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}

  nav.userMenu > ul > li.active > a {
	font-family: 'Rajdhani';
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ffffff;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
  nav.userMenu .mnu{
	display: flex;
	justify-content: space-between;
	padding: 0rem;
	margin: 0rem;
}
  nav.userMenu.bgStyle8{
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.5rem 0.5rem 0rem 0rem;
	overflow: hidden;
}
  nav.userMenu.bgStyle9{
	padding: 0.5rem 0.5rem 0rem 0.5rem;
	border-radius: 0.5rem 0.5rem 0rem 0rem;
	overflow: hidden;
}

  nav.userMenu.bgStyle10{
	background-color: #dedede;
	width: 100%;
	color: #fff;
}

  nav.userMenu.bgStyle10 ul.mnu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 0rem 0rem 0rem;
	gap: 3rem;
}
  nav.userMenu.bgStyle10 ul.mnu li {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #656565;
}

  nav.userMenu.bgStyle10 ul.mnu li.active > a {
	color: #3CBEE9 !important;
	background-color: #fff;
}

/* stack14 Two-Column Layout */

  .stack14 .articleStyle18 {
	padding: 0rem 4rem 2rem 4rem;
	align-items: center;
}

  .stack14 .articleStyle18.flexLayout3 {
    align-items: stretch;
}

  .stack14 .articleStyle18 .center img {
	overflow: hidden;
	width: 90%;
	border: 2px dashed #3CBEE9; 
	border-radius: 1.5rem;
	align-self: center;
	display: block;
	margin: 0 auto;
}


  .stack14 .articleStyle18 .col1.bgStyle1 .btnStyle1 {
    margin: 0rem 2rem 0rem 0rem;
	align-self: flex-end;
    width: auto;
}
  .stack14 .articleStyle18 .col2.bgStyle1 .btnStyle1 {
    margin: 0rem 0rem 0rem 2rem;
	align-self: flex-start;
    width: auto;
}

  .stack14 .articleStyle18 .col1 {
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: right;
	flex-basis: 47%;
	overflow: visible;
	border-radius: 1rem;
}

  .stack14 .articleStyle18 .col2 {
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: left;
	flex-basis: 47%;
	overflow: visible;
	border-radius: 1rem;
}

  .stack14 .articleStyle18 .col1 .material-symbols-outlined {
	font-size: 2rem;
	margin: 0rem 2rem 1rem 0rem;
	color: #efd9e0;
	padding: 1rem;
	background-color: #AF3A61;
	width: fit-content;
    align-self: flex-end;
	border-radius: 1rem;
}
  .stack14 .articleStyle18 .col2 .material-symbols-outlined {
	font-size: 2rem;
	margin: 0rem 2rem 1rem 2rem;
	color: #efd9e0;
	padding: 1rem;
	background-color: #AF3A61;
	width: fit-content;
    align-self: flex-start;
	border-radius: 1rem;
}

  .stack14 .articleStyle18 .col1 h2 {
	margin: 0rem 2rem 1rem 2rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #272728;
	line-height: 1.3;
}

  .stack14 .articleStyle18 .col1 p {
	margin: 0rem 2rem 1rem 4rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #666;
}

  .stack14 .articleStyle18 .col1 img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 1rem;
	border: 1px solid #e8e8e8;
}

  .stack14 .articleStyle18 .col2 h2 {
	margin: 0rem 0rem 1rem 2rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #272728;
	line-height: 1.3;
}

  .stack14 .articleStyle18 .col2 p {
	margin: 0rem 4rem 1rem 2rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #666;
}

  .stack14 .articleStyle18 .col2 img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 1rem;
	border: 1px solid #e8e8e8;
}

  .stack15 .btnStyle1 {
	display: inline-flex;
	align-items: center;
	margin: 0rem auto 0rem auto;
	padding: 0.5rem 2rem 0.5rem 2rem;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	background-color: #272728;
	color: #fff;
}

  .stack15 .btnStyle1:hover {
	background-color: #3a8d6e;

	cursor: pointer !important;
}

  .stack15 .btnStyle2 {
	display: inline-flex;
	align-items: center;
	border: 1px solid #bebebe !important;
}
  .stack15 .headerStyle2 {
	font-family: 'Rajdhani';
}

  .stack15 .headerStyle2 h1 {
	width: 80% !important;
	max-width: none !important;
	font-family: 'Rajdhani';
	font-size: 3rem;
}

  .stack15 .headerStyle2 p{
	max-width: 40%;
	margin: 0rem auto 2rem auto;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
	color: #666;
	padding: 0rem 0rem 0rem 0rem;
}

  .stack15 .imgContainer {
	margin: 0rem auto 0rem auto;
	max-width: 1200px;
	display: flex;
	justify-content: center;
}

  .stack15 .flexContainer.limits {
	font-family: 'Rajdhani';
	justify-content: center;
	gap: 5rem;
}

  .stack15 .flexContainer.limits div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

  .stack15 .flexContainer.limits div .material-symbols-outlined {
	font-size: 3rem;
	margin: 0rem 0rem 0.5rem 0rem;
}

  .flexContainer.limits div:nth-child(1) .material-symbols-outlined {
    color: #5FB894;
}

  .flexContainer.limits div:nth-child(2) .material-symbols-outlined {
    color: #D4749A;
}

  .flexContainer.limits div:nth-child(3) .material-symbols-outlined {
    color: #4A90E2;
}

  .flexContainer.limits div:nth-child(4) .material-symbols-outlined {
    color: #3a8d6e;
}

  .stack15 .flexContainer.limits div strong {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	color: #272728;
}

  .stack15 .flexContainer.limits div p {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	font-weight: 300;
	color: #666;
}

  .articleStyle19 {
	margin: 0rem 0rem 2rem 0rem;
	padding: 3rem 2% 1.5rem 2%;
	border: 1px solid ;
	border-radius: 0.8rem;
	position: relative;
	overflow: visible;
}

  .articleStyle19:nth-child(1):hover {
	background-color: #e6e4fa;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

  .articleStyle19:nth-child(2):hover {
	background-color: #e2e2e2;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

  .articleStyle19:nth-child(3):hover {
	background-color: #d9ebff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

  .articleStyle19:nth-child(4):hover {
	background-color: #d1ffee;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

  .articleStyle19:nth-child(1) .btnStyle1 {
	background-color: #897AC3;
	border: none !important;
}

  .articleStyle19:nth-child(2) .btnStyle1 {
	background-color: #606060;
	border: none !important;
}

  .articleStyle19:nth-child(3) .btnStyle1 {
	background-color: #41aace;
	border: none !important;
}

  .articleStyle19:nth-child(4) .btnStyle1 {
	background-color: #00A87B;
	border: none !important;
}

  .articleStyle19 .btnStyle1:hover {
	background-color: #000;
	color: #fff;
	border: none !important;
}

  .articleStyle19 p {
	margin: 0rem;
	font-size: 0.6rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	color: #edecec;
}

  .articleStyle19 h2 {
	margin: 0rem 0rem 0rem 0rem;
	text-align: left;
	display: inline-block;
	font-size: 1.2rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #272728;
}

  .articleStyle19 span.bookmark {
	color: #FFF;
	font-size: 6rem;
	font-variation-settings:
	  'FILL' 1,
	  'wght' 200,
	  'GRAD' 0,
	  'opsz' 24;
	position: absolute;
	top: -2rem;
	left: 1rem;
	text-shadow: 0 0 3px #262626;
}

  .articleStyle19 .logo {
	position: absolute;
	top: -3rem;
	left: 0rem;
	text-shadow: 0 0 3px #262626;
}

  .articleStyle19 h3 {
	text-align: left;
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 1.8rem;
	color: #272728;
	line-height: 0.9;
}

  .articleStyle19 h3 strong {
	font-size: 2rem;
	font-weight: 700;
}

  .articleStyle19 .btnStyle1 {
	width: 100%;
	margin-top: 2rem;
	padding: 0.4rem 0rem 0.4rem 0rem;
	text-align: center;
}

  .articleStyle19 .limits {
	width: 90%;
	gap: 1rem;
	margin: 0rem auto 2rem auto;
}

  .articleStyle19 .limits div {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	gap: 0.5rem;
}

  .articleStyle19 .limits div strong {
	font-size: 1rem;
	font-weight: 800;
}
  .articleStyle19 .limits div p {
	color: #646464;
	font-size: 0.6rem;
	font-weight: 400;
	line-height: 1.3;
}

  .articleStyle19 h5 {
	font-family: 'Armata';
	font-weight: 500;
	height: 70px;
}

  .articleStyle19 ul {
	margin: 0rem auto 0rem auto;
	padding: 0rem 0rem 0rem 0rem;
}

  .articleStyle19 ul li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
	list-style-position: outside;
}
  .articleStyle19 ul li span.material-symbols-outlined {
	font-size: 1.2rem;
	font-weight: 600;
	color: #22552e;
}

/*   Footer - START */

  #wrapper footer .col1 .imgContainer img {
	width: 60%;
}

  #wrapper footer h4 {
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 700;
	color: #45454C;
}

  #wrapper footer h4:hover {
	color: #3CBEE9;
}

  #wrapper footer p {
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1rem;
	font-weight: 600;
	color: #707074;
}

  #wrapper footer small {
	font-family: 'Nunito';
	font-size: 0.8rem;
	font-weight: 600;
	color: #a3a3a6;
}

  #wrapper footer ul {
	list-style: none;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 500;
	color: #a3a3a6;
}

  #wrapper footer a:hover {
	color: #3CBEE9;
}

  #wrapper footer ul li {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
}

/*   Footer - END */

/* #onboarding01 - START */

#onboarding01 .stack1 h1 {
	color: #45454C;
	font-family: 'Rajdhani';
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding01 .stack1 h2, h3 {
	color: #45454C;
	font-family: 'Rajdhani';
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding01 .stack1 p {
	color: #666;
	font-family: 'Rajdhani';
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding01 .stack1 p strong {
	color: #3CBEE9;
	font-weight: 700;
}

#onboarding01 .stack1 ul {
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 500;
	color: #666;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

#onboarding01 .stack1 ul li {
	margin: 0rem 2rem 0rem 2rem;
	padding: 0rem;
	text-align: left;
	list-style: disc;
	list-style-position: inside;
}

#onboarding01 .stack1 .col1 {
	flex-basis: 49%;
	padding: 1rem 1rem 1rem 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 1rem;
	margin-bottom: 3rem;
}

#onboarding01 .stack1 .col1:hover {
	border: 3px solid #3CBEE9;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col1:active {
	background-color: #3CBEE9;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col1:active h3 {
	color: #fff;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col1:active p {
	color: #fff;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col1:active ul li {
	color: #fff;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col2 {
	flex-basis: 49%;
	padding: 1rem 1rem 1rem 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 1rem;
	margin-bottom: 3rem;
}

#onboarding01 .stack1 .col2:hover {
	border: 3px solid #3CBEE9;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col2:active {
	background-color: #3CBEE9;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col2:active h3 {
	color: #fff;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col2:active p {
	color: #fff;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .col2:active ul li {
	color: #fff;
	transition: all 0.1s ease-in-out;
}

#onboarding01 .stack1 .btnStyle8 {
	background-color: #3CBEE9 !important;
	color: #fff;
	border: none !important;	
	border-radius: 0.5rem;
	padding: 0.2rem 1rem 0.2rem 1rem;
	cursor: pointer;
}

#onboarding01 .stack1 .btnStyle8:hover {
	background-color: #237b99 !important;
	color: #fff;
	border: none !important;	
	border-radius: 0.5rem;
	cursor: pointer;
}

#onboarding02 > .txt {
	margin: 0rem auto 0rem auto;
	width: 60%;
	border-radius: 1rem;
	border: 2px solid #3CBEE9;
	padding: 1rem;
}

#onboarding02 .txt h1 {
	color: #656565;
	font-family: 'Rajdhani';
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding02 .txt p {
	color: #656565;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding02 .boxStyle1 {
	background-color: #f5f5f5;
	border-radius: 1rem;
	padding: 1rem;
	margin: 0rem auto 0rem auto;
	width: 60%;
}

#onboarding02 .boxStyle2 {
	background-color: #f5f5f5;
	border-radius: 1rem;
	padding: 1rem;
	margin: 0rem auto 0rem auto;
	width: 60%;
}

#onboarding02 .boxStyle1 h3 {
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #656565;
	text-align: left;
	margin: 0rem 0rem 3rem 1rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding02 .boxStyle2 h3 {
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #656565;
	text-align: left;
	margin: 0rem 0rem 3rem 1rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding02 .boxStyle1 h4 {
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	color: #656565;
}

#onboarding02 .boxStyle2 h4 {
	font-family: 'Rajdhani';
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	color: #656565;
}

#onboarding02 .boxStyle1 label {
	font-family: 'Rajdhani';
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	color: #656565;
}

#onboarding02 select.typeSelector {
	width: 50%;
	margin: 0rem 0rem 0rem 1rem;
	padding: 0.2rem 0rem 0.2rem 0rem;
	border-radius: 0.35rem;
	border: 0.5px solid #656565;
	font-family: 'Rajdhani';
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	color: #656565;
}

#onboarding04 > .txt {
	margin: 0rem auto 0rem auto;
	width: 80%;
	border-radius: 1rem;
	border: 2px solid #3CBEE9;
	padding: 1rem;
}

#onboarding04 .txt h1 {
	color: #656565;
	font-family: 'Rajdhani';
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding04 .txt p {
	color: #656565;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding04 label {
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 500;
	color: #656565;
}

#onboarding04 .boxStyle1 {
	background-color: #f5f5f5;
	border-radius: 1rem;
	padding: 1rem;
	margin: 0rem auto 0rem auto;
	width: 80%;
}

#onboarding04 .boxStyle1 h3 {
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #656565;
	text-align: left;
	margin: 0rem 0rem 2rem 1rem;
	padding: 0rem 0rem 0rem 0rem;
}

#onboarding04 .boxStyle1 h4 {
	font-family: 'Rajdhani';
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1;
	color: #656565;
}

#onboarding04 .boxStyle1 p {
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 1rem;
	margin: 0rem 0rem 0rem 1rem;
	color: #656565;
}

#onboarding04 select.typeSelector {
	width: 50%;
	margin: 0rem 0rem 0rem 1rem;
	padding: 0.2rem 0rem 0.2rem 0rem;
	border-radius: 0.35rem;
	border: 0.5px solid #656565;
	font-family: 'Rajdhani';
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	color: #656565;
}

#MyRFP .subFlexLayout2e h3 {
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	color: #45454C;
	text-align: center;
	margin: 0rem 0rem 0rem 0rem;
}

#MyRFP .subFlexLayout2e h3:hover {
	font-weight: 900;
	color: #3CBEE9;
	transition: all 0.01s ease-in-out;
}

#MyRFP .articleStyle7 .btnStyle8 {
	background-color: #3CBEE9 !important;
	color: #fff;
	border: none !important;	
	border-radius: 0.5rem;
	padding: 0.3rem 1rem 0.3rem 1rem;
	cursor: pointer;
	font-family: 'Rajdhani';
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
}

#MyRFP .articleStyle7 .btnStyle8:hover {
	background-color: #237b99 !important;
	color: #fff;
	border: none !important;	
	border-radius: 0.5rem;
	cursor: pointer;
}


#mainContentArea .stack1 .headerStyle2 .btnStyle2 {
	display: inline-flex;
	align-items: center;
	border: 1px solid #bebebe !important;
}

#mainContentArea .stack1 .headerStyle2 h1 {
	font-size: 3rem;
}

#mainContentArea .stack1 .headerStyle2 p {
	max-width: 40%;
	margin: 0rem auto 2rem auto;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
	color: #666;
	padding: 0rem 0rem 0rem 0rem;
}

#mainContentArea .stack1 .productEcosystem {
	padding: 2rem 0rem 0rem 0rem;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem:hover {
	background-color: #ffe9be !important;
	transition: all 0.3s ease-in-out;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 {
	flex-basis: 63% !important;	
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h5 {
	width: 70% !important;
	margin: 0rem 0rem 2rem 0rem !important;
	height: 100% !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h3,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h5,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits strong,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits p,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li h2,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li span.material-symbols-outlined {
	color: #000 !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col3 .btnStyle1 {
	background-color: #CFA247 !important;
	color: #fff !important;
	border: none !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits {
	width: 30% !important;
	margin: 0rem 0rem 1rem 0rem !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt {
	padding: 0rem;
	overflow: hidden;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .imgContainer {
	width: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .imgContainer img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-bottom: 1px solid #e0e0e0 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt:hover {
	background-color: #f5f5f5 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1rem;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 p{
	margin: 0rem 0rem 1rem 0rem !important;
	font-size: 0.8rem !important;
	font-weight: 300 !important;
	color: #666 !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 h3{
	margin: 0rem 0rem 1rem 0rem !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 h5{
	margin: 1rem 0rem 1rem 0rem !important;
	height: 100% !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits{
	align-self: center;
	margin: 1rem 0rem 1rem 0rem !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits strong{
	font-size: 1.2rem !important;
	font-weight: 800 !important;
	color: #272728 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits p{
	font-size: 0.6rem !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .{
	gap: 0.5rem !important;

}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .btnStyle5{
	align-self: center;
	margin: 0rem 0.5rem 0.5rem 0rem !important;
	background-color: #45454C !important;
	border: none !important;
	padding: 0.2rem 0.5rem !important;
}

#mainContentArea .stack1 .productEcosystem .col {
	flex-basis: 100%;
}


#mainContentArea .stack1 .productEcosystem .col.col1{
	flex-basis: 23%;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 {
	align-items: center;
	gap: 2rem;
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col.articleStyle19.bgWhite h3{
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 {
	flex-basis: 63% !important;	
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h5 {
	width: 70% !important;
	margin: 0rem 0rem 2rem 0rem !important;
	height: 100% !important;
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h5, #mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h3 {
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > div.limits {
	width: 30% !important;
	margin: 0rem 0rem 1rem 0rem !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > div.limits p{
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 {
	flex-basis: 33% !important;
	border-left: 1px solid #666;
	padding-left: 2rem;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 ul li h2{
	color: #fff !important;
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 ul li span.material-symbols-outlined {
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 {
	flex-basis: 23% !important;
	height: 100px;
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 .btnStyle1 {
	background-color: #fff !important;
	color: #272728 !important;
	border: none !important;
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 .btnStyle1:hover {
	background-color: #272728 !important;
	color: #fff !important;
	border: none !important;
}

  .articleStyle11 {
	column-count: 3;
    padding: 1rem 1rem 1rem 1rem;
	background-color:#fff;
}


  .articleStyle11 article {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0.8rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-weight: 600;
	line-height: 1.1;
	text-align: left;
    border-radius: 0.8rem;
	border: 1px solid #ededed;
	transition: all 0.3s ease;
}

  .articleStyle11 article:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

  .articleStyle11 article .icon {
	width: 4rem !important;
	height: 4rem !important;
	min-width: 4rem;
	min-height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

  .articleStyle11 article .icon .material-symbols-outlined{
	font-size: 2.5rem;
}

  .articleStyle11 article .txt {

}

  .articleStyle11 article .txt h3 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

  .articleStyle11 article .txt h4 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.4rem;
	font-weight: 600;
}

  .articleStyle11 article .txt p {
	font-size: 1.1rem;
	margin: 0.3rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}

  .contentViewport2 .flexContainer {
	gap: 3rem;
	margin: 0rem auto 0rem auto;
	padding: 0rem 0rem 0rem 0rem;
	width: 85%;
}


  .contentViewport2 .flexContainer img {
	width: 100%;
}

  .contentViewport2 .flexContainer p {
	font-family: 'Rajdhani';
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 1rem 0rem 0rem 0rem;
}

  .contentViewport2 .flexContainer .col1 {
	flex-basis: 23%;
	background-color: #F6B633;
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 1rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
}

  .contentViewport2 .flexContainer .col1:hover {
	background-color: #e6a01f;
	color: #fff;
	transform: translateY(-15px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

  .contentViewport2 .flexContainer .col2 {
	flex-basis: 23%;
	background-color: #47A682;
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 1rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
}

  .contentViewport2 .flexContainer .col2:hover {
	background-color: #3e8a6f;
	color: #fff;
	transform: translateY(-15px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

  .contentViewport2 .flexContainer .col3 {
	flex-basis: 23%;
	background-color: #9F8CE5;
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 1rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
}

  .contentViewport2 .flexContainer .col3:hover {
	background-color: #8a72d9;
	color: #fff;
	transform: translateY(-15px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

  .contentViewport2 .flexContainer .col4 {
	flex-basis: 23%;
	background-color: #7CBDE5;
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 1rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-size: 2rem;
	color: #fff;
	font-weight: 600;

}

  .contentViewport2 .flexContainer .col4:hover {
	background-color: #65a2c4;
	color: #fff;
	transform: translateY(-15px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

  .contentViewport2 .flexContainer .material-symbols-outlined {
	color: #fff !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 600,
	'GRAD' 0,
	'opsz' 24;
	font-size: 2rem;
}

#cpgrfp .contentViewport2 .flexContainer a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Rajdhani';
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	width: 100%;
	margin: 1rem 0rem 0rem 0rem;
}

#cpgrfp .contentViewport2 .flexContainer .col1:hover {
	background-color: #e6a01f;
	color: #fff;
	transform: translateY(-15px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

#cpgrfp .contentViewport2 .flexContainer .col2 {
	flex-basis: 23%;
	background-color: #47A682;
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 1rem;
	text-align: center;
}

#cpgrfp .contentViewport2 .flexContainer .col2:hover {
	background-color: #3e8a6f;
	color: #fff;
	transform: translateY(-15px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

#cpgrfp .contentViewport2 .flexContainer .col3 {
	flex-basis: 23%;
	background-color: #9F8CE5;
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 1rem;
	text-align: center;
}

#cpgrfp .contentViewport2 .flexContainer .col3:hover {
	background-color: #8a72d9;
	color: #fff;
	transform: translateY(-15px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

#cpgrfp .contentViewport2 .flexContainer .col4 {
	flex-basis: 23%;
	background-color: #7CBDE5;
	border-radius: 2rem;
	padding: 1rem 1rem 1rem 1rem;
	text-align: center;
}

#cpgrfp .contentViewport2 .flexContainer .col4:hover {
	background-color: #65a2c4;
	color: #fff;
	transform: translateY(-15px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

#cpgrfp .contentViewport2 .flexContainer .material-symbols-outlined {
	color: #fff !important;
	font-variation-settings:
	'FILL' 1,
	'wght' 600,
	'GRAD' 0,
	'opsz' 24;
	font-size: 2rem;
}

#rfpDiscovery #rfContainer.stack.listContainer {
    width: auto;
	margin: 0rem 3rem 3rem 3rem !important;
	padding: 1.5rem !important;
	background-color: #fff;
	border-radius: 1rem;
	height: calc(100vh - 7rem);
	display: flex;
	flex-direction: column;
	overflow-x: auto;
}

  .flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle8 {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #0366d6 !important;
	border: 1px solid #0366d6 !important;
	color: #FFF;
	font-weight: 500;
	cursor: pointer !important;
}

  .flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle8:hover {
	background-color: #01489a !important;
	color: #FFF !important;
}
  .flexLayout8 > .col2 .listingStyle2 > .headerStyle1 > .flexContainer > .pagination a.btnStyle8 span.material-symbols-outlined {
	font-size: 1.5rem;
	color: #FFF !important;
}

  .stack15 .headerStyle2 h1 {
	color: #000 !important;
}

  .stack15 .headerStyle2 p {
	color: #000 !important;
}

#cpfrfp .listingStyle2 {
	overflow-x: auto;
}

#rfContainer .listingStyle2 {
	overflow-x: visible;
}

.listingStyle2 #noResultsPlaceholder {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	min-height: 200px;
	text-align: center;
	color: #666;
	margin-top: 1rem;
}

.listingStyle2 #noResultsPlaceholder span.material-symbols-outlined {
	font-size: 3rem;
	color: #0366d6 !important;
	margin-bottom: 0.5rem;
}

.listingStyle2 #noResultsPlaceholder h3 {
	margin: 0 0 0.25rem 0;
	font-family: 'Rajdhani';
	font-size: 1.4rem;
	color: #303036;
}

.listingStyle2 #noResultsPlaceholder p {
	margin: 0;
	font-size: 1rem;
	color: #6a6a6f;
}

.listingStyle2 table {
	border-collapse: collapse;
  	width: 100%;
	table-layout: auto;
}

.listingStyle2 table tr th {
	 text-align: center;
	 font-weight: unset;
}

.listingStyle2 table, th, td {
   border: 1px solid #ddd;
   padding: 0.5rem 0.5rem 0.5rem 0.5rem;
   text-align: left;
	 font-size: 0.8rem;
}

.listingStyle2 table th {
   border: 1px solid #ddd;
   padding: 3px;
   text-align: left;
	 font-size: 1rem;
}

.listingStyle2 table tr th .columnSortDropdown{
	display:block; 
	position:absolute; 
	background:white; 
	border:1px solid #ccc;
	padding:5px; 
	z-index:10; 
	width:200px;
}

.listingStyle2 table tr th .businessTypeSortDropdown {
  width: 300px;
}

.listingStyle2 table tr th ul {
	list-style:none; 
	padding:0; 
	margin:0;
}

.listingStyle2 table tr th .search-btn-container {
	margin-bottom: 5px;
}

.listingStyle2 table tr th ul li {
	padding:3px; 
	cursor:pointer;
	text-align: left;
	font-weight: normal;
}

.listingStyle2 table tr th hr,
.listingStyle2 table tr th ul li:last-child {
	padding:0; 
	margin:0;
}


.listingStyle2 table tr th .searchName {
	width:100%;
	margin-bottom:5px;
}

.listingStyle2 table, th button{
	padding: 0rem;
  background-color: unset;
  border: 0px;
  font-size: 0.7rem;
  font-weight: unset;
}

 .listingStyle2 table tr .leadName{
	position: relative;
	width: 15%;
	white-space: nowrap;
} 

 .listingStyle2 table tr .leadPosition{
	position: relative;
	width: 15%;
	white-space: nowrap;
} 

 .listingStyle2 table tr .companyName{
	position: relative;
	width: 15%;
	white-space: nowrap;
}
 .listingStyle2 table tr .lastInteraction{
	position: relative;
	width: 15%;
	white-space: nowrap;
}

.listingStyle2 table tr .nextInteraction{
	position: relative;
	width: 15%;
	white-space: nowrap;
}

.listingStyle2 table tr .businessType{
	position: relative;
	width: 10%;
}

.listingStyle2 table tr .country{
	position: relative;
  width: 8%;
}

.listingStyle2 table tr .state{
	position: relative;
  width: 5%;
}

.listingStyle2 table tr .opportunitySize{
	position: relative;
  width: 10%;
}

.listingStyle2 table tr .score{
	position: relative;
  width: 7%;
}

.listingStyle2 table tr .reasoning{
	position: relative;
	width: 10%;
}

.listingStyle2 table tr .actions{
	position: relative;
	width: 9%;
	white-space: nowrap;
}

.listingStyle2 table tr .actions .btnStyle3 {
	white-space: nowrap;
	flex-wrap: nowrap;
	align-items: center;
} 

.listingStyle2 table tr td h2 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-size: 0.8rem;
	line-height: 1.2;
}

 .listingStyle2 tr td p {
	font-size: 0.8rem;
}  

 .listingStyle2 tr .specialTag {
	text-align: center;	
}

 .listingStyle2 tr td .tag {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	font-size: 0.8rem;
	line-height: 1.1;
	color: #FFF;
	border-radius: 0.3rem;
	border-top-left-radius: 0rem;
	display: inline-block;
}

nav.primary .dropdownStyle1 {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-radius: 0.3rem;
}

nav.primary .dropdownStyle1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav.primary .dropdownStyle1 ul li {
	padding: 0.5rem;
	cursor: pointer;
	border-radius: 0.2rem;
	margin-bottom: 0.2rem;
}

nav.primary .dropdownStyle1 ul li:hover {
	background-color: #f5f5f5;
}

nav.primary .dropdownStyle1 ul li.selected {
	background-color: #f0f0f0;
	border: 1px solid #000;
}

nav.primary .dropdownStyle1 ul li.selected:hover {
	background-color: #f0f0f0;
	border: 1px solid #000;
}

nav.primary .dropdownStyle1 ul li.selected span.material-symbols-outlined {
	font-size: 1.5rem;
	color: #aeaeae !important;
	font-weight: 700 !important;
}

nav.primary .dropdownStyle1 ul li.selected:hover span.material-symbols-outlined {
	font-size: 1.5rem;
	color: #aeaeae !important;
	font-weight: 700 !important;
}

/* @end */

/* @group listStyles : ul, ol lists */

.listStyle1 {
	display: flex;
	justify-content: center;
}

.listStyle1 li {
	display: flex;
	margin: 0rem 1rem 0rem 0rem;
	line-height: 1.5;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
}

.listStyle1 li span {
	margin: 0rem 0.5rem 0rem 0rem;
}

.listStyle2 {
	text-align: center;
}

.listStyle2 li {
	margin: 0rem 1rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	line-height: 1.5;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	text-align: center;
}

.listStyle2 li span {
	margin: 0rem 0.5rem 0.5rem 0rem;
	vertical-align: middle;
}
/* @end */

.taskTab {
    position: relative;
}

.taskTab.back {
    display: inline-flex;
	align-items: center;
	gap: 0.2rem;
}

.taskTab.back span.material-symbols-outlined {
	font-size: 1.5rem;
	font-variation-settings:
	'FILL' 1,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24;
}

.taskTab .dropdown-btn {
    cursor: pointer;
    margin-left: 0.3rem;
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
    background-color: transparent;
    border: none;
    color: #666;
    transition: all 0.2s;
}

.taskTab .dropdown-btn:hover {
    color: #0366d6;
    background-color: #f0f0f0;
    border-radius: 0.2rem;
}

.taskTab .columnSortDropdown {
    display: none; 
    position: absolute; 
    top: 100%;
    left: 0;
    background: white; 
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    padding: 0.75rem; 
    z-index: 100; 
    width: 250px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-top: 0.5rem;
}

.taskTab .columnSortDropdown.businessTypeSortDropdown {
    width: 300px;
}

.taskTab .columnSortDropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.taskTab .columnSortDropdown ul li {
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 0.2rem;
    text-align: left;
    font-weight: normal;
}

.taskTab .columnSortDropdown ul li:hover {
    background-color: #f5f5f5;
}

.taskTab .columnSortDropdown hr {
    padding: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

/* @group taskManagementBar */
.taskManagementBar {
    position: sticky;
    top: 4.3rem;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.taskNav {
    display: flex;
	gap: 1rem;
	align-items: center;
	position: fixed;
	top: 4.3rem;
	width: 100%;
	border-bottom: 1px solid #ddd;
	z-index: 999;
}

.taskTab {
	padding: 0.5rem 1rem 0.5rem 1rem;
    font-family: 'Rajdhani';
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.taskTab.active {
    color: #0366d6;
    font-weight: 700;
	border-bottom: 2px solid #0366d6;
}

.taskTab.inactive {
	color: #bdbdbd;
	font-weight: 500;

	pointer-events: auto;
	cursor: not-allowed;
}


.taskCount {
    margin-left: 0.3rem;
    font-weight: 400;
}

.taskActions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

#home .articleStyle7 .contentLock {
	filter: blur(4px);
	pointer-events: none;
	opacity: 0.5;
}

#home .articleStyle7 .contentLock:hover {
	filter: blur(0px);
	pointer-events: auto;
	opacity: 1;
}

#home .articleStyle7 .lockIcon {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	width: 115%;
}

#home .articleStyle7 .lockIcon p {
	font-size: 1.5rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #3cbee9;
}

#home .articleStyle7 .lockIcon a > span {
	font-size: 3rem;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	color: #3cbee9;
	margin: 0rem 0% 0.5rem 0%;
}

#home .articleStyle7 .lockIcon a:hover > span {
	color: #3cbee9;
	font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 24;
}

/* View toggle styles for dashboard */
.view-toggle-btn {
	margin-left: 0.5rem;
}

.view-toggle-btn.active {
	background-color: #0366d6 !important;
	color: white !important;
}

.view-toggle-btn.active:hover {
	background-color: #01489a !important;
}

/* @end */