@import"https://cdn.jsdelivr.net/npm/bootswatch@5.3.8/dist/cyborg/bootstrap.min.css";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.fme-dropdown{--dropdown-padding: .25rem;--dropdown-border-radius: var(--bs-border-radius, .375rem);--dropdown-transition: all .15s ease-in-out;--dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);position:relative;display:inline-block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-body-font-size);line-height:var(--bs-body-line-height)}[data-bs-theme=dark] .fme-dropdown,[data-theme=dark] .fme-dropdown{--dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3)}[data-bs-theme=light] .fme-dropdown,[data-theme=light] .fme-dropdown{--dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)}.fme-dropdown__trigger{display:inline-flex;align-items:center;justify-content:center;padding:var(--dropdown-padding);border:1px solid transparent;border-radius:var(--dropdown-border-radius);background-color:transparent;color:var(--bs-body-color);cursor:pointer;transition:var(--dropdown-transition);user-select:none;text-decoration:none;white-space:nowrap}.fme-dropdown__trigger:hover{background-color:var(--bs-secondary-bg);border-color:var(--bs-border-color)}.fme-dropdown__trigger:focus-visible{outline:2px solid var(--bs-primary);outline-offset:2px;border-color:var(--bs-primary)}.fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.fme-dropdown__trigger[aria-disabled=true]{opacity:.6;cursor:not-allowed;pointer-events:none}.fme-dropdown[data-size=sm] .fme-dropdown__trigger{font-size:.875rem;padding:.125rem .25rem}.fme-dropdown[data-size=lg] .fme-dropdown__trigger{font-size:1.125rem;padding:.5rem .75rem}.fme-dropdown__menu{position:absolute;min-width:160px;max-width:300px;padding:.25rem 0;margin:0;background-color:#fff!important;background-color:var(--bs-body-bg, #ffffff)!important;border:1px solid var(--bs-border-color, #dee2e6);border-radius:var(--dropdown-border-radius);box-shadow:var(--dropdown-box-shadow);z-index:1000;overflow:visible!important;opacity:1!important;transform:translateY(0);transition:var(--dropdown-transition);display:block}[data-bs-theme=dark] .fme-dropdown__menu,[data-theme=dark] .fme-dropdown__menu{background-color:#212529!important;background-color:var(--bs-body-bg, #212529)!important}.fme-dropdown__menu[aria-hidden=true]{display:none!important}.fme-dropdown__item-wrapper{position:relative;background-color:inherit}.fme-dropdown__submenu{position:absolute;min-width:160px;padding:.25rem 0;margin:0;background-color:inherit;border:1px solid var(--bs-border-color, #dee2e6);border-radius:var(--dropdown-border-radius);box-shadow:var(--dropdown-box-shadow);display:none;z-index:1001}.fme-dropdown__item-wrapper:hover>.fme-dropdown__submenu{display:block}.fme-dropdown__submenu-indicator{margin-left:auto;font-size:.75rem;opacity:.5}.fme-dropdown__item--has-submenu{padding-right:.5rem}.fme-dropdown__item{display:flex;align-items:center;padding:.25rem .75rem;background-color:transparent;border:none;color:var(--bs-body-color);cursor:pointer;text-align:left;width:100%;transition:var(--dropdown-transition);font-size:inherit;line-height:inherit;text-decoration:none}.fme-dropdown__item:hover,.fme-dropdown__item:focus{background-color:var(--bs-secondary-bg);color:var(--bs-body-color);outline:none}.fme-dropdown__item--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.fme-dropdown__item--disabled:hover,.fme-dropdown__item--disabled:focus{background-color:transparent;color:var(--bs-body-color)}.fme-dropdown__item-icon{margin-right:.5rem;display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:.875rem;flex-shrink:0}.fme-dropdown__item-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fme-dropdown[data-size=sm] .fme-dropdown__item{padding:.125rem .5rem;font-size:.875rem}.fme-dropdown[data-size=sm] .fme-dropdown__item-icon{width:.875rem;height:.875rem;font-size:.75rem}.fme-dropdown[data-size=lg] .fme-dropdown__item{padding:.375rem 1rem;font-size:1.125rem}.fme-dropdown[data-size=lg] .fme-dropdown__item-icon{width:1.125rem;height:1.125rem;font-size:1rem}.fme-dropdown[data-variant=primary] .fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-primary);border-color:var(--bs-primary)}.fme-dropdown[data-variant=secondary] .fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-secondary);border-color:var(--bs-secondary)}.fme-dropdown[data-variant=success] .fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-success);border-color:var(--bs-success)}.fme-dropdown[data-variant=danger] .fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-danger);border-color:var(--bs-danger)}.fme-dropdown[data-variant=warning] .fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-warning);border-color:var(--bs-warning)}.fme-dropdown[data-variant=info] .fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-info);border-color:var(--bs-info)}.fme-dropdown[data-variant=light] .fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-light);border-color:var(--bs-light);color:var(--bs-dark)}.fme-dropdown[data-variant=dark] .fme-dropdown__trigger[aria-expanded=true]{background-color:var(--bs-dark);border-color:var(--bs-dark);color:#fff}@media (max-width: 768px){.fme-dropdown__menu{min-width:140px;max-width:calc(100vw - 2rem)}.fme-dropdown__item{padding:.75rem}}@media (prefers-reduced-motion: reduce){.fme-dropdown__trigger,.fme-dropdown__item,.fme-dropdown__menu{transition:none}.fme-dropdown__menu{animation:none}}@media (prefers-contrast: high){.fme-dropdown__trigger,.fme-dropdown__menu{border-width:2px}.fme-dropdown__item:hover,.fme-dropdown__item:focus{border:1px solid currentColor;margin:-1px}}@media print{.fme-dropdown__menu{display:none!important}}.media-share-btn{position:relative;border-radius:.5rem;padding:.35rem .6rem;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;height:32px;min-width:36px;background:transparent;border:2px solid;transition:all .3s ease}.media-share-btn i,.screenshare-btn i{color:inherit}.media-share-btn--disabled{border-color:#80808080;color:#80808099;cursor:not-allowed;opacity:.6}.media-share-btn--disabled:hover{border-color:#80808080;box-shadow:none}.media-share-btn--ready{border-color:#ffc107;color:#ffc107;box-shadow:0 0 5px #ffc10766,0 0 10px #ffc10733,inset 0 0 5px #ffc1071a}.media-share-btn--ready:hover{border-color:#ffca2c;color:#ffca2c;box-shadow:0 0 8px #ffc10799,0 0 15px #ffc10766,0 0 25px #ffc10733,inset 0 0 8px #ffc10733;transform:scale(1.05)}.media-share-btn--ready:focus{outline:none;box-shadow:0 0 0 3px #ffc10740,0 0 8px #ffc10799,0 0 15px #ffc10766}.media-share-btn--active{border-color:#28a745;color:#28a745;background:#28a7451a;box-shadow:0 0 5px #28a74580,0 0 10px #28a7454d,0 0 20px #28a74533,inset 0 0 5px #28a7451a}.media-share-btn--active:hover{border-color:#34ce57;color:#34ce57;box-shadow:0 0 8px #28a745b3,0 0 15px #28a74580,0 0 25px #28a7454d,inset 0 0 8px #28a74533;transform:scale(1.05)}.media-share-btn--active:focus{outline:none;box-shadow:0 0 0 3px #28a74540,0 0 8px #28a745b3,0 0 15px #28a74580}@keyframes glow-yellow-pulse{0%,to{box-shadow:0 0 5px #ffc10766,0 0 10px #ffc10733,inset 0 0 5px #ffc1071a}50%{box-shadow:0 0 8px #ffc10799,0 0 15px #ffc1074d,0 0 20px #ffc10726,inset 0 0 8px #ffc10726}}@keyframes glow-green-pulse{0%,to{box-shadow:0 0 5px #28a74580,0 0 10px #28a7454d,0 0 20px #28a74533,inset 0 0 5px #28a7451a}50%{box-shadow:0 0 8px #28a745b3,0 0 15px #28a74566,0 0 25px #28a74540,inset 0 0 8px #28a74526}}.screenshare-btn{position:relative;border-radius:.5rem;padding:.35rem .6rem;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;height:32px;min-width:36px;background:transparent;border:2px solid;transition:all .3s ease}.screenshare-btn--disabled{border-color:#80808080;color:#80808099;cursor:not-allowed;opacity:.6}.screenshare-btn--disabled:hover{border-color:#80808080;box-shadow:none}.screenshare-btn--ready{border-color:#ffc107;color:#ffc107;box-shadow:0 0 5px #ffc10766,0 0 10px #ffc10733,inset 0 0 5px #ffc1071a}.screenshare-btn--ready:hover{border-color:#ffca2c;color:#ffca2c;box-shadow:0 0 8px #ffc10799,0 0 15px #ffc10766,0 0 25px #ffc10733,inset 0 0 8px #ffc10733;transform:scale(1.05)}.screenshare-btn--ready:focus{outline:none;box-shadow:0 0 0 3px #ffc10740,0 0 8px #ffc10799,0 0 15px #ffc10766}.screenshare-btn--active{border-color:#28a745;color:#28a745;background:#28a7451a;box-shadow:0 0 5px #28a74580,0 0 10px #28a7454d,0 0 20px #28a74533,inset 0 0 5px #28a7451a}.screenshare-btn--active:hover{border-color:#34ce57;color:#34ce57;box-shadow:0 0 8px #28a745b3,0 0 15px #28a74580,0 0 25px #28a7454d,inset 0 0 8px #28a74533;transform:scale(1.05)}.screenshare-btn--active:focus{outline:none;box-shadow:0 0 0 3px #28a74540,0 0 8px #28a745b3,0 0 15px #28a74580}/*!
 * 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 p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{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=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>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-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.fme-xronos-clock{--fme-clock-bg: var(--bs-body-bg, rgba(0, 0, 0, .65));--fme-clock-border: var(--bs-border-color-translucent, rgba(255, 255, 255, .15));--fme-clock-shadow: var(--bs-box-shadow-sm, 0 .25rem .5rem rgba(15, 15, 30, .15));background:var(--fme-clock-bg);border:1px solid var(--fme-clock-border);border-radius:var(--bs-border-radius-pill, 999px);padding:.25rem .75rem;min-height:50px;box-shadow:var(--fme-clock-shadow);backdrop-filter:blur(6px);transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.fme-xronos-clock__city{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-variant-numeric:tabular-nums;font-size:.85rem;color:var(--bs-body-color)}.fme-xronos-clock__abbr{background:var(--bs-primary-bg-subtle, rgba(32, 87, 232, .2));color:var(--bs-primary-text-emphasis, var(--bs-primary));font-weight:600;letter-spacing:.05em;min-width:2.5rem;text-align:center}.fme-xronos-clock__time{font-weight:500;color:var(--bs-body-color);text-shadow:0 1px 1px rgba(0,0,0,.15);transition:color .3s ease}.fme-xronos-clock__time.market-open{color:var(--bs-success, #28a745);font-weight:600}.fme-xronos-clock__time.market-closed{color:var(--bs-danger, #dc3545);font-weight:600}.fme-xronos-clock__time.market-opening-soon{font-weight:600;animation:flashOpening 2s ease-in-out infinite}@keyframes flashOpening{0%,70%{color:var(--bs-danger, #dc3545)}71%,to{color:var(--bs-success, #28a745)}}.fme-xronos-clock__time.market-closing-soon{font-weight:600;animation:flashClosing 2s ease-in-out infinite}@keyframes flashClosing{0%,70%{color:var(--bs-success, #28a745)}71%,to{color:var(--bs-danger, #dc3545)}}[data-theme=dark] .fme-xronos-clock,[data-bs-theme=dark] .fme-xronos-clock{--fme-clock-bg: rgba(15, 18, 36, .85);--fme-clock-border: rgba(255, 255, 255, .08);--fme-clock-shadow: 0 .45rem 1.2rem rgba(0, 0, 0, .35)}[data-theme=light] .fme-xronos-clock,[data-bs-theme=light] .fme-xronos-clock{--fme-clock-bg: rgba(255, 255, 255, .9);--fme-clock-border: rgba(0, 0, 0, .1);--fme-clock-shadow: 0 .4rem 1rem rgba(64, 87, 109, .15)}@media (max-width: 768px){.fme-xronos-clock{gap:.5rem;overflow-x:auto;scrollbar-width:thin}.fme-xronos-clock__city{gap:.35rem;font-size:.8rem}}/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/chat-app/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),url(/chat-app/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}:root,[data-bs-theme=light]{--fme-primary: #2a9fd6;--fme-dark-bg: #000000;--fme-card-bg: #282828;--fme-text-light: #adafae;--bs-font-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bs-primary: #2a9fd6;--bs-secondary: #555555;--bs-success: #77b300;--bs-info: #9933cc;--bs-warning: #ff8800;--bs-danger: #cc0000}[data-bs-theme=dark]{--bs-body-bg: #000000;--bs-body-color: #adafae;--bs-emphasis-color: #ffffff;--bs-card-bg: #282828;--bs-secondary-bg: #222222;--bs-tertiary-bg: #222426;--bs-border-color: #282828;--bs-secondary-color: rgba(255, 255, 255, .6)}[data-bs-theme=light]{--bs-body-bg: #ffffff;--bs-body-color: #212529;--bs-emphasis-color: #000000;--bs-card-bg: #f8f9fa;--bs-secondary-bg: #e9ecef;--bs-tertiary-bg: #f8f9fa;--bs-border-color: #dee2e6;--bs-secondary-color: rgba(33, 37, 41, .65)}:root{--transition-fast: .15s ease-in-out;--transition-normal: .3s ease-in-out;--transition-slow: .5s ease-in-out;--fme-header-height: 60px;--fme-sidebar-width: 250px;--fme-content-max-width: 1200px;--fme-border-radius: .375rem;--fme-space-xs: .25rem;--fme-space-sm: .5rem;--fme-space-md: 1rem;--fme-space-lg: 1.5rem;--fme-space-xl: 3rem;--fme-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--fme-shadow-md: 0 .5rem 1rem rgba(0, 0, 0, .15);--fme-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175)}.btn,.nav-link,.dropdown-item{transition:all var(--transition-fast)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.skip-link:focus{top:0}h1,.h1{font-size:1.4rem!important;font-weight:700!important;margin-top:.5rem!important}h2,.h2{font-size:1.3rem!important;font-weight:700!important;margin-top:.5rem!important}h3,.h3{font-size:1.2rem!important;font-weight:700!important;margin-top:.5rem!important}h4,.h4{font-size:1.1rem!important;font-weight:700!important;margin-top:.5rem!important}:host{display:block}p{margin-bottom:.2rem!important}::-webkit-scrollbar{width:10px;height:6px}::-webkit-scrollbar-thumb{background:#007bff;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0056b3}::-webkit-scrollbar-track{background:transparent;border:none;box-sizing:border-box}::-webkit-scrollbar-button{width:0;height:0;background:none}:root,:host{--chat-background: var(--bs-body-bg);--chat-surface: var(--bs-card-bg);--chat-text: var(--bs-body-color);--chat-text-secondary: var(--bs-secondary-color);--chat-accent: var(--bs-primary);--chat-message-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--chat-audio-live: #77b300;--chat-audio-muted: #cc0000;--chat-audio-own: var(--bs-secondary)}:root[data-theme=light],:root[data-bs-theme=light],:host([data-theme="light"]),:host([data-bs-theme="light"]){--chat-text-secondary: var(--bs-secondary-color)}:root:not([data-theme=light]),:root[data-bs-theme=dark],:host(:not([data-theme="light"])),:host([data-bs-theme="dark"]){--chat-text-secondary: rgba(255, 255, 255, .6)}body.chat-theme,:host(.chat-theme){background-color:var(--chat-background);color:var(--chat-text)}.chat-surface{background-color:var(--chat-surface);color:var(--chat-text)}.chat-panel{background-color:#0f0f0f;color:var(--chat-text);border-color:var(--chat-accent);box-shadow:0 .5rem 1rem #0000000d}.chat-panel header{border-bottom-color:#00000014}.chat-panel .list-group-item{background-color:transparent;color:inherit;padding:0}.chat-panel .msg-body{color:inherit}.chat-panel .message-line{font-family:var(--chat-message-font);line-height:1.1}.chat-panel .message-line>*{line-height:1.1}.chat-header{width:100%}.chat-header__logo{height:32px;width:auto}.message-list.show-images .msg-body img{display:block;max-width:100%;height:auto;margin-top:.25rem}.message-list.hide-images .msg-body img,.message-list.show-images .msg-body .media-link{display:none}.message-list.hide-images .msg-body .media-link{display:inline}.message-list.show-images .msg-body a video{display:block;max-width:100%;height:auto;margin-top:.25rem}.message-list.hide-images .msg-body a video{display:none}.message-list{position:relative}.scroll-lock-indicator{position:absolute;top:.5rem;right:.5rem;background:none;border:0;font-size:2.75rem;line-height:1;color:#dc3545;opacity:.5;cursor:pointer}.scroll-lock-indicator:hover,.scroll-lock-indicator:focus{opacity:.75}.message-list .msg-body{display:inline-flex;align-items:baseline;gap:.15rem;flex-wrap:wrap}.msg-time{color:#ffffff80}:root[data-theme=light],:root[data-bs-theme=light] .msg-time,:host([data-theme="light"]),:host([data-bs-theme="light"]) .msg-time{color:#00000080}.text-secondary{color:var(--chat-text-secondary)}.message-list .msg-body .collapse-toggle{font-size:.75rem;line-height:1;text-decoration:none;margin-right:.25rem}.message-list .msg-body .collapse-toggle:hover,.message-list .msg-body .collapse-toggle:focus{text-decoration:underline}.message-list .msg-body .msg-content,.message-list .msg-body .collapsed-preview{flex:1 1 auto;min-width:0}.message-list__group{gap:0}.message-list__group .list-group-item{border:0;padding:.05rem .2rem}.message-list__group .message-item--sticky{padding-top:0!important;padding-bottom:0!important;padding-left:.2rem!important;padding-right:.2rem!important;margin-top:0!important;margin-bottom:0!important;border-spacing:0!important;border-top:none!important;border-bottom:none!important}.message-list__group .message-item--sticky .message-line{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.message-list .msg-body .collapsed-preview{color:var(--chat-text)}.message-list .msg-body.is-expanded .collapsed-preview,.message-list .msg-body.is-collapsed .msg-content{display:none}.message-context-menu{position:absolute;min-width:11rem;background-color:var(--chat-surface);border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 .5rem 1.25rem #00000059;z-index:1000;padding:.25rem 0}.message-context-menu .menu-item{display:block;width:100%;padding:.45rem .75rem;background:none;border:0;text-align:left;color:var(--chat-text);font-size:.85rem;cursor:pointer}.message-context-menu .menu-item:hover,.message-context-menu .menu-item:focus{background-color:#66b2ff1f;color:var(--chat-accent)}:root:not([data-theme=light]),:root[data-bs-theme=dark] .chat-panel,:host(:not([data-theme="light"])),:host([data-bs-theme="dark"]) .chat-panel{border-color:#ffffff2e;box-shadow:0 .5rem 1rem #0006}:root:not([data-theme=light]),:root[data-bs-theme=dark] .chat-panel header,:host(:not([data-theme="light"])),:host([data-bs-theme="dark"]) .chat-panel header{border-bottom-color:#ffffff1f}:root:not([data-theme=light]),:root[data-bs-theme=dark] .chat-panel .list-group-item,:host(:not([data-theme="light"])),:host([data-bs-theme="dark"]) .chat-panel .list-group-item{border-color:#ffffff1a}.chat-message-box{background-color:var(--chat-surface);color:var(--chat-text);border-color:#00000014;box-shadow:0 .5rem 1rem #0000000d}.message-composer{display:flex;flex-direction:column;gap:.75rem}.composer-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.composer-textarea{min-height:6rem;resize:vertical}.composer-footer .composer-attachments{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0}.composer-attachments li{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.5rem;background:#ffffff1a}:root[data-theme=light],:root[data-bs-theme=light] .composer-attachments li,:host([data-theme="light"]),:host([data-bs-theme="light"]) .composer-attachments li{background:#0000000f}.composer-commands{border:1px dashed rgba(255,255,255,.2);border-radius:.75rem;padding:.75rem}.composer-commands code{color:var(--chat-accent)}.chat-message-box textarea.form-control{background-color:var(--chat-background);color:var(--chat-text);border-color:#0003}.chat-message-box .btn-primary{background-color:var(--chat-accent);border-color:var(--chat-accent)}:root:not([data-theme=light]),:root[data-bs-theme=dark] .chat-message-box,:host(:not([data-theme="light"])),:host([data-bs-theme="dark"]) .chat-message-box{border-color:#ffffff29;box-shadow:0 .5rem 1rem #0006}:root:not([data-theme=light]),:root[data-bs-theme=dark] .chat-message-box textarea.form-control,:host(:not([data-theme="light"])),:host([data-bs-theme="dark"]) .chat-message-box textarea.form-control{border-color:#fff3}:root[data-theme=light],:root[data-bs-theme=light] .chat-message-box,:host([data-theme="light"]),:host([data-bs-theme="light"]) .chat-message-box{background-color:#fff;border:1px solid #000000}:root[data-theme=light],:root[data-bs-theme=light] .chat-message-box textarea.form-control,:host([data-theme="light"]),:host([data-bs-theme="light"]) .chat-message-box textarea.form-control{background-color:#fff}.chat-message-box .btn-primary:disabled{background-color:var(--chat-accent);border-color:var(--chat-accent);opacity:.65}.media-tray{background:#0f1224d9;border-color:#2d4a7c!important;border-bottom:none!important;box-shadow:0 2px 8px #0000004d;margin-bottom:3px}[data-bs-theme=light] .media-tray{background:linear-gradient(135deg,#f0f4f8,#e8ecf1);border-color:#cbd5e0!important;box-shadow:0 2px 8px #0000001a}.media-tray .text-muted{color:#a0aec0!important}[data-bs-theme=light] .media-tray .text-muted{color:#718096!important}.media-tray .media-tray-header{background:#0f1224e6}.media-tray .media-tray-body{background:#0f1224f2}.video-stream-card{background:#1a1f3a99;border-color:#2d4a7c!important;min-width:200px;transition:all .3s ease}.video-stream-card:hover{border-color:#4a90e2!important;box-shadow:0 0 15px #4a90e24d;transform:translateY(-2px)}[data-bs-theme=light] .video-stream-card{background:#ffffffe6;border-color:#cbd5e0!important}[data-bs-theme=light] .video-stream-card:hover{border-color:#4a90e2!important;box-shadow:0 0 15px #4a90e233}.video-preview{width:200px;height:150px;background:#0000004d;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}[data-bs-theme=light] .video-preview{background:#0000000d}.video-preview video{width:100%;height:100%;object-fit:contain}.audio-streams-grid{display:flex;flex-direction:column;flex-wrap:wrap;gap:.5rem;max-height:320px;align-content:flex-start}.media-tray-header{min-height:36px;padding-top:4px!important;padding-bottom:4px!important}@keyframes flash-notification{0%,to{opacity:1}50%{opacity:.4}}.flash-notification{animation:flash-notification .8s ease-in-out infinite}.stream-notifications{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.stream-notifications .badge{font-size:.7rem;padding:.25em .5em;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}.chat-stage{flex:1 1 auto;min-height:0;position:relative;padding:0 .25rem .5rem}.app-stage{flex:1 1 auto;min-height:0;position:relative;padding:.5rem .25rem;display:flex;align-items:stretch;justify-content:center}.app-stage__frame-container,.app-stage__component{flex:1 1 auto;min-height:0;border-radius:.75rem;border:1px solid rgba(255,255,255,.14);background:#00000059;box-shadow:inset 0 0 2rem #0006;overflow:hidden;position:relative}.app-stage__frame{width:100%;height:100%;border:0;display:block;background:#0c1016}.app-stage__empty,.app-stage__loading,.app-stage__error{flex:1 1 auto;margin:.5rem;border-radius:.75rem;border:1px dashed rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#ffffffbf;padding:1rem;text-align:center;background:#00000073}.app-stage__loading{border-style:dashed}.app-stage__error{border-style:solid;border-color:#dc3545a6;color:#ffb4b4;background:#78000040}.chat-stage__messages{position:absolute;inset:.5rem .25rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.14);background:#0006;box-shadow:inset 0 0 2rem #00000073;padding:.5rem;display:flex;flex-direction:column;overflow:hidden}.chat-stage__scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.chat-stage__scroll .message-list{height:100%;display:flex;flex-direction:column;background:transparent;border:0;border-radius:0}.chat-stage__scroll .message-list .list-group{flex:1 1 auto;overflow-y:auto;max-height:100%}.chat-stage__alert{border-radius:.5rem;position:sticky;top:0;z-index:2}.chat-stage__scroll-lock{position:absolute;top:.75rem;right:.75rem;background:none;border:0;font-size:2rem;line-height:1;color:#dc3545;opacity:.7;cursor:pointer;z-index:10;padding:.25rem;display:flex;align-items:center;justify-content:center}.chat-stage__scroll-lock:hover,.chat-stage__scroll-lock:focus{opacity:1;transform:scale(1.1);transition:opacity .2s,transform .2s}.chat-stage__bar{position:absolute;left:.25rem;right:.25rem;bottom:0;display:flex;align-items:center;gap:.75rem;padding:.35rem .75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.14);background:#000000a6;height:45px}.chat-bar__button{border:1px solid rgba(255,255,255,.35);background:transparent;color:var(--chat-text);border-radius:.5rem;padding:.35rem .75rem;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;height:32px}.chat-bar__button--icon{width:36px;padding:0}.chat-bar__button--send{background:var(--chat-accent);border-color:var(--chat-accent);color:#fff;font-weight:600}.chat-bar__button--dns[aria-pressed=true]{background:#66b2ff33;border-color:var(--chat-accent)}.chat-bar__room{min-width:140px;display:flex;flex-direction:column;line-height:1.1}.chat-bar__room-label{font-size:.65rem;color:#fff9}.chat-bar__room-name{font-weight:600}.chat-bar__input{flex:1 1 auto;min-width:0;background:#0009;border:1px solid rgba(255,255,255,.25);color:var(--chat-text);height:32px}.chat-bar__input:disabled{opacity:.6}.chat-status-bar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.chat-status-bar__info{display:flex;align-items:center;gap:.5rem}.chat-status-bar__actions{display:flex;align-items:center;gap:.75rem}.chat-footer-dnd-zone{width:100%;flex-shrink:0}.chat-input-footer{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:#1f1f1f;border-top:1px solid rgba(255,255,255,.14);width:100%;border-radius:0}.chat-input-footer__main{flex:1 1 auto;display:flex;align-items:center;gap:.75rem;min-width:0}.chat-input-footer__version{flex-shrink:0;display:flex;align-items:center;padding-left:.5rem}.chat-app-shell{display:flex;flex-direction:column;height:100vh;max-height:100vh;width:100%;background-color:var(--chat-background);overflow:hidden}.chat-app-shell__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1rem;flex:0 0 50px;background-color:#1f1f1f;border-radius:0}.chat-app-shell__header:empty,.chat-app-shell__header:not(:has(*)){display:none!important;flex:0 0 0!important;padding:0!important;border:none!important;min-height:0!important;height:0!important}.chat-app-shell__tabs{flex:0 0 30px;display:flex;align-items:center}.chat-app-shell__body{display:flex;flex-direction:row;gap:1rem;flex:1 1 auto;min-height:0;overflow:hidden}.chat-app-shell--no-sidebar .chat-app-shell__body{flex-direction:column}.chat-app-shell__sidebar{flex:0 0 18rem;display:flex;flex-direction:column;gap:1rem}.chat-app-shell__content{flex:1 1 auto;display:flex;flex-direction:column;gap:0;min-height:0}.chat-app-shell__content--full{width:100%;flex:1 1 auto;min-height:0}.chat-app-shell__footer{margin-top:auto;flex:0 0 auto;min-height:50px;border-radius:0}.sidebar-panel,.chat-content-panel{background-color:var(--chat-background);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;padding:1rem;color:inherit;box-shadow:0 .25rem .75rem #00000014}.sidebar-panel__header{margin-bottom:.75rem}.placeholder{font-size:.85rem;padding:.75rem;border:1px dashed rgba(0,0,0,.25);border-radius:.5rem;color:#ffffffa6;background-color:#0000001a}:root:not([data-theme=light]),:root[data-bs-theme=dark] .chat-app-shell__header,:host(:not([data-theme="light"])),:host([data-bs-theme="dark"]) .chat-app-shell__header{border-color:#ffffff1f}:root:not([data-theme=light]),:root[data-bs-theme=dark] .sidebar-panel,:host(:not([data-theme="light"])),:host([data-bs-theme="dark"]) .sidebar-panel,:root[data-bs-theme=dark] .chat-content-panel,:host([data-bs-theme="dark"]) .chat-content-panel{border-color:#ffffff29;background-color:#00000059;box-shadow:0 .25rem 1rem #0000008c}:root[data-theme=light],:root[data-bs-theme=light] .placeholder,:host([data-theme="light"]),:host([data-bs-theme="light"]) .placeholder{color:#0009;background-color:#00000008;border-color:#00000026}.room-badge{border-radius:8px;padding-left:8px;padding-right:8px;font-size:.75em}.chat-header .btn{min-width:2.25rem}.menu-surface{position:fixed;min-width:12rem;background-color:var(--chat-surface);border:1px solid rgba(0,0,0,.2);border-radius:.75rem;box-shadow:0 1rem 2.5rem #00000073;padding:.35rem 0;z-index:1200}.menu-surface--wide{min-width:18rem}.menu-item{display:flex;align-items:center;gap:.75rem;width:100%;border:none;background:none;color:inherit;padding:.5rem .9rem;font-size:.85rem;text-align:left;cursor:pointer}.menu-item--header{font-weight:600;text-transform:uppercase;font-size:.72rem;opacity:.7;pointer-events:none}.menu-item--controls{padding:.75rem 1rem}.menu-item--danger{color:#ff6b6b}.menu-item--danger:hover,.menu-item--danger:focus{background-color:#ff6b6b1f;color:#ff8a8a}.menu-divider{height:1px;background-color:#ffffff1a;margin:.4rem 0}.menu-item:hover,.menu-item:focus{background-color:#66b2ff1f;color:var(--chat-accent)}.menu-item:disabled{opacity:.5;cursor:not-allowed}.menu-surface .menu-item.form-switch{padding-left:.9rem;overflow:hidden}.menu-surface .menu-item.form-switch .form-check-input{margin-left:0;margin-right:.75rem;flex-shrink:0}.menu-surface .menu-item.form-switch{align-items:center;display:inline-flex}.menu-surface .menu-item.form-switch .menu-switch{width:36px;height:20px;border-radius:999px;background:#ffffff1f;position:relative;flex-shrink:0;display:inline-block;margin-right:.5rem;transition:background .12s ease-in-out}.menu-surface .menu-item.form-switch .menu-switch:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:2px;left:2px;box-shadow:0 1px 2px #0003;transition:left .12s ease-in-out,transform .12s ease-in-out}.menu-surface .menu-item.form-switch input[type=checkbox]:checked+.menu-switch{background:var(--chat-accent, #0d6efd)}.menu-surface .menu-item.form-switch input[type=checkbox]:checked+.menu-switch:after{left:calc(100% - 18px)}.message-item--sticky{background-color:#66b2ff1a;border-left:3px solid var(--chat-accent)}.chat-panel .message-list__group .message-item--sticky,.message-list__group .message-item--sticky{background-color:#000!important;border-left:3px solid var(--chat-accent);box-shadow:0 2px 4px #0000004d}:root[data-theme=light] .chat-panel .message-list__group .message-item--sticky,:root[data-bs-theme=light] .chat-panel .message-list__group .message-item--sticky,:root[data-theme=light] .message-list__group .message-item--sticky,:root[data-bs-theme=light] .message-list__group .message-item--sticky,:host([data-theme="light"]) .chat-panel .message-list__group .message-item--sticky,:host([data-bs-theme="light"]) .chat-panel .message-list__group .message-item--sticky,:host([data-theme="light"]) .message-list__group .message-item--sticky,:host([data-bs-theme="light"]) .message-list__group .message-item--sticky{background-color:#fff!important}.message-item--clipped{border-left:3px solid #f39c12;background-color:#f39c1214}.msg-flag{font-size:.85rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;margin-right:.25rem}.msg-flag--pin{color:var(--chat-accent)}.msg-flag--pin svg{display:block;width:12px;height:12px}.badge-scroll-lock{background-color:#ffc10740;color:var(--chat-text);border:1px solid rgba(255,193,7,.5);text-transform:uppercase;font-size:.6rem}.audio-chooser-backdrop{position:fixed;inset:0;background-color:#000000a6;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:1300}.audio-chooser{background-color:var(--chat-surface);border:1px solid rgba(0,0,0,.25);border-radius:1rem;max-width:28rem;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 1.5rem 3rem #00000073}.audio-chooser__header{padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:space-between;gap:1rem}.audio-chooser__body{padding:1rem 1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.audio-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem;border:1px solid rgba(0,0,0,.15);border-radius:.75rem;background-color:#00000026}.audio-option__actions{display:flex;align-items:center;gap:.5rem}.modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1050;padding:1.5rem}.modal-panel{background:var(--chat-surface);color:var(--chat-text);border-radius:.75rem;min-width:min(36rem,100%);box-shadow:0 1.5rem 4rem #0006;border:1px solid rgba(255,255,255,.08);overflow:hidden}:root[data-theme=light],:root[data-bs-theme=light] .modal-panel,:host([data-theme="light"]),:host([data-bs-theme="light"]) .modal-panel{border:1px solid rgba(0,0,0,.12);box-shadow:0 1rem 2.5rem #0000001f}.modal-header,.modal-footer{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.modal-footer{border-top:1px solid rgba(255,255,255,.08);border-bottom:none;display:flex;justify-content:flex-end}:root[data-theme=light],:root[data-bs-theme=light] .modal-header,:host([data-theme="light"]),:host([data-bs-theme="light"]) .modal-header,:root[data-bs-theme=light] .modal-footer,:host([data-bs-theme="light"]) .modal-footer{border-color:#0000001f}.modal-body{padding:1rem}.share-preview{background:#00000059;color:inherit;padding:.75rem;border-radius:.5rem;white-space:pre-wrap;max-height:12rem;overflow-y:auto}:root[data-theme=light],:root[data-bs-theme=light] .share-preview,:host([data-theme="light"]),:host([data-bs-theme="light"]) .share-preview{background:#0000000a;border:1px solid rgba(0,0,0,.12);color:var(--chat-text)}.chat-app-shell__tabs{border-bottom:1px solid rgba(0,0,0,.08)}.chat-tabs{display:flex;flex-direction:column;width:100%;padding:0;background:none;border:0}.chat-tabs__list{display:flex;flex-wrap:nowrap;gap:2px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#007bff transparent;scrollbar-track-color:#000000}.chat-tabs__list::-webkit-scrollbar{height:6px}.chat-tabs__list::-webkit-scrollbar-thumb{background:#007bff;border-radius:5px}.chat-tabs__list::-webkit-scrollbar-thumb:hover{background:#0056b3}.chat-tabs__list::-webkit-scrollbar-track{background:transparent;border:none}.chat-tabs__list::-webkit-scrollbar-button{width:0;height:0;background:none}.chat-tabs__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.chat-tabs__filters .btn{text-transform:uppercase;letter-spacing:.04em}.chat-tabs__list--dragging{cursor:grabbing}.chat-tabs__actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.chat-tabs__recent{display:flex;align-items:center;gap:.25rem}.chat-tabs__reopen{position:relative}.chat-tabs__reopen[open]>summary{background-color:var(--chat-accent);color:#fff}.chat-tabs__reopen>summary{list-style:none}.chat-tabs__reopen>summary::-webkit-details-marker{display:none}.chat-tabs__reopen-list{position:absolute;right:0;margin:.5rem 0 0;padding:.5rem;list-style:none;background-color:var(--chat-surface);border:1px solid rgba(0,0,0,.2);border-radius:.5rem;box-shadow:0 .75rem 2rem #00000059;display:flex;flex-direction:column;gap:.25rem;min-width:12rem}.chat-tab{position:relative;display:inline-flex;align-items:center;gap:.25rem;flex:0 0 auto;padding:.175rem .375rem;border-radius:5px 5px 0 0;border:1px solid transparent;background-color:#0000004d;color:inherit;cursor:grab;font-size:.7rem;transition:background-color .15s ease,color .15s ease,transform .2s ease}.chat-tab:hover{transform:scale(1.1)}.chat-tab--room{background-color:var(--chat-tab-room-color-muted, rgba(0, 0, 0, .3));color:var(--chat-tab-text-color-muted, #fff);border-color:transparent}.chat-tab--room:hover,.chat-tab--room:focus{background-color:var(--chat-tab-room-color, rgba(0, 0, 0, .3));color:var(--chat-tab-text-color, #fff)}.chat-tab--dragging{opacity:.6}.chat-tab--drop-target{outline:2px dashed var(--chat-accent);outline-offset:2px}.chat-tab:not(.chat-tab--room):hover,.chat-tab:not(.chat-tab--room):focus{background-color:var(--chat-accent);color:#fff}.chat-tab:not(.chat-tab--room).chat-tab--active{background-color:var(--chat-accent);color:#fff;border-color:#fff3}.chat-tab--room.chat-tab--active{background-color:var(--chat-tab-room-color, rgba(0, 0, 0, .3));color:var(--chat-tab-text-color, #fff);border-color:#fff3;transform:scaleX(1.5)}.chat-tab--room.chat-tab--selected{border:2px solid rgba(102,178,255,.8);box-shadow:0 0 0 3px #66b2ff66,0 0 10px #66b2ff99,0 0 20px #66b2ff66,inset 0 0 10px #66b2ff33;background-color:var(--chat-tab-room-color-muted, rgba(0, 0, 0, .3));transform:scale(1.05);position:relative;z-index:10}.chat-tab--room.chat-tab--selected:before{content:"";position:absolute;inset:-4px;border-radius:inherit;background:radial-gradient(circle at center,rgba(102,178,255,.3),transparent 70%);z-index:-1;pointer-events:none}.chat-tab--room.chat-tab--active.chat-tab--selected{border:2px solid rgba(102,178,255,1);box-shadow:0 0 0 3px #66b2ff80,0 0 15px #66b2ffb3,0 0 25px #66b2ff80,inset 0 0 15px #66b2ff4d;background-color:var(--chat-tab-room-color, rgba(0, 0, 0, .3));transform:scaleX(1.5) scaleY(1.05)}.chat-tab--room.chat-tab--active.chat-tab--selected:before{content:"";position:absolute;inset:-4px;border-radius:inherit;background:radial-gradient(circle at center,rgba(102,178,255,.4),transparent 70%);z-index:-1;pointer-events:none}.chat-tab__label{display:flex;flex-direction:column;align-items:flex-start;line-height:1}@keyframes mim-flash{0%,to{background-color:#ff6b00;box-shadow:0 0 8px #ff6b00cc}50%{background-color:#fc0;box-shadow:0 0 15px #fc0}}.chat-tab--mim-flash{animation:mim-flash .6s ease-in-out infinite;color:#000!important;font-weight:700;border-color:#ff6b00!important}@keyframes new-message-glow{0%,to{box-shadow:0 0 5px #ffff0080,0 0 10px #ffff004d,0 0 15px #ff03}50%{box-shadow:0 0 8px #ff0c,0 0 16px #ff09,0 0 24px #ff06}}.chat-tab--new-message{animation:new-message-glow 2s ease-in-out infinite;position:relative}.chat-tab--new-message:after{content:"";position:absolute;top:-2px;right:-2px;width:6px;height:6px;background-color:#ff0;border-radius:50%;box-shadow:0 0 4px #ff0c}.chat-tab__subtitle{font-size:.5rem;opacity:.8}.chat-tab__close{background:none;border:0;color:inherit;font-size:.7rem;line-height:1;padding:0;cursor:pointer}.chat-tab__close:hover,.chat-tab__close:focus{color:#ffffffd9}.app-tab{position:relative;display:inline-flex;align-items:center;gap:.5rem;flex:0 0 auto;padding:.35rem .75rem;border-radius:10px 10px 0 0;border:1px solid transparent;background-color:var(--app-tab-bg-muted, var(--app-tab-bg, rgba(0, 0, 0, .3)));color:var(--app-tab-color-muted, var(--app-tab-color, inherit));cursor:grab;transition:background-color .15s ease,color .15s ease,transform .2s ease,opacity .2s ease,z-index 0s;z-index:1;opacity:.5}.app-tab:hover{opacity:.75;background-color:var(--app-tab-bg, rgba(0, 0, 0, .3));color:var(--app-tab-color, #fff)}.app-tab--active{background-color:var(--app-tab-bg, var(--chat-accent));color:var(--app-tab-color, #fff);border-color:#fff3;transform:scaleX(1.5);opacity:1;z-index:100}.app-tab--dragging{opacity:.6}.app-tab--drop-target{outline:2px dashed var(--chat-accent);outline-offset:2px}.app-tab__icon{width:16px;height:16px;object-fit:contain}.app-tab__label{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.app-tab__close{background:none;border:0;color:inherit;font-size:1rem;line-height:1;padding:0;cursor:pointer}.app-tab__close:hover,.app-tab__close:focus{color:#ffffffd9}.roster-flyout{position:absolute;bottom:60px;left:.5rem;width:min(24rem,90vw);max-height:70vh;overflow-y:auto;background-color:var(--chat-surface);border:1px solid rgba(0,0,0,.2);border-radius:.75rem;padding:.75rem;box-shadow:0 1.5rem 3rem #00000073;opacity:0;pointer-events:none;transform:translateY(.5rem);transition:opacity .2s ease,transform .2s ease;z-index:1100}.roster-flyout--open{opacity:1;pointer-events:auto;transform:translateY(0)}.roster-flyout__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.roster-section{margin-bottom:1rem}.roster-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.roster-section__body{display:flex;flex-direction:column;gap:.25rem}.roster-section__body--users{max-height:15rem;overflow-y:auto;padding-right:.5rem}.roster-room{padding:.4rem .5rem;border-radius:.5rem;background-color:#00000040;border:1px solid transparent;display:flex;flex-direction:row;align-items:center;gap:.5rem}.roster-room--active{border-color:var(--chat-accent);background-color:#66b2ff33}.roster-room--selected{border-color:#66b2ff99;background-color:#66b2ff26}.roster-room--active.roster-room--selected{border-color:var(--chat-accent);background-color:#66b2ff40}.roster-room__header{display:flex;align-items:center;gap:.35rem;flex:1;min-width:0}.roster-room__name{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.roster-user{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.4rem .5rem;border-radius:.5rem;background-color:#0003}.roster-user__details{display:flex;align-items:center;gap:.35rem;flex:1;min-width:0}.roster-user__details strong{flex:1;min-width:0}.roster-room .btn-group,.roster-user .btn-group{flex-shrink:0}@media (max-width: 992px){.chat-app-shell__body{flex-direction:column}.chat-app-shell__sidebar{flex:1 1 auto}.roster-flyout{position:fixed;top:10vh;right:5vw;width:90vw;max-height:80vh}}.workshop-layout{display:flex;width:100%;height:100%;padding:.5rem;background:var(--chat-background, #1a1a2e);overflow:hidden;position:relative}.workshop-layout--dragging{cursor:col-resize}.workshop-layout--dragging *{pointer-events:none}.workshop-layout__left{display:flex;flex-direction:column;min-width:0;max-width:100%}.workshop-layout__right{display:flex;flex-direction:column;flex:1;min-width:0;background:var(--chat-surface, #16213e);border-radius:.5rem;overflow:hidden}.workshop-layout__divider{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:10}.workshop-layout__divider--vertical{width:8px;cursor:col-resize;margin:0 -2px}.workshop-layout__divider--horizontal{height:8px;cursor:row-resize;margin:-2px 0}.workshop-layout__divider-handle{background:#ffffff1a;border-radius:2px;transition:background .2s}.workshop-layout__divider--vertical .workshop-layout__divider-handle{width:4px;height:40px}.workshop-layout__divider--horizontal .workshop-layout__divider-handle{width:40px;height:4px}.workshop-layout__divider:hover .workshop-layout__divider-handle,.workshop-layout__divider:active .workshop-layout__divider-handle{background:var(--bs-primary, #2a9fd6)}.workshop-layout__divider--extreme .workshop-layout__divider-handle{background:#fff176;box-shadow:0 0 8px #fff176e6;border:1px solid rgba(255,255,255,.4)}.workshop-layout__divider--extreme:hover .workshop-layout__divider-handle{background:#ffff8d}.workshop-layout__divider--extreme{background:#fff17614}.workshop-layout__webcams,.workshop-layout__messages{display:flex;flex-direction:column;background:var(--chat-surface, #16213e);border-radius:.5rem;overflow:hidden;min-height:0}.workshop-layout__section-header{display:flex;align-items:center;padding:.5rem .75rem;background:#0003;font-size:.875rem;font-weight:600;color:var(--chat-text, #e0e0e0);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.workshop-layout__section-header--clickable{cursor:pointer;user-select:none;transition:background .15s ease}.workshop-layout__section-header--clickable:hover{background:#0000004d}.workshop-layout__collapse-caret{font-size:.75rem;opacity:.7;transition:transform .15s ease,opacity .15s ease}.workshop-layout__section-header--clickable:hover .workshop-layout__collapse-caret{opacity:1}.workshop-layout__webcams--collapsed,.workshop-layout__messages--collapsed{flex:0 0 auto!important}.workshop-layout__right--collapsed .workshop-layout__screenshare-container{display:none}.workshop-layout__header-actions{display:flex;align-items:center;gap:.25rem}.workshop-layout__webcams-grid{display:grid;gap:.5rem;padding:.5rem;overflow-y:auto;flex:1}.workshop-layout__webcams-carousel{flex:1;min-height:0;padding:0;display:flex;height:100%}.workshop-layout__webcams-grid:has(.workshop-layout__webcam-card:nth-child(3):last-child) .workshop-layout__webcam-card:last-child{grid-column:1 / -1;max-width:50%;justify-self:center}.workshop-layout__webcams-grid:has(.workshop-layout__webcam-card:nth-child(5):last-child) .workshop-layout__webcam-card:last-child{grid-column:1 / -1;max-width:50%;justify-self:center}.workshop-layout__webcam-card{position:relative;aspect-ratio:4 / 3;background:var(--chat-background, #0f0f23);border-radius:.375rem;overflow:hidden}.workshop-layout__video-container,.workshop-layout__screenshare-video{width:100%;height:100%}.workshop-layout__video-label{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:.25rem .5rem;background:linear-gradient(transparent,#000c);color:#fff;font-size:.75rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.workshop-layout__screenshare-card .workshop-layout__video-label{bottom:2rem}.workshop-layout__stats-toggle{position:absolute;bottom:0;left:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#00000080;border:none;border-top-right-radius:.375rem;color:#fff9;font-size:.875rem;cursor:pointer;z-index:10;transition:all .2s ease}.workshop-layout__stats-toggle:hover{background:#000000bf;color:#ffffffe6}.workshop-layout__stats-toggle:active{transform:scale(.95)}.workshop-layout__video-stats{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:1rem;padding:.35rem .75rem;background:#000000d9;color:#fff;font-size:.7rem;font-family:Consolas,Monaco,Courier New,monospace;z-index:5;flex-wrap:wrap}.workshop-layout__stat{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;background:#ffffff1a;border-radius:4px;white-space:nowrap}.workshop-layout__stat i{font-size:.65rem;opacity:.8}.workshop-layout__audio-controls{position:absolute;top:.25rem;right:.25rem;display:flex;gap:.25rem;z-index:10}.workshop-layout__audio-btn{background:#0009;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .1s;color:#fff;font-size:.875rem}.workshop-layout__audio-btn:hover{background:#000c;transform:scale(1.1)}.workshop-layout__audio-btn:active{transform:scale(.95)}.workshop-layout__audio-icon{background:#0009;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem}.workshop-layout__audio-icon--disabled{opacity:.5}.workshop-layout__messages-content{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:.5rem;background:#00000026}.workshop-layout__messages-scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.workshop-layout__messages-scroll .message-list{height:100%;display:flex;flex-direction:column;background:transparent;border:0;border-radius:0}.workshop-layout__messages-scroll .message-list .list-group{flex:1 1 auto;overflow-y:auto;max-height:100%}.workshop-layout__alert{border-radius:.5rem;margin-bottom:.5rem;flex-shrink:0}.workshop-layout__composer{display:flex;gap:.5rem;padding:.5rem;border-top:1px solid rgba(255,255,255,.1);background:#0000001a}.workshop-layout__composer-input{flex:1}.workshop-layout__screenshare-container{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;overflow:hidden;cursor:grab;position:relative}.workshop-layout__screenshare-container--panning{cursor:grabbing}.workshop-layout__screenshare-container--panning *{pointer-events:none}.workshop-layout__screenshare-container--panning .workshop-layout__screenshare-controls,.workshop-layout__screenshare-container--panning .workshop-layout__screenshare-control-btn{pointer-events:auto}.workshop-layout__screenshare-card{position:relative;flex:1;min-height:200px;background:var(--chat-background, #0f0f23);border-radius:.375rem;overflow:hidden}.workshop-layout__screenshare-card--maximized{flex:1 1 100%;min-height:100%}.workshop-layout__screenshare-controls{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.25rem;opacity:0;transition:opacity .2s ease;z-index:10}.workshop-layout__screenshare-card:hover .workshop-layout__screenshare-controls{opacity:1}.workshop-layout__screenshare-control-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:.25rem;background:#0009;color:#fff;cursor:pointer;font-size:.875rem;transition:background-color .15s ease,transform .1s ease}.workshop-layout__screenshare-control-btn:hover{background:#000c;transform:scale(1.05)}.workshop-layout__screenshare-control-btn:active{transform:scale(.95)}.workshop-layout__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;height:100%;color:var(--chat-text-secondary, #888)}.workshop-layout__empty--large{gap:1rem}.workshop-layout__empty i{font-size:2rem;opacity:.5}.workshop-layout__carousel-wrapper{width:100%;display:flex;flex-direction:column;gap:.2rem;flex:1;min-height:0}.workshop-layout__carousel-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 .25rem}.workshop-layout__carousel-controls{display:flex;align-items:center;gap:.35rem}.workshop-layout__carousel-controls button{padding:0;min-width:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:.45rem}.workshop-layout__carousel-trader-actions{display:flex;gap:.35rem}.workshop-layout__carousel-drop-zone{width:100%;min-height:0;background:#ffffff14;border:1px solid rgba(255,255,255,.45);border-radius:.6rem;padding:0;position:relative;display:flex;flex-direction:column;min-height:100%;flex:1;height:100%;align-items:stretch;justify-content:stretch;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;overflow:hidden}.workshop-layout__carousel-drop-zone--interactive{cursor:pointer}.workshop-layout__carousel-drop-zone--active{border-color:#fffffff2;background:#ffffff29}.workshop-layout__carousel-drop-zone:focus-visible{outline:none;box-shadow:0 0 0 3px #0d6efd59}.workshop-layout__carousel-empty-state{display:flex;flex-direction:column;align-items:center;gap:.35rem;color:var(--chat-text-secondary, #888)}.workshop-layout__carousel-top-actions{position:absolute;top:.5rem;left:.5rem;right:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;z-index:5;font-size:.25rem;opacity:.3;transition:opacity .2s ease}.workshop-layout__carousel-top-actions-end{display:flex;gap:.25rem;font-size:.25rem}.workshop-layout__carousel-drop-zone:hover .workshop-layout__carousel-top-actions{opacity:1}.workshop-layout__carousel-frame{width:100%;height:100%;position:relative;display:flex;align-items:stretch;justify-content:stretch;flex:1;overflow:hidden}.workshop-layout__carousel-overlay-bottom{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.25rem;border-radius:999px;background:linear-gradient(180deg,#0000,#00000040);z-index:4;font-size:.25rem;opacity:.5;transition:opacity .2s ease}.workshop-layout__carousel-drop-zone:hover .workshop-layout__carousel-overlay-bottom{opacity:.9}.workshop-layout__carousel-control{width:22px;height:22px;padding:0;min-width:22px;min-height:22px;border-radius:50%;transition:transform .2s ease;border-color:#fffc;color:#fffffff2;background:#ffffff14}.workshop-layout__carousel-icon-btn{font-size:.25rem;width:20px;height:20px;padding:0;min-width:20px;min-height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#ffffffe6;border-color:#ffffffbf;opacity:.8}.workshop-layout__carousel-icon-btn:hover:not(:disabled){color:#fff;border-color:#fff;transform:translateY(-1px)}.workshop-layout__carousel-control:disabled{opacity:.4}.workshop-layout__carousel-control:not(:disabled):hover{transform:translateY(-2px)}.workshop-layout__carousel-drop-hint{position:absolute;bottom:2.75rem;left:50%;transform:translate(-50%);font-size:.25rem;color:#fffc;z-index:5;pointer-events:none;opacity:.4;transition:opacity .2s ease}.workshop-layout__carousel-drop-zone:hover .workshop-layout__carousel-drop-hint{opacity:.9}@media (max-width: 768px){.workshop-layout{flex-direction:column}.workshop-layout__left{width:100%;height:50%;min-width:0}.workshop-layout__right{height:50%}}.wrap-layout{display:flex;width:100%;height:100%;padding:.5rem;background:var(--chat-background, #1a1a2e);overflow:hidden;position:relative}.wrap-layout--dragging{cursor:col-resize}.wrap-layout--dragging *{pointer-events:none}.wrap-layout__left{display:flex;flex-direction:column;min-width:0;max-width:100%}.wrap-layout__right{display:flex;flex-direction:column;flex:1;min-width:0;background:#0f0f0f}.wrap-layout__top,.wrap-layout__bottom{display:flex;flex-direction:column;background:#0f0f0f;border-radius:.5rem;overflow:hidden;min-height:0}.wrap-layout__divider{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:10}.wrap-layout__divider--vertical{width:8px;cursor:col-resize;margin:0 -2px}.wrap-layout__divider--horizontal{height:8px;cursor:row-resize;margin:-2px 0}.wrap-layout__divider-handle{background:#ffffff1a;border-radius:2px;transition:background .2s}.wrap-layout__divider--vertical .wrap-layout__divider-handle{width:4px;height:40px}.wrap-layout__divider--horizontal .wrap-layout__divider-handle{width:40px;height:4px}.wrap-layout__divider:hover .wrap-layout__divider-handle,.wrap-layout__divider:active .wrap-layout__divider-handle{background:var(--bs-primary, #2a9fd6)}.wrap-layout__divider--extreme .wrap-layout__divider-handle{background:#fff176;box-shadow:0 0 8px #fff176e6;border:1px solid rgba(255,255,255,.4)}.wrap-layout__divider--extreme:hover .wrap-layout__divider-handle{background:#ffff8d}.wrap-layout__divider--extreme{background:#fff1761a}.wrap-layout__section-header{display:flex;align-items:center;padding:.25rem .75rem;background:#0003;font-size:.875rem;font-weight:600;color:var(--chat-text, #e0e0e0);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.wrap-layout__content-selector{margin-left:auto}.wrap-layout__content-selector select{background:#0f0f0f;border:1px solid rgba(255,255,255,.2);color:var(--chat-text, #e0e0e0);border-radius:.25rem;font-size:.75rem;padding:.125rem 1.5rem .125rem .25rem;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e0e0e0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .25rem center;background-size:.75rem;cursor:pointer}.wrap-layout__content-selector select:focus{outline:none;border-color:var(--bs-primary, #2a9fd6);box-shadow:0 0 0 .1rem #2a9fd640}.wrap-layout__app-container{width:100%;height:100%;overflow:hidden}.wrap-layout__app-iframe{width:100%;height:100%;border:none;background:transparent}.wrap-layout__dropdown{position:relative;display:inline-block}.wrap-layout__dropdown-toggle{background:#0f0f0f;border:1px solid rgba(255,255,255,.2);color:var(--chat-text, #e0e0e0);border-radius:.25rem;font-size:.75rem;padding:.125rem 1.5rem .125rem .25rem;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e0e0e0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .25rem center;background-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;min-width:120px;white-space:nowrap}.wrap-layout__dropdown-toggle:focus{outline:none;border-color:var(--bs-primary, #2a9fd6);box-shadow:0 0 0 .1rem #2a9fd640}.wrap-layout__dropdown-label{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis}.wrap-layout__dropdown-arrow{margin-left:.25rem;transition:transform .2s}.wrap-layout__dropdown-toggle[aria-expanded=true] .wrap-layout__dropdown-arrow{transform:rotate(180deg)}.wrap-layout__dropdown-menu{position:absolute;top:100%;right:0;z-index:1000;background:#0f0f0f;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;box-shadow:0 .5rem 1rem #0006;min-width:200px;max-width:300px;margin-top:.125rem;overflow:visible}.wrap-layout__dropdown-item{display:flex;align-items:center;width:100%;padding:.375rem .75rem;background:none;border:none;color:var(--chat-text, #e0e0e0);text-align:left;cursor:pointer;font-size:.75rem;border-radius:0}.wrap-layout__dropdown-item:hover{background:#ffffff1a}.wrap-layout__dropdown-item--chats{position:relative}.wrap-layout__submenu-arrow{margin-left:auto;transition:transform .2s}.wrap-layout__submenu-arrow--open{transform:rotate(90deg)}.wrap-layout__submenu{position:fixed;z-index:1002;background:#0f0f0f;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;box-shadow:0 .5rem 1rem #0006;min-width:180px}.wrap-layout__dropdown-item--submenu{font-size:.75rem}.wrap-layout__dropdown-item--submenu:hover{background:#ffffff0d}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-headers{--fme-clock-bg: rgba(15, 18, 36, .85);background-color:var(--fme-clock-bg)!important}.wrap-layout__content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.wrap-layout__messages-content{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;background:#0f0f0f;overflow:hidden;padding:.5rem;background:#00000026}.wrap-layout__messages-scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.wrap-layout__messages-scroll .message-list{height:100%;display:flex;flex-direction:column;background:transparent;border:0;border-radius:0}.wrap-layout__messages-scroll .message-list .list-group{flex:1 1 auto;overflow-y:auto;max-height:100%}.wrap-layout__chat-input{flex:0 0 auto;padding:.5rem 0 0;border-top:1px solid rgba(255,255,255,.1);margin-top:.5rem}.wrap-layout__chat-form{display:flex;gap:.5rem;align-items:center}.wrap-layout__chat-input-field{flex:1;background:#0000004d;border:1px solid rgba(255,255,255,.2);color:#fff!important;border-radius:.25rem;padding:.25rem .5rem}.wrap-layout__chat-input-field::placeholder{color:#ffffff80}.wrap-layout__chat-input-field:focus{background:#00000080;border-color:var(--bs-primary, #0d6efd);box-shadow:0 0 0 .2rem #0d6efd40;color:#fff!important}.wrap-layout__chat-send-btn{white-space:nowrap}.wrap-layout__webcams-grid{display:grid;gap:.5rem;padding:.5rem;overflow-y:auto;flex:1}.wrap-layout__webcams-grid:has(.wrap-layout__webcam-card:nth-child(3):last-child) .wrap-layout__webcam-card:last-child{grid-column:1 / -1;max-width:50%;justify-self:center}.wrap-layout__webcams-grid:has(.wrap-layout__webcam-card:nth-child(5):last-child) .wrap-layout__webcam-card:last-child{grid-column:1 / -1;max-width:50%;justify-self:center}.wrap-layout__webcams-grid--compact{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));padding:.25rem;gap:.25rem}.wrap-layout__webcam-card{position:relative;aspect-ratio:4 / 3;background:var(--chat-background, #0f0f23);border-radius:.375rem;overflow:hidden}.wrap-layout__webcam-card--small{aspect-ratio:4 / 3;min-height:60px}.wrap-layout__video-container,.wrap-layout__screenshare-video{width:100%;height:100%}.wrap-layout__video-label{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:.25rem .5rem;background:linear-gradient(transparent,#000c);color:#fff;font-size:.75rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.wrap-layout__video-label--small{font-size:.6rem;padding:.125rem .25rem}.wrap-layout__screenshare-container{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;overflow:hidden}.wrap-layout__screenshare-container--compact{padding:.25rem;gap:.25rem}.wrap-layout__screenshare-container--panning{cursor:grabbing}.wrap-layout__screenshare-card{flex:1;position:relative;background:#000;border-radius:.375rem;overflow:hidden}.wrap-layout__screenshare-card--small{max-height:200px}.wrap-layout__screenshare-card--maximized{flex:1 1 100%;min-height:100%}.wrap-layout__screenshare-card--small.wrap-layout__screenshare-card--maximized{max-height:none}.wrap-layout__screenshare-header{display:flex;align-items:center;justify-content:flex-end;padding:.25rem .5rem;flex-shrink:0}.wrap-layout__screenshare-controls{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.25rem;opacity:0;transition:opacity .2s ease;z-index:10}.wrap-layout__screenshare-controls--small{top:.25rem;right:.25rem}.wrap-layout__screenshare-card:hover .wrap-layout__screenshare-controls{opacity:1}.wrap-layout__screenshare-control-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:.25rem;background:#0009;color:#fff;cursor:pointer;font-size:.875rem;transition:background-color .15s ease,transform .1s ease}.wrap-layout__screenshare-control-btn--small{width:1.5rem;height:1.5rem;font-size:.75rem}.wrap-layout__screenshare-control-btn:hover{background:#000c;transform:scale(1.05)}.wrap-layout__screenshare-control-btn:active{transform:scale(.95)}.wrap-layout__media-tray{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;overflow-y:auto;flex:1}.wrap-layout__media-section h6{margin:0 0 .5rem;font-size:.75rem;font-weight:600;color:var(--chat-text, #e0e0e0);text-transform:uppercase;letter-spacing:.5px}.wrap-layout__media-title{color:var(--chat-text, #e0e0e0)}.wrap-layout__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:#ffffff80;text-align:center;padding:1rem}.wrap-layout__empty i{font-size:2rem;margin-bottom:.5rem;opacity:.7}.wrap-layout__empty--small{padding:.5rem}.wrap-layout__empty--small i{font-size:1.5rem}.wrap-layout__empty span{font-size:.875rem}.wrap-layout__empty--small span{font-size:.75rem}.wrap-layout__audio-controls{position:absolute;top:.25rem;right:.25rem;display:flex;gap:.25rem;z-index:10}.wrap-layout__audio-btn{background:#0009;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .1s;color:#fff;font-size:.875rem}.wrap-layout__audio-btn:hover{background:#000c;transform:scale(1.1)}.wrap-layout__audio-btn:active{transform:scale(.95)}.wrap-layout__audio-icon{background:#0009;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem}.wrap-layout__audio-icon--disabled{opacity:.5}.ai-layout{display:flex;width:100%;height:100%;gap:.5rem;padding:.5rem;background:var(--chat-background, #1a1a2e);overflow:hidden}.ai-layout__messages{display:flex;flex-direction:column;flex:1;min-width:0;background:var(--chat-surface, #16213e);border-radius:.5rem;overflow:hidden}.ai-layout__assistant{display:flex;flex-direction:column;width:40%;min-width:300px;background:var(--chat-surface, #16213e);border-radius:.5rem;overflow:hidden}.ai-layout__section-header{display:flex;align-items:center;padding:.5rem .75rem;background:#0003;font-size:.875rem;font-weight:600;color:var(--chat-text, #e0e0e0);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.ai-layout__header-actions{display:flex;align-items:center;gap:.25rem}.ai-layout__messages-scroll{flex:1;overflow-y:auto;min-height:0}.ai-layout__composer{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid rgba(255,255,255,.1);background:#0000001a}.ai-layout__composer-input{flex:1}.ai-layout__assistant-content{flex:1;display:flex;flex-direction:column;overflow-y:auto}.ai-layout__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;height:100%;text-align:center;color:var(--chat-text-secondary, #888)}.ai-layout__placeholder h4{color:var(--chat-text, #e0e0e0)}.ai-layout__placeholder ul{margin-top:1rem;padding-left:1.5rem}@media (max-width: 768px){.ai-layout{flex-direction:column}.ai-layout__messages{height:60%}.ai-layout__assistant{width:100%;height:40%;min-width:0}}[data-theme=light] .workshop-layout,[data-theme=light] .ai-layout{background:#f0f2f5}[data-theme=light] .workshop-layout__webcams,[data-theme=light] .workshop-layout__messages,[data-theme=light] .workshop-layout__right,[data-theme=light] .ai-layout__messages,[data-theme=light] .ai-layout__assistant{background:#fff}[data-theme=light] .workshop-layout__webcam-card,[data-theme=light] .workshop-layout__screenshare-card{background:#e9ecef}[data-theme=light] .workshop-layout__section-header,[data-theme=light] .ai-layout__section-header{background:#0000000d;color:#333;border-bottom-color:#0000001a}[data-theme=light] .workshop-layout__section-header--clickable:hover,[data-theme=light] .ai-layout__section-header--clickable:hover{background:#0000001a}[data-theme=light] .workshop-layout__composer,[data-theme=light] .ai-layout__composer{background:#00000008;border-top-color:#0000001a}.chat-bar__input-wrapper{position:relative;flex:1 1 auto;min-width:0;display:flex;align-items:center}.chat-bar__input-wrapper .chat-bar__input{padding-right:2.5rem}.chat-bar__long-form-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:none;border-radius:50%;background:#ffffff1f;color:#ffffffa6;font-size:1rem;font-weight:300;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;padding:0}.chat-bar__long-form-btn:hover{background:#2a9fd659;color:#fff;transform:translateY(-50%) scale(1.1)}.chat-bar__long-form-btn:active{transform:translateY(-50%) scale(.95)}[data-theme=light] .chat-bar__long-form-btn{background:#00000014;color:#00000080}[data-theme=light] .chat-bar__long-form-btn:hover{background:#2a9fd640;color:#0d6efd}.long-form-editor-backdrop{backdrop-filter:blur(4px)}.long-form-editor-panel{max-width:56rem;width:100%;max-height:85vh;display:flex;flex-direction:column}.long-form-editor-panel .modal-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.long-form-editor-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.long-form-editor-container{flex:1 1 auto;min-height:250px;max-height:50vh;overflow-y:auto}.long-form-editor-container .ql-toolbar.ql-snow{border-color:#ffffff26;background:#00000040;border-radius:.375rem .375rem 0 0}.long-form-editor-container .ql-container.ql-snow{border-color:#ffffff26;background:#0000004d;border-radius:0 0 .375rem .375rem;font-family:var(--chat-message-font)}.long-form-editor-container .ql-editor{color:var(--chat-text);min-height:180px}.long-form-editor-container .ql-editor.ql-blank:before{color:#ffffff73;font-style:italic}.long-form-editor-container .ql-snow .ql-stroke{stroke:#ffffffb3}.long-form-editor-container .ql-snow .ql-fill{fill:#ffffffb3}.long-form-editor-container .ql-snow .ql-picker{color:#fffc}.long-form-editor-container .ql-snow .ql-picker-label:hover,.long-form-editor-container .ql-snow button:hover{color:var(--bs-primary)}.long-form-editor-container .ql-snow button:hover .ql-stroke{stroke:var(--bs-primary)}.long-form-editor-container .ql-snow .ql-picker-options{background:var(--chat-surface);border-color:#ffffff26}[data-theme=light] .long-form-editor-container .ql-toolbar.ql-snow{border-color:#0000001f;background:#00000008}[data-theme=light] .long-form-editor-container .ql-container.ql-snow{border-color:#0000001f;background:#fff}[data-theme=light] .long-form-editor-container .ql-editor.ql-blank:before{color:#0006}[data-theme=light] .long-form-editor-container .ql-snow .ql-stroke{stroke:#000000b3}[data-theme=light] .long-form-editor-container .ql-snow .ql-fill{fill:#000000b3}[data-theme=light] .long-form-editor-container .ql-snow .ql-picker{color:#000c}[data-theme=light] .long-form-editor-container .ql-snow .ql-picker-options{background:#fff;border-color:#0000001f}.autoplay-dialog-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.autoplay-dialog{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:.375rem;box-shadow:0 .5rem 1rem #00000026;max-width:400px;width:90%;margin:1rem}.autoplay-dialog__content{padding:1.5rem}.autoplay-dialog__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:500;color:var(--bs-body-color)}.autoplay-dialog__message{margin:0 0 1.5rem;color:var(--bs-body-color);line-height:1.5}.autoplay-dialog__actions{display:flex;gap:.75rem;justify-content:flex-end}.autoplay-dialog__cancel,.autoplay-dialog__enable{padding:.375rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .15s ease-in-out}.autoplay-dialog__cancel{background:transparent;border-color:var(--bs-border-color);color:var(--bs-body-color)}.autoplay-dialog__cancel:hover{background:var(--bs-secondary-bg);border-color:var(--bs-border-color)}.autoplay-dialog__enable{background:var(--bs-primary);border-color:var(--bs-primary);color:var(--bs-light)}.autoplay-dialog__enable:hover{background:var(--bs-primary-hover, #0d6efd);border-color:var(--bs-primary-hover, #0d6efd)}[data-theme=light] .autoplay-dialog-backdrop{background:#0006}[data-theme=light] .autoplay-dialog{background:#fff;border-color:#0000001f;box-shadow:0 .5rem 1rem #0003}[data-theme=light] .autoplay-dialog__title{color:#212529}[data-theme=light] .autoplay-dialog__message{color:#495057}[data-theme=light] .autoplay-dialog__cancel{border-color:#0000001f;color:#495057}[data-theme=light] .autoplay-dialog__cancel:hover{background:#00000008}:root,html,body{height:100%}body,.chat-spa-body{margin:0;height:100%;font-family:var(--chat-message-font);background:#050505;color:var(--chat-text);overflow:hidden}.chat-spa{background:radial-gradient(circle at top,rgba(102,178,255,.08),transparent 45%),radial-gradient(circle at bottom,rgba(102,255,204,.05),transparent 60%),#050505;color:var(--chat-text);min-height:100%;display:flex;flex-direction:column;overflow:hidden}.chat-spa__main{background:transparent;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.chat-spa__layout{width:100%;margin:0;padding:0}.chat-spa__surface{flex:1 1 auto;min-height:0;display:flex;overflow:hidden;position:relative;width:100%}.chat-spa__host{display:flex;align-items:stretch;border-radius:0;overflow:hidden;background:#00000073;box-shadow:0 2rem 3rem #000000a6;min-height:40rem;width:100%;height:100%}.chat-spa__config-toggle{position:absolute;top:.5rem;right:.5rem;z-index:15}.chat-spa__panel{position:absolute;top:3.5rem;right:.5rem;width:min(28rem,90vw);max-height:calc(100% - 4rem);overflow-y:auto;z-index:15}
