/*------------dashboard-style.css---------------*/
.dash_body {
	font-family: 'Jost', sans-serif !important;
	line-height: 1.4;
	font-size: 16px; /*22Dec21*/
	color:#222222;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Jost', sans-serif !important;
	font-weight: 500; /*17feb22*/
}
.dash_body .user_header {
	background-color: #0033cc;
	border: none;
	border-radius: 0 0 60px 60px;
}
.dash_body .top_features .dropdown-toggle > i, .dash_body .top_features .dropdown > a > i, .dash_body .top_features > a i {
	color:#fff;
}
/*6jan22*/
/*
.dash_body .page-content {
	padding: 90px 15px 0px;
}
@media (min-width: 1200px) { 
.dash_body .page-content {
 padding: 49px 0 0px 0;
 border-right: 50px solid #fff;
 border-left: 50px solid #fff;
}
}*/
main.dash_main, .page-content.dash_main, .page-content.dash_main main{
	background:#dbe8f8;
	border-color:#dbe8f8;
}
.dash_body .user_header .sidebar-nav li a {
	color: #fff;
}
.dash_body .user_header .nav_box {
	float: right;
}
.dash_body .user_header .sidebar-nav li ul a {
	color: #000;
}
.dash_body .notify_backdrop {
	background-color: transparent !important;
}
.dash_body .header_left {
	padding: 10px 0 3px 0;
}
.dash_body .fix_footer {
	text-align: center;
}
.dash_main section .container { /*3feb22*/
    padding: 0;
}
 @media(min-width:1201px) {
 .dash_body .header_right a.btn, .dash_body .header_right .btn {
float: right;
margin-left: 0;
margin-right: 20px;
}
 .dash_main section .container {
padding:0;
}
 .dash_body .top_features > div.dropdown:last-child {
top:5px;
}
 .dash_body .user_header .sidebar-nav .hassub:hover > a {
color: #fff;
}
 .dash_body .fix_footer {
margin: 0;
text-align: center;
height: 53px; /*1nov21*/
padding-top: 15px;
}
 .dash_body .fix_footer p {
margin:5px 0 0;
padding:4px 0; /*1nov21*/
font-size:15px;  /*1nov21*/
letter-spacing:0.3px;  /*1nov21*/
}
}
 @media(max-width:1200px) {
 .dash_body .user_header #menu-toggle {
/*left:30px;*/  
}
 .dash_body .user_header #menu-toggle .icon-bar {
