@media screen and (max-width:767px){.mobile-md{display:none!important}}@media screen and (max-width:1299px) and (min-width:768px){.mobile-md-hide{display:none!important}}@media screen and (min-width:768px){.mobile-only{display:none!important}}.notification{animation:showUp .3s;color:#fff;margin-top:50px;opacity:.9;pointer-events:none;position:fixed;right:0;top:0;width:100%;z-index:999999}.notification__content{align-items:center;border-radius:16px;display:flex;flex-direction:row;justify-content:flex-start;margin:0 auto;padding:15px;width:300px}@media (max-width:767px){.notification__content{padding:10px}}.notification__content--error{background-color:#dc3545}.notification__content--success{background-color:#0675a2}.notification i{font-size:26px;padding-left:5px;padding-right:15px}@media (max-width:767px){.notification i{font-size:20px}}.notification h1{font-size:20px;margin:0}@media (max-width:767px){.notification h1{font-size:18px}}.notification p{font-size:12px;margin:0}@keyframes showUp{0%{margin-top:0;opacity:0}to{margin-top:50px;opacity:.9}}