input[readonly] {
    background-color: #EFF4F1;
    cursor: not-allowed; 
}
.if_wa_number{
    cursor: pointer;
}

.preview-btn {
	margin-top: 20px;
}
.input.tab.active form{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
/* 
#showPass,#showPass2 {
	position: absolute;
	top: 0;
	right: 1px;
}
#showPass i,#showPass2 i {
	color: #4E4F51;
	font-size: 14px;
} */
  

#work_experience_tags,#work_experience_tag2 { 
	margin-bottom: 15px;
}

.work_experience_tag, .work_experience_tag2 {
	background: #EFF4F1;
	border: none;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	border-radius: 33px;
	color: #4E4F51;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px; 
	padding-bottom: 15px;
}

.work_experience_tag button,.work_experience_tag2 button {
	border: none;
	background: none;
	font-size: 14px;
	cursor: pointer;
}
.work_experience_tag button:hover,.work_experience_tag2 button:hover {
	color:red;
}
.language p{
	display: inline-block;
}

.lan_level.active {
  background-image: linear-gradient(90deg, #77A588 30%, #8FC286 100%) !important;
  color: #FFF !important;
  border-color: #8FC286 !important;
}
.language input[type="radio"].btn-check:checked + label{
	background-image: linear-gradient(90deg, #77A588 30%, #8FC286 100%) !important;
	color: #FFF !important;
	border-color: #8FC286 !important;
}

.remove-language-btn {
	background-color: #f44336 !important;
	color: white !important;
	border: none !important;
	cursor: pointer !important;
}

.remove-language-btn:hover {
    background-color: #d32f2f !important;
}
 
.menu ul li ul{
	z-index: 99;
}
.profile-details a img{
	object-fit: cover;
}
 
#showPass{
	cursor: pointer;
}
#showPass2 {
	position: absolute;
	top: 0;
	right: 1px;
	cursor: pointer;
}

#showPass2 i {
	color: #4E4F51;
	font-size: 14px;
}

.input-form {
	max-width: 480px;
	width: 100%;
}

.input-form textarea {
	width: 100%;
	padding: 15px;
	color: #4E4F51;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
}


.compensation-info-input{
	position: relative;
}
.input_plc_level {
	position: absolute;
	left: 65px;
	top: 5px;
	font-size: 14px;
}
.input-overly-wapper input {
	width: 100%;
}
.input-overly-wapper{
	position: relative;
}

.google-registrtion a {
	width: 100%;
	padding: 11px 15px;
	color: #A7A7A8;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
	background: #fff;
	text-align: left;
	display: block;
}

.google-registrtion a img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	margin-right: 20px;
}

.language-selected button{
	padding:8px 10px
}
.country-select.inside {
	width: 100%;
	margin-bottom: 15px;
}
.form-wapper {
	position: relative;
}
.char-counter {
	position: absolute;
	bottom: -8px;
	right: 0;
	font-size: 13px;
	color: #9B9B9B;
}
#special_qualifiaction_counter {
	margin-bottom: 25px;
}
#special_qualifiaction {
	margin-bottom: 40px;
}
.mt-100{
	margin-top:100px;
}
hr {
	border: .7px solid #DBDBDB;
	opacity: 1;
	margin: 15px 0;
}

#profile-data tbody tr td .bg-paid { 
	background: #DDE5E4; 
	border: none;
	color: #41747F;
	font-size: 12px;
	line-height: 20px;
	padding: 0 8px;
	border-radius: 20px;
}
#profile-data tbody tr td .bg-pending { 
	background: rgb(255, 193, 7); 
	border: none;
	color: #4E4F51;
	font-size: 12px;
	line-height: 20px;
	padding: 0 8px;
	border-radius: 20px;
}
#profile-data tbody tr td .bg-failed { 
	background: rgb(220, 53, 69); 
	border: none;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	padding: 0 8px;
	border-radius: 20px;
}

.profile-data-table {
	margin-bottom: 50px;
}

