:root{--notify-txt-color:#000;--notify-padding:20px;--notify-radius:8px;--notify-shadow:5px 0px 26px rgba(0,0,0,0.12);--notify-default-bg:#333;--notify-error:#C23B33;--notify-warning:#FDCb57;--notify-success:#5E7361;--notify-error-bg:#ffd4d2;--notify-warning-bg:#ffe9b7;--notify-success-bg:#9ac3aa}[notify-container]{max-width:100%;position:fixed;bottom:var(--notify-padding);left:var(--notify-padding);right:var(--notify-padding);z-index:10000;box-sizing:border-box}[notify-container]:empty{display:none!important}[jbi-notification]{color:var(--notify-txt-color);padding:var(--notify-padding);border-radius:var(--notify-radius);box-shadow:var(--notify-shadow);display:inline-block;max-width:400px;width:100%;float:left;clear:both;cursor:pointer;-webkit-user-select:none;user-select:none;transform:translateY(0px);opacity:1;transition:all 1000ms cubic-bezier(0,0,0,1);background:var(--notify-default-bg);color:#fff}[jbi-notification],[jbi-notification] *{box-sizing:border-box}[jbi-notification] p:last-child{padding-bottom:0}[jbi-notification]:not(:last-child){margin-bottom:15px}[jbi-notification] i,[jbi-notification] svg{pointer-events:none;-webkit-user-select:none;user-select:none}[jbi-notification]:hover{opacity:0.95}[jbi-notification].animate-hidden{transform:translateY(50px);opacity:0}[jbi-notification].animate-remove{transform:translateY(-50px);opacity:0}[jbi-notification] .type-icon{font-size:30px;position:absolute;font-size:30px}[jbi-notification] .title{font-weight:600;flex:1 1 auto;padding-left:calc(var(--notify-padding) * 2);padding-right:calc(var(--notify-padding) * 4);padding-bottom:0;margin-bottom:0}[jbi-notification] .close{float:right;flex:0 1 auto;padding:5px;right:-5px;top:2.5px;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}[jbi-notification] .close i,[jbi-notification] .close svg{font-size:28px}[jbi-notification] .close:hover{opacity:0.85}[jbi-notification] .close:active{opacity:0.6}[jbi-notification] .header{position:relative;width:100%;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}[jbi-notification] .body{width:100%;font-weight:400}[jbi-notification] .body p{margin-bottom:0;padding-bottom:0;position:relative}[jbi-notification] .body p:empty{display:none}[jbi-notification] .body p:first-child{margin-top:10px}[jbi-notification][type=success]{background:var(--notify-success-bg);color:#000}[jbi-notification][type=success] .type-icon{color:var(--notify-success)}[jbi-notification][type=error]{background:var(--notify-error-bg);color:#000}[jbi-notification][type=error] .type-icon{color:var(--notify-error)}[jbi-notification][type=warning]{background:var(--notify-warning-bg);color:#000}[jbi-notification][type=warning] .type-icon{color:var(--notify-warning)}
/*# sourceMappingURL=jbi.public.css.map */