@font-face {
	font-family: 'font-family: ' Caveat', cursive;';
	src: url(../fonts/Caveat-VariableFont_wght.ttf);
	src: local('Caveat'),
		url(../fonts/Caveat-VariableFont_wght.ttf) format('truetype');
	font-weight: 500;
	font-style: normal
}

.register_phone_field {
	margin-bottom: 23px !important;
	padding: 18px !important;
	width: 100% !important;
}

.otp_box {
	width: 15% !important;
	display: inline-block !important;
	text-align: center !important;
	border: 1px solid #a4a4a5 !important;
}

.login_otp_box {
	width: 15% !important;
	display: inline-block !important;
	text-align: center !important;
	border: 1px solid #a4a4a5 !important;
}

.new_number_otp_box {
	width: 10% !important;
}

header .navbar {
	padding: unset !important;
	background-color: #004b69;
	border-bottom: 5px solid #fff;
	z-index: 1029;
}

.iti {
	width: 100%;
	margin-bottom: 24px;
}

label.error,
.trait_error_message {
	color: #c6282f !important;
}

.success {
	color: #2DC628;
	margin-top: 5px;
	text-align: center;
}

.step1_profile_image {
	width: 75px;
    height: 75px;
	/*margin-bottom: 27px;*/
}

.lang_select {
	align-self: center;
	text-align: start;
	align-items: start;
	margin-right: auto;
}

.personal-info-steps .activee::before {
	height: 4px;
}

.personal-info-steps .activee {
	color: #004B69;
	font-weight: 600;
	font-size: 16px;
}

.w-75 {
	width: 75% !important;
}

.w-80{
	width: 80% !important;
}

.w-84{
	width: 84% !important;
}

.j-c-f-e {
	justify-content: flex-end
}

.w-100 {
	width: 100% !important;
}

.marital_hr {
	opacity: 0.9;
	color: beige;
	height: 2px;
	/* background: #004B69;*/
}

.child_box {
	border: 1px solid #cfd1d6;
	border-radius: 5px;
	margin-top: 5px;
	padding: 5px;
}

#contact_add_btn {
	/* padding: 10px !important; */
}

.btn {
	height: 48px;
}

.page_info_cards .btn{
	height: 38px;
}

.form-actions .btn {
	align-items: center;
	display: flex;
	margin: auto;
	padding: 10px 20px;
	border-radius: 5px;
}

.check_box_dynamic {
	opacity: 1 !important;
	left: 0 !important;
	height: 20px !important;
	width: 20px !important;
	position: relative !important;
}

.check_box_dynamic_label {
	margin-top: 5px;
	position: absolute;
	margin-right: 0px;
	margin-left: 3px;
}

.account_step_container {
	background-color: transparent;
	border: none;
	margin: 0 auto 150px;
}

.account_form_header {
	background-color: #FFFFFF;
}

.info_wrapper {
	padding: 0;
	width: 100%;
	min-width: 1000px;
	margin-left: -175px;
}

.form_action_final {
	margin: 50px 0px 0;
	/*padding: 35px 25px 25px;*/
	padding: 49px 40px 81px;
}

.membership_box {
	flex-basis: 30%;
	min-width: 300px !important;
}

.membership-box {
	min-width: 200px !important;
}

.member-list li svg,
.active_plan svg,
.employer_active_plan svg {
	content: '';
	background-image: url("../img/check.svg");
	background-position: center;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.active_plan svg,
.employer_active_plan svg {
	left: unset !important;
	top: unset !important;
}

.coupon_input {
	width: 80% !important;
	float: left !important;
}

.coupon_error_msg {
	padding-top: 3rem;
	display: none;
	font-size: 15px !important;
}

.payment_table tr td label {
	font-size: 15px !important;
}

.payment_table tr td {
	padding: 2px 3px;
}

.resume_spouse_box {
	border: 1px solid #9da59d52;
	border-radius: 10px;
	padding: 2px;
	margin-top: 5px;
}

.active_member_plan {
	border: 1px solid;
	border-radius: 8px;
}

.sub_cancel_p1 {
	border-radius: 4px;
	padding: 4px;
}

.sub_cancel_p2 {
	background-color: #004B694d;
	border-radius: 4px;
	padding: 4px;
}

.warning_svg {
	width: 20px;
	margin-right: 3px;
	margin-top: -5px;
}

.single_phone .btn {
	/* padding: 2px 5px !important;
	margin: 5px 0px !important; */
	border-radius: 5px;
}

.iti {
	height: 45px;
}

._verify_btn {
	margin: 5px 2px !important;
}

.ui-state-default.ui-state-active {
	background: #09cbb4 !important;
	border: 1px solid #09cbb4;
}

.ui-datepicker td span,
.ui-datepicker td a {
	border: 1px solid #09cbb4 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #646464 !important;
	background: #91dedd;
	color: #363636;
}

/* XL breakpoint (Bootstrap uses ≥1200px) */
@media (min-width: 1200px) {
	.gap-xl-1 { gap: 0.25rem; }
	.gap-xl-2 { gap: 0.5rem; }
	.gap-xl-3 { gap: 1rem; }
	.gap-xl-4 { gap: 1.5rem; }
	.gap-xl-5 { gap: 3rem; }
}

@media (max-width: 1200px) {
	.membership-box {
		flex-basis: calc(40% - 4px);
		margin-bottom: 15px;
	}

	.find_match_btn_submit {
		display: block;
	}

	#profile_step1_form #change_email_btn {
		height: 35px !important;
	}
	#change_email_btn{
		height: 45px !important;
	}

}

.form-actions__ {
	border-top: 1px solid rgba(8, 10, 12, 0.08);
	display: flex;
	margin: 0;
	padding: 25px 25px 50px;
}

.form-actions__ .btn {
	align-items: center;
	display: flex;
	margin-bottom: 20px;
	margin-right: 10px;
}

.suggest-box.rejected:hover {
	border: 1px solid #cc082f;
}

.reject_model_title {
	font-size: 20px !important;
}

.textarea_bg {
	background-color: #edeef1c2;
}

.rejection-modal-form label,
.fs-18 {
	font-size: 18px !important;
}
.fs-30 {
	font-size: 30px !important;
}

.custom-radio:checked+label,
.custom-radio:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #014769;
	box-sizing: unset;
}

.remember_me_check .check_box_dynamic_label:before,
.user_applicants_status_container label:before,
#gen_job_timing_radios label:before,
#gen_work_location_radios label:before,
.has_experience_radio_label:before {
	border: 1px solid #004b69;
}

#same_as_experience .has_experience_radio_label,
.jobType .has_experience_radio_label {
	color: #014769;
	font-size: 15px;
	opacity: 1;
}

.custom-radio:checked+label:before,
.custom-radio:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fff;
}

.custom-radio:checked+label:after,
.custom-radio:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #004B69;
	position: absolute;
	top: 4px;
	box-sizing: initial !important;
	left: 4px;
	border-radius: 20%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.custom-radio:checked+label:after,
.custom-radio:not(:checked)+label:after {
	box-sizing: initial !important;
}

.custom-radio:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	box-sizing: unset;
}

.custom-radio:checked+label:after,
.check_box_dynamic_label.confirm_term:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	box-sizing: unset;
}

.resume-button_match {
	font-size: 20px;
	height: 56px;
	display: flex;
	align-items: center;
	background-color: #004B69;
}

.last_step_btn button,
.last_step_btn a {
	padding: 17px 17px !important;
}

.mt-20 {
	margin-top: 20px;
}

@media (max-width: 1200px) {
	.membership-box {
		flex-basis: calc(45% - 4px) !important;
	}
}

.history_table thead {
	background-color: #004B69;
}

.history_table thead tr th {
	color: white;
	font-size: 15px;
	text-align: center;
	padding: 7px 10px;
}

.history_table tbody tr td {
	font-size: 14px;
	padding: 7px 5px;
}

.payment_history_row {
	overflow: auto;
}

.history_table {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/*
*  STYLE 4
*/

.c_scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.c_scroll::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.c_scroll::-webkit-scrollbar-thumb {
	border: 0.2px solid #555555;
	background-color: #004B6954;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.w-30 {
	width: 33% !important
}

@media (max-width:768px) {
	.w-30 {
		width: 98% !important
	}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination{
		justify-content: center !important;
	}
}

@media (max-width:1024px) {
	.icon_btn {
		max-width: auto !important;
		min-width: auto !important;
		height: auto !important;
	}
}

/* .field-wrapper .form-check:last-child {
	margin-bottom: 30px;
} */

.cancel_subscription:hover {
	color: #fff !important;
}

.login-form p {
	margin: 0 auto 20px;
}

.resend-otp {
	padding-top: 10px !important;
	width: fit-content;
}

.active_plan {
	width: 70px;
	height: 70px;
	border: 8px solid #f5f5f5;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 5;
	top: 35px;
}

.active_plan::after {
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	-webkit-box-shadow: 0px 2px 6px 1px rgb(49 231 255 / 49%);
	box-shadow: 0px 2px 6px 1px rgb(49 231 255 / 49%);
	border: none;
}

.membership-box {
	position: relative;
	margin-top: 20px;
}

.member-title {
	margin-top: 10px;
}

.personal-info-wrapper select,
.personal-info-wrapper .experience_in_job_types_container {
	border: none !important;
	border-radius: 8px !important;
	margin-bottom: 23px;
}

.custom-select_account {
	height: 65%;
	padding-left: 8px !important;
}

textarea {
	margin-bottom: 23px;
}

.range-value {
	margin-top: 20px;
}

.ui-state-default:not(.ui-slider-handle),
.ui-widget-content .ui-state-default:not(.ui-slider-handle),
.ui-widget-header .ui-state-default:not(.ui-slider-handle) {
	left: 2% !important;
}

.navbar-collapse {
	float: inline-end;
	justify-content: flex-end !important;
	padding: 9px;
}

@media (max-width: 992px) {
	header ul li {
		/* margin-left: 0px !important;
		padding: 10px 0px;
		text-align: center; */
	}

	.main-nav ul {
		display: block;
		padding: 5px 0px;
		text-align: center;
		background: #dfdfdf;
	}

	.logout_btn_header {
		margin: 0;
	}

	.candidate-card .candidate_address_span{
		max-width: 180px !important;
	}

	.candidate-card .candidate_address{
		width: 200px !important;
	}
}

.logout_btn_header {
	margin: 0 0 0 10px !important;
}

@media (max-width: 768px) {
	.form-actions {
		display: block;
	}

	.form-actions .btn {
		display: inline-block;
	}

	#change_email_block,
	.login .otp_change_email_wrapper,
	#new_number_add_block{
		padding: 0px !important;
	}

	.verify_email_btn,
	#email_otp_login_btn,
	#otp_change_email_back_btn{
		width: 105px !important;
		font-size: 13px !important;
	}

	#add_new_number_modal .login{
		margin: 0px !important;
	}

	.login-form {
		padding: 28px 25px 35px 25px !important;
	}

	.login .title {
		margin-bottom: 36px !important;
	}

	/* header {
		margin-bottom: 40px;
	}*/
	.login {
		margin: 0px auto 50px !important;
	}

	.iti.iti--container {
		width: auto;
		height: auto;
	}
}

@media (max-width: 550px) {
	.lang_select {
		width: 100%;
	}

	.contact-line .custom-container {
		display: block;
	}

	.contact-line .custom-container .call {
		float: left;
	}
}

.contact-line a {
	padding: 10.5px 10px;
}

.final-step-radio .radio-container {
	width: unset !important;
}

.final-step-radio .radio-container span {
	padding: 8px !important;
}

a.disabled_validation {
	pointer-events: none !important;
	cursor: default !important;
	opacity: 0.5 !important;
}

#add_new_number_modal {
	z-index: 5555;
}

.ui-corner-all {
	background: whitesmoke !important;
	border: none !important;
	box-shadow: 1px 3px 4px #868682c4 !important;
	border-radius: 10px !important;
	margin-bottom: 20px;
}

.border-none {
	border: none !important;
}

.resume-info a,
.reload_link,
.candidate_save_candidate_btn i {
	color: #004B69 !important;
}

.pm-0 {
	margin: 0 !important;
	padding: 0 !important;
}

.resume-info h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

/* Resume Separate Css */
.resume-info ul li {
	margin-bottom: 10px !important;
}

.tab-content .tab-pane:first-child .resume-row:first-child {
	justify-content: center !important;
	/* align-items: center !important; */
}

.resume-row {
	margin-bottom: 10px !important;
}

.resume-button.resume-row .title h2 {
	padding-top: 25px;
	line-height: 30px;
}

#sug_response_note {
	display: flex;
	justify-content: center;
}

#sug_response_note img {
	width: 20px;
}

#sug_response_note p {
	margin-left: 12px;
	margin-top: 15px;
}

#sug_response img {
	width: 20px;
}

#sug_response {
	padding-top: 5px;
	text-align: center;
	font-size: 22px;
	color: #000;
	line-height: 80px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(8, 10, 12, 0.08);
}

.resume-button.resume-row .title {
	margin-bottom: 0px !important;
}

.resume-button.resume-row {
	padding: 0 !important
}

.resume-button.resume-row a {
	margin-top: 10px;
}

.sug_by_div {
	display: flex;
	align-items: center;
}

.sug_by_div p {
	padding-top: 10px;
	padding-left: 10px;
}

.resume-row ul li p {
	padding: 0px !important;
}

.inactive_meesage {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #a9a3a345;
	border-radius: 3px;
	margin-bottom: 35px !important;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.inactive_meesage img {
	width: 7px;
}

.inactive_meesage h5 {
	margin: 0;
	padding-left: 15px;
}

.__privacy {
	font-family: cursive !important;
}

.resume-info ul li p {
	text-align: left;
}

.g-recaptcha {
	display: inline-block;
}

/* message */

.chat-box-user {
	/* margin-top: 0px !important; */
}

.user_search {
	position: absolute;
	max-width: 180px !important;
}

#chat_user_list {
	/* margin-top: 60px !important; */
}

.chat_icon_in_resume {
	max-width: 35px;
}

.chat-line {
	width: 90% !important;
}

#chat_body {
	max-height: 600px;
}

.chat-box-chat {
	width: calc(100% - 25%) !important;
}

.chat-box-user {
	width: 25%;
}

.chat-box-user h5 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.chat-box-user h5 span.counter {
	width: 25px;
	height: 25px;
	background: #1eaca3;
	padding: 5px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-left: 10px;
}

.chat_user_li_h5 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.chat_user_pic {
	width: 20%;
	text-align: center;
	position: relative;
}

.chat_user_name {
	width: 65%;
	text-align: start;
	word-break: break-word;
}

.chat-profile h4 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.chat-profile h4 .chat_user_pic,
.chat-profile h4 .chat_user_name {
	width: unset !important;
}

.loader_in_chat {
	display: flex;
	justify-content: center;
	align-items: center;
}

.system_message {
	width: 100% !important;
	max-width: 100% !important;
	font-size: 13px;
	line-height: 12px;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.system_message div p {
	width: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
}

.system_message div span.time-center {
	font-size: 10px;
	color: #585858;
	padding: 0;
}

.system_message div {
	width: 100%;
	padding: 5px;
	border: 1px solid #c5dfe1;
	border-radius: 7px;
}

.dashboard_message_notify,
.dashboard_task_notify {
	width: 25px;
	height: 25px;
	background: #004B69;
	position: absolute;
	margin-top: -25px;
	color: #fff;
	padding-top: 0px;
	border-radius: 50%;
}

/* .read .time-right::after {
	content: url('../img/check-read.svg');
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-grid;
	margin-left: 5px;
	/* margin-top: 2px;
} */

/* .read .time-right::after {
	content: url('../img/check.svg');
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-grid;
	margin-left: 5px;
	/* margin-top: 2px;
} */

.counter {
	min-width: 15%;
}

.chat-profile h4.con_user_info .counter {
	min-width: unset !important;
}

.counter {
	min-width: 15%;
}

#con_user_info .counter {
	min-width: unset !important;
}

.chat-box-user h5 img,
.chat-profile h4 img {
	height: 40px !important;
	width: 40px !important;
	padding: 3px !important;
	border-radius: 50%;
}

#txt_message {
	min-height: 70px;
	height: 70px;
}

.messages_buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/* .fileUpload {
	position: relative;
	overflow: hidden;
	background-color: #fff !important;
	border: none !important;
	padding-top: 10px !important;
	min-width: 28%;
	cursor: pointer !important;
	color: #585858;
	border: solid 1px #777 !important;
	min-width: 30% !important;
} */

.fileUpload span,
.page_title a {
	cursor: pointer !important;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer !important;
	/* opacity: 0; */
	filter: alpha(opacity=0);
	width: 25px !important;
	visibility: hidden;
}

/* .fileUpload:hover {
	color: #585858;
	background-color: #fff !important;
	border: solid 1px #777 !important;
} */
#profile_step1_form .intro_file_clear_btn {
    margin: 0px !important;
    line-height: 0px !important;
    justify-content: center;
    font-size: 16px;
    order: unset;
    border: unset;
}

.file_clear_btn {
	margin-left: 3px !important;
	width: 15px;
	height: 15px;
	border: none;
	background-color: #707273;
	color: #f0f2fc;
	border-radius: 50%;
	padding: 0;
	margin: 4px;
	align-items: center;
	justify-content: center;
	padding-bottom: 2px;
	font-size: 13px;
	line-height: 16px;
}

/* #selected_file_name,
#intro_selected_file_name {
	margin-bottom: 0 !important;
	word-break: break-word;
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: 3px;
	font-size: 13px;
}

#selected_file_name p,
#intro_selected_file_name p {
	display: flex;
	width: 90%;
	align-items: center;
	padding-left: 5px;
} */

.file_attach_container {
	width: 80%;
}

.attachment_link {
	background: #ffffffa1;
	border-radius: 10px;
	color: #585858 !important;
	padding: 3px 10px;
	word-break: break-word;
	text-align: left;
}

.attachment_link a {
	padding-left: 5px !important;
	text-align: left !important;
}

.send-actions .send-btn {
	padding: 0px 10px;
}

.send_btn_container,
.send-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.file_attach_container {
	display: flex;
	align-items: center;
}

.send-btn img {
	/* margin-right: 5px; */
	/* margin-top: -5px; */
}

.fileUpload span img {
	margin-top: -3px;
}

/* #file_for_message {
	width: 100% !important;
} */

.chat-line p {
	word-break: break-word
}

.chat-main-box {
	min-height: 600px;
}

/* span.time-left {
	margin-top: 5px;
} */

.message_icon {
	background-position-y: -90px !important;
}

#browse_candidates-tab span {
	background-position-y: -40px !important;
}

#membership-tab span {
	background-position-y: -145px !important;
}


.profile_box .image {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	padding: 3px;
	flex: 0 0 auto;
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
}

.profile_box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 3px;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
}

.profile_box {
	text-align: center;
	padding: 5px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.profile_box h5 {
	font-weight: 900;
	margin-bottom: 3px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	width: 85px;

}

h5.candidate_profile_name {
	font-weight: 900;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	max-width: 100%;
}

.name_info_wrapper {
	width: calc(100% - 65px);
}

.profile_box p {
	color: #585858;
	font-weight: 800;
	margin-bottom: 3px;
}

.profile_box button {
	background: #777 !important;
	width: 35px !important;
	height: 33px !important;
	margin-left: -5px !important;
	border-radius: 8px;
}

.profile_box span {
	color: #454545;
	word-break: break-word;
}

.filter_container_title {
	text-align: center;
	border-radius: 0;
	border-bottom: 1px solid #EBEBEB;
	/* padding: 10px 0px; */
	/* padding-top: 10px !important; */
	font-size: 22px;
	font-weight: 500;
	color: #004B69;
	border-right: 0;
	position: relative;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	border-left: 5px solid #004B69;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	margin-bottom: 0 !important;
}

.browse_candidate_profiles_container .candidate_filter_container_title {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	margin-bottom: 0 !important;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.filter_side {
	justify-content: center;
	align-items: flex-end;
	display: flex;
	border-bottom: 1px solid #f1f1f1;
}

.filter_container {
	border-left: none;
	display: block !important;
}

.justify-content-space-between {
	justify-content: space-between !important;
}

.justify-content-space-evenly {
	justify-content: space-evenly !important;
}

/* filter */

.layout-slider .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 5px;
	background: #004B69 !important;
}

.layout-slider .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	height: 5px;
	background: rgba(8, 10, 12, 0.04);
	border: none;
}

.layout-slider .ui-state-default,
.layout-slider .ui-widget-content .ui-state-default,
.layout-slider .ui-widget-header .ui-state-default {
	width: 26px;
	height: 26px;
	position: absolute;
	left: 20%;
	top: -13px;
	margin-left: -16px;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	border: none;
}

.layout-slider .ui-state-default,
.layout-slider .ui-widget-content .ui-state-default,
.layout-slider .ui-widget-header .ui-state-default:focus {
	border: none !important;
}

.layout-slider .ui-slider-handle .ui-state-default .ui-corner-all {
	color: black;
	padding-top: 4px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}

.layout-slider .ui-slider-handle .ui-state-default .ui-state-active {
	background-color: #004B69;
}

.layout-slider .ui-state-default,
.layout-slider .ui-widget-content .ui-state-default {
	text-align: center !important;
}

.layout-slider .ui-corner-all {
	box-shadow: none !important;
	border-radius: 0% !important;
	margin-bottom: 0px !important;
}

#gen_age_slider a.ui-slider-handle.ui-state-default.ui-corner-all {
	height: 26px !important;
	font-size: 17px;
}

.layout-slider {
	padding: 0 15px;
}

.layout-slider {
	margin-bottom: 25px;
}

.filter-box .multi-button:not(.privacy-buttons) .radio-container input:checked~.checkmark {
	background-color: #004B69;
	border-color: #004B69;
	color: #fff;
}

.form-content select {
	height: 35px !important;
}

.custom_radio_label {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.08);
	height: 35px;
	font-weight: 500;
	width: 100%;
	color: #000;
	margin: 0px !important;
	border-radius: 8px;
	display: flex;
	margin: 10px 0px 0px 3px !important
}

.filter_box .multi-button:not(.privacy-buttons) .checkmark {
	padding: 10px !important;
}

/* .multi-button:not(.privacy-buttons) .checkmark {
	/* padding: 10px !important;
	background-color: unset;
	border:2px solid #004B69;
	font-weight:700;
} */
.multi-button:not(.privacy-buttons) .checkmark {
	background-color: white;
	border: unset;
	font-weight: 400;
}


.checkmark_2 {
	padding: 5px !important;
	border: none !important;
	width: 100% !important;
}

#active_job_info_model {
	z-index: 1030 !important;
}

#resume-modal>.modal-dialog>.modal-content>.modal-header {
	/* background-color: #f5f5f5 !important; */
	color: #fff;
	text-align: center;
	justify-content: space-between;
	align-items: center;
	border-bottom: none;
}

#resume-modal>.modal-dialog>.modal-content>.modal-body {
	/* background-color: #f5f6f9 !important; */
	margin: 0 !important;
	padding: 0 !important;
}

#resume-modal .resume_user_container .resume_user_container {
	padding: 0px;
}

#resume-modal .modal-title {
	font-weight: 900;
}

#resume-modal,
#resume-modal .modal-dialog {
	margin: 0 !important;
	z-index: 1055;
}

.resume_show {
	display: flex !important;
	padding: 0 !important;
	justify-content: flex-end !important;
	text-align: -webkit-right;
}

#resume-modal .modal-dialog {
	padding: 0px !important;
}

#resume-modal h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: 600;
}

#resume-modal .dot::before {
	display: flex;
}

.resume-info ul li p {
	text-align: left;
}

.resume-row .image img {
	padding: 8px;
}

.resume_not_box,
.resume_not_box textarea {
	text-align: left;
}

/* loader */

.loading {
	display: flex;
}

.dot {
	position: relative;
	width: 1.4em;
	height: 1.4em;
	margin: 1.2em;
	border-radius: 50%;
}

.dot::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	animation: wave 2s ease-out infinite;
}

.loading .dot:nth-child(1) {
	background: loading;
	animation-delay: 0.4s;
}

.loading .dot:nth-child(2) {
	background: #2f2f2f;
	;
	animation-delay: 0.8s;
}

.loading .dot:nth-child(3) {
	background: loading;
	animation-delay: 1.2s;
}

.loading .dot:nth-child(4) {
	background: #2f2f2f;
	;
	animation-delay: 1.6s;
}

.loading .dot:nth-child(5) {
	background: loading;
	animation-delay: 2s;
}

@keyframes wave {

	50%,
	75% {
		transform: scale(2.5);
	}

	80%,
	100% {
		opacity: 0;
	}
}

.loder_container {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background: rgb(245 245 245);
	height: 30vh;
	width: 100%;
	margin-top: 60px;
}

/* loader end */



@media screen and (max-width: 450px) {
	.profile_box_container {
		-ms-flex: 0 0 70.666667%;
		flex: 0 0 70.666667%;
		max-width: 70.666667%;
	}

	.personal-info-steps>*:not(:last-of-type) a::after {
		left: 100% !important;
	}

	.last_step_btn button,
	.last_step_btn a {
		padding: 10px 17px !important;
	}

	/* .linked_account_container .nav {
		display: block !important;
	} */

}

@media screen and (max-width: 768px) {
	.profile_box_container {
		-ms-flex: 0 0 49.666667%;
		flex: 0 0 49.666667%;
		max-width: 49.666667%;
	}

	.filter_side_box {
		margin-bottom: 20px !important;
	}

	.gen_has_child {
		width: 100% !important;
	}

	#find_match_load_more {
		max-width: 35% !important;
	}

	#resume-modal .modal-dialog {
		width: 100% !important;
	}
}


@media (min-width: 768px) {
	.filter-close {
		display: none;
	}

	.file_input_wrapper .w-25 {
		padding-left: 10px;
		padding-top: 20px;
	}
}

@media screen and (min-width: 651px) and (max-width: 1100px) {
	#find_match_load_more {
		width: 20%;
		max-width: 20% !important;
	}
}

.filter_container_title.w-75 {
	padding: 15px;
	justify-content: center;
	display: flex;
	align-items: center;
}

#find_match_load_more {
	min-width: 15%;
	background-color: #004B69;
	border-color: #004B69;
	color: white;
	max-width: 15%;
	height: 38px;
}

#find_match_load_more:hover{
	background-color: #006699;
}

/* #load_more_btn_container {
	justify-content: center;
	color: white;
	margin-top: 20px !important;
} */

.filter_side_box select {
	height: 38px !important;
	font-size: 17px !important;
	min-width: 100%;
	border-radius: 8px;
	background-color: #F3F4F7;
	border: 0;
	color: #7d8083 !important;
	/* padding: 10px; */
}

.find_match_section h1 {
	height: 45px;
}

/* message chat images */

.chat_message_image_container img {
	/* border: 2px solid #f8f9fa; */
	border: 2px solid #ffffffa1;
	margin-bottom: 5px;
	/* box-shadow: 1px 1px 10px -5px; */
	border-radius: 7px;
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin: 2px;
	background-color: #ffffffa1;
}

/* .unread_message {
	border: 1px solid #004B69 !important;
} */

.unread_message p {
	font-weight: 900;
}

.resume_personal_info_ul ul li {
	margin-bottom: 0px !important;
}

.resume-info ul li p {
	word-break: break-word;
}

.reset-submit-box button[type="reset"] {
	background: #004B69 !important;
	color: #fff !important;
	border-radius: 5px;
}

.final-step-radio span.checkmark {
	margin: 0px 3px;
}

li.online .chat_user_pic::after,
.profile_image_container.online::after {
	width: 10px;
	height: 10px;
	background: #56bd31;
	content: '';
	position: absolute;
	border-radius: 50%;
	right: 1px;
	bottom: 3px;
}

li.offline .chat_user_pic::after,
.profile_image_container.offline::after {
	width: 10px;
	height: 10px;
	background: #e20d0d;
	content: '';
	position: absolute;
	border-radius: 50%;
	right: 3px;
	bottom: 3px;
}

.profile_image_container.offline::before {
	content: 'Offline';
	position: absolute;
	right: -60px;
	bottom: 0px;
	font-size: 10px;
	color: #ffffff;
}

.profile_image_container.online::before {
	content: 'Online';
	position: absolute;
	right: -60px;
	bottom: 0px;
	font-size: 10px;
	color: #ffffff;
}

.plan_icon {
	width: 25px;
	max-width: 25px;
	min-width: 25px;
	height: 25px;
	max-height: 25px;
	min-height: 25px;
}

.member-title h5 {
	margin-top: 5px;
}

.sugg_tab .payment {
	align-items: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.sugg_tab .payment button {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.sugg_tab .payment button.active div {
	background: #fff;
	color: #004B69;
}

.sugg_tab .payment button div {
	margin-left: 5px;
	background: #004B69;
	color: #fff;
	height: 25px !important;
	width: 25px !important;
	padding: 2px;
	border-radius: 50%;
}

.suggested_match_info_btn img {
	width: 5px;
	padding-bottom: 7px;
}

.suggested_match_info_btn {
	border: none;
	transition: visibility 0s, opacity 0.5s linear;
	width: 19px;
	height: 19px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border-radius: 50%;
	background: linear-gradient(315deg, #706c6c, #6d6b6b);
	margin-left: 5px;
	margin-top: -2px;
}

.request_info_modal_row label {
	font-weight: 900;
}

.request_info_modal_row table {
	border-collapse: separate;
	border-spacing: 30px 0px;
	margin-bottom: 10px;
}

#resume_user_name .pro-user,
#sug_user_name .pro-user,
#user_personal_info .pro-user {
	border: 1px solid;
	border-radius: 10px;
	padding: 0px 5px;
	font-size: 10px;
	cursor: pointer;
	margin-left: 3px;
}

#resume_user_name .pro-user-icon,
#sug_user_name .pro-user-icon,
#user_personal_info .pro-user-icon {
	margin: -1px 2px 0 0;
}

#resume_user_name,
#sug_user_name {
	font-size: 21px;
	font-weight: 800;
	color: #004B69;
}

span.pro-user {
	border: 1px solid;
	border-radius: 10px;
	padding: 0px 5px;
	font-size: 10px;
	height: 17px;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-left: 4px;
	margin-right: 4px;
	width: fit-content;
}

img.pro-user-icon {
	margin: -1px 2px 0 0;
	max-width: unset !important;
	max-height: unset !important;
	object-fit: unset !important;
	width: unset !important;
	margin-right: unset !important;
	display: unset !important;
	border-radius: unset !important;
	height: unset !important;
}

#resume_user_name {
	margin-left: 13px;
}

.resume_user_name {
	margin-left: 13px;
}

#user_personal_info,
#resume_user_name {
	font-size: 21px;
	font-weight: 800;
}

span.pro-user_icon {
	height: 20px;
	width: 20px;
	display: inline-block;
	border-radius: 50%;
	padding: 0 !important;
	margin: 0;
	border: 1px solid;
	right: 5px;
	top: 5px;
	position: absolute;
}

span.pro-user_icon img {
	margin: 0 !important;
}

.profile_box .image {

	position: relative;
}

.current_membership_box table {
	border-collapse: separate;
	border-spacing: 10px 10px;
}

