@charset "utf-8";

.popUpNotifier { width: 100%; position: fixed; height: auto; top: 0px; left: 0px; z-index: 250; color: white; margin: 0px; }

.popUpNotifier a { text-decoration: none; color: inherit !important; }

.popUpNotifier__content { text-align: center; font-size: 16px; }

.popUpNotifier__close-btn { position: absolute; right: 0px; top: calc(50% - 16px); width: 2rem; font-size: 20px; }

.popUpNotifier--primary { background-color: rgb(23, 121, 186); }

.popUpNotifier--secondary { background-color: rgb(118, 118, 118); }

.popUpNotifier--success { background-color: rgb(58, 219, 118); }

.popUpNotifier--warning { background-color: rgb(255, 174, 0); }

.popUpNotifier--alert { background-color: rgb(204, 75, 55); }