.wp-submenu .awsm-jobs-get-pro {
	color: #00d1d4;
}

/*
* Dashboard Widget
*/

.awsm-jobs-dashboard-table {
	border: 1px solid #ccd0d4;
}

.awsm-jobs-dashboard-table th {
	border-bottom: 1px solid #ccd0d4;
}

.awsm-jobs-dashboard-table td {
	border-top: 1px solid #ccd0d4;
}

.awsm-jobs-dashboard-table tr:first-child td {
	border-top: none;
}

.awsm-jobs-statistics {
	box-sizing: border-box;
	display: flex;
	margin: 12px 0px;
	padding: 10px 20px;
	width: 100%;
	background-color: #6CFAE4;
	border-radius: 6px;
	color: #000;
}

.awsm-jobs-statistic {
    flex: 1;
}
.awsm-jobs-statistic  span{
	display: block;
	font-size: 34px;
}
.awsm-jobs-dashboard-wrapper h3{
	font-weight: bold !important;
	font-size: 14px;
}
.awsm-jobs-dashboard-table{
	width: 100%;
}
.awsm-jobs-dashboard-table thead tr{
	background-color: #f5f5f5;
}
.awsm-jobs-dashboard-table a{
	font-weight: bold;
}
.awsm-jobs-dashboard-btn-wrapper{
	border-top: 1px solid #ccd0d4;
	margin: 15px -12px 0;
	padding: 15px 12px 0;
}
.wp-core-ui .awsm-jobs-get-pro-btn {
	background-color: #000;
	padding: 0 15px;
	line-height: 28px;
	color: #6CFAE4;
	font-weight: bold;
	box-shadow: none;
	outline: none;
	min-height: 30px;
	margin-right: 4px;
	border: none;
	float:right;
	border-radius: 20px;
}
.wp-core-ui .awsm-jobs-get-pro-btn:hover, .wp-core-ui .awsm-jobs-get-pro-btn:focus, .wp-core-ui .awsm-jobs-get-pro-btn:active{
		background-color: #000;
		color: #6CFAE4;
		box-shadow: rgb(0 0 0 / 37%) 0 3px 5px;
		outline: none;
}
.wp-core-ui .awsm-jobs-get-pro-btn:disabled, .wp-core-ui .awsm-jobs-get-pro-btn[disabled] {
	background-color: #00D5AF !important;
	border-color: #00AC8D !important;
	color: #fff !important;
	text-shadow: none !important;
}
.wp-core-ui .awsm-jobs-dashboard-btn.button-link {
	background: none;
	border: none;
	padding: 0 15px;
	line-height: 30px;
	color: #016087;
}
.wp-core-ui .awsm-jobs-dashboard-btn.button-link:hover, .wp-core-ui .awsm-jobs-dashboard-btn.button-link:focus, .wp-core-ui .awsm-jobs-dashboard-btn.button-link:active{
	background: none;
	color: #0071a1;
	box-shadow: none;
	outline: none;
}
.striped>tbody tr.awsm-new-job {
    background-color: #fff5d8;
}
.awsm-jobs-dw-overview-list-item{
	border-radius: 10px;
	background: #FFF;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	padding: 17px 50px 17px 20px;
	position: relative;
	gap:  8px;
	color: #898989;
	line-height: 1.333;
	letter-spacing: -0.24px;
}

