:root{--datepicker-week-end-background-color:#ddd;--ui-widget-content-border:#aaa;--ui-widget-content-color:#222;--ui-widget-content-background:#fff;--ui-widget-header-background:#083b5e;--ui-widget-overlay-background:#6f6a6a;--ui-title-color:#fff;--bubble-text-always-dark-text-color:#222}
.ui-datepicker{font-size:.9em}
.ui-datepicker-week-end{background-color:var(--datepicker-week-end-background-color)}
.ui-widget-content{border:1px solid var(--ui-widget-content-border);background:var(--ui-widget-content-background);color:var(--ui-widget-content-color)}
.inside-bubble{color:var(--bubble-text-always-dark-text-color) !important}
.ui-dialog-titlebar.ui-widget-header{border:1px solid var(--ui-widget-header-background);background:var(--ui-widget-header-background);color:var(--ui-widget-content-background);font-weight:bold;text-align:center}
.ui-widget-overlay{background:var(--ui-widget-overlay-background);opacity:.4}
.ui-dialog-title{color:var(--ui-title-color)}
.forge-dark-theme{--datepicker-week-end-background-color:#ddd;--ui-widget-content-border:#aaa;--ui-widget-content-color:#fff;--ui-widget-content-background:#424242;--ui-widget-header-background:#083b5e;--ui-widget-overlay-background:#6f6a6a;--ui-title-color:#fff;--bubble-text-always-dark-text-color:#222}