/*
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: 2.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
*/
/*PAV css start*/

/* Code to remove search from the Homepage banner */
form#listeo_core-search-form {
    display: none;
}
/* Over Code to remove search from the Homepage banner */
#listing-overview .listing-details {
    margin-bottom: 0;
}
#listing-overview .listing-links-container {
    display: none;
}
 .category-small-box h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 44px;
    }
.nisl_additional_detail.nisl_thank_you_page h3{
    margin-top: 0;
}
.nisl_additional_detail.nisl_thank_you_page h3 span{font-size: 15px;color:#fff;background-color: #64bc36;border-radius: 50px;padding: 5px 10px 5px 10px;}
/*FAQ start*/
:root {
	--red: #F92000;
	--gray: #666;
}

.page-id-350 .ls_faq_main,
.page-id-350 .elementor-widget-accordion .elementor-tab-content {
    font-family: "Raleway" !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-transform: none;
    color: #707070;
}

.ls_faq_main .elementor-accordion .elementor-tab-content {
    border-top: 0;
}

.ls_faq_main .elementor-accordion-icon {
    float: right !important;
}

.ls_faq_main .elementor-accordion .elementor-tab-title {
    font-weight: 400 !important;
    padding: 20px;
}

.ls_faq_main .elementor-tab-content {
    padding: 0 20px 20px !important;
}

.ls_faq_main .elementor-tab-content p {
    margin: 0;
}

.ls_faq_main .elementor-tab-content p + p {
    margin-top: 15px;
}

.ls_faq_main .elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc;
    border: 0;
    border-bottom: 1px solid #d5d8dc;
}

.ls_faq_main .e-con-inner {
    margin-bottom: 50px !important;
}

.ls_faq_main .elementor-accordion-title {
    color: var(--gray) !important;
}

.ls_faq_main .elementor-active .elementor-accordion-icon,
.ls_faq_main .elementor-active .elementor-accordion-title {
	    color: var(--red) !important;
}
/*FAQ end*/

/*About start*/
/*.page-id-383 .container.full-width {
	width: 100%;
	padding: 0;
}

.ls_banner_section {
	padding: 0 !important;
}
.ls_banner_section .e-con-inner {
	max-width: 100%;
}
.ls_banner_img .flip-banner {
    height: 350px;
}*/

.ls_about_img .elementor-widget-container {
	text-align: left;
}

.ls_about_img .attachment-large {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.07);
    border-radius: 6px;
    margin-bottom: 20px;
    max-width: 900px;
    width: 100%;
}
/* For the  */
.nisl-custom-swal-button{
	background-color: #f92000 !important;
}
/*About end*/

.main-detail-_nisl_calendar_id,.main-detail-_regular_price_after_7_pm,
.main-detail-_weekend_price_after_7_pm,
.single-property-detail-_nisl_bookable_services_per_hour{
	display:none !important;
}
.admin-bar .main-detail-_nisl_calendar_id{
    display:block !important;
}

/*Temp CSS*/
/* #widget_booking_listings-2{
	width: 800px !important;
} */

/* Loader on the Calculation */
.spinner-border{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -0.125em;
    border: 0.15em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    color: #dc3545 !important;

}
.nisl_custom_loader_for_price{
    font-size: 12px;
    display: none;
}
.d-flex{
    display:flex;
}

.align-items-center {
    align-items: center;
}

.gap-2 {
    gap: 10px;
}

.justify-content-between {
    justify-content: space-between;

}

.nisl_check_availability.button{
    width: 100%;
    text-align: center;
}

.nisl_additional_detail.nisl_thank_you_page{
    background: #f8f8f8 !important;
    padding: 20px !important;
}


@keyframes spinner-border {
    to { transform: rotate(360deg); }
  }
/* Over Loader on the Calculation */

/* Target the header/title of the FullCalendar */
#calendar .fc-event-title {
    /* Add your CSS styles here */    
    font-weight: 400 !important;
    /* Add any other styles as needed */
  }
  /* #calendar .fc-event{
    flex-wrap: wrap !important;
  } */
  #calendar .fc-event-time{
    display: none;
  }

/* Dropdown Layout in Addon Section ( originally price section ) on the listing detail page */ 

.pricing-list-header h4:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f92000;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    transition: 0.3s ease-in;
}
.pricing-list-header.active h4:before {
    transform: rotate(180deg);
}

.pricing-list-container .panel {
  display: none;
  overflow: hidden;
}

.nisl_time_as_per_timezone {
    background-color: #333333;
    display: block;
    padding: 8px 20px;
    font-weight: 600;
    color: #fff;
}
/* OVER Dropdown Layout in Addon Section ( originally price section ) on the listing detail page */  
  
