/* ============================================================================
   HoneyBee Central Web — pages.css
   Per-page marketing styles, migrated out of inline <style> blocks by the CW1
   consolidation. Filled incrementally, page-group by page-group. Loaded globally
   via central_header.

   Unified breakpoint scale: 360 / 480 / 640 / 768 / 1024 / 1280 / 1440 (px).
   ============================================================================ */

/* ── Legacy processing / preloader overlay ────────────────────────────────────
   Relocated verbatim from the retired temporary_inline.css (CW1, 2026-07-05).
   ID-scoped (inert unless the element is present); currently referenced by the
   payment-method page and legacy buddybee views — NOT by any marketing page,
   which use #hb-preloader instead. The image URLs are stale (one is an
   unrendered Twig token, one is a hardcoded dev host) and are preserved exactly
   as they were so this move is visually neutral; scheduled for removal once the
   buddybee preloader is confirmed dead.
   ---------------------------------------------------------------------------- */
#buddybee_preloader div {

    background: url("{{ url('dashboard') }}buddybee_assets/images/resized_buddybee.gif");
    width: 20vh;
    height: 20vh;
    margin: auto;
    margin-top: 40vh;
    border-radius: 50%;

    background-size: cover !important;
    background-position: center !important;

}

#buddybee_processing_loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffffad;

    display: none;
    /*background-size: cover !important;*/
    /*background-position: center !important;*/

}

#buddybee_processing_loader div {

    background: url(http://honeybee/buddybee_assets/images/resized_buddybee.gif?version=1.3.110);
    width: 20vh;
    height: 20vh;
    margin: auto;
    margin-top: 40vh;
    border-radius: 16px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top !important;
    /* border: 1px solid red; */
    background-color: white;

}

#buddybee_processing_loader p {

    text-align: center !important;
    color: #1d5b9e;
    text-transform: uppercase;
    padding-top: 16vh;
    font-weight: bold;

}
