.h-modal {
    z-index: 100;
  }
  .menu-list {
    transform: translateX(100%);
    max-width: 20rem;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .menu-list.show {
    transform: translateX(0);
  }