@media (max-width: 991px) {
	/* .current_membership_box {
		min-width: 300px !important;
	} */

	.w-sm-90 {
		width: unset;
	}

	.multi-button:not(.privacy-buttons) .checkmark{
		padding: 12px 4px;
	}

	#job_add_edit_model .multi-button:not(.privacy-buttons) .checkmark{
		padding: 7px;
		font-size: 14px;
	}
}

@media (min-width: 575px) {
	.w-sm-75{
		width: 75% !important;
	}
}

@media screen and (min-width: 451px) and (max-width: 650px) {
	.w-sm-90 {
		width: unset;
	}
}

/* ----------- 950px - 1200px ----------- */
@media screen and (min-width: 951px) and (max-width: 1200px) {
	.w-md-90 {
		width: 95%;
	}
}

/* ----------- 1200px + ----------- */
@media screen and (min-width: 1201px) {
	.w-md-60 {
		width: 60%;
	}
}

.current_membership_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 25% !important;
}

@media (max-width: 1199px) {
	.current_membership_box {
		flex-basis: calc(50% - 4px);
		margin-bottom: 15px;
	}
	
	.profile_side_box {
		order: 1;
	}

	/* .w-md-60{
		width: 60%;
	} */
}

.no_match_found {
	display: flex;
	align-items: center;
}

.no_match_found h6 {
	margin-bottom: 17px !important;
	margin-top: 17px;
}

.plan_title_tagline {
	display: block !important;
	padding: 36px 0 36px !important;
	text-align: center;
	min-height: 70px;
}

.plan_title_tagline h5 {
	margin-left: 0 !important;
}

.plan_title_tagline p {
	min-height: 50px;
}

.member-title h5 {
	margin-top: 0px !important;
}

.member-title p {
	margin: 0;
	padding: 3px;
	font-size: 14px;
}

.auto_refill_container {
	/* text-align: right; */
	display: flex;
	/* align-items: flex-end; */
	justify-content: flex-end;
}

.auto_refill_container .title {
	width: 50%;
	text-align: left;
}

/* .auto_refill_container .current_membership_box{
	flex-basis: unset !important;
} */
.icon_btn img {
	margin-right: 5px;
}

.icon_btn {
	min-width: 220px;
	max-width: 220px;
}

.field-wrapper label.error {
	width: 100%;
}

.plan_title_tagline p,
.fw-600 {
	font-weight: 600;
}

.membership-box .member-list {
	font-size: 14px;
}

/* employer profile privacy toggle */
.toggle_container {
	position: fixed;
	right: 00px;
	top: 20%;
	background-color: #fff;
	border-radius: 8px;
	z-index: 3;
	-webkit-box-shadow: 0 0 15px 3px rgb(176 185 189 / 30%);
	box-shadow: 0 0 15px 3px rgb(176 185 189 / 30%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0;
}

.toggle_container .filter-box {
	margin: 5px;
	border: none !important;
	padding: 0 5px;
	margin-bottom: 5px !important;
}

.toggle_container .filter-box label {
	font-size: 17px;
	font-weight: 500;
}

.toggle_container .action_btn {
	display: flex;
	justify-content: flex-end;
}

.toggle_container .action_btn a#show_user_privacy img {
	width: 50px;
}

.toggle_container .action_btn a#hide_user_privacy {
	background: #f3f4f7;
	padding: 2px;
}

#profile_pic_radio .custom_radio_label {
	margin: 0px 0px 0px 3px !important;
	height: 30px;
}

#profile_pic_radio .custom_radio_label .checkmark {
	padding: 5px !important;
	font-weight: 800;
	font-size: 14px;
}

.toggle_border_radius {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.toggle_container .filter-box .multi-button:not(.privacy-buttons) .radio-container input:checked~.checkmark {
	background-color: #004B69 !important;
	border-color: #004B69 !important;
	color: #fff !important;
	width: 100%;
}

.reload_btn_container {
	padding: 5px;
	display: flex;
	justify-content: center;
}

.reload_btn_container button {
	background: #004B69;
	color: #fff;
	padding: 5px !important;
	font-weight: 800;
	font-size: 14px;
	height: 30px;
	border-radius: 8px;
}

.reload_btn_container button:hover {
	color: #fff;
}

.member-price h6 {
	font-size: 15px !important;
}

.member-price span {
	font-size: 14px !important;
	line-height: inherit;
}

.member-list div {
	text-align: center;
}

/* .red_small_btn {
	background-color: #F23E48 !important;
} */

.interval_features_plan_box {
	flex-basis: 42% !important;
	display: block !important;
	padding: 0px !important;
	position: relative;
	min-height: 250px !important;
}

.interval_features_plan_box>.member-price {
	bottom: 3px;
	position: absolute;
}

.interval_features_plan_box .member-title {
	margin-top: 5px;
	display: block !important;
	text-align: center;
}

.justify-content-flex-end {
	justify-content: flex-end;
}

.flex-basis-24 {
	flex-basis: 24% !important;
	min-height: 240px !important;
}

.flex-basis-24 .member-title {
	margin-top: 0 !important;
}

.padding-right-3 {
	padding-right: 3% !important;
}

.padding-right-1 {
	padding-right: 1% !important;
}

.plan_pending_message {
	margin-bottom: 15px !important;
}

.matchmaker_list_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 3px 5px;
	border-radius: 10px;
	align-items: center;
	margin-bottom: 7px;
	border: 1px solid transparent;
	position: relative;
	margin-left: 0;
}

.matchmaker_list_item::after {
	content: '';
	position: absolute;
	width: 95%;
	bottom: -5px;
	border-bottom: 1px solid #a4a0a74f;
	margin-left: 2.5%;
}

.matchmaker_list_profile_info_container h5 {
	justify-content: flex-start !important;
	align-items: center;
	margin: 0;
}

.matchmaker_list_img_container img {
	height: 40px !important;
	width: 40px !important;
	padding: 3px !important;
	border-radius: 50%;
}

.matchmaker_action_button_container {
	display: flex;
	justify-content: space-between;
}

.matchmaker_action_button_container button {
	height: 40px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	margin: 0 2px;
}

.matchmaker_action_button_container button img {
	padding-right: 5px;
	width: 22px;
	height: 15px;
}

.matchmaker_list_img_container {
	max-width: 50px;
}

.matchmaker_list_profile_info_container .chat_user_li_h5 .chat_user_name {
	font-size: 15px !important;
}

.attachment-wrapper {
	width: 100%;
}

.attachment-wrapper .row {
	align-items: center;
}

.attachment_label_input {
	border: 1px solid #ddcaca !important;
}

.attachment-row-wrapper>div>div>img,
li.attachment_wrapper img {
	border-radius: 5px;
}

.attachment-row-wrapper>div {
	border: 1px solid #F3F4F7;
	padding: 10px 0px;
	margin: 0;
	border-radius: 10px;
	background-color: #F3F4F7;
}

.attachment-row-wrapper img.trash {
	float: right;
	pointer-events: painted;
}

li.attachment_wrapper:not(:first-child) {
	background: #F3F4F7;
	padding: 6px 12px;
	border-radius: 15px;
}

li.attachment_wrapper div:nth-child(2) {
	margin-left: 10px;
}

li.attachment_wrapper>div:nth-child(1) {
	min-width: 50px;
	max-width: 50px;
}

/*li.attachment_wrapper a{
	display: flex;
	align-items: center;
	width: 100%;
}*/
li.attachment_wrapper .view {
	float: right;
	margin-left: auto;
}

li.attachment_wrapper .attachment-title {
	color: #000;
}

li.attachment_wrapper .resume-button {
	margin-top: 0 !important;
}

li.attachment_wrapper .resume-button>a {
	/*color: #fff !important;*/
	background: none;
	border: 3px solid #004B69 !important;
	font-weight: 600;
	margin: 0;
}

li.attachment_wrapper .resume-button a:before {
	background-image: url("../img/eye-theme-color.svg");
}

/* .red_small_btn {
	padding: 0 !important;
} */

.btn-auto-refill {
	height: 35px;
	width: 95%;
	padding: 0;
}

#btn_auto_refill img {
	margin-right: 5px;
}

.new_suggestion {
	border: 1px solid green !important;
}

.suggest-box {
	min-height: 258px !important;
}

.resume-button.resume-row a {
	font-size: 18px !important;
	height: 50px !important;
}

.resume-button.resume-row a.sug_hold:before {
	background-image: url("../img/hold.svg");
	height: 30px;
}

.resume-button.resume-row a.sug_hold {
	background-color: #ed9124;
}

.last_seen_info_container {
	padding-right: 10px;
	color: #5a5d60;
	padding-top: 5px;
}

.last_seen_info_container img {
	max-width: 12px;
}

.last_seen_info_container span {
	margin-left: 5px;
}

.get_resume {
	position: relative;
	margin-bottom: 100px;
	width: 100%;
}

.get_resume_a {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.get_resume_a span {
	color: #004B69;
}

ol.term-list {
	margin-left: 80px;
}

.get_resume {
	position: relative;
	margin-bottom: 100px;
	width: 100%;
}

.get_resume_a {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.get_resume_a span,
.contact-us-resumefill span,
.user-payment-pending a>span {
	color: #004B69;
}

.confirm-order-term {
	color: #004B69;
}

ol.term-list {
	margin-left: 80px;
}

.contact-us-resumefill {
	text-align: center;
}

.personal-info-steps.user-payment-paid {
	margin-bottom: 30px !important;
	max-width: 765px;
	margin: auto;
}

.user-payment-pending {
	margin-bottom: 30px;
}

.user-payment-pending a {
	font-size: 12px;
}

.user-payment-pending>div {
	max-width: 765px;
}

.customize_tooltip {
	display: block !important;
	font-size: 11px !important;
	width: max-content !important;
}

.suggestion_resume_action_btn {
	position: relative;
}

.resume-button.resume-row a {
	margin-bottom: 10px !important;
}

img.user_resume_close,
button.user_resume_close {
	display: block !important;
}

@media only screen and (max-width: 992px) {
	.chat_icon_in_resume {
		width: 33px !important;
	}

	.chat_icon_in_resume {
		position: absolute;
		right: 60px;
	}
}

#resume-modal .userAbout {
	gap: 10px;
}

@media (min-width: 767px) and (max-width: 1024px) {
	.resume_show .modal-dialog {
		max-width: 48% !important;
	}
}


/* 
@media (min-width: 767px) and (max-width: 991px) {
	.resume_show .modal-dialog {
		max-width: 48% !important;
	}
} */

/* resume responsive style */
@media only screen and (max-width: 767px) {
	#resume-modal .add_new_private_note {
		width: 20px;
		/* height: 20px; */
		/* margin-top: 3px !important; */
	}

	#resume-modal .profile_progress .progress_value {
		font-size: 10px;
		height: 33px !important;
		width: 33px !important;
		top: -40px !important;
		line-height: 34px !important;
	}

	/* #resume-modal #resume_user_message_link {
		padding: 8px;
	} */
	#resume-modal #resume_user_report_link,
	#resume-modal .profile_progress_strength {
		font-size: 12px !important;
	}

	#resume-modal .candidate_resume_buttons_container .candidate_save_btn {
		padding: 3px;
	}

	#resume-modal .candidate_resume_buttons_container .candidate_save_btn i {
		font-size: 14px;
		line-height: 27px;
	}

	#resume-modal .candidate_resume_buttons_container button img {
		width: 15px;
		height: 15px;
	}

	#resume-modal .candidate_resume_buttons_container button {
		padding: 7px;
		width: 30px;
		height: 30px;
	}

	#resume-modal .private_note_section {
		font-size: 18px;
	}

	#resume-modal .resume-button a {
		margin: 0px;
		font-size: 12px;
	}

	#resume-modal .rounded-pill {
		font-size: 10px !important;
	}

	#resume-modal .resume_user_container h5 {
		font-size: 16px !important
	}

	#resume-modal .profile_progress_bar {
		height: 12px !important;
	}

	#resume-modal .resume_user_container p {
		font-size: 14px !important;
	}

	#resume-modal #user_personal_info {
		font-size: 16px;
	}

	#resume-modal .profile_picture {
		width: 30%;
	}

	#resume-modal .profile_info_section .userData {
		width: 60%;
	}

	#resume-modal #message-tabContent .saveUser {
		margin-top: 5px;
	}

	#resume-modal .modal-dialog {
		width: 100% !important;
		padding-top: 0 !important;
		max-width: 70%;
	}

	#resume-modal .resume_user_container {
		/* padding: 0px !important */
	}

	.resume-row {
		padding: 12px;
	}

	h5.user_resume_title {
		margin-left: -15px;
	}

	img.user_resume_close {
		width: 20px;
		display: block !important;
	}

	button.user_resume_close {
		display: block !important;
	}

	ul.resume_user_phone_ul {
		display: block !important;
	}

	.resume-button a {
		padding: 3px;
	}

	.resume-button a span{
		margin-top: 10px;
	}

	.resume-row {
		/* padding: 10px 10px 5px !important; */
		/* padding: 10px 10px 10px !important; */
	}

	.resume-info ul li h5,
	.resume_user_name {
		font-weight: 600;
	}

	.resume_user_name {
		margin-left: 0 !important;
	}

	.sm-d-block {
		display: block !important;
	}

	.family-info {
		padding: 10px 15px !important;
		flex-wrap: wrap;
	}

	#resume_user_spouse_container div {
		margin-bottom: 0 !important;
	}

	.sm-attachment_btn {
		padding: 5px 10px !important;
	}

	.attachment_wrapper {
		align-items: center !important;
	}

	.attachment-title {
		text-align: initial !important;
		word-break: break-word;
	}

	li.attachment_wrapper .view {
		width: 165px !important;
		min-width: 165px !important
	}

	.suggestion_button_container_for_sm {
		display: block !important;
	}

	.sm-mb-0,
	#sug_approve_btn {
		margin-bottom: 0 !important;
	}

	.sm-d-block {
		display: block !important;
	}

	.sm-d-block p {
		margin-left: 0px;
	}

	.sm-mb-10,
	.resume-info ul li {
		margin-bottom: 10px !important;
	}

	.group_divider {
		display: block;
	}

	.user_resume_header {
		margin-top: 8px;
	}

	img.user_resume_download {
		right: 95px !important;
	}

	img.user_resume_close {
		width: 25px !important;
	}

	.user_resume_header {
		padding-left: 5px !important;
	}

	.spouse_sm {
		display: block !important;
	}

}

#resume-modal .profile_info_section {
	gap: 10px;
}
@media (min-width: 650px) and (max-width: 765px){
    .profile_info_section div.w-25{
        width: 20% !important;
    }
}

.btn-info {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d;
}
#resume-modal a.sm-attachment_btn {
	background-color: #F5F5F5;
	padding: 5px !important;
	width: 48%;
}
.btn-info:hover {
    color: #fff;
    background-color: #8e9aa5 !important;
    border-color: #8e9aa5;
}
#resume-modal a.sm-attachment_btn:hover{
	background-color: #EDEFF0 !important;
}

@media only screen and (min-width: 767px) {
	.resume_not_box {
		display: none;
	}

	.sm-d-block {
		display: flex !important;
		margin-bottom: 2px !important;
	}

	.sm-mb-10,
	.resume-info ul li {
		margin-bottom: 5px !important;
	}

	.group_divider {
		display: none;
	}

	.sm-attachment_btn {
		padding: 5px 10px !important;
	}

	li.attachment_wrapper .view {
		width: 165px !important;
		min-width: 165px !important
	}
}

.main_resume {
	margin-left: 0px !important;
}

.resume-info ul li,
.resume-row {
	/* text-align: left; */
}

.group_divider {
	margin: 5px 0px;
	background: #004B69;
}

/* resume responsive style edn */
.resume_user_name.main_resume,
#sug_user_name {
	align-items: center;
	display: flex;
	font-size: 21px;
	font-weight: 800;
	color: #004B69;
}


.user_resume_switch_tab {
	flex-wrap: nowrap;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
	margin-bottom: -1px;
}

.user_resume_switch_tab li {
	flex-basis: 50%;
	text-align: center;
	min-width: fit-content;
}

.user_resume_switch_tab li:nth-child(1),
.user_resume_switch_tab li:nth-child(1) a {
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

.user_resume_switch_tab li:nth-child(2),
.user_resume_switch_tab li:nth-child(2) a {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.user_resume_switch_tab li a {
	font-size: 18px;
	color: #44444F;
	line-height: 30px;
	font-weight: 600;
	background: #f5f5f5;
	border: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.user_resume_switch_tab li a.active {
	color: #004B69;
	background-color: #fdfdfd;
	border: none;
	border-bottom: 4px solid #004B69;
}

.user_resume_switch_tab li:nth-child(1) a.active {
	border-top-left-radius: 10px;
}

.user_resume_topic_accordion .card {
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

.user_resume_topic_accordion div.card-header {
	background: #ecedf0;
}

.listing-v2-attribution {
	padding: 5px 0px 0;
	display: flex;
	align-items: start;
}

.listing-v2-attribution__image-wrapper {
	margin-right: 10px;
	padding: 2px;
	overflow: visible;
}

.user-picture {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}

.user-picture--network {
	border: 1px solid #493770;
	background: #fff;
}

.avatar:after {
	content: "";
	box-shadow: inset 0 0 40px #000;
	opacity: .12;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.listing-v2-attribution__text {
	font-size: 15px;
	color: #000;
	position: relative;
	line-height: 16px;
}

.listing-v2-attribution__name {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.listing-v2-attribution__link--no-margin {
	margin: 0;
}

.listing-v2-attribution__text--bold {
	color: #33333e;
	font-weight: 600;
}

.listing-v2-attribution__text--wrapper {
	font-size: 14px;
	text-align: left;
}

.listing-v2-attribution__text-date-link {
	font-family: Proxima-Nova, helvetica, arial, sans-serif;
	font-weight: 400;
}

.listing-v2-attribution__text--gray {
	color: #929496;
}

.topic_title_btn {
	height: fit-content;
}

.topic_title {
	font-size: 17px;
	cursor: pointer;
}

.listing-v2-attribution__image-wrapper .listing-v2-attribution__image {
	width: 29px;
	height: 29px;
	/* border: 1px solid #fff; */
}

.avatar--circle {
	border-radius: 50%;
}

.avatar {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	border-radius: 0.3em;
	position: relative;
	overflow: hidden;
}

.discussion_header_replies {
	font-size: 13px;
	display: flex;
	cursor: pointer;
}

.discussion_header_replies img {
	width: 16px !important;
	margin-right: 5px;
}

.discussion_container {
	width: 100%;
}

.discussion_message {
	padding: 5px;
	display: flex;
	margin: 10px 5px;
	justify-content: center;
	margin-left: 0;
}

.discussion_message div.avatar {
	min-width: 45px;
	max-width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-top: 3px;
}

.discussion_message div.avatar::after {
	box-shadow: unset;
}

.discussion_message span.msg_user_name {
	font-size: 13px;
	color: #44444F;
	font-weight: 600;
}

.discussion_message span.msg_timestamp {
	color: #929496;
	font-size: 11px;
}

.discussion_message div.msg_box {
	padding: 7px;
	box-shadow: 2px 1px 5px #eee;
	border-radius: 7px;
	padding-right: 10px;
	font-size: 13px;
	text-align: left;
}

.discussion_message.seeker div.msg_box {
	border-top-left-radius: 0px;
	background: #d7fdff;
	margin-right: 20%;
	text-align: left;
}

.discussion_message.matchmaker div.msg_box {
	border-top-right-radius: 0px;
	background: #efefef;
	margin-left: 20%;
	text-align: left;
}

.discussion_message.matchmaker div.discussion_user_name {
	margin-left: 20%;
}

.discussion_message.seeker div.discussion_user_name {
	margin-right: 20%;
}

.discussion_message.seeker span.listing-v2-attribution__image-wrapper {
	margin-right: 10px;
	margin-left: 0px;
}

.discussion_message.matchmaker span.listing-v2-attribution__image-wrapper {
	margin-left: 10px;
	margin-right: 0px;
}

.discussion_container div.discussion_user_name {
	display: flex;
	justify-content: space-between;
}

.discussion_container div.discussion_msg_edit,
.discussion_container div.discussion_topic_replies,
.discussion_container div.discussion_topic_delete {
	font-size: 12px;
	padding-right: 8px;
	color: #929496;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.discussion_container div.discussion_msg_edit img,
.discussion_container div.discussion_topic_replies img,
.discussion_container div.discussion_topic_delete img {
	width: 10px;
	margin-right: 3px;
}

.discussion_container div.discussion_topic_replies img {
	width: 14px;
}

.topic_title_btn div.discussion_topic_edit {
	font-size: 15px;
	padding-right: 8px;
	color: #929496;
	cursor: pointer;
}

.discussion_topic_privacy {
	color: #929496;
	cursor: pointer;
	font-size: 15px;
	padding-right: 0px;
	text-transform: capitalize;
	position: relative;
}

.topic_title_btn {
	padding: 0.375rem 0.75rem;
}

.topic_title_btn div.discussion_topic_edit img {
	width: 15px;
	margin-right: 3px;
}

.topic_title_btn div.discussion_topic_privacy img {
	width: 11px;
	margin-right: 3px;
}

.discussion_reply_field_wrapper {
	display: flex;
	padding: 0 10px;
	align-items: end;
}

.discussion_reply_field_wrapper textarea,
.new_topic_create textarea {
	margin-right: 10px;
	margin-bottom: 0px;
}

.new_topic_create div.field-wrapper,
.discussion_create_field_wrapper {
	display: flex;
	align-items: end;
	justify-content: center;
	width: 100%;
}

.new_topic_create textarea {
	height: 47px;
	min-height: 47px;
}

.discussion_message div.msg_box_container {
	min-width: 90%;
	max-width: 90%;
}

.cancel_update_topic,
.add_topic {
	min-width: 100%;
}

.topic_action_button_container,
.reply_action_button_container {
	min-width: 165px;
}

.topic_action_button_container button,
.reply_action_button_container button {
	width: 100%;
}

.topic_profile_container span.listing-v2-attribution__text--bold {
	font-size: 13px;
}

.topic_profile_container div.listing-v2-attribution__text--wrapper {
	font-size: 12px;
}

.topic_profile_container div.listing-v2-attribution__text {
	padding-top: 3px;
}

.no_discussion_topic {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #929496;
}

.discussion_topic_privacy div.privacy_edit {
	position: absolute;
	z-index: 1;
	top: 35px;
	right: 18px;
}

.discussion_topic_privacy div.privacy_edit ul {
	background: #fff;
	width: 100%;
	margin: 0 0 0 10px !important;
	border-radius: 3px;
	z-index: 1;
	box-shadow: 0px 1px 3px 1px #cbcbcb94;
}

.discussion_topic_privacy div.privacy_edit ul li {
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.discussion_topic_privacy div.privacy_edit ul li:not(last) {
	margin: 0;
	border-bottom: 1px solid #eee;
}

.discussion_topic_privacy div.privacy_edit ul li:hover,
.discussion_topic_privacy div.privacy_edit ul li.active {
	background-color: #d7fdff;
}

span.discussion_topic_privacy {
	font-size: 16px;
	padding-left: 2px;
	padding-top: 7px;
}

span.edit_reply_text_span {
	padding-top: 3px;
	font-size: 11px;
}

.seeker_reply_action {
	display: flex;
	min-width: 120px;
	align-items: center;
}

.curser-pointer {
	cursor: pointer;
}

.reply_privacy_edit {
	left: -7px;
	right: 0;
	width: fit-content;
	top: 25px;
}

div.discussion_message.seeker div.seeker_reply_action {
	justify-content: end;
	align-items: end;
	margin: 0;
	padding: 0;
}

.topic_privacy_display {
	font-size: 11px;
}

.navbar a.nav-link:hover {
	color: #004B69 !important;
}

.user_resume_header {
	padding-left: 1rem;
}

.discussion_action_btn_container {
	display: flex;
	min-width: 95px;
	justify-content: space-between;
}

.topic_title_header {
	font-size: 15px !important;
}

.discussion_send_btn_img {
	width: 15px;
	margin-right: 3px;
}

.user_resume_header ul.user_resume_switch_tab {
	margin-bottom: -2px;
}

.user_resume_header ul.user_resume_switch_tab li a {
	border: none;
	margin-bottom: -1px;
	background-color: #ffffff;
}

.user_resume_header ul.user_resume_switch_tab li a.active {
	color: #fff;
	background-color: #004B69;
}

.curser-pointer {
	cursor: pointer;
}

.user_resume_header a img,
.chat_icon_in_resume {
	background: #004B69;
	padding: 5px;
	width: 30px;
	border-radius: 5px;
}

#last_seen_row {
	/* background: #fff; */
	margin: 0;
	font-size: 13px;
	padding-top: 7px;
}

.profile-button button.active {
	background-color: #004B69;
}

.profile-button button {
	height: 48px;
	border-radius: 5px;
	border: none;
	padding: 0 40px;
	font-weight: 500;
	background-color: #FAFAFA;
	margin: 0 7px;
	max-width: 215px;
	width: 100%;
}

#user_resume_container {
	margin-top: -4px;
}

.resume-row h5 strong {
	color: #004B69;
	font-weight: 600;
	font-size: 17px;
	text-transform: capitalize;
}


.resume-info ul li h5 {
	font-weight: 600;
}

.resume-info ul li {
	margin-bottom: 3px !important;
}

.private-info p {
	margin-bottom: 3px !important;
}

.resume_user_container .resume-row,
.sug_user_container .resume-row {
	margin-bottom: 10px !important;
}

#self_resume_discussion_ul a.nav-link {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.discussion_counter {
	font-size: 15px;
	margin-left: 3px;
}

.matchmaking_selected_ndustry_job_type_label {
	font-size: 15px;
	color: #5e5e5e;
	word-break: break-word;
	padding-left: 10px;
}

.multiselect-container .multiselect-filter>input.multiselect-search {
	margin-left: -0.625rem !important;
}

.multiselect-container {
	transform: unset !important;
	top: 47px !important;
}

#signup_form_2 .multiselect-container,
#signup_form_1 .multiselect-container{
	top: 32px !important;
}

@media (max-width: 776px) {
	#profile_step1_form .multiselect-container {
		top: 35px !important;
	}
}

.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
	background-color: #d2e0e5 !important;
}

.multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-option:hover {
	background-color: #d2e0e5 !important;
}

.resume-row .profile_picture {
	overflow: unset !important;
}

.resume_user_report_img_container,
.sug_user_report_img_container {
	margin: 0;
	font-size: 18px;
	cursor: pointer;
	float: right;
	font-size: 16px !important;

}

.resume_user_report_img_container img,
.sug_user_report_img_container img {
	width: 32px !important;
	height: 32px !important;
}

.sug_user_container div.image {
	overflow: visible;
}

.sug_user_container div.resume_user_report_img_container {
	margin-top: 15px;
}

@media (max-width: 576px) {
	.resume-row .image {
		margin-right: 0;
		max-width: 180px !important;
		max-height: 180px !important;
		margin-bottom: 80px;
	}
}

.ucwords {
	text-transform: capitalize;
}

.family-info h5,
.family-info p {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important
}

.multiselect-container.dropdown-menu.show {
	max-height: 280px !important;
	overflow: hidden auto;
}

@media (max-width: 576px) {
	#signup_form_1 .multiselect-container.dropdown-menu.show, #signup_form_2 .multiselect-container.dropdown-menu.show {
		max-height: 181px !important;
	}
}

.blurred {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	pointer-events: none;
	user-select: none;
}

.resume_privacy_icon {
	width: 13px !important;
	margin-bottom: 3px;
}

.resume-row .image {
	margin-right: 20px !important;
}

header {
	margin-bottom: 0;
}

.common_message_container {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

.common_message_container .common_message_box {
	z-index: 2;
	width: 80%;
	text-align: center;
	background: #fffdfde3;
	border-radius: 5px;
	padding: 10px;
	margin: 0;
	box-shadow: 0px 2px 8px #d7d7d7c4;
}

.common_message_container .common_message_box p {
	margin-bottom: 0;
}

@media screen and (max-width: 650px) {
	.common_message_container .common_message_box {
		width: 97%;
	}
}


/* new message updates */
.message_main_container {
	height: 0;
	position: fixed;
	z-index: 1030;
	bottom: 0;
	right: 0;
	overflow: visible;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-items: flex-end;
}

.visible_profile_container {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 100px);
	min-height: 300px;
	flex: 0 0 288px;
	width: 288px;
	min-width: 0;
	background: #fff;
	border-radius: 25px 25px 0 0;
	box-shadow: 0px 0px 5px 0px #1a1a1a87;
	transform: translateY(0);
	animation: fade-in 167ms cubic-bezier(.4, 0, 1, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 167ms;
	margin-left: 16px !important;
	-webkit-border-radius: 25px 25px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-webkit-animation: fade-in 167ms cubic-bezier(.4, 0, 1, 1);
	position: relative;
}

.is-minimized {
	transform: translateY(100%) translateY(-54px) translateX(-16px);
	border-radius: 25px;
	height: 44px;
	max-height: 44px;
	min-height: 44px;
	flex: 0 0 124px;
}

.message_popup_header,
.message_con_header {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* padding: 0 8px 0 0; */
	min-height: 44px;
	position: relative;
	border-radius: 30px;
	background-clip: padding-box;
	background-color: #004b69;
	/* border-bottom: 1px solid #e9e6e6; */
	-webkit-border-radius: 30px;
	-moz-border-radius: 10px 0 0 0 !important;
	-ms-border-radius: 10px 0 0 0 !important;
	-o-border-radius: 10px 0 0 0 !important;
}

.message_con_header {
	border-radius: 30px;
	min-height: 60px;
	-webkit-border-radius: 10px 10px 0px 0px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	z-index: 9;
}

.message_popup_top_header,
.message_header_container {
	display: flex;
	color: var(--color-text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* margin-right: 4px; */
	padding: 10px;
	position: relative;
	flex-grow: 1;
	height: 100%;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}

.message_popup_top_header div:nth-child(1),
.message_header_container div:nth-child(1) {
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
}

/* .message_popup_top_header .profile_image_container, */
.message_header_container .profile_image_container {
	width: 44px;
	height: 44px;
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
	background: transparent;
}

.message_popup_top_header .profile_image_container {
	padding-right: 3px;
}

/* .message_popup_top_header .profile_image_container img {
	padding: 5px;
} */

.message_popup_top_header .profile_image_container img,
.message_header_container .profile_image_container img {
	background-size: cover;
	/* border-radius: 50% !important;
	-webkit-border-radius: 50% !important; */
	/* -moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important; */
	border: none;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background-clip: content-box;
	box-shadow: none;
}

.message_header_container .profile_image_container img {
	width: 44px;
	height: 44px;
}

.message_popup_top_header div.profile_header_text,
.message_header_container div.profile_header_text h4 {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	margin-left: 10px !important;
	/* min-width: 190px; */
	letter-spacing: 0.5px;
	width: 23ch !important;
}

.message_popup_top_header div.profile_header_text {
	display: flex;
	position: relative;
	align-items: center;
}

.message_popup_header span.dashboard_task_notify,
#folders span.dashboard_task_notify {
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: 26px;
	height: 26px;
	color: #004B69;
	background: #9DCBD9;
	box-shadow: 0px 4px 4px 0px #00000040;

}

.message_popup_top_header div.profile_header_text h4,
.message_header_container div.profile_header_text h4 {
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	margin: 0;
	color: #fff;
	line-height: 20px;
}

.message_header_container div.profile_header_text h4 {
	/* margin-top: 5px; */
	text-transform: capitalize;
	font-size: 15px;
}

.message_header_arrow_wrapper {
	display: flex !important;
	align-items: start;
	height: 100%;
	justify-content: center;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 167ms;
	margin-left: auto;
	flex-shrink: 0;
	opacity: 1;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}

.visible_profile_container.is-minimized div.message_header_arrow_wrapper {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	align-items: end;
}

.visible_profile_container div.message_header_arrow_wrapper {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.con_action_btn_wrapper {
	/* width: 85px; */
	justify-content: end;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.con_action_btn_wrapper span {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	display: flex;
	border-radius: 50%;
}

.con_action_btn_wrapper span:hover {
	background: #a0a0a0;
}

.con_action_btn_wrapper img {
	margin: 0 5px;
}

.message_users_search_box_container {
	display: flex;
	flex-direction: column;
	height: 50px;
	padding: 5px;
	margin-top: 5px;
}

.message_users_search_box {
	height: 40px;
}

.search_user_in_message {
	width: 100% !important;
	margin: 0 !important;
}

.message_users_search_box img {
	width: 28px;
	position: absolute;
	padding: 5px;
	margin: 5px;
}

.message_users_search_box input {
	height: 35px !important;
	margin: 0 !important;
	padding-left: 35px !important;
	min-height: 35px !important;
	background: whitesmoke !important;
}

.chat_user_list .message_user_li {
	height: 50px;
	transition-duration: 167ms;
}

.message_user_li:hover {
	background: #e2fbf9 !important;
}

.message_user_li .chat_user_li_h5 {
	width: 100%;
	padding-left: 8px;
	height: inherit;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	left: 0;
	padding: 5px;
	border-bottom: 1px solid #e9e6e6;
	min-height: 40px;
	align-items: center;
	margin-bottom: 2px;
}

.message_user_li .chat_user_li_h5 .chat_user_pic {
	width: 15%;
	padding: 2px;
}

.message_user_li .chat_user_li_h5 .chat_user_pic img {
	width: 35px;
	border-radius: 50%;
}

.message_user_li .chat_user_li_h5 .chat_user_name_box {
	width: 70%;
	padding-left: 5px;
	padding-top: 10px;
}

.message_user_li .chat_user_li_h5 .chat_user_name_box .chat_list_user_name {
	font-size: 15px;
	display: block;
	font-weight: 500;
	margin: 0;
	line-height: 15px;
}

.message_user_li .chat_user_li_h5 .chat_user_name_box .chat_list_user_chat_at {
	font-size: 13px;
	color: #878282;
	display: block;
}

.message_user_li .chat_user_li_h5 .counter_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
}

.message_user_li .chat_user_li_h5 .counter_container .counter {
	width: 20px !important;
	height: 20px !important;
	background: #004B69 !important;
	color: #fff !important;
	padding-top: 0px !important;
	border-radius: 50% !important;
	min-width: 20px !important;
	display: flex;
	align-items: center !important;
	justify-content: center !important;
	font-size: 13px !important;
}

.chat_user_list {
	height: calc(100vh - 200px);
	overflow: auto;
}

.chat_user_list::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
	border-radius: 5px;
}

.chat_user_list::-webkit-scrollbar-thumb {
	background-color: #979797;
	border-radius: 5px;
}

.chat_user_list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	background-color: #F5F5F5;
}

.message_con_popup_container {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	height: 400px;
	max-height: calc(100vh - 100px);
	min-height: 300px;
	width: 336px;
	background: #fff;
	transform: translateY(0);
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	transition-duration: 167ms;
	margin-left: 16px !important;
	border-radius: 30px 30px 0 0;
	box-shadow: -2px 0px 5px 0px #1a1a1a87;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
	-o-border-radius: 30px 30px 0 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	z-index: 1060;
}

li.offline .chat_user_pic::after {
	bottom: 5px;
}

li.online .chat_user_pic::after {
	bottom: 5px;
}

.message_con_popup_container.close {
	display: none;
}

.message_con_popup_container.full_screen {
	height: 100vh;
	/* width: 50%;
	max-width: 50%; */
	width: 100%;
	max-width: calc(100vh - 50px);
}

.message_con_popup_container.full_screen div.chat-body {
	height: 480px !important;
	max-height: 480px !important;
	min-height: 480px !important;
}

/* .message_con_popup_container div.chat-body {
	height: 205px !important;
	max-height: 205px !important;
	min-height: 205px !important;
} */

.profile_image_container.online::after,
.profile_image_container.offline::after {
	right: -26px !important;
	bottom: 4px !important;
}

.chat-body div.chat-line .txtMsg {
	padding: 10px;
}

.chat-body div.chat-line p {
	margin: 0;
	/* padding: 0; */
	font-size: 15px;
}

.chat-body div.chat-line span {
	font-size: 10px;
}

/* .read .time-right::after {
    width: 12px;
    height: 12px;
	position: absolute;
    left: -20px;
	top: calc(50% - 13px);
} */

.read .time-right::after {
	content: '';
	width: 12px !important;
	height: 12px !important;
	border-radius: 50%;
	display: inline-grid;
	margin-left: 5px;
	/* margin-top: 2px; */
	/* background-position: cover; */
	background-image: url(../img/msgCheck.png);
	background-size: 10px;
	position: absolute;
	left: -20px;
	top: calc(50% - 13px);
	background-repeat: no-repeat;
}

.message-container.chat-body {
	padding: 5px 10px !important;
}

.fileUpload {
	padding: 5px !important;
	height: 30px;
	font-size: 12px !important;
	position: relative;
}

/* .fileUpload span img {
	width: 11px !important;
} */

.fileUpload input {
	height: 30px !important;
	max-height: 30px !important;
	padding: 0 !important;
	min-height: 30px !important;
}

/* .send-actions {
	padding: 5px !important;
} */

.send_btn_container button {
	height: 30px;
	font-size: 12px;
}

.send_btn_container button img {
	/* width: 24px !important; */
	margin-top: -2px;
	-webkit-touch-callout: none;
	/* Safari/Chrome */
	-webkit-user-select: none;
	/* iOS Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.chat-body div.chat-line .txtMsg {
	border-radius: 10px !important;
	/* box-shadow: 2px 1px 5px #eee !important; */
}

.chat-body .text-right .txtMsg {
	border-top-right-radius: 0px !important;
	background-color: #c7e3f2 !important;
}

.chat-body .text-left .txtMsg {
	border-top-left-radius: 0px !important;
	background-color: #efefef !important;
}

.message_user_li.unread span.chat_list_user_name {
	font-weight: 600 !important;
}

.mobile_message_box_container {
	display: none;
}

.all_100 {
	height: 100% !important;
	max-height: 100% !important;
	min-height: 100% !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}


/* ----------- 0 - 650px ----------- */
@media screen and (max-width: 650px) {
	.message_form {
		border-top : unset !important;
	}
	body.is-locked div.message_main_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 10px 10px 0px 10px;
	}

	/* .visible_profile_container {
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
	} */

	.visible_profile_container.is-minimized {
		display: none;
	}

	.mobile_message_box_container {
		width: 80px;
        height: 80px;
        padding: 10px;
		display: flex;
		align-items: center;
		position: relative;
		justify-content: center
	}

	.mobile_message_box_container .msg_round_box {
		width: 55px;
		height: 55px;
		background: #fff;
		padding: 12px;
		border-radius: 50%;
		box-shadow: 2px 2px 10px #aba5a5;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.mobile_message_box_container .msg_round_box img {
		width: 31px;
		height: 27px;
		min-width: 31px;
		max-width: 31px;
	}


	.mobile_message_box_container span.mobile_msg_counter {
		top: 0;
		right: 0;
		z-index: 9999999999999999999;
		position: absolute;
		background: #004B69;
		color: #fff;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		font-size: 13px;
		padding: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.message_con_popup_container.mobile_msg_con {
		z-index: 1;
		position: absolute;
		height: 100%;
		min-height: 100%;
		width: 100%;
		min-width: 100%;
		box-shadow: none;
		margin: 0 !important;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
		padding: 20px;
		left: 0px;
		background: transparent;
	}

	.all_100 div.slimScrollDiv {
		height: calc(100dvh - 198px) !important;
		min-height: calc(100dvh - 198px) !important;
		max-height: calc(100dvh - 198px) !important;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.all_100 div.message_con_popup_container.full_screen div.chat-body {
		height: calc(100dvh - 198px) !important;
		min-height: calc(100dvh - 198px) !important;
		max-height: calc(100dvh - 198px) !important;
	}


	.message_con_header {
		border-radius: 10px 10px 0px 0px !important;
		-webkit-border-radius: 10px 10px 0px 0px !important;
		-moz-border-radius: 10px 10px 0px 0px !important;
		-ms-border-radius: 10px 10px 0px 0px !important;
		-o-border-radius: 10px 10px 0px 0px !important;
		z-index: 100;
	}

	html.is-locked,
	html.is-locked body {
		/* want to fix the height to the window height */
		height: calc(var(--window-inner-height) - 1px);
		width: 100%;
		position: fixed;
		margin-top: 0;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		/* want to block all overflowing content */
		overflow: hidden !important;
		/* want to exclude padding from the height */
		box-sizing: border-box;
	}

}

@media screen and (min-width: 650px) {

	.message_con_popup_container.full_screen div.chat-body {
		height: calc(100vh - 310px) !important;
		max-height: calc(100vh - 310px) !important;
		min-height: calc(100vh - 310px) !important;
	}

	.message_con_popup_container.full_screen div.slimScrollDiv {
		height: calc(100vh - 310px) !important;
		max-height: calc(100vh - 310px) !important;
		min-height: calc(100vh - 310px) !important;
	}

	.message_users_list_container ul.chat_user_list {
		height: calc(100vh - 270px) !important;
		max-height: calc(100vh - 270px) !important;
		min-height: 130px !important;
	}

}

.chat-line a {
	color: #004B69;
}

.contact_matchmaker_button_container {
	position: absolute;
	width: 100%;
	bottom: 0;
}

#message_form textarea#txt_message {
	resize: none !important;
	margin-bottom: 0;
}

.message_form {
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	border-top: 1px solid rgba(8, 10, 12, 0.08); 
	padding: 5px 0 0 0;
}

.marital_info_ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.marital_info_ul li {
	width: 50%;
}

@media (max-width: 550px) {
	.marital_info_ul li {
		width: 100%;
	}
}

#different_place_money {
	margin-bottom: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#different_place_money_note {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.self_resume_download img {
	width: 18px;
	margin-right: 3px;
}

