.notification-container{border-radius:5px;bottom:0;color:#fff;display:none;left:calc(50% - 160px);margin-bottom:10px;position:fixed!important;z-index:100}.notification-container .notification-title-bar{background:rgba(0,0,0,.1)}.notification-container .row{margin-left:0;padding:8px 0 8px 2px}.notification-container .notification-close{cursor:pointer;text-align:right}.notification-container .notification-title-col{max-width:90%}.notification-container .notification-title{font-size:1.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-container .notification-details{-ms-overflow-style:none;margin-top:8px;max-height:400px;max-width:500px;min-width:320px;overflow-wrap:break-word;overflow-y:auto;padding:0 10px 10px;scrollbar-width:none}.notification-container .notification-details::-webkit-scrollbar{display:none}.notification-type-error{background-color:var(--negative)}.notification-type-warning{background-color:var(--warning)}.notification-type-info{background-color:var(--info)}