#profile-data tbody tr td{
	font-weight: 400;
	padding: 12px 15px;
}
#profile-data_paginate {
	margin-top: 30px; 
}
#profile-data_length {
	position: absolute;
	bottom: 0px;
}
#profile-data_length label{
	font-size: 12px;
	color: #8B909A;
	font-weight: 400;
	line-height: 18px;
}
#profile-data_length select {
	border: 1px solid #E9E7FD;
	border-radius: 6px;
	color: #4E4F51;
	padding: 5px 10px;
	margin: 0 10px;
}
#profile-data_filter {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.dataTables_paginate a {
	color: #4E4F51;
	display: inline-block;
	padding: 7px 12px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	border-radius: 8px !important;
}
 

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #427681 !important;
	transition: .5s;
	color: #FFF !important;
	border:none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
	background: #427681 !important;
	transition: .5s;
	color: #FFF !important;
	border:none;
}
.blocked-contact {
	background: #EFF4F1;
	border-radius: 6px;
	padding: 25px 15px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
}
.blocked-content a:hover{
	background-image: linear-gradient(90deg, #52A08F 0%, #2E4270 100%);
	color:#FFF;
}


.data-table-download-option button img {
	width: 15px;
	height: auto;
}

.data-table-download-option button {
	display: inline-block;
	color: #427681;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	padding: 14px 13.5px;
	border: 1px solid #427681;
	border-radius: 50px;
	background-color: transparent;
}

.data-table-date input {
	font-size:14px;
	border: none;
	border-right: 1px solid #4E4F51;
}
.data-table-date input:focus {
	outline: none;
}
.data-table-date button{
	background: none;
	border:none;
	color:#4E4F51
}
.data-table-date button i{
	color:#4E4F51;
}

.reset_btn{
	background: none;
	border:none;
	color:#2E4270;
	font-weight: 700;
	font-size: 12px;
	background: -webkit-linear-gradient(#2E4270, #52A08F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.price-range label{
	font-size:12px;
}
.noUi-connect{
	background: #427681 !important;
}
.noUi-target{
	border:none !important;
	box-shadow: none !important;
	background:linear-gradient(to right, #427680 0%, #CCDBDB 0%) !important;
	border-radius: 0px !important;
}
.noUi-horizontal {
	height: 3px !important;
	margin-top: 20px !important;
	margin-bottom: 12px !important;
}
.min_max_price{
	opacity: .6;
}
.noUi-horizontal .noUi-handle {
	width: 18px !important;
	height: 18px !important;
	right: -10px !important;
	top: -7px !important;
	border-radius: 50% !important;
}
.noUi-handle {
	border: 5px solid #427681 !important;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.25) !important;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.blocked-image img{
	height: 200px;
	object-fit: cover;
}
.profile-blocked-area{
	margin-top: -160px;
}

.blocked-content h1 {
	color: #4E4F51;
	font-size: 38px;
	font-weight: 600;
	margin: 22px 0;
	line-height: 30px;
}
.filter-alert {
	color: #FF1A1A;
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}

.caregivers-prices h3 span {
	font-weight: 600;
	background: #D9EAD3;
	color: #427680;
	padding: 0px 10px;
}



.publish_btn{
	/* background-image: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); */
	background: #FFF;
	color:#2F4270;
	z-index: 5000;
}
.publish_btn:hover{  
	background: #FFF;
}
.market-btn-wapper:before {
	content: "";
	float: left;
	padding-top: 100%;
}
  
.marketplace-banner-right{
	position: relative;
}
.market-btn-wapper{ 
	position: relative; 
	vertical-align: middle;
	z-index: 5;
	padding:8px;
}

/* .market-btn-wapper:hover .effect-1,
.market-btn-wapper:hover .effect-2 {
  display: block;
} */

.effect-1,
.effect-2 {
  border-radius: 30px;
  display: block;
  mix-blend-mode: multiply;
  height: 84%;
  opacity: 1;
  position: absolute;
  width: 84%;
  z-index: 3000;
}

.effect-1 {
  animation: rotate 1.8s linear infinite;
  background: cyan;
}

.effect-2 {
  animation: rotate 1.2s linear reverse infinite;
  background: #e7a9ff;
}

@keyframes rotate {
  0% {
    top: 0;
    left: 8%;
  }
  25% {
    top: 8%;
    left: 0%;
  }
  50% {
    top: 16%;
    left: 8%;
  }
  75% {
    top: 8%;
    left: 16%;
  }
  100% {
    top: 0;
    left: 8%;
  }
}



.footer-right p {
	text-align: right;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #4E4F51;
}
.footer-left ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;;
}
.footer-left ul li{ 
	position: relative;
}
.footer-left ul li a {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #4E4F51;
	display: block;
	padding: 0 10px;
	position: relative;
}
.footer-left ul li a:hover{
	color: #81A891;
}
.footer-left ul li:not(:last-child) { 
	border-right: 2px solid #4E4F51;
	display: inline-block;
}
.footer-area {
	padding: 20px 0;
}
.lang-switcher {
	background: transparent;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
}

.profile-heading{
	color:#4E4F51;
	font-weight: 500;
	font-size:16px;
	margin-top: 15px;
	margin-bottom: 20px;
}




@media (max-width: 991px) {
	.profile-blocked-area {
		margin-top: -115px 
	}
	.blocked-image img {
		height: 130px;
	}

	.footer-right p {
		text-align: center;
		margin-top: 10px;
	}
	.footer-left ul{
		justify-content: center;
	}
}
