.footer_form {
	max-width: 500px;
  margin: auto;
}

/** Booked colors */

body .booked-calendar-wrap table.booked-calendar th .monthName {
	font-family: Roboto !important;
}

body table.booked-calendar tr.days, body table.booked-calendar tr.days th, body .booked-modal p.booked-title-bar {
    border-color: #10acef !important;
    background-color: #10acef !important;
}

body .booked-calendar-wrap table.booked-calendar td .date .number {
	font-size: 22px;
  line-height: 3rem;
  border-color: #10acef !important;
}

body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
	background-color: #10acef !important;
}

body table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people button.new-appt:hover,
body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary{
	border-color: #10acef !important;
	background-color: #10acef !important;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
    margin: 0 0 10px;
    display: block;
    color: #10acef;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
    color: #10acef;
}


/** remove negative spacing on the sides*/
.row {
    margin: 0px;
}




/** hide recaptcha logo*/
.grecaptcha-badge {
	display: none;
}


/** language change */
a.glink {
	padding: 0 !important;
	margin: 0 2px!important;
}



/** cookie button on top of whartsapp button */

.cc-window {
   z-index: 999999;
}




/******* price table new design */
.custom-price-item {
    background: linear-gradient( 344deg , #dcffda 0%, rgba(16,172,239,1) 20%, rgba(16,172,239,1) 79%, rgb(255 216 233) 100%);
    -webkit-box-shadow: 0px 5px 10px 0px rgb(50 50 50 / 61%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.61);
    box-shadow: 0px 5px 10px 0px rgb(50 50 50 / 61%);
    border-radius: 10px;
    width: 220px;
    margin: auto;
    padding: 20px;
}

.price_item .price_value {
    font-size: 50px;
}

.price_item .price_item_body {
    color: white;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

.price_item .price_button {
    text-align: center;
}



/** make login button always visible*/
.top_right__mobile.right.header_side--custom-align.header_side--left-align.header_side .gt3_header_builder_component.gt3_header_builder_text_component {
    display: inline-block !important;
}