body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root,body,html{height:100%}body{overflow:hidden;margin:0;padding:0;color:#000;background-color:#fff;font-size:16px;font-weight:300;line-height:1.4;font-family:"Montserrat",sans-serif}div{box-sizing:border-box}.login{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.login__content{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:450px;box-sizing:border-box;padding:24px;text-align:center;transition:all .25s cubic-bezier(.165,.84,.44,1);opacity:1}.login__content>*{margin:8px;width:100%}.login__content__loading{opacity:.2;pointer-events:none;scale:.8;transform:scale(.9)}.login__content form{text-align:center;margin:0}.login__content form>*{width:100%;margin:8px}.login .loaderContainer{position:absolute;top:auto;left:auto}.socialButton{position:relative;font-size:14px;cursor:pointer;outline:none;font-weight:700;padding:0 24px 0 48px;min-height:40px;border-radius:20px;border:none;color:#fff;transition:all .25s cubic-bezier(.165,.84,.44,1);letter-spacing:1px;box-shadow:none}.socialButton:hover{box-shadow:0 2px 10px -3px rgba(0,0,0,.6)}.socialButton__full{text-align:center;width:100%;padding:0 48px}.socialButton__icon{position:absolute;left:0;top:0;height:24px;margin:8px}.input{width:100%;border:none;border-bottom:1px solid #c4c2c2;background:none;height:auto;padding:8px 0;color:#000;font-size:16px;font-weight:300;line-height:1.4;font-family:"Montserrat",sans-serif}.input:focus{outline-width:0;border-bottom:1px solid #ee3124}.input__area{height:100%}.button{cursor:pointer;font-size:14px;outline:none;font-weight:700;background-color:#f0f0f0;padding:8px 16px;border:1px solid #ee3124;color:#ee3124;transition:all .25s cubic-bezier(.165,.84,.44,1);letter-spacing:1px;box-shadow:none}.button:hover{box-shadow:0 2px 10px -3px rgba(0,0,0,.6)}.button__full{text-align:center;width:100%}.button__secondary{border-color:#717171;color:#717171}.button__disabled{opacity:.4;pointer-events:none}.button__flat{background-color:transparent;border:none;padding:8px}.button__flat:hover{box-shadow:none;background-color:rgba(0,0,0,.0588235);text-shadow:0 1px 3px hsla(0,0%,58.8%,.3)}.ldsRing{display:inline-block;position:relative}.ldsRing__large{width:80px;height:80px}.ldsRing__large div{width:64px;height:64px;margin:6px;border:6px solid #ee3124}.ldsRing__medium{width:60px;height:60px}.ldsRing__medium div{width:48px;height:48px;margin:5px;border:5px solid #ee3124}.ldsRing__small{width:40px;height:40px}.ldsRing__small div{width:32px;height:32px;margin:4px;border:4px solid #ee3124}.ldsRing div{box-sizing:border-box;display:block;position:absolute;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#ee3124 transparent transparent}.ldsRing div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.ldsRing div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.ldsRing div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.splittedLayout{height:100%;display:flex;flex-direction:row}.splittedLayout__left{height:100%;width:50%;overflow-y:auto;border-right:1px solid #c4c2c2}@media (min-width:1241px){.splittedLayout__left{width:30%}}.splittedLayout__left>p{margin:0 16px}.splittedLayout__right{overflow-y:auto;height:100%;flex-grow:1;width:-webkit-min-content;width:-moz-min-content;width:min-content}.userDetails{width:100%;box-sizing:border-box;padding:16px}.userDetails__small{padding:4px 0}.userDetails__header{display:flex;flex-direction:row;align-items:center}.userDetails__displayName{flex-grow:1}.userDetails__displayName h3,.userDetails__displayName p{-webkit-margin-after:0;margin-block-end:0;-webkit-margin-before:0;margin-block-start:0}.userImage__image{width:64px;height:64px;border-radius:50%;margin-right:12px}.userImage__image__small{width:36px;height:36px;border-radius:50%;margin-right:12px}.deviceListItem{position:relative;cursor:pointer;margin:16px;padding:8px 40px 8px 8px;border-radius:8px;transition:all .25s cubic-bezier(.165,.84,.44,1);box-shadow:0 1px 5px -3px rgba(0,0,0,.6)}.deviceListItem__selected{pointer-events:none;box-shadow:none;background-color:rgba(0,0,0,.0588235)}.deviceListItem__selected:hover{box-shadow:none!important}.deviceListItem__selected__icon{opacity:.6}.deviceListItem:hover{box-shadow:0 2px 10px -3px rgba(0,0,0,.6)}.deviceListItem:hover__icon{opacity:.6}.deviceListItem__icon{position:absolute;right:8px;top:8px;width:24px;height:24px;opacity:.3}.deviceDetails{width:100%}.deviceDetails__padding{margin:0 16px;display:flex;flex-direction:column;align-items:flex-start}.deviceDetails__icon{width:24px;margin:18px 0}.deviceDetails__horizontal{display:flex;flex-direction:row;align-items:center}.deviceDetails__centeredList{text-align:center;display:flex;flex-direction:column;align-items:center}.deviceDetails__map{height:300px;margin:24px 0}.map__marker{width:36px;height:36px}.modal{position:absolute;box-sizing:border-box;background-color:rgba(196,194,194,.44);display:flex;align-items:center;justify-content:center;top:0;bottom:0;left:0;right:0;z-index:100}.modal__container{width:100%;max-width:350px;height:100%;max-height:500px;padding:8px}.modal__card{overflow-y:auto;position:relative;box-sizing:border-box;width:100%;height:100%;background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 10px -3px rgba(0,0,0,.6);align-items:center;justify-content:center;display:flex}.modal__close{position:absolute;right:12px;top:12px;cursor:pointer}.appLayout{height:100%;display:flex;flex-direction:column}.appLayout__content{height:100%;overflow:auto}.header{background-color:#f0f0f0;padding:12px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-shadow:0 -12px 11px 10px rgba(0,0,0,.61)}.header__logo{max-width:150px;max-height:28px;height:100%}.header__logo-link{cursor:pointer;opacity:.4;max-width:100px;max-height:16px;transition:all .25s cubic-bezier(.165,.84,.44,1)}.header__logo-link:hover{opacity:1}.usersResearch{display:flex;flex-direction:column;height:100%}.usersResearch__users{display:flex;flex-direction:column;flex-grow:1;align-items:center;overflow:auto;padding:24px 16px 16px;width:100%}.usersResearch__user{box-sizing:border-box;cursor:pointer;width:100%;margin:8px;padding:0 12px;border-radius:8px;transition:all .25s cubic-bezier(.165,.84,.44,1);box-shadow:0 1px 5px -3px rgba(0,0,0,.6)}.usersResearch__user__selected{pointer-events:none;box-shadow:none;background-color:rgba(0,0,0,.0588235)}.usersResearch__user__selected:hover{box-shadow:none!important}.usersResearch__user:hover{box-shadow:0 2px 10px -3px rgba(0,0,0,.6)}.usersResearch__detail{padding:5px}.usersResearch__detail__data{margin-top:10px;margin-bottom:10px}.usersResearch__detail__data span{font-weight:700}.inputSearch{display:flex;padding:12px;box-shadow:0 1px 5px -3px rgba(0,0,0,.6)}.inputSearch input{flex-grow:1;margin-right:12px;border:none;border-bottom:1px solid #c4c2c2;background:none;padding:8px 0;color:#000;font-size:16px;font-weight:300;line-height:1.4;font-family:"Montserrat",sans-serif}.inputSearch input:focus{outline-width:0;border-bottom:1px solid #ee3124}.userInfoDetails{width:100%;padding:32px}.userInfoDetails__image{width:20vw;height:20vw;margin:0}.userInfoDetails__horizontal{display:flex;flex-direction:row;flex-wrap:wrap;padding-bottom:16px}.userInfoDetails__centeredList{text-align:center;display:flex;flex-direction:column;align-items:center;padding-bottom:16px;line-height:1.6}.userInfoDetails__light{font-weight:100}.userInfoDetails__session__copy{margin-right:8px;opacity:0}.userInfoDetails__session:hover .userInfoDetails__session__copy{opacity:1}.deviceSmallItem{display:flex;flex-direction:row;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;cursor:pointer;margin:8px 4px;padding:8px;border-radius:8px;transition:all .25s cubic-bezier(.165,.84,.44,1);box-shadow:0 1px 5px -3px rgba(0,0,0,.6)}.deviceSmallItem__withIcon{padding-right:32px}.deviceSmallItem:hover{box-shadow:0 2px 10px -3px rgba(0,0,0,.6)}.deviceSmallItem:hover .deviceListItem__icon{opacity:.6}.deviceSmallItem__icon{position:absolute;right:8px;top:8px;width:16px;height:16px;opacity:.3}.copySessionModal{display:flex;width:100%;height:100%;box-sizing:border-box;padding-top:16px;flex-direction:column;align-items:center}.copySessionModal>*{margin:8px 0}.copySessionModal__space{flex-grow:1}.copySessionModal__actions{display:flex;width:100%;flex-direction:row;justify-content:flex-end}.copySessionModal__actions>*{margin-left:8px}.copySessionModal span{width:100%}.pushListItem{position:relative;cursor:pointer;margin:16px;padding:8px 40px 8px 8px;border-radius:8px;transition:all .25s cubic-bezier(.165,.84,.44,1);box-shadow:0 1px 5px -3px rgba(0,0,0,.6)}.pushListItem__selected{pointer-events:none;box-shadow:none;background-color:rgba(0,0,0,.0588235)}.pushListItem__selected:hover{box-shadow:none!important}.pushListItem__selected__icon{opacity:.6}.pushListItem:hover{box-shadow:0 2px 10px -3px rgba(0,0,0,.6)}.pushListItem:hover__icon{opacity:.6}.pushListItem__icon{position:absolute;right:8px;top:8px;width:24px;height:24px;opacity:.3}.pushDetails{width:100%;margin:0 16px}.pushDetails__content{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.pushDetails__info{display:flex;flex-direction:column;margin:16px 0}.counter{width:100%;text-align:right;font-size:12px;font-style:italic}.transferOwnershipModal{display:flex;width:100%;height:100%;box-sizing:border-box;padding-top:16px;flex-direction:column;align-items:center}.transferOwnershipModal>*{margin:8px 0}.transferOwnershipModal__actions{display:flex;width:100%;flex-direction:row;justify-content:flex-end}.transferOwnershipModal__actions>*{margin-left:8px}.newPushNotification{margin:16px}.loading{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading__logo{margin:24px;width:50%;max-width:300px}.userProfile__thumb{cursor:pointer;box-shadow:none}.userProfile__thumb:hover{box-shadow:0 2px 10px -3px rgba(0,0,0,.6)}.userProfile__list{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.userProfile__list>*{margin-bottom:8px}.userProfile__image{width:92px;height:92px;border-radius:50%}
/*# sourceMappingURL=main.469d7ca4.chunk.css.map */