@charset "UTF-8";@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}@font-face{font-family:Notification;src:url(/_next/static/media/notification.e46c3dba.eot);src:url(/_next/static/media/notification.e46c3dba.eot?#iefixs3g3t9) format("embedded-opentype"),url(/_next/static/media/notification.9928469f.woff) format("woff"),url(/_next/static/media/notification.786b87d6.ttf) format("truetype"),url(/_next/static/media/notification.6894f462.svg#notification) format("svg");font-weight:400;font-style:normal}.notification-container{box-sizing:border-box;position:fixed;top:0;right:0;z-index:999999;width:320px;padding:0 15px;max-height:calc(100% - 30px);overflow-x:hidden;overflow-y:auto}.notification{box-sizing:border-box;padding:15px 15px 15px 58px;border-radius:2px;color:#fff;background-color:#ccc;box-shadow:0 0 12px #999;cursor:pointer;font-size:1em;line-height:1.2em;position:relative;opacity:.9;margin-top:15px}.notification .title{font-size:1em;line-height:1.2em;font-weight:700;margin:0 0 5px}.notification:focus,.notification:hover{opacity:1}.notification-enter{visibility:hidden;transform:translate3d(100%,0,0)}.notification-enter.notification-enter-active{visibility:visible;transform:translateZ(0);transition:all .4s}.notification-exit{visibility:visible;transform:translateZ(0)}.notification-exit.notification-exit-active{visibility:hidden;transform:translate3d(100%,0,0);transition:all .4s}.notification:before{position:absolute;top:50%;left:15px;margin-top:-14px;display:block;font-family:Notification;width:28px;height:28px;font-size:28px;text-align:center;line-height:28px}.notification-info{background-color:#2f96b4}.notification-info:before{content:""}.notification-success{background-color:#51a351}.notification-success:before{content:""}.notification-warning{background-color:#f89406}.notification-warning:before{content:""}.notification-error{background-color:#bd362f}.notification-error:before{content:""}.agent-selector-popup .agent-selector-icon{background:#efece5!important;border:1px solid #dcd7cd!important}.agent-selector-popup .agent-selector-icon svg [fill="#FFF"],.agent-selector-popup .agent-selector-icon svg [fill="#FFFFFF"],.agent-selector-popup .agent-selector-icon svg [fill="#fff"],.agent-selector-popup .agent-selector-icon svg [fill="#ffffff"],.agent-selector-popup .agent-selector-icon svg [fill=white]{fill:#24221e!important}.agent-selector-popup .agent-selector-icon svg [stroke="#FFF"],.agent-selector-popup .agent-selector-icon svg [stroke="#FFFFFF"],.agent-selector-popup .agent-selector-icon svg [stroke="#fff"],.agent-selector-popup .agent-selector-icon svg [stroke="#ffffff"],.agent-selector-popup .agent-selector-icon svg [stroke=white]{stroke:#24221e!important}.agent-working-indicator{display:inline-flex;align-items:center;gap:5px;margin-top:10px}.agent-working-dot{width:6px;height:6px;border-radius:50%;background:#ff7a2f;display:inline-block;animation:agent-working-bounce 1.2s ease-in-out infinite both}.agent-working-dot:first-child{animation-delay:-.24s}.agent-working-dot:nth-child(2){animation-delay:-.12s}.agent-working-dot:nth-child(3){animation-delay:0s}.agent-working-label{margin-left:6px;font-size:13px;font-weight:500;color:#8a857b}@keyframes agent-working-bounce{0%,80%,to{transform:scale(.5);opacity:.4}40%{transform:scale(1);opacity:1}}