.btn.payment-btn:hover {
	color: #fff;
}

.redirect_container a,
.redirect_container a:hover {
	color: #004B69;
}

.cart-info {
	padding: 20px 20px !important;
}

.user_access_message .row {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.user_access_message div.col-10.inactive_meesage {
	background: transparent;
	margin: 0 !important;
	width: 100%;
	flex: 100%;
	margin: 100%;
	max-width: 100%;
	font-size: 12px !important;
	justify-content: start;
	padding: 0 !important;
	margin-bottom: 15px !important;
}

.user_access_message div.col-10.inactive_meesage img {
	display: none;
}

.user_access_message div.col-10.inactive_meesage h5 {
	font-size: 15px;
	padding-left: 0;
}

.final_step_img_box {
	margin: 10px 20px;
	padding: 5px;
	margin-bottom: 30px;
	border: 3px solid #bcc3c2;
	border-radius: 5px;
	box-shadow: 2px 2px 10px 0px #8b88884f;
	cursor: pointer;
}

.final_step_img_box:first {
	margin-left: 0px;
}

.find_match_btn_submit button {
	height: 48px !important;
	font-size: 17px !important;
	border-radius: 5px;
}

@media screen and (min-width: 651px) {
	header ul li {
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 650px) {
	.matchmaker_action_button_container.col-sm-12.col-md-4 {
		display: flex;
		justify-content: end;
		width: 100%;
		max-width: 100% !important;
	}

	/* #matchmaker_list_model {
		z-index: 9999999999999;
	}

	#matchmaker_list_model div.modal-header {
		padding: 10px !important;
	} */
}

@media screen and (min-width: 650px) {
	.matchmaker_action_button_container.col-sm-12.col-md-4 {
		max-width: 230px !important;
	}
}

.personal-info-steps {
	margin: 20px 0px;
}

.contact-us-resumefill {
	margin: 20px 0px;
}

.how_is_work strong {
	font-size: 20px;
	font-weight: normal;
}

.how_is_work {
	text-align: center;
}

.accordion.how_is_work span {
	cursor: pointer;
}

.general_modal_content {
	padding: 10px 60px;
	text-align: justify;
}

.get_resume.accordion {
	margin: 10px 0px;
	text-align: center;
	padding-top: 200px;
	color: #fff;
}

.get_resume.accordion p {
	font-size: 1rem;
}

@media screen and (max-width: 650px) {
	#general_model div.w-75 {
		width: 100% !important;
	}

	#general_model div.modal-header,
	#general_model div.modal-body.p-0 {
		padding: 10px !important;
	}

	#general_model div.general_modal_content {
		padding: 15px !important;
	}

}

.field_note {
	font-size: 0.8em;
	display: block;
}

.field_note a {
	position: relative !important;
}

.matchmaker_search_box_container {
	padding: 0 25px;
}

@media screen and (min-width: 651px) and (max-width: 950px) {
	.message_con_popup_container.full_screen {
		max-width: 400px;
	}
}

.p-event-none {
	pointer-events: none !important;
}

.message_con_full_screen_btn {
	display: block;
}

@media screen and (max-width: 650px) {
	.message_con_full_screen_btn {
		display: none;
	}
}

.note_to_matchmaker_container .resume_user_report_img_container {
	display: flex;
	align-items: center;
}

.note_to_matchmaker_container .resume_user_report_img_container img {
	height: 30px !important;
}

.member-list ul>li[class='"show_dash"']::before {
	background-image: none !important;
}

.member-list ul>li[class='"show_dash"'] {
	font-weight: 900;
	text-align: center;
	padding-left: 0;
}

.form-actions {
	margin: 25px;
	border-top: unset;
}

.marital-status-buttons .radio-container {
	width: calc(80% / 3 - 45px / 3);
}

.personal-info-wrapper {
	margin: 15px auto 0px;
	max-width: 800px;
}

/* #step1_container {
	background-color: unset;
	max-width: 100%;
	border: unset;
} */

/* #step1_container form {
	padding: 0;
} */


.personal-info-wrapper form {
	padding: 40px 35px 50px 35px;
}



.privacy-buttons::before {
	width: 70%;
}

.login .title {
	margin: 25px 0px 35px 0px !important;
}

.signup_signing_page {
	text-align: left !important;
}

.signup_signing_page p,
.signup_signing_page li {
	font-size: 14px;
}

.contact_matchmaker_filters_container {
	display: flex;
	padding: 0px 15px;
}

.contact_matchmaker_filters_container .filter_box {
	width: 50%;
	padding: 5px 10px;
}

@media (max-width: 651px) {
	.contact_matchmaker_filters_container {
		display: block;
	}

	.contact_matchmaker_filters_container .filter_box {
		width: 100%;
	}
}

#matchmaker_list.matchmaker_list {
	max-height: 60vh;
	overflow-y: scroll;
}

.linked_account_container table {
	width: 100%;
}

.linked_account_container th {
	padding: 5px;
}

.linked_account_container td {
	text-align: center;
	padding: 10px;
	font-size: 15px;
	text-transform: capitalize;
}

.linked_account_container tr.odd {
	background: #f5f7f9;
}

.linked_account_container tr.even {
	background: #d6dde3;
}

.linked_account_container button,
.linked_account_container a {
	padding: 5px 10px;
	outline: none;
	border: none;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.linked_account_container a.login_as {
	background: #004B69;
	padding: 7.3px 10px;
}

.linked_account_container a.unlink {
	background: #ab083f;
}

.linked_account_container a.accept {
	background: #004B69;
}

.linked_account_container a:hover {
	color: #fff;
}

.linked_account_switch a:hover {
	color: #44444F;
}

.linked_account_switch a.active:hover {
	color: #004B69;
}

.linked_account_tab_container {
	display: none;
}

.linked_account_tab_container.active {
	display: block;
}

.linked_account_container img {
	width: 15px;
	margin-right: 5px;
}

.linked_account_tbody .no_data td {
	text-transform: none;
}

.iframe_container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 9;
}

.iframe_container iframe {
	min-width: 800px;
	min-height: 400px;
}

.suggestion_chart_toggle {
	top: 30% !important;
}

.suggestion_chart_toggle button {
	border: none;
	background: transparent;
	padding: 5px 7px;
}

.suggestion_chart_toggle img {
	width: 36px;
}

.suggestion_tab_chart_container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.suggestion_tab_chart_container iframe {
	min-height: 365px;
	background: #fff;
	border-radius: 8px;
}

@media screen and (max-width: 650px) {

	#suggestion_chart_model div.modal-dialog {
		margin: 10px 0px;
	}

	.iframe_container iframe {
		min-width: 400px;
		min-height: 200px;
	}

	#suggestion_chart_model .close {
		margin: -1rem -0.7rem -1rem auto;
	}

	.suggestion_tab_chart_container iframe {
		min-height: 185px;
	}

}

@media (max-width: 950px) and (min-width: 650px) {

	.iframe_container iframe {
		min-width: 603px;
		min-height: 280px;
	}

}

.suggestion_counter_btn_container {
	text-align: center;
	margin-top: -60px;
	/*margin-bottom: 25px;*/
}

.suggestion_counter_btn_container button {
	position: relative;
}

.resume_my_shadchan_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.resume_my_shadchan_btn img {
	width: 24px;
}

.add_preferred_matchmakers_btn img {
	width: 11px;
	transform: rotate(45deg);
	margin-right: 5px;
	padding-bottom: 3px;
}

.preferred_matchmaker_autocomplete {
	z-index: 9999;
	background: #f3f4f7 !important;
	box-shadow: none !important;
	border-radius: 5px !important;
}

.preferred_matchmaker_autocomplete a {
	background: #fff !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	line-height: normal;
	padding: 5px;
	font-size: 17px;
	margin: 6px 0px;
	cursor: pointer;
	border-radius: 5px !important;
	transition: ease-in-out .2s;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-ms-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
}

.preferred_matchmaker_autocomplete a:hover {
	background: #a3a3a3 !important;
	margin: 6px 0px !important;
}

.preferred_matchmaker_autocomplete a.ui-state-focus {
	margin: 6px 0px !important;
	font-weight: 400 !important;
}

#preferred_matchmaker_note {
	height: 100px;
}

.preferred_matchmaker_tbody td {
	text-align: left;
	position: relative;
}

.preferred_matchmaker_tbody tr td:last-child {
	text-align: right;
}

.resume_tag {
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	border-radius: 50%;
	box-shadow: 0px 0px 1px 1px #0000001a;
	animation: pulse-animation 2s infinite;
	top: 10px;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgb(0 0 0 / 10%);
	}

	100% {
		box-shadow: 0 0 0 10px rgb(0 0 0 / 0%);
	}
}

.resume_tag.red {
	background: #e20d0d;
}

.resume_tag.orange {
	background: #EB8B1D;
}

.resume_tag.yellow {
	background: #5c5959;
}

.preferred_matchmaker_tbody .no_data td {
	text-align: center !important;
}

.preferred_matchmaker_tbody a:active,
.preferred_matchmaker_tbody a:focus {
	color: #fff !important;
}

.chip_row {
	margin-right: 5px;
}

.chip_row .main_round {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	font-size: 12px;
	min-width: max-content;
	padding: 5px 10px;
	color: #fff;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 5px;
	text-shadow: 0 0 0.8px #2c2b2b;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}

.main_round.red {
	border: 1px solid #e20d0d;
	background: #fee6ea;
	color: #e20d0d
}

.main_round.orange {
	border: 1px solid #EB8B1D;
	background: #f7ecd5;
	color: #EB8B1D;
}

.main_round.yellow {
	border: 1px solid #5c5959;
	background: #edecec;
	color: #5c5959;
}

.resume_personal_information_container {
	width: 96%;
	padding-left: 30px;
}

#last_seen_row img,
#resume_user_report_link img {
	padding: 8px;
}

.main_round:hover .tooltip {
	display: block;
}

.main_round .tooltip {
	font-size: 13px;
	line-height: 15px;
	width: 300px;
	color: #2e2d2d;
	text-align: justify;
}

.preferred_matchmaker_request_btn {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	font-size: 12px;
	min-width: max-content;
	padding: 5px 20px;
	color: #004B69;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 5px;
	letter-spacing: 0.3px;
	border: 1px solid #004B69;
	outline: none;
	height: 33px;
	text-shadow: 0 0 0.8px #2c2b2b;
}

.preferred_matchmaker_request_btn img {
	width: 10px;
	transform: rotate(45deg);
	margin-right: 20px;
	margin-top: 1px;
}

.preferred_matchmaker_request_btn span {
	margin-left: 15px;
}

.preferred_matchmaker_request_btn_container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0px;
}

.preferred_matchmaker_request_btn:hover {
	color: #004B69;
}

.resume_first_row {
	padding: 15px 45px 15px !important;
}

.resume_user_report_img_container img,
.sug_user_report_img_container img {
	padding: 8px;
}

.suggestion_counter_btn_round {
	border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-ms-border-radius: 25px !important;
	-o-border-radius: 25px !important;
	border-color: #ffffff !important;
	color: #fff !important;
	background-color: #004B69 !important;
	padding-right: 45px !important;
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.suggestion_counter_btn_round:hover {
	color: #fff;
}

.suggestion_counter_btn_container span.dashboard_task_notify {
	top: 34px;
	right: 10px;
	font-size: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border: 1px solid #004B69;
	color: #004B69;
	width: 30px;
	height: 30px;
	margin-top: -28px;
}

.suggested_tab_container {
	margin-top: 5
}

/* same agent pop up for the all portal */

#agent_modal div.modal-header {
	background: #24CBBB;
	padding: 1rem 1rem;
}

#agent_modal h3.modal-title {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	clear: both;
	font-weight: 600;
}

#agent_modal div.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

#agent_modal p {
	margin-bottom: 5px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

#agent_modal div.button_container {
	margin: 15px 0px 5px;
}

#agent_modal div.button_container a {
	margin: 5px 10px;
}

#agent_modal a.custom-btn {
	padding: 10px 30px;
}

@media (max-width: 767px) {

	.btn-light-sea {
		margin-bottom: 15px;
	}
}

#agent_modal a.custom-btn,
#agent_modal button.custom-btn {
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid #fff;
	border-radius: 40px;
	color: #ffffff;
	display: inline-block;
	font-family: Gabarito;
	font-size: 15px;
	padding: 10px 25px !important;
	height: 45px;
	min-height: 45px;
	line-height: 23px;
	min-width: 165px;
}

.btn-light-sea {
	background-color: rgba(36, 203, 187, .05) !important;
	border-color: #004B69 !important;
	color: #004B69 !important;
}

#agent_modal div.modal-footer {
	justify-content: center;
}

.modal_footer_btn {
	height: 25px;
	padding: 20px 25px;
	margin: 0;
	line-height: 0px;
	margin-right: 22px;
	color: #525252 !important;
	background: #fff;
	border: 1px solid #525252 !important;
	margin: 5px 12px !important;
}

@media (min-width: 576px) {

	#agent_modal div.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.resume_user_container .resume-row:nth-child(1),
	.sug_user_container .resume-row:nth-child(1) {
		padding: 30px 20px 15px !important;
	}

	#dynamic_field_row .resume-row div.resume-info {
		width: 100%;
		padding: 15px 20px 15px !important;
	}

}

.resume_profile_section_container {
	width: 45%;
}

@media screen and (min-width: 951px) {

	.resume_user_container .resume-row:nth-child(1),
	.sug_resume_resume_row_first {
		padding: 30px 45px 15px !important;
		border-radius: 0 !important;
	}
}

#resume-tab li.nav-item span.shortlist-icon {
	background-image: url("../img/shortlist.svg") !important;
	background-size: cover !important;
	width: 50px;
	height: 45px;
}

#user_shortlist_info_container {
	background-color: #FAFAFA;
}

#user_resume_container div.shortlist {
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

.shortlist button {
	width: 100px;
}

.shortlist button.like {
	padding-right: 20px
}

.shortlist button.dislike {
	margin-left: 10px;
}

#user_resume_container div.shortlist img {
	height: 20px;
	margin-right: 5px;
	vertical-align: text-top;
}

#user_resume_container div.shortlist img.img_dislike {
	rotate: 180deg;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#user_shortlist_info_container .resume_display span {
	padding: 5px;
}

.user_shortlist_switch_tab {
	flex-wrap: nowrap;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
	margin-bottom: -1px;
	background-color: transparent !important;
}

.user_shortlist_switch_tab li:nth-child(1),
.user_resume_switch_tab li:nth-child(1) a {
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

.user_shortlist_switch_tab li {
	flex-basis: 50%;
	text-align: center;
	min-width: fit-content;
}

.user_shortlist_switch_tab li a.active {
	color: #004B69;
	background-color: #fdfdfd;
	border: none;
	border-bottom: 4px solid #004B69;
}

.user_shortlist_switch_tab li a {
	font-size: 18px;
	color: #44444F;
	line-height: 30px;
	font-weight: 600;
	background: #f5f5f5;
	border: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

#resume-tab li a.active .icon.shortlist-icon {
	background-image: url("../img/active_shortlist.svg") !important;
}

#load_more_btn_container_shortlist {
	justify-content: center;
	color: white;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#verified_account_modal div.inactive_meesage,
#verified_account_modal div.inactive_meesage h5 {
	margin: 0 !important;
}

.more_filter_btn,
.filter_btn_container .save_filter_btn {
	max-width: 160px !important;
	height: 40px !important;
	background: #fefcfc !important;
	color: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 10px -5px #33333359 !important;
	border-color: #d6cece;
}

.more_filter_btn:hover {
	border: 1px solid #eae8e8 !important;
	background: #fefcfc !important;
}

.more_filter_btn:focus {
	background-color: #fefcfc !important;
	border-color: #eae8e8 !important;
}

.more_filter_btn img {
	width: 20px;
	margin-right: 5px;
}

.advanced_filter_check_box_container {
	padding-left: 20px !important;
}

.sub_type.bender-buttons {
	width: 100%;
	padding: 0 10px;
	margin: 0;
}

.bender-buttons button {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	height: 56px;
	font-weight: 500;
	width: 100%;
	color: #000;
	margin: 0 5px !important;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
	-o-border-radius: 8px !important;
}

.bender-buttons button.active {
	color: #fff;
}

.sub_type button.active {
	background-color: #004B69;
}

.adv_fil_group_title {
	font-size: 14px;
}

.sub_type,
.bg-transparent {
	background-color: transparent !important;
}

.advance {
	text-align: center;
	margin: 10px 0 !important;
	padding: 0px !important;
}

.advance-filter {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin: 40px 10px 0;
	border-radius: 8px;
}

.adv_fil_group_title {
	font-size: 14px;
}

.advanced_filter_check_box_container {
	padding-left: 20px !important;
}

.field_box input[type=checkbox] {
	left: -99999px !important;
}

@media (max-width: 1440px) {
	#advance-modal div.modal-dialog {
		max-width: 1280px;
	}
}

.advance-filter div.filter-box {
	border: none !important;
	margin-bottom: 15px !important;
}

#advance-modal div.form-content select {
	height: 45px !important;
}

.advance-filter label.custom_radio_label {
	height: 45px;
	margin: 10px 0px 0px 3px !important;
}

.multi-button.sub_type.filter-box {
	width: 100%;
	padding: 0;
	padding-bottom: 7px;
}

.advance-filter span.checkmark.custom_checkmark {
	background: transparent !important;
	color: black !important;
}

.advance-filter label.custom_radio_label.active {
	background-color: #004B69;
}

.advance-filter label.custom_radio_label.active .custom_checkmark {
	color: #fff !important;
}

.advance-filter label.custom_radio_label {
	display: flex;
	justify-content: center;
}

.advance-filter span.checkmark_2 {
	width: unset !important;
}

.advance-filter h5 {
	padding-left: 10px;
}

.photoviewer-modal {
	z-index: 9999999999 !important;
}

.suggest-box .sug_history_counter {
	display: inline-block;
	background: #808080;
	width: 30px;
	height: 18px;
	border-radius: 13px;
	font-size: 12px;
	text-align: center;
	margin-left: 5px;
}

.suggest-box .sug_history_counter img.history-img {
	display: inline-block;
	width: 12px;
}

.suggest-box .sug_history_counter .history-counter {
	color: #ffffff;
	vertical-align: middle;
	padding-left: 3px;
}

#suggested_resume_history_tab span.sug_history_counter {
	font-size: 15px;
	margin-left: 3px;
}

/* profile complete progress bar */

.profile_complete_progress_bar_container {
	margin: 60px auto 30px;
	max-width: 765px;
}

.profile_progress_bar {
	display: flex;
	height: 1rem;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: 19px;
	position: relative;
}

.profile_progress {
	background: rgb(135, 241, 231);
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	text-align: center;
	transition: .8s ease-in-out;
	border-radius: 19px;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	-ms-border-radius: 19px;
	-o-border-radius: 19px;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-ms-transition: .8s ease-in-out;
	-o-transition: .8s ease-in-out;
}

.profile_progress .progress_value {
	position: absolute;
	height: 40px;
	width: 40px;
	font-weight: 500;
	top: -55px;
	line-height: 42px;
	z-index: 2;
	color: #fff;
	transform-origin: bottom;
	transition: transform 0.3s ease-in-out;
	right: -17px;
}

.profile_progress .progress_value::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border: 3px solid #fff;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	border-bottom-left-radius: 50%;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.progress_icon {
	height: 30px;
	width: 30px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 19px;
	border: 4px solid #e0e6eb;
	box-shadow: 1px 1px 10px #00000078;
	margin-top: -7px;
	position: absolute;
}

.progress_icon.check_icon {
	left: 57%;
}

.progress_icon.star_icon {
	right: -10px;
}

.progress_icon.check_icon.active {
	border: 4px solid rgba(71, 207, 194, 1);
}

.progress_icon.star_icon.active {
	border: 4px solid rgba(2, 115, 104, 1);
}

.progress_icon img {
	width: 17px;
	height: 17px;
}

.profile_progress.profile_progress_w_25 {
	background: linear-gradient(90deg, rgba(102, 163, 187, 1) 50%, rgba(48, 105, 128, 1) 100%, rgba(0, 75, 105, 1) 0);
}

.profile_progress.profile_progress_w_50 {
	background: linear-gradient(90deg, rgba(102, 163, 187, 1) 5%, rgba(48, 105, 128, 1) 100%, rgba(0, 75, 105, 1) 0);
}

.profile_progress.profile_progress_w_75 {
	background: linear-gradient(90deg, rgba(102, 163, 187, 1) 5%, rgba(48, 105, 128, 1) 70%, rgba(0, 75, 105, 1) 100%);
}

.profile_progress.profile_progress_w_100 {
	background: linear-gradient(90deg, rgba(102, 163, 187, 1) 0%, rgba(48, 105, 128, 1) 50%, rgba(0, 75, 105, 1) 100%);
}

#user_resume_container .profile_progress {
	background: #004B69;
}


