.cdc-open-viz-module select {
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	border: rgba(0, 0, 0, 0.3) 1px solid !important;
	border-radius: 3px;
	padding: 0.5em 0.5em;
}
.cdc-open-viz-module.type-dashboard .btn--fluid {
	background: #005eaa;
	color: #fff;
	border: 0;
	padding: 0.4em 0.8em;
	font-size: 1em;
	display: block;
	border-radius: 0.3em;
	transition: 0.1s background-color;
	cursor: pointer;
}
.cdc-open-viz-module.type-dashboard .dashboard-filters-section label {
	display: block;
	margin-bottom: 0;
	margin-top: 1rem;
	font-size: 0.8rem;
}
.cdc-open-viz-module.type-dashboard .dashboard-filters-section .cdc-button-module.hollow {
	background-color: #006778;
	padding: 10px 15px !important;
	margin: 40px 0 0 !important;
	color: white;
}
.cdc-open-viz-module.type-dashboard > .row {
	width: 100%;
}
.cdc-open-viz-module.type-dashboard .card-title {
	background-color: #006778;
	color: white;
	line-height: 2.2em;
	padding: 0 1em;
	margin-bottom: 0;
	border-color: #65b0bd;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
.cdc-open-viz-module.type-dashboard .card-body {
	background: #f2f2f2;
}
.cdc-open-viz-module.type-dashboard .card-body .images {
	position: relative;
}
.cdc-open-viz-module.type-dashboard p .bite-value {
	color: #006778;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.25em;
	margin-right: 5px;
}
@media only screen and (min-width: 768px) {
	.cdc-open-viz-module.type-dashboard .row.mt-3.ml-0 > .col-md-6 {
		display: flex;
	}
	.cdc-open-viz-module.type-dashboard .dashboard-filters-section:nth-child(odd) {
		padding-right: 20px !important;
	}
	.bite-content:first-child .bite-text {
		min-height: 75px !important;
	}
	.dashboard-filters-section {
		width: 50% !important;
		display: block !important;
		float: left !important;
	}
	.dashboard-row {
		clear: both !important;
	}
}
.levelimg {
	margin-top: 23px !important;
}
.accordion .card.border-0 {
	border-bottom: none !important;
}
#languageDropDownMenu {
	display: none !important;
}
.dashboard-filters-section label {
	font-weight: bold !important;
}
.cdc-open-viz-module .hover-popup {
	top: 2px;
	/* margin-left: 4px !important; */
	height: 25px;
	border: none;
	background: #fff;
}
.cdc-open-viz-module select {
	margin-top: 4px;
}
.hover-popup:hover {
	cursor: pointer;
}
.cdc-open-viz-module .popup {
	z-index: 1000;
	box-shadow: 5px 5px 10px #999;
	position: absolute;
	border: solid 1px #bbb;
	padding: 17px;
	margin-left: -8px;
	left: 15px;
	right: 15px;
	margin-top: 6px;
	display: none;
}
.comment-icon .card-icon.pt-2 {
	padding: 0 !important;
}
.comment-icon span.fi.cdc-icon-comment-alt-lines-solid {
	width: 35px;
}
.comment-icon span.fi.cdc-icon-comment-alt-lines-solid::before {
	font-size: 20px !important;
}
.comment-icon .card-body > .row > .col {
	padding-left: 5px;
}
.comment-icon .mask {
	background: rgba(000, 000, 000, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	height: 100vh;
	bottom: 0;
	display: none;
}
.comment-icon .popup.tooltip {
	position: absolute;
	opacity: revert;
	display: block;
	height: calc(100% - 60px);
	width: calc(100% - 30px);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 600px;
	background: white !important;
	padding: 15px 15px 55px;
}
.comment-icon .popup-close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 12px;
}
.comment-icon .popup-close:hover {
	cursor: pointer;
}
.comment-icon .mask p {
	position: absolute;
    top: 52px;
	left: 20px;
    z-index: -1;
}
.col-2.col-md-3.col-xl-5.col-xxl-4.tp-search {
	z-index: 900 !important;
}
