/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.fluent_booking_calendar_view * {
    border-radius: 0 !important;
}

.fcal_calendar_wrapper, .fcal_teams {
    margin: 0 !important;
    max-width: 100% !important;
}

.fcal_slots {
    border-radius: 0 !important;
}

.fcal_author,
.fcal_slot_description,
.fcal_timezone_select {
	display: none !important;
}

.fcal_slot_picker {
	position: relative !important;
	width: 330px !important;
	max-height: 420px !important;
}

.fcal_date_wrapper {
	width: 100% !important;
}

.fcal_calendar_slot_wrap.is_active {
	padding: 0 !important;
}

.fcal_slot_picker .fcal_slot_picker_header .fcal_slot_picker_header_action .format-hour button {
	width: 60px !important;
}

.fcal_booking_form_wrap .fcal_booking_form .fcal_form_item .fcal_input_content .fcal_custom_checkbox input:checked~.checkbox_mark:before {
	border-bottom: 1.5px solid #fff !important;
	border-right: 1.5px solid #fff !important;
}