.ms-back-to-top-host{position:fixed;z-index:1050;right:24px;bottom:24px;width:48px;height:48px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;pointer-events:none}@media (min-width:900px){.ms-back-to-top-host{right:32px;bottom:32px}}.ms-back-to-top-host--above-fab{bottom:88px}@media (min-width:900px){.ms-back-to-top-host--above-fab{bottom:96px}}.ms-back-to-top-host--visible{pointer-events:auto}.ms-back-to-top{box-sizing:border-box;width:48px;height:48px;margin:0;padding:0;border-radius:50%;border:1px solid rgba(13,27,42,.12);background-color:#ffffff!important;background-image:none!important;color:#0d1b2a;box-shadow:0 4px 16px rgba(13,27,42,.18);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transform:scale(0);visibility:hidden;transition:transform .2s ease,visibility .2s ease,background-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ms-back-to-top-host--visible .ms-back-to-top{transform:scale(1);visibility:visible}.ms-back-to-top:hover{background-color:#f3f4f6!important;box-shadow:0 6px 20px rgba(13,27,42,.22)}.ms-back-to-top:focus-visible{outline:2px solid #0ea5a0;outline-offset:2px}@media (prefers-reduced-motion:reduce){.ms-back-to-top{transition:none}}