/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--trido-sidebar-close-img:none;--sk-color:#ea4114;--sk-size:5em}.trido-sidebar{position:fixed;top:0;height:100vh;background:#fff;transition:right .3s ease-in-out,left .3s ease-in-out;display:flex;flex-direction:column;z-index:1050;max-width:100%;container-type:inline-size}.trido-sidebar.open{right:auto;left:auto}.resize-handle{position:absolute;top:0;width:.2em;height:100%;background:#34495e;cursor:ew-resize;z-index:500}.trido-sidebar.right .resize-handle{left:-.2em}.trido-sidebar.left .resize-handle{right:-.2em}.sidebar-content{padding:1.25em;max-height:100%;overflow:scroll}.sidebar-close{cursor:pointer;position:absolute;top:.1em;left:.5em;width:2.5em;height:2.5em;transition:transform .2s ease-in-out;background-image:var(--trido-sidebar-close-img);background-repeat:no-repeat;background-position:center;background-size:2.5em;background-color:#fff;z-index:510}.ajax-progress.ajax-progress-fullscreen{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#ffffffbb}