@media (max-width: 1400px) {
    #calendar .fc-daygrid-event {
        align-items: flex-start;
    }

    #calendar .fc-event-title {
        text-wrap: wrap;
        line-height: 14px;
    }

    #calendar .fc-daygrid-event-dot {
        margin-top: 5px;
    }
}
@media (min-width: 1240px) {
	/*Header*/
	#header .left-side {
		width: 70%;
	}

	#header .right-side {
		float: right;
		width: 30%;
	}
}
@media (max-width: 991px) {
    .listeo-single-listing-sidebar {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
	body.page-id-350 #titlebar.gradient,
	body.page-id-383 #titlebar.gradient {
       padding: 30px 0 0 !important;
	}

	.ls_faq_main {
	    padding: 0 !important;
	}

	.ls_faq_main .elementor-tab-content {
	    padding: 0 5px 15px !important;
	}

	.ls_faq_main .e-con-inner {
	    margin-bottom: 30px !important;
	}

	.ls_faq_main .elementor-accordion .elementor-tab-title {
	    padding: 20px 0;
	}
    #calendar .fc-event-title {                
        font-size: 11px;
    }

    #calendar .fc-daygrid-event-dot {        
        border-width: 2px;
    }
    .pricing-list-container ul li img {
        left: 10px;
    }
    .pricing-list-container ul li {
        padding-right: 20px;
        min-height: 100px;
    }
    .repeatable-list-container h4, .pricing-list-container h4 {
        padding: 20px;
    }
}

/*PAV css end*/

span.select_hours,.select_end_hours {
    background-color: #f92000;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    position: absolute;
    top: 7px;
    z-index: 99;
    right: 20px;
    cursor: pointer;
}

.col-lg-12.listeo-service-timepicker.hours,.col-lg-12.listeo-service-timepicker.end_hours {
    position: relative;
}
.d-none{
	display: none;
}

label.has_bookable_quantity {
    pointer-events: none !important;
  }

span.slot-check {
    background: #369082 !important;
}

.hrs-duration {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.slot-option {
    font-size: 12px;
}

button.swal2-confirm.nisl-custom-swal-button.swal2-styled {
    font-size: 14px !important;
}

.swal2-styled.swal2-cancel {
    font-size: 14px;
}


div#swal2-html-container ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

div#swal2-html-container h3 {
    font-size: 15px !important;
}

h2#swal2-title {
    font-size: 20px !important;
    color: #242424;
    font-weight: 700;
}



.alert-content ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.notavailable ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

        .nisl-custom-swal-button {
          background-color: #f30c0c !important;
          color: white !important;
          border-radius: 4px !important;
          font-weight: 600 !important;
          padding: 10px 24px !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
          transition: all 0.2s ease !important;
        }
        
        .nisl-custom-swal-button:hover {
          background-color: #d70b0b !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
          transform: translateY(-1px) !important;
        }
        
        .nisl-custom-swal-button-secondary {
          background-color: #f1f5f9 !important;
          color: #334155 !important;
          border-radius: 4px !important;
          font-weight: 600 !important;
          padding: 10px 24px !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
          transition: all 0.2s ease !important;
        }
        
        .nisl-custom-swal-button-secondary:hover {
          background-color: #e2e8f0 !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
        }
        
        .swal2-popup {
          border-radius: 12px !important;
          padding: 1.5rem !important;
        }
        
        .swal2-title {
          font-size: 1.5rem !important;
        }
        
        .slot-option:hover {
          border-color: #369082 !important;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }
        
        /* Custom scrollbar for slots container */
        .slots-container::-webkit-scrollbar {
          width: 6px;
        }
        
        .slots-container::-webkit-scrollbar-track {
          background: #f1f1f1;
          border-radius: 10px;
        }
        
        .slots-container::-webkit-scrollbar-thumb {
          background: #888;
          border-radius: 10px;
        }
        
        .slots-container::-webkit-scrollbar-thumb:hover {
          background: #555;
        }
        
        .slot-check {
          opacity: 1;
          transition: opacity 0.2s ease;
        }
        
        .slot-option:hover .slot-check {
          opacity: 1;
        }
        
        .slot-option.selected .slot-check {
          opacity: 1 !important;
          display: flex !important;
        }


/* Styles for the Change Date button */
.change-date-button {
    background-color: #4CAF50 !important; /* Green color to differentiate from check availability */
    color: white !important;
    position: relative;
    display: inline-block;
    border: none;
	border-radius: 100px !important;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 35px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.2s ease !important;
}

a.change-date-button.button {
    border-radius: 100px !important;
}

a.change-date-button.button {
    border-radius: 100px !important;
}

.change-date-button:hover {
    background-color: #3d8b40 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-1px) !important;
}

/* Animation for button swap */
@keyframes buttonFadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

.change-date-button, .nisl_check_availability {
    animation: buttonFadeIn 0.3s ease-out;
}