.profile_progress.profile_progress_w_25 .progress_value::after,
.weightage_que_w_25 {
	background: rgba(131, 174, 191, 1);
}

.profile_progress.profile_progress_w_50 .progress_value::after,
.weightage_que_w_50 {
	background: rgba(102, 163, 187, 1);
}

.profile_progress.profile_progress_w_75 .progress_value::after,
.weightage_que_w_75 {
	background: rgba(48, 105, 128, 1);
}

.profile_progress.profile_progress_w_100 .progress_value::after,
.weightage_que_w_100 {
	background: rgba(0, 75, 105, 1);
}

.profile_progress_strength {
	font-size: 15px;
	color: #004B69;
	padding: 3px 0px;
}

.profile_progress_strength span {
	font-weight: 600;
}

.profile_progress_strength span.progress_strength_w_25 {
	color: rgba(131, 174, 191, 1);
}

.profile_progress_strength span.progress_strength_w_50 {
	color: rgba(102, 163, 187, 1);
}

.profile_progress_strength span.progress_strength_w_75 {
	color: rgba(48, 105, 128, 1);
}

.profile_progress_strength span.progress_strength_w_100 {
	color: rgba(0, 75, 105, 1);
}

.empty_profile_preogress {
	color: rgb(19, 17, 17);
	padding-left: 20px;
}

.resume_user_container .resume_first_row {
	min-height: 400px;
	width: 100%;
}

.self_user_resume_profile_section .profile_complete_progress_bar_container {
	max-width: 263px;
	margin: 30px 0 30px;
}

@media screen and (max-width: 650px) {

	.resume_profile_section_container {
		width: 100%;
	}

	.self_user_resume_profile_section .profile_complete_progress_bar_container {
		width: 100%;
		margin: 30px 0 !important;
		max-width: unset !important;
	}

	#user_resume_container div.image.profile_picture {
		width: 100%;
		margin: 30px 0 !important;
		max-width: unset !important;
		max-height: 100% !important;
	}

	#user_resume_container div.profile_complete_progress_bar_container {
		margin: 35px auto 30px !important
	}

	.self_user_resume_profile_section .image.profile_picture {
		margin: 0 !important;
		max-width: 100% !important;
		max-height: 100% !important;
	}
}

.weightage_que {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 5px;
	top: 5px;
	position: absolute;
	right: -7px;
}

.field_percentage {
	font-size: 0.7rem;
	color: #004B69;
	/* margin-left: 5px; */
	vertical-align: text-bottom;
}

/* Shidduchim Done section */
#portfolio_preview_video_modal {
	z-index: 100000 !important;
}

#portfolio_preview_video_modal .portfolio_preview_video-dimensions {
	width: auto;
	max-height: 383px;
}

#portfolio_preview_video_modal .portfolio_preview_video_content {
	background-color: transparent;
	border: none;
	padding-left: 60px;
	padding-right: 79px;
}

#portfolio_preview_video_modal button.close {
	position: absolute;
	z-index: 999;
	right: 90px;
}

#resume-modal .shidduchim_data {
	padding: 26px 15px 15px !important;
	min-height: 100px;
}

.shidduchim_data .shidduchim_image {
	overflow: unset !important;
	max-width: 160px;
	max-height: 175px;
}

.shidduchim_information_container .shidduchim_title,
.experience_users_data_section .experience_users_title {
	font-size: 17px;
	font-weight: 600;
	color: #004B69;
	text-transform: capitalize;
}

.shidduchim_information_container ul li h5 {
	padding-left: 0;
}

#resume-modal .shidduchim_data .shidduchim-done-data {
	width: 100%;
	border-bottom: 1px solid rgba(8, 10, 12, 0.08);
}

#resume-modal .shidduchim_data .shidduchim-done-data:last-child,
#resume-modal .experience_users_data_section:last-child {
	border-bottom: 0px;
}

#resume-modal .shidduchim_data .shidduchim-done-data .shidduchim_row {
	padding: 15px 26px 25px !important;
}

@media screen and (max-width: 650px) {
	.shidduchim_done_title {
		padding: 0 !important;
	}

	#resume-modal .shidduchim_data .shidduchim-done-data .shidduchim_row {
		padding: 15px 0px 15px;
	}

	#resume-modal .experience_users_data_section .experience_data_row {
		margin-left: -32px;
	}

	.shidduchim_data .shidduchim_information_container {
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (min-width: 650px) {
	.shidduchim_data h3.shidduchim_done_title {
		padding-top: 11px;
	}

	#resume-modal .shidduchim_data .shidduchim-done-data .shidduchim_row {
		padding: 15px 50px 15px;
	}

	.shidduchim_data .shidduchim_information_container {
		width: 90%;
		padding-left: 27px;
	}
}

#dynamic_field_row .dynamic_data_section {
	padding-top: 16px !important;
	padding-left: 14px !important;
}


@media screen and (max-width: 650px) {

	#resume-modal .experience_users_data_section {
		padding: 0px 0px 25px 35px;
	}

	.experience_users_data .experience_tab_heading {
		padding-left: 0 !important;
	}
}

@media screen and (min-width: 650px) {
	#resume-modal .experience_users_data_section {
		padding: 0px 0px 25px 15px;
	}

}


.response-data .remove_attachments {
	position: absolute;
	top: 315px;
	right: 506px;
}

.dynamic_data_section p.sug_user_data_value {
	word-break: break-word;
}

.dynamic_data_section p.sug_user_data_value {
	word-break: break-word;
}

.resume_personal_info_ul #resume_user_name {
	display: flex;
	align-items: center;
	width: 500px;
}

/* .profile_step1_form .profile_step1_info {
	padding: 20px 0 20px 0;
	text-align: center;
} */

.personal_info_steps_info p.accordion_collapse {
	padding: 20px 0 20px 0;
	text-align: center;
}


.login {
	max-width: 635px;
	/* margin: 0px auto !important; */
	background-color: unset !important;
	height: auto !important;	
}

#login_card,
#db_rendering_page {
	background-color: unset !important;
	height: calc(100vh - 215px) !important;
}

#register_card .login {
	margin-bottom: 30px !important;
}
/* #register_card {
	height: calc(100vh - 212px) !important;
} */

main#forgot_password_card {
	height: calc(100vh - 240px) !important;
}

.login .title {
	font-weight: 700;
	margin-bottom: 96px;
	font-size: 35px;
	color: #004b69;
}

.get_resume.accordion {
	padding-top: 0px;
	color: #000;
}

.login-form button.dark .otp-signup {
	margin: 27px 0 46px !important;
}

.forgot_password_card .btn-fp {
	margin-left: 148px !important;
	display: block !important;
}

.new_password_card .change_password_btn {
	display: block;
	/* margin-left: 158px !important; */
}

.message_container_model .message_container_details {
	font-size: 1.3em;
}

div.message_container_mobile_view {
	display: none;
}

#register_card .g-recaptcha {
	margin: auto !important;
	width: 57%;
}

.gap-1 {
	gap: 4px;
}

.gap-2 {
	gap: 8px;
}

.gap-3 {
	gap: 12px;
}

.gap-4 {
	gap: 16px;
}

.gap-5 {
	gap: 20px;
}

.gap-6 {
	gap: 24px;
}

.gap-7 {
	gap: 28px;
}

.gap-8 {
	gap: 32px;
}

.gap-9 {
	gap: 36px;
}

.gap-10 {
	gap: 40px;
}

.w-19{
	width: 19%;
}

@media (min-width: 576px) {
  .w-sm-25 { width: 25% !important; }
  .w-sm-65 { width: 65% !important; }
}

@media (min-width: 768px) {
  .w-md-50 { width: 50% !important; }
}

@media (min-width: 992px) {
  .w-lg-75 { width: 75% !important; }
  .w-lg-45 { width: 45% !important; }
  .w-lg-100 { width: 100% !important; }
  .w-lg-25 { width: 25% !important; }
}

@media (min-width: 1200px) {
	.w-xl-50 { width: 50% !important; }
	.w-xl-25 { width: 25% !important; }
}

@media (min-width: 1200px) and (max-width: 1570px) {
	#jobPostSettingsModal .modal-content {
		width: 33% !important;
	}
}

.text-default {
	color: #004B69 !important;
}

@media screen and (max-width: 768px) {
	.resume_user_container h6 {
		line-height: 1rem !important;
	}

	#resume-modal .resume_user_container div.tooltip {
		display: none !important;
	}

	.google-btn {
		gap: 10px !important;
		width: 220px !important;
	}

	.name_chat_section img#resume_user_message_link {
		width: 29px !important;
	}

	/* .name_chat_section img#privacy_access_btn {
		width: 19px !important;
		background: #fff;
		border-radius: 20px;
		padding: 2px;
	} */

	#find_match_load_more {
		min-width: 25%;
	}

	

	/* #navbar .container-fluid {
        padding: 10px 0px !important;
    } */
	/* #resume-tab {
		padding: 34% 0% !important;
    } */
	#navbar {
		padding-right: 10px;
		padding-left: 10px;
	}

	#myAccountBtn {
		font-family: Gabarito;
		font-size: 18px;
		font-weight: 400;
	}

	/* #resume-tab .nav-item .nav-link.active,
	#resume-tab .nav-item .job_application_tab.active, 
	#resume-tab .nav-item .manage_job-tab.active,
	#resume-tab .nav-item .candidate_jobs_tab.active {
		font-weight: 700 !important;
		color: #004B69 !important;
		background-color: unset !important;
	} */
	/* .sidebar_list_item:has(.nav-link.active) > .dropdown-toggle span.icon i {
		color: #ffffff !important;
	} */
	

	.hero__title .slick-slide {
		padding: 0px 10px !important;
	}

	.job_type_list .slick-slide p {
		margin-bottom: 5px !important;
		line-height: 15px;

	}

	.job_type_list .slick-slide p span {
		font-size: 13px;
		font-weight: 400;
	}

	.job_type_list .slick-slide strong {
		font-size: 13px;
		font-weight: 600;
	}

	.total_active_candidate_box p {
		font-size: 13px !important;
		font-weight: 700;
	}

	.total_active_candidate_box {
		border-radius: 10px 0px 0px 10px !important;
	}

	.total_active_candidate_box h1 {
		font-size: 48px !important;
		font-weight: 700;
	}

	.page_info_cards button {
		font-size: 13px;
		font-weight: 600;
	}

	.page_info_cards p {
		font-size: 12px !important;
		font-weight: 400;
	}

	.page_info_cards h3 {
		font-weight: 600;
	}

	.page_info_cards h2 {
		font-size: 20px !important;
		text-align: center !important;
	}

	.dashboard_counter_cards .counter_cards p {
		font-size: 14px;
	}

	.dashboard_counter_cards .counter_cards {
		padding: 20px 2px !important;
	}

	header .navbar {
		background-color: unset !important;
		border-bottom: unset !important;
	}

	nav.visitor-navbar {
		background-color: #004b69 !important;
	} 

	#login_card,
	#register_card {
		padding: 10px;
	}

	#register_card .g-recaptcha {
		margin: auto auto auto 0px !important;
	}

	/* #navbar {
		padding-right: 20px !important;
		padding-left: 20px !important;
	} */

	#navbar .d-flex {
		margin-right: 6px;
	}

	div.message_container_login {
		display: none;
	}

	div.message_container_mobile_view {
		display: flex;
		padding: 6px;
	}

	.logo img {
		max-width: 150px !important;
		padding: 0 10px 0 0 !important;
	}

	.container-fluid .login-tablet {
		margin-right: 0px !important;
	}
}

@media(max-width:768px) {
	footer .logo {
		margin: 0 18px !important;
	}

	footer .footer-navbar {
		position: absolute;
		left: 165px;
		display: contents;
	}

	.copyright {
		display: contents;
	}
}

@media screen and (max-width: 1199px) {
	.w-60 {
		width: 60%;
	}
	.w-40 {
		width: 40%;
	}
}

@media(min-width:768px) and (max-width:991px) {
	#navbar-footer {
		max-width: 100%;
	}
}

.message_container_model .message_container_dialog {
	padding: 0;
}

.message_container_model .message_container_details {
	padding: 10px;
}

.message_container_model .modal-header {
	padding: 0 !important;
}

.message_container_model .close {
	margin: -1rem -1rem -1rem 20rem;
	font-size: 2.3rem;
}

.message_container_model .message_container_dialog {
	padding: 5px;
}

.personal_info_steps_info p.accordion_collapse {
	padding: 20px 0 20px 0;
	text-align: center;
}

.message_container_mobile_view .mobile_view_message_box {
	width: 100%;
}

#resume_matchmaker_suggestion_chart_model {
	z-index: 999999;
}

#user_resume_container .match_suggestion_container {
	display: none;
	margin-top: 30px;
}

.more_content span {
	display: none;
}

.show_read_more_note .note_more_link {
	color: #07ccb5 !important;
	display: block;
}

.user_resume_download .update_last_seen_btn {
	color: #004B69;
	position: absolute;
	border-radius: 30px;
	font-size: 12px;
	text-transform: capitalize;
	border: 1px solid #004B69;
	height: 33px;
	text-shadow: 0 0 0.8px #2c2b2b;
	margin-left: 7px;
}

.update_last_seen_btn .last_seen_update_img {
	width: 14px !important;
	padding: 0px !important;
	height: 14px !important;
}


/* community section */
.community_icon {
	background-image: url(../img/community_icon.png) !important;
	height: 32px !important;
	background-size: 30px;
}

.resume-info .resume_attachment_info {
	padding-top: 0px;
}


.filter_btn_container .save_filter_btn:hover {
	border: 1px solid #eae8e8 !important;
	background: #fefcfc !important;
}

.save_filters_modal .modal_close_btn {
	font-size: 2.3rem;
}

.save_filters_modal .modal-body {
	padding: 15px 0px 15px 0px;
}

.save_filters_modal .modal-content {
	padding-top: 10px;
}

.saved_filter_list li {
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	align-items: center;
}

.saved_filter_list li.odd {
	background: #f5f7f9;
}

.saved_filter_list li.even {
	background: #d6dde3;
}

.saved_filter_list button.btn-danger {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 13px;
	height: 35px;
}

.saved_filter_list button.btn-danger img {
	width: 12px;
	margin-right: 3px;
}

.saved_filter_container .saved_filter_list_title {
	font-size: 22px;
	padding-bottom: 7px;
	padding-left: 15px;
}

.filter_btn_container .save_filter_btn:focus {
	border-color: #eae8e8;
}

.save_filter_btn img {
	width: 20px;
	margin-right: 8px;
}

.filter-box .age_filter_box {
	display: flex;
	height: 53px;
}

.age_filter_box .filter-box {
	border-bottom: 0;
}

@media(max-width:768px) {
	.suggested-tab .dashboard_suggestion_notify {
		margin-left: 0px !important;
		margin-top: -45px !important;
	}
}

.suggested-tab .dashboard_suggestion_notify {
	width: 25px;
	height: 25px;
	background: #004B69;
	position: absolute;
	margin-top: -46px;
	margin-left: -57px;
	color: #fff;
	padding-top: 0px;
	border-radius: 50%;
}

#register_card .common_message_container .common_message_box {
	width: 100%;
}

.login .common_message_container .common_message_box {
	width: 100%;
}

.con_action_btn_wrapper .msg_con_block_user_btn img {
	height: 15px;
	/* padding-top: 2px;
    padding-right: 0px; */
}

.disabled-look {
	opacity: 0.5;
	pointer-events: none;
	cursor: no-drop;
}

/* PCI implementation for stripe */

.pci_field,
.__PrivateStripeElement,
.pci_field iframe,
.pci_field input {
	height: 45px !important;
	border-radius: 10px;
	padding: 0 18px;
}

.pci_field {
	background-color: #ffffff !important;
	margin-bottom: 30px;
}

.dob_field .dob_privacy_btn {
	margin-right: 5px
}

.dob_field .dob_month_select,
.dob_field .dob_year_select {
	width: calc(100% / 2 - 5px);
}

.profile_dropdown_btn {
	cursor: pointer;
	position: relative;
}

.profile_dropdown {
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	width: 100%;
}

.profile_dropdown ul {
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	margin: 0 0 0 10px !important;
	border-radius: 3px;
	overflow: hidden;
}

.profile_dropdown ul li:not(:last-child) {
	margin: 0;
	border-bottom: 1px solid #eee;
}

.profile_dropdown ul li {
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.profile_dropdown_btn .drop_down_arrow {
	padding-left: 5px;
}

.profile_dropdown ul li:hover,
.profile_dropdown ul li.active {
	background-color: #fff;
}

.profile_dropdown_btn .header_profile_link {
	color: #004b69 !important;
	margin: 0 !important;
	padding: 9px !important;
}

.profile_dropdown_btn .profile_dropdown ul li {
	margin-left: 0;
}

@media (max-width:991px) {
	.profile_dropdown_btn .header_profile_link {
		position: unset !important;
		font-size: 20px !important;
		line-height: 24px !important;
	}

	.language_dropdown_btn {
		margin-top: 75px !important;
	}
}

.astric {
	color: red;
}

span.community_post_user_type_tag {
	border: 1px solid;
	border-radius: 10px;
	padding: 0px 5px;
	font-size: 12px;
	height: 17px;
	display: flex;
	align-items: center;
	margin-left: 10px;
	margin-right: 4px;
	width: fit-content;
	border-color: #004B69;
	color: #004B69;
}

#resume-modal .resume_user_container #resume_notes_form textarea {
	background-color: #F3F4F7;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 23px;
	padding: 8px 18px;
	width: 100%;
	height: 90px;
	min-height: 90px;
	resize: auto;
}

/*#resume-modal .resume_user_container h6{
	font-size:1rem;
	margin-bottom:0.5rem;
	font-weight:500;
}*/

#resume-modal .resume_user_container .btn-primary,
.card .apply_btn {
	height: 48px;
	background-color: #004B69 !important;
	border-color: #004B69 !important;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

#resume-modal .resume_user_container .btn-primary:hover{
	background-color: #006699 !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-color: #006699 !important;
}

.js-post_container .listing-v2-attribution__image-wrapper .user-picture--network.resume_display {
	cursor: pointer;
}

#resume-modal .resume_user_container .preferred_matchmaker_request_btn,
.add_seeker_task_btn_container .resume_add_task_btn {
	border-radius: 30px;
	font-size: 12px;
	padding: 5px 20px;
	color: #004B69;
	cursor: pointer;
	margin-bottom: 5px;
	border: 1px solid #004B69;
	outline: none;
	font-weight: 400;
}

#resume-modal .resume_user_container .discussion_create_field_wrapper textarea {
	background-color: #F3F4F7;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 18px;
	width: 100%;
	height: 45px;
	min-height: 45px;
	resize: auto;
	margin-bottom: 0;
}

.user_resume_discussions_container #user_resume_topic_accordion .no_discussion_topic {
	text-align: center;
}


.likes_ul .matchmaker_list_item .matchmaker_list_profile_info_container .avatar--circle,
.likes_ul .matchmaker_list_item .matchmaker_list_profile_info_container .chat_user_name {
	cursor: pointer;
}

.other_reason_to_delete_account_container {
	display: none;
	margin-top: -25px;
}

.edit-account .linked_account_info-wrapper {
	margin-bottom: 50px;
}

/* .delete_account_btn {
	max-width: 130px;
	border-radius: 5px;
	background-color: transparent !important;
	color: #F23E48 !important;
	border: 1px solid #F23E48 !important;
	font-weight: bold;
} */

/*.resume-info .private_note{
	max-width:700px;
}

.resume-info .private_note_btn_container{
	float:right;
	max-width:122px;
}*/
.resume-info .resume_private_notes_form .resume_notes_create_field_wrapper {
	display: flex;
	align-items: end;
	justify-content: center;
	width: 100%;
}

.resume-info .resume_private_notes_form .resume_notes_create_field_wrapper .topic_action_button_container {
	position: relative;
	bottom: 25px;
}

.resume_public_notes_form .public_note,
.resume_private_notes_form .private_note {
	height: 90px;
	min-height: 90px;
	width: 100%;
}


.verified_user {
	height: 12px !important;
	width: 12px !important;
	max-height: 12px !important;
	max-width: 12px !important;
	margin: 0 !important;
	margin-left: 4px !important;
	margin-right: 2px !important;
	opacity: 0.85;
}

.chat_list_user_type_box,
.chat_list_user_status_box {
	font-size: 12px;
	vertical-align: top;
}

.chat_list_user_status_box {
	padding-left: 22px;
	position: relative;
}

.chat_list_user_status_box::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: rgba(8, 10, 12, 0.6);
	border-radius: 2px;
	display: block;
	top: 7px;
	left: 11px;
}

.login-form .remember_me_check {
	float: inline-start;
}

.login-form .remember_me_check .check_box_dynamic_label {
	color: #6d747a;
	font-size: 1rem;
}

.login-form .forget {
	float: inline-end;
	opacity: 0.65 !important;
}

/* .login-form button.dark{
	margin:50px 0 0px;
} */

.login-form .message-container {
	display: inline-flex;
	padding: 15px;
	justify-content: center;
	width: 100%;
}

.login-form .message-container p {
	margin: 0;
}

.login-form .ndustry_job_type_select {
	background-color: #F3F4F7;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 23px;
	padding: 8px 18px;
	width: 100%;
	height: 45px;
	min-height: 45px;
}

.browse_listing_verified_user {
	height: 12px !important;
	width: 12px !important;
	max-height: 12px !important;
	max-width: 12px !important;
	opacity: 0.85;
	float: inline-end;
	margin-left: 5px;
}

.user_profile_name {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 0 0 auto;
}

.user_profile_name h7 {
	max-width: 100px;
}


.manage_job_icon {
	background-image: url(../img/job_post_icon.png) !important;
	background-size: 27px;
}

.browse_jobs_icon {
	background-image: url(../img/job-offer.svg) !important;
	background-size: 33px;
}

.dataTables_wrapper {
	display: block;
}

.dataTables_wrapper .box-content {
	margin-top: 20px;
	display: flex;
}

.dataTables_filter input {
	margin-bottom: 5px !important;
}

#datatable-3 {
	width: 100% !important;
}


.add_edit_job_form select {
	margin-bottom: 23px;
}

.profile-button {
	text-align: center;
}

.pac-container {
	z-index: 2000;
}

.location_input,
.add_edit_job_status_radios {
	margin-bottom: 23px;
}

.salary_range_span {
	font-size: 20px;
	margin-top: 6px;
}

.ndustry_job_type_select {
	background-color: #F3F4F7;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 23px;
	padding: 8px 18px;
	width: 100%;
	height: 45px;
	min-height: 45px;
}

#resume-tab li a.active .icon.manage_job_icon {
	background-image: url("../img/active_brifcase.svg") !important;
}

.dataTables_wrapper table tbody tr td a {
	justify-content: center;
	align-items: center;
	margin: 5px;
	height: 35px;
	width: 35px;
	display: flex;
}

.dataTables_wrapper table tbody tr td a img {
	width: 20px;
	height: 20px;
}

#job_add_edit_model .modal-body {
	padding: 15px 0px 15px 0px !important;
}

#job_add_edit_model .close {
	padding: 1rem 0rem;
}

.candidates_no_of_openings {
	background-color: #ddd8d3;
	border-radius: 15px;
	display: inline-block;
	padding: 0px 9px;
	color: #878380;
}

.profile_box_container .profile_box .candidates_no_of_openings p {
	color: #858181;
	font-size: 13px;
	margin-bottom: 0px;
}

.common_message_container .signup_message {
	padding: 20px 35px !important;
}

.common_message_container .signup_message ul {
	padding-left: 25px;
}

.common_message_container .signup_message ul li,
.common_message_container .signup_message p {
	text-align: left;
}

.common_message_container .signup_message ul li,
.common_message_container .signup_message p {
	list-style: disc;
}

.user-info .user_ndustry_job_type {
	font-size: 14px;
	color: rgba(8, 10, 12, 0.4);
	margin-bottom: 0;
	max-width: 503px;
	padding-left: 5px;
}


.matchmaking_ndustry_job_type {
	color: rgba(8, 10, 12, 0.4);
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 3px;
	margin-top: 3px;
}

#add_edit_task_form .ui-autocomplete {
	width: inherit !important;
}

.user-info .user_ndustry_job_type {
	font-size: 14px;
	color: rgba(8, 10, 12, 0.4);
	margin-bottom: 0;
	max-width: 503px;
	padding-left: 5px;
}

#active_job_info_form .active_job_info_ul h5 {
	font-weight: 600;
	padding-bottom: 0;
	font-size: 18px;
	color: #242431;
	margin-right: 13px;
	margin-bottom: 0;
}

#active_job_info_model .modal-title {
	font-weight: 600;
	color: #004B69;
	text-transform: capitalize;
	font-size: 20px;
	margin: 0;
}

#active_job_info_form tr {
	margin-bottom: 10px;
}

#active_job_info_model .close {
	padding: 0;
	margin: 0;
	background: unset;
	color: #004b69;
	font-weight: 900;
	font-size: 30px;
	opacity: unset;
}


#active_job_info_model .modal-header {
	background: unset;
	border-bottom: 1px solid #dee2e6;
	padding: 1rem 1rem 2rem 1rem;
}

#active_job_info_form .active_job_info_ul p {
	word-break: break-all;
	text-align: left;
	white-space: pre-line;
	font-size: 18px;
	color: #242431;
	margin-bottom: 0;
	display: inline-block;
}

#active_job_info_form .active_job_info_ul h5 {
	display: inline-block;
}

.active_jobs_data_section .active_jobs_title {
	cursor: all-scroll;
	padding-left: 20px;
	padding-top: 10px;
}

.active_jobs_data_row .user_resume_active_job_type {
	font-size: 15px;
	font-weight: 300
}

.active_job_info_model .active_jobs_job_published_on {
	position: absolute;
	bottom: calc(2rem - 30px);
	left: calc(1rem + 2px);
	font-size: 12px;
	color: #7f7b7b;
}

.active_job_info_model .modal-header {
	margin-top: 10px;
	font-size: 20px;
}

.active_job_info_model .active_jobs_job_published_on label {
	font-size: 12px;
}

.active_job_info_model .modal-body {
	margin: 0 0px !important;
	border: 0 !important;
}

@media screen  and (max-width: 575px){
	.active_job_info_model .modal-body {
		height: 95dvh;
		overflow-y: auto;
	}
}

.active_jobs_data_row .job_detail_icon {
	height: 18px;
	vertical-align: text-top;
}

.active_jobs_data_row .job_info_icons {
	width: 25px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

.active_jobs_data_row .card-header {
	display: flex;
	padding: 5px;
	flex-direction: row;
}


.table-datatable tr td:last-child {
	display: flex;
}

.personal-info .weekly_job_alert_check {
	padding-right: 265px;
}

.signup_mail_link {
	color: #004B69;
}

.active_jobs_data_section .active_jobs_title {
	font-size: 17px;
	font-weight: 600;
	color: #004B69;
	text-transform: capitalize;
}

#resume-modal .active_jobs_data_section {
	padding: 0px 0px 25px 15px;
}

.resume_first_row .resume-info {
	margin-left: 20px;
}

.user_self_resume_profile_visibility_note {
	color: #999999;
	text-align: center;
	width: 100%;
	margin-top: 13px;
	font-size: 14px;
}

#manage_job_posts,
.manage_job_tab {
	/* padding: 0 105px; */
	/* width: calc(100% - 100px); */
	overflow-x: auto;
}

.membership-box .member-list li {
	padding-left: 0px;
}

.membership-box .member-list .add_checkmark li {
	padding-left: 34px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.signup_form .signup_user_work_location_field,
.signup_form .signup_user_job_timing_field {
	background-color: #F3F4F7;
	border: 0;
	border-radius: 8px;
}

.resume_profile_section_container .profile_picture .img_like {
	width: 28px;
	height: 28px;
	background: #004B69;
	border-radius: 20px;
	padding: 6px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.privacy_access_btn_in_resume {
	position: absolute;
	top: 0px;
	right: 0px;
	width: max-content;

}

.resume_profile_section_container .profile_picture {
	position: relative;
}


body .user_self_resume_tab .pencil-edit:hover .tooltip,
body .btn:hover .tooltip,
.tooltip_display:hover .tooltip {
	display: block;
	width: 55px;
	text-align: center;
	color: #000;
	left: unset;
}

body .tooltip {
	color: #000;
	padding: 10px 5px !important;
	line-height: 0;
}
@media screen and (max-width: 575px) {
	.send-actions {
		position: absolute;
		bottom: 5px;
		right: 5px;
		left: 5px;
	}
	.message_form {
		padding: 10px !important;
	}
	
}
/* #dynamicInputsContainer .col-12.col-xl-6 {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px 10px;
} */
#dynamicInputsContainer .toggle-switch {
	width: 40px;
	height: 18px;
}
#dynamicInputsContainer .toggle-switch input:checked+.toggle-switch-inner+.toggle-switch-switch {
	transform: translateX(22px);
}
#dynamicInputsContainer .toggle-switch-switch {
	top: 3px;
	left: 3px;
	width: 12px;
height: 12px;
}
/* .message_con_popup_container div.chat-body {
	height: 205px !important;
} */

.apply_job_model {
	max-width: 1080px;
}

.active_jobs_info_container .card-body,
.active_jobs_info_container .card-text {
	font-size: 1rem;
}

.active_jobs_info_container .card-text {
	padding-left: 30px;
	color: #616161;
}

.active_jobs_info_container .job_info_right_side_col span {
	color: #004b69;
}


.job_info_description .card-text {
	color: #000;
}

.active_jobs_info_container .card {
	height: 100%;
	font-size: 0.85rem;
	border: 0;
	border-radius: 0;
}

.active_jobs_info_container .chat_icon_in_resume {
	position: unset;
	right: unset;
	cursor: pointer;
}

.active_jobs_info_container .job_info_description {
	padding-top: 0;
	color: #6c757d;
	font-weight: 500;
}

.active_jobs_info_container .card-subtitle {
	font-size: 0.90rem;
}

.job_info_description .see-more-link,
.job_info_description .see-less-link {
	color: #004B69 !important;
}

.job_info_description .see-more-link:hover,
.job_info_description .see-less-link:hover,
.see-less-job-type-link:hover,
.see-more-job_type-link:hover {
	border-bottom: 1px solid #004B69;
}

.job_info_description .card-text {
	margin-bottom: 8px;
}

.see-more-job_type-link,
.see-less-job-type-link {
	float: right;
}

.add_edit_job_form .post_job_salary_label {
	padding-left: 0;
	justify-content: left;
}

#report_user_model {
	z-index: 10000;
}

/* #datatable-3 th:nth-child(4){
	width:74px !important;
}

#datatable-3 th:nth-child(5) {
  width: 61px !important;
} */

.suggest-box .company_candidate_name {
	font-weight: 600;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 768px) {
	#manage_job_posts {
		padding: 0;
	}
}

@media (max-width:991px) {
	#resume-tab {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-bottom: 40px;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		/* padding-top:100px; */
	}

	#resume-tab li {
		flex-basis: 80% !important;
	}

	.datatable_radio_container {
		flex-wrap: wrap;
	}
}

.add_number_form .contact_no_verify_btn {
	display: block;
}

/* .message_con_box .message_con_header .message_header_container .profile_header_text h4{
	color:#004B69;
} */

