/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

/*  filter*/
.guest-filter-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: flex-end;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 10px;
        }

        .guest-filter-item {
            flex: 1 1 200px;
            display: flex;
            flex-direction: column;
        }

        .guest-filter-item label {
            margin-bottom: 6px;
            font-weight: 500;
            color: #333;
        }

        .guest-filter-item input,
        .guest-filter-item select {
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-size: 14px;
			height:51px !important;
        }

        .guest-filter-wrapper button {
            padding: 12px 20px;
            background-color: #01817F;
            color: #fff;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            transition: background 0.3s ease;
        }

        .guest-filter-wrapper button:hover {
            background-color: #7fd6d5;
			color:#01817F;
        }

        /* Responsive mobile styles */
        @media (max-width: 768px) {
            .guest-filter-wrapper {
                flex-direction: column;
            }

            .guest-filter-item {
                width: 100%;
				flex:unset !important;
            }
        }

        #guest-filtered-results {
            margin-top: 30px;
        }

.notification-bell {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.notification-bell .fa-bell {
    font-size: 18px;
}

.notification-bell .badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 11px;
}

/* Famshire */
#custom-auth-form{
	max-width: 630px;
	width: 630px;
    background-color: #fff;
    padding: 43px 57px 75px;
    border-radius: 24px;
	display: flex;
    flex-direction: column;
    align-items: center;
	font-family: 'Nunito Sans';
}
#custom-auth-form .form-logo{
	max-width: 270px;
	margin: 0 0 30px;
	object-fit: contain;
}
#custom-auth-form h2{
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -0.11px;
	text-align: center;
	margin: 0 0 32px;
}
#custom-auth-form input,
#custom-auth-form select{
	width: fill-available;
    width: -webkit-fill-available;
    background-color: #F1F4F9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 24px;
    outline: none;
    box-shadow: none;
    height: 51px;
    position: relative;
    opacity: 1;
}
#custom-auth-form input::placeholder{
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.06px;
	color: #A6A6A6;
}
#custom-auth-form button{
	width: 100%;
	border-radius: 8px;
	padding: 16px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.07px;
	text-align: center;
	margin-top: 8px;
}
#custom-auth-form .auth-step{
	width: 100%;
	display: flex;
	flex-direction: column;
}
#custom-auth-form .auth-step label{ 
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 11px;
	display: block;
}
#existing_user_info{
	display: flex;
	flex-direction: column;
}
#step-password > div,
#step-register > div{
	position: relative;
}
#existing_user_info .content{
	display: flex;
    gap: 29px;
    width: 100%;
	margin-bottom: 28px;
	align-items: center;
}
#existing_user_info .user-info{
	display: flex;
	flex-direction: column;
}
#existing_user_info .user-info h3{
	font-weight: 900;
	font-style: Black;
	font-size: 16px;
	margin: 0;
}
#existing_user_info .user-info p{
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 3px;
}
#existing_user_info .user-info a{
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	width: fit-content;
}
#forgot_password_link,
#resend_otp,
#switch_account{
	text-align: center;
    width: 100%;
    display: block;
	margin-top: 40px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.06px;
	background-color: transparent;
    color: #00aeac;
    text-decoration: underline;
    padding: 0;
	outline: none;
}
#step-otp div input{
	width: 20%;
	height: 80px;
}
#step-role .acc-options{
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	align-items: baseline;
}
#step-role .acc-options button{
	width: 40%;
	margin: 0;
}
#step-otp p{
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 33px;
	text-align: center;
}
.new_user_email{
	margin: -28px 0 32px !important;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
#step-register .mobile-desp{
	margin: 0 0 11px;
	font-weight: 600;
	font-size: 12px;
}
#step-register .declaration{
	margin-top: 35px;
}
#reg_sector select{
	height: auto;
    opacity: 1;
    position: relative;
}
#reg_terms{
	width: 25px !important;
	height: 25px !important;
	margin-right: 14px !important;
	transform: translatey(4px);
}
.password-rules p{
    font-size: 14px;
	font-weight: 600;
	font-size: 14px;
}
.otp-input {
	width: 40px;
	text-align: center;
	font-size: 20px;
}
.password-rules ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.password-rules li {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin: 10px 0;
}
.icon {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-right: 8px;
	position: relative;
	background-color: #CCCCCC;
	transition: background-color 0.2s, border-color 0.2s;
}
.icon.checked {
	border-color: #00c29c;
	background-color: #00c29c;
}
.icon.checked::after {
	content: '✔';
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: -3px;
	left: 4px;
}
.dashboard-calendar-view{
	border-radius: 14px !important;
	border-width: 0.3px !important;
	border-color: #B9B9B9 !important;
	padding: 33px 24px 16px;
}
#calendar-wrapper{
	padding: 0 !important;
}
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-button-primary{
	font-weight: 600;
	font-size: 12px;
	color: #202224;
	padding: 12px 16px;
	background-color: #fff;
	text-transform: capitalize;
	border: 0.6px solid #D5D5D5;
}
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-button-primary.fc-button-active,
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-button-primary:hover{
	background-color: #00AEAC;
	border-color: #00AEAC;
	color: #fff;
}
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-prev-button,
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-next-button{
	color: #565656;
	background-color: transparent;
	border: 0;
	padding: 0;
	font-size: 26px;
}
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-prev-button:hover,
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-next-button:hover{
	background-color: transparent;
	color: #00AEAC;
}
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-button-primary:first-child{
	border-radius: 12px 0 0 12px;
}
.dashboard-calendar-view .fc-header-toolbar .fc-button-group .fc-button-primary:last-child{
	border-radius: 0 12px 12px 0;
}
#calendar .fc-header-toolbar{
	position: relative;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk:first-child{
	min-width: 50px;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk:first-child .fc-button-group{
	position: absolute;
    top: 0;
    left: calc(50% - 235px);
    gap: 260px;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk:first-child .fc-today-button{
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	color: #202224 !important;
	background-color: transparent !important;
	padding: 0;
	border: 0;
}
#calendar .fc-view-harness table.fc-scrollgrid{
	border-width: 0;
}
#calendar .fc-view-harness table.fc-col-header thead{
	background-color: #F1F4F9;
}
#calendar .fc-view-harness table.fc-col-header thead th,
#calendar .fc-view-harness table.fc-scrollgrid thead th{
	border: 0;
}
#calendar .fc-view-harness table.fc-col-header thead th:first-child{
	border-radius: 12px 0 0 0 !important;
}
#calendar .fc-view-harness table.fc-col-header thead th:last-child{
	border-radius: 0 12px 0 0 !important;
}
#calendar .fc-view-harness table.fc-col-header thead th a{
	padding: 16px 42px 13px 32px;
	font-weight: 700;
	font-size: 14px;
	color: #202224;
	text-transform: uppercase;
}
#calendar .fc-view-harness table.fc-scrollgrid > tbody tr > td{
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
}
#calendar .fc-view-harness table.fc-scrollgrid-sync-table td .fc-daygrid-day-top a{
	font-weight: 600;
	font-size: 16px;
	padding: 12px 13px;
}
.upload-placeholder {
    display: inline-block;
    padding: 10px 20px;
    background-color: #036063ab;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
.upload-placeholder:hover {
    background-color: #036063;
}
.file-name {
  font-weight: bold;
  margin-right: 10px;
}
.delete-file {
  color: red;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
#profile-image-upload .profile-pic{
	position: relative;
	width: 150px;
}
#profile-image-upload .custom-upload{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
#profile-image-upload {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
#profile-image-upload > label{
	width: calc( 100% - 180px );
	max-width: 400px;
}
#profile-image-upload #avatar-loader{
	width: 100%;
}
.support-form label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 11px;
    display: flex;
		flex-direction: column;
}
.support-form input, .support-form textarea {
    width: fill-available;
    width: -webkit-fill-available;
    background-color: #F1F4F9;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    outline: none;
    box-shadow: none;
}
.support-form textarea{
		resize: none;
		height: 80px;
		min-height: 100px;
}
.support-form input.wpcf7-submit  {
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.07px;
    text-align: center;
    margin-top: 8px !important;
    height: auto;
    background-color: #00aeac;
}
.support-form input.wpcf7-submit:hover{
background-color: #07b3b1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.custom-business-info h3{
		font-weight: 700;
		font-size: 17px;
}
.custom-business-info h3 span{
	width: 80%;
}
.button.edit-section{
	border-radius: 8px;
	border: 0.6px solid #D5D5D5;
	padding: 8.5px 16px;
	background-color: #FAFBFD;
	color: #000;
}
.button.edit-section:hover{
    border-color: #036063;
    background-color: #036063;
    color: #ffffff;
}
.custom-business-info table{
		font-weight: 600;
		width: 400px !important;
		font-size: 14px;
}
.custom-business-info .cert-file{
	background-color: #F5F6FA;
	border: .6px solid #D5D5D5;
	border-radius: 4px;
	padding: 20px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.custom-business-info .cert-file .file-drop{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-weight: 600;
	font-size: 14px;
	gap: 16px;
	padding: 10px;
}
.custom-business-info .cert-file .file-drop p,
.custom-business-info .cert-file .file-drop label{
	margin: 0;
}
.custom-business-info .cert-file .file-drop label{
	background-color: #00AEAC;
	border-radius: 8px;
}
.custom-business-info .cert-file .file-drop input{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#indemnity_file_url_status:has(.file-name),
#food_certificate_file_url_status:has(.file-name){
	background-color: #fff;
    border: .6px solid #979797;
    border-radius: 17px;
    padding: 0px 24px;
    width: max-content;
	color: #202224;
}
.dashboard-content h4{
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -0.11px;
	color: #202224;
	margin: 0 0 20px;
}
.dashboard-content .dashboard-list-box{
	background-color: #fff;
}
.my-account .popup-form{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #0000007d;
}
.my-account .popup-form form{
	background-color: #F5F6FA;
	max-height: 75vh;
	max-width: 400px;
	width: 100%;
	margin-top: 80px;
	overflow-y: scroll;
	padding: 20px;
	border: .6px solid #D5D5D5;
	border-radius: 14px;
}
.my-account .popup-form form h4{
	background-color: transparent;
	font-size: 21px;
	font-weight: 700;
	padding: 0;
}
.my-account .popup-form form label{
	font-weight: 600;
    font-size: 14px;
    margin-bottom: 11px;
    display: flex;
	margin: 0;
}
.my-account .popup-form form input,
.my-account .popup-form form textarea{
    width: fill-available;
    width: -webkit-fill-available;
    background-color: #F1F4F9;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px !important;
    outline: none;
    box-shadow: none;
}
.my-account .popup-form form textarea{
	resize: none;
	min-height: 80px;
}
.my-account .popup-form form button{
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.07px;
    text-align: center;
    margin-top: 8px !important;
    height: auto;
    background-color: #00aeac;
	color: #fff;
	border: 0;
}
.billing-summary{
	display: flex;
}
.billing-summary > div{
	display: flex;
	flex-direction: column;
	width: 50%;
}
.billing-summary .left h3{
	font-weight: 700;
	font-size: 17px;
	margin-top: 0;
}
.billing-summary .left table{
	font-weight: 600;
	font-size: 14px;
}
#toggle-subscribe-form{
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	background-color: #E2EAF8;
	padding: 10px 80px;
	border-radius: 12px;
	color: #000;
}
#toggle-subscribe-form:hover{
	background-color: #00AEAC;
	color: #fff;
}
#toggle-payment-form{
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -0.05px;
	background-color: #00AEAC;
	padding: 12px 40px;
	border-radius: 8px;
	color: #fff;
	margin-left: auto;
}
#toggle-payment-form:hover{
	opacity: .9;
}
.subscription-table-wrapper button{
	font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.05px;
    background-color: #00AEAC;
    padding: 8px 18px;
    border-radius: 8px;
    color: #fff;
    border: 0;
}
.subscription-table-wrapper button:hover{
	opacity: .9;
}
#subscriptionTable,
.dashboard-finance-table table{
	margin-bottom: 40px;
}
#subscriptionTable thead,
.dashboard-finance-table thead,
.product-services thead{
	color: #000;
	border-radius: 12px;
}
#subscriptionTable th,
.dashboard-finance-table th,
#subscriptionTable td,
.dashboard-finance-table td,
.product-services th,
.product-services .td{
	padding: 12px;
	text-align: left;
}
#subscriptionTable thead th,
.dashboard-finance-table thead th,
.product-services thead th{
	background-color: #F1F4F9;
}
#subscriptionTable thead th:first-child,
.dashboard-finance-table thead th:first-child,
.product-services thead th:first-child{
	border-radius: 12px 0 0 12px;
}
#subscriptionTable thead th:last-child,
.dashboard-finance-table thead th:last-child,
.product-services thead th:last-child{
	border-radius: 0 12px 12px 0;
}
#subscriptionTable tbody tr,
.dashboard-finance-table tbody tr,
.product-services tbody tr{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #eee;
}
#subscriptionTable tbody td,
.dashboard-finance-table tbody td,
.product-services tbody td{
	font-weight: 600;
	font-size: 14px;
	color: #202224;
}
.review-summary-cards .card{
	background-color: #fff;
	padding: 16px;
	border-radius: 12px;
	border: 0;
	max-width: 262px;
}
.review-summary-cards .card h4{
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	color: #202224;
}
.review-summary-cards .card p{
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 1px;
	color: #000;
	text-align: left;
}
.review-search input{
	border-radius: 50px;
	background-color: #F5F6FA;
	color: #202224;
}
.review-cards{
	border: .3px solid #B9B9B9;
	padding: 28px;
	background-color: #fff;
	border-radius: 14px;
}
.dashboard-finance-cards > div{
    flex-grow: 1;
    border-radius: 14px;
    padding: 15px;
    background: #fff;
	display: flex;
	flex-direction: column;
}
.dashboard-finance-cards div strong{
	font-weight: 600;
	font-size: 16px;
	color: #202224;
	margin-bottom: 16px;
}
.dashboard-finance-cards div .amount{
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 1px;
	color:#202224;
}
.dashboard-finance-cards div small{
font-weight: 600;
font-size: 16px;
	margin-top: 7px;
	color: #202224;
}
.dashboard-finance-cards div small span{
	color: #00B69B;
}
#send-pdf-email-form button:hover{
	opacity: .9;
}
.product-services{
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.product-services table img.attachment-thumbnail{
	height: 60px;
	width: 60px;
	border-radius: 8px;
	object-fit: cover;
}
#status-filter-form select,
#status-filter-form button,
.product-services a.add-new{
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -0.05px;
	text-align: center;
	padding: 12px 18px !important;
	line-height: 20px;
	height: auto;
	border-radius: 8px !important;
}
.product-services td:has(a.button) div{
	display: flex;
	justify-content: center;
}
.product-services td a.button{
	border: .4px solid #979797;
	padding: 8px 14px !important;
}
.product-services .dashboard-list-box-with-label{
	background-color: #fff;
    padding: 10px;
    border-radius: 14px;
}
.product-services table{
	margin: 0 !important;
}
.product-services th{
	border: 0 !important;
	padding: 15px !important;
}
.product-services td{
	border-top: 0 !important;
	padding: 25px !important;
}
.product-services tr td:last-child a:first-child{
	border-radius: 8px 0 0 8px;
}
.product-services tr td:last-child a:last-child{
	border-radius: 0 8px 8px 0;
}
.messages-container{
	border-radius: 14px;
	border: .3px solid #B9B9B9 !important;
	overflow: hidden;
}
.messages-container li{
	padding: 10px;
}
.messages-container li:hover{
	background-color: #f0fafa !important;
}
.messages-container .message-avatar{
	border-radius: 50px !important;
	overflow: hidden;
}
.messages-container .message-by-headline{
	display: flex;
  align-items: center;
}
.messages-container .message-by-headline h5{
	margin: 0;
  width: 20%;
	font-weight: 700;
	font-size: 14px;
	color: #202224;
	text-transform: capitalize;
}
.messages-container .message-by-headline .approved{
  width: 15%;
}
.messages-container .message-by-headline .approved span{
	background: #d1f5d3;
  color: #317e3d;
	border-radius: 3px;
	padding: 3px 8px;
	font-weight: 600;
	font-size: 12px;
}
.messages-container .message-by-headline .mes_referral{
  width: 55%;
	font-weight: 600;
	font-size: 14px;
	background-color: transparent;
	color: #202224;
}
.messages-container .message-by-headline .time{
  width: 10%;
	font-weight: 600;
	font-size: 14px;
	text-align: right;
	color: #202224;
	background-color: transparent;
	text-transform: uppercase;
}
.vendor-booking .dashboard-list-box,
.vendor-booking .dashboard-list-box h4,
.vendor-booking .dashboard-list-box #booking-requests{
	background-color: transparent;
}
.vendor-booking .dashboard-list-box{
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.vendor-booking .dashboard-list-box,
.vendor-booking .dashboard-list-box h4{
	border: 0 !important;
}
.vendor-booking .headline-with-filters{
	display:flex;
	flex-direction: column-reverse;
	gap: 23px;
}
.vendor-booking .dashboard-list-box h4{
	padding: 0 !important;
	margin: 0;
}
.vendor-booking .booking-requests-filter{
	top: 0;
	left: 0;
	background-color: #F9F9FB;
	border: .6px solid #D5D5D5;
	display: flex;
	width: fit-content;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	align-items: center;
}
.vendor-booking .sort-by-booking-author,
.vendor-booking .sort-by-status,
.vendor-booking .sort-by,
#booking-date-range-enabler,
#booking-date-range{
	padding: 25px !important;
	background-color: transparent;
	border-right: .3px solid #D5D5D5;
	margin: 0;
}
#booking-date-range-enabler,
#booking-date-range{
	border-right: 0 !important;
}
#booking-requests{
	background-color: #fff !important;
	overflow: hidden;
	border: .3px solid #B9B9B9;
	border-radius: 14px;
}
#booking-requests li:hover {
    background-color: #f0fafa !important;
}