@property --safe-left{syntax:"<length>";inherits:true;initial-value:0}:root{--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:0px;--safe-top:env(safe-area-inset-top,0px);--buttonSize:32px;--footerHeight:40px;--headerHeight:40px;--dialog-padding:24px;--toolbarHeight:calc(40px + 2 * 4px);--viewportFullHeight:100vh;--viewportFullWidth:100vw;--content-top:calc(var(--headerHeight) + 16px + var(--safe-top,0px));--content-height:calc(var(--viewportFullHeight) - var(--headerHeight) - var(--footerHeight) - 16px - 8px - max(8px, var(--safe-bottom,0px)));--above-footer-height:calc(var(--viewportFullHeight) - var(--footerHeight) - 16px - max(8px, var(--safe-bottom,0px)))}@media (min-height:480px) and (min-width:480px){:root{--buttonSize:40px;--footerHeight:48px;--headerHeight:48px}}@supports (height:100dvh){:root{--viewportFullHeight:100dvh}}@supports (width:100dvw){:root{--viewportFullWidth:100dvw}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Inter-Regular-3.19-CKDp9E3C.woff2)format("woff2"),url(/assets/Inter-Regular-3.19-DJOZHnwz.woff)format("woff")}@font-face{font-family:InterVariable;font-weight:100 900;font-display:swap;src:url(/assets/Inter-VariableFont_opsz_wght-BrXsWJWV.woff2)format("woff2"),url(/assets/Inter-VariableFont_opsz_wght-CycVztGQ.woff)format("woff")}@keyframes standard-fade-in{0%{opacity:0}to{opacity:1}}button{font-family:inherit;font-weight:inherit;font-size:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;color:inherit;-webkit-tap-highlight-color:#0000;background:0 0;border:none;outline:none;padding:5px}button:active,button:hover{border:none;outline:none}input[type=text],input[type=password],input[type=number],input[type=email],textarea{height:34px;font-family:inherit;font-size:inherit;color:inherit;border:1px solid #e6e6e6;border-radius:5px;outline:none;padding:0 0 0 12px}input[type=text]:disabled,input[type=password]:disabled,input[type=number]:disabled,input[type=email]:disabled,textarea:disabled{color:#969696;background-color:#f8f9fa;border-color:#e6e6e6}input[type=number]{padding-right:6px}textarea{resize:vertical;height:70px;min-height:25px;padding:5px 12px}.btn,.btn.btn-icon-no-outline,.btn.btn-blue,.btn.btn-danger{transition-property:color,background-color,border-color,opacity,box-shadow;transition-duration:.2s}.btn.btn-primary,.btn.btn-blue,.btn.btn-danger{color:#fff;background-color:#1e1e1e;border-radius:4px;padding:8px 24px;font-size:14px;line-height:20px}.btn.btn-primary:disabled,.btn.btn-blue:disabled,.btn.btn-danger:disabled{cursor:initial;background-color:#a3a3a3}.btn.btn-primary:hover:not(:disabled),.btn.btn-blue:hover:not(:disabled),.btn.btn-danger:hover:not(:disabled){background-color:#0c8ee5}.btn.btn-primary:focus-visible{box-shadow:0 0 6px 2px #808080b3}.btn.btn-blue:focus-visible{box-shadow:0 0 6px 2px #808080b3}.btn.btn-danger:focus-visible{box-shadow:0 0 6px 2px #808080b3}.btn.btn-danger{background-color:#f94937}.btn.btn-danger:disabled,.btn.btn-danger:hover:disabled{background-color:#ddbdb9}.btn.btn-danger:hover{background-color:#dd1b07}.btn.btn-blue{background-color:#0c8ee5}.btn.btn-secondary,.btn.btn-icon-no-outline{border:1px solid #e6e6e6;border-radius:4px;padding:8px 12px;font-size:14px;line-height:18px}.btn.btn-secondary:disabled,.btn.btn-icon-no-outline:disabled{color:#a3a3a3;cursor:initial;background-color:#f8f9fa;border-color:#d2d2d2}.btn.btn-secondary:hover:not(:disabled),.btn.btn-icon-no-outline:hover:not(:disabled){color:#0c8ee5;border-color:#0c8ee5}.btn.btn-secondary:focus-visible{box-shadow:0 0 5px 1px #8080804d}.btn.btn-icon-no-outline:focus-visible{box-shadow:0 0 5px 1px #8080804d}.btn.btn-icon:hover{color:#0c8ee5}.btn.btn-icon:disabled{color:#a3a3a3;cursor:initial;border-color:#d2d2d2}.btn.btn-icon-no-outline{border:1px solid #0000}.btn.btn-icon-no-outline>svg{width:1em;height:1em;margin-bottom:-2px;font-size:17px!important}.btn.btn-icon-no-outline:disabled,.btn.btn-icon-no-outline:hover:disabled{background-color:#0000;border:1px solid #0000}.btn.btn-icon-no-outline:disabled:hover{color:#a3a3a3}.btn.btn-icon-no-outline:focus-visible{box-shadow:0 0 5px 1px #8080804d}.btn.btn-link{color:#1e1e1e;font-weight:400;text-decoration:none}.btn.btn-link:hover{color:#000;text-decoration:underline}.btn.btn-link:focus{box-shadow:none;text-decoration:underline}.btn.btn-slim>svg{margin-bottom:-1px;font-size:15px}.btn.btn-slim{padding:3px 12px}.btn-toggle{color:#8e8e8e}.btn-toggle:hover{color:#bfbfbf}.btn-toggle.active{color:#fff}.btn-toggle.active:hover{color:#d2d2d2}.d-none{display:none}.d-flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-grow-1{flex-grow:1}.flex-1{flex:1}.align-items-center{align-items:center}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-stretch{align-items:stretch}.align-items-baseline{align-items:baseline}.align-self-center{align-self:center}.align-self-end{align-self:flex-end}.align-self-stretch{align-self:stretch}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.position-relative{position:relative}.position-absolute{position:absolute}.font-italic{font-style:italic}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pull-right{margin-left:auto}.react-calendar{width:250px}@media (max-width:500px){.react-calendar{width:220px}}@media (max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.react-calendar{width:280px}}.react-calendar abbr{text-decoration:none}.react-calendar__viewContainer{height:228px}.react-calendar__navigation{display:flex}.react-calendar__navigation__label{padding:5px 0}.react-calendar__navigation button{background-color:#fff;border:none;outline:none;font-size:14px}.react-calendar__navigation button:disabled{color:#969696;cursor:default}.react-calendar__navigation button.react-calendar__navigation__prev-button{margin-left:0;margin-right:5px;padding:0 10px;font-size:18px;transform:translateY(.5px)}.react-calendar__navigation button.react-calendar__navigation__prev-button>svg{width:1em;height:1em;font-size:18px!important}@media (max-width:500px){.react-calendar__navigation button.react-calendar__navigation__prev-button{margin-right:0;padding-left:5px}}.react-calendar__navigation button.react-calendar__navigation__next-button{margin-left:5px;margin-right:0;padding:0 10px;font-size:18px;transform:translateY(.5px)}.react-calendar__navigation button.react-calendar__navigation__next-button>svg{width:1em;height:1em;font-size:18px!important}@media (max-width:500px){.react-calendar__navigation button.react-calendar__navigation__next-button{margin-left:0;padding-right:5px}}.react-calendar__navigation button.react-calendar__navigation__prev2-button,.react-calendar__navigation button.react-calendar__navigation__next2-button{color:#000;padding:0}.react-calendar__navigation{margin-bottom:5px}.react-calendar__month-view__weekdays__weekday{text-align:center;cursor:initial;color:#a6a6a6;font-size:13px}.react-calendar__month-view__days__day--neighboringMonth{color:#828282}.react-calendar__tile{box-sizing:border-box;background-color:#fff;border:1px solid #fff;border-radius:4px;outline:none;justify-content:center;align-items:center;height:34px;margin:0;padding:0;font-size:13px;display:flex;position:relative}.react-calendar__tile abbr{border:1px solid #0000}.react-calendar__tile--hover:not(.react-calendar__tile--hoverStart):not(.react-calendar__tile--hoverEnd):not(:disabled){background-color:#0c8ee51a}.react-calendar__tile:hover:not(:disabled){border:1px solid #0c8ee5}.react-calendar__tile--active,.react-calendar__tile--hasActive{color:#fff;background-color:#0c8ee5}.react-calendar__tile--today{font-weight:700}.react-calendar__tile--today abbr{border-bottom:2px solid #333}.react-calendar__tile--today.react-calendar__tile--active abbr,.react-calendar__tile--today.react-calendar__tile--hasActive abbr{border-bottom-color:#fff}.react-calendar__tile--today:disabled abbr{border-bottom-color:#e0e0e0}.react-calendar__tile:disabled{color:#e0e0e0;cursor:default}.react-calendar__tile:focus{outline:none}.calendar-popup{color:#000;background-color:#fff;border:1px solid #00000026;border-radius:4px;padding:10px;box-shadow:0 0 5px 1px #a6a6a6d1}.calendar-details{flex-direction:row;align-items:stretch;display:flex;position:relative}.calendar-details .date-wrapper{-webkit-tap-highlight-color:#0000;border-radius:4px;flex-direction:column;justify-content:center;align-items:flex-end;margin:2px 0;padding:0;display:flex}.calendar-details .date-wrapper.clickable{cursor:pointer}.calendar-details .date-wrapper.float-left{align-items:flex-start}.calendar-details .date-wrapper.float-left .date,.calendar-details .date-wrapper.float-left .time{text-align:start}.calendar-details .date-wrapper .time{text-align:end;font-size:18px}.calendar-details .date-wrapper .date{font-size:13px}footer .calendar-details .date-wrapper .date,.fullscreen-footer .calendar-details .date-wrapper .date{color:#a7a7a7}.calendar-details .date-wrapper .date{text-align:end}.calendar-details .date-wrapper:focus-visible{outline:2px solid #505050}.calendar-details .vertical-separator{border-left:1px solid #a7a7a7;align-self:center;width:0;height:27.5px}.calendar-details .vertical-separator.left{margin-right:16px}.calendar-details .vertical-separator.right{margin-left:16px}@media (max-width:768px) and (orientation:portrait),(max-height:550px) and (orientation:portrait){.calendar-details .vertical-separator{display:none}}.date-time-calendar-selector{color:#000;background-color:#fff;border:1px solid #00000026;border-radius:4px;padding:10px}@media (max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.date-time-calendar-selector{display:flex}.date-time-calendar-selector>*{flex:none}}.date-time-calendar-selector .preview-container.visible{margin-bottom:10px}.date-time-calendar-selector .divider{border-left:1px solid #b9c8c7;width:0;margin-left:5px;margin-right:10px}.preview-container{position:relative;overflow:hidden}.preview-container .preview-background{background-color:#fff;margin:auto;animation:.2s preview-image-fade-in;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes preview-image-fade-in{0%{opacity:0}to{opacity:1}}.preview-container.visible{padding-top:66.6%}.preview-container img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.preview-container img.fade-in{animation:.2s preview-image-fade-in}.quick-links-button{z-index:1;justify-content:center;align-items:center;padding:5px;display:flex}.quick-links-button>svg{width:1em;height:1em;font-size:14px!important}.quick-links-button.disabled{color:#969696;cursor:default}.carousel-left,.carousel-right{color:#fff;cursor:default;opacity:0;background:0 0;border-radius:200px;outline:2px solid #0000;justify-content:center;align-items:center;width:15%;height:150px;margin:auto;font-size:80px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.carousel-left.visible,.carousel-right.visible{pointer-events:initial;cursor:pointer;opacity:.3}.carousel-left.visible:hover:not(.disable-hover),.carousel-right.visible:hover:not(.disable-hover){opacity:.9}.carousel-left,.carousel-right{filter:drop-shadow(1px 1px 3px #000c)}.carousel-left.keypress,.carousel-right.keypress{opacity:.9;transition:all}.carousel-left:focus-visible{outline:2px solid #fff6}.carousel-right:focus-visible{outline:2px solid #fff6}.carousel-left,.carousel-right{transition:outline-color,all .3s}.carousel-left{margin-left:0}.carousel-right{margin-right:0}.custom-date-range-calendar{pointer-events:auto}.date-selector-wrapper{margin:18px 40px 0;position:relative}.date-selector-wrapper .ds__title{margin-bottom:5px;font-size:13px}.date-selector-wrapper .date-selector{border:1px solid #bfbfbf;border-radius:5px;outline:none}.date-selector-wrapper .date-selector:focus{box-shadow:0 0 5px 1px #8080804d}.date-selector-wrapper input{pointer-events:none;background:0 0;border:none;outline:none;flex:1 0 0;height:auto;padding:6px 12px;font-family:inherit;font-size:14px;line-height:24px}.date-selector-wrapper .clear-button{color:#bfbfbf;margin-right:6px;font-size:14px}.date-selector-wrapper .clear-button>svg{width:1em;height:1em;font-size:14px!important}.date-selector-wrapper .calendar-button{color:#000;border-left:1px solid #bfbfbf;padding:0 12px;font-size:14px}.date-selector-wrapper .calendar-button>svg{width:1em;height:1em;font-size:14px!important}.date-selector-wrapper .calendar-button:hover{color:#0c8ee5}.timelapse-overlay{color:#fff;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:linear-gradient(#1e1e1e00 0%,#1e1e1ebf 100%);flex-direction:row;justify-content:space-between;align-items:center;padding:27px calc(3% + 15px);transition:opacity .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.timelapse-overlay.hide-fullscreen{opacity:1;transition:opacity 1s}.timelapse-overlay .overlay-text{text-shadow:1px 1px 5px #000;text-align:center;flex-direction:column;align-items:center;margin:0 10px;font-size:18px;display:flex}@media (max-width:768px) and (orientation:portrait),(max-height:550px) and (orientation:portrait),(max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.timelapse-overlay .overlay-text{font-size:13px}}.timelapse-overlay .overlay-datetime{margin-bottom:5px;font-weight:700}.timelapse-overlay .timescapes-logo,.timelapse-overlay .client-logo{width:50px;height:50px}@media (max-width:768px) and (orientation:portrait),(max-height:550px) and (orientation:portrait),(max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.timelapse-overlay .timescapes-logo,.timelapse-overlay .client-logo{width:30px;height:30px}}.timelapse-overlay .timescapes-logo,.timelapse-overlay .client-logo{filter:drop-shadow(0 0 3px #6c6c6c);border-radius:25px;flex:none}@media (max-width:768px) and (orientation:portrait),(max-height:550px) and (orientation:portrait){.mode-switcher{background-color:#1e1e1e;flex:1 0 auto;justify-content:space-around}}@media (max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.mode-switcher{background-color:#1e1e1e;flex-direction:column;flex:1 0 auto;justify-content:space-around}}.mode-switcher{background-color:#292929;position:relative}.mode-switcher .mode-switcher-holder{flex-direction:column;justify-content:center;margin:0 10px;padding:6px 10px 0;display:flex;position:relative}@media (max-width:768px) and (orientation:portrait),(max-height:550px) and (orientation:portrait){.mode-switcher .mode-switcher-holder{margin:0;padding:0 10px 6px}}@media (max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.mode-switcher .mode-switcher-holder{width:unset;flex-direction:row;margin:0;padding:10px 0 10px 6px}}.mode-switcher .mode-switcher-holder{width:56px}.mode-switcher .mode-switcher-highlight{border:none;border-radius:0 0 2px 2px;position:absolute;top:0;left:0}.mode-switcher .mode-switcher-highlight.active,.mode-switcher .mode-switcher-highlight.floating{color:#292929;border-top:5px solid #0c8ee5}.mode-switcher .mode-switcher-highlight{height:0}@media (max-width:768px) and (orientation:portrait),(max-height:550px) and (orientation:portrait){.mode-switcher .mode-switcher-highlight{border-radius:5px 5px 0 0;top:auto;bottom:0}}@media (max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.mode-switcher .mode-switcher-highlight{border-top:none;border-radius:0 2px 2px 0;width:0;height:auto;top:0;bottom:0;left:0}.mode-switcher .mode-switcher-highlight.active{color:#292929;border-left:5px solid #0c8ee5}}.mode-switcher .mode-switcher-highlight:not(.floating){left:0;right:0}.mode-switcher .mode-switcher-highlight.floating{width:76px;margin:0 10px;transition:transform .2s}.mode-switcher .mode-switcher-highlight.floating.float-0{transform:translate(0)}.mode-switcher .mode-switcher-btn{z-index:0;color:#8e8e8e;border-radius:4px;font-size:25px;position:relative}@media (max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.mode-switcher .mode-switcher-btn{width:36px}}@media (max-width:768px) and (orientation:landscape) and (max-width:500px),(max-height:550px) and (orientation:landscape) and (max-width:500px){.mode-switcher .mode-switcher-btn{width:unset;font-size:18px}}.mode-switcher .mode-switcher-btn svg{fill:#8e8e8e}.mode-switcher .mode-switcher-btn:hover:not(:disabled){color:#d2d2d2}.mode-switcher .mode-switcher-btn.active svg{fill:#fff}.mode-switcher .mode-switcher-btn.active{color:#fff}.mode-switcher .mode-switcher-btn:disabled{color:#5a5a5a;cursor:default}.mode-switcher .mode-switcher-btn:focus-visible{outline:2px solid #505050}.camera-selector{flex-direction:row;align-items:stretch;margin:8px 20px;font-size:15px;display:flex;position:relative}.camera-selector .active-camera{white-space:nowrap;opacity:0;color:#b8b8b8;-webkit-tap-highlight-color:#0000;border-radius:4px;align-items:center;font-size:16px;line-height:24px;display:flex}.camera-selector .active-camera.visible{opacity:1}.camera-selector .active-camera .bold{color:#fff}.camera-selector .active-camera.toggleable{cursor:pointer}.camera-selector .active-camera:focus-visible{outline:2px solid #505050}.camera-selector .camera-title{overflow-x:hidden}@media (max-width:768px) and (orientation:portrait),(max-height:550px) and (orientation:portrait){.camera-selector .camera-title{font-size:12px}}.camera-selector .camera-title-with-icon{align-items:center;display:flex}.camera-selector .camera-title-with-icon .avatar-logo{margin-right:20px}.camera-selector.show .dropdown-toggle{background:0 0;border:none;outline:none}.camera-selector .dropdown-toggle{cursor:pointer;color:#969ea7;background:0 0;border:none;margin:0;padding-left:20px;font-size:.82em;position:relative}.camera-selector .dropdown-toggle>svg{width:1em;height:1em;font-size:1em!important}.camera-selector .dropdown-toggle:active,.camera-selector .dropdown-toggle:focus{box-shadow:none}.camera-selector .dropdown-toggle:after{display:none}.camera-selector .dropdown-toggle .caret{position:absolute;top:4px;right:-2px}.camera-selector .dropdown-toggle .caret:before,.camera-selector .dropdown-toggle .caret:after{content:"";background:#fff;width:12px;height:2px;position:absolute;top:10px;right:10px;transform:rotate(45deg)}.camera-selector .dropdown-toggle .caret:after{right:3px;transform:rotate(-45deg)}.camera-selector-landscape-search>svg{width:1em;height:1em;font-size:18px!important}.camera-selector-screen{justify-content:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:768px) and (orientation:landscape),(max-height:550px) and (orientation:landscape){.camera-selector-screen{background-color:#1e1e1e}}.camera-selector-screen .close-button{color:#fff;padding:5px 11px;font-size:20px;position:absolute;top:20px;right:20px}.camera-selector-screen .close-button>svg{width:1em;height:1em;font-size:20px!important}@media (max-width:620px){.camera-selector-screen .close-button{display:none}}.camera-selector-search{pointer-events:none;flex-direction:column;flex:0 auto;align-items:stretch;width:470px;min-width:0;min-height:0;margin:0 16px 16px;font-size:17px;display:flex}.camera-selector-search>*{pointer-events:auto}@media (max-width:500px){.camera-selector-search{font-size:12px}}.camera-selector-search .search-section{color:#fff;flex-direction:row;flex:none;align-items:center;height:54px;padding-left:0;display:flex}.camera-selector-search .search-section>svg{width:1em;height:1em;font-size:17px!important}.camera-selector-search .search-box{color:#fff;border-bottom:1px solid #fff;flex:1 0 auto;margin-left:10px;display:flex}.camera-selector-search .display-settings-toggle{border-radius:4px;padding:7px 5px 3px}.camera-selector-search .display-settings-toggle>svg{width:1em;height:1em;font-size:17px!important}.camera-selector-search .display-settings-toggle:focus-visible{outline:2px solid #505050}.camera-selector-search input.search{height:30px;color:inherit;background:0 0;border:none;outline:none;flex:1 0 auto;font-family:inherit;font-size:14px}.camera-selector-search .camera-selector-dropdown{flex-direction:column;min-height:0;max-height:300px;display:flex}.camera-selector-search .dropdown-menu{color:#000;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #f4f4f4;border-top:none;border-radius:0 0 5px 5px;flex-direction:column;animation:.175s standard-fade-in;display:flex;box-shadow:0 5px 20px #0000001a}.camera-selector-search .dropdown-menu .display-settings{border-bottom:1px solid #ececec;flex-flow:wrap;flex:none;justify-content:space-between;padding:5px 26px;font-size:12px;transition:all .1s;display:flex;overflow:hidden}.camera-selector-search .dropdown-menu .display-settings.hidden{visibility:hidden;height:0;padding:0 26px}.camera-selector-search .dropdown-menu .display-settings>*{padding:5px 0}.camera-selector-search .dropdown-menu .display-settings label{cursor:pointer;align-items:center;display:flex}.camera-selector-search .dropdown-menu .display-settings label:hover{color:#676767}.camera-selector-search .dropdown-menu .display-settings .active-cameras-only-label:has(:focus-visible){border-radius:4px;outline:2px solid #b8b8b8}.camera-selector-search .dropdown-menu .display-settings .title{padding-top:7px}.camera-selector-search .dropdown-menu .display-settings .filters{flex-direction:column;align-items:flex-start;display:flex}.camera-selector-search .dropdown-menu .display-settings .partner-filter{min-width:200px;margin-top:10px}.camera-selector-search .dropdown-menu .dropdown-menu-list{max-height:250px;overflow-y:auto}.camera-selector-search .dropdown-menu a{text-decoration:none}.camera-selector-search .dropdown-menu .dropdown-item{color:#000;cursor:pointer;align-items:center;height:46px;font-size:14px;text-decoration:none;display:flex}@media (max-width:500px){.camera-selector-search .dropdown-menu .dropdown-item{height:35px;font-size:12px}}.camera-selector-search .dropdown-menu .dropdown-item .avatar-logo{margin:0 24px}@media (max-width:500px){.camera-selector-search .dropdown-menu .dropdown-item .avatar-logo{width:20px;height:20px}}.camera-selector-search .dropdown-menu .dropdown-item .text{white-space:nowrap;text-overflow:ellipsis;padding-right:5px;overflow-x:hidden}.camera-selector-search .dropdown-menu .dropdown-item .text.completed{color:#b5b5b5}.camera-selector-search .dropdown-menu .dropdown-item:hover{color:#fff;background-color:#0c8de4}.camera-selector-search .dropdown-menu .dropdown-item.current-item:not(:hover){background-color:#e6e6e6}.camera-selector-search .dropdown-menu .dropdown-item .mfa-badge{color:#065f46;white-space:nowrap;background:#d1fae5;border-radius:10px;margin-left:auto;margin-right:3px;padding:2px 6px;font-size:11px;font-weight:600}.camera-name-header-overlay{text-align:center;align-items:center;padding:10px 24px;font-size:14px;display:flex}.camera-name-header-overlay .avatar-logo{margin-right:20px}.bannerHeaderOverlay{width:100%;position:relative;top:0}.camera-selector-text-placeholder{-webkit-tap-highlight-color:#0000;align-self:center;font-size:16px}.nav-dropdown .shared-link-text{white-space:nowrap;margin-right:12px;padding-top:1px;font-size:15px}.nav-dropdown .dropdown-button{color:#fff;border-radius:100px;justify-content:center;align-items:center;min-width:34px;height:34px;font-size:1rem;display:flex;transform:translateY(-1.4px)}.nav-dropdown .dropdown-button>svg{width:1em;height:1em;font-size:1rem!important}.nav-dropdown .dropdown-button:focus-visible{outline:2px solid #505050}.nav-dropdown-admin .dropdown-button:focus-visible{box-shadow:0 0 5px 1px #ffffff4d}.nav-dropdown.dropdown-menu{color:#5a5a5a;background:#fff;border:1px solid #00000026;border-radius:4px;flex-direction:column;display:flex;overflow:hidden}.nav-dropdown.dropdown-menu .active-route{background-color:#f4f4f4}.nav-dropdown.dropdown-menu .active-route.dropdown-item{color:#000;font-weight:bolder}.nav-dropdown.dropdown-menu .dropdown-item{white-space:nowrap;color:#5a5a5a;box-sizing:content-box;align-items:center;min-height:21px;padding:10px 16px;font-family:inherit;font-size:14px;text-decoration:none;transition:all;display:flex}.nav-dropdown.dropdown-menu .dropdown-item:hover,.nav-dropdown.dropdown-menu .dropdown-item.hover{color:#fff;background-color:#0c8ee5}.nav-dropdown.dropdown-menu .dropdown-item:focus-visible{outline-offset:-2px;outline:2px solid #b8b8b8}.nav-dropdown.dropdown-menu .nav-item-icon{box-sizing:content-box;padding-right:16px;position:relative;width:16px!important;height:16px!important;font-size:16px!important}.nav-dropdown.dropdown-menu .nav-item-chevron{margin-left:auto;position:relative;top:1px;right:-3px;width:11px!important;height:11px!important;font-size:11px!important}.nav-dropdown.dropdown-menu .dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0}.checkbox{cursor:pointer;z-index:0;justify-content:center;align-items:center;font-size:14px;display:flex;position:relative}.checkbox>svg{width:14px;height:14px;font-size:14px!important}.checkbox input{opacity:0;width:0}.checkbox.disabled{cursor:auto}.checkboxBlue.disabled{color:#969696}.checkboxBlue.checked:not(.disabled){color:#0c8ee5}.checkbox .checkbox--white-background{z-index:-1;background-color:#fff;border-radius:.5em;width:.8em;height:.8em;margin:auto;position:absolute;top:0;bottom:0;left:0}label:hover>.checkboxBlue:not(.disabled),.checkboxBlue:hover:not(.disabled){filter:drop-shadow(0 0 2px #bbbc)}.checkbox-label{cursor:pointer;align-self:flex-start;align-items:center;display:flex}.checkbox-label.disabled{color:#969696;cursor:auto}.loading-spinner-container{pointer-events:none;background-color:#8e8e8e33;justify-content:center;align-items:center;animation:3s loading-fade-in;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.loading-spinner-container.delay-short{animation:.5s loading-fade-in}.loading-spinner-container .loading-spinner{color:#fff6;font-size:80px}@keyframes loading-fade-in{0%{opacity:0}80%{opacity:0}to{opacity:1}}.error-screen-overlay{justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.error-screen-overlay .header{flex-direction:row;align-items:center;margin-bottom:10px;display:flex}.error-screen-overlay .header-icon{width:20px;height:20px;margin-bottom:3px;margin-right:16px;font-size:20px!important}.error-screen-overlay .header-text{font-size:16px;font-weight:700}.error-screen-overlay .error-screen-box{color:#000;z-index:4;background-color:#e5e5e5;border:1px solid #00000026;border-radius:5px;flex-direction:column;align-items:center;max-width:350px;padding:20px;display:flex}.error-screen-overlay .error-message{text-overflow:ellipsis;max-height:50px;margin:10px 0;font-size:11px;overflow:hidden}.error-screen-overlay .button-row .btn{min-width:80px;margin:5px}.avatar-logo{border-radius:20px;width:26px;height:26px;overflow:hidden;box-shadow:0 0 1px 1px #2929291f}div.avatar-logo{color:#e6e6e6;background-color:#969696;justify-content:center;align-items:center;font-size:13px;display:flex}.simple-modal-dialog{border-radius:4px;outline:none;flex-direction:column;flex:auto;max-width:400px;max-height:calc(100% - 32px);margin:0 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px 6px #0000001a}.simple-modal-dialog.movable{transition:none;position:absolute;transform:translate(-50%,-50%)}.simple-modal-dialog.movable .header{cursor:move}@media (max-height:560px){.simple-modal-dialog{max-height:calc(100% - 96px);margin:0 48px}}.simple-modal-dialog{animation:.175s standard-fade-in}.simple-modal-dialog .header{color:#fff;background-color:#1e1e1e;border-radius:4px 4px 0 0;flex-direction:column;justify-content:center;align-items:center;min-height:44px;font-size:16px;display:flex}@media (max-height:560px){.simple-modal-dialog .header{height:0;min-height:0}.simple-modal-dialog .header-title{display:none}}.simple-modal-dialog .button-row{height:0;position:absolute;top:0;left:0;right:0;overflow-y:visible}@media (max-height:560px){.simple-modal-dialog .button-row{margin-left:-80px;margin-right:-50px;display:none}}@media (max-height:560px) and (max-width:520px){.simple-modal-dialog .button-row{margin:0;position:relative;bottom:45px}}.simple-modal-dialog .button-row button{color:#fff;height:36px;margin:4px 10px;font-size:20px}.simple-modal-dialog .button-row button:hover{color:#8e8e8e;text-decoration:none}.simple-modal-dialog .back-button span{margin-left:10px;font-size:12px}.simple-modal-dialog .close-button{margin-left:auto!important}.simple-modal-dialog .close-button:focus-visible{outline:2px solid #3d3d3d}.simple-modal-dialog .header-icon{margin:35px 0;font-size:74px}.simple-modal-dialog .header-icon>svg{width:1em;height:1em;font-size:1em!important}@media (max-height:780px){.simple-modal-dialog .header-icon{margin:0;font-size:28px}}@media (max-height:560px){.simple-modal-dialog .header-icon{display:none}}.simple-modal-dialog .content{color:#1e1e1e;background-color:#fff;border-radius:0 0 4px 4px;flex-direction:column;display:flex;overflow:auto}@media (max-height:560px){.simple-modal-dialog .content{border-radius:4px}}.simple-modal-dialog .title{text-align:center;margin-top:30px;margin-bottom:10px;font-family:Inter,sans-serif;font-size:18px;line-height:20px}@media (max-height:560px){.simple-modal-dialog .title{margin-top:20px;margin-bottom:5px}}.simple-modal-dialog .subtitle{color:#6c6c6c;text-align:center;font-size:12px;line-height:20px}.simple-modal-dialog .action-button{margin-top:24px;margin-bottom:40px}@media (max-height:560px){.simple-modal-dialog .action-button{margin-bottom:20px}}.standard-tooltip{pointer-events:none;touch-action:none;border-radius:3px;padding:8px 21px;font-size:13px;animation:.2s tooltip-fade-in}@keyframes tooltip-fade-in{0%{opacity:0}to{opacity:1}}.popup-window{color:#fff;background-color:#222;animation:.175s standard-fade-in}.popup-window.light,.popup-window.light>.tooltip-arrow:before{color:#000;background-color:#fff}.popup-window.blue,.popup-window.blue>.tooltip-arrow:before{color:#fff;background-color:#0c8ee5}.popup-window[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.popup-window[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.popup-window[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.popup-window[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.popup-window>.tooltip-arrow,.popup-window>.tooltip-arrow:before{z-index:-1;width:10px;height:10px;position:absolute}.popup-window>.tooltip-arrow:before{content:"";background-color:#222;transform:rotate(45deg)}.popup-surface{z-index:1}.popup-container{z-index:0;position:fixed;top:0;bottom:0;left:0;right:0}.popup-screen{touch-action:none;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}.form-creatable-select{font-size:14px}.form-creatable-select .creatable-select__control{cursor:text}.form-creatable-select .creatable-select__control input[type=text]{height:auto}.form-creatable-select .creatable-select__control:hover{border-color:#e6e6e6}.form-creatable-select .creatable-select__control--is-focused{border-color:#bfbfbf;box-shadow:0 0 5px 1px #8080804d}.form-creatable-select .creatable-select__control--is-disabled{background-color:#f8f9fa;border-color:#e6e6e6}.form-creatable-select .creatable-select__control--is-disabled:hover{border-color:#e6e6e6}.form-creatable-select .creatable-select__control--is-disabled .creatable-select__indicator-separator{background-color:#e6e6e6}.form-creatable-select .creatable-select__control--is-disabled .creatable-select__indicator{color:#969696}.form-creatable-select .creatable-select__control{border-color:#e6e6e6}.form-creatable-select .creatable-select__control .creatable-select__value-container{max-height:200px;overflow-y:auto}.form-creatable-select .creatable-select__multi-value__remove:hover{background-color:inherit;color:inherit;cursor:pointer}.form-creatable-select .creatable-select__indicator-separator{background-color:#e6e6e6;margin:0}.form-creatable-select .creatable-select__indicator{color:#969696}.form-creatable-select .creatable-select__indicator:hover{cursor:pointer;color:#0c8ee5}.form-creatable-select .creatable-select__single-value--is-disabled{pointer-events:auto;color:#969696}.form-creatable-select.form-input--invalid .creatable-select__control--is-focused{box-shadow:0 0 5px 1px #f9493766}.form-creatable-select.form-input--invalid .creatable-select__control{border:1px solid #f94937}.creatable-select__menu{color:#1e1e1e;overflow:hidden;transform:translateY(-5px)}.creatable-select__menu-portal{z-index:0!important}.creatable-select__menu-list{padding:0}.creatable-select__input{caret-color:#000}.form-textarea:focus{box-shadow:0 0 5px 1px #8080804d}.form-textarea:focus.form-input--invalid{box-shadow:0 0 5px 1px #f9493766}.form-textarea.form-input--invalid{border:1px solid #f94937}input.form-input{font-size:14px}input.form-input:focus{box-shadow:0 0 5px 1px #8080804d}input.form-input:focus.form-input--invalid{box-shadow:0 0 5px 1px #f9493766}input.form-input.form-input--invalid{border:1px solid #f94937}input.form-input:disabled{background-color:#f8f9fa}.combobox{cursor:pointer;text-align:center;border:1px solid #e6e6e6;border-radius:5px;outline:none;justify-content:space-between;align-items:center;height:35px;padding-left:12px;display:flex}.combobox__dropdown-btn{color:#969696;flex:none;align-self:stretch;width:37px;padding:0 12px;font-size:14px}.combobox__dropdown-btn:hover{color:#0c8ee5;border-left:1px solid #e6e6e6}.combobox__dropdown-btn{border-left:1px solid #e6e6e6}.combobox.form-input--invalid{border:1px solid #f94937}.combobox:focus,.combobox--dropdown-visible{box-shadow:0 0 5px 1px #8080804d}.combobox:focus.form-input--invalid,.combobox--dropdown-visible.form-input--invalid{box-shadow:0 0 5px 1px #f9493766}.combobox--disabled{background-color:#f8f9fa}.combobox__popup{border-radius:4px;overflow:hidden;box-shadow:0 0 4px #00000080}.combobox__list{margin:0;padding:0}.combobox__item{cursor:pointer;border:1px solid #fff;border-radius:4px;padding:4px 10px;list-style:none}.combobox__item--active{border:1px solid #0c8ee5}.combobox__item:hover{color:#fff;background-color:#0c8ee5}.viewer-disabled{z-index:0;color:#fff;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.viewer-disabled__image-wrapper{z-index:-1;pointer-events:none;background-color:#000;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.viewer-disabled__image{opacity:.6;object-fit:cover;width:100%;height:100%}.viewer-disabled__logo{opacity:.8;width:100px;height:100px}.viewer-disabled__logo .logo-black-fill{fill:none}.viewer-disabled__info{text-align:center;max-width:420px;margin:60px 0;font-size:20px}.viewer-disabled__sub-info{text-align:center;max-width:380px;font-size:13px}.viewer-disabled a{color:#fff}.viewer-disabled__toolbar-overlay{z-index:1;opacity:.5;background-color:#000;position:absolute;top:0;bottom:0;left:0;right:0}.simple-modal-dialog.add-users-dialog{max-width:850px}.simple-modal-dialog.add-users-dialog .header{font-size:16px}.simple-modal-dialog.add-users-dialog .content{align-items:stretch}.simple-modal-dialog.add-users-dialog footer{border-top:1px solid #969696;justify-content:space-between;align-items:center;margin-top:4px;padding:10px;display:flex}.add-users-dialog__failed-invites{color:#f94937}.add-users-dialog__failed-invites>ul{margin:0;font-size:13px}.add-users-dialog__external-link-icon{margin:0 10px;font-size:80%}.simple-modal-dialog.roleComparisonDialog{max-width:850px}.simple-modal-dialog.roleComparisonDialog .content{align-items:stretch}.simple-modal-dialog.roleComparisonDialog footer{border-top:1px solid #969696;justify-content:space-between;align-items:center;margin-top:4px;padding:10px;display:flex}.toast{z-index:1000;width:300px;position:fixed;top:60px;right:0}.toast__message{color:#fff;opacity:1;cursor:pointer;border-radius:5px;align-items:center;margin:10px;padding:12px;transition:opacity .3s;display:flex;box-shadow:0 0 12px #999}.toast__message:hover{box-shadow:none}.toast__message--success{background-color:#51a351}.toast__message--error{background-color:#bd362f}.toast__message--hidden{opacity:0}.toast__title{font-weight:700}.toast__icon{margin-right:10px;font-size:24px}html,body{width:100%;height:100%;margin:0;padding:0}body{color:#fff;text-align:left;touch-action:manipulation;background-color:#001722;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5;overflow:hidden}#scrollable-background{background-color:#1e1e1e;height:150%;position:absolute;top:0;left:0;right:0}.central-area{flex:1;position:relative;overflow:hidden}.new-ui{box-sizing:border-box;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;background-color:#001722;font-family:InterVariable,Inter,sans-serif}.new-ui .main{height:var(--viewportFullHeight);display:flex}.new-ui #dropdown-portal-area{pointer-events:none;z-index:1100;inset:max(0px, var(--safe-top,0px)) max(0px, var(--safe-right,0px)) max(0px, var(--safe-bottom,0px)) max(0px, var(--safe-left,0px));position:fixed}.new-ui #dropdown-portal-area>*{pointer-events:auto}#refiner-widget-wrapper{margin:64px 8px!important}.admin-root{background-color:#1e1e1e;flex-direction:column;flex:1;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.admin-root header{color:#fff;height:54px;padding:0 calc(3% + 15px);display:flex}.admin-root footer{height:54px;padding:0 calc(3% + 15px);position:relative}.error-background{background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.error-background .logo{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;max-width:350px;height:100%;max-height:150px;margin-bottom:10px}.error-background .error-text{text-align:center;color:#fff;flex-basis:15%;padding-top:2em;font-size:1.125rem;line-height:25px}a.light-link{color:#fff;background:#0a78c2;border-radius:4px;padding:8px 12px;text-decoration:none;transition:all .2s}a.light-link:hover{color:#fff;background:#0c8ee5;border-color:#0c8ee5}._shortcutVerifier_1apu3_1{justify-content:center;align-items:center;gap:32px;display:flex}._shortcutVerifier_1apu3_1 ._shortcutVerifierItem_1apu3_7{justify-content:center;align-items:center;gap:4px;font-size:1rem;line-height:1.625rem;display:flex}._shortcutVerifier_1apu3_1 ._shortcutVerifierItem_1apu3_7 ._shortcutVerifierItemIcon_1apu3_15{width:auto;min-width:40px;padding:0 12px}._shortcutVerifier_1apu3_1 ._shortcutVerifierItem_1apu3_7 ._shortcutVerifierItemIcon_1apu3_15._restrictedWidth_1apu3_20{max-width:40px}._shortcutVerifier_1apu3_1 ._shortcutVerifierItem_1apu3_7 ._shortcutVerifierItemIcon_1apu3_15:not([class*=selected]){color:#a2b6c1;cursor:default;background-color:#000d13;border:1px solid #003a4d}._title_bclx0_1{font-size:1.25rem;line-height:1.75rem}._subtitle_bclx0_6{justify-content:center;align-items:center;gap:8px;font-size:1rem;line-height:1.625rem;display:flex}._subtitle_bclx0_6>*{font-size:.875rem;line-height:1.375rem}._skipLink_bclx0_19{color:#a2b6c1;cursor:pointer;margin-top:12px;font-size:.75rem;line-height:1.125rem}._onboarding_1cuwy_1{padding-top:calc(var(--headerHeight) + 16px);padding-bottom:calc(var(--footerHeight) + 16px);justify-content:center;align-items:flex-end;display:none;position:absolute;top:0;bottom:0;left:0;right:0}@media (any-hover:hover){._onboarding_1cuwy_1{display:flex}}._onboarding_1cuwy_1 ._onboardingContent_1cuwy_15{background-color:#001722;border:1px solid #003a4d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:768px;padding:24px;display:flex}._selector_291pn_1{box-sizing:border-box;background-color:#000d13;border:1px solid #002e3e;border-radius:8px;gap:4px;height:38px;padding:4px;display:flex}._selector_291pn_1 button{-webkit-user-select:none;user-select:none;color:#a2b6c1;border-radius:6px;flex-grow:1;flex-basis:auto;justify-content:center;align-items:center;width:auto;min-width:40px;line-height:1em;display:flex}._selector_291pn_1 button svg{width:22px}._selector_291pn_1 button._active_291pn_27{color:#fff;background-color:#003a4d}._selector_291pn_1 button:hover{color:#fff}._selector_291pn_1._disabled_291pn_34{opacity:.5;pointer-events:none}._selector_1wd0m_1{background-color:#0000;border:none;height:auto;margin-right:auto;padding:0}._selector_1wd0m_1 button{min-width:auto;padding:4px 8px;font-size:.875rem;line-height:1.375rem}._sticker_11b8t_1{box-sizing:border-box;text-align:center;white-space:nowrap;border-radius:6px;padding:4px 8px;font-size:.75rem;line-height:1.125rem}._sticker_11b8t_1._variantDark_11b8t_10{color:#a2b6c1;background-color:#002130}._sticker_11b8t_1._variantLight_11b8t_14{color:#ecefff;background-color:#003a4d}._container_1apq9_1{flex-direction:column;gap:12px;display:flex}._container_1apq9_1 ._title_1apq9_6{flex-direction:row;align-items:center;gap:8px;font-family:InterVariable,Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.75rem;display:flex}._container_1apq9_1 ._title_1apq9_6 ._close_1apq9_16{background-color:#002e3e;border-radius:100%;width:28px;height:28px;margin-left:auto}._container_1apq9_1 ._title_1apq9_6 ._close_1apq9_16 ._icon_1apq9_23{width:20px;height:20px}._inboxEmptyContainer_hb4rk_1{flex-direction:column;justify-content:center;align-items:center;width:320px;display:flex}._iconContainer_hb4rk_9{background-color:#002e3e;border-radius:100%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:12px;display:flex}._iconContainer_hb4rk_9 ._icon_hb4rk_9{color:#a2b6c1;width:36px;height:36px}._title_hb4rk_25{margin-bottom:4px;font-family:InterVariable,Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.75rem}._subtitle_hb4rk_33{color:#a2b6c1;text-align:center;font-size:.875rem;line-height:1.375rem}._messageContainer_l8qvs_1{flex-direction:row;gap:8px;padding:24px 20px;display:flex}._messageContainer_l8qvs_1 ._iconContainer_l8qvs_7{color:#a2b6c1;background-color:#00121a;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}._messageContainer_l8qvs_1 ._iconContainer_l8qvs_7._unread_l8qvs_18{color:#1adfff;background-color:#006eaf}._messageContainer_l8qvs_1 ._iconContainer_l8qvs_7 ._icon_l8qvs_7{width:24px;height:24px}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26{color:#ecefff;flex-direction:column;flex:1;gap:8px;display:flex}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26>* a{cursor:pointer;color:#1adfff;text-decoration:none}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26>* a:hover{color:#fff}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26 ._title_l8qvs_41{flex-direction:row;flex:1;justify-content:space-between;font-family:InterVariable,Inter,sans-serif;font-weight:600;display:flex}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26 ._title_l8qvs_41 ._processing_l8qvs_49{flex-shrink:0;margin-left:6px}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26 ._footer_l8qvs_53{color:#a2b6c1;flex-direction:row;font-size:.75rem;line-height:1.125rem;display:flex}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26 ._footer_l8qvs_53 ._time_l8qvs_60{margin-right:auto}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26 ._footer_l8qvs_53 ._footerActions_l8qvs_63{gap:12px;margin-left:auto;display:flex}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26 ._footer_l8qvs_53 ._footerActions_l8qvs_63 svg{width:10px;height:10px;margin-right:4px}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26 ._footer_l8qvs_53 ._footerActions_l8qvs_63 a{color:#a2b6c1}._messageContainer_l8qvs_1 ._messageContent_l8qvs_26 ._footer_l8qvs_53 ._footerActions_l8qvs_63 a:hover{color:#fff}._controller_18oob_1{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;display:flex}._controller_18oob_1 ._sticker_18oob_11{background-color:#002130}._controller_18oob_1._baseStyles_18oob_14{background-color:#002e3e;border:1px solid #002e3e;height:36px;padding:0 12px;font-size:.875rem;line-height:1.375rem}._controller_18oob_1:hover:not(:disabled){background-color:#003a4d;border:1px solid #003a4d}._controller_18oob_1._open_18oob_26{background-color:#000d13;border:1px solid #003a4d}._controller_18oob_1._open_18oob_26:hover{background-color:#003a4d}._controller_18oob_1:disabled{opacity:.5}._menu_18oob_37{z-index:1100;background-color:#001722;border:1px solid #002e3e;border-radius:12px}._dropdown_s9e3p_1 button{height:var(--buttonSize);color:#a2b6c1;max-width:40px;padding:0 12px}@media (any-hover:hover){._dropdown_s9e3p_1 button:hover{color:#fff}}._dropdown_s9e3p_1 button._openFooterButton_s9e3p_12{color:#fff;background-color:#002e3e}@media (any-hover:hover){._dropdown_s9e3p_1 button._openFooterButton_s9e3p_12:hover{background-color:#004457}}._menu_s9e3p_22{z-index:11;width:120px;padding:16px}._menu_s9e3p_22 ul{flex-direction:column;gap:8px;margin:0;padding:0;display:flex}._menu_s9e3p_22 ul li{cursor:pointer;color:#a2b6c1;border-radius:6px;justify-content:space-between;align-items:center;height:36px;margin:0;padding:0 8px;list-style:none;display:flex}@media (any-hover:hover){._menu_s9e3p_22 ul li:hover{color:#fff;background-color:#002e3e}}._menu_s9e3p_22 ul li._selected_s9e3p_52{color:#fff;background-color:#003a4d}._image_15jls_1{border:1px solid #002e3e;border-radius:8px;width:100%}._moreItems_1r4ae_1{list-style-type:none}._previewArea_1cjfw_1{flex:1;order:1;padding:8px;display:none;position:relative}@media (min-height:576px),(min-width:768px){._previewArea_1cjfw_1{display:block}}@media (min-width:768px){._previewArea_1cjfw_1{order:2}}._previewArea_1cjfw_1 ._cameraFrame_1cjfw_18{z-index:1;width:auto;height:auto;margin:8px;position:absolute;top:0;bottom:0;left:0;right:0}._previewArea_1cjfw_1 ._hideFrame_1cjfw_26{display:none}._previewArea_1cjfw_1 ._noCaptures_1cjfw_29{background:#002e3e;border-radius:4px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;margin:8px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}._previewArea_1cjfw_1 ._noCaptures_1cjfw_29 ._cameraIcon_1cjfw_42{color:#a2b6c1;width:32px;height:32px}._previewArea_1cjfw_1 ._noCaptures_1cjfw_29 ._label_1cjfw_47{color:#a2b6c1}._previewArea_1cjfw_1 ._closeButton_1cjfw_50{z-index:1;color:#a2b6c1;background-color:#00121a;border-radius:50%;width:28px;height:28px;position:absolute;top:16px;right:16px}._previewArea_1cjfw_1 ._closeButton_1cjfw_50 svg{width:20px}._datePickerWithPreview_1da1c_1{background:#000d13;border:1px solid #002e3e;border-radius:8px;flex-direction:column;width:282px;height:325px;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@media (min-height:576px){._datePickerWithPreview_1da1c_1{height:560px}}@media (min-height:768px) and (min-width:768px){._datePickerWithPreview_1da1c_1{position:absolute;transform:translate(-50%)}}@media (min-height:1024px){._datePickerWithPreview_1da1c_1{position:absolute;transform:translate(-50%)}}@media (min-width:768px){._datePickerWithPreview_1da1c_1{flex-direction:row;width:745px;height:350px}}._datePickerWithPreview_1da1c_1 ._calendarArea_1da1c_39{order:2;min-width:250px;height:350px}@media (min-height:576px){._datePickerWithPreview_1da1c_1 ._calendarArea_1da1c_39{height:324px}}@media (min-width:768px){._datePickerWithPreview_1da1c_1 ._calendarArea_1da1c_39{order:1}}._datePickerWithPreview_1da1c_1 ._calendarArea_1da1c_39 ._datesArea_1da1c_54{border-radius:0}._datePickerWithPreview_1da1c_1 ._calendarArea_1da1c_39 ._datesArea_1da1c_54>:last-child{height:265px}@media (min-height:768px){._datePickerWithPreview_1da1c_1 ._calendarArea_1da1c_39 ._datesArea_1da1c_54>:last-child{height:247px}}@media (min-width:768px){._datePickerWithPreview_1da1c_1 ._calendarArea_1da1c_39 ._datesArea_1da1c_54>:last-child{height:287px}}@media (min-width:768px) and (min-height:768px){._datePickerWithPreview_1da1c_1 ._calendarArea_1da1c_39 ._datesArea_1da1c_54>:last-child{height:265px}}._timePickerWithPreview_11m7o_1{background:#000d13;border:1px solid #002e3e;border-radius:8px;flex-direction:column;width:282px;height:325px;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@media (min-height:576px){._timePickerWithPreview_11m7o_1{height:560px}}@media (min-height:768px) and (min-width:768px){._timePickerWithPreview_11m7o_1{position:absolute;transform:translate(-50%)}}@media (min-height:1024px){._timePickerWithPreview_11m7o_1{position:absolute;transform:translate(-50%)}}@media (min-width:768px){._timePickerWithPreview_11m7o_1{flex-direction:row;width:745px;height:350px}}._timePickerWithPreview_11m7o_1 ._calendarArea_11m7o_39{order:2;min-width:250px;height:350px}@media (min-height:576px){._timePickerWithPreview_11m7o_1 ._calendarArea_11m7o_39{height:324px}}@media (min-width:768px){._timePickerWithPreview_11m7o_1 ._calendarArea_11m7o_39{order:1}}._timePickerWithPreview_11m7o_1 ._calendarArea_11m7o_39 ._times_11m7o_54{height:100%}._block_1e231_1{flex-direction:column;flex:1;gap:4px;display:flex}._block_1e231_1 ._box_1e231_7{box-sizing:border-box;color:#a2b6c1;cursor:pointer;background-color:#00121a;border-radius:8px;justify-content:space-between;align-items:center;width:100%;height:36px;padding:8px;display:flex}._block_1e231_1 ._box_1e231_7:hover{background-color:#003a4d;border-color:#003a4d}._block_1e231_1 ._box_1e231_7._active_1e231_24{background-color:#000d13;border:1px solid #23545d}._block_1e231_1 ._box_1e231_7._disabled_1e231_28{cursor:default;background-color:#00121a;border:none}._block_1e231_1 ._box_1e231_7._disabled_1e231_28 ._placeholder_1e231_33,._block_1e231_1 ._box_1e231_7._disabled_1e231_28 ._text_1e231_34{opacity:.5}._block_1e231_1 ._box_1e231_7 ._text_1e231_34{color:#fff}._block_1e231_1 ._box_1e231_7 ._placeholder_1e231_33{color:#a2b6c1}._block_1e231_1 ._box_1e231_7 ._icon_1e231_43{justify-content:center;align-items:center;width:20px;height:20px;display:flex}._block_1e231_1 ._label_1e231_50{color:#a2b6c1;letter-spacing:.031rem;text-transform:uppercase;font-family:InterVariable,Inter,sans-serif;font-size:.625rem;font-weight:600;line-height:.75rem}._block_1e231_1 ._timeIcon_1e231_59{width:auto;height:20px}._row_17nvi_1{gap:8px;display:flex}._timelapseCustomSelector_14wc8_1{position:relative}._timelapseCustomSelector_14wc8_1 ._cameraPreviewArea_14wc8_4{z-index:1;position:relative}@media (min-height:768px) and (min-width:768px){._timelapseCustomSelector_14wc8_1 ._cameraPreviewArea_14wc8_4 ._datePick_14wc8_9{top:65px}}@media (min-height:1024px){._timelapseCustomSelector_14wc8_1 ._cameraPreviewArea_14wc8_4 ._datePick_14wc8_9{top:65px}}@media (min-height:768px) and (min-width:768px){._timelapseCustomSelector_14wc8_1 ._cameraPreviewArea_14wc8_4 ._timePick_14wc8_19{top:-290px}}@media (min-height:1024px){._timelapseCustomSelector_14wc8_1 ._cameraPreviewArea_14wc8_4 ._timePick_14wc8_19{top:130px}}._timelapseCustomSelector_14wc8_1 ._wrapper_14wc8_28{flex-direction:column;gap:16px;display:flex}@media (min-width:480px){._timelapseCustomSelector_14wc8_1 ._wrapper_14wc8_28{width:370px}}._timelapseCustomSelector_14wc8_1 ._wrapper_14wc8_28 ._row_14wc8_38{gap:8px;display:flex}._timelapseCustomSelector_14wc8_1 ._wrapper_14wc8_28 ._row_14wc8_38 ._button_14wc8_42{width:100%}._overlay_qrvd3_1{z-index:10;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}._wrapper_qrvd3_11{-webkit-user-select:none;user-select:none;width:calc(var(--viewportFullWidth) - 24px * 2 - 24px);background-color:#002130;border:1px solid #002e3e;border-radius:12px;flex-direction:column;gap:16px;min-width:265px;padding:24px;display:flex}@media (min-width:480px){._wrapper_qrvd3_11{width:auto}}._wrapper_qrvd3_11 ._intro_qrvd3_28{flex-direction:column;gap:4px;display:flex}._wrapper_qrvd3_11 ._intro_qrvd3_28 ._firstRow_qrvd3_33{justify-content:space-between;display:flex}._wrapper_qrvd3_11 ._intro_qrvd3_28 ._firstRow_qrvd3_33 ._title_qrvd3_37{gap:12px;display:flex}._wrapper_qrvd3_11 ._intro_qrvd3_28 ._firstRow_qrvd3_33 h1{margin:0;font-family:InterVariable,Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.75rem}._wrapper_qrvd3_11 ._intro_qrvd3_28 ._firstRow_qrvd3_33 ._close_qrvd3_48{color:#a2b6c1;background-color:#002e3e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._wrapper_qrvd3_11 ._intro_qrvd3_28 ._firstRow_qrvd3_33 ._close_qrvd3_48:hover{color:#fff;background-color:#003a4d}._wrapper_qrvd3_11 ._intro_qrvd3_28 ._firstRow_qrvd3_33 ._close_qrvd3_48 svg{width:20px;height:20px}._wrapper_qrvd3_11 ._intro_qrvd3_28 ._subtitle_qrvd3_66{color:#ecefff}._wrapper_qrvd3_11 ._listTimelapseOptions_qrvd3_69{flex-wrap:wrap;justify-content:flex-start;gap:8px;margin:0;padding:0;display:flex}@media (min-width:480px){._wrapper_qrvd3_11 ._listTimelapseOptions_qrvd3_69{max-width:375px}}._wrapper_qrvd3_11 ._listTimelapseOptions_qrvd3_69 li{cursor:pointer;background-color:#002e3e;border-radius:8px;justify-content:center;align-items:center;width:calc(50% - 4px);height:45px;list-style:none;display:flex}@media (min-width:420px){._wrapper_qrvd3_11 ._listTimelapseOptions_qrvd3_69 li{width:calc(33.3333% - 5.33333px)}}@media (min-width:480px) and (min-height:420px){._wrapper_qrvd3_11 ._listTimelapseOptions_qrvd3_69 li{height:78px}}._wrapper_qrvd3_11 ._listTimelapseOptions_qrvd3_69 li._active_qrvd3_103{background-color:#23545d}._wrapper_qrvd3_11 ._listTimelapseOptions_qrvd3_69 li:hover{background-color:#003a4d}._cameraName_aqgm7_1{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._container_k3t3y_1{scrollbar-width:thin;scrollbar-color:#9499a5 transparent;scrollbar-gutter:stable;flex-direction:column;flex:1;display:flex;overflow-y:auto}._container_k3t3y_1>*{border-bottom:1px solid #002e3e}._emptyMessageContainer_k3t3y_14{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}._backdrop_4zw1j_1{padding-top:var(--content-top);padding-bottom:calc(var(--footerHeight) + 8px);z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}._header_4zw1j_16{justify-content:space-between;align-items:center;gap:12px;display:flex}._dialog_4zw1j_23{padding:var(--dialog-padding,0);background-color:#002130;border-radius:12px;margin-bottom:20px;position:relative}._draggableHeader_4zw1j_31{cursor:move;-webkit-user-select:none;user-select:none;padding-top:var(--dialog-padding,0);padding-left:var(--dialog-padding,0);padding-right:var(--dialog-padding,0);margin-top:calc(-1 * var(--dialog-padding,0));margin-left:calc(-1 * var(--dialog-padding,0));margin-right:calc(-1 * var(--dialog-padding,0))}._title_4zw1j_42{flex-grow:1;font-family:InterVariable,Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.75rem}._dialogActions_4zw1j_50{flex-direction:row;gap:8px;display:flex}._dialogActions_4zw1j_50 ._dialogAction_4zw1j_50{color:#a2b6c1;background-color:#002e3e;border-radius:100%;width:28px;height:28px}._dialogActions_4zw1j_50 ._dialogAction_4zw1j_50 svg{width:20px;height:20px}@media (any-hover:hover){._dialogActions_4zw1j_50 ._dialogAction_4zw1j_50:hover{color:#fff;background-color:#003a4d}}._contentWrapper_4zw1j_73{display:contents}._contentWrapper_4zw1j_73._minimized_4zw1j_76{display:none}._underlay_1o1gy_1{z-index:10;background-color:#0000;position:absolute;top:0;bottom:0;left:0;right:0}._underlay_1o1gy_1._sideMenuOpen_1o1gy_10{translate:220px}._underlay_1o1gy_1 ._inboxContainer_1o1gy_13{pointer-events:all;--dialog-padding:0;inset:max(8px, var(--safe-top,0px)) max(8px, var(--safe-right,0px)) max(8px, var(--safe-bottom,0px)) max(8px, var(--safe-left,0px));background-color:#001722;border:1px solid #002e3e;border-radius:16px;flex-direction:column;max-width:450px;max-height:600px;display:flex;position:absolute;overflow:hidden}@media (min-width:768px){._underlay_1o1gy_1 ._inboxContainer_1o1gy_13{width:450px}}._underlay_1o1gy_1 ._inboxContainer_1o1gy_13 ._header_1o1gy_32{border-bottom:1px solid #002e3e;padding:20px}._underlay_1o1gy_1 ._inboxContainer_1o1gy_13 ._content_1o1gy_36{flex-direction:column;flex:1;display:flex;overflow:hidden}._items_xqrjb_1{margin:0;padding:0 8px}._items_xqrjb_1 ._item_xqrjb_1{margin:0;list-style:none;display:flex}._items_xqrjb_1 ._item_xqrjb_1 a,._items_xqrjb_1 ._item_xqrjb_1 button{cursor:pointer;color:#a2b6c1;text-align:left;border-radius:8px;flex-direction:row;flex:1;justify-content:space-between;padding:8px;text-decoration:none;display:flex}._items_xqrjb_1 ._item_xqrjb_1 a ._itemContent_xqrjb_23,._items_xqrjb_1 ._item_xqrjb_1 button ._itemContent_xqrjb_23{flex:1;align-items:center;gap:8px;width:100%;min-height:23px;display:flex}._items_xqrjb_1 ._item_xqrjb_1 a ._itemContent_xqrjb_23 :not(._itemName_xqrjb_32),._items_xqrjb_1 ._item_xqrjb_1 button ._itemContent_xqrjb_23 :not(._itemName_xqrjb_32){width:24px}._items_xqrjb_1 ._item_xqrjb_1 a ._itemContent_xqrjb_23 ._itemName_xqrjb_32,._items_xqrjb_1 ._item_xqrjb_1 button ._itemContent_xqrjb_23 ._itemName_xqrjb_32{flex:1}._items_xqrjb_1 ._item_xqrjb_1 a:hover,._items_xqrjb_1 ._item_xqrjb_1 button:hover{color:#fff}._items_xqrjb_1 ._item_xqrjb_1 a:focus-visible{outline-offset:2px;outline:2px solid #a2b6c1}._items_xqrjb_1 ._item_xqrjb_1 button:focus-visible{outline-offset:2px;outline:2px solid #a2b6c1}._items_xqrjb_1 ._item_xqrjb_1._active_xqrjb_49 a,._items_xqrjb_1 ._item_xqrjb_1._active_xqrjb_49 button{color:#fff;background:#001722}._logoHolder_1d8o9_1{align-items:center;text-decoration:none;display:flex}._logoHolder_1d8o9_1 ._logo_1d8o9_1{width:30px;height:30px}._logoHolder_1d8o9_1 ._logoText_1d8o9_10{height:30px}._logoHolder_1d8o9_1:focus-visible{border-radius:4px;outline:2px solid #505050}._sideMenu_1099b_1{box-sizing:border-box;background-color:#000d13;width:0;overflow:hidden}._sideMenu_1099b_1._transition_1099b_7{transition:width .2s ease-in-out}@media (min-width:768px) and (min-height:576px){._sideMenu_1099b_1._open_1099b_11{border-right:1px solid #002e3e;width:220px;height:100%}}._sideMenu_1099b_1 ._content_1099b_17{box-sizing:border-box;flex-direction:column;width:220px;height:100%;display:flex}._sideMenu_1099b_1 ._content_1099b_17 ._header_1099b_24{justify-content:space-between;align-items:center;padding:8px 12px;display:flex}._sideMenu_1099b_1 ._content_1099b_17 ._header_1099b_24 ._icon_1099b_30{color:#a2b6c1;cursor:pointer;box-sizing:border-box;border-radius:6px;width:37px;padding:4px}._sideMenu_1099b_1 ._content_1099b_17 ._header_1099b_24 ._icon_1099b_30:hover{color:#fff;background:#002e3e}._sideMenu_1099b_1 ._content_1099b_17 ._entries_1099b_42{-webkit-user-select:none;user-select:none;scrollbar-width:thin;scrollbar-color:#9499a5 transparent;scrollbar-gutter:stable;flex-direction:column;flex:1;justify-content:space-between;padding-bottom:8px;display:flex;overflow-y:auto}._sideMenu_1099b_1 ._content_1099b_17 ._entries_1099b_42 ._hr_1099b_55{box-sizing:border-box;border:1px solid #002e3e;width:220px;margin-top:8px;margin-bottom:16px}._sideMenu_1099b_1 ._content_1099b_17 ._entries_1099b_42 ._hr_1099b_55._reducedBottomMargin_1099b_62{margin-bottom:8px}._sideMenu_1099b_1 ._content_1099b_17 ._entries_1099b_42 ._groupTitle_1099b_65{color:#a2b6c1;letter-spacing:.031rem;text-transform:uppercase;padding:8px 16px;font-size:.625rem;line-height:.75rem;display:block}._sideMenu_1099b_1 ._content_1099b_17 ._entries_1099b_42 ._hideInLowResolution_1099b_74{display:none}@media (min-width:576px) and (min-height:576px){._sideMenu_1099b_1 ._content_1099b_17 ._entries_1099b_42 ._hideInLowResolution_1099b_74{display:flex}}._sideMenu_1099b_1 ._content_1099b_17 ._entries_1099b_42 ._hide_1099b_74{display:none}._row_13wzn_1{background-color:#001722;border-radius:8px;flex-direction:row;align-items:center;gap:12px;padding:12px;transition:background-color .175s;display:flex}._row_13wzn_1._active_13wzn_11{background-color:#000d13;border:1px solid #003a4d}._row_13wzn_1 ._userInfo_13wzn_15{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._row_13wzn_1 ._userInfo_13wzn_15 ._name_13wzn_22{white-space:nowrap;text-overflow:ellipsis;font-family:InterVariable,Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem;overflow:hidden}._row_13wzn_1 ._userInfo_13wzn_15 ._email_13wzn_31{white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;line-height:1.125rem;overflow:hidden}._row_13wzn_1 ._userInfo_13wzn_15 ._role_13wzn_38{color:#a2b6c1;margin-top:2px;font-size:.875rem;line-height:1.375rem}._row_13wzn_1 ._actions_13wzn_44{flex-shrink:0;align-items:center;gap:6px;display:flex}._row_13wzn_1 ._actions_13wzn_44 ._deleteButton_13wzn_50{align-items:center;width:40px;display:flex}._row_13wzn_1 ._actions_13wzn_44 ._deleteButton_13wzn_50 svg{width:24px;height:24px}._dialog_1en5t_1{max-height:80vh;flex-direction:column;gap:16px;min-width:420px;max-height:80dvh;display:flex}._dialog_1en5t_1 ._userList_1en5t_9{scrollbar-width:thin;scrollbar-color:#9499a5 transparent;scrollbar-gutter:stable;flex-direction:column;gap:8px;display:flex;overflow-y:auto}._dialog_1en5t_1 ._emptyState_1en5t_18{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-top:16px;padding:32px 16px;display:flex}._dialog_1en5t_1 ._emptyState_1en5t_18 ._emptyTitle_1en5t_27{color:#c7d2e0;font-family:InterVariable,Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.625rem}._dialog_1en5t_1 ._emptyState_1en5t_18 ._emptyDescription_1en5t_34{color:#7d99a2;font-size:.875rem;line-height:1.375rem}._dialog_1en5t_1 ._usersLink_1en5t_39{min-height:36px}._userOverrideButton_78ugf_1.btn{white-space:nowrap;cursor:pointer;z-index:1;color:#969696;border:1px solid #fff0;border-radius:4px;align-items:center;height:40px;padding:0 8px;display:flex}._userOverrideButton_78ugf_1.btn>svg{font-size:130%}._userOverrideButton_78ugf_1.btn:hover{color:#fff}._userOverrideButton_78ugf_1._admin_78ugf_20{margin-right:20px}._userIconWrapper_78ugf_24{width:35px;margin-left:2px;transform:scale(.8)}._dropdown_78ugf_30{border-radius:5px;flex-direction:column;width:600px;display:flex;overflow:hidden;box-shadow:0 0 6px #0003}._block_78ugf_39,._createBlock_78ugf_39,._exitBlock_78ugf_39,._selectUserBlock_78ugf_39{justify-content:stretch;align-items:center;height:70px;padding:0 20px;display:flex}._block_78ugf_39>.form-creatable-select,._createBlock_78ugf_39>.form-creatable-select,._exitBlock_78ugf_39>.form-creatable-select,._selectUserBlock_78ugf_39>.form-creatable-select{flex:1}._block_78ugf_39._active_78ugf_49,._active_78ugf_49._createBlock_78ugf_39,._active_78ugf_49._exitBlock_78ugf_39,._active_78ugf_49._selectUserBlock_78ugf_39{background-color:#e6e6e6}._block_78ugf_39 svg,._createBlock_78ugf_39 svg,._exitBlock_78ugf_39 svg,._selectUserBlock_78ugf_39 svg{margin-right:8px}._block_78ugf_39,._createBlock_78ugf_39,._exitBlock_78ugf_39,._selectUserBlock_78ugf_39{border-bottom:1px solid #e6e6e6}._selectUserBlock_78ugf_39{justify-content:stretch;align-items:center;height:70px;display:flex}._indexText_78ugf_66{text-align:center;color:#969696;width:30px;margin-left:auto;margin-right:10px;font-size:12px}._exitBlock_78ugf_39{justify-content:right}._createBlock_78ugf_39{cursor:pointer;justify-content:stretch;margin-left:10px}._userInfoRow_78ugf_85{align-items:center;display:flex}._permissionsIcon_78ugf_90{justify-content:center;width:80px}._email_78ugf_95{color:#969696;font-size:80%}._impersonateButton_78ugf_100.btn._disabled_78ugf_100{pointer-events:none;opacity:.4}._removeButton_78ugf_105.btn.btn-icon-no-outline{margin-right:0;padding-right:0}._removeButton_78ugf_105.btn.btn-icon-no-outline:hover:not(:disabled){border-color:#0000}._removeButton_78ugf_105.btn.btn-icon-no-outline._disabled_78ugf_100{pointer-events:none;opacity:.4}._addUserInfo_78ugf_117{text-align:center;font-style:italic;line-height:40px}._avatarLogo_mf8gd_1{color:#969696;align-content:center;margin-right:15px;padding:3px;font-size:35px;display:flex}._avatarLogo_mf8gd_1 img{border-radius:20px;min-width:35px;max-width:35px;min-height:35px;max-height:35px;box-shadow:0 0 1px 1px #2929291f}._initialsCircle_mf8gd_18{background-color:#969696;border-radius:100%;justify-content:center;align-items:center;min-width:35px;max-width:35px;min-height:35px;max-height:35px;display:flex;box-shadow:0 0 1px 1px #2929291f}._initials_mf8gd_18{color:#fff;margin-bottom:-.1rem;font-size:1.1rem}._roleTooltipTitle_28fdn_1{font-weight:700}._roleTooltipTeam_28fdn_5{padding-top:8px}._roleTooltipTeamTitle_28fdn_9{font-weight:700}._roleTooltipTeamItems_28fdn_13{margin-left:10px}._roleProjects_28fdn_17{letter-spacing:normal;text-transform:none;padding-top:4px;font-size:14px}._roleIcon_28fdn_24{justify-content:center;align-items:center;min-width:30px;font-size:24px;display:flex}._roleIcon_28fdn_24>svg{width:24px;height:24px;font-size:24px!important}._companyAdminIcon_28fdn_37{color:#f94937b3}._projectAdminIcon_28fdn_41{color:#0c8ee5b3}._nonAdminUserIcon_28fdn_45{color:#09c294b3}._errorBanner_1r3um_1{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;display:flex}._errorBanner_1r3um_1 ._icon_1r3um_10{color:#597d83;background-color:#002e3e;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:8px;display:flex}._errorBanner_1r3um_1 ._icon_1r3um_10 svg{width:36px;height:36px}._errorBanner_1r3um_1 ._closeButton_1r3um_25{border-radius:50%;width:28px;height:28px;position:absolute;top:8px;right:8px}._errorBanner_1r3um_1 ._closeButton_1r3um_25 svg{width:20px}._errorBanner_1r3um_1 ._errorMessage_1r3um_36{font-family:InterVariable,Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.75rem}._errorBanner_1r3um_1 ._subtitle_1r3um_42{color:#a2b6c1;font-size:.875rem;line-height:1.375rem}._errorBanner_1r3um_1 ._action_1r3um_47{margin-top:8px}
