/* Styles definition here */
#fbuilder label {
    display: initial;
    font-size: 18px;
    font-weight: 600;
}

.ahb_m2 #fbuilder .usedSlots .ahb_list {
    margin-top: 5px;
    font-weight: 600;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    color: #FFF;
    background: #000 !important;
}

.ahb_m2 #fbuilder .slots div a {
    width: 100%;
    border-radius: 100px;
    background: #f8f8f8;
    color: #000;
    border: 1px solid #000 !important;
    text-decoration: none;
    padding: 8px 12px;
    font-weight: 600;
}

.ahb_m2 #fbuilder .slots div.currentSelection.htmlUsed a {
    color: #fff; background: #000 !important;
}
.ahb_m2 #fbuilder .slots div.currentSelection a {
    color: #fff; background: #000 !important;
}