body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;width:100vw;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root{height:100%;overflow:hidden}.App{text-align:center;margin:8px;height:calc(100% - 16px);width:calc(100% - 16px);touch-action:manipulation}h1{margin:0 0 8px;font-size:16px}.container{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 72px)}.swipe{height:48px;width:100%;touch-action:none;background:grey}.mode-tools{display:flex;justify-content:space-between;padding:2px}.cancel{width:20%;background-color:#fff;color:#000}.cancel,.done{height:44px;border-radius:3px;border:1px solid #192d9e;font-size:16px}.done{width:70%;background-color:#192d9e;color:#fff}.done:disabled{background-color:#a9a9a9}.records{display:flex;overflow:auto;grid-gap:32px;gap:32px;margin:0 32px;height:100vh}.records .group{margin-bottom:8px}.group{display:flex;flex-direction:column;flex:0 0 80vw;overflow:hidden}.group-title{font-weight:700}.record-list{overflow-y:auto;scroll-behavior:smooth;max-height:100vh}.record-item{display:flex;flex-direction:column;width:100%}.record-item-details{display:flex;grid-gap:8px;gap:8px;width:100%;padding:4px 0;overflow-x:hidden}.record-sub-items{display:flex;flex-direction:column}.record-sub-items .record-item-details{margin-left:8px}.record-time{flex:0 0 20%}.record-count{flex:0 0 10%}.record-note{flex:0 0 auto}
/*# sourceMappingURL=main.f9443f66.chunk.css.map */