.react-toggle{touch-action:pan-x;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:transparent;background-color:#0000;border:0;padding:0;display:inline-block;position:relative}.react-toggle-screenreader-only{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{background-color:#4d4d4d;border-radius:30px;width:50px;height:24px;padding:0;transition:all .2s}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{opacity:0;width:14px;height:10px;margin-top:auto;margin-bottom:auto;line-height:0;transition:opacity .25s;position:absolute;top:0;bottom:0;left:8px}.react-toggle--checked .react-toggle-track-check{opacity:1;transition:opacity .25s}.react-toggle-track-x{opacity:1;width:10px;height:10px;margin-top:auto;margin-bottom:auto;line-height:0;transition:opacity .25s;position:absolute;top:0;bottom:0;right:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{box-sizing:border-box;background-color:#fafafa;border:1px solid #4d4d4d;border-radius:50%;width:22px;height:22px;transition:all .25s;position:absolute;top:1px;left:1px}.react-toggle--checked .react-toggle-thumb{border-color:#19ab27;left:27px}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}input,textarea{background:0 0;border:none;outline:none;padding:0;-webkit-user-select:auto!important;user-select:auto!important}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}a{color:initial;text-decoration:none}button{width:auto;color:inherit;font:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background:0 0;border:none;outline:none;margin:0;padding:0;line-height:normal;overflow:visible}button::-moz-focus-inner{border:0;padding:0}#root{margin-top:var(--safe-area-inset-top,0px);margin-bottom:var(--safe-area-inset-bottom,0px);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000;position:absolute;inset:0}#bg-top,#bg-bottom{position:absolute;inset:0}#bg-top{bottom:50%}#bg-bottom{top:50%}.gc-btn-1,.ReactModal__Content .dialogButtonCancel,.ReactModal__Content .dialogButton{border:solid 2px var(--theme-secondary);text-align:center;letter-spacing:-.34px;color:var(--theme-secondary);border-radius:10px;padding:16px 0;font-size:16px;line-height:1.38}.ReactModal__Overlay{z-index:20;background-color:#000c!important}mark{color:var(--theme-primary);background-color:#0000}.ReactModal__Content{color:var(--common-greyscale-12);outline:none;font-size:16px;top:50%!important;bottom:initial!important;border:none!important;border-radius:16px 16px 16px 0!important;transform:translateY(-50%)!important}.ReactModal__Content .dialogButtons{text-align:center}.ReactModal__Content .dialogButton{min-width:132px;color:var(--common-white);background-color:var(--theme-dialog-button-background-color);border:none;margin-top:10px;padding:8px 12px;font-weight:500;display:inline-block}.ReactModal__Content .dialogButton:not(:last-child){margin-right:8px}.ReactModal__Content .dialogButtonCancel{min-width:132px;color:var(--common-white);background-color:var(--common-greyscale-10);border:none;margin-top:10px;padding:8px 12px;display:inline-block}.ReactModal__Content .dialogButtonCancel:not(:last-child){margin-right:8px}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.end-0\.5{inset-inline-end:.125rem}.end-1{inset-inline-end:.25rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-16{top:4rem}.top-2{top:.5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[20000\]{z-index:20000}.z-\[99999\]{z-index:99999}.-m-1\.5{margin:-.375rem}.m-0{margin:0}.m-1{margin:.25rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.-ml-4{margin-left:-1rem}.-mr-6{margin-right:-1.5rem}.-mt-1{margin-top:-.25rem}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-60{margin-top:15rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1}.size-10{width:2.5rem;height:2.5rem}.size-16{width:4rem;height:4rem}.size-2{width:.5rem;height:.5rem}.size-20{width:5rem;height:5rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-\[100px\]{width:100px;height:100px}.size-\[20px\]{width:20px;height:20px}.size-\[40px\]{width:40px;height:40px}.size-\[60px\]{width:60px;height:60px}.size-\[63px\]{width:63px;height:63px}.size-\[8px\]{width:8px;height:8px}.size-full{width:100%;height:100%}.h-0{height:0}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[120px\]{height:120px}.h-\[40px\]{height:40px}.h-\[60px\]{height:60px}.h-\[65px\]{height:65px}.h-\[68px\]{height:68px}.h-\[76px\]{height:76px}.h-\[calc\(80vh-_theme\(spacing\.16\)\)\]{height:calc(80vh - 4rem)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-dvh{height:100dvh}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-\[150px\]{max-height:150px}.max-h-\[300px\]{max-height:300px}.max-h-\[40vh\]{max-height:40vh}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-6{min-height:1.5rem}.min-h-svh{min-height:100svh}.w-0{width:0}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[145px\]{width:145px}.w-\[150px\]{width:150px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[210px\]{width:210px}.w-\[250px\]{width:250px}.w-\[30px\]{width:30px}.w-\[310px\]{width:310px}.w-\[360px\]{width:360px}.w-\[68px\]{width:68px}.w-\[70px\]{width:70px}.w-\[calc\(100\%-4rem\)\]{width:calc(100% - 4rem)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-12{min-width:3rem}.min-w-32{min-width:8rem}.min-w-5{min-width:1.25rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[256px\]{max-width:256px}.max-w-\[325px\]{max-width:325px}.max-w-\[50\%\]{max-width:50%}.max-w-\[600px\]{max-width:600px}.max-w-\[75\%\]{max-width:75%}.max-w-\[80\%\]{max-width:80%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-screen-md{max-width:768px}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-0{flex-basis:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x:-1px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x:1px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}.animate-caret-blink{animation:1.25s ease-out infinite caret-blink}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes shimmer{to{transform:translate(100%)}}.animate-shimmer{animation:1s infinite shimmer}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-start{justify-items:start}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-x-4{column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-stretch{justify-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[8px\]{border-radius:8px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-s-none{border-start-start-radius:0;border-end-start-radius:0}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-bl-sm{border-bottom-left-radius:.125rem}.rounded-br-sm{border-bottom-right-radius:.125rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-thin{border-bottom-width:.5px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-error-alpha-11{border-color:var(--common-error-alpha-11)!important}.border-accent-9{border-color:var(--theme-accent-9)}.border-accent-alpha-7{border-color:var(--theme-accent-alpha-7)}.border-accent-alpha-8{border-color:var(--theme-accent-alpha-8)}.border-error-5{border-color:var(--common-error-5)}.border-error-8{border-color:var(--common-error-8)}.border-error-alpha-7{border-color:var(--common-error-alpha-7)}.border-grey-8{border-color:var(--common-greyscale-8)}.border-neutral-2{border-color:var(--common-neutral-2)}.border-neutral-3{border-color:var(--common-neutral-3)}.border-neutral-4{border-color:var(--common-neutral-4)}.border-neutral-5{border-color:var(--common-neutral-5)}.border-neutral-6{border-color:var(--common-neutral-6)}.border-neutral-7{border-color:var(--common-neutral-7)}.border-neutral-9{border-color:var(--common-neutral-9)}.border-neutral-alpha-3{border-color:var(--common-neutral-alpha-3)}.border-neutral-alpha-4{border-color:var(--common-neutral-alpha-4)}.border-neutral-alpha-5{border-color:var(--common-neutral-alpha-5)}.border-neutral-alpha-6{border-color:var(--common-neutral-alpha-6)}.border-neutral-alpha-7{border-color:var(--common-neutral-alpha-7)}.border-neutral-alpha-9{border-color:var(--common-neutral-alpha-9)}.border-b-neutral-6{border-bottom-color:var(--common-neutral-6)}.border-t-neutral-8{border-top-color:var(--common-neutral-8)}.bg-\[\#D9D9E0\]{--tw-bg-opacity:1;background-color:rgb(217 217 224/var(--tw-bg-opacity,1))}.bg-\[var\(--theme-primary\)\]{background-color:var(--theme-primary)}.bg-\[var\(--theme-primary-lighter\)\]{background-color:var(--theme-primary-lighter)}.bg-accent-2{background-color:var(--theme-accent-2)}.bg-accent-3{background-color:var(--theme-accent-3)}.bg-accent-4{background-color:var(--theme-accent-4)}.bg-accent-9{background-color:var(--theme-accent-9)}.bg-accent-alpha-2{background-color:var(--theme-accent-alpha-2)}.bg-accent-alpha-3{background-color:var(--theme-accent-alpha-3)}.bg-accent-alpha-4{background-color:var(--theme-accent-alpha-4)}.bg-black{background-color:var(--common-black)}.bg-error-3{background-color:var(--common-error-3)}.bg-error-4{background-color:var(--common-error-4)}.bg-error-5{background-color:var(--common-error-5)}.bg-error-9{background-color:var(--common-error-9)}.bg-error-alpha-3{background-color:var(--common-error-alpha-3)}.bg-info-4{background-color:var(--common-info-4)}.bg-info-alpha-3{background-color:var(--common-info-alpha-3)}.bg-neutral-1{background-color:var(--common-neutral-1)}.bg-neutral-10{background-color:var(--common-neutral-10)}.bg-neutral-2{background-color:var(--common-neutral-2)}.bg-neutral-3{background-color:var(--common-neutral-3)}.bg-neutral-4{background-color:var(--common-neutral-4)}.bg-neutral-5{background-color:var(--common-neutral-5)}.bg-neutral-9{background-color:var(--common-neutral-9)}.bg-neutral-alpha-12{background-color:var(--common-neutral-alpha-12)}.bg-neutral-alpha-3{background-color:var(--common-neutral-alpha-3)}.bg-neutral-alpha-4{background-color:var(--common-neutral-alpha-4)}.bg-neutral-alpha-5{background-color:var(--common-neutral-alpha-5)}.bg-neutral-alpha-6{background-color:var(--common-neutral-alpha-6)}.bg-neutral-alpha-7{background-color:var(--common-neutral-alpha-7)}.bg-new-button-background{background-color:var(--theme-new-chat-buttons-background-color)}.bg-red-11{background-color:var(--common-red-11)}.bg-secondary{background-color:var(--theme-secondary)}.bg-success-4{background-color:var(--common-success-4)}.bg-success-alpha-3{background-color:var(--common-success-alpha-3)}.bg-success-alpha-9{background-color:var(--common-success-alpha-9)}.bg-warning-4{background-color:var(--common-warning-4)}.bg-warning-alpha-3{background-color:var(--common-warning-alpha-3)}.bg-white{background-color:var(--common-white)}.bg-white-light{background-color:var(--common-greyscale-2)}.bg-shimmer-gradient{background-image:linear-gradient(90deg,#96969600 0%,#96969626 20%,#96969633 50%,#9696961a 80%,#96969600 100%)}.bg-bottom{background-position:bottom}.bg-top{background-position:top}.fill-error-9{fill:var(--common-error-9)}.fill-info-9{fill:var(--common-info-9)}.fill-none{fill:none}.fill-success-11{fill:var(--common-success-11)}.fill-success-9{fill:var(--common-success-9)}.fill-warning-11{fill:var(--common-warning-11)}.fill-warning-9{fill:var(--common-warning-9)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.p-\[2px\]{padding:2px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.indent-4{text-indent:1rem}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[40px\]{font-size:40px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-4{line-height:1rem}.leading-\[1\.5\]{line-height:1.5}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[\.04em\]{letter-spacing:.04em}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-accent-9{color:var(--theme-accent-9)}.text-accent-alpha-11{color:var(--theme-accent-alpha-11)}.text-black{color:var(--common-black)}.text-error-11{color:var(--common-error-11)}.text-error-12{color:var(--common-error-12)}.text-error-9{color:var(--common-error-9)}.text-error-alpha-11{color:var(--common-error-alpha-11)}.text-grey-12{color:var(--common-greyscale-12)}.text-info-11{color:var(--common-info-11)}.text-info-alpha-11{color:var(--common-info-alpha-11)}.text-neutral-10{color:var(--common-neutral-10)}.text-neutral-11{color:var(--common-neutral-11)}.text-neutral-12{color:var(--common-neutral-12)}.text-neutral-2{color:var(--common-neutral-2)}.text-neutral-4{color:var(--common-neutral-4)}.text-neutral-5{color:var(--common-neutral-5)}.text-neutral-8{color:var(--common-neutral-8)}.text-neutral-9{color:var(--common-neutral-9)}.text-neutral-alpha-11{color:var(--common-neutral-alpha-11)}.text-neutral-alpha-7{color:var(--common-neutral-alpha-7)}.text-neutral-alpha-8{color:var(--common-neutral-alpha-8)}.text-neutral-alpha-9{color:var(--common-neutral-alpha-9)}.text-primary{color:var(--theme-primary)}.text-red-11{color:var(--common-red-11)}.text-secondary{color:var(--theme-secondary)}.text-success-11{color:var(--common-success-11)}.text-success-alpha-9{color:var(--common-success-alpha-9)}.text-warning-11{color:var(--common-warning-11)}.text-warning-alpha-11{color:var(--common-warning-alpha-11)}.text-white{color:var(--common-white)}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.decoration-accent-9{-webkit-text-decoration-color:var(--theme-accent-9);-webkit-text-decoration-color:var(--theme-accent-9);text-decoration-color:var(--theme-accent-9)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-neutral-alpha-9::placeholder{color:var(--common-neutral-alpha-9)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.outline-2{outline-width:2px}.outline-error-9{outline-color:var(--common-error-9)}.outline-secondary{outline-color:var(--theme-secondary)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.\!ring-error-alpha-11{--tw-ring-color:var(--common-error-alpha-11)!important}.ring-accent-9{--tw-ring-color:var(--theme-accent-9)}.ring-neutral-3{--tw-ring-color:var(--common-neutral-3)}.ring-neutral-5{--tw-ring-color:var(--common-neutral-5)}.blur-\[1px\]{--tw-blur:blur(1px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[margin\,opa\]{transition-property:margin,opa;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\]{transition-property:width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0), var(--tw-enter-translate-y,0), 0) scale3d(var(--tw-enter-scale,1), var(--tw-enter-scale,1), var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0), var(--tw-exit-translate-y,0), 0) scale3d(var(--tw-exit-scale,1), var(--tw-exit-scale,1), var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.fade-in-0{--tw-enter-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.duration-100{animation-duration:.1s}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.running{animation-play-state:running}.paused{animation-play-state:paused}.\[view-transition-name\:dialog\]{view-transition-name:dialog}[data-theme=gc-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#ba0c2f;--theme-primary-light:#ffd36f;--theme-primary-lighter:#ffe499;--theme-secondary:#fbb900;--theme-background:none;--theme-primary-button-background-color:var(--theme-secondary);--theme-change-theme-button-background:var(--theme-secondary);--theme-change-theme-button-text:var(--theme-primary);--theme-search-background:var(--common-greyscale-2);--theme-search-border:solid 1px var(--common-greyscale-10);--theme-navbar-header:var(--common-greyscale-12);--theme-navbar-name:var(--common-greyscale-8);--theme-navbar-icon:var(--common-greyscale-10);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--common-greyscale-2);--theme-login-main-background-image:url(https://assets.getbeem.de/login_background.webp), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-main-background-image-fallback:url(https://assets.getbeem.de/login_background.webp);--theme-registration-overlay-color:var(--common-black);--theme-registration-background-image:url(https://assets.getbeem.de/login_background.webp), linear-gradient(to bottom, #616161, var(--common-black));--theme-registration-background-image-fallback:url(https://assets.getbeem.de/login_background.webp);--theme-login-box-background-color:var(--theme-primary);--theme-registration-box-background-color:var(--theme-secondary);--theme-login-background-image:url(https://assets.getbeem.de/gc_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-background-image-fallback:url(https://assets.getbeem.de/gc_login_background.jpg);--theme-login-overlay-color:var(--common-black);--theme-registration-button-background:none;--theme-registration-button-border:var(--theme-primary);--theme-registration-button-text:var(--theme-primary);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-yellow-2);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:var(--theme-primary);--theme-dialog-button-text-color:var(--common-white);--theme-headline:var(--theme-primary);--theme-dialog-button-background:var(--theme-secondary);--theme-dialog-button-border:var(--theme-secondary);--theme-login-headline:var(--common-white);--theme-login-subheadline:var(--common-white);--theme-login-background-sidebar:var(--theme-primary);--theme-login-text-sidebar:var(--common-white);--theme-login-subheadline-background:var(--theme-secondary);--theme-button-text:var(--common-white);--theme-login-primary-button-color:var(--theme-secondary);--theme-button-secondary-text:var(--common-white);--theme-login-secondary-button-border:var(--common-white);--theme-login-icons:var(--common-white);--theme-house-switcher-title:var(--common-greyscale-12);--theme-house-switcher-background:var(--theme-secondary);--theme-house-switcher-unread-message:var(--theme-primary);--theme-user-detail-container:var(--common-white);--theme-user-detail-name:var(--common-greyscale-12);--theme-channel-list-wrapper-background:var(--common-greyscale-3);--theme-channel-sort-text:var(--common-greyscale-10);--theme-message-send-button:var(--theme-secondary);--theme-new-chat-buttons-background-color:var(--theme-secondary);--theme-privacy-settings-background:var(--theme-secondary);--theme-profile-pic-update-text-color:var(--common-greyscale-11);--theme-profile-pic-update-background-color:var(--theme-secondary);--theme-profile-pic-registration-text-color:var(--common-greyscale-11);--theme-profile-pic-registration-background-color:var(--theme-primary-light);--theme-font-light:klavikaminifeinlight, sans-serif;--theme-font-regular:klavikaminifeinregular, sans-serif;--theme-toolbar-selected-background:var(--theme-secondary);--theme-chat-background:url(https://assets.getbeem.de/gc_chat_background.svg);--theme-dialog-button-background-color:var(--theme-secondary);--theme-secondary-button-text-color:var(--common-white);--theme-secondary-button-background-color:var(--theme-primary);--theme-secondary-button-border:var(--common-white);--theme-changelog-accept:var(--theme-secondary);--theme-term-register-button-border-color:var(--common-white);--theme-primary-title-color:var(--theme-secondary);--theme-account-overview-button-color:var(--theme-primary);--theme-dialog-button-confirm-accept:var(--theme-primary);--theme-welcome:var(--theme-primary);--theme-settings-background:var(--theme-secondary);--theme-browser-background:var(--theme-primary);--theme-register-bg-top:var(--theme-primary);--theme-register-bg-bottom:var(--theme-primary);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--common-white);--theme-register-profile-bg-both:var(--theme-primary);--theme-tutorial-page-bg-both:var(--theme-primary);--theme-settings-bg-top:var(--theme-secondary);--theme-name-header:var(--theme-primary);--theme-login-background:var(--theme-primary);--theme-registration-background-color:var(--theme-primary);--theme-headline-login:var(--theme-primary);--theme-headline-background-color:var(--common-white);--theme-bkg-middle:none;--theme-register-identifier:var(--common-white);--theme-request-activation-code:var(--common-white);--theme-term-bubble-bg-color:var(--theme-primary-light);--theme-dialog-confirm-email-number:var(--theme-primary);--theme-registration-container-background:var(--theme-primary-light);--theme-login-input-text:var(--theme-primary);--theme-login-input-placeholder:var(--theme-primary);--theme-login-input-background:var(--theme-primary-lighter);--theme-login-desc:var(--common-greyscale-12);--theme-accent-1:#fefdfb;--theme-accent-2:#fff9e9;--theme-accent-3:#fff1c0;--theme-accent-4:#ffe8a2;--theme-accent-5:#ffdc80;--theme-accent-6:#ffd072;--theme-accent-7:#eebf62;--theme-accent-8:#dca72f;--theme-accent-9:#ffc200;--theme-accent-10:#fbb900;--theme-accent-11:#9e6d00;--theme-accent-12:#48391b;--theme-accent-alpha-1:#c0800004;--theme-accent-alpha-2:#ffba0016;--theme-accent-alpha-3:#ffc7003f;--theme-accent-alpha-4:#ffc0005d;--theme-accent-alpha-5:#ffb9007f;--theme-accent-alpha-6:#ffaa008d;--theme-accent-alpha-7:#e497009d;--theme-accent-alpha-8:#d49300d0;--theme-accent-alpha-9:#ffc200;--theme-accent-alpha-10:#fbb900;--theme-accent-alpha-11:#9e6d00;--theme-accent-alpha-12:#322200e4;--theme-accent-contrast:#2b2009;--theme-accent-surface:#fff8e4cc;--theme-accent-indicator:#ffc200;--theme-accent-track:#ffc200}[data-theme=gut-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#00518e;--theme-primary-light:#baddff;--theme-primary-lighter:#e6f3ff;--theme-secondary:#dd042b;--theme-background:none;--theme-primary-button-background-color:var(--theme-primary);--theme-change-theme-button-background:var(--theme-primary);--theme-change-theme-button-text:var(--common-white);--theme-search-background:var(--common-greyscale-2);--theme-search-border:solid 1px var(--common-greyscale-10);--theme-navbar-header:var(--theme-primary);--theme-navbar-name:var(--common-white);--theme-navbar-icon:var(--common-white);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--common-white);--theme-login-main-background-image:url(https://assets.getbeem.de/gut_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-main-background-image-fallback:url(https://assets.getbeem.de/gut_login_background.jpg);--theme-registration-overlay-color:var(--common-black);--theme-registration-background-image:url(https://assets.getbeem.de/gut_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-registration-background-image-fallback:url(https://assets.getbeem.de/gut_login_background.jpg);--theme-login-box-background-color:var(--theme-primary);--theme-registration-box-background-color:var(--theme-primary);--theme-login-background-image:url(https://assets.getbeem.de/gut_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-background-image-fallback:var(--theme-primary);--theme-login-overlay-color:var(--common-black);--theme-registration-button-background:none;--theme-registration-button-border:var(--common-white);--theme-registration-button-text:var(--common-white);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-greyscale-3);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:var(--theme-secondary);--theme-dialog-button-text-color:var(--common-white);--theme-headline:var(--theme-primary);--theme-house-switcher-title:var(--common-white);--theme-house-switcher-background:var(--theme-primary);--theme-house-switcher-unread-message:var(--common-white);--theme-dialog-button-background:var(--theme-dialog-button-color);--theme-dialog-button-border:var(--theme-dialog-button-color);--theme-login-headline:var(--common-white);--theme-login-subheadline:var(--common-white);--theme-login-background-sidebar:var(--theme-primary);--theme-login-text-sidebar:var(--theme-primary);--theme-login-subheadline-background:var(--theme-primary);--theme-button-text:var(--common-white);--theme-login-primary-button-color:var(--theme-dialog-button-color);--theme-button-secondary-text:var(--theme-primary);--theme-login-secondary-button-border:var(--theme-primary);--theme-login-icons:var(--common-white);--theme-user-detail-container:var(--common-white);--theme-user-detail-name:var(--common-greyscale-12);--theme-channel-list-wrapper-background:var(--common-greyscale-3);--theme-channel-sort-text:var(--common-greyscale-10);--theme-message-send-button:var(--theme-primary);--theme-new-chat-buttons-background-color:var(--theme-primary);--theme-privacy-settings-background:var(--theme-primary);--theme-profile-pic-update-text-color:var(--common-white);--theme-profile-pic-update-background-color:var(--theme-primary);--theme-profile-pic-registration-text-color:var(--common-greyscale-11);--theme-profile-pic-registration-background-color:var(--theme-primary-light);--theme-font-light:gutlight, sans-serif;--theme-font-regular:gutregular, sans-serif;--theme-toolbar-selected-background:var(--theme-primary);--theme-chat-background:url(https://assets.getbeem.de/gut_chat_background.svg);--theme-dialog-button-background-color:var(--theme-secondary);--theme-secondary-button-text-color:var(--theme-primary);--theme-secondary-button-background-color:var(--common-white);--theme-secondary-button-border:var(--theme-primary);--theme-changelog-accept:var(--theme-primary);--theme-term-register-button-border-color:var(--common-white);--theme-primary-title-color:var(--theme-primary);--theme-account-overview-button-color:var(--theme-primary);--theme-dialog-button-confirm-accept:var(--theme-primary);--theme-welcome:var(--theme-primary);--theme-settings-background:var(--theme-primary);--theme-browser-background:var(--theme-primary);--theme-register-bg-top:var(--theme-primary);--theme-register-bg-bottom:var(--common-white);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--theme-primary);--theme-register-profile-bg-both:var(--theme-primary);--theme-tutorial-page-bg-both:var(--theme-primary);--theme-settings-bg-top:var(--theme-primary);--theme-name-header:var(--theme-primary);--theme-login-background:url(https://assets.getbeem.de/gut_login_background_mobile.svg);--theme-registration-background-color:var(--theme-primary);--theme-headline-login:var(--common-white);--theme-headline-background-color:var(--theme-primary);--theme-bkg-middle:none;--theme-register-identifier:var(--common-white);--theme-request-activation-code:var(--common-white);--theme-term-bubble-bg-color:var(--theme-primary-light);--theme-dialog-confirm-email-number:var(--theme-primary);--theme-registration-container-background:var(--theme-primary-light);--theme-login-input-text:var(--theme-primary);--theme-login-input-placeholder:var(--theme-primary);--theme-login-input-background:var(--theme-primary-lighter);--theme-login-desc:var(--common-greyscale-12);--theme-accent-1:#fcfdff;--theme-accent-2:#f5f9fe;--theme-accent-3:#eaf3fe;--theme-accent-4:#dcecfd;--theme-accent-5:#cbe2fa;--theme-accent-6:#b8d5f4;--theme-accent-7:#a0c4ea;--theme-accent-8:#7cacde;--theme-accent-9:#00518e;--theme-accent-10:#00417c;--theme-accent-11:#276baa;--theme-accent-12:#1a3855;--theme-accent-alpha-1:#0055ff03;--theme-accent-alpha-2:#0066e60a;--theme-accent-alpha-3:#006ef315;--theme-accent-alpha-4:#0075f123;--theme-accent-alpha-5:#0071e734;--theme-accent-alpha-6:#0069d847;--theme-accent-alpha-7:#0061c75f;--theme-accent-alpha-8:#005ebf83;--theme-accent-alpha-9:#00518e;--theme-accent-alpha-10:#00417c;--theme-accent-alpha-11:#00509bd8;--theme-accent-alpha-12:#002142e5;--theme-accent-contrast:#fff;--theme-accent-surface:#f3f8fecc;--theme-accent-indicator:#00518e;--theme-accent-track:#00518e}[data-theme=agent-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#1d415b;--theme-primary-light:#1fabbf;--theme-primary-lighter:#b3dbe1;--theme-secondary:#0abac1;--theme-agent-new:#ebebeb;--theme-background:var(--theme-agent-new);--theme-primary-button-background-color:var(--theme-primary);--theme-change-theme-button-background:var(--theme-primary);--theme-change-theme-button-text:var(--theme-secondary);--theme-search-background:var(--common-greyscale-8);--theme-search-border:none;--theme-navbar-header:var(--theme-agent-new);--theme-navbar-name:var(--common-black);--theme-navbar-icon:var(--common-black);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--common-white);--theme-login-main-background-image:linear-gradient(to bottom, #1d415b 8%, #0abac1);--theme-login-main-background-image-fallback:var(--theme-primary);--theme-registration-overlay-color:var(--common-black);--theme-registration-background-image:linear-gradient(to bottom, #1d415b 8%, #0abac1);--theme-registration-background-image-fallback:linear-gradient(to bottom, #1d415b 8%, #0abac1);--theme-login-box-background-color:var(--theme-primary);--theme-registration-box-background-color:var(--theme-primary);--theme-login-background-image:linear-gradient(to bottom, #1d415b 8%, #0abac1);--theme-login-background-image-fallback:var(--theme-primary);--theme-registration-button-background:none;--theme-registration-button-border:var(--common-white);--theme-registration-button-text:var(--common-white);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-greyscale-3);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:var(--theme-primary-light);--theme-dialog-button-text-color:var(--common-white);--theme-headline:var(--theme-primary);--theme-dialog-button-background:var(--theme-primary-light);--theme-dialog-button-border:var(--theme-primary-light);--theme-login-headline:var(--common-white);--theme-login-subheadline:var(--common-white);--theme-login-text-sidebar:var(--theme-primary-light);--theme-house-switcher-title:var(--common-white);--theme-house-switcher-background:var(--theme-primary);--theme-house-switcher-unread-message:var(--common-white);--theme-user-detail-container:var(--theme-agent-new);--theme-user-detail-name:var(--common-black);--theme-channel-list-wrapper-background:var(--theme-agent-new);--theme-channel-sort-text:var(--common-black);--theme-message-send-button:var(--theme-primary-light);--theme-new-chat-buttons-background-color:var(--theme-primary-light);--theme-privacy-settings-background:var(--theme-primary-light);--theme-profile-pic-update-text-color:var(--common-white);--theme-profile-pic-update-background-color:var(--theme-primary);--theme-profile-pic-registration-text-color:var(--common-white);--theme-profile-pic-registration-background-color:var(--theme-primary);--theme-font-light:klavikaminifeinlight, sans-serif;--theme-font-regular:klavikaminifeinregular, sans-serif;--theme-toolbar-selected-background:var(--theme-primary);--theme-chat-background:url(https://assets.getbeem.de/beem_chat_background.svg);--theme-dialog-button-background-color:var(--theme-secondary);--theme-secondary-button-text-color:var(--common-white);--theme-secondary-button-background-color:var(--theme-primary);--theme-secondary-button-border:var(--common-white);--theme-changelog-accept:var(--theme-primary);--theme-term-register-button-border-color:var(--common-white);--theme-primary-title-color:var(--theme-primary);--theme-account-overview-button-color:var(--theme-secondary);--theme-dialog-button-confirm-accept:var(--theme-primary);--theme-welcome:var(--theme-primary);--theme-settings-background:var(--theme-primary);--theme-browser-background:var(--theme-primary);--theme-register-bg-top:var(--theme-primary);--theme-register-bg-bottom:var(--theme-primary);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--theme-primary);--theme-register-profile-bg-both:var(--theme-primary);--theme-tutorial-page-bg-both:var(--theme-primary);--theme-settings-bg-top:var(--theme-primary);--theme-name-header:var(--theme-primary-light);--theme-login-background:var(--theme-primary);--theme-registration-background-color:var(--theme-primary);--theme-headline-login:var(--theme-secondary);--theme-headline-background-color:var(--common-white);--theme-login-input-text:var(--theme-primary);--theme-login-input-placeholder:var(--theme-primary);--theme-login-input-background:var(--theme-primary-lighter);--theme-login-desc:var(--common-greyscale-12);--theme-login-subheadline-background:none;--theme-button-text:none;--theme-login-primary-button-color:none;--theme-button-secondary-text:none;--theme-login-secondary-button-border:none;--theme-login-icons:none;--theme-login-background-sidebar:none;--theme-bkg-middle:none;--theme-register-identifier:var(--theme-secondary);--theme-request-activation-code:var(--theme-secondary);--theme-term-bubble-bg-color:var(--theme-primary-light);--theme-dialog-confirm-email-number:var(--theme-secondary);--theme-registration-container-background:var(--theme-primary-light);--theme-login-overlay-color:var(--common-black);--theme-accent-1:#fafdfe;--theme-accent-2:#f2fafd;--theme-accent-3:#def6fd;--theme-accent-4:#cbf0fb;--theme-accent-5:#b6e8f6;--theme-accent-6:#9fdcee;--theme-accent-7:#7ecde2;--theme-accent-8:#40b8d4;--theme-accent-9:#1fabc9;--theme-accent-10:#009fbd;--theme-accent-11:#007d9a;--theme-accent-12:#093e4a;--theme-accent-alpha-1:#0099cc05;--theme-accent-alpha-2:#009dd80d;--theme-accent-alpha-3:#00baf021;--theme-accent-alpha-4:#00b6ec34;--theme-accent-alpha-5:#00afe049;--theme-accent-alpha-6:#00a3d260;--theme-accent-alpha-7:#009dc681;--theme-accent-alpha-8:#00a0c6bf;--theme-accent-alpha-9:#009fc2e0;--theme-accent-alpha-10:#009fbd;--theme-accent-alpha-11:#007d9a;--theme-accent-alpha-12:#003743f6;--theme-accent-contrast:#fff;--theme-accent-surface:#eff9fdcc;--theme-accent-indicator:#1fabc9;--theme-accent-track:#1fabc9}[data-theme=efg-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#53565a;--theme-primary-light:#302e2b;--theme-primary-lighter:silver;--theme-secondary:#ba0c2f;--theme-background:none;--theme-primary-button-background-color:var(--theme-primary);--theme-change-theme-button-background:var(--theme-primary-lighter);--theme-change-theme-button-text:var(--theme-secondary);--theme-search-background:var(--common-greyscale-2);--theme-search-border:solid 1px var(--common-greyscale-10);--theme-navbar-header:var(--theme-primary);--theme-navbar-name:var(--common-white);--theme-navbar-icon:var(--common-white);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--common-white);--theme-login-main-background-image:url(https://assets.getbeem.de/efg_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-main-background-image-fallback:url(https://assets.getbeem.de/efg_login_background.jpg);--theme-registration-overlay-color:var(--common-black);--theme-registration-background-image:url(https://assets.getbeem.de/efg_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-registration-background-image-fallback:url(https://assets.getbeem.de/efg_login_background.jpg);--theme-login-box-background-color:var(--theme-primary);--theme-registration-box-background-color:var(--theme-primary);--theme-login-background-image:url(https://assets.getbeem.de/efg_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-background-image-fallback:var(--theme-primary);--theme-login-overlay-color:var(--common-black);--theme-registration-button-background:none;--theme-registration-button-border:var(--common-white);--theme-registration-button-text:var(--common-white);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-greyscale-3);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:var(--theme-secondary);--theme-dialog-button-text-color:var(--common-white);--theme-headline:var(--theme-primary);--theme-dialog-button-background:var(--theme-dialog-button-color);--theme-dialog-button-border:var(--theme-dialog-button-color);--theme-login-headline:var(--common-white);--theme-login-subheadline:var(--common-white);--theme-login-background-sidebar:var(--theme-primary);--theme-login-text-sidebar:var(--common-white);--theme-login-subheadline-background:var(--theme-secondary);--theme-button-text:var(--common-white);--theme-login-primary-button-color:var(--theme-dialog-button-color);--theme-button-secondary-text:var(--common-white);--theme-login-secondary-button-border:var(--common-white);--theme-login-icons:var(--common-white);--theme-house-switcher-title:var(--common-white);--theme-house-switcher-background:var(--theme-primary);--theme-house-switcher-unread-message:var(--common-white);--theme-user-detail-container:var(--common-white);--theme-user-detail-name:var(--common-greyscale-12);--theme-channel-list-wrapper-background:var(--common-greyscale-3);--theme-channel-sort-text:var(--common-greyscale-10);--theme-message-send-button:var(--theme-primary);--theme-new-chat-buttons-background-color:var(--theme-primary);--theme-privacy-settings-background:var(--theme-primary);--theme-profile-pic-update-text-color:var(--common-white);--theme-profile-pic-update-background-color:var(--theme-primary);--theme-profile-pic-registration-text-color:var(--common-white);--theme-profile-pic-registration-background-color:var(--theme-primary);--theme-font-light:klavikaminifeinlight, sans-serif;--theme-font-regular:klavikaminifeinregular, sans-serif;--theme-toolbar-selected-background:var(--theme-primary);--theme-chat-background:url(https://assets.getbeem.de/efg_chat_background.svg);--theme-dialog-button-background-color:var(--theme-secondary);--theme-secondary-button-text-color:var(--common-white);--theme-secondary-button-background-color:var(--theme-primary);--theme-secondary-button-border:var(--common-white);--theme-changelog-accept:var(--theme-primary);--theme-term-register-button-border-color:var(--common-white);--theme-primary-title-color:var(--theme-primary);--theme-account-overview-button-color:var(--theme-primary);--theme-dialog-button-confirm-accept:var(--theme-secondary);--theme-welcome:var(--theme-secondary);--theme-settings-background:var(--theme-primary);--theme-browser-background:var(--theme-primary);--theme-register-bg-top:var(--theme-primary);--theme-register-bg-bottom:var(--theme-primary);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--common-white);--theme-register-profile-bg-both:var(--theme-primary);--theme-tutorial-page-bg-both:var(--theme-primary);--theme-settings-bg-top:var(--theme-primary);--theme-name-header:var(--theme-primary);--theme-login-background:var(--theme-primary);--theme-registration-background-color:var(--theme-primary);--theme-headline-login:var(--theme-secondary);--theme-headline-background-color:var(--common-white);--theme-bkg-middle:none;--theme-register-identifier:var(--common-white);--theme-request-activation-code:var(--common-white);--theme-term-bubble-bg-color:var(--common-white);--theme-dialog-confirm-email-number:var(--theme-secondary);--theme-registration-container-background:var(--theme-primary-lighter);--theme-login-input-text:var(--theme-primary);--theme-login-input-placeholder:var(--theme-primary);--theme-login-input-background:var(--theme-primary-lighter);--theme-login-desc:var(--common-greyscale-12);--theme-accent-1:#fffcfc;--theme-accent-2:#fff7f7;--theme-accent-3:#feeaea;--theme-accent-4:#ffdddb;--theme-accent-5:#ffcfcd;--theme-accent-6:#fabfbe;--theme-accent-7:#f1acaa;--theme-accent-8:#e79291;--theme-accent-9:#ba0c2f;--theme-accent-10:#a80021;--theme-accent-11:#cb283d;--theme-accent-12:#65181f;--theme-accent-alpha-1:#ff000003;--theme-accent-alpha-2:#ff000008;--theme-accent-alpha-3:#f3000015;--theme-accent-alpha-4:#ff0f0024;--theme-accent-alpha-5:#ff0b0032;--theme-accent-alpha-6:#ec040041;--theme-accent-alpha-7:#d5060055;--theme-accent-alpha-8:#c803006e;--theme-accent-alpha-9:#b70025f3;--theme-accent-alpha-10:#a80021;--theme-accent-alpha-11:#c10019d7;--theme-accent-alpha-12:#550008e7;--theme-accent-contrast:#fff;--theme-accent-surface:#fff5f5cc;--theme-accent-indicator:#ba0c2f;--theme-accent-track:#ba0c2f}[data-theme=hti-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#850c1f;--theme-primary-light:#e5e6e6;--theme-primary-lighter:#e5e6e6;--theme-secondary:#e3e1dc;--theme-background:none;--theme-primary-button-background-color:var(--theme-primary);--theme-change-theme-button-background:var(--theme-primary);--theme-change-theme-button-text:var(--theme-secondary);--theme-search-background:var(--common-greyscale-2);--theme-search-border:solid 1px var(--common-greyscale-10);--theme-navbar-header:var(--theme-primary);--theme-navbar-name:var(--theme-secondary);--theme-navbar-icon:var(--common-white);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--theme-secondary);--theme-login-main-background-image:url(https://assets.getbeem.de/hti_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-main-background-image-fallback:url(https://assets.getbeem.de/hti_login_background.jpg);--theme-registration-overlay-color:var(--common-black);--theme-registration-background-image:url(https://assets.getbeem.de/hti_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-registration-background-image-fallback:url(https://assets.getbeem.de/hti_login_background.jpg);--theme-login-box-background-color:var(--theme-primary);--theme-registration-box-background-color:var(--theme-primary);--theme-login-background-image:url(https://assets.getbeem.de/hti_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-background-image-fallback:var(--theme-primary);--theme-login-overlay-color:var(--common-black);--theme-registration-button-background:none;--theme-registration-button-border:var(--theme-secondary);--theme-registration-button-text:var(--theme-secondary);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-greyscale-3);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:#bf0228;--theme-headline:var(--theme-primary);--theme-dialog-button-text-color:var(--theme-primary);--theme-dialog-button-background:var(--common-white);--theme-dialog-button-border:var(--common-white);--theme-login-headline:var(--common-white);--theme-login-subheadline:var(--common-white);--theme-login-background-sidebar:var(--theme-primary);--theme-login-text-sidebar:var(--common-white);--theme-login-subheadline-background:var(--theme-primary);--theme-button-text:var(--theme-primary);--theme-login-primary-button-color:var(--theme-secondary);--theme-button-secondary-text:var(--common-white);--theme-login-secondary-button-border:var(--common-white);--theme-login-icons:var(--common-white);--theme-house-switcher-title:var(--common-white);--theme-house-switcher-background:var(--theme-primary);--theme-house-switcher-unread-message:var(--theme-secondary);--theme-user-detail-container:var(--common-white);--theme-user-detail-name:var(--common-greyscale-12);--theme-channel-list-wrapper-background:var(--common-greyscale-3);--theme-channel-sort-text:var(--common-greyscale-10);--theme-message-send-button:var(--theme-primary);--theme-new-chat-buttons-background-color:var(--theme-primary);--theme-privacy-settings-background:var(--theme-primary);--theme-profile-pic-update-text-color:var(--common-white);--theme-profile-pic-update-background-color:var(--theme-primary);--theme-profile-pic-registration-text-color:var(--common-white);--theme-profile-pic-registration-background-color:var(--theme-primary);--theme-font-light:klavikaminifeinlight, sans-serif;--theme-font-regular:klavikaminifeinregular, sans-serif;--theme-toolbar-selected-background:var(--theme-primary);--theme-chat-background:url(https://assets.getbeem.de/hti_chat_background.svg);--theme-dialog-button-background-color:var(--theme-secondary);--theme-secondary-button-text-color:var(--common-white);--theme-secondary-button-background-color:var(--theme-primary);--theme-secondary-button-border:var(--common-white);--theme-changelog-accept:var(--theme-primary);--theme-term-register-button-border-color:var(--common-white);--theme-primary-title-color:var(--theme-primary);--theme-account-overview-button-color:var(--theme-primary);--theme-dialog-button-confirm-accept:var(--theme-primary);--theme-welcome:var(--theme-primary);--theme-settings-background:var(--theme-primary);--theme-browser-background:var(--theme-primary);--theme-register-bg-top:var(--theme-primary);--theme-register-bg-bottom:var(--theme-primary);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--theme-primary);--theme-register-profile-bg-both:var(--theme-primary);--theme-tutorial-page-bg-both:var(--theme-primary);--theme-settings-bg-top:var(--theme-primary);--theme-name-header:var(--theme-primary);--theme-login-background:var(--theme-primary);--theme-registration-background-color:var(--theme-primary);--theme-headline-login:var(--theme-primary);--theme-headline-background-color:var(--common-white);--theme-bkg-middle:none;--theme-register-identifier:var(--theme-secondary);--theme-request-activation-code:var(--theme-secondary);--theme-term-bubble-bg-color:var(--common-white);--theme-dialog-confirm-email-number:var(--theme-primary);--theme-registration-container-background:var(--theme-primary-light);--theme-login-input-text:var(--theme-primary);--theme-login-input-placeholder:var(--theme-primary);--theme-login-input-background:var(--theme-primary-lighter);--theme-login-desc:var(--common-greyscale-12);--theme-accent-1:#fffcfc;--theme-accent-2:#fff7f7;--theme-accent-3:#ffeaea;--theme-accent-4:#ffdcdc;--theme-accent-5:#ffcece;--theme-accent-6:#fcbebf;--theme-accent-7:#f3abac;--theme-accent-8:#ea9093;--theme-accent-9:#cd163f;--theme-accent-10:#bc0032;--theme-accent-11:#cf1a41;--theme-accent-12:#671420;--theme-accent-alpha-1:#ff000003;--theme-accent-alpha-2:#ff000008;--theme-accent-alpha-3:#ff000015;--theme-accent-alpha-4:#ff000023;--theme-accent-alpha-5:#ff000031;--theme-accent-alpha-6:#f4000441;--theme-accent-alpha-7:#db000454;--theme-accent-alpha-8:#cf00076f;--theme-accent-alpha-9:#c8002de9;--theme-accent-alpha-10:#bc0032;--theme-accent-alpha-11:#ca002be5;--theme-accent-alpha-12:#5a000deb;--theme-accent-contrast:#fff;--theme-accent-surface:#fff5f5cc;--theme-accent-indicator:#cd163f;--theme-accent-track:#cd163f}[data-theme=itg-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#53565a;--theme-primary-light:#cbc7bf;--theme-primary-lighter:#cbc7bf;--theme-secondary:#ba0c2f;--theme-background:none;--theme-primary-button-background-color:var(--theme-primary);--theme-change-theme-button-background:var(--theme-primary-light);--theme-change-theme-button-text:var(--theme-secondary);--theme-search-background:var(--common-greyscale-2);--theme-search-border:solid 1px var(--common-greyscale-10);--theme-navbar-header:var(--theme-primary);--theme-navbar-name:var(--common-white);--theme-navbar-icon:var(--common-white);--theme-dialog-button-background:var(--theme-dialog-button-color);--theme-dialog-button-border:var(--theme-dialog-button-color);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--common-white);--theme-login-main-background-image:url(https://assets.getbeem.de/itg_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-main-background-image-fallback:url(https://assets.getbeem.de/itg_login_background.jpg);--theme-registration-overlay-color:var(--common-black);--theme-registration-background-image:url(https://assets.getbeem.de/itg_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-registration-background-image-fallback:url(https://assets.getbeem.de/itg_login_background.jpg);--theme-login-box-background-color:var(--theme-primary);--theme-registration-box-background-color:var(--theme-primary);--theme-login-background-image:url(https://assets.getbeem.de/itg_login_background.jpg), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-background-image-fallback:var(--theme-primary);--theme-login-overlay-color:var(--common-black);--theme-registration-button-background:none;--theme-registration-button-border:var(--common-white);--theme-registration-button-text:var(--common-white);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-greyscale-3);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:var(--theme-secondary);--theme-dialog-button-text-color:var(--common-white);--theme-headline:var(--theme-primary);--theme-login-headline:var(--common-white);--theme-login-subheadline:var(--common-white);--theme-login-background-sidebar:var(--theme-primary);--theme-login-text-sidebar:var(--common-white);--theme-login-subheadline-background:var(--theme-secondary);--theme-button-text:var(--common-white);--theme-login-primary-button-color:var(--theme-secondary);--theme-button-secondary-text:var(--common-white);--theme-login-secondary-button-border:var(--common-white);--theme-login-icons:var(--common-white);--theme-house-switcher-title:var(--common-white);--theme-house-switcher-background:var(--theme-primary);--theme-house-switcher-unread-message:var(--common-white);--theme-user-detail-container:var(--common-white);--theme-user-detail-name:var(--common-greyscale-12);--theme-channel-list-wrapper-background:var(--common-greyscale-3);--theme-channel-sort-text:var(--common-greyscale-10);--theme-message-send-button:var(--theme-primary);--theme-new-chat-buttons-background-color:var(--theme-primary);--theme-privacy-settings-background:var(--theme-primary);--theme-profile-pic-update-text-color:var(--common-white);--theme-profile-pic-update-background-color:var(--theme-primary);--theme-profile-pic-registration-text-color:var(--common-white);--theme-profile-pic-registration-background-color:var(--theme-primary);--theme-font-light:klavikaminifeinlight, sans-serif;--theme-font-regular:klavikaminifeinregular, sans-serif;--theme-toolbar-selected-background:var(--theme-primary);--theme-chat-background:url(https://assets.getbeem.de/itg_chat_background.svg);--theme-dialog-button-background-color:var(--theme-secondary);--theme-secondary-button-text-color:var(--common-white);--theme-secondary-button-background-color:var(--theme-primary);--theme-secondary-button-border:var(--common-white);--theme-changelog-accept:var(--theme-primary);--theme-term-register-button-border-color:var(--common-white);--theme-primary-title-color:var(--theme-primary);--theme-account-overview-button-color:var(--theme-primary);--theme-dialog-button-confirm-accept:var(--theme-secondary);--theme-welcome:var(--theme-primary);--theme-settings-background:var(--theme-primary);--theme-browser-background:var(--theme-secondary);--theme-register-bg-top:var(--theme-primary);--theme-register-bg-bottom:var(--theme-primary);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--common-white);--theme-register-profile-bg-both:var(--theme-primary);--theme-tutorial-page-bg-both:var(--theme-primary);--theme-settings-bg-top:var(--theme-primary);--theme-name-header:var(--theme-primary);--theme-login-background:var(--theme-primary);--theme-registration-background-color:var(--theme-primary);--theme-headline-login:var(--theme-primary);--theme-headline-background-color:var(--common-white);--theme-bkg-middle:none;--theme-register-identifier:var(--common-white);--theme-request-activation-code:var(--common-white);--theme-term-bubble-bg-color:var(--theme-primary-light);--theme-dialog-confirm-email-number:var(--theme-secondary);--theme-registration-container-background:var(--theme-primary-light);--theme-login-input-text:var(--theme-primary);--theme-login-input-placeholder:var(--theme-primary);--theme-login-input-background:var(--theme-primary-lighter);--theme-login-desc:var(--common-greyscale-12);--theme-accent-1:#fffcfc;--theme-accent-2:#fff7f7;--theme-accent-3:#feeaea;--theme-accent-4:#ffdddb;--theme-accent-5:#ffcfcd;--theme-accent-6:#fabfbe;--theme-accent-7:#f1acaa;--theme-accent-8:#e79291;--theme-accent-9:#ba0c2f;--theme-accent-10:#a80021;--theme-accent-11:#cb283d;--theme-accent-12:#65181f;--theme-accent-alpha-1:#ff000003;--theme-accent-alpha-2:#ff000008;--theme-accent-alpha-3:#f3000015;--theme-accent-alpha-4:#ff0f0024;--theme-accent-alpha-5:#ff0b0032;--theme-accent-alpha-6:#ec040041;--theme-accent-alpha-7:#d5060055;--theme-accent-alpha-8:#c803006e;--theme-accent-alpha-9:#b70025f3;--theme-accent-alpha-10:#a80021;--theme-accent-alpha-11:#c10019d7;--theme-accent-alpha-12:#550008e7;--theme-accent-contrast:#fff;--theme-accent-surface:#fff5f5cc;--theme-accent-indicator:#ba0c2f;--theme-accent-track:#ba0c2f}[data-theme=dtg-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#ba0c2f;--theme-primary-light:#373839;--theme-primary-lighter:silver;--theme-secondary:#d8d8d8;--theme-background:none;--theme-primary-button-background-color:var(--theme-primary);--theme-change-theme-button-background:var(--theme-primary);--theme-change-theme-button-text:var(--theme-secondary);--theme-search-background:var(--common-greyscale-2);--theme-search-border:solid 1px var(--common-greyscale-10);--theme-navbar-header:var(--theme-primary);--theme-navbar-name:var(--theme-secondary);--theme-navbar-icon:var(--common-white);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--theme-secondary);--theme-login-main-background-image:url(https://assets.getbeem.de/dtg_login_background.webp), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-main-background-image-fallback:url(https://assets.getbeem.de/dtg_login_background.webp);--theme-registration-overlay-color:var(--common-black);--theme-registration-background-image:url(https://assets.getbeem.de/dtg_login_background.webp), linear-gradient(to bottom, #616161, var(--common-black));--theme-registration-background-image-fallback:url(https://assets.getbeem.de/dtg_login_background.webp);--theme-login-box-background-color:var(--theme-primary-light);--theme-registration-box-background-color:var(--theme-primary-light);--theme-login-background-image:url(https://assets.getbeem.de/dtg_login_background.webp), linear-gradient(to bottom, #616161, var(--common-black));--theme-login-background-image-fallback:var(--theme-primary);--theme-login-overlay-color:var(--common-black);--theme-registration-button-background:var(--theme-primary);--theme-registration-button-border:var(--theme-primary);--theme-registration-button-text:var(--common-white);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-greyscale-3);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:var(--theme-primary);--theme-dialog-button-text-color:var(--common-white);--theme-headline:var(--theme-primary);--theme-house-switcher-title:var(--common-white);--theme-house-switcher-background:var(--theme-primary);--theme-house-switcher-unread-message:var(--theme-secondary);--theme-dialog-button-background:var(--theme-primary);--theme-dialog-button-border:var(--theme-primary);--theme-login-headline:var(--common-white);--theme-login-subheadline:var(--common-white);--theme-login-background-sidebar:var(--theme-primary-light);--theme-login-text-sidebar:var(--common-black);--theme-login-subheadline-background:var(--theme-primary);--theme-button-text:var(--common-white);--theme-login-primary-button-color:var(--theme-primary);--theme-button-secondary-text:var(--theme-primary);--theme-login-secondary-button-border:var(--theme-primary);--theme-login-icons:var(--common-white);--theme-user-detail-container:var(--common-white);--theme-user-detail-name:var(--common-greyscale-12);--theme-channel-list-wrapper-background:var(--common-greyscale-3);--theme-channel-sort-text:var(--common-greyscale-10);--theme-message-send-button:var(--theme-primary);--theme-login-input-text:var(--theme-primary);--theme-login-input-placeholder:var(--theme-primary);--theme-login-input-background:var(--theme-primary-lighter);--theme-login-desc:var(--common-greyscale-12);--theme-new-chat-buttons-background-color:var(--theme-primary-light);--theme-privacy-settings-background:var(--theme-primary);--theme-profile-pic-update-text-color:var(--common-white);--theme-profile-pic-update-background-color:var(--theme-primary);--theme-profile-pic-registration-text-color:var(--common-white);--theme-profile-pic-registration-background-color:var(--theme-primary);--theme-font-light:klavikaminifeinlight, sans-serif;--theme-font-regular:klavikaminifeinregular, sans-serif;--theme-toolbar-selected-background:var(--theme-primary);--theme-chat-background:url(https://assets.getbeem.de/dtg_chat_background.svg);--theme-dialog-button-background-color:var(--theme-primary);--theme-secondary-button-text-color:var(--theme-primary);--theme-secondary-button-background-color:none;--theme-secondary-button-border:var(--theme-primary);--theme-changelog-accept:var(--theme-primary);--theme-term-register-button-border-color:var(--common-white);--theme-primary-title-color:var(--theme-primary);--theme-account-overview-button-color:var(--theme-primary);--theme-dialog-button-confirm-accept:var(--theme-primary);--theme-welcome:var(--theme-primary);--theme-settings-background:var(--theme-primary);--theme-browser-background:var(--theme-primary-light);--theme-register-bg-top:var(--theme-primary-light);--theme-register-bg-bottom:var(--theme-secondary);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--common-white);--theme-register-profile-bg-both:var(--theme-primary-light);--theme-tutorial-page-bg-both:var(--theme-primary);--theme-settings-bg-top:var(--theme-primary-light);--theme-name-header:var(--theme-primary);--theme-login-background:var(--theme-primary-light);--theme-registration-background-color:var(--theme-primary-light);--theme-headline-login:var(--theme-primary);--theme-headline-background-color:var(--common-white);--theme-bkg-middle:url(https://assets.getbeem.de/dtg_login_background_middle.svg);--theme-register-identifier:var(--common-white);--theme-request-activation-code:var(--common-white);--theme-term-bubble-bg-color:var(--theme-primary-lighter);--theme-dialog-confirm-email-number:var(--theme-primary);--theme-registration-container-background:var(--theme-primary-lighter);--theme-accent-1:#fffcfc;--theme-accent-2:#fff7f7;--theme-accent-3:#feeaea;--theme-accent-4:#ffdddb;--theme-accent-5:#ffcfcd;--theme-accent-6:#fabfbe;--theme-accent-7:#f1acaa;--theme-accent-8:#e79291;--theme-accent-9:#ba0c2f;--theme-accent-10:#a80021;--theme-accent-11:#cb283d;--theme-accent-12:#65181f;--theme-accent-alpha-1:#ff000003;--theme-accent-alpha-2:#ff000008;--theme-accent-alpha-3:#f3000015;--theme-accent-alpha-4:#ff0f0024;--theme-accent-alpha-5:#ff0b0032;--theme-accent-alpha-6:#ec040041;--theme-accent-alpha-7:#d5060055;--theme-accent-alpha-8:#c803006e;--theme-accent-alpha-9:#b70025f3;--theme-accent-alpha-10:#a80021;--theme-accent-alpha-11:#c10019d7;--theme-accent-alpha-12:#550008e7;--theme-accent-contrast:#fff;--theme-accent-surface:#fff5f5cc;--theme-accent-indicator:#ba0c2f;--theme-accent-track:#ba0c2f}[data-theme=tfg-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#22437f;--theme-primary-light:#4f74a8;--theme-primary-lighter:#adc7ec;--theme-secondary:#52a9d2;--theme-background:none;--theme-primary-button-background-color:var(--theme-primary);--theme-change-theme-button-background:var(--theme-primary);--theme-change-theme-button-text:var(--theme-secondary);--theme-search-background:var(--common-greyscale-2);--theme-search-border:solid 1px var(--common-greyscale-10);--theme-navbar-header:var(--theme-primary);--theme-navbar-name:var(--theme-secondary);--theme-navbar-icon:var(--common-white);--theme-dialog-button-background:var(--theme-secondary);--theme-dialog-button-border:var(--theme-secondary);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--theme-secondary);--theme-login-main-background-image:url(https://assets.getbeem.de/tfg_login_background.webp);--theme-login-main-background-image-fallback:url(https://assets.getbeem.de/tfg_login_background.webp);--theme-registration-overlay-color:none;--theme-registration-background-image:var(--theme-primary-light);--theme-registration-background-image-fallback:var(--theme-primary-light);--theme-login-box-background-color:var(--theme-primary);--theme-registration-box-background-color:var(--theme-primary);--theme-login-background-image:var(--theme-primary-light);--theme-login-background-image-fallback:var(--theme-primary-light);--theme-registration-button-background:none;--theme-registration-button-border:var(--theme-secondary);--theme-registration-button-text:var(--common-white);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-greyscale-3);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:var(--theme-primary);--theme-dialog-button-text-color:var(--common-white);--theme-headline:var(--theme-primary);--theme-login-headline:var(--theme-primary);--theme-login-subheadline:var(--common-white);--theme-login-background-sidebar:var(--theme-primary);--theme-login-text-sidebar:var(--common-white);--theme-login-subheadline-background:var(--theme-primary);--theme-button-text:var(--common-white);--theme-login-primary-button-color:var(--theme-secondary);--theme-button-secondary-text:var(--common-white);--theme-login-secondary-button-border:var(--theme-secondary);--theme-login-icons:var(--theme-secondary);--theme-house-switcher-title:var(--common-white);--theme-house-switcher-background:var(--theme-primary);--theme-house-switcher-unread-message:var(--theme-secondary);--theme-user-detail-container:var(--common-white);--theme-user-detail-name:var(--common-greyscale-12);--theme-channel-list-wrapper-background:var(--common-greyscale-3);--theme-channel-sort-text:var(--common-greyscale-10);--theme-message-send-button:var(--theme-primary);--theme-new-chat-buttons-background-color:var(--theme-primary);--theme-privacy-settings-background:var(--theme-primary);--theme-profile-pic-update-text-color:var(--common-white);--theme-profile-pic-update-background-color:var(--theme-primary);--theme-profile-pic-registration-text-color:var(--common-white);--theme-profile-pic-registration-background-color:var(--theme-primary);--theme-font-light:arponalight, sans-serif;--theme-font-regular:arponamedium, sans-serif;--theme-toolbar-selected-background:var(--theme-primary);--theme-chat-background:url(https://assets.getbeem.de/tfg_chat_background.svg);--theme-dialog-button-background-color:var(--theme-secondary);--theme-secondary-button-text-color:var(--common-white);--theme-secondary-button-background-color:var(--theme-primary);--theme-secondary-button-border:var(--theme-secondary);--theme-changelog-accept:var(--theme-primary);--theme-term-register-button-border-color:var(--theme-secondary);--theme-primary-title-color:var(--theme-primary);--theme-account-overview-button-color:var(--theme-primary);--theme-dialog-button-confirm-accept:var(--theme-primary);--theme-welcome:var(--theme-primary);--theme-settings-background:var(--theme-primary);--theme-browser-background:var(--theme-primary);--theme-register-bg-top:var(--theme-primary);--theme-register-bg-bottom:var(--theme-primary);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--common-white);--theme-register-profile-bg-both:var(--theme-primary);--theme-tutorial-page-bg-both:var(--theme-secondary);--theme-settings-bg-top:var(--theme-secondary);--theme-name-header:var(--theme-primary);--theme-login-background:var(--theme-primary);--theme-registration-background-color:var(--theme-primary);--theme-headline-login:var(--theme-primary);--theme-headline-background-color:var(--common-white);--theme-bkg-middle:none;--theme-register-identifier:var(--common-white);--theme-request-activation-code:var(--common-white);--theme-term-bubble-bg-color:var(--common-greyscale-2);--theme-dialog-confirm-email-number:var(--theme-primary);--theme-registration-container-background:var(--theme-primary-lighter);--theme-login-overlay-color:none;--theme-login-input-text:var(--theme-primary);--theme-login-input-placeholder:var(--theme-primary);--theme-login-input-background:var(--theme-primary-lighter);--theme-login-desc:var(--common-greyscale-12);--theme-accent-1:#fbfdff;--theme-accent-2:#f4f9ff;--theme-accent-3:#e7f3ff;--theme-accent-4:#d8ebff;--theme-accent-5:#c7e1ff;--theme-accent-6:#b2d3ff;--theme-accent-7:#98c1ff;--theme-accent-8:#71a7ff;--theme-accent-9:#22437f;--theme-accent-10:#325492;--theme-accent-11:#3a6cc7;--theme-accent-12:#13336e;--theme-accent-alpha-1:#0080ff04;--theme-accent-alpha-2:#0074ff0b;--theme-accent-alpha-3:#0080ff18;--theme-accent-alpha-4:#007dff27;--theme-accent-alpha-5:#0077ff38;--theme-accent-alpha-6:#006eff4d;--theme-accent-alpha-7:#0066ff67;--theme-accent-alpha-8:#0061ff8e;--theme-accent-alpha-9:#00266bdd;--theme-accent-alpha-10:#002a78cd;--theme-accent-alpha-11:#0041b7c5;--theme-accent-alpha-12:#002362ec;--theme-accent-contrast:#fff;--theme-accent-surface:#f1f8ffcc;--theme-accent-indicator:#22437f;--theme-accent-track:#22437f}[data-theme=hfh-theme]{--common-white:#fff;--common-black:#000;--common-lighter-grey-25:#7a7a7a40;--common-purple:#76368c;--common-greyscale-1:#fcfcfc;--common-greyscale-2:#f9f9f9;--common-greyscale-3:#f1f1f1;--common-greyscale-4:#ebebeb;--common-greyscale-5:#e4e4e4;--common-greyscale-6:#ddd;--common-greyscale-7:#d4d4d4;--common-greyscale-8:#bbb;--common-greyscale-9:#8d8d8d;--common-greyscale-10:gray;--common-greyscale-11:#646464;--common-greyscale-12:#202020;--common-green-1:#fbfefc;--common-green-2:#f2fcf5;--common-green-3:#e9f9ee;--common-green-4:#ddf3e4;--common-green-5:#ccebd7;--common-green-6:#b4dfc4;--common-green-7:#92ceac;--common-green-8:#5bb98c;--common-green-9:#30a46c;--common-green-10:#299764;--common-green-11:#18794e;--common-green-12:#193b2d;--common-yellow-1:#fefdfb;--common-yellow-2:#fff9ed;--common-yellow-3:#fff3d0;--common-yellow-4:#ffecb7;--common-yellow-5:#ffe0a1;--common-yellow-6:#f5d08c;--common-yellow-7:#e4bb78;--common-yellow-8:#d6a35c;--common-yellow-9:#ffc53d;--common-yellow-10:#ffba1a;--common-yellow-11:#e3a310;--common-yellow-12:#915930;--common-red-1:#fffcfc;--common-red-2:#fff8f7;--common-red-3:#fff0ee;--common-red-4:#ffe6e2;--common-red-5:#fdd8d3;--common-red-6:#fac7be;--common-red-7:#f3b0a2;--common-red-8:#ea9280;--common-red-9:#e54d2e;--common-red-10:#d84224;--common-red-11:#c33113;--common-red-12:#5c271f;--common-blue-1:#f9fcff;--common-blue-2:#f5faff;--common-blue-3:#edf6ff;--common-blue-4:#e1f0ff;--common-blue-5:#cee7fe;--common-blue-6:#b7d9f8;--common-blue-7:#96c7f2;--common-blue-8:#5eb0ef;--common-blue-9:#0091ff;--common-blue-10:#0880ea;--common-blue-11:#0b68cb;--common-blue-12:#113264;--common-deep-blue:#1d415b;--common-light-deep-blue:#a8d0ed;--common-grey-blue:#b3dbe1;--common-light-grey-blue:#f0f8f9;--common-info-alpha-3:#00baf021;--common-info-alpha-11:#007d9a;--common-error-1:#fffcfc;--common-error-2:#fff7f7;--common-error-3:#ffebea;--common-error-4:#ffdcd9;--common-error-5:#ffcdca;--common-error-6:#febdb9;--common-error-7:#f5a9a5;--common-error-8:#eb8f8b;--common-error-9:#e5484d;--common-error-10:#d73840;--common-error-11:#cc2e39;--common-error-12:#64181b;--common-error-alpha-1:#ff000003;--common-error-alpha-2:#ff000008;--common-error-alpha-3:#ff0d0015;--common-error-alpha-4:#ff150026;--common-error-alpha-5:#ff0f0035;--common-error-alpha-6:#fc0f0046;--common-error-alpha-7:#e30c015a;--common-error-alpha-8:#d4090074;--common-error-alpha-9:#db0007b7;--common-error-alpha-10:#cc000ac7;--common-error-alpha-11:#c1000ed1;--common-error-alpha-12:#540003e7;--common-error-contrast:#fff;--common-error-surface:#fff5f5cc;--common-error-indicator:#e5484d;--common-error-track:#e5484d;--common-neutral-1:#fcfcfc;--common-neutral-2:#f9f9f9;--common-neutral-3:#efefef;--common-neutral-4:#e8e8e8;--common-neutral-5:#e0e0e0;--common-neutral-6:#d8d8d8;--common-neutral-7:#cecece;--common-neutral-8:#bbb;--common-neutral-9:#8d8d8d;--common-neutral-10:#838383;--common-neutral-11:#646464;--common-neutral-12:#202020;--common-neutral-alpha-1:#00000003;--common-neutral-alpha-2:#00000006;--common-neutral-alpha-3:#00000010;--common-neutral-alpha-4:#00000017;--common-neutral-alpha-5:#0000001f;--common-neutral-alpha-6:#00000027;--common-neutral-alpha-7:#00000031;--common-neutral-alpha-8:#0004;--common-neutral-alpha-9:#00000072;--common-neutral-alpha-10:#0000007c;--common-neutral-alpha-11:#0000009b;--common-neutral-alpha-12:#000000df;--common-neutral-contrast:#fff;--common-neutral-surface:#fffc;--common-neutral-indicator:#8d8d8d;--common-neutral-track:#8d8d8d;--common-success-1:#fbfefc;--common-success-2:#f4fbf7;--common-success-3:#e5f6eb;--common-success-4:#d6f1df;--common-success-5:#c4e8d1;--common-success-6:#adddc0;--common-success-7:#8fcea8;--common-success-8:#60b887;--common-success-9:#30a46c;--common-success-10:#289662;--common-success-11:#00814c;--common-success-12:#1d3b2a;--common-success-alpha-1:#00c04004;--common-success-alpha-2:#00a3460b;--common-success-alpha-3:#00a73b1a;--common-success-alpha-4:#00a83829;--common-success-alpha-5:#019c393b;--common-success-alpha-6:#00963c52;--common-success-alpha-7:#00903970;--common-success-alpha-8:#008d3f9f;--common-success-alpha-9:#008f4acf;--common-success-alpha-10:#008345d7;--common-success-alpha-11:#00814c;--common-success-alpha-12:#00220fe2;--common-success-contrast:#fff;--common-success-surface:#f1faf5cc;--common-success-indicator:#30a46c;--common-success-track:#30a46c;--common-warning-1:#fefdfb;--common-warning-2:#fffaea;--common-warning-3:#fff2c3;--common-warning-4:#ffe9a0;--common-warning-5:#ffde7f;--common-warning-6:#fcd27a;--common-warning-7:#e9c16e;--common-warning-8:#d7a944;--common-warning-9:#ffca2f;--common-warning-10:#fac137;--common-warning-11:#9b6f00;--common-warning-12:#463a20;--common-warning-alpha-1:#c0800004;--common-warning-alpha-2:#ffc30015;--common-warning-alpha-3:#ffc8003c;--common-warning-alpha-4:#ffc4005f;--common-warning-alpha-5:#ffbe0080;--common-warning-alpha-6:#faa90085;--common-warning-alpha-7:#d9920091;--common-warning-alpha-8:#c98a00bb;--common-warning-alpha-9:#ffbe00d0;--common-warning-alpha-10:#f9b000c8;--common-warning-alpha-11:#9b6f00;--common-warning-alpha-12:#2c1e00df;--common-warning-contrast:#2b2009;--common-warning-surface:#fff9e5cc;--common-warning-indicator:#ffca2f;--common-warning-track:#ffca2f;--common-info-1:#fafdfe;--common-info-2:#f2fafd;--common-info-3:#def6fd;--common-info-4:#cbf0fb;--common-info-5:#b6e8f6;--common-info-6:#9fdcee;--common-info-7:#7ecde2;--common-info-8:#40b8d4;--common-info-9:#1fabc9;--common-info-10:#009fbd;--common-info-11:#007d9a;--common-info-12:#093e4a;--common-info-alpha-1:#0099cc05;--common-info-alpha-2:#009dd80d;--common-info-alpha-4:#00b6ec34;--common-info-alpha-5:#00afe049;--common-info-alpha-6:#00a3d260;--common-info-alpha-7:#009dc681;--common-info-alpha-8:#00a0c6bf;--common-info-alpha-9:#009fc2e0;--common-info-alpha-10:#009fbd;--common-info-alpha-12:#003743f6;--common-info-contrast:#fff;--common-info-surface:#eff9fdcc;--common-info-indicator:#1fabc9;--common-info-track:#1fabc9;--theme-primary:#007f84;--theme-primary-light:#072a3a;--theme-primary-lighter:#cce5e6;--theme-secondary:#072a3a;--theme-background:none;--theme-accent:#ed6f34;--theme-primary-button-background-color:var(--theme-primary);--theme-change-theme-button-background:var(--theme-primary);--theme-change-theme-button-text:var(--theme-secondary);--theme-search-background:var(--common-greyscale-2);--theme-search-border:solid 1px var(--common-greyscale-10);--theme-navbar-header:var(--theme-primary);--theme-navbar-name:var(--theme-secondary);--theme-navbar-icon:var(--common-white);--theme-dialog-button-background:var(--theme-secondary);--theme-dialog-button-border:var(--theme-secondary);--theme-profile-background:var(--theme-primary);--theme-absence-manager-header:var(--theme-primary);--theme-absence-manager-header-title:var(--theme-secondary);--theme-login-main-background-image:url(https://assets.getbeem.de/hfh_login_background.webp);--theme-login-main-background-image-fallback:url(https://assets.getbeem.de/hfh_login_background.webp);--theme-registration-overlay-color:none;--theme-registration-background-image:url(https://assets.getbeem.de/hfh_login_background.webp);--theme-registration-background-image-fallback:url(https://assets.getbeem.de/hfh_login_background.webp);--theme-login-box-background-color:var(--theme-primary);--theme-registration-box-background-color:var(--theme-primary);--theme-login-background-image:linear-gradient(225deg, #007f84 0%, #072a3a 100%);--theme-login-background-image-fallback:linear-gradient(225deg, #007f84 0%, #072a3a 100%);--theme-registration-button-background:var(--theme-primary-light);--theme-registration-button-border:var(--theme-secondary);--theme-registration-button-text:var(--common-white);--theme-time-picker-button:var(--theme-primary);--theme-new-message-indicator:var(--theme-primary);--theme-process-detail-add-button:var(--theme-primary);--theme-reply-message-from-me-background:var(--common-greyscale-3);--theme-reply-message-from-other-background:var(--common-white);--theme-font-highlight:var(--theme-primary);--theme-dialog-button-color:var(--theme-primary);--theme-dialog-button-text-color:var(--common-white);--theme-headline:var(--theme-primary);--theme-login-headline:var(--theme-primary);--theme-login-subheadline:var(--common-white);--theme-login-background-sidebar:var(--theme-primary);--theme-login-text-sidebar:var(--common-white);--theme-login-subheadline-background:var(--theme-primary);--theme-button-text:var(--common-white);--theme-login-primary-button-color:var(--theme-secondary);--theme-button-secondary-text:var(--common-white);--theme-login-secondary-button-border:var(--theme-secondary);--theme-login-icons:var(--theme-accent);--theme-house-switcher-title:var(--common-white);--theme-house-switcher-background:var(--theme-primary);--theme-house-switcher-unread-message:var(--theme-secondary);--theme-user-detail-container:var(--common-white);--theme-user-detail-name:var(--common-greyscale-12);--theme-channel-list-wrapper-background:var(--common-greyscale-3);--theme-channel-sort-text:var(--common-greyscale-10);--theme-message-send-button:var(--theme-primary);--theme-new-chat-buttons-background-color:var(--theme-primary);--theme-privacy-settings-background:var(--theme-primary);--theme-profile-pic-update-text-color:var(--common-white);--theme-profile-pic-update-background-color:var(--theme-primary);--theme-profile-pic-registration-text-color:var(--common-white);--theme-profile-pic-registration-background-color:var(--theme-primary);--theme-font-light:arponalight, sans-serif;--theme-font-regular:arponamedium, sans-serif;--theme-toolbar-selected-background:var(--theme-primary);--theme-chat-background:url(https://assets.getbeem.de/hfh_chat_background.svg);--theme-dialog-button-background-color:var(--theme-secondary);--theme-secondary-button-text-color:var(--common-white);--theme-secondary-button-background-color:var(--theme-primary);--theme-secondary-button-border:var(--theme-secondary);--theme-changelog-accept:var(--theme-primary);--theme-term-register-button-border-color:var(--theme-secondary);--theme-primary-title-color:var(--theme-primary);--theme-account-overview-button-color:var(--theme-primary);--theme-dialog-button-confirm-accept:var(--theme-primary);--theme-welcome:var(--theme-primary-light);--theme-settings-background:var(--theme-primary);--theme-browser-background:var(--theme-primary);--theme-register-bg-top:var(--theme-primary);--theme-register-bg-bottom:var(--theme-primary);--theme-register-bg-both:var(--theme-primary);--theme-chat-bg-top:var(--common-white);--theme-register-profile-bg-both:var(--theme-primary);--theme-tutorial-page-bg-both:var(--theme-secondary);--theme-settings-bg-top:var(--theme-secondary);--theme-name-header:var(--theme-primary);--theme-login-background:linear-gradient(225deg, #007f84 0%, #072a3a 100%);--theme-registration-background-color:linear-gradient(225deg, #007f84 0%, #072a3a 100%);--theme-headline-login:var(--theme-primary);--theme-headline-background-color:var(--common-white);--theme-bkg-middle:none;--theme-register-identifier:var(--common-white);--theme-request-activation-code:var(--common-white);--theme-term-bubble-bg-color:var(--common-greyscale-2);--theme-dialog-confirm-email-number:var(--theme-primary);--theme-registration-container-background:var(--theme-primary-lighter);--theme-login-overlay-color:none;--theme-login-input-text:var(--theme-primary-light);--theme-login-input-placeholder:var(--theme-primary-light);--theme-login-input-background:white;--theme-login-desc:var(--theme-primary-light);--theme-accent-1:#fafefe;--theme-accent-2:#f3fbfb;--theme-accent-3:#dff7f8;--theme-accent-4:#cbf2f3;--theme-accent-5:#b6e9eb;--theme-accent-6:#a0dcdf;--theme-accent-7:#83cccf;--theme-accent-8:#55b7bb;--theme-accent-9:#007f84;--theme-accent-10:#007176;--theme-accent-11:#00787d;--theme-accent-12:#184041;--theme-accent-alpha-1:#00cccc05;--theme-accent-alpha-2:#00aaaa0c;--theme-accent-alpha-3:#00c0c820;--theme-accent-alpha-4:#00c0c534;--theme-accent-alpha-5:#00b3ba49;--theme-accent-alpha-6:#00a2aa5f;--theme-accent-alpha-7:#00979d7c;--theme-accent-alpha-8:#009399aa;--theme-accent-alpha-9:#007f84;--theme-accent-alpha-10:#007176;--theme-accent-alpha-11:#00787d;--theme-accent-alpha-12:#002c2de7;--theme-accent-contrast:#fff;--theme-accent-surface:#f0fafacc;--theme-accent-indicator:#007f84;--theme-accent-track:#007f84}body{font-family:Roboto,sans-serif;overflow-y:hidden}body .flex{display:flex}body .flex-sb-c{justify-content:space-between;align-items:center}body .flex-jc-c{justify-content:center}body .flex-ai-c{align-items:center}body .primaryButton{background-color:var(--theme-primary);color:var(--common-white);border-radius:10px;align-self:start;padding:8px 12px;font-size:14px;font-weight:700}body .primaryButton:disabled{background-color:var(--theme-primary-lighter)}textarea{font-family:Roboto,sans-serif}.file\:border-0::file-selector-button{border-width:0}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-right::placeholder{text-align:right}.placeholder\:text-neutral-11::placeholder{color:var(--common-neutral-11)}.placeholder\:text-neutral-8::placeholder{color:var(--common-neutral-8)}.placeholder\:text-neutral-9::placeholder{color:var(--common-neutral-9)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.first\:rounded-l-md:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.last\:rounded-r-md:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.read-only\:border-neutral-alpha-6:read-only{border-color:var(--common-neutral-alpha-6)}.read-only\:bg-neutral-alpha-3:read-only{background-color:var(--common-neutral-alpha-3)}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:outline:focus-within{outline-style:solid}.focus-within\:outline-2:focus-within{outline-width:2px}.focus-within\:outline-accent-10:focus-within{outline-color:var(--theme-accent-10)}.focus-within\:ring-accent-9:focus-within{--tw-ring-color:var(--theme-accent-9)}.hover\:cursor-default:hover{cursor:default}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:rounded-md:hover{border-radius:.375rem}.hover\:border-accent-alpha-8:hover{border-color:var(--theme-accent-alpha-8)}.hover\:border-error-alpha-8:hover{border-color:var(--common-error-alpha-8)}.hover\:border-neutral-3:hover{border-color:var(--common-neutral-3)}.hover\:border-neutral-alpha-6:hover{border-color:var(--common-neutral-alpha-6)}.hover\:border-neutral-alpha-8:hover{border-color:var(--common-neutral-alpha-8)}.hover\:bg-accent-10:hover{background-color:var(--theme-accent-10)}.hover\:bg-accent-alpha-2:hover{background-color:var(--theme-accent-alpha-2)}.hover\:bg-accent-alpha-3:hover{background-color:var(--theme-accent-alpha-3)}.hover\:bg-accent-alpha-4:hover{background-color:var(--theme-accent-alpha-4)}.hover\:bg-error-10:hover{background-color:var(--common-error-10)}.hover\:bg-error-4:hover{background-color:var(--common-error-4)}.hover\:bg-error-alpha-3:hover{background-color:var(--common-error-alpha-3)}.hover\:bg-neutral-1:hover{background-color:var(--common-neutral-1)}.hover\:bg-neutral-10:hover{background-color:var(--common-neutral-10)}.hover\:bg-neutral-2:hover{background-color:var(--common-neutral-2)}.hover\:bg-neutral-3:hover{background-color:var(--common-neutral-3)}.hover\:bg-neutral-4:hover{background-color:var(--common-neutral-4)}.hover\:bg-neutral-alpha-12:hover{background-color:var(--common-neutral-alpha-12)}.hover\:bg-neutral-alpha-3:hover{background-color:var(--common-neutral-alpha-3)}.hover\:bg-neutral-alpha-4:hover{background-color:var(--common-neutral-alpha-4)}.hover\:bg-neutral-alpha-5:hover{background-color:var(--common-neutral-alpha-5)}.hover\:text-neutral-12:hover{color:var(--common-neutral-12)}.hover\:text-neutral-9:hover{color:var(--common-neutral-9)}.hover\:text-white:hover{color:var(--common-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus\:bg-neutral-3:focus{background-color:var(--common-neutral-3)}.focus\:bg-neutral-alpha-12:focus{background-color:var(--common-neutral-alpha-12)}.focus\:bg-neutral-alpha-3:focus{background-color:var(--common-neutral-alpha-3)}.focus\:bg-white:focus{background-color:var(--common-white)}.focus\:text-black:focus{color:var(--common-black)}.focus\:text-white:focus{color:var(--common-white)}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:outline:focus{outline-style:solid}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-secondary:focus{outline-color:var(--theme-secondary)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-accent-9:focus{--tw-ring-color:var(--theme-accent-9)}.focus\:ring-neutral-5:focus{--tw-ring-color:var(--common-neutral-5)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.active\:border-accent-alpha-8:active{border-color:var(--theme-accent-alpha-8)}.active\:border-error-alpha-8:active{border-color:var(--common-error-alpha-8)}.active\:border-neutral-4:active{border-color:var(--common-neutral-4)}.active\:border-neutral-alpha-8:active{border-color:var(--common-neutral-alpha-8)}.active\:bg-accent-10:active{background-color:var(--theme-accent-10)}.active\:bg-accent-alpha-3:active{background-color:var(--theme-accent-alpha-3)}.active\:bg-accent-alpha-4:active{background-color:var(--theme-accent-alpha-4)}.active\:bg-accent-alpha-5:active{background-color:var(--theme-accent-alpha-5)}.active\:bg-accent-alpha-8:active{background-color:var(--theme-accent-alpha-8)}.active\:bg-error-10:active{background-color:var(--common-error-10)}.active\:bg-error-5:active{background-color:var(--common-error-5)}.active\:bg-error-alpha-3:active{background-color:var(--common-error-alpha-3)}.active\:bg-error-alpha-4:active{background-color:var(--common-error-alpha-4)}.active\:bg-neutral-10:active{background-color:var(--common-neutral-10)}.active\:bg-neutral-2:active{background-color:var(--common-neutral-2)}.active\:bg-neutral-4:active{background-color:var(--common-neutral-4)}.active\:bg-neutral-5:active{background-color:var(--common-neutral-5)}.active\:bg-neutral-alpha-3:active{background-color:var(--common-neutral-alpha-3)}.active\:bg-neutral-alpha-4:active{background-color:var(--common-neutral-alpha-4)}.active\:bg-neutral-alpha-5:active{background-color:var(--common-neutral-alpha-5)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-neutral-8:disabled{border-color:var(--common-neutral-8)}.disabled\:border-neutral-alpha-9:disabled{border-color:var(--common-neutral-alpha-9)}.disabled\:bg-neutral-alpha-3:disabled{background-color:var(--common-neutral-alpha-3)}.disabled\:bg-neutral-alpha-6:disabled{background-color:var(--common-neutral-alpha-6)}.disabled\:text-neutral-alpha-10:disabled{color:var(--common-neutral-alpha-10)}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:visible{visibility:visible}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:text-error-3{color:var(--common-error-3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-error-5:hover{background-color:var(--common-error-5)}.group.destructive .group-\[\.destructive\]\:hover\:text-error-5:hover{color:var(--common-error-5)}.group.destructive .group-\[\.destructive\]\:hover\:text-neutral-5:hover{color:var(--common-neutral-5)}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\>svg\]\:gap-x-3:has(>svg){column-gap:.75rem}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:bg-neutral-alpha-3[aria-disabled=true]{background-color:var(--common-neutral-alpha-3)}.aria-disabled\:text-neutral-alpha-8[aria-disabled=true]{color:var(--common-neutral-alpha-8)}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent-alpha-3[aria-selected=true]{background-color:var(--theme-accent-alpha-3)}.aria-selected\:bg-neutral-3[aria-selected=true]{background-color:var(--common-neutral-3)}.aria-selected\:bg-neutral-alpha-2[aria-selected=true]{background-color:var(--common-neutral-alpha-2)}.aria-selected\:text-white[aria-selected=true]{color:var(--common-white)}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.peer[aria-checked=true]~.peer-aria-checked\:border-neutral-12{border-color:var(--common-neutral-12)}.peer[aria-checked=true]~.peer-aria-checked\:opacity-100{opacity:1}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=active\]\:border[data-state=active]{border-width:1px}.data-\[state\=active\]\:border-neutral-4[data-state=active]{border-color:var(--common-neutral-4)}.data-\[state\=checked\]\:border-secondary[data-state=checked]{border-color:var(--theme-secondary)}.data-\[state\=active\]\:bg-white[data-state=active]{background-color:var(--common-white)}.data-\[state\=checked\]\:bg-black[data-state=checked]{background-color:var(--common-black)}.data-\[state\=checked\]\:bg-secondary[data-state=checked]{background-color:var(--theme-secondary)}.data-\[state\=open\]\:bg-neutral-2[data-state=open]{background-color:var(--common-neutral-2)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--theme-secondary)}.data-\[state\=open\]\:bg-white[data-state=open]{background-color:var(--common-white)}.data-\[state\=selected\]\:bg-neutral-4[data-state=selected]{background-color:var(--common-neutral-4)}.data-\[state\=unchecked\]\:bg-neutral-alpha-7[data-state=unchecked]{background-color:var(--common-neutral-alpha-7)}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[state\=active\]\:text-neutral-12[data-state=active]{color:var(--common-neutral-12)}.data-\[state\=checked\]\:text-primary[data-state=checked]{color:var(--theme-primary)}.data-\[state\=open\]\:text-neutral-7[data-state=open]{color:var(--common-neutral-7)}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:.8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:.5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x:-50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.data-\[state\=closed\]\:slide-out-to-top-full[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x:-50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:.5rem}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}@media (width>=640px){.sm\:flex{display:flex}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:text-left{text-align:left}}@media (width>=768px){.md\:bottom-0{bottom:0}.md\:bottom-auto{bottom:auto}.md\:left-auto{left:auto}.md\:right-0{right:0}.md\:right-14{right:3.5rem}.md\:top-0{top:0}.md\:top-auto{top:auto}.md\:block{display:block}.md\:flex{display:flex}.md\:h-\[calc\(93vh_-_theme\(spacing\.12\)\)\]{height:calc(93vh - 3rem)}.md\:w-1\/2{width:50%}.md\:w-\[20\%\]{width:20%}.md\:w-\[800px\]{width:800px}.md\:max-w-\[520px\]{max-width:520px}.md\:flex-row{flex-direction:row}.md\:p-0{padding:0}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pr-2{padding-right:.5rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}}@media (width>=1024px){.lg\:block{display:block}.lg\:flex{display:flex}.lg\:w-\[345px\]{width:345px}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:pb-0{padding-bottom:0}}@media (prefers-color-scheme:dark){.dark\:data-\[state\=checked\]\:bg-secondary[data-state=checked]{background-color:var(--theme-secondary)}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-neutral-3:has([aria-selected]){background-color:var(--common-neutral-3)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-white:has([aria-selected].day-outside){background-color:var(--common-white)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\*\]\:w-full>*{width:100%}.\[\&\>\*\]\:grow>*{flex-grow:1}@media (width>=768px){.md\:\[\&\>\*\]\:w-1\/2>*{width:50%}}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>div\:not\(\:last-child\)\]\:border-0>div:not(:last-child){border-width:0}.\[\&\>div\:not\(\:last-child\)\]\:border-b-thin>div:not(:last-child){border-bottom-width:.5px}.\[\&\>div\:not\(\:last-child\)\]\:border-solid>div:not(:last-child){border-style:solid}.\[\&\>div\:not\(\:last-child\)\]\:border-neutral-6>div:not(:last-child){border-color:var(--common-neutral-6)}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:size-6>svg{width:1.5rem;height:1.5rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:translate-y-0\.5>svg{--tw-translate-y:.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-neutral-5 [cmdk-group-heading]{color:var(--common-neutral-5)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:size-5 [cmdk-input-wrapper] svg{width:1.25rem;height:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:size-5 [cmdk-item] svg{width:1.25rem;height:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}._primary_7ig8w_4{fill:var(--theme-primary)}._primaryLight_7ig8w_8{fill:var(--theme-primary-light)}._secondary_7ig8w_12{fill:var(--theme-secondary)}._white_7ig8w_16{fill:var(--common-white)}._black_7ig8w_20{fill:var(--common-black)}._lightGrey_7ig8w_24{fill:var(--common-greyscale-9)}._veryLightGrey_7ig8w_28{fill:var(--common-greyscale-3)}._darkGrey_7ig8w_32{fill:var(--common-greyscale-11)}._darkestGrey_7ig8w_36{fill:var(--common-greyscale-12)}._yellow_7ig8w_40{fill:var(--common-yellow-10)}._highContrast_7ig8w_44{fill:var(--common-greyscale-12)}._lowContrast_7ig8w_48{fill:var(--common-greyscale-11)}._newChannelButton_7ig8w_52{fill:var(--theme-new-chat-buttons-background-color)}._error_7ig8w_56{fill:var(--common-red-11)}._warning_7ig8w_60{fill:var(--common-yellow-10)}._success_7ig8w_64{fill:var(--common-green-10)}._houseSwitch_7ig8w_68{fill:var(--theme-house-switcher-title)}._highlight_7ig8w_72{fill:var(--theme-font-highlight)}._registrationProfileImage_7ig8w_76{fill:var(--theme-profile-pic-registration-text-color)}._updateProfileImage_7ig8w_80{fill:var(--theme-profile-pic-update-text-color)}._newChatCheckboxes_7ig8w_84{fill:var(--theme-new-chat-buttons-background-color)}._loginIcons_7ig8w_88{fill:var(--theme-login-icons)}._primaryButton_7ig8w_92{fill:var(--theme-primary-button-background-color)}._lightRed_7ig8w_96{fill:var(--common-red-8)}._blue_7ig8w_100{fill:var(--common-blue-8)}._mustard_7ig8w_104{fill:var(--common-yellow-8)}._purple_7ig8w_108{fill:var(--common-purple)}._xxxxSmall_7ig8w_112{width:8px;height:8px}._xxxSmall_7ig8w_117{width:10px;height:10px}._xxSmall_7ig8w_122{width:12px;height:12px}._xSmall_7ig8w_127{width:16px;height:16px}._small_7ig8w_132{width:20px;height:20px}._medium_7ig8w_137{width:24px;height:24px}._large_7ig8w_142{width:32px;height:32px}._xLarge_7ig8w_147{width:40px;height:40px}._xxLarge_7ig8w_152{width:48px;height:48px}._rotate90_7ig8w_157{transform:rotate(90deg)}._rotate180_7ig8w_161{transform:rotate(180deg)}._rotate270_7ig8w_165{transform:rotate(270deg)}._flipHorizontal_7ig8w_169{transform:scaleX(-1)}._flipVertical_7ig8w_173{transform:scaleY(-1)}._searchInput_1p3ra_4{width:100%;color:var(--common-greyscale-10);margin-left:4px}._searchContainer_1p3ra_10{background-color:var(--theme-search-background);border:var(--theme-search-border);border-radius:24px;justify-content:flex-start;width:100%;padding:6px 10px 6px 12px;display:flex}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;opacity:0;pointer-events:none;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_892_18963'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_892_18963)'%3e%3cpath%20d='M6.40002%2018.6538L5.34619%2017.6L10.9462%2012L5.34619%206.40002L6.40002%205.34619L12%2010.9462L17.6%205.34619L18.6538%206.40002L13.0538%2012L18.6538%2017.6L17.6%2018.6538L12%2013.0538L6.40002%2018.6538Z'%20/%3e%3c/g%3e%3c/svg%3e") 50%/contain no-repeat;width:20px;height:20px}input[type=search]:focus::-webkit-search-cancel-button{opacity:.3;pointer-events:all}._search_gcd4w_4,._searchForward_gcd4w_4{flex-direction:row;justify-content:stretch;align-items:center;padding:18px 18px 0;display:flex}._searchForward_gcd4w_4{padding:16px 16px 8px}._header_1e2lv_4{background-color:var(--theme-primary-button-background-color);color:var(--common-white);flex-direction:row;justify-content:center;align-items:center;padding:16px;display:flex}._header_1e2lv_4 ._closeButton_1e2lv_13{margin-left:auto}._header_1e2lv_4 ._closeButton_1e2lv_13>img{width:13px;height:13px}._header_1e2lv_4 ._fileTypeLogo_1e2lv_20{width:20px;height:20px;padding-right:10px}._header_1e2lv_4 ._headerText_1e2lv_25{word-break:break-word;line-height:1.5em}._inkurzeVerfügbarStatusIndicator_1guj4_5{border:2px solid var(--common-yellow-10)}._inaktivStatusIndicator_1guj4_9{border:2px solid var(--common-red-11)}._aktivStatusIndicator_1guj4_13{border:2px solid var(--common-green-10)}._unknownStatusIndicator_1guj4_17{border:2px solid var(--common-greyscale-10)}._noStatusIndicator_1guj4_21{border:2px solid #0000}._dotStatusIndicator_1guj4_25{border:1px solid var(--common-white)}._inkurzeVerfügbarStatusIndicatorDot_1guj4_29{background-color:var(--common-yellow-10)}._inaktivStatusIndicatorDot_1guj4_33{background-color:var(--common-red-11)}._aktivStatusIndicatorDot_1guj4_37{background-color:var(--common-green-10)}._unknownStatusIndicatorDot_1guj4_41{background-color:var(--common-greyscale-10)}._wrapper_1guj4_45{position:relative}._smallWrapper_1guj4_49{margin:0 5px 0 10px}._statusImageWrapper_1guj4_53{justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}._statusImageWrapper_1guj4_53 ._image_1guj4_61{width:100%;height:100%}._normalImageWrapper_1guj4_66{border-radius:50%}._salesSpaceAgentWrapper_1guj4_70{border-radius:5px}._salesSpaceAgentWrapper_1guj4_70._isRound_1guj4_74 ._image_1guj4_61{min-width:142%;min-height:142%}._small_1guj4_49{width:16px;height:16px;margin:0}._starIcon_1guj4_85{width:15px;height:15px;position:absolute;top:0;right:0}._statusDot_1guj4_93{border:1px solid var(--common-white);border-radius:50%;width:6px;height:6px;position:absolute;bottom:0;right:0}._channelMemberCountBadge_1guj4_103{color:var(--common-white);border:1px solid var(--common-white);background-color:#323a3f;border-radius:3px;justify-content:center;align-items:center;width:15px;height:15px;font-size:12px;display:flex;position:absolute;bottom:0;right:0}._content_1tnys_4{flex-direction:column;flex:1;align-items:flex-start;min-width:0;margin-right:auto;padding:0 0 0 8px;font-size:14px;display:flex}._content_1tnys_4>div{text-align:left;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}._content_1tnys_4 ._customerCompany_1tnys_21{max-height:20px;font-size:12px;font-weight:300}._customerTitle_1tnys_27{max-width:100%;display:flex}._selectedChannelListItem_1tnys_32{background-color:var(--theme-primary-lighter);border:1px solid var(--theme-primary-lighter);align-items:center;padding:10px 0;display:flex}._selectedChannelListItem_1tnys_32 ._content_1tnys_4{color:var(--common-greyscale-12)}._selectedChannelListItem_1tnys_32 ._customerCompany_1tnys_21{color:var(--common-greyscale-10)}._imageWrapper_1tnys_46{margin:0 10px}._checkIconWrapper_1tnys_50,._selectedCheckIconWrapper_1tnys_50{border:solid 2px var(--common-greyscale-8);border-radius:50%;width:18px;height:18px;margin:0 0 0 8px}._selectedCheckIconWrapper_1tnys_50{border:solid 2px var(--theme-primary-button-background-color);background-color:var(--theme-primary-button-background-color);justify-content:center;align-items:center;display:flex}._selectedCheckIconWrapper_1tnys_50 img{width:8px}._listItem_1tnys_69{background-color:var(--common-white);border:1px solid var(--common-greyscale-3);align-items:center;padding:8px 0;display:flex}._listItem_1tnys_69 ._content_1tnys_4{color:var(--common-greyscale-12)}._listItem_1tnys_69 ._customerCompany_1tnys_21{color:var(--common-greyscale-8)}._forwardMessageWrapper_1doaj_4{background-color:var(--common-greyscale-3);flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._whitespacePadding_1doaj_15{background-color:var(--common-greyscale-3);height:150px}._title_1doaj_20{color:var(--common-greyscale-10);padding:8px 16px;font-size:12px;font-weight:700}._channelListWrapper_1doaj_27{background-color:var(--common-greyscale-3);border-right:1px solid #e4e4e5;flex-direction:column;height:100%;padding:0 0 0 16px;display:flex;overflow:hidden auto}._loadingWrapper_1ku9q_4{justify-content:center;align-items:center;display:flex}._loadingWrapper_1ku9q_4 ._loader_1ku9q_9{animation:2s ease-in-out infinite _spin_1ku9q_1}._loadingWrapper_1ku9q_4 *{fill:var(--theme-primary-button-background-color)}@keyframes _spin_1ku9q_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._thumbnailPreview_dz9gc_4,._thumbnailPreviewSelected_dz9gc_4{padding:10px;position:relative}._thumbnailPreview_dz9gc_4 ._thumbnailClose_dz9gc_8,._thumbnailPreviewSelected_dz9gc_4 ._thumbnailClose_dz9gc_8{position:absolute;top:10px;right:15px}._thumbnailPreview_dz9gc_4 ._thumbnailClose_dz9gc_8:hover,._thumbnailPreviewSelected_dz9gc_4 ._thumbnailClose_dz9gc_8:hover{cursor:pointer;color:var(--common-white)}._thumbnailPreview_dz9gc_4 ._thumbnailClose_dz9gc_8>img,._thumbnailPreviewSelected_dz9gc_4 ._thumbnailClose_dz9gc_8>img{width:10px;height:10px}._thumbnailPreviewSelected_dz9gc_4{outline:2px solid var(--theme-primary-button-background-color)}._filePreviewHeader_1badd_4{background-color:var(--theme-primary-button-background-color);height:60px;color:var(--common-white);flex-direction:row;justify-content:center;align-items:center;line-height:72px;display:flex}._filePreviewHeader_1badd_4 ._closeButton_1badd_14{margin-left:auto;margin-right:40px}._filePreviewHeader_1badd_4 ._closeButton_1badd_14>img{width:18px;height:18px}._filePreviewHeader_1badd_4 ._fileTypeLogo_1badd_22{width:20px;height:20px;margin:auto 20px auto 40px}._filePreviewHeader_1badd_4 ._headerText_1badd_27{word-break:break-word;white-space:nowrap;text-overflow:ellipsis;line-height:1.5em;overflow:hidden}._filePreviewer_1badd_35>div{z-index:1;flex-direction:column;width:100%;display:flex;position:absolute;top:0;left:0}._filePreviewer_1badd_35>div ._previewOverlay_1badd_44{z-index:3;background-color:#fffc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._filePreviewer_1badd_35>div ._previewMain_1badd_56{background:var(--common-greyscale-12);flex-direction:column;display:flex}._filePreviewer_1badd_35>div ._previewMain_1badd_56 ._mainPreview_1badd_61{object-fit:contain;max-width:100%;max-height:100%;fill:var(--common-white);margin:auto}._filePreviewer_1badd_35>div ._previewMain_1badd_56 ._mainPreviewFile_1badd_68{width:100px;height:100px;margin:auto}._filePreviewer_1badd_35>div ._imagePickerBottom_1badd_73{background-color:var(--common-greyscale-10);flex-direction:row;align-items:center;height:100px;display:flex;overflow-x:auto}._filePreviewer_1badd_35>div ._imagePickerBottom_1badd_73 ._addImage_1badd_81{background-color:var(--common-greyscale-8);border-radius:10%;width:60px;min-width:60px;height:60px;margin:10px}._filePreviewer_1badd_35>div ._imagePickerBottom_1badd_73 ._addImage_1badd_81:hover{cursor:pointer}._toast_1a7z0_1{align-items:center;display:flex}._toastIcon_1a7z0_6{margin-right:10px}._mediaInfo_11fur_4{flex-direction:column;justify-content:center;display:flex}._mediaInfo_11fur_4 ._dateTag_11fur_9{color:var(--common-greyscale-12);font-size:12px}._downloadLinkButton_11fur_14{cursor:pointer}._downloadLinkButton_11fur_14._disabled_11fur_17{cursor:not-allowed}._downloadLink_11fur_14{text-decoration:underline}._previewImage_11fur_25{max-width:100px;max-height:50px;padding:2px 8px}._previewImage_11fur_25 *{fill:var(--theme-primary-button-background-color)}._mediaDownloadWrapper_11fur_34{flex-direction:row;align-content:center;margin-top:16px;padding:8px 8px 0 0;display:flex}@keyframes _fadein_11fur_1{0%{opacity:0}to{opacity:1}}._img_11fur_50{width:auto;max-width:300px;height:auto;max-height:300px;margin:0;animation:.15s _fadein_11fur_1}._imgLoader_11fur_59{border-top-left-radius:16px;border-top-right-radius:16px;max-width:80%;max-height:80%;margin:0;animation:2s ease-in-out infinite _spin_11fur_1}._imgLoader_11fur_59 *{fill:var(--theme-primary-button-background-color)}@keyframes _spin_11fur_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._imgButton_11fur_79{cursor:pointer;justify-content:center;align-items:center;display:flex;overflow:hidden}._imgButton_11fur_79._disabled_11fur_17{cursor:not-allowed}._messageText_11fur_90{word-break:break-word;white-space:pre-wrap;padding:4px 8px;font-size:14px}._txtMsgBodyDeleted_4nb5i_4{color:var(--common-greyscale-10);align-items:center;font-style:italic;display:flex}._txtMsgBodyDeleted_4nb5i_4 img{height:16px;padding-right:4px}._videoThumbnailContainer_a4dps_4{cursor:pointer;position:relative}._videoThumbnailContainer_a4dps_4 ._iconContainer_a4dps_8{z-index:0;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._videoThumbnailContainer_a4dps_4 ._iconContainer_a4dps_8 ._playIcon_a4dps_18{width:50px;height:auto;fill:var(--common-white)}._videoThumbnailContainer_a4dps_4 img{max-width:100%;max-height:100%}._videoMessageContainer_kfet4_4{vertical-align:middle;flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}._videoDeletedContainer_1r9jf_4{text-align:center;color:var(--common-greyscale-10);white-space:pre-wrap;font-style:italic}._videoDeletedContainer_1r9jf_4 ._videoDeletedIcon_1r9jf_10{width:50px;height:50px}._loaderContainer_mrizm_4{justify-content:center;align-items:center;width:150px;margin:auto;display:flex}._videoLoader_mrizm_12{border-top-left-radius:16px;border-top-right-radius:16px;max-width:80%;max-height:80%;margin:0;animation:2s ease-in-out infinite _spin_mrizm_1}._videoLoader_mrizm_12 *{fill:var(--theme-primary)}@keyframes _spin_mrizm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._uploadPercentage_1ylft_4{text-align:center;word-break:break-word;white-space:pre-wrap;margin:0 auto;font-size:16px;font-weight:700}._loaderContainer_1ylft_13{justify-content:center;align-items:center;width:150px;margin:auto;display:flex}._videoLoader_1ylft_21{border-top-left-radius:16px;border-top-right-radius:16px;max-width:80%;max-height:80%;margin:0;animation:2s ease-in-out infinite _spin_1ylft_1}._videoLoader_1ylft_21 *{fill:var(--theme-primary)}@keyframes _spin_1ylft_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._nameHeader_m2n4f_4{color:var(--theme-primary-button-background-color);margin-right:auto;padding:4px 8px;font-weight:700}._erpCustomerNumber_m2n4f_11{margin-top:5px;margin-bottom:0;font-size:10px}._mediaWrapper_pixce_4{justify-content:center;align-items:center;display:flex}._fromOther_pixce_10{background-color:var(--theme-reply-message-from-other-background)}._fromMe_pixce_14{background-color:var(--theme-reply-message-from-me-background)}._deletedWrapper_pixce_18{padding-bottom:8px}._messageHeader_pixce_22{align-items:center;display:flex}._messageFooter_pixce_27{color:var(--common-greyscale-8);justify-content:flex-end;margin-top:8px;font-size:9px;font-weight:300;display:flex}._replyDraft_pixce_36{cursor:pointer;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 1px 2px #00000080}._replyDraft_pixce_36 ._borderWrapper_pixce_43{border-left:6px solid var(--theme-primary-button-background-color);flex-direction:column;padding:4px;display:flex;overflow:hidden}._replyDraft_pixce_36 ._msgText_pixce_50{padding:4px 8px}._replyDraft_pixce_36 ._draftMessagePlaceholder_pixce_53{text-align:start;word-break:break-word;width:100%;font-size:14px}._replyDraft_pixce_36 ._crossDraft_pixce_59{width:9px;color:var(--common-greyscale-8);cursor:pointer;margin-bottom:auto;padding:4px 8px 4px 4px;font-size:14px;font-weight:300}._txtMsgBody_pixce_69{white-space:pre-wrap;padding:10px 0 0 5px}._txtMsgBody_pixce_69 a:link,._txtMsgBody_pixce_69 a:visited{color:var(--common-red-11)}._txtMsgBody_pixce_69 a:hover,._txtMsgBody_pixce_69 a:active{color:var(--common-red-12)}._writeInput_1ktkf_4{resize:none;flex:1px;margin-left:5px;padding:10px 8px 8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400}._fileInputButton_1h859_4{margin:4px 8px 0}._mediaInputWrapper_1g67c_4{align-self:center}._mediaInputWrapper_1g67c_4+div{flex:0 0 0}._emojiTable_1g67c_11{z-index:2;position:fixed;bottom:7%}._smileyInputIcon_1g67c_17{margin-top:4px;margin-left:8px}._process_gpuvb_4{flex-direction:row;align-items:center;max-width:100%;display:flex}._process_gpuvb_4 ._processHeader_gpuvb_10{color:var(--common-black);padding:2px;font-size:14px;font-weight:700}._process_gpuvb_4 ._processNumber_gpuvb_16{color:var(--theme-primary-button-background-color);padding:2px;font-size:14px;font-weight:700}._process_gpuvb_4 ._processDetail_gpuvb_22{padding:2px;font-size:12px;font-weight:300}._productSmallWrapper_1ywmz_4,._productWrapperSansBorder_1ywmz_4,._productMessage_1ywmz_4{background-color:var(--common-white);cursor:pointer;border-radius:2px;flex-direction:row;width:100%;margin-top:4px;margin-bottom:4px;padding:16px;display:flex;box-shadow:inset 0 -1px 1px #51515180}._productSmallWrapper_1ywmz_4 ._productArticleNumber_1ywmz_16,._productWrapperSansBorder_1ywmz_4 ._productArticleNumber_1ywmz_16,._productMessage_1ywmz_4 ._productArticleNumber_1ywmz_16{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--theme-primary-button-background-color);align-self:center;padding-right:16px;font-size:16px;font-weight:500;overflow:hidden}._productSmallWrapper_1ywmz_4 ._productDescription_1ywmz_27,._productWrapperSansBorder_1ywmz_4 ._productDescription_1ywmz_27,._productMessage_1ywmz_4 ._productDescription_1ywmz_27{text-align:start;flex-direction:column;font-size:14px;display:flex}._productSmallWrapper_1ywmz_4 ._productDescription_1ywmz_27 span,._productWrapperSansBorder_1ywmz_4 ._productDescription_1ywmz_27 span,._productMessage_1ywmz_4 ._productDescription_1ywmz_27 span{color:var(--common-greyscale-12);font-size:12px}._productWrapperSansBorder_1ywmz_4,._productMessage_1ywmz_4{box-shadow:unset;cursor:unset;background-color:unset}._productMessage_1ywmz_4{background-color:unset;padding:8px}._process_z0y0u_4{flex-direction:row;align-items:center;max-width:100%;display:flex}._process_z0y0u_4 ._magicCubeSmallIcon_z0y0u_10{min-width:28px;max-width:28px;height:auto;padding-right:16px}._process_z0y0u_4 ._magicCubeSmallIcon_z0y0u_10 *{fill:var(--theme-primary-button-background-color)}._process_z0y0u_4 ._processHeader_z0y0u_19{color:var(--common-black);padding:2px;font-size:14px;font-weight:700}._process_z0y0u_4 ._processNumber_z0y0u_25{color:var(--theme-primary-button-background-color);padding:2px;font-size:14px;font-weight:700}._process_z0y0u_4 ._processDetail_z0y0u_31{padding:2px;font-size:12px;font-weight:300}._processDetailWrapper_1l776_4{flex-direction:row;justify-content:space-between;padding:18px 16px;display:flex}._processDetailWrapper_1l776_4 ._closeButtonIcon_1l776_10{width:16px}._text_bu2ky_4{white-space:pre-line}._logoImg_bu2ky_8{width:30px;height:30px;margin-bottom:10px}._headline_bu2ky_14{color:var(--theme-primary);font-size:16px;font-weight:700}._primaryButton_bu2ky_20{background-color:var(--theme-dialog-button-background-color);cursor:pointer;width:100%;margin:10px 0;font-size:18px;color:var(--theme-dialog-button-text-color)!important}._dialogErrorMsg_1e34f_4{letter-spacing:-.4px;text-align:center;margin:35px 28px 30px;font-family:Helvetica,sans-serif;font-size:16px}._dialogButton_1e34f_12{background-color:var(--theme-primary-button-background-color)!important}._app_fl8kv_4{height:100%}._dialogBox_1voco_4{text-align:center;flex-direction:column;justify-content:space-between;min-height:200px;display:flex;position:relative}._dialogBox_1voco_4 ._closeButtonWrapper_1voco_12{text-align:right;flex-direction:row;justify-content:right;padding:8px;display:flex}._dialogBox_1voco_4 ._dialogTextWrapper_1voco_19{text-align:center;flex-direction:row;justify-content:center;padding:8px;display:flex}._dialogBox_1voco_4 ._confirmButtonWrapper_1voco_26{width:available;flex-direction:row;place-content:center;padding:8px;display:flex}._dialogBox_1voco_4 ._confirmButtonWrapper_1voco_26 ._confirmButton_1voco_26{color:var(--common-red-11);border:solid 2px var(--common-red-11);border-radius:10px;padding:8px 30%}._infoBoxContainer_1ynll_4{background-color:var(--common-greyscale-3);border-radius:8px;justify-content:center;align-items:center;padding:10px;display:flex}._textContainer_1ynll_13{color:var(--common-greyscale-12);font-size:14px}._iconContainer_1ynll_18{padding-right:10px}._toggleBackground_c9sk2_4{background-color:var(--common-white);outline:1.5px solid var(--common-greyscale-10);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;width:52px;height:28px;display:flex}._toggledBackground_c9sk2_16{background-color:var(--theme-dialog-button-color);outline:1.5px solid var(--theme-dialog-button-color)}._toggleBackground_c9sk2_4._disabled_c9sk2_21{background-color:var(--common-greyscale-3);outline:1.5px solid var(--common-greyscale-3)}._toggleCircle_c9sk2_26{background-color:var(--common-greyscale-10);border:none;border-radius:50%;width:16px;height:16px;margin-left:6px}._toggledCircle_c9sk2_35{background-color:var(--common-white);border:3px solid var(--common-white);border-radius:50%;align-self:flex-end;margin-right:5px}._disabled_c9sk2_21{cursor:not-allowed}._inkurzeVerfügbarStatusIndicator_eq8h8_5{border:2px solid var(--common-yellow-10)}._inaktivStatusIndicator_eq8h8_9{border:2px solid var(--common-red-11)}._aktivStatusIndicator_eq8h8_13{border:2px solid var(--common-green-10)}._unknownStatusIndicator_eq8h8_17{border:2px solid var(--common-greyscale-10)}._noStatusIndicator_eq8h8_21{border:2px solid #0000}._wrapper_eq8h8_25{position:relative}._image_eq8h8_29{background-color:var(--common-white);border-radius:100%}._statusImageWrapper_eq8h8_34{justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}._statusImageWrapper_eq8h8_34 ._image_eq8h8_29{width:100%;height:100%}._normalImageWrapper_eq8h8_47{border-radius:50%}._salesSpaceAgentWrapper_eq8h8_51{border-radius:5px}._salesSpaceAgentWrapper_eq8h8_51._isRound_eq8h8_55 ._image_eq8h8_29{min-width:142%;min-height:142%}._channelMemberCountBadge_eq8h8_60{color:var(--common-white);border:1px solid var(--common-white);background-color:#323a3f;border-radius:3px;justify-content:center;align-items:center;width:15px;height:15px;font-size:12px;display:flex;position:absolute;bottom:0;right:0}._small_eq8h8_76{width:18px;height:18px;margin:0}._hiddenIndicator_xu9ep_4{color:var(--common-white);background-color:var(--common-greyscale-10);border-radius:6px;width:fit-content;margin-top:2px;margin-bottom:4px;padding:2px 4px;font-size:12px;line-height:14px}._menuButton_kxkjk_4{align-items:center;padding:16px;display:flex;position:relative}._menuButton_kxkjk_4>img{width:16px}._unreadMessages_kxkjk_14{background-color:var(--common-red-11);color:var(--common-white);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:4px;font-size:12px;font-weight:700;position:absolute;top:18px;right:4px;box-shadow:0 1px 2px #00000080}._dotsButton_tuzok_4{align-items:center;padding:16px;display:flex;position:relative}._dotsButton_tuzok_4>img{width:6px}._stripe_psmc2_4{background-color:#e4e4e5;border-bottom:1px solid #e4e4e5}._headerMenu_qvqx6_4{background-color:var(--common-greyscale-8);height:44px;color:var(--common-greyscale-10);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}._headerMenu_qvqx6_4 ._backButton_qvqx6_13{display:flex}._headerMenu_qvqx6_4 ._backButton_qvqx6_13>img{width:18px}._headerMenu_qvqx6_4 ._backButton_qvqx6_13 ._numberSelectedMessages_qvqx6_19{color:var(--common-greyscale-12);padding-left:16px;padding-right:16px;font-size:20px}._headerMenu_qvqx6_4 ._headerMenuButton_qvqx6_25{align-items:center;padding-left:12px;padding-right:12px;display:flex}._headerMenu_qvqx6_4 ._headerMenuButton_qvqx6_25>img{width:22px}._headerMenu_qvqx6_4 ._headerMenuButtons_qvqx6_34{height:100%;display:flex}._loader_onp10_4{justify-content:center;align-items:center;display:flex;padding:0!important}._loader_onp10_4>svg{animation:1.1s linear infinite _load8_onp10_1}@keyframes _load8_onp10_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._offlineWrapper_1824b_4,._reconnectingWrapper_1824b_4{background-color:var(--common-red-11);width:100%;height:25px;color:var(--common-white);justify-content:center;align-items:center;font-size:12px;display:flex}._reconnectingWrapper_1824b_4{background-color:var(--common-yellow-10)}._agentAvailability_13frb_4{color:var(--common-white);text-align:center;white-space:pre-wrap;background-color:var(--common-greyscale-10);flex-direction:column;align-items:center;padding:8px;font-size:13px;line-height:1.6;display:flex}._offlineWrapper_1acn1_4,._reconnectingWrapper_1acn1_4{width:100%;height:25px;color:var(--common-white);justify-content:center;align-items:center;font-size:12px;display:flex}._reconnectingWrapper_1acn1_4{background-color:var(--common-yellow-10)}._opMaintenanceBanner_1o55y_4{box-sizing:border-box;text-align:center;z-index:20000;background-color:var(--common-yellow-10);width:100%;color:var(--common-black);opacity:.9;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px;line-height:1.2;display:flex;position:absolute;left:0;right:0}._bannerText_1o55y_23{margin-left:auto;margin-right:auto}._closeButton_1o55y_28{justify-content:center;align-self:stretch;margin-left:6px;display:flex}._process_1bj2f_4{cursor:pointer;flex-direction:row;align-items:center;max-width:100%;display:flex}._process_1bj2f_4 ._magicCubeWrapper_1bj2f_11{background-color:var(--common-white);border-top-left-radius:16px;border-bottom-left-radius:16px;justify-content:center;align-self:stretch;align-items:center;padding:12px;display:flex}._process_1bj2f_4 span{color:var(--theme-primary-button-background-color);font-weight:700}._process_1bj2f_4 ._processWrapper_1bj2f_25{padding:8px}._process_1bj2f_4 ._processHeader_1bj2f_28{color:var(--common-black);padding-top:2px;padding-bottom:8px;font-size:14px;font-weight:700}._process_1bj2f_4 ._processDetail_1bj2f_35{color:var(--common-greyscale-12);padding-top:4px;padding-bottom:2px;font-size:12px}._txtMsgBodyDeleted_101qa_4{color:var(--common-greyscale-10);white-space:pre-wrap;align-items:center;padding:8px 8px 0;font-style:italic;display:flex}._txtMsgBodyDeleted_101qa_4 img{height:16px;margin-right:8px}._wrapperButton_110m5_4{background-color:var(--common-greyscale-10);width:100000000px;max-width:100%;height:175px;display:block;position:relative}._infoSection_110m5_13{background-color:#ffffffb3;align-items:center;width:100%;height:45px;display:flex;position:absolute;bottom:0;left:0;right:0}._fileIcon_110m5_25{text-align:left;width:40px;color:var(--common-greyscale-12);padding-left:10px;font-size:24px}._fileName_110m5_33{text-overflow:ellipsis;white-space:nowrap;margin:0 auto 0 0;font-size:12px;overflow:hidden}._actionIcon_110m5_41{width:20px;margin-left:10px;margin-right:10px}._loadingIcon_110m5_47{color:var(--common-greyscale-12);font-size:20px}._downloadButton_110m5_52{display:flex}._backgroundImage_110m5_56{background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}._wrapper_1ukss_4{position:relative;overflow:hidden}._link_1ukss_9{-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:transparent;width:100%;height:100%;display:block}._img_1ukss_17{object-fit:contain;width:100%;height:100%;display:block}._placeholderBackground_1ukss_24{background-color:var(--common-greyscale-10);opacity:1;z-index:1;justify-content:center;align-items:center;height:100%;transition:opacity .5s;display:flex;position:absolute;inset:0;overflow:hidden}._placeholderBackground_1ukss_24._hidden_1ukss_37{opacity:0;pointer-events:none}._downloadBtnWrapper_1ukss_42{background:var(--common-greyscale-8);border-radius:12px;margin-left:10px;padding:5px 10px}._process_s2rmk_4{cursor:pointer;flex-direction:row;align-items:center;max-width:100%;display:flex}._process_s2rmk_4 ._magicCubeWrapper_s2rmk_11{background-color:var(--common-white);border-top-left-radius:16px;border-bottom-left-radius:16px;justify-content:center;align-self:stretch;align-items:center;padding:12px;display:flex}._process_s2rmk_4 span{color:var(--theme-primary);font-weight:700}._process_s2rmk_4 ._magicCubeSmallIcon_s2rmk_25{height:32px}._process_s2rmk_4 ._magicCubeSmallIcon_s2rmk_25 *{fill:var(--theme-primary)}._process_s2rmk_4 ._processWrapper_s2rmk_31{padding:8px}._process_s2rmk_4 ._processHeader_s2rmk_34{color:var(--common-black);padding-top:2px;padding-bottom:8px;font-size:14px;font-weight:700}._process_s2rmk_4 ._processDetail_s2rmk_41{color:var(--common-greyscale-12);padding-top:4px;padding-bottom:2px;font-size:12px}._product_1buzd_4{cursor:pointer;flex-direction:row;align-items:center;max-width:100%;display:flex}._product_1buzd_4 ._productArticleNumber_1buzd_11{background-color:var(--common-white);color:var(--theme-primary);border-top-left-radius:16px;border-bottom-left-radius:16px;justify-content:center;align-self:stretch;align-items:center;padding:0 8px;font-size:16px;font-weight:700;display:flex}._product_1buzd_4 ._productDescription_1buzd_24{text-align:start;flex-direction:column;padding:8px;font-size:14px;font-weight:700;display:flex}._product_1buzd_4 ._productDescription_1buzd_24 span{color:var(--common-greyscale-12);padding-top:8px;font-size:12px;font-weight:400}._product_1buzd_4 ._productDescription_1buzd_24 ._processNumber_1buzd_38{color:var(--theme-primary);padding-top:8px;font-size:14px}._frame_1ebdr_4{justify-content:center;align-items:center;display:flex}._thumbnailContainer_9t900_4{position:relative}._thumbnailContainer_9t900_4 ._playBtnContainer_9t900_7{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._thumbnailContainer_9t900_4 ._playBtnContainer_9t900_7 ._icon_9t900_16{width:50px;height:auto}._thumbnailContainer_9t900_4 img{width:100%}._videoMessageContainer_127n6_4{text-align:center;vertical-align:middle;flex-direction:column;justify-content:center;align-items:center;padding:8px;display:flex}._videoMessageContainer_127n6_4 p{font-weight:700}._videoDeletedMessage_127n6_17{color:var(--common-greyscale-10);white-space:pre-wrap;font-style:italic}._loader_17e8a_4{justify-content:center;align-items:center;width:150px;margin:0 auto;padding-top:20px;display:flex}._loader_17e8a_4 ._icon_17e8a_12{color:var(--common-white);font-size:40px}._videoMessageContainer_17e8a_17{text-align:center;vertical-align:middle;flex-direction:column;justify-content:center;align-items:center;padding:8px;display:flex}._videoMessageContainer_17e8a_17 p{font-weight:700}._loader_1315n_4{justify-content:center;align-items:center;width:150px;margin:0 auto;padding-top:20px;display:flex}._loader_1315n_4 ._icon_1315n_12{color:var(--common-white);font-size:40px}._uploadPercentage_1315n_17{text-align:center;word-break:break-word;white-space:pre-wrap;font-size:16px;font-weight:700}._videoMessageContainer_1315n_25{text-align:center;vertical-align:middle;flex-direction:column;justify-content:center;align-items:center;padding:8px;display:flex}._videoMessageContainer_1315n_25 p{font-weight:700}._nameHeader_1j57r_4{color:var(--theme-primary);margin-right:auto;padding:4px 8px;font-weight:700}._erpCustomerNumber_1j57r_11{margin-top:5px;margin-bottom:0;font-size:10px}._fromOther_1vrpw_4{background-color:var(--theme-reply-message-from-other-background)}._fromMe_1vrpw_8{background-color:var(--theme-reply-message-from-me-background)}._deletedWrapper_1vrpw_12{padding-bottom:8px}._messageHeader_1vrpw_16{align-items:center;display:flex}._messageFooter_1vrpw_21{color:var(--common-greyscale-8);justify-content:flex-end;margin-top:8px;font-size:9px;font-weight:300;display:flex}._messageFooterText_1vrpw_30{margin-right:auto}._replyDraft_1vrpw_34{cursor:pointer;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 1px 2px #00000080}._replyDraft_1vrpw_34 ._borderWrapper_1vrpw_41{border-left:6px solid var(--theme-primary);flex-direction:column;padding:4px;display:flex}._replyDraft_1vrpw_34 ._msgText_1vrpw_47{padding:4px 8px}._replyDraft_1vrpw_34 ._draftMessagePlaceholder_1vrpw_50{text-align:start;word-break:break-word;width:100%;font-size:14px}._replyDraft_1vrpw_34 ._crossDraft_1vrpw_56{width:9px;color:var(--common-greyscale-8);cursor:pointer;margin-bottom:auto;padding:4px 16px 4px 4px;font-size:14px;font-weight:300}._txtMsgBody_1vrpw_66{white-space:pre-wrap;padding:10px 0 0 5px}._txtMsgBody_1vrpw_66 a:link,._txtMsgBody_1vrpw_66 a:visited{color:var(--common-red-11)}._txtMsgBody_1vrpw_66 a:hover,._txtMsgBody_1vrpw_66 a:active{color:var(--theme-primary)}._forwardHeader_b90p6_4{color:var(--common-greyscale-10);opacity:.5;align-items:center;padding:0 0 10px 2px;font-size:11px;font-style:italic;display:flex}._forwardHeaderText_b90p6_14{margin-left:4px}._txtMsgBody_b90p6_18{white-space:pre-wrap;padding:10px 0 0 5px}._txtMsgBody_b90p6_18 a:link,._txtMsgBody_b90p6_18 a:visited{color:var(--common-red-11)}._txtMsgBody_b90p6_18 a:hover,._txtMsgBody_b90p6_18 a:active{color:var(--theme-primary)}._txtMsgBody_745oy_4{white-space:pre-wrap;padding:10px 0 0 5px}._txtMsgBody_745oy_4 a:link,._txtMsgBody_745oy_4 a:visited{color:var(--common-red-11)}._txtMsgBody_745oy_4 a:hover,._txtMsgBody_745oy_4 a:active{color:var(--theme-primary)}._linkItem_17zja_4{align-items:stretch;height:60px;margin:10px 8px 0;display:flex;overflow:hidden}._linkItemLeft_17zja_12{flex:0 0 60px;height:100%}._linkItemLeft_17zja_12._emptyImage_17zja_16{background:#00000021;justify-content:center;align-items:center;display:flex}._fromMe_17zja_22 ._linkItemLeft_17zja_12._emptyImage_17zja_16{background:#ffd36f}._linkItemRight_17zja_26{text-align:left;flex:1px;min-width:100px;max-height:48px;margin:6px 12px;font-size:14px;line-height:16px;overflow:hidden}._linkItemImg_17zja_37{object-fit:cover;width:auto;min-width:100%;max-width:100%;height:auto;min-height:100%;max-height:100%}._nameHeader_4j6f4_4{color:var(--theme-name-header);margin-right:auto;padding:4px 8px;font-size:13px;font-weight:700}._wrapper_1dscs_4{position:relative}._wrapper_1dscs_4 ._background_1dscs_7{opacity:0;box-sizing:border-box;flex-direction:row;justify-content:flex-start;align-items:center;height:100%;display:flex;position:absolute}._wrapper_1dscs_4 ._listItem_1dscs_17{box-sizing:border-box;align-items:center;transition:transform 1s ease-out}._msgContent_m5f5f_4{background-color:var(--common-white);word-break:break-word;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;max-width:70%;margin:0 8px;font-size:16px;overflow:hidden;box-shadow:0 1px 2px #00000080}._messageWrapper_m5f5f_17{padding:16px}._msg_m5f5f_4{flex-direction:column;flex:1;align-items:flex-start;padding:0;display:flex}._msgFooter_m5f5f_29{text-align:right;color:var(--common-greyscale-12);flex-direction:row;justify-content:space-between;align-items:center;padding:4px 8px;font-size:12px;display:flex}._msgFooter_m5f5f_29 img{padding-right:4px}._msgFooter_m5f5f_29 span{margin-left:auto}._me_m5f5f_17{align-items:flex-end}._me_m5f5f_17 ._msgContent_m5f5f_4{border-bottom-right-radius:unset;background-color:var(--theme-primary-lighter);border-bottom-left-radius:16px}._me_m5f5f_17 ._msgFooter_m5f5f_29{color:var(--common-greyscale-12)}._messageFooterText_m5f5f_58{margin-right:auto}._replySwipeIcon_m5f5f_62{width:32px;height:32px;margin-left:16px;transform:scaleX(-1)}._chatNotification_1p5mv_4{text-align:center;color:var(--common-greyscale-12);padding:10px;font-size:11px}._msgContent_1rfce_4,._msgContentProduct_1rfce_4{background-color:var(--common-white);word-break:break-word;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;max-width:70%;margin:0 8px;font-size:16px;overflow:hidden;box-shadow:0 1px 2px #00000080}._msgContentProduct_1rfce_4{padding:0}._msg_1rfce_4,._processMessage_1rfce_21{flex-direction:column;flex:1;align-items:flex-start;padding:0;display:flex}._processMessage_1rfce_21{margin-bottom:-12px;padding:16px 16px 0}._txtMsgBody_1rfce_34{white-space:pre-wrap;padding:0 8px}._txtMsgBodyFromMe_1rfce_39{white-space:pre-wrap;padding:8px 8px 0}._me_1rfce_44{align-items:flex-end}._me_1rfce_44 ._msgContent_1rfce_4,._me_1rfce_44 ._msgContentProduct_1rfce_4{border-bottom-right-radius:unset;background-color:var(--theme-primary-lighter);border-bottom-left-radius:16px}._replyWrapper_1rfce_53{margin-bottom:8px}._txtMsgBody_1rfce_34 a:link,._txtMsgBody_1rfce_34 a:visited,._txtMsgBody_1rfce_34 a:hover,._txtMsgBody_1rfce_34 a:active{color:var(--common-red-11)}._dateTag_194w4_4{background-color:var(--common-greyscale-3);color:var(--common-greyscale-10);border-radius:11px;margin:10px auto 0;padding:5px 50px;font-size:11px;font-weight:300}._msg_194w4_15{flex-direction:column;flex:1;align-items:flex-start;padding:0;display:flex}._messageWrapper_drer1_4,._selectedMessageWrapper_drer1_4{align-items:center;display:flex}._selectedMessageWrapper_drer1_4{background-color:var(--common-greyscale-8)}._children_drer1_13{flex:1;overflow:hidden}._selectedCheckIconWrapper_drer1_18{border:solid 2px var(--theme-primary);background-color:var(--theme-primary);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin:0 8px 0 15px;display:flex}._selectedCheckIconWrapper_drer1_18 img{visibility:visible;width:8px}._checkIconWrapper_drer1_34{border:solid 2px var(--common-greyscale-8);border-radius:50%;width:16px;height:16px;margin:0 8px 0 15px}._container_8a0h3_4{place-content:center space-between;padding-top:20px;display:flex;position:relative}._text_8a0h3_11{background-color:var(--common-greyscale-2);color:var(--theme-new-message-indicator);align-self:center;padding:0 3px;font-size:11px;position:absolute;left:50%;transform:translate(-50%)}._line_8a0h3_23{background:var(--common-greyscale-3);align-self:center;width:100%;height:2px}._iconsContainer_ibemk_4{flex-direction:row-reverse;height:25px;padding-right:10px;display:flex}._msg_1uwdc_4{align-items:center;margin-left:20px;display:flex}._msg_1uwdc_4 ._msgContent_1uwdc_9{background-color:var(--common-white);border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;max-width:70%;margin:0 4px;padding:8px;box-shadow:0 1px 2px #00000080}._msg_1uwdc_4 ._spinner_1uwdc_19{text-align:center;width:70px;margin:8px auto 0}._msg_1uwdc_4 ._spinner_1uwdc_19>div{background-color:var(--theme-primary-light);border-radius:100%;width:18px;height:18px;animation:1.4s ease-in-out infinite both _sk-bouncedelay_1uwdc_1;display:inline-block}._msg_1uwdc_4 ._spinner_1uwdc_19 ._bounce1_1uwdc_33{animation-delay:-.32s}._msg_1uwdc_4 ._spinner_1uwdc_19 ._bounce2_1uwdc_37{animation-delay:-.16s}@keyframes _sk-bouncedelay_1uwdc_1{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes _fade-in_1j0qj_1{0%{opacity:0}70%{opacity:0}to{opacity:1}}._virtualMessageLoader_1j0qj_15{opacity:0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;animation:1s ease-out 1s forwards _fade-in_1j0qj_1;display:flex}._chat_1iquf_4{flex-direction:column;flex:1;display:flex}._chatArea_1iquf_10{-webkit-overflow-scrolling:touch;background-color:var(--common-greyscale-2);background-image:var(--theme-chat-background);background-position:50%;background-repeat:no-repeat;flex-direction:column;flex:1px;display:flex;overflow:hidden scroll}._chatArea_1iquf_10 ._headerFixed_1iquf_21{z-index:1;flex-direction:column;width:100%;display:flex;position:fixed;transform:translate(0,0)}._joinButton_1iquf_30{z-index:2;background-color:var(--theme-secondary);height:50px;color:var(--common-white);border-radius:7px;justify-content:center;align-items:center;margin:16px 20px;display:flex;position:relative;box-shadow:0 1px 1px #0000004a,0 2px 4px #0000000f}._infoMsg_1iquf_44,._errorMsg_1iquf_44{background:var(--common-lighter-grey-25);z-index:9;justify-content:center;align-items:center;padding:10px;font-size:12px;display:flex;position:absolute;top:0;left:0;right:0}._errorMsg_1iquf_44{background-color:var(--common-red-11);opacity:.5;color:#fff}._pdfPreviewerWrapper_17rdz_4{justify-content:center;align-items:center;height:100%;margin:auto;display:flex}._pdfPreview_17rdz_4{align-items:center;height:100%;display:flex}._msgPdfPreviewer_17rdz_18{color:var(--common-white)}._videoPreviewWrapper_qn63d_4{flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._videoPreviewWrapper_qn63d_4 video{width:100%;height:100%}._filePreviewHeader_1ou4n_4{background-color:var(--theme-primary);height:60px;color:var(--common-white);flex-direction:row;justify-content:center;align-items:center;line-height:72px;display:flex}._filePreviewHeader_1ou4n_4 ._closeButton_1ou4n_14{margin-left:auto;margin-right:20px}._filePreviewHeader_1ou4n_4 ._fileTypeLogo_1ou4n_18{margin:auto 20px}._filePreviewHeader_1ou4n_4 ._headerText_1ou4n_21{word-break:break-word;white-space:nowrap;text-overflow:ellipsis;line-height:1.5em;overflow:hidden}._filePreviewer_1ou4n_29{background:var(--common-greyscale-12);text-align:center;flex-direction:column;flex-grow:1;min-height:0;display:flex}._filePreviewer_1ou4n_29 ._previewOverlay_1ou4n_37{z-index:3;background-color:#fffc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._filePreviewer_1ou4n_29 ._previewMain_1ou4n_49{background:var(--common-greyscale-12);text-align:center;flex-direction:column;flex-grow:1;min-height:0;display:flex}._filePreviewer_1ou4n_29 ._previewMain_1ou4n_49 ._mainPreview_1ou4n_57{object-fit:contain;max-width:100%;max-height:100%;margin:auto}._filePreviewer_1ou4n_29 ._previewMain_1ou4n_49 ._mainPreviewFile_1ou4n_63{width:100px;height:100px;margin:auto}._flexibleImagePreview_1ou4n_69{width:100%;display:flex}.react-pdf__Page__canvas{width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important}.react-pdf__Page__svg{border-radius:10%;height:60px!important}._msgPdfThumbnail_owjjc_16{background-color:var(--common-greyscale-8);text-align:center;border-radius:10%;justify-content:center;align-items:center;width:40px;height:40px;padding:10px;font-size:11px;display:flex}._videoThumbnail_md10b_4{background:var(--common-white);border-radius:10%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}._videoThumbnail_md10b_4 ._icon_md10b_13{width:40px;height:auto}._previewImg_eqs4u_4>img{object-fit:cover;border-radius:10%;width:60px;height:60px;display:block}._previewFile_eqs4u_12{border-radius:10%}._previewFile_eqs4u_12>img{width:55px;height:55px;padding:2.5px;display:block}._thumbnailPreview_11a3t_4,._thumbnailPreviewSelected_11a3t_4{padding:10px;position:relative}._thumbnailPreview_11a3t_4 ._thumbnailClose_11a3t_8,._thumbnailPreviewSelected_11a3t_4 ._thumbnailClose_11a3t_8{position:absolute;top:10px;right:10px}._thumbnailPreview_11a3t_4 ._thumbnailClose_11a3t_8:hover,._thumbnailPreviewSelected_11a3t_4 ._thumbnailClose_11a3t_8:hover{cursor:pointer}._imagePickerBottom_q20zt_4{background-color:var(--common-greyscale-10);flex-direction:row;align-items:center;height:100px;display:flex;overflow-x:auto}._addImageButton_1ca2o_1{height:100%;padding:8px 8px 6px 0}._addImageButton_1ca2o_1:disabled{opacity:.5}._filePickerWrapper_tt57z_4{z-index:2;min-height:120px}._filePickerContainer_tt57z_9{justify-content:space-evenly;align-items:start;gap:20px;width:100%;padding:12px 0;display:flex}._filePickerBtn_tt57z_18{cursor:pointer;background-color:#0000;border:none;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:0;font-size:14px;display:flex}._filePickerBtnIcon_tt57z_31{background-color:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}._magicCubeButton_hzsu8_4{height:unset;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}._magicCubeButton_hzsu8_4 ._noAccountIndicator_hzsu8_13{background-color:var(--common-red-11);width:14px;height:14px;color:var(--common-white);border-radius:50%;font-size:10px;font-weight:bolder;position:absolute;top:0;right:2px}._writeInput_z2qs5_4{resize:none;width:100%;padding:6px 10px;font-size:16px;line-height:1.2}._productArticleNumber_jl2hu_4{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--theme-primary);align-self:center;padding-right:16px;font-size:16px;font-weight:500;overflow:hidden}._productDescription_jl2hu_16{text-align:start;flex-direction:column;font-size:14px;display:flex}._productDescription_jl2hu_16 span{color:var(--common-greyscale-12);font-size:12px}._process_3klhz_4{flex-direction:row;flex:1;align-items:center;display:flex}._process_3klhz_4 span{color:var(--theme-primary-title-color)}._process_3klhz_4 ._processHeader_3klhz_13{color:var(--common-black);margin-left:16px;padding-top:2px;padding-bottom:2px;font-size:14px;font-weight:700}._process_3klhz_4 ._processDetail_3klhz_21{color:var(--common-greyscale-12);margin-left:16px;padding-top:2px;padding-bottom:2px;font-size:12px}._processDetailWrapper_8kygt_4{flex-direction:row;justify-content:space-between;padding:12px;display:flex}._processDetailWrapper_8kygt_4 ._closeButtonIcon_8kygt_10{width:16px}._inputArea_61shr_4{background:var(--common-white);flex-direction:column;width:100%;display:flex}._writeField_61shr_11{z-index:1;box-sizing:border-box;flex-direction:row;flex:1;align-items:center;max-width:100%;min-height:80px;padding:12px 16px;display:flex}._writeField_61shr_11 ._writeInputWrapper_61shr_22{flex:1px;max-width:100%}._writeField_61shr_11 ._inputFieldWrapper_61shr_26{background-color:var(--common-white);border:1px solid #dadee3;border-radius:24px;flex-direction:row;flex:1px;display:flex}._writeField_61shr_11 ._writeForm_61shr_34{flex-direction:row;justify-content:space-between;align-self:stretch;align-items:center;gap:4px;display:flex}._writeField_61shr_11 ._replyWrapper_61shr_42{align-self:flex-start;padding-bottom:16px}._actionSheetItem_jzlaz_4{justify-content:center;align-items:center;height:80px;padding:0 26px;display:flex;box-shadow:0 1px 2px #00000080}._actionSheetItem_jzlaz_4 img{width:22px}._left_jzlaz_16{margin-right:auto;display:flex}._actionSheetItemText_jzlaz_21{text-overflow:ellipsis;white-space:nowrap;display:flex;position:absolute;overflow:hidden}._actionSheetWrapper_2mv2p_4{background-color:var(--common-greyscale-3)}._actionSheetWrapper_2mv2p_4 ._actionSheetBar_2mv2p_7{background-color:var(--common-greyscale-10);cursor:move;border-radius:7px;width:50px;height:4px;margin:12px auto}._actionSheetWrapper_2mv2p_4 ._actionSheetContent_2mv2p_17{background-color:var(--common-greyscale-3);max-height:calc(50vh - 100px - var(--safe-area-inset-bottom,0px));padding-bottom:var(--safe-area-inset-bottom,0px);overflow-y:scroll}._actionSheetItem_2mv2p_24{justify-content:center;align-items:center;height:80px;padding:0 26px;display:flex;box-shadow:0 1px 2px #00000080}._actionSheetItem_2mv2p_24 img{width:22px}._left_2mv2p_36{margin-right:auto;display:flex}._actionSheetItemText_2mv2p_41{text-overflow:ellipsis;white-space:nowrap;display:flex;position:absolute;overflow:hidden}._snackbarNoIcon_1n0na_4,._snackbarWithIcon_1n0na_5{z-index:10;background-color:var(--common-greyscale-12);color:var(--common-white);opacity:.7;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;width:calc(100% - 60px);max-width:400px;margin-left:auto;margin-right:auto;animation-name:_fade-in-and-out_1n0na_1;animation-duration:6s;animation-delay:0s;display:flex;position:absolute;bottom:12%;left:0;right:0}._snackbarNoIcon_1n0na_4{padding:14px 0}@keyframes _fade-in-and-out_1n0na_1{0%{opacity:0}30%{opacity:.7}70%{opacity:.7}to{opacity:0}}._reverseIcon_1n0na_46{margin-left:8px}._main_25rrn_4{flex-direction:column;display:flex;position:absolute;inset:0}._stripe_25rrn_11{border-top:solid 1px var(--common-greyscale-3);background-color:var(--common-greyscale-3);box-shadow:0 -1px 5px #00000080}._houseSwitcherItem_icdcq_4{justify-content:space-between;align-items:center;height:80px;padding:0 24px;display:flex}._houseSwitcherItemText_icdcq_12{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin-left:10px;font-weight:700;overflow:hidden}._checkIcon_icdcq_21{border:1px solid var(--common-greyscale-8);border-radius:50%;justify-content:center;align-items:center;width:15px;min-width:15px;height:15px;display:flex}._houseSwitcherItemSeleted_icdcq_32{background-color:var(--theme-primary-lighter)}._houseSwitcherItemSeleted_icdcq_32 ._checkIcon_icdcq_21{background-color:var(--theme-house-switcher-background);border-color:var(--theme-house-switcher-background)}._houseSwitcherItemSeleted_icdcq_32 ._checkIcon_icdcq_21 img{width:75%}._unreadMessages_icdcq_43{width:12px;height:12px;color:var(--common-white);background-color:var(--theme-primary);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;justify-content:center;align-items:center;margin:4px;padding:6px;font-size:12px;font-weight:700;display:flex;box-shadow:0 1px 2px #00000080}._left_icdcq_61{align-items:center;display:flex}._actionSheetWrapper_hsg0f_4{background-color:var(--common-greyscale-3)}._actionSheetWrapper_hsg0f_4 ._actionSheetBar_hsg0f_7{background-color:var(--common-greyscale-10);cursor:move;border-radius:10px;width:50px;height:4px;margin:12px auto}._actionSheetWrapper_hsg0f_4 ._actionSheetContent_hsg0f_17{background-color:var(--common-white);max-height:calc(50vh - 100px - var(--safe-area-inset-bottom,0px));padding-bottom:calc(20px + var(--safe-area-inset-bottom,0px));overflow-y:scroll}._actionSheetWrapper_hsg0f_4 ._actionSheetTitle_hsg0f_23{color:var(--common-greyscale-10);text-transform:uppercase;height:40px;padding:8px 24px 0;font-weight:700}._logo_1iqb0_4{justify-content:center;align-items:center;margin-bottom:8px;display:flex}._logo_1iqb0_4 ._logoImg_1iqb0_10{width:48px;height:48px}._header_1iqb0_15{color:var(--theme-primary);text-align:center;font-weight:700}._message_1iqb0_21{text-align:center;margin:16px;font-size:14px}._button_1o3j4_4{background-color:var(--theme-primary);color:var(--common-white);border:none;min-width:150px;margin-top:30px;padding:10px}._menuMessage_1yd6l_4{align-items:center;min-height:64px;padding:4px 20px;display:flex;box-shadow:0 1px #00000026}._menuMessageText_1yd6l_12{font-size:12px}._icon_1yd6l_16{color:var(--theme-new-chat-buttons-background-color);width:60px;margin-right:16px}._noChannelsWrapper_kpf3f_4{background-color:var(--common-white);flex-direction:column;height:100%;display:flex}._top_kpf3f_11{border-bottom:1px solid var(--common-greyscale-8);height:68px}._menuButton_kpf3f_16{align-items:center;padding:27px 0 0 16px;display:flex}._menuButton_kpf3f_16>img{width:16px}._warningMessageIcon_kpf3f_25{width:30px}._warningMessageWrapper_kpf3f_29{padding:4px 16px}._newChannelButton_kpf3f_33{background-color:var(--theme-new-chat-buttons-background-color);border:var(--theme-new-chat-buttons-background-color);margin:auto 24px 32px;font-size:18px;color:var(--theme-dialog-button-text-color)!important}._errorMessageText_285sm_4{white-space:pre-wrap}._root_u2e3t_1{position:absolute;inset:0}._loadingRoot_u2e3t_6{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._container_1pecd_4{align-items:center;height:64px;padding:0 20px;display:flex}._icon_1pecd_11 svg{max-width:25px;height:auto;margin:0 20px 0 0}._textContainer_1pecd_17{text-align:start;justify-content:center;align-items:center;max-width:190px;font-size:15px;display:flex}._userName_1uh8z_4{margin-top:5px;font-size:15px;font-weight:700}._company_1uh8z_10{font-size:12px;font-weight:300}._changeProfileButton_1uh8z_15{background-color:var(--common-greyscale-10);color:var(--common-white);cursor:pointer;border-radius:10px;width:150px;margin-top:5px;margin-left:auto;padding:7px;font-size:12px}._profileSection_1uh8z_27{margin:10px 0;padding:10px 20px;display:flex}._imageSection_1uh8z_33{margin-top:5px}._profileSectionDetails_1uh8z_37{flex-direction:column;gap:5px;width:100%;display:flex}._userImage_1uh8z_44{align-self:start;margin-right:20px}._settingsContainer_1uh8z_49{background-color:var(--common-white);flex-direction:column;flex:1;display:flex}._settingsHeader_1uh8z_56{background-color:var(--common-white);border-bottom:solid 1px var(--common-greyscale-3);flex-direction:row;justify-content:space-between;align-items:center;height:48px;padding:10px 20px 10px 10px;display:flex}._settingsHeader_1uh8z_56 ._settingsBack_1uh8z_66{cursor:pointer;color:var(--common-black);border:none;flex-direction:row;align-items:center;display:flex}._settingsHeader_1uh8z_56 ._settingsTitle_1uh8z_74{margin-left:12px}._settingsHeader_1uh8z_56 ._gcLogoIcon_1uh8z_77{width:32px;height:32px}._logoutButton_1uh8z_82{text-align:center;background-color:var(--common-greyscale-10);cursor:pointer;width:100%;color:var(--common-white);padding:20px}._logoutButton_1uh8z_82:hover{background-color:var(--common-greyscale-12)}._logoutContainer_1uh8z_94{margin-top:auto}._search_1une8_4,._searchForward_1une8_4{flex-direction:row;justify-content:stretch;align-items:center;padding:8px 18px;display:flex}._search_1une8_4 ._searchInput_1une8_11,._searchForward_1une8_4 ._searchInput_1une8_11{width:100%;height:30px;color:var(--common-greyscale-10);background:#fefefe url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2060.1%20(88133)%20-%20https://sketch.com%20--%3e%3ctitle%3eSearch%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Wireframes-Web-Agent-Yulia'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop---Dark---todos---reminder01'%20transform='translate(-995.000000,%20-25.000000)'%20fill='%237A7A7A'%3e%3cg%20id='Resources/Search-Copy'%20transform='translate(995.000000,%2025.000000)'%3e%3cpath%20d='M15.7063939,14.3703494%20L11.3258225,9.98806368%20C12.1110461,8.9170964%2012.5316874,7.62232255%2012.5258225,6.29434939%20C12.5108399,2.82789882%209.70710473,0.020085074%206.2406796,6.36775157e-05%20C4.58179978,-0.00744179766%202.98881832,0.648814042%201.81660644,1.82263596%20C0.644394559,2.99645787%20-0.00967420411,4.59033858%200.00010817168,6.24920653%20C0.0150906982,9.71597269%202.81908174,12.5240423%206.28582246,12.5440637%20C7.61920554,12.5498427%208.91870988,12.1242916%209.99039389,11.3309208%20L9.99496531,11.3274922%20L14.3715367,15.7063494%20C14.608164,15.9545934%2014.9607548,16.0550767%2015.2926966,15.9688668%20C15.6246385,15.8826569%2015.8837737,15.6232998%2015.9696995,15.2912843%20C16.0556253,14.9592688%2015.9548403,14.6067641%2015.7063939,14.3703494%20L15.7063939,14.3703494%20Z%20M6.28125103,11.2892065%20C3.50800996,11.2732534%201.2648536,9.0270382%201.2526796,6.25377796%20C1.24519456,4.92685547%201.76849262,3.65200699%202.70608557,2.71301882%20C3.64367851,1.77403065%204.91774745,1.24883748%206.2446796,1.25434939%20C9.01792067,1.27030252%2011.261077,3.51651773%2011.273251,6.28977796%20C11.2807361,7.61670045%2010.757438,8.89154894%209.81984506,9.83053711%20C8.88225212,10.7695253%207.60818318,11.2947184%206.28125103,11.2892065%20Z'%20id='Search'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 8px no-repeat;border-radius:15px;padding:0 6px 0 38px;font:500 12px Roboto,sans-serif}._search_1une8_4 ._searchInput_1une8_11::-webkit-input-placeholder{font:400 12px Roboto,sans-serif}._searchForward_1une8_4 ._searchInput_1une8_11::-webkit-input-placeholder{font:400 12px Roboto,sans-serif}._search_1une8_4 ._darkBackground_1une8_23,._searchForward_1une8_4 ._darkBackground_1une8_23{background:var(--common-greyscale-12) url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2060.1%20(88133)%20-%20https://sketch.com%20--%3e%3ctitle%3eSearch%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Wireframes-Web-Agent-Yulia'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop---Dark---todos---reminder01'%20transform='translate(-995.000000,%20-25.000000)'%20fill='%237A7A7A'%3e%3cg%20id='Resources/Search-Copy'%20transform='translate(995.000000,%2025.000000)'%3e%3cpath%20d='M15.7063939,14.3703494%20L11.3258225,9.98806368%20C12.1110461,8.9170964%2012.5316874,7.62232255%2012.5258225,6.29434939%20C12.5108399,2.82789882%209.70710473,0.020085074%206.2406796,6.36775157e-05%20C4.58179978,-0.00744179766%202.98881832,0.648814042%201.81660644,1.82263596%20C0.644394559,2.99645787%20-0.00967420411,4.59033858%200.00010817168,6.24920653%20C0.0150906982,9.71597269%202.81908174,12.5240423%206.28582246,12.5440637%20C7.61920554,12.5498427%208.91870988,12.1242916%209.99039389,11.3309208%20L9.99496531,11.3274922%20L14.3715367,15.7063494%20C14.608164,15.9545934%2014.9607548,16.0550767%2015.2926966,15.9688668%20C15.6246385,15.8826569%2015.8837737,15.6232998%2015.9696995,15.2912843%20C16.0556253,14.9592688%2015.9548403,14.6067641%2015.7063939,14.3703494%20L15.7063939,14.3703494%20Z%20M6.28125103,11.2892065%20C3.50800996,11.2732534%201.2648536,9.0270382%201.2526796,6.25377796%20C1.24519456,4.92685547%201.76849262,3.65200699%202.70608557,2.71301882%20C3.64367851,1.77403065%204.91774745,1.24883748%206.2446796,1.25434939%20C9.01792067,1.27030252%2011.261077,3.51651773%2011.273251,6.28977796%20C11.2807361,7.61670045%2010.757438,8.89154894%209.81984506,9.83053711%20C8.88225212,10.7695253%207.60818318,11.2947184%206.28125103,11.2892065%20Z'%20id='Search'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 10px no-repeat}._search_1une8_4 ._lightBackground_1une8_26,._searchForward_1une8_4 ._lightBackground_1une8_26{background-color:var(--common-greyscale-8);color:var(--common-black)}._searchForward_1une8_4{padding:16px 16px 8px}._menu_b42lp_4{flex-direction:row;justify-content:flex-end;display:flex;position:relative}._menu_b42lp_4 ._menuItems_b42lp_10{z-index:2;background-color:var(--common-greyscale-3);border-radius:6px;margin-left:-30px;padding:4px;position:absolute;box-shadow:0 2px 4px #00000080}._menu_b42lp_4 ._menuItems_b42lp_10 div div>*{background-color:var(--common-greyscale-3);-webkit-user-select:none;user-select:none;cursor:unset;border-width:0;flex-direction:row;align-items:center;padding:8px 12px;display:flex}._menu_b42lp_4 ._menuItems_b42lp_10 div>div{color:var(--common-greyscale-12);font-size:12px;font-weight:700}._menu_b42lp_4 ._menuItems_b42lp_10 div>button+div{border-top:solid 1px var(--common-lighter-grey-25)}._menu_b42lp_4 ._menuItems_b42lp_10 div>button{color:var(--common-greyscale-10);cursor:pointer;border-radius:unset;font-size:12px}._menu_b42lp_4 ._menuItems_b42lp_10 div>button:hover{background:var(--common-lighter-grey-25)}._menu_b42lp_4 ._menuItems_b42lp_10 div>button img,._menu_b42lp_4 ._menuItems_b42lp_10 div>button svg{padding-right:8px}._channelSortWrapper_1ep0h_4{flex-direction:row;justify-content:flex-end;align-items:center;margin:0 22px;display:flex}._channelSortWrapper_1ep0h_4 ._indicatorWrapper_1ep0h_11{cursor:pointer;flex-direction:row;align-items:center;margin-right:4px;padding:2px 8px;display:flex}._channelSortWrapper_1ep0h_4 ._indicatorWrapper_1ep0h_11 ._filterActiveIndicator_1ep0h_19{background:var(--common-lighter-grey-25);border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:5px;width:37px;height:21px;display:flex}._channelSortWrapper_1ep0h_4 ._channelSort_1ep0h_4{white-space:nowrap;flex-direction:column;display:flex}._channelSortWrapper_1ep0h_4 ._channelSort_1ep0h_4 ._channelTextWrapper_1ep0h_35{cursor:pointer;flex-direction:row;align-items:center;min-height:30px;display:flex}._channelSortWrapper_1ep0h_4 ._channelSort_1ep0h_4 ._channelTextWrapper_1ep0h_35 ._channelSortText_1ep0h_42{color:var(--common-black);text-transform:uppercase;-webkit-user-select:none;user-select:none;font-size:8px;font-weight:700;text-decoration:underline}._channelSortWrapper_1ep0h_4 ._channelSort_1ep0h_4 ._channelTextWrapper_1ep0h_35 ._channelSortIcon_1ep0h_53{margin-left:8px}._channelListTypeSelectorWrapper_1cr1o_4{justify-content:flex-end;display:flex}._channelListTypeSelectorWrapper_1cr1o_4 button{border-radius:2px;padding:6px 12px}._channelTypeSelector_1cr1o_13,._selectedChannelFilterTypes_1cr1o_13{border:2px solid var(--common-greyscale-12);color:var(--common-greyscale-12);text-transform:uppercase;border-radius:4px;font-size:12px;font-weight:700}._selectedChannelFilterTypes_1cr1o_13{background-color:var(--common-greyscale-12);color:var(--common-white);border-radius:4px}._dotContainer_1cr1o_28{align-items:center;display:flex}._dotContainer_1cr1o_28 ._dot_1cr1o_28{background-color:#0000;border-radius:100%;width:7px;height:7px;margin-left:7px}._dotContainer_1cr1o_28 ._active_1cr1o_39{background-color:var(--common-red-11)}._flexContainer_1cr1o_43{justify-content:center;display:flex}._channelTypeSelectionBar_l1qol_4{box-sizing:border-box;border-bottom:1px solid var(--common-greyscale-8);background-color:#f7f8f9;border:none;flex-direction:row;justify-content:space-evenly;width:100%;padding:10px 0;display:flex}._unselectedSalesSpaceChannel_1qswl_4,._selectedSalesSpaceChannel_1qswl_8{margin-bottom:1px}._userImage_1qswl_12{align-self:auto}._customerTitle_1qswl_16{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:700;display:inline-block;overflow:hidden}._archivedIndicator_1qswl_25{color:var(--common-white);background-color:var(--common-greyscale-10);border-radius:6px;width:fit-content;margin-top:2px;margin-bottom:4px;padding:2px 4px;font-size:12px;line-height:14px}._content_1qswl_37{flex-direction:column;flex:1;align-items:flex-start;min-width:0;margin-right:auto;font-size:14px;display:flex}._content_1qswl_37 mark{color:#070707;background-color:#b5eaec}._content_1qswl_37>div{text-align:left;white-space:nowrap;overflow:hidden}._content_1qswl_37 ._customerCompany_1qswl_55{text-overflow:ellipsis;width:100%;max-height:20px;font-size:12px;font-weight:300}._channelItemWrapper_1qswl_63,._unselectedChannelListItem_1qswl_63,._unselectedSalesSpaceChannel_1qswl_4,._selectedChannelListItem_1qswl_63,._selectedSalesSpaceChannel_1qswl_8{width:100%}._selectedChannelListItem_1qswl_63,._selectedSalesSpaceChannel_1qswl_8{background-color:var(--common-greyscale-12)}._selectedChannelListItem_1qswl_63 ._content_1qswl_37,._selectedSalesSpaceChannel_1qswl_8 ._content_1qswl_37,._selectedChannelListItem_1qswl_63 ._customerCompany_1qswl_55,._selectedSalesSpaceChannel_1qswl_8 ._customerCompany_1qswl_55{color:var(--common-white)}._unselectedChannelListItem_1qswl_63,._unselectedSalesSpaceChannel_1qswl_4{background-color:var(--common-white)}._unselectedChannelListItem_1qswl_63 ._content_1qswl_37,._unselectedSalesSpaceChannel_1qswl_4 ._content_1qswl_37{color:#070707}._unselectedChannelListItem_1qswl_63 ._customerCompany_1qswl_55,._unselectedSalesSpaceChannel_1qswl_4 ._customerCompany_1qswl_55{color:var(--common-black)}._channelInfo_1qswl_87{align-items:center;width:90%;height:52px;padding:8px 8px 8px 0;display:flex}._channelListItem_1qswl_95,._unselectedSalesSpaceChannel_1qswl_4,._selectedSalesSpaceChannel_1qswl_8{border-radius:2px;flex-direction:row;flex:none;justify-content:flex-start;align-items:stretch;min-width:0;display:flex;box-shadow:0 1px #00000026}._imageWrapper_1qswl_106{margin:0 10px}._unreadMsgIndicator_1qswl_110{width:10px;height:10px;color:var(--common-white);background-color:var(--common-red-11);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;justify-content:center;align-items:center;padding:6px;font-size:11px;font-weight:500;display:flex}._unreadMsgIndicator_1qswl_110 p{margin:0}._contentAligner_1qswl_129,._unreadMsgIndicator_1qswl_110{justify-content:center;align-items:center;display:flex}._imageStatusAndButtonContainer_1qswl_135{grid-row:2/3;justify-content:center;align-items:center;display:flex}._white_1qswl_142{color:var(--common-white)}._agentCountIndicator_1qswl_146{grid-row:1/2;align-self:center;margin-left:3px;font-size:11px;font-weight:500}._channelFreeIndicator_1qswl_154{flex-shrink:0;width:8px}._channelFreeIndicatorActive_1qswl_159{background-color:var(--theme-primary-light)}._unreadMsgContainer_1qswl_163{flex-direction:column;justify-content:space-between;height:100%;display:flex}._flexContainerRight_1qswl_170{justify-content:flex-end;display:flex}._channelListSectionHeader_14gpo_4{justify-content:space-between;display:flex}._groupingHeader_14gpo_9{color:var(--common-greyscale-10);padding:8px 16px;font-family:Roboto,sans-serif;font-size:12px}._channelList_uqxsh_4,._salesSpaceChannelList_uqxsh_4{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;display:flex;overflow:auto}._listFooter_uqxsh_12{padding:8px}._itemWrapper_uqxsh_16{flex-direction:column;display:flex}._channelListDateTag_93axr_4{color:var(--common-greyscale-10);padding:8px 16px;font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;font-stretch:100%}._customerTitle_1fvv0_4{max-width:100%;display:flex}._customerName_1fvv0_9{text-overflow:ellipsis;font-weight:700;overflow:hidden}._archivedIndicator_1fvv0_15{color:var(--common-white);background-color:var(--common-greyscale-10);border-radius:6px;width:fit-content;margin-top:2px;margin-bottom:4px;padding:2px 4px;font-size:12px;line-height:14px}._content_1fvv0_27{flex-direction:column;flex:1;align-items:flex-start;min-width:0;margin-right:auto;font-size:14px;display:flex}._content_1fvv0_27 mark{color:#070707;background-color:#b5eaec}._content_1fvv0_27>div{text-align:left;white-space:nowrap;overflow:hidden}._content_1fvv0_27 ._customerCompany_1fvv0_45{text-overflow:ellipsis;width:100%;max-height:20px;font-size:12px;font-weight:300}._selectedCraftsmanChannelListItem_1fvv0_53{background-color:var(--theme-primary-lighter)}._selectedCraftsmanChannelListItem_1fvv0_53 ._content_1fvv0_27{color:var(--common-greyscale-12)}._selectedCraftsmanChannelListItem_1fvv0_53 ._customerCompany_1fvv0_45{color:var(--common-greyscale-10)}._unselectedCraftsmanChannelListItem_1fvv0_63{background-color:var(--common-white)}._unselectedCraftsmanChannelListItem_1fvv0_63 ._content_1fvv0_27{color:var(--common-greyscale-12)}._unselectedCraftsmanChannelListItem_1fvv0_63 ._customerCompany_1fvv0_45{color:var(--common-greyscale-8)}._selectedAgentChannelListItem_1fvv0_73{background-color:var(--common-greyscale-12)}._selectedAgentChannelListItem_1fvv0_73 ._content_1fvv0_27,._selectedAgentChannelListItem_1fvv0_73 ._customerCompany_1fvv0_45{color:var(--common-white)}._unselectedAgentChannelListItem_1fvv0_83{background-color:var(--common-white)}._unselectedAgentChannelListItem_1fvv0_83 ._content_1fvv0_27,._unselectedAgentChannelListItem_1fvv0_83 ._customerCompany_1fvv0_45{color:var(--common-black)}._channelInfo_1fvv0_93{align-items:center;width:100%;height:52px;padding:8px 0;display:flex}._craftsmanChannelListItem_1fvv0_101{border-radius:2px;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;min-width:0;margin-bottom:1px;padding-left:8px;display:flex;box-shadow:0 1px #00000026}._imageWrapper_1fvv0_114{margin:0 10px}._contentAligner_1fvv0_118,._unreadMsgIndicator_1fvv0_118{justify-content:center;align-items:center;display:flex}._unreadMsgIndicator_1fvv0_118{width:10px;height:10px;color:var(--common-white);background-color:var(--common-red-11);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;justify-content:center;align-items:center;padding:6px;font-size:11px;font-weight:500;display:flex}._unreadMsgIndicator_1fvv0_118 p{margin:0}._userTyping_1fvv0_143{width:16px;height:16px;margin:14px;padding:0 10px}._checkIconButton_1fvv0_150{border:2px solid var(--common-greyscale-8);border-radius:50%;justify-content:center;align-items:center;width:16px;min-width:16px;height:16px;margin-right:10px;display:flex}._newChannel_1fvv0_162{padding:16px 8px}._selectedGroupChannelListItem_1fvv0_166{background-color:var(--common-white);border:1px solid var(--common-greyscale-3)}._selectedGroupChannelListItem_1fvv0_166 ._content_1fvv0_27,._selectedGroupChannelListItem_1fvv0_166 ._customerCompany_1fvv0_45{color:var(--common-black)}._selectedGroupChannelListItem_1fvv0_166 ._checkIconButton_1fvv0_150{background-color:var(--theme-new-chat-buttons-background-color);border:none;width:20px;min-width:20px;height:20px}._selectedGroupChannelListItem_1fvv0_166 ._checkIcon_1fvv0_150{height:10px}._imageStatusAndButtonContainer_1fvv0_187{grid-row:2/3;justify-content:center;align-items:center;display:flex}._imageStatusAndUnreadMsgIndicatorContainer_1fvv0_194{grid-template-rows:1fr 1fr;place-items:center end;row-gap:8px;margin-left:20px;margin-right:8px;display:inline-grid}._white_1fvv0_203{color:var(--common-white)}._agentCountIndicator_1fvv0_207{grid-row:1/2;align-self:center;margin-left:3px;font-size:11px;font-weight:500}._dateWrapper_znhmy_4{margin-top:8px;margin-bottom:8px}._itemWrapper_1fep0_4{flex-direction:column;display:flex}._listWrapper_1fep0_9{margin-right:0}._listFooter_1fep0_13{padding:8px}._channelList_1fep0_17{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;display:flex;overflow:auto}._channelListTopBar_1ixuj_4{flex-direction:row;align-items:baseline;display:flex}._menuItem_1fxvt_4{border-top:solid 1px var(--common-greyscale-3);flex-direction:row;justify-content:flex-start;align-items:center;width:100%;padding:8px 20px;display:flex}._menuItem_1fxvt_4 ._iconRight_1fxvt_13{margin-left:auto;padding-top:2px;display:flex}._menuItem_1fxvt_4 ._labelWrapper_1fxvt_18{display:flex}._menuItem_1fxvt_4 ._unreadMessages_1fxvt_21{background-color:var(--theme-primary);border-radius:50%;width:9px;height:9px;position:relative;top:-8px;right:8px}._menuItem_1fxvt_4 ._label_1fxvt_18{color:var(--theme-house-switcher-title);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:100%;font-size:12px;font-weight:700;overflow:hidden}._houseSwitcher_2loqc_4{background-color:var(--theme-house-switcher-background)}._channelGroup_g29ir_4{border:1px solid #e4e4e5;flex-direction:column;height:100%;display:flex;overflow:hidden auto}._channelSectionName_g29ir_12{color:#5f5f5f;margin:20px;font-size:12px;font-weight:700}._channelGroupHouse_h80np_4{height:60%!important}._channelGroupInternal_h80np_8{height:40%!important}._channelSectionsWrapper_h80np_12{flex-direction:column;flex:2;display:flex}._sideMenuItem_1td4h_4{background-color:var(--common-white);border-top:solid 1px var(--common-greyscale-3);flex-direction:row;justify-content:flex-start;align-items:center;padding:12px 8px;display:flex}._sideMenuItem_1td4h_4:last-of-type{border-bottom:solid 1px var(--common-greyscale-3)}._sideMenuItem_1td4h_4._selected_1td4h_16{background-color:var(--theme-primary-lighter);border-top:none;border-bottom:none}._sideMenuItem_1td4h_4 ._labelWrapper_1td4h_21{text-align:start;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;display:flex}._sideMenuItem_1td4h_4 ._labelWrapper_1td4h_21 ._label_1td4h_21{color:var(--common-black);white-space:nowrap;text-overflow:ellipsis;width:auto;max-width:100%;font-size:16px;overflow:hidden}._sideMenuItem_1td4h_4 ._labelWrapper_1td4h_21 ._description_1td4h_38{color:var(--common-greyscale-8);white-space:nowrap;text-overflow:ellipsis;width:auto;max-width:100%;font-size:12px;overflow:hidden}._sideMenuItem_1td4h_4 ._iconsRight_1td4h_47{flex-direction:row;align-items:center;margin-left:auto;display:flex}._sideMenuItem_1td4h_4 ._iconsRight_1td4h_47 ._counter_1td4h_53{width:14px;height:14px;color:var(--common-white);background-color:var(--common-red-11);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;justify-content:center;align-items:center;margin:8px;padding:6px;font-size:12px;font-weight:500;display:flex}._newChannelButtonWrapper_1lzng_4{padding:16px;position:absolute;bottom:22px;right:-46px}._withBackground_1lzng_11{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='80px'%20height='79px'%20viewBox='0%200%2080%2079'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eOval%3c/title%3e%3cdefs%3e%3cpath%20d='M331,801%20C352.815248,801%20370.5,783.315248%20370.5,761.5%20C370.5,739.684752%20352.815248,722%20331,722%20C309.184752,722%20291.5,739.684752%20291.5,761.5%20C291.5,783.315248%20309.184752,801%20331,801%20Z'%20id='path-1'%3e%3c/path%3e%3cmask%20id='mask-2'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='79'%20height='79'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3c/defs%3e%3cg%20id='Abgenommen-[WEB-+-MOBILE]-31.03_BA'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-dasharray='13'%3e%3cg%20id='Beem_Guide_No_Chat_Mobile'%20transform='translate(-291.000000,%20-722.000000)'%20stroke='%239E9E9E'%20stroke-width='4'%3e%3cuse%20id='Oval'%20mask='url(%23mask-2)'%20xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:6px 6px;background-repeat:no-repeat}._newChannelButton_1lzng_4{background:var(--theme-new-chat-buttons-background-color);color:var(--common-white);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:40px;display:flex;box-shadow:0 2px 4px #00000040}._profileWrapper_1aq6h_4{background-color:var(--common-white);flex-direction:column;padding-top:7px;display:flex}._profileWrapper_1aq6h_4 button{border-top:none}._sideMenu_1aq6h_14{flex-direction:column;flex:1;justify-content:flex-start;width:100%;display:flex}._sideMenuImageWithStatus_1aq6h_22{margin:0 10px}._listWrapper_1aq6h_26{flex-direction:column;flex:1;justify-content:flex-start;display:flex}._loader_2q2v4_4,._loader_2q2v4_4:after{border-radius:50%;width:20px;height:20px}._loader_2q2v4_4{border-top:1.1em solid #fff3;border-bottom:1.1em solid #fff3;border-right:1.1em solid #fff3;border-left:1.1em solid var(--common-white);margin:0 16px 0 0;font-size:3px;animation:1.1s linear infinite _load8_2q2v4_1;position:relative;transform:translateZ(0)}@keyframes _load8_2q2v4_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}0%{transform:rotate(0)}to{transform:rotate(360deg)}}._muxPlayer_zx2rz_4{--seek-backward-button:none;--seek-forward-button:none;--captions-button:none;--airplay-button:none;--pip-button:none;--fullscreen-button:none;width:100%;height:100%}._videoFullscreenWrapper_18i6j_4{background-color:var(--common-black);z-index:9;padding-top:20px;padding-bottom:20px;position:fixed;inset:0}._goBackIcon_18i6j_13,._downloadButton_18i6j_17{padding:20px 20px 10px}._buttonsContainer_18i6j_21{z-index:200;background-color:#000000e6;justify-content:space-between;align-items:center;width:100%;display:flex;position:absolute}._sideBar_1b2an_4{box-sizing:border-box;width:85%;height:100vh;padding-top:var(--safe-area-inset-top,0px);padding-bottom:var(--safe-area-inset-bottom,0px);padding-left:var(--safe-area-inset-left,0px);padding-right:var(--safe-area-inset-right,0px);background-color:#fff;display:flex;z-index:3!important;position:fixed!important;overflow-y:visible!important}._sideBarOverlay_1b2an_19{z-index:2!important}._loadingWrapper_1b2an_23{background:var(--common-white);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._errorWrapper_1y2p5_4{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 30px;display:flex}._errorWrapper_1y2p5_4 svg{width:100px;height:100px;fill:var(--common-red-11)}._errorWrapper_1y2p5_4 h3{color:var(--common-red-11)}._errorWrapper_1y2p5_4 p{color:var(--common-red-11);text-align:center;flex-grow:0;flex-basis:0;margin-top:10px}._button_1y2p5_32,._errorWrapper_1y2p5_4 button{text-transform:uppercase;border-radius:10px;flex-grow:0;flex-basis:50px;justify-content:center;align-items:center;height:35px;margin:10px 5px 0;padding:8px 12px;font-weight:500;display:flex}._errorWrapper_1y2p5_4 button{color:var(--common-white);background-color:var(--common-greyscale-10);border:none}._favoriteIcon_r59x7_4{cursor:pointer;margin-right:16px}._favoriteDate_r59x7_9{text-align:end;color:var(--common-greyscale-8);align-self:stretch;margin-top:4px;margin-left:auto;font-size:10px}._favoriteWrapper_r59x7_18{word-wrap:break-word;border-bottom-right-radius:16px;border-bottom-left-radius:unset;background-color:var(--common-white);border-top-left-radius:16px;border-top-right-radius:16px;flex-direction:row;align-items:center;max-width:70%;margin-top:4px;margin-bottom:4px;padding:8px;display:flex;box-shadow:0 1px 2px #00000080}._favoriteWrapper_r59x7_18._me_r59x7_34{border-bottom-right-radius:unset;background-color:var(--theme-primary-lighter);border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;align-self:flex-end}._favoriteWrapper_r59x7_18._me_r59x7_34 ._favoriteDate_r59x7_9{color:var(--theme-primary-light)}._favoriteWrapper_r59x7_18 ._userName_r59x7_45{color:var(--theme-primary);margin-bottom:4px;font-size:14px;font-weight:700}._favoriteContent_r59x7_52{color:var(--common-greyscale-12);text-align:start;flex-direction:column;flex:1;align-items:stretch;min-width:0;font-size:14px;display:flex}._favoritesWrapper_wf0sh_4{background-image:linear-gradient(to bottom, var(--common-greyscale-3), var(--common-greyscale-2));z-index:2;flex-direction:column;display:flex;position:absolute;inset:0;overflow:auto}._header_wf0sh_14{background-color:var(--common-white);flex-direction:row;justify-content:center;align-items:center;height:44px;padding:12px 16px;display:flex}._favoriteTitle_wf0sh_24{color:var(--common-greyscale-12);justify-self:center;font-size:16px;position:absolute}._backButton_wf0sh_31{align-items:center;margin-right:auto;display:flex;position:relative}._stripe_wf0sh_38{background-color:#e4e4e5;border-bottom:1px solid #e4e4e5}._noFavorites_wf0sh_43{color:var(--common-greyscale-10);text-align:center;font-size:14px}._favoritesContent_wf0sh_49{color:var(--common-greyscale-12);word-break:break-word;flex-direction:column;flex:2 0 auto;padding:8px 16px;display:flex;overflow:auto}._headline_1pl09_4{color:var(--common-black);margin:20px auto;font-size:20px;font-weight:700}._shareHeadline_1pl09_11{display:flex;position:relative}._shareExit_1pl09_16{color:var(--theme-primary-lighter);cursor:pointer;border:none;padding:16px;position:absolute}._listWrapper_7uamb_4{flex-direction:column;flex:1;justify-content:flex-start;display:flex}._inputArea_7uamb_11{flex-direction:row;display:flex}._shareWrapper_7uamb_16{background-color:var(--common-white);flex-direction:column;justify-content:flex-end;height:100%;padding-top:7px;display:flex}._loadingWrapper_7uamb_25{background:var(--common-white);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._header_793ix_4{background-color:var(--theme-primary);color:var(--common-white);flex-direction:row;justify-content:space-between;align-items:center;padding:16px;display:flex}._header_793ix_4 ._closeButton_793ix_13{align-items:center;display:flex}._header_793ix_4 ._headerText_793ix_17{word-break:break-word;margin-left:8px;line-height:1.5em}._content_1msa2_4{flex-direction:column;flex:1;align-items:flex-start;min-width:0;margin-right:auto;padding:0 0 0 10px;font-size:14px;display:flex}._content_1msa2_4>div{text-align:left;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}._content_1msa2_4 ._customerCompany_1msa2_21{max-height:20px;font-size:12px;font-weight:300}._selectedChannelListItem_1msa2_27{background-color:var(--theme-primary-lighter);border:1px solid var(--theme-primary-lighter);align-items:center;padding:10px 0;display:flex}._selectedChannelListItem_1msa2_27 ._content_1msa2_4{color:var(--common-greyscale-12)}._selectedChannelListItem_1msa2_27 ._customerCompany_1msa2_21{color:var(--common-greyscale-10)}._checkIconWrapper_1msa2_41,._selectedCheckIconWrapper_1msa2_41{border:solid 2px var(--common-greyscale-8);border-radius:50%;width:18px;height:18px;margin:0 8px 0 16px}._selectedCheckIconWrapper_1msa2_41{border:solid 2px var(--theme-primary);background-color:var(--theme-primary);justify-content:center;align-items:center;display:flex}._selectedCheckIconWrapper_1msa2_41 img{width:8px}._listItem_1msa2_60{background-color:var(--common-white);border-top:solid 1px var(--common-greyscale-3);align-items:center;padding:10px 0;display:flex}._listItem_1msa2_60:last-of-type{border-bottom:solid 1px var(--common-greyscale-3)}._listItem_1msa2_60 ._content_1msa2_4{color:var(--common-greyscale-12)}._listItem_1msa2_60 ._customerCompany_1msa2_21{color:var(--common-greyscale-8)}._search_1m4ja_4{flex-direction:column;justify-content:stretch;padding:16px 16px 8px;display:flex}._search_1m4ja_4 ._searchInput_1m4ja_10{width:100%;height:36px;color:var(--common-greyscale-8);background:#fefefe url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2060.1%20(88133)%20-%20https://sketch.com%20--%3e%3ctitle%3eSearch%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Wireframes-Web-Agent-Yulia'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop---Dark---todos---reminder01'%20transform='translate(-995.000000,%20-25.000000)'%20fill='%237A7A7A'%3e%3cg%20id='Resources/Search-Copy'%20transform='translate(995.000000,%2025.000000)'%3e%3cpath%20d='M15.7063939,14.3703494%20L11.3258225,9.98806368%20C12.1110461,8.9170964%2012.5316874,7.62232255%2012.5258225,6.29434939%20C12.5108399,2.82789882%209.70710473,0.020085074%206.2406796,6.36775157e-05%20C4.58179978,-0.00744179766%202.98881832,0.648814042%201.81660644,1.82263596%20C0.644394559,2.99645787%20-0.00967420411,4.59033858%200.00010817168,6.24920653%20C0.0150906982,9.71597269%202.81908174,12.5240423%206.28582246,12.5440637%20C7.61920554,12.5498427%208.91870988,12.1242916%209.99039389,11.3309208%20L9.99496531,11.3274922%20L14.3715367,15.7063494%20C14.608164,15.9545934%2014.9607548,16.0550767%2015.2926966,15.9688668%20C15.6246385,15.8826569%2015.8837737,15.6232998%2015.9696995,15.2912843%20C16.0556253,14.9592688%2015.9548403,14.6067641%2015.7063939,14.3703494%20L15.7063939,14.3703494%20Z%20M6.28125103,11.2892065%20C3.50800996,11.2732534%201.2648536,9.0270382%201.2526796,6.25377796%20C1.24519456,4.92685547%201.76849262,3.65200699%202.70608557,2.71301882%20C3.64367851,1.77403065%204.91774745,1.24883748%206.2446796,1.25434939%20C9.01792067,1.27030252%2011.261077,3.51651773%2011.273251,6.28977796%20C11.2807361,7.61670045%2010.757438,8.89154894%209.81984506,9.83053711%20C8.88225212,10.7695253%207.60818318,11.2947184%206.28125103,11.2892065%20Z'%20id='Search'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 8px no-repeat;border-radius:18px;padding-left:30px;padding-right:10px;font-family:Roboto,sans-serif;font-size:16px}._listWrapper_16hk3_4{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;justify-content:flex-start;display:flex;overflow:auto}._title_16hk3_13{color:var(--common-greyscale-10);padding:8px 16px;font-size:12px;font-weight:700}._text_wowdb_4{color:var(--common-greyscale-10);text-align:left;align-self:flex-start;padding-bottom:5px;padding-left:15px;font-size:15px}._forwardMessageWrapper_jqbc9_4{background-color:var(--common-greyscale-2);z-index:2;flex-direction:column;display:flex;position:absolute;inset:0;overflow:auto}._writeField_jqbc9_14{box-sizing:border-box;background:#f9f9f9;flex-direction:column;justify-content:center;align-items:center;max-width:100%;min-height:60px;padding:12px 16px;display:flex}._inputFieldWrapper_jqbc9_26{background-color:var(--common-white);border:1px solid #dadee3;border-radius:24px;flex-direction:row;flex:1px;display:flex}._inputFieldWrapper_jqbc9_26 ._writeInput_jqbc9_34{resize:none;width:100%;padding:6px 10px;font-size:16px;line-height:1.2}._replyWrapper_jqbc9_42{align-self:flex-start;max-width:100%;padding-bottom:16px}._wrapperClass_1hy6g_1{width:100%!important;height:100%!important}._contentClass_1hy6g_6{justify-content:center;align-items:center;display:flex;width:100%!important;height:100%!important}._messageText_1v7uf_4{color:var(--common-white);background-color:#000c;padding:12px 12px 12px 24px;position:absolute;bottom:24px;left:0}._errorText_1v7uf_13{color:var(--common-greyscale-3);margin-bottom:20px;font-size:18px}._errorWrapper_1v7uf_19{text-align:center}._img_1v7uf_23{max-width:100%;max-height:100%;display:block}._shareButton_1jtl1_4{padding:10px}._imageSwiperWrapper_1bcz1_4{background:var(--common-black);z-index:11;flex-direction:column;display:flex;position:absolute;inset:0}._imageSwiperContent_1bcz1_13{height:100%}._imageSwiperHeader_1bcz1_17{z-index:1;background:linear-gradient(#000000bf 0%,#0000 100%);flex-direction:row;justify-content:space-between;align-items:center;margin-top:4px;padding:16px;display:flex;position:absolute;top:0;left:0;right:0}._contentClass_1bcz1_32{justify-content:center;align-items:center;display:flex;width:100%!important;height:100%!important}._messageLookalike_vmh1p_4{background-color:var(--common-white);color:var(--common-greyscale-12);border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;flex-direction:column;flex:none;justify-content:center;align-items:center;margin-top:12px;margin-bottom:12px;padding:20px;font-size:16px;display:flex}._right_vmh1p_21{border-bottom-right-radius:unset;background-color:var(--theme-registration-container-background);border-bottom-left-radius:30px}._noMargin_vmh1p_27{margin:0}._logoImg_1qbal_4{width:220px}._wrapper_1arjy_4{background:var(--theme-login-background);background-position:50%;background-size:cover;grid-template-rows:60% 15% 25%;height:100%;display:grid;overflow:auto}._bkgTop_1arjy_14{border:none;grid-row:1/2;position:relative}._bkgMiddle_1arjy_20{background-repeat:no-repeat;background-size:cover;grid-row:2/3;align-self:end;height:100px;margin-bottom:-5px}._bkgMiddleDTG_1arjy_29{background:var(--theme-bkg-middle)}._bkgBottom_1arjy_33{grid-row:3/4}._bkgBottomDTG_1arjy_37{background:var(--theme-secondary)}._buttonsWrapper_1arjy_41{flex-direction:column;align-items:center;width:calc(100% - 60px);margin:0 auto;display:flex;position:absolute;bottom:7%;left:0;right:0}._logo_1arjy_53{position:absolute;top:30%;left:50%;transform:translate(-50%)}._headline_1arjy_60{text-align:center;width:calc(100% - 90px);margin:0 auto;font-weight:500;position:absolute;bottom:-10%;left:0;right:0;color:var(--theme-headline-login)!important;background-color:var(--theme-headline-background-color)!important;font-size:20px!important}._headlineDTG_1arjy_74{bottom:0!important}._primaryButton_1arjy_78{background-color:var(--theme-dialog-button-background-color);cursor:pointer;width:100%;margin:10px 0;color:var(--theme-dialog-button-text-color)!important;border-color:var(--theme-dialog-button-background-color)!important;font-size:18px!important}._secondaryButton_1arjy_88{width:100%;margin:10px 0;color:var(--theme-secondary-button-text-color)!important;background-color:var(--theme-secondary-button-background-color)!important;border:solid 2px var(--theme-secondary-button-border)!important}._newChannelOptionsErrorMessageWrapper_i17zi_4{text-align:center;padding:20px}._newChannelOptionsErrorMessage_i17zi_4{color:var(--common-red-11)}._newChannelOptionsTryAgain_i17zi_13{cursor:pointer;margin:0 4px;text-decoration:underline}._newChannelOptionsSupport_i17zi_19{color:var(--common-red-11);margin-left:4px}._channelGroup_19jda_4{margin-bottom:16px}._channelGroupHeader_19jda_8{color:var(--common-greyscale-10);text-transform:uppercase;padding:8px 20px;font-size:12px;font-weight:700}._channelsWrapper_19jda_16{background-color:var(--common-white)}._newGroupWrapper_9irsk_4{border-top:1px solid var(--common-greyscale-8);align-items:center;padding:12px 20px;display:flex}._newChatNext_9irsk_11{border:none;margin-left:auto;padding:0;display:flex}._newGroupHeadline_9irsk_18{margin-left:16px;font-size:14px;font-weight:700}._selected_9irsk_24{background-color:var(--theme-primary-lighter)}._showMoreButtonWrapper_103kb_4{padding:20px}._showMoreButton_103kb_4{color:var(--common-greyscale-10);flex-direction:column;justify-content:center;align-items:center;gap:2px;margin:0 auto;font-size:14px;text-decoration:underline;display:flex}._showMoreChevronDown_103kb_20{fill:var(--common-greyscale-10);width:8px;transform:rotate(90deg)}._newChatHeaderWrapper_1ajiu_4{background-color:var(--common-white);border-bottom:solid 1px var(--common-greyscale-3);flex-direction:column;padding:12px 0 0;display:flex;box-shadow:0 1px #00000026}._newChatHeader_1ajiu_4{align-items:center;padding:0 20px;display:flex}._newChatBack_1ajiu_19,._newChatNext_1ajiu_20{color:var(--common-black);cursor:pointer;border:none;align-items:center;padding:16px 0;display:flex}._newChatBack_1ajiu_19{color:var(--theme-primary)}._newChatNext_1ajiu_20 svg{fill:var(--theme-new-chat-buttons-background-color)}._buttonDisabled_1ajiu_37{pointer-events:none}._buttonDisabled_1ajiu_37 svg{fill:var(--common-greyscale-8)}._container_1ajiu_44{background-color:var(--common-greyscale-3);flex-direction:column;height:100%;display:flex;overflow-y:hidden}._headline_1ajiu_52{color:var(--common-greyscale-12);text-align:center;flex:12;font-size:16px;font-weight:700}._newChatBody_1ajiu_61{flex-direction:column;padding:12px 0;display:flex;overflow:hidden auto}._newChatBodyHeader_1ajiu_68{text-align:center;margin-bottom:12px}._newChatBodyHeaderText_1ajiu_73{background-color:var(--common-greyscale-3);border:1px solid var(--common-greyscale-8);color:var(--common-greyscale-12);border-radius:12px;padding:2px 12px;font-size:12px}._searchWrapper_1ajiu_82{text-align:center;margin:10px 20px}._searchInput_1ajiu_87{background-color:var(--common-greyscale-3);border:1px solid var(--common-greyscale-10);border-radius:24px;width:100%;padding:10px 16px 10px 36px}._searchInputIcon_1ajiu_95{background:var(--common-greyscale-2) url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2060.1%20(88133)%20-%20https://sketch.com%20--%3e%3ctitle%3eSearch%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Wireframes-Web-Agent-Yulia'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop---Dark---todos---reminder01'%20transform='translate(-995.000000,%20-25.000000)'%20fill='%237A7A7A'%3e%3cg%20id='Resources/Search-Copy'%20transform='translate(995.000000,%2025.000000)'%3e%3cpath%20d='M15.7063939,14.3703494%20L11.3258225,9.98806368%20C12.1110461,8.9170964%2012.5316874,7.62232255%2012.5258225,6.29434939%20C12.5108399,2.82789882%209.70710473,0.020085074%206.2406796,6.36775157e-05%20C4.58179978,-0.00744179766%202.98881832,0.648814042%201.81660644,1.82263596%20C0.644394559,2.99645787%20-0.00967420411,4.59033858%200.00010817168,6.24920653%20C0.0150906982,9.71597269%202.81908174,12.5240423%206.28582246,12.5440637%20C7.61920554,12.5498427%208.91870988,12.1242916%209.99039389,11.3309208%20L9.99496531,11.3274922%20L14.3715367,15.7063494%20C14.608164,15.9545934%2014.9607548,16.0550767%2015.2926966,15.9688668%20C15.6246385,15.8826569%2015.8837737,15.6232998%2015.9696995,15.2912843%20C16.0556253,14.9592688%2015.9548403,14.6067641%2015.7063939,14.3703494%20L15.7063939,14.3703494%20Z%20M6.28125103,11.2892065%20C3.50800996,11.2732534%201.2648536,9.0270382%201.2526796,6.25377796%20C1.24519456,4.92685547%201.76849262,3.65200699%202.70608557,2.71301882%20C3.64367851,1.77403065%204.91774745,1.24883748%206.2446796,1.25434939%20C9.01792067,1.27030252%2011.261077,3.51651773%2011.273251,6.28977796%20C11.2807361,7.61670045%2010.757438,8.89154894%209.81984506,9.83053711%20C8.88225212,10.7695253%207.60818318,11.2947184%206.28125103,11.2892065%20Z'%20id='Search'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") left center no-repeat;background-position:12px}._offlineWrapper_hrmif_4{background-color:var(--common-red-11);width:100%;height:25px;color:var(--common-white);justify-content:center;align-items:center;font-size:12px;display:flex}._productSmallWrapper_owzdy_4{background-color:var(--common-white);cursor:pointer;border-radius:2px;width:100%;margin-top:4px;margin-bottom:4px;padding:16px;box-shadow:inset 0 -1px 1px #51515180}._productSmallWrapper_owzdy_4 ._productArticleWrapper_owzdy_14{flex-wrap:wrap;gap:4px 8px;min-width:30%;max-width:40%;display:flex}._productSmallWrapper_owzdy_4 ._productTextOnly_owzdy_21{padding:8px 8px 4px;font-size:15px}._productSmallWrapper_owzdy_4 ._productArticleNumber_owzdy_25{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--theme-primary-button-background-color);align-self:center;padding-right:16px;font-size:16px;font-weight:500;overflow:hidden}._productSmallWrapper_owzdy_4 ._productQuantities_owzdy_36{flex-wrap:wrap;gap:4px;display:flex}._productSmallWrapper_owzdy_4 ._productQuantity_owzdy_41{color:var(--common-greyscale-12);border:1px solid var(--common-greyscale-6);border-radius:999px;align-self:center;align-items:center;gap:6px;padding:2px 10px;font-size:12px;display:inline-flex}._productSmallWrapper_owzdy_4 ._productQuantityLabel_owzdy_52{color:var(--common-greyscale-12);font-weight:500}._productSmallWrapper_owzdy_4 ._productQuantityValue_owzdy_56{color:var(--common-greyscale-12)}._productSmallWrapper_owzdy_4 ._productDescription_owzdy_59{text-align:start;flex-direction:column;font-size:14px;display:flex}._productSmallWrapper_owzdy_4 ._productDescription_owzdy_59 span{color:var(--common-greyscale-12);font-size:12px}._productDetailWrapper_1y04f_4{flex:1}._productDetailWrapper_1y04f_4 ._productDetail_1y04f_4{background-color:var(--common-white);border-radius:2px;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin:12px 24px;padding:16px;display:flex;box-shadow:inset 0 -1px 1px #51515180}._productDetailWrapper_1y04f_4 ._productDetail_1y04f_4 ._productArticleNumber_1y04f_18{color:var(--theme-primary);align-self:flex-start;margin-bottom:24px;font-size:16px;font-weight:500}._productDetailWrapper_1y04f_4 ._productDetail_1y04f_4 ._productDescription_1y04f_25{text-align:start;flex-direction:column;font-size:14px;display:flex}._productDetailWrapper_1y04f_4 ._productDetail_1y04f_4 ._productDescription_1y04f_25 span{color:var(--common-greyscale-12);margin-top:8px;font-size:12px}._backButtonIcon_f4y1a_4,._exitReclaimButton_f4y1a_4{cursor:pointer;width:16px}._exitReclaimButton_f4y1a_4{align-self:flex-end}._btn_f4y1a_13,._addButton_f4y1a_13{border:solid 2px var(--common-greyscale-8);height:53px;color:var(--common-greyscale-10);cursor:pointer;border-radius:10px;flex:1 0 auto;justify-content:center;align-items:center;margin-top:16px;display:flex}._btn_f4y1a_13:disabled,._addButton_f4y1a_13:disabled{border:solid 2px var(--common-greyscale-12);color:var(--common-greyscale-12);background-color:var(--common-greyscale-8)}._btn_f4y1a_13:first-of-type,._addButton_f4y1a_13:first-of-type{margin-top:0}._addButton_f4y1a_13{color:var(--theme-process-detail-add-button);border:solid 2px var(--theme-process-detail-add-button)}._selectedProcessHeader_1k1cf_4{flex-direction:row;justify-content:flex-start;align-items:center;padding:24px;display:flex}._selectedProcessInfo_1k1cf_12{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:12px 24px;display:flex}._processName_1k1cf_20{font-size:14px}._processHint_1k1cf_24{color:var(--common-greyscale-12);margin-top:4px;margin-bottom:4px;font-size:12px}._processState_1k1cf_31{color:var(--common-greyscale-8);margin-top:8px;font-size:12px}._selectedProcessProductList_1k1cf_37{flex:1;padding-left:24px;padding-right:24px;overflow-y:scroll}._buttonContainer_1k1cf_44{background-image:linear-gradient(to bottom, var(--common-white), var(--common-greyscale-2));flex-direction:column;justify-content:flex-end;align-items:stretch;padding:24px;display:flex}._loader_1k1cf_53{justify-content:center;display:flex}._selectedProcessWrapper_1k1cf_58{background-color:var(--common-white);flex-direction:column;flex:1;justify-content:flex-start;height:100%;display:flex}._processDetailWrapper_1n6sq_4{background-color:var(--common-white);cursor:pointer;border-radius:2px;margin-top:4px;margin-bottom:8px;padding:10px 16px;box-shadow:inset 0 -1px 1px #51515180}._dateTag_1n6sq_14{color:var(--common-greyscale-10);padding-top:8px;padding-bottom:16px;font-size:12px}._errorMessage_12mos_4{padding:8px}._processList_12mos_8{flex:1;padding:0 24px;overflow-x:auto}._loader_12mos_14{justify-content:center;display:flex}._center_12mos_19{justify-content:center;align-items:center;height:100%;display:flex}._search_18xqu_4{background-color:var(--common-white);flex-direction:column;justify-content:stretch;padding:24px;display:flex}._search_18xqu_4 ._searchInputWrapper_18xqu_11{flex-direction:row;display:flex}._search_18xqu_4 ._searchInputReset_18xqu_15{justify-content:center;align-items:center;margin-right:-8px;padding:8px 8px 8px 16px;display:flex}._search_18xqu_4 ._searchInput_18xqu_11{background:var(--common-greyscale-2);width:100%;height:36px;color:var(--common-greyscale-8);border-radius:18px;padding-left:10px;padding-right:4px;font-size:12px}._search_18xqu_4 ._searchInputIcon_18xqu_32{background:var(--common-greyscale-2) url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2060.1%20(88133)%20-%20https://sketch.com%20--%3e%3ctitle%3eSearch%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Wireframes-Web-Agent-Yulia'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop---Dark---todos---reminder01'%20transform='translate(-995.000000,%20-25.000000)'%20fill='%237A7A7A'%3e%3cg%20id='Resources/Search-Copy'%20transform='translate(995.000000,%2025.000000)'%3e%3cpath%20d='M15.7063939,14.3703494%20L11.3258225,9.98806368%20C12.1110461,8.9170964%2012.5316874,7.62232255%2012.5258225,6.29434939%20C12.5108399,2.82789882%209.70710473,0.020085074%206.2406796,6.36775157e-05%20C4.58179978,-0.00744179766%202.98881832,0.648814042%201.81660644,1.82263596%20C0.644394559,2.99645787%20-0.00967420411,4.59033858%200.00010817168,6.24920653%20C0.0150906982,9.71597269%202.81908174,12.5240423%206.28582246,12.5440637%20C7.61920554,12.5498427%208.91870988,12.1242916%209.99039389,11.3309208%20L9.99496531,11.3274922%20L14.3715367,15.7063494%20C14.608164,15.9545934%2014.9607548,16.0550767%2015.2926966,15.9688668%20C15.6246385,15.8826569%2015.8837737,15.6232998%2015.9696995,15.2912843%20C16.0556253,14.9592688%2015.9548403,14.6067641%2015.7063939,14.3703494%20L15.7063939,14.3703494%20Z%20M6.28125103,11.2892065%20C3.50800996,11.2732534%201.2648536,9.0270382%201.2526796,6.25377796%20C1.24519456,4.92685547%201.76849262,3.65200699%202.70608557,2.71301882%20C3.64367851,1.77403065%204.91774745,1.24883748%206.2446796,1.25434939%20C9.01792067,1.27030252%2011.261077,3.51651773%2011.273251,6.28977796%20C11.2807361,7.61670045%2010.757438,8.89154894%209.81984506,9.83053711%20C8.88225212,10.7695253%207.60818318,11.2947184%206.28125103,11.2892065%20Z'%20id='Search'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") left center no-repeat;background-position:8px;padding-left:28px!important}._search_18xqu_4 ._filter_18xqu_37{flex-direction:row;justify-content:space-between;align-items:center;margin-top:8px;padding:4px;display:flex}._suggestion_18xqu_46{padding-top:2px;padding-bottom:2px;font-size:16px;font-weight:400}._suggestionType_18xqu_53{font-size:12px;font-weight:300}._filterClose_18xqu_58{height:8px}._header_d2wmo_4{background-color:var(--common-white);flex-direction:row;justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}._header_d2wmo_4 ._label_d2wmo_12{color:var(--theme-primary-title-color);font-size:14px;font-style:normal;font-weight:700;font-stretch:100%}._suggestionList_1xbj4_4{flex-direction:column;flex:1;display:flex;overflow-x:auto}._suggestionItem_1xbj4_11{background-color:var(--common-white);flex-direction:column;justify-content:flex-start;padding:8px 24px;display:flex}._suggestionItem_1xbj4_11:not(:last-child){border-bottom:1px solid #e4e4e5}._suggestionItem_1xbj4_11 ._suggestion_1xbj4_4{text-align:start;padding-top:2px;padding-bottom:2px;font-size:16px;font-weight:400}._suggestionItem_1xbj4_11 ._suggestionType_1xbj4_28{text-align:left;font-size:12px;font-weight:300}._errorMessage_1xbj4_34{padding:8px}._center_1xbj4_38{justify-content:center;align-items:center;height:100%;display:flex}._processWrapper_7s63s_4{background-image:linear-gradient(to bottom, var(--common-greyscale-3), var(--common-greyscale-2));z-index:2;flex-direction:column;display:flex;position:absolute;inset:0}._orderButton_1xfae_4{background:var(--theme-secondary);color:#fff;border-radius:60px;padding:10px;font-family:Roboto,sans-serif;font-size:17px;font-weight:700}._orderButton_1xfae_4:disabled{background:var(--theme-secondary)}._wrapper_89m4a_8{flex-direction:column;place-content:center;margin:auto;padding:30px;display:flex}._inner_89m4a_16{flex-direction:column;max-width:300px;display:flex}._h1_89m4a_22{text-align:center;margin-bottom:20px;font-family:Roboto,sans-serif;font-size:24px;font-weight:400}._h2_89m4a_30{text-align:center;margin-bottom:20px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400}._processNumber_89m4a_38{text-align:center;color:var(--common-greyscale-11);padding-bottom:32px;font-size:16px}._tooltipIcon_kexzc_4{justify-content:center;align-items:center;height:100%;display:inline-flex;overflow:visible}._tooltipText_kexzc_12{max-width:200px;color:var(--common-white);background-color:var(--common-greyscale-11);z-index:999;white-space:normal;text-align:left;text-transform:none;border-radius:4px;padding:4px 8px;font:400 14px/18px roboto,sans-serif}._articleWrapper_1c7ti_4{padding-top:8px}._article_1c7ti_4{gap:16px;padding:12px;font-family:Roboto,sans-serif;font-size:14px;display:flex}._articleImage_1c7ti_16{border:1px solid var(--common-greyscale-8);-o-object-fit:cover;object-fit:cover;border-radius:2.5px;flex:none;justify-content:center;align-items:center;width:40px;height:40px}._articleImage_1c7ti_16 img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}._articleContent_1c7ti_32{flex-direction:column;flex-grow:1;gap:2px;display:flex}._articleContent_1c7ti_32 ._articleDescription_1c7ti_38{color:var(--common-black)}._articleContent_1c7ti_32 ._articleNumberWrapper_1c7ti_41{justify-content:space-between;display:flex}._articleContent_1c7ti_32 ._articleNumber_1c7ti_41{color:var(--common-greyscale-8)}._articleFooter_1c7ti_49{justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}@media screen and (width<450px){._articleFooter_1c7ti_49{flex-direction:column;justify-content:center;align-items:end}}._articleFooterItem_1c7ti_64{align-items:center;gap:24px;display:flex}._inputWrapper_1c7ti_70{justify-content:space-between;align-items:center;display:flex;position:relative}._inputWrapper_1c7ti_70 ._articleInputUnit_1c7ti_76{color:var(--common-greyscale-11);font-size:14px;font-weight:400;position:absolute;right:10px}._inputWrapper_1c7ti_70 ._articleInput_1c7ti_76{border:1px solid var(--common-greyscale-7);color:var(--common-greyscale-12);border-radius:4px;width:100px;padding:6px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}._inputWrapper_1c7ti_70 ._articleInput_1c7ti_76:disabled{border:none}._inputWrapper_1c7ti_70 ._articleInput_1c7ti_76::placeholder{color:var(--common-greyscale-11);font-weight:400}._articleRemove_1c7ti_101{cursor:pointer;color:var(--common-red-11);text-decoration:underline}._positionTotal_1c7ti_107{font-size:14px;font-weight:500}._error_1c7ti_112{color:var(--common-red-10);padding:0 12px;font-size:12px}._customOption_dfqrd_9{align-items:center;margin:8px;padding:6px;display:flex}._customOption_dfqrd_9:hover{background-color:var(--common-greyscale-8);cursor:pointer}._optionImage_dfqrd_20{border:1px solid var(--common-greyscale-8);-o-object-fit:cover;object-fit:cover;border-radius:2.5px;width:40px;height:40px;margin-right:18px}._optionImage_dfqrd_20 img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}._optionContent_dfqrd_34{flex-direction:column;flex:1;justify-content:center;display:flex}._optionContent_dfqrd_34 ._optionDescription_dfqrd_40{text-align:left;color:var(--common-black);margin-bottom:4px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}._optionContent_dfqrd_34 ._optionNumber_dfqrd_48{color:var(--common-greyscale-12);font-family:Roboto,sans-serif;font-size:14px;font-weight:500}._container_zjttf_4{flex-direction:column;flex-grow:1;padding:10px 24px 16px;display:flex;overflow-x:hidden}._headerWrapper_zjttf_12{align-items:center;margin-bottom:16px;display:flex}._h1_zjttf_18{font-family:Roboto,sans-serif;font-size:14px;font-weight:500}._hint_zjttf_24{color:var(--common-greyscale-8);margin-top:-10px;margin-bottom:16px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400}._inputTitle_zjttf_33{letter-spacing:.1px;text-align:left;color:var(--common-greyscale-12);margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px}._input_zjttf_33{background:var(--common-white);border:1px solid var(--common-greyscale-3);border-radius:8px;margin-bottom:16px;padding:6px 16px}._input_zjttf_33:disabled{border:none}._noArticles_zjttf_55{text-align:center;color:var(--common-greyscale-8);margin-top:120px;margin-bottom:auto;font-size:17px}._submitButton_zjttf_63{margin-top:auto}._addressInput_zjttf_67{background:var(--common-white);border:1px solid var(--common-greyscale-3);border-radius:8px;margin-bottom:4px;padding:6px 16px}._addressInput_zjttf_67:disabled{border:none}._addressInputGroup_zjttf_78{display:flex}._addressInputGroup_zjttf_78 ._addressInput_zjttf_67{flex:1px;min-width:1px;margin-right:8px}._addressInputGroup_zjttf_78 ._addressInput_zjttf_67:last-child{margin-right:0}._addressInputZip_zjttf_90{flex:0 0 80px!important}._addressInputNumber_zjttf_94{flex:0 0 50px!important}._totalPrice_zjttf_98{border-top:1px solid var(--common-greyscale-7);justify-content:flex-end;margin-top:12px;padding:12px;font-size:20px;font-weight:500;display:flex}._processNumber_zjttf_108{color:var(--common-greyscale-11);margin-top:-20px;margin-bottom:20px;font-size:14px;font-weight:500}._craftsmanInfo_g0445_4{color:var(--common-greyscale-11);justify-content:center;align-items:center;padding:64px;font-size:18px;display:flex}._page_1r2sx_1{z-index:9;background:#fff;display:flex;position:absolute;inset:0;overflow-y:auto}._quickorderTransitionEnter_1r2sx_10{opacity:0;will-change:opacity, transform;transform:translateY(100%)translateZ(0)}._quickorderTransitionEnterActive_1r2sx_18{opacity:1;will-change:opacity, transform;transition:opacity .2s ease-in-out,transform .2s ease-in-out;transform:translateY(0)translateZ(0)}._quickorderTransitionExit_1r2sx_27{opacity:1;will-change:opacity}._quickorderTransitionExitActive_1r2sx_33{opacity:0;will-change:opacity;transition:opacity .2s ease-in-out}._searchResultMessageWrapper_jr47j_4{word-wrap:break-word;border-bottom-right-radius:16px;border-bottom-left-radius:unset;background-color:var(--common-white);border-top-left-radius:16px;border-top-right-radius:16px;flex-direction:row;flex:none;align-items:center;max-width:70%;margin-top:4px;margin-bottom:4px;padding:8px;display:flex;box-shadow:0 1px 2px #00000080}._searchResultMessageWrapper_jr47j_4._me_jr47j_21{border-bottom-right-radius:unset;background-color:var(--theme-primary-lighter);border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;align-self:flex-end}._searchResultMessageWrapper_jr47j_4 ._userName_jr47j_29{color:var(--theme-primary);margin-bottom:4px;font-size:14px;font-weight:700}._searchResultMessageContent_jr47j_36{color:var(--common-greyscale-12);text-align:start;flex-direction:column;flex:1;align-items:stretch;max-width:100%;font-size:14px;display:flex}._messageDate_jr47j_47{text-align:end;color:var(--common-greyscale-8);align-self:stretch;margin-top:4px;margin-left:auto;font-size:9px;font-weight:300}._searchResultHighlight_jr47j_57{color:var(--theme-secondary);background-color:var(--theme-primary);font-weight:700}._searchWrapper_17ax0_4{background-image:linear-gradient(to bottom, var(--common-greyscale-3), var(--common-greyscale-2));z-index:2;flex-direction:column;display:flex;position:absolute;inset:0}._noResult_17ax0_13{color:var(--common-greyscale-10);text-align:center;padding:20px;font-size:14px}._searchInputWrapper_17ax0_20{background-color:var(--common-white);flex:none;padding:24px;display:flex}._exitButton_17ax0_27{flex:none;align-self:center;padding-top:2px;padding-right:20px}._search_17ax0_4{flex-direction:column;flex:1px;justify-content:stretch;display:flex}._search_17ax0_4 ._searchInput_17ax0_20{background:var(--common-greyscale-2) url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2060.1%20(88133)%20-%20https://sketch.com%20--%3e%3ctitle%3eSearch%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Wireframes-Web-Agent-Yulia'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop---Dark---todos---reminder01'%20transform='translate(-995.000000,%20-25.000000)'%20fill='%237A7A7A'%3e%3cg%20id='Resources/Search-Copy'%20transform='translate(995.000000,%2025.000000)'%3e%3cpath%20d='M15.7063939,14.3703494%20L11.3258225,9.98806368%20C12.1110461,8.9170964%2012.5316874,7.62232255%2012.5258225,6.29434939%20C12.5108399,2.82789882%209.70710473,0.020085074%206.2406796,6.36775157e-05%20C4.58179978,-0.00744179766%202.98881832,0.648814042%201.81660644,1.82263596%20C0.644394559,2.99645787%20-0.00967420411,4.59033858%200.00010817168,6.24920653%20C0.0150906982,9.71597269%202.81908174,12.5240423%206.28582246,12.5440637%20C7.61920554,12.5498427%208.91870988,12.1242916%209.99039389,11.3309208%20L9.99496531,11.3274922%20L14.3715367,15.7063494%20C14.608164,15.9545934%2014.9607548,16.0550767%2015.2926966,15.9688668%20C15.6246385,15.8826569%2015.8837737,15.6232998%2015.9696995,15.2912843%20C16.0556253,14.9592688%2015.9548403,14.6067641%2015.7063939,14.3703494%20L15.7063939,14.3703494%20Z%20M6.28125103,11.2892065%20C3.50800996,11.2732534%201.2648536,9.0270382%201.2526796,6.25377796%20C1.24519456,4.92685547%201.76849262,3.65200699%202.70608557,2.71301882%20C3.64367851,1.77403065%204.91774745,1.24883748%206.2446796,1.25434939%20C9.01792067,1.27030252%2011.261077,3.51651773%2011.273251,6.28977796%20C11.2807361,7.61670045%2010.757438,8.89154894%209.81984506,9.83053711%20C8.88225212,10.7695253%207.60818318,11.2947184%206.28125103,11.2892065%20Z'%20id='Search'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") left center no-repeat;width:100%;height:36px;color:var(--common-greyscale-8);background-position:8px;border-radius:18px;padding-left:28px;padding-right:4px;font-family:Roboto,sans-serif;font-size:16px}._searchResultList_17ax0_53{color:var(--common-greyscale-12);flex-direction:column;flex-grow:2;padding:8px 16px;display:flex;overflow:auto}._errorMsg_17ax0_62{background:rgba(var(--common-red-11), .5);justify-content:center;padding:10px;font-size:12px;display:flex;top:0;left:0;right:0}._inpListItem_wmvoq_4{text-align:start;color:var(--common-black);align-self:stretch;margin-bottom:20px}._inpDesription_wmvoq_11{text-transform:uppercase;color:var(--common-greyscale-10);margin-bottom:10px;font-size:12px;font-weight:700}._inp_wmvoq_4{color:var(--common-black);flex:auto;font-size:18px;font-weight:500}._inputError_wmvoq_26{color:var(--common-red-11);margin-top:5px;margin-left:10px;font-size:12px;font-weight:400}._hideError_wmvoq_34{visibility:hidden}._inpActionBtn_wmvoq_38{cursor:pointer;flex:none;justify-content:center;display:flex}._inpActionBtnEditing_wmvoq_45{visibility:hidden}._inputWrapper_wmvoq_49{color:var(--common-greyscale-12);background-color:var(--theme-primary-lighter);border:solid 3px var(--theme-primary-lighter);border-radius:17px;margin-right:0;padding:8px 15px;font-family:Roboto,sans-serif;font-size:16px;display:flex}._inputWrapperEditing_wmvoq_61{border:solid 3px var(--theme-primary)}._content_1uja3_4{text-align:start;flex-direction:column;display:flex}._confirmationButtons_1uja3_10{flex-direction:column;align-items:stretch;display:flex}._button_1uja3_16,._buttonError_1uja3_16{background-color:var(--theme-primary);color:var(--common-white);border:none;margin-top:16px;padding:10px}._buttonError_1uja3_16{border:1px solid var(--common-red-11);color:var(--common-red-11);background-color:inherit}._inputError_1uja3_30{color:var(--common-red-11);margin-top:5px;margin-left:10px;font-size:12px;font-weight:400}._mainWrapper_1wa5e_4{box-sizing:border-box;background-color:var(--common-white);flex-direction:column;height:100%;padding:0 20px 20px;display:flex}._mainWrapper_1wa5e_4 button{margin-top:auto}._header_1wa5e_16{padding:20px 0;display:flex}._header_1wa5e_16 ._headline_1wa5e_20{font-size:16px;font-weight:medium;text-align:center;width:100%}._inputLabel_1wa5e_27{padding-bottom:10px;font-size:14px}._title_1wa5e_32{color:var(--common-greyscale-10);padding-top:20px;font-size:14px;font-weight:700;line-height:18px}._inputWrapper_1wa5e_40{flex-direction:column;padding-top:28px;display:flex}._contentWrapper_1wa5e_46{flex-direction:column;justify-content:space-between;align-items:flex-start;padding:20px 0;font-size:14px;line-height:22px;display:flex}._contentWrapper_1wa5e_46 ul{padding:0;list-style:none}._contentWrapper_1wa5e_46 ul li{padding:0}._deleteAccountButton_1wa5e_63{border-color:var(--common-red-11);color:var(--common-red-11)}._deleteAccountButton_1wa5e_63:disabled{opacity:.25}._mainWrapper_1070g_4{box-sizing:border-box;background-color:var(--common-white);flex-direction:column;height:100%;padding:0 20px 20px;display:flex}._header_1070g_13{padding:20px 0;display:flex}._header_1070g_13 ._headline_1070g_17{font-size:16px;font-weight:medium;text-align:center;width:100%}._title_1070g_24{color:var(--common-greyscale-10);padding-top:20px;font-size:16px;font-weight:700;line-height:18px}._switchWrapper_1070g_32{justify-content:space-between;align-items:center;padding:20px 0;display:flex}._boldText_1070g_39{font-size:16px;font-weight:700;line-height:22px}._explanatoryText_1070g_45{font-size:14px;line-height:18px}._gcopError_yktpj_4{color:var(--common-red-11);text-align:center}._container_yktpj_9{background-color:var(--common-white);flex-direction:column;height:100%;display:flex}._headline_yktpj_16{text-align:center;flex:12}._header_yktpj_22{border-bottom:solid 1px var(--common-greyscale-3);flex-direction:row;justify-content:space-between;align-items:center;height:48px;padding:10px;display:flex}._back_yktpj_32{cursor:pointer;color:var(--common-black);border:none;align-items:center;width:100%;padding:16px 0;display:flex}._body_yktpj_42{flex-direction:column;flex:1;padding:20px;display:flex}._title_yktpj_49{color:var(--common-greyscale-10);margin-bottom:20px;font-size:14px;font-weight:700}._btn_yktpj_56{background-color:var(--theme-primary);width:100%;color:var(--common-white);border-radius:10px;margin-top:auto;padding:15px;font-size:16px;font-weight:700}._btn_yktpj_56:disabled{background-color:var(--theme-primary-lighter)}._input_yktpj_70{color:var(--common-greyscale-12);background-color:var(--theme-primary-lighter);border-radius:17px;margin-right:0;padding:12px 21px;font-family:Roboto,sans-serif;font-size:16px}._input_yktpj_70:last-of-type{margin-top:12px;margin-bottom:32px}._container_1k0nk_1{margin:0 13px 0 0;display:flex}._text_1k0nk_6{justify-content:center;align-items:center;margin-left:20px;display:flex}._headline_19t6c_4{text-transform:uppercase;color:var(--common-greyscale-10);margin-bottom:20px;font-size:14px;font-weight:700}._container_19t6c_12{flex-direction:column;gap:10px;display:flex}._permissionsRow_19t6c_18{justify-content:space-between;display:flex}._permissionsSection_19t6c_23{margin-bottom:32px}._accountSection_ueotg_4{flex-direction:column;display:flex}._gcopError_ueotg_9{color:var(--common-red-11);text-align:center}._container_ueotg_14{background-color:var(--common-white);flex-direction:column;height:100%;display:flex}._headline_ueotg_21{text-align:center;flex:12}._buttons_ueotg_27{flex-direction:column;margin-top:auto;display:flex}._header_ueotg_33{border-bottom:solid 1px var(--common-greyscale-3);flex-direction:row;justify-content:space-between;align-items:center;height:48px;padding:10px;display:flex}._back_ueotg_43{cursor:pointer;color:var(--common-black);border:none;align-items:center;width:100%;padding:16px 0;display:flex}._primaryButton_ueotg_53{width:100%;color:var(--common-white);text-align:center;background-color:var(--theme-secondary);border-radius:10px;align-self:start;margin-bottom:10px;padding:16px 0;font-size:16px;font-weight:700}._primaryButton_ueotg_53:disabled{background-color:var(--theme-primary-lighter)}._body_ueotg_69{flex-direction:column;flex:1;padding:20px;display:flex}._description_ueotg_76{margin-bottom:20px;font-size:14px}._title_ueotg_81{text-transform:uppercase;color:var(--common-greyscale-10);margin-bottom:20px;font-size:14px;font-weight:700}._input_ueotg_89{color:var(--common-greyscale-12);background-color:var(--theme-primary-lighter);border-radius:17px;margin-right:0;padding:12px 21px;font-family:Roboto,sans-serif;font-size:16px}._input_ueotg_89:last-of-type{margin-top:12px;margin-bottom:32px}._button_ueotg_27{border:solid 1px var(--theme-account-overview-button-color);width:100%;color:var(--theme-account-overview-button-color);border-radius:10px;margin-top:auto;padding:15px;font-size:16px}._connectionState_ueotg_113{justify-content:space-between;align-items:center;gap:32px;display:flex}._btn_ueotg_120{background-color:var(--theme-primary-button-background-color);color:var(--common-white);border-radius:10px;align-self:start;padding:8px 12px;font-size:14px;font-weight:700}._btn_ueotg_120:disabled{background-color:var(--theme-primary-lighter)}._connectionComponent_9hv4z_4{justify-content:space-between;align-items:center;margin-bottom:5px;font-size:12px;display:flex}._left_9hv4z_12{align-items:center;display:flex}._primaryButton_9hv4z_17{background-color:var(--theme-primary-button-background-color);color:var(--common-white);border-radius:10px;align-self:start;padding:8px 12px;font-size:14px;font-weight:700}._title_dzg6v_4{color:var(--common-greyscale-10);text-transform:uppercase;margin-top:10px;margin-bottom:4px;font-size:14px;font-weight:700}._title_dzg6v_4 :nth-child(2){color:var(--common-greyscale-12)}._container_lsujm_4{background-color:var(--common-white);flex-direction:column;height:100%;display:flex}._headline_lsujm_11{text-align:center;flex:12}._header_lsujm_17{border-bottom:solid 1px var(--common-greyscale-3);flex-direction:row;justify-content:space-between;align-items:center;height:48px;padding:10px;display:flex}._back_lsujm_27{cursor:pointer;color:var(--common-black);border:none;align-items:center;width:100%;padding:16px 0;display:flex}._body_lsujm_37{flex-direction:column;flex:1;padding:20px;display:flex}._btn_lsujm_44{border:solid 1px var(--theme-account-overview-button-color);width:100%;color:var(--theme-account-overview-button-color);border-radius:10px;margin-top:auto;padding:15px;font-size:16px}._profilePicContainer_fse5a_4{text-align:center;color:var(--common-greyscale-10);margin:auto;display:inline-block}._profilePicWrapper_fse5a_11{border:solid 1px var(--common-greyscale-8);border-radius:50%;outline:none;margin:0 auto}._profilePicImg_fse5a_18{background:var(--common-white);border-radius:50%;width:100%;height:100%;overflow:hidden}._profilePicPlaceholder_fse5a_26{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._loadingIndicatorOverlay_fse5a_35{z-index:999;background:#4449;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._andernPlaceHolder_fse5a_45{margin-top:20px;margin-bottom:32px;font-size:12px;text-decoration:underline}._editBackground_1b96k_4{background-color:var(--common-greyscale-2);z-index:1;width:100%;height:100%;position:absolute}._editBackgroundRegistration_1b96k_12{top:0;left:0;background-color:var(--theme-registration-background-color)!important}._editContainer_1b96k_18{z-index:5;flex-direction:column;align-items:center;width:100%;display:flex;position:absolute;top:50%;transform:translateY(-60%)}._editContainerRegistration_1b96k_29{top:50%;left:0;transform:translateY(-60%)}._avatarEditor_1b96k_35{background-color:var(--common-white);width:100%!important;height:auto!important}._profileImage_1b96k_41{width:100%;margin:0 32px;position:relative}._rotateButtonContainer_1b96k_47{justify-content:space-between;width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._overlayWrapper_1dvw2_4{z-index:2;background-color:#4449;width:100%;height:100%;position:absolute}._overlayButtons_1dvw2_12,._editButtons_1dvw2_22{flex-direction:column;align-items:center;display:flex;position:absolute;bottom:20px;left:20px;right:20px}._buttonGroup_1dvw2_32{background-color:var(--theme-primary-lighter);border:solid 1px var(--theme-primary-lighter);width:100%;color:var(--common-greyscale-12);border-radius:12px;flex-direction:column;align-items:center;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;display:flex}._selectPhotoButton_1dvw2_46{border-bottom:solid 1px var(--common-greyscale-10);width:100%;padding:12px 15px}._takePhotoButton_1dvw2_52{width:100%;padding:12px 15px}._secondaryButton_1dvw2_57{background-color:var(--theme-primary-lighter);border:solid 3px var(--theme-primary-lighter);width:100%;color:var(--common-greyscale-12);border-radius:12px;flex-direction:column;align-items:center;margin-top:12px;margin-right:0;padding:12px 15px;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;display:flex}._secondaryButton_1dvw2_57:disabled{opacity:.5}._registrationPosition_1dvw2_77{top:0;left:0}input:focus,select:focus,textarea:focus,button:focus{outline:none}._profileHeader_1w0v6_11{border-bottom:solid 1px var(--common-greyscale-3);flex-direction:row;justify-content:space-between;align-items:center;height:48px;padding:10px;display:flex}._profileBack_1w0v6_21{cursor:pointer;color:var(--common-black);border:none;align-items:center;width:100%;padding:16px 0;display:flex}._headline_1w0v6_31{text-align:center;flex:12}._profileContainer_1w0v6_37{background-color:var(--common-white);flex-direction:column;justify-content:center;height:100%;display:flex}._imgPlaceholder_1w0v6_45{border:1px solid var(--theme-secondary)}._imgPlaceholderText_1w0v6_49{text-align:center;font-size:16px;text-decoration:underline}._top_1fesj_4{background:var(--theme-settings-background);flex:0 0 44px;justify-content:center;align-items:center;padding:10px 22px;display:flex;position:relative}._title_1fesj_14{text-align:center;color:var(--common-white);padding-left:24px;padding-right:24px;font-size:16px}._container_vjy6f_4{background:var(--common-greyscale-12);flex-direction:column;height:100%;display:flex;position:absolute;inset:0;overflow:auto}._wrapper_vjy6f_14{background:var(--common-greyscale-2);flex-direction:column;flex:1;justify-content:flex-start;display:flex;overflow:auto}._textArea_vjy6f_23{white-space:pre-wrap;padding:0 16px;overflow:scroll}._cookieSettingsButton_vjy6f_49{text-align:center;background-color:var(--theme-settings-background);color:var(--common-white);white-space:nowrap;text-overflow:ellipsis;border-radius:5px;height:37px;padding:0 16px;position:absolute;bottom:25px;left:30px;right:30px;overflow:hidden;box-shadow:0 2px 2px #00000026}._listItem_1ed2b_4{text-transform:uppercase;justify-content:space-between;align-items:center;padding:16px;font-size:18px;display:flex}li{padding:10px 0}ol{-webkit-padding-start:15px;margin:0;padding-inline-start:15px}h5{margin:0;padding:20px 0 10px;font-size:16px}p{height:80%;font-size:14px}._mediaFullscreenWrapper_318cq_4{background-color:var(--common-black);z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._img_318cq_14{flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._img_318cq_14 img{object-fit:contain;max-width:100%;max-height:100%;margin:auto}._icon_318cq_29{z-index:9;width:18px;padding:12px;position:absolute;top:0;right:0}._ticketFormContainer_5hq4e_5{background-color:var(--common-white);border-top:1px solid var(--common-greyscale-3);flex-direction:column;width:100%;display:flex}._ticketForm_5hq4e_5{flex-shrink:0;align-self:stretch;align-items:center;gap:12px;padding:12px;display:flex}._inputElementWrapper_5hq4e_22{flex:1px;align-items:center;display:flex}._writeInput_5hq4e_28{resize:none;flex:1px;margin-left:5px;padding:10px 8px 8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:300}._createTicketButton_5hq4e_39{margin-left:8px}._filePreviewHeader_q89v8_4{background-color:var(--theme-primary);height:60px;color:var(--common-white);flex-direction:row;justify-content:space-between;align-items:center;padding:6px;line-height:72px;display:flex}._filePreviewHeader_q89v8_4 ._fileTypeLogo_q89v8_15{margin:auto 20px}._filePreviewHeader_q89v8_4 ._headerText_q89v8_18{word-break:break-word;white-space:nowrap;text-overflow:ellipsis;line-height:1.5em;overflow:hidden}._previewMain_q89v8_26{background:var(--common-greyscale-12);text-align:center;flex-direction:column;flex-grow:1;min-height:0;display:flex}._previewMain_q89v8_26 ._mainPreview_q89v8_34{object-fit:contain;max-width:100%;max-height:100%;margin:auto}._previewMain_q89v8_26 ._mainPreviewFile_q89v8_40{width:100px;height:100px;margin:auto}._imagePickerBottom_q89v8_46{background-color:var(--common-greyscale-10);flex-direction:row;flex-shrink:0;align-items:center;display:flex;overflow-x:auto}._creationLoadingContainer_11tqs_4{flex-direction:column;justify-content:center;align-items:center;gap:16px;margin:auto;display:flex}._creationLoadingContainer_11tqs_4 p{text-align:center;color:var(--common-black);padding:12px;font-size:20px;font-style:normal;font-weight:500;line-height:normal}._ticketCommentsContainer_j23dy_4{flex-direction:column;flex-grow:1;min-height:0;display:flex}._commentHtml_rllzj_4{white-space:pre-wrap}._commentHtml_rllzj_4 p{margin-top:4px;margin-bottom:4px}._message_19pye_4{flex:1;align-items:center;margin:10px 16px;display:flex}._commentMsg_19pye_11{background-color:var(--common-white);word-break:break-word;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;max-width:70%;margin:10px 8px;padding:6px 12px;overflow:hidden;box-shadow:0 1px 2px #00000080}._msgFooter_19pye_24{color:var(--common-black);flex-direction:row;justify-content:space-between;align-items:center;margin-top:8px;font-size:9px;font-weight:300;display:flex}._msgFooter_19pye_24 span{margin-left:auto}._msgHeader_19pye_38{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}._nameHeader_19pye_45{color:var(--common-black);margin-right:auto;font-size:14px;font-weight:700}._message_15984_4{flex:1;align-items:center;margin:10px 16px;display:flex}._commentMsg_15984_11{background-color:var(--common-white);word-break:break-word;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;max-width:70%;margin:10px 8px;padding:6px 12px;overflow:hidden;box-shadow:0 1px 2px #00000080}._me_15984_4{flex-direction:row-reverse;align-items:flex-end}._me_15984_4 ._commentMsg_15984_11{border-bottom-right-radius:unset;background-color:var(--theme-primary-lighter);border-bottom-left-radius:16px}._msgFooter_15984_34{color:var(--common-black);flex-direction:row;justify-content:space-between;align-items:center;margin-top:8px;font-size:9px;font-weight:300;display:flex}._msgFooter_15984_34 span{margin-left:auto}._msgHeader_15984_48{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}._nameHeader_15984_55{color:var(--common-black);margin-right:auto;font-size:14px;font-weight:700}._message_1fosl_4{flex:1;align-items:center;margin:10px 16px;display:flex}._commentMsg_1fosl_11{background-color:var(--common-white);word-break:break-word;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;max-width:70%;margin:10px 8px;overflow:hidden;box-shadow:0 1px 2px #00000080}._commentMsg_1fosl_11 img{max-width:100%;max-height:100%}._me_1fosl_4{flex-direction:row-reverse;align-items:flex-end}._me_1fosl_4 ._commentMsg_1fosl_11{border-bottom-right-radius:unset;background-color:var(--theme-primary-lighter);border-bottom-left-radius:16px}._msgFooter_1fosl_37{color:var(--common-black);flex-direction:row;justify-content:space-between;align-items:center;margin-top:8px;padding:6px 12px;font-size:9px;font-weight:300;display:flex}._msgFooter_1fosl_37 span{margin-left:auto}._mediaIconWrapper_1fosl_52{background-color:#fff;flex-direction:column;flex:1;justify-content:space-evenly;align-items:center;width:150px;height:100px;padding:8px;display:flex}._mediaIcon_1fosl_52{width:100%;color:var(--common-greyscale-12)}._mediaTitle_1fosl_69{width:100%;font-size:12px}._newMessageBadge_1cw5p_4{background-color:var(--common-greyscale-3);color:var(--common-greyscale-10);text-align:center;border-radius:11px;width:120px;margin:10px auto 0;padding:5px 50px;font-size:11px;font-weight:300}._message_6hdod_4{flex:1;align-items:center;margin:10px 16px;display:flex}._commentMsg_6hdod_11{background-color:var(--common-white);word-break:break-word;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;max-width:70%;margin:10px 8px;padding:6px 12px;overflow:hidden;box-shadow:0 1px 2px #00000080}._msgHeader_6hdod_24{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}._nameHeader_6hdod_31{color:var(--common-black);margin-right:auto;font-size:14px;font-weight:700}._messageContent_1k9gj_4{flex:1}._commentsList_5uhua_4{-webkit-overflow-scrolling:touch;flex-grow:1;overflow:auto}._ticketWrapper_asgv0_4{background-color:var(--common-greyscale-2);width:100%;height:100%;color:var(--common-greyscale-12);flex-direction:column;font:400 14px roboto,sans-serif;display:flex}._ticketDetailsHeader_asgv0_14{border-bottom:1px solid var(--common-greyscale-3);box-sizing:border-box;flex-shrink:0;align-items:center;gap:12px;width:100%;height:60px;padding:12px 16px;font:400 16px roboto,sans-serif;display:flex}._container_asgv0_27{flex-direction:row;flex-grow:1;justify-content:space-between;align-items:center;gap:4px;min-width:0;display:flex}._ticketTitle_asgv0_37{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}._ticketsCreationContainer_111xt_4{background-color:var(--common-greyscale-2);flex-direction:column;width:100%;height:100%;display:flex}._ticketContainerInfo_111xt_12{flex-direction:column;flex-grow:1;justify-content:center;min-height:0;display:flex}._ticketCreationContentIcons_111xt_20{flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:20px;display:flex}._ticketCreationContentText_111xt_29{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:10px;display:flex}._ticketCreationContentText_111xt_29 p:first-child{text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28px}._ticketCreationContentText_111xt_29 p:last-child{color:var(--common-greyscale-10);letter-spacing:-.04px;font-size:18px;font-style:normal;font-weight:400;line-height:26px}._ticketDetailsHeader_111xt_53{border-bottom:1px solid var(--common-greyscale-3);box-sizing:border-box;z-index:2;background-color:var(--common-greyscale-2);flex-direction:row;flex-shrink:0;align-items:center;gap:12px;width:100%;height:60px;padding:12px 16px;font:400 16px roboto,sans-serif;display:flex}._container_111xt_69{flex-direction:row;flex-grow:1;justify-content:space-between;align-items:center;gap:4px;min-width:0;display:flex}._ticketTitle_111xt_79{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}._ticketButtonWrapper_pz05w_4{padding:16px;position:absolute;bottom:0;right:0}._ticketButton_pz05w_4{background:var(--theme-new-chat-buttons-background-color);color:var(--common-white);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:40px;display:flex;box-shadow:0 2px 4px #00000040}[data-rsbs-overlay]{border-top-left-radius:16px;border-top-left-radius:var(--rsbs-overlay-rounded,16px);border-top-right-radius:16px;border-top-right-radius:var(--rsbs-overlay-rounded,16px);background:#fff;background:var(--rsbs-bg,#fff);height:0;height:var(--rsbs-overlay-h,0px);transform:translate(0,0);transform:translate3d(0, var(--rsbs-overlay-translate-y,0px), 0);will-change:height;flex-direction:column;display:flex}[data-rsbs-overlay]:focus{outline:none}[data-rsbs-is-blocking=false] [data-rsbs-overlay]{box-shadow:0 -5px 60px #2659731c,0 -1px #2659730d}[data-rsbs-overlay],[data-rsbs-root]:after{max-width:auto;max-width:var(--rsbs-max-w,auto);margin-left:env(safe-area-inset-left);margin-left:var(--rsbs-ml,env(safe-area-inset-left));margin-right:env(safe-area-inset-right);margin-right:var(--rsbs-mr,env(safe-area-inset-right))}[data-rsbs-overlay],[data-rsbs-backdrop],[data-rsbs-root]:after{z-index:3;-ms-scroll-chaining:none;overscroll-behavior:none;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;position:fixed;bottom:0;left:0;right:0}[data-rsbs-backdrop]{background-color:#0009;background-color:var(--rsbs-backdrop-bg,#0009);will-change:opacity;cursor:pointer;opacity:1;top:-60px;bottom:-60px}[data-rsbs-is-dismissable=false] [data-rsbs-backdrop]{cursor:ns-resize}[data-rsbs-root]:after{content:"";pointer-events:none;background:#fff;background:var(--rsbs-bg,#fff);transform-origin:bottom;height:1px;transform:scaleY(0);transform:scale3d(1, var(--rsbs-antigap-scale-y,0), 1);will-change:transform}[data-rsbs-footer],[data-rsbs-header]{cursor:ns-resize;flex-shrink:0;padding:16px}[data-rsbs-header]{text-align:center;-webkit-user-select:none;user-select:none;box-shadow:0 1px #2e3b4220;box-shadow:0 1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * .125));z-index:1;padding-top:calc(20px + env(safe-area-inset-top));padding-bottom:8px}[data-rsbs-header]:before{content:"";width:36px;height:4px;top:calc(8px + env(safe-area-inset-top));background-color:#00000024;background-color:var(--rsbs-handle-bg,#00000024);border-radius:2px;display:block;position:absolute;left:50%;transform:translate(-50%)}@media (-webkit-device-pixel-ratio>=2),(resolution>=2x){[data-rsbs-header]:before{transform:translate(-50%)scaleY(.75)}}[data-rsbs-has-header=false] [data-rsbs-header]{box-shadow:none;padding-top:calc(12px + env(safe-area-inset-top))}[data-rsbs-scroll]{-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-webkit-user-select:auto;user-select:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-grow:1;flex-shrink:1;overflow:auto}[data-rsbs-scroll]:focus{outline:none}[data-rsbs-has-footer=false] [data-rsbs-content]{padding-bottom:env(safe-area-inset-bottom)}[data-rsbs-content]{overflow:hidden}[data-rsbs-footer]{box-shadow:0 -1px #2e3b4220,0 2px #fff;box-shadow:0 -1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * .125)), 0 2px 0 var(--rsbs-bg,#fff);z-index:1;padding-bottom:calc(16px + env(safe-area-inset-bottom));overflow:hidden}[data-rsbs-is-dismissable=true] [data-rsbs-header]>*,[data-rsbs-is-dismissable=true] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=true] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-footer]>*{opacity:1;opacity:var(--rsbs-content-opacity,1)}[data-rsbs-is-dismissable=true] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-backdrop]{opacity:1;opacity:var(--rsbs-backdrop-opacity,1)}[data-rsbs-state=closed],[data-rsbs-state=closing]{pointer-events:none}._bottomSheet_42b59_1 [data-rsbs-header]{padding-top:20px!important}._bottomSheet_42b59_1 [data-rsbs-header]:before{top:8px!important}._bottomSheet_42b59_1 [data-rsbs-content]{padding-bottom:var(--safe-area-inset-bottom,0px)}._noTicketsContainer_2l746_4{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;min-height:0;padding:16px;display:flex}._noTicketsImg_2l746_15{margin-top:80px;margin-bottom:40px}._noTicketsHeader_2l746_20{padding-bottom:16px;font:500 20px roboto,sans-serif}._noTicketsText_2l746_25{letter-spacing:-.04px;opacity:.6;font:400 16px/26px roboto,sans-serif}._ticket_1g261_4{border-bottom:1px solid var(--common-greyscale-6);flex-direction:row;align-items:center;gap:8px;padding:16px 8px;display:flex}._ticketImage_1g261_13{object-fit:cover;border-radius:12px;flex-shrink:0;width:48px;height:48px}._ticketCardGrow_1g261_21{flex-direction:column;flex-grow:1;gap:4px;min-width:0;display:flex}._ticketTitle_1g261_29{white-space:nowrap;text-overflow:ellipsis;font:400 16px roboto,sans-serif;overflow:hidden}._ticketDate_1g261_36{color:var(--common-greyscale-11);font:400 14px roboto,sans-serif}._ticketNotificationBadge_1lwin_4{background:var(--common-red-11);border-radius:100px;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 2px #00000040}