.awsm-jobs-overview-list-interview .awsm-jobs-dw-overview-list-item{
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
}
.awsm-jobs-dw-overview-list-item:hover{
	box-shadow: 26px 21px 41.7px 0px rgba(0, 0, 0, 0.06);
}
.awsm-jobs-dw-overview-list-item:not(:last-child){
	margin-bottom: 12px;
}
.awsm-jobs-dw-overview-list-item svg{
	position: absolute;
	right: 30px;
	top: calc(50% - 5px);
	fill:  #161616;
	transition: all 0.3s ease;
}
.awsm-jobs-dw-overview-list-item:hover svg{
	fill: #6CFAE4;
}
.awsm-jobs-dw-overview-list-item img{
	max-width: 36px;
	min-width: 36px;
	width: 100%;
	border-radius: 50%;
	height: auto;
}
.awsm-jobs-dw-overview-list-item span.count{
	width: 36px;
	min-width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #6CFAE4;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.32px;
	color: #161616;
}
.awsm-jobs-dw-overview-list-item p{
	margin: 0;	
}
.awsm-jobs-dw-overview-list-item p strong{
	display: block;
	font-weight: 600;
	color: #161616;
}
.awsm-jobs-dw-overview-list-item p span{
	color: #161616;
}
.awsm-jobs-dw-overview-list-item-main{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 12px;
	border-bottom: 1px solid #E2E2E8;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.awsm-jobs-dw-overview-list-item-main p{
	width: calc(55% - 12px);
}
.awsm-jobs-dw-overview-list-item-main p:first-child{
	padding-right: 12px;
	border-right: 1px solid #E2E2E8;
	width: 45%;
}
.awsm-jobs-dw-overview-list-item ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	line-height: 1.333;
	letter-spacing: -0.24px;
	font-weight: 600;
	color: #161616;
}
.awsm-jobs-dw-overview-list-item ul span{
	display: block;
	margin-bottom: 4px;
	color: #898989;
}

#awsm-jobs-overview-dashboard .inside {
	padding: 0;
	margin: 0;
}
#awsm-jobs-overview-dashboard .awsm-jobs-dw-overview-list-item{
    border: 1px solid #EEF0FC;
}
#awsm-jobs-overview-dashboard .awsm-jobs-dw-section-title{
    font-size: 14px;
    font-weight: normal;
}
.awsm-jobs-dw-wrap {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.awsm-jobs-dw-stats {
	display: flex;
	background: #6bfae4;
	border-radius: 10px;
	margin: 12px 12px 16px;
	padding: 16px 10px;
	gap: 0;
}
.awsm-jobs-dw-stat {
	flex: 1;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.awsm-jobs-dw-stat:last-child {
	border-right: none;
}
.awsm-jobs-dw-stat-label {
	font-size: 11px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 4px;
	line-height: 1.3;
}
.awsm-jobs-dw-stat-value {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1;
}
.awsm-jobs-dw-section-title {
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 12px 8px;
}
.awsm-jobs-dw-jobs-list {
	list-style: none;
	margin: 0;
	padding: 0 12px;
}
.awsm-jobs-dw-jobs-list li {
	border-bottom: 1px solid #f0f0f0;
}
.awsm-jobs-dw-jobs-list li:last-child {
	border-bottom: none;
}

.awsm-jobs-dw-footer {
	display: flex;
	gap: 8px;
	padding: 14px 12px 12px;
	border-top: 1px solid #f0f0f0;
	margin-top: 8px;
}
.awsm-jobs-dw-btn {
	flex: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	padding: 8px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.333;
	letter-spacing: -0.24px;
	display: inline-block;
	transition: all 0.3s ease;
}
.awsm-jobs-dw-btn-primary {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.awsm-jobs-dw-btn-primary:hover,
.awsm-jobs-dw-btn-primary:focus,
.awsm-jobs-dw-btn-primary:active {
	background: #6bfae4;
	color: #000;
	border-color: #6bfae4;
}
.awsm-jobs-dw-btn-secondary {
	border: 1px solid #d1d1d1;
	background: #fff;
	color: #161616;
}
.awsm-jobs-dw-btn-secondary:hover,
.awsm-jobs-dw-btn-secondary:focus,
.awsm-jobs-dw-btn-secondary:active {
	border-color: #0bcfb1;
	background-color: #ffffff;
	color: #161616;
}
.awsm-jobs-dw-empty {
	text-align: center;
	padding: 20px 12px;
	color: #888;
	font-size: 13px;
}