.in-drawer{display:flex;flex-direction:column;overflow:hidden;background-color:var(--in-drawer-color)}.in-drawer--temporary{position:fixed;box-shadow:var(--md-sys-elevation-level-16);z-index:var(--in-sys-z-index-drawer)}.in-drawer--temporary.in-drawer--top{top:0;left:0;width:100%;max-height:100%}.in-drawer--temporary.in-drawer--bottom{left:0;bottom:0;width:100%;max-height:100%}.in-drawer--temporary.in-drawer--left{left:0;top:0;height:100%}.in-drawer--temporary.in-drawer--right{right:0;top:0;height:100%}.in-drawer-animation--slide-top-enter-active,.in-drawer-animation--slide-top-leave-active{transition:all .3s;transform:translate(0)!important}.in-drawer-animation--slide-top-enter-from,.in-drawer-animation--slide-top-leave-to{transform:translateY(-100%)!important}.in-drawer-animation--slide-right-enter-active,.in-drawer-animation--slide-right-leave-active{transition:all .3s;transform:translate(0)!important}.in-drawer-animation--slide-right-enter-from,.in-drawer-animation--slide-right-leave-to{transform:translateX(100%)!important}.in-drawer-animation--slide-bottom-enter-active,.in-drawer-animation--slide-bottom-leave-active{transition:all .3s;transform:translate(0)!important}.in-drawer-animation--slide-bottom-enter-from,.in-drawer-animation--slide-bottom-leave-to{transform:translateY(100%)!important}.in-drawer-animation--slide-left-enter-active,.in-drawer-animation--slide-left-leave-active{transition:all .3s;transform:translate(0)!important}.in-drawer-animation--slide-left-enter-from,.in-drawer-animation--slide-left-leave-to{transform:translateX(-100%)!important}