.salary_wrapper {
	display: inline-block;
	/* width: 70% !important; */
}

.post_job_salary_label {
	display: block;
}

#min_salary {
	cursor: text;
	opacity: 1;
	display: inline-flex;
	/* width: 40%; */
	flex-wrap: nowrap;
}

#max_salary {
	cursor: text;
	opacity: 1;
	/* width: 40%; */
}

.rate_wrapper {
	display: inline-block;
	float: inline-end;
	/* width: 30% !important; */
}

#form_rate {
	cursor: text;
	opacity: 1;
	background-color: rgba(8, 10, 12, 0.04);
	border: none;
	width: 100%;
	color: #000;
	margin: 0 4px;
	border-radius: 8px;
	appearance: none;
	background-image: url("../img/select.svg");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 9px);
	background-position-y: center;
	padding: 10px 33px;
	outline: none;
}

.commission_wrapper {
	width: 30%;
	display: inline-block;
}

#commission_rate {
	width: 100%;
}

.commission_rate_span {
	display: inline-block;
	position: absolute;
}

.profile_box_container .profile_box .chat_white img {
	padding: 5px;
}

.popup-open {
	overflow: hidden;
}

.find_match_section .browse_candidate_msg {
	background-color: #FAFAFA;
	border-radius: 8px;
	padding: 7px;
}

#user_message_link {
	cursor: text;
	position: absolute;
	right: 15px !important;
}

/*#user_message_link{
	position: fixed;
	right: 22px;
	z-index: 99;
	bottom: 5px;
}*/

.chat_icon_in_resume {
	background: #004B69;
	padding: 5px;
	width: 30px;
	border-radius: 50%;
	height: 30px;
}


.candidate_industry_job_types {
	display: block;
	font-size: 12px !important;
	font-weight: 100 !important;
	max-width: 145px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-left: 5px;
	padding: 0.30em .4em;
}

.candidate_industry_job_types_wrapper .candidate_industry_job_types:first-child {
	margin-left: 0;
}

.candidate_more_industry_job_types {
	display: block;
	font-size: 16px !important;
	font-weight: 100 !important;
	max-width: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 11px;
}


.industry_job_type_radio label,
.has_experience_radio label,
.other_job_radio_label,
.resume_attachments label {
	font-size: 13px;
	font-family: inherit;
	color: #495057;
	float: left;
}

.profile_box .profile_box_btn_container {
	/* position: absolute; */
	/* bottom: 4px;
	left: 0;
	right: 0;
	display: contents; */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: auto;
	margin-bottom: 5px;
}

.profile_box .profile_box_btn_container button {
	margin: 0 !important;
	border: none;
}

.add_edit_job_form .no_of_opening_field {
	margin-top: 25px;
}

/* .user_self_resume_tab .user_resume_info_container .resume-button{
	margin-top:10px !important;
} */

#user_message_link {
	position: fixed;
	right: 22px;
	z-index: 99;
	bottom: 15px;
}

.chat_icon_in_resume,
.privacy_access_btn_in_resume,
.save_candidate_btn {
	padding: 6px;
	width: 30px;
	height: 30px;
}

.active_jobs_data_section .card .user_resume_active_job_description {
	border-left: 1px solid rgba(0, 0, 0, .125);
}

.active_jobs_data_section .card .user_resume_active_job_description .card {
	border: unset;
}

.user_resume_active_job_description .job_info_description {
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.active_job_info_model .modal-header {
	position: relative;
}

.personal-info-steps>*:not(:last-of-type) a::after {
	left: 130%;
}

.custom-container .personal-info-steps li.final_step_tab {
	padding-right: 150px;
}

.custom-container .personal-info-steps {
	max-width: 765px;
	margin: 0px auto 60px;
}

.dash_tab h1 {
	font-size: 28px;
	color: #242322;
}

.nav-link.active span.community_icon {
	background-image: url('../img/community_active.svg') !important;
}

.add_edit_user_resume .user_resume_container {
	padding: 0 105px;
}

.custom-container {
	max-width: unset !important;
}

.user_self_resume_tab#manage .title,
#dashboard_shortlist .title {
	height: 45px !important;
}

.user_self_resume_tab#manage .title h1,
#manage_job_posts .title h1,
#messages h1 {
	font-size: 28px !important;
	color: #004B69;
}

.px-6 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.side_nav_suggestion_counter {
	width: 25px;
	height: 25px;
	background: #004B69;
	position: absolute;
	margin-top: -46px;
	margin-left: -57px;
	color: #fff;
	padding-top: 0px;
	border-radius: 50%;
}

#resume-tab li a.active .browse_jobs_icon {
	background-image: url('../img/job-offer_active.svg') !important;
	;
}

.industry_job_type .form-check {
	margin-left: 1rem !important;
}

.sticky-sidebar {
	max-height: 100vh !important;
	height: 100vh !important;
	overflow: auto;
	position: sticky !important;
	top: 0;
	scrollbar-width: none;
}

.sticky-sidebar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.job-post-filter_wrapper,
.filter_side_box {
	max-height: calc(100vh - 15px);
	/* height: calc(100vh - 15px); */
	overflow-x: hidden;
	overflow-y: auto;
	position: sticky;
	top: 0;
	scrollbar-width: none;
}

.job-post-main_container {
	width: 100%;
}

.dashboard_suggestion_notify {
	width: 20px;
	height: 20px;
	background: #004B69;
	position: relative;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	left: 30px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #ddd;
}

.industry_job_type_experience_radio .same_as_experience {
	float: right;
}

.industry_job_type_radio .same_as_experience {
	/* float: right; */
	display: inline-block;
	/* margin-left:6rem; */
}


.location_address_input {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.location_address_input .zip_code_container{
	max-width: 40.5% !important;
}

.add_edit_job_form .locationaddress_label {
	width: 100%;
}

.add_edit_job_form .location_field {
	align-items: stretch !important;
	display: flex !important;
	flex-wrap: wrap !important;
}

.resume_personal_info_ul table,
.private-info table,
.shidduchim_done_ul table {
	border-collapse: separate;
	border-spacing: 0 10px;
	position: relative;
}

.resume_personal_info_ul table tbody tr td:nth-child(1) {
	width: 190px;
}

.resume_personal_info_ul table tbody tr td:nth-child(1),
.private-info table tbody tr td:nth-child(1),
.private-info table tbody tr td:nth-child(1) *,
.shidduchim_done_ul table tbody tr td:nth-child(1) {
	text-align: right;
	vertical-align: top;
}


.resume_personal_info_ul table tbody tr td:nth-child(2),
.private-info table tbody tr td:nth-child(2),
.shidduchim_done_ul table tbody tr td:nth-child(2) {
	border-left: 2px solid #eee;
	padding-left: 10px;
	position: relative;
	vertical-align: top !important;
	line-height: 1.2;
}


button.multiselect-option.dropdown-item {
	pointer-events: none;
}

@media screen and (min-width: 911px) and (max-width:913px) {

	.resume_personal_info_ul table tbody tr td:nth-child(1),
	.private-info table tbody tr td:nth-child(1),
	.private-info table tbody tr td:nth-child(1) *,
	.shidduchim_done_ul table tbody tr td:nth-child(1) {
		width: 200px !important;
		line-height: 1.2;
	}
}

.multiselect-container span.form-check input {
	pointer-events: all;
}

.multiselect-container span.form-check label {
	pointer-events: all;
}

.clicked-button {
	opacity: 0.5;
	cursor: not-allowed;
	/* box-shadow: inset 0 0 0 .2rem rgb(201 8 8 / 25%); */
}

/* .red_small_btn:hover{ */
	/* box-shadow: inset 0 0 0 .2rem rgb(201 8 8 / 25%); */
	/* color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
} */

/* .red_small_btn.focus, 
.red_small_btn:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) !important;
} */

/* #profile_delete_account_btn:not(:disabled):not(.disabled):active{
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
} */

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) !important;
}

@media (max-width: 1300px) {
	.multiselect-container span.form-check input {
		pointer-events: none;
	}

	.multiselect-container span.form-check label {
		pointer-events: none;
	}

	.custom-radio:checked+label:before,
	.custom-radio:not(:checked)+label:before {
		pointer-events: all;
	}

}


.site-color {
	color: #004B69 !important;
}

.custom-select {
	color:#7d8083 !important;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 16 16'%3e%3cpath fill='%23343a40' d='M1.5 6l6.5 6 6.5-6H1.5z'/%3e%3c/svg%3e") no-repeat right .75rem center / 12px 12px;
}

.msg_popup_view_btn {
	color: #fff !important;
	background-color: #D8E8ED !important;
	border-color: #D8E8ED !important;
}

.msg_popup_msg_btn {
	background-color: #004B69 !important;
	color: #fff !important;
	border: 1px solid #004B69 !important;
	border-bottom-color: #004B69 !important;
}

#privacy_access_model {
	z-index: 9999;
}


.personal_info_access_btn {
	font-size: 12px !important;
	position: unset !important;
}

.resume_first_row .candidate_btn {
	position: absolute;
	left: 350px;
	bottom: 10px;
}

.candidate_btn .tooltip {
	position: relative;
	bottom: 64px;
	font-size: 12px;
	text-align: center;
}

.highlight_field {
	font-weight: 600;
}


@media (max-width:575px) {
	.resume_first_row .candidate_btn {
		left: unset;
		bottom: 5px;
		display: contents;
	}

	.resume_first_row .candidate_btn .personal_info_access_btn {
		width: 100%;
		margin-top: 5px;
	}

	.resume_personal_information_container {
		margin-bottom: 85px;
	}

	.candidate_btn #user_message_link {
		bottom: 32px;
	}
}

@media (min-width:575px) AND (max-width:1253px) {
	.resume_first_row .candidate_btn {
		bottom: 5px;
		left: 140px;
	}

	#active_job_info_btn {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.shortlist_icon {
	background-image: url(../img/star_icon.png) !important;
	height: 30px !important;
	background-size: 25px;
}

.privacy_access_info_wrapper {
	position: absolute;
	top: 14px;
	right: 3px;
}

.nav-link.active span.shortlist_icon {
	background-image: url('../img/active_star_shortlist.svg') !important;
}

.candidate_btn .save_candidate_btn {
	position: absolute;
	bottom: 2px;
	padding: 5px;
	left: 130px;
}

.candidate_btn #user_message_link {
	position: absolute;
	left: 270px;
	bottom: 2px;
	right: unset;
}

.candidate_btn .privacy_access_btn {
	position: absolute;
	left: 200px;
	bottom: 2px;
}

.membership_plan_info {
	flex-basis: 10%;
}

.pricing-table {
	padding: 0 !important;
}

.membership-table .member-price {
	width: 90% !important;
	margin: 0 !important;
	bottom: 5px !important;
}

.plan_subscription_btn {
	background-color: unset !important;
	border-radius: unset !important;
	border-color: unset;
	width: 95% !important;
	padding: 0;
}

.plan_subsc_btn_container {
	padding: 0 !important;
}

.pricing-table .btn {
	margin-top: 0 !important;
}

.plan_title_tagline {
	padding: 1rem 0 !important;
}

th.basic {
	padding: 0 !important;
	font-size: 14px;
	font-weight: 700;
}

.price .basic {
	padding: 1rem !important;
	font-size: 14px;
	font-weight: 700;
}

.pricing-table tr:nth-child(odd),
.feature_list li:nth-child(odd) {
	background-color: white;
}

.pricing-table tr:nth-child(even),
.feature_list li:nth-child(even) {
	background-color: #f2f2f2;
}

/*.member-list li{
	margin-bottom: unset !important;
	margin-top:unset !important;
	padding:5px 0 5px 0 !important;
}

.add_checkmark > li:before{
	left:12px !important;
	top:11px !important;
}*/

.membership-box .member-list {
	padding-top: 14px;
	padding-left: 0px;
	padding-right: 0px;
}

.membership_plan_container .membership-table .member-price>button {
	padding: 5px 0;
	line-height: initial;
	vertical-align: middle;
}

.membership_plan_container .membership-table th,
.membership-table .price_data {
	width: 180px;
	background: transparent;
	border-radius: 10px;
	border-width: 0px 4px 4px 4px;
	border-style: solid;
	border-color: #f5f5f5;
	height: 60px !important;
	margin: 0;
}

.membership_plan_container .membership-table tbody tr td {
	width: 100px;
	background: transparent;
	border-width: 1px 4px 4px 4px;
	border-style: solid;
	border-color: #f5f5f5;
	position: relative;
	height: 10px;
}

.membership_plan_container .membership-table th .member-title {
	padding-bottom: 0px !important;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.membership_plan_container .membership-table td .membership_price {
	/* padding-bottom: 0px !important; */
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	/* align-items: center; */
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	justify-content: center;

	/* margin: 0px 0; */
}


.membership_plan_container .membership-table tbody tr td .membership_data {
	padding-bottom: 0px !important;
	background: #fff;
	border-radius: 0;
}

.membership_plan_container .membership-table th:first-child,
.membership_plan_container .membership-table tbody tr:last-child td:first-child {
	background: #f5f5f5;
	border: 0
}

.membership_plan_container .membership-table tbody tr td .membership_data {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.membership_plan_container .membership-table tbody tr td .check.membership_data,
.membership_plan_container .membership-table tbody tr td .cross.membership_data {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 25px;
}

/* .member-price .recruitment_service_btn{
	padding:14px 0 !important;
} */


@media (min-width: 1000px) and (max-width: 1400px) {
	.nav_link_title {
		font-size: 10px;
	}
}


.comming_soon_community_msg {
	width: 100%;
	padding: 20px;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	justify-content: center;
	font-size: 20px;
}

.profile_icon {
	background-image: url(../img/profile_icon.png) !important;
}

.application_icon {
	background-image: url(../img/hearts.png) !important;
}

.candidate_icon {
	background-image: url(../img/hearts.png) !important;
}

.user_profile_name h7 {
	font-weight: 900;
}

@media screen and (min-width: 1000px) and (max-width:1100px) {
	.profile_box .profile_box_btn_container {
		gap: 5px;
	}
}

@media screen and (min-width: 400px) and (max-width:1426px) {
	.card .apply_btn {
		font-size: 13px;
	}
}

@media screen and (max-width: 1025px) {

	/* Hide the first and previous pagination buttons */
	.paginate_button.first,
	.paginate_button.previous {
		display: none;
	}

	/* Adjust padding for a specific div within the .dataTables_wrapper */
	.user_manager_datatable .dataTables_wrapper>div {
		padding-right: 10px;
		/* Example: set padding on the right side */
	}
}

.sidemenu_col {
	margin-top: 57px;
	background-color: #fff;
}


@media screen and (min-width: 350px) and (max-width:1080px) {
	.resume_first_row .resume-info {
		padding: 0;
		margin: 0;
	}

	.resume_personal_info_ul table tbody tr td:nth-child(1) {
		width: 100%;
		text-align: left;
		display: inline-block;
	}

	.resume_personal_info_ul table tbody tr td:nth-child(2) {
		border-left: 0;
		display: inline-block;
	}

	.resume_show .resume_user_container .resume_first_row {
		display: inline-block !important;
	}

	.resume_profile_section_container {
		width: 100%;
	}

}

@media screen and (min-width: 350px) and (max-width:768px) {
	#forever {
		padding-top: 20px !important;
	}
}

@media screen and (min-width: 350px) and (max-width:991px) {
	.candidate_btn #user_message_link {
		left: 365px;
		bottom: 32px;
	}

	.suggestion_counter_btn_round {
		font-size: 12px !important;
	}

	.main_container {
		margin-top: 0px !important;
	}

	.sidemenu_colsticky-sidebar {
		padding-left: 30px !important;
	}

	.job-post-filter_wrapper,
	.filter_side_box {
		position: unset !important;
	}

	.custom-btn {
		padding: 20px 90px !important;
		font-size: 16px !important;
		text-decoration: none;
		color: #004B69 !important;
		border: 1px solid #004B69 !important;
		border-radius: 40px !important;
		background-color: #fff !important;
	}

	.profile_dropdown ul {
		background: rgba(17, 5, 5, 0.85);
	}

	.profile_dropdown_btn .header_profile_link {
		color: #e0e7ee !important;
	}

}

.desktop_view_header_menu {
	display: none;
}
@media screen and (min-width: 767px) and (max-width:991px) {
	#forever {
		padding-top: 270px !important;
	}
}

@media screen and (min-width: 767px) and (max-width:800px) {
	.sidemenu_colsticky-sidebar {
		padding-left: 20px !important;
	}
}


@media screen and (min-width: 350px) and (max-width:575px) {
	.find_match_section .form-content {
		/* padding-left: 15px; */
	}
}



@media screen and (min-width: 575px) and (max-width:1024px) {
	.resume-info .active_job_info_btn {
		font-size: 12px !important;
	}
}

@media screen and (max-width:991px) {
	.main_container .browse_comapnies_tab {
		/* max-width: calc(100% - 80px) !important; */
	}
}

@media screen and (min-width:1600px) {
	.main_container .browse_comapnies_tab {
		/*max-width:calc(100% - 140px) !important;*/
		max-width: calc(100% - 20px) !important;

	}
}

#matchmaking .browse_jobs_tab {
	max-width: calc(100% - 0px) !important;
}


#resume-modal,
.modal {
	overflow-y: hidden;
}

.shortlist_users_container {
	padding: 20px 15px;
}

.main_container .container-fluid,
.main_wrapper .container-fluid {
	margin-left: 370px;
	padding: 10px 40px 145px;
	width: calc(100% - 370px);
}

.suggestion_counter_btn_container button {
	margin-top: 10px;
}

footer {
	padding: 595px 0 124px;
}

#navbar .container-fluid {
	display: none;
	padding: 20px 12px 24px;
}

.main_wrapper #navbar .container-fluid{
	padding: 20px 0px !important;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 13px;
}

.logo {
	display: inline-block;
}

.small_screen_menu_item {
	display: none;
}

.profile_dropdown_span {
	margin: 0 0 0 10px !important;
	padding: 18px 65px;
	font-size: 22px;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 18px 65px;
	font-size: 22px;
}

.ai_dashboard_menu i.dropdown-arrow {
	position: absolute;
	right: 15px;
	font-size: 22px;
	top: 13px;
}

@media (max-width: 554px) {
	.ai_dashboard_menu i.dropdown-arrow {
		top: 10.5px;
	}
}

@media (min-width: 555px) and (max-width: 990px) {
	.ai_dashboard_menu i.dropdown-arrow {
		top: 15.3px;
	}
}

#resume-tab .nav-item .nav-link.active,
#resume-tab .nav-item .job_application_tab.active,
#resume-tab .nav-item .active_jobs.active,
#resume-tab .nav-item .archived_jobs.active,
#resume-tab .nav-item .candidate_jobs_tab.active {
	color: #FFF;
	background-color: #004b69;
	border-radius: 5px;
}

#resume-tab .nav-item span.icon #ai-icon {
	width: 12px;
	height: auto !important;
	padding-bottom: 10px;
}

.sidebar {
	width: 305px;
	background-color: #edeff0;
	color: white;
	transition: width 0.3s;
	position: absolute;
	/*height: -webkit-fill-available;
	padding: 415px 15px;*/
	height: 100%;
	transition: ease all 0.5s;
}

#sidebar_1 {
	top: 0;
	z-index: -1;
}

#sidebar_3 {
	top: 0;
	z-index: -5;
}

.sidebar .toggle-btn {
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}

.sidebar ul {
	list-style-type: none;
	background-color: #edeff0;
	margin: 25px;
	border-radius: 5px;
}


.sidebar ul li a {
	color: #004B69;
	text-decoration: none;
	/* display: flex; */
	align-items: center;
}

.sidebar ul li a .icon {
	font-size: 24px;
	margin-right: 15px;
}

.sidebar ul li a .label {
	font-size: 18px;
}

.content {
	flex: 1;
	padding: 20px;
}


@media screen and (max-width: 991px) {

	.main_container .container-fluid,
	.main_wrapper .container-fluid {
		width: 100%;
		padding: 0 5px;
		margin: 0;
	}

	.sidebar ul li a .icon {
		font-size: 18px;
	}
}

@media screen and (min-width:769px) and (max-width: 991px) {
	.navbar-dark button.leftBtn img {
		filter: brightness(0) invert(1);
	}
}

@media screen and (max-width: 991px) {
	.notiAccount {
		/* padding: 0px 40px; */
	}
	#navbar .container-fluid {
		display: block;
		/* padding: 11px ; */
	}

	body.sidebar_opened #navbar .container-fluid {
		/* border-bottom: 2px solid #007FAD; */
		margin-left: 0;
		width: 100%;
	}

	.main_container .container-fluid,
	.main_wrapper .container-fluid {
		width: 100%;
		padding: 0 11px;
		margin: 0;
	}

	.navbar-expand-md .navbar-toggler {
		border: unset;
	}

	.navbar-dark .navbar-toggler img {
		padding-top: 10px;
	}

	body.sidebar_opened #navbar.open .navbar-collapse,
	body.sidebar_opened #navbar.open .navbar-toggler {
		display: none !important;
	}

	body.sidebar_opened {
		overflow-y: hidden;
	}

	body.sidebar_opened main {
		z-index: unset;
	}

	.sidebar {
		display: none;
		width: 100vw;
		left: -100vw;
		z-index: 99999 !important;
		/* background-color: rgba(255, 255, 255, 0.7); */
		background-color: #edeff0 !important;
		border: 4px solid white;
		backdrop-filter: blur(10px);
	}

	main.main_wrapper .sidebar,
	main.main_container .sidebar {
		display: block;
		position: fixed;
		top: 0;
		overflow-y: auto;
	}

	body.sidebar_opened .sidebar {
		left: 0;
	}
	/* .sidebar {
		background-color: #edeff0 !important;
		border: 4px solid white;
	} */
	.siteName {
		color: #004B69;
		font-weight: 600;
		font-size: 30px;
		line-height: 100%;
	}
	.navbar-dark .navbar-toggler img {
		padding-top: 0px !important;
	}
	#resume-tab li.sidebar_list_item>a {
		font-size: 20px !important;
		font-weight: 400 !important;
		padding: 8px !important;
	}

	#resume-tab .nav-item .nav-link.manage_profile_tab.active,
	.sidebar_list_item:has(.nav-link.active)>.dropdown-toggle,
	.sidebar_list_item:has(.job_application_tab.active)>.dropdown-toggle,
	.sidebar_list_item:has(.manage_job-tab.active)>.dropdown-toggle,
	.sidebar_list_item:has(.candidate_jobs_tab.active)>.dropdown-toggle,
	#resume-tab .nav-item .community_tab.active {
		background-color: #c7e3f2 !important;
		border-radius: 5px;
	}

	#resume-tab .nav-item .nav-link.active .label,
	#myAccountBtn {
		color: #004B69 !important;
	}

	#resume-tab .dropdown ul {
		padding: 0px 15px 0 60px !important;
	}



	#resume-tab li a .icon img {
		height: 23px !important;
	}
/* 
	.sidebar ul li a .label {
		font-size: 30px !important;
		font-weight: 400;
	} */


	.sidebar ul {
		border-radius: 0px !important;
	}

	body.sidebar_opened .navbar .container-fluid .logo {
		float: inline-start;
	}

	.main_wrapper #resume .container-fluid {
		padding-left: unset;
		display: block;
		margin: 0;
		padding: 0;
	}

	.logo_container {
		float: inline-end;
	}

	.navbar-dark .navbar-toggler img.close_side_nav_btn {
		display: block !important;
		max-width: 20px !important;
	}

	.main_wrapper {
		width: 100vw;
	}

	.sidebar.open {
		width: 250px;
	}

	.sidebar.open ul li a .label {
		display: inline;
	}

	.sidebar ul li a .label {
		font-size: 25px;
		padding-left: 10px;
		/* background: unset !important; */
	}

	#resume-tab li a .icon img {
		height: 45px;
	}

	.close_menu_bar_btn {
		display: block !important;
	}

	.small_screen_menu_item {
		display: block !important;
	}

	.login-tablet {
		display: flex;
		flex-direction: column;
		margin: 0;
		text-align: center;
	}

	.user_shortlist_switch_tab li a {
		font-size: 14px;
	}
}


@media screen and (min-width: 1199px) and (max-width:1307px) {

	.main_container .container-fluid,
	.main_wrapper .container-fluid {
		padding: 10px 10px 160px;
	}
}

@media screen and (min-width: 767px) and (max-width:992px) {
	.suggestion_counter_btn_container button {
		margin-left: auto;
	}
}

.personal-info .white-wrapper .form-header h4.flex-grow-1 {
	margin: 0;
	flex-grow: 1;
}

.add_preferred_matchmakers_btn {
	flex-shrink: 0;
	margin-left: auto;
}


.self_summary_wrapper {
	align-items: baseline;
	display: flex;
	position: relative;
	width: 100%;
	margin: 0;
}

.self_summary_wrapper textarea {
	padding-left: 35px !important;
	padding-right: 40px !important;
	resize: vertical;
	min-height: 70px !important;
	padding-top: 22px;
	margin-bottom: 10px;
}

.self_summary_wrapper input[type="file"] {
	padding: 0 !important;
	position: absolute;
	right: 15px;
	width: 20px !important;
	top: 11px;
	opacity: 0;
	z-index: 11;
	cursor: pointer;
}

/* img.attachment_post_icon {
	position: absolute;
	top: 24px;
	right: 10px;
	cursor: pointer;
	width: 15px;
} */

#intro_file_select_show {
	background: #84808024;
	padding: 3px;
	border-radius: 20px;
	color: #585858 !important;
	padding: 3px 5px;
	display: flex;
	word-break: break-word;
	justify-content: space-between;
	align-items: center;
}

/* #intro_selected_file_name p {
	display: flex;
	align-items: center;
	padding-left: 5px;
	width: 100%;
} */

/* #intro_file_select_show img.attachment_post_icon {
	position: unset;
} */

#intro_file_select_show a {
	padding-left: 10px;
	color: #004B69;
	padding-right: 10px;
	font-size: 13px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.select_intro_file_container {
	align-items: flex-start;
}

.select_intro_file_container .file_input_wrapper {
	width: 60%;
}

.field-wrapper {
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
}

.navy_blue_custom_button:disabled {
	background-color: #658ca0 !important;
	border-color: #658ca0 !important;
}

.resume_user_container .self_intro_row,
.sug_user_container .self_intro_row {
	padding: 30px 45px 30px !important;
}

.resume_user_container.user_resume_self_intro_info_container .resume-info,
.sug_user_container.user_resume_self_intro_info_container .resume-info {
	padding: 30px 45px 30px !important;
}

.intro_file_input_field {
	min-height: 0px !important;
	height: auto !important;
	line-height: 13px !important;
}

.plan_message_container {
	background: #fff;
	padding: 20px;
	text-align: center;
}

/* style for phone and email in resume */
.resume-info .resume_user_phone_ul li {
	display: flex !important;
}

.resume-info .resume_user_phone_ul #resume_user_phone,
.resume-info .resume_user_phone_ul #resume_user_email {
	border-collapse: separate;
	border-left: 2px solid #eee;
	padding-left: 10px;
	line-height: 1.2;
}

@media only screen and (max-width: 1150px) {
	ul.resume_user_phone_ul {
		display: block !important;
	}

	.main_container .browse_comapnies_tab {
		/* max-width: calc(100% - 34px) !important; */
	}

	.plan_title_tagline .plan_icon {
		margin-top: 20px !important;
	}

	.membership-table .th:nth-child(1) {
		height: 100px;
	}

	#linked_account_switch li {
		min-width: auto !important;
	}

	/* #manage_job_posts,
	.manage_job_tab {
		width: 100%;
	} */

	#datatable-3_wrapper {
		overflow-y: hidden;
		overflow-x: auto;
	}
}

/* Suggestions counter in the signin */
.sign_in_page {
	margin-left: 0px !important;
}

/* responsive style */
/* @media screen and (min-width: 990px) and (max-width: 1200px) {
	.dataTables_info {
		display: none;
	}
} */

#message-tabContent .resume_user_container,
#message-tabContent .sug_user_container {
	text-align: left;
}

/* .user_manage_filter_container .d-flex {
	display: contents !important;
} */

@media screen and (max-width: 770px) {
	#resume-modal-body #user_message_link {
		bottom: 35px;
	}

	.user_resume_info_container .resume-button a {
		text-align: center;
	}
}

@media (max-width: 766px) {
	
	.account_inactive_btn_container .delete_account_btn,
	.account_inactive_btn_container .deactivate_account_btn{
		height: 33px !important;
	}
}

.private_radio .checkmark {
	padding-left: 10px !important;
}

@media screen and (min-width: 575px) and (max-width: 610px) {
	.suggest-bg .shortlist_user_name span.pro-user {
		height: 30px;
	}
}

@media screen and (min-width: 575px) and (max-width: 665px) {
	.suggest-bg #suggested_row_container span.pro-user {
		height: 30px;
	}
}


@media screen and (max-width: 397px) {
	.user_drag_list .user-info span.pro-user {
		height: 30px;
	}
}

@media screen and (min-width: 770px) and (max-width: 990px) {

	#manage,
	.community-main-portion,
	.membership_plan_container {
		padding: 130px 15px !important;
	}
}

@media screen and (max-width: 600px),
(min-width: 990px) and (max-width: 1091px) {
	.membership_plan_container .membership_plan_section {
		overflow-x: auto;
	}
}

@media screen and (max-width: 376px) {
	.single_phone .action_button .multi-button {
		display: flex;
	}
}

@media screen and (min-width: 500px) and (max-width: 600px) {
	#manage_job_posts {
		/* padding: 30px 0 !important; */
	}

	.btn {
		height: 33px;
	}
}

@media screen and (min-width:600px) and (max-width: 766px) {
	#manage_job_posts {
		/* padding: 50px 0 !important; */
	}

	.job_post_info_button button{
		font-size: 16px;
	}

	.sort_by_section {
		font-size: 20px !important;
	}

	.sort_by_section img {
		width: 22px !important;
		height: 22px !important;
	}

	.btn{
		height: 33px;
	}
}

@media (min-width: 577px) and (max-width: 766px) {
	.page_info_cards .btn{
		height: 33px;
		padding-top: 3px;
	}
}

.add_edit_job_status_radios {
	margin-top: 30px;
}

.resume_attachment_wrapper {
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 767px) and (max-width: 1600px) {

	.users_container #gen_work_location_radios,
	.users_container #gen_job_timing_radios,
	.job-post-filter_wrapper #gen_work_location_radios,
	.job-post-filter_wrapper #gen_job_timing_radios {
		display: block !important;
	}

	#resume-modal .resume_user_container .btn-primary,
	.card .apply_btn,
	.card .apply_btn {
		font-size: 16px;
	}

	.reset-submit-box button {
		margin: 8px 3px !important;
		height: 38px !important;
        font-size: 14px !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 1300px) {
	.find_match_btn_submit {
		/* display: block !important; */
	}
}

/* @media screen and (min-width: 747px) and (max-width: 770px) {

	#suggested,
	.sugg_tab {
		padding: 80px 5px !important;
	}
} */

@media screen and (min-width: 755px) {
	#sug_attachment_info_box .private-info .resume-button a {
		padding: 0px 12px !important;
	}
}

@media screen and (min-width:990px) {

	#sug_attachment_info_box .private-info .attachment-title {
		width: 200px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width:992px) {
	.sidebar{
		width: 272px;
	}
}

