
body {margin: 0;padding: 0;background:#F8F8FB;color: #1A3D51;-webkit-text-size-adjust: 100%;text-size-adjust: 100%;font-size: 14px;font-family: 'Open Sans'; font-style:normal;}
.active-body {
   position: relative;
  padding-bottom: 0;
  color: #1a3d51;
  background-color: #303030;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
.home-body {
  position: relative;
  padding-bottom: 0;
  color: #1a3d51;
  background-color: #303030;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}

header{ min-height:auto } 
a {text-decoration: none;color:#1A3D51;}
a:hover {color: #fff; text-decoration: none !important;color:#1A3D51;}
 

main { display: block;}


.wpadmin {
    background: #303030;
    direction: ltr;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    max-width:1440px;
}

.adminmenuwrap {
    background: #303030;
    width: 160px;
    position: fixed;
    top: 0;
    bottom: -120px;
    z-index: 1;
}

.pro-mar{margin-top:-7px}

.btn-primary{background: #48A1D9 !important;border-radius: 10px !important;}
.homecontentBody {width: auto;
    background: #F8F8FB;
    margin: auto;
    min-height: 100%;
    margin-top: 40px;
    margin-left: 160px;}
.contentBody {width: auto;
    background: #F8F8FB;
    margin: auto;
    min-height: 100%;
    margin-top: 40px;
    margin-left: 160px;}
    
.signcontentBody {
    width: 100%;
    background: #F8F8FB;
    margin: auto;
    min-height: 100%;
    margin-top: 80px;
    margin-left: 160px;
}
.midContentBody {width: 100%; background:#F8F8FB;  margin: auto;  padding: 0px 15px; min-height:100%; margin-top: 40px;}
.midContentBody .formUserpanel {padding: 0; margin:8px 0; background: #F8F8FB; box-shadow: none !important;}

.select-details-grid {display: grid;  grid-gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr));  margin-top: 0;}
.cpbforms-panel h1.steps-head {color: #1A3D51;font-size: 32px; font-weight:700;text-align: left;margin-left: 15px;  margin-bottom: 0em; line-height: 44px;}
.details-grid-item {
    display:inline-block;
    background:#E5EEFD;
    margin: 0 10px 20px;
    padding: 0;
    min-height:230px;
    border-radius: 10px;
    width:210px;
}
.details-grid-item-section {
    background-color: #fff;
    border-radius: 10px;
    font-size: 30px;
    text-align: center;
    border: 1px solid #ddd;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
}
.details-grid-cont {
    min-height: 175px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.details-grid-img {
    margin-bottom: 0.5rem;
    width: 200px;
}
.details-grid-footer {
    height: 26px;
    background: #E5EEFD;
    display: flex;
    line-height: 13px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius:10px;
    margin-top: 10px;
}

.details-grid-footer .learn-more {
	margin-top: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 6px;
    width: 62px;
    height: 28px;
    background: #48A1D9;
    border-radius: 18px;
    color: #fff;
}

.details-grid-footer .delete-icon {
    margin-left: auto;
}

.midContentBody .monetizePanel{
	background: url(../images/monetize-bg.png) no-repeat center center;
    background-size: cover;
    background-color: #FFFFFF;
    height: 0;
    display: table;
    width:100%;
    min-height: 315px;
 }
 
.midContentBody .banner-wrap-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

.midContentBody .banner-wrap-inner h1 {
    width: 100%;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    margin: 15px 0;
}

.midContentBody .banner-wrap-inner .subhead {
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    max-width: calc(100% - 815px);
    text-align: center;
    display: inline-block;
}

.midContentBody .monetize-steps.active {
    display: block;
}

.midContentBody .monetize-steps .step-progress {
    padding: 10px;
    margin-left: 200px;
}

.midContentBody .monetize-steps .step-thumb {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.midContentBody .monetize-steps  .step-num {
    height: 32px;
    width: 32px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    line-height: 30px;
    border: 2px solid #d3d3d3;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.midContentBody .monetize-steps .step-thumb:after {
    content: "";
    height: 2px;
    background: #d3d3d3;
    position: absolute;
    right: 0;
    display: block;
    width: 50%;
    top: 16px;
    z-index: 0;
}

.midContentBody .monetize-steps  .step-thumb:before {
    content: "";
    height: 2px;
    background: #d3d3d3;
    position: absolute;
    left: 0;
    display: block;
    width: 50%;
    top: 16px;
    z-index: 0;
}

.midContentBody .monetize-steps  .step-thumb.active:before, .midContentBody .monetize-steps  .step-thumb.active:after {
    background: #269bcd;
}
.midContentBody .monetize-steps  .step-thumb:first-child:before, .midContentBody .monetize-steps  .step-thumb:last-child:after {
    display: none;
}

.midContentBody .monetize-steps .step-thumb.active .step-num {
    border-color: #269bcd;
    background: #269bcd;
    color: #fff;
}

.midContentBody .monetize-steps .step-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    width: 120px;
    position: relative;
    left: 35px;
    margin-top: 10px;
}


.midContentBody .search-box {
	background-color: #fff;
    margin: 24px 0;
    padding: 20px;
}
.midContentBody .search-box label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;	
	margin-bottom: 12px;
}

.midContentBody .search-box input, .midContentBody .search-box select {
	background: #F7F8FB;
    border: 1px solid #BDC6D9;
    border-radius: 10px;	
}

.midContentBody .sub-btn {
	margin-top: 20px;
    padding: 13px;
} 

.midContentBody .sub-btn button { width:80%; background: #48A1D9; border-radius: 10px;margin-top: 15px;} 

.detail-view .prod-list { border-top: 1px solid #E5E5E5; }

.detail-view span.heading {
	font-weight: 700;
	font-size: 22px;
	line-height: 35px;
}

.detail-view p.subheading {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.detail-view p.subkeyword {
	margin: 0 0 20px;
}

.detail-view .csv-icon {
	text-align: right;
}


.detail-view .table_content .table_head, .detail-view .table_content .table_row {
    min-width: 1150px;
    display: flex;
    align-items: center;
    text-align: left;
    height: 80px;
    justify-content: space-between;
    font-weight: 700;
    padding: 0px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.detail-view .table_content .prod1, .detail-view .table_content .prod2, .detail-view .table_content .prod3, .detail-view .table_content .prod4, .detail-view .table_content .prod5,.detail-view .table_data .prod1, .detail-view .table_data .prod2, .detail-view .table_data .prod3, .detail-view .table_data .prod4, .detail-view .table_data .prod5{
    min-width: 225px;
}

.detail-view .table_content .table_row {border-radius: 10px; font-weight: 400; box-shadow: 0px 3px 5px rgb(223 229 241 / 30%); background-color: #ffffff; height:150px; align-items: start;padding-top: 18px;margin-bottom: 10px;}

.detail-view .table_content .table_data.prod1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-view .table_content .image_ {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #C5EAF9;
    border-radius: 10px;
    margin-right: 8px;
    width: 120px;
    height: 120px;
}


.detail-view .table_content .table_data.prod2 span {
	display: flex;
    align-items: flex-end;
    justify-content: start;
    width: 68px;
    height: 14px;
    margin: 10px 0;
    font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}
.detail-view .table_content .table_data.prod2 span img{    padding: 0 0 2px; height: auto;}

.detail-view .table_content .table_data.prod2 span .fasortdown {
    font-size: 15px;
    padding: 0 5px 2px;
    margin: 0;
    text-align: center;
}

.detail-view .table_content .table_data.prod3 {font-weight: 700;}


.detail-view .table_content .image_ img {
    width: 80%;
    height: 80%;
}

.detail-view  .table_content .table_data.prod5 .btn {
    border: 1px solid #48A1D9;
    border-radius: 6px;
    width: 160px;
    margin: 4px;
    background: #fff;
    color: #48A1D9;
    font-size: 14px;
}

.detail-view  .table_content .table_data.prod5 .btn-primary {
    border: 1px solid #48A1D9;
    border-radius: 6px;
    width: 160px;
    margin: 4px;
    background: #48A1D9;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    width: 168px;
}


.detail-view .table_content .table_data.prod2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	height: 0;
    display: inline-block;
}

.detail-view .table_content .prod3, .detail-view .table_data.prod3 {text-align:center;  align-items: start;    justify-content: center;}

.detail-view .table_data.prod4{display: inline;align-items: start;justify-content: center;}
.detail-view .table_data.prod5{display: inline;text-align: center;}
.prod-pagination{
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.pagination {	
	background: #fff;
	filter: drop-shadow(0px 3px 5px rgba(223, 229, 241, 0.3));
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width:485px;
	border-radius: 19px;
}

.pagination a {
	float: left;
	padding: 8px 30px;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height: 37px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.pagination a.parrow{
	color:#48A1D9;
}

.pagination a.active{
box-shadow: 0px 1px 0px #48A1D9;
}

.login {
	width: 100%;
    border: 1px solid #fff;
    max-width: 740px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height:550px;
}

.login .col-md-6.left-side .col-md-12,.login .col-md-6.left-side .col-md-6{
	margin-bottom: 15px;
}
.login .col-md-6.left-side {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    height: 550px;
    padding: 0 30px;
}

.login .col-md-6.left-side h1 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #1A3D51;
	border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.login .col-md-6.left-side .signform {
	margin: 30px 0 15px 0;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.login .col-md-6.left-side label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.login .col-md-6.left-side input {
	background: #F7F8FB;
	border: 1px solid #BDC6D9;
	border-radius: 10px;
	height:48px;
}

.login .col-md-6.left-side .sub_button {
	text-align: center;
    margin: 0 0 20px;
}

.login .col-md-6.left-side button {
	background: #48A1D9;
	border: #48A1D9;
	border-radius: 10px;
	padding: 13px 40px;	
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}


.login .col-md-6.left-side p {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #1A3D51;
}

.login .col-md-6.left-side p a {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #48A1D9;
}

.login .col-md-6.right-side{
	background: #48A1D9;
    border-radius: 0px 10px 10px 0px;
    height: 550px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 25px;
}

.login .col-md-6.right-side h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
}

.login .col-md-6.right-side p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.forgot {
	width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height:350px;
}

.forgot .row {
	width: 100%;
}

 .forgot .col-md-12.left-side {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    height: 350px;
    padding: 0 30px;
}

.forgot .col-md-12.left-side h1 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #1A3D51;
	border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.forgot .col-md-12.left-side .signform {
	margin: 30px 0 15px 0;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.forgot .col-md-12.left-side label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.forgot .col-md-12.left-side input {
	background: #F7F8FB;
	border: 1px solid #BDC6D9;
	border-radius: 10px;
	height:48px;
}

.forgot .col-md-12.left-side .sub_button {
	text-align: center;
    margin: 0 0 20px;
}

.forgot .col-md-12.left-side button {
	background: #48A1D9;
	border: #48A1D9;
	border-radius: 10px;
	padding: 13px 40px;	
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}
.forgot .col-md-12.left-side p {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #1A3D51;
	text-align: center;
}

.forgot .col-md-12.left-side p a {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #48A1D9;
}
.forgot .col-md-12.left-side .col-md-12 {
	margin-bottom: 25px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline:none !important;}

.connect-aff .modal-body {
    padding: 0 !important;
    text-align: left !important;
}

.Active_product_block .edit-icon {
    text-align: right;
}
.pheading{margin: 0;  padding: 0;}
.pheading h1.steps-head{margin-left: 0;  padding: 0;font-weight: 700;font-size: 22px;line-height: 30px;}
.col-md-12.profile-section {
	background: #FFFFFF;
	box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
	border-radius: 10px;
	padding: 30px;
    margin:  0 0 30px 0;
    
}	
.col-md-12.activation-section {
	background: #FFFFFF;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0;
   
}

.form-mid{margin: 0 25%;}
.form-mid input {
	background: #F7F8FB;
	border: 1px solid #BDC6D9;
	border-radius: 10px;
}
.form-mid button{width: 200px;  margin: 0 15px 0 49px;background: #48A1D9;border-radius: 10px;}
.form-mid button.upgrade-btn{width: 200px;  margin: 0 15px 0 0;background: #48A1D9;border-radius: 10px;}
.form-mid button:hover{background: #48A1D9;border-radius: 10px;}

.homepage{margin:0; padding:0;}
.homepage .banner .banner-wrap {
    background-image: url(../images/home-banner.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    display: block;
    width: 100%;
    min-height: 537px;
    height: auto;
    margin-top: 0;
}

.homepage .container-wrap, .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    width: auto;
}

.homepage .banner .banner-wrap-inner {
    padding: 60px 0 0;
    width: 100%;
    max-width: 720px;
    margin:0 auto;
    position: relative;
}

.homepage .banner .banner-wrap-inner h1 {
    font-weight: 700;
	font-size: 32px;
	line-height: 44px;
    text-transform: none;
    margin: 0;
}

.homepage .banner .banner-wrap-inner p {
    font-weight: 400;
	font-size: 18px;
	line-height: 26px;DW
    text-transform: none;
    letter-spacing: -0.01em;
    margin: 10px 0 0;
}

.homepage .banner .banner-wrap-inner button {
	margin-top: 30px;
    background: #48A1D9;
    border-radius: 10px;
}

.homepage .over-banner .dark-banner-img {
	margin: -16rem 0 0;
    text-align: center;
}

.homepage .four-box-section {
    clear: both;
    margin: 100px 0 50px;
}

.homepage .pageInnerWrap {
    max-width: 720px;
    margin: 0 auto;
}

.homepage .four-box-section h2 {
    font-weight: 700;
    font-size: 28px;
	line-height: 38px;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    text-transform: none;
}

.homepage .four-box-section .subhead {
    font-weight: 400;
	font-size: 16px;
	line-height: 24px;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    text-transform: none;
}

.homepage .four-inner-box{
	background-color:#fff;
	box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
	border-radius: 10px;
	text-align: center;
    padding: 40px;
}


.homepage .four-inner-box p.fi-title {
    font-weight: 700;
	font-size: 22px;
	line-height: 30px;
    margin: 20px 0;
    padding: 0;
}

.homepage .four-inner-box p {
    text-align: center;
    font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.homepage .midBgSection{
    display: inline-block;
    background-image: url(../images/bg-section.png);
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: inline-block;
    width: 100%;
    min-height: 520px;
    height: auto;
    margin: 0;
    position: relative;
}

.homepage .two-box-wrap {
	margin: 80px 0;
	color:#fff;
}
.homepage .two-box-wrap .left-content-box {
    width:475px;
    margin: 60px 0;
}

.homepage .two-box-wrap .right-content-box {
    width:475px;
    margin: 60px 0;
    position: relative;
    left: 100px;
}

.homepage .two-box-wrap .left-content-box p.fi-title, .homepage .two-box-wrap .right-content-box p.fi-title {
    font-weight: 700;
	font-size: 28px;
	line-height: 38px;
    margin: 20px 0;
    padding: 0;
}

.homepage .two-box-wrap .left-content-box p, .homepage .two-box-wrap .right-content-box p {
    font-weight: 400;
    font-size: 16px;
	line-height: 24px;
    margin: 30px 0;
}

.homepage .two-box-wrap .left-content-box button,.homepage .two-box-wrap .right-content-box button {
    background: #48A1D9;
    border-radius: 10px;
}

.homepage .img-box {
    text-align: center;
}
.homepage .img-box img {
    border-radius:10px;
    width:100%;
}

.homepage .four-box-section .two-inner-box {
    width: 100%;
    float: left;
    margin: 40px 0;
    padding-right: 0;
}

.homepage .four-box-section .two-inner-box.inner-box-content {
    margin-top: 80px !important;
}

.homepage .four-box-section .two-inner-box .listGridBox {
	margin-bottom: 40px;
	margin-right: 42px;
}

.homepage .four-box-section .two-inner-box .lgContBox {
    vertical-align: middle;
    padding-top: 2px;
}
.homepage .four-box-section .two-inner-box .lgImgBox {
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    margin-right: 20px;
}

.homepage .four-box-section .two-inner-box .lgContBox span {
    font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.homepage section.release-notes-section {
    background: #FFFFFF;
    clear: both;
    padding: 40px 0;
}

.homepage section.release-notes-section h3 {
	font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}

.homepage section.release-notes-section .subhead {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 50px;
}

.homepage section.release-notes-section span {
	font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
}

.homepage section.release-notes-section p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	width: 98%;
}
.footer-main {
    clear: both;
}

.homepage-outer {
    background: #1A3D51;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.homepage-outer .nhf-footer{
	display: flex;
    align-items: center;
    vertical-align: middle;
    margin: 0 30px;
}

.homepage-outer .nhf-footer .nhf-footerhead {
    text-align: left;
    width: 50%;
    display: inline-block;
    padding: 10px 0 0 0;
}
.homepage-outer .nhf-footer .nhf-footerhead p { margin-top:15px;}

.nhf-privacylinks {
    text-align: right !important;
    font-size: 12px;
    width: 50%;
    padding: 10px 0 0 0;
}
.nhf-privacylinks ul {
    list-style: none;
    padding-left: 0;
}
.nhf-privacylinks ul li {
    padding: 0 15px;
    display: inline-block;
    margin-top: 15px;
}

.nhf-privacylinks ul li a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}

.Active_product_block .weekly-report-section {
    width: 100%;
}
.weekly-report-box {
	background: #fff;
    padding: 20px;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    max-height: 180px;
    height: 100%;
    margin: 20px 0;
}
.Active_product_block .weekly-report-section h2 {
font-weight: 400;
font-size: 22px;
line-height: 30px;
margin-bottom: 30px;
}
.Active_product_block .weekly-report-section .listGridBox p {
font-weight: 400;
font-size: 18px;
line-height: 25px;
}
.Active_product_block .weekly-report-section .listGridBox p:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #5EB669;
    font-weight: 900;
	font-size: 18px;
	line-height: 21px;
    margin-right: 10px;
}
.weekly-content {
    width: 100%;
    display: flex;
    justify-content: center;
}
.weekly-content-row {
    width: 100%;
}
.weekly-content-btn {
    width: 20%;
}

.Active_product_block .week-report-heading:before {
    content: "\f060";
    font-family: FontAwesome;
    color: #48A1D9;
    font-weight: 900;
	font-size: 22px;
	line-height: 25px;
    margin-right: 15px;
    cursor:pointer;
}
.Active_product_block .weekly-report-head{width:100%;}
.Active_product_block .weekly-report-head h1{width:94%;}

.Active_product_block .weekly-report-head .month-name-right {
    text-align:center;
    background: #fff;
    width: 85px;
    border-radius: 5px;
    height: 35px;
    border: 1px solid #48A1D9;
    color: #48A1D9;
    cursor: pointer;
}

.Active_product_block .weekly-report-head .month-name-right:after {
	content: "\f0d7";
    font-family: FontAwesome;
    color: #48A1D9;
    font-weight: 900;
	font-size: 22px;
	line-height: 25px;
    margin-left: 12px;
    vertical-align: middle;
}

.month-popup{
	background:#fff;
	width: 100%;
    display: inline-block;
}

.month_name_popup_ .popup {
	z-index: 999;
    position: absolute;
    right: 30px;
    top: 175px;
    z-index: 999;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    background-color: #FFFFFF;
    padding: 20px;
    width: 280px;
    border-radius: 10px;
}

.month_name_popup_ .popup .month {
	width: 28%;
    display: inline-block;
    border: 1px solid #48A1D9;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    color: #48A1D9;
}

.month_name_popup_ .popup .month p {
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
    vertical-align: middle;
    margin-top: 12px;
    cursor: pointer;
}


.weekly-read-content {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 30px;
}


.weekly-read-content img {
    width: 100%;
}

.weekly-read-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}

.weekly-read-content .c-paragraph {
    margin-bottom: 20px;
}
.weekly-read-content .c-paragraph span {
    color: #48A1D9;
}

.weekly-read-content .c-paragraph-strong {
    margin-top: 40px;
}
.weekly-read-content strong {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	padding-top:40px;
}

.weekly-read-content .read-img {
    text-align: center;
    margin: 40px 0;
}

.trending-products {
    margin-top: 10px;
    padding: 15px;
    min-height: 800px;
    width:100%;
}

.trending-categories {
    background: #fff;
    padding: 15px;
    min-height: 500px;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 20px;
    width: 260px;
}
.trending-categories .categories-heading{
	font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0 0 25px 10px;
    border-bottom: 1px solid #E5E5E5;
}
.trending-categories .categories {
    margin: 0;
}

.trending-categories .categories ul {
    margin: 0;
    padding: 0 0 0 10px;
}

.trending-categories .categories li {
    list-style: none;
}

.trending-categories .categories li a{
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #48A1D9;
    text-transform: capitalize;
}

.trend-products-grid {
    margin-left: 15px;
    margin-bottom: 40px;
    width: 835px;
}

.trend-products-grid .products-heading {
    font-weight: 700;
	font-size: 14px;
	line-height: 19px;
}
.trend-products-grid span {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.trend-products-grid .trend-products {
   margin-top: 15px;
   margin-left: 10px;
}

.trend-products-grid .google-ad-col {
	background: #FFFFFF;
	box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
	border-radius: 10px;
	margin-right: 15px;
}

.trend-products-grid .pactive {
    background: #E9F9FF !important;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    margin-right: 15px;
}

.trend-products-grid .tileStyle {
    width: 260px;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
	border-radius: 10px;
    transition: .4s;
    max-width: 412px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}

.trend-products-grid .google-ad-col .tileInnerContainer {
    height: 100%;
    margin: 15px 10px;
}


.trend-products-grid .google-ad-col .topicInfoContainer {
    padding: var(--tile-padding) 0;
}

.trend-products-grid .google-ad-col .tileKeywordContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.trend-products-grid .google-ad-col .tileKeyword {
    font-weight: 700;
	font-size: 18px;
	line-height: 25px;
    display: flex;
    align-items: start;
    letter-spacing: -1px;
    text-transform: lowercase;
    word-spacing: 3px;
}

.trend-products-grid .google-ad-col .tileDescription {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 20px;
	min-height: 33px;
}

.trend-products-grid .google-ad-col .trendTagsContainer.peaked {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    width: 70px;
    height: 28px;
    background: #D04A61;
    border-radius: 18px;
}

.trend-products-grid .google-ad-col .trendTagsContainer.trending {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 16px;
	width: 83px;
	height: 28px;
	background: #5EB669;
	border-radius: 18px;
}

.trendTagsContainer p{
	font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    margin-top: 15px;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
}
.trendScoresContainer {
    margin-top: 10px;
}
.scoresContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 55px;
}
.scoresInnerContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.scoreTag {
    width: 50px;
    min-width: fit-content;
    min-width: -moz-fit-content;
    display: flex;
    flex-direction: column;
}
.scoreTagTop {
    font-weight: 600;
	font-size: 14px;
	line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.scoreTagItem {
    color: #D04A61;
    font-weight: 700;
	font-size: 20px;
	line-height: 27px;
}
.scoreTagTredingItem {
    color: #5EB669;
    font-weight: 700;
	font-size: 20px;
	line-height: 27px;
}
.exponentialFlag .scoreTagGradient {
    color: #D04A61;
    font-weight: 700;
	font-size: 20px;
	line-height: 27px;
}
.exponentialFlag .scoreTagTredingGradient {
    color: #5EB669;
    font-weight: 700;
	font-size: 20px;
	line-height: 27px;
}
.tileChartContainer {
    margin-top: 20px;
}
.tileChartContainer img {
    width: 100%;
}

.modal-body .trendScoresContainer {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.modal-body .scoresContainer {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 55px;
}

.modal-body .tileDescription {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 20px;
}

.modal-body .trendTagsContainer.peaked {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    width: 70px;
    height: 28px;
    background: #D04A61;
    border-radius: 18px;
}

.modal-body .trendTagsContainer.trending {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 16px;
	width: 83px;
	height: 28px;
	background: #5EB669;
	border-radius: 18px;
}

.modal-body .trendTagsContainer p{
	font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    margin-top: 27px;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
}
.modal-body .scoresContainerPeriod{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 55px;
}

.modal-body .scoreTagItem {
    color: #D04A61;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.modal-body .scoreDaysItem {
    color: #1A3D51;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.modal-body .scoreTagTop:after{
	content: "\f059";
    font-family: FontAwesome;
    color: #48A1D9;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    margin-left: 9px;
    vertical-align: middle;
}

.modal-body .tileChartContainer {
    background: url(../images/graph-scale.png) no-repeat center center;
    background-size: cover;
    background-color: #FFFFFF;
    height: 0;
    display: table;
    width: 100%;
    min-height: 285px;
}

.modal-body .tileChartContainer img {
    position: relative;
    left: 38px;
    bottom: 0px;
    width: 96%;
}

.modal-body .trending-category {
    margin-top: 14px;
}

.modal-body .categories-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.modal-body .categories-list {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    height: auto;
    min-height: 55px;
    margin-bottom: 20px;
}

.modal-body .categories-list ul {
    width: 100%;
    margin: 18px 0;
    list-style: none;
    padding: 0;
}

.modal-body .categories-list li {
    width: 12%;
    float: left;
    text-align: center;
    background: #F3F4F7;
    border-radius: 18px;
    padding: 0 6px;
    height: 28px;
    margin: 0 4px;
}

.modal-body .categories-list li p {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #48A1D9;
    padding-top: 7px;
    letter-spacing: 0.5px;
}
.modal-body  button.btn.btn-primary {
    background: #48A1D9;
    border-radius: 10px;
    border: 1px solid #48A1D9;
    width: 25%;
    padding: 12px;
    margin: 4px;
    display: inline-block;
}

.midContentBody .keyword-search-box {
    background-color: #fff;
    margin: 24px 0;
    padding: 20px;
    box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
	border-radius: 10px;
}
.midContentBody .keyword-search-box .sub-btn button { width:45%; background: #48A1D9; border-radius: 10px;margin-top: 3px;} 
.midContentBody .keyword-search-box .sub-btn .btn-white { width:45%; background: #fff; border-radius: 10px;margin-top: 3px;color: #48A1D9;border: 1px solid #48A1D9;} 

.keyword-heading .subheading{font-weight: 700; font-size: 22px; line-height: 30px;}

.keyword-section .left-white-section {
    background: #fff;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    min-height: 100px;
    margin: 0 0 20px 0;
    padding: 20px;
}

.keyword-section .left-white-section h2 {
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
}

.keyword-section .left-white-section h2::after{
	content: "\f059";
    font-family: FontAwesome;
    color: #48A1D9;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    margin-left: 9px;
}

.keyword-section .left-white-section span {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}
.keyword-section .left-white-section .progress {
	height: 10px;
} 
.keyword-section .left-white-section .progress-bar {
   background-color: #48A1D9;
}
.keyword-section .left-white-section .mobdeck-section {
    padding: 20px;
}

.keyword-section .left-white-section .mobdeck-section{padding:20px;}

.keyword-section .left-white-section .mobdeck-section .progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.keyword-section .left-white-section .mobdeck-section .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #1A3D51;
  position: absolute;
  top: 0;
  left: 0;
}

.keyword-section .left-white-section .mobdeck-section .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.keyword-section .left-white-section .mobdeck-section .progress .progress-left {
  left: 0;
}

.keyword-section .left-white-section .mobdeck-section .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.keyword-section .left-white-section .mobdeck-section .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.keyword-section .left-white-section .mobdeck-section .progress .progress-right {
  right: 0;
}

.keyword-section .left-white-section .mobdeck-section .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.keyword-section .left-white-section .mobdeck-section .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
} 
.keyword-section .left-white-section .mobdeck-section .p-content {
	display: inline-block;
    float: left;
    width: 100%;
}



.keyword-section .left-white-section .mobdeck-section .border-primary {
    border-color: #48A1D9!important;
}

.keyword-section .left-white-section .mobdeck-section .p-content .dark, .keyword-section .left-white-section .mobdeck-section .p-content .light {
	font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    width: 50%;
    float: left;
   
}

.keyword-section .left-white-section .mobdeck-section .p-content .dark::before {
	content: "e27e";
	background-color: #1A3D51;
	color: #1A3D51;
	margin-right: 4px;
	width: 16px;
	height: 16px;
} 

.keyword-section .left-white-section .mobdeck-section .p-content .light::before {
  content: "e27e";
  background-color: #48A1D9;
  color: #48A1D9;
   margin-right: 4px;
   width: 16px;
height: 16px;
} 

.detail--view p.subkeyword {
    margin: 0 0 20px;
}
.detail--view p.subheading {
    font-weight: 700;
	font-size: 22px;
	line-height: 30px;
} 

.detail--view .csv-icon {
    text-align: right;
} 
.detail--view table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 0 9px;
    color: #1a3d51 !important;
    border: none !important;
}

.detail--view th {
	font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1A3D51;
    border: none;
}

.detail--view th.sorting::after {
	content: "\f0dc";
    font-family: FontAwesome;
    color: #1A3D51;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    margin-left: 10px;
}

.detail--view table>tbody>tr {
    background-color: #fff !important;
    --bs-table-accent-bg: #fff !important;
    vertical-align: middle;
    border-color: #fff;
    box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
}

.detail--view td {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.detail--view td:first-child{
  border-radius: 10px 0 0 10px;
  color: #48A1D9 !important;
  font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}


.detail--view td:last-child {
  border-radius: 0 10px 10px 0;
}

.detail--view .tablepagination a.parrow {
    color: #48A1D9;
}

.detail--view .tablepagination a.active {
    box-shadow: 0px 1px 0px #48a1d9;
}
.detail--view .tablepagination {
    justify-content: center;
    left: 100px;
    right: 0;
    margin: auto;
    bottom: 0;
    margin-bottom: 50px;
    display: inherit;
     background: #fff;
    filter: drop-shadow(0px 3px 5px rgba(223, 229, 241, 0.3));
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 390px;
    border-radius: 19px;
}

.detail--view .tablepagination a {
    margin: 0.5px;
    text-decoration: none;
    background-color: #ffffff;
    width: 50px;
    height: 38px;
    font-weight: 700;
    color: #1a3d51;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    flex-direction: row;
}

.detail--view .tablepagination a:hover {
  color: #48a1d9;
}
.detail--view .tablepagination .pre {
  border-radius: 19px 0px 0px 19px;
  width: 78px;
  color: #48a1d9;
}
.detail--view .tablepagination .next {
  width: 78px;
  color: #48a1d9;
  border-radius: 0px 19px 19px 0px;
}

.question-section{margin-top:50px;}

.keyword-search-box label.col-form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1A3D51;
}

.keyword-search-box label::after {
	content: "\f059";
    font-family: FontAwesome;
    color: #48A1D9;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    margin-left: 9px;
}

.Active_product_block .d-flex.marketplace-head {
    width: 100%;
    margin-bottom: 50px;
}

.Active_product_block .marketplace-head h1 {
    width: 70%;
}

.Active_product_block .marketplace-right {
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: start;
    height: 50px;
}

.Active_product_block .marketplace-right span {
    vertical-align: middle;
    padding: 15px 0 0 0;
    font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.Active_product_block .marketplace-right .marketplace-drop {
    text-align: left;
    background: #fff;
    width: 160px;
    border-radius: 5px;
    height: 50px;
    border: 1px solid #48A1D9;
    color: #48A1D9;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 15px;
    margin: 0 20px;
    line-height: 45px;
}

.Active_product_block .marketplace-right .marketplace-drop:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #48A1D9;
    font-weight: 900;
    font-size: 22px;
    line-height: 25px;
    margin-left: 25px;
    vertical-align: middle;
}

.Active_product_block .marketplace-right .btnīmg.left {
	margin-right: 13px;
}

.detail--view .marketplace-list td:nth-child(2){width:40%}

.detail--view .marketplace-list .text-green{
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #5EB669;
}

.Active_product_block .audience-head {
    width: 100%;
}

.Active_product_block .audience-head h1 {
    width: 88%;
}

.Active_product_block .audience-head .aud-cal {
	text-align: left;
    background: #48A1D9;
    width: 18%;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #48A1D9;
    color: #fff;
    cursor: pointer;
    padding-top: 4px;
    padding-left: 16px;
}

.Active_product_block .audience-head .aud-cal:before {
	content: "\f133";
    font-family: FontAwesome;
    color: #fff;
    font-weight: 900;
	font-size: 22px;
	line-height: 25px;
    margin-right: 12px;
    vertical-align: middle;
}

.Active_product_block .audience-head .aud-cal:after {
	content: "\f0d7";
    font-family: FontAwesome;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    line-height: 25px;
    margin-left: 20px;
    vertical-align: middle;
}


.audience-section .bg-white, .visitor-att-section .bg-white {
    background: #fff;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    min-height: 100px;
    margin: 0 0 20px 0;
    padding: 20px;
    min-height: 140px;
}

.audience-section .aud-bg-white {
    background: #fff;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 10px 15px 0;
    cursor:pointer;
}

.audience-section .aud-bg-white .prow {
	padding-bottom: 15px;
}
.audience-section .aud-bg-white h2:after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    position: relative;
    float: right;
    top: 11px;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
}

.audience-section .bg-white h2, .visitor-att-section .bg-white  h2 {
	font-weight: 700;
	font-size: 17px;
	line-height: 25px;
	padding-bottom: 10px;
}

.audience-section .aud-bg-white h2{
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
}

.audience-section .bg-white img, .audience-section .aud-bg-white img {
	margin-top: 40px;
    width: 100%;
}   

.audience-section .bg-white.toltip h2::after,.audience-section .aud-bg-white.toltip h2::after{
	content: "\f059";
    font-family: FontAwesome;
    color: #48A1D9;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    margin-left: 9px;
} 

.audience-section .bg-white .prod-img img {
    margin-top: 0 !important;
    width: 50px;
    height: 45px;
}

.audience-section .bg-white .prod-img {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #C5EAF9;
    border-radius: 10px;
    margin-right: 8px;
    width: 60px;
    height: 60px;
}

.audience-section .bg-white .prod-title,.audience-section .aud-bg-white .prod-title {
    display: grid;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.audience-section .bg-white .prod-title span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.audience-section .bg-white .click-section {
    display: grid;
    font-weight: 700;
	font-size: 26px;
	line-height: 35px;
}

.audience-section .bg-white .click-section p {
    font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #48A1D9;
}
.audience-section .bg-white .bg-click {
	background: #E9F9FF;
	border-radius: 10px;
}
.audience-section .bg-white .vimage {
    margin-top: 0 !important;
    width: 50px;
    height: 45px;
    position: relative;
    left: 32.84%;
    right: 19.23%;
    top: -12px;
}

.audience-section .bg-white .sheading {
    margin-top: 20px;
}

.audience-section .bg-white .row.prow {
    margin-bottom: 40px;
}

.audience-section .bg-white .pot-section {
    margin-top: 41px;
}

.audience-section .bg-white .pot-section .heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0 0 0;
}



.audience-section .bg-white .pot-section .progress {
    display: flex;
    height: 50px;
    overflow: hidden;
    font-size: .75rem;
    background: #fff;
    border-radius: 10px;
}

.audience-section .bg-white .pot-section .progress .progress-bar {
    background: #48A1D9;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    border-radius: 10px;
    text-align: left;
    padding-left: 12px;
}

.audience-section .bg-white .himage {
    margin-top: 0 !important;
    width: 50px;
    height: 45px;
    position: relative;
    left: 0;
    right: 12.23%;
    top: -12px;
}

.audience-section .bg-white .himage img{
	margin-top: 25px;
    width: 100%;
}

.audience-section .bg-white .top-c-list {
    color: #48A1D9;
    margin-right: 5px;
}

.audience-section .bg-white .top-c-list .f-medium {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
.audience-section .bg-white .top-c-list .f-small {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
}
.audience-section .bg-white .top-c-list .f-large {
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
}

.audience-section .bg-white.visitor-mix .progress {
    display: flex;
    height: 26px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #48A1D9;
    border-radius: 10px;
    
    margin-bottom:20px;
}

.audience-section .bg-white.visitor-mix .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1A3D51;
    transition: width .6s ease;
}

.audience-section .bg-white .visitor-list {
	font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

.audience-section .bg-white .visitor-list .nvisitor, .audience-section .bg-white .visitor-list .rvisitor {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
}

.Active_product_block .bg-white.visitor-mix .nvisitor:before {
	content: "\f111";
    font-family: FontAwesome;
    color: #1A3D51;
    font-weight: 900;
	font-size: 10px;
    margin-right: 8px;
    vertical-align: middle;
}

.Active_product_block .bg-white.visitor-mix .rvisitor:before {
	content: "\f111";
    font-family: FontAwesome;
    color: #48A1D9;
    font-weight: 900;
	font-size: 10px;
    margin-right: 8px;
    vertical-align: middle;
}

.audience-section .bg-white .visitor-path small {
	font-weight: 400;
    font-size: 10px;
    line-height: 36px;
    margin-left: 5px;
}

.blk-performace h6 {
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
}

.blk-performace h6:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #1A3D51;
    font-weight: 900;
	font-size: 10px;
    margin-left: 15px;
}

.blk-performace img {
	margin: 0 11px 0 0 !important;
    height: 32px;
    width: 32px !important;
}

.audience-section .bg-white .slick-dots {
    text-align: center;
}

.audience-section .bg-white .fa-solid.fa-circle.bg-solid {
    font-size: 10px;
    color: #48A1D9;
}

.audience-section .bg-white .fa-solid.fa-circle {
    font-size: 10px;
    color: #BDC6D9;
}

.Active_product_block .d-flex.heatmap-head {
    width: 100%;
    margin-bottom: 50px;
}

.Active_product_block .heatmap-head h1 {
    width: 100%;
}

.midContentBody .heatmap-filter-box {
    background-color: #fff;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.midContentBody .heatmap-filter-box input, .midContentBody .heatmap-filter-box select {
    background: #F7F8FB;
    border: 1px solid #BDC6D9;
    border-radius: 10px;
}


.day_popup_ .popup {
    z-index: 999;
    position: absolute;
    right: 30px;
    top: 180px;
    z-index: 999;
    box-shadow: 0px 3px 5px rgb(223 229 241 / 30%);
    background-color: #FFFFFF;
    padding: 20px;
    width: 195px;
    border-radius: 10px;
}

.day_popup_ .popup .day {
    width: 100%;
}

.day_popup_ .popup .day p {
    font-weight: 400;
	font-size: 14px;
	line-height: 19px;
    cursor: pointer;
}

.Active_product_block .visitor-head {
    width: 100%;
    margin-bottom: 20px;
}

.Active_product_block .visitor-head h1 {
    width: 88%;
}

.Active_product_block .visitor-head .aud-cal {
	text-align: left;
    background: #48A1D9;
    width: 18%;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #48A1D9;
    color: #fff;
    cursor: pointer;
    padding-top: 4px;
    padding-left: 16px;
}

.Active_product_block .visitor-head .aud-cal:before {
	content: "\f133";
    font-family: FontAwesome;
    color: #fff;
    font-weight: 900;
	font-size: 22px;
	line-height: 25px;
    margin-right: 12px;
    vertical-align: middle;
}

.Active_product_block .visitor-head .aud-cal:after {
	content: "\f0d7";
    font-family: FontAwesome;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    line-height: 25px;
    margin-left: 20px;
    vertical-align: middle;
}

.visitor-att-section .bg-white .r-text {
	font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 7px;
}

.visitor-att-section .bg-white .h-list .progress {
    display: flex;
    height: 10px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 10px;
    margin-bottom:15px;
}

.visitor-att-section .bg-white .h-list .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #48A1D9;
    text-align: center;
    white-space: nowrap;
    background-color: #48A1D9;
    transition: width .6s ease;
}

.visitor-att-section .bg-white .probar .progress {
	display: flex;
    height: 30px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 10px;
}


.visitor-att-section .bg-white .probar .progress-bar-single {
    background-color: #69BB73;
}
.visitor-att-section .bg-white .probar .progress-bar-dating {
    background-color: #96D9F4;
}
.visitor-att-section .bg-white .probar .progress-bar-partnership {
    background-color: #54A7DB;
}
.visitor-att-section .bg-white .probar .progress-bar-married {
    background-color: #2A4A5D;
}
.visitor-att-section .bg-white .probar .progress-bar-divorced {
    background-color: #D3566C;
}
.visitor-att-section .bg-white .probar .progress-bar-widowed {
    background-color: #C1CADB;
}

.visitor-att-section .bg-white .row.r-list {
    margin-top: 20px;
    font-weight: 600;
	font-size: 14px;
	line-height: 19px;
}

.visitor-att-section .bg-white .row.l-list {
    margin-bottom: 10px;
}

.visitor-att-section .bg-white .l-list .single:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #69BB73;
    font-weight: 900;
    font-size: 12px;
    line-height: 21px;
    margin-right: 10px;
}

.visitor-att-section .bg-white .l-list .dating:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #96D9F4;
    font-weight: 900;
    font-size: 12px;
    line-height: 21px;
    margin-right: 10px;
}

.visitor-att-section .bg-white .l-list .partnership:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #54A7DB;
    font-weight: 900;
    font-size: 12px;
    line-height: 21px;
    margin-right: 10px;
}
.visitor-att-section .bg-white .l-list .married:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #2A4A5D;
    font-weight: 900;
    font-size: 12px;
    line-height: 21px;
    margin-right: 10px;
}
.visitor-att-section .bg-white .l-list .divorced:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #D3566C;
    font-weight: 900;
    font-size: 12px;
    line-height: 21px;
    margin-right: 10px;
}
.visitor-att-section .bg-white .l-list .widowed:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #C1CADB;
    font-weight: 900;
    font-size: 12px;
    line-height: 21px;
    margin-right: 10px;
}



 .card {
     position: relative;
     display: flex;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: none;
     border-radius: .25rem
 }

 .card-header {
     padding: .75rem 1.25rem;
     margin-bottom: 0;
     background-color: rgba(19, 24, 44, .03);
     border-bottom: 1px solid rgba(19, 24, 44, .125)
 }

 .card-header:first-child {
     border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
 }

 card-footer,
 .card-header {
     background-color: transparent;
     border-color: rgba(160, 175, 185, .15);
     background-clip: padding-box
 }
 
.progress-bar-vertical {
	width: 20px;
    min-height: 150px;
    display: flex;
    align-items: flex-end;
    margin: 0 25px;
    float: left;
}


.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.visitor-att-section .bg-white .h-bar{width:100%;}

.visitor-att-section .bg-white .h-income{width:19.6666%;}

.visitor-att-section .bg-white .h-income span, .visitor-att-section .bg-white .p-block span{
	font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0 25px;
}
.visitor-att-section .bg-white .h-income p, .visitor-att-section .bg-white .p-block p{
	font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0 18px;
}

.visitor-att-section .bg-white .h-income p.pval, .visitor-att-section .bg-white .p-block p.pval{
    margin: 0 24px;
}

.visitor-att-section .bg-white .clk-text {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

canvas {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.visitor-att-section .bg-white .concentric {
    text-align: center;
    margin: 0 20px;
}

.visitor-att-section .bg-white .con-desc {
    width: 100%;
    padding: 0 50px;
    text-align: center;
    margin: 20px 0;
}
.market-graph{margin:20px 0; border-top: 1px solid #E5E5E5;padding: 20px 0;}
.mgraph {
    position: relative;
    top: -18px;
    border-color: #fff;
    box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
    border-radius: 10px;
}
.mgraph td:first-child {
    box-shadow: 0px 3px 5px rgba(223, 229, 241, 0.3);
    border-radius: 10px !important;
}
.market-graph img{width:100%;}

.paudience span {
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2C2C2C;
    padding: 0 10px;
}

.detail--view .paudience input[type="checkbox"] {
    width: 22px;
    height: 22px;
    background: #1A3D51;
    padding: 19px;
    vertical-align: middle;
}

.detail--view .paudience span  {
	font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #1A3D51;
    padding: 0 10px;
    vertical-align: bottom;
}

.paudience button.btn.btn-primary {
    width: 100%;
}

.Active_product_block .bcriteria-section {
    width: 100%;
}

.Active_product_block .bcriteria-section h2 {
    width: 88%;
}

.Active_product_block .bcriteria-section .clear-all {
    text-align: left;
    font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #1A3D51;
}

.bcriteria {
    background: #FFFFFF;
    border-radius: 10px;
}

.bcriteria span {
    border: 1px solid #BDC6D9;
    border-radius: 18px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin: 0 3px;
}

.bcriteria span:after {
	content: "\f00d";
    font-family: FontAwesome;
    color: #1A3D51;
    font-weight: 900;
    font-size: 12px;
    line-height: 40px;
    margin-left: 15px;
}

.visitor-det {
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1A3D51;
    margin: 15px;
}

.visitor-det p{font-weight: 700;    margin-top: 10px;} 

@media screen and (min-width: 993px){
.main-menu .container-wrap{padding:10px 20px;}
.short-header .main-menu.navbar-default{height:80px; transition:all .4s;}
.short-header .main-menu .mega_menu_container{top: 80px;}
.short-header .main-menu.navbar-default .nav-menu .navbar-nav>li>.link-wrap>a.templateNavHeads:before, .short-header .main-menu .parent.navbar-nav>li>.link-wrap>a.templateNavHeads:before{bottom:0}
.short-header .main-menu .utility-nav .utilities-list li.hasChild>.link-wrap a:before{bottom: 0px;}
.short-header .main-menu .utility-nav .utilities-list li .utility-megamenu{top: 80px;}
.short-header .main-menu .utility-nav .utilities-list li.hasChild > .link-wrap a{padding-bottom: 32px;}
.main-menu .utility-nav .utilities-list li.hasChild:hover >.link-wrap a:before{visibility: visible; opacity: 1; transition: all .06s ease-in 0s;}
}

@media screen and (min-width: 768px){
	.weekly-content {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.weekly-content-btn {
		width: 30%;
	}
	.weekly-content-btn .btn-primary {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 14px;
	}

}

@media screen and (max-width: 1024px){
	.midContentBody{margin: 0 auto; overflow: auto;}
	.midContentBody .banner-wrap-inner .subhead{max-width:100%;}
	.monetize-steps .col-md-10{padding-left:0;}
	.midContentBody .monetize-steps .step-thumb{width:25%;;}
	.midContentBody .search-box label{font-size:13px;}
	.homepage .banner .banner-wrap-inner button{text-align:center;display:inline-block;}
	.homepage .four-inner-box{padding:20px;}
	.homepage .four-box-section{margin: 60px 0 50px;}
	.homepage .four-inner-box p.fi-title {font-size:20px;line-height: 24px;}
	.homepage .four-inner-box p {font-size:14px;}
	.homepage .two-box-wrap .left-content-box,.homepage .two-box-wrap .right-content-box{width: 350px;margin: 35px 20px;position: unset;}
	.homepage .four-box-section .two-inner-box .listGridBox{    margin-right: 10px;}
	.homepage .four-box-section .two-inner-box .lgContBox span {font-size: 14px;line-height: 18px;}
	.homepage .four-box-section .two-inner-box img{width: 100%;  height: auto;}
	.homepage .four-box-section .two-inner-box.inner-box-content {margin-top: 40px !important;}
	.weekly-content {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.weekly-content-btn {
		width: 30%;
	}
	.weekly-content-btn .btn-primary {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 14px;
	}
}

@media screen and (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 4px !important;
    padding-left: 8px !important;
}
.navbar li {
    display: flex;
    margin-right: 15px;
    align-items: center;
    border-bottom: 3px solid transparent;
}
.navbar li a {
    font-weight: 700;
    font-size: 13px !important;
    text-decoration: none;
    color: #1a3d51;
}
.navbar .icon_drop:before {
    right: -10px !important;
}
}

@media screen and (max-width: 992px){
.page_main{ margin-top:90px } 
html[lang=en] .page_main{ margin-top:90px } 

.section-flash-banner .flashSlickNav{display:none;} 
.section-flash-banner .flash-msg-wrap .flashBannerSlide a{ font-size:14px; line-height:20px } 
.section-flash-banner .flash-msg-wrap .flashBannerSlide span{ font-size:12px; padding-left:20px } 

.cpbforms-panel h1.steps-head{margin-left: 6px;}
.midContentBody .formUserpanel{margin:45px 6px;}
.details-grid-item{margin:0 8px 20px;}
.midContentBody .monetize-steps .step-progress {margin-left:10px;}
.form-mid {
    margin: 0 25%;
    width: 58%;
}
button.btn.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px;
    background: #48A1D9;
	border-radius: 10px;
}

}
@media(max-width: 820px){
.details-grid-item{margin:0 4px 20px;width: 265px;}
.weekly-content-btn .btn-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 14px !important;
}
}

@media(max-width: 850px){
.details-grid-item{margin:0 4px 20px;width: 265px;}
.weekly-content-btn .btn-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 14px !important;
}
}

@media screen and (max-width: 820px){
.details-grid-item { margin: 0 9px 20px;  width: 245px; }
}

@media screen and (max-width: 768px){
.details-grid-item { margin: 0 4px 20px;  width: 240px; }
.weekly-content {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.weekly-content-btn {
		width: 30%;
	}
	.weekly-content-btn .btn-primary {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 14px !important;
	}
}
@media screen and (max-width: 767px){
.page_main{ margin-top:50px } 
html[lang=en] .page_main{ margin-top:50px }

.midContentBody .banner-wrap-inner .subhead {
    max-width: 90%;
}
.midContentBody .monetize-steps .step-name {
    width: 100px;
    left: 10px;
}
.homepage .four-inner-box {
    padding: 20px;
    margin-bottom: 20px;
}
.homepage .banner .banner-wrap-inner{padding: 46px 0 0;}
.homepage .over-banner .dark-banner-img{margin: -10rem 0 0;}
.homepage .over-banner .dark-banner-img img{width: 100%;}
.homepage .two-box-wrap .left-content-box, .homepage .two-box-wrap .right-content-box {
    width: 100%;
}
.homepage .four-box-section .two-inner-box .lgImgBox{float: none;}
.homepage .four-box-section .two-inner-box .listGridBox{margin-bottom: 21px;}
.weekly-report-box {
    max-height: 350px;
}
.weekly-content-btn {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.weekly-content {
    display: inline-block;
}
body img {
    max-width: 100%;
    height: auto;
}
.modal-body  button.btn.btn-primary {width:44%;}
}

@media screen and (max-width: 540px){
.details-grid-item { margin: 0 22px 20px;width: auto;}
.midContentBody .monetize-steps .step-name {
    font-size: 13px;
    width: 75px;
    left: 1px;
}
.weekly-content {
    width: 100%;
    display: inline-block;
}

.weekly-content {
    display: inline-block;
}
}

@media screen and (max-width: 420px){

.details-grid-item { margin: 0 4px 20px;  width: auto;}
.midContentBody .monetize-steps .step-name {
    font-size: 13px;
    width: 75px;
    left: 1px;
}

}

@media screen and (max-width: 360px){
.cpbforms-panel h1.steps-head{font-size:22px;line-height:30px;}

.weekly-content-btn {
    width: 60%;
}
}

#eb .eb-pager.is-mobile .eb-pager__fast-first-link,#eb .eb-pager.is-mobile .eb-pager__fast-last-link{display:block !important;}

.modal {
  text-align: center;
  z-index: 999999;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop{z-index:0;}
.close {
  float: right;
  font-size: $close-font-size;
  font-weight: $close-font-weight;
  line-height: 1;
  color: $close-color;
  text-shadow: $close-text-shadow;
  opacity: .5;

  @include hover-focus {
    color: $close-color;
    text-decoration: none;
    opacity: .75;
  }
  &:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
}

.modal-header h5 {
    color: #142653;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.modal-header .close {
    margin-top: -28px;
    font-size: 26px;
}

button.close {padding: 0; background-color: transparent;border: 0;-webkit-appearance: none;}

.modal .modal-body .col-sm-6.aff-form{ margin-bottom: 20px;}
.modal .modal-body .small-curr{    margin: 5px 0 0 0; padding: 0;}

.modal .modal-body .sub-btn{text-align: center;  margin: 0 0 15px 0;}
