/* 
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 */

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: unset!important;
	box-shadow:none!important;
}



div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date .number, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date .number{background: #1956336e !important;
    
}

 div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:hover .date .number{    background: #195633!important;
    color:white!important;
    
}
 div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date .number{background: #1956336e !important;
    color:white!important;
}

.timeslot-range{font-size:20px!important;}

.booked-appt-list .timeslot .timeslot-time i.fa-solid{font-size:15px!important;
font-weight:500!important;}

.booked-appt-list.shown h2{font-size:22px;
    font-weight:500!important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;

}

div.booked-calendar .bc-col{ font-family: var(--e-global-typography-text-font-family), Sans-serif!important;
}
.timeslot-people button{font-size:15px!important;}

.booked-form.booked-scrollable{ font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.booked-form.booked-scrollable p,.booked-form.booked-scrollable option, .booked-form.booked-scrollable button,.booked-form.booked-scrollable input[type=submit] {font-size:16px!important;
}


.booked-modal .bm-window p.booked-title-bar{background:#195633!important;}


@media screen and (max-width: 720px) {
	.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {

        font-size: 17px!important;
    }
}