@media screen and (min-width: 990px) and (max-width:1081px) {
	.suggest-box a {
		width: 60px;
	}

	.membership_plan_container .membership-box .cancel {
		font-size: 15px;
	}

	.membership_plan_container .membership-box .btn-auto-refill {
		font-size: 0.9rem;
	}
}

#resume .container-fluid .m-auto {
	padding: 20px 0px;
}

.suggest-bg .show_application_job_info {
	display: contents;
	text-align: left;
	color: #004B69;
	border-bottom: 1px solid #004B69;
}

.suggest-bg .show_application_job_info h6 {
	color: #004B69;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select_industry_job_type_btn_group .custom-select {
	line-height: 2;
}

.resume_personal_information_container table tbody tr td:nth-child(1),
.private-info table tbody tr td:nth-child(1),
.private-info table tbody tr td:nth-child(1) *,
.shidduchim_done_ul table tbody tr td:nth-child(1) {
	text-align: right;
	vertical-align: top;
	width: 190px;
}

.modal-container {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

#sug_approve_model,
#sug_rejected_model {
	z-index: 10000;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* Black with 50% opacity */
	z-index: 1040;
	/* Ensure it's below modals but above content */
	display: none;
	/* Initially hidden */
}

.multi-button.filter_oldest_newest_radios .checkmark {
	padding: 7px 25px;
}

.user_applicants_status_container label {
	font-size: 20px;
	line-height: 23px;

}

.applicants_btn_container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: end;
}

.applicants_btn_container a {
	display: inline-flex;
	background-color: #fff;
	border-radius: 8px;
	width: 105px;
	line-height: 36px;
	text-align: center;
	margin-left: unset;
	margin-top: unset;
	color: #004B69;
	font-size: 14px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	float: inline-end;
	position: unset;
	bottom: unset;
	right: unset;
	justify-content: center;
}

.applicants_btn_container a img {
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

.job_id_title_info {
	max-width: 230px;
}

.active_jobs_data_section .card-text.industry_job_type_content {
	display: contents;
}

/* .profile_step1_form .empty {
	border: 2px solid red !important;
	border-radius: 8px;
} */

/*.plan_trial_link,a .plan_trial_link:hover{
	font-size: 13px;
	background-color: blue;
	color:white !important;
	border-radius: 10px;
	padding:5px;
	border:none;
}*/
.free-trial-button {
	background: linear-gradient(to right, #ffcd00, #06b6d4);
	color: #fff;
	font-weight: normal;
	border: none;
	border-radius: 20px;
	display: inline-block;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	font-size: 10px;
	height: 25px;
	margin-top: 6px;
	width: 120px;
}

.employer_description ul>li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.employer_plans_table tr td:first-child,
.employer_plans_table tr th:first-child {
	width: 100px !important;
}

.plan_status_checkbox:checked+.plan_status_label::after {
	content: "✓";
	color: black;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 15%;
	border-radius: 4px;
	/* Match label border radius */
	width: 100%;
	height: 100%;
	display: flex;
	box-shadow: unset;
	background: unset;
}

@media(max-width:571px) {

	.member-price>button,
	.member-price h6,
	.member-price span {
		font-size: 10px !important;
	}
}

@media(max-width:1550px) {
	.plan_category strong {
		font-size: 13px;
		padding: 15px 10px !important;
	}

	.membership_plan_container .membership_plan_heading_content h1 {
		font-size: 30px;
	}

	.membership_plan_container .membership_plan_heading_content h7 {
		font-size: 15px;
	}
}

.candidate_plans_table .active_plan {
	top: -25px;
}

.employer_active_plan {
	width: 50px;
	height: 50px;
	border: 3px solid #f5f5f5;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 5;
	top: 0px;
	right: -5px;
}

@media (max-width: 649px) {
	.pricing-container {
		flex-direction: column !important;
	}
}

@media (min-width: 649px) and (max-width: 666px) {
	.employer_plan_row {
		margin-right: 0;
	}
}

@media (min-width: 992px) and (max-width:1100px) {
	.pricing-container {
		flex-direction: column !important;
	}

	/* .main_container .container-fluid, .main_wrapper .container-fluid {
		margin-left: 345px;
		padding: 10px 0px 145px;
	} */
}

@media (min-width: 992px) {
	.main_container .container-fluid, .main_wrapper .container-fluid {
		margin-left: 321px;
		padding: 10px 0px 145px;
		padding-top: 37px !important;
	}

	#manage_job_posts,
	.manage_job_tab {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.main_wrapper .container-fluid {
		padding: 10px 13px 17px;
	}
}

@media screen and (max-width: 387px) {
	.desktop_view_div .toggle-switch {
    	width: 54px;
	}
}

.membership_plan_heading_content h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 28px;
	color: #004B69;
}

.membership_plan_heading_content h7 {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #a59999f2;
	padding: 30px;
}

.employer_plan_row {
	margin-top: 170px;
}

.account_info .plan_info_row {
	width: 75%;
}

.subscription_btn_col {
	padding: 0 5px 0 0;
}

.account_info .icon_btn {
	min-width: 220px;
}

.employer_plan_row button:not(:disabled):hover {
	background: #1b7ca3;
	color: #fff;
}

.job_post_info_button h1 {
	/* font-size: 40px;
	font-weight: 500; */
	flex: auto;
	color: #004B69;
}

.job_posts_container img {
	width: 22px;
	margin-left: 7px;
	padding-bottom: 3px;
}

.job_post_info_button .archived_folder,
.job_post_info_button .active_folder,
.delete_job_model .cancel_model_close {
	color: #000 !important;
	background: #fff ;
	font-size: 17px;
	font-weight: 400;
	border-radius: 10px;
	/* padding: 5px 15px; */
	/* height: unset; */
	pointer-events: auto;
	box-shadow: unset !important;
}

.save_as_draft_btn {
	color: #000;
	background: #fff;
	border: 2px solid #004B69;
}

.job_post_info_button .active_folder:hover,
.job_post_info_button .archived_folder:hover,
.save_as_draft_btn:hover{
	color: #000 !important;
	background: #fff !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.job_post_info_button button,
.post_job_btn {
	color: #fff;
	background: #004B69;
	size: 240px;
	font-weight: 400;
	border: unset;
	border-radius: 10px;
	/* height: 40px; */
}

.job_post_info_button button {
	border-radius: 5px !important;
	/* height: 50px !important; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.card .flex-grow p {
	font-weight: 700;
}

.card button,
.delete_job_forever,
.view_details_link {
	background: #004B69;
	color: #fff;
	border-radius: 5px;
	border: unset;
	padding: 6px 12px;
	height: unset;
	pointer-events: auto;
}

.card button img {
	width: 18px;
	height: 18px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: unset;
}

.sort_by_section {
	font-size: 20px;
}

.sort_by_section img {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	padding-bottom: 3px;
}

/* Toggle Switch Base Styles */
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}

.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* Inner Slider */
.toggle-switch-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	border-radius: 25px;
	transition: 0.4s;
}

/* Knob (Switch) */
.toggle-switch-switch {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 19px;
	height: 19px;
	background-color: white;
	border-radius: 20px;
	transition: 0.4s;
}

/* Checked State */
.toggle-switch input:checked+.toggle-switch-inner {
	background-color: #004B69;
	/* Green for Active */
}

.toggle-switch input:checked+.toggle-switch-inner+.toggle-switch-switch {
	transform: translateX(23px);
}

/* Disabled State */
.toggle-switch input:disabled+.toggle-switch-inner {
	background-color: #e0e0e0;
	/* Grey for Disabled */
}

.toggle-switch input:disabled+.toggle-switch-inner+.toggle-switch-switch {
	background-color: #bdbdbd;
}


.archived_btn_section {
	float: right;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}

.archived_btn_section img,
.delete_btn_section img {
	width: 30px;
}

.text-align-end {
	text-align: end;
}

.manage_job_tab .card {
	border: unset;
	border-radius: 10px;
}

.manage_job_tab .card-body {
	display: flex;
	align-items: center;
}

.manage_job_tab .form-check-label {
	font-size: 0.9rem;
	/* margin-left: 5px; */
}

/* .manage_job_tab h5 {
	font-weight: bolder;
} */

.manage_job_tab .id_label {
	font-size: 20px;
	font-weight: 700;
}

.repost_job {
	float: inline-end;
}

.delete_btn_section {
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}

.delete_job_model .modal-dialog,
.jobLiveConfirmationModal .modal-dialog {
	background-color: #fff;
	max-width: 600px;
	border: 1px solid rgba(0, 0, 0, .2);
}

.delete_job_model .modal-dialog strong {
	color: #004B69;
}

.delete_job_model .modal-dialog img {
	width: 48px;
	height: 48px;
}

.profiles_container #selectedTags .tag,
.tag {
	background-color: #817f85;
	padding: 5px;
	margin-right: 3px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	border: unset;
	line-height: 18px;
}

#selectedTags .tag {
	border-radius: 10px;
	display: inline-block;
	color: #000000;
	font-size: 13px;
	border: 1px solid #004b69;
	flex-basis: 300px;
	background: unset;
	margin: 0;
}

#selectedTags {
	flex-wrap: wrap;
	gap: 1rem;
}

#selectedTags .tag {
	flex: 0 0 calc(50% - 0.5rem);
	/* Two items per row */
	padding: 10px;
}

.close_tag {
	margin-left: 5px;
	cursor: pointer;
}

#job_add_edit_model .modal-content {
	background: #D8E8ED;
}

#job_add_edit_model .modal-title {
	color: #004B69;
	font-weight: 700;
}

#job_add_edit_model input:not([type="search"]),
#job_add_edit_model .dropdown-toggle,
#job_add_edit_model select,
#job_add_edit_model textarea {
	background-color: #fff;
	border: 1px solid #004b69;
}

#job_add_edit_model .custom-radio:checked+label,
#job_add_edit_model .custom-radio:not(:checked)+label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	line-height: 25px;
	display: inline-block;
	color: #8B8D8D;
	box-sizing: unset;
	/* width:150px; */
}

#job_add_edit_model .w-150 {
	width: 150px;
}

#job_add_edit_model .custom-radio:checked+label:after,
#job_add_edit_model .custom-radio:not(:checked)+label:after {
	background: #004B69;
	top: 4px;
    left: 4px;
}

#job_add_edit_model .multi-button:not(.privacy-buttons) .radio-container input:checked~.checkmark {
	background-color: #004B69;
	border-color: #004B69;
	color: #fff;
}

#job_add_edit_model .multi-button:not(.privacy-buttons) .checkmark {
	border-color: #004B69;
	color: #474545;
}

.add_edit_job_post_btn {
	text-align: center;
}

.add_edit_job_post_btn button {
	height: 48px;
	border-radius: 5px;
	border: none;
	padding: 0 40px;
	font-weight: 500;
	margin: 0 7px;
	max-width: 215px;
	width: 100%;
}

.selected-tag {
	display: inline-block;
	background-color: #f0f0f0;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 5px 10px;
	font-size: 14px;
	margin-left: 10px;
	cursor: pointer;
}

.selected-tag:hover {
	background-color: #e0e0e0;
}

.tag-container {
	position: relative;
	display: inline-block;
}

.tag-icon {
	cursor: pointer;
}

#tag-dropdown {
	position: absolute;
	top: 100%;
	/* Place below the icon */
	left: 0;
	width: max-content;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	z-index: 10;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
	/* Initially hidden */
}

#tag-dropdown option {
	padding: 5px 10px;
	cursor: pointer;
}

#tag-dropdown option:hover {
	background-color: #f0f0f0;
}


.selected-tag {
	margin-left: 10px;
	background-color: #9DCBD9;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	cursor: auto;
	color: #fff;
	border: unset;
}

.remove-tag {
	margin-left: 5px;
	cursor: pointer;
	font-weight: bold;
}


.manage_job_tab .job_posts_container {
	padding: 0px 45px 90px;
}

.all_jobs .dropdown-content a {
	padding: 5px 10px;
}

.button:hover,
.navy_blue_custom_button:hover,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
	background-color: #006699 !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-color: #006699 !important;
	color: #fff;
}


.navy_blue_custom_button,
.btn-primary {
	background: #004B69;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #004B69;
}

.blue_bordered_custom_button {
	background: #fff;
	color: #000;
	border: 2px solid #004B69;
}

.blue_bordered_custom_button:hover {
	background-color: #006699;
	color: #fff;
}

.navy_blue_custom_button:not(:disabled):not(.disabled).navy_blue_custom_button:focus,
.navy_blue_custom_button:not(:disabled):not(.disabled):active:focus,
.show>.navy_blue_custom_button.dropdown-toggle:focus,
.navy_blue_custom_button:not(:disabled):not(.disabled).active,
.navy_blue_custom_button:not(:disabled):not(.disabled):active,
.show>.navy_blue_custom_button.dropdown-toggle {
	background-color: #006699;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.jobLiveConfirmationModal .view_active_jobs {
	pointer-events: auto;
}

.jobLiveConfirmationModal h5 {
	font-weight: 700;
	color: #004B69;
}

.sort_by_section span {
	cursor: pointer;
}

.manage_job_tab .job_posts_container {
	background-color: #f5f5f5;
}

.card-body .text-grey {
	color: #9c9ea0;
}

/* @media (max-width:424px) {
	.desktop_view_div .dataContent h5.mb-xl-4 {
		margin-bottom: 70px;
	}
} */
@media (max-width:768px) {
	/* #active_job_info_model .modal-dialog {
		height: calc(100% - 20px) !important;
		padding-top: 70px !important;
		padding-bottom: 0px !important;
	} */
	.job_info_right_side_col {
		border-radius: 4px !important;
	}
	.truncate-sm-1 {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 20ch;
	}
	.job_post_info_button div.justify-content-end {
		justify-content: start !important;
	}

	.desktop_view_div .applicants {
		position: absolute;
		left: 45%;
		z-index: 9999;
	}

	.desktop_view_div .dataContent {
		border-left: 4px solid #F5F5F5;
	}

	.desktop_view_div .id_label p.text-grey {
		font-size: 12px;
	}

	.desktop_view_div .card_right_section {
		position: absolute;
		right: 0px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	/* .all_jobs .card_right_section .toggle-switch {
		width: 32px;
	} */

	.desktop_view_div .dataContent p {
		font-size: 14px !important;
	}

	.manage_job_tab .id_label,
	.desktop_view_div #switch_current_status,
	.desktop_view_div .dataContent h5,
	.desktop_view_div .applicants p {
		font-size: 16px !important;
	}

	.desktop_view_div .dataContent h5 {
		margin-bottom: 16px;
	}

	.desktop_view_div #switch_current_status,
	.desktop_view_div .dataContent p {
		font-weight: 400;
	}

	.desktop_view_div .job_id_container {
		font-size: 30px;
	}

	div.id_label {
		border-right: none !important;
	}

	.desktop_view_div .applicants span {
		font-size: 11px !important;
	}
}

/* .desktop_view_div #switch_current_status {
	margin-bottom: 3%;
} */

@media (max-width:601px) {	
	.btn{
		height: 33px !important;
	}

	.job_post_info_button {
		flex-direction: column;
	}

	.job_post_info_button button{
		font-size: 13px !important;
	}

	.job_posts_container img{
		width: 18px;
	}

	.toggle-switch {
		/* margin-right: 0 !important; */
	}

	.privacy_sections  .location_field{
		flex-wrap: nowrap;
	}

	.card-body small {
		font-size: 75%;
		line-height: 10px;
	}

	.archived_btn_section {
		font-size: 15px;
	}

	.archived_btn_section img,
	.delete_btn_section img {
		width: 25px;
		height: 25px
	}

	.card_right_section {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.sort_by_section {
		align-content: start !important;
		/* margin-bottom:7px; */
		font-size: 15px;
	}


	.sort_by_section img {
		width: 21px;
		height: 21px;
	}

	.job_edit_btn {
		font-size: 0;
	}


	/* .manage_job_tab .archived_folder,.job_edit_btn{
		font-size:0;
	} */
	/* .manage_job_tab .post_status_title {
		text-align: center;
	} */

	/* .mobile_view_div{
		display:flex !important;
	} */
	/* .desktop_view_div{
		display:none;
	} */

	a.job_applications {
		color: #004B69;
		font-size: 12px;
		font-weight: 700;
	}

	.tag_selection_dropdown .dropdown-content a {
		font-size: 10px !important;
		margin: 2px !important;
		padding: 5px 7px;
	}
}

/* .all_jobs .card_right_section .toggle-switch {
	width: 83%;
} */

/* @media (min-width: 1200px) {
	.pb-xl-3, .py-xl-3 {

	}
} */
@media (min-width:991px) and (max-width:1199px) {
	.job_post_info_button {
		/* flex-direction: column; */
	}

	.job_posts_container .job_post_info_button button {
		flex-direction: row;
		/* width: 70%; */
		justify-content: center;
	}

	.toggle-switch {
		margin-right: 0 !important;
	}

	.card-body small {
		font-size: 75%;
	}

	.card_edit_view_post_buttons {
		display: flex;
		/* flex-direction: column; */
		flex-wrap: wrap;
		align-content: flex-start;
	}

	.card_edit_view_post_buttons button {
		margin-left: 0 !important;
		margin-top: 5px !important;
		padding: 5px;

	}

	.archived_btn_section {
		font-size: 15px;
		margin-right: 0 !important;
	}

	.archived_btn_section img,
	.delete_btn_section img {
		width: 25px;
		height: 25px
	}

	.card_right_section {
		display: flex;
		flex-direction: column;
	}

	.drop_sort_by img {
		width: 25px;
		height: 25px;
	}

}

.btn_secondary_grey {
	background-color: #D9D9D9;
}

header .custom-btn {
	background-color: unset;
	border: unset;
}

main #forever {
	padding-top: 115px;
}

#resume-tab .dropdown ul.submenu:not(.show, :has(a.active)) {
	display: none;
	padding-left: 45px;
}

#resume-tab .dropdown.open ul {
	display: block;
}


#resume-tab .dropdown ul {
	text-align: center;
	padding: 0px 15px 0 45px;
	font-size: 16px;
	font-weight: 500;
	margin: unset;
}

#resume-tab .dropdown ul li a {
	padding: 7px 15px;
	background: #edeff0;
	margin: 5px 0px;
}

.lock_feature {
	width: 17px;
	height: 17px;
	position: relative;
	left: 15px;
}

header .navbar-dark .navbar-nav .header_support_link .nav-link,
header .navbar-dark .navbar-nav .profile_dropdown_btn .account_link {
	color: #FFF !important;
	padding: 20px 0 0 0;
	font-family: Gabarito;
}

.font_color_blue {
	color: #004B69;
}

.profile_picture {
	width: 110px;
	height: auto;
	min-width: 100px;
	max-width: 150px;
}

#resume .quick-links {
	border-radius: 10px;
	border: 5px solid #fff;
}

.quick-links h5 {
	display: contents;
}

.profile_info_section {
	justify-content: flex-start;
}

.total_active_candidate_box {
	background: #EDEFF0;
	border-radius: 8px;
}

.candidate-box,
.candidate-list {
	border-radius: 10px;
}

.candidate-list {
	background-color: #fff;
}

.address_info img {
	position: absolute;
	margin-top: 0px;
}

@media (max-width: 766px) {
	.address_info img {
		width: 14px;
	}

	.school .address_info img {
		width: 21px;
		margin-top: 0px !important;
	}
}

/* .school .address_info img {
	margin-top: 2px;
} */

.job_type_list li {
	margin: 2px 60px !important;
	border-bottom: 1px solid #e6eaef;
}

.personal_user_info_row h5 {
	font-weight: 700;
}

.rounded-pill {
	background: #8B8D8D;
	color: #fff;
	font-size: 13px;
	font-weight: 100;
}

.personal_user_info_row .resume-button {
	background: #D9D9D9;
	padding: 0px 20px;
	color: #004B69;
	border-radius: 5px;
}

.personal_user_info_row .resume-button:hover {
	background: #c9c7c7;
}


.profile_picture img {
	border-radius: 50%;
}

p {
	font-size: 20px;
}

.profile_info_section .btn-primary {
	height: 65px;
	font-size: 30px;
	border-radius: 5px;
}

.desktop_view_header_menu .header_link {
	font-size: 20px;
}

.sidebar_list_item {
	background-color: #edeff0;
}

/* .sidebar_list_item a {
	background-color: #f5f5f5;
} */

.main_container #navbar .container-fluid{
	padding: 20px 0px !important;
}

#resume-tab {
	border-radius: 15px;
}

.sidebar_list_item:first-of-type,
.br-15 {
	border-radius: 15px;
}

.mw-50 {
	max-width: 50% !important;
}

.bg-primary {
	background-color: #004b69 !important;
}

.bg-secondary {
	background-color: #c7e3f2 !important;
}

.border-primary {
	border-color: #004b69 !important;
}

.border-secondary {
	border-color: #c7e3f2 !important;
}

.sidebar_list_item:last-of-type {
	border-radius: 15px;
}

.total_active_candidate_box h1 {
	font-size: 3rem;
	margin-bottom: 0;
}

.lh-22 {
	line-height: 22px;
}

.total_active_candidate_box p:first-child {
	font-size: 2rem;
}


.profile_dropdown_btn .profile_dropdown .profile_dropdown_item {
	padding: 9px !important;
}


/*#resume-tab li:hover{
	background-color: #F5F5F5;
}

.sidebar_dropdown_list li a{
	display:list-item;
	text-align: center;
}
.sidebar_dropdown_list li:hover,.sidebar_dropdown_list li a:hover{
	background-color: #f5f5f5 !important;
}*/




.profile_dropdown_btn .account_link::after {
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute;
	right: 5px;
	font-size: 20px;
	color: #ffffff;
	transition: transform 0.3s ease;
	top: 14px;
}

@media screen and (min-width: 769px) {

	.profile_dropdown_btn .account_link img {
		filter: brightness(0) invert(1);
	}
}

/* Rotate the arrow when the profile dropdown is open */
.profile_dropdown_btn.active .account_link::after {
	transform: rotate(180deg);
}

#resume-tab .dropdown-toggle::after {
	display: none;
}

#resume-tab .dropdown-toggle .dropdown-arrow {
	margin-left: unset;
	position: absolute;
	right: 15px;
	color: #004B69;
	font-size: 22px;
	top: 12px;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="search"]),
textarea {
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #004b69;
}

.signup_form input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea,
.iti {
	margin-bottom: 15px;
	color: #635959;
}


#job_add_edit_model select {
	background-image: unset;
}

/* .rate_wrapper .button-row::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 35px;
	left: 140px;
	transform: translateY(-50%);
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	font-size: 25px;
	color: #004B69;
	transition: transform 0.3s ease;
} */

/* Rotate the arrow when the dropdown is open */
.rate_wrapper .button-row.open::before {
	transform: translateY(-50%) rotate(180deg);
	/* Rotate to point upwards */
}

.login_as_user_type_btn_container a {
	line-height: 2;
}

.profile_picture_row {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

/* .account_info .title h1 {
	font-weight: bold;
} */

.account_info label,
.account_info .astric {
	color: #8b8d8d;
}

.account_info input,
.account_info select {
	background-color: unset !important;
	border: 1px solid #8b8d8d !important;
	color: #8b8d8d;
}

.personal-info .field-wrapper .error {
	width: unset;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: unset !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	background-color: unset !important;
	border-color: unset !important;
}

.main_wrapper,
.main_container {
	min-height: calc(100vh - 101px);
	/* Add spaces around the minus sign */
}

.pricing-container .card button.button_ui {
	padding: 18px;
}

.pay_btn_container button.payment-btn {
	padding: 15px;
}

.font_color_grey {
	color: #8b8c8c;
}

.font_color_white {
	color: #FFF;
}

.font_color_light_grey {
	color: #cac5c5;
}

.light_title {
	color: #3a38388a;
}

.resume_user_container .tooltip::after,
.sug_user_container .tooltip::after {
	left: 98%;
}

@media screen and (max-width:768px) {
	.delete_resume_icon {
		width: 18px;
	}

	.delete_resume_icon {
		width: 17px;
	}

	.edit_resume_icon,
	.delete_resume_icon {
		height: auto;
		cursor: pointer;
	}
}

/* #step1_container .form-header {
	border-top: unset;
	padding: 30px 20px 0px 20px;
}

#step1_container .form-actions {
	margin: 20px auto;
} */

.personal-info-wrapper .form-header {
	border-bottom: unset;
	border-top: 2px solid #004b69;
}

.personal-info-wrapper .form-header h2 {
	font-size: 3rem;
	font-weight: bold;
}

.msg_edit_resume {
	background-color: #fff;
}

.personal-info-wrapper .field-wrapper {
	color: #333333 !important;
	padding: 0px 14px;
}

.personal-info-wrapper .field-wrapper .resume_info {
	font-size: 24px;
	line-height: 27px;
}

.profile_info_section .profile_complete_progress_bar_container {
	margin: 0px 0 60px 125px;
}

.personal_info_section {
	line-height: 27px;
}

.sections,
.horizontal_sections {
	border: 2px solid #fff;
}

.font_bold {
	font-weight: bold;
}


/* #step1_container input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
#step1_container textarea,
#step1_container .multiselect-native-select .btn-group .dropdown-toggle {
	border: 0;
} */

.multiselect-container .multiselect-filter>.fa-search:before {
	display: none;
}

.edit_profile_section .candidate_edit_profile_container {
	padding: 10px 45px 145px 0px;
}


.skip_link {
	cursor: pointer;
}

@media (min-width: 991px) and (max-width: 1057px) {
	.candidate_edit_profile_container .profile_complete_progress_bar_container{
		width: 537px;
	}
}

@media (max-width:767px) {
	/* #step1_container .sub_type-buttons .radio-container {
		width: calc(100% / 2 - 52px);
	} */

	/* #step1_container .multi-button:not(.privacy-buttons) .checkmark {
		padding: 12px 4px !important;
	} */
}

@media screen and (min-width: 1199px) {
	.profile_information{
		padding: 0 29px;
	}
}

@media (max-width: 576px) {
	.zip_code_container {
		padding-left: 0 !important;
		/* margin-top: 5px !important; */
	}

	.email_wrapper label {
		margin-bottom: .5rem !important;
	}

	#manage_job_posts h1{
		font-size: 28px;
	}
}

.edit_account_info {
	max-width: 1080px;
}

.private_field {
	opacity: 0.5;
}

.recaptcha-checkbox-border {
	border: 2px solid #B3B3B3;
}

@media (min-width : 1058px) {
	.candidate_edit_profile_container .profile_complete_progress_bar_container {
		width: 620px;
	}
}

.user_manage_filter_container .job_posts_radio_container .form-check-label {
	padding-left: 35px;
}

.job_icon {
	width: 20px;
	height: auto;
}

.find_match_section .id_label {
	color: #B4B6B7;
}

.find_match_section .name_label,
.job_title {
	font-size: 25px;
}

.resume_display {
	cursor: pointer;
}

.multiselect-option label:before {
	border: 1px solid #004b69;
}

.share-link {
	cursor: pointer !important;
}

.company_info {
	font-weight: 700;
	border-bottom: 1px solid #aba6a645;
}

.company_info h1 {
	height: 0;
	line-height: 1;
}

.fw-bold {
	font-weight: bold;
}

.fw-500 {
	font-weight: 500;
}

.job_info_row {
	gap: 30px;
}

.active_jobs_card_layout .company_name {
	line-height: 2;
}
@media screen and (max-width: 385px) {
	.active_jobs_card_layout .company_name {
		line-height: 1;
	}
}
.candidate_profiles_col .candidate_address {
	font-size: 14px;
}

.candidate_profiles_col .browse_candidate_icon {
	width: 15px;
	height: auto
}

.browse_candidate_btn button {
	border: unset;
	background: unset;
}

.candidate_skills_popovers .popover {
	max-width: 250px;
}

.candidate_resume_buttons_container button {
	background: #004b69;
	border: 0;
	border-radius: 20px;
	padding: 10px;
	width: 40px;
	height: 40px;
}

.candidate_resume_buttons_container button img {
	width: 20px;
	height: 20px;
	display: block;
}

.private_note_section {
	font-size: 25px;
	line-height: 20px;
}

.resume_show .modal-dialog {
	width: 75%;
	max-width: 28%;
}

/* @media screen and (max-width:1900px) {
	#resume-modal .modal-dialog{
		width:100% !important;
		max-width:100% !important;
	}
} */

@media screen and (max-width:768px) {

	/* .resume_show .quick-links{
		margin:unset !important;
	} */
	.resume_show .view {
		margin: unset !important;
	}

	.private_note_wrapper {
		flex-direction: column !important;
	}
}

.candidate-card .candidate_profile_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fs-22 {
	font-size: 22px;
}

.fs-18 {
	font-size: 18px;
}

.pr-32 {
	padding-right: 32px !important;
}

.profile_image_container .userImg {
	border-radius: 20px;
}

.message_header_arrow_wrapper img {
	filter: brightness(5);
}

.msg_con_block_user_btn img.unlock {
	filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(5000%) hue-rotate(-10deg) brightness(80%) contrast(120%);
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.start-0 {
	left: 0px;
}

.top-0 {
	top: 0px;
}

.right-0 {
	right: 0px;
}

.right-10 {
	right: 10px;
}

.resume_user_container hr,
.sug_user_container hr {
	margin: auto;
	border: 1px solid #B3B3B3;
}

.resume_user_container .userData p,
.sug_user_container .userData p {
	line-height: 25px;
	font-size: 21px;
}

.resume_user_container h5,
.resume_user_container h6,
.sug_user_container h5,
.sug_user_container h6 {
	font-weight: 700;
	font-size: 21px;
}

.resume_user_container .light_title {
	font-weight: 400;
	color: #cac5c5;
}

.addressData .ml-5 {
	margin-left: 33px !important;
}

.resume_user_container .quick-links,
.sug_user_container .quick-links {
	/* margin-left: 12px; */
	border: 3px solid #B9DEED;
	border-radius: 20px;
}

.candidate-card .candidate_address {
	vertical-align: text-top;
	height: 21px;
}

.candidate-card .candidate_address_span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 213px;
	display: inline-block;
}

#message-tabContent .saveUser {
	border: 0;
	background: unset;
}

#message-tabContent .saveUser i {
	color: #004B69 !important;
	font-size: 20px;
}

.resume_user_container .font_color_blue.last,
.sug_user_container .font_color_blue.last,
.fs-16 {
	font-size: 16px !important;
}

.resume_user_container .font_color_blue,
.resume_user_container p,
.sug_user_container .font_color_blue,
.sug_user_container p {
	font-size: 21px;
}

.sug_user_container .resume-button a {
	background: #D9D9D9;
}

.resume_user_container .attachment-title p {
	font-size: 18px;
}

#message_form #txt_message {
	margin-bottom: 5px !important;
	background-color: #fff;
	border: 1px solid #EDEFF0 !important;
	height: 42px;
	min-height: 42px;
	max-height: 70px;
	border-radius: 20px;
}

.slimScrollDiv .msg_job_link {
	text-align: left;
	background: #004b69;
	border-radius: 4px;
	padding: 3px !important;
	display: flex;
	align-items: start;
	gap: 6px;
}

.slimScrollDiv .msg_job_link a {
	cursor: pointer;
	color: white !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4em;
	max-height: 2.8em;
}

