/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2025 | 10:10:40 */
.employers_advanced_tabs .pp-tabs-labels {
	border-right: 1px solid #000000;
	padding-right: 40px;
	width: 40%;
}

.employers_advanced_tabs .pp-tabs-panels {
	width: 60%;
}

.employers_advanced_tabs .pp-tabs-label .pp-tab-label-inner {
	padding: 15px 10px;
}

.employee_overview_tabs_btns {
	font-family: Afacad, sans-serif;
    font-weight: 700;
    font-size: 15px;
	text-decoration: none !important;
    background-color: #EE2D27;
	border: 1px solid #EE2D27;
	border-radius: 23px;
	color: #ffffff;
	padding: 9px 55px;
	transition: all .3s ease 0s;
}

.employee_overview_tabs_btns:hover {
	color: #EE2D27;
	background-color: transparent;
}
