html{height:100%;width:100%}body *{box-sizing:border-box}body{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:100%;width:100%;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.reminders-list li{list-style:none;justify-content:space-between;min-height:46px;margin-bottom:8px;box-shadow:1px 1px 1px 1px rgba(0,0,0,.051)}.reminders-list li,.status{display:flex;align-items:center}.status{justify-content:center;width:32px;height:32px;margin-right:16px;background:none;border:none;box-shadow:0 0 5px 1px #dcd8d8;cursor:pointer}.status svg{fill:#d8d6d6}.completed{box-shadow:inset 0 0 5px 1px #dcd8d8}.completed svg{fill:rgba(108,171,12,.88)}.reminders-list p{margin:0}.reminders-list .remove{background:none;border:none;margin:0 16px 0 auto;width:44px;cursor:pointer}.reminders-list .remove:hover{color:#c22e2e;background:#e6e1e1;border-radius:22px}.reminders-list .due-date{color:grey}.reminders-list{padding:0 24px;margin-bottom:46px}hr{border:none;border-top:8px double rgba(0,0,0,.15);margin:32px 0 0;height:42px;overflow:visible;text-align:center;color:rgba(0,0,0,.45)}hr:after{content:"Past";position:relative;top:-16px;padding:0 8px;background:#fff}main.app{max-width:860px;margin:auto}header{text-align:center;padding:24px;line-height:1.3}form{padding:0 24px}.reminder-input{font-size:1.2em;width:100%;height:50px;border:none}.date-group{width:100%;margin:16px 0}#date{margin-left:16px;width:182px}.button-group{display:flex;width:100%}.button-group button{height:36px;min-width:132px;background:rgba(124,229,124,.26);border-radius:6px;border:1px solid #c9b9b9}.button-group button:hover{background:rgba(124,229,124,.46)}.button-group .delete{margin-left:auto;background:rgba(194,77,62,.26)}.button-group .delete:hover{margin-left:auto;background:rgba(194,77,62,.46)}.filters{display:flex;justify-content:space-between;flex-wrap:wrap;margin:4px 0}.filters-group{display:flex;font-size:.8em;padding:8px 0}.filters-group span{font-weight:600;margin-right:4px}.filters-group input{margin-right:12px}.filters-group input:last-of-type{margin-right:0}
/*# sourceMappingURL=main.278ca103.chunk.css.map */