.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:330001;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;position:relative;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)}}.go-core-bootbox-overlay{z-index:330000;background:#1118272e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.go-core-bootbox-dialog{background:var(--color-white);border-radius:var(--radius-20);flex-direction:column;width:min(1120px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 18px 60px #0f172a2e}.go-core-bootbox-dialog--width-medium{width:min(600px,100vw - 48px)}.go-core-bootbox-dialog--width-middle{width:min(500px,100vw - 48px)}.go-core-bootbox-object-dash .go-core-bootbox-dialog{width:100%;max-width:760px}.go-core-bootbox-head{border-bottom:var(--border-light);justify-content:space-between;align-items:center;gap:18px;padding:18px 28px;display:flex}.go-core-bootbox-head--empty{border-bottom:0}.go-core-bootbox-meta{flex-direction:column;gap:4px;min-width:0;display:flex}.go-core-bootbox-subtitle{font-size:var(--font-size-small);color:var(--color-gray-500);line-height:1.2}.go-core-bootbox-title{font-size:var(--font-size-large);color:var(--color-gray-800);margin:0;font-weight:600}.go-core-bootbox-close{border:var(--border-strong);border-radius:var(--radius-12);background:var(--color-white);cursor:pointer;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.go-core-bootbox-close img{width:12px;height:12px}.go-core-bootbox-body{padding:14px 28px;position:relative;overflow:auto}.go-core-bootbox-body.is-loading{overflow:hidden}.go-core-bootbox-body.is-loading>:not(.go-core-bootbox-body__loader){pointer-events:none;-webkit-user-select:none;user-select:none}.go-core-bootbox-body__loader{z-index:2;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffffb8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.go-core-bootbox-body__loader-spinner{border:3px solid #e5e7eb;border-top-color:#e16f5c;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite go-core-bootbox-loader-spin}@keyframes go-core-bootbox-loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.go-core-bootbox__server-checkbox{margin-top:10px}.go-core-bootbox__server-checkbox+.go-core-bootbox__server-checkbox{margin-top:8px}.go-core-bootbox-actions{justify-content:flex-end;align-items:center;gap:var(--gap-content);padding:18px 28px;display:flex}.go-core-bootbox-button{border-radius:var(--radius-8);font-size:var(--font-size-normal);cursor:pointer;padding:12px 16px;font-weight:600}.go-core-bootbox-button[disabled]{opacity:.6}.go-core-bootbox-button--link{color:var(--color-gray-500);background:0 0;border:0}.go-core-bootbox-button--secondary{border:var(--border-strong);background:var(--color-white);color:var(--color-gray-600)}.go-core-bootbox-button--primary{background:var(--color-brand-600);color:var(--color-white);border:0}
