.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3965 .elementor-element.elementor-element-a7abca3{--display:flex;--padding-top:8%;--padding-bottom:8%;--padding-left:8%;--padding-right:8%;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3965 .elementor-element.elementor-element-a7abca3{--content-width:1440px;}}/* Start custom CSS for shortcode, class: .elementor-element-0238bc0 */.bookly2 {
    font-family: Vazirmatn;
}

.bookly-available-date {
    display: none;
}

.time-range-section {
    display: none !important;
}

/* Hide the date/time range .elementor-3965 .elementor-element.elementor-element-0238bc0 and day buttons in Bookly */
.bookly-form .bookly-js-time-range-group,
.bookly-form .bookly-time-range,
.bookly-form .bookly-day-.elementor-3965 .elementor-element.elementor-element-0238bc0,
.bookly-form .bookly-week-days,
.bookly-form .bookly-calendar-row,
.bookly-form div[class*="calendar-day"] {
    display: none !important;
}

/* Hide the specific weekday buttons */
.bookly-form .bookly-js-week-days {
    display: none !important;
}

.elementor-3965 .elementor-element.elementor-element-0238bc0 {
    font-family: Vazirmatn;
}

/* Adjust padding for the input field to make space for the flag */
#bookly-phone-.bookly-js-user-phone-input.bookly-user-phone {
    padding-left: 50px!important; /* Increase if the flag still overlaps */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
    width: 100%; /* Make sure the input field stretches appropriately */
}

/* Ensure the flag is properly positioned */
#bookly-phone- ~ .intl-tel-input .flag-container {
    position: absolute;
    left: 10px!important; /* Adjust the left position of the flag */
    top: 50%; /* Center vertically */
    transform: translateY(-50%);
    z-index: 1; /* Ensure it remains above the input field */
}

/* Fix the container holding the input field */
.intl-tel-input {
    position: relative;
}

/* Ensure proper display on smaller screens */
@media (max-width: 768px) {
    #bookly-phone-.bookly-js-user-phone-input.bookly-user-phone {
        padding-left: 60px!important; /* Increase for mobile view if needed */
    }
}



/* Hides the staff selection field in Bookly */
.bookly-form-group[data-type="staff"] {
    display: none !important;
}/* End custom CSS */