
.professionals_listing li{
    border: 2px solid #212529;
    margin-bottom: 5px;
    padding: 10px;
    display: block;
    border-radius: 10px;
}
.professionals_listing_tbl{
    width: 100%;
}
.bio_message{
    border: 2px solid #eee;
    border-radius: 10px;
    background-color: #dadde0;
    padding: 5px;
}
.professionals_filter{
    padding: 10px 20px;
    border: 2px solid #212529;
    border-radius: 10px;
}
.booking_details_section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.booking_details_section>div{
    width:45%;
    border:1px solid #212529;
    padding:10px 20px;
    border-radius: 10px;
}
.list-styled li{
    list-style-type: disc!important;
}
/* Browse caregivers new layout */
.left_filter {
    border: #e7e7e7 solid 1px;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.filter_title {
    font-family: 'Jost';
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #013024;
}
.carehour  {
	display: flex;
	background-color: #f9fafb;
	padding: 5px;
	border-radius: 3px;
}
.carehour label { 
    width: 200px;
    margin-right:7px; 
    text-align: center;
    cursor: pointer;
}
.carehour label span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 7px;
}
.carehour label input {
    position:absolute;
    opacity: 0;
}
.carehour  input:checked + span {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
    color: #4CAF50;
    display: block;
    border-radius: 3px; 
}
.filterdate { 
	position: relative; 
	background-color: #fff;
}
.filterdate:before{
	content: "\F218";
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: "bootstrap-icons";
	color: #8f8f8f;
	font-size: 17px;
	z-index: 1;
}
.filterdate input{
	background-color: transparent;
	position: relative;
	z-index: 1;
	padding-left: 35px;
	font-size: 16px;
}
.filter_heading{
	display: flex;
    justify-content: space-between;
} 

