.notification-container{background:#111;border:1px solid #202020;align-items:center;gap:6px;width:450px;padding:10px;display:flex}.notification-container.success{border:1px solid #59bf6233}.notification-container.error{border:1px solid #e22d1b33}.notification-icon-containter{background:#202020;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:70px;height:70px;padding:5px 6px;display:flex}.notification-icon-containter.success{background:#59bf6233}.notification-icon-containter.error{background:#e22d1b33}.notification-icon{flex-shrink:0;width:24px;height:24px}.notification-content{flex-direction:column;flex:1 0 0;justify-content:center;align-self:stretch;align-items:flex-start;display:flex}.notification-header{justify-content:center;align-self:stretch;align-items:center;gap:10px;padding:0 6px;display:flex}.notification-title{flex:1 0 0;align-items:center;gap:10px;display:flex}.notification-title-text{color:var(--Default-Light-grey,#e6e6e6);text-align:right;font-family:PT Mono;font-size:13px;font-style:normal;font-weight:700;line-height:normal}.notification-title-text .success{color:var(--System-Green,#59bf62)}.notification-title-text .error{color:var(--System-Red,#e22d1b)}.notification-close{justify-content:center;align-items:center;gap:10px;width:25px;padding:5px;display:flex}.notification-close>.icon{flex-shrink:0;width:15px;height:15px}.notification-body{justify-content:center;align-self:stretch;align-items:center;gap:10px;padding:5px 70px 5px 5px;display:flex}.notification-message{flex:1 0 0;justify-content:center;align-items:center;gap:10px;display:flex}.notification-message>p{color:var(--Default-Grey,#b8b8b8);flex:1 0 0;font-family:Commissioner;font-size:11px;font-style:normal;font-weight:500;line-height:normal}
