@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");*{padding:0;margin:0;box-sizing:border-box;font-weight:100;letter-spacing:.4px;font-optical-sizing:auto;font-family:Bricolage Grotesque,sans-serif}:root{--inputbg:#ece8e8;--red:#f82e2e;--black:#161515;--green:#23f823}body{padding:0}section.auth{width:max-content}section.auth h1{font-size:40px}section.auth .msg{width:24rem}.msg.error{color:var(--red)}.msg.success{color:var(--green)}section.auth input{padding:1rem;border-radius:4rem;-webkit-border-radius:4rem;-moz-border-radius:4rem;-ms-border-radius:4rem;-o-border-radius:4rem;border:none;background-color:var(--inputbg);font-weight:900;width:24rem}.icon,button{border:none;cursor:pointer}button .icon{font-size:20px}main.auth,main.home{padding:4rem}section.auth button{width:max-content;padding:1rem;width:24rem;background-color:#000;color:#fff;border-radius:4rem;-webkit-border-radius:4rem;-moz-border-radius:4rem;-ms-border-radius:4rem;-o-border-radius:4rem}section.users h1{font-size:40px}section.users button{background-color:#000;color:#fff;padding:.4rem 1rem;border-radius:4rem;-webkit-border-radius:4rem;-moz-border-radius:4rem;-ms-border-radius:4rem;-o-border-radius:4rem}section.users .item{margin-bottom:1rem}section.call-bar{position:fixed;left:0;right:0;top:0;bottom:0;padding:4rem}section.call-bar button{height:4rem;width:4rem;color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}section.video-bar{position:fixed;left:0;right:0;top:0;bottom:0;padding:0;height:0;width:0;overflow:hidden;background-color:#1d1a1a}section.video-bar,section.video-bar *{transition:.4s;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s}section.video-bar.show{height:100%;width:100%;overflow:auto}.videos{height:90vh;max-height:90vh;min-height:90vh}.videos,.videos .remote{position:relative;width:100%}.videos .remote{overflow:hidden}.videos .remote,.videos video{height:100%;min-width:100%;min-height:100%;max-width:100%;max-height:100%}.videos video{width:100%;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-border-radius:inherit;-o-border-radius:inherit}.local.hide,video.hide{width:0;height:0;min-width:0;min-height:0;max-width:0;max-height:0;overflow:hidden}video.show{height:100%;width:100%;overflow:auto}.local .bio,.remote .bio{position:absolute;bottom:0;left:0;background-color:rgba(0,0,0,.534);color:#fff;padding:.4rem 1rem;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;margin:.4rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.videos .local{width:max-content;height:14rem;position:absolute;top:0;right:0;z-index:10;margin:1rem;border:1px solid #f5f5f5;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;overflow:hidden}.local video{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.videos .screen{width:100vh}.videos .overlay{position:absolute;bottom:0;left:0}.video-controls{height:100%;padding:1rem;background-color:rgba(0,0,0,.575);-webkit-backdrop-filter:blur(4rem);backdrop-filter:blur(4rem)}.video-controls button{height:2rem;width:2rem;color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.avater{position:relative}.avater .active{position:absolute;width:1rem;height:1rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:var(--green);right:0;bottom:0;border:4px solid #fff}.call-status{padding:.4rem 1rem;border-radius:4rem;-webkit-border-radius:4rem;-moz-border-radius:4rem;-ms-border-radius:4rem;-o-border-radius:4rem;border:1px solid #fff}.call-bg{background-color:#4169e1;color:#fff;background-image:radial-gradient(at 0 0,#38ce59 0,transparent 50%),radial-gradient(at 50% 0,#be2b2b 0,transparent 50%),radial-gradient(at 100% 0,#2c54d8 0,transparent 50%)}.call-status.idle{background:var(--black);color:#fff}.call-status.connected{background-color:#4169e1;color:#fff}.call-status.disconnected,.call-status.error,.call-status.rejected{color:#fff;background-color:var(--red)}.call-status.answering,.call-status.calling{color:#fff;background-color:var(--green)}.white{color:#fff}.bg-blue{background-color:#4169e1}.bg-red{background-color:var(--red)}.bg-green{background-color:var(--green)}.icon:hover,button:hover{opacity:.4}.navbrand{width:max-content}:focus,:hover{outline:none}.blue{color:#4169e1}.green{color:var(--green)}.red{color:var(--red)}.center{margin:auto;background-color:transparent}.flex{display:flex}.col{flex-direction:column}.max-w{width:max-content}.full-w{width:100%}.w1{font-weight:100}.w3{font-weight:300}.w6{font-weight:600}.w9{font-weight:900}.items-center{place-items:center;justify-content:center}.space-between{justify-content:space-between}.justify-center{justify-content:center;align-items:center}.bg-transparent{background:transparent}.loader{animation:spin 4s linear infinite;-webkit-animation:spin 1s linear infinite;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}@keyframes spin{to{transform:rotate(1turn);-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-ms-transform:rotate(1turn);-o-transform:rotate(1turn)}}.blink{animation:blink .4s infinite;-webkit-animation:blink .4s infinite}@keyframes blink{0%{opacity:1}to{opacity:.8}}@media screen and (max-width:740px){.room video{width:100%}.room .center{margin:0}.home h1,section.auth h1{font-size:30px}section.auth p{font-size:14px}main.auth,main.home{padding:2rem}section.auth,section.auth button,section.auth input{width:100%}section.users button{padding:.4rem 1rem}.videos{height:90vh;max-height:90vh;min-height:90vh}.videos .local{width:9rem;height:max-content}section.call-bar{padding:2rem}.local .bio,.remote .bio{padding:.4rem;position:absolute}.remote .camera{transform:scale(1.6);-webkit-transform:scale(1.6);-moz-transform:scale(1.6);-ms-transform:scale(1.6);-o-transform:scale(1.6)}}@font-face{font-family:geistSans;src:url(/_next/static/media/4473ecc91f70f139-s.p.woff) format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:geistSans Fallback;src:local("Arial");ascent-override:85.83%;descent-override:20.52%;line-gap-override:9.33%;size-adjust:107.19%}.__className_1e4310{font-family:geistSans,geistSans Fallback}.__variable_1e4310{--font-geist-sans:"geistSans","geistSans Fallback"}@font-face{font-family:geistMono;src:url(/_next/static/media/463dafcda517f24f-s.p.woff) format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:geistMono Fallback;src:local("Arial");ascent-override:69.97%;descent-override:16.73%;line-gap-override:7.61%;size-adjust:131.49%}.__className_c3aa02{font-family:geistMono,geistMono Fallback}.__variable_c3aa02{--font-geist-mono:"geistMono","geistMono Fallback"}