.monthly-report-notification{animation:slideInLeft .5s ease-in-out 1s forwards;background-color:#ba112a;border-radius:8px 0 0 8px;box-shadow:0 2px 5px rgba(0,0,0,.2);color:#fff;padding:30px 35px 30px 20px;position:fixed;right:-100%;top:150px;width:350px;z-index:10}.monthly-report-notification.monthly-report-notification--hide{animation:slideOutRight .5s ease-in-out 0s forwards}.monthly-report-notification__close{background:none;border:none;cursor:pointer;font-size:1.5rem;font-weight:400;padding:.15rem;position:absolute;right:.7rem;top:.3rem;z-index:2}.monthly-report-notification a{color:#fff;text-decoration:underline}@keyframes slideInLeft{0%{right:-100%}to{right:0}}@keyframes slideOutRight{0%{right:0}to{right:-100%}}