.go-core-toastr-overlay{z-index:200000;background:#0a0d126b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.go-core-toastr-dialog{border-radius:var(--radius-20);background:var(--color-white);width:min(100%,480px);padding:24px;position:relative;box-shadow:0 24px 80px #0f172a2e}.go-core-toastr-close{border-radius:var(--radius-10);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:absolute;top:18px;right:18px}.go-core-toastr-close:hover{background:var(--color-gray-50)}.go-core-toastr-head{align-items:flex-start;gap:var(--gap-16);flex-direction:column;padding-right:42px;display:flex}.go-core-toastr-icon-shell{border-radius:var(--radius-pill);box-sizing:border-box;border:8px solid;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.go-core-toastr-icon-shell img{width:23px;height:21px}.go-core-toastr-dialog--warning .go-core-toastr-icon-shell{background:var(--color-warning-100);border-color:var(--color-warning-50)}.go-core-toastr-dialog--error .go-core-toastr-icon-shell,.go-core-toastr-dialog--delete .go-core-toastr-icon-shell{background:var(--color-error-100);border-color:var(--color-error-50)}.go-core-toastr-dialog--success .go-core-toastr-icon-shell{background:var(--color-success-100);border-color:var(--color-success-50)}.go-core-toastr-dialog--info .go-core-toastr-icon-shell{background:var(--color-blue-50);border-color:var(--color-blue-25)}.go-core-toastr-dialog--delete .go-core-toastr-button--primary{background:var(--color-error-500)}.go-core-toastr-title{font-family:Inter,serif;font-weight:600;font-size:var(--font-size-title);color:var(--color-gray-800);margin:0;line-height:1.2}.go-core-toastr-content{font-family:Inter,serif;font-weight:400;font-size:var(--font-size-normal);color:var(--color-gray-600);margin-top:14px;line-height:1.6}.go-core-toastr-content p{margin:0}.go-core-toastr-actions{justify-content:flex-end;gap:var(--gap-content);margin-top:24px;display:flex}.go-core-toastr-button{border-radius:var(--radius-10);border:var(--border-transparent);min-width:128px;height:44px;font-family:Inter,serif;font-weight:600;font-size:var(--font-size-normal);cursor:pointer;padding:0 18px;line-height:1}.go-core-toastr-button--secondary{border-color:var(--border-color);background:var(--color-white);color:var(--color-gray-600)}.go-core-toastr-button--primary{background:var(--color-brand-600);color:var(--color-white)}.go-core-toast-stack{z-index:200001;gap:var(--gap-content);flex-direction:column;width:min(100vw - 32px,360px);display:flex;position:fixed;top:12px;right:12px}.hide-all-btn-container{justify-content:flex-end;display:flex}.clear-toastrs-btn{appearance:none;background:var(--color-white);border:var(--border-strong);border-radius:var(--radius-8);color:var(--color-gray-700);cursor:pointer;font-family:Inter,serif;font-size:var(--font-size-small);justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #0a0d120d}.clear-toastrs-btn:hover{background:var(--color-gray-50);border-color:var(--color-gray-300)}.clear-toastrs-btn:focus-visible{outline:2px solid var(--color-brand-300);outline-offset:2px}.go-core-toast{border-radius:var(--radius-12);background:var(--color-white);border:var(--border-muted);align-items:flex-start;gap:var(--gap-content);padding:16px;animation:.2s go-core-toast-enter;display:flex;box-shadow:0 18px 48px #0f172a1f}.go-core-toast__icon-shell{border-radius:var(--radius-pill);box-sizing:border-box;border:8px solid;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.go-core-toast__icon-shell img{width:23px;height:21px}.go-core-toast--warning .go-core-toast__icon-shell{background:var(--color-warning-100);border-color:var(--color-warning-50)}.go-core-toast--error .go-core-toast__icon-shell,.go-core-toast--delete .go-core-toast__icon-shell{background:var(--color-error-100);border-color:var(--color-error-50)}.go-core-toast--success .go-core-toast__icon-shell{background:var(--color-success-100);border-color:var(--color-success-50)}.go-core-toast--info .go-core-toast__icon-shell{background:var(--color-blue-50);border-color:var(--color-blue-25)}.go-core-toast__body{flex:auto;min-width:0}.go-core-toast__title{font-family:Inter,serif;font-weight:600;font-size:var(--font-size-normal);color:var(--color-gray-800);padding-right:24px;line-height:1.4}.go-core-toast__message{font-family:Inter,serif;font-weight:400;font-size:var(--font-size-normal);color:var(--color-gray-600);word-break:break-word;margin-top:2px;line-height:1.5}.go-core-toast__message .btn.clear{appearance:none;background:var(--color-white);border:var(--border-strong);border-radius:var(--radius-8);color:var(--color-gray-600);cursor:pointer;font:inherit;font-size:var(--font-size-small);justify-content:center;align-items:center;min-height:36px;margin-top:10px;padding:0 14px;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.go-core-toast__message div:has(>.btn.clear){align-items:center;gap:var(--gap-8);flex-wrap:wrap;display:flex}.go-core-toast__message .notif-button,.go-core-toast__message .notif-button_read{appearance:none;background:var(--color-white);border:var(--border-strong);border-radius:var(--radius-8);color:var(--color-gray-700);cursor:pointer;font:inherit;font-size:var(--font-size-small);justify-content:center;align-items:center;min-height:36px;margin-top:10px;margin-right:5px;padding:0 14px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #0a0d120d}.go-core-toast__message .notif-button_read{color:var(--color-gray-600)}.go-core-toast__message .notif-button:hover,.go-core-toast__message .notif-button_read:hover{background:var(--color-gray-50);border-color:var(--color-gray-300)}.go-core-toast__message .notif-button:focus-visible,.go-core-toast__message .notif-button_read:focus-visible{outline:2px solid var(--color-brand-300);outline-offset:2px}.go-core-toast__message .notif-button{background:var(--color-brand-600);border-color:var(--color-brand-600);color:var(--color-white)}.go-core-toast__message .notif-button:hover{background:var(--color-brand-700);border-color:var(--color-brand-700)}.go-core-toast__message .btn.clear+.btn.clear{margin-left:0}.go-core-toast__message .btn.clear:hover{background:var(--color-gray-50);border-color:var(--color-gray-300)}.go-core-toast__message .btn.clear[id^=confirm_socket_query_]{background:var(--color-brand-600);border-color:var(--color-brand-600);color:var(--color-white)}.go-core-toast__message .btn.clear[id^=confirm_socket_query_]:hover{background:var(--color-brand-700);border-color:var(--color-brand-700)}.go-core-toast__close{cursor:pointer;border-radius:var(--radius-8);background:0 0;border:none;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;position:absolute;top:8px;right:8px}.go-core-toast__close:hover{background:var(--color-gray-50)}@keyframes go-core-toast-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