.slimScrollDiv #job_post_icon {
	margin: auto 0;
	filter: brightness(0) invert(1);
	height: auto;
	width: 16px;
}

.name_chat_section img,
.accepted_application_section img {
	width: 20px;
	height: auto;
}

.resume_user_container h6,
.sug_user_container h6 {
	border-bottom: 2px solid #B9DEED;
	color: #004b69;
	line-height: 2.5rem;
}

.add_new_note_section {
	/* background-color: #D9D9D9; */
	margin: auto;
}

.add_new_note_section a {
	font-size: 18px !important;
}

.edit_delete_note_section {
	color: #004b69;
}

.edit_delete_note_section img {
	vertical-align: sub;
}

.time_ago_section {
	width: 95%;
}

.rejected_application_section img {
	width: 15px;
	height: 15px;
	margin-top: 10px;
	margin-right: 3px;
}

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-not-allowed {
	cursor: not-allowed !important;
}

.truncate-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 10ch;
}

.truncate-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 14ch;
}

/* preloader css starts */
body .preloader_candidate_app {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

.bubblingG {
	text-align: center;
	width: 200px;
	height: 125px;
	margin: auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin: 63px auto;
	background: #004B69;
	border-radius: 125px;
	-o-border-radius: 125px;
	-ms-border-radius: 125px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	animation: bubblingG 0.515s infinite alternate;
	-o-animation: bubblingG 0.515s infinite alternate;
	-ms-animation: bubblingG 0.515s infinite alternate;
	-webkit-animation: bubblingG 0.515s infinite alternate;
	-moz-animation: bubblingG 0.515s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.1595s;
	-o-animation-delay: 0.1595s;
	-ms-animation-delay: 0.1595s;
	-webkit-animation-delay: 0.1595s;
	-moz-animation-delay: 0.1595s;
}

#bubblingG_3 {
	animation-delay: 0.309s;
	-o-animation-delay: 0.309s;
	-ms-animation-delay: 0.309s;
	-webkit-animation-delay: 0.309s;
	-moz-animation-delay: 0.309s;
}

@keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: #004B69;
		transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: #d8e8ed;
		transform: translateY(-53px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: #004B69;
		-o-transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: #d8e8ed;
		-o-transform: translateY(-53px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: #004B69;
		-ms-transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: #d8e8ed;
		-ms-transform: translateY(-53px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: #004B69;
		-webkit-transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: #d8e8ed;
		-webkit-transform: translateY(-53px);
	}
}

/* Bulk Actions Button */
.shortlist_candidate_container .bulk-actions-wrapper,#aiSuggestions .bulk-actions-wrapper,
#candidateAplication .bulk-actions-wrapper {
	position: relative;
	display: inline-block;
}

#candidateAplication .bulk-actions-btn, #aiSuggestions .bulk-actions-btn,
.shortlist_candidate_container .bulk-actions-btn {
	padding: 6.95px 12px;
	border: 1px solid #B9DEED;
	color: #B9DEED;
	border-radius: 5px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	/* line-height: 15.5px;
	letter-spacing: 0px; */
	margin-top: 5px;
}

.shortlist_candidate_container .bulk-actions-btn i, #aiSuggestions .bulk-actions-btn i,
#candidateAplication .bulk-actions-btn i {
	margin-left: 5px;
}

#candidateAplication .filter-bar, #aiSuggestions .filter-bar,
.shortlist_candidate_container .filter-bar {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

#candidateAplication .filter-bar{
	align-items: flex-start !important;
}

/* #candidateAplication .filter-bar > div{
	flex: 1 1 245px;
	max-width: 25%;
} */

#candidateAplication .filter-group, #aiSuggestions .filter-group, #aiSuggestions .search-box,
#candidateAplication .search-box,
.shortlist_candidate_container .filter-group,
.shortlist_candidate_container .search-box,
.search-box {
	display: flex;
	align-items: center;
	background: white;
	padding: 8px 6px;
	height: 38px;
	border-radius: 5px;
	width: 100%;
	/* Fill the flex item's space */
	box-sizing: border-box;
}

#candidateAplication .search-box input, #aiSuggestions .search-box input,
.shortlist_candidate_container .search-box input,
.search-box input {
	border: none !important;
	outline: none;
	background: transparent;
	height: auto !important;
	min-height: auto !important;
	padding: 0px !important;
	margin: 0px !important;
	border-radius: unset !important;
	font-size: 15px !important;
	line-height: 25px !important;
	width: 100%;
}

#candidateAplication .search-box i, #aiSuggestions .search-box i,
.shortlist_candidate_container .search-box i,
.search-box i {
	/* margin-right: 8px; */
	color: #444;
}

#candidateAplication .filter-group, #aiSuggestions .filter-group
.shortlist_candidate_container .filter-group {
	justify-content: space-between;
	font-size: 15px;
	color: #333;
}

#candidateAplication .filter-group{
	margin-top: 4px;
}

#candidateAplication .filter-group .value, #aiSuggestions .filter-group .value,
.shortlist_candidate_container .filter-group .value {
	color: #004e66;
	font-weight: bold;
	cursor: pointer;
}

.action-menu {
	min-width: 140px;
	z-index: 9;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	padding: 10px 14px;
}

.hidden {
	display: none;
}

#candidateAplication #statusDropdown,
.shortlist_candidate_container #folderDropdown {
	right: 0px;
	top: 42px;
}

.action-menu ul {
	list-style: none;
	padding: 0;
}

.action-menu li {
	padding: 3px 0;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s;
}

.action-menu li:hover {
	background-color: #f2f2f2;
}

#candidateAplication table.dataTable.no-footer, #aiSuggestions table.dataTable.no-footer,
.shortlist_candidate_container table.dataTable.no-footer {
	border-bottom: unset !important;
}

#candidateAplication .table, #aiSuggestions .table,
.shortlist_candidate_container .table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	overflow: hidden;
}

#candidateAplication .table thead, #aiSuggestions .table thead,
.shortlist_candidate_container .table thead {
	background-color: #c7e3f2;
	text-align: left;
}

#candidateAplication .table thead th, #aiSuggestions .table thead th,
.shortlist_candidate_container .table thead th {
	padding: 6px 18px !important;
	font-weight: 400 !important;
	font-size: 15px;
	color: #000000;
}

#candidateAplication .table tbody tr, #aiSuggestions  .table tbody tr,
.shortlist_candidate_container .table tbody tr {
	border-bottom: 1px solid #eee;
}



#candidateAplication table.dataTable thead th, #aiSuggestions table.dataTable thead th,
.shortlist_candidate_container table.dataTable thead th {
	border-bottom: unset !important;
}

#datatable-3_processing {
	background: unset !important;
	margin: auto;
}

.savedCandidate tbody td:first-child {
  /* text-align: center; */
  vertical-align: middle;
}


@media screen and (max-width:768px) {

	#candidateAplication .table tbody td, #aiSuggestions .table tbody td{
		padding: 5px 18px !important;
	}
}

	#candidateAplication .table tbody td, #aiSuggestions .table tbody td,
	.shortlist_candidate_container .table tbody td,
	#candidateAplication .table tbody th, #aiSuggestions .table tbody th,
	.shortlist_candidate_container .table tbody th {
		padding: 14px 18px;
		vertical-align: middle;
		font-size: 14px;
		border-top: 3px #f5f5f5 solid;
		border-bottom: 3px #f5f5f5 solid;
		display: table-cell;
	}

	/* #datatable-3 tbody tr td:nth-child(1) {
		width: 5%;
	}
	
	#datatable-3 tbody tr td:nth-child(3) {
		width: 21%;
	}
	
	#datatable-3 tbody tr td:nth-child(4) {
		width: 20%;
	}
	
	#datatable-3 tbody tr td:nth-child(5) {
		width: 13%;
	} 
	
	#datatable-3 tbody tr td:nth-child(6) {
		width: 10%;
	} */

	/* #datatable-3 tbody tr td:nth-child(7) {
		width: 55%;
	} */
	/* #datatable-3 tbody tr td:nth-child(2) {
		width: 30%;
	} */


.display-contents {
	display: contents;
}


#candidateAplication input[type="checkbox"], #aiSuggestions input[type="checkbox"],
.shortlist_candidate_container input[type="checkbox"],
.status-option input[type="checkbox"],
.request-info-overlay .checkbox-group input[type="checkbox"], .location_container input[type="radio"], .available_container input[type="radio"]{
	appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	border-radius: 5px;
	cursor: pointer;
	position: relative !important;
	outline: none;
	background-color: #fff !important;
	opacity: 1 !important;
	left: 0px !important;
	top: 2px;
}

#candidateAplication input[type="checkbox"]:checked::before, #aiSuggestions input[type="checkbox"]:checked::before,
.shortlist_candidate_container input[type="checkbox"]:checked::before,
.status-option input[type="checkbox"]:checked::before,
.request-info-overlay .checkbox-group input[type="checkbox"]:checked::before, .location_container input[type="radio"]:checked::before, .available_container input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
    width: 20px;
    height: 20px;
	border-radius: 5px;
	background-color: #004b69;
	transform: translate(-50%, -50%);
}

#candidateAplication .bulk-actions-btn.active, #aiSuggestions .bulk-actions-btn.active,
.shortlist_candidate_container .bulk-actions-btn.active {
	background-color: #004B69;
	color: #fff;
	border: 1px solid #004B69;
}

.checkbox-name-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	/* width: 240px; */
}

.checkbox-name-wrapper input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

input[type="checkbox"], .location_container input[type="radio"] , .available_container input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #004b69;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

input[type="checkbox"]:checked {
	background-color: #004b69;
	border-color: #004b69;
}

input[type="checkbox"]::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: scale(0) rotate(45deg);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.location_container input[type="radio"]::after,.available_container input[type="radio"]::after, #candidateAplication input[type="checkbox"]:checked::after,#aiSuggestions input[type="checkbox"]:checked::after, .status-overlay input[type="checkbox"]:checked::after , #dashboard_shortlist input[type="checkbox"]:checked::after, .request-info-overlay input[type="checkbox"]:checked::after{
	transform: scale(1) rotate(45deg);
	opacity: 1;
}

#dashboard_shortlist input[type="checkbox"]:checked::after {
	top: 1px;
}

#candidateAplication .user-img img, #aiSuggestions .user-img img,
.shortlist_candidate_container .user-img img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ddd;
	padding: 1px;
}

#candidateAplication .user-info, #aiSuggestions .user-info,
.shortlist_candidate_container .user-info {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	gap: 5px;
}

#candidateAplication .user-info .name, #aiSuggestions .user-info .name,
.shortlist_candidate_container .user-info .name {
	font-weight: 700;
	color: #000000;
	font-size: 15px;
}

#candidateAplication .user-info .subtext, #aiSuggestions .user-info .subtext{
	font-size: 12px;
	color: #004B69;
}

.chatIcon {
	width: 42px;
	height: auto;
	position: unset !important;
}

.savedCandidate tbody td .fa-folder,
.fs-20 {
	font-size: 20px;
}

.addNote {
	display: flex;
	gap: 5px;
	align-items: center;
	color: #004B69;
}

.addNote span {
	font-size: 15px;
	font-weight: 400;
}

.addNote i {
	font-size: 20px;
	margin-left: 5px;
}


/* folder section */
#folderList {
	flex-direction: column;
	gap: 20px;
}

#folderList .dragInfo {
	color: #616161;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

#createFolderBtn {
	font-size: 15px;
	color: #004B69;
	font-weight: 400;
}

#createFolderBtn img {
	height: auto;
	width: 20px;
	margin-bottom: 3px;
}

#candidateAplication .multi-button, #aiSuggestions .multi-button,
.shortlist_candidate_container .multi-button {
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	justify-content: flex-end;
	gap: 8px;
}

#candidateAplication .radio-container, #aiSuggestions .radio-container,
.shortlist_candidate_container .radio-container {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	margin: 0px;
}

#candidateAplication .radio-container input[type="radio"], #aiSuggestions .radio-container input[type="radio"],
.shortlist_candidate_container .radio-container input[type="radio"] {
	display: none;
}

#candidateAplication .radio-container+.radio-container, #aiSuggestions .radio-container+.radio-container,
.shortlist_candidate_container .radio-container+.radio-container {
	margin-left: 10px;
}

#candidateAplication input[type="radio"]:checked+.checkmark, #aiSuggestions input[type="radio"]:checked+.checkmark,
.shortlist_candidate_container input[type="radio"]:checked+.checkmark {
	font-weight: 400;
	font-size: 15px;
	padding: 9px 11px !important;
	border-radius: 3px;
}

#candidateAplication .multi-button:not(.privacy-buttons) .checkmark, #aiSuggestions .multi-button:not(.privacy-buttons) .checkmark,
.shortlist_candidate_container .multi-button:not(.privacy-buttons) {
	/* padding: 10px !important; */
	/* background-color: white; */
	border: unset;
	font-weight: 400;
	border-radius: 5px !important;
	padding: 9px 11px !important
}


#candidateAplication .badge, #aiSuggestions .badge:not(.ai-suggestion-badge),
.shortlist_candidate_container .badge {
	padding: .60em 2em !important;
	font-weight: 400 !important;
	border-radius: 5px !important;
	color: #fff;
	text-transform: capitalize !important;
	font-size: 12px !important;
}

#candidateAplication .bg_primary, #aiSuggestions .bg_primary,
.shortlist_candidate_container .bg_primary {
	background: #004B69;
}

#candidateAplication .bg_info, #aiSuggestions .bg_info,
.shortlist_candidate_container .bg_info,
.alert-info {
	background: #B9DEED;
}

#candidateAplication .bg_warning, #aiSuggestions .bg_warning,
.shortlist_candidate_container .bg_warning {
	background: #4C869E;
}

#candidateAplication .bg_success, #aiSuggestions .bg_success,
.shortlist_candidate_container .bg_success {
	background: #109278;
}

#candidateAplication .bg_danger, #aiSuggestions .bg_danger,
.shortlist_candidate_container .bg_danger {
	background: #690002;
}

#candidateAplication .chatIcon, #aiSuggestions .chatIcon,
.shortlist_candidate_container .chatIcon {
	width: 22px;
	height: auto;
	position: unset !important;
}

#candidateAplication .icon-btn, #aiSuggestions .icon-btn,
.shortlist_candidate_container .icon-btn {
	color: #004e66;
	font-size: 18px;
	cursor: pointer;
}

#candidateAplication .actions-btn, #aiSuggestions .actions-btn,
.shortlist_candidate_container .actions-btn {
	font-size: 20px;
	color: #333;
	cursor: pointer;
}

#candidateAplication .action, #aiSuggestions .action,
.shortlist_candidate_container .action {
	color: #004B69;
}

#candidateAplication .action-menu #closeActionMenu, #aiSuggestions .action-menu #closeActionMenu,
.shortlist_candidate_container .action-menu #closeActionMenu {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 14px;
	color: #004e66;
	cursor: pointer;
}

#candidateAplication .action-menu ul, #aiSuggestions .action-menu ul,
.shortlist_candidate_container .action-menu ul {
	list-style: none;
	padding: 0;
}

#candidateAplication .action-menu li, #aiSuggestions .action-menu li,
.shortlist_candidate_container .action-menu li {
	padding: 3px 0;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s;
}

#candidateAplication .action-menu li:hover, #aiSuggestions .action-menu li:hover,
.shortlist_candidate_container .action-menu li:hover {
	background-color: #f2f2f2;
}

#candidateAplication .bulk-actions-btn.active, #aiSuggestions .bulk-actions-btn.active,
.shortlist_candidate_container .bulk-actions-btn.active {
	background-color: #004B69;
	color: #fff;
	border: 1px solid #004B69;
}

#candidateAplication .multiselect.dropdown-toggle, #aiSuggestions .multiselect.dropdown-toggle,
.shortlist_candidate_container .multiselect.dropdown-toggle {
	visibility: hidden;
}

#candidateAplication .multiselect-container.show, #aiSuggestions .multiselect-container.show,
.shortlist_candidate_container .multiselect-container.show {
	max-width: fit-content !important;
	left: 16px !important;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border: unset;
	margin-top: 2px;
}

#candidateAplication .form-check-input.custom-radio, #aiSuggestions .form-check-input.custom-radio,
.shortlist_candidate_container .form-check-input.custom-radio {
	left: -9999px !important;
	height: 15px;
}

#candidateAplication .dataTables_empty, #aiSuggestions .dataTables_empty,
.shortlist_candidate_container .dataTables_empty {
	display: table-cell !important;
}

#candidateAplication .select_select_job_btn_group, #aiSuggestions .select_select_job_btn_group,
.shortlist_candidate_container .select_select_job_btn_group {
	width: 100%;
}

#candidateAplication .candidateApplied, #aiSuggestions .candidateApplied,
.shortlist_candidate_container .candidateApplied {
	position: absolute;
	z-index: 999;
	width: 90%;
	display: flex;
	justify-content: space-between;
}


/* Modal Overlay */
#noteModal.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1031;
}

/* Modal Box */
#noteModal .modal-box {
	background: #fff;
	width: 400px;
	border-radius: 9px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	padding: 10px;
}

@media screen and (max-width: 410px) {
	#noteModal .modal-box {
		width: 310px;
	}
}

/* Header */
#noteModal .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0px;
}

#noteModal .modal-header h2 {
	color: #004B69;
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	padding: 0px 10px;
}

#noteModal .modal-header .close {
	font-size: 20px;
	cursor: pointer;
	margin: -1rem -1rem auto auto !important;
}

/* Body */

#noteModal .modal-body {
	border-top: 0px;
	margin: 0;
	border-bottom: 0px;
}

#noteModal .modal-body p {
	padding: 0px 10px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}

#noteModal .label {
	color: #00445c;
}

#noteModal .candidate-name {
	font-weight: bold;
}

#noteModal .modal-body textarea {
	width: 92%;
	height: 80px;
	border-radius: 10px;
	border: 1px solid #B3B3B3;
	padding: 10px;
	font-size: 13px;
	resize: none;
	font-weight: 400;
	color: #000;
	margin: 10px;
}

/* Footer Butt */
#noteModal .modal-footer {
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
	gap: 0px;
	border-top: 0px !important;
	margin: 0;
	padding: 0px 20px !important;
}

#noteModal .modal-footer .add-btn {
	padding: 6px 21px;
	border-radius: 5px;
	border: 1px solid #00445c;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
}

#noteModal .modal-footer .cancel-btn {
	padding: 6px 12px;
    border: none;
    font-size: 14px;
}

#noteModal .modal-footer .add-btn {
	background: #00445c;
	color: #fff;
	border: none;
}

.popup-overlay.scheduleMeeting {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.popup-overlay.scheduleMeeting .popup-container {
	background: #fff;
	width: 320px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	padding: 20px 24px;
	font-family: 'Segoe UI', sans-serif;
}

.popup-overlay.scheduleMeeting .popup-header p {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	margin-bottom: 0px !important;
	line-height: 16px;
}

.status-overlay .popup-header,
.request-info-overlay .popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.popup-title {
	color: #004766;
	font-weight: 700;
	font-size: 20px;
}

.close-btn {
	background: none;
	border: none;
	font-size: 22px;
	color: #004766;
	cursor: pointer;
}

.popup-overlay.scheduleMeeting .user-info {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

/* .popup-overlay.scheduleMeeting .popup-container .avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 12px;
} */

.popup-overlay.scheduleMeeting .user-name {
	font-weight: 700;
	color: #000;
	font-size: 15px;
}

#candidateAplication .label, #aiSuggestions .label,
.shortlist_candidate_container .label {
	display: block;
	margin-top: 14px;
	margin-bottom: 6px;
	font-size: 14px;
	color: #333;
}

.popup-overlay.scheduleMeeting .input-group label {
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

/* .popup-overlay.scheduleMeeting .input-group {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 6px 10px;
	background-color: #fff;
} */
.popup-overlay.scheduleMeeting .input-group input {
	border-color: #B3B3B3 !important;
	border-radius: 5px !important;
	height: 30px !important;
	min-height: 30px !important;
	color: #8B8D8D;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 36px !important;
	padding: 8px !important;
}

.popup-overlay.scheduleMeeting .seprate {
	display: flex;
	align-items: center;
	text-align: center;
}

.popup-overlay.scheduleMeeting .seprate hr {
	flex: 1;
	border-top: 1px solid #ccc;
	margin: 0 0px 0 10px;
}

.popup-overlay.scheduleMeeting .seprate span {
	font-size: 13px;
	color: #616161;
}

#candidateAplication input[type="text"], #aiSuggestions input[type="text"], #aiSuggestions select,
.shortlist_candidate_container input[type="text"] #candidateAplication select,
.shortlist_candidate_container select,
.popup-overlay.scheduleMeeting select {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-size: 14px;
	box-sizing: border-box;
	outline: none;
}

.popup-overlay.scheduleMeeting .send-invite-btn {
	margin-top: 5px;
	padding: 5.75px;
	width: 100%;
	font-weight: 400;
	font-size: 13px;
}

.popup-overlay.scheduleMeeting .send-invite-btn.signUp {
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #004B69;
	color: #004B69;
}

.request-info-overlay .close-btn {
	margin: -30px -9px 0px 0px;
}

.request-info-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.request-info-container {
	background: #fff;
	border-radius: 9px;
	width: 320px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	padding: 15px;
	font-family: 'Gabarito', sans-serif;
}

.request-info-overlay .candidate-label .candidateName {
	color: #000;
	font-size: 13px;
	font-weight: 600;
}

.request-info-overlay .candidate-label {
	color: #004766;
	font-size: 14px;
	/* margin: 14px 0 18px; */
}

.request-info-overlay .checkbox-group label {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 15px;
	color: #333;
}

.request-info-overlay .checkbox-group input[type="checkbox"] {
	width: 20px;
	height: 20px;

	/* margin-right: 12px; */
	accent-color: #004766;
	margin-right: 10px;
	margin-bottom: 4px;
}

.request-info-overlay .button-group {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.request-info-overlay .cancel-btn,
.request-info-overlay .send-btn {
	padding: 0px 16px;
	font-weight: 400;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid transparent;
	cursor: pointer;
	height: 33px;
}

/* #infoModal  .btn-danger{
	background: white;
	color: red;
	border-color: red;
} */

/* #infoModal .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
} */

/* .btn-danger {
	background: white;
	color: #004766;
	border-color: #004766;
} */


/* Modal overlay */
.status-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.status-container {
	background: #fff;
	border-radius: 12px;
	width: 320px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	padding: 20px 24px;
	/* font-family: 'Segoe UI', sans-serif; */
}

.status-container .close-btn {
	position: absolute;
	right: 15px;
	top: 5px;
}

.status-title {
	font-size: 16px;
	font-weight: 600;
	color: #004766;
	margin-bottom: 14px;
}

.status-option {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.status-option input[type="checkbox"] {
	margin-right: 10px;
	margin-bottom: 4px;
}

.status-label {
	color: white;
	padding: 4px 21px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	line-height: 19px;
}

/* Individual status colors*/

.status-label.pending {
	background-color: #004766;
}

.status-label.request_pending {
	background-color: #B9DEED;
	color: #004766;
}

.status-label.meeting_scheduled,
.meeting_scheduled {
	background-color: #000000;
}

.status-label.accepted,
.accepted {
	background-color: #4C869E;
}

.status-label.hired,
.hired {
	background-color: #109278;
}

.status-label.rejected {
	background-color: #690002;
}

/* Hide the popup initially */
#statusPopup {
	display: none;
}

#candidateAplication .calender, #aiSuggestions .calender {
	margin-left: 8px;
	width: 26px;
}

#candidateAplication .multiselect-container .multiselect-filter input {
	height: 30px !important;
	min-height: 30px !important;
	font-size: 13px !important;
	margin-bottom: 5px !important;
}

#candidateAplication .multiselect-container .multiselect-option.dropdown-item {
	height: unset !important
}

/* @media screen and (max-width:768px) {
	#candidateAplication .multi-button, .shortlist_candidate_container .multi-button {
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		justify-content: unset;
		gap: 10px;
		display: flex;
	}
} */

.suggested_tab_heading {
	/* font-size: 25px !important;
	font-weight: 700; */
	color: #004B69 !important;
	margin-top: 2px;
	/* line-height: 100% !important; */
}

/* .multi-button:not(.privacy-buttons) {
	width: unset !important;
} */
.addNote.edit,
.text-black {
	color: #000;
}

.cursor-auto {
	cursor: auto;
}

/* saved candidate css */

#folderList #folders li:hover {
	background: #dedede;
	border-radius: 4px;
}

#folderListContainer .folderRadio {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	border-radius: 5px;
	cursor: pointer;
	position: relative !important;
	outline: none;
	background-color: #fff !important;
	opacity: 1 !important;
	left: 0px !important;
	top: 2px;
}

#folderListContainer .folderRadio:checked::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 20%;
	width: 11px;
	height: 11px;
	background-color: #004b69;
	transform: translate(-50%, -50%);
}

#folderList .folder-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 2 folders per row */
	gap: 10px;
	padding: 0;
	list-style: none;
}

#folderList .folder-box {
	position: relative;
	width: 100px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	backdrop-filter: none;
}

#folderList .folder-icon:hover {
	text-shadow: 0px 0px 5px #ccc;
}

#folderList .folder-icon {
	font-size: 80px;
	color: #ffffff;
	z-index: 0;
}

#folderList .folder-title {
	font-size: 16px;
	font-weight: 500;
	color: black;
	z-index: 1;
	max-width: 9ch;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	letter-spacing: 0.5px;
}

#folderList .delete-folder {
	position: absolute;
	top: 41px;
	right: -13px;
	font-size: 16px;
	color: #004b69;
	cursor: pointer;
	z-index: 2;
}

#folderList .edit-folder {
	color: #004b69;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	position: absolute;
	top: 20px;
	right: -13px;
}

.folder-actions a {
	padding: 5px;
}

#folderList .edit-folder-input,
.new-folder-input {
	border: unset !important;
	padding: 4px !important;
	margin: 0 !important;
	min-height: 23px !important;
	height: 10px !important;
	border-radius: 0px !important;
	background: transparent;
	/* max-width: 20vh; */
}

#folderList .edit-folder-input:focus-visible,
#folderList .new-folder-input:focus-visible {
	outline: none;
}

#folderList .delete-folder,
#folderList .edit-folder {
	display: none;
}

#confirmMoveBtn,
#cancleMoveBtn {
	padding: 4px 12px !important;
	/* height: auto; */
	border-radius: 5px;
}
.btn-secondary:hover {
    border-color: #5a6268;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:disabled {
	background-color: #006699;
	border-color: #006699;
}

#folderListContainer {
	overflow: auto;
	max-height: 200px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.savedCandidateFilders {
	gap: 20px;
}

@media (max-width: 575px) {
	.savedCandidateFilders {
		flex-direction: column;
	}
}

@media screen and (max-width:767px) {
	
	.shortlist_candidate_container .filter-bar {
		justify-content: end;
	}

	table.candidateDatatable thead {
		visibility: hidden;
		height: 0;
		position: absolute;
	}

	table.candidateDatatable tbody tr {
		position: relative;
		border-top: 3px #f5f5f5 solid;
		border-bottom: 3px #f5f5f5 solid !important;
		display: block;
		padding: 5px;
	}

	table.candidateDatatable {
		position: relative;
	}

	#candidateAplication .badge {
		font-size: 12px !important;
		padding: 0.3em 0.6em !important;
		line-height: unset;
	}

	table.candidateDatatable tbody tr td {
		display: block !important;
		border: none !important;
	}

	.dataTables_wrapper .box-content {
		flex-direction: column;
		align-items: center;
	}

	table.candidateDatatable tbody tr td:nth-child(2) {
		position: absolute;
		top: 7px;
		left: 40px;
		padding: 5px 18px !important;
	}

	table.candidateDatatable tbody tr td:nth-child(3) {
		position: absolute;
		top: 7px;
		right: 0px;
		padding: 4px 10px;
	}

	table.candidateDatatable tbody tr td:nth-child(4),
	table.candidateDatatable tbody tr td:nth-child(5) {
		margin-left: 86px;
		padding: 0px !important;
	}

	table.candidateDatatable tbody tr td:nth-child(6) {
		position: absolute;
		bottom: 4px;
		right: 1px;
		padding: 9px !important;
	}

	table.candidateDatatable tbody tr td:nth-child(7) {
		position: absolute;
		right: 3px;
		top: 32px;
		padding: 6px 0px;
	}

	.addNote.edit .truncate-2 {
		max-width: 15ch;
		-webkit-line-clamp: 1;
	}

	#candidateAplication .bulk-actions-wrapper {
		top: 75px;
		position: unset;
	}

	/* #candidateAplication .filter-bar > div {
		flex: 1 1 100%;
		max-width: 48%;
	} */
	#candidateAplication .filter-bar,
	.shortlist_candidate_container .filter-bar {
		gap: 10px;
	}

	#candidateAplication .filter-bar{
		height: 40px;
	}

	#candidateAplication .candidateApplied,
	.shortlist_candidate_container .candidateApplied {
		width: 90%;
	}

	/* #candidateAplication .suggested_tab_heading {
		font-size: 25px !important;
	} */

	.cursor-auto.date {
		font-size: 13px;
		font-weight: 400;
	}

	.multi-button {
		display: flex;
		/* justify-content: flex-start !important; */
	}

	#candidateAplication input[type="checkbox"] {
		margin-top: 10px;
	}

	#candidateAplication .chatIcon {
		width: 24px;
	}

	#candidateAplication .action {
		font-size: 20px;
	}

	table.candidateDatatable tbody tr td:nth-child(5) {
		margin-bottom: 4px;
	}

	#candidateAplication .radio-container+.radio-container,
	.shortlist_candidate_container .radio-container+.radio-container {
		margin-left: 0px;
	}

	#candidateAplication .user-info .subtext {
		font-size: 14px;
	}
}

.folderTtl {
	font-size: 18px;
	margin: auto 0;
	margin-left: 5px;
	font-family: Gabarito;
}

#folders {
	gap: 10px;
	justify-content: space-evenly;
}

#folders .dashboard_task_notify {
	font-size: 10px !important;
	line-height: 10px;
	width: 18px !important;
	height: 18px !important;
	color: #004B69 !important;
	background: #c7e3f2 !important;
	box-shadow: unset !important;
}

.dragging-opacity {
	opacity: 0.5;
}

.drag-clone {
	background-color: #f8f8f8;
	opacity: 0.6;
	border: 1px dashed #ccc;
	z-index: 999;
}

.candidateStatus .viewed,
.status-overlay span.under_review {
	background-color: #c4c4c4 !important;
	color: #000 !important;
}
/* 
.dashboard_info .dashboard_links button {
	background: #004B69;
	border: 0
}

.dashboard_info .dashboard_links button:hover {
	background: #588090;
	color: #fff;
} */

/* .dashboard_info h1{
	padding-top: 12px;
} */

@media (max-width:1600px) {

	.page_info_cards h2,
	.page_info_cards h3 {
		font-size: 15px;
	}
}

.dashboard_counter_cards .counter_cards {
	background: #fff;
	text-align: center;
	padding: 30px 10px;
	border-radius: 4px;
}

.dashboard_counter_cards .counter_cards .cards_info {
	background: #fff;
	flex-direction: row;
	font-weight: 600;
	align-items: center;
}

