.notification .notification__button{width:40px;height:60px;position:relative;display:flex;place-content:center;place-items:center;place-self:center;cursor:pointer}.notification .notification__button .notification__button-circle{background-color:#d64646;width:24px;height:24px;display:flex;place-content:center;place-items:center;place-self:center;border-radius:50%;font-size:.75rem;top:0;right:0;z-index:1000}.notification .notification__popup{width:16rem;position:absolute;background-color:#231d3a;left:50%;transform:translate(-50%);border-radius:5px;border:1px solid #171227}.notification .notification__popup .notification__popup-top{display:flex;align-items:center;border-bottom:1px solid #171227;width:100%;height:100%;padding:.25rem .5rem;font-weight:700;border-radius:5px 5px 0 0;background-color:#231d3a}.notification .notification__popup .notification__list .notification__list-item{padding:.25rem .5rem}.notification .notification__popup .notification__list .notification__list-item:not(:last-child){border-bottom:1px solid #171227}.notification .notification__popup .notification__list .notification__list-item .notification__list-date{font-size:.875rem;font-weight:700}