
	#bar_chart {
    	width: 66%;
    	height: 300px;
		float: left;
    }

	#doughnut_chart {
    	width: 32%;
    	height: 300px;
		float: right;
    }

	.clear {

		clear: both;
		height: 1px;
		width: 100%;
	}

	.chart-container-influencer {

		margin: 30px 0px;
		height: auto;
	}

	.influencer_checked {

		background-color: #D3F7FA88 !important;
	}

	.influencer_checked_error {

		background-color: #ff638422 !important;
	}

	.ddlist a .preview .photos {

		display: block;
	}

	.ddlist a .preview .photos div {

		height: auto;
		flex: none;

	}

	@media (max-width: 1000px){
    .ddlist a.preview.checked {background: inherit ; }
	#bar_chart {float: none !important; width: 100% !important;}
	#doughnut_chart {float: none !important; width: 100% !important; }
	}

	.beta {
		position: absolute;
		background-color: #FF6746;
		color: #fff;
		font-size: 11px;
		padding: 2px 10px 3px 10px;
		border-radius: 15px;
		top: 0px;
		margin: 0px 0px 0px 175px;
	}

	.coming_soon {
		position: absolute !important;
		background-color: #FF6746;
		color: #fff;
		font-size: 11px;
		padding: 2px 10px 3px 10px !important;
		border-radius: 15px;
		margin: 6px 0px 0px 135px;
	}

	.content-center {

		text-align: center;
	}

	.link_button {

		background: #fff;
		border: 1px solid #CFCFCF;
   		border-radius: 5px;
		padding: 6px 15px;
		font-size: 13px;
	}

	.segment .preview h4 {

		padding: 0px !important;
	}

	.close-up {

		display: block !important;
		position: inherit !important;
		cursor: default;
	}

	.segment .close-up .inner-content:first-child {

		padding: 0px !important;
	}

	.content .segment .audeng {text-align: left; padding-top: 18px; }
	.content .segment .audeng .items {display: flex; flex-flow: row; justify-content: flex-start; align-items: stretch; gap: 8px; margin-top: 16px; }
	.content .segment .audeng .items > * {flex: 0 1 auto; position: relative; background: #fff; padding: 0 10px 0 56px; border-radius: 7px; height: 50px; display: flex; flex-flow: wrap; justify-content: flex-start; align-content: center; gap: 3px; box-sizing: border-box; }
	.content .segment .audeng .items > *:hover {background: #ececee; }
	.content .segment .audeng .items > * > * {flex: 0 0 100%; }
	.content .segment .audeng .items > * .icon {display: block; position: absolute; left: 10px; top: 50%; width: 36px; height: 36px; border-radius: 5px; background: #fff; transform: translate3d(0,-50%,0); }
	.content .segment .audeng .items > * .icon::before {content: ''; display: block; position: absolute; left: 50%; top: 50%; width: 24px; height: 24px; transform: translate3d(-50%,-50%,0); background-repeat: no-repeat;background-position: 0 0;}
	.content .segment .audeng .items > *.facebook .icon::before {background: url(img/facebook.svg); }
	.content .segment .audeng .items > *.tiktok .icon::before {background-image: url(img/tiktok.svg); }
	.content .segment .audeng .items > *.instagram .icon::before {background-image: url(img/instagram.svg); }
	.content .segment .audeng .items > *.youtube .icon::before {background-image: url(img/youtube.svg); }
	.content .segment .audeng b {font-weight: 900; color: #616EF7; }

	@media (max-width: 1460px){
		body:not(.segment) .content .segment .audeng {clear: left; }
	}
	@media (max-width: 1200px){
		body:not(.segment) .content .segment .audeng .items {flex-flow: wrap; max-width: 360px; }
		body:not(.segment) .content .segment .audeng .items > * {flex: 0 1 calc((100% - 8px)/2); }
	}

	@media (max-width: 1080px){
		body.segment .content .segment .audeng {clear: left; }
		body.segment .content .segment .name .location {margin-top: 15px; }
		body.segment .content .segment .photo {width: 173px; height: 173px; }
	}
	@media (max-width: 840px){
		body.segment .content .segment .audeng .items {flex-flow: wrap; max-width: 360px; }
		body.segment .content .segment .audeng .items > * {flex: 0 1 calc((100% - 8px)/2); }
	}

	@media (max-width: 500px){
		body .content .segment .audeng .items {max-width: 200px; margin-left: auto; margin-right: auto; }
		body .content .segment .audeng .items > * {flex: 0 0 100%; }
	}

	.chart-explore-influencer {

		margin: 30px 0px;
		height: auto;
	}

	.explore .segments {
		z-index: 0;
		position: relative;
		padding: 0px !important;
		box-shadow: none;
	}

	.explore .inner-content-detail {
		max-width: none !important;
		margin: 0 auto;
	}

	#explore_heatmap {

		margin: 10px 0px 30px 0px;
	}

	.header-segments {

		margin: 15px 0px 0px 0px;
	}

	.jqx-heatmap-cell {
		position: relative;
		padding: 105px 10px !important;
		margin: 1px;
		text-align: center;
		height: 224px;
		cursor: pointer;
	}

	.jqx-legend-vertical {

		display: none;
	}

	.explore .heatmap .inner-content .tags {flex: 1 0 auto; display: flex; flex-flow: wrap; justify-content: flex-start; align-items: center; gap: 10px; }
	.explore .heatmap .inner-content .tags a.btn {color: #849094; border: 1px solid #849094;}
	.explore .heatmap .inner-content .tags a.btn:hover {color: #0D252F; }
	.explore .heatmap .inner-content .tags a.btn.checked {color: #fff; background: #F66B6A; }
	.explore .heatmap .inner-content .tags a.btn.checked::before {content: url(img/basic-check-white.svg); display: inline-block; margin-right: 10px; position: relative; left: 2px; top: 1px; }

	.explore .filter .inner-content .tags {flex: 1 0 auto; display: flex; flex-flow: wrap; justify-content: flex-start; align-items: center; gap: 10px; }
	.explore .filter .inner-content .tags a.btn {color: #849094; border: 1px solid #849094;}
	.explore .filter .inner-content .tags a.btn:hover {color: #0D252F; }
	.explore .filter .inner-content .tags a.btn.checked {color: #fff; background: #F66B6A; }
	.explore .filter .inner-content .tags a.btn.checked::before {content: url(img/basic-check-white.svg); display: inline-block; margin-right: 10px; position: relative; left: 2px; top: 1px; }

	.explore .inner-content {
		max-width: 1260px;
		margin: 0 0;
	}

	.inner-content-intro {

		height: 1000px;
	}

	.dots li{

		list-style: disc !important;
		margin: 0px 0px 0px 40px;
		line-height: 1.8;
	}

	.dots {

		margin: 10px 0px;
	}