.dashboard_counter_cards .counter_cards .cards_info img {
	width: 35px;
	height: 35px;
}

.dashboard_counter_cards .counter_cards .cards_info span {
	font-size: 24px;
	color: #004b69;
}

.dashboard_links {
	padding: 20px;
	border-radius: 4px;
}

.dashboard_links p {
	font-size: 15px;
}

.hr-with-text {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 20px 54px 20px;
}

.hr-with-text::before,
.hr-with-text::after {
	content: "";
	flex: 1;
	border-bottom: 2px solid #000;
}

.hr-with-text span {
	padding: 0 10px;
	font-weight: bold;
	color: #6d747a;
}

.google-btn {
	line-height: 2;
	display: flex !important;
	background-color: #004B69 !important;
	color: #fff !important;
	border: none;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 40%;
	margin: 0 auto;
	padding: 5px 10px;
}

/* .google-btn:hover {
	background-color: #006699 !important;
} */

.google-btn img {
	height: 23px;
	width: 23px;
}

#add_edit_job_form textarea#job_description {
	min-height: 100px;
	border: 1px solid #004b69;
	max-height: 400px;
}

#add_edit_job_form .emojiSection {
	bottom: 6px;
	right: 18px;
}

#clear_search {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

footer {
	background: #edeff0;
	border-top: solid 1px #e3e3e3;
}
/* 
.copyright {
	justify-content: center !important;
	margin: 0 auto !important;
} */

/* .copyright p {
	font-size: 16px !important;
} */

.txt-footer-hover:hover {
	color: #004b69;
}

.browse_candidate_profiles_container .radio-container {
	border: 1px solid #004b69;
	border-radius: 10px;
	padding-left: 0px !important;
}

.text-primary {
	color: #004B69 !important;
}

#newFolder:disabled {
	background-color: #e9ecef !important;
}

#newFolderInput {
	width: 80%;
	margin-left: 10px;
	height: 10px;
	padding: 5px 10px;
	min-height: 25px;
}

@media (min-width: 1200px) {
	.w-xl-75 {
		width: 75% !important;
	}
}

.check_radio_container {
	padding-left: 0px !important;
	border: 1px solid #004b69;
	border-radius: 8px;
}

.btn-secondary,
#delete_job_model .cancel_model_close {
	color: #333;
	background-color: #B9DEED;
	border-color: #B9DEED;
	border-radius: 5px;
}

.btn-secondary img {
	filter: brightness(0);
}

.btn-danger {
	border-radius: 5px;
}

#infoModal {
	z-index: 2147483648;
}

#requestedInfoForm .check_box_dynamic_label,
.fs-15 {
	font-size: 15px !important;
}

#infoModal #infoModalLabel {
	color: #004766;
	font-weight: 700;
	font-size: 22px;
}

#infoModal label {
	font-size: 16px;
}

#infoModal input,
#infoModal textarea {
	font-size: 14px;
	padding: 4px 15px;
	height: 36px;
	min-height: 36px;
	border: 1px solid #004b69;
}

#infoModal button.multiselect {
	padding: 2px 10px;
	border: 1px solid #004b69 !important;
}

#infoModal button.btn {
	height: 33px;
}

#infoModal textarea {
	margin-bottom: 0px !important;
}

#infoModal label.form-label {
	color: #004b69;
	font-weight: 600;
}

.form_toggle_wrapper {
	background-color: #fff !important;
}

#job_add_edit_model #openJobPostModal {
	float: right;
	margin-right: 30px;
	border-radius: 5px;
	padding: 3px 0px;
	line-height: 25px;
}

.row-disabled {
	opacity: 0.6;
}

input.row-checkbox:disabled {
	cursor: not-allowed !important;
}

#selectedTags label.form-check-label {
	padding-left: 30px !important;
	font-size: 15px;
	line-height: 20px !important;
}

.default_text_color {
	color: #242431 !important;
	line-height: 20px;
}

#add_edit_job_form input.multiselect-search {
	margin-bottom: .25rem !important;
}

#add_edit_job_form .multiselect.dropdown-toggle.custom-select {
	padding-left: 18px;
}

#add_edit_job_form .multiselect-option.dropdown-item .custom-radio:checked+label:before,
#add_edit_job_form .multiselect-option.dropdown-item .custom-radio:not(:checked)+label:before {
	width: 20px;
	height: 20px;
}

.active_jobs_info_container .job_info_description {
	max-height: 40vh;
	overflow-y: auto;
	min-height: 30vh;
	scrollbar-width: none;
}

.h-48{
	height: 48px !important;
}

.h-38 {
	height: 38px;
}

.h-33{
	height: 33px;
}

.h-45{
	height: 45px;
}

.bulkMsg {
	height: 30px;
	line-height: 1;
}

.job_info_right_side_col {
	border-radius: 0 4px 4px 0;
}

.skip_link .edit_resume_icon {
	height: 30px;
}

/* .password-wrapper:has(label.error:not([style*="display: none"])) {
	margin-bottom: 30px;
} */

@media screen and (max-width: 555px) {
    .sidebar ul li a .label {
        font-size: 18px;
    }

	#resume-tab .dropdown-toggle .dropdown-arrow {
		top: 11px;
		/* height: 33px; */
	}

	#resume-tab .dropdown ul li a {
		padding: 7px 10px !important;
	}

	#resume-tab li ul li a {
		padding: 40px 10px !important;
		font-size: 16px !important;
		font-weight: 400 !important;
	}
}

@media (min-width: 556px) and (max-width: 991px) {
    .sidebar ul li a .label {
        font-size: 25px;
    }

	#resume-tab .dropdown-toggle .dropdown-arrow {
		top: 17px !important;
	}

	#resume-tab .dropdown ul li a {
        padding: 8px 10px !important;
    }

	#resume-tab li ul li a {
        font-size: 18px !important;
    }
}

@media screen and (max-width:768px) {
	.password-wrapper label.error {
		/* font-size: 14px; */
		bottom: -35px !important;
	}
}

input[name="password"]:has(+ .error) {
	margin-top: 0;
}

.password-wrapper label.error {
	position: absolute;
	bottom: -28px;
	left: 0;
}

.toggle-password {
	right: 0px;
	top: 50%;
	transform: translateY(-49%);
	z-index: 2;
	padding: 10px;
}

.toggle-password i {
	width: 20px;
	color: #777;
}

@keyframes slideIn {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(100%);
		opacity: 0;
	}
}

.ajax-alert .close-btn {
	float: right;
	cursor: pointer;
	font-weight: bold;
	margin-left: 10px;
}

/* .orange_small_btn {
	border: 1px solid orange;
	color: orange !important;
} */

.account_inactive_btn_container {
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 25px;
}

.account_inactive_btn_container button {
	min-width: unset;
	max-width: unset;
	/* padding: 7px !important; */
	margin-bottom: 60px;
	/* height: unset; */
}

/* .account_inactive_btn_container button:focus {
	box-shadow: none;
} */

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
.modal-backdrop {
    z-index: 1029 !important;
}
.overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2000;
	animation: fadeIn 0.3s ease-out forwards;
}

.profile_details {
	margin-left: 0rem
}

.profile-ml-5 {
	margin-left: 1.5rem;
}

.profile-pl-5 {
	padding-left: 1.9rem;
}

.experience-box {
	margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
	
	.edit-profile-btn-box {
		padding-left: 0rem;
	}
	
	.experience-box {
		margin-bottom: 0;
		border-bottom: none !important;
	}
	
	#resume .quick-links{
		margin: 0 13px;
	}
	
	.profile_info_section .btn-primary {
		height: 48px !important;
		font-size: 20px;
	}
	
	.profile-pl-5 {
		padding-left: 0rem;
	}
}

@media (min-width: 768px) {
	.profile-pl-5 {
		/* padding-left: 3rem; */
	}
}

@media (min-width: 501px) {
	.job_location_info {
		margin-left: 30px;
	}

	.self_summary_box {
		margin-left: 3rem;
	}

	/* .profile_details {
		margin-left: 3rem;
	} */

	.profile-ml-5 {
		margin-left: 3rem;
	}
}

.btn-custom {
	padding: .375rem .75rem !important;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.toggle-password-account {
	right: 17px;
	top: 50%;
	line-height: 0px;
}

.change-password-form label.error {
	position: absolute;
	top: 43px !important;
    left: 0px;
}

/* .profile_step1_form .btn-primary:disabled {
	background-color: #004b69 !important;
	border-color: #004b69 !important;
} */

input[type=number].zip_code_input::-webkit-inner-spin-button,
input[type=number].zip_code_input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.br-5 {
	border-radius: 5px !important;
}

/* Modal background */
#jobPostSettingsModal input[type="checkbox"]:not(#hideCompany) {
	appearance: none;
	width: 18px;
	height: 18px;
	border: 1px solid #004B69;
	cursor: pointer;
	position: relative !important;
	outline: none;
	background-color: #fff !important;
	opacity: 1 !important;
	left: 0px !important;
	top: 3px;
	border-radius: 5px;
}

#jobPostSettingsModal input[type="checkbox"]:checked::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	border-radius: 2.5px;
	background-color: #004b69;
	transform: translate(-50%, -50%);
}

#jobPostSettingsModal .toggle-group label {
	margin-bottom: 0px;
	font-size: 16px;
	color: #004B69;
}

#jobPostSettingsModal p,
#jobPostSettingsModal label,
#jobPostSettingsModal .checkbox-grid label {
	font-size: 16px;
	color: #004B69;
}

#jobPostSettingsModal.modal-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1051;
}

@media screen and (max-width: 576px) {
	#jobPostSettingsModal .modal-content{
	    overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		max-height: 90dvh;
	}
}

.save-btn {
	padding: 5px 20px;
}

/* Modal box */
#jobPostSettingsModal .modal-content {
	padding: 30px;
	border-radius: 12px;
	/* width: 550px; */
	color: #004B69;
}

#jobPostSettingsModal .modal-content h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.form-group {
	margin: 15px 0;
}

/* Toggle Switch */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-left: 12px;
}

.switch input {
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

input:checked+.slider {
	background-color: #004B69;
}

input:checked+.slider:before {
	transform: translateX(20px);
}

/* Checkbox Grid */
.checkbox-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px 30px;
	margin: 10px auto;
}

/* Footer Section */
.modal-footer {
	justify-content: space-between;
	margin-top: 15px;
}

#jobPostSettingsModal .apply-all-label input[type="checkbox"] {
	top: 4px !important
}

.apply-all-label {
	font-size: 14px !important;
	color: #444 !important;
}

.height-auto {
	height: auto !important;
}

.ai_dashboard_menu a:not(.active) span.nav_link_title {
	background: linear-gradient(90deg, #FFC341 0%, #134563 58.17%, #134563 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fs-12 {
	font-size: 12px !important;
}

input[type=number].zip_code_input {
	-moz-appearance: textfield;
}

.check-icon-circle {
	background: #DCF2FF;
	border-radius: 50%;
	height: 35px;
	width: 35px;
}

.check-icon-circle img {
	width: 30px !important;
	height: 30px !important;
}

.active-job-pills {
	background: #DCF2FF;
	padding: 3px 8px;
	border-radius: 5px;
}

.all_jobs .card_right_section .toggle-switch input:checked+.toggle-switch-inner+.toggle-switch-switch {
	transform: translateX(20px);
}

.all_jobs .card_right_section .toggle-switch-switch {
	width: 24px;
	height: 24px;
}

.all_jobs .card_right_section .toggle-switch {
	height: 30px;
}

.active_post_radio_container .custom-radio:checked+label:after,
.custom-radio:not(:checked)+label:after,
.archived_post_radio_container .custom-radio:checked+label:after,
.custom-radio:not(:checked)+label:after {
	top: 4px;
    left: 4px;
}

.id-box-border-right {
	border-right: 3px solid #F5F5F5;
}

.active_post_radio_container .custom-radio:checked+label:before {
	width: 22px;
	height: 22px;
}

/* #manage_job_posts .job_post_info_button, #matchmaking .candidate_skills_popovers .heading {
	margin-top: 6px;
}
.shortlist_candidate_container {
	margin-top: 17px;
} */
.container-fluid {
	/* padding-top: 40px !important; */
}

.active_post_radio_container .custom-radio:checked+label:after {
	width: 14px;
	height: 14px;
}

/* .custom-radio:checked+label:before,
.custom-radio:not(:checked)+label:before {
	border: 1px solid grey;
} */

/* .form-step {
	display: none;
}

.form-step.active {
	display: block;
} */

.signup_sub_type_buttons {
	display: block;
	background-color: #fff;
	padding: 50px 48px 35px;
	border-radius: 25px;
}

.container .title {
	margin: 5px 12px !important;
	font-weight: 100 !important;
}

.container .card {
	max-width: 500px;
	padding: 57px !important;
	border-radius: 19px;
	border-color: white;
}

/* .container .sub_type_buttons {
	margin: 20px 0px;
} */

/* .sub_type_buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto;
} */

.container .radio-container {
	background-color: #004B69;
	border-color: #004B69;
	/* padding: 10px; */
	border-radius: 7px;
	/* width: 50%; */
}

.post_job_btn:hover,
.reset-submit-box button[type="reset"]:hover , 
#noteModal .modal-footer .add-btn:hover,
.container .radio-container:hover {
	background-color: #006699 !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-color: #006699 !important;
}

.container .radio-container .form-check-label {
	color: #fff;
}


.upload-container {
	width: 382px;
	align-items: baseline;
	border: none;
	border-radius: 10px;
	padding: 0px;
	text-align: center;
	/* margin: auto;*/
}

.upload-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000000;
}

.upload-icon {
	font-size: 26px;
	color: #888888;
	margin-bottom: 3px;
}

.upload-icon span {
	font-size: 14px;
	font-weight: 400;
	color: #004B69;
}

.upload-button {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #8B8D8D;
	cursor: pointer;
}

.upload-button span {
	font-family: Gabarito;
	font-weight: 400;
	font-size: 10px;
}

.upload-button:hover {
	color: #555555;
}

.resume_label {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.short_bio_label {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

.short_bio_note {
	font-size: 12px;
	color: #8B8D8D;
	font-family: Gabarito;
}

.short_bio textarea {
	width: 75%;
	height: auto;
	border-radius: 5px;
}

.savedCandidateFilders #searchCandidate{
	height: 30px !important;
	min-height: 30px !important;
}
.mw-25ch{
	max-width: calc(100% - 5ch) !important;
}

#add_edit_job_form .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 13px !important;
    padding-right: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #7d8083 !important;
}

#add_edit_job_form > div.col-sm-12 > div > div > div.field-wrapper.rate_wrapper.pt-4 > div > span > span.selection > span{
	margin-top: 3px;
	height: 45px !important;
    border: 1px solid #134B69;
}

#add_edit_job_form > div.col-sm-12 > div > div > div.field-wrapper.rate_wrapper.pt-4 > div > span > span.selection{
	width: 145px !important;
}

#add_edit_job_form .field-wrapper.rate_wrapper .selection  button{
    font-size: 16px !important;
}

#add_edit_job_form > div.col-sm-12 > div > div > div.field-wrapper.rate_wrapper.pt-4 > div > span > span.selection > span > span.select2-selection__arrow{
	top: 4px !important;
    right: 5px !important;
    width: 17px !important;
    margin: 0px -4px !important;
}
.select2-dropdown {
	margin: 0px;
}

#add_edit_job_form .select2-container--default .select2-selection--single .select2-selection__clear{
	height: 32px !important;
}

#add_edit_job_form #select2-form_rate-container{
	font-size: 16px;
    align-items: center;
    height: 36px;
    padding: 4px 9px !important ;
}

#delete_account_form .select2-container--default .select2-selection--single .select2-selection__arrow b,
.single_phone .select2-container--default .select2-selection--single .select2-selection__arrow b,
#form_rate .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 8px 5px 0 5px !important;
}

#delete_account_form .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 44px !important;
}

#delete_account_form .select2-container--default .select2-selection--single .select2-selection__clear{
	padding: 1px !important;
}

#delete_account_form .select2-container .select2-selection--single{
	padding: 8px !important;
}

.single_phone .select2-container .select2-selection--single ,
.single_phone .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
	height: 45px !important;
}

.single_phone > div.d-flex.row > div.col-sm-3.d-flex.justify-content-left.align-items-top > span{
	width: 215.5px !important;
	height: 45px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0px !important;
}

.single_phone .select2-container .select2-selection--single{
	padding: 9px 12px;
}
.single_phone .select2-container--default{
	width: 87% !important;
}
.select2-container .select2-selection--single ,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    height: 45px !important;
    align-items: center;
    padding: 6px 12px 6px 14px;
    color: #7d8083 !important;
    border-radius: 5px !important;
    border: 1px solid #014769 !important;
    font-size: 17px;
    font-family: Gabarito;
}

#saved_find_matched_filters + .select2 .select2-results__option--highlighted,
#gen_order_by + .select2 .select2-results__option--highlighted {
    background-color: #007bff !important;
    color: #fff !important;
}

#saved_find_matched_filters + .select2 .select2-results__option[aria-selected="true"],
#gen_order_by + .select2 .select2-results__option[aria-selected="true"]  {
    background-color: #28a745 !important;
    color: #fff !important;
}

.select2-results__option--highlighted {
    background-color: #d2e0e5 !important; 
    color: #014769 !important; 
}
 
.select2-results__option {
    color: #014769;
}

.select2-container--default .select2-results__option--selected {
    background-color: #d2e0e5 !important;
}
 
.select2-results__option--highlighted {
    background-color: #d2dcdf9e !important;
    color: #014769 !important;
}
#matchmaking_filter_form .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
	color: #A6A6A6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 5px 0 5px !important;
	border-color: #A6A6A6 transparent transparent transparent !important;
	left: 0 !important;
	margin-top: -4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
}

#add_number_form .custom-select_account{
	z-index: 9999 !important;
}

#add_number_form .select2-container--default .select2-selection--single .select2-selection__clear{
	width: 10px !important;
}

.radius_container label,
.location_container label,
.available_container label {
	font-size: 16px;
}

.job_details_page {
	max-width: 70rem;
    width: 100%;
}

.job_details_page span {
	font-size: 25px;
}

.job_details_page p {
	font-size: 20px;
}

.job_details_page .card .card-body .row {
	margin-left: auto;
	margin-right: -0.5px;
}

.job_details_page .message-container {
	display: none;
}

.job_details_page .job_info_right_side_col button.close {
	display: none;
}

.job_details_page .job_info_right_side_col > div.pt-5 {
    padding-top: 0px !important;
}

.company_logo {
	width: 50px;
	height: 50px;
}

.back_to_job_link {
	width: fit-content;
}

.job_details_page .active_jobs_card_layout {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.public_job_listing_page {
	padding: 40px !important;
}

.job_listing_card .card_right_section{
	margin-left: auto;
}

@media screen and (max-width:1440px) {
	.public_job_listing_page {
		padding:  0 0 40px 0 !important;
	}

	.job_listing_card_public div:nth-child(3) {
		justify-content: right !important;
	}

	.job_listing_card .card_right_section {
        margin-bottom: 0;
        margin-top: 0;
    }

	/* .job_listing_card .company_profile {
		height: 50px;
		width: 50px;
	} */

	/* .job_info_box {
		flex-direction: column;
		align-items: start !important;
	} */
}

@media screen and (max-width: 1180px) {
	
	.job_listing_card .job_info_row {
		gap: 12px;
	}
}

@media screen and (max-width: 768px){

	.job_listing_card span.id_label {
		margin-right: 0 !important;
	}

	.select2-container .select2-selection--single ,
	.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
		padding: 6px 12px 6px 14px;
	}

	#matchmaking_filter_form .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 38px !important;
	}

}

@media screen and (max-width: 425px){
	.public_job_listing_page .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}

	.view_details_link {
		padding: .20rem .3rem !important
	}

	.attachment_label_input {
		height: 31px !important;
		min-height: 24px !important;
	}

	.addNote.edit .truncate-2 {
        max-width: 7ch;
	}
}

.login_reg_header_btn {
	border-radius: 5px;
	color: #004b69;
}

.login_reg_header_btn:hover {
	color: #004b69;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle  {
    color: #004b69;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #FFF;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.fs-14 {
	font-size: 14px !important;
}
.fs-13 {
	font-size: 13px !important;
}

/* .multiselect-container .multiselect-option .form-check-label{
	height: 24px;
} */

#register_card .toggle-switch-switch {
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	width: 13px;
    height: 13px;
}
.scrollable-options .custom-radio:checked+label,.scrollable-options .custom-radio:not(:checked)+label {
	line-height: 28px !important;
}

.scrollable-options .custom-radio:checked+label:before, .scrollable-options .custom-radio:not(:checked)+label:before {
	top: 3px !important;
}
.select2-dropdown { 
	border-radius: 5px !important;
}
.select2-results__options li:first {
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
}
/* Last option when selected */
.select2-results__options li:first-child.select2-results__option--selected, .select2-results__options li:first-child.select2-results__option--highlighted {
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
}

input:focus {
	outline: none;
}
:focus,
:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.attachment-title p {
    white-space: nowrap;      
    overflow: hidden;      
    text-overflow: ellipsis; 
    max-width: 250px;      
}

.scrollable-options .custom-radio:checked+label:after, .scrollable-options .custom-radio:not(:checked)+label:after {
	top: 7px !important;
}

.deleted_user_badge .badge {
	cursor: not-allowed !important;
}

.job_details_page .see-more-link,
.job_details_page .see-less-link {
	display: none;
}
.align-sub {
	vertical-align: sub;
}

.notiAccount .dropdown-toggle::after {
	vertical-align: middle !important; 
}

@media screen and (max-width: 576px) {
	main h1,
	main #step1_container h2{
		font-size: 33px !important;
	}

	.page_info_cards a{
		font-size: 12px;
	}

	.resume-row {
		padding: 0px 16px !important;
	}

    .shortlist_candidate_container{
        padding: 0 30px !important;
    
	}

	#jobPostSettingsModal .checkbox-grid{
		grid-template-columns: 1fr;
	}

	#jobPostSettingsModal .modal-content {
    	padding: 20px;
	}

	.select2-container .select2-selection--single ,
	.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
		padding: 6px 12px 6px 14px;
	}

	.main_wrapper .container-fluid {
        padding: 10px 15px 17px;
    }

	.msg_edit_resume p {
		font-size: 16px;
	}

	#contact_container .single_phone > div.d-flex.row > div.col-sm-3.d-flex.justify-content-left.align-items-top > span {
		width: 100% !important;
	}
}

@media screen and (max-width: 377px) {
	#candidateAplication .search-box input, .shortlist_candidate_container .search-box input, .search-box input {
		font-size: 13px !important;
	}
}

#active_job_info_model .close {
	position: absolute !important;
	right: 0;
	top: 10px;
	z-index: 9;
}

.user_manage_filter_container #sort_by_dropdown{
	right: 8px;
	z-index: 99999;
}

.job_info_row {
	font-size: 20px;
}
.fs-48 {
	font-size: 48px;
}
.play-media-btn {
	background-color: #b9deed;
	height: 100%;
	border-radius: 20px;
	padding: 4px 8px 4px 5px;
}
.resume_user_container  .quick-links .rounded-pill.truncate-1{
	max-width: calc(100% - 0ch) !important;
	display: inline-block !important;
}

/* Hide number input arrows in Chrome, Edge, and Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 575px) {
	#profileRecordIndicator {
		font-size: 12px !important;
	}
}

#audioPlayerContainer button {
	height: 26px;
	padding: 0px;
	width: 26px;
	line-height: 30px;
	border-radius: 20px;
}
#audioPlayerContainer button i.fa-play {
	line-height: 11px;
	padding-left: 2px;
}
#audioPlayerContainer button i.fa-pause {
	padding-left:1px;
}
#audioPlayerContainer button.btn-outline-danger {
	width: 21px;
	height: 21px;
	line-height: 20px;
	border-radius: 15px;
}
.dashboard_info .header {
	background-color: #FFFFFF;
}
.dashboard_info .AiHeader {
	background: linear-gradient(90deg, #004B69 0%, rgba(90, 255, 252, 0.09) 85.58%);
	color: white;
	border-bottom: 4px solid;
	border-image-slice: 1;
}
.dashboard_info .AiHeader span {
	background: linear-gradient(90deg, #FFC341 0%, #134563 58.17%, #134563 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-align: center;
	vertical-align: middle;
}
.fs-24 {
	font-size:24px !important;
}
.lh-0 {
	line-height: 0px;
}
@media (max-width: 767px) {
	.post_reach {
		-ms-flex-direction: column!important;
		flex-direction: column !important;
	}
}

/* Custom XXL Breakpoint (Screen widths 1400px and up) */
@media (min-width: 1800px) {
    
    .col-xxl-1 { width: 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xxl-2 { width: 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xxl-3 { width: 25%; flex: 0 0 25%; max-width: 25%; }
    .col-xxl-4 { width: 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xxl-5 { width: 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xxl-6 { width: 50%; flex: 0 0 50%; max-width: 50%; }
    .col-xxl-7 { width: 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xxl-8 { width: 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xxl-9 { width: 75%; flex: 0 0 75%; max-width: 75%; }
    .col-xxl-10 { width: 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xxl-11 { width: 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xxl-12 { width: 100%; flex: 0 0 100%; max-width: 100%; }
    
    /* Auto width (Bootstrap style) */
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
}

.value-circle {
	background-color: #DCF2FF;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	min-width: 50px;
}
.video-js {
	width: -webkit-fill-available;
}

@media (min-width: 577px) {
	.profiles_container .browse_jobs_tab .col-12 {
		padding-left: 11px;
	}
}

/* professional resume field css */
.resume-card {
	width: 90px;
	text-align: center;
	position: relative;
	flex-shrink: 0;
}

.resume-thumb {
	width: 90px;
	height: 90px;
	border-radius: 12px;
	border: 1px solid #ddd;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	padding: 3px;
	justify-content: center;
}

.resume-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.remove-btn {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 20px;
	height: 20px;
	background: #ff4d4f;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.resume-name {
	margin-top: 6px;
	font-size: 20px;
	height: 32px;
	line-height: 28px;
	white-space: nowrap;
	width: 100%;
	cursor: pointer;
	padding: 2px 6px;
	border-radius: 4px;
	border: 1px solid #007bff;
	scrollbar-width: none;
	overflow: hidden;
}

.resume-name.editing {
	scrollbar-width: none;
	text-overflow: unset;
	overflow: auto;
}

@media (max-width: 365px) {
	.account_info .icon_btn {
		width: fit-content;
    	margin: 0 auto;
	}

	.account_info .account_inactive_btn_container .deactivate_account_btn{
		margin-bottom: 20px;
	}

	.account_inactive_btn_container{
		flex-direction: column;
		gap: 12px;
	}
}

.unread-msg-counter {
	background-color: #ffffff !important;
	color: #000000 !important;
	border-radius: 50%;
	font-size: 12px;
	margin-left: 10px;
	height: 20px;
	width: 20px;
	text-align: center;
	font-weight: 600;
	place-content: center;
	/* top: -10px; */
	right: 10px;
}

.consent-text p {
	font-size: 14px !important;
	text-align: left;
	max-width: 100% !important;
}

p.error{
	color: #c6282f !important;
	opacity: 1 !important;
}

.industry_job_types_container .btn-group .multiselect-container{
	overflow-x: auto !important;
}

.btn-secondary:not(:disabled):not(.disabled):hover {
    color: #fff !important;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}

@media (max-width: 991px) {
	.main_wrapper{
		margin-top: 19px;
	}

	#matchmaking {
		padding: 17px 19px 0 !important;
	}
}

.sidemenu_link.active .icon img {
    filter: brightness(0) invert(1);
}

.consent-text a,
.consent-text span {
	opacity: .60;
}

/* SPINNER */
.loader {
    width: 4rem;
    height: 4rem;
    border: 0.8rem solid rgba(0, 75, 105, 0.2);
    border-top-color: #004B69;
    border-radius: 50%;
    animation: spin 1s linear infinite;
	margin: auto;
	z-index: 9999999999;
	place-items: center;
	position: fixed;
	/* inset: 0; */
	top: 50%;
	left: 50%;
	display: grid;
}

/* MOBILE */
@media (max-width: 600px) {
    .loader {
        width: 3rem;
        height: 3rem;
        border-width: 0.5rem;
    }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

div.dataTables_wrapper div.dataTables_processing{
	left: 50% !important;
	top: 50% !important;
	position: absolute !important;
}

.dataTables_processing .loader{
	top: 70%;
    left: 57%;
}
@media (max-width: 991px) {

	.loader{
		left: 45% !important;
	}
}
.dashboard_info {
	opacity: 0;
}

.main_container{
	opacity: 0.3;
}

#resume-modal .resume_user_container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#resume-modal .resume_user_container::-webkit-scrollbar {
    display: none;
}

/* browser default eye icon remove */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

#signup_form_1 .multiselect-container,
#signup_form_2 .multiselect-container{
	overflow: hidden !important;
}

#signup_form_1 .multiselect-search,
#signup_form_2 .multiselect-search {
	margin-bottom: 0px !important;
}
@media (max-width: 575px) {
	.active_jobs_info_container .job_title {
		font-size: 22px;
	}
}

#signup_form_1 .is_beginner_container{
	display: flex;
	justify-content: left !important;
}
@media (min-width: 575px) {
	#signup_form_1 .is_beginner_container{
		display: flex;
		justify-content: right !important;
	}
}

#profile_step1_form .communication_languages  .multiselect-container.dropdown-menu.show {
    max-height: 220px !important;
}

@media (max-width: 500px) {
    .iti__country-list {
        max-height: 50% !important;
        top: 25%;
    }
}

.btn-secondary:hover img {
    filter: brightness(0) invert(1);
}

.phone-card {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 15px 15px 0px;
	margin-bottom: 15px;
	background: #fff;
	transition: all 0.3s ease;
	position: relative;
	margin-bottom: 8px;
}
.phone-card:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	border-color: #004b69;
}
.phone-card.primary-card {
	border-left: 5px solid #004B69;
	background: #fbf9ff;
	box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 23%);
}
@media (min-width: 576px) {
	.phone-card.primary-card {
		position: sticky;
		left: 0;
		z-index: 10;
	}
}
.phone-number-display .iti {
	width: 100%;
	margin-bottom: 0px;
}
.phone-number-display input {
	border: none !important;
	background: transparent !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	padding: 1px 0px 2px 60px !important;
	color: #635959 !important;
}
#contact_container .select2-container--default .select2-selection--single{
	background-color: transparent;
}
#contact_container .iti__flag-container {
	background: transparent;
}
#contact_container .select2-container .select2-selection--single{
	height: 33px !important;
	padding: 4px 12px 0px 14px;
	font-size: 14px;
}
#contact_container .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px !important;
}
.phone-actions .btn-link {
	color: #666;
	text-decoration: none;
	padding: 5px 2px 10px;
	transition: color 0.2s;
	height: 33px;
}
.phone-actions .select2-container{
	width: 100% !important;
}
#phone_list::-webkit-scrollbar {
	height: 5px;
	cursor: pointer;
}
#phone_list::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}
#contact_container .iti--separate-dial-code .iti__selected-flag {
	background-color: transparent;
	padding-left: 0px;
}
#contact_container .iti__arrow{
	display : none;
}