background: #fff;
}
 .dash_body .user_header .nav_box {
position: fixed;
right: inherit;
height: 100vh;
}
 .dash_body .user_header {
border-radius: 0;
}
}
.data_card {
	background-color: #fff;
	box-shadow:0px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
/*	overflow: hidden;*/  /*4feb22*/
	margin: 0 0 20px;
}
.dash_main .data_card {
	min-height: 200px;
}
.data_card.row1 {
	position:relative;
	padding-bottom:30px;
}
@media (min-width:1200px) {
 .dash_main .data_card {
 min-height: 240px;
}
 .data_card.row1 {
 height:260px;
}
}
@media (min-width: 1500px) {
.data_card.row1 {
 height: 250px;
}
}
.data_card > article {
	background-color: #e7e7e7;
	padding: 8px 15px;
	border-radius: 10px 10px 0 0;
}
.data_card article > a img {
	width: 18px;
	position: relative;
	top: 0;
}
.data_card article > a {
	float: right;
}
.data_card article h3 {
	color: #404040;
	font-size: 19px;
	margin:2px 0 2px;
	text-transform: capitalize;
	display: inline-block;/*padding-top: 4px;*/ /*22dec21*/
}
.data_card article h3 strong {
	color: #0033cc;
}
.data_card .col6 {
	float:left;
	width: 50%;
	padding: 15px;
}
.data_card.row1 .col5 {
	padding: 0px 15px 15px;
}
@media (min-width:501px) {
 .data_card.row1 .col6 {
 float:left;
 width: 56%;
 padding: 15px 0 0 15px;
}
.data_card.row1 .col5 {
 float:left;
 width: 44%;
 padding: 15px 15px 0;
}
}
.data_card .col12 {
	width: 100%;
	padding: 15px;
	clear:both;
}
.login_time {
	margin:0px 0 0 0;
	color:#9b9b9b;
	clear:both;
	width:100%;
	position:absolute;
	bottom:10px;
	left:5px;
}
.visa_info {
	margin:0px 0 0 0;
	clear:both;
	width:100%;
	padding:0 15px 10px;
}
.data_card .col6 figure {
	float: left;
	width: 110px;
	position: relative;
	margin-right: 15px;
}
.user_dp {
	margin: 0 0 10px 0;
}
.data_card .col6 figure img {
	width: 110px;
	height: 110px;
	border-radius: 10px;
	max-height: 100%; /*17sep21*/
}
.data_card ul {
	overflow: hidden;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	border: none;
}
.data_card ul h4 {
	margin: 0;
	text-transform: uppercase;
}
.data_card ul li {
	padding: 2px 0;
	position: relative;
}
.data_card ul li a {
	text-decoration: none;
	color: #000;
}
ul.border_ul {
}
ul.border_ul li {
	margin-bottom:4px;
}
ul.border_ul li span {
	display:inline-block;
}
.address_dash li .fa, .detail_dash li .fa {
	font-size: 13px;
	color: #1957d1;
	text-align: center;
	width: 22px;
	height: 22px;
	display: inline-block;
	background-color: #e7e7e7;
	border-radius: 100px;
	line-height: 1.7;
	margin-right: 10px;
	position: absolute;
	left: 0;
}
.detail_dash li em{
	height:28px;
}
.record_ul li a {
	float: right;
}
.record_ul li:before {
	content: "";
	color: #1957d1;
	text-align: center;
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../images/btn-n.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.graph_c {
	float: left;
	margin:0;
	margin-right: 17px;
}
.data_card article a {
	height: 24px;  /*22dec21*/
	line-height: 1.2;
	vertical-align: top;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: capitalize;
}
.data_card article ul {
	float: right;
}
.data_card article ul li {
	margin-left: 10px;
}
.data_card article a:last-child {
	position: relative;
}
.job_card_e figure { /*25mar22*/
	float: left;
	width: 50px;
	position:relative;
	height:50px;
	width:50px;
	border-radius:50%;
	margin-left: 10px;
	margin-right:10px;
}
.job_card_e .rec_job {
    bottom: -4px;
    right: -10px;
	padding-top: 0px;
	line-height: 25px;
	height: 25px;
    width: 25px;
}
.job_card_e figure img{
border-radius: 50%;
border:solid 1px #ccc;
}
@media (min-width:501px) {
	.job_card_e figure {
		margin-right: 10px;
	}
}
.job_card_e article {
	overflow: hidden;
	background-color: transparent;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.job_card_e {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 10px 12px 8px;
	margin:0 0 12px 0;
	cursor: pointer;
}
.job_card_e p {
	color:#7a7a7a;
}
.scroll_elem {
	height: 238px;
	overflow-y: auto;
}
@media (max-width:567px) {
 .scroll_elem {
 height: 340px;
 overflow-y: auto;
}
}
.feature_card_e {
	background-color: #8154ef;
	border-radius: 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 17px 15px 18px;
	color: #fff;
	margin-bottom:19px;
	min-height: 167px;
}
.feature_card_e a, .feature_card_e button {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 100px;
	color: #5833b3;
	padding: 3px 30px 3px;
	line-height: 1;
	transition: 0.4s;
	font-size: 18px;
}
.feature_card_e a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	transition: 0.4s;
}
.feature_card_e article {
	float: left;
	width: 76%;   /*29mar22*/
}
.feature_card_e figure {
	float: right;
	overflow:hidden;
	margin-top: 12px;
}
.feature_card_e h4 {
	font-size:19px;
	margin-top:5px;
}
@media(max-width:767px) {
	.feature_card_e h4 {
	margin-top:0;
	}
}
.feature_card_e p {
	margin-bottom:20px;
}
.feature_card_e.blue_bg {
	background-color: #ff8585;
}
.feature_card_e.blue_bg a, .feature_card_e.blue_bg button {
	color: #c74c4c;
}
.feature_card_e.pink_bg {
	/*background-color:#06B56D;*/
	background:#6699FF;
}
.feature_card_e.pink_bg a {
	/*color:#019055;*/
	color:#2f75ff;
}
@media(min-width:768px) {
.data_card ul.address_dash {
 border-left: 1px solid #e7e7e7;
 padding-left:15px;
/* padding-top:2px;*/
}
}
.data_card ul.address_dash li, .data_card.detail_dash li, .data_card .detail_dash li {
	padding-left: 30px;
	margin: 0 0 6px 0;
	min-height: 28px;
}
.name_user {
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	float: left;
	padding: 15px 0;
}
.data_card article a.btn { /*4feb22*/
	text-transform: none; 
	padding: 4px 10px 4px;    /*9mar22*/
	font-weight: 400; 
}
.data_card article a.btn:hover { /*4feb22*/
	 background: transparent !important;
	 box-shadow: none;
	 border-color:#03c;
}
.data_card article ul.nav-tabs li {
	padding:0;
}
.data_card article ul.nav-tabs li a, 
.data_card ul.nav-tabs li a {
	background: #fff;
	color: #0033CC !important;
	font-size: 15px;
	line-height: 13px;
	letter-spacing: 0;
	padding: 5px 8px 1px;
	font-weight: 400;
	text-transform: capitalize;
}
.data_card ul.nav-tabs li a {
	background-color: #e7e6e6;
	color: #000 !important;
	font-weight: 400;
	padding-bottom: 4px;
}
.data_card article ul.nav-tabs li a.active, 
.data_card ul.nav-tabs li a.active,
.data_card ul.nav-tabs li > a.active:focus {
	background: #0033CC;
	color: #fff !important;
	border-color:#0033cc;
}
.data_card article ul.nav-tabs li a:hover, 
.data_card ul.nav-tabs li a {
	box-shadow: none;
}
.data_card article ul.nav-tabs li a:hover{ /*4feb22*/
	background: #fff !important;
	color: #0033CC !important;
}
.data_card article ul.nav-tabs li a.active:hover{ /*4feb22*/
	color: #fff !important;
	background: #0033CC !important;
}
 @media(max-width:1200px) {
 .name_user {
padding-left: 70px;
max-width: 270px;
min-width: 270px;
text-align: left;
}
}
 @media(max-width:500px) {
 .data_card ul {
	border:none;
}
 .data_card .col6 {
	width: 100%;
	float: none;
}
 .data_card .col6 figure {
	 width: 90px;
	 height: 90px;
}
 .data_card article ul{
	 float:none;   /*29mar22*/
 }
 .data_card article ul li {
 	margin-left: 5px;
 	margin:0px 0px 0 0;    /*29mar22*/
}
 .data_card article ul li a {
	font-size: 12px;
}
.data_card article ul li a.btn{    /*29mar22*/
 	margin: 10px 15px 0 0;  
}
 .graph_c {
	display: block;
	float: none;
	margin: 0 0 12px;
	text-align: center;
}
}
.dash_body_blur .top_features, .dash_body_blur .nav_box, .dash_body_blur .nav_box + a {
	opacity: 0.6;
}
.dash_body_blur .data_card article {
	background-color:#a5a5a5;
}
.dash_body_blur .data_card article h3 {
	color: #fff;
}
.dash_body_blur .data_card article a {
	background-color:#404040;
}
.dash_body_blur .data_card article ul.nav-tabs li a {
	color:#404040 !important;
}
.dash_body_blur .data_card article ul.nav-tabs li a.active {
	background:#404040;
	color: #fff !important;
}
.dash_body_blur .address_dash li:before, .dash_body_blur ul li {
	color:#404040 !important;
}
.dash_body_blur .feature_card_e {
	background-color: #838383 !important;
}
.dash_body_blur .feature_card_e a {
	color:#404040;
}
.dash_body_blur .feature_card_e figure {
	opacity: 0.4;
}
.dash_body_blur .data_color article {
	background-color:#6699ff;
}
.no_blur_elem {
	text-align: center;
}
.no_blur_elem p {
	margin: 20px 0;
}
.no_blur_elem a.btn {
	padding:12px 25px 10px;
	border-radius: 100px;
}
.dash_body_blur .user_dp {
	background-color: #ccc;
}
.dash_body_blur .user_dp img {
	opacity:0.1;
}
/**/

.record_ul_n {
	height: 112px;
	overflow-y: auto !important;
}
.record_ul_n li:before {
	display: none;
}
.record_ul_n li a {
	float:none;
	display: block;
	border-radius:5px 0 0 5px;
	background-color: #69f;
	text-align:left;
	margin: 6px 40px 0 0;
	padding: 8px 15px 8px 30px;
	position: relative;
	text-transform: none;
	font-size: 15px;
}
.data_card ul.record_ul_n li {
	padding: 0px 0;
	position: relative;
}
.data_card ul.record_ul_n li .fa {
	font-size: 13px;
	color: #fff;
	text-align: center;
	left: 8px;
	top: 4px;
	display: inline-block;
	line-height: 1.7;
	position: absolute;
}
.data_card ul.record_ul_n li a:before {
/* content: "\f03d";
	font-family: "FontAwesome";
	background-image: none;
	left: 12px;
	position: absolute;*/
}
.data_card ul.record_ul_n li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #69f;
	border-bottom: 18px solid transparent;
	top: -5px;
	right: -18px;
}
.data_card ul.record_ul_n li a:hover {
	background-color: #69f;
	box-shadow: none;
}
.record_ul_n li:last-child a:before {
}
.new_graph {
	padding:15px 0 0;
}
.new_graph figure {
/* margin-right:35px; */
}
.employ_s .new_graph {
	height:180px;
	overflow: hidden;
}
@media (max-width:1300px) {
.employ_s .new_graph figure {
 margin-right: 20px;
}
}
.new_graph figure p {
	margin:5px 0 0;
	text-align: center;
}
.data_card .new_graph_ul li {
	padding-left: 15px;
	padding-bottom: 5px;
}
.new_graph_ul li .fa {
	content: "";
	position: absolute;
	left: 0;
	top:8px;
	font-size:10px;
	width: 8px;
	height: 8px;
	border-radius: 100px;
}
.employ_s ul li a {
	margin-right:10px;
	margin-left: 0;     /*29mar22*/
}
.competition_b .col6 {
	width: 35%;
	background-color: #dfe9ff;
	margin:15px 15px 15px;
	border-radius: 10px;
	padding:0;
	float:left;
}
.competition_b .col6 figure {
	margin-top:15px;
	overflow: initial;
	width:auto;
	height:auto;
	margin-right:0;
}
.competition_b .col6 figure:before {  /*29mar22*/
	display:none;
}
.competition_b .col6 figure > img {
	position: static;
	transform: translate(0);
	border-radius: 0;
	min-width: initial;
	min-height: initial;
	border-radius: 50%;
	border: solid 1px #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin: 0 15px;
}
@media (max-width:1500px) {
 .competition_b .col6 figure {
 margin-right: 0px;
}
 .competition_b .col6 figure > img {
 width: 80px;
 height: 80px;
}
}
.competition_b .col6 ul {
	border:none;
	padding: 15px 15px 15px 0;
}
.competition_b .col6 ul li {
	color:#000;
}
.competition_b .peers_c {
	overflow: hidden;
	position: relative;
	padding: 20px 15px 0;
	padding-left: 45px;
}
.competition_b .peers_c > strong {
	top: 50%;
	left: 0;
	position: absolute;
	transform: scale(-1) translate(-50%, 50%);
	writing-mode: vertical-lr;
	font-weight: 600;
	height: 122px;
}
.competition_b .peers_c > strong > i {
	transform: rotate(90deg);
}
.competition_b .peers_c > div {
	float: left;
	width: 33.33%;
	text-align: center;
}
.fig_c {
	text-align: center;
}
.fig_c > img {
	margin-top: 30px;
}
 @media(max-width:896px) {
 .competition_b .col6 {
display: block;
width: 96%;
float: none;
margin: 2%;
}
}
.data_card article {
 padding: 8px 12px;
}
 @media(max-width:500px) {
 .competition_b .peers_c > div {
float:none;
width: 100%;
}
 .competition_b .col6 figure {
width: auto;
height: auto;
}
 .data_card article ul.nav-tabs li a, .data_card ul.nav-tabs li a {
 font-size: 14px;
 line-height: 13px;
}
 .data_card article > a img {
 width: 13px;
}

}
.blur_elem {
	position:relative;
}
.blur_elem article + div {
	-webkit-filter:  blur(9px) grayscale(10%);
	-moz-filter:  blur(9px) grayscale(10%);
	-ms-filter:  blur(9px) grayscale(10%);
	-o-filter:  blur(9px) grayscale(10%);
	filter:  blur(9px) grayscale(10%);
	position: relative;
}
.go_premium {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-40%);
	padding: 0 15px;
	z-index:20;
}
.go_premium > img {
	margin-bottom:10px;
}
 @media(max-width:1200px) {
 .name_user {
 max-width: 72%;
 min-width: inherit;
 width: 100%;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
 .user_header .btn.verfiy_btn {
 top:45px;
}
}
/* for internet explorer blur effect */
.ie_blur article + div:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 11;
}
.btn4 {
	background-color: #06B56D;
	font-size: 13px;
	padding: 8px 12px 8px 12px;
	white-space: normal;
	border-radius: 30px;
	line-height: 1.25;
}
.btn4:hover {
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 70%);
	background-color: #06B56D;
}
.m_score_legends {
	text-align: center;
	font-size: 15px;
	margin-top: 10px !important;
}
.m_score_legends li {
	display: inline-block;
	padding-right: 15px !important;
}
 .m_score_legends li:nth-child(1)::before {
 background-color: #f25944 !important;
 top: 9px;
}
 .m_score_legends li:nth-child(2)::before {
 background-color: #fdcd36 !important;
 top: 9px;
}
 .m_score_legends li:nth-child(3)::before {
 background-color: #06b56d !important;
 top: 9px;
}
.salary_user_modal_link {
	font-weight: 500;
	font-size: 18px;
}
.fix_footer p.row > span:first-child {
	text-align:left;
}
.fix_footer p.row > span:last-child {
	text-align:right;
}

