:root{--very-light-grayish-blue:#f7fafd;--light-grayish-blue-1:#e5effa;--light-grayish-blue-2:#dde7ee;--grayish-blue:#939dae;--dark-grayish-blue:#5e6778;--very-dark-blue:#1c202b}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafd;background-color:var(--very-light-grayish-blue);font-family:Plus Jakarta Sans,sans-serif;margin:0}#root,body{height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.flex{display:flex}.container{background-color:#fff;border-radius:15px;box-shadow:0 0 2rem hsla(0,0%,57%,.2);margin:2rem auto;max-width:50rem;padding:2rem}.header{display:flex;justify-content:space-between;margin-bottom:1rem}.headerTitle{font-weight:800;margin:0}.markAsRead{align-items:flex-end;color:var(--dark-grayish-blue);cursor:pointer;display:flex;font-size:large}.pill{background-color:var(--very-dark-blue);border-radius:5px;color:#fff;font-weight:800;margin-left:1rem;padding:.6rem 1.5rem}.notification{border-radius:10px;display:flex;font-size:large;padding:1.2rem}.notifContainer:not(:first-child){margin-top:1rem}.notification[new=true]{background-color:var(--very-light-grayish-blue);border:1px solid hsla(0,0%,59%,.1)}.avatar{height:4rem;width:4rem}.textContainer{color:var(--dark-grayish-blue);display:inline-flex}.username{color:var(--very-dark-blue);cursor:pointer;font-weight:800;margin-right:.5rem;white-space:pre}.notificationBlock{padding-left:1em}.relativeDate{color:var(--dark-grayish-blue)}.notifPicture{margin-left:auto;max-height:64px}.quote{color:var(--dark-grayish-blue);display:flex;font-size:large;margin:0 2.4rem}.quote>div:first-child{min-width:64px}.quote>div:last-child{border:1px solid hsla(0,0%,59%,.2);border-radius:10px;padding:1rem;transition:.5s}.quote>div:last-child:hover{background-color:var(--very-light-grayish-blue);transition:.5s}a{color:var(--very-dark-blue);font-weight:800;text-decoration:none}.blob{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;background:red;border-radius:50%;box-shadow:0 0 0 0 red;height:.5rem;left:-.2rem;margin:1rem;position:relative;top:-.6rem;-webkit-transform:scale(1);transform:scale(1);width:.5rem}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,0,0,.7);-webkit-transform:scale(1);transform:scale(1)}70%{box-shadow:0 0 0 10px rgba(255,0,0,0);-webkit-transform:scale(1);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(255,0,0,0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,0,0,.7);-webkit-transform:scale(1);transform:scale(1)}70%{box-shadow:0 0 0 10px rgba(255,0,0,0);-webkit-transform:scale(1);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(255,0,0,0);-webkit-transform:scale(1);transform:scale(1)}}
/*# sourceMappingURL=main.d82979af.css.map*/