/* admin.css — which surface is on. Geometry is admin-layout.css. */

body.ubn-app > [data-ubn-admin-frame] {
    display: none;
}

body.admin-app > #ubn-root {
    display: none;
}

/* Flatpickr appends calendars to body. Hide until the field opens. */
body.admin-app > .flatpickr-calendar {
    position: absolute;
}

body.admin-app > .flatpickr-calendar:not(.open) {
    display: none !important;
}