.peerinfo_heading {     /*23mar22*/
	/*background: #e8e8e8;
	padding: 10px;*/
	font-weight: 600;
	color: #03c;
}
 @media(max-width:500px) {
 .competition_b .peers_c > strong {
 left:13%;
}
 .stackup_update {
 float: none !important;
 margin-top: 7px;
}
}
.prevSalaryButton {
	text-align: center;
	padding: 40px;
	background-color: #0033cc;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}
.position_text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.position_text span {
	display:inline !important;
}
.feature_card_e.grayed {
	background-color:#d1d1d1;
	color:#000;
}
.feature_card_e.grayed a, .feature_card_e.grayed button {
	color: #333;
}
.feature_card_e.grayed img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.employ_s .graph_c {
	float:left;
}
.blog_sidebar > ul, .popular_blog ul {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
}
.popular_blog ul li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #cbd0d9;
}
.popular_blog ul li:first-child {
	padding: 0 0 15px 0;
}
.popular_blog ul li:last-child {
	padding: 15px 0 0;
	border:none;
}
.popular_blog ul li figure {
	width: 115px;
	height: 82px;
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 8px;
}
.popular_blog ul li figure > img {
	height: 100%;
	max-width: none;
	transition: 0.3s;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	bottom: auto;
	right: auto;
}
.popular_blog ul li article {
	overflow: hidden;
	padding-left: 12px;
	font-size: 16px;
	background:none;
	padding:0 0 0 15px;
}
.popular_blog ul li article h3 {
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.1em;
	color:#222;
}
.popular_blog ul li a {
	display:block;
}
.popular_blog ul li a:hover h3 {
	color:#03c;
}
.popular_blog ul li article p {
	color: #595959;
	margin: 0;
}
.same_height.row > div {
	margin-bottom:20px;
	min-height:80px;    /*jan22*/
}
.same_height.row > div {
	margin-bottom:20px;
}
.same_height .data_card {
	min-height:100%;
	margin-bottom:0;
}
.event_info_list .left_img {
	position:relative;
	margin:0 0 18px 0;
}
@media (min-width:768px) {
.event_info_list .left_img {
 float: left;
 width: 162px;
 margin: 0 24px 0 0;
}
}
.event_info_list figure {
	float:left;
}
.event_info_list dl {
	float:none !important;
	margin: 0;
}
.event_info_list dd {
/*display:inline-block;*/
}
.event_info_list dd img {
	height:18px;
	margin:0 10px 0 0;
}
.event_info_list h3 {
	text-transform:none;
	font-size: 1.1em;
}
.event_info_list a:hover h3 {
	color:#03c;
}
.popular_blog ul li {
	position:relative;
}
.date_left i, .date_left em {
	font-style:normal;
}
.date_left {
	display: inline-block;
	background: rgba(239, 245, 255, 0.8);
	text-align: center;
	left: 3px;
	border-radius: 3px;
	padding: 3px 5px 3px;
	line-height: 1.1;
	z-index: 2;
	margin: 0px auto 0;
	font-size: 18px;
	position: absolute;
	top: 3px;
}
.date_left em {
	font-style: normal;
	display: inline-block;
	color:#5c5c5c;
}
.date_left i {
	font-weight: 700;
	font-size: 22px;
	font-style: normal;
	margin: 0 3px 0 0;
	color: #222;
}
.date_left hr {
	top: -27px;
}
.date_left hr {
	width: 7px;
	position: relative;
	top: -6px;
	display: inline-block;
	border-top: 2px solid rgba(0, 0, 0, 0.7);
	margin: 0 4px 0 4px;
}
.event_info_list figure {
	width: 160px;
	height: 110px;
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 8px;
	margin-right:10px;
}
@media (max-width:767px) {
 .event_info_list figure {
 float:none;
}
}
.event_info_list figure > img {
	border-radius: 8px;
	max-width: none;
	transition: 0.3s;
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	bottom: auto;
	right: auto;
}
.right_box {
	overflow:hidden;
}
.event_info_list li {
	border-bottom:solid 1px #ccc;
	margin:0 0 18px 0;
	padding:0 0 11px 0 !important;
}
.event_info_list li:last-child {
	border:none;
	margin:0;
	padding:0 !important;
}
.dash_main .same_height .data_card .popular_blog, 
.dash_main .same_height .data_card .event_info_list { /*jan22*/
	max-height:405px;
	overflow:auto;
}
.pie_labels{
	font-size: 15px;
	height: 75%;
    overflow: auto !important;
}
@media (max-width:400px) {
	.pie_box ul li a {
		margin-right: 6px !important;
	}
	.pie_box figure {
		margin-right: 8px !important;
	}
	.pie_box p {
		font-size: 14px !important;
	}
}
.popover .arrow{
	transform: rotate(0deg);
	border-style:none;
}
.tag {  
    height: 20px;
    position: relative;
    background: #06b56d;
    display: inline-block;
    color: #fff;
    padding: 0 13px 0 3px;
    font-size: 14px;
    margin: 0 0 0 16px;
    text-align: left;
	line-height: 21px;
	text-transform:none;
	
	top: -2px;
}
.tag:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 9px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 9px solid transparent;
}
.tag:after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 10px solid #06b56d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
@media (max-width:1200px){
	.tag:before {
    border-right: 9px solid #03c;
	}
}
@media (min-width:1201px){
	.tag {
   float:right;
	}
}
.employ_s ul.new_graph_ul{
	  overflow: auto;
  height: 141px;
}
.employ_s .graph_c + br{
	display:none;
}


.job_card_e figure dd {
    background-color: #FCA332;
    font-weight: 500;
    z-index: 50;
    top: -11px;
    left: -23px;
    color: #fff;
    padding: 2px 3px 2px 5px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 10px 0 0 0;
    position: absolute;
}