/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}

 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

table.overview {
    display: none;
}

#schedule::after {
content: 'Hi, my name is';
display: block;
    font-weight: bold;
    color: #333;
    margin-top: 10px; 
margin-left:10px;

}


.plugin-group-booking:before {
    background-image: url('https://supporttesttask10071993.secure.simplybook.it/uploads/supporttesttask10071993/image_files/original/f6c84b59788b09827114db2f8c7c6c86.png')!important;
    background-size: 40px!important;
    background-repeat: no-repeat;
}

#sb-main-container .custom-checkbox .custom-label {
    background-color: #fff;
    border-color: #ffffff;
}

.custom-checkbox {
    border-style: solid;
    background-color: #000000;
    border-width: 2px;
}

#sb-main-container .custom-checkbox input:checked + .custom-label {
    border-color: #ffa90d!important;
    background-color: #ffa90d!important;
}

.custom-checkbox input:checked+.custom-label:before {
    color: black;
font-weight: bold;
}

.text--hint::after {
content: url ('https://supporttesttask10071993.secure.simplybook.it/uploads/supporttesttask10071993/image_files/original/f6c84b59788b09827114db2f8c7c6c86.png')!important;
}



#sb_invoice_buttons_container::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('https://visitseaquest.com/wp-content/uploads/2022/11/unnamed-4.jpg'); 
    background-size: cover; 
    width: 300px; 
    height: 200px; 
}

#sb_invoice_buttons_container::before {
    content: "Ellie";
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    font-family: cursive; 
}