:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{padding:0;margin:0;box-sizing:border-box;outline:none;font-family:Roboto,arial,sans-serif}body,html{height:98%;background-color:#f8f8f8}:root{--toastify-color-light: #fff;--toastify-color-dark: #013d82;--toastify-color-info: #3498db}.floatingMenu{min-width:300px;display:flex;justify-content:space-between!important;color:#fff;fill:#757575}.floatingMenu svg{fill:#757575;stroke:#757575;stroke-width:1px}.floatingMenu span{display:none}.floatingMenu .menuActions{display:flex;gap:10px}.hide-mobile{display:block!important}@media screen and (max-width: 426px){.hide-mobile{display:none!important}}.hide-desk{display:none}@media screen and (max-width: 425px){.hide-desk{display:block}}.change-camera-btn{margin:20px 0;display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.change-camera-btn p{margin:0 20px}#header{display:flex;padding:16px 32px;justify-content:space-between;align-items:center;position:relative;top:10px;margin-bottom:40px;width:100%}#header span{position:relative;top:17px;right:20px;color:#3c3f3c}@media screen and (max-width: 1100px){#header{top:0px;padding:0 16px}}@media screen and (max-width: 450px){#header span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}#header img{width:190px;height:90px;object-fit:contain;position:absolute;top:-15px}#home{margin:0 auto;max-width:80vw;height:87vh;justify-content:center;align-items:center;flex-direction:column;display:flex;padding:20px 0 40px}@media screen and (max-width: 1100px){#home{height:fit-content}}#home .videoContainder{justify-content:space-between;align-items:center;display:flex;width:100%}@media screen and (max-width: 1100px){#home .videoContainder{flex-direction:column}}#home .actions{display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:333px;color:#3c3f3c;margin-bottom:90px;margin-left:40px;max-width:400px}@media screen and (max-width: 1100px){#home .actions{margin-bottom:0;margin-top:5px}}@media screen and (max-width: 750px){#home .actions{margin-left:0}}#home .actions h3,#home .actions h4{font-family:Google Sans,Roboto,Arial,sans-serif;font-size:1.75rem;font-weight:400;letter-spacing:0;line-height:2.25rem;cursor:default;overflow:hidden;padding:0 1.5rem;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width: 750px){#home .actions h3,#home .actions h4{font-size:1.55rem}}#home .actions h4{font-size:1.5rem;padding-bottom:20px;position:relative}#home .actions h4:after{content:"";position:absolute;width:100px;height:10px;background-color:#00d23c;bottom:7px;left:0px;z-index:10}#home .actions .errorMessage{font-size:20px;font-weight:600;position:relative;z-index:20;max-width:400px;text-align:right}#home .actions .errorMessage:before{position:absolute;content:"";width:200px;height:25px;background-color:#00d23c;bottom:-30px;right:-50px;z-index:0}#home .actions .buttons{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:15px}@media screen and (max-width: 425px){#home .actions .buttons{width:70%}}#home .actions .buttons button{width:100%}#home .actions .waiting{margin:20px 0}#home .actions .link{color:#fff;text-decoration:none}#home .videoAndDevices{display:flex;justify-content:center;align-items:center;flex-direction:column}#home .videoAndDevices>div{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:20px}#home .videoAndDevices>div:nth-child(2){margin-top:10px}#home .videoAndDevices>div .MuiFormControl-root{flex:1;max-width:300px}@media screen and (max-width: 750px){#home .videoAndDevices>div .MuiFormControl-root{display:none}}@media screen and (max-width: 490px){#home .videoAndDevices>div{flex-direction:row;justify-content:center;gap:3px}}#home .devices{width:100%}.endPage{width:100vw;height:100vh;display:flex;justify-content:start;align-items:center;flex-direction:column}.endPage .pageBody{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.endPage .pageBody p{font-weight:600;text-overflow:ellipsis;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:2rem;letter-spacing:0;line-height:2.25rem;cursor:default;overflow:hidden;padding:0 1.5rem;position:relative;color:#3c3f3c;text-align:center;padding:25px 0;margin-bottom:40px}.endPage .pageBody p:before{position:absolute;content:"";width:200px;height:10px;background-color:#ffa36e;top:0px;left:0px;z-index:0}@media screen and (max-width: 1100px){.endPage .pageBody p:before{right:20px;left:initial}}.endPage .pageBody p:after{position:absolute;content:"";width:200px;height:10px;background-color:#00d23c;bottom:0px;right:0px;z-index:0}@media screen and (max-width: 1100px){.endPage .pageBody p:after{right:0px;left:20px}}#call{height:100%;min-height:100vh;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background-color:#00382e;position:relative}#call .actions{position:fixed;bottom:0px;display:flex;width:100%;justify-content:space-between;flex-direction:row-reverse;align-items:flex-end;background-color:transparent;z-index:20;padding:10px 50px}#call .actions .btns{display:flex;gap:20px}#call .actions .timer{color:#fff;display:flex;gap:2px;position:relative}#call .actions .timer:after{content:"";position:absolute;width:130%;height:1px;background-color:#fff;bottom:-5px;left:50%;transform:translate(-50%,50%)}@media screen and (max-width: 450px){#call .actions .actions-mobile{display:flex}#call .actions .actions-desktop{display:none}}#call .toRecord{position:fixed;top:40px;left:30px;width:15px;height:15px;border-radius:50%;background:rgb(255,82,82);box-shadow:0 0 #ff5252;animation:pulse-red 2s infinite;z-index:5}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ff5252b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ff525200}to{transform:scale(.95);box-shadow:0 0 #ff525200}}.containerCamera{position:relative}.containerCamera #camera{width:50vw;height:60vh;min-width:448px;min-height:252px;background-color:#3c3f3c;border-radius:8px;display:flex;justify-content:center;padding:15px;align-items:flex-end;gap:15px;position:relative;margin-bottom:10px;z-index:10;transition:all .3s}@media screen and (max-width: 1100px){.containerCamera #camera{width:70vw}}@media screen and (max-width: 750px){.containerCamera #camera{min-width:85vw;border-radius:0;height:56vh}}.containerCamera #camera .showOnlyMobile{display:none}@media screen and (max-width: 750px){.containerCamera #camera .showOnlyMobile{display:block}}.containerCamera #camera .webcam{object-fit:cover;width:100%;height:100%;position:absolute;bottom:0px;border-radius:8px}.containerCamera #camera .cameraOff{color:#fff;align-self:center;position:absolute;display:flex;align-items:center;flex-direction:column}.containerCamera #camera .cameraOff .icon{font-size:40px}.containerCamera #camera .cameraOff span{font-size:1.5rem;line-height:2rem;text-overflow:ellipsis}.containerCamera #camera .cameraPermission{color:#fff;align-self:center;position:absolute;display:flex;align-items:center;flex-direction:column}.containerCamera #camera .cameraPermission .icon{font-size:40px}.containerCamera #camera .cameraPermission span{font-size:1.5rem;line-height:2rem;text-overflow:ellipsis}.containerCamera #camera .loadingCamera{position:absolute;min-width:300px;display:flex;justify-content:center;align-items:center;flex-direction:column;transform:translateY(-50%);top:50%}.containerCamera #camera .loadingCamera p{margin:20px;font-size:18px;color:#fff}.containerCamera:after{content:"";position:absolute;width:300px;height:300px;background-color:#00d23c;left:-10px;top:-10px;border-radius:8px;z-index:5}.containerCamera:before{content:"";position:absolute;width:300px;height:300px;background-color:#ffa36e;right:50px;bottom:4px;border-radius:8px;z-index:5}#modalAlert .imageModal{display:flex;justify-content:center;align-items:center;width:100%}#modalAlert .imageModal img{object-fit:contain;margin-top:8px}.button-animate{display:flex;justify-content:center;align-items:center;gap:5px;position:relative;z-index:1;overflow:hidden;cursor:pointer;text-decoration:none;text-align:center;font-family:sans-serif;font-weight:600;font-size:.9em;padding:.75em 1em;color:#00382e;border:.15em solid #00d23c;border-radius:1.4em;transition:4s}.button-animate:before,.button-animate:after{content:"";position:absolute;top:-1.5em;z-index:-1;width:200%;aspect-ratio:1;border:none;border-radius:40%;background-color:#00d23cf2;transition:4s}.button-animate:before{left:-80%;transform:translate3d(0,5em,0) rotate(-340deg)}.button-animate:after{right:-80%;transform:translate3d(0,5em,0) rotate(390deg)}.button-animate:hover,.button-animate:focus{color:#00382e}.button-animate:hover:before,.button-animate:hover:after,.button-animate:focus:before,.button-animate:focus:after{transform:none;background-color:#00d23c}#mainWebcam,.visitorCamera{max-width:745px;max-height:350px;min-height:fit-content;width:100%;flex:32%;border-radius:8px;background-color:#00d23c4d;display:flex;justify-content:center;align-items:center;position:relative;user-select:none;transition:all .3s}#mainWebcam .cameraOff,#mainWebcam .visitorCameraOff,.visitorCamera .cameraOff,.visitorCamera .visitorCameraOff{position:absolute;z-index:1}#mainWebcam .cameraOff .gravatar,#mainWebcam .visitorCameraOff .gravatar,.visitorCamera .cameraOff .gravatar,.visitorCamera .visitorCameraOff .gravatar{width:150px;height:150px;border-radius:50%;object-fit:cover}#mainWebcam .video-container,.visitorCamera .video-container{width:fit-content;height:100%;position:relative}#mainWebcam .video-container video,.visitorCamera .video-container video{z-index:2;position:relative}#mainWebcam .cameraActions,.visitorCamera .cameraActions{background-color:#3939394d;color:#fff;position:absolute;width:fit-content;height:fit-content;top:20px;right:20px;display:flex;justify-content:center;align-items:center;flex-direction:row-reverse;gap:10px;padding:3px 10px 5px;z-index:10;border-radius:8px}#mainWebcam .cameraActions .mic,.visitorCamera .cameraActions .mic{color:#fff;z-index:10}#mainWebcam .cameraActions .pin,.visitorCamera .cameraActions .pin{color:#fff;fill:#fff;top:18px;right:50px;z-index:10;transition:all .3s;cursor:pointer;font-size:25px}#mainWebcam .cameraActions .launch,.visitorCamera .cameraActions .launch{color:#fff;fill:#fff;top:18px;right:80px;z-index:10;transition:all .3s;cursor:pointer;font-size:25px}#mainWebcam .cameraActions span,.visitorCamera .cameraActions span{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){#mainWebcam .cameraActions,.visitorCamera .cameraActions{display:none}}#mainWebcam .volume-meter,.visitorCamera .volume-meter{position:absolute;bottom:20px;right:20px;background-color:#00382e;width:10px;border-radius:10px;height:50px;z-index:3}#mainWebcam .volume-meter .divider,.visitorCamera .volume-meter .divider{position:absolute;background-color:#cecece;width:100%;height:50%;z-index:2;bottom:0px;transition:all .1s;max-height:100%;border-radius:10px}#mainWebcam .webcam,.visitorCamera .webcam{border-radius:8px;object-fit:cover;width:100%;height:100%}#mainWebcam .bitrate,.visitorCamera .bitrate{color:#fff;position:absolute;bottom:20px;right:20px;font-size:13px;z-index:10}#mainWebcam .name,.visitorCamera .name{color:#fff;position:absolute;bottom:20px;left:20px;font-size:16px;z-index:10}#mainWebcam.pinnedCamera,.visitorCamera.pinnedCamera{grid-area:pinnedCamera;max-height:99vh;max-width:100%;width:82%;height:97%;position:fixed;left:9px;transform:translate(0)!important}#mainWebcam.pinnedCamera video,.visitorCamera.pinnedCamera video{object-fit:contain}@media screen and (max-width: 1350px){#mainWebcam.pinnedCamera,.visitorCamera.pinnedCamera{width:100%;position:relative;height:96vh;flex:none}#mainWebcam.pinnedCamera video,.visitorCamera.pinnedCamera video{width:100%;border-radius:0}}@media screen and (max-width: 400px){#mainWebcam.pinnedCamera,.visitorCamera.pinnedCamera{left:0px}}#mainWebcam.launchedCamera,.visitorCamera.launchedCamera{position:fixed;width:270px!important;height:170px!important;min-height:0px;bottom:100px;right:20px;z-index:100;cursor:grab;background-color:#00d23c;transition:width .3s,height .3s}#mainWebcam.launchedCamera .name,.visitorCamera.launchedCamera .name{font-size:14px;max-width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#mainWebcam.launchedCamera .bitrate,.visitorCamera.launchedCamera .bitrate{display:none}#mainWebcam.launchedCamera .gravatar,.visitorCamera.launchedCamera .gravatar{width:100px;height:100px}#mainWebcam.launchedCamera .pin,#mainWebcam.launchedCamera .launch,.visitorCamera.launchedCamera .pin,.visitorCamera.launchedCamera .launch{opacity:1}#mainWebcam.launchedCamera .video-container,.visitorCamera.launchedCamera .video-container{width:100%}#mainWebcam.launchedCamera .video-container video,.visitorCamera.launchedCamera .video-container video{object-fit:cover!important}@media screen and (max-width: 768px){#mainWebcam.launchedCamera,.visitorCamera.launchedCamera{max-width:1040px!important;max-height:1030px!important;box-shadow:0 0 10px -2px #001023;width:93.5%!important;bottom:71px;left:15px;right:0;height:40vh!important}#mainWebcam.launchedCamera .name,.visitorCamera.launchedCamera .name{font-size:12px;max-width:70px}}#mainWebcam.notPinned,.visitorCamera.notPinned,#mainWebcam.notLaunched,.visitorCamera.notLaunched{transform:translate(0)!important}#mainWebcam .loadingCamera,.visitorCamera .loadingCamera{position:absolute;min-width:300px;display:flex;justify-content:center;align-items:center;flex-direction:column}#mainWebcam .loadingCamera p,.visitorCamera .loadingCamera p{margin:20px;font-size:18px;color:#fff}#callCameras.cameras{position:relative;min-width:100%;min-height:93vh;max-height:85%!important;width:100%;height:100%;padding:15px;gap:10px;display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:all .3s}#callCameras.cameras::-webkit-scrollbar{width:5px}#callCameras.cameras::-webkit-scrollbar-track{border-radius:10px}#callCameras.cameras::-webkit-scrollbar-thumb{background:#beff00;border-radius:10px}#callCameras.cameras::-webkit-scrollbar-thumb:hover{background:#3c3f3c}#callCameras.layout-1{grid-template-columns:100%;grid-template-rows:100%}#callCameras.layout-1 .camera{max-width:100%;max-height:95vh;height:100%}#callCameras.layout-1 .camera video{object-fit:contain}#callCameras.layout-2{grid-template-columns:1fr 1fr;grid-template-rows:100%}#callCameras.layout-2:has(.launchedCamera){grid-template-columns:100%}#callCameras.layout-2 .camera{max-width:100%;max-height:95vh;height:100%}#callCameras.layout-2 .camera video{object-fit:contain}#callCameras.layout-3{grid-template-columns:1fr 1fr 1fr;grid-template-rows:100%}#callCameras.layout-3 .camera{max-width:100%;max-height:100%;height:100%}#callCameras.layout-4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}#callCameras.layout-5{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}#callCameras.layout-5 .camera{max-width:100%;max-height:100%;height:100%}#callCameras.layout-5 .camera video{object-fit:contain}#callCameras.layout-6{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}#callCameras.layout-6 .camera{max-width:100%;max-height:100%}#callCameras.layout-6 .camera video{object-fit:contain}#callCameras.layout-7{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}#callCameras.layout-7 .camera{max-width:100%;max-height:100%}#callCameras.layout-7 .camera video{object-fit:contain}#callCameras.layout-8{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}#callCameras.layout-8 .camera{max-width:100%;max-height:100%}#callCameras.layout-8 .camera video{object-fit:contain}#callCameras.layout-9{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}#callCameras.layout-9 .camera{max-width:100%;max-height:100%}#callCameras.layout-9 .camera video{object-fit:contain}#callCameras.layout-10{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}#callCameras.layout-10 .camera{max-width:100%;max-height:100%}#callCameras.layout-10 .camera video{object-fit:contain}#callCameras.pinnedLayout{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;max-width:90%;overflow:scroll}#callCameras.pinnedLayout .camera:not(.pinnedCamera,.launchedCamera){width:300px;max-height:200px!important;transform:translateY(14px)!important}#callCameras.pinnedLayout .camera:not(.pinnedCamera,.launchedCamera) .name{font-size:14px;max-width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#callCameras.pinnedLayout .camera:not(.pinnedCamera,.launchedCamera) .bitrate{display:none}@media screen and (max-width: 400px){#callCameras.pinnedLayout .camera:not(.pinnedCamera,.launchedCamera){width:100%;max-height:fit-content!important;transform:translate(0)!important}}@media screen and (max-width: 1152px){#callCameras{grid-template-columns:1fr!important;grid-template-rows:1fr!important}#callCameras .camera:not(.pinnedCamera){max-width:100%;max-height:100%;height:45vh}}
