/**
 * Modifier: transparent form background (general appearance setting).
 * Strips the stock white background of the form roots and any background
 * painted by the active theme: the mod file is enqueued after the theme
 * file, so with equal specificity these rules take precedence.
 */
.bookly-mod-transparent-bg .bookly-css-root,
.bookly-mod-transparent-bg .bookly-css-root .bookly-search-form,
.bookly-mod-transparent-bg .bookly-css-root .bookly-form-frame-mark {
    background: transparent !important;
}
