@charset "utf-8";

.MuiDrawer-docked { flex: 0 0 auto; }

.MuiDrawer-paper { top: 0px; flex: 1 0 auto; height: 100%; display: flex; outline: 0px; z-index: 1200; position: fixed; overflow-y: auto; flex-direction: column; }

.MuiDrawer-paperAnchorLeft { left: 0px; right: auto; }

.MuiDrawer-paperAnchorRight { left: auto; right: 0px; }

.MuiDrawer-paperAnchorTop { inset: 0px 0px auto; height: auto; max-height: 100%; }

.MuiDrawer-paperAnchorBottom { inset: auto 0px 0px; height: auto; max-height: 100%; }

.MuiDrawer-paperAnchorDockedLeft { border-right: 1px solid rgba(0, 0, 0, 0.12); }

.MuiDrawer-paperAnchorDockedTop { border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.MuiDrawer-paperAnchorDockedRight { border-left: 1px solid rgba(0, 0, 0, 0.12); }

.MuiDrawer-paperAnchorDockedBottom { border-top: 1px solid rgba(0, 0, 0, 0.12); }