@import url(https://fonts.googleapis.com/icon?family=Material+Icons);: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:hsla(0,0%,100%,0.7);--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Select{position:relative}.Select input::-webkit-contacts-auto-fill-button,.Select input::-webkit-credentials-auto-fill-button{display:none!important}.Select input::-ms-clear,.Select input::-ms-reveal{display:none!important}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.Select.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.Select.is-searchable.is-focused:not(.is-open)>.Select-control,.Select.is-searchable.is-open>.Select-control{cursor:text}.Select.is-focused>.Select-control{background:#fff}.Select.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1);background:#fff}.Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:42px}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#007eff;outline:none;text-decoration:underline}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus{background:#fff}.Select.has-value.is-pseudo-focused .Select-input{opacity:0}.Select.is-open .Select-arrow,.Select .Select-arrow-zone:hover>.Select-arrow{border-top-color:#666}.Select.Select--rtl{direction:rtl;text-align:right}.Select-control{background-color:#fff;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:none;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Select-control .Select-input:focus{outline:none;background:#fff}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:none;line-height:17px;padding:8px 0 12px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;text-align:center}.Select-loading,.Select-loading-zone{position:relative;vertical-align:middle;width:16px}.Select-loading{-webkit-animation:Select-animation-spin .4s linear infinite;-o-animation:Select-animation-spin .4s infinite linear;animation:Select-animation-spin .4s linear infinite;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn .2s;-o-animation:Select-animation-fadeIn .2s;animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#d0021b}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select--rtl .Select-arrow-zone{padding-right:0;padding-left:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.Select-control>:last-child{padding-right:5px}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{position:absolute;display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}@-webkit-keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;left:0;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.Select--rtl .Select-input{margin-left:0;margin-right:10px}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#d8eafd;background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,.24)}.Select--multi.Select--rtl .Select-value{margin-left:0;margin-right:5px}.Select--multi.Select--rtl .Select-value-icon{border-right:none;border-left:1px solid #c2e0ff;border-left:1px solid rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}@keyframes swing{0%,30%,50%,70%,to{transform:rotate(0deg)}10%{transform:rotate(10deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}}.pro-sidebar{color:#adadad;height:100%;width:270px;min-width:270px;text-align:left;transition:width,left,right,.3s;position:relative;z-index:1009}.pro-sidebar>.pro-sidebar-inner{background:#1d1d1d;height:100%;position:relative;z-index:101}.pro-sidebar>.pro-sidebar-inner>img.sidebar-bg{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;opacity:.3;left:0;top:0;z-index:100}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout{height:100%;overflow-y:auto;overflow-x:hidden;position:relative;display:flex;flex-direction:column;z-index:101}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-header{border-bottom:1px solid hsla(0,0%,67.8%,.2)}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-content{flex-grow:1}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-footer{border-top:1px solid hsla(0,0%,67.8%,.2)}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout ul{list-style-type:none;padding:0;margin:0}.pro-sidebar .overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.3);z-index:100;display:none}.pro-sidebar.collapsed{width:80px;min-width:80px}.pro-sidebar.rtl{text-align:right;direction:rtl}@media (max-width:480px){.pro-sidebar.xs{position:fixed;left:-270px}.pro-sidebar.xs.collapsed{left:-80px}.pro-sidebar.xs.toggled{left:0}.pro-sidebar.xs.toggled .overlay{display:block}.pro-sidebar.xs.rtl{left:auto;right:-270px}.pro-sidebar.xs.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.xs.rtl.toggled{left:auto;right:0}}@media (max-width:576px){.pro-sidebar.sm{position:fixed;left:-270px}.pro-sidebar.sm.collapsed{left:-80px}.pro-sidebar.sm.toggled{left:0}.pro-sidebar.sm.toggled .overlay{display:block}.pro-sidebar.sm.rtl{left:auto;right:-270px}.pro-sidebar.sm.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.sm.rtl.toggled{left:auto;right:0}}@media (max-width:768px){.pro-sidebar.md{position:fixed;left:-270px}.pro-sidebar.md.collapsed{left:-80px}.pro-sidebar.md.toggled{left:0}.pro-sidebar.md.toggled .overlay{display:block}.pro-sidebar.md.rtl{left:auto;right:-270px}.pro-sidebar.md.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.md.rtl.toggled{left:auto;right:0}}@media (max-width:992px){.pro-sidebar.lg{position:fixed;left:-270px}.pro-sidebar.lg.collapsed{left:-80px}.pro-sidebar.lg.toggled{left:0}.pro-sidebar.lg.toggled .overlay{display:block}.pro-sidebar.lg.rtl{left:auto;right:-270px}.pro-sidebar.lg.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.lg.rtl.toggled{left:auto;right:0}}@media (max-width:1200px){.pro-sidebar.xl{position:fixed;left:-270px}.pro-sidebar.xl.collapsed{left:-80px}.pro-sidebar.xl.toggled{left:0}.pro-sidebar.xl.toggled .overlay{display:block}.pro-sidebar.xl.rtl{left:auto;right:-270px}.pro-sidebar.xl.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.xl.rtl.toggled{left:auto;right:0}}@media (max-width:1600px){.pro-sidebar.xxl{position:fixed;left:-270px}.pro-sidebar.xxl.collapsed{left:-80px}.pro-sidebar.xxl.toggled{left:0}.pro-sidebar.xxl.toggled .overlay{display:block}.pro-sidebar.xxl.rtl{left:auto;right:-270px}.pro-sidebar.xxl.rtl.collapsed{left:auto;right:-80px}.pro-sidebar.xxl.rtl.toggled{left:auto;right:0}}.pro-sidebar .pro-menu.submenu-bullets .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before{content:"";display:inline-block;width:4px;min-width:4px;height:4px;border:1px solid #2b2b2b;border-radius:50%;margin-right:15px;position:relative;box-shadow:1px 0 0 #adadad,0 -1px 0 #adadad,0 1px 0 #adadad,-1px 0 0 #adadad}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-item-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-sidebar .pro-menu{padding-top:10px;padding-bottom:10px}.pro-sidebar .pro-menu>ul>.pro-sub-menu>.pro-inner-list-item{position:relative;background-color:#2b2b2b}.pro-sidebar .pro-menu>ul>.pro-sub-menu>.pro-inner-list-item>div>ul{padding-top:15px;padding-bottom:15px}.pro-sidebar .pro-menu a{text-decoration:none;color:#adadad}.pro-sidebar .pro-menu a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent}.pro-sidebar .pro-menu a:hover{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item{font-size:15px}.pro-sidebar .pro-menu .pro-menu-item.active{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item .suffix-wrapper{opacity:1;transition:opacity .2s}.pro-sidebar .pro-menu .pro-menu-item .prefix-wrapper{display:flex;margin-right:5px;opacity:1;transition:opacity .2s}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item{position:relative;display:flex;align-items:center;padding:8px 35px 8px 20px;cursor:pointer}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:focus{outline:none;color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{margin-right:10px;font-size:14px;width:35px;min-width:35px;height:35px;line-height:35px;text-align:center;display:inline-block}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper .pro-icon{display:flex;height:100%;align-items:center;justify-content:center}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-item-content{flex-grow:1;flex-shrink:1}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:hover{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:hover .pro-icon-wrapper .pro-icon{animation:swing .5s ease-in-out 1 alternate}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item:before{background:#adadad}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{display:inline-block;border-color:#adadad;border-style:solid;border-width:0 2px 2px 0;padding:2.5px;vertical-align:middle;transition:transform .3s;transform:rotate(-45deg)}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item:before{background:transparent!important}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(45deg)}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item{padding-left:24px}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item{padding:8px 30px 8px 15px}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item>.pro-icon-wrapper{background:none;width:auto;min-width:auto;height:auto;line-height:auto}.pro-sidebar .pro-menu:not(.inner-submenu-arrows) .pro-inner-list-item .pro-menu-item.pro-sub-menu .pro-inner-item .pro-arrow-wrapper{display:none}.pro-sidebar .pro-menu.shaped .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{background-color:#2b2b2b}.pro-sidebar .pro-menu.square .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:0}.pro-sidebar .pro-menu.round .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:4px}.pro-sidebar .pro-menu.circle .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:50%}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item{position:relative}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-item>.prefix-wrapper,.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-item>.suffix-wrapper{opacity:0}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-list-item{background-color:#2b2b2b;z-index:111}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item:before{content:"";display:inline-block;position:absolute;top:0;bottom:0;left:0;right:0;cursor:pointer}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu{position:relative}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-item{pointer-events:none}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{display:none}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item{height:auto!important;position:fixed;visibility:hidden;min-width:220px;max-width:270px;background-color:transparent;max-height:100%;padding-left:3px}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item.has-arrow{padding-left:10px}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item>.popper-inner{max-height:100vh;overflow-y:auto;background-color:#2b2b2b;padding-left:20px;border-radius:4px}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu:hover>.pro-inner-list-item{transition:visibility,transform .3s;visibility:visible}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu:hover .pro-icon-wrapper .pro-icon{animation:swing .5s ease-in-out 1 alternate}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item,.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item{padding:8px 30px 8px 5px}.pro-sidebar.rtl .pro-menu .pro-menu-item .prefix-wrapper{margin-right:0;margin-left:5px}.pro-sidebar.rtl .pro-menu .pro-menu-item>.pro-inner-item{padding:8px 20px 8px 35px}.pro-sidebar.rtl .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{margin-right:0;margin-left:10px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{right:auto;left:20px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(135deg)}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(45deg)}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item{padding-left:0;padding-right:24px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item{padding:8px 15px 8px 30px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before{margin-right:0;margin-left:15px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item{padding-left:0;padding-right:3px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item.has-arrow{padding-right:10px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item>.popper-inner{padding-left:0;padding-right:20px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item,.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item{padding:8px 5px 8px 30px}.popper-arrow{position:absolute;z-index:-1;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent}.popper-element[data-popper-placement^=left]>.popper-arrow{right:0;border-right:7px solid #2b2b2b}.popper-element[data-popper-placement^=right]>.popper-arrow{left:0;border-left:7px solid #2b2b2b}.react-slidedown{height:0;transition-property:none;transition-duration:.2s;transition-timing-function:ease-in-out}.react-slidedown.transitioning{overflow-y:hidden}.react-slidedown.closed{display:none}

/*!
   * Bootstrap Datetime Picker v4.17.49
   * Copyright 2015-2020 Jonathan Peterson
   * Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
   */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{content:"";display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action=today]:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next:after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:"";display:inline-block;border-color:rgba(0,0,0,.2) transparent #337ab7;border-style:solid;border-width:0 0 7px 7px;position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em!important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.ReactVirtualized__Table__headerRow{font-weight:700;text-transform:uppercase}.ReactVirtualized__Table__headerRow,.ReactVirtualized__Table__row{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:center;align-items:center}.ReactVirtualized__Table__headerTruncatedText{display:inline-block;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ReactVirtualized__Table__headerColumn,.ReactVirtualized__Table__rowColumn{margin-right:10px;min-width:0}.ReactVirtualized__Table__rowColumn{text-overflow:ellipsis;white-space:nowrap}.ReactVirtualized__Table__headerColumn:first-of-type,.ReactVirtualized__Table__rowColumn:first-of-type{margin-left:10px}.ReactVirtualized__Table__sortableHeaderColumn{cursor:pointer}.ReactVirtualized__Table__sortableHeaderIconContainer{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.ReactVirtualized__Table__sortableHeaderIcon{-webkit-box-flex:0;flex:0 0 24px;height:1em;width:1em;fill:currentColor}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:transparent}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:transparent}.cm-fat-cursor{caret-color:transparent}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative;z-index:0}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.CodeMirror-dialog{position:absolute;left:0;right:0;background:inherit;z-index:15;padding:.1em .8em;overflow:hidden;color:inherit}.CodeMirror-dialog-top{border-bottom:1px solid #eee;top:0}.CodeMirror-dialog-bottom{border-top:1px solid #eee;bottom:0}.CodeMirror-dialog input{border:none;outline:none;background:transparent;width:20em;color:inherit;font-family:monospace}.CodeMirror-dialog button{font-size:70%}.CodeMirror-search-match{background:gold;border-top:1px solid orange;border-bottom:1px solid orange;-moz-box-sizing:border-box;box-sizing:border-box;opacity:.5}.pvtUi{color:#333}table.pvtTable{font-size:8pt;text-align:left;border-collapse:collapse}table.pvtTable tbody tr th,table.pvtTable thead tr th{background-color:#e6eeee;border:1px solid #cdcdcd;font-size:8pt;padding:5px}table.pvtTable .pvtColLabel{text-align:center}table.pvtTable .pvtTotalLabel{text-align:right}table.pvtTable tbody tr td{color:#3d3d3d;padding:5px;background-color:#fff;border:1px solid #cdcdcd;vertical-align:top;text-align:right}.pvtGrandTotal,.pvtTotal{font-weight:700}.pvtVals{text-align:center;white-space:nowrap}.pvtColOrder,.pvtRowOrder{cursor:pointer;width:15px;margin-left:5px;display:inline-block}.pvtAggregator{margin-bottom:5px}.pvtAxisContainer,.pvtVals{border:1px solid grey;background:#eee;padding:5px;min-width:20px;min-height:20px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.pvtAxisContainer li{padding:8px 6px;list-style-type:none;cursor:move}.pvtAxisContainer li.pvtPlaceholder{-webkit-border-radius:5px;padding:3px 15px;-moz-border-radius:5px;border-radius:5px;border:1px dashed #aaa}.pvtAxisContainer li span.pvtAttr{-webkit-text-size-adjust:100%;background:#f3f3f3;border:1px solid #dedede;padding:2px 5px;white-space:nowrap;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.pvtTriangle{cursor:pointer;color:grey}.pvtHorizList li{display:inline}.pvtVertList{vertical-align:top}.pvtFilteredAttribute{font-style:italic}.pvtFilterBox{z-index:100;width:300px;border:1px solid grey;background-color:#fff;position:absolute;text-align:center}.pvtFilterBox h4{margin:15px}.pvtFilterBox p{margin:10px auto}.pvtFilterBox label{font-weight:400}.pvtFilterBox input[type=checkbox]{margin-right:10px;margin-left:10px}.pvtFilterBox input[type=text]{width:230px}.pvtFilterBox .count{color:grey;font-weight:400;margin-left:3px}.pvtCheckContainer{text-align:left;font-size:14px;white-space:nowrap;overflow-y:scroll;width:100%;max-height:250px;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}.pvtCheckContainer p{margin:5px}.pvtRendererArea{padding:5px}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{box-sizing:border-box;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e5e5e5}.rbc-header{overflow:hidden;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}.rbc-event{padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0 rgba(51,51,51,.5)}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-day-after,.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-event-continues-day-prior{border-top-left-radius:0;border-top-right-radius:0}.rbc-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:rgba(0,0,0,.1)}.rbc-show-more{background-color:hsla(0,0%,100%,.3);z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;white-space:nowrap}.rbc-month-view{position:relative;border:1px solid #ddd;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header,.rbc-month-view{display:-webkit-flex;display:-ms-flexbox;display:flex}.rbc-month-header{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;-webkit-flex-basis:0px;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden}.rbc-day-bg{-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.25);padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" \BB"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"\AB   "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-header-gutter,.rbc-time-gutter{-webkit-flex:none;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-is-rtl{left:10px;right:0}.rbc-day-slot .rbc-event{border:1px solid #265985;display:-webkit-flex;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-event-label{-webkit-flex:none;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-slot{-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:rgba(0,0,0,.5);color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;position:relative}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-content{-webkit-flex:1;-ms-flex:1;flex:1;min-width:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-flex:none;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;height:1px;background-color:#74ad31;pointer-events:none}.rbc-addons-dnd .rbc-row-content{pointer-events:none}.rbc-addons-dnd .rbc-row-content .rbc-event,.rbc-addons-dnd .rbc-row-content .rbc-show-more{pointer-events:all}.rbc-addons-dnd .rbc-addons-dnd-over{background-color:rgba(0,0,0,.3)}.rbc-addons-dnd .rbc-events-container{pointer-events:none}.rbc-addons-dnd .rbc-event{transition:opacity .15s;pointer-events:all}.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon,.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon{display:block}.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event{pointer-events:none;opacity:.5}.rbc-addons-dnd .rbc-addons-dnd-resizable{position:relative;width:100%;height:100%}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor{width:100%;text-align:center;position:absolute}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child{top:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child{bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon{display:none;border-top:3px double;margin:0 auto;width:10px;cursor:ns-resize}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor{position:absolute;top:4px;bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child{left:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child{right:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon{display:none;border-left:3px double;margin-top:auto;margin-bottom:auto;height:10px;cursor:ew-resize}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.rc-tree{margin:0;border:1px solid transparent}.rc-tree-focused:not(.rc-tree-active-focused){border-color:#0ff}.rc-tree .rc-tree-treenode{margin:0;padding:0;line-height:24px;white-space:nowrap;list-style:none;outline:0}.rc-tree .rc-tree-treenode .draggable{color:#333;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.rc-tree .rc-tree-treenode.dragging{background:rgba(100,100,255,.1)}.rc-tree .rc-tree-treenode.drop-container>.draggable:after{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 2px red;content:""}.rc-tree .rc-tree-treenode.drop-container~.rc-tree-treenode{border-left:2px solid #d2691e}.rc-tree .rc-tree-treenode.drop-target{background-color:#9acd32}.rc-tree .rc-tree-treenode.drop-target~.rc-tree-treenode{border-left:none}.rc-tree .rc-tree-treenode.filter-node>.rc-tree-node-content-wrapper{color:#a60000!important;font-weight:700!important}.rc-tree .rc-tree-treenode ul{margin:0;padding:0 0 0 18px}.rc-tree .rc-tree-treenode .rc-tree-node-content-wrapper{position:relative;display:inline-block;height:24px;margin:0;padding:0;text-decoration:none;vertical-align:top;cursor:pointer}.rc-tree .rc-tree-treenode span.rc-tree-checkbox,.rc-tree .rc-tree-treenode span.rc-tree-iconEle,.rc-tree .rc-tree-treenode span.rc-tree-switcher{display:inline-block;width:16px;height:16px;margin-right:2px;line-height:16px;vertical-align:-.125em;background-color:transparent;background-image:url("data:image/png;base64,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");background-repeat:no-repeat;background-attachment:scroll;border:0;outline:none;cursor:pointer}.rc-tree .rc-tree-treenode span.rc-tree-checkbox.rc-tree-icon__customize,.rc-tree .rc-tree-treenode span.rc-tree-iconEle.rc-tree-icon__customize,.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-icon__customize{background-image:none}.rc-tree .rc-tree-treenode span.rc-tree-icon_loading{margin-right:2px;vertical-align:top;background:url("data:image/gif;base64,R0lGODlhEAAQAKIGAMLY8YSx5HOm4Mjc88/g9Ofw+v///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADMGi6RbUwGjKIXCAA016PgRBElAVlG/RdLOO0X9nK61W39qvqiwz5Ls/rRqrggsdkAgAh+QQFCgAGACwCAAAABwAFAAADD2hqELAmiFBIYY4MAutdCQAh+QQFCgAGACwGAAAABwAFAAADD1hU1kaDOKMYCGAGEeYFCQAh+QQFCgAGACwKAAIABQAHAAADEFhUZjSkKdZqBQG0IELDQAIAIfkEBQoABgAsCgAGAAUABwAAAxBoVlRKgyjmlAIBqCDCzUoCACH5BAUKAAYALAYACgAHAAUAAAMPaGpFtYYMAgJgLogA610JACH5BAUKAAYALAIACgAHAAUAAAMPCAHWFiI4o1ghZZJB5i0JACH5BAUKAAYALAAABgAFAAcAAAMQCAFmIaEp1motpDQySMNFAgA7") no-repeat scroll 0 0 transparent}.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher-noop{cursor:auto}.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher_open{background-position:-93px -56px}.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher_close{background-position:-75px -56px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox{width:13px;height:13px;margin:0 3px;background-position:0 0}.rc-tree .rc-tree-treenode span.rc-tree-checkbox-checked{background-position:-14px 0}.rc-tree .rc-tree-treenode span.rc-tree-checkbox-indeterminate{background-position:-14px -28px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox-disabled{background-position:0 -56px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox.rc-tree-checkbox-checked.rc-tree-checkbox-disabled{background-position:-14px -56px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox.rc-tree-checkbox-indeterminate.rc-tree-checkbox-disabled{position:relative;background:#ccc;border-radius:3px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox.rc-tree-checkbox-indeterminate.rc-tree-checkbox-disabled:after{position:absolute;top:5px;left:3px;width:5px;height:0;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:scale(1);transform:scale(1);content:" "}.rc-tree:not(.rc-tree-show-line) .rc-tree-treenode .rc-tree-switcher-noop{background:none}.rc-tree.rc-tree-show-line .rc-tree-treenode:not(:last-child)>ul{background:url("data:image/gif;base64,R0lGODlhCQACAIAAAMzMzP///yH5BAEAAAEALAAAAAAJAAIAAAIEjI9pUAA7") 0 0 repeat-y}.rc-tree.rc-tree-show-line .rc-tree-treenode:not(:last-child)>.rc-tree-switcher-noop{background-position:-56px -18px}.rc-tree.rc-tree-show-line .rc-tree-treenode:last-child>.rc-tree-switcher-noop{background-position:-56px -36px}.rc-tree-child-tree{display:none}.rc-tree-child-tree-open{display:block}.rc-tree-treenode-disabled>a,.rc-tree-treenode-disabled>a span,.rc-tree-treenode-disabled>span:not(.rc-tree-switcher){color:#767676;cursor:not-allowed}.rc-tree-treenode-active{background:rgba(0,0,0,.1)}.rc-tree-node-selected{background-color:#ffe6b0;box-shadow:0 0 0 1px #ffb951;opacity:.8}.rc-tree-icon__open{margin-right:2px;vertical-align:top;background-position:-110px -16px}.rc-tree-icon__close{margin-right:2px;vertical-align:top;background-position:-110px 0}.rc-tree-icon__docu{background-position:-110px -32px}.rc-tree-icon__customize,.rc-tree-icon__docu{margin-right:2px;vertical-align:top}.rc-tree-indent,.rc-tree-title{display:inline-block}.rc-tree-indent{height:0;vertical-align:bottom}.rc-tree-indent-unit{display:inline-block;width:16px}.rc-tree-draggable-icon{display:inline-flex;justify-content:center;width:16px}.flexlayout__layout{left:0;top:0;right:0;bottom:0;position:absolute;overflow:hidden}.flexlayout__splitter{background-color:#ddd}.flexlayout__splitter:hover{background-color:#ccc}.flexlayout__splitter_drag{border-radius:5px;background-color:#bbb;z-index:1000}.flexlayout__outline_rect{position:absolute;border:2px solid red;border-radius:5px}.flexlayout__outline_rect,.flexlayout__outline_rect_edge{cursor:move;box-shadow:inset 0 0 60px rgba(0,0,0,.2);z-index:1000;box-sizing:border-box}.flexlayout__outline_rect_edge{border:2px solid green;border-radius:5px}.flexlayout__edge_rect{position:absolute;z-index:1000;box-shadow:inset 0 0 5px rgba(0,0,0,.2);background-color:#d3d3d3}.flexlayout__drag_rect{position:absolute;cursor:move;border:2px solid #aaa;box-shadow:inset 0 0 60px rgba(0,0,0,.3);border-radius:5px;z-index:1000;box-sizing:border-box;background-color:#eee;opacity:.9;text-align:center;display:flex;justify-content:center;flex-direction:column;overflow:hidden;padding:10px;word-wrap:break-word}.flexlayout__tabset{overflow:hidden}.flexlayout__tab,.flexlayout__tabset{background-color:#fff;box-sizing:border-box}.flexlayout__tab{overflow:auto;position:absolute}.flexlayout__tab_button{cursor:pointer;padding:2px 8px 3px;margin:2px;box-shadow:inset 0 0 5px rgba(0,0,0,.15);border-top-left-radius:3px;border-top-right-radius:3px;float:left;vertical-align:top;box-sizing:border-box}.flexlayout__tab_button--selected{color:#000;background-color:#ddd}.flexlayout__tab_button--unselected{color:grey}.flexlayout__tab_button_content,.flexlayout__tab_button_leading{float:left;display:inline-block}.flexlayout__tab_button_textbox{float:left;border:none;color:green;background-color:#ddd}.flexlayout__tab_button_textbox:focus{outline:none}.flexlayout__tab_button_trailing{float:left;display:inline-block;margin-left:5px;margin-top:3px;width:8px;height:8px}.flexlayout__tab_button--selected .flexlayout__tab_button_trailing,.flexlayout__tab_button:hover .flexlayout__tab_button_trailing{background:transparent url([object Module]) no-repeat 50%}.flexlayout__tab_button_overflow{float:left;width:20px;height:15px;margin-top:2px;padding-left:12px;border:none;font-size:10px;font-family:Arial,sans-serif;background:transparent url([object Module]) no-repeat 0}.flexlayout__tabset_header{position:absolute;left:0;right:0;background-color:#e8e8e8;padding:3px 3px 3px 5px;box-shadow:inset 0 0 3px 0 hsla(0,0%,53.3%,.54);box-sizing:border-box}.flexlayout__tab_header_outer{background-color:#fff;position:absolute;left:0;right:0;overflow:hidden}.flexlayout__tab_header_inner{position:absolute;left:0;top:0;bottom:0;width:10000px}.flexlayout__tabset-selected{background-image:linear-gradient(#fff,#ccc)}.flexlayout__tabset-maximized{background-image:linear-gradient(#aaa,#eee)}.flexlayout__tab_toolbar{position:absolute;display:flex;flex-direction:row-reverse;align-items:center;top:0;bottom:0;right:0}.flexlayout__tab_toolbar_button-max,.flexlayout__tab_toolbar_button-min{width:20px;height:20px;border:none;outline-width:0;background:transparent url([object Module]) no-repeat 50%}.flexlayout__popup_menu{font-size:12px;font-family:Arial,sans-serif}.flexlayout__popup_menu_item{padding:2px 10px}.flexlayout__popup_menu_item:hover{background-color:#d3d3d3}.flexlayout__popup_menu_container{box-shadow:inset 0 0 5px rgba(0,0,0,.15);border:1px solid #d3d3d3;background:#fff;border-radius:3px;position:absolute;z-index:1000}.flexlayout__border_top{border-bottom:1px solid #ddd}.flexlayout__border_bottom,.flexlayout__border_top{background-color:#eee;box-sizing:border-box;overflow:hidden}.flexlayout__border_bottom{border-top:1px solid #ddd}.flexlayout__border_left{border-right:1px solid #ddd}.flexlayout__border_left,.flexlayout__border_right{background-color:#eee;box-sizing:border-box;overflow:hidden}.flexlayout__border_right{border-left:1px solid #ddd}.flexlayout__border_inner_bottom{display:flex}.flexlayout__border_inner_left{position:absolute;white-space:nowrap;right:23px;transform-origin:top right;transform:rotate(-90deg)}.flexlayout__border_inner_right{position:absolute;white-space:nowrap;left:23px;transform-origin:top left;transform:rotate(90deg)}.flexlayout__border_button{display:inline-block;cursor:pointer;padding:2px 8px 3px;margin:2px;box-shadow:inset 0 0 5px rgba(0,0,0,.15);border-radius:3px;vertical-align:top;box-sizing:border-box;white-space:nowrap}.flexlayout__border_button--selected{color:#000;background-color:#ddd}.flexlayout__border_button--unselected{color:grey}.flexlayout__border_button_leading{display:inline}.flexlayout__border_button_content{display:inline-block}.flexlayout__border_button_textbox{float:left;border:none;color:green;background-color:#ddd}.flexlayout__border_button_textbox:focus{outline:none}.flexlayout__border_button_trailing{display:inline-block;margin-left:5px;margin-top:3px;width:8px;height:8px}.flexlayout__border_button--selected .flexlayout__border_button_trailing,.flexlayout__border_button:hover .flexlayout__border_button_trailing{background:transparent url([object Module]) no-repeat 50%}.flexlayout__border_toolbar_left,.flexlayout__border_toolbar_right{position:absolute;display:flex;flex-direction:column-reverse;align-items:center;bottom:0;left:0;right:0}.flexlayout__border_toolbar_bottom,.flexlayout__border_toolbar_top{position:absolute;display:flex;flex-direction:row-reverse;align-items:center;top:0;bottom:0;right:0}.flexlayout__border_button_overflow_bottom,.flexlayout__border_button_overflow_left,.flexlayout__border_button_overflow_right,.flexlayout__border_button_overflow_top{width:20px;height:15px;margin-top:2px;padding-left:12px;border:none;font-size:10px;font-family:Arial,sans-serif;background:transparent url([object Module]) no-repeat 0}:root{--main-font:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;--second-font:Helvetica Neue,Helvetica,Arial,sans-serif;--xs-font:10px;--sm-font:12px;--md-font:14px;--lg-font:16px;--xl-font:22px;--xxl-font:26px;--xxxl-font:32px;--font-weight-regular:400;--font-weight-semi-bold:600;--font-weight-bold:700;--primary-color:#006cff;--primary-color-faded:rgba(0,108,255,0.3607843137254902);--magenta:#f0f;--red:red;--faded-red:rgba(208,2,27,0.10196078431372549);--blue:#026afa;--faded-blue:#cfe3ff;--dt-bg-team:#1d1f22;--border-color:rgba(0,0,0,0.0784313725490196);--lighten-black:grey;--lighten-grey:#858585;--light-grey:#ebebeb;--grey:#7a7a7a;--dark-grey:#343434;--green:#28ca42;--faded-green:rgba(2,208,2,0.10196078431372549);--white:#fff;--white5:hsla(0,0%,100%,0.050980392156862744);--white10:hsla(0,0%,100%,0.10196078431372549);--white20:hsla(0,0%,100%,0.2);--white30:hsla(0,0%,100%,0.30196078431372547);--white40:hsla(0,0%,100%,0.4);--white50:hsla(0,0%,100%,0.5019607843137255);--white60:hsla(0,0%,100%,0.6);--white70:hsla(0,0%,100%,0.7019607843137254);--white80:hsla(0,0%,100%,0.8);--white90:hsla(0,0%,100%,0.9019607843137255);--white95:hsla(0,0%,100%,0.9490196078431372);--black:#000;--black5:rgba(0,0,0,0.050980392156862744);--black10:rgba(0,0,0,0.10196078431372549);--black20:rgba(0,0,0,0.2);--black30:rgba(0,0,0,0.30196078431372547);--black40:rgba(0,0,0,0.4);--black50:rgba(0,0,0,0.5019607843137255);--black60:rgba(0,0,0,0.6);--black70:rgba(0,0,0,0.7019607843137254);--black80:rgba(0,0,0,0.8);--black90:rgba(0,0,0,0.9019607843137255);--black95:rgba(0,0,0,0.9490196078431372);--border-radius:16px;--border-radius-sm:calc(var(--border-radius)/4);--border-radius-md:calc(var(--border-radius)/2);--border-radius-round:999px;--spacing-unit:8px;--xxs-p:calc(var(--spacing-unit)/2);--xs-p:var(--spacing-unit);--sm-p:calc(var(--spacing-unit)*2);--md-p:calc(var(--spacing-unit)*3);--lg-p:calc(var(--spacing-unit)*4);--xl-p:calc(var(--spacing-unit)*5);--xxl-p:calc(var(--spacing-unit)*8);--xxs-m:calc(var(--spacing-unit)/2);--xs-m:var(--spacing-unit);--sm-m:calc(var(--spacing-unit)*2);--md-m:calc(var(--spacing-unit)*3);--lg-m:calc(var(--spacing-unit)*4);--xl-m:calc(var(--spacing-unit)*5);--xxl-m:calc(var(--spacing-unit)*8);--assetsPath:"../assets";--accent_blue:#005fff;--accent_green:#20e070;--accent_red:#ff3742;--bg-gradient-end:#f7f7f7;--bg-gradient-start:#fcfcfc;--blue-alice:#e9f2ff;--border:rgba(0,0,0,0.0784313725490196);--button-background:#fff;--button-text:#005fff;--secondary-button-text:var(--grey);--grey-gainsboro:#dbdbdb;--grey-whisper:#ecebeb;--highlight:#fbf4dd;--modal-shadow:rgba(0,0,0,0.6);--overlay:rgba(0,0,0,0.2);--overlay-dark:rgba(0,0,0,0.6);--shadow-icon:rgba(0,0,0,0.25098039215686274);--targetedMessageBackground:#fbf4dd;--transparent:transparent;--white-smoke:#f2f2f2;--white-snow:#fcfcfc;--modal-overlay-color:rgba(0,0,0,0.89);--modal-edit-message-form-width:47em}.str-chat{box-sizing:border-box}.str-chat *,.str-chat :after,.str-chat :before{box-sizing:inherit;font-family:var(--second-font)}.clearfix{clear:both}.messenger-chat.str-chat{display:flex;align-items:flex-start;justify-content:flex-start;font-family:var(--second-font);height:100vh;margin:0;flex:1 0 100%}.messenger-chat.str-chat .str-chat__container{flex:1;height:100%;display:flex;flex-direction:row}.messenger-chat.str-chat .str-chat__main-panel{width:100%;min-width:250px;flex:1;height:100%;display:flex;flex-direction:column;padding:var(--sm-p) var(--sm-p) 0 var(--xs-p)}.str-chat{height:100vh;font-family:var(--second-font);color:var(--black)}.str-chat.dark{color:var(--white)}.str-chat.commerce,.str-chat.messaging{background-color:var(--grey-gainsboro)}.str-chat.commerce.dark,.str-chat.messaging.dark{background-color:var(--dark-grey)}.str-chat.livestream.dark,.str-chat.team.dark{background:var(--dark-grey)}@font-face{font-family:ReplaceFlagEmojiPNG;src:url(static/fonts/148141acfb7ce6e4f383413ae0d917a9.woff2) format("woff2");unicode-range:u+1f1e6-1f1ff}@font-face{font-family:ReplaceFlagEmojiSVG;src:url(static/fonts/90ee5fb894c8d349bc54a8c0d1969424.woff2) format("woff2");unicode-range:u+1f1e6-1f1ff}.str-chat--windows-flags .emoji-mart-emoji-native *,.str-chat--windows-flags .str-chat__emoji-item--entity,.str-chat--windows-flags .str-chat__message-text-inner *,.str-chat--windows-flags .str-chat__textarea__textarea{font-family:ReplaceFlagEmojiPNG,var(--second-font),sans-serif;font-display:swap}@-moz-document url-prefix(""){.str-chat--windows-flags .emoji-mart-emoji-native *,.str-chat--windows-flags .str-chat__emoji-item--entity,.str-chat--windows-flags .str-chat__message-text-inner *,.str-chat--windows-flags .str-chat__textarea__textarea{font-family:ReplaceFlagEmojiSVG,var(--second-font),sans-serif;font-display:swap}}.str-chat-channel-list{float:left}.str-chat-channel{max-height:100vh}.str-chat-channel .str-chat__container{height:100%;display:flex}.str-chat-channel .str-chat__container .str-chat-angular__main-panel-inner,.str-chat-channel .str-chat__container .str-chat__main-panel{height:100%;width:100%;min-width:250px;display:flex;flex-direction:column;flex:1}.str-chat-channel .str-chat__container .str-chat-angular__main-panel-inner--hideOnThread,.str-chat-channel .str-chat__container .str-chat__main-panel--hideOnThread{display:none}.str-chat-channel .str-chat__container .rfu-dropzone{width:100%}.str-chat-channel.messaging .str-chat__main-panel{padding:var(--sm-p) var(--xs-p) 0 0}@media screen and (max-width:960px){.str-chat-channel.messaging .str-chat__main-panel{padding:var(--xxs-p) var(--xxs-p) 0}}.str-chat-channel.team .str-chat__container{display:flex}.str-chat-channel.commerce .str-chat__main-panel{width:100%}.str-chat-channel.commerce .str-chat__container{background:var(--white95)}.str-chat-channel.commerce.dark .str-chat__container{background:var(--dark-grey);box-shadow:0 10px 31px 0 var(--black50)}.str-chat.dark .emoji-mart{background:var(--dark-grey);border:var(--dark-grey)}.str-chat.dark .emoji-mart-category-label span,.str-chat.dark .emoji-mart-search input{background:var(--dark-grey);color:var(--white)}.str-chat.dark .emoji-mart-search button svg{fill:var(--white)}.emoji-mart,.emoji-mart *{box-sizing:border-box;line-height:1.15}.emoji-mart{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:16px;display:inline-block;color:#222427;border:1px solid #d9d9d9;border-radius:5px;background:#fff}.emoji-mart .emoji-mart-emoji{padding:6px}.emoji-mart-bar{border:0 solid #d9d9d9}.emoji-mart-bar:first-child{border-bottom-width:1px;border-top-left-radius:5px;border-top-right-radius:5px}.emoji-mart-bar:last-child{border-top-width:1px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.emoji-mart-anchors{display:flex;flex-direction:row;justify-content:space-between;padding:0 6px;line-height:0}.emoji-mart-anchor{position:relative;display:block;flex:1 1 auto;color:#858585;text-align:center;padding:12px 4px;overflow:hidden;transition:color .1s ease-out;margin:0;box-shadow:none;background:none;border:none}.emoji-mart-anchor:focus{outline:0}.emoji-mart-anchor-selected,.emoji-mart-anchor:focus,.emoji-mart-anchor:hover{color:#464646}.emoji-mart-anchor-selected .emoji-mart-anchor-bar{bottom:0}.emoji-mart-anchor-bar{position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-color:#464646}.emoji-mart-anchors i{display:inline-block;width:100%;max-width:22px}.emoji-mart-anchors img,.emoji-mart-anchors svg{fill:currentColor;height:18px;width:18px}.emoji-mart-scroll{overflow-y:scroll;overflow-x:hidden;height:270px;padding:0 6px 6px;will-change:transform}.emoji-mart-search{margin-top:6px;padding:0 6px;position:relative}.emoji-mart-search input{font-size:16px;display:block;width:100%;padding:5px 25px 6px 10px;border-radius:5px;border:1px solid #d9d9d9;outline:0}.emoji-mart-search input,.emoji-mart-search input::-webkit-search-cancel-button,.emoji-mart-search input::-webkit-search-decoration,.emoji-mart-search input::-webkit-search-results-button,.emoji-mart-search input::-webkit-search-results-decoration{-webkit-appearance:none}.emoji-mart-search-icon{position:absolute;top:7px;right:11px;z-index:2;padding:2px 5px 1px;border:none;background:none}.emoji-mart-category .emoji-mart-emoji span{z-index:1;position:relative;text-align:center;cursor:default}.emoji-mart-category .emoji-mart-emoji:hover:before{z-index:0;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f4f4f4;border-radius:100%}.emoji-mart-category-label{z-index:2;position:relative;position:-webkit-sticky;position:sticky;top:0}.emoji-mart-category-label span{display:block;width:100%;font-weight:500;padding:5px 6px;background-color:#fff;background-color:hsla(0,0%,100%,.95)}.emoji-mart-category-list{margin:0;padding:0}.emoji-mart-category-list li{list-style:none;margin:0;padding:0;display:inline-block}.emoji-mart-emoji{position:relative;display:inline-block;font-size:0;margin:0;padding:0;border:none;background:none;box-shadow:none}.emoji-mart-emoji-native{font-family:Segoe UI Emoji,Segoe UI Symbol,Segoe UI,Apple Color Emoji,Twemoji Mozilla,Noto Color Emoji,Android Emoji}.emoji-mart-no-results{font-size:14px;text-align:center;padding-top:70px;color:#858585}.emoji-mart-no-results-img{display:block;margin-left:auto;margin-right:auto;width:50%}.emoji-mart-no-results .emoji-mart-category-label{display:none}.emoji-mart-no-results .emoji-mart-no-results-label{margin-top:.2em}.emoji-mart-no-results .emoji-mart-emoji:hover:before{content:none}.emoji-mart-preview{position:relative;height:70px}.emoji-mart-preview-data,.emoji-mart-preview-emoji,.emoji-mart-preview-skins{position:absolute;top:50%;transform:translateY(-50%)}.emoji-mart-preview-emoji{left:12px}.emoji-mart-preview-data{left:68px;right:12px;word-break:break-all}.emoji-mart-preview-skins{right:30px;text-align:right}.emoji-mart-preview-skins.custom{right:10px;text-align:right}.emoji-mart-preview-name{font-size:14px}.emoji-mart-preview-shortname{font-size:12px;color:#888}.emoji-mart-preview-emoticon+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-shortname{margin-left:.5em}.emoji-mart-preview-emoticon{font-size:11px;color:#bbb}.emoji-mart-title span{display:inline-block;vertical-align:middle}.emoji-mart-title .emoji-mart-emoji{padding:0}.emoji-mart-title-label{color:#999a9c;font-size:26px;font-weight:300}.emoji-mart-skin-swatches{font-size:0;padding:2px 0;border:1px solid #d9d9d9;border-radius:12px;background-color:#fff}.emoji-mart-skin-swatches.custom{font-size:0;border:none;background-color:#fff}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch{width:16px;padding:0 2px}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after{opacity:.75}.emoji-mart-skin-swatch{display:inline-block;width:0;vertical-align:middle;transition-property:width,padding;transition-duration:.125s;transition-timing-function:ease-out}.emoji-mart-skin-swatch:first-child{transition-delay:0s}.emoji-mart-skin-swatch:nth-child(2){transition-delay:.03s}.emoji-mart-skin-swatch:nth-child(3){transition-delay:.06s}.emoji-mart-skin-swatch:nth-child(4){transition-delay:.09s}.emoji-mart-skin-swatch:nth-child(5){transition-delay:.12s}.emoji-mart-skin-swatch:nth-child(6){transition-delay:.15s}.emoji-mart-skin-swatch.selected{position:relative;width:16px;padding:0 2px}.emoji-mart-skin-swatch.selected:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;margin:-2px 0 0 -2px;background-color:#fff;border-radius:100%;pointer-events:none;opacity:0;transition:opacity .2s ease-out}.emoji-mart-skin-swatch.custom{display:inline-block;width:0;height:38px;overflow:hidden;vertical-align:middle;transition-property:width,height;transition-duration:.125s;transition-timing-function:ease-out;cursor:default}.emoji-mart-skin-swatch.custom.selected{position:relative;width:36px;height:38px;padding:0 2px 0 0}.emoji-mart-skin-swatch.custom.selected:after{content:"";width:0;height:0}.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover{background-color:#f4f4f4;border-radius:10%}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom{width:36px;height:38px;padding:0 2px 0 0}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after{opacity:.75}.emoji-mart-skin-text.opened{display:inline-block;vertical-align:middle;text-align:left;color:#888;font-size:11px;padding:5px 2px;width:95px;height:40px;border-radius:10%;background-color:#fff}.emoji-mart-skin{display:inline-block;width:100%;padding-top:100%;max-width:12px;border-radius:100%}.emoji-mart-skin-tone-1{background-color:#ffc93a}.emoji-mart-skin-tone-2{background-color:#fadcbc}.emoji-mart-skin-tone-3{background-color:#e0bb95}.emoji-mart-skin-tone-4{background-color:#bf8f68}.emoji-mart-skin-tone-5{background-color:#9b643d}.emoji-mart-skin-tone-6{background-color:#594539}.emoji-mart-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.emoji-mart-dark{color:#fff;background-color:#222}.emoji-mart-dark,.emoji-mart-dark .emoji-mart-bar{border-color:#555453}.emoji-mart-dark .emoji-mart-search input{color:#fff;border-color:#555453;background-color:#2f2f2f}.emoji-mart-dark .emoji-mart-search-icon svg{fill:#fff}.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:#444}.emoji-mart-dark .emoji-mart-category-label span{background-color:#222;color:#fff}.emoji-mart-dark .emoji-mart-skin-swatches{border-color:#555453;background-color:#222}.emoji-mart-dark .emoji-mart-anchor-selected,.emoji-mart-dark .emoji-mart-anchor:focus,.emoji-mart-dark .emoji-mart-anchor:hover{color:#bfbfbf}.mml-container{font-family:inherit;line-height:1.26;font-size:15px}.mml-container *{box-sizing:border-box}.mml-wrap{display:flex;flex-direction:column;max-width:66.66%}.mml-align-left .mml-wrap{margin-right:auto}.mml-align-right .mml-wrap{margin-left:auto}.mml-wrap>*{border-radius:16px}.mml-align-left .mml-wrap>*{margin-right:auto}.mml-align-right .mml-wrap>*{margin-left:auto}.mml-align-left .mml-wrap>:last-child:not(.mml-btn){border-bottom-left-radius:0}.mml-align-right .mml-wrap>:last-child:not(.mml-btn){border-bottom-right-radius:0}.mml-add-to-calendar>.mml-card-body:last-child{overflow:hidden;border-bottom:1px solid #e5e5e6}.base-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#1b2d46}.commerce-light .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#eaeaea}.commerce-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#004ccc}.livestream-light .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#bed5e4}.livestream-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#081e58}.messaging-light .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#d6d6d6}.messaging-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#252628}.team-light .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#eaeaea}.team-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#4e00cc}.mml-align-left .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-right-radius:16px}.mml-align-right .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-left-radius:16px}.mml-btn{display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;-webkit-appearance:none;padding:6px 16px;border-radius:16px;border:1px solid #f2f2f2;color:#006cff;background:#f2f2f2;font-family:inherit;font-weight:700;font-size:15px;margin:0}.base-dark .mml-btn{border-color:#1a232e}.commerce-light .mml-btn{border-color:#d9e1e6}.commerce-dark .mml-btn{border-color:#1c1f27}.livestream-light .mml-btn{border-color:#d9e1e6}.livestream-dark .mml-btn{border-color:#041b55}.messaging-light .mml-btn{border-color:#ebebeb}.messaging-dark .mml-btn{border-color:#242424}.team-light .mml-btn{border-color:#ccc}.team-dark .mml-btn{border-color:#201c27}.base-dark .mml-btn{color:#006cff}.commerce-light .mml-btn{color:#005fff}.commerce-dark .mml-btn{color:#004ccc}.livestream-light .mml-btn{color:#19a0ff}.livestream-dark .mml-btn{color:#0d47d9}.messaging-dark .mml-btn,.messaging-light .mml-btn{color:#0283ff}.team-light .mml-btn{color:#4e1d9d}.team-dark .mml-btn{color:#5d02f0}.base-dark .mml-btn{background:#152438}.commerce-light .mml-btn{background:#fff}.commerce-dark .mml-btn{background:#1c1f27}.livestream-light .mml-btn{background:#fff}.livestream-dark .mml-btn{background:#010c29}.messaging-light .mml-btn{background:#fff}.messaging-dark .mml-btn{background:#3e4042}.team-light .mml-btn{background:#fff}.team-dark .mml-btn{background:#201c27}.mml-btn:not([disabled]){cursor:pointer}.mml-btn:focus,.mml-btn:hover{border-color:#006cff;color:#fff;background:#006cff}.base-dark .mml-btn:focus,.base-dark .mml-btn:hover{border-color:#006cff}.commerce-light .mml-btn:focus,.commerce-light .mml-btn:hover{border-color:#005fff}.commerce-dark .mml-btn:focus,.commerce-dark .mml-btn:hover{border-color:#004ccc}.livestream-light .mml-btn:focus,.livestream-light .mml-btn:hover{border-color:#19a0ff}.livestream-dark .mml-btn:focus,.livestream-dark .mml-btn:hover{border-color:#0d47d9}.messaging-dark .mml-btn:focus,.messaging-dark .mml-btn:hover,.messaging-light .mml-btn:focus,.messaging-light .mml-btn:hover{border-color:#0283ff}.team-light .mml-btn:focus,.team-light .mml-btn:hover{border-color:#4e1d9d}.team-dark .mml-btn:focus,.team-dark .mml-btn:hover{border-color:#5d02f0}.base-dark .mml-btn:focus,.base-dark .mml-btn:hover,.commerce-dark .mml-btn:focus,.commerce-dark .mml-btn:hover,.commerce-light .mml-btn:focus,.commerce-light .mml-btn:hover,.livestream-dark .mml-btn:focus,.livestream-dark .mml-btn:hover,.livestream-light .mml-btn:focus,.livestream-light .mml-btn:hover,.messaging-light .mml-btn:focus,.messaging-light .mml-btn:hover{color:#fff}.messaging-dark .mml-btn:focus,.messaging-dark .mml-btn:hover{color:#e8e8e9}.team-dark .mml-btn:focus,.team-dark .mml-btn:hover,.team-light .mml-btn:focus,.team-light .mml-btn:hover{color:#fff}.base-dark .mml-btn:focus,.base-dark .mml-btn:hover{background:#006cff}.commerce-light .mml-btn:focus,.commerce-light .mml-btn:hover{background:#005fff}.commerce-dark .mml-btn:focus,.commerce-dark .mml-btn:hover{background:#004ccc}.livestream-light .mml-btn:focus,.livestream-light .mml-btn:hover{background:#19a0ff}.livestream-dark .mml-btn:focus,.livestream-dark .mml-btn:hover{background:#0d47d9}.messaging-dark .mml-btn:focus,.messaging-dark .mml-btn:hover,.messaging-light .mml-btn:focus,.messaging-light .mml-btn:hover{background:#0283ff}.team-light .mml-btn:focus,.team-light .mml-btn:hover{background:#4e1d9d}.team-dark .mml-btn:focus,.team-dark .mml-btn:hover{background:#5d02f0}.mml-btn[disabled]{border-color:#f2f2f2;color:#b2b1b5;background:#f2f2f2}.base-dark .mml-btn[disabled]{border-color:#152438}.commerce-light .mml-btn[disabled]{border-color:#fff}.commerce-dark .mml-btn[disabled]{border-color:#1c1f27}.livestream-light .mml-btn[disabled]{border-color:#fff}.livestream-dark .mml-btn[disabled]{border-color:#010c29}.messaging-light .mml-btn[disabled]{border-color:#fff}.messaging-dark .mml-btn[disabled]{border-color:#3e4042}.team-light .mml-btn[disabled]{border-color:#fff}.team-dark .mml-btn[disabled]{border-color:#201c27}.base-dark .mml-btn[disabled]{color:#57606b}.commerce-light .mml-btn[disabled]{color:#b6bece}.commerce-dark .mml-btn[disabled]{color:#43527c}.livestream-light .mml-btn[disabled]{color:#85cdff}.livestream-dark .mml-btn[disabled]{color:#48526a}.messaging-light .mml-btn[disabled]{color:#b3b3b3}.messaging-dark .mml-btn[disabled]{color:#626262}.team-light .mml-btn[disabled]{color:#9f8bbf}.team-dark .mml-btn[disabled]{color:#59437c}.base-dark .mml-btn[disabled]{background:#152438}.commerce-light .mml-btn[disabled]{background:#fff}.commerce-dark .mml-btn[disabled]{background:#1c1f27}.livestream-light .mml-btn[disabled]{background:#fff}.livestream-dark .mml-btn[disabled]{background:#010c29}.messaging-light .mml-btn[disabled]{background:#fff}.messaging-dark .mml-btn[disabled]{background:#3e4042}.team-light .mml-btn[disabled]{background:#fff}.team-dark .mml-btn[disabled]{background:#201c27}.mml-btn:focus{outline:none}.mml-btn--floating{box-shadow:0 2px 5px rgba(0,0,0,.15)}.base-dark .mml-btn--floating{box-shadow:0 4px 4px rgba(0,0,0,.15)}.commerce-light .mml-btn--floating{box-shadow:0 2px 5px rgba(0,0,0,.08)}.commerce-dark .mml-btn--floating{box-shadow:0 4px 4px rgba(0,0,0,.15)}.livestream-light .mml-btn--floating{box-shadow:0 2px 5px rgba(190,213,228,.5)}.livestream-dark .mml-btn--floating{box-shadow:0 4px 4px rgba(0,0,0,.15)}.messaging-light .mml-btn--floating{box-shadow:0 2px 5px rgba(0,74,174,.15)}.messaging-dark .mml-btn--floating{box-shadow:0 4px 4px rgba(0,0,0,.1)}.team-light .mml-btn--floating{box-shadow:0 2px 5px rgba(0,0,0,.08)}.team-dark .mml-btn--floating{box-shadow:0 4px 4px rgba(0,0,0,.15)}.mml-btn--floating:focus{box-shadow:none!important}.mml-btn--with-icon .mml-icon{margin-right:.4em}.mml-btn--icon{padding:5px;border-radius:100%}.mml-btnlist{display:flex}.mml-btnlist--grounded{flex-direction:column;overflow:hidden;width:100%;border:1px solid #e5e5e6;background:#f2f2f2}.base-dark .mml-btnlist--grounded{border-color:#1b2d46}.commerce-light .mml-btnlist--grounded{border-color:#eaeaea}.commerce-dark .mml-btnlist--grounded{border-color:#004ccc}.livestream-light .mml-btnlist--grounded{border-color:#bed5e4}.livestream-dark .mml-btnlist--grounded{border-color:#081e58}.messaging-light .mml-btnlist--grounded{border-color:#d6d6d6}.messaging-dark .mml-btnlist--grounded{border-color:#252628}.team-light .mml-btnlist--grounded{border-color:#eaeaea}.team-dark .mml-btnlist--grounded{border-color:#4e00cc}.base-dark .mml-btnlist--grounded{background:#152438}.commerce-light .mml-btnlist--grounded{background:#fff}.commerce-dark .mml-btnlist--grounded{background:#1c1f27}.livestream-light .mml-btnlist--grounded{background:#fff}.livestream-dark .mml-btnlist--grounded{background:#010c29}.messaging-light .mml-btnlist--grounded{background:#fff}.messaging-dark .mml-btnlist--grounded{background:#3e4042}.team-light .mml-btnlist--grounded{background:#fff}.team-dark .mml-btnlist--grounded{background:#201c27}.mml-btnlist--grounded .mml-btn{width:100%;margin:0;padding:12px 16px;border-width:0 0 1px;border-radius:0;border-color:#e5e5e6}.base-dark .mml-btnlist--grounded .mml-btn{border-color:#1b2d46}.commerce-light .mml-btnlist--grounded .mml-btn{border-color:#eaeaea}.commerce-dark .mml-btnlist--grounded .mml-btn{border-color:#004ccc}.livestream-light .mml-btnlist--grounded .mml-btn{border-color:#bed5e4}.livestream-dark .mml-btnlist--grounded .mml-btn{border-color:#081e58}.messaging-light .mml-btnlist--grounded .mml-btn{border-color:#d6d6d6}.messaging-dark .mml-btnlist--grounded .mml-btn{border-color:#252628}.team-light .mml-btnlist--grounded .mml-btn{border-color:#eaeaea}.team-dark .mml-btnlist--grounded .mml-btn{border-color:#4e00cc}.mml-btnlist--grounded .mml-btn:not(:hover):not(:focus){background:none}.mml-btnlist--grounded .mml-btn:last-child{border-width:0}.mml-btnlist--grounded .mml-btn--with-icon{justify-content:flex-start;font-weight:400}.mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#0e1621}.base-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#fff}.commerce-light .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#202a3c}.commerce-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#e2e5e9}.livestream-light .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#2c2c30}.livestream-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#fff}.messaging-light .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#0e1621}.messaging-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#e8e8e9}.team-light .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#2e2c30}.team-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#e5e2e9}.mml-btnlist--floating{flex-direction:row;flex-wrap:wrap;justify-content:center}.mml-align-right .mml-btnlist--floating{margin-left:calc(-50% - 8px);margin-right:-8px}.mml-align-left .mml-btnlist--floating{margin-left:-8px;margin-right:calc(-50% - 8px)}.mml-btnlist--floating .mml-btn{margin:8px}.mml-align-right .mml-carousel{margin-left:-50%}.mml-align-left .mml-carousel{margin-right:-50%}.mml-carousel__track{display:flex;padding:8px 0;overflow-x:scroll;scrollbar-width:none;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.mml-carousel__track::-webkit-scrollbar{display:none}.mml-carousel__slides{display:flex;flex-wrap:nowrap;min-width:100%}.mml-carousel__slide{scroll-snap-align:center;display:flex;flex-direction:column;margin-right:8px}.mml-align-right .mml-carousel__slide:first-child{margin-left:auto}.mml-carousel__slide:last-child{margin-right:0}.mml-carousel-item>:not(:first-child):not(:last-child){background:#fff}.base-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#0e1723}.commerce-light .mml-carousel-item>:not(:first-child):not(:last-child){background:#f5f9ff}.commerce-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#0c0e12}.livestream-light .mml-carousel-item>:not(:first-child):not(:last-child){background:#f1faff}.livestream-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#00091f}.messaging-light .mml-carousel-item>:not(:first-child):not(:last-child){background:#f7f7f8}.messaging-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#2d2e2f}.team-light .mml-carousel-item>:not(:first-child):not(:last-child){background:#f9f5ff}.team-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#0f0c12}.mml-carousel-item>.mml-md,.mml-carousel-item>.mml-text{border-color:#e5e5e6;border-style:solid;border-width:0 1px;padding:0 8px 8px}.base-dark .mml-carousel-item>.mml-md,.base-dark .mml-carousel-item>.mml-text{border-color:#1b2d46}.commerce-light .mml-carousel-item>.mml-md,.commerce-light .mml-carousel-item>.mml-text{border-color:#eaeaea}.commerce-dark .mml-carousel-item>.mml-md,.commerce-dark .mml-carousel-item>.mml-text{border-color:#004ccc}.livestream-light .mml-carousel-item>.mml-md,.livestream-light .mml-carousel-item>.mml-text{border-color:#bed5e4}.livestream-dark .mml-carousel-item>.mml-md,.livestream-dark .mml-carousel-item>.mml-text{border-color:#081e58}.messaging-light .mml-carousel-item>.mml-md,.messaging-light .mml-carousel-item>.mml-text{border-color:#d6d6d6}.messaging-dark .mml-carousel-item>.mml-md,.messaging-dark .mml-carousel-item>.mml-text{border-color:#252628}.team-light .mml-carousel-item>.mml-md,.team-light .mml-carousel-item>.mml-text{border-color:#eaeaea}.team-dark .mml-carousel-item>.mml-md,.team-dark .mml-carousel-item>.mml-text{border-color:#4e00cc}.mml-carousel-item>.mml-md:first-of-type,.mml-carousel-item>.mml-text:first-of-type{padding-top:8px;padding-bottom:6px}.mml-carousel-item>.mml-md:last-of-type,.mml-carousel-item>.mml-text:last-of-type{flex:1}.mml-carousel-item>.mml-text{font-size:11px;color:#8a898e}.base-dark .mml-carousel-item>.mml-text{color:#868b91}.commerce-light .mml-carousel-item>.mml-text{color:#6c7a93}.commerce-dark .mml-carousel-item>.mml-text{color:#afc0df}.livestream-light .mml-carousel-item>.mml-text{color:#7ba0bb}.livestream-dark .mml-carousel-item>.mml-text{color:#7889b6}.messaging-light .mml-carousel-item>.mml-text{color:#8c8c8c}.messaging-dark .mml-carousel-item>.mml-text{color:#898a8b}.team-light .mml-carousel-item>.mml-text{color:#7c61a8}.team-dark .mml-carousel-item>.mml-text{color:#c1afdf}.mml-carousel-item .mml-btn{padding:10px 16px;border-top-left-radius:0;border-top-right-radius:0;border:1px solid #e5e5e6}.base-dark .mml-carousel-item .mml-btn{border-color:#1b2d46}.commerce-light .mml-carousel-item .mml-btn{border-color:#eaeaea}.commerce-dark .mml-carousel-item .mml-btn{border-color:#004ccc}.livestream-light .mml-carousel-item .mml-btn{border-color:#bed5e4}.livestream-dark .mml-carousel-item .mml-btn{border-color:#081e58}.messaging-light .mml-carousel-item .mml-btn{border-color:#d6d6d6}.messaging-dark .mml-carousel-item .mml-btn{border-color:#252628}.team-light .mml-carousel-item .mml-btn{border-color:#eaeaea}.team-dark .mml-carousel-item .mml-btn{border-color:#4e00cc}.mml-col-align-center{justify-content:center}.mml-col-align-right{justify-content:flex-end}.mml-col-1,.mml-col-2,.mml-col-3,.mml-col-4,.mml-col-5,.mml-col-6,.mml-col-7,.mml-col-8,.mml-col-9,.mml-col-10,.mml-col-11,.mml-col-12{position:relative;width:100%;padding-right:4px;padding-left:4px}.mml-col-1{flex:0 0 8.33333%;max-width:8.33333%}.mml-col-2{flex:0 0 16.66667%;max-width:16.66667%}.mml-col-3{flex:0 0 25%;max-width:25%}.mml-col-4{flex:0 0 33.33333%;max-width:33.33333%}.mml-col-5{flex:0 0 41.66667%;max-width:41.66667%}.mml-col-6{flex:0 0 50%;max-width:50%}.mml-col-7{flex:0 0 58.33333%;max-width:58.33333%}.mml-col-8{flex:0 0 66.66667%;max-width:66.66667%}.mml-col-9{flex:0 0 75%;max-width:75%}.mml-col-10{flex:0 0 83.33333%;max-width:83.33333%}.mml-col-11{flex:0 0 91.66667%;max-width:91.66667%}.mml-col-12{flex:0 0 100%;max-width:100%}.mml-col-auto{flex:0 0 auto;width:auto;max-width:100%}.mml-offset-1{margin-left:8.33333%}.mml-offset-2{margin-left:16.66667%}.mml-offset-3{margin-left:25%}.mml-offset-4{margin-left:33.33333%}.mml-offset-5{margin-left:41.66667%}.mml-offset-6{margin-left:50%}.mml-offset-7{margin-left:58.33333%}.mml-offset-8{margin-left:66.66667%}.mml-offset-9{margin-left:75%}.mml-offset-10{margin-left:83.33333%}.mml-offset-11{margin-left:91.66667%}.mml-error{display:flex;justify-content:center;padding:8px;color:#bb5151;font-size:88%}.mml-icon{font-family:Material Icons;line-height:16px;font-size:16px}.mml-icon__svg{width:1em;height:1em;fill:currentColor}.mml-image{display:block;width:100%;height:auto;margin:0}.mml-input{position:relative;width:100%;padding:12px 16px;-webkit-appearance:none;border:1px solid #e5e5e6;color:#8a898e}.base-dark .mml-input{border-color:#1b2d46}.commerce-light .mml-input{border-color:#eaeaea}.commerce-dark .mml-input{border-color:#004ccc}.livestream-light .mml-input{border-color:#bed5e4}.livestream-dark .mml-input{border-color:#081e58}.messaging-light .mml-input{border-color:#d6d6d6}.messaging-dark .mml-input{border-color:#252628}.team-light .mml-input{border-color:#eaeaea}.team-dark .mml-input{border-color:#4e00cc}.base-dark .mml-input{color:#868b91}.commerce-light .mml-input{color:#6c7a93}.commerce-dark .mml-input{color:#afc0df}.livestream-light .mml-input{color:#7ba0bb}.livestream-dark .mml-input{color:#7889b6}.messaging-light .mml-input{color:#8c8c8c}.messaging-dark .mml-input{color:#898a8b}.team-light .mml-input{color:#7c61a8}.team-dark .mml-input{color:#c1afdf}.mml-input:focus{outline:none;color:#0e1621}.base-dark .mml-input:focus{color:#fff}.commerce-light .mml-input:focus{color:#202a3c}.commerce-dark .mml-input:focus{color:#e2e5e9}.livestream-light .mml-input:focus{color:#2c2c30}.livestream-dark .mml-input:focus{color:#fff}.messaging-light .mml-input:focus{color:#0e1621}.messaging-dark .mml-input:focus{color:#e8e8e9}.team-light .mml-input:focus{color:#2e2c30}.team-dark .mml-input:focus{color:#e5e2e9}.mml-card-header+.mml-input,.mml-card .mml-input+.mml-btn{border-top:0}.mml-progress{width:1em;color:#bbb;-webkit-animation:mml-animation-dash 1.4s ease-in-out infinite;animation:mml-animation-dash 1.4s ease-in-out infinite;stroke-dasharray:80px,200px;stroke-dashoffset:0px}.mml-progress__svg{display:block}.mml-progress__circle{stroke:currentColor}@-webkit-keyframes mml-animation-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}@keyframes mml-animation-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.mml-loading{display:flex;align-items:center;justify-content:center;padding:8px;font-size:88%}.mml-loading__text{padding-left:8px}.mml-md{padding:2px 0;color:#0e1621}.base-dark .mml-md{color:#fff}.commerce-light .mml-md{color:#202a3c}.commerce-dark .mml-md{color:#e2e5e9}.livestream-light .mml-md{color:#2c2c30}.livestream-dark .mml-md{color:#fff}.messaging-light .mml-md{color:#0e1621}.messaging-dark .mml-md{color:#e8e8e9}.team-light .mml-md{color:#2e2c30}.team-dark .mml-md{color:#e5e2e9}.mml-md blockquote{padding:0 1em;margin:1em 0;border:solid #f2f2f2;border-width:0 0 0 3px}.base-dark .mml-md blockquote{border-color:#152438}.commerce-light .mml-md blockquote{border-color:#fff}.commerce-dark .mml-md blockquote{border-color:#1c1f27}.livestream-light .mml-md blockquote{border-color:#fff}.livestream-dark .mml-md blockquote{border-color:#010c29}.messaging-light .mml-md blockquote{border-color:#fff}.messaging-dark .mml-md blockquote{border-color:#3e4042}.team-light .mml-md blockquote{border-color:#fff}.team-dark .mml-md blockquote{border-color:#201c27}.mml-md pre{padding:2px 4px;margin:0 0 1em;white-space:normal;background:#e5e5e6}.base-dark .mml-md pre{background:#1b2d46}.commerce-light .mml-md pre{background:#eaeaea}.commerce-dark .mml-md pre{background:#004ccc}.livestream-light .mml-md pre{background:#bed5e4}.livestream-dark .mml-md pre{background:#081e58}.messaging-light .mml-md pre{background:#d6d6d6}.messaging-dark .mml-md pre{background:#252628}.team-light .mml-md pre{background:#eaeaea}.team-dark .mml-md pre{background:#4e00cc}.mml-md code{color:#e83e8c;font-size:87.5%;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.mml-md p{margin:0}.mml-md p:not(:first-child):not(:last-child){margin:0 0 1em}.base-dark .mml-md a,.mml-md a{color:#006cff}.commerce-light .mml-md a{color:#005fff}.commerce-dark .mml-md a{color:#004ccc}.livestream-light .mml-md a{color:#19a0ff}.livestream-dark .mml-md a{color:#0d47d9}.messaging-dark .mml-md a,.messaging-light .mml-md a{color:#0283ff}.team-light .mml-md a{color:#4e1d9d}.team-dark .mml-md a{color:#5d02f0}.mml-number,.mml-number__count{flex:1;display:flex}.mml-number__count{align-items:center;justify-content:center;margin:0 8px;font-weight:700;color:#0e1621}.base-dark .mml-number__count{color:#fff}.commerce-light .mml-number__count{color:#202a3c}.commerce-dark .mml-number__count{color:#e2e5e9}.livestream-light .mml-number__count{color:#2c2c30}.livestream-dark .mml-number__count{color:#fff}.messaging-light .mml-number__count{color:#0e1621}.messaging-dark .mml-number__count{color:#e8e8e9}.team-light .mml-number__count{color:#2e2c30}.team-dark .mml-number__count{color:#e5e2e9}.mml-number .mml-btn{margin:8px}.mml-row{display:flex;flex-wrap:wrap;margin-right:-4px;margin-left:-4px;min-width:100%}.mml-card{width:100%}.mml-card .mml-btnlist{font-size:14px;border:0}.mml-card>:not(:first-child):not(:last-child){background:#fff}.base-dark .mml-card>:not(:first-child):not(:last-child){background:#0e1723}.commerce-light .mml-card>:not(:first-child):not(:last-child){background:#f5f9ff}.commerce-dark .mml-card>:not(:first-child):not(:last-child){background:#0c0e12}.livestream-light .mml-card>:not(:first-child):not(:last-child){background:#f1faff}.livestream-dark .mml-card>:not(:first-child):not(:last-child){background:#00091f}.messaging-light .mml-card>:not(:first-child):not(:last-child){background:#f7f7f8}.messaging-dark .mml-card>:not(:first-child):not(:last-child){background:#2d2e2f}.team-light .mml-card>:not(:first-child):not(:last-child){background:#f9f5ff}.team-dark .mml-card>:not(:first-child):not(:last-child){background:#0f0c12}.mml-card>.mml-number{border-color:#e5e5e6;border-style:solid;border-width:0 1px}.base-dark .mml-card>.mml-number{border-color:#1b2d46}.commerce-light .mml-card>.mml-number{border-color:#eaeaea}.commerce-dark .mml-card>.mml-number{border-color:#004ccc}.livestream-light .mml-card>.mml-number{border-color:#bed5e4}.livestream-dark .mml-card>.mml-number{border-color:#081e58}.messaging-light .mml-card>.mml-number{border-color:#d6d6d6}.messaging-dark .mml-card>.mml-number{border-color:#252628}.team-light .mml-card>.mml-number{border-color:#eaeaea}.team-dark .mml-card>.mml-number{border-color:#4e00cc}.mml-card>.mml-btn{min-width:100%;border:1px solid #e5e5e6}.base-dark .mml-card>.mml-btn{border-color:#1b2d46}.commerce-light .mml-card>.mml-btn{border-color:#eaeaea}.commerce-dark .mml-card>.mml-btn{border-color:#004ccc}.livestream-light .mml-card>.mml-btn{border-color:#bed5e4}.livestream-dark .mml-card>.mml-btn{border-color:#081e58}.messaging-light .mml-card>.mml-btn{border-color:#d6d6d6}.messaging-dark .mml-card>.mml-btn{border-color:#252628}.team-light .mml-card>.mml-btn{border-color:#eaeaea}.team-dark .mml-card>.mml-btn{border-color:#4e00cc}.mml-card>.mml-btn:last-child{padding:10px 16px;border-radius:0}.mml-align-left .mml-card>.mml-btn:last-child{border-bottom-right-radius:16px}.mml-align-right .mml-card>.mml-btn:last-child{border-bottom-left-radius:16px}.mml-card-body{border-color:#e5e5e6;border-style:solid;border-width:0 1px;background:#fff;color:#0e1621;font-size:14px}.base-dark .mml-card-body{border-color:#1b2d46}.commerce-light .mml-card-body{border-color:#eaeaea}.commerce-dark .mml-card-body{border-color:#004ccc}.livestream-light .mml-card-body{border-color:#bed5e4}.livestream-dark .mml-card-body{border-color:#081e58}.messaging-light .mml-card-body{border-color:#d6d6d6}.messaging-dark .mml-card-body{border-color:#252628}.team-light .mml-card-body{border-color:#eaeaea}.team-dark .mml-card-body{border-color:#4e00cc}.base-dark .mml-card-body{background:#0e1723}.commerce-light .mml-card-body{background:#f5f9ff}.commerce-dark .mml-card-body{background:#0c0e12}.livestream-light .mml-card-body{background:#f1faff}.livestream-dark .mml-card-body{background:#00091f}.messaging-light .mml-card-body{background:#f7f7f8}.messaging-dark .mml-card-body{background:#2d2e2f}.team-light .mml-card-body{background:#f9f5ff}.team-dark .mml-card-body{background:#0f0c12}.base-dark .mml-card-body{color:#fff}.commerce-light .mml-card-body{color:#202a3c}.commerce-dark .mml-card-body{color:#e2e5e9}.livestream-light .mml-card-body{color:#2c2c30}.livestream-dark .mml-card-body{color:#fff}.messaging-light .mml-card-body{color:#0e1621}.messaging-dark .mml-card-body{color:#e8e8e9}.team-light .mml-card-body{color:#2e2c30}.team-dark .mml-card-body{color:#e5e2e9}.mml-card-body>.mml-md,.mml-card-body>.mml-text{padding:0 8px 8px}.mml-card-body>.mml-md:first-of-type,.mml-card-body>.mml-text:first-of-type{padding-top:8px}.mml-card-header{display:flex;align-items:center;min-width:100%;padding:15px 0;font-size:13px;background:#f2f2f2;color:#8a898e;border-top-left-radius:16px;border-top-right-radius:16px;border:1px solid #e5e5e6}.base-dark .mml-card-header{background:#152438}.commerce-light .mml-card-header{background:#fff}.commerce-dark .mml-card-header{background:#1c1f27}.livestream-light .mml-card-header{background:#fff}.livestream-dark .mml-card-header{background:#010c29}.messaging-light .mml-card-header{background:#fff}.messaging-dark .mml-card-header{background:#3e4042}.team-light .mml-card-header{background:#fff}.team-dark .mml-card-header{background:#201c27}.base-dark .mml-card-header{color:#868b91}.commerce-light .mml-card-header{color:#6c7a93}.commerce-dark .mml-card-header{color:#afc0df}.livestream-light .mml-card-header{color:#7ba0bb}.livestream-dark .mml-card-header{color:#7889b6}.messaging-light .mml-card-header{color:#8c8c8c}.messaging-dark .mml-card-header{color:#898a8b}.team-light .mml-card-header{color:#7c61a8}.team-dark .mml-card-header{color:#c1afdf}.base-dark .mml-card-header{border-color:#1b2d46}.commerce-light .mml-card-header{border-color:#eaeaea}.commerce-dark .mml-card-header{border-color:#004ccc}.livestream-light .mml-card-header{border-color:#bed5e4}.livestream-dark .mml-card-header{border-color:#081e58}.messaging-light .mml-card-header{border-color:#d6d6d6}.messaging-dark .mml-card-header{border-color:#252628}.team-light .mml-card-header{border-color:#eaeaea}.team-dark .mml-card-header{border-color:#4e00cc}.mml-card-header .mml-icon{padding-left:16px;margin-right:-8px}.mml-card-header__text{padding:0 16px;font-weight:700}.mml-datepicker{flex:1;display:flex}.mml-datepicker__select{flex:1}.mml-datepicker__select>div{overflow-y:scroll;scrollbar-width:none;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.mml-datepicker__select>div::-webkit-scrollbar{display:none}.mml-datepicker__item{padding:4px 5px;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mml-datepicker__item--selected{color:#006cff;font-weight:700}.base-dark .mml-datepicker__item--selected{color:#006cff}.commerce-light .mml-datepicker__item--selected{color:#005fff}.commerce-dark .mml-datepicker__item--selected{color:#004ccc}.livestream-light .mml-datepicker__item--selected{color:#19a0ff}.livestream-dark .mml-datepicker__item--selected{color:#0d47d9}.messaging-dark .mml-datepicker__item--selected,.messaging-light .mml-datepicker__item--selected{color:#0283ff}.team-light .mml-datepicker__item--selected{color:#4e1d9d}.team-dark .mml-datepicker__item--selected{color:#5d02f0}.mml-datepicker--double .mml-datepicker__date{text-align:right}.mml-datepicker--single .mml-datepicker__select{text-align:center}.mml-scheduler .mml-datepicker{height:217px;background:#fff}.base-dark .mml-scheduler .mml-datepicker{background:#0e1723}.commerce-light .mml-scheduler .mml-datepicker{background:#f5f9ff}.commerce-dark .mml-scheduler .mml-datepicker{background:#0c0e12}.livestream-light .mml-scheduler .mml-datepicker{background:#f1faff}.livestream-dark .mml-scheduler .mml-datepicker{background:#00091f}.messaging-light .mml-scheduler .mml-datepicker{background:#f7f7f8}.messaging-dark .mml-scheduler .mml-datepicker{background:#2d2e2f}.team-light .mml-scheduler .mml-datepicker{background:#f9f5ff}.team-dark .mml-scheduler .mml-datepicker{background:#0f0c12}.mml-scheduler .mml-datepicker__select{position:relative}.mml-scheduler .mml-datepicker__select:after,.mml-scheduler .mml-datepicker__select:before{content:"";z-index:1;position:absolute;left:0;right:0;height:10%;min-height:60px;pointer-events:none}.mml-scheduler .mml-datepicker__select:before{top:0;background-image:linear-gradient(180deg,#fff,hsla(0,0%,100%,0))}.base-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#0e1723,hsla(0,0%,100%,0))}.commerce-light .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#f5f9ff,hsla(0,0%,100%,0))}.commerce-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#0c0e12,hsla(0,0%,100%,0))}.livestream-light .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#f1faff,hsla(0,0%,100%,0))}.livestream-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#00091f,hsla(0,0%,100%,0))}.messaging-light .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#f7f7f8,hsla(0,0%,100%,0))}.messaging-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#2d2e2f,hsla(0,0%,100%,0))}.team-light .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#f9f5ff,hsla(0,0%,100%,0))}.team-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#0f0c12,hsla(0,0%,100%,0))}.mml-scheduler .mml-datepicker__select:after{bottom:0;background-image:linear-gradient(0deg,#fff,hsla(0,0%,100%,0))}.base-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#0e1723,hsla(0,0%,100%,0))}.commerce-light .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#f5f9ff,hsla(0,0%,100%,0))}.commerce-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#0c0e12,hsla(0,0%,100%,0))}.livestream-light .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#f1faff,hsla(0,0%,100%,0))}.livestream-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#00091f,hsla(0,0%,100%,0))}.messaging-light .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#f7f7f8,hsla(0,0%,100%,0))}.messaging-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#2d2e2f,hsla(0,0%,100%,0))}.team-light .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#f9f5ff,hsla(0,0%,100%,0))}.team-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#0f0c12,hsla(0,0%,100%,0))}.mml-success{display:flex;justify-content:center;padding:8px;font-size:88%}.base-dark .mml-success,.mml-success{color:#006cff}.commerce-light .mml-success{color:#005fff}.commerce-dark .mml-success{color:#004ccc}.livestream-light .mml-success{color:#19a0ff}.livestream-dark .mml-success{color:#0d47d9}.messaging-dark .mml-success,.messaging-light .mml-success{color:#0283ff}.team-light .mml-success{color:#4e1d9d}.team-dark .mml-success{color:#5d02f0}.mml-text{padding:2px 0;color:#0e1621}.base-dark .mml-text{color:#fff}.commerce-light .mml-text{color:#202a3c}.commerce-dark .mml-text{color:#e2e5e9}.livestream-light .mml-text{color:#2c2c30}.livestream-dark .mml-text{color:#fff}.messaging-light .mml-text{color:#0e1621}.messaging-dark .mml-text{color:#e8e8e9}.team-light .mml-text{color:#2e2c30}.team-dark .mml-text{color:#e5e2e9}.mml-text+.mml-md,.mml-text+.mml-text{padding-top:2px}.mml-text+.mml-btnlist,.mml-text+.mml-image{margin-top:4px}[class*=" rfu-"],[class^=rfu-]{font-family:Avenir,Arial,Helvetica,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.rfu-file-previewer{border:1px solid rgba(0,0,0,.1);border-radius:4px;overflow:hidden;margin:8px 0;position:relative}.rfu-file-previewer ol{position:relative;margin:0;padding:0;list-style:none}.rfu-file-previewer ol li{position:relative;padding:8px 16px;border-bottom:1px solid rgba(0,0,0,.1)}.rfu-file-previewer ol li:last-child{border-color:transparent}.rfu-file-previewer__file{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.rfu-file-previewer__file:hover{background:#fafafa}.rfu-file-previewer__file a{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 8px;color:#414d54;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rfu-file-previewer__file svg{min-width:25px}.rfu-file-previewer__file--uploading{opacity:.4}.rfu-file-previewer__file--failed a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#8b9297}.rfu-file-previewer__file--failed a:after{text-decoration:none}.rfu-file-previewer__image{min-width:25px;display:-webkit-box;display:-ms-flexbox;display:flex}.rfu-file-previewer__loading-indicator{position:absolute;width:100%;height:100%;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1000}.rfu-file-previewer__close-button{position:relative;z-index:10000}.rfu-file-previewer__failed{background:#ff6363}.rfu-file-previewer__failed,.rfu-file-previewer__retry{padding:3px 6px;margin-left:8px;color:#fff;border-radius:4px;font-size:12px}.rfu-file-previewer__retry{text-decoration:none;background:#63e5a4}.rfu-file-upload-button{cursor:pointer}.rfu-file-upload-button svg{fill:#a0b2b8}.rfu-file-upload-button:hover svg{fill:#88979c}.rfu-file-upload-button label{cursor:pointer}.rfu-file-upload-button .rfu-file-input{width:0;height:0;opacity:0;overflow:hidden;position:absolute;z-index:-1}.rfu-icon-button{cursor:pointer;position:relative;padding:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:transparent}.rfu-icon-button svg{margin:4px;position:relative;z-index:50;fill:#a0b2b8}.rfu-icon-button:hover svg{fill:#88979c}.rfu-dropzone .rfu-dropzone__notifier{position:absolute;height:100%;width:100%;padding:30px;z-index:90;display:none;border-radius:4px}.rfu-dropzone--accept .rfu-dropzone__notifier{background:rgba(0,212,106,.83);display:block}.rfu-dropzone--reject .rfu-dropzone__notifier{background:rgba(255,0,0,.83);display:block}.rfu-dropzone__inner{padding:30px;border:1px dashed #fff;border-radius:4px;-webkit-box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;color:#fff;font-size:12px}.rfu-image-previewer{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0}.rfu-image-previewer,.rfu-image-previewer__image{display:-webkit-box;display:-ms-flexbox;display:flex}.rfu-image-previewer__image{width:100px;height:100px;position:relative;margin-right:8px;margin-bottom:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rfu-image-previewer__image--loaded .rfu-thumbnail__overlay{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(transparent));background:linear-gradient(180deg,rgba(0,0,0,.4),transparent)}.rfu-image-previewer__image .rfu-thumbnail__wrapper{position:absolute}.rfu-image-previewer__image .rfu-loading-indicator{position:absolute;z-index:90}.rfu-image-previewer__retry{z-index:90}.rfu-image-upload-button{cursor:pointer}.rfu-image-upload-button svg{fill:#a0b2b8}.rfu-image-upload-button:hover svg{fill:#88979c}.rfu-image-upload-button label{cursor:pointer}.rfu-image-upload-button .rfu-image-input{width:0;height:0;opacity:0;overflow:hidden;position:absolute;z-index:-1}.rfu-loading-indicator{margin:0 auto;width:70px;text-align:center}.rfu-loading-indicator>div{width:18px;height:18px;background-color:#ccc;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.rfu-loading-indicator .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.rfu-loading-indicator .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.rfu-loading-indicator__spinner{width:20px;height:20px;border:2px solid #eee;border-top-color:#00d46a;border-radius:50%;-webkit-animation:spinner .6s linear infinite;animation:spinner .6s linear infinite}.rfu-thumbnail__wrapper{width:100px;height:100px;border-radius:4px;overflow:hidden;position:relative}.rfu-thumbnail__overlay{position:absolute;background-color:rgba(0,0,0,.4);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.rfu-thumbnail__image{width:inherit;height:inherit;-o-object-fit:cover;object-fit:cover}.rfu-thumbnail-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;height:100px;border:1px dashed #bfbfbf;border-radius:4px;cursor:pointer}.rfu-thumbnail-placeholder:hover{background:#f2f2f2}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.str-chat__actions-box{background:var(--white);background-image:linear-gradient(-180deg,var(--bg-gradient-start),var(--bg-gradient-end));box-shadow:0 1px 0 0 var(--border);border-radius:var(--border-radius-md);display:flex;flex-direction:column;z-index:1000;position:absolute;min-width:150px}.str-chat__actions-box--right{right:0;top:calc(100% + 2px)}.str-chat__actions-box--left{left:0;top:calc(100% + 2px)}.str-chat__actions-box>button{text-align:left;width:100%;border:none;margin:0;padding:var(--xs-p);font-size:var(--sm-font);background:none;cursor:pointer}.str-chat__actions-box>button:not(:last-of-type){box-shadow:0 1px 0 0 var(--border)}.str-chat__actions-box>button:hover{color:var(--primary-color)}.dark.str-chat .str-chat__message-actions-box{background:var(--dark-grey);background-image:linear-gradient(-180deg,var(--dark-grey),var(--black20));box-shadow:0 0 2px 0 var(--border),0 1px 0 0 var(--border),0 1px 8px 0 var(--border)}.dark.str-chat .str-chat__message-actions-box button{color:var(--white)}.dark.str-chat .str-chat__message-actions-box button:hover{color:var(--primary-color)}.str-chat__message-attachment-actions-form{width:100%;margin:var(--xs-m) 0;padding:0;display:flex}.str-chat__message-attachment-actions-button{flex:1;border:none;background:none;margin:0 var(--xxs-m);padding:var(--xs-p) var(--xs-p);border-radius:var(--border-radius-round);outline:none}.str-chat__message-attachment-actions-button:focus{border:1px solid var(--primary-color);box-shadow:0 0 0 2px var(--primary-color-faded)}.str-chat__message-attachment-actions-button--primary{background-color:var(--primary-color);color:var(--white)}.str-chat__message-attachment-actions-button--default{border:2px solid var(--border)}.dark.str-chat .str-chat__message-attachment-actions-button{color:var(--white)}.dark.str-chat .str-chat__message-attachment-actions-button--default{border-color:var(--grey-whisper)}.str-chat__attachment{max-width:450px}.str-chat__player-wrapper{position:relative;padding-top:56.25%}.str-chat__player-wrapper .react-player{position:absolute;top:0;left:0}.str-chat__message .str-chat__player-wrapper .react-player{border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;overflow:hidden}.str-chat__message--me .str-chat__player-wrapper .react-player{border-radius:var(--border-radius) var(--border-radius) 0 var(--border-radius);overflow:hidden}.str-chat__message-attachment{width:100%;max-width:375px;border-radius:var(--border-radius);margin:var(--xs-m) auto var(--xs-m) 0;padding:0}.str-chat__message-attachment--giphy{max-width:unset}.str-chat__message--me .str-chat__message-attachment{padding-left:0;margin:var(--xs-m) 0 var(--xs-m) auto}.str-chat__message-team.thread-list .str-chat__message-attachment{max-width:200px}.str-chat__message-attachment{overflow:hidden}.str-chat__message-attachment:hover{background:transparent}.str-chat__message-attachment--card--no-image{height:60px}.str-chat__message-attachment--card--actions{height:auto}.str-chat__message-attachment-file{width:100%}.str-chat__message-attachment-file--item{position:relative;height:50px;display:flex;align-items:center;font-size:var(--md-font);line-height:22px;border-left:1px solid var(--border);width:auto;padding-left:var(--xxs-p)}.str-chat__message-attachment-file--item:hover{background:var(--white)}.str-chat__message-attachment-file--item img,.str-chat__message-attachment-file--item svg{margin-right:var(--xs-m)}.str-chat__message-attachment-file--item-text{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.str-chat__message-attachment-file--item a{font-weight:var(--font-weight-bold);color:var(--black);opacity:.8;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.str-chat__message-attachment-file--item a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.str-chat__message-attachment-file--item span{line-height:14px;font-size:var(--sm-font);font-weight:var(--font-weight-bold);text-transform:uppercase;display:block;color:var(--black);opacity:.5}.str-chat__message-attachment--image{height:auto;max-height:300px;max-width:100%;border-radius:0}.str-chat__message-attachment--image:hover{background:transparent}.str-chat__message-attachment--image img{height:inherit;width:auto;max-height:inherit;max-width:100%;display:block;object-fit:cover;overflow:hidden}.str-chat__message-attachment--image img:hover{background:transparent}.str-chat__message-attachment--image--actions{height:320px}.str-chat__message-attachment--image--actions img{height:280px}.str-chat__message-attachment--media{width:300px}.str-chat__message-attachment-card{min-height:60px}.str-chat__message-attachment-card__giphy-logo{height:20px;width:auto}.messaging.str-chat .str-chat__message-attachment.str-chat__message-attachment--image--actions .str-chat__message-attachment--img{max-height:254px}.livestream.str-chat .str-chat__message-attachment.str-chat__message-attachment--file{max-width:100%}.livestream.str-chat .str-chat__message-attachment.str-chat__message-attachment--file .str-chat__message-attachment-file--item{border-left:none}.livestream.str-chat .str-chat__message-attachment.str-chat__message-attachment--file .str-chat__message-attachment-file--item:hover{background:var(--grey-whisper)}.livestream.str-chat.dark .str-chat__message-attachment-file--item a,.livestream.str-chat.dark .str-chat__message-attachment-file--item span{color:var(--white)}.livestream.str-chat.dark .str-chat__message-attachment-file--item:hover{background:transparent}.str-chat__avatar{width:32px;height:32px;flex:0 0 32px;margin-right:var(--xs-m);display:flex;align-items:center;justify-content:center;color:var(--white);text-transform:uppercase;overflow:hidden}.str-chat__avatar--circle{border-radius:var(--border-radius-round)}.str-chat__avatar--rounded{border-radius:var(--border-radius-sm)}.str-chat__avatar--square{border-radius:0}.str-chat__avatar-fallback,.str-chat__avatar-image{display:block;width:inherit;height:inherit;object-fit:cover;text-align:center}.str-chat__avatar-image--loaded{background-color:none}.str-chat__avatar-fallback{background-color:var(--primary-color)}.str-chat__message--me>.str-chat-angular__avatar-host,.str-chat__message--me>.str-chat__avatar{order:1}.str-chat__message--me>.str-chat-angular__avatar-host .str-chat__avatar,.str-chat__message--me>.str-chat__avatar{margin:0;margin-left:var(--xs-m)}.str-chat__li--middle .str-chat__message>.str-chat-angular__avatar-host,.str-chat__li--middle .str-chat__message>.str-chat__avatar,.str-chat__li--top .str-chat__message>.str-chat-angular__avatar-host,.str-chat__li--top .str-chat__message>.str-chat__avatar{visibility:hidden}.str-chat__audio__wrapper{height:80px;overflow:hidden;position:relative;border-radius:var(--border-radius-sm);margin:0;display:flex;background:var(--grey-whisper)}.str-chat__audio__image{height:80px;width:80px;position:relative;z-index:20}.str-chat__audio__image--overlay{width:inherit;height:inherit;position:absolute;top:0;left:0;background:var(--overlay-dark);z-index:30;font-size:3em;color:var(--white-smoke);display:flex;align-items:center;justify-content:center;user-select:none}.str-chat__audio__image--button{margin:0;padding:0;display:flex;align-items:center;width:40px;height:40px}.str-chat__audio__image--button svg{fill:var(--white-smoke)}.str-chat__audio__image img{z-index:20;position:absolute;top:0;left:0;width:inherit;height:inherit;object-fit:cover}.str-chat__audio__content{display:flex;flex-direction:column;justify-content:space-around;padding:var(--xs-p) var(--sm-p);margin-left:var(--sm-m);width:100%}.str-chat__audio__content--title{margin:0;padding:0;line-height:1}.str-chat__audio__content--subtitle{margin:0;padding:0;line-height:1;font-size:var(--sm-font);opacity:.49}.str-chat__audio__content--progress{height:6px;width:100%;border-radius:var(--border-radius-sm);background:var(--overlay);padding:1px;margin:calc(var(--xxs-m)/2) 0}.str-chat__audio__content--progress>div{height:4px;border-radius:var(--border-radius-sm);width:0;background:var(--primary-color);transition:width .5s linear}.str-chat.dark .str-chat__audio__wrapper{background:var(--black);color:var(--white)}.str-chat.dark .str-chat__audio__content--progress{background:var(--grey)}.str-chat__message-attachment-card{position:relative;background:var(--white);border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;overflow:hidden;font-size:var(--sm-font);border:10px solid var(--border);margin:var(--lg-m) 0 0 0}.str-chat__message-attachment-card--header{width:100%;height:175px}.str-chat__message-attachment-card--header img{width:inherit;height:inherit;object-fit:cover}.str-chat__message-attachment-card--title{font-weight:var(--font-weight-bold);flex:1}.str-chat__message-attachment-card--flex{min-width:0}.str-chat__message-attachment-card--flex,.str-chat__message-attachment-card--flex>*{overflow:hidden;text-overflow:ellipsis}.str-chat__message-attachment-card--content{padding:var(--xs-p) var(--sm-p);margin:calc(var(--xs-m)*-1);display:flex;flex-direction:row;align-items:center;justify-content:space-between}.str-chat__message-attachment-card--content>*{margin:var(--xs-m) 0}.str-chat__message-attachment-card--url{text-decoration:none;display:block;color:var(--black);text-transform:uppercase;opacity:.5}.str-chat__message-attachment-card--url:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:unset}.str-chat.commerce .str-chat__message-attachment-card{max-width:375px;width:100%}.str-chat__message--me .str-chat__message-attachment-card{background:var(--overlay);border:1px solid transparent;border-radius:var(--border-radius) var(--border-radius) 0 var(--border-radius)}.dark.str-chat .str-chat__message-attachment-card__giphy-logo{filter:invert(100%)}.str-chat__message-attachment-card.str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--content{background-image:url([object Module]);background-position:right var(--border-radius) bottom var(--border-radius);background-repeat:no-repeat;background-size:56px}.str-chat__header{display:flex;padding:var(--xs-p);border-bottom:1px solid var(--border)}.str-chat__header-livestream{padding:var(--xs-p) var(--xl-p);min-height:70px;display:flex;align-items:center;font-family:var(--second-font);background:var(--white);box-shadow:0 1px 1px 0 var(--border)}.str-chat__header-livestream-left{flex:1;font-size:var(--md-font)}.str-chat__header-livestream-left--title{font-weight:var(--font-weight-bold);margin:0}.str-chat__header-livestream-left--members{font-weight:var(--font-weight-regular);margin:0}.str-chat__header-livestream-left--livelabel{position:relative;left:5px;font-size:var(--sm-font);text-transform:uppercase;color:var(--red);display:inline-block;animation:pulse 2s infinite}.str-chat__header-livestream-left--livelabel:before{content:"";position:relative;top:-2px;left:-4px;display:inline-block;width:5px;height:5px;border-radius:var(--border-radius-round);background-color:var(--accent_red)}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.str-chat__header-livestream-right{display:flex;margin:0 calc(var(--xxs-m)*-1)}.str-chat__header-livestream-right-button-wrapper{position:relative}.str-chat__header .str-chat__avatar{margin:0 var(--sm-m) 0 0}.str-chat__title{font-weight:var(--font-weight-semi-bold)}.str-chat__meta{flex-direction:column}.str-chat__info,.str-chat__meta{width:100%;display:flex;justify-content:space-between}.str-chat__info{font-size:var(--md-font);color:var(--grey)}.str-chat__square-button{background:var(--grey-whisper);border:1px solid var(--border);border-radius:var(--border-radius-sm);padding:var(--xs-p);margin:0 var(--xxs-m);display:flex;align-items:center;justify-content:center}.str-chat__square-button svg{fill:var(--black)}.str-chat__square-button:active{background-color:var(--grey-whisper)}.dark.str-chat .str-chat__square-button{background:var(--white5);box-shadow:0 1px 0 0 var(--black70);border-radius:var(--border-radius-sm)}.dark.str-chat .str-chat__square-button svg{fill:var(--white70)}.messaging.str-chat .str-chat__header-livestream{position:relative;z-index:2;border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;background:var(--white-snow);box-shadow:0 7px 9px 0 var(--border),0 1px 0 0 var(--border)}@media screen and (max-width:960px){.messaging.str-chat .str-chat__header-livestream{padding-left:var(--sm-p);padding-right:var(--sm-p)}}.messaging.str-chat.dark .str-chat__header-livestream{background:var(--dark-grey);box-shadow:0 7px 9px 0 var(--border),0 1px 0 0 var(--border);border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;color:var(--white)}.livestream.str-chat .str-chat__header-livestream{position:relative;z-index:1;background:var(--grey-whisper);box-shadow:0 1px 1px 0 var(--border)}.livestream.str-chat.dark .str-chat__header-livestream{background:var(--white5);box-shadow:0 1px 1px 0 var(--border)}.livestream.str-chat.dark .str-chat__header-livestream-left--members,.livestream.str-chat.dark .str-chat__header-livestream-left--title{color:var(--white)}.livestream.str-chat.dark .str-chat__header-livestream-left--title{font-size:var(--lg-font)}.commerce.str-chat .str-chat__header-livestream{background:var(--white80);box-shadow:0 7px 9px 0 var(--black5),0 1px 0 0 var(--black5);border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;padding:var(--md-p)}.commerce.str-chat .str-chat__header-livestream-left--title{font-size:var(--xxl-font);margin:0;line-height:1;font-weight:var(--font-weight-regular)}.commerce.str-chat .str-chat__header-livestream-left--subtitle{margin:var(--xs-m) 0;font-size:var(--lg-font)}.commerce.str-chat .str-chat__header-livestream-left--members,.commerce.str-chat .str-chat__header-livestream-right-button--info{display:none}.commerce.str-chat.dark .str-chat__header-livestream{background:var(--grey);box-shadow:0 7px 9px 0 var(--black5),0 1px 0 0 var(--black5);border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;color:var(--white)}.team.str-chat.dark .str-chat__header-livestream{background:var(--dark-grey);box-shadow:0 1px 1px 0 var(--black30)}.team.str-chat.dark .str-chat__header-livestream-left{color:var(--white)}.team.str-chat.dark .str-chat__header-livestream-left--title{font-size:var(--lg-font)}.team.str-chat.dark .str-chat__header-livestream-left--members{font-size:var(--sm-font)}.str-chat__header-hamburger{width:30px;height:38px;padding:var(--xxs-p);margin-right:var(--xs-m);display:none;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent}.str-chat__header-hamburger:hover svg path{fill:var(--primary-color)}@media screen and (max-width:960px){.str-chat__header-hamburger{display:flex}}.str-chat__channel-list{flex:1;overflow-y:auto;max-width:300px;background:var(--blue-alice);box-shadow:1px 0 0 0 var(--black5);display:flex;flex-direction:column}.str-chat__channel-list--channels{flex:1}.str-chat__channel-list .channel_preview{padding:var(--xs-p) var(--sm-p);border-bottom:1px solid var(--black10)}.dark.str-chat .str-chat__channel-list-messenger{background:var(--dark-grey)}.str-chat__button{background:var(--white);box-shadow:0 1px 1px 0 var(--black10),0 1px 4px 0 var(--black10);font-size:var(--md-font);padding:var(--sm-p) var(--xxl-p);color:var(--primary-color);display:flex;align-items:center;justify-content:center;width:calc(100% - 10px);margin:var(--xxs-m);border:1px solid transparent}.str-chat__button:active,.str-chat__button:focus{outline:none;box-shadow:0 0 1px 0 var(--border),0 1px 4px 0 var(--border),0 0 0 2px var(--primary-color-faded);border:1px solid var(--primary-color)}.str-chat__button>*{margin:0 var(--xxs-m)}.str-chat__button--round{border-radius:var(--border-radius-round)}.str-chat-channel-checkbox{position:absolute;top:0;right:0;z-index:100001}.str-chat-channel-list-burger{width:10px;height:50px;background:var(--white);border-radius:0 var(--border-radius-sm) var(--border-radius-sm) 0;padding:var(--xxs-p);box-shadow:0 4px 6px var(--border);position:fixed;top:10px;left:0;z-index:10000;justify-content:center;cursor:pointer}.str-chat-channel-list-burger div{width:4px;height:100%;border-radius:var(--border-radius-sm);background:var(--border)}@media screen and (max-width:960px){.str-chat-channel-list-burger{display:flex}.str-chat-channel-list.commerce,.str-chat-channel-list.messaging,.str-chat-channel-list.team{position:fixed;left:-380px;top:0;z-index:1001;min-height:100vh;overflow-y:auto;box-shadow:7px 0 9px 0 var(--black5),1px 0 0 0 var(--black5);transition:left .2s ease-in-out}.str-chat-channel-list--open.commerce,.str-chat-channel-list--open.messaging,.str-chat-channel-list--open.team{left:0}}.str-chat-channel-list .str-chat__channel-list-messenger{padding:0}.str-chat-channel-list .str-chat__channel-list-messenger__main{padding:var(--sm-p) var(--sm-p) 0 var(--sm-p);overflow-y:auto}.str-chat__channel-list-messenger{padding:var(--sm-p) var(--sm-p) 0 var(--sm-p);min-width:300px;background:var(--grey-gainsboro)}.str-chat-channel-list .str-chat__channel-list-messenger__main{padding-bottom:4px}.str-chat__channel-preview-messenger{display:flex;width:100%;border:none;padding:var(--xs-p);align-items:center;background:transparent;box-shadow:0 1px 0 0 var(--border);text-align:left;margin:var(--xs-m) 0;color:var(--black)}.str-chat__channel-preview-messenger:hover{cursor:pointer}.str-chat__channel-preview-messenger--active{border:none;border-radius:var(--border-radius-md);background:var(--white-snow);box-shadow:0 1px 5px 0 var(--border)}.str-chat__channel-preview-messenger--last-message p{margin:0}.str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview-messenger--last-message p{font-size:var(--sm-font);line-height:14px;max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.str-chat__channel-preview-messenger--last-message{opacity:.5}.str-chat__channel-preview-messenger--name{font-size:var(--md-font);line-height:17px;font-weight:var(--font-weight-semi-bold);margin-bottom:calc(var(--xxs-m)/2);max-width:250px}.str-chat__channel-preview-messenger--name span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__channel-preview-messenger--unread .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview-messenger--unread .str-chat__channel-preview-messenger--last-message p{opacity:1;font-weight:var(--font-weight-semi-bold);max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark.str-chat .str-chat__channel-preview-messenger--active{background:var(--white5);box-shadow:0 1px 5px 0 var(--black10)}.dark.str-chat .str-chat__channel-preview-messenger--last-message p{margin:0}.dark.str-chat .str-chat__channel-preview-messenger--last-message,.dark.str-chat .str-chat__channel-preview-messenger--last-message p{color:var(--white);max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dark.str-chat .str-chat__channel-preview-messenger--name{color:var(--white)}.str-chat__channel-search{padding:var(--md-p) var(--md-p) 0;display:flex;align-items:center;position:relative;background:var(--grey-gainsboro)}.str-chat__channel-search input{flex:1;background:var(--grey-whisper);border:1px solid transparent;outline:none;height:30px;border-radius:var(--border-radius);color:var(--black);font-size:var(--md-font);padding:var(--sm-p)}.str-chat__channel-search input::placeholder{color:var(--grey)}.str-chat__channel-search input:focus{background:var(--white);border:1px solid var(--primary-color);box-shadow:0 0 0 2px var(--primary-color-faded);transition:all .2s ease-in-out}.str-chat__channel-search-container{position:absolute;width:300px;z-index:2;padding:8px}.str-chat__channel-search-container-empty,.str-chat__channel-search-container-searching{padding-left:8px}.str-chat__channel-search-container .str-chat__channel-search-result{display:flex;align-items:center;border-radius:var(--border-radius-md);height:40px;cursor:pointer;padding-left:8px;width:100%;border:none;background:transparent}.str-chat__channel-search-container .str-chat__channel-search-result:hover{font-weight:var(--font-weight-bold);transition:all .2s ease-in-out}.str-chat__channel-search-result.focused{font-weight:var(--font-weight-bold)}.str-chat__channel-search-container.popup{border-radius:var(--border-radius-md);background:var(--white-smoke);left:300px;top:20px;box-shadow:0 7px 9px 0 var(--border),0 1px 0 0 var(--border);border:1px solid var(--border)}.str-chat__channel-search-container.popup .str-chat__channel-search-result.focused,.str-chat__channel-search-container.popup .str-chat__channel-search-result:hover{background:var(--light-grey)}.str-chat__channel-search-container.inline{top:64px;right:0;background:var(--grey-gainsboro);height:calc(100vh - 60px)}.str-chat__channel-search-container.inline .str-chat__channel-search-result.focused,.str-chat__channel-search-container.inline .str-chat__channel-search-result:hover{background:var(--white)}.dark.str-chat .str-chat__channel-search,.dark.str-chat .str-chat__channel-search-container.inline{background:var(--dark-grey);color:var(--white)}.dark.str-chat .str-chat__channel-search-container.inline input,.dark.str-chat .str-chat__channel-search input{background:var(--grey-gainsboro)}.dark.str-chat .str-chat__channel-search-container.inline .str-chat__channel-search-result,.dark.str-chat .str-chat__channel-search .str-chat__channel-search-result{color:var(--white)}.dark.str-chat .str-chat__channel-search-container.inline .str-chat__channel-search-result:hover,.dark.str-chat .str-chat__channel-search .str-chat__channel-search-result:hover{background:var(--white5)}.str-chat__down{display:flex;height:100%}.str-chat__down-main{flex:1;padding:var(--lg-p)}.dark.str-chat .str-chat__down{color:var(--white)}.str-chat.messaging .str-chat__event-component__channel-event{display:flex;margin-top:var(--md-m)}.str-chat.messaging .str-chat__event-component__channel-event__content{margin-right:var(--xs-m);color:var(--overlay-dark);font-size:var(--lg-font)}.str-chat.messaging .str-chat__event-component__channel-event__date{font-size:var(--xs-font);margin-top:var(--xxs-m)}.str-chat.team .str-chat__event-component__channel-event{display:flex;margin:var(--md-m) var(--xl-m)}.str-chat.team .str-chat__event-component__channel-event__content,.str-chat.team .str-chat__event-component__channel-event__sentence{margin-right:var(--xs-m);color:var(--overlay-dark);font-size:var(--lg-font)}.str-chat.team .str-chat__event-component__channel-event__date{font-size:var(--xs-font);margin-top:var(--xxs-m)}.str-chat.commerce .str-chat__event-component__channel-event,.str-chat.livestream .str-chat__event-component__channel-event{display:none}.str-chat__date-separator{display:flex;padding:var(--xl-p);align-items:center}.str-chat__date-separator-date{font-size:var(--md-font);font-weight:var(--font-weight-bold);color:var(--overlay-dark);font-family:var(--second-font)}.str-chat__date-separator-line{flex:1;background-color:var(--overlay);height:1px;border:none}.str-chat__date-separator>:not(:last-child){margin-right:var(--sm-m)}.commerce.str-chat .str-chat__date-separator{padding:var(--xl-p) 0}.dark.str-chat .str-chat__date-separator-line{background-color:var(--grey-gainsboro)}.dark.str-chat .str-chat__date-separator-date{color:var(--grey-whisper)}.dark.str-chat.team .str-chat__date-separator-line{background-color:var(--overlay)}.str-chat__edit-message-form{width:100%}.str-chat__edit-message-form form{position:relative;width:100%}.str-chat__edit-message-form textarea{padding:8px;background:var(--white);box-shadow:inset 0 0 0 1px var(--primary-color);border:1px solid transparent;resize:none;border-radius:var(--border-radius-sm);width:100%;font-size:var(--lg-font);line-height:22px;color:var(--black)}.str-chat__edit-message-form textarea:focus{box-shadow:inset 0 0 0 1px var(--primary-color),0 0 0 2px var(--primary-color-faded);outline:0}.str-chat__edit-message-form .str-chat__message-team-form-footer button{background:none;border:none;font-weight:var(--font-weight-bold);color:var(--grey)}.str-chat__edit-message-form .str-chat__message-team-form-footer button[type=submit]{color:var(--primary-color)}.str-chat__edit-message-form .rfu-dropzone{width:100%}.str-chat__edit-message-form .rfu-file-upload-button,.str-chat__edit-message-form .str-chat__input-emojiselect,.str-chat__edit-message-form .str-chat__input-fileupload{display:flex;position:unset;top:unset;right:unset;left:unset}.str-chat__edit-message-form .rfu-file-upload-button svg,.str-chat__edit-message-form .str-chat__input-emojiselect svg,.str-chat__edit-message-form .str-chat__input-fileupload svg{fill:var(--black);opacity:.5}.str-chat__edit-message-form .rfu-file-upload-button:hover svg,.str-chat__edit-message-form .str-chat__input-emojiselect:hover svg,.str-chat__edit-message-form .str-chat__input-fileupload:hover svg{opacity:1}.str-chat__edit-message-form-options{display:flex;align-items:baseline}.str-chat__edit-message-form-options .str-chat__fileupload-wrapper:hover .str-chat__tooltip{display:none}.str-chat.dark .str-chat__edit-message-form .rfu-file-upload-button svg,.str-chat.dark .str-chat__edit-message-form .str-chat__input-emojiselect svg{fill:var(--grey-gainsboro)}.str-chat.dark .str-chat__edit-message-form .str-chat__message-team-form-footer button{color:var(--grey-gainsboro)}.str-chat.dark .str-chat__edit-message-form .str-chat__message-team-form-footer button[type=submit]{color:var(--primary-color)}.str-chat.dark .str-chat__edit-message-form textarea{background:var(--white5);box-shadow:0 0 0 1px var(--black20);border:2px solid transparent;border-radius:var(--border-radius-sm);color:var(--white)}.str-chat.dark .str-chat__edit-message-form textarea:focus{box-shadow:inset 0 0 0 1px var(--primary-color);border:2px solid var(--primary-color-faded);border-radius:var(--border-radius-sm)}.str-chat__edit-message-form{position:relative}.str-chat__gallery{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;overflow:hidden}.str-chat__gallery-image{width:150px;height:150px;background:var(--white);margin-bottom:1px;margin-right:1px;border:none;padding:0;display:flex}.str-chat__gallery-image:hover{cursor:-moz-zoom-in;cursor:-webkit-zoom-in;cursor:zoom-in}.str-chat__gallery-image img{width:inherit;height:inherit;object-fit:cover}.str-chat__gallery--square{max-width:301px}.str-chat__gallery--square .str-chat__gallery-image:nth-child(2n){margin-right:0}.stream-chat-angular__image-modal-host .str-chat__modal__inner{max-width:80%}.stream-chat-angular__image-modal{display:flex;justify-content:center;align-items:center}.stream-chat-angular__image-modal-stepper{padding:10px;border:none;cursor:pointer;background:transparent}.stream-chat-angular__image-modal-image{object-fit:cover;max-width:90%;max-height:90%}.commerce.str-chat .str-chat__gallery,.livestream.str-chat .str-chat__gallery,.messaging.str-chat .str-chat__gallery,.team.str-chat .str-chat__gallery{margin:4px 0}.commerce.str-chat .str-chat__gallery-image,.livestream.str-chat .str-chat__gallery-image,.messaging.str-chat .str-chat__gallery-image,.team.str-chat .str-chat__gallery-image{width:150px;height:150px}.commerce.str-chat .str-chat__gallery-placeholder,.livestream.str-chat .str-chat__gallery-placeholder,.messaging.str-chat .str-chat__gallery-placeholder,.team.str-chat .str-chat__gallery-placeholder{position:relative;width:150px;height:150px;color:var(--white);display:flex;align-items:center;justify-content:center;background-size:cover;background-position:0 0;background-repeat:no-repeat;cursor:-moz-zoom-in;cursor:-webkit-zoom-in;cursor:zoom-in;cursor:pointer;border:none}.commerce.str-chat .str-chat__gallery-placeholder p,.livestream.str-chat .str-chat__gallery-placeholder p,.messaging.str-chat .str-chat__gallery-placeholder p,.team.str-chat .str-chat__gallery-placeholder p{position:relative;z-index:1;font-size:16px}.commerce.str-chat .str-chat__gallery-placeholder:after,.livestream.str-chat .str-chat__gallery-placeholder:after,.messaging.str-chat .str-chat__gallery-placeholder:after,.team.str-chat .str-chat__gallery-placeholder:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--overlay-dark);z-index:0}.commerce.str-chat .str-chat__gallery{width:calc(100% - 30px);display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:100px}.commerce.str-chat .str-chat__gallery-image,.commerce.str-chat .str-chat__gallery-placeholder{width:100%;height:100%}.commerce.str-chat .str-chat__message-commerce .str-chat__gallery{border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 2px}.commerce.str-chat .str-chat__message-commerce--right .str-chat__gallery{border-radius:var(--border-radius) var(--border-radius) 2px var(--border-radius)}.str-chat__loading-channels{width:300px;height:100%;padding:var(--md-p);background:var(--grey-gainsboro)}.str-chat__loading-channels-meta{flex:1}.str-chat__loading-channels-avatar,.str-chat__loading-channels-status,.str-chat__loading-channels-username{background-image:linear-gradient(-90deg,var(--bg-gradient-start),var(--bg-gradient-end))}.str-chat__loading-channels-status,.str-chat__loading-channels-username{border-radius:var(--border-radius);height:14px}.str-chat__loading-channels-avatar{width:40px;height:40px;border-radius:var(--border-radius-round);margin-right:var(--xs-m)}.str-chat__loading-channels-username{width:40%;margin-bottom:var(--xs-m)}.str-chat__loading-channels-status{width:80%}.str-chat__loading-channels-item{display:flex;align-items:center;width:100%;height:40px;border-radius:var(--border-radius-sm);margin-bottom:var(--sm-m);animation:pulsate 1s linear 0s infinite alternate}.str-chat__loading-channels-item:nth-of-type(2){animation:pulsate infinite 1s linear .3334 alternate}.str-chat__loading-channels-item:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat__loading-indicator{display:flex;align-items:center;justify-content:center;animation:rotate 1s linear infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(1turn);-moz-transform:rotate(1turn);-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.str-chat.messaging .str-chat__load-more-button__button{border:0;width:100%;height:40px;border-radius:var(--border-radius-md);background:var(--grey-whisper);box-shadow:0 1px 5px 0 var(--border);color:var(--grey);padding:var(--xs-p);font-size:var(--md-font)}.str-chat.messaging .str-chat__load-more-button__button:hover{cursor:pointer}.str-chat.team .str-chat__load-more-button__button{border:0;background:transparent;width:100%;height:40px;padding:var(--xs-p);font-size:var(--md-font)}.str-chat.team .str-chat__load-more-button__button:hover{cursor:pointer}.str-chat__load-more-button__button{display:flex;align-items:center;justify-content:center}.str-chat__li{display:block;position:relative}.str-chat__li .str-chat__message-inner{min-width:0}.str-chat__li .quoted-message{display:flex;align-items:flex-end;margin-bottom:var(--xxs-m);cursor:pointer}.str-chat__li .quoted-message-inner{display:flex;text-align:start;align-items:flex-end;background:var(--grey-whisper);border-radius:var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;max-width:408px;padding:var(--xxs-p) var(--xs-p)}.str-chat__li .quoted-message-inner .str-chat__message-attachment-card.str-chat__message-attachment-card--image{border:none;border-radius:var(--border-radius-md)}.str-chat__li .quoted-message-inner .str-chat__message-attachment--image:first-of-type{max-height:48px;max-width:48px;border-radius:var(--border-radius-md)}.str-chat__li .quoted-message-inner .str-chat__message-attachment img{border-radius:var(--border-radius-md)}.str-chat__li .quoted-message-inner .str-chat__message-attachment--file:first-of-type{background:var(--white);border-radius:var(--border-radius-md);border-bottom:1px solid var(--grey-whisper);min-width:33%}.str-chat__li .quoted-message-inner :nth-child(2){margin-left:var(--xs-m)}.str-chat__li .quoted-message.mine .quoted-message-inner{background:var(--white-snow)}.str-chat__li--single,.str-chat__li--top{margin:24px 0 0}.str-chat__li--single .str-chat__message-attachment--img,.str-chat__li--single .str-chat__message-attachment-card,.str-chat__li--single .str-chat__message .str-chat__gallery,.str-chat__li--single .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--single .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card,.str-chat__li--top .str-chat__message-attachment--img,.str-chat__li--top .str-chat__message-attachment-card,.str-chat__li--top .str-chat__message .str-chat__gallery,.str-chat__li--top .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--top .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--single .str-chat__message--me,.str-chat__li--top .str-chat__message--me{text-align:right}.str-chat__li--single .str-chat__message--me .str-chat__gallery,.str-chat__li--single .str-chat__message--me.str-chat__message--has-text .str-chat__gallery,.str-chat__li--single .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--single .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card,.str-chat__li--single .str-chat__message--me .str-chat__message-attachment--img,.str-chat__li--single .str-chat__message--me .str-chat__message-attachment-card,.str-chat__li--top .str-chat__message--me .str-chat__gallery,.str-chat__li--top .str-chat__message--me.str-chat__message--has-text .str-chat__gallery,.str-chat__li--top .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--top .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card,.str-chat__li--top .str-chat__message--me .str-chat__message-attachment--img,.str-chat__li--top .str-chat__message--me .str-chat__message-attachment-card{border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--middle{margin:0}.str-chat__li--middle .str-chat__message-attachment--img,.str-chat__li--middle .str-chat__message-attachment-card,.str-chat__li--middle .str-chat__message .str-chat__gallery,.str-chat__li--middle .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__gallery,.str-chat__li--middle .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--middle .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--middle .str-chat__message--me .str-chat__message-attachment--img,.str-chat__li--middle .str-chat__message--me .str-chat__message-attachment-card,.str-chat__li--middle .str-chat__message--me .str-chat__message .str-chat__gallery{border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--middle .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__gallery,.str-chat__li--middle .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--middle .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-top-left-radius:calc(var(--border-radius-sm)/2)}.str-chat__li--bottom{margin:0 0 24px}.str-chat__li--bottom .str-chat__message-attachment--img,.str-chat__li--bottom .str-chat__message-attachment-card,.str-chat__li--bottom .str-chat__message .str-chat__gallery,.str-chat__li--bottom .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__gallery,.str-chat__li--bottom .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--bottom .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--bottom .str-chat__message--me .str-chat__message-attachment--img,.str-chat__li--bottom .str-chat__message--me .str-chat__message-attachment-card,.str-chat__li--bottom .str-chat__message--me .str-chat__message .str-chat__gallery{border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--bottom .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__gallery,.str-chat__li--bottom .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--bottom .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-top-left-radius:calc(var(--border-radius-sm)/2)}.str-chat__li--single{margin-bottom:var(--md-m)}.str-chat__li--middle .str-chat__message-data,.str-chat__li--top .str-chat__message-data{display:none}.str-chat__li--top .str-chat__message-text-inner{border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--top .str-chat__message--me .str-chat__message-text-inner{border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--single .str-chat__message-text-inner{border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--single .str-chat__message-text-inner--has-attachment{border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--single .str-chat__message--me .str-chat__message-text-inner{border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--single .str-chat__message--me .str-chat__message-text-inner--has-attachment{border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--bottom .str-chat__message-text-inner,.str-chat__li--middle .str-chat__message-text-inner{border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--bottom .str-chat__message--me .str-chat__message-text-inner,.str-chat__li--middle .str-chat__message--me .str-chat__message-text-inner{border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--bottom .str-chat__message--me .str-chat__message-text-inner--has-attachment,.str-chat__li--middle .str-chat__message--me .str-chat__message-text-inner--has-attachment{margin:0}.str-chat__li--bottom .str-chat__message--me .str-chat__message-attachment-card,.str-chat__li--middle .str-chat__message--me .str-chat__message-attachment-card{margin:0;padding:0;border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__message,.str-chat__message-simple{display:inline-flex;justify-content:flex-start;align-items:flex-end;padding:0;position:relative;margin:calc(var(--xxs-m)/2) 0;width:100%;transition:background-color .5s ease-out}.str-chat__message--system,.str-chat__message-simple--system{text-align:center;align-items:center;width:100%;flex-direction:column;padding:var(--xl-p);box-sizing:border-box;font-size:var(--xs-font)}.str-chat__message--system__text,.str-chat__message-simple--system__text{display:flex;align-items:center;width:100%}.str-chat__message--system__text p,.str-chat__message-simple--system__text p{margin:0 24px;color:var(--grey);text-transform:uppercase;font-weight:var(--font-weight-bold)}.str-chat__message--system__line,.str-chat__message-simple--system__line{flex:1;height:1px;width:100%;background-color:var(--overlay)}.str-chat__message--system__date,.str-chat__message-simple--system__date{margin-top:4px;text-transform:uppercase;color:var(--grey)}.str-chat__message-inner,.str-chat__message-simple-inner{position:relative}@media screen and (min-width:420px){.str-chat__message-inner,.str-chat__message-simple-inner{margin-right:88px;margin-left:unset}}.str-chat__message-inner>.str-chat__message-simple__actions,.str-chat__message-simple-inner>.str-chat__message-simple__actions{position:absolute;top:5px;left:calc(100% + 8px)}.str-chat__message-attachment-container,.str-chat__message-simple-attachment-container{display:flex;flex-direction:column}.str-chat__message-simple-text,.str-chat__message-text{display:inline-flex;justify-content:flex-start;align-items:center;padding:0;position:relative}.str-chat__message-simple-text-inner,.str-chat__message-text-inner{position:relative;flex:1;display:block;min-height:32px;padding:var(--xxs-p) var(--xs-p);font-size:var(--lg-font);color:var(--black);border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;background:var(--white-snow);border:1px solid var(--border);margin-left:0}.str-chat__message-simple-text-inner .str-chat__emoji-display-fix,.str-chat__message-text-inner .str-chat__emoji-display-fix{display:inline-block;width:1.25em}.str-chat__message-simple-text-inner p,.str-chat__message-text-inner p{word-wrap:break-word;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.str-chat__message-simple-text-inner--focused,.str-chat__message-text-inner--focused{background:var(--primary-color);border:1px solid var(--primary-color);margin-right:0;margin-left:0}.str-chat__message-simple-text-inner--has-attachment,.str-chat__message-text-inner--has-attachment{border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__message-simple-text-inner--is-emoji,.str-chat__message-text-inner--is-emoji{background:transparent;border:1px solid transparent;font-size:var(--xxxl-font);padding-left:0;padding-right:0}.str-chat__message-attachment--img,.str-chat__message-simple-attachment--img{width:100%;max-width:480px;display:block;height:inherit;cursor:-moz-zoom-in;cursor:-webkit-zoom-in;cursor:zoom-in}.str-chat__message-data,.str-chat__message-simple-data{margin-top:var(--xxs-m);width:100%;font-size:var(--xs-font);color:var(--overlay-dark);position:absolute;white-space:nowrap}.str-chat__message-name,.str-chat__message-simple-name{font-weight:var(--font-weight-bold);margin-right:var(--xxs-m)}.str-chat__message-simple p,.str-chat__message p{margin:0;white-space:pre-line;line-height:20px}.str-chat__message-simple p:not(:first-of-type),.str-chat__message p:not(:first-of-type){margin:var(--sm-m) 0 0}.str-chat__message--me,.str-chat__message-simple--me{display:inline-flex;margin:var(--xxs-m) 0;justify-content:flex-end}.str-chat__message--me .str-chat__message-text,.str-chat__message-simple--me .str-chat__message-text{display:flex;justify-content:flex-end}.str-chat__message--me .str-chat__message-attachment-container,.str-chat__message-simple--me .str-chat__message-attachment-container{display:flex;flex-direction:column;align-items:flex-end}.str-chat__message--me .str-chat__message-inner,.str-chat__message-simple--me .str-chat__message-inner{justify-content:flex-end;align-items:flex-end}@media screen and (min-width:420px){.str-chat__message--me .str-chat__message-inner,.str-chat__message-simple--me .str-chat__message-inner{margin-right:unset;margin-left:88px}}.str-chat__message--me .str-chat__message-inner>.str-chat__message-simple__actions,.str-chat__message-simple--me .str-chat__message-inner>.str-chat__message-simple__actions{position:absolute;top:5px;left:unset;right:calc(100% + 8px)}.str-chat__message--me .str-chat__message-text-inner,.str-chat__message-simple--me .str-chat__message-text-inner{flex:initial;background:var(--grey-whisper);border-color:transparent;text-align:right;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius);margin-right:0}.str-chat__message--me .str-chat__message-text-inner--focused,.str-chat__message-simple--me .str-chat__message-text-inner--focused{background:var(--primary-color);border:1px solid var(--primary-color);margin-left:0;margin-right:0}.str-chat__message--me .str-chat__message-text-inner--has-attachment,.str-chat__message-simple--me .str-chat__message-text-inner--has-attachment{border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__message--me .str-chat__message-text-inner--is-emoji,.str-chat__message-simple--me .str-chat__message-text-inner--is-emoji{background:transparent;border:1px solid transparent;font-size:var(--xxxl-font);padding-left:0;padding-right:0}.str-chat__message--me .str-chat__message-text-inner--is-emoji p,.str-chat__message-simple--me .str-chat__message-text-inner--is-emoji p{line-height:48px}.str-chat__message--me .str-chat__message-attachment--img,.str-chat__message-simple--me .str-chat__message-attachment--img{width:100%;max-width:480px;display:block;height:inherit;object-fit:cover;border:none}.str-chat__message--me .str-chat__message-data,.str-chat__message-simple--me .str-chat__message-data{text-align:right;right:0;width:fit-content}.str-chat__message--with-reactions,.str-chat__message-simple--with-reactions{margin-top:var(--md-m)}.str-chat__message--highlighted,.str-chat__message-simple--highlighted{transition:background-color .1s ease-out;background-color:var(--highlight)}.str-chat__message-link,.str-chat__message-simple-link{color:var(--primary-color);font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-mention,.str-chat__message-simple-mention{font-weight:var(--font-weight-bold)}.str-chat__message--inner,.str-chat__message-simple--inner{display:flex;flex-direction:column;align-items:flex-start}.str-chat__message-simple .messaging.str-chat .str-chat__message,.str-chat__message-simple .messaging.str-chat .str-chat__message--me,.str-chat__message .messaging.str-chat .str-chat__message,.str-chat__message .messaging.str-chat .str-chat__message--me{margin:calc(var(--xxs-m)/2) 0}.str-chat__message-simple .messaging.str-chat .str-chat__message--me--with-reactions,.str-chat__message-simple .messaging.str-chat .str-chat__message--with-reactions,.str-chat__message .messaging.str-chat .str-chat__message--me--with-reactions,.str-chat__message .messaging.str-chat .str-chat__message--with-reactions{margin-top:var(--lg-m)}.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment--image,.str-chat__message .messaging.str-chat .str-chat__message-attachment--image{margin:calc(var(--xxs-m)/2) 0;max-width:480px}.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment--card,.str-chat__message .messaging.str-chat .str-chat__message-attachment--card{margin:calc(var(--xxs-m)/2) 0;line-height:normal}.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment-card,.str-chat__message .messaging.str-chat .str-chat__message-attachment-card{margin:calc(var(--xxs-m)/2) auto;line-height:normal;background:var(--grey-gainsboro)}.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment-card--title,.str-chat__message .messaging.str-chat .str-chat__message-attachment-card--title{color:var(--primary-color)}.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment-card--text,.str-chat__message .messaging.str-chat .str-chat__message-attachment-card--text{display:none}.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment-card--url,.str-chat__message .messaging.str-chat .str-chat__message-attachment-card--url{text-transform:lowercase}.str-chat__message-simple .messaging.str-chat .str-chat__message--deleted,.str-chat__message .messaging.str-chat .str-chat__message--deleted{margin:0 var(--xl-m)}.str-chat__message-simple .messaging.str-chat .str-chat__li--middle .str-chat__message .str-chat__message-attachment--card,.str-chat__message-simple .messaging.str-chat .str-chat__li--middle .str-chat__message .str-chat__message-attachment--image,.str-chat__message .messaging.str-chat .str-chat__li--middle .str-chat__message .str-chat__message-attachment--card,.str-chat__message .messaging.str-chat .str-chat__li--middle .str-chat__message .str-chat__message-attachment--image{border-top-left-radius:calc(var(--border-radius-sm)/2)}.str-chat__message--deleted,.str-chat__message-simple--deleted{margin:0 0 0 var(--xl-m);flex-direction:column;align-items:flex-start}.str-chat__message--deleted-inner,.str-chat__message-simple--deleted-inner{background:var(--grey-whisper);padding:var(--xs-p) var(--sm-p);border-radius:var(--border-radius);font-size:var(--sm-font);color:var(--grey)}.str-chat__message--me.str-chat__message--deleted,.str-chat__message-simple--me.str-chat__message--deleted{margin:0 var(--xl-m) 0 0;align-items:flex-end}.str-chat__message--me.str-chat__message--deleted-inner,.str-chat__message-simple--me.str-chat__message--deleted-inner{background:var(--white-smoke);padding:var(--xs-p) var(--sm-p);border-radius:var(--border-radius);font-size:var(--sm-font);color:var(--grey)}.str-chat__message--error,.str-chat__message--failed,.str-chat__message-simple--error,.str-chat__message-simple--failed{font-size:var(--sm-font);padding:var(--xxs-p) 0}.str-chat__message--error .str-chat__message-text-inner,.str-chat__message--failed .str-chat__message-text-inner,.str-chat__message-simple--error .str-chat__message-text-inner,.str-chat__message-simple--failed .str-chat__message-text-inner{background:var(--faded-red);border:1px solid var(--faded-red)}.str-chat__message--me.str-chat__message--error,.str-chat__message--me.str-chat__message--failed,.str-chat__message-simple--me.str-chat__message--error,.str-chat__message-simple--me.str-chat__message--failed{border-left:initial;margin-right:var(--xl-m)}.str-chat__message-simple .str-chat__message-attachment-file--item:hover,.str-chat__message .str-chat__message-attachment-file--item:hover{background:transparent}.str-chat__message-simple .quoted-message-inner,.str-chat__message .quoted-message-inner{pointer-events:none}.str-chat__message-simple{font-family:var(--second-font)}.str-chat__message-simple__actions{display:flex}.str-chat__message-simple__actions__action{margin:var(--xxs-m);display:flex;align-items:center;height:10px;cursor:pointer;background-color:transparent;border:none;padding:0}.str-chat__message-simple__actions__action svg{fill:var(--black);opacity:.5}.str-chat__message-simple__actions__action:hover svg{opacity:1}.str-chat__message-simple__actions__action--reactions,.str-chat__message-simple__actions__action--thread{display:none}.str-chat__message-simple__actions__action--options{position:relative;display:none}.str-chat__message-simple__actions__action--options>button{cursor:pointer;background-color:transparent;border:none;padding:3px 0}.str-chat__message-simple__actions__action--options.str-chat-angular__message-simple__actions__action--options--editing{position:relative;display:flex}.str-chat__message-simple-text{display:flex;justify-content:flex-end;padding:0;position:relative}.str-chat__message-simple-text-inner{flex:initial;text-align:left;max-width:460px;word-wrap:break-word;word-break:break-word}.str-chat__message-simple-text-inner.str-chat__message-simple-text-inner--is-emoji{background:transparent}.str-chat__message-simple-text-inner.str-chat__message-simple-text-inner--is-emoji p{line-height:48px}.str-chat__message-simple-text-inner p{text-align:left}.str-chat__message-simple-text-inner a{color:var(--primary-color);font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-simple-text-inner a:active,.str-chat__message-simple-text-inner a:focus,.str-chat__message-simple-text-inner a:hover{text-decoration:underline}.str-chat__message-simple-text-inner blockquote{margin:0 0 0 var(--xxs-m);font-style:italic;padding-left:var(--md-p);position:relative}.str-chat__message-simple-text-inner blockquote:before{font-size:var(--xxl-font);content:"\201C";font-style:italic;position:absolute;opacity:.5;top:2px;left:-5px}.str-chat__message-simple--deleted-inner{background:var(--dark-grey);color:var(--white)}.str-chat__message-simple--me .str-chat__message-simple-reply-button{display:flex;justify-content:flex-end}.str-chat__message-simple--me .str-chat__message-simple-reply-button .str-chat__message-replies-count-button{display:flex;flex-direction:row-reverse}.str-chat__message-simple--me .str-chat__message-simple-reply-button .str-chat__message-replies-count-button svg{transform:scaleX(-1);margin-left:var(--xxs-m);margin-bottom:var(--xxs-m);margin-right:0}.str-chat__message-simple--me .str-chat__message-simple__actions{justify-content:flex-end}.str-chat__message-simple--me .str-chat__message-attachment--image{max-width:460px}.str-chat__message-simple--me-text-inner--is-emoji{background-color:transparent;line-height:32px}.str-chat__message-simple--me .str-chat__message-simple__actions{order:-1}.str-chat__message-simple:hover .str-chat__message-simple__actions__action--options{display:flex}.str-chat__message-simple:hover .str-chat__message-simple__actions__action--options button{display:flex;align-items:center}.str-chat__message-simple:hover .str-chat__message-simple__actions__action--reactions,.str-chat__message-simple:hover .str-chat__message-simple__actions__action--thread{display:flex}@media screen and (max-width:960px){.str-chat__message-simple:hover .str-chat__message-simple__actions__action--options,.str-chat__message-simple:hover .str-chat__message-simple__actions__action--reactions,.str-chat__message-simple:hover .str-chat__message-simple__actions__action--thread{display:none}}.str-chat__simple-message--error-message{text-align:left;text-transform:uppercase;font-size:var(--xs-font);opacity:.5}.str-chat__message-simple-status{margin:var(--xs-m) 0 var(--xs-m) var(--xs-m);order:3;position:absolute;left:100%;bottom:0;line-height:1;display:flex;justify-content:flex-end;align-items:center;z-index:1}.str-chat__message-simple-status-number{font-size:var(--xs-font);margin-left:4px;position:absolute;left:100%;color:var(--overlay-dark)}.str-chat__message-simple-status>.str-chat-angular__avatar-host .str-chat__avatar,.str-chat__message-simple-status>.str-chat__avatar{align-self:flex-end;margin-right:0}.str-chat__message-simple-status>.str-chat__tooltip{display:none;max-width:300px;min-width:100px;text-align:center}.str-chat__message-simple-status:hover>.str-chat__tooltip{display:block}.str-chat__message-simple-status:after{position:absolute;bottom:100%;right:0;content:" ";width:15px;height:15px}.str-chat__message-simple .str-chat__message-attachment-card{margin:0;background:var(--white);border:1px solid var(--border)}.str-chat__message-simple .str-chat__message-attachment-card--content{background:var(--grey-gainsboro)}.str-chat__message-simple .str-chat__message-attachment-card--text{display:none}.str-chat__message-simple .str-chat__message-attachment--file{margin:0;background:var(--white);border:1px solid transparent;border-color:var(--grey-gainsboro);border-radius:var(--border-radius-md)}.str-chat__message-simple .str-chat__message-attachment--file .str-chat__message-attachment-file--item{border-color:transparent;padding:0 var(--xs-p)}.str-chat__message-simple .str-chat__message-attachment--file:first-of-type:not(.str-chat-angular__message-attachment-file-single){border-radius:var(--border-radius) var(--border-radius) 0 0;border-bottom:transparent}.str-chat__message-simple .str-chat__message-attachment--file:last-of-type:not(.str-chat-angular__message-attachment-file-single){border-top-color:transparent;border-radius:0 0 var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__message-simple .str-chat__message-attachment--file:last-of-type:not(.str-chat-angular__message-attachment-file-single):first-of-type{border-bottom:1px solid var(--grey-gainsboro);border-top:1px solid var(--grey-gainsboro);border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__message-simple .str-chat__message-attachment-file--item:not(.str-chat-angular__message-attachment-file-single){border-radius:0}.str-chat__message-simple--me .str-chat__message-attachment-card{border-radius:var(--border-radius) var(--border-radius-sm) var(--border-radius-sm) var(--border-radius-sm)}.str-chat__message-simple--me .str-chat__message-attachment--file{background:var(--grey-gainsboro)}.str-chat__message-simple--me .str-chat__message-attachment--file:last-of-type:not(.str-chat-angular__message-attachment-file-single){border-radius:0 0 calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__message-simple--me .str-chat__message-attachment--file:last-of-type:not(.str-chat-angular__message-attachment-file-single):first-of-type:not(.str-chat-angular__message-attachment-file-single){border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__list--thread .str-chat__message-simple__actions{width:30px}.str-chat__list--thread .str-chat__message-simple__actions__action--options .str-chat__message-actions-box{right:unset;left:100%;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.livestream.str-chat .str-chat__li--single{margin:0}@media screen and (max-width:960px){.str-chat__message-simple-text-inner{max-width:218px}.str-chat__message-simple-status{left:unset;right:8px;bottom:30px}.str-chat__message-simple-status-angular{margin-bottom:3px}}.dark.str-chat .str-chat__message-simple-text-inner,.dark.str-chat .str-chat__message-text-inner{background:var(--dark-grey);color:var(--white)}.dark.str-chat .str-chat__message-simple-text-inner--is-emoji,.dark.str-chat .str-chat__message-text-inner--is-emoji{background:transparent}.dark.str-chat .str-chat__message-simple-text-inner .quoted-message-inner,.dark.str-chat .str-chat__message-text-inner .quoted-message-inner{background:var(--dark-grey)}.dark.str-chat .str-chat__message-simple__actions svg,.dark.str-chat .str-chat__message__actions svg{fill:var(--white)}.dark.str-chat .str-chat__message-data,.dark.str-chat .str-chat__message-simple-data{color:var(--white);opacity:.5}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment-card,.dark.str-chat .str-chat__message .str-chat__message-attachment-card{background:transparent}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment-card--content,.dark.str-chat .str-chat__message .str-chat__message-attachment-card--content{background:var(--dark-grey)}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment-card--url,.dark.str-chat .str-chat__message .str-chat__message-attachment-card--url{color:var(--grey-gainsboro)}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment-card--title,.dark.str-chat .str-chat__message .str-chat__message-attachment-card--title{color:var(--primary-color)}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment--file,.dark.str-chat .str-chat__message .str-chat__message-attachment--file{border-color:transparent;background:var(--dark-grey);color:var(--white10)}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment--file a,.dark.str-chat .str-chat__message-simple .str-chat__message-attachment--file span,.dark.str-chat .str-chat__message .str-chat__message-attachment--file a,.dark.str-chat .str-chat__message .str-chat__message-attachment--file span{color:var(--white)}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment--file span,.dark.str-chat .str-chat__message .str-chat__message-attachment--file span{opacity:.5}.dark.str-chat .str-chat__message-simple .str-chat__message-simple-status-number,.dark.str-chat .str-chat__message .str-chat__message-simple-status-number{color:var(--grey-gainsboro)}.dark.str-chat .str-chat__message-simple .str-chat__message--deleted-inner,.dark.str-chat .str-chat__message-simple .str-chat__message-simple--deleted-inner,.dark.str-chat .str-chat__message .str-chat__message--deleted-inner,.dark.str-chat .str-chat__message .str-chat__message-simple--deleted-inner{background:var(--dark-grey);color:var(--white)}.dark.str-chat .str-chat__message--me .str-chat__message-text-inner,.dark.str-chat .str-chat__message-simple--me .str-chat__message-text-inner{background:var(--black40)}.dark.str-chat .str-chat__message--me .str-chat__message-text-inner--is-emoji,.dark.str-chat .str-chat__message-simple--me .str-chat__message-text-inner--is-emoji{background:transparent}.dark.str-chat .str-chat__message--me .str-chat__message-attachment--file,.dark.str-chat .str-chat__message--me .str-chat__message-attachment-card--content,.dark.str-chat .str-chat__message-simple--me .str-chat__message-attachment--file,.dark.str-chat .str-chat__message-simple--me .str-chat__message-attachment-card--content{background:var(--black40)}.dark.str-chat .str-chat__message--me .str-chat__message--deleted-inner,.dark.str-chat .str-chat__message--me .str-chat__message-simple--deleted-inner,.dark.str-chat .str-chat__message-simple--me .str-chat__message--deleted-inner,.dark.str-chat .str-chat__message-simple--me .str-chat__message-simple--deleted-inner{background:var(--black40);color:var(--white)}.dark.str-chat .str-chat__message-simple__actions__action--options .str-chat__actions-box{background:var(--grey);box-shadow:0 0 2px 0 var(--overlay),0 1px 0 0 var(--border),0 1px 8px 0 var(--border)}.dark.str-chat .str-chat__message--error .str-chat__message-simple-text-inner,.dark.str-chat .str-chat__message--failed .str-chat__message-simple-text-inner{background:var(--faded-red);border:1px solid var(--faded-red)}.str-chat__message .str-chat__message-simple__actions__action--options .str-chat__message-actions-box{left:100%;right:unset}.str-chat__message .str-chat__message-simple__actions__action--options .str-chat__message-actions-box--mine,.str-chat__message .str-chat__message-simple__actions__action--options .str-chat__message-actions-box--reverse{right:100%;left:unset;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__message .str-chat__message-simple__actions__action--options .str-chat__message-actions-box--mine.str-chat__message-actions-box--reverse{left:100%;right:unset;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__message a[href^="mailto:"]{-webkit-hyphens:none;-moz-hyphens:none;hyphens:none}@media screen and (max-width:375px){.str-chat__message .str-chat__message-attachment--img{max-width:235px}}@media screen and (max-width:414px){.str-chat__message .str-chat__message-attachment--img{max-width:274px}}@media only screen and (device-width:375px)and (-webkit-device-pixel-ratio:3){.str-chat__message .str-chat__message-attachment--img{max-width:240px}}.str-chat .mml-container{display:flex;padding-bottom:var(--xxs-p)}.str-chat .mml-icon{font-family:Material Icons,sans-serif}.str-chat .mml-wrap{display:block;max-width:345px}@media screen and (max-width:375px){.str-chat .mml-wrap{max-width:220px}}.str-chat .mml-datepicker{min-width:180px}.str-chat .mml-align-right .mml-btnlist--floating,.str-chat .mml-align-right .mml-carousel{margin-left:auto}.str-chat .mml-align-left .mml-btnlist--floating,.str-chat .mml-align-left .mml-carousel{margin-right:auto}@media screen and (max-width:960px){.str-chat .mml-align-left .mml-carousel{margin-left:-10px}.str-chat .mml-align-right .mml-carousel{margin-right:-10px}}@media screen and (max-width:960px){.str-chat.messaging .mml-align-left .mml-carousel{margin-left:-10px}.str-chat.messaging .mml-align-right .mml-carousel{margin-right:-10px}}.str-chat__message-simple.mobile-press .str-chat__message-simple__actions__action--options,.str-chat__message-simple.mobile-press .str-chat__message-simple__actions__action--reactions,.str-chat__message-simple.mobile-press .str-chat__message-simple__actions__action--thread{display:flex}.str-chat__message-actions-box{position:absolute;display:none;bottom:20px;left:40px;width:120px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;background:var(--white);background-image:linear-gradient(-180deg,var(--bg-gradient-start),var(--bg-gradient-end));box-shadow:0 0 2px 0 var(--border),0 1px 0 0 var(--border),0 1px 8px 0 var(--border);z-index:999}.str-chat__message-actions-box--open{display:block}.str-chat__message-actions-list{height:100%;margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column;align-items:flex-start}.str-chat__message-actions-list-item{padding:var(--xs-p) var(--xs-p);width:100%;margin:0}.str-chat__message-actions-list button{background:none;text-align:left;outline:none;border:none;cursor:pointer;display:block;width:100%;font-size:var(--sm-font);color:var(--black);text-decoration:none}.str-chat__message-actions-list button:focus{outline:5px auto -webkit-focus-ring-color}.str-chat__message-actions-list button:hover{color:var(--primary-color)}.str-chat__message-actions-list button:not(:last-of-type){border-bottom:1px solid var(--black5)}.str-chat__message-actions{position:relative;align-self:flex-start;display:flex;align-items:center;justify-content:flex-end;margin:var(--xxs-m) var(--xs-m);cursor:pointer;order:2}.str-chat__message--me .str-chat__message-actions{order:-1}.str-chat__message-actions-options,.str-chat__message-actions-reactions{display:flex;align-items:center;justify-content:center;width:22px;height:22px}.str-chat__message-actions-options svg,.str-chat__message-actions-reactions{fill:var(--grey);position:relative}.str-chat__message-actions-options:hover svg,.str-chat__message-actions-reactions:hover{fill:var(--primary-color)}.str-chat__message-simple:focus-within .str-chat__message-simple__actions__action--thread{display:flex}.str-chat__message-simple:focus-within .str-chat__message-simple__actions__action--reactions{display:flex}.str-chat__message-simple:focus-within .str-chat__message-simple__actions__action--options{display:flex}.str-chat__message-simple:focus-within .str-chat__message-simple__actions__action--options button{display:flex;align-items:center}.str-chat__message-moderation-error-actions-box{display:flex;justify-content:flex-end;padding-top:var(--xs-p);padding-bottom:var(--xs-p);gap:var(--xs-p)}.str-chat__message-moderation-error-actions-box button{border:none;background:none;font-weight:var(--font-weight-semi-bold);color:var(--secondary-button-text)}.str-chat__message-moderation-error-actions-box button.str-chat__message-moderation-error-actions-box--primary{color:var(--button-text)}.str-chat__message-commerce{display:flex;justify-content:flex-start;align-items:flex-end;padding:0;position:relative;margin:1px 0}.str-chat__message-commerce-inner{position:relative}.str-chat__message-commerce-inner>.str-chat__message-commerce__actions{min-height:10px;min-width:30px;float:right}.str-chat__message-commerce-inner>.str-chat__message-commerce__actions .str-chat__reaction-list{left:unset;right:46px}.str-chat__message-commerce .str-chat__avatar{margin-right:8px}.str-chat__message-commerce .str-chat__message-attachment-card--content{margin:0;padding:6px 8px}.str-chat__message-commerce--middle,.str-chat__message-commerce--top{margin-left:40px}.str-chat__message-commerce--middle .str-chat__message-commerce-data,.str-chat__message-commerce--top .str-chat__message-commerce-data{display:none}.str-chat__message-commerce--top .str-chat__message-commerce-text-inner{border-radius:16px 16px 4px 4px}.str-chat__message-commerce--bottom .str-chat__message-commerce-text-inner{border-radius:4px 4px 16px 0}.str-chat__message-commerce--single .str-chat__message-commerce-text-inner{border-radius:16px 16px 16px 0}.str-chat__message-commerce--single .str-chat__message-commerce-text-inner--has-attachment{border-radius:4px 4px 16px 0}.str-chat__message-commerce--middle .str-chat__message-commerce-text-inner{border-radius:4px 4px 4px 4px}.str-chat__message-commerce-text-inner{position:relative;display:block;min-height:32px;padding:5px 10px;font-size:var(--lg-font);color:#000;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;background:#fff;border:1px solid var(--border-color);margin-left:0;max-width:345px}.str-chat__message-commerce-text-inner p{margin:0;white-space:pre-line;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.str-chat__message-commerce-text-inner p:not(:first-of-type){margin:16px 0 0}.str-chat__message-commerce-text-inner--has-attachment{border-radius:2px var(--border-radius) var(--border-radius) 2px}.str-chat__message-commerce-text-inner--is-emoji{background:transparent;border:1px solid transparent;font-size:32px;line-height:48px;padding-left:0;padding-right:0}.str-chat__message-commerce-attachment--img{width:100%;max-width:480px;display:block;height:inherit;cursor:-moz-zoom-in;cursor:-webkit-zoom-in;cursor:zoom-in}.str-chat__message-commerce-data{margin-top:5px;width:100%;font-size:var(--xs-font);color:rgba(0,0,0,.5)}.str-chat__message-commerce-name{font-weight:var(--font-weight-bold);margin-right:5px}.str-chat__message-commerce p{margin:0;line-height:20px}.str-chat__message-commerce--with-reactions{margin-top:30px}.str-chat__message-commerce--with-reactions .str-chat__message-commerce__actions__action--reactions{display:none}.str-chat__message-commerce-link{color:var(--primary-color);font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-commerce--inner{display:flex;flex-direction:column;align-items:flex-start}.str-chat__message-commerce--deleted{background:var(--grey);float:left;padding:8px 16px;border-radius:var(--border-radius);font-size:var(--sm-font);color:var(--darken-grey);margin:0 0 0 42px}.str-chat__message-commerce--error{margin:0 0 32px;font-size:var(--sm-font)}.str-chat__message-commerce--error .str-chat__message-text-inner{background:rgba(208,2,27,.1);border:1px solid rgba(208,2,27,.1)}.str-chat__message-commerce--right.str-chat__message-commerce{justify-content:flex-end;margin-left:0}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce__actions{justify-content:flex-end}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce__actions{float:left}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce__actions .str-chat__reaction-list{left:46px}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce-reply-button{display:flex;justify-content:flex-end}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce-reply-button .str-chat__message-replies-count-button{display:flex;flex-direction:row-reverse}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce-reply-button .str-chat__message-replies-count-button svg{transform:scaleX(-1);margin-left:5px;margin-bottom:4px;margin-right:0}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-text-inner{background:#ebebeb;border-width:0;margin-top:2px;border-color:transparent}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-text-inner p{text-align:right}.str-chat__message-commerce--right.str-chat__message-commerce>.str-chat__avatar{display:none}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-attachment{margin:0 auto 0 30px}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-attachment--img{border-radius:var(--border-radius) var(--border-radius) 2px var(--border-radius)}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-attachment-card{border-radius:16px 16px 4px 16px}.str-chat__message-commerce--right.str-chat__message-commerce--bottom,.str-chat__message-commerce--right.str-chat__message-commerce--single{margin-right:0}.str-chat__message-commerce--right.str-chat__message-commerce--single .str-chat__message-commerce-text-inner{border-radius:16px 16px 4px 16px}.str-chat__message-commerce--right.str-chat__message-commerce--single .str-chat__message-commerce-text-inner--has-attachment{border-radius:16px 4px 4px 16px}.str-chat__message-commerce--right.str-chat__message-commerce--bottom .str-chat__message-commerce-text-inner{border-radius:4px 4px 4px 16px}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__avatar{order:1}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-text{flex-direction:row-reverse;justify-content:flex-start}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-text-inner{flex:unset}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-data{text-align:right}.str-chat__message-commerce--has-text .str-chat__message-commerce-inner .str-chat__message-attachment{width:100%;height:auto;margin:4px auto}.str-chat__message-commerce{font-family:var(--second-font)}.str-chat__message-commerce__actions{display:flex;margin-top:5px;align-items:flex-start;justify-content:flex-start;min-width:30px}.str-chat__message-commerce__actions__action{margin:5px;display:flex;align-items:center;height:10px;cursor:pointer}.str-chat__message-commerce__actions__action svg{fill:#000;opacity:.5}.str-chat__message-commerce__actions__action:hover svg{opacity:1}.str-chat__message-commerce__actions__action--reactions,.str-chat__message-commerce__actions__action--thread{display:none}.str-chat__message-commerce__actions__action--options{position:relative;display:none}.str-chat__message-commerce__actions__action--options .str-chat__message-actions-box{bottom:10px;left:unset;right:100%;width:120px;border-radius:16px 16px 2px 16px}.str-chat__message-commerce-text{display:flex;padding:0;position:relative}.str-chat__message-commerce-text-inner{text-align:left}.str-chat__message-commerce-text-inner.str-chat__message-commerce-text-inner--is-emoji{margin:5px 0;background:transparent}.str-chat__message-commerce-text-inner p{text-align:left}.str-chat__message-commerce-text-inner a{color:var(--secondary-color);font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-commerce-text-inner blockquote{margin:0 0 0 5px;font-style:italic;padding-left:20px;position:relative}.str-chat__message-commerce-text-inner blockquote:before{font-size:var(--xxl-font);content:"\201C";font-style:italic;position:absolute;opacity:.5;top:2px;left:-5px}.str-chat__message-commerce:hover .str-chat__message-commerce__actions__action--options,.str-chat__message-commerce:hover .str-chat__message-commerce__actions__action--reactions,.str-chat__message-commerce:hover .str-chat__message-commerce__actions__action--thread{display:flex}.str-chat__commerce-message--error-message{text-align:left;text-transform:uppercase;font-size:var(--xs-font);opacity:.5}.str-chat__message-commerce-status{margin:10px 0 10px 10px;order:3;position:absolute;left:100%;bottom:0;line-height:1;display:flex;justify-content:flex-end;align-items:center;z-index:11}.str-chat__message-commerce-status-number{font-size:var(--xs-font);margin-left:4px;position:absolute;left:100%;color:rgba(0,0,0,.6)}.str-chat__message-commerce-status>.str-chat__avatar{align-self:flex-end;margin-right:0}.str-chat__message-commerce-status>.str-chat__tooltip{display:none;max-width:300px;min-width:100px;text-align:center}.str-chat__message-commerce-status:hover>.str-chat__tooltip{display:block}.str-chat__message-commerce-status:after{position:absolute;bottom:100%;right:0;content:" ";width:15px;height:15px}.str-chat__message-commerce .str-chat__message-attachment{width:calc(100% - 30px);max-width:unset;border-radius:unset;margin:0 auto 0 0}.str-chat__message-commerce .str-chat__message-attachment-card{margin:0;border-radius:4px var(--border-radius) 4px 4px;background:#fff;border:1px solid rgba(0,0,0,.08)}.str-chat__message-commerce .str-chat__message-attachment-card--content{background:#ebebeb}.str-chat__message-commerce .str-chat__message-attachment-card--text{display:none}.str-chat__list--thread .str-chat__message-commerce__actions{width:30px}.str-chat__list--thread .str-chat__message-commerce__actions__action--options .str-chat__message-actions-box{right:unset;left:100%;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 2px}.str-chat.dark .str-chat__message-commerce-data{color:#fff;opacity:.5}.str-chat.dark .str-chat__message-commerce-text-inner{background:hsla(0,0%,100%,.05);color:#fff}.str-chat.dark .str-chat__message-commerce__actions svg{fill:#fff}.str-chat.dark .str-chat__message-commerce .str-chat__message-attachment-card,.str-chat.dark .str-chat__message-commerce .str-chat__message-attachment-card--content{background:rgba(0,0,0,.2)}.str-chat.dark .str-chat__message-commerce .str-chat__message-attachment-card--title{color:#fff}.str-chat.dark .str-chat__message-commerce .str-chat__message-attachment-card--url{color:hsla(0,0%,100%,.5)}.str-chat.dark .str-chat__message-commerce--right .str-chat__message-commerce-text-inner,.str-chat.dark .str-chat__message-commerce--right .str-chat__message-commerce .str-chat__message-attachment-card,.str-chat.dark .str-chat__message-commerce--right .str-chat__message-commerce .str-chat__message-attachment-card--content{background:rgba(0,0,0,.2)}.str-chat__input{background:var(--white);box-shadow:0 -1px 3px 0 var(--border),0 -1px 0 0 var(--border);display:flex;flex-wrap:wrap;padding:var(--xs-p);position:relative;font-family:var(--second-font);padding-bottom:0}.str-chat__input--emojipicker{position:absolute;bottom:100%;right:0}.str-chat__input .rfu-file-previewer{flex:1 1 100%}.str-chat__input--textarea-wrapper{display:flex;flex-wrap:wrap;flex:1 0;position:relative}.str-chat__input--textarea-wrapper .str-chat__textarea textarea{padding-right:72px}.str-chat__input-emojiselect,.str-chat__input .rfu-file-upload-button{position:absolute;cursor:pointer;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background-size:44px 44px;fill:var(--black60)}.str-chat__input-emojiselect:hover,.str-chat__input .rfu-file-upload-button:hover{fill:var(--black)}.str-chat__input-emojiselect{right:20px;top:calc(100% - 35px)}.str-chat__input .rfu-file-upload-button{right:46px;top:calc(100% - 34px)}.str-chat__input .rfu-file-upload-button:focus-within{outline:5px auto -webkit-focus-ring-color}.str-chat__input-footer{display:flex;justify-content:space-between;font-size:var(--sm-font);background:var(--white);padding:0 var(--xs-p) var(--xs-p) var(--xs-p);color:var(--lighten-black)}.str-chat__input-footer--typing{font-style:italic}.str-chat__input-footer--count--hidden{visibility:hidden}.dark .str-chat__textarea textarea::placeholder{color:var(--white30)}.str-chat__textarea{height:auto;flex:1}.str-chat__textarea textarea{width:100%;outline:none;padding:var(--sm-p);background:var(--white);border:1px solid var(--border);border-radius:var(--border-radius-md);font-size:var(--lg-font);min-height:42px;transition:height .1s ease-in;resize:none}.str-chat__textarea textarea:focus{background:var(--white);border:1px solid var(--primary-color);box-shadow:0 0 0 2px var(--primary-color-faded)}.str-chat__textarea textarea::placeholder{color:var(--black50)}.str-chat__emojisearch{bottom:100%;left:0;width:calc(100% - 20px);position:absolute;background:var(--white95);box-shadow:0 0 1px 0 var(--black30),0 0 6px 0 var(--black10);z-index:10001;margin:0 var(--xs-m);max-height:360px;overflow-y:auto}.str-chat__emojisearch,.str-chat__emojisearch__list{border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0}.str-chat__emojisearch__list{margin:0;padding:0;list-style-type:none}.dark.str-chat .str-chat__emojisearch{background:var(--dark-grey);box-shadow:0 0 1px 0 var(--black30),0 0 6px 0 var(--black10);border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0}.dark.str-chat .str-chat__emojisearch .rta__list-header{background:var(--dark-grey);border:1px solid var(--white5);box-shadow:0 2px 1px 0 var(--black5);color:var(--white)}.dark.str-chat .rfu-file-previewer__file a,.dark.str-chat .str-chat__emojisearch .rta__entity{color:var(--white)}.dark.str-chat .rfu-file-previewer__file:hover{background:transparent}.dark.str-chat .rfu-file-previewer__close-button{color:var(--white)}.rta{font-size:var(--md-font)}.rta__entity{cursor:pointer;width:100%;border:none;background:transparent}.rta__entity--selected{background-color:var(--primary-color);color:var(--white);width:100%}.active.mention-active>a{background-color:var(--primary-color)!important;color:var(--white)!important}.rta__list{border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0}.rta__list-header{padding:var(--sm-p);font-size:var(--md-font)}.str-chat__emoji-item{padding:0 var(--md-p);display:flex;align-items:center;margin:0 calc(var(--xs-m)*-1)}.str-chat__emoji-item--entity{min-width:24px}.str-chat__emoji-item--highlight{font-weight:var(--font-weight-bold);font-size:var(--sm-font)}.str-chat__emoji-item--part{font-size:var(--sm-font)}.str-chat__slash-command{padding:var(--xs-p) var(--sm-p);font-size:var(--md-font);display:flex;flex-direction:column;align-items:flex-start}.str-chat__slash-command br{display:none}.str-chat__slash-command-description{font-size:var(--sm-font)}.str-chat__user-item{padding:var(--xs-p) var(--sm-p);display:flex}.str-chat__user-item--highlight{font-weight:var(--font-weight-bold);font-size:var(--sm-font)}.str-chat__user-item--part{font-size:var(--sm-font)}.str-chat .rfu-dropzone .rfu-dropzone__notifier{position:absolute;height:100%;width:100%;padding:var(--xxs-p);z-index:1001;display:none}.str-chat .rfu-dropzone--accept .rfu-dropzone__notifier{background:var(--primary-color-faded);display:block}.str-chat .rfu-dropzone--reject .rfu-dropzone__notifier{background:var(--red);display:block}.rfu-dropzone__inner{width:100%;height:100%;padding:0 var(--lg-p);border:1px dashed transparent;box-sizing:border-box;display:flex;text-align:center;align-items:center;justify-content:center;flex-direction:column;color:var(--white);font-weight:800;font-size:var(--sm-font)}.rfu-dropzone--reject .rfu-dropzone__inner,.rfu-dropzone__inner svg{display:none}.str-chat__file-uploads{max-height:300px;flex:1 1 100%;overflow-y:auto}.rfu-file-upload-button svg{fill:var(--grey)}.dark.str-chat .str-chat__input{background:var(--white5);box-shadow:0 -1px 1px 0 var(--black30)}.dark.str-chat .str-chat__input-footer{background:var(--white5)}.dark.str-chat .str-chat__input textarea{background:var(--black10);border:1px solid var(--black40);border-radius:var(--border-radius-sm);color:var(--white)}.dark.str-chat .str-chat__input .rfu-file-upload-button svg,.dark.str-chat .str-chat__input .str-chat__input-emojiselect svg{fill:var(--white)}.str-chat__fileupload-wrapper .str-chat__tooltip{display:none;bottom:35px;right:50px}.str-chat__fileupload-wrapper:hover .str-chat__tooltip{display:block}.str-chat__emojiselect-wrapper .str-chat__tooltip{display:none;bottom:35px;right:24px}.str-chat__emojiselect-wrapper:hover .str-chat__tooltip{display:block}.str-chat__small-message-input--textarea-wrapper .str-chat__fileupload-wrapper .str-chat__tooltip{bottom:32px;right:32px}.str-chat__small-message-input--textarea-wrapper .str-chat__emojiselect-wrapper .str-chat__tooltip{bottom:32px;right:10px}.str-chat__small-message-input--textarea-wrapper .str-chat__input-small-cooldown{position:absolute;right:20px;font-size:var(--lg-font);font-weight:var(--font-weight-bold);top:6px}.str-chat__input-flat{background:var(--white);padding:var(--xs-p) var(--xl-p);position:relative;z-index:1;width:100%}.str-chat__input-flat-quoted{border-top:1px solid var(--black10)}.str-chat__input-flat-quoted .quoted-message-preview{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--xs-m);width:100%;position:relative}.str-chat__input-flat-quoted .quoted-message-preview-header{font-size:var(--md-font);margin-bottom:var(--xs-m)}.str-chat__input-flat-quoted .quoted-message-preview-header .str-chat__square-button{position:absolute;right:0;top:0;margin:unset;padding:var(--xs-p);border-radius:var(--border-radius);cursor:pointer}.str-chat__input-flat-quoted .quoted-message-preview-content{display:flex;align-items:flex-end;background:var(--grey-whisper);border-radius:var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;max-width:60%;padding:var(--xs-p) var(--sm-p)}.str-chat__input-flat-quoted .quoted-message-preview-content-inner{display:flex;text-align:start;align-items:flex-end;word-break:break-all;word-wrap:break-word}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment{margin:0}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment--image{width:48px}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment--card,.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment--img{border-radius:var(--border-radius-md);max-height:48px;max-width:48px;width:100%}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment--file{min-width:33%}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment-file--item{background:var(--white);border-radius:var(--border-radius-md);border-left:none;padding:0 var(--xs-p)}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment-card--image{border:none;border-radius:var(--border-radius-md)}.str-chat__input-flat-quoted .quoted-message-preview-content-inner :nth-child(2){margin-left:var(--xs-m)}.str-chat__input-flat-quoted .quoted-message-preview .str-chat__message-attachment-card{margin:0;min-height:unset}.str-chat__input-flat-quoted .quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__input-flat-has-attachments .str-chat__send-button{display:block}.str-chat__input-flat-wrapper{display:flex;flex-wrap:wrap}.str-chat__input-flat .str-chat__textarea{flex:1}.str-chat__input-flat .str-chat__textarea.str-chat-angular__textarea{position:relative}.str-chat__input-flat .str-chat__textarea>textarea{min-height:56px;background:var(--grey-whisper);border-radius:var(--border-radius-md);padding:20px 69px;font-size:var(--lg-font);line-height:17px;border:none;margin:0}.str-chat__input-flat .str-chat__textarea>textarea:focus{border:none;color:var(--black);border-radius:var(--border-radius-md);box-shadow:0 0 0 3px var(--primary-color)}.str-chat__input-flat-footer{padding:var(--xs-p) var(--xl-p);background:var(--white)}.str-chat__input-flat .str-chat-angular__cooldown{position:absolute;top:50%;transform:translateY(-50%);left:25px}.str-chat__input-flat-emojiselect{position:absolute;top:calc(100% - 45px);left:25px;border:none;cursor:pointer;padding:0;background-color:transparent}.str-chat__input-flat-emojiselect.str-chat-angular__emojiselect{max-width:28px;top:50%;transform:translateY(-50%);cursor:auto}.str-chat__input-flat-emojiselect svg{fill:var(--black);opacity:.5}.str-chat__input-flat-emojiselect svg:hover{opacity:1}.str-chat__input-flat-cooldown{font-size:var(--xl-font);font-weight:var(--font-weight-bold)}.str-chat__input-flat--textarea-wrapper{display:flex;flex-wrap:wrap;flex:1 0;position:relative}.str-chat__input-flat--textarea-wrapper .str-chat__fileupload-wrapper .str-chat__tooltip{bottom:45px;right:25px}.str-chat__input-flat--textarea-wrapper .str-chat__emojiselect-wrapper .str-chat__tooltip{bottom:50px;left:32px;right:unset}.str-chat__input-flat--textarea-wrapper .str-chat__emojiselect-wrapper .str-chat__tooltip:after{left:5px;right:unset}.str-chat__input-flat .str-chat__input--emojipicker{left:0;right:auto}.str-chat__input-flat .rfu-dropzone,.str-chat__input-flat .rfu-file-previewer{width:100%}.str-chat__input-flat .rfu-file-upload-button{position:absolute;top:calc(100% - 40px);right:25px}.str-chat__input-flat .rfu-file-upload-button svg{fill:var(--black);opacity:.5}.str-chat__input-flat .rfu-file-upload-button svg:hover{opacity:1}.rfu-image-previewer,.rfu-image-previewer-angular-host{flex:1 1 100%}.rfu-image-previewer-angular-host__image,.rfu-image-previewer__image{width:60px!important;height:60px!important}.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper,.rfu-image-previewer__image .rfu-thumbnail__wrapper{width:60px!important;height:60px!important;border-radius:var(--border-radius-md)}.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper .rfu-icon-button,.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper .rfu-thumbnail__overlay,.rfu-image-previewer__image .rfu-thumbnail__wrapper .rfu-icon-button,.rfu-image-previewer__image .rfu-thumbnail__wrapper .rfu-thumbnail__overlay{padding:0}.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper .rfu-icon-button svg,.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper .rfu-thumbnail__overlay svg,.rfu-image-previewer__image .rfu-thumbnail__wrapper .rfu-icon-button svg,.rfu-image-previewer__image .rfu-thumbnail__wrapper .rfu-thumbnail__overlay svg{opacity:.9;height:25px;width:25px}.rfu-image-previewer-angular-host .rfu-thumbnail-placeholder,.rfu-image-previewer .rfu-thumbnail-placeholder{width:60px;height:60px;border-radius:var(--border-radius-md)}.commerce.str-chat .str-chat__input-flat{padding:8px 24px;background:transparent}.dark.str-chat .str-chat__input-flat{background:var(--white5)}.dark.str-chat .str-chat__input-flat textarea{background:var(--white5);border-radius:var(--border-radius-md);color:var(--white)}.dark.str-chat .str-chat__input-flat-emojiselect svg,.dark.str-chat .str-chat__input-flat .rfu-file-upload-button svg{fill:var(--white)}.dark.str-chat .str-chat__input-flat-quoted .quoted-message-preview-content{background:var(--black20)}.dark.str-chat.commerce .str-chat__input-flat{background:none}@media screen and (max-width:960px){.str-chat.messaging .str-chat__input-flat{padding:var(--xs-p) var(--xs-p)}}.str-chat__message-notification{display:block;position:absolute;align-self:center;background:var(--primary-color);border:none;color:var(--white);border-radius:50px;padding:var(--xxs-p) var(--xs-p);font-size:var(--sm-font);bottom:10px;z-index:101}.str-chat__message-notification-right{align-self:flex-end}.str-chat__message-notification-scroll-to-latest{cursor:pointer;display:flex;justify-content:center;align-items:center;width:42px;height:42px;border-radius:50%;background:var(--white);color:var(--primary-color);box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.str-chat__message-notification-scroll-to-latest-unread-count{font-size:10px;left:50%;transform:translateX(-50%);bottom:30px}.str-chat-angular__message-list-host,.str-chat__list{overflow-x:hidden;overflow-y:auto}.str-chat__list__loading,.str-chat__virtual-list__loading{display:flex;padding-top:var(--xs-p);justify-content:center;width:100%;position:absolute}.str-chat__list{position:relative;flex:1;-webkit-overflow-scrolling:touch;padding:0}.str-chat__list .str-chat__reverse-infinite-scroll{padding-top:72px}.str-chat__list-wrapper{flex:1;position:relative;display:flex;flex-direction:column}.str-chat__list--thread{padding:var(--sm-p) 0 0 0;overflow:visible}.str-chat__list__center{width:100%;display:flex;justify-content:center}.str-chat__ul{display:block;list-style-type:none;padding:0;margin:0}.str-chat__custom-notification{border-radius:var(--border-radius-sm);font-size:var(--sm-font);padding:var(--xs-p);font-family:var(--second-font);text-align:center;margin-top:var(--xs-m)}.str-chat__custom-notification.notification-success{background:var(--faded-green);border:1px solid var(--green);color:var(--green)}.str-chat__custom-notification.notification-error{background:var(--faded-red);border:1px solid var(--red);color:var(--red)}.str-chat__custom-notification.notification-info{background:var(--faded-blue);border:1px solid var(--blue);color:var(--blue)}.str-chat__connection-issue{background:var(--faded-red);border:1px solid var(--red);color:var(--red);border-radius:var(--border-radius-sm);font-size:var(--sm-font);padding:var(--xs-p);font-family:var(--second-font);text-align:center}.str-chat__list-notifications{padding:0 var(--xl-p);display:flex;position:relative;flex-direction:column;justify-content:center}.messaging.str-chat .str-chat__list{padding:0 var(--xl-p) 0;background:var(--white)}.messaging.str-chat .str-chat__list .str-chat__reverse-infinite-scroll{padding-top:56px}.messaging.str-chat .str-chat__list-notifications{background:var(--white)}@media screen and (max-width:960px){.messaging.str-chat .str-chat__list{padding:0 var(--xs-p) 0}.messaging.str-chat .str-chat__list .str-chat__reverse-infinite-scroll{padding-top:56px}.messaging.str-chat .str-chat__list-notifications{padding:0 var(--xs-p)}}.messaging.str-chat.dark .str-chat__list,.messaging.str-chat.dark .str-chat__list-notifications{background:var(--white5)}.livestream.str-chat .str-chat__list{padding:0 var(--xs-p)}.livestream.str-chat .str-chat__list .str-chat__reverse-infinite-scroll{padding-top:56px}.commerce.str-chat .str-chat__list{padding:0 var(--md-p) 0}.commerce.str-chat .str-chat__list .str-chat__reverse-infinite-scroll{padding-top:72px}.commerce.str-chat .str-chat__list-notifications{padding-left:var(--md-p);padding-right:var(--md-p)}.str-chat__virtual-list{position:relative;flex:1;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--white);margin:0;width:100%;height:100%}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;overflow:hidden;word-wrap:break-word}.dark .str-chat__virtual-list{background:var(--white5)}.str-chat__message-team{font-family:var(--second-font);position:relative;display:flex;padding:5px 40px}.str-chat__message-team .str-chat__avatar{margin-right:0}.str-chat__message-team-pin-indicator{padding-left:40px}.str-chat__message-team-actions{position:absolute;top:-12px;right:0;display:flex;align-items:center;justify-content:space-between;width:75px;height:24px;border-radius:100px;background:var(--white);border:1px solid #e0e0e0;box-shadow:0 2px 1px 0 rgba(0,0,0,.07);z-index:10;visibility:hidden;padding:0 4px}.str-chat__message-team-actions>span{cursor:pointer}.str-chat__message-team-actions>span,.str-chat__message-team-actions>span>span{position:relative;flex:1;display:flex;justify-content:center;align-items:center;height:100%;text-align:center}.str-chat__message-team-actions>span svg{fill:#000;opacity:.5}.str-chat__message-team-actions>span:hover svg{opacity:1}.str-chat__message-team-actions .str-chat__message-actions-box{bottom:auto;left:auto;visibility:hidden;right:100%;top:-10px;border-radius:7px}.str-chat__message-team-actions .str-chat__message-actions-box--open{visibility:visible}.str-chat__message-team-group{position:relative;width:100%}.str-chat__message-team-meta{display:flex;flex-direction:column;align-items:flex-end;min-width:50px;padding:0 10px 0 0;justify-content:space-between}.str-chat__message-team-meta time{text-transform:uppercase;color:rgba(0,0,0,.5);font-size:var(--xs-font);margin-bottom:5px;text-align:right;visibility:hidden}.str-chat__message-team-author{font-size:15px;text-transform:capitalize;line-height:40px;margin-left:10px;display:flex;align-items:center;justify-content:space-between}.str-chat__message-team-content{width:100%;padding-left:10px;color:#404040;font-size:15px;line-height:22px;font-weight:var(--font-weight-regular);border-left:1px solid rgba(0,0,0,.1);position:relative;margin:0}.str-chat__message-team-content--image{padding-left:0;border-left-color:transparent}.str-chat__message-team-content p{margin:0;white-space:pre-line;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.str-chat__message-team-content p:not(:first-of-type){margin:16px 0 0}.str-chat__message-team-content p a{color:var(--secondary-color);font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-team-content p code{background-color:#f8f8f8;border:1px solid rgba(208,2,27,.1);border-radius:3px;padding:2px}.str-chat__message-team-content code,.str-chat__message-team-content pre{font-family:var(--main-font);line-height:inherit;font-size:var(--sm-font);font-weight:var(--font-weight-bold)}.str-chat__message-team-content pre{margin:0 5px 0 0;border-radius:4px;background-color:#f8f8f8;border:1px solid #d3d3d3;padding:10px}.str-chat__message-team-content code{width:inherit;white-space:pre-wrap;word-break:break-all}.str-chat__message-team-content ul{margin:0}.str-chat__message-team-content--single:not(.str-chat__message-team-content--image):before,.str-chat__message-team-content--top:not(.str-chat__message-team-content--image):before{content:"";position:absolute;top:0;left:0;transform:rotate(-135deg) translateX(1px);transform-origin:0;width:5px;height:1px;background-color:rgba(0,0,0,.1)}.str-chat__message-team-content--single,.str-chat__message-team-content--top{margin:5px 0 0}.str-chat__message-team-content--bottom,.str-chat__message-team-content--middle{margin:0}.str-chat__message-team-text--is-emoji{font-size:var(--xxxl-font);line-height:42px}.str-chat__message-team-status{position:absolute;left:100%;bottom:1px;line-height:1;display:flex;justify-content:flex-end;align-items:center;z-index:11}.str-chat__message-team-status-number{font-size:var(--xs-font);margin-left:4px;position:absolute;left:100%;color:rgba(0,0,0,.6)}.str-chat__message-team-status>.str-chat__avatar{align-self:flex-end;margin-right:0}.str-chat__message-team-status>.str-chat__tooltip{display:none;max-width:300px;min-width:100px;text-align:center}.str-chat__message-team-status:hover>.str-chat__tooltip{display:block}.str-chat__message-team-status:after{position:absolute;bottom:100%;right:0;content:" ";width:15px;height:15px}.str-chat__message-team-failed{border:0;background:none;display:flex;align-items:center;color:#ea152f;cursor:pointer;margin:5px 0;font-size:var(--sm-font);padding:0}.str-chat__message-team-failed svg{margin-right:7px}.str-chat__message-team-form-footer{display:flex;justify-content:space-between;padding:10px 0 5px}.str-chat__message-team-form-footer-angular{justify-content:end}.str-chat__message-team--bottom .str-chat__message-team-meta time,.str-chat__message-team--single .str-chat__message-team-meta time{visibility:visible}.str-chat__message-team--editing{padding:10px;background:#edf4ff;box-shadow:0 0 11px 0 rgba(0,0,0,.06),inset 0 1px 0 0 #006cff,inset 0 -1px 0 0 #006cff;z-index:1}.str-chat__message-team:hover:not(.str-chat__message-team--editing,.str-chat__message-team--error) .str-chat__message-team-content{background:rgba(0,0,0,.03)}.str-chat__message-team:hover .str-chat__message-team-actions,.str-chat__message-team:hover .str-chat__message-team-meta time{visibility:visible}.str-chat__message-team--error{padding-top:20px;padding-bottom:20px}.str-chat__message-team--error .str-chat__message-team-status{display:none}.str-chat__message-team--error .str-chat__message-team-content{background:transparent;border-width:2px;border-color:#d0021b}.str-chat__message-team--error .str-chat__message-team-content p{opacity:.5}.str-chat__message-team--error .str-chat__message-team-content:before{content:"";position:absolute;top:0;left:0;transform:rotate(-135deg) translateX(1px);transform-origin:0;width:5px;height:2px;background-color:#d0021b}.str-chat__message-team--ephemeral .str-chat__message-team-status{display:none}.str-chat__message-team--failed .str-chat__message-team-content--text{border-color:#d0021b}.str-chat__message-team--failed .str-chat__message-team-content--text p{opacity:.5}.str-chat__message-team .str-chat__message-attachment--img{border-radius:0;padding-left:5px;border-left:1px solid rgba(0,0,0,.1)}.str-chat__message-team .str-chat__message-attachment-card{margin:0;border-radius:4px 4px 4px 4px;background:#fff;border:1px solid rgba(0,0,0,.08)}.str-chat__message-team .str-chat__message-attachment-card--content{background:#ebebeb}.str-chat__message-team .str-chat__message-attachment-card--text{display:none}.str-chat__message-team .str-chat__input-emojiselect,.str-chat__message-team .str-chat__input-fileupload{position:static;top:auto}.str-chat__message-team .quoted-message{align-items:center;padding-left:5px;box-shadow:0 2px 6px rgba(0,0,0,.15);border-radius:8px;width:fit-content;background:#fff}.str-chat__message-team .quoted-message-inner{background:#fff}.str-chat__message-team .quoted-message-inner .str-chat__message-attachment img{padding-left:0;border-left:0}.str-chat__message-team-error-header{font-size:var(--xs-font);color:rgba(0,0,0,.4);font-style:italic;text-transform:none}.str-chat__thread-list .str-chat__message-simple__actions{min-width:30px}.str-chat__thread-list .str-chat__message-team{padding:5px 10px}.str-chat__thread-list .str-chat__message-team-actions{width:60px;min-width:unset}.str-chat__thread-list .str-chat__message-team-actions .str-chat__message-actions-box{top:auto;bottom:auto;bottom:-10px}.str-chat__thread-list .str-chat-angular__message-list-host .str-chat__list{padding:0}.str-chat blockquote{margin:0 0 0 5px;font-style:italic;padding-left:20px;position:relative}.str-chat blockquote:before{font-size:var(--xxl-font);content:"\201C";font-style:italic;position:absolute;opacity:.5;top:2px;left:-5px}.str-chat.dark .str-chat__message-team-error-header{color:hsla(0,0%,100%,.5);opacity:1}.str-chat.dark .str-chat__message-team-author{color:#fff}.str-chat.dark .str-chat__message-team-meta time{color:hsla(0,0%,100%,.3)}.str-chat.dark .str-chat__message-team-content,.str-chat.dark .str-chat__message-team .str-chat__message-attachment{border-color:rgba(0,0,0,.4);color:#fff}.str-chat.dark .str-chat__message-team-content--single:not(.str-chat__message-team-content--image):before,.str-chat.dark .str-chat__message-team-content--top:not(.str-chat__message-team-content--image):before,.str-chat.dark .str-chat__message-team .str-chat__message-attachment--single:not(.str-chat__message-team-content--image):before,.str-chat.dark .str-chat__message-team .str-chat__message-attachment--top:not(.str-chat__message-team-content--image):before{background-color:rgba(0,0,0,.4)}.str-chat.dark .str-chat__message-team-content--image,.str-chat.dark .str-chat__message-team .str-chat__message-attachment--image{border-color:transparent}.str-chat.dark .str-chat__message-team-content p code,.str-chat.dark .str-chat__message-team-content pre,.str-chat.dark .str-chat__message-team .str-chat__message-attachment p code,.str-chat.dark .str-chat__message-team .str-chat__message-attachment pre{background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item{border-color:rgba(0,0,0,.4)}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item a,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item span,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item a,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item span{color:#fff}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item span,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item span{opacity:.4}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item:hover,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item:hover{background:transparent}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment--file a,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment--file span,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment--file a,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment--file span{color:#fff}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment--file span,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment--file span{opacity:.4}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-card,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-card{background:transparent}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-card--content,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-card--content{background:rgba(0,0,0,.1);min-height:58px;margin:0;padding:0 16px}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-card--title,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-card--title{color:#fff}.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-card--url,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-card--url{color:hsla(0,0%,100%,.4)}.str-chat.dark .str-chat__message-team-actions{background:#1b1d20;border:1px solid hsla(0,0%,87.8%,.03);box-shadow:0 2px 1px 0 rgba(0,0,0,.07);border-radius:12px}.str-chat.dark .str-chat__message-team-actions .str-chat__message-actions-box{background:#6a6b6d}.str-chat.dark .str-chat__message-team-actions>span{border-color:rgba(0,0,0,.04)}.str-chat.dark .str-chat__message-team-actions>span svg{fill:#fff}.str-chat.dark .str-chat__message-team--error .str-chat__message-team-content{border-color:red;border-width:1px}.str-chat.dark .str-chat__message-team--error .str-chat__message-team-content p{color:hsla(0,0%,100%,.5);opacity:1}.str-chat.dark .str-chat__message-team--error .str-chat__message-team-content--single:not(.str-chat__message-team-content--image):before,.str-chat.dark .str-chat__message-team--error .str-chat__message-team-content--top:not(.str-chat__message-team-content--image):before{background-color:red;height:1px}.str-chat.dark .str-chat__message-team--editing{padding:10px;background:rgba(0,0,0,.1);box-shadow:0 0 11px 0 rgba(0,0,0,.06),inset 0 1px 0 0 rgba(0,108,255,.1),inset 0 -1px 0 0 rgba(0,108,255,.1);z-index:1}.str-chat__message-livestream{font-family:var(--second-font);display:flex;width:100%;margin:0;padding:10px;border:1px solid transparent;position:relative}.str-chat__message-livestream-pin-indicator{padding-left:10px}.str-chat__message-livestream-left{width:30px}.str-chat__message-livestream-left .str-chat__avatar{margin-right:0}.str-chat__message-livestream-right{flex:1}.str-chat__message-livestream-content{position:relative;padding:5px 10px;border:1px solid transparent}.str-chat__message-livestream-content>*{font-size:var(--sm-font);line-height:20px;margin:0}.str-chat__message-livestream-content p{margin:0;white-space:pre-line;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.str-chat__message-livestream-content p:not(:first-of-type){margin:16px 0 0}.str-chat__message-livestream-content p code{background-color:var(--white20);border:1px solid var(--primary-color-faded);border-radius:3px;padding:2px 4px}.str-chat__message-livestream-content p a{color:var(--primary-color);font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-livestream-content code,.str-chat__message-livestream-content pre{font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace;line-height:inherit;padding:10px;font-size:var(--sm-font);font-weight:var(--font-weight-bold)}.str-chat__message-livestream-content pre{margin:0 5px 0 0;border-radius:4px;background-color:var(--primary-color-faded);border:1px solid var(--primary-color)}.str-chat__message-livestream-content code{width:inherit;word-break:break-all}.str-chat__message-livestream-content .livestream-quoted-message{background:var(--light-grey);border:1px solid var(--black10);padding:10px;border-radius:5px;margin-bottom:5px}.str-chat__message-livestream:hover .str-chat__message-livestream-actions{display:flex}.str-chat__message-livestream-actions{background:var(--white60);border:1px solid var(--black20);box-shadow:0 2px 1px 0 var(--black5);width:141px;height:24px;padding:0 4px;position:absolute;top:-12px;right:0;border-radius:24px;display:none;align-items:center;justify-content:space-between}.str-chat__message-livestream-actions>span{position:relative;flex:1;display:flex;justify-content:center;align-items:center;height:100%;text-align:center;cursor:pointer}.str-chat__message-livestream-actions>span:not(:last-of-type){border-right:1px solid var(--light-grey)}.str-chat__message-livestream-actions>span>span{position:relative;flex:1;display:flex;justify-content:center;align-items:center;height:100%;text-align:center}.str-chat__message-livestream-actions>span svg{fill:var(--black);opacity:.5}.str-chat__message-livestream-actions>span:hover svg{opacity:1}.str-chat__message-livestream-actions .str-chat__message-actions-box{bottom:auto;left:auto;visibility:hidden;right:100%;top:50%;transform:translateY(-50%);border-radius:7px}.str-chat__message-livestream-actions .str-chat__message-actions-box--open{visibility:visible}.str-chat__message-livestream-time{font-size:var(--xs-font);line-height:20px;color:var(--black50);flex:2;padding:0 4px}.str-chat__message-livestream-text--is-emoji{font-size:var(--xxxl-font);line-height:42px}.str-chat__message-livestream-author{margin-bottom:8px;text-transform:capitalize;display:flex;align-items:center;justify-content:flex-start}.str-chat__message-livestream-author strong{margin-right:8px}.str-chat__message-livestream:hover{background:var(--white5);border:1px solid var(--black5);box-shadow:0 0 6px 0 var(--black5);border-radius:6px}.str-chat__message-livestream .str-chat__message-attachment--img{border-radius:0}.str-chat__message-livestream .str-chat__message-attachment-card{margin:0;border-radius:0;background:var(--white20);border:1px solid var(--black10)}.str-chat__message-livestream .str-chat__message-attachment-card--content{background:var(--white20)}.str-chat__message-livestream .str-chat__message-attachment-card--text{display:none}.str-chat__message-livestream .str-chat__message-attachment-card--url{text-transform:lowercase}.str-chat__message-livestream__thread-banner{text-align:center;font-size:var(--sm-font);padding:8px;margin:8px 10px 0;background:var(--primary-color);border-radius:2px;color:var(--dark-grey)}.str-chat__message-livestream--error .str-chat__message-livestream-content p,.str-chat__message-livestream--failed .str-chat__message-livestream-content p{color:var(--red)}.str-chat__message-livestream--error .str-chat__message-livestream-content p svg,.str-chat__message-livestream--failed .str-chat__message-livestream-content p svg{position:relative;top:2px;margin-right:4px}.str-chat__message-livestream--failed .str-chat__message-livestream-content p{cursor:pointer}.str-chat__message-livestream--initial-message{margin:20px 10px 0;width:auto}.str-chat__list--thread .str-chat__message-livestream__actions{min-width:30px}.str-chat__list--thread .str-chat__message-livestream-actions{width:110px;min-width:unset}.str-chat__list--thread .str-chat__message-livestream-actions .str-chat__message-actions-box{top:auto;bottom:auto;bottom:-10px}.livestream.dark.str-chat .str-chat__message-livestream{color:var(--light-grey)}.livestream.dark.str-chat .str-chat__message-livestream:hover{background:var(--white5);border:1px solid var(--black5);box-shadow:0 0 6px 0 var(--black5);border-radius:6px}.livestream.dark.str-chat .str-chat__message-livestream .str-chat__message-attachment-card{background:var(--black10);border:1px solid var(--white10)}.livestream.dark.str-chat .str-chat__message-livestream .str-chat__message-attachment-card--content{background:var(--black10)}.livestream.dark.str-chat .str-chat__message-livestream .str-chat__message-attachment-card--url{color:var(--white80)}.livestream.dark.str-chat .str-chat__message-livestream-actions{background:var(--dark-grey);border:1px solid var(--white5);box-shadow:0 2px 1px 0 var(--black5)}.livestream.dark.str-chat .str-chat__message-livestream-actions>span:not(:last-of-type){border-color:var(--white5)}.livestream.dark.str-chat .str-chat__message-livestream-actions svg{fill:var(--white)}.livestream.dark.str-chat .str-chat__message-livestream-time{color:var(--white);opacity:.5}.str-chat__message-replies-count-button{display:block;border:none;background:none;padding:0;margin-top:var(--xs-m);font-size:var(--sm-font);line-height:15px;font-weight:var(--font-weight-bold);color:var(--primary-color);cursor:pointer}.str-chat__message-replies-count-button svg{fill:var(--grey-whisper);margin-right:var(--xxs-m)}.dark.str-chat .str-chat__message-replies-count-button svg{fill:var(--white10)}.dark.str-chat.team .str-chat__message-replies-count-button svg{fill:var(--black40)}.str-chat__modal{background:var(--modal-overlay-color);position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center}.str-chat__modal--open{display:flex}.str-chat__modal__inner{background:var(--white);padding:var(--md-p);border-radius:var(--border-radius-md)}.str-chat__modal__close-button{position:absolute;top:0;right:0;padding:var(--md-p);font-size:var(--md-font);line-height:10px;color:var(--white);cursor:pointer;display:flex;align-items:center;background-color:transparent;border:none}.str-chat__modal__close-button svg{position:relative;top:1px;margin-left:var(--xs-m);fill:var(--white)}.str-chat__modal__close-button:hover{opacity:.79}.str-chat__modal .str-chat__edit-message-form{width:var(--modal-edit-message-form-width)}.str-chat__modal .str-chat__input-emojiselect,.str-chat__modal .str-chat__input-fileupload{position:relative;top:unset;right:unset;padding:0;width:auto}.str-chat.dark.messaging .str-chat__modal__inner{border:2px solid var(--white);background:var(--black)}.str-chat__exit{display:flex;width:86px;justify-content:space-between}.str-chat__message-commerce .str-chat__reaction-list,.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:before,.str-chat__message .str-chat__reaction-list,.str-chat__message .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:before{background:url([object Module]) no-repeat;background-size:59px 101px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:2dppx){.str-chat__message-commerce .str-chat__reaction-list,.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:before,.str-chat__message .str-chat__reaction-list,.str-chat__message .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:before{background-image:url([object Module])}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:3dppx){.str-chat__message-commerce .str-chat__reaction-list,.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:before,.str-chat__message .str-chat__reaction-list,.str-chat__message .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:before{background-image:url([object Module])}}.str-chat__message-commerce .str-chat__reaction-list,.str-chat__message .str-chat__reaction-list{position:absolute;right:15px;top:-28px;z-index:1;height:33px;width:auto;background-position:0 -66px;background-repeat:repeat-x}.str-chat__message-commerce .str-chat__reaction-list ul,.str-chat__message .str-chat__reaction-list ul{position:relative;list-style-type:none;padding:0;font-size:var(--lg-font);line-height:26px;display:flex;justify-content:center;margin:-1px -16px 0 0;z-index:888}.str-chat__message-commerce .str-chat__reaction-list ul button,.str-chat__message .str-chat__reaction-list ul button{cursor:pointer;background-color:transparent;border:none;display:flex}.str-chat__message-commerce .str-chat__reaction-list .emoji-mart-emoji,.str-chat__message-commerce .str-chat__reaction-list .str-chat__emoji,.str-chat__message .str-chat__reaction-list .emoji-mart-emoji,.str-chat__message .str-chat__reaction-list .str-chat__emoji{display:flex}.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:before,.str-chat__message .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:before{position:absolute;content:"";top:0;height:33px}.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:after{right:-26px;width:26px;background-position:-33px -33px}.str-chat__message-commerce .str-chat__reaction-list:before,.str-chat__message .str-chat__reaction-list:before{left:-13px;width:13px;background-position:0 -33px}.str-chat__message-commerce .str-chat__reaction-list--reverse,.str-chat__message .str-chat__reaction-list--reverse{right:auto;left:15px;position:absolute}.str-chat__message-commerce .str-chat__reaction-list--reverse ul,.str-chat__message .str-chat__reaction-list--reverse ul{margin:-1px -4px 0 -16px}.str-chat__message-commerce .str-chat__reaction-list--reverse:after,.str-chat__message .str-chat__reaction-list--reverse:after{right:-13px;width:13px;background-position:-46px 0}.str-chat__message-commerce .str-chat__reaction-list--reverse:before,.str-chat__message .str-chat__reaction-list--reverse:before{left:-26px;width:26px;background-position:0 0}.str-chat__message-commerce .str-chat__reaction-list li,.str-chat__message .str-chat__reaction-list li{display:flex;align-items:center}.str-chat__message-commerce .str-chat__reaction-list li button,.str-chat__message .str-chat__reaction-list li button{padding:0}.str-chat__message-commerce .str-chat__reaction-list--counter,.str-chat__message .str-chat__reaction-list--counter{color:var(--button-background);font-size:var(--sm-font)}.str-chat__message--me .str-chat__message-commerce-inner>.str-chat__reaction-list,.str-chat__message--right .str-chat__message-commerce-inner>.str-chat__reaction-list,.str-chat__message-commerce--me .str-chat__message-commerce-inner>.str-chat__reaction-list,.str-chat__message-commerce--right .str-chat__message-commerce-inner>.str-chat__reaction-list{left:46px}.str-chat__message--me .str-chat__reaction-list,.str-chat__message--right .str-chat__reaction-list,.str-chat__message-commerce--me .str-chat__reaction-list,.str-chat__message-commerce--right .str-chat__reaction-list{right:auto;left:16px}.str-chat__message--me .str-chat__reaction-list ul,.str-chat__message--right .str-chat__reaction-list ul,.str-chat__message-commerce--me .str-chat__reaction-list ul,.str-chat__message-commerce--right .str-chat__reaction-list ul{margin:-1px 0 0 -16px}.str-chat__message--me .str-chat__reaction-list:after,.str-chat__message--right .str-chat__reaction-list:after,.str-chat__message-commerce--me .str-chat__reaction-list:after,.str-chat__message-commerce--right .str-chat__reaction-list:after{right:-13px;width:13px;background-position:-46px 0}.str-chat__message--me .str-chat__reaction-list:before,.str-chat__message--right .str-chat__reaction-list:before,.str-chat__message-commerce--me .str-chat__reaction-list:before,.str-chat__message-commerce--right .str-chat__reaction-list:before{left:-26px;width:26px;background-position:0 0}.str-chat__message--me .str-chat__reaction-list--reverse,.str-chat__message--right .str-chat__reaction-list--reverse,.str-chat__message-commerce--me .str-chat__reaction-list--reverse,.str-chat__message-commerce--right .str-chat__reaction-list--reverse{right:15px;left:auto}.str-chat__message--me .str-chat__reaction-list--reverse ul,.str-chat__message--right .str-chat__reaction-list--reverse ul,.str-chat__message-commerce--me .str-chat__reaction-list--reverse ul,.str-chat__message-commerce--right .str-chat__reaction-list--reverse ul{margin:-1px -16px 0 0}.str-chat__message--me .str-chat__reaction-list--reverse:after,.str-chat__message--right .str-chat__reaction-list--reverse:after,.str-chat__message-commerce--me .str-chat__reaction-list--reverse:after,.str-chat__message-commerce--right .str-chat__reaction-list--reverse:after{right:-26px;width:26px;background-position:-33px -33px}.str-chat__message--me .str-chat__reaction-list--reverse:before,.str-chat__message--right .str-chat__reaction-list--reverse:before,.str-chat__message-commerce--me .str-chat__reaction-list--reverse:before,.str-chat__message-commerce--right .str-chat__reaction-list--reverse:before{left:-13px;width:13px;background-position:0 -33px}.str-chat__message-commerce-inner>.str-chat__reaction-list{left:unset;right:46px}.str-chat__message-commerce--right .str-chat__message-commerce-inner>.str-chat__reaction-list{right:unset;left:46px}.str-chat__message-reactions-list{list-style-type:none;margin:0;padding:0;display:flex}.str-chat__message-reactions-list-item{font-size:var(--xl-font);margin:0 var(--xxs-m);position:relative;line-height:0}.str-chat__message-reactions-list-item button{padding:0}.str-chat__message-reactions-list-item span[role=img]{position:relative;display:block;top:-2px;transition:transform .1s ease}.str-chat__message-reactions-list-item span[role=img]:hover{transform:scale(1.4)}.str-chat__message-reactions-list-item__count{position:absolute;top:28px;font-size:var(--xs-font);color:var(--white);font-weight:var(--font-weight-bold);left:6px}.str-chat__message-reactions-list-item .latest-user{width:20px;height:20px;position:absolute;top:-24px;left:0}.str-chat__message-reactions-list-item .latest-user-tooltip{display:none;text-align:center;position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);background:var(--black80);border-radius:var(--border-radius-sm);background-image:linear-gradient(-180deg,transparent,var(--black50));max-width:237px;padding:var(--xxs-p) var(--xs-p);font-size:var(--sm-font);color:var(--white)}.str-chat__message-reactions-list-item .latest-user-tooltip:after{content:"";position:absolute;top:calc(100% - 4px);left:50%;transform:translate(-50%) rotate(45deg);width:7px;height:7px;background-color:var(--dark-grey)}.str-chat__message-reactions-list-item .latest-user-not-found{border:1.5px solid var(--white);border-radius:var(--border-radius-round);background-color:var(--secondary-color);width:inherit;height:inherit}.str-chat__message-reactions-list-item .latest-user img{border:1.5px solid var(--white);border-radius:var(--border-radius-round);object-fit:cover;width:inherit;height:inherit}.str-chat__message-reactions-list-item .latest-user:hover .latest-user-tooltip{display:block}button.str-chat__message-reactions-list-item{background-color:transparent;border:none;padding:0;display:flex}.str-chat__reaction-selector{z-index:999;height:60px;position:absolute;width:auto;background:var(--black);background-image:linear-gradient(-180deg,transparent,var(--border));border:1px solid var(--white5);box-shadow:0 3px 1px 0 var(--border),0 11px 8px 0 var(--border);border-radius:var(--border-radius-round);display:flex;align-items:center}.str-chat__reaction-selector ul{position:relative;z-index:1000;margin:0 var(--sm-m)}.str-chat__reaction-selector-tooltip{position:absolute;bottom:calc(100% + 15px);background:var(--black);border-radius:var(--border-radius-sm);min-width:85px;min-height:24px;max-width:100%;padding:var(--xxs-p) var(--xs-p);font-size:var(--sm-font);color:var(--white);text-align:center}.str-chat__reaction-selector-tooltip .arrow{position:absolute;top:calc(100% - 4px);left:50%;transform:translate(-50%) rotate(45deg);width:7px;height:7px;background-color:var(--black)}.str-chat__reaction-selector .emoji-mart-emoji:hover,.str-chat__reaction-selector .str-chat__emoji:hover{transition:.1s;transform:scale(1.2);cursor:pointer}.str-chat__message-commerce .str-chat__reaction-selector,.str-chat__message-livestream .str-chat__reaction-selector,.str-chat__message-simple .str-chat__reaction-selector,.str-chat__message-team .str-chat__reaction-selector,.str-chat__message .str-chat__reaction-selector{top:-65px;left:0}.str-chat__message-commerce--right .str-chat__reaction-selector{left:unset;right:0}.str-chat__message-livestream .str-chat__reaction-selector{left:unset;top:-70px;right:0}.str-chat__message-team .str-chat__reaction-selector{left:unset;top:-60px;right:0}.str-chat__message-simple .str-chat__reaction-selector{right:unset;left:0}.str-chat__message-simple--me .str-chat__reaction-selector,.str-chat__message-simple .str-chat__reaction-selector--reverse{right:0;left:unset}.str-chat__message-simple--me .str-chat__reaction-selector--reverse{right:unset;left:0}.str-chat__send-button{margin-left:var(--xs-m);border:0;background:0;outline:0}.str-chat__send-button:focus{outline:5px auto -webkit-focus-ring-color}@media screen and (min-width:768px){.str-chat__send-button{display:none}}.str-chat__simple-reactions-list{list-style-type:none;padding:var(--xxs-p) var(--xxs-p) calc(var(--xxs-p)/2) var(--xxs-p);display:inline-flex;margin:var(--xs-m) 0 0 0;border:1px solid var(--border);border-radius:var(--border-radius-sm);line-height:1;position:relative}.str-chat__simple-reactions-list-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:var(--overlay-dark);border-radius:var(--border-radius-sm);background-image:linear-gradient(-180deg,transparent,var(--black50));min-height:24px;width:auto;max-width:275px;padding:var(--xxs-p) var(--xs-p);font-size:var(--sm-font);color:var(--white);text-align:center}.str-chat__simple-reactions-list-tooltip>.arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--overlay-dark)}.str-chat__simple-reactions-list-item{margin:0;cursor:pointer}.str-chat__simple-reactions-list-item>span{line-height:1}.str-chat__simple-reactions-list-item .emoji-mart-emoji:hover,.str-chat__simple-reactions-list-item .str-chat__emoji:hover{transition:transform .2s ease-in-out;transform:scale(1.2)}.str-chat__simple-reactions-list-item--last-number{font-size:var(--xs-font);display:flex;align-items:center;color:#000}.dark.str-chat .str-chat__simple-reactions-list{border:1px solid var(--white10);border-radius:var(--border-radius-sm)}.dark.str-chat .str-chat__simple-reactions-list-item--last-number{color:var(--white)}.str-chat__small-message-input{display:flex;flex-wrap:wrap;margin:var(--xs-m);padding:var(--xs-m);position:relative;z-index:1000}.str-chat__small-message-input .rfu-file-previewer,.str-chat__small-message-input .rfu-image-previewer{flex:1 1 100%}.str-chat__small-message-input__wrapper{position:relative;z-index:0;width:100%}.str-chat__small-message-input-emojiselect,.str-chat__small-message-input-fileupload{cursor:pointer;border:none;padding:0;background-color:transparent}.str-chat__small-message-input-emojiselect{bottom:10px;right:6px}.str-chat__small-message-input .str-chat-angular__emojiselect{width:auto;height:auto;left:15px;max-width:20px}.str-chat__small-message-input .str-chat-angular__cooldown{position:absolute;top:50%;transform:translateY(-50%);right:15px}.str-chat__small-message-input .rfu-file-upload-button{bottom:9px;right:26px}.str-chat__small-message-input--textarea-wrapper{flex-wrap:wrap;flex:1 0;position:relative}.str-chat__small-message-input-emojiselect,.str-chat__small-message-input .rfu-file-upload-button{position:absolute;cursor:pointer;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background-size:44px 44px;fill:var(--grey)}.str-chat__small-message-input-emojiselect:hover,.str-chat__small-message-input .rfu-file-upload-button:hover{fill:var(--black)}.str-chat__small-message-input-emojipicker{position:absolute;bottom:100%;right:0;transform:scale(.8);transform-origin:100% 100%}.str-chat__small-message-input-has-attachments .str-chat__send-button{display:block}.str-chat__small-message-input--send-button{background:none;border:none;cursor:pointer;flex:0 1;outline:0}.str-chat__small-message-input--send-button:hover{opacity:.69}@media screen and (min-width:768px){.str-chat__small-message-input--send-button{display:none}}.str-chat__small-message-input textarea{background:var(--grey-whisper);color:var(--black);min-height:36px;font-size:var(--sm-font);padding:10px 44px 8px 8px}.str-chat__small-message-input textarea.str-chat__angular-textarea{padding:10px 35px 8px}.str-chat__small-message-input textarea:focus{height:36px}.str-chat__small-message-input .str-chat-angular__textarea{position:relative}.str-chat__small-message-input .str-chat-angular__textarea+.str-chat__fileupload-wrapper .rfu-file-upload-button{right:15px}.str-chat__small-message-input .str-chat__emojisearch{bottom:100%}.str-chat__small-message-input .str-chat__user-item{font-size:var(--md-font)}.str-chat__small-message-input .rfu-file-upload-button{position:absolute;cursor:pointer;right:28px}.str-chat__small-message-input .rfu-dropzone .rfu-dropzone__notifier{z-index:1000}.dark.str-chat .str-chat__small-message-input textarea{background:var(--white5);border:1px solid var(--black20);border-radius:var(--border-radius-sm);color:var(--white)}.dark.str-chat .str-chat__small-message-input .rfu-file-upload-button svg,.dark.str-chat .str-chat__small-message-input .str-chat__small-message-input-emojiselect svg{fill:var(--white)}.str-chat__thread{background:var(--grey-whisper);flex:1 0 300px;min-width:300px;max-width:300px;font-family:var(--second-font);overflow:hidden;max-height:100%;display:flex;flex-direction:column;padding-top:0}.str-chat__thread--full{max-width:100%}.str-chat__thread-header{position:relative;width:100%;background:var(--grey-whisper);box-shadow:0 1px 1px 0 var(--border);height:70px;min-height:70px;top:0;display:flex;align-items:center;justify-content:space-between;padding:0 var(--sm-p)}.str-chat__thread-header-details{font-size:var(--md-font)}.str-chat__thread-header-details small{display:block;font-size:var(--sm-font)}.str-chat__thread-start{border-radius:var(--border-radius-sm);margin:var(--xs-m) var(--xs-m) 0 var(--xs-m);padding:var(--xs-p);background:var(--grey-whisper);text-align:center;font-size:var(--sm-font)}.str-chat__thread-list{height:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;padding-top:var(--sm-p)}.str-chat__thread-list .str-chat__list{padding:0}.str-chat__thread-list .str-chat__message:first-of-type .str-chat__message-inner{margin-left:unset;margin-right:unset}.str-chat__thread-list .str-chat__message-attachment.str-chat__message-attachment--file{border-radius:var(--border-radius-md);border-bottom:1px solid var(--grey-whisper)}.str-chat__thread-list .str-chat__message-attachment.str-chat__message-attachment--media{width:100%}.str-chat__thread-list .quoted-message{display:flex;align-items:flex-end;margin-bottom:var(--xxs-m)}.str-chat__thread-list .quoted-message-inner{display:flex;text-align:start;align-items:flex-end;background:var(--grey-whisper);border-radius:var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;max-width:408px;padding:var(--xxs-p) var(--xs-p)}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment.str-chat__message-attachment--file{display:none}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment-card.str-chat__message-attachment-card--image{border-radius:unset}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment.str-chat__message-attachment--card{border:none;border-radius:var(--border-radius-md)}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment--image:first-of-type{max-height:48px;max-width:48px}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment img{border-radius:var(--border-radius-md)}.str-chat__thread-list .quoted-message-inner :nth-child(2){margin-left:var(--xs-m)}.str-chat__thread-list .quoted-message.mine .quoted-message-inner{background:var(--white)}.messaging.str-chat .str-chat__thread{margin-right:var(--xs-m);margin-top:var(--sm-m);border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;overflow:hidden;background:var(--white);max-height:100%;display:flex;flex-direction:column;padding-top:0}.messaging.str-chat .str-chat__thread.str-chat__thread--full{position:fixed;top:0;right:0;height:100vh;background:var(--white);z-index:1000;margin:0;width:100vw;max-width:100%}.messaging.str-chat .str-chat__thread .str-chat__gallery{justify-content:flex-end;border-radius:0}.messaging.str-chat .str-chat__thread .str-chat__gallery-image,.messaging.str-chat .str-chat__thread .str-chat__gallery-placeholder{width:100px;height:100px}.messaging.str-chat .str-chat__thread-list{padding:var(--sm-p) var(--sm-p) 0 var(--sm-p)}.messaging.str-chat .str-chat__thread-list>.str-chat__list{background:transparent;padding:0}.messaging.str-chat .str-chat__thread-list>.str-chat__list .str-chat__list--thread{padding:0}.messaging.str-chat .str-chat__thread-header{border:none;background:var(--white);box-shadow:0 2px 9px 0 var(--border),0 1px 0 0 var(--border)}.messaging.str-chat .str-chat__thread-header .str-chat__square-button{cursor:pointer}.messaging.str-chat .str-chat__thread-start{margin-top:var(--md-m)}@media screen and (max-width:960px){.messaging.str-chat .str-chat__thread{position:fixed;top:0;right:0;height:100vh;background:var(--white);z-index:1000;margin:0;width:100vw;max-width:100%}}.messaging.str-chat.dark .str-chat__thread{background:var(--white5)}.messaging.str-chat.dark .str-chat__thread-header{background:var(--dark-grey);box-shadow:0 7px 9px 0 var(--black5),0 1px 0 0 var(--black5);color:var(--white)}.messaging.str-chat.dark .str-chat__thread-start{color:var(--white)}@media screen and (max-width:960px){.messaging.str-chat.dark .str-chat__thread{background:var(--dark-grey)}}.messaging .str-chat__input-flat-quoted .quoted-message-preview-content{max-width:100%}.team.str-chat .str-chat__thread{background:var(--white)}@media screen and (max-width:960px){.team.str-chat .str-chat__thread{position:fixed;top:0;right:0;height:100vh;background:var(--white);z-index:1000;margin:0;width:100vw;max-width:100%}}.team.str-chat .str-chat__thread-header{height:80px}.team.str-chat.dark .str-chat__thread{background:var(--dt-bg-team)}.livestream.str-chat .str-chat__thread,.str-chat .str-chat__thread{background:transparent}.livestream.str-chat .str-chat__thread--full,.str-chat .str-chat__thread--full{position:fixed;top:0;right:0;height:100vh;background:var(--white);z-index:1000;margin:0;width:100vw;max-width:100%}.livestream.str-chat .str-chat__thread-header,.str-chat .str-chat__thread-header{background:var(--white30)}.livestream.str-chat .str-chat__list--thread,.str-chat .str-chat__list--thread{padding:0 var(--xs-p)}.livestream.str-chat.dark .str-chat__thread,.str-chat.dark .str-chat__thread{background:var(--dark-grey)}.livestream.str-chat.dark .str-chat__thread-header,.str-chat.dark .str-chat__thread-header{background:var(--white5);box-shadow:0 1px 1px 0 var(--black30);color:var(--white)}.livestream.str-chat.dark .str-chat__thread-start,.str-chat.dark .str-chat__thread-start{background:var(--black5);border-radius:var(--border-radius-sm);color:var(--white)}.dark.str-chat.messaging .str-chat__thread-list .quoted-message-inner{background:var(--dark-grey)}.str-chat__typing-indicator{display:flex;visibility:hidden;align-items:center}.str-chat__typing-indicator--typing{visibility:visible}.str-chat__typing-indicator__avatars{display:flex}.str-chat__typing-indicator__avatars .str-chat__avatar{margin-right:calc(var(--xs-m)*-1)}.str-chat__typing-indicator__avatars .str-chat__avatar:last-of-type{margin-right:var(--xs-m)}.str-chat__typing-indicator__dots{position:relative;background:var(--white);border:1px solid var(--black10);padding:var(--xxs-p) var(--xs-m);border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 2px}.str-chat__typing-indicator__dot{display:inline-block;width:6px;height:6px;border-radius:var(--border-radius-round);margin-right:var(--xxs-m);background:var(--primary-color);animation:wave 1.1s linear infinite}.str-chat__typing-indicator__dot:nth-child(2){animation-delay:-.9s;opacity:.5}.str-chat__typing-indicator__dot:nth-child(3){animation-delay:-.8s;opacity:.2}.dark.str-chat .str-chat__typing-indicator__avatars .str-chat__avatar{border-color:var(--dark-grey)}.dark.str-chat .str-chat__typing-indicator__dots{background:var(--white5)}@keyframes wave{0%,60%,to{transform:none}30%{transform:translateY(-8px)}}.str-chat__tooltip{position:absolute;right:0;bottom:calc(100% + 10px);display:flex;background:var(--black);border-radius:var(--border-radius-sm);padding:var(--xxs-p) var(--xs-p);color:var(--white);font-size:var(--xs-font);max-width:300px}.str-chat__tooltip button{outline:none;outline:0;background:none;color:var(--primary-color);font-size:var(--xs-font);font-family:var(--second-font);border:none}.str-chat__tooltip a{color:var(--primary-color);text-decoration:none}.str-chat__tooltip:after{content:"";position:absolute;bottom:-2px;right:5px;width:5px;height:5px;background:var(--black);transform:rotate(45deg)}.str-chat__virtual-list{font-size:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{padding:1px var(--xl-p);width:100%}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple{padding-bottom:var(--sm-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first{padding-bottom:0;padding-left:var(--xl-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first .str-chat__avatar,.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first .str-chat__message-data.str-chat__message-simple-data{display:none}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first.str-chat__message-simple--me{padding-right:var(--xl-p);padding-left:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first.str-chat__message-simple--me.str-chat__virtual-message__wrapper--end{padding-right:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first.str-chat__virtual-message__wrapper--end{padding-bottom:var(--xs-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first.str-chat__virtual-message__wrapper--end .str-chat__message-data.str-chat__message-simple-data{display:block;position:relative;width:100%}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--group{align-items:center;padding-bottom:0;padding-left:var(--xl-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--group.str-chat__message-simple--me{padding-right:var(--xl-p);padding-left:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--group.str-chat__message-simple--me.str-chat__virtual-message__wrapper--end{padding-right:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--group .str-chat__message-data.str-chat__message-simple-data{display:block;position:relative;width:100%}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--end{padding-bottom:var(--xs-p);padding-left:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--end .str-chat__avatar,.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--end .str-chat__message-data.str-chat__message-simple-data{display:block}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message{display:flex;align-items:flex-end;margin-bottom:var(--xxs-m);cursor:pointer}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner{display:flex;text-align:start;align-items:flex-end;background:var(--grey-whisper);border-radius:var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;max-width:408px;padding:var(--xxs-p) var(--xs-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner .str-chat__message-attachment-card.str-chat__message-attachment-card--image{border:none;border-radius:var(--border-radius-md)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner .str-chat__message-attachment--image:first-of-type{max-height:48px;max-width:48px;border-radius:var(--border-radius-md)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner .str-chat__message-attachment img{border-radius:var(--border-radius-md)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner .str-chat__message-attachment--file:first-of-type{background:var(--white);border-radius:var(--border-radius-md);border-bottom:1px solid var(--grey-whisper);min-width:33%}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner :nth-child(2){margin-left:var(--xs-m)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message.mine .quoted-message-inner{background:var(--white-snow)}.str-chat__virtual-list .str-chat__message.str-chat__message--deleted{align-items:normal;margin:0}.str-chat__virtual-list .str-chat__typing-indicator{padding:5px 40px}.giphy-preview-message{background:var(--white-snow);border-top:2px solid var(--border)}.str-chat__virtual-message__wrapper{display:flex;padding:10px 40px;flex-direction:row;position:relative}.str-chat__virtual-message__wrapper:hover{background:#f8f8ff}.str-chat__virtual-message__wrapper>.str-chat__avatar{margin:0}.str-chat__virtual-message__wrapper>.str-chat__virtual-message__content{padding-left:12px}.str-chat__virtual-message__wrapper .str-chat__avatar--rounded{border-radius:var(--border-radius)}.str-chat__virtual-message__wrapper .str-chat__avatar-fallback{background-color:#789}.str-chat__virtual-message__meta{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.str-chat__virtual-message__data{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;min-width:70px;margin-left:auto}.str-chat__virtual-message__author{color:var(--primary-color);font-size:1rem}.str-chat__virtual-message__date{font-size:.7rem;opacity:.5;padding-left:8px;display:block;margin-left:auto}.str-chat__virtual-message__actions{position:relative;cursor:pointer}.str-chat__virtual-message__actions button{border:none;background:transparent}.str-chat__virtual-message__actions svg{fill:var(--black);opacity:.5}.str-chat__virtual-message__actions:hover svg{opacity:1}.str-chat__virtual-message__actions .str-chat__message-actions-box{bottom:10px;left:unset;right:100%;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__virtual-message__content{display:flex;flex:1;flex-direction:column;align-items:flex-start}.str-chat__virtual-message__content .str-chat__message--deleted-inner{padding:8px 0}.str-chat__virtual-message__text{padding-top:5px;font-size:.9rem;display:flex;justify-content:space-between;width:100%;word-break:break-word}.str-chat__virtual-message__text p{padding-right:16px}.str-chat__virtual-message__text a{color:var(--primary-color);text-decoration:none;font-weight:var(--font-weight-bold)}.str-chat__virtual-message__wrapper--group{padding-top:0}.str-chat__virtual-message__wrapper--group .str-chat__virtual-message__author,.str-chat__virtual-message__wrapper--group>.str-chat__avatar{display:none}.str-chat__virtual-message__wrapper--group .str-chat__virtual-message__content{padding-left:50px}.str-chat__virtual-message__wrapper--group .str-chat__virtual-message__content .str-chat__gallery{width:100%;margin:0;justify-content:unset}.dark .str-chat__virtual-message__wrapper:hover{background:var(--black20)}.dark .str-chat__virtual-message__text{color:#f8f8ff}.dark .str-chat__virtual-message__date{color:var(--white)}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{box-sizing:content-box;position:absolute;height:0;width:1px;content:"";z-index:-1;border:8px solid transparent;left:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"\D7"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}

/*!
 * https://github.com/YouCanBookMe/react-datetime
 */.rdt{position:relative}.rdtPicker{display:none;position:absolute;width:250px;padding:4px;margin-top:1px;z-index:99999!important;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #f9f9f9}.rdtOpen .rdtPicker{display:block}.rdtStatic .rdtPicker{box-shadow:none;position:static}.rdtPicker .rdtTimeToggle{text-align:center}.rdtPicker table{width:100%;margin:0}.rdtPicker td,.rdtPicker th{text-align:center;height:28px}.rdtPicker td{cursor:pointer}.rdtPicker .rdtTimeToggle:hover,.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtSecond:hover{background:#eee;cursor:pointer}.rdtPicker td.rdtNew,.rdtPicker td.rdtOld{color:#999}.rdtPicker td.rdtToday{position:relative}.rdtPicker td.rdtToday:before{content:"";display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}.rdtPicker td.rdtDisabled,.rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker td span.rdtOld{color:#999}.rdtPicker td span.rdtDisabled,.rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker th{border-bottom:1px solid #f9f9f9}.rdtPicker .dow{width:14.2857%;border-bottom:none;cursor:default}.rdtPicker th.rdtSwitch{width:100px}.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev{font-size:21px;vertical-align:top}.rdtNext span,.rdtPrev span{display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker thead tr:first-child th{cursor:pointer}.rdtPicker thead tr:first-child th:hover{background:#eee}.rdtPicker tfoot{border-top:1px solid #f9f9f9}.rdtPicker button{border:none;background:none;cursor:pointer}.rdtPicker button:hover{background-color:#eee}.rdtPicker thead button{width:100%;height:100%}td.rdtMonth,td.rdtYear{height:50px;width:25%;cursor:pointer}td.rdtMonth:hover,td.rdtYear:hover{background:#eee}.rdtCounters{display:inline-block}.rdtCounters>div{float:left}.rdtCounter{height:100px;width:40px}.rdtCounterSeparator{line-height:100px}.rdtCounter .rdtBtn{height:40%;line-height:40px;cursor:pointer;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtCounter .rdtBtn:hover{background:#eee}.rdtCounter .rdtCount{height:20%;font-size:1.2em}.rdtMilli{vertical-align:middle;padding-left:8px;width:48px}.rdtMilli input{width:100%;font-size:1.2em;margin-top:37px}.rdtTime td{cursor:default}.slide-pane{display:flex;flex-direction:column;background:#fff;min-width:100px;height:100%;box-shadow:0 8px 8px rgba(0,0,0,.5);transition:transform .5s;will-change:transform}.slide-pane:focus{outline-style:none}.slide-pane_from_right{margin-left:auto;transform:translateX(100%)}.slide-pane_from_right.content-after-open{transform:translateX(0)}.slide-pane_from_right.content-before-close{transform:translateX(100%)}.slide-pane_from_left{margin-right:auto;transform:translateX(-100%)}.slide-pane_from_left.content-after-open{transform:translateX(0)}.slide-pane_from_left.content-before-close{transform:translateX(-100%)}.slide-pane_from_bottom{height:90vh;margin-top:10vh;transform:translateY(100%)}.slide-pane_from_bottom.content-after-open{transform:translateY(0)}.slide-pane_from_bottom.content-before-close{transform:translateY(100%)}.slide-pane__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent}.slide-pane__overlay.overlay-after-open{background-color:rgba(0,0,0,.3);transition:background-color .5s}.slide-pane__overlay.overlay-before-close{background-color:transparent}.slide-pane__header{display:flex;flex:0 0 64px;align-items:center;background:#ebebeb;height:64px;border-bottom:1px solid rgba(0,0,0,.1)}.slide-pane__title-wrapper{display:flex;flex:1;flex-direction:column;margin-left:32px;min-width:0}.slide-pane .slide-pane__title{font-size:18px;font-weight:400;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;padding:0}.slide-pane__close{margin-left:24px;padding:16px;opacity:.7;cursor:pointer}.slide-pane__close svg{width:12px;padding:0}.slide-pane__content{position:relative;overflow-y:auto;padding:24px 32px;flex:1 1 auto}.slide-pane__subtitle{font-size:12px;margin-top:2px}