.top-bar[data-v-f364e5e1]{width:100%;z-index:10;background-color:var(--theme-neutral-100);border-bottom:var(--theme-border) solid .0625rem;display:flex;flex-direction:column}.top-bar--empty[data-v-f364e5e1]{border-bottom:none}.top-bar__popup[data-v-f364e5e1]{width:100%}.offline[data-v-5a8c726a]{height:3.125rem;overflow:hidden;background-color:var(--theme-base);z-index:9999;width:100%;box-shadow:0 .9375rem .9375rem #00000014,0 .9375rem 2.1875rem #3c42571f,0 .125rem .5625rem #00000026;padding:.25rem;display:flex;align-items:center}.offline__container[data-v-5a8c726a]{width:100%;padding:.5rem;border:var(--theme-negative-500) solid .0625rem;border-radius:.625rem}.offline__message[data-v-5a8c726a]{font-size:var(--theme-5);font-weight:500}.offline-enter-active[data-v-5a8c726a],.offline-leave-active[data-v-5a8c726a]{transition:opacity .5s ease}.offline-enter-from[data-v-5a8c726a],.offline-leave-to[data-v-5a8c726a]{height:0}body.offline .app-container--admin .page{top:3.125rem}.chat-message[data-v-175c5db8]{display:flex;flex-direction:column}.chat-message__content[data-v-175c5db8]{width:100%}.chat-message__body[data-v-175c5db8]{background-color:var(--theme-neutral-100);border-radius:.75rem .75rem .75rem 0;padding:.5rem .75rem;margin-right:auto;font-size:.75rem}.chat-message__sender[data-v-175c5db8]{font-weight:500;font-size:.625rem}.chat-message--user-message .chat-message__sender[data-v-175c5db8]{margin-left:auto}.chat-message--user-message .chat-message__body[data-v-175c5db8]{background-color:var(--theme-primary);color:var(--theme-base);margin-left:auto;margin-right:0;border-radius:.75rem .75rem 0}.chat-message--sending[data-v-175c5db8]{opacity:.8}form[data-v-9023b1bf]{display:flex;flex-direction:column;width:100%;padding:1.5rem;margin-bottom:0}form[data-v-9023b1bf] textarea{height:2.125rem}form .content[data-v-9023b1bf]{width:100%;display:flex;align-items:center;gap:1rem}.chat[data-v-ebd41d5b]{pointer-events:all;width:18.75rem;background-color:var(--theme-base);display:flex;flex-direction:column;justify-content:stretch;border:var(--theme-border) solid .0625rem;border-radius:.75rem;position:relative;overflow:hidden}.chat--loading[data-v-ebd41d5b]{height:18.75rem}.chat__header[data-v-ebd41d5b]{display:flex;align-items:center;gap:.5rem;height:2.5rem;flex-shrink:0;padding:0 .5rem 0 .75rem}.chat__title[data-v-ebd41d5b]{font-weight:500;font-size:.75rem}.chat__controls[data-v-ebd41d5b]{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-left:auto}.chat__body[data-v-ebd41d5b]{height:18.75rem;display:flex;flex-direction:column;padding:.5rem 0 .5rem .5rem;border-top:var(--theme-border) solid .0625rem;border-bottom:var(--theme-border) solid .0625rem;position:relative}.chat__body[data-v-ebd41d5b] .ps{display:flex;flex-direction:column;padding-right:.5rem;gap:.5rem}.chat__footer[data-v-ebd41d5b]{display:flex;flex-direction:column;flex-shrink:0;padding:0 .5rem}.chats[data-v-eae97826]{position:fixed;bottom:.5rem;right:.5rem;display:flex;align-items:flex-end;z-index:999999;pointer-events:none;gap:.5rem}.floating-windows[data-v-ae7fd440]{display:flex;flex-wrap:wrap;gap:.5rem;position:fixed;z-index:99999;bottom:0;right:0;padding:.75rem}.notification[data-v-13023410]{display:flex;width:18.75rem;padding:1rem 1.5625rem 1rem 1rem;border-radius:1rem;font-size:.875rem;color:var(--theme-base);position:relative;transition:box-shadow .25s;overflow:hidden;box-shadow:0 .125rem .5625rem #00000040,0 .9375rem 2.1875rem #3c425729,0 .3125rem .9375rem #00000014}.notification:hover .notification__timer[data-v-13023410]{animation-play-state:paused}.notification__content[data-v-13023410]{width:100%;display:flex;align-items:center}.notification__icon[data-v-13023410]{font-size:1rem;padding-right:1rem}.notification__body[data-v-13023410]{width:100%;overflow:hidden;font-size:.75rem}.notification__title[data-v-13023410]{font-weight:600;font-size:.8125rem;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.notification__message[data-v-13023410]{word-break:break-all}.notification__close[data-v-13023410]{position:absolute;top:.625rem;right:.625rem;width:.5rem;font-size:1rem;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;cursor:pointer}.notification__timer-container[data-v-13023410],.notification__timer[data-v-13023410]{position:absolute;bottom:0;left:0;width:0;height:.1875rem}.notification__timer-container[data-v-13023410]{width:100%;background-color:var(--theme-primary-700)}.notification__timer[data-v-13023410]{background-color:var(--theme-base);animation-name:notificationTimer-13023410;animation-timing-function:linear;border-radius:.09375rem}@keyframes notificationTimer-13023410{0%{width:0}to{width:100%}}.notification--has-events .notification__content[data-v-13023410]{cursor:pointer}.notification--download[data-v-13023410]{background-color:var(--theme-base);color:var(--theme-text);border-color:var(--theme-border)}.notification--download.notification--is-success .notification__icon[data-v-13023410]{color:var(--theme-success-600)}.notification--download.notification--has-error .notification__icon[data-v-13023410]{color:var(--theme-negative-600)}.notification--download.notification--has-error .notification__message[data-v-13023410]{color:var(--theme-negative-500)}.notification--error[data-v-13023410]{background-color:var(--theme-negative-400);border-color:var(--theme-negative-800)}.notification--error .notification__timer-container[data-v-13023410]{background-color:var(--theme-negative-600)}.notification--success[data-v-13023410]{background-color:var(--theme-success-600);border-color:var(--theme-success-800)}.notification--success .notification__timer-container[data-v-13023410]{background-color:var(--theme-success-700)}.notification--info[data-v-13023410]{background-color:var(--theme-informative-500);border-color:var(--theme-informative-600)}.notification--info .notification__timer-container[data-v-13023410]{background-color:var(--theme-informative-600)}.notification--warning[data-v-13023410]{background-color:var(--theme-warning-600);border-color:var(--theme-warning-800)}.notification--warning .notification__timer-container[data-v-13023410]{background-color:var(--theme-warning-600)}.notifications[data-v-59fa9525]{position:absolute;display:flex;flex-direction:column;z-index:999999;gap:.5rem}.notifications__dashboard[data-v-59fa9525]{display:flex;align-items:center;padding:.5rem .75rem;background-color:var(--theme-base);box-shadow:0 0 .625rem #0003;border-radius:.75rem;margin-bottom:.25rem;gap:.5rem}.notifications__dashboard-stats .active[data-v-59fa9525]{font-weight:500}.notifications__dashboard-stats .total[data-v-59fa9525]{font-size:.75rem}.notifications__dashboard-actions[data-v-59fa9525]{margin-left:auto;display:flex;gap:.5rem}.notifications__dashboard-actions span[data-v-59fa9525]{display:inline-flex;border:var(--theme-border) solid .0625rem;padding:.25rem;border-radius:.5rem;cursor:pointer}.notifications__dashboard-actions span i.icon-times[data-v-59fa9525]{margin-top:1px}.notifications--top_left[data-v-59fa9525],.notifications--top_right[data-v-59fa9525]{top:.3125rem}.notifications--top_left[data-v-59fa9525],.notifications--bottom_left[data-v-59fa9525]{left:.3125rem}.notifications--center[data-v-59fa9525]{top:50%;left:50%;transform:translate(-50%,-50%)}.notifications--bottom_left .notifications__dashboard[data-v-59fa9525],.notifications--bottom_right .notifications__dashboard[data-v-59fa9525]{order:1;margin-bottom:0;margin-top:.5rem}.notifications--top_right[data-v-59fa9525],.notifications--bottom_right[data-v-59fa9525]{right:.3125rem}.notifications--bottom_left[data-v-59fa9525],.notifications--bottom_right[data-v-59fa9525]{bottom:.3125rem}.notifications-enter-active[data-v-59fa9525],.notifications-leave-active[data-v-59fa9525]{transition:all .35s ease}.notifications-enter-from[data-v-59fa9525],.notifications-leave-to[data-v-59fa9525]{opacity:0;transform:translate(30px)}.popup{display:flex;flex-direction:column;background-color:var(--theme-base);min-width:18.75rem;border-radius:.625rem;box-shadow:0 .125rem .5625rem #00000040,0 .9375rem 2.1875rem #3c425729,0 .3125rem .9375rem #00000014;position:relative}.popup__header{width:100%;display:flex;align-items:center;justify-content:center;padding:.5rem .5rem .5rem 1rem;border-bottom:var(--theme-border) solid .0625rem}.popup__body{padding:1rem}.popup__title{font-weight:500}.popup__body{display:flex;flex-direction:column}.popup__content{width:100%}.popup__content img{max-width:100%}.popup__content a:not(.btn){display:inline;position:relative}.popup__close{margin-left:auto;display:flex;align-items:center;justify-content:center;cursor:pointer}.popup>.popup__close{position:absolute;top:.5rem;right:1rem;z-index:1}.popup>.popup__close>i{background-color:var(--theme-base)}.popups[data-v-bd796f39]{position:absolute;display:flex;flex-direction:column;z-index:999999;gap:.125rem}.popups--top_left[data-v-bd796f39],.popups--top_right[data-v-bd796f39]{top:.3125rem}.popups--top_left[data-v-bd796f39],.popups--bottom_left[data-v-bd796f39]{left:.3125rem}.popups--center[data-v-bd796f39]{top:50%;left:50%;transform:translate(-50%,-50%)}.popups--top_right[data-v-bd796f39],.popups--bottom_right[data-v-bd796f39]{right:.3125rem}.popups--bottom_left[data-v-bd796f39],.popups--bottom_right[data-v-bd796f39]{bottom:.3125rem}.popups-enter-active[data-v-bd796f39],.popups-leave-active[data-v-bd796f39]{transition:all .35s ease}.popups-enter-from[data-v-bd796f39],.popups-leave-to[data-v-bd796f39]{opacity:0;transform:translateY(1.875rem)}.floating-window[data-v-8e74b45c]{position:fixed;display:flex;flex-direction:column;align-items:stretch;z-index:999;background-color:var(--theme-base);border-radius:.75rem;overflow:hidden;box-shadow:0 .125rem .5625rem #00000040,0 .9375rem 2.1875rem #3c425729,0 .3125rem .9375rem #00000014;max-width:100%}.floating-window--minimized[data-v-8e74b45c]{position:relative;width:5rem!important;height:auto!important;aspect-ratio:1/1;left:auto!important;top:auto!important}.floating-window--minimized .floating-window__r[data-v-8e74b45c],.floating-window--minimized .floating-window__header[data-v-8e74b45c]{display:none}.floating-window--focused[data-v-8e74b45c]{z-index:9999}.floating-window__header[data-v-8e74b45c]{cursor:move;display:flex;align-items:center;padding:.5rem .75rem;gap:.5rem}.floating-window__title[data-v-8e74b45c]{font-weight:500}.floating-window__content[data-v-8e74b45c]{position:relative;width:100%;height:100%}.floating-window__controls[data-v-8e74b45c]{margin-left:auto;display:flex;align-items:center;cursor:default;padding-top:.125rem}.floating-window__control[data-v-8e74b45c]{cursor:pointer;display:flex;justify-content:center;align-items:center;width:1.25rem;aspect-ratio:1/1;font-size:1rem}.floating-window__control.icon-minus[data-v-8e74b45c]{font-size:.875rem}.floating-window__expander[data-v-8e74b45c]{position:absolute;z-index:99;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:var(--theme-base);transition:background-color .2s;cursor:pointer}.floating-window__expander[data-v-8e74b45c]:hover{background-color:rgba(var(--theme-neutral-800),.8)}.floating-window__r[data-v-8e74b45c]{position:absolute;z-index:9}.floating-window__r--l[data-v-8e74b45c],.floating-window__r--r[data-v-8e74b45c]{width:.3125rem;height:100%;cursor:e-resize}.floating-window__r--t[data-v-8e74b45c],.floating-window__r--b[data-v-8e74b45c]{height:.3125rem;width:100%;cursor:n-resize}.floating-window__r--t[data-v-8e74b45c]{top:0;left:0}.floating-window__r--r[data-v-8e74b45c]{top:0;right:0}.floating-window__r--b[data-v-8e74b45c]{left:0;bottom:0}.floating-window__r--l[data-v-8e74b45c]{left:0;top:0}
