/**
* Theme Name: Workreap Child
* Description: This is a child theme of Workreap.
* Author: <a href="https://themeforest.net/user/amentotech/portfolio">Amentotech</a>
* Template: workreap
* Text Domain: workreap-child
* Domain Path: /languages
* Version: 1.0.0
*/

.wr-motivational-tooltip .tooltip-inner {
	max-width: 350px;
	max-height: 220px;
	overflow-y: auto;
	white-space: normal;
	padding: 10px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
}

.wr-motivational-tooltip .tooltip-inner {
	overflow-y: auto;
	scrollbar-width: thin;
	/* Firefox */
}

.wr-motivational-tooltip .tooltip-inner::-webkit-scrollbar {
	width: 6px;
	/* Chrome, Edge, Safari */
}

.wr-motivational-tooltip .tooltip-inner::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
}

.wr-header-search-wrapper .wr-search_job_page label {
	position: relative;
}

.wr-header-search-wrapper .wr-search_job_page label::before {
	left: 8px;
	top: 50%;
	width: 18px;
	height: 18px;
	display: flex;
	font-size: 18px;
	color: #585858;
	content: "\e926";
	position: absolute;
	justify-content: center;
	transform: translateY(-50%);
	font-family: 'workreap-icons' !important;
}

/* ============== Profile progreass bar ============== */
/* Card wrapper */
.wr-profile-completion-card {
	margin-bottom: 16px;
	background: #ffffff;
	padding: 14px 16px;
	border-radius: 12px;
	max-width: 420px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* Header (text at top) */
.wr-pc-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.wr-pc-header strong {
	font-size: 14px;
	font-weight: 400;
	color: #222;
}

.wr-pc-header .pc-percent {
	font-size: 14px;
	font-weight: 600;
	color: #3377ff;
}

/* Progress bar container */
.wr-profile-progress {
	width: 100%;
}

/* Track (gray background) */
.wr-progress-track {
	position: relative;
	height: 10px;
	background: #ededed;
	border-radius: 50px;
	overflow: hidden;
}

/* Filled bar */
.wr-progress-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	border-radius: 50px;
	background: linear-gradient(90deg,
			#b6f40c,
			#3377ff);
	transition: width 0.4s ease;
}

/* ============== Signup Form ============== */
.wr-sc-shortcode .wr-login-content .wr-reg-option.wr-child-reg-options {
	gap: 15px;
	padding: 12px 0;
	background-color: transparent;
}

.wr-sc-shortcode .wr-login-content .wr-reg-option.wr-child-reg-options .wr-radio {
	width: 33.33%;
	padding: 9px 10px;
	border-radius: 50px;
	border: 1px solid #eaeaea;
}

.wr-child-reg-options .wr-radio:has(input[type=radio]:checked) {
	background-color: #b6f40c;
}

.wr-child-reg-options .wr-radio:has(input[type=radio]:checked) .wr-radio-icon,
.wr-child-reg-options .wr-radio:has(input[type=radio]:checked) .wr-radio-text {
	color: #fff;
}

.wr-child-reg-options .wr-radio input[type=radio]+label:before,
.wr-child-reg-options .wr-radio input[type=radio]+label:after,
.wr-child-reg-options .wr-radio input[type=radio]:checked+label:before {
	display: none;
}

.wr-sc-shortcode .wr-login-content .form-group .wr-child-reg-options label {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

@media (max-width: 480px) {
	.wr-sc-shortcode .wr-login-content .wr-reg-option.wr-child-reg-options {
		flex-wrap: wrap;

	}

	.wr-sc-shortcode .wr-login-content .wr-reg-option.wr-child-reg-options .wr-radio {
		width: 100%;
	}
}

/* ============== Profile Health ============== */
.wr-child-profile-health li span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

.wr-child-profile-health li.un-checked span i {
	color: red;
	font-weight: 900;
}

/* Checked → green */
.wr-child-profile-health li.checked span i {
	color: green;
	font-weight: 900;
}

.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-availability_hours_per_week>em i,
.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-availability_hours_per_week>em svg {
	color: #175CD3;
	background: #E0EAFF;
}

.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-desired_salary_amount>em i,
.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-desired_salary_amount>em svg {
	color: #16370F;
	background: #a7d3d3;
}

.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-availability_from>em i,
.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-availability_from>em svg {
	color: #D97736;
	background: #FFF2E5;
}

.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-phone>em i,
.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-phone>em svg {
	color: #552e14;
	background: #FFF2E5;
}

.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-email>em i,
.wr-frelancer-v2 .wr-tags-list .wr-profile-options .wr-profile-email>em svg {
	color: #552e14;
	background: #e9ceb4;
}

.wr-mini-info {
	display: block;
	margin-top: 0px;
	font-size: 12px;
	color: #6b7280;
}

.wr-all-open-jobs h4 span {
	color: #999;
}

/* ============== copy the share profile link ============== */
#wr_profile_share .wr-input-copied {
	border-color: #22c55e;
	/* green signal */
	background-color: #ecfdf5;
	/* soft green wash */
	transition: all 0.25s ease;
}

.wr-profile-social-share {
	gap: 5px;
	display: flex;
	margin-top: 20px;
	flex-direction: column;
}

#wr_profile_share_modal fieldset {
	gap: 15px;
	display: flex;
	flex-direction: column;
}

