/* [project]/node_modules/.pnpm/react-modern-drawer@1.4.0_react@19.2.4/node_modules/react-modern-drawer/dist/index.css [app-client] (css) */
.EZDrawer .EZDrawer__checkbox {
  display: none;
}

.EZDrawer .EZDrawer__checkbox:checked ~ .EZDrawer__overlay {
  opacity: 1;
  display: block;
}

.EZDrawer .EZDrawer__checkbox:checked ~ .EZDrawer__container {
  visibility: visible;
  transform: translate3d(0, 0, 0) !important;
}

.EZDrawer .EZDrawer__overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.EZDrawer .EZDrawer__container {
  visibility: hidden;
  background: #fff;
  transition: all;
  position: fixed;
  box-shadow: 0 0 10px 5px #0000001a;
}

/*# sourceMappingURL=e59f0_react-modern-drawer_dist_index_4e331b6c.css.map*/