.access-denied{width:100dvw;height:100dvh;display:flex;justify-content:center;align-items:center;flex-direction:column}.access-denied__container{width:400px;height:auto}.access-denied__container p{font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;line-height:20px;letter-spacing:0;text-align:center;color:#525252}.access-denied__container button{width:100%}.circles__loader__wrapper{position:fixed;height:100vh;width:100vw;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:2000}.circles__loader{opacity:.25;width:120px;height:120px;position:relative;animation:cl-chase 2.8s linear infinite both;margin:auto}.circles__loader span{display:block;width:100%;height:100%;position:absolute;left:0;top:0;animation:cl-chase-dot 4s ease-in-out infinite both}.circles__loader span:before{content:"";display:block;width:36px;height:36px;background-color:#fff;border-radius:100%;animation:cl-chase-dot-before 4s ease-in-out infinite both}.circles__loader span:last-child{opacity:0}.circles__loader span:first-child,.circles__loader span:first-child:before{animation-delay:-1.2s}.circles__loader span:nth-child(2),.circles__loader span:nth-child(2):before{animation-delay:-.8s}.circles__loader span:nth-child(3),.circles__loader span:nth-child(3):before{animation-delay:-.4s}.circles__loader span:nth-child(4),.circles__loader span:nth-child(4):before{animation-delay:0s}.circles__loader span:nth-child(5),.circles__loader span:nth-child(5):before{animation-delay:.4s}.circles__loader span:nth-child(6),.circles__loader span:nth-child(6):before{animation-delay:.8s}@keyframes cl-chase{to{transform:rotate(1turn)}}@keyframes cl-chase-dot{80%,to{transform:rotate(1turn)}}@keyframes cl-chase-dot-before{50%{transform:scale(.5)}0%,to{transform:scale(1)}}.pre-greenroom-loader{background:linear-gradient(251.74deg,#004d85 .77%,#5eb7de 103.55%);width:100vw;height:100vh;width:100dvw;height:100dvh;gap:40px;z-index:10000;position:absolute}.pre-greenroom-loader--flex{display:flex;flex-direction:column;justify-content:center;align-items:center}.pre-greenroom-loader__spinner{animation-name:spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}.pre-greenroom-loader__surface{height:180px!important;width:min(400px,100% - 20px)!important;margin-left:10px;margin-right:10px}.pre-greenroom-loader__text{display:flex;align-items:center;text-align:center;color:#525252;font-family:Quicksand,Helvetica,Arial,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px}.pre-greenroom-loader__text--white{color:#fff}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.circles-spinner__container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.circles-spinner__container .loader-spinner{animation-name:spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}.notes-viewer__container{background:#fff;width:100%;height:100%;border-radius:20px;pointer-events:all;padding:10px;max-width:none;position:relative}.note-container__name p{margin:0}.agenda-notes-text-area,.note-container__date p,.note-container__name p{font-family:Quicksand,Helvetica,Arial,sans-serif}.note-container__date p{margin:0}
/*!
 * 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:"•"}.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:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.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:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble .ql-toolbar:after,.ql-bubble.ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble .ql-toolbar button,.ql-bubble.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble .ql-toolbar button svg,.ql-bubble.ql-toolbar button svg{float:left;height:100%}.ql-bubble .ql-toolbar button:active:hover,.ql-bubble.ql-toolbar button:active:hover{outline:none}.ql-bubble .ql-toolbar input.ql-image[type=file],.ql-bubble.ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button:focus,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover{color:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble .ql-toolbar button:hover:not(.ql-active),.ql-bubble.ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}button{margin:0;padding:0;background:transparent;border:none;outline:none}h1,h2,h3,h4,h5,h6,p{font-family:Quicksand,Helvetica,Arial,sans-serif}.ql-bubble .ql-toolbar .ql-formats{margin:8px 6px 8px 0!important}.agenda-sidebar-main{height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 60px;grid-column-gap:0;grid-row-gap:0}.agenda-sidebar-surface,.agenda-sidebar-tabs{width:100%;height:100%;z-index:100000}.agenda-sidebar-tabs{grid-area:2/1/3/2;display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.agenda-sidebar-tabs__leave-only{justify-content:flex-end;padding-right:20px}.agenda-sidebar-tab{width:50px;height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;position:relative;cursor:pointer}.agenda-sidebar-tab__icon{width:24px;height:24px}.agenda-sidebar-tab__active{filter:drop-shadow(1px 1px 4px rgba(0,0,0,.2))}.agenda-sidebar-tab__arrow{width:auto;height:auto;top:-11px;position:absolute;visibility:hidden}.agenda-sidebar-tab__arrow--active{visibility:visible}.size-10{font-size:10px}.size-12{font-size:12px}.size-14{font-size:14px}.size-16{font-size:16px}.w400{font-weight:400}.w500{font-weight:500}.w600{font-weight:600}.w700{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-blue{color:#0096bf}.text-dark-blue{color:#3f9fe6}.text-gray{color:#525252}.text-black{color:#000}.text-white{color:#fff}.lh-12{line-height:12.5px}.lh-15{line-height:15px}.lh-17{line-height:17.5px}.lh-20{line-height:20px}.lh-35{line-height:35px}.text-hidden{visibility:hidden}.text-removed{display:none}.circles-link p{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text;word-wrap:anywhere}.circles-link p a:link{color:#00e;text-decoration:underline}.circles-link p a:visited{color:#551a8b;text-decoration:underline}.agenda-submit-button{width:27px;height:27px;color:#fff;border-radius:5px;background:linear-gradient(124.35deg,#20b8e2 21.43%,#3f9fe6 81.29%);position:absolute;right:5px;top:3px;opacity:0}.agenda-submit-button__visible{opacity:.5}.agenda-submit-button__active{opacity:1;cursor:pointer}.agenda-submit-button svg{width:16px;height:16px;position:absolute;top:5px;left:6px}.agenda-chat-container{width:100%;height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 35px;grid-column-gap:0;grid-row-gap:0;margin-top:-10px}.agenda-chat-container__hidden{display:none}.agenda-chat-messages-container{overflow-y:auto;overflow-x:hidden;grid-area:1/1/2/2;display:flex;flex-direction:column-reverse;justify-content:flex-start;gap:10px}.agenda-chat-messages-container:focus-visible{outline:none}.agenda-chat-input-container{grid-area:2/1/3/2;height:35px;position:relative}.agenda-chat-input-container__input{padding-right:40px}.chat-message{width:100%;min-width:-moz-fit-content;min-width:fit-content;display:flex;flex-direction:row}.chat-message--first{margin-bottom:-5px}.chat-message--last{margin-top:10px}.chat-message__right-facing{flex-direction:row-reverse}.chat-message__inner{max-width:80%;padding:5px 10px 10px;margin:0 5px;display:flex;flex-direction:column}.chat-message__inner--left-facing{border-radius:15px 15px 15px 0;background:#f6f7f8}.chat-message__inner--right-facing{border-radius:15px 15px 0;background-color:#d4e9f4}.chat-message__top{height:10px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:10px}.chat-message__top:first-child{flex:3 1}.chat-message__top:last-child{flex:1 1}.chat-message__top-reversed{flex-direction:row-reverse}.chat-message__top-reversed:first-child{flex:3 1}.chat-message__bottom{height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;gap:10px}.system-notification{display:grid;grid-template-columns:25px 4fr 1fr;grid-template-rows:20px auto;grid-column-gap:10px;grid-row-gap:5px;border-radius:15px;width:90%;margin:0 auto;height:-moz-fit-content;height:fit-content;background:#f6f7f8;padding:10px}.system-notification--first{margin-bottom:-5px}.system-notification--last{margin-top:10px}.system-notification__name{grid-area:1/2/2/3;overflow:hidden}.system-notification__time{grid-area:1/3/2/4}.system-notification__icon{grid-area:1/1/3/2;display:flex;justify-content:center;align-items:center}.system-notification__message{grid-area:2/2/3/4}.chat-initials__container{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative}.chat-initials__container--left-facing{right:-9px;width:30px}.chat-initials__container--right-facing{left:-10px;width:30px}.chat-initials__svg{position:absolute}.chat-initials__svg--left-facing{right:3px;transform:scaleX(-1)}.chat-initials__svg--right-facing{left:5px}.chat-initials__initials{position:absolute;width:24px;height:24px;border-radius:50%;background-color:#20b8e2;color:#fff;display:flex;justify-content:center;align-items:center;bottom:3px;transition:bottom .3s ease}.chat-initials__initials--left-facing{left:1px}.chat-initials__initials--right-facing{right:-1px}.agenda-notes-container{width:100%;height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:40px 1fr 35px;grid-column-gap:0;grid-row-gap:0;position:relative;margin-top:-10px}.agenda-notes-container__chp{margin-top:0}.agenda-notes-container__hidden{display:none}.agenda-notes-header-container{grid-area:1/1/2/2;display:grid;grid-template-columns:auto 50px;grid-template-rows:40px;grid-column-gap:0;grid-row-gap:0}.agenda-notes-header-container__text{grid-area:1/1/2/2;display:flex;align-items:flex-end;justify-content:center;margin-right:-40px;padding-bottom:5px}.agenda-notes-header-container__text--chp{padding-bottom:0;height:45px}.agenda-notes-header-container__button{grid-area:1/2/2/3;display:flex;align-items:center;justify-content:center}.agenda-notes-header-button{width:15px;height:10px;background:transparent;border:none;cursor:pointer;position:relative;display:flex;justify-content:center;align-items:center}.agenda-notes-header-button__center-img{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.agenda-notes-list-container{overflow-y:auto;overflow-x:hidden;grid-area:2/1/3/2;display:flex;flex-direction:column;gap:10px}.agenda-notes-input-container{grid-area:3/1/4/2;height:35px;width:100%}.agenda-notes-input-dialog[open]{position:absolute;bottom:-15px;left:-5px;padding:5px;height:-moz-fit-content;height:fit-content;width:calc(100% + 10px);border:none;border-radius:15px;box-shadow:1px 1px 4px #0003;background:#0000004d}.agenda-notes-input-dialog-chp{bottom:0!important}.agenda-notes-input-dialog-inner{display:flex;flex-direction:column;gap:5px;position:relative}.agenda-notes-text-area{box-shadow:1px 1px 4px #0003;background:transparent;border:1px solid #e0e0e0;border-radius:10px;resize:none;overflow-y:auto;overflow-x:hidden;width:100%;min-height:35px;padding:5px 40px 5px 5px;background-color:#fff;line-height:22.5px}.agenda-notes-text-area__small-input{min-height:15px;padding:0 40px 0 0}.agenda-notes-text-area:focus-visible{outline:none}.agenda-notes-text-area::-webkit-scrollbar{display:none!important}.agenda-notes-text-area-container{position:relative;width:100%;height:-moz-fit-content;height:fit-content;overflow:hidden}.agenda-notes-submit{position:absolute;bottom:4px;top:unset;right:6px}.agenda-note-group{display:flex;flex-direction:column;width:100%}.agenda-notes-group-header{height:35px;width:100%;padding:0 5px 10px 10px;background:#bfe6ff;border-radius:10px;display:grid;grid-template-columns:20px 1fr repeat(2,25px);grid-template-rows:35px;grid-column-gap:5px;grid-row-gap:0;align-items:center;cursor:pointer}.agenda-notes-group-header__arrow{order:1;transform:rotate(180deg)}.agenda-notes-group-header__arrow-sizing{width:20px;height:20px;transition:transform .2s ease-in}.agenda-notes-group-header__text{order:2}.agenda-notes-group-header__text span{margin-left:5px}.agenda-notes-group-header__button{background:#20b8e2;height:25px;width:25px;border-radius:5px;cursor:pointer}.agenda-notes-group-header__button:first-of-type{order:3}.agenda-notes-group-header__button:nth-of-type(2){order:4}.agenda-centered-container{display:flex;justify-content:center;align-items:center}.agenda-right-container{display:flex;justify-content:flex-end;align-items:center}.note-container{display:flex;flex-direction:row;align-items:center;width:100%;height:max-content;min-height:50px;position:relative;gap:5px}.note-container__divider{border-bottom:1px solid rgba(0,0,0,.1)}.note-container__checkbox{display:flex;justify-content:flex-start;align-items:center;height:100%;width:17px;min-height:17px;min-width:17px;max-width:17px;position:relative}.note-container__initials,.note-container__initials>div{width:25px;height:25px;min-height:25px;max-height:25px;min-width:25px;max-width:25px}.note-container__initials{margin:0 5px 0 1px}.note-container__initials div{cursor:pointer;border-radius:50%;background-color:#20b8e2;margin-right:5px}.note-container__text{width:100%;height:auto;min-height:25px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:10px 5px 10px 0}.note-container__heading-container{width:100%;display:flex;flex-direction:row;justify-content:space-between}.note-container__name{grid-area:1/3/2/4;max-height:15px;overflow-y:hidden}.note-container__date{grid-area:1/4/2/5}.note-container__content{display:flex;justify-content:center;align-items:center;width:100%}.note-container__completed{opacity:.4}.note-container__error{color:red}.agenda-note-text-area{box-shadow:none;border:none;font-family:Quicksand,Helvetica,Arial,sans-serif}.note-container-render-clone-box{border-radius:5px;box-shadow:0 4px 4px #00000040}.note-ormamental-button-container{position:absolute;top:50%;right:5px;transform:translateY(-50%);width:60px;height:35px;gap:5px}.note-ormamental-button-container--hidden{display:none}.note-ormamental-button{background:red;width:25px;height:25px;min-width:25px;min-height:25px;border-radius:5px;cursor:pointer}.note-ormamental-button__error{background:#c92828}.note-ormamental-button__red{background:#ae0000}.note-ormamental-button__blue{background:#3f9fe6}.pad-wrapper{width:100%;height:100%;position:relative;max-width:360px}.pad-wrapper__small-screen-mode{max-width:260px}.pad-wrapper__hidden{display:none}.pad-wrapper .quill{height:100%!important}.pad-wrapper .ql-editor{font-size:16px!important;font-weight:400!important;color:#525252!important}.modal{max-width:100%;width:360px;padding:5px;margin:0}.modal__sidebar-sized{width:240px}.modal__text{padding:10px}.modal__text-input-container{padding:10px 6px}.modal__text-input-label{padding:0 10px}.modal__button-container-wide{width:100%;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:5px}.modal__button-container-wide button{width:100%}.modal__button-container{width:100%;display:flex;flex-direction:row;justify-content:center;gap:5px;padding:5px}.modal__button-container button{width:50%}.modal-dialog{position:absolute;border:none;border-radius:10px;padding:0;margin:0;box-shadow:4px 4px 20px #0000004d;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;max-height:75%;overflow-y:auto}.leave-dialog{width:max-content;position:absolute;border:none;outline:none;border-radius:20px;padding:5px;margin:0;bottom:55px;right:15px;left:unset;box-shadow:4px 4px 40px #00000080;z-index:100001}.leave-dialog p{padding:5px 10px}.leave-dialog-arrow{position:absolute;right:15px;bottom:-9px}.new-message-alert{width:16px;height:16px;background:#c62a2a;border-radius:50%;position:absolute;top:0;right:5px}.new-message-alert__hidden{display:none}.agenda-container-substrate{width:100%;max-width:calc(100% - 20px);max-height:calc(100dvh - 10px);padding:0;display:grid;grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:0}@media screen and (max-width:450px){.agenda-container-substrate{height:50vh;max-width:100%}}.agenda-container-substrate .interaction-tray{position:absolute;max-height:60px;bottom:0;width:100%;order:4}.agenda-container-substrate-portrait{width:100%;padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:minmax(0,auto) minmax(0,auto);grid-column-gap:10px;grid-row-gap:0;border-radius:20px 20px 0 0}.agenda-container-substrate-portrait__agenda{grid-area:1/1/2/2}.agenda-container-substrate-portrait__media{grid-area:2/1/3/2;top:-15px!important}.agenda-container-substrate-portrait__interaction-tray{grid-area:1/2/3/3}.interaction-tray__portrait{position:absolute;width:100%;bottom:-10px;height:70px}.resizer-container{width:100%;height:20px;display:flex;justify-content:center;align-items:center;cursor:-webkit-grab;cursor:grab}.resizer-container:active{cursor:-webkit-grabbing;cursor:grabbing}.resizer{height:2px;width:60px;background:#000}.menu-bar{width:100%;height:35px;display:flex;flex-direction:row;align-items:flex-end;gap:7.5px;padding:0 20px;z-index:2}.menu-bar--small{padding:0 10px}.menu-bar__circles-icon{position:relative;bottom:5px}.menu-bar-item{display:inline-block;height:30px;padding:0 5px;cursor:pointer;text-shadow:1px 1px 4px rgba(0,0,0,.2)}.menu-bar-item--small{padding:0 5px}.menu-bar-item__active{background:#3f9fe6;color:#fff;border-radius:10px 10px 0 0}.menu-bar-fullscreen-toggle{margin-left:auto;cursor:pointer;position:relative;display:flex;justify-content:center;height:85%}.media-tray-form{position:absolute;top:0;left:0;width:100%}.media-content{border-radius:0 0 20px 20px;width:100%;min-height:50px;background:#0000004d;padding-top:20px}.media-content__animation-wrapper{display:flex;align-items:center;justify-content:center;position:absolute;width:100%}.media-content__mask{content:"";position:absolute;bottom:100%;left:0;height:20px;width:100%;background:#0000004d}.shared-media-tray{background:transparent;padding:0;width:100%;z-index:1;display:flex;flex-direction:row;align-items:flex-end;position:relative}.shared-media-tray__shared-tray{height:50px;padding:10px 10px 10px 20px}.shared-media-tray__shared-tray--visible{z-index:20;pointer-events:all}.shared-media-tray__shared-tray--both-trays--last{border-top:1px solid hsla(0,0%,100%,.2)}.shared-media-tray__av-tray{height:100px;padding:6.5px 10px 10px;opacity:1}.shared-media-tray__av-tray--visible{pointer-events:all}.shared-media-tray__av-tray--both-trays--last{height:100px;border-top:1px solid hsla(0,0%,100%,.2)}.shared-media-tray-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;width:100%;padding:3px 0}.media-tray-button{position:relative;width:30px;height:30px;background:#0000001a;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}.media-tray-button--first{margin-left:auto;margin-right:10px}.media-tray-button:active{transform:scale(.95)}.media-tray-button-container{position:absolute;display:flex;flex-direction:row;gap:10px;right:10px}.av-tray{position:relative;width:100%;height:100px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,15px) 35px;grid-column-gap:10px;grid-row-gap:10px}.av-tray .media-tray-button{height:35px}.av-tray-title-text{grid-area:1/1/2/4;overflow:hidden;max-width:300px;white-space:nowrap;text-overflow:ellipsis;text-align:left}.av-tray-time-text{grid-area:1/4/2/5;overflow:hidden;min-width:85px;max-width:85px}.av-tray-progress-container{grid-area:2/1/3/5;background:#0000001a;height:15px;width:100%;border-radius:5px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:2px}.av-tray-progress-container__inner{height:11px;border-radius:3px;opacity:.8;background-color:#fff}.av-tray-button-container button{width:100%}.av-tray-button-container :first-of-type{grid-area:3/1/4/2}.av-tray-button-container :nth-of-type(2){grid-area:3/2/4/3}.av-tray-button-container :nth-of-type(3){grid-area:3/3/4/4}.av-tray-button-container :nth-of-type(4){grid-area:3/4/4/5}.av-tray-popover-options{display:flex;flex-direction:column;gap:5px}.media-progress-slider{width:100%}.media-progress-slider__slider{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:0;padding:3px 1px}.media-progress-slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:0;height:11px;border-radius:3px;opacity:.8;background-color:transparent;overflow:hidden;width:100%;border-radius:5px}.media-progress-slider input[type=range]::-webkit-slider-runnable-track{background:transparent;height:15px}.media-progress-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:5px;box-shadow:-350px 0 0 350px #fffc;height:0;width:0}.media-progress-slider input[type=range]::-moz-range-track{background:none;height:15px;border-radius:5px}.media-progress-slider input[type=range]::-moz-range-progress{background:#efefef;height:15px;border-radius:5px;opacity:.8}.media-progress-slider input[type=range]::-moz-range-thumb{border:none;border-radius:5px;background:none;box-shadow:none;height:0;width:0}.circles-floating-control-button{width:45px;height:45px;display:flex;justify-content:center;align-items:center;border:none;background:#0000001a;border-radius:10px;padding:3px;transition:all .2s ease-in;cursor:pointer}.circles-floating-control-button--padding{padding:10px}.circles-floating-control-button--mobile-menu img{width:31px;height:7px}.circles-floating-control-button:focus-visible{border:none;outline:none;background:#0006}.circles-floating-control-button:hover{background:#0003}.circles-floating-control-button:disabled{opacity:0;cursor:none;height:0;pointer-events:none}.circles-floating-control-button:active{transform:translate(1px,-1px)}.circles-floating-control-button--plus-one,.circles-floating-control-button--plus-one:hover{background:linear-gradient(0deg,#0c80a5 -2.44%,#23c9df)}.circles-floating-control-button--red{background:linear-gradient(0deg,#790000 -2.44%,#c04040);box-shadow:1px 1px 4px #0003}.circles-floating-control-button--red:hover{background:linear-gradient(0deg,#ae0000 -2.44%,#e44a4a)}.circles-floating-control-button--red:focus-visible{border:none;outline:none;background:linear-gradient(0deg,#ae0000 -2.44%,#e44a4a)}.circles-floating-control-button--green{background:linear-gradient(0deg,#1f7900 -2.44%,#62c040);box-shadow:1px 1px 4px #0003}.circles-floating-control-button--green:hover{background:linear-gradient(0deg,#2caa00 -2.44%,#7cef53)}.circles-floating-control-button--green:focus-visible{border:none;outline:none;background:linear-gradient(0deg,#2caa00 -2.44%,#7cef53)}.circles-floating-control-button--white,.circles-floating-control-button--white:hover{background:linear-gradient(0deg,#fff -2.44%,#fff)}.circles-floating-control-button--white:focus-visible{border:none;outline:none;background:linear-gradient(0deg,#fff -2.44%,#fff)}.circles-floating-control-button--hand-raise{padding:0}.circles-floating-control-button--reversed{transform:rotate(-180deg)}.volume-button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1px;color:#fff}.volume-button svg g path{fill:#fff;transition:all .2s ease-in-out}.volume-button:hover{color:#3f9fe6;background:#fff}.volume-button:hover svg g path{fill:#525252}.volume-button__active{color:#3f9fe6;background:#fff}.volume-button__active svg g path{fill:#525252}.volume-button__muted{background:linear-gradient(0deg,#790000 -2.44%,#c04040);transition:none}.volume-button__muted:active,.volume-button__muted:focus,.volume-button__muted:hover{background:linear-gradient(0deg,#ae0000 -2.44%,#e44a4a);color:#fff;box-shadow:1px 1px 4px #0003}.volume-button__muted:active svg g path,.volume-button__muted:focus svg g path,.volume-button__muted:hover svg g path{fill:#fff}.sort-note-groups-dialog{position:absolute;width:100%}.sort-note-groups-modal{height:-moz-fit-content;height:fit-content;width:calc(100% - 10px)}.sort-note-group-container{display:flex;flex-direction:column;gap:10px;padding:0 5px}.sort-note-group-obj{display:flex;align-items:center;justify-content:space-between;padding:10px;background:#bfe6ff;border-radius:10px}.scratchpad-content-container{padding-bottom:10px}.scratchpad-wrapper{width:100%;height:100%;position:relative}.quill{width:100%!important;height:100%!important}.ql-editor{padding:10px!important;font-family:Quicksand,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;color:#525252!important}.scratchpad__placeholder{font-size:16px;position:absolute;top:10px;left:10px;font-style:italic;opacity:.6}.advanced-note-component{display:flex;flex-direction:row;align-items:center;width:100%;height:max-content;min-height:50px;position:relative;gap:5px;border-bottom:1px solid rgba(0,0,0,.1)}.advanced-note-component__checkbox-container{display:flex;justify-content:flex-start;align-items:center;height:100%;width:17px;min-height:17px;min-width:17px;max-width:17px;position:relative}.advanced-note-component__checkbox{width:100%;height:100%;background-color:#fff;border-radius:50%;border:2px solid #c5c5c5;-webkit-appearance:none;outline:none;cursor:pointer;margin:0!important;position:absolute}.advanced-note-component__checkbox:checked+label{border-radius:0!important;pointer-events:none;display:inline-block;transform:rotate(45deg);height:14px!important;width:7px!important;border:3px solid rgba(0,0,0,.6)!important;border-top:none!important;border-left:none!important;position:absolute;top:-2px!important;left:8px!important;opacity:.7}.advanced-note-component__initials{margin-right:5px;width:25px;height:25px;min-height:25px;max-height:25px;min-width:25px;max-width:25px;display:grid;place-content:center;font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;line-height:15px;letter-spacing:0;text-align:center;color:#fff;background:#20b8e2;border-radius:50%;border:none;cursor:pointer}.advanced-note-component__text{width:100%;height:auto;min-height:25px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:10px 5px 8px 0}.advanced-note-component__text text-area{line-height:20px!important;height:20px}.advanced-note-component__heading-container{width:100%;display:flex;flex-direction:row}.advanced-note-component__heading{font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:10px;font-weight:600;line-height:10px;letter-spacing:0;text-align:left;color:#3f9fe6;width:100%}.advanced-note-component__heading:last-of-type{text-align:right}.advanced-note-component__content{font-family:Jost,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;text-align:left;color:#525252;border:none;width:100%;height:-moz-fit-content;height:fit-content;resize:none;overflow-y:scroll;background:transparent}.advanced-note-component__content:focus{outline:1px solid #5eb7de;border-radius:5px}.advanced-note-controls-hover{height:100%;opacity:0;pointer-events:none;transition:all .5s linear;position:absolute;top:0;right:0;display:flex}.advanced-note-controls-hover__control{display:flex;justify-content:center;align-items:center;background:transparent;border:none;margin:0}.advanced-note-controls-hover__control svg{width:25px;height:25px}.advanced-note-component:hover .advanced-note-controls-hover{opacity:1;pointer-events:all}.advanced-note-component__content:focus+.advanced-note-controls-hover{opacity:0;pointer-events:none}.advanced-note-controls-clone{opacity:1!important}.delete-pointer{top:-30px;right:-40px}.delete-pointer,.new-group-pointer{position:absolute;left:auto;z-index:10000}.new-group-pointer{top:-20px;right:0}.new-group-pointer--right{right:-78px;transform:rotate(180deg)}.note-floating-modal{position:absolute;padding:10px;top:-80px;left:auto;right:-25px;width:240px;height:110px;display:flex;flex-direction:column;z-index:10000;font-weight:500;color:#525252;font-family:Quicksand,Helvetica,Arial,sans-serif}.note-floating-modal--confirm-delete{width:calc(100% - 20px)!important;max-width:400px!important;height:auto!important;gap:15px;top:50%;left:50%;transform:translate(-50%,-50%);justify-content:space-between}.note-floating-modal--confirm-delete p{flex:1 1;margin:0;font-weight:700}.note-floating-modal--confirm-delete button{width:calc(100% - 5px)!important}.note-floating-modal--confirm-delete button:active,.note-floating-modal--confirm-delete button:focus{border:none!important}.note-floating-modal--new-group{right:15px;top:-60px;width:290px;height:auto;display:flex;align-items:flex-start;gap:10px}.note-floating-modal--new-group button{width:130px!important}.note-floating-modal--right{top:-50px;right:-360px}.note-floating-modal .confirm-btn-wrapper{display:flex;width:100%;gap:10px;justify-content:space-between;font-weight:700}.note-floating-modal .confirm-btn-wrapper button{width:105px}.note-floating-modal .confirm-btn-wrapper button:last-of-type{font-weight:700}.note-floating-modal__sort-groups-modal{justify-content:flex-start!important;gap:10px!important;max-height:calc(100% - 20px)!important;padding-bottom:0!important}.note-floating-modal__sort-groups-modal__overlay{width:100%;height:100%;position:absolute;top:0;left:0;z-index:90}.note-floating-modal__sort-groups-modal__content-wrapper{position:relative;width:100%;height:auto;display:flex;flex-direction:column;padding-bottom:55px;max-height:calc(100% - 20px)!important;scrollbar-width:thin;scrollbar-color:#525252 auto;overflow:hidden;pointer-events:all;z-index:95}.note-floating-modal__sort-groups-modal__content-wrapper::-webkit-scrollbar{height:7px;width:7px}.note-floating-modal__sort-groups-modal__content-wrapper::-webkit-scrollbar,.note-floating-modal__sort-groups-modal__content-wrapper::-webkit-scrollbar-thumb{overflow:visible;border-radius:4px}.note-floating-modal__sort-groups-modal__content-wrapper::-webkit-scrollbar-thumb{background:#c4c4c4}.note-floating-modal__sort-groups-modal__content-wrapper::-webkit-scrollbar-track{margin:10px 0}.note-floating-modal__sort-groups-modal__button-wrapper{position:absolute;left:10px;bottom:0;display:flex;justify-content:center;align-items:center;width:calc(100% - 20px);height:55px;gap:10px;background:#fff;z-index:99}.note-floating-modal__sort-groups-modal__button-wrapper button{width:calc(100% - 5px)}.note-floating-modal__sort-groups-modal__header-wrapper{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;height:55px;display:flex;justify-content:flex-start;align-items:center;z-index:99;background:#fff}.note-floating-modal__sort-groups-modal__header-wrapper p{font-family:Quicksand;font-size:14px;font-weight:500;line-height:17.5px;text-align:left}.note-floating-modal__sort-groups-modal .advanced-note-header__sub-container{width:100%}.advanced-note-header__sub-container-draggable__text{font-weight:600;margin-left:10px}.cui-menu-button__avatar{gap:5px;padding-left:15px}.cui-menu-button__avatar .cui-menu-button__text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cui-menu-button__avatar .cui-menu-button__active-indicator--large-icon{position:absolute;top:50%;left:5px;transform:translateY(-50%)}.advance-note-content-display{width:100%;display:flex;flex-direction:column;height:calc(100% - 35px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#525252 auto;position:relative}.advance-note-content-display::-webkit-scrollbar{height:7px;width:7px}.advance-note-content-display::-webkit-scrollbar,.advance-note-content-display::-webkit-scrollbar-thumb{overflow:visible;border-radius:4px}.advance-note-content-display::-webkit-scrollbar-thumb{background:#c4c4c4}.advance-note-content-display::-webkit-scrollbar-track{margin:10px 0}.advance-note-content-display--wrapper{height:calc(100% - 75px);padding-top:0;position:relative;gap:10px;margin-top:0;padding-bottom:0}.advance-note-content-display--focus-modal{position:absolute;top:0;left:0;z-index:999;width:100%;height:calc(100% - 100px)}.advance-note-content-display--scroll-ref{position:absolute;left:0;bottom:0;width:100%;height:0}.advance-note-content-display__auto-scroll-on-drag{position:-webkit-sticky;position:sticky;left:0;z-index:999;height:20px;min-height:20px;width:100%;margin-top:-30px;pointer-events:none}.advance-note-content-display__auto-scroll-on-drag__up{top:0}.advance-note-content-display__auto-scroll-on-drag__down{bottom:0;height:30px;min-height:30px}.advance-note-content-display__auto-scroll-on-drag__active{z-index:11000;pointer-events:all}.advance-note-content-display__disabled{position:absolute;top:0;right:0;pointer-events:none}.advanced-note-header{width:100%}.advanced-note-header__container-wrapper{width:100%;height:auto}.advanced-note-header__container{height:50px;display:flex;flex-direction:row;align-items:center;padding:5px 10px;position:relative}.advanced-note-header__container p{width:100%}.advanced-note-header__title-container{height:40px;align-items:flex-end;padding:10px}.advanced-note-header__title-container p{height:16px}.advanced-note-header__sub-container{background:#bfe6ff;border-radius:10px;height:35px;position:relative;cursor:pointer;padding:0}.advanced-note-header__sub-container p{font-family:Quicksand,Helvetica,Arial,sans-serif;pointer-events:none;font-size:14px;line-height:18px;letter-spacing:0;text-align:left;font-weight:400}.advanced-note-header__sub-container p span{font-weight:600}.advanced-note-header__sub-container p:first-of-type{width:100%}.advanced-note-header__sub-container p:nth-of-type(2){width:30%;text-align:center}.advanced-note-header__sub-container .pointer-container{width:35px;height:100%;pointer-events:none;display:flex;justify-content:center;align-items:center}.advanced-note-header__group-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.advanced-note-header__title{font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:20px;letter-spacing:0;text-align:center;color:#3f9fe6}.advanced-note-header__button{background:transparent;width:35px;height:100%;border:none;cursor:pointer;display:grid;place-content:center;padding:0 5px;z-index:100}.advanced-note-header__button--blue path{fill:#3f9fe6}.advanced-note-header__button__highlight{background:#20b8e2;border-radius:5px;width:25px;height:25px;margin-right:5px}.advanced-note-header__button__highlight p{color:#bfe6ff;font-weight:500;font-size:30px;width:100%;height:100%;line-height:19px}.advanced-note-header__button__highlight__add-text{font-size:27px!important;margin:0}.advanced-note-header__button__highlight__blue path{fill:#bfe6ff}.note-dropdown-menu{width:225px;height:auto;max-height:350px;margin:0;padding:0;border-radius:10px 0 10px 10px;position:absolute;right:7px;top:35px;display:none;align-items:center;z-index:300}.note-dropdown-menu--visible{opacity:1;display:flex;z-index:99999}.note-dropdown-menu__blue path{fill:#3f9fe6}.note-dropdown-menu__grey path{fill:#525252}.note-dropdown-menu__tab{position:absolute;width:30px;height:25px;top:-25px;right:0;background:#fff;border-radius:10px 10px 0 0}.note-dropdown-menu__tab:before{content:"";width:10px;height:10px;z-index:1000;position:absolute;left:-10px;bottom:0}.note-dropdown-menu__tab svg{position:absolute;top:13px;left:9px}.subheader-dropdown-id-wrapper .cui-menu{max-height:446px}.chat-container .chat-avatar{font-family:Quicksand,Arial,sans-serif;width:25px;height:25px;font-size:12px;line-height:15px;font-weight:500;margin:0;position:absolute;bottom:3px}.chat-container .chat-avatar__join-message{position:relative;bottom:0}.linkified p{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text;word-wrap:anywhere;font-family:Quicksand,Arial,sans-serif;color:#525252;font-size:14px;line-height:20px;font-weight:400;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.linkified p a:link{color:#00e;text-decoration:underline}.linkified p a:visited{color:#551a8b;text-decoration:underline}.chat-bubble{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text;font-family:Quicksand,Arial,sans-serif;position:relative;text-align:right;background-color:#d4e9f4;border-radius:15px 15px 0;padding:10px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-right:28px}.chat-bubble__remote-message{background:#edf3f7;border-radius:15px 15px 15px 0;text-align:left;margin-left:28px;margin-right:0}.chat-bubble__remote-message:after{content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%200C14%207.73199%207.73199%2014%200%2014H14V0Z'%20fill='%23EDF3F7'/%3e%3c/svg%3e");position:absolute;bottom:-5px;left:-13px}.chat-bubble__my-message:after{content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200C0%207.73199%206.26801%2014%2014%2014H0V0Z'%20fill='%23D4E9F4'/%3e%3c/svg%3e");position:absolute;bottom:-5px;right:-13px}.chat-bubble__info-header--container{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;width:100%}.chat-bubble__chat-message{font-family:Quicksand,Arial,sans-serif;color:#525252;font-size:14px;line-height:20px;font-weight:400;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.chat-bubble__chat-message--bold{font-weight:500}.chat-bubble__chat-message--extra-bold{font-weight:600}.chat-bubble__info-header{color:#2f75a9;font-size:10px;font-weight:500}.chat-bubble__name{margin:0 5px 0 0;white-space:nowrap;text-overflow:ellipsis;min-width:-moz-fit-content;min-width:fit-content;max-width:100px;overflow:hidden}.chat-bubble__time{margin:0 0 0 5px;max-width:40px;text-align:end}.input-wrapper{position:absolute;bottom:10px;left:0;width:100%;padding:0 10px}.input-wrapper input{padding:0 10px;color:#525252}.input-wrapper input:focus{padding-right:35px}.input-wrapper__send-btn{position:absolute;padding:7px;cursor:pointer;right:15px;top:50%;bottom:-10px;height:27px;width:27px;transform:translateY(-50%);display:flex;border-radius:6px!important;border:none!important;opacity:0;transition:opacity .25s linear}.input-wrapper__send-btn:active{transform:translateY(-50%) translateY(1px);opacity:1}.input-wrapper__send-btn:focus{opacity:1}.input-wrapper__send-btn:disabled{opacity:0!important}.input-wrapper--notes-input input,.input-wrapper--notes-input textarea{bottom:0;left:10px;z-index:99;height:auto;min-height:35px;box-shadow:1px 1px 4px #0003;border-radius:10px;background:#fff!important}.input-wrapper--notes-input textarea{font-size:16px;font-weight:500;padding:8px 30px 8px 10px!important;overflow:auto!important;scrollbar-width:thin;scrollbar-color:#525252 auto}.input-wrapper--notes-input textarea::-webkit-scrollbar{height:7px;width:7px}.input-wrapper--notes-input textarea::-webkit-scrollbar,.input-wrapper--notes-input textarea::-webkit-scrollbar-thumb{overflow:visible;border-radius:4px}.input-wrapper--notes-input textarea::-webkit-scrollbar-thumb{background:#c4c4c4}.input-wrapper--notes-input textarea::-webkit-scrollbar-track{margin:10px 0}.input-wrapper--notes-input textarea:focus{outline:none;border-radius:10px}.input-wrapper--notes-input .input-wrapper__container{display:flex;flex-direction:column;justify-content:flex-end;gap:10px;width:100%;height:auto;min-height:25px}.input-wrapper--notes-input .input-wrapper__send-btn{top:auto;bottom:-10px;z-index:100}.input-wrapper--select-container{width:calc(100% - 10px);height:85px!important;position:absolute;left:5px;top:-85px;box-shadow:none;transition:all .1s linear;border-radius:15px 15px 0 0;justify-content:center;align-items:center;gap:5px;padding:5px;z-index:60}.input-wrapper--select-container .cui-select-container{justify-content:flex-start}.input-wrapper--select-container .cui-select-container span{text-align:left}.input-wrapper--select-container .cui-select-container--open{background:#fff}.input-wrapper--select-container .cui-select-menu__clickable{text-align:left;padding-left:10px;width:100%}.input-wrapper--select-container .cui-select-menu{width:calc(100% - 10px);top:35px;left:5px;text-align:left;z-index:100}.input-wrapper--select-container ul{max-height:80dvh;scrollbar-width:thin;scrollbar-color:#525252 auto}.input-wrapper--select-container ul::-webkit-scrollbar{height:7px;width:7px}.input-wrapper--select-container ul::-webkit-scrollbar,.input-wrapper--select-container ul::-webkit-scrollbar-thumb{overflow:visible;border-radius:4px}.input-wrapper--select-container ul::-webkit-scrollbar-thumb{background:#c4c4c4}.input-wrapper--select-container ul::-webkit-scrollbar-track{margin:10px 0}.input-wrapper--select-container .member-dropdown{width:100%;height:35px;z-index:12}.input-wrapper--select-container .member-dropdown ul{top:80px!important}.input-wrapper input:focus+.input-wrapper__send-btn,.input-wrapper textarea:focus+.input-wrapper__send-btn{opacity:1;transition:opacity .25s linear}.input-wrapper input:focus+.input-wrapper__send-btn:disabled,.input-wrapper textarea:focus+.input-wrapper__send-btn:disabled{transform:translateY(-50%);transition:opacity .25s linear;opacity:50%!important}.input-backdrop{position:absolute;z-index:45;width:calc(100% - 10px);height:calc(100% + 5px);border-radius:0 0 15px 15px;bottom:-5px;left:5px;transition:all .1s linear}.notification-wrapper{position:relative;height:24px}.notification-wrapper .new-message-notification{position:absolute;right:-5px;top:-6px;width:16px;height:16px;font-weight:700;font-size:12px;color:#fff;z-index:10}.notification-wrapper .new-message-notification__scale-text{font-size:9px}.blur{background:linear-gradient(180deg,#fff,#fff0)}.mobile-sidebar-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:3 1;width:100%;background:#fff;padding-bottom:0}.mobile-sidebar-container .input-wrapper__chat{bottom:5px}.chat-messages__wrapper{font-family:Quicksand,Arial,sans-serif;width:100%;height:100%;max-width:100%;max-height:100%;padding:0;margin-bottom:45px!important;display:flex;flex-direction:column-reverse;overflow-x:hidden;overflow-y:scroll;position:relative;scrollbar-width:thin;scrollbar-color:#525252 auto}.chat-messages__wrapper:focus-visible{outline:none;border:none}.chat-messages__wrapper::-webkit-scrollbar{height:7px;width:7px}.chat-messages__wrapper::-webkit-scrollbar,.chat-messages__wrapper::-webkit-scrollbar-thumb{overflow:visible;border-radius:4px}.chat-messages__wrapper::-webkit-scrollbar-thumb{background:#c4c4c4}.chat-messages__wrapper::-webkit-scrollbar-track{margin:10px 0}.chat-messages__wrapper--notes{flex-direction:column}.chat-messages__wrapper .chat-container{display:flex;justify-content:flex-end;align-items:flex-end;margin:5px 0;position:relative;flex-direction:row-reverse}.chat-messages__wrapper .chat-container__my-message{flex-direction:row}.chat-messages__wrapper .chat-container__join-message{padding:10px;background:#f2f8fc;border-radius:10px;align-items:center}.cui-multi-tab .cui-tab{background:linear-gradient(92.84deg,#f5f5f5,#e5e5e5 100.09%)!important;cursor:pointer;font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;line-height:20px;text-align:center;color:#525252;border-radius:10px 10px 0 0}.cui-multi-tab .cui-tab__active{background:#fff!important;color:#3f9fe6}.cui-multi-tab .cui-tab:first-of-type:before,.cui-multi-tab .cui-tab:last-of-type:before{content:"";width:20px;height:20px;display:block;background:#f5f5f5;position:absolute;z-index:120;bottom:-18px;left:0}.cui-multi-tab .cui-tab:last-of-type:before{left:auto;right:0;background:#e5e5e5}.cui-multi-tab .cui-tab__active:first-of-type:before,.cui-multi-tab .cui-tab__active:last-of-type:before{content:"";width:20px;height:20px;display:block;background:#fff;position:absolute;z-index:120;bottom:-18px;left:0}.cui-multi-tab .cui-tab__active:last-of-type:before{left:auto;right:0}.tab-content--container{width:100%;max-width:100%;height:100%;overflow:hidden;display:flex;flex-direction:row;position:relative}.cui-multi-tab__content{margin-bottom:0;height:calc(100% - 45px);border-radius:20px}.circle-metrics{width:100%;display:flex;flex-direction:column;gap:5px;overflow:auto;flex:1 1;min-height:0;position:absolute;top:0;left:0;padding:0 20px}.circle-metrics--date-picker{width:-moz-fit-content;width:fit-content;height:35px;position:relative}.circle-metrics__date-line{position:absolute;top:0;left:0;padding:5px;width:100%;height:70px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:10px;z-index:100;background:#fff}.circle-metrics__date-line--date-picker-container{top:20px;position:relative;height:50px;transform:translate(-50px)}.circle-metrics__date-line--display-text{text-align:center;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#525252;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.circle-metrics h2,.circle-metrics h3{font-size:16px;font-weight:700;line-height:20px;letter-spacing:0;text-align:left;width:100%;color:#525252;border-bottom:1px solid #000;padding-bottom:10px}.circles-scrollbar{scrollbar-width:thin;scrollbar-color:#525252 auto}.circles-scrollbar::-webkit-scrollbar{height:7px;width:7px}.circles-scrollbar::-webkit-scrollbar,.circles-scrollbar::-webkit-scrollbar-thumb{overflow:visible;border-radius:4px}.circles-scrollbar::-webkit-scrollbar-thumb{background:#c4c4c4}.circles-scrollbar::-webkit-scrollbar-track{margin:5px 0}@media(max-width:1050px){.circle-metrics__date-line{flex-direction:row;align-items:center;gap:5px;height:auto}}@media(max-width:800px){.metrics-container__divider{display:none}.circle-metrics__date-line{flex-direction:column;height:70px;justify-content:center;padding-top:50px;gap:10px}.circle-metrics__date-line .circle-metrics__date-line--date-picker-container{top:0}}.CircleMetricsSessionDetail_session_container__3Z2Xo{display:flex;flex-direction:column;height:100%;width:100%;padding:0}.CircleMetricsSessionDetail_session_container__header__3gSVZ{display:flex;justify-content:space-between;align-items:center;padding:5px;height:3em}.Session_header_container__PKQt4{display:flex;justify-content:flex-start;width:100%;font-size:smaller}.Session_header_container__spacer__h95K0{margin:0 5px}.Session_accordion__u7aIG{width:100%;position:absolute;top:0;left:0}.ParticipantSurveys_participant_survey_header__Lf8xH{width:calc(100% - 20px);height:30px;margin:10px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.ParticipantSurveys_participant_survey_header__container__DijkQ{display:flex;flex-direction:row;justify-content:center;align-items:center;width:280px;height:30px;font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:20px;letter-spacing:0;text-align:left}.ParticipantSurveys_participant_survey_header__container__DijkQ span{color:#525252}.ParticipantSurveys_participant_survey_header__download_container__pyskt{width:100%;height:30px;display:flex;flex-direction:row;justify-content:flex-end}.ParticipantSurveys_participant_survey_header__download_container__download__HIT5G{width:30px;height:30px;background:transparent;cursor:pointer;outline:none;border:none}.ParticipantSurveys_participant_survey_header__download_container__download__HIT5G:active{transform:scale(.9)}.ParticipantSurveys_participant_survey_header__traffic_light__H6IIe{width:30px;height:30px;background:#6fcf97;font-size:14px}.SurfaceWrappedChild_surface__dB976{position:relative;overflow:auto;box-shadow:none!important}.SurfaceWrappedChild_surface_M_square_corners__MtZ42{border-radius:0}.MetricsSessionTabView_multitab__WsQyR{height:100%;width:100%;overflow-y:auto}.Breakout_session_container__siOdJ{position:relative;top:0;left:0;display:flex;flex-direction:column;height:100%;width:100%;gap:30px}.Breakout_session_header__9mUmL{display:flex;justify-content:space-around;font-size:smaller}.Breakout_session_accordion__LRmaI{width:100%;position:absolute;top:0;left:0}.custom-url-viewer{border:none}*{scrollbar-color:#c4c4c4 transparent!important}.circle-members{width:100%;height:auto;max-height:100%;overflow-y:auto;grid-area:2/1/3/2;display:flex;flex-direction:column;gap:15px;padding-top:60px;outline:2px solid red}.user-tile{display:flex;flex-direction:row;align-items:center;width:100%;height:45px;background:#f2f8fc;border-radius:10px}.user-tile__initials{border-radius:50%;background:#20b8e2;width:25px;min-width:25px;max-width:25px;min-height:25px;max-height:25px;height:25px;margin:10px;display:grid;place-content:center;color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:15px}.user-tile__text-container p{padding:0;margin:0}.user-tile__text-container :first-child{font-size:14px;color:#525252;line-height:20px;font-weight:400;margin:0}.user-tile__text-container :nth-child(2){color:rgba(47,117,169,.8);font-size:10px;font-weight:600;line-height:12.5px;margin:0}.user-container{width:100%;display:flex;flex-direction:column;gap:10px;padding-bottom:10px}.user-container__container-name{font-style:normal;font-weight:600;font-size:16px;line-height:20px;color:#525252;margin:0;padding-bottom:5px;border-bottom:2px solid rgba(0,0,0,.4)}.forum-user-container{width:100%;display:flex;flex-direction:column;gap:10px;padding-bottom:10px}.forum-user-container__container-name{font-style:normal;font-weight:600;font-size:16px;line-height:20px;color:#525252;margin:0;padding-bottom:5px;border-bottom:2px solid rgba(0,0,0,.4)}.forum-user-tile{display:flex;flex-direction:row;align-items:center;width:100%;height:45px;background:#f2f8fc;border-radius:10px}.forum-user-tile__initials{border-radius:50%;background:#20b8e2;width:25px;min-width:25px;max-width:25px;min-height:25px;max-height:25px;height:25px;margin:10px;display:grid;place-content:center;color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:15px}.forum-user-tile__text-container{display:flex;flex-direction:column;justify-content:center;gap:5px}.forum-user-tile__text-container p{padding:0;margin:0}.forum-user-tile__text-container--first{color:#525252;margin:0;font-family:Quicksand;font-size:14px;font-weight:500;leading-trim:Cap height;line-height:100%;letter-spacing:0}.forum-user-tile__text-container--second{color:#3f9fe6;font-size:14px;font-weight:500;line-height:100%;letter-spacing:0;margin:0}.forum-user-tile__text-container--second:hover{text-decoration:underline;cursor:pointer}.forum-user-tile dialog[open]{display:flex;justify-content:center;align-items:center}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.forum-user-tile__email-confirmation{height:26px;width:146px;font-size:12px;position:absolute;z-index:5;margin:0;padding:10px;background:#fff;box-shadow:1px 1px 4px 0 rgba(0,0,0,.2);border:none;outline:none;border-radius:5px;font-family:Quicksand;font-weight:500;font-size:16px;leading-trim:Cap height;line-height:100%;letter-spacing:0;vertical-align:middle;color:#3f9fe6;opacity:1}.forum-user-tile__email-confirmation p{margin:0;padding:0}.forum-user-tile__email-confirmation--fadeout{animation:fadeout .5s ease-out}.forum-user-tile__email-confirmation--fadein{animation:fadein .5s ease-in}.forum-user-tile__constitution-text{font-weight:500;font-size:12px;leading-trim:Cap height;line-height:100%;letter-spacing:0;color:#525252}.forum-user-tile__constitution-text--overdue{color:#af2727}.circles-search-bar__wrapper{color:#525252;height:45px;max-height:45px;width:100%;display:flex;justify-content:flex-start;align-items:flex-end;border-bottom:1px solid rgba(0,0,0,.5);position:absolute;top:0;left:0;background:#fff;z-index:101}.circles-search-bar--input{width:100%;margin-left:5px;font-family:Quicksand,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:18px}.circles-search-bar--icon,.circles-search-bar--input{height:35px;outline:none;border:none;background:transparent}.circles-search-bar--icon{width:15px;margin:0;padding:0!important}.circles-retreat-menu{position:absolute;top:22.5px;transform:translateY(50%);right:10px;z-index:999}.circles-retreat-menu-button{position:relative;width:35px;height:5px;background:transparent;border:transparent;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}.circles-retreat-menu-button:active{transform:scale(.95)}.circles-retreat-menu__confirm-modal{top:7px;right:0}.circles-retreat-menu__confirm-modal h1{margin-top:10px}.circles-popover-content-button__inner p{font-family:Quicksand,Helvetica,Arial,sans-serif;font-weight:600!important;font-size:14px}.circles-retreat-modal{min-height:250px;height:auto;max-height:500px;width:420px}.circles-retreat-modal__loading{min-height:auto;height:125px;width:250px}.circles-retreat-modal__header-container,.circles-retreat-modal__loading{display:flex;flex-direction:column;justify-content:center;align-items:center}.circles-retreat-modal__header-container{gap:10px;position:relative}.circles-retreat-modal__header-container h1{font-size:16px;font-weight:700;color:#3f9fe6;margin:0}.circles-retreat-modal__header-container p{color:#525252;font-size:16px;font-weight:500;margin:0}.circles-retreat-modal__header-container ul{width:100%;font-size:16px;font-family:Quicksand;color:#525252;margin:0}.circles-retreat-modal__user-container{width:100%;height:100%;overflow:auto;flex-grow:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;margin:10px 0}.circles-retreat-modal__button-container{display:flex;flex-direction:row;justify-content:center;gap:10px;width:100%}.circles-retreat-modal__button{position:relative;width:calc(50% - 5px)!important;min-width:calc(50% - 5px)!important}.user-survey-card{width:100%;height:45px;display:flex;justify-content:center;align-items:center;gap:10px}.user-survey-card__checkbox-container{display:flex;justify-content:flex-start;align-items:center;height:15px;width:17px;min-height:17px;min-width:17px;max-width:17px;position:relative}.user-survey-card__checkbox{width:100%;height:100%;background-color:#fff;border-radius:50%;border:2px solid #c5c5c5;-webkit-appearance:none;outline:none;cursor:pointer;margin:0!important;position:absolute}.user-survey-card__checkbox:checked+label{border-radius:0!important;pointer-events:none;display:inline-block;transform:rotate(45deg);height:14px!important;width:7px!important;border:3px solid rgba(0,0,0,.9)!important;border-top:none!important;border-left:none!important;position:absolute;top:-2px!important;left:8px!important;opacity:.7}.dashboard-container{display:flex;height:100%;width:100%;min-height:calc(100vh - 55px);gap:10px;padding:10px;margin-top:55px}.dashboard-container__dashboard-tab-wrapper{flex-grow:5;max-width:100%}.dashboard-container__notes-container{flex-grow:.5;display:flex;flex-direction:column;gap:10px;padding:0;width:35%;max-width:35%;overflow:hidden}.dashboard-container__notes-container--scheduler{max-height:calc(100% - 45px);position:relative}.dashboard-container__notes-container--scheduler__no-return{max-height:100%}.dashboard-container__notes-container .notes-wrapper{flex:1 1;width:100%;min-height:0}.dashboard-container .enter-circles-button{position:absolute;bottom:10px;right:10px;width:calc(35% - 10px)}@media(max-width:800px){.dashboard-container{flex-direction:column;overflow:auto}.dashboard-container__notes-container--scheduler{max-height:none}.dashboard-container .circle-metrics{position:relative;max-width:700px}.dashboard-container .enter-circles-button{position:relative;bottom:auto;right:auto;width:100%;min-height:35px}.dashboard-container__notes-container{overflow:initial;width:100%;max-width:100%}}.login-panel{width:400px;height:auto;padding:10px;display:flex;flex-direction:column;justify-content:flex-start;color:#525252}.login-panel__sso-button-container{display:flex;flex-direction:column;width:100%;gap:15px}.login-panel__sso-divider{display:flex;flex-direction:row;align-items:center;width:100%}.login-panel__sso-divider p{color:#979797;font-size:14px;font-weight:500;white-space:nowrap;text-align:center;width:100%}.login-panel__sso-divider--line{background:rgba(0,0,0,.2);height:1px;width:100%}.login-panel__sso-buttons{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}.login-panel__sso-buttons button{width:110px!important;color:#525252;font-size:14px;line-height:20px;font-weight:600}.login-panel__sso-buttons button img{margin:0 5px}.login-panel__forgot{font-weight:500;color:#3f9fe6;line-height:17.5px;font-size:14px;text-decoration:underline;width:auto!important;background:transparent;border:none;outline:none;cursor:pointer}.login-panel__forgot:hover{color:#525252}.login-panel__forgot-container{text-align:right;width:100%;margin:0;padding:0;display:flex;flex-direction:row;justify-content:flex-end}.login-panel__recaptcha-container{display:grid;place-content:center;width:100%;margin:15px 0}.login-panel__input:invalid{border:2px solid red}.login-panel__input-container{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.login-panel__input-container:nth-of-type(2){margin-top:15px;margin-bottom:5px}.login-panel__input-container p{text-align:left;width:100%;font-size:12px;padding-left:10px;margin:0}.login-panel__input-container label{text-align:left;color:#525252;font-weight:500;font-size:16px;width:100%}.login-panel__input-container label:first-of-type{padding:2px 8px 2px 5px}.login-panel button{width:100%}.login-panel button:focus{outline:none;border:none}.login-page{overflow:hidden;height:100dvh;color:#fff}.login-page,.login-page__text-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.login-page__text-container{gap:14px;margin:10px}.login-page__text-container:first-of-type{margin:40px}.login-page__text-container h1{font-size:30px;font-weight:700;line-height:33px;text-align:center;margin:0;padding:0}.login-page__text-container h2{font-size:26px;font-weight:500;line-height:19px;text-align:center;margin:0;padding:0}.login-page__text-container h3{font-size:18px;font-weight:500;line-height:22.5px;text-align:center;margin:0;padding:0}.login-tool-tip{height:-moz-fit-content;height:fit-content;width:auto;max-width:360px;padding:20px;display:grid;place-content:center}.login-tool-tip__text{font-weight:500;font-size:16px!important;line-height:20px}.login-tool-tip__hidden{display:none}.nav-bar{background:hsla(0,0%,100%,.2);width:100vw;width:100dvw;height:55px;position:absolute;top:0;left:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 20px 0 10px;grid-area:1/1/2/2}.nav-bar__circle-name{font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:24px;font-weight:700;line-height:30px;letter-spacing:0;text-align:left;color:#fff}.nav-bar button{height:35px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:10px;padding:0 10px;gap:5px;background:hsla(0,0%,100%,.2);border:none;cursor:pointer;filter:drop-shadow(1px 1px 3px rgba(0,0,0,.4))}.nav-bar button:active{transform:translate(1px,1px)}.nav-bar__button-text{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.4);font-weight:500;font-size:18px;line-height:22.5px;text-align:center}.nav-bar__long-button{width:135px}.nav-bar ul{display:flex;flex-direction:row;gap:20px;padding:0}.nav-bar li{display:flex;align-items:center}.nav-bar a{text-decoration:none;list-style:none;font-weight:500;font-size:18px;line-height:22.5px;color:#fff}.nav-bar a:hover{color:#fff;filter:brightness(1.75)}.forum-background{background-color:#2d2d2d;width:100vw;width:100dvw;height:100vh;height:100dvh;max-width:100vw;max-width:100dvw;max-height:100vh;max-height:100dvh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.forum-background--small-screen{background:#041e42}.forum-background__aspect-binding{aspect-ratio:16/9;width:max-content;height:max-content;max-width:100vw;max-width:100dvw;max-height:100vh;max-height:100dvh;z-index:1000;position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;container-type:normal;container-name:forum-background}.forum-circle-grid{position:absolute;height:90cqh;width:90cqw;max-width:90%;max-height:90%;display:grid;container-type:normal;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:0;grid-row-gap:0}.forum-circle-grid-pane{align-items:center;flex-direction:column;grid-area:1/2/4/5}.forum-circle-grid-guide-pane,.forum-circle-grid-pane{display:flex;justify-content:center;height:100%;width:100%;position:relative;aspect-ratio:1/1}.forum-circle-grid-guide-pane{grid-area:3/5/4/6;border-radius:50%}.forum-circle{border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .4s ease-in-out;box-shadow:8px 8px 18px 0 rgba(0,0,0,.2);background:rgba(0,0,0,.4);position:relative}.forum-circle__positioning{transform:translate(-50%,-50%)}.forum-circle__default{width:50%;height:50%}.forum-circle__guide{width:69%;height:69%}.forum-circle__fullsized{width:80%;height:80%}.forum-circle__disabled{pointer-events:none}.forum-circle__link-available{text-decoration:underline}.forum-circle-grid-container{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;height:95%;width:95%;grid-area:1/2/4/5}.forum-circle-avatar{width:85%;height:85%;border-radius:50%;object-fit:cover;bottom:0;position:absolute}.forum-circle-avatar__portrait{width:100%;height:100%}.forum-circle-nameplate{width:max-content;position:absolute;bottom:-20px;background:rgba(0,80,115,.9);color:#fff;border-radius:10px;padding:6px 10px;margin:0;font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:18px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.forum-circle-nameplate__underlined{text-decoration:underline}.forum-circle-nameplate__line-break{max-width:35vw}@media (max-height:1336px),screen and (max-width:1336px){.forum-circle-nameplate{font-size:20px;line-height:25px}}@media (max-height:1024px),screen and (max-width:1024px){.forum-circle-nameplate{font-size:18px;line-height:22.5px}}@media (max-height:768px),screen and (max-width:768px){.forum-circle-nameplate{font-size:16px;line-height:20px}}@media (max-height:425px),screen and (max-width:425px){.forum-circle-nameplate{font-size:14px;line-height:17.5px}}.forum-background-svg{position:relative;width:100%;height:100%}.forum-guide-facilitator-text{color:#fff;font-size:2vh;position:absolute;top:-5vh}.forum-guide-circle,.forum-guide-circle-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.forum-guide-circle{border-radius:50%;background:linear-gradient(180deg,#0057b7,#41b6e6);opacity:.3;position:absolute}.forum-support-link__container{position:absolute;bottom:10px;left:10px}.forum-support-link__container--relative{position:relative;margin-left:auto;margin-right:auto;padding-top:20px;text-align:center}.forum-support-link__text{font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:16.94px;text-align:left;color:#fff}.forum-support-link__text a:-webkit-any-link{color:#fff}.small-screen-mode{display:flex;flex-direction:column;justify-items:flex-start;align-items:center;height:100%;width:100%;padding:20px;overflow-y:auto;overflow-x:hidden}.small-screen-mode__logo{width:88%;height:-moz-fit-content;height:fit-content;min-height:45px;aspect-ratio:8.3/1}.small-screen-mode__header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;color:#fff;font-family:Quicksand,Helvetica,Arial,sans-serif;margin:10px 12px}.small-screen-mode__header h1{font-size:32px;font-weight:600;line-height:40px;text-align:center;margin:0;padding:0}.small-screen-mode__header p{font-size:18px;font-weight:400;line-height:22.5px;text-align:center;margin:0;padding:0}.small-screen-mode__member{aspect-ratio:1/1;height:-moz-fit-content;height:fit-content;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.small-screen-mode__member-grid{height:-moz-fit-content;height:fit-content;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;gap:0}.small-screen-mode__guide-grid{height:-moz-fit-content;height:fit-content;width:50vw;width:50dvw;display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;place-items:center}.small-screen-mode__guide-grid h2{font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:24px;font-weight:500;line-height:30px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#fff;margin:0;padding:20px 0 10px}.small-screen-mode__guide-grid--outer{position:relative;aspect-ratio:1/1;width:100%;height:100%}.small-screen-mode__guide-grid--outlined{border-radius:50%;background:linear-gradient(180deg,#0057b7,#41b6e6);position:absolute;opacity:.3}