#notifications-view{display:block;position:fixed;top:0;left:0;width:100%;z-index:11;background-color:var(--light-grey);padding:4rem 1rem 100px;height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch;z-index:9999}#notifications-view .notifications-container{display:block;margin:auto;max-width:650px;padding-bottom:58px}#notifications-view .notifications-container .top-header{display:block;width:100%;border-bottom:1px solid rgba(0,0,0,.4);margin-bottom:2rem}#notifications-view .notifications-container .top-header .tab{display:inline-block;border-bottom:1px solid #000;cursor:pointer}#notifications-view .notifications-container .top-header .tab h1{display:inline-block;padding-bottom:1rem;color:#484848;font-size:26px;font-weight:var(--font-medium);line-height:1.2}#notifications-view .notifications-container h3{color:#484848;font-size:17px;font-weight:var(--font-medium);line-height:1.2;margin-bottom:1rem}#notifications-view .notifications-container hr{display:block;height:1px;width:100%;background-color:rgba(0,0,0,.1);margin-top:3rem;margin-bottom:2rem}#notifications-view .notifications-container .notification{display:flex;align-items:center;flex-direction:row;text-align:left;width:100%;height:auto;background-color:var(--white);box-shadow:0 5px 10px rgba(144,150,172,.1),0 16px 30px rgba(154,159,180,.25);border-radius:10px;padding:.75rem;margin-bottom:1rem}#notifications-view .notifications-container .notification .robot-helper{display:inline-block;width:70px;height:50px;margin-right:.75rem}@media (min-width:650px){#notifications-view .notifications-container .notification .robot-helper{width:80px}}#notifications-view .notifications-container .notification .icon{display:flex;align-items:center;justify-content:center;height:40px;width:70px;margin-right:.75rem}@media (min-width:650px){#notifications-view .notifications-container .notification .icon{width:80px}}#notifications-view .notifications-container .notification .icon svg{height:100%;width:48px}#notifications-view .notifications-container .notification .copy-block{display:inline-block;width:100%}#notifications-view .notifications-container .notification .copy-block h5{color:#484848;font-size:1rem;font-weight:var(--font-medium);line-height:1.3}#notifications-view .notifications-container .notification .copy-block a{color:#3558d4;transition:opacity .3s ease;font-size:1rem}#notifications-view .notifications-container .notification .copy-block a:focus,#notifications-view .notifications-container .notification .copy-block a:hover{opacity:.8}