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

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

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

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

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

/*# sourceMappingURL=7c220_react-modern-drawer_dist_index_b52d8e88.css.map*/