/* Styles definition here */
#fbuilder .ui-datepicker-inline{max-width: none !important; max-height: none !important; height: auto !important; width: auto !important;}
.required {color:#2b7fb9;}
.ahbfield_service { display: none !important;}
#fbuilder .ui-datepicker-header {font-size: 38px !important; background:#5788C1 !important ; color:#000000 !important; text-shadow:none; font-weight: bold !important; }

.pbSubmit{margin:10px auto !important;float:none;display:block !important; width: 100%; height: 45px; background-color: #5788C1 !important; font-size: 30px; padding: 20px 20px; border-radius: 20px;font-weight: bold !important}
#fbuilder .pbSubmit:hover { background-color: #35577D !important; color: black; }

@media screen and (max-width: 640px) {
    .ahb_m2 #fbuilder .ui-datepicker-title {
        font-size: 2rem !important; /* Override font size */
    }
}

