/* Styles definition here */


.ahb_m2 #fbuilder .fieldCalendar, #fbuilder .slotsCalendar {
    background: #f8f8f8;
    border-radius: 12px;
    margin: 2px;
}

.usedSlots {
    background: #f8f8f8;
    border-radius: 12px;
    margin: 2px;
    padding: 20px;
}

.book-meeting-form {
    text-align: left !important;
	margin-bottom: 15px;
}

.book-meeting-form > label {
    font-weight: 700;
	color: #f64b5f;
}


.book-meeting-form input {
    background: #fcfcfc !important;
	border: 1px solid #eeeeee;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    width: 100%;
    outline: none;
	border-radius: 5px;
    padding: 3px 20px;
    min-height: 42px;
    color: #252525;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    background: var(--gradientColor);
}