.notificationsTag{bottom:30px;position:fixed;right:0;z-index:1061}.notificationsTag .displayedMessage{border:2px solid #fff;border-radius:100px 0 0 100px;color:#fff;max-width:30vw;padding:10px 30px;transform:translateX(200%)}@media(max-width:768px){.notificationsTag .displayedMessage{max-width:90vw}}.notificationsTag .displayedMessage.isDisplayed{animation:slideIn_Right .5s ease-in-out forwards}.notificationsTag .displayedMessage.isHiding{animation:slideOut_Right .5s ease-in-out forwards!important}.notificationsTag .displayedMessage.success-tag{background-color:#6bb1a9}.notificationsPanel{left:50%;position:fixed;top:0;transform:translateX(-50%);z-index:1061}.notificationsPanel .displayedMessage{border:2px solid #fff;border-radius:100px;color:#fff;max-width:30vw;min-width:30vw;padding:15px 35px;transform:translateY(-200%)}@media(max-width:768px){.notificationsPanel .displayedMessage{max-width:90vw;min-width:90vw}}.notificationsPanel .displayedMessage.isDisplayed{animation:slideDown .5s ease-in-out forwards}.notificationsPanel .displayedMessage.isHiding{animation:slideUp .5s ease-in-out forwards!important}.notificationsPanel .displayedMessage.success{background-color:#27ace3}.notificationsPanel .displayedMessage.error{background-color:#ff5252}.notificationsPanel .displayedMessage.info{background-color:#fff;border-color:#27ace3;color:#162435}.notificationsPanel .displayedMessage .innerArea{text-align:center}.notificationsPanel .displayedMessage .innerArea .messageTitle{font-size:1.5rem;font-weight:700}.notificationsPanel .displayedMessage .innerArea .messageText,.notificationsPanel .displayedMessage .innerArea .messageTitle{display:inline-block;max-width:75%;min-width:35%;text-align:center}@keyframes slideDown{0%{transform:translateY(-200%)}to{transform:translateY(10px)}}@keyframes slideUp{0%{transform:translateY(10px)}to{transform:translateY(-200%)}}@keyframes slideIn_Right{0%{transform:translateX(200%)}to{transform:translateX(10px)}}@keyframes slideOut_Right{0%{transform:translateX(10px)}to{transform:translateX(200%)}}
/*# sourceMappingURL=551.e7c5287a.chunk.css.map*/