#wr_profile_share_modal fieldset p {
	margin: 0;
}

#wr_profile_share_modal fieldset .form-check .form-check-label {
	padding-left: 30px;
	line-height: 20px;
}

#wr_profile_share_modal fieldset .form-check .form-check-input {
	height: 20px;
	width: 20px;
}

#wr_profile_share_modal fieldset .form-group {
	padding: 0;
}

#wr_profile_share_modal .wr-themeform__wrap {
	position: relative;
}

#wr_profile_share_modal .wr-themeform__wrap>input {
	padding-right: 30px;
}

#wr_profile_share_modal .wr-copy-profile-link {
	top: 50%;
	right: 10px;
	position: absolute;
	transform: translateY(-50%);
}

/* ============== Employer Profile Banner ============== */
.wr-profile-banner-area-wrapper .wr-profile-banner-img figure {
	height: 150px;
	border-radius: 8px;
}

.wr-profile-banner-area-wrapper .wr-profile-banner-img figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.wr-profile-banner-area-wrapper .wr-profile-content-area {
	gap: 10px;
	display: flex;
	text-align: center;
	flex-direction: column;
}

.wr-profile-banner-area-wrapper .wr-profile-content-area .wr-profilebtnarea-wrapper .wr-btn {
	margin: auto;
	height: 40px;
	display: inline-flex;
}

.wr-profile-banner-area-wrapper .wr-profile-content-area .wr-profile-content-desc {
	margin: 0;
	font-size: 15px;
}

.wr-child-reject-reason p span {
	font-weight: 700;
}

.wr-child-reject-reason .wr-rejections-tips {
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 10px 4px 15px rgba(15, 14, 14, 0.1);
}

/* Withdraw application model */
.wr-withdraw-application-modal .wr-themeform__wrap {
	display: flex;
	justify-content: space-between;
}

/* margin at search job page */
body.page-template-search-jobs .wr-search-jobs {
	margin-top: 50px;
}

body.page-template-search-jobs .wr-header .wr-themenav_wrapper .container {
	padding: 0 15px;
	border-radius: 999px;
}

body.page-template-search-jobs .wr-header .wr-themenav_wrapper .container .wr-navbarbtn .wr-btn-solid-lg{
	border-radius: 999px;
}

.wr-messageto-candidate .wr-messageto-candidate-checkbox {
	height: auto;
}

table.table-automotive .wr-icon-eye{
	cursor: pointer;
    font-size: 20px;
    color: #3377ff;
}
.wr-candidate-v1.wr-frelancer-v2 .wr-tags-list .wr-profile-options li > span{
	max-width: 160px;
	word-wrap: break-word;
}

.wr-candidate-coutner-list li{
	max-width: 25%;
}