.filter_heading h4{
	font-family: 'Jost';
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 15px;
	color: #013024;
	padding-left: 30px;
	position: relative;
} 
.filter_heading h4>i{
	position: absolute;
	left: 0;
	top: 2px;
} 
.filter_heading h4>span{
	color: #3c9a3f;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
} 
@media(max-width:540px){
	.filter_heading{
		flex-direction:column;
		align-items: baseline;
	}
}
.btn_outline{
	background-color: transparent !important;
	/* text-transform: capitalize; */
	border: #ccc solid 1px;
	color: #000;
}
.btn_outline:hover{
	background: transparent !important;
	color: #000;
}
.btn_green{
	text-transform: capitalize;
	background: linear-gradient(90deg, #00856f 50%, #00856f 100%);
	border: #00856f solid 1px;
}
.btn_green:hover{
	background: linear-gradient(90deg, #01584a 50%, #016252 100%);
}
.caregiver_card{
	border: #e7e7e7 solid 1px;
	border-radius: 30px;
	padding: 20px;
	margin: 10px;
	min-height: 440px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
@media (max-width : 480px) {
    .caregiver_card{
        padding: 10px;
    }
    .daterangepicker .drp-selected{
        display: none!important;
    }
}
button.applyBtn.btn.btn-sm.btn-primary{
    background-color: #4CAF50;
    border: #4CAF50 solid 1px;
    color: #fff;
}
.modal-body .caregivers_block{
    margin-bottom: 0px;
}
.caregivers_block p{
	font-size: 16px;
}
.modal .caregivers_block p{
	min-height: auto;
}
.caregivers_profile{
    display: flex;
    gap: 20px; 
}
.caregivers_profile figure{
	height: 80px;
    width: 80px; 
    position: relative;
}
.caregivers_profile figure div{
	position: relative;
	z-index: 0;
	border-radius: 100px;
	height: 80px;
	width: 80px;
	overflow: hidden;
}
.caregivers_profile figure div>img{
	position: absolute;
	width: 101%;
	min-height: 101%;
}
@media(max-width:768px){
	.caregivers_profile figure{
		height: 60px;
	    width: 60px; 
	}
	.caregivers_profile figure div{
		height: 60px;
		width: 60px;
	}
}
.caregivers_profile figure span{
	position: absolute;
    bottom: 0;
    right: 0;
    height: 24px;
    width: 24px;
    display: flex;
    z-index: 1;
    color: #1d4ed8;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: #ccc solid 1px;
    font-size: 14px;
    line-height: 2;
}
.caregivers_block h5{
	font-family: 'Jost';
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #013024;
}
.caregivers_profile .reviews{}
.caregivers_profile .reviews a{
	text-decoration: underline;
	color: #999;
}
.caregivers_profile .reviews .bi{
	color: #facc15;
}
.user_service_list{
    margin: 15px 0 5px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.modal .user_service_list{
	min-height: auto;
}
.user_service_list span, .user_service_list a {
    background-color: #eff6ff;
    font-size: 14px;
    width: 49%;
    text-align: center;
    border-radius: 20px;
    border: #daeaff solid 1px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    height: fit-content;
    float: left;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 7px 0;
}
.user_service_list span i{line-height: 0;}
@media(max-width: 1200px){
	.user_service_list{ 
	    min-height: auto; 
	}
	.user_service_list span,
	.user_service_list a{ 
	    font-size: 12px;
	    width: 47%;
	}
}
.user_service_list span:hover,
.user_service_list a:hover{
    background-color: #daeaff;
    border: #daeaff solid 1px;
}
.user_service_list .c1{
	color: #047857;
    background-color: #ecfdf5;
    border: #d1fae5 solid 1px;
}
.user_service_list .c1:hover{
    background-color: #d1fae5;
    border: #d1fae5 solid 1px;
}
.user_service_list .c2{
	color: #6d28d9;
    background-color: #f5f3ff;
    border: #ede9fe solid 1px;
}
.user_service_list .c2:hover{
    background-color: #ede9fe;
    border: #ede9fe solid 1px;
}
.user_service_list .c3{
	color: #b91c1c;
    background-color: #fef2f2;
    border: #fee2e2 solid 1px;
}
.user_service_list .c3:hover{
    background-color: #fee2e2;
    border: #fee2e2 solid 1px;
}
.user_service_list .c4{
	color: #c2410c;
    background-color: #fff7ed;
    border: #ffedd5 solid 1px;
}
.user_service_list .c4:hover{
    background-color: #ffedd5;
    border: #ffedd5 solid 1px;
}
.user_service_list .c5{
	color: #4338ca;
    background-color: #eef2ff;
    border: #e0e7ff solid 1px;
}
.user_service_list .c5:hover{
    background-color: #e0e7ff;
    border: #e0e7ff solid 1px;
}
.user_service_list .c6{
	color: #b45309;
    background-color: #fffbeb;
    border: #fef3c7 solid 1px;
}
.user_service_list .c6:hover{
    background-color: #fef3c7;
    border: #fef3c7 solid 1px;
}
.steps h6:last-child span:after {
	display: none;
}
.filter_toggle{
	display: none;
    align-items: center;
    text-align: center;
    width: 100%;
    border: #ccc solid 1px;
    border-radius: 5px;
    justify-content: center;
    gap: 10px;
    padding: 7px;
    margin-bottom: 20px;
    cursor: pointer;
}
@media(max-width: 992px){
	.filter_toggle{
		display: flex;
	}
	.filter_toggle:after{
	    display: block;
	}
	.left_filter{
		display: none;
		height: auto;
		margin-bottom: 20px;
	}
}
.right_filter{
	position: relative;
	display: flex;
	gap: 15px;
	margin: 0 0px 15px;
}
.right_filter span {
    white-space: nowrap;
}
.modal .modal-dialog.medium_dialog {
	max-width: 1000px;
}
.modal-body .btn-close{
	position: absolute;
    right: 10px;
    top: 0;
}
.reviews_name{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.reviews_name h6{
	font-family: 'Jost';
    font-weight: 500;
    text-transform: capitalize;
}
.reviews_name > div{
	font-size: 16px;
}
.reviews_name span{
	color: #999;
}
.reviews_name i{
	color: #facc15;
}
.reviews_txt{
	color: #626262;
}
.reviews_block{
    display: none;
	border-bottom: #e7e7e7 solid 1px;
}
.reviews_block.last{
	border-bottom: 0px;
}
.caregiver_profile_img{
		cursor:pointer;
	}	
	#profileModal .modal-content:after{
		content: '';
		left: -6px;
		right: -6px;
		top: -6px;
		bottom: -6px;
		border: rgba(51, 51, 51, 0.3) solid 15px;
		position: absolute;
		border-radius: 24px;
		z-index: -1;
	}	
	#profileModal .modal-body {	
	overflow: hidden !important;
	}
	#profileModal .modal-dialog {
	max-width: fit-content;   
	max-height: fit-content;  
	}
	#profileModal img {
	max-width: 85vw;  
	max-height: 85vh;  
	border-radius: 20px !important;	
	overflow: hidden;
	}	
	#profileModal .btn-close {
		opacity: 1;
		background: #ffffff !important;
		filter: none;
	}
    .dark_block{
		background: #006258;
		border-radius: 30px;
		padding: 25px;
		color: #c3ede9;
		margin: 10px;
		min-height: 440px;
	}
    @media(max-width:768px){
        .dark_block{            
            padding: 15px;   
			min-height: auto;         
        }
    }
	.dark_block h2,
	.dark_block h4,
	.dark_block h3,
	.dark_block h5{
		font-family: "Jost", sans-serif;
		font-weight: 500;
	}
	.dark_block h4{
	    margin: 0 0 15px;
	    font-size: 15px;
	}
	.dark_block h2{
	    margin: 0 0 10px;
	    color: #fff;
	}
	.dark_block p{
		margin: 0;
		line-height: 1.3;
	}
	.light_block{
	    background-color: #047166;
	    border-radius: 15px;
	    padding: 15px;
	    margin-top: 10px;
	}
	.light_block h5{
		color: #fff;
    	margin: 10px 0;
        align-items: center;
        gap: 8px;
        display: flex;
	}
	.light_block .bi-check-circle{
		color: #57eba1;
		font-size: 25px;
	}
    .guaranteed_block{
		background-color: #ebf2ff;
		padding: 15px;
		display: flex;
		gap: 15px;
		margin-bottom: 15px;
		border-radius: 10px;
		color: #104399;
	}
	.guaranteed_block i{
		background-color: #c2d6f7;
		height: 35px;
		width: 35px;
		border-radius: 100px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		flex: 35px 0 0;
	}
	.guaranteed_block h5{
		font-family: "Jost", sans-serif;
		font-weight: 600;
		margin: 5px 0;
		text-transform: uppercase;
		font-size: 16px;
	}
	.guaranteed_block p{
		margin: 0;
	}
    .caregiver-btns {
        display: flex;
        gap: 8px;
        width: 100%;
    }

    .caregiver-btns a {
        flex: 1;                     /* SAME SIZE */
        display: inline-flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;         /* SINGLE LINE TEXT */
        font-size: 14px;             /* fits mobile */
        padding: 8px 10px;
        gap: 8px;
        text-transform: none;
    }
 .parent_view{
    text-align: right;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.parent_view small{
    background: #fff8eb;
    padding: 0 10px;
    border-radius: 100px;
    color: #ce2800;
}
.caregivers_profile {
    display: flex;
    gap: 20px;
    flex-grow: 1;
}
.caregivers_profile article{
    display: flex;
    gap: 10px;
    flex-grow: 1;    
    justify-content: space-between;
}
.caregivers_profile figure{
    flex: 80px 0 0;
}
@media(max-width:768px){
	.caregivers_profile {
	    gap: 10px;
	}
	.caregivers_profile figure{
		flex: 60px 0 0;
	}
}
.caregivers_amount{
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: end;
}
@media(max-width: 768px){
    .caregivers_profile article{
        gap: 5px;
    }
}
@media(max-width: 400px){
    .caregivers_amount{
        align-items: flex-start;
    }
}
.caregivers_amount div{
    display: inline-block;
    white-space: nowrap;
}
.avl_text_btn{
    background: #ecfdf5;
    padding: 0 8px;
    border-radius: 100px;
    color: #198754;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;

}
.avl_text{
    background: #ecfdf5;
    padding: 0 8px;
    border-radius: 100px;
    color: #198754;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;

}
@media(max-width: 1200px){
    .avl_text{
        position: absolute;
        left: 0;
        top: 2px;

    }
    .caregivers_block{
        position: relative;
    }
}
.caregivers_block strong{
    font-weight: 600;
}
.filter_heading{ 
   		margin-bottom: 20px;
        gap: 10px;
	}
   	.filter_toggle_btn {
		display: none;
		align-items: center;
		text-align: center;
		width: 50px;
		border-radius: 5px;
		justify-content: center;
		gap: 10px;
		padding: 7px;
		cursor: pointer;
		font-size: 22px;
		background-color: #ebf2ff;
		height: 45px;
	}
	.right_filter{
		margin: 0;
	}
	.right_filter select{
		margin: 0;
	}
	.filter_title{
		margin: 0;
	}
	.popup_btn {
	    white-space: nowrap;
	    min-width: 190px;
	    padding: 0 10px;
		flex: 1;
		display: inline-flex;
		justify-content: center;
		gap: 5px;
		align-items: center;
	}
   	@media (max-width: 992px) {
   		.popup_btn { 
		    min-width: auto; 
		}
   		.filter_toggle_btn {
			display: inline-flex;
			margin-left: auto;
		}
   		#booking_caregiver_select{
   			position: relative;
   		}
	    .left_filter {
	        display: none;
	        height: auto;
	        margin-bottom: 20px;
	        position: absolute;
	        background-color: #ffffff;
	        left: 0;
	        right: 0;
	        top: 131px;
	        z-index: 10;
	        box-shadow: 0 5px 14px rgb(0 0 0 / 33%);
	        border: #55b559 solid 1px;
	    }
	    .filter_heading{ 
	    }
	}
	@media (max-width: 540px) {
	    .filter_heading{
	    	flex-direction: row;
	    	flex-wrap: wrap;
	    }
	    .right_filter{
		    width: 100%;
		}
	}
.caregiver_details_form_div input{
    min-width: 185px !important;

}  
.caregiver_details_form_div {
    max-width: 610px !important;
    
}    
 .text-muted {
	 font-size:15px !important;
 }
.td_border td {
    border: 0;
    padding-bottom: 0 !important;
}
hr {
    color: #dee2e6 !important;
    opacity: 1 !important;
    height: 0 !important;
    border-bottom: #dee2e6 solid 1px;
}

@media(max-width:768px){
	.modal-title {
	    font-size: 20px;
	}
}
.bottom_line {
    border-bottom: #dee2e6 solid 1px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}


