.bs-container {
  z-index: 10000000;
}

#lightAssistant__notificationcenter{position:fixed;z-index:100000000;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);transition:background .4s;pointer-events:none;padding:75px 20px 0px 20px;overflow:auto;user-select:none}#lightAssistant__notificationcenter.blocked{pointer-events:all;background-color:rgba(0,0,0,.2)}#lightAssistant__notificationcenter h4{margin-bottom:10px}#lightAssistant__notificationcenter p{line-height:1.4}#lightAssistant__notificationcenter.faded{background:rgba(0,0,0,.8);pointer-events:all}#lightAssistant__notificationcenter>div{margin:auto;pointer-events:all;max-width:600px}.finea__notification{background:#f2f2f2;margin:auto;border:1px solid rgba(0,0,0,.1);border-radius:2px;box-shadow:0 5px 15px 0 rgba(0,0,0,.3);pointer-events:all;margin-bottom:20px;opacity:0;transform:translateY(-50%);will-change:opacity,transform;transition:opacity .4s,transform .4s}.finea__notification.visible{opacity:1;transform:translateY(0)}.finea__notification .button+.button{margin-left:20px}.finea__notification__content{user-select:text;padding:20px;background:#fff}.finea__notification__content>*{margin-bottom:0}.finea__notification__content>:last-child{margin-bottom:0}.finea__notification__buttons{padding:20px;border-top:1px solid #e5e5e5;display:flex;flex-direction:row;justify-content:flex-end;flex-wrap:wrap;margin-bottom:-10px}@media(max-width: 767px){.finea__notification__buttons{flex-direction:column}.finea__notification__buttons .button+.button{margin-left:0}}.finea__notification__buttons>*{margin-bottom:10px}@media(min-width: 768px){.finea__notification--inline{background:#fff;display:flex;flex-direction:row;align-items:flex-end}.finea__notification--inline>:first-child{flex-grow:1;align-self:flex-start}.finea__notification--inline .finea__notification__buttons{border:none}}.finea__notification--error h4{color:#cf0000}
