*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-tertiary: #1e2a47;--bg-hover: #253555;--bg-active: #2a3f5f;--bg-input: #16213e;--border-color: #2a2a4a;--text-primary: #e0e0e0;--text-secondary: #aaa;--text-muted: #666;--accent: #7c8aff;--accent-hover: #6a78e6;--danger: #ff6b6b;--success: #51cf66;--scrollbar-thumb: #2a2a4a;--scrollbar-thumb-hover: #3a3a5a;--warning: #ffd43b;--overlay: rgba(0, 0, 0, .6);--danger-subtle: rgba(255, 107, 107, .1);--accent-subtle: rgba(124, 138, 255, .15);--status-online: #43b581;--status-dnd: #f04747;--status-idle: #faa61a;--voice-speaking: #43b581;--badge-bg: #ed4245;--accent-faint: rgba(124, 138, 255, .05)}body.light-theme{--bg-primary: #eef0f2;--bg-secondary: #f8f9fa;--bg-tertiary: #e4e6e9;--bg-hover: #dcdfe3;--bg-active: #cfd3d9;--bg-input: #ffffff;--border-color: #d0d3d8;--text-primary: #1a1a2e;--text-secondary: #444;--text-muted: #777;--accent: #5b6abf;--accent-hover: #4a59a8;--danger: #e55a5a;--success: #40b84e;--scrollbar-thumb: #bbb;--scrollbar-thumb-hover: #999;--warning: #c99200;--overlay: rgba(0, 0, 0, .4);--danger-subtle: rgba(220, 60, 60, .08);--accent-subtle: rgba(91, 106, 191, .15);--accent-faint: rgba(91, 106, 191, .06)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}html,body{height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--font-size, 14px);background:var(--bg-primary);color:var(--text-primary)}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}body.reduced-motion *{transition:none!important;animation:none!important}body.high-contrast{--bg-primary: #000;--bg-secondary: #111;--text-primary: #fff;--border-color: #fff}body.dyslexia-font{font-family:OpenDyslexic,Comic Sans MS,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}input:not([type=range]):not([type=file]){display:block;width:100%;padding:.75rem;margin-bottom:.75rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-input);color:var(--text-primary);font-size:.95rem}input:not([type=range]):not([type=file]):focus{outline:none;border-color:var(--accent)}button{display:block;width:100%;padding:.75rem;border:none;border-radius:6px;background:var(--accent);color:#fff;font-size:1rem;cursor:pointer}button:hover:not(:disabled){background:var(--accent-hover)}button:disabled{opacity:.6;cursor:not-allowed}.error{color:var(--danger);margin-bottom:.75rem;font-size:.85rem}.success{color:var(--success);margin-bottom:.75rem;font-size:.85rem}.login-container,.register-container{max-width:360px;margin:15vh auto;padding:2rem}.login-container h1,.register-container h1{margin-bottom:1.5rem;text-align:center}.login-container p,.register-container p{text-align:center;margin-top:1rem;font-size:.9rem}.modal-overlay{position:fixed;inset:0;background:var(--overlay);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;width:360px}.modal h3{font-size:1.1rem;margin-bottom:1rem}.modal p{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.25rem}.modal-actions{display:flex;gap:.75rem}.modal-cancel{flex:1;background:var(--border-color);color:var(--text-primary)}.modal-cancel:hover{background:var(--bg-hover)}.modal-confirm{flex:1;background:var(--danger)}.modal-confirm:hover{background:var(--accent-hover)}.presence-dot,.status-dot,.status-indicator{width:10px;height:10px;border-radius:50%;background:var(--text-muted)}.presence-dot.online,.status-dot.online,.status-indicator.online{background:var(--status-online)}.presence-dot.idle,.status-dot.idle,.status-indicator.idle{background:var(--status-idle)}.presence-dot.dnd,.status-dot.dnd,.status-indicator.dnd{background:var(--status-dnd)}.presence-dot.invisible,.status-dot.invisible,.status-indicator.invisible{background:var(--text-muted)}.empty-state,.empty{color:var(--text-muted);text-align:center;padding:2rem;font-size:.85rem}.message-area{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.message-header{padding:.75rem 1rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;gap:.25rem}.message-header h3{font-size:1rem;font-weight:600;margin:0;flex:1}.message-list{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1rem 1rem 1rem 1.5rem;display:flex;flex-direction:column;gap:.1rem;align-items:flex-start}.message-list:before{content:"";flex:1}.message{padding:.2rem 0;width:100%;position:relative}.message:hover .message-actions{opacity:1}.message.pending{opacity:.6}.message.failed{opacity:.8}.message-meta{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.15rem}.message-sender{font-weight:600;font-size:.85rem;color:var(--accent)}.message-time{font-size:.7rem;color:var(--text-muted)}.message-content{font-size:.9rem;line-height:1.4;word-break:break-word}.message-with-avatar{display:flex;gap:.75rem;align-items:flex-start}.message-body{flex:1;min-width:0}.message-continuation{padding-left:calc(36px + .75rem)}.message-failed{font-size:.75rem;color:var(--danger)}.message-edited{font-size:.65rem;color:var(--text-muted)}.message-actions{position:absolute;top:0;right:.5rem;opacity:0;transition:opacity .15s;display:flex;gap:.2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:.1rem}.message-actions button{width:auto;padding:.15rem .4rem;background:none;border:none;cursor:pointer;font-size:.75rem;border-radius:3px}.message-actions button:hover{background:var(--border-color)}.message.editing{background:var(--accent-faint);border-radius:4px}.message.highlighted{animation:highlight-pulse 2s ease-out}@keyframes highlight-pulse{0%{background:var(--accent-subtle)}to{background:transparent}}.edit-form input{margin-bottom:0;font-size:.9rem;padding:.4rem .5rem}.edit-hint{font-size:.7rem;color:var(--text-muted);padding:.2rem .5rem}.reactions{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.3rem}.reaction-badge{width:auto;padding:.15rem .5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:12px;font-size:.75rem;cursor:pointer;color:var(--text-primary)}.reaction-badge:hover{background:var(--bg-hover)}.reaction-badge.own{border-color:var(--accent);background:var(--accent-subtle)}.loading-older{text-align:center;padding:.5rem;font-size:.8rem;color:var(--text-muted)}.jump-to-bottom{position:absolute;bottom:5rem;right:1.5rem;width:auto;padding:.4rem .8rem;background:var(--accent);border:none;border-radius:16px;font-size:.8rem;cursor:pointer;box-shadow:0 2px 8px var(--overlay);z-index:10}.jump-to-bottom:hover{background:var(--accent-hover)}.typing-indicator{padding:.25rem 1rem;font-size:.8rem;color:var(--text-muted);font-style:italic}.message-input{display:flex;align-items:flex-end;padding:.75rem 1rem;gap:.5rem;border-top:1px solid var(--border-color)}.message-input input{flex:1;margin-bottom:0}.message-input button{width:auto;padding:.75rem 1.25rem}.reply-bar{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-tertiary);border-left:3px solid var(--accent);font-size:.8rem}.reply-label{color:var(--accent);white-space:nowrap}.reply-preview{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.reply-cancel{width:auto;padding:.2rem .5rem;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.9rem}.reply-cancel:hover{color:var(--text-primary)}.reply-hint{font-size:.75rem;color:var(--accent);opacity:.7}.quote-block{border-left:2px solid var(--accent);padding:.2rem .5rem;margin-bottom:.2rem;font-size:.8rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.1rem}.quote-author{color:var(--accent);font-weight:600;font-size:.75rem}.quote-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.unread-divider{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;width:100%}.unread-divider:before,.unread-divider:after{content:"";flex:1;height:1px;background:var(--danger)}.unread-divider span{font-size:.75rem;color:var(--danger);white-space:nowrap;font-weight:600}.date-divider{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;width:100%}.date-divider:before,.date-divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.date-divider span{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.rules-banner{padding:1rem 1.5rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.system-message{text-align:center;padding:.4rem 1rem;width:100%}.system-message span{font-size:.8rem;color:var(--text-muted);font-style:italic}.rules-banner h4{font-size:.85rem;color:var(--accent);margin:0 0 .5rem}.rules-text{font-size:.85rem;color:var(--text-primary);line-height:1.6;white-space:pre-wrap;font-family:inherit;margin:0}.pending-files{display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem 1rem;border-top:1px solid var(--border-color)}.pending-file{display:flex;align-items:center;gap:.3rem;background:var(--bg-tertiary);border-radius:4px;padding:.25rem .5rem;font-size:.75rem;color:var(--text-secondary)}.pending-file-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-file-remove{width:auto;padding:0 .3rem;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.8rem}.pending-file-remove:hover{color:var(--danger);background:none}.file-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;cursor:pointer;font-size:1.1rem;border-radius:4px;flex-shrink:0;margin-bottom:0}.file-btn:hover{background:var(--bg-tertiary)}.message-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}.attachment-image{max-width:300px;max-height:200px;border-radius:6px;cursor:pointer;object-fit:cover}.attachment-image:hover{opacity:.9}.lightbox{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer}.lightbox img{max-width:40vw;max-height:40vh;border-radius:4px;object-fit:contain}.attachment-file{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .75rem;background:var(--bg-tertiary);border-radius:4px;font-size:.8rem;color:var(--accent);text-decoration:none}.attachment-file:hover{background:var(--bg-hover);text-decoration:none}.attachment-size{color:var(--text-muted);font-size:.7rem}.md-codeblock{display:block;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px;padding:.5rem .75rem;font-family:Consolas,Monaco,monospace;font-size:.8rem;white-space:pre-wrap;margin:.3rem 0;overflow-x:auto}.md-code{background:var(--bg-tertiary);border-radius:3px;padding:.1rem .3rem;font-family:Consolas,Monaco,monospace;font-size:.85em}.md-spoiler{background:var(--text-primary);color:var(--text-primary);border-radius:3px;padding:0 .2rem;cursor:pointer;transition:color .2s}.md-spoiler:hover,.md-spoiler.revealed{color:var(--text-secondary);background:var(--bg-tertiary)}.link-previews{display:flex;flex-direction:column;gap:.4rem;margin-top:.4rem}.link-preview-card{display:flex;gap:.75rem;padding:.6rem;background:var(--bg-tertiary);border-left:3px solid var(--accent);border-radius:4px;text-decoration:none;max-width:400px;overflow:hidden}.link-preview-card:hover{background:var(--bg-hover);text-decoration:none}.lp-image{width:60px;height:60px;border-radius:4px;object-fit:cover;flex-shrink:0}.lp-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.lp-site{font-size:.65rem;color:var(--text-muted);text-transform:uppercase}.lp-title{font-size:.8rem;font-weight:600;color:var(--accent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-desc{font-size:.75rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.header-btn{width:auto;padding:.3rem .5rem;background:none;border:none;font-size:1rem;cursor:pointer;border-radius:4px;color:var(--text-muted)}.header-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.pins-panel{position:absolute;top:48px;right:1rem;width:300px;max-height:400px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px var(--overlay);z-index:100;display:flex;flex-direction:column;overflow:hidden}.pins-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;border-bottom:1px solid var(--border-color);font-size:.85rem;font-weight:600}.pins-close{width:auto;padding:.2rem .4rem;background:none;border:none;cursor:pointer;color:var(--text-muted)}.pins-close:hover{color:var(--text-primary);background:none}.pins-list{overflow-y:auto;padding:.5rem}.pin-item{padding:.5rem;border-bottom:1px solid var(--border-color)}.pin-item:last-child{border-bottom:none}.pin-meta{display:flex;gap:.5rem;margin-bottom:.2rem}.pin-sender{font-size:.75rem;font-weight:600;color:var(--accent)}.pin-time{font-size:.65rem;color:var(--text-muted)}.pin-content{font-size:.8rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pins-empty{padding:1rem;text-align:center;color:var(--text-muted);font-size:.8rem}.read-receipt{padding:.15rem 1rem;font-size:.7rem;color:var(--text-muted);text-align:right}.thread-backdrop{position:fixed;inset:0;z-index:1400}.thread-panel{position:fixed;top:0;right:0;width:350px;height:100vh;background:var(--bg-secondary);border-left:1px solid var(--border-color);z-index:1401;display:flex;flex-direction:column}.thread-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border-color);font-weight:600;font-size:.9rem}.thread-close{width:auto;padding:.2rem .5rem;background:none;border:none;cursor:pointer;color:var(--text-muted)}.thread-close:hover{color:var(--text-primary);background:none}.thread-messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.thread-msg{padding:.4rem 0}.thread-msg.thread-root{padding-bottom:.6rem;border-bottom:1px solid var(--border-color);margin-bottom:.3rem}.thread-msg-sender{font-size:.8rem;font-weight:600;color:var(--accent);display:block;margin-bottom:.1rem}.thread-msg-content{font-size:.85rem;color:var(--text-primary);line-height:1.4}.thread-msg-time{font-size:.65rem;color:var(--text-muted)}.thread-empty{padding:1rem;text-align:center;color:var(--text-muted);font-size:.8rem}.inline-gif{display:block;margin-top:.3rem}.schedule-backdrop{position:fixed;inset:0;background:var(--overlay);z-index:200}.schedule-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;z-index:201;min-width:300px;max-width:400px;display:flex;flex-direction:column;gap:.75rem}.schedule-modal h4{margin:0;color:var(--text-primary)}.schedule-modal label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--text-muted)}.schedule-modal input{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px;padding:.4rem;color:var(--text-primary);font-size:.85rem}.schedule-actions{display:flex;gap:.5rem;justify-content:flex-end}.accent-btn{background:var(--accent);color:var(--text-primary)}.scheduled-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--bg-tertiary);border-radius:4px}.scheduled-content{flex:1;font-size:.85rem;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheduled-time{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.cancel-sched-btn{font-size:.7rem;padding:.2rem .4rem;background:var(--danger);color:var(--text-primary);border:none;border-radius:3px;cursor:pointer;width:auto}.scheduled-status{font-size:.7rem;color:var(--text-muted);text-transform:uppercase}.custom-emoji{width:22px;height:22px;vertical-align:middle;object-fit:contain;display:inline}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:.3rem .5rem;font-size:.75rem;color:var(--text-primary);white-space:nowrap;pointer-events:none;opacity:0;z-index:9999;margin-bottom:.25rem}[data-tooltip]:hover:after{opacity:1}[data-tooltip-pos=below]:after{bottom:auto;top:100%;margin-bottom:0;margin-top:.25rem}[data-tooltip-pos=left]:after{left:0;transform:none}[data-tooltip-pos=right]:after{left:auto;right:0;transform:none}[data-tooltip-pos=below-left]:after{bottom:auto;top:100%;left:0;transform:none;margin-bottom:0;margin-top:.25rem}.mention{background:#5865f226;color:#7289da;padding:0 3px;border-radius:3px;font-weight:600}.mention-everyone{background:#faa61a26;color:#faa61a}.mention-role{background:#5865f226;color:#5865f2}.muted{color:var(--text-muted);font-size:.85rem}.btn-small{width:auto;padding:.4rem .75rem;font-size:.8rem;white-space:nowrap}.btn-muted{background:var(--bg-tertiary);color:var(--text-muted)}.btn-icon{width:28px;height:28px;padding:0;background:none;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.btn-icon:hover{background:var(--bg-hover);color:var(--text-primary)}.btn-icon-danger:hover{background:var(--danger-subtle);color:var(--danger)}.save-btn{background:var(--accent);color:var(--text-primary)}.danger-btn{background:var(--danger);color:var(--text-primary);border:none;padding:.4rem .75rem;border-radius:4px;cursor:pointer;font-size:.8rem}.danger-btn:disabled{opacity:.4;cursor:not-allowed}.actions{display:flex;gap:.5rem}.section-divider{border:none;border-top:1px solid var(--border-color);margin:.5rem 0}.member-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);padding:.75rem 0 .25rem}.inline-action{display:flex;gap:.5rem;align-items:center}.inline-action input,.inline-action select{flex:1;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px;padding:.4rem .5rem;color:var(--text-primary);font-size:.85rem;margin-bottom:0}.member-row{display:flex;align-items:center;gap:.5rem;padding:.65rem .5rem;border-radius:4px;background:var(--bg-tertiary)}.member-name{flex:1;font-size:.85rem;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-role-badge{font-size:.65rem;color:var(--accent);background:var(--accent-subtle);padding:.15rem .5rem;border-radius:10px;text-transform:uppercase;font-weight:600;flex-shrink:0}.kick-btn,.ban-btn{font-size:.7rem;padding:.2rem .4rem;border:none;border-radius:3px;cursor:pointer;width:auto;flex-shrink:0}.kick-btn{background:var(--bg-active);color:var(--text-secondary)}.ban-btn{background:var(--danger);color:var(--text-primary)}.field-hint{font-size:.78rem;margin-top:-4px}.field-hint-error{color:#ed4245}.field-hint-warn{color:#faa61a}.perm-check{display:flex;align-items:center;gap:6px;font-size:.82rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .1s;white-space:nowrap}.perm-check input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent)}.perm-check:hover{background:var(--bg-hover)}.perm-label{-webkit-user-select:none;user-select:none}.permissions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px 12px;margin-bottom:8px}.progress-bar{height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);transition:width .3s}.invite-link-row{display:flex;gap:.5rem;align-items:center}.invite-link-input{flex:1;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px;padding:.5rem;color:var(--text-primary);font-size:.85rem;margin-bottom:0}.toast-container .ngx-toastr{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem!important;width:auto;max-width:400px;background-image:none!important;box-shadow:0 2px 8px #0000004d;border-radius:6px}.toast-container .toast-message{flex:1;font-size:.8rem;line-height:1.3;white-space:nowrap}.toast-container .toast-close-button{position:static;float:none;order:1;font-size:.9rem;opacity:.6;padding:0 .25rem}.toast-container .toast-close-button:hover{opacity:1;background:none}body.cb-protanopia,body.cb-deuteranopia{--status-online: #3b82f6;--status-dnd: #f97316;--voice-speaking: #3b82f6;--badge-bg: #7c3aed}body.cb-tritanopia{--status-online: #ef4444;--status-dnd: #f97316;--voice-speaking: #ef4444;--badge-bg: #ef4444}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--bg-input) inset!important;-webkit-text-fill-color:var(--text-primary)!important;transition:background-color 5000s ease-in-out 0s}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width:240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px)and (max-width:480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px)and (max-width:768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}
