.drawer{position:fixed;inset:0;z-index:6000}.drawer__mask{position:absolute;top:0;z-index:-1;width:100%;height:100%;background-color:#12121280}.drawer__content{position:absolute;background:#fff;max-width:80%;width:100%;height:100%;display:flex;flex-direction:column}@media only screen and (min-width: 768px){.drawer__content{max-width:100%}}.drawer__body{flex-grow:1;overflow:auto;overflow-y:auto}.drawer__body::-webkit-scrollbar{width:.75rem}.drawer__body::-webkit-scrollbar-track{background:#fff}.drawer__body::-webkit-scrollbar-thumb{border:.25rem solid transparent;background-color:#929292;background-clip:padding-box;border-radius:24px}.drawer__body:hover::-webkit-scrollbar{width:.75rem}.drawer__header{flex-shrink:0;justify-content:space-between;display:flex;align-items:center;padding:.5rem;height:3rem;position:relative;z-index:1}.drawer__header .svg-icon{vertical-align:middle;display:block;width:1.25rem;height:1.25rem}.drawer__header button{cursor:pointer}.drawer__header-content{flex-grow:1;text-align:center;flex-basis:80%}.drawer__header-left,.drawer__header-right{align-self:stretch}.drawer__header-left{flex-basis:10%;display:flex;justify-content:flex-start}.drawer__header-right{flex-basis:10%;display:flex;justify-content:flex-end}.drawer__footer{border-top:1px solid #e5e5e5;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:.5rem}.drawer__footer .pl-button-deprecated{margin:.5rem;font-size:.875rem}.drawer__close{border-color:transparent}.drawer--small .drawer__content{width:23rem;padding:1rem 1rem 6.5rem}@media only screen and (min-width: 768px){.drawer--small .drawer__content{padding:1rem}}.drawer--floating-header .drawer__header{position:absolute;box-shadow:none;width:100%;top:0;left:0}.drawer--medium .drawer__content{width:32rem}.drawer--large .drawer__content{width:45.625rem;padding:1rem 1rem 6.5rem}@media only screen and (min-width: 1024px){.drawer--large .drawer__content{padding:1rem 2rem}}.drawer--full-width .drawer__content{width:100%;max-width:none}.drawer--full-screen{top:0;height:100%;z-index:6002}.drawer--masthead{bottom:0;top:auto;height:calc(var(--vh, 1vh) * 100 - var(--header-height))}.drawer--microhead{top:4rem;height:calc(100vh - 4rem)}.drawer--left .drawer__content{left:0}.drawer--left.drawer-in-out-enter .drawer__content,.drawer--left.drawer-in-out-leave-to .drawer__content{transform:translate(-100%)}.drawer--right .drawer__content{right:0;left:auto}.drawer--right.drawer-in-out-enter .drawer__content,.drawer--right.drawer-in-out-leave-to .drawer__content{transform:translate(100%)}.drawer--top.drawer-in-out-enter .drawer__content,.drawer--top.drawer-in-out-leave-to .drawer__content{transform:translateY(125%)}.drawer--top .drawer__content{top:0}.drawer--bottom{left:0;width:100%;top:0;display:flex}.drawer--bottom .drawer__content{align-self:flex-end;width:100%;max-width:100%;max-height:95%;height:100%;bottom:0}@media only screen and (min-width: 768px){.drawer--bottom .drawer__content{height:auto}}.drawer--bottom.drawer-in-out-enter .drawer__content,.drawer--bottom.drawer-in-out-leave-to .drawer__content{transform:translateY(100%)}.drawer--bottom.drawer--half .drawer__content{height:55%}.drawer--bottom.drawer--maxed-out .drawer__content{height:85%}.drawer--bottom.drawer--maxed-out .drawer__content,.drawer--bottom.drawer--half .drawer__content{overflow:hidden}.drawer--bottom.drawer--maxed-out .drawer__body,.drawer--bottom.drawer--half .drawer__body{max-height:calc(100% - 3rem)}.drawer--bottom.drawer--adaptive .drawer__content{height:auto}.drawer--bottom.drawer--adaptive:not(.drawer--floating-header) .drawer__content{overflow:hidden}.drawer--bottom.drawer--adaptive .drawer__body{max-height:calc(95vh - 3rem)}.drawer--bottom.drawer--adaptive.drawer--floating-header .drawer__body{max-height:95vh}.drawer--bottom.drawer--rounded .drawer__header{box-shadow:0 .125rem .375rem #1212121a}.drawer--bottom.drawer--rounded .drawer__content{border-radius:1rem 1rem 0 0}.drawer--desktop-static{display:none}@media only screen and (min-width: 1024px){.drawer--desktop-static{display:block;position:relative;width:100%;height:auto;z-index:1;top:0}.drawer--desktop-static .drawer__mask{display:none}.drawer--desktop-static .drawer__content{transition:none;transform:none;position:static;width:auto;padding:0}.drawer--desktop-static.drawer-in-out-enter-active .drawer__content,.drawer--desktop-static.drawer-in-out-leave-active .drawer__content{transition:none}}.drawer--vue{display:block}@media only screen and (min-width: 768px){.drawer--desktop-absolute{position:absolute;top:0;z-index:2;background:0}.drawer--desktop-absolute.drawer-in-out-enter .drawer__content,.drawer--desktop-absolute.drawer-in-out-leave-to .drawer__content{transform:translate(-100%)}.drawer--desktop-absolute .drawer__mask{display:none}.drawer--desktop-absolute .drawer__content{max-height:none;top:0;bottom:0;height:100%}.drawer--rounded.drawer--desktop-absolute .drawer__content{border-radius:0}}.drawer-in-out-enter .drawer__mask,.drawer-in-out-leave-to .drawer__mask{opacity:0}.drawer-in-out-enter-active .drawer__mask,.drawer-in-out-leave-active .drawer__mask{transition:opacity .5s cubic-bezier(.16,1,.3,1)}.drawer-in-out-enter-active .drawer__content,.drawer-in-out-leave-active .drawer__content{transition:transform .5s cubic-bezier(.16,1,.3,1)}
