: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:hsla(0,0%,100%,.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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Poppins Regular;src:url(/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf) format("truetype")}@font-face{font-display:swap;font-family:Poppins Light;src:url(/static/media/Poppins-ExtraLight.333cb30c20e31999802a.ttf) format("truetype")}@font-face{font-display:swap;font-family:Open Sans Regular;src:url(/static/media/OpenSans-Regular.77c09223204154ae8d43.ttf) format("truetype")}@font-face{font-display:swap;font-family:Open Sans Bold;src:url(/static/media/OpenSans-SemiBold.2f17aae884058c5a85df.ttf) format("truetype")}@font-face{font-display:swap;font-family:Open Sans ExtraBold;src:url(/static/media/OpenSans-ExtraBold.df2044929df5b18703f1.ttf) format("truetype")}@font-face{font-display:swap;font-family:EmojiMart;src:url(/static/media/seguiemj.a9490fd359d167ad110e.ttf) format("truetype")}@-webkit-keyframes rotatingCircles{0%{opacity:.6;-webkit-transform:scale(1);transform:scale(1)}to{opacity:1;-webkit-transform:scale(1) rotate(1turn);transform:scale(1) rotate(1turn)}}@keyframes rotatingCircles{0%{opacity:.6;-webkit-transform:scale(1);transform:scale(1)}to{opacity:1;-webkit-transform:scale(1) rotate(1turn);transform:scale(1) rotate(1turn)}}@-webkit-keyframes rotatingScalingCircle{0%{opacity:.5;-webkit-transform:scale(.8);transform:scale(.8)}1%{opacity:1;-webkit-transform:scale(1) rotate(1turn);transform:scale(1) rotate(1turn)}to{-webkit-transform:scale(1) rotate(1turn);transform:scale(1) rotate(1turn)}}@keyframes rotatingScalingCircle{0%{opacity:.5;-webkit-transform:scale(.8);transform:scale(.8)}1%{opacity:1;-webkit-transform:scale(1) rotate(1turn);transform:scale(1) rotate(1turn)}to{-webkit-transform:scale(1) rotate(1turn);transform:scale(1) rotate(1turn)}}@-webkit-keyframes logoRotate{0%{-webkit-transform:rotate(0) scale(1.2);transform:rotate(0) scale(1.2)}50%{-webkit-transform:scale(.9);transform:scale(.9)}75%{-webkit-transform:scale(.8) rotate(-45deg);transform:scale(.8) rotate(-45deg)}to{-webkit-transform:scale(1.2) rotate(0deg);transform:scale(1.2) rotate(0deg)}}@keyframes logoRotate{0%{-webkit-transform:rotate(0) scale(1.2);transform:rotate(0) scale(1.2)}50%{-webkit-transform:scale(.9);transform:scale(.9)}75%{-webkit-transform:scale(.8) rotate(-45deg);transform:scale(.8) rotate(-45deg)}to{-webkit-transform:scale(1.2) rotate(0deg);transform:scale(1.2) rotate(0deg)}}@-webkit-keyframes textclip{0%{background-position:0 0}50%{background-position:200%}to{background-position:0 0}}@keyframes textclip{0%{background-position:0 0}50%{background-position:200%}to{background-position:0 0}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(1);transform:scale(1)}75%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(1);transform:scale(1)}75%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes rotateThumbs{0%{opacity:.75;-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{opacity:.95;-webkit-transform:rotate(-10deg) scale(2);transform:rotate(-10deg) scale(2)}40%{opacity:1;-webkit-transform:rotate(0deg) translateY(-400px) scale(3);transform:rotate(0deg) translateY(-400px) scale(3)}45%{-webkit-transform:rotate(-1deg) translateY(-400px) scale(4);transform:rotate(-1deg) translateY(-400px) scale(4)}50%{-webkit-transform:rotate(1deg) translateY(-400px) scale(3);transform:rotate(1deg) translateY(-400px) scale(3)}75%{-webkit-transform:rotate(-10deg) scale(2);transform:rotate(-10deg) scale(2)}to{-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}@keyframes rotateThumbs{0%{opacity:.75;-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{opacity:.95;-webkit-transform:rotate(-10deg) scale(2);transform:rotate(-10deg) scale(2)}40%{opacity:1;-webkit-transform:rotate(0deg) translateY(-400px) scale(3);transform:rotate(0deg) translateY(-400px) scale(3)}45%{-webkit-transform:rotate(-1deg) translateY(-400px) scale(4);transform:rotate(-1deg) translateY(-400px) scale(4)}50%{-webkit-transform:rotate(1deg) translateY(-400px) scale(3);transform:rotate(1deg) translateY(-400px) scale(3)}75%{-webkit-transform:rotate(-10deg) scale(2);transform:rotate(-10deg) scale(2)}to{-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}@-webkit-keyframes clappingHands{0%{opacity:.75;-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{opacity:.95;-webkit-transform:rotate(-10deg) scale(1);transform:rotate(-10deg) scale(1)}40%{opacity:1;-webkit-transform:rotate(0deg) translateY(-250px) scale(2);transform:rotate(0deg) translateY(-250px) scale(2)}45%{-webkit-transform:rotate(-1deg) translateY(-275px) scale(3);transform:rotate(-1deg) translateY(-275px) scale(3)}50%{-webkit-transform:rotate(1deg) translateY(-250px) scale(2);transform:rotate(1deg) translateY(-250px) scale(2)}55%{-webkit-transform:rotate(1deg) translateY(-260px) scale(2.25);transform:rotate(1deg) translateY(-260px) scale(2.25)}60%{-webkit-transform:rotate(1deg) translateY(-250px) scale(2);transform:rotate(1deg) translateY(-250px) scale(2)}65%{-webkit-transform:rotate(1deg) translateY(-260px) scale(2.25);transform:rotate(1deg) translateY(-260px) scale(2.25)}70%{-webkit-transform:rotate(1deg) translateY(-250px) scale(2);transform:rotate(1deg) translateY(-250px) scale(2)}75%{-webkit-transform:rotate(-10deg) scale(1);transform:rotate(-10deg) scale(1)}to{-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}@keyframes clappingHands{0%{opacity:.75;-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{opacity:.95;-webkit-transform:rotate(-10deg) scale(1);transform:rotate(-10deg) scale(1)}40%{opacity:1;-webkit-transform:rotate(0deg) translateY(-250px) scale(2);transform:rotate(0deg) translateY(-250px) scale(2)}45%{-webkit-transform:rotate(-1deg) translateY(-275px) scale(3);transform:rotate(-1deg) translateY(-275px) scale(3)}50%{-webkit-transform:rotate(1deg) translateY(-250px) scale(2);transform:rotate(1deg) translateY(-250px) scale(2)}55%{-webkit-transform:rotate(1deg) translateY(-260px) scale(2.25);transform:rotate(1deg) translateY(-260px) scale(2.25)}60%{-webkit-transform:rotate(1deg) translateY(-250px) scale(2);transform:rotate(1deg) translateY(-250px) scale(2)}65%{-webkit-transform:rotate(1deg) translateY(-260px) scale(2.25);transform:rotate(1deg) translateY(-260px) scale(2.25)}70%{-webkit-transform:rotate(1deg) translateY(-250px) scale(2);transform:rotate(1deg) translateY(-250px) scale(2)}75%{-webkit-transform:rotate(-10deg) scale(1);transform:rotate(-10deg) scale(1)}to{-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}@-webkit-keyframes thumbsDown{0%{opacity:.75;-webkit-transform:rotate(0deg) translateY(-400px);transform:rotate(0deg) translateY(-400px)}25%{opacity:.95;-webkit-transform:rotate(-10deg) scale(2);transform:rotate(-10deg) scale(2)}40%{opacity:1;-webkit-transform:rotate(0deg) scale(2.5);transform:rotate(0deg) scale(2.5)}45%{-webkit-transform:rotate(-1deg) scale(3);transform:rotate(-1deg) scale(3)}50%{-webkit-transform:rotate(1deg) translateY(0) scale(2);transform:rotate(1deg) translateY(0) scale(2)}75%{opacity:.75;-webkit-transform:rotate(-10deg) scale(1);transform:rotate(-10deg) scale(1)}to{opacity:.5;-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}@keyframes thumbsDown{0%{opacity:.75;-webkit-transform:rotate(0deg) translateY(-400px);transform:rotate(0deg) translateY(-400px)}25%{opacity:.95;-webkit-transform:rotate(-10deg) scale(2);transform:rotate(-10deg) scale(2)}40%{opacity:1;-webkit-transform:rotate(0deg) scale(2.5);transform:rotate(0deg) scale(2.5)}45%{-webkit-transform:rotate(-1deg) scale(3);transform:rotate(-1deg) scale(3)}50%{-webkit-transform:rotate(1deg) translateY(0) scale(2);transform:rotate(1deg) translateY(0) scale(2)}75%{opacity:.75;-webkit-transform:rotate(-10deg) scale(1);transform:rotate(-10deg) scale(1)}to{opacity:.5;-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}#ddlp.content-box{background-color:#242129;border-color:hsla(0,0%,100%,.063)}#ddlp .content-box__body .grid-container li a span:first-child{border-color:hsla(0,0%,100%,.031);border-width:3px}#ddlp .content-box__body .grid-container li a span:first-child:hover{background:linear-gradient(45deg,rgba(110,48,173,.251),rgba(68,78,165,.251))}#ddlp .content-box__body ul li span{color:hsla(0,0%,100%,.933)}#ddlp .exit-frame a{color:hsla(0,0%,100%,.533)}#ddlp .exit-frame a,#ddlp.content-box .grid-container #meet.active a span:first-child{background:linear-gradient(45deg,rgba(110,48,173,.251),rgba(68,78,165,.251))!important}@media screen and (max-width:800px){#ddlp.content-box{top:80%!important}}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;scroll-behavior:smooth}#root{overflow:hidden}body,html{margin:0;padding:0}img{image-rendering:-webkit-optimize-contrast;-webkit-transform:translateZ(0);transform:translateZ(0)}.lock,img{-webkit-user-select:none;user-select:none}.lock{pointer-events:none}@media screen and (max-width:800px){body{background-color:#242129;height:100vh;overflow:hidden;overscroll-behavior:none}@supports (-webkit-touch-callout:none){body{height:100dvh}}}button{color:hsla(0,0%,100%,.933);cursor:pointer;font-family:Open Sans Regular,sans-serif;font-size:14px;transition:.2s ease;-webkit-user-select:none;user-select:none}@media screen and (max-width:800px){button{font-size:13px}}button:active{-webkit-transform:scale(.96);transform:scale(.96)}.btn-frame button{font-size:18px}@media screen and (max-width:800px){.btn-frame button{font-size:13px}}.btn-icon,.btn-regular,.btn-square{border:initial;border-radius:5px}.btn-icon img,.btn-regular img,.btn-square img{height:24px;width:24px}.btn-regular{align-items:center;background:linear-gradient(-120deg,#a64fff,#6370e7);display:flex;flex-direction:row;height:50px;justify-content:center;width:100%}.btn-regular:hover{background:linear-gradient(-120deg,#823cca,#4c57bb)}.action-frame .btn-icon__usergroup,.action-frame .btn-square,.action-frame__mobile .btn-icon__usergroup,.action-frame__mobile .btn-square,.laptop-options .btn-square{background:linear-gradient(-120deg,rgba(58,54,85,.502),rgba(34,48,57,.502) 100%);border:1px solid hsla(0,0%,100%,.086);border-radius:20px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);height:52px;min-width:52px;overflow:visible;position:relative;width:52px}.action-frame .btn-icon__usergroup:hover,.action-frame .btn-square:hover,.action-frame__mobile .btn-icon__usergroup:hover,.action-frame__mobile .btn-square:hover,.laptop-options .btn-square:hover{background:linear-gradient(45deg,#a64fff,#6370e7);border:1px solid hsla(0,0%,100%,.086)}.action-frame .btn-icon__usergroup:hover img,.action-frame .btn-square:hover img,.action-frame__mobile .btn-icon__usergroup:hover img,.action-frame__mobile .btn-square:hover img,.laptop-options .btn-square:hover img{-webkit-transform:scale(1.25);transform:scale(1.25)}.action-frame .btn-icon__usergroup img,.action-frame .btn-square img,.action-frame__mobile .btn-icon__usergroup img,.action-frame__mobile .btn-square img,.laptop-options .btn-square img{transition:all .2s linear;z-index:9}.preview-settings-modal__footer .btn-regular{padding:.75rem}@media screen and (max-width:1024px){.preview-settings-modal__footer .btn-regular{padding:.55rem}}.btn-duo-frame{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}@media screen and (max-width:800px){.btn-duo-frame{gap:5px}}.btn-duo-frame button{height:55px}.btn-duo-frame button,.btn-duo-frame button span{font-size:18px}.btn-duo-frame button:first-child{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251))}.btn-duo-frame button:first-child:hover{background:linear-gradient(45deg,rgba(110,48,173,.251),rgba(68,78,165,.251))}.btn-duo-frame button:nth-child(2){background:linear-gradient(-120deg,#a64fff,#6370e7)}.btn-duo-frame button:nth-child(2):hover{background:linear-gradient(-120deg,#823cca,#4c57bb)}.duo-tab .btn-frame .btn-icon,.prejoin .btn-frame .btn-icon,.room-not-found .btn-frame .btn-icon{align-items:center;background:linear-gradient(20deg,rgba(58,54,85,.337),rgba(34,48,57,.337) 100%);border:1px solid hsla(0,0%,100%,.063);border-radius:5px;box-shadow:1px 1px 1px 1px rgba(0,0,0,.071),0 1px 2px 2px rgba(0,0,0,.086);display:flex;flex-direction:row;gap:10px;height:50px;justify-content:flex-start;padding:0 10px}@media screen and (max-width:800px){.duo-tab .btn-frame .btn-icon,.prejoin .btn-frame .btn-icon,.room-not-found .btn-frame .btn-icon{gap:5px}}.duo-tab .btn-frame .btn-icon:hover,.prejoin .btn-frame .btn-icon:hover,.room-not-found .btn-frame .btn-icon:hover{box-shadow:none}.duo-tab .btn-frame .btn-icon{color:hsla(0,0%,100%,.533)}.duo-tab .btn-frame .btn-icon:hover{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251));border:1px solid rgba(141,92,246,.643);color:hsla(0,0%,100%,.933)}.duo-tab .btn-frame .btn-icon:hover img{opacity:1}.duo-tab .btn-frame img{opacity:.4}.duo-tab .btn-frame .btn-icon.active,.preview-settings-modal .btn-frame .btn-icon.active{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251));border:1px solid rgba(141,92,246,.643);color:hsla(0,0%,100%,.933)}.duo-tab .btn-frame .btn-icon.active img,.preview-settings-modal .btn-frame .btn-icon.active img{opacity:1}.user-modal .btn-regular{align-items:center;background:linear-gradient(-120deg,#a64fff,#6370e7);display:flex;flex-direction:row;justify-content:center;padding:.75rem;width:auto}@media screen and (max-width:1024px){.user-modal .btn-regular{padding:.55rem}}.user-modal .btn-regular:hover{background:linear-gradient(-120deg,#823cca,#4c57bb)}.homepage__body .button-frame button{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;padding:1rem 1.5rem}.devroom__option-panel .action-frame button:hover img{-webkit-filter:brightness(5);filter:brightness(5)}.btn-record{align-items:center;background:linear-gradient(-120deg,#823cca,#4c57bb);border:initial;border-radius:20px;cursor:pointer;display:flex;flex-direction:row;height:52px;justify-content:center;min-width:172px;overflow:hidden;-webkit-transform-origin:center;transform-origin:center;transition:.1s linear;z-index:1}.btn-record:hover{background:linear-gradient(-120deg,rgba(130,60,202,.282),rgba(76,87,187,.282))}.btn-record:active{-webkit-transform:scale(.92);transform:scale(.92)}.btn-record__content{align-items:center;background:linear-gradient(-60deg,rgba(58,54,85,.588),rgba(34,48,57,.588) 100%);border-radius:inherit;color:hsla(0,0%,100%,.933);display:flex;flex-direction:row;gap:.5rem;height:50px;justify-content:center;min-width:170px;padding:0 15px;position:relative}.btn-record__content #pause-btn,.btn-record__content #stop-btn{cursor:pointer;display:flex;-webkit-transform-origin:center;transform-origin:center;transition:.1s}.btn-record__content #pause-btn:hover,.btn-record__content #stop-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.btn-record__content #pause-btn{border-radius:0;border-radius:initial}.btn-record #record-notif{background:linear-gradient(#f88,#f05f5f);border-radius:50%;height:10px;width:10px}.action-frame .active,.btn-square.--filters.active{background:linear-gradient(45deg,rgba(110,48,173,.251),rgba(68,78,165,.251));border:1px solid rgba(141,92,246,.643)}.contacts-modal__button-frame-bottom,.contacts-modal__button-frame-top{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between}@media screen and (max-width:800px){.contacts-modal__button-frame-bottom,.contacts-modal__button-frame-top{gap:5px}}.contacts-modal__button-frame-bottom .btn-icon,.contacts-modal__button-frame-top .btn-icon{background:hsla(0,0%,100%,.031);border:1px solid hsla(0,0%,100%,.086);border-image-slice:1;border-image-source:linear-gradient(hsla(0,0%,100%,.063),hsla(0,0%,100%,.063));border-radius:5px;color:hsla(0,0%,100%,.933);width:100%}.contacts-modal__button-frame-bottom .btn-icon:hover,.contacts-modal__button-frame-bottom .btn-icon__is-selected,.contacts-modal__button-frame-top .btn-icon:hover,.contacts-modal__button-frame-top .btn-icon__is-selected{background:linear-gradient(180deg,rgba(110,48,173,.251),rgba(68,78,165,.251));border:1px solid;border-image-slice:1;border-image-source:linear-gradient(270deg,#823cca,#4c57bb)}.contacts-modal__button-frame-bottom .btn-icon__background_btn,.contacts-modal__button-frame-top .btn-icon__background_btn{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251))}.contacts-modal__button-frame-bottom button,.contacts-modal__button-frame-top button{padding:.75rem}@media screen and (max-width:1024px){.contacts-modal__button-frame-bottom button,.contacts-modal__button-frame-top button{padding:.55rem}}.preview-send-anim-modale .btn-icon{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.preview-send-anim-modale .btn-icon{gap:5px}}.meeting-info-modale .btn-icon{padding:10px 15px}.preview-settings-modal__body__left .btn-icon img{opacity:.5}.preview-settings-modal__body__left .btn-icon.active img{opacity:1}.action-frame #camera-icon.btn-square.camera-active,.action-frame #camera-icon.btn-square:hover{background:linear-gradient(45deg,hsla(0,100%,77%,.196),rgba(240,95,95,.196));border-color:rgba(240,95,95,.643)}.action-frame .record-container{position:relative}.action-frame .btn-icon__usergroup,.action-frame__mobile .btn-icon__usergroup{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center;min-width:80px;padding:0 15px;width:auto}@media screen and (max-width:800px){.action-frame .btn-icon__usergroup,.action-frame__mobile .btn-icon__usergroup{gap:5px}}.action-frame .btn-icon__usergroup:hover,.action-frame__mobile .btn-icon__usergroup:hover{background:linear-gradient(45deg,#a64fff,#6370e7)}.chat-panel__option-panel .btn-icon{align-items:center;background:linear-gradient(-60deg,rgba(58,54,85,.282),rgba(34,48,57,.392) 100%);border:1px solid hsla(0,0%,100%,.063);display:flex;flex-direction:row;justify-content:center;padding:.5rem}.btn-square.active,.chat-panel__option-panel .btn-icon__active{background:linear-gradient(45deg,rgba(110,48,173,.251),rgba(68,78,165,.251));border:1px solid rgba(141,92,246,.643)}.btn-square.active img,.chat-panel__option-panel .btn-icon__active img{opacity:1}.external-box .btn-regular{background:linear-gradient(-120deg,#823cca,#4c57bb);width:100%}.external-box .btn-icon{align-items:center;background:linear-gradient(-120deg,#a64fff,#6370e7);display:flex;flex-direction:row;height:30px;justify-content:center;position:absolute;right:.25rem;top:.25rem;width:30px}#test-auth-btn{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251));background:linear-gradient(135deg,rgba(54,205,207,.5),rgba(64,224,207,.5));border:initial;border-radius:5px;border-radius:initial;font-size:14px;font-size:12px;left:0;padding:.32rem;position:absolute;top:0;width:120px}@media screen and (max-width:1024px){#test-auth-btn{padding:.55rem}}@media screen and (max-width:800px){#test-auth-btn{font-size:13px}}#test-auth-btn:hover{background:linear-gradient(45deg,rgba(110,48,173,.251),rgba(68,78,165,.251));background:linear-gradient(135deg,rgba(54,205,207,.5),rgba(64,224,207,.5));-webkit-filter:brightness(2);filter:brightness(2);text-decoration:underline}.prejoin .notif-box .form .btn-regular.not-ready{background:hsla(0,0%,100%,.082);height:48px;pointer-events:none}.prejoin .notif-box .form .btn-regular.not-ready span:first-letter{text-transform:uppercase}.prejoin .notif-box .form .btn-regular.not-ready:hover{background:hsla(0,0%,100%,.031)}.prejoin .notif-box .form .btn-regular.active{background:linear-gradient(45deg,#a64fff,#6370e7)}.prejoin #test-btn{display:flex;justify-content:center;left:0;position:absolute;top:0;width:100%}.prejoin #test-btn span{background:linear-gradient(135deg,rgba(54,205,207,.5),rgba(64,224,207,.5));border:initial;border-radius:0;border-radius:initial;box-shadow:none;font-size:14px;padding:6px;text-align:center;width:100%}@media screen and (max-width:800px){.prejoin #test-btn span{font-size:13px}}#upload-image-preview-settings{align-items:center;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;display:flex;flex-direction:row;gap:10px;justify-content:center;padding:0}@media screen and (max-width:800px){#upload-image-preview-settings{gap:5px}}.btn-icon__raise-hand{align-items:center;background:linear-gradient(90deg,rgba(36,33,41,.702) 60%,rgba(68,63,77,.702));display:flex;flex-direction:row;gap:10px;justify-content:center;padding:.75rem}@media screen and (max-width:1024px){.btn-icon__raise-hand{padding:.55rem}}@media screen and (max-width:800px){.btn-icon__raise-hand{gap:5px}}.participant-request__footer .btn-frame button:first-child{background:linear-gradient(90deg,rgba(166,79,255,.196),rgba(99,112,231,.196))}.participant-request__footer .btn-frame button:first-child:hover{background:linear-gradient(90deg,rgba(166,79,255,.502),rgba(99,112,231,.502))}.btn-check{align-items:center;background:rgba(36,33,41,.702);border:1px solid hsla(0,0%,100%,.063);border-radius:5px;color:hsla(0,0%,100%,.533);display:flex;flex-direction:row;gap:10px;justify-content:space-between;padding:.75rem;text-transform:capitalize}@media screen and (max-width:1024px){.btn-check{padding:.55rem}}@media screen and (max-width:800px){.btn-check{gap:5px}}.btn-check:hover{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251));border:1px solid transparent;color:hsla(0,0%,100%,.933)}.btn-check__left{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.btn-check__left{gap:5px}}.btn-check.active{background:linear-gradient(-120deg,rgba(166,79,255,.32),rgba(99,112,231,.32));border:1px solid rgba(141,92,246,.643);color:hsla(0,0%,100%,.933)}.btn-check.active img{opacity:1}#open-shortcuts{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(-20deg,#a64fff,#6370e7);-webkit-background-clip:text;border:initial;border-bottom:1px solid transparent;padding:0}#open-shortcuts:hover{border-bottom:1px solid #6370e7}@media screen and (max-width:1600px){.btn-icon img,.btn-regular img,.btn-square img{height:22px;width:22px}.btn-record{height:54px}.btn-record__content{height:52px}.action-frame .btn-icon__usergroup,.action-frame .btn-square,.action-frame__mobile .btn-icon__usergroup,.action-frame__mobile .btn-square{border-radius:22px;height:54px;min-width:54px;width:54px}.--ms-panel .action-frame .btn-square,.--ms-panel .action-frame__mobile .btn-icon__usergroup,.--ms-panel .action-frame__mobile .btn-square,.--ms-panel.action-frame .btn-icon__usergroup{border-radius:20px;height:46px;min-width:46px;width:46px}.action-frame .btn-icon__usergroup{min-width:80px}}@media screen and (max-width:1024px){.modale-setup__body__frame:nth-child(4) .btn-regular{padding:.75rem .25rem}.homepage__body .button-frame button{padding:.65rem}.prejoin .notif-box .form .btn-regular{padding:1rem 1.5rem}.modale-setup .btn-regular.create-meeting{padding:.75rem}.btn-regular{padding:.65rem}.action-frame .btn-icon__usergroup,.action-frame .btn-square,.action-frame__mobile .btn-icon__usergroup,.action-frame__mobile .btn-square{height:50px;min-width:50px;width:50px}}@media screen and (max-width:800px){.prejoin #test-btn{bottom:0;position:fixed;right:0;top:auto}.prejoin #test-btn button{z-index:999}.btn-regular{padding:.55rem}.action-frame__mobile .btn-icon__usergroup{min-width:80px}.btn-record,.btn-record__content{height:44px}.btn-duo-frame .button-frame{font-size:16px}.btn-duo-frame button{height:50px}}.toggle-box{display:flex}.toggle-box input{height:0;position:absolute;visibility:hidden;width:0}.toggle-box label{background:#3e3b42;border:1px solid hsla(0,0%,100%,.086);border-radius:32px;cursor:pointer;display:block;height:30px;position:relative;width:56px}.toggle-box label:after{background-color:#242129;background-position:50%;background-repeat:no-repeat;background-size:auto;border-radius:50%;content:"";display:flex;height:24px;left:3px;position:absolute;top:2px;transition:all .32s ease;width:24px}.toggle-box input:checked+label{background:linear-gradient(-90deg,rgba(166,79,255,.643),rgba(99,112,231,.643))}.toggle-box input:checked+label:after{content:"";left:28px}@media screen and (max-width:1600px){.toggle-box label{height:26px;left:0;top:1px;width:50px}.toggle-box label:after{height:20px;left:2.5px;top:2px;width:20px}.toggle-box input:checked+label:after{left:25px}}@media screen and (min-width:1920px){.toggle-box label{height:34px;width:64px}.toggle-box label:after{height:28px;left:3px;top:2px;width:28px}.toggle-box input:checked+label:after{left:32px}}.btn-square{align-items:center;background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251));display:flex;flex-direction:row;height:42px;justify-content:center;min-width:42px;width:42px}.btn-square.--info{background:linear-gradient(-120deg,rgba(255,207,79,.188),rgba(255,155,74,.188));border-color:rgba(255,207,79,.769)}.btn-square.--filters{background:linear-gradient(-60deg,rgba(58,54,85,.282),rgba(34,48,57,.392) 100%);border:1px solid hsla(0,0%,100%,.086);padding:.75rem}@media screen and (max-width:1024px){.btn-square.--filters{padding:.55rem}}.chat-panel__dialog-action .btn-square{background:linear-gradient(-120deg,#a64fff,#6370e7);height:44px;min-width:44px;width:44px}.laptop-options .btn-square{background:linear-gradient(-60deg,#3a3655,#223039 100%)}.searchframe .btn-square{background:linear-gradient(-60deg,rgba(58,54,85,.282),rgba(34,48,57,.392) 100%);border:1px solid hsla(0,0%,100%,.086)}.searchframe .btn-square.active{background:linear-gradient(45deg,rgba(110,48,173,.392),rgba(68,78,165,.392));border:1px solid rgba(141,92,246,.643)}@media screen and (max-width:1600px){.btn-square{height:42px;min-width:42px;width:42px}}@media screen and (max-width:1400px){.btn-square{height:40px;min-width:40px;width:40px}}@media screen and (max-width:1024px){.chat-panel__dialog-action .btn-square{height:42px;min-width:42px;width:42px}.modale-setup__body .btn-square{height:36px;min-width:36px;width:36px}}[data-interactive=true]{display:flex;-webkit-user-select:none;user-select:none}[data-interactive=true] img,[data-interactive=true] span,[data-interactive=true] svg{cursor:pointer;object-fit:contain;opacity:.5;transition:.16s ease;-webkit-user-select:none;user-select:none}[data-interactive=true] img:hover,[data-interactive=true] span:hover,[data-interactive=true] svg:hover{opacity:1}[data-interactive=true] span{opacity:1;padding:.25rem}[data-interactive=true] #participant-add-user-icon,[data-interactive=true] #participant-add-user-icon:hover,[data-interactive=true] #pinned,[data-interactive=true] #pinned:hover,[data-interactive=true] .opaque,[data-interactive=true] .opaque:hover{opacity:1}[data-interactive=true] img.top{-webkit-transform:scaleY(-1);transform:scaleY(-1);-webkit-transform-origin:center;transform-origin:center}#participant-add-user-icon{height:30px;width:30px}button[data-interactive=true]:hover img,button[data-interactive=true]:hover svg{opacity:1}[data-size=x-large] img{height:36px;width:36px}[data-size=large] img{height:26px;width:26px}[data-size=medium] img,[data-size=small] img,[data-size=x-small] img{height:24px;width:24px}img.active{opacity:1}particle{background-repeat:no-repeat;background-size:contain;left:0;opacity:0;pointer-events:none;position:fixed;top:0;z-index:9999}@media screen and (max-width:1600px){[data-size=x-large] img{height:32px;width:32px}}@media screen and (min-width:1921px){[data-size=large] img,[data-size=medium] img{height:24px;width:24px}}a{color:hsla(0,0%,100%,.933)}.prejoin a{color:hsla(0,0%,100%,.533)}.prejoin a:hover{color:hsla(0,0%,100%,.933)}.message__box__content,p,span{font-family:Open Sans Regular,sans-serif;font-size:14px}@media screen and (max-width:800px){.message__box__content,p,span{font-size:13px}}.contacts-modal p,.homepage p,.meet-created-modal p,.prejoin p,.room-not-found p,.share-modal p{color:hsla(0,0%,100%,.933)}.options__profil p{line-height:0;text-align:center}.advanced-settings .form__row .input__frame p{-webkit-margin-before:0;-webkit-margin-after:0;color:hsla(0,0%,100%,.533);margin-block-end:0;margin-block-start:0}.contacts-modal p{-webkit-margin-after:.25rem;-webkit-margin-before:.25rem;margin-block-end:.25rem;margin-block-start:.25rem}.contacts-modal span{-webkit-margin-before:.5rem;-webkit-margin-after:.5rem;color:hsla(0,0%,100%,.733);margin-block-end:.5rem;margin-block-start:.5rem}.user-modal p{color:hsla(0,0%,100%,.933);font-family:Open Sans Regular,sans-serif;line-height:19px;text-align:center}.user-modal span{font-size:12px;line-height:16px;text-align:center}#text_video_meeting_link,.user-modal span{color:hsla(0,0%,100%,.533)}.options{cursor:pointer}.options span{color:hsla(0,0%,100%,.933);font-size:12px;text-align:center}.prejoin .greetings-box__mobile p,.prejoin__left-panel__body p{font-size:14px;text-align:center}@media screen and (max-width:800px){.prejoin .greetings-box__mobile p,.prejoin__left-panel__body p{font-size:13px}}.prejoin .greetings-box .legend,.prejoin .greetings-box p,.prejoin .greetings-box__mobile .legend,.prejoin .greetings-box__mobile p{color:hsla(0,0%,100%,.533)}.macaroon-box span{color:hsla(0,0%,100%,.933);font-family:Open Sans Regular,sans-serif;font-size:6.4vw;letter-spacing:.56vw;line-height:0;text-align:center;text-transform:uppercase}.visual-effect-box .pill-carousel__item span{color:hsla(0,0%,100%,.533);font-size:14px;-webkit-user-select:none;user-select:none}@media screen and (max-width:800px){.visual-effect-box .pill-carousel__item span{font-size:13px}}.devroom__mosaic__screen__overlay span{font-family:Open Sans Bold,sans-serif;font-size:14px;text-shadow:1px 0 1px rgba(0,0,0,.769),0 -1px 1px rgba(0,0,0,.282);text-transform:capitalize}@media screen and (max-width:800px){.devroom__mosaic__screen__overlay span{font-size:13px}}.someone-raising-hand span{font-family:Open Sans Bold,sans-serif;font-size:17px}.message__box__content{font-family:EmojiMart;font-size:15px;letter-spacing:.016rem;line-height:20px;white-space:pre-line}.upload-frame__content__bottom span{color:hsla(0,0%,100%,.533)}.progress-upload .rate{color:#36cdcf}.progress-upload .max-size{color:hsla(0,0%,100%,.533)}.participant-list__item__label .username:first-letter{text-transform:uppercase}.record-modal p{color:hsla(0,0%,100%,.533)}.tab-content .progress-bar p{-webkit-margin-before:0;-webkit-margin-after:0;color:hsla(0,0%,100%,.533);font-size:13px;margin-block-end:0;margin-block-start:0}.--screen-layout .tab-content__frame.--top p{-webkit-margin-after:.5rem;-webkit-margin-before:.5rem;margin-block-end:.5rem;margin-block-start:.5rem}.--screen-layout .tab-content__frame.--top p:first-child{color:hsla(0,0%,100%,.933)}.--screen-layout .tab-content__frame.--top p:nth-child(2),.tab-content .--more-options span{color:hsla(0,0%,100%,.533)}.devroom__option-panel p,.devroom__option-panel span{font-size:18px}@media screen and (max-width:800px){.devroom__option-panel p,.devroom__option-panel span{font-size:13px}}.devroom__option-panel .btn-record span{font-size:15px}.meeting-info-modale span{font-size:14px}@media screen and (max-width:800px){.meeting-info-modale span{font-size:13px}}.record-modal p{font-size:13px;margin-block:0;text-align:justify}.devroom__option-panel__left .info-box span{font-size:18px}.all-settings__frame.--ms-settings .option-frame__label span{font-size:14px}.all-settings__frame.--ms-settings .option-frame__legend span{font-size:12px}@media screen and (max-width:1600px){.options__avatar span{font-size:12px}.options__profil p{font-size:13px}}@media screen and (max-width:1024px){.macaroon-box span{font-size:64px}.options__profil p{font-size:12px}}@media screen and (max-width:800px){.advanced-settings .form__row .input__frame p{font-size:11px}.share-modal p{-webkit-margin-before:.25rem;-webkit-margin-after:.25rem;margin-block-end:.25rem;margin-block-start:.25rem}.share-modal__icon-list .link-icon span,.share-modal__icon-list .link-icon-wrapper span{font-size:9px;text-align:center}.devroom .action-frame__mobile__options li{cursor:pointer}.devroom .action-frame__mobile__options li span{color:hsla(0,0%,100%,.533);transition:.2s ease}.devroom .action-frame__mobile__options li span:hover{color:hsla(0,0%,100%,.933)}.devroom .action-frame__mobile__options li:last-child{color:#a64fff}.devroom .action-frame__mobile__options li:last-child span{font-size:17px}.participant-fixed-option-box .action-frame__mobile__options li:last-child span{font-size:13px}.options__avatar span{font-size:10px}}.link-icon span{color:hsla(0,0%,100%,.533)}.myselect__bar__title,.myselect__legend span{font-size:14px}@media screen and (max-width:800px){.myselect__bar__title,.myselect__legend span{font-size:13px}}@media screen and (min-width:1920px){.macaroon-box span{font-size:5.6vw}}h1,h2,h3,h4,h5{font-weight:400;-webkit-user-select:none;user-select:none}h1,h2{font-family:Poppins Regular,sans-serif}h2{margin-block:0}h2 span{font-size:inherit}h3,h4{font-family:Open Sans Regular,sans-serif}h4{-webkit-margin-before:.6rem;-webkit-margin-after:.6rem;margin-block-end:.6rem;margin-block-start:.6rem}h5{font-family:Open Sans Regular,sans-serif}.contacts-modal h3,.meet-created-modal h3,.share-modal h3{-webkit-margin-before:0;-webkit-margin-after:0;color:hsla(0,0%,100%,.933);font-family:Poppins Regular,sans-serif;font-size:24px;margin-block-end:0;margin-block-start:0}.user-modal h4{color:hsla(0,0%,100%,.933);font-family:Open Sans ExtraBold,sans-serif;font-size:16px;line-height:22px;text-align:center}.meet-created-modal .heading-frame{align-items:center;display:flex;gap:10px}@media screen and (max-width:800px){.meet-created-modal .heading-frame{gap:5px}}.modale-setup h3{font-size:18px}.devroom h1{color:hsla(0,0%,100%,.533)}.meeting-room-info h4{font-family:Open Sans Bold,sans-serif}.navbar__body #text_meet_by_ringover{color:hsla(0,0%,100%,.933);display:none;font-size:18px}.homepage h1,.homepage h2,.homepage h4{color:hsla(0,0%,100%,.933)}.homepage h1{font-size:42px}.homepage h1 span{font-family:Poppins Light,sans-serif;font-size:inherit}.homepage h2{-webkit-margin-after:.5rem;-webkit-margin-before:.5rem;font-size:32px;margin-block-end:.5rem;margin-block-start:.5rem}.homepage h2 span{font-family:inherit;font-size:inherit}.homepage h4{font-family:Open Sans Regular,sans-serif;font-size:16px}.homepage .heading-frame h4{color:hsla(0,0%,100%,.6)}.homepage .form-frame h4{-webkit-margin-before:0;-webkit-margin-after:1rem;font-family:Open Sans Bold,sans-serif;margin-block-end:1rem;margin-block-start:0}.homepage h5{text-fill-color:transparent;-webkit-text-fill-color:transparent;background-clip:initial;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(-90deg,#a64fff,#6370e7 24%,hsla(0,0%,100%,.933) 50%,#fff);background-size:initial;background-size:200% auto;color:hsla(0,0%,100%,.533);cursor:pointer;font-size:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:800px){.homepage h5{font-size:13px}}.homepage h5 span{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(-20deg,#a64fff,#6370e7);-webkit-background-clip:text;font-family:Open Sans Bold,sans-serif;font-size:inherit}.homepage h5:after{background-color:hsla(0,0%,100%,.533);content:"ok";display:flex;height:.5px;opacity:0;transition:.4s ease;width:100%}.homepage h5:hover{-webkit-animation:textclip 3.2s ease-in infinite;animation:textclip 3.2s ease-in infinite}.homepage h5:hover span{-webkit-text-fill-color:unset;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;-webkit-background-clip:unset}.homepage h5:hover:after{opacity:1}.stats-panel h4{font-size:16px}.contacts-modal h3,.preview-settings-modal h3,.share-modal h3{color:hsla(0,0%,100%,.933)}.advanced-settings .form__row .input__frame h4{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.advanced-settings h4{font-family:Open Sans Regular,sans-serif;font-size:16px}.room-not-found__body__header h2{color:hsla(0,0%,100%,.933);text-align:center}.greetings-box__mobile h2,.prejoin__left-panel .greetings-box h2{color:hsla(0,0%,100%,.933);font-size:28px;text-align:center;text-transform:capitalize}.chat-panel__upload-frame h4{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.message__box__heading{text-transform:capitalize}.message__box__heading span{color:#72bbf1;font-family:Open Sans Bold,sans-serif}.participant-request h4{color:hsla(0,0%,100%,.933)}.record-modal h2:first-letter{text-transform:uppercase}.record-modal h5{font-family:Open Sans Bold,sans-serif;font-size:15px;margin-block:0}.all-settings h2,.meeting-info-modale h2{margin-block:unset}.all-settings h4,.meeting-info-modale h4{font-family:Open Sans Bold,sans-serif;font-size:15px;margin-block:unset}.all-settings__frame.--ms-settings h2{-webkit-margin-before:.25rem;-webkit-margin-after:.25rem;margin-block-end:.25rem;margin-block-start:.25rem}@media screen and (max-width:1600px){.share-modal h3{color:hsla(0,0%,100%,.933)}.homepage h2{font-size:30px}.homepage h1{font-size:36px}.advanced-settings h4,.homepage h4,.meeting-room-info h4,.stats-panel h4{font-size:15px}.modale-setup h3{font-size:18px}.contacts-modal h3,.meet-created-modal h3,.share-modal h3{font-size:22px}.prejoin__left-panel .greetings-box h2{font-size:24px}.record-modal h2{font-size:22px}}@media screen and (max-width:1024px){.homepage h2{font-size:28px}.homepage h1{font-size:34px}.homepage h4{font-size:15px}.advanced-settings h4{font-size:14px}.contacts-modal h3,.meet-created-modal h3,.share-modal h3{font-size:18px}.preview-settings-modal h3{font-size:16px}.modale-setup h3{font-size:15px}}@media screen and (max-width:800px){#text_set_up_meet,.navbar__body #text_meet_by_ringover{display:block}.homepage h1{font-size:28px}.homepage h2{display:none;font-size:17px}.homepage h4,.meeting-room-info h4{font-size:14px}.modale-setup__body__heading h2{font-size:20px}.greetings-box__mobile h2{font-size:22px}.meeting-info-modale h4{font-size:14px}}@media screen and (min-width:1921px){.homepage h2{font-size:1.72vw}.homepage h1{font-size:2.3vw}.homepage h4{font-size:.84vw}.modale-setup h3{font-size:.8vw}#text_set_up_meet{font-size:1.4vw}h3{font-size:.72vw}.contacts-modal h3,.meet-created-modal h3,.share-modal h3{font-size:1.2vw}.contacts-modal h3,.share-modal h3{font-size:1.5vw}}ul li{font-family:Open Sans Regular,sans-serif;font-size:14px}@media screen and (max-width:800px){ul li{font-size:13px}}ul{-webkit-padding-start:0;-webkit-margin-after:0;-webkit-margin-before:0;margin-block-end:0;margin-block-start:0;padding-inline-start:0}.participant-list__more-options,.participant-option-box ul,.participant-panel__frame ul{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;list-style-type:none;padding:.75rem}@media screen and (max-width:1024px){.participant-list__more-options,.participant-option-box ul,.participant-panel__frame ul{padding:.55rem}}.participant-list__more-options li:not(.disabled),.participant-option-box ul li:not(.disabled),.participant-panel__frame ul li:not(.disabled){color:hsla(0,0%,100%,.933);cursor:pointer}.participant-list__more-options li:not(.disabled):hover,.participant-option-box ul li:not(.disabled):hover,.participant-panel__frame ul li:not(.disabled):hover{color:hsla(0,0%,100%,.533)}.participant-option-box ul{gap:.65rem}ul .disabled{color:hsla(0,0%,100%,.267)}textarea{resize:none}::-webkit-input-placeholder{border-radius:5px;font-family:Open Sans Regular,sans-serif;font-size:14px}::placeholder,input,option,select,textarea{border-radius:5px;font-family:Open Sans Regular,sans-serif;font-size:14px}@media screen and (max-width:800px){::-webkit-input-placeholder{font-size:13px}::placeholder,input,option,select,textarea{font-size:13px}}input[type=number]{font-family:Open Sans Bold,sans-serif;font-size:20px}input[type=time]{background-color:#242129;border:2px solid #ccc;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.1);color:#333;font-size:16px;padding:8px}input[type=time]:focus{border-color:#5c5cff;box-shadow:0 0 5px rgba(92,92,255,.5);outline:none}input[type=submit]{-webkit-appearance:none;cursor:pointer}input:focus,select:focus,textarea:focus{outline:medium none invert;outline:initial}::-webkit-input-placeholder{color:hsla(0,0%,100%,.267)}::placeholder{color:hsla(0,0%,100%,.267)}option,select{-webkit-appearance:initial;appearance:none;color:hsla(0,0%,100%,.933);padding:.75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1024px){option,select{padding:.55rem}}.input-frame textarea,.input-frame__input{background:linear-gradient(-60deg,rgba(58,54,85,.282),rgba(34,48,57,.392) 100%);border:1px solid hsla(0,0%,100%,.086);color:hsla(0,0%,100%,.933);padding:10px 15px}.basic-settings .form__row__block option,.basic-settings .form__row__block select{background-color:#242129;border:1px solid hsla(0,0%,100%,.086);width:100%}.basic-settings .form__row__block select{background:hsla(0,0%,100%,.086)}.homepage .form__body .input-frame input,.prejoin .form__body .input-frame input{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;color:hsla(0,0%,100%,.933);height:auto;height:48px;position:absolute;text-indent:3.8rem;width:inherit}.homepage .form__body .input-frame img,.homepage .form__body .input-frame svg,.prejoin .form__body .input-frame img,.prejoin .form__body .input-frame svg{height:25px;margin:auto 1.25rem;position:absolute;width:25px}.prejoin .form__body .input-frame{padding:.75rem}@media screen and (max-width:1024px){.prejoin .form__body .input-frame{padding:.55rem}}.prejoin .form__body .input-frame input{position:relative}.input-frame.input-searchbar{align-items:center;background:linear-gradient(-60deg,rgba(58,54,85,.282),rgba(34,48,57,.392) 100%);display:flex;height:100%;position:relative;width:100%}.input-frame.input-searchbar input{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;border:1px solid hsla(0,0%,100%,.063);height:100%;text-indent:50px;width:inherit}.input-frame.input-searchbar img,.input-frame.input-searchbar svg{height:24px;margin:auto 10px auto 15px;position:absolute;width:24px}.HourPicker input{background-color:#242129;border:1px solid hsla(0,0%,100%,.063);color:hsla(0,0%,100%,.933);padding:.75rem;width:18%}@media screen and (max-width:1024px){.HourPicker input{padding:.55rem}}.HourPicker input[type=submit]{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251))}.chat-panel__dialog-action .input-frame{align-items:flex-end;background:linear-gradient(-60deg,rgba(58,54,85,.282),rgba(34,48,57,.392) 100%);border:1px solid hsla(0,0%,100%,.086);border-radius:5px;display:flex;width:100%}.chat-panel__dialog-action .input-frame textarea{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;border-radius:0;border-radius:initial;color:hsla(0,0%,100%,.933);font-family:EmojiMart;font-size:16px;height:42px;max-height:122px;resize:none;width:100%;z-index:0}.chat-panel__dialog-action .input-frame .overlay{align-items:center;display:flex;flex-direction:row;gap:10px;height:100%;justify-content:center;padding:8px 15px 8px 10px;right:0;width:auto;z-index:1}.chat-panel .label-file{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251));border-radius:5px;color:hsla(0,0%,100%,.533);cursor:pointer;padding:.75rem}@media screen and (max-width:1024px){.chat-panel .label-file{padding:.55rem}}.chat-panel .label-file:hover{color:hsla(0,0%,100%,.933)}.chat-panel .input-file{display:none}.external-box__textarea{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:1px solid hsla(0,0%,100%,.086);border-radius:0;border-radius:initial;color:hsla(0,0%,100%,.933);height:50%;padding:.5rem;resize:none;width:100%;z-index:0}.input-link.input-frame ::placeholder,.input-link.input-frame input,.input-link.input-frame textarea{color:hsla(0,0%,100%,.533)}.meeting-details-box__container__content .input-link.input-frame input::-webkit-input-placeholder{color:hsla(0,0%,100%,.933)}.meeting-details-box__container__content .input-link.input-frame input::placeholder{color:hsla(0,0%,100%,.933)}@media screen and (max-width:1600px){.homepage .form__body .input-frame input{height:46px}}@media screen and (max-width:1024px){.chat-panel__dialog-action .input-frame textarea{align-items:center;display:flex;flex-direction:row;height:40px;justify-content:flex-start;line-height:20px}}@media screen and (max-width:800px){.homepage .form__body .input-frame input{width:100%}.input-link.input-frame ::-webkit-input-placeholder{font-size:11px}.input-link.input-frame ::placeholder,.input-link.input-frame input,.input-link.input-frame textarea{font-size:11px}}@media screen and (min-width:1921px){.homepage .form__body .input-frame input{font-size:.72vw;height:2.6vw;text-indent:3.2vw}.homepage .form__body .input-frame img,.homepage .form__body .input-frame svg{height:1.25vw;margin:auto 1vw;width:1.25vw}.homepage .form__body ::-webkit-input-placeholder{font-size:.72vw}.homepage .form__body ::placeholder{font-size:.72vw}}.input-link.input-frame{position:relative}.input-link.input-frame ::-webkit-input-placeholder{color:hsla(0,0%,100%,.533)}.input-link.input-frame ::placeholder{color:hsla(0,0%,100%,.533)}.input-link.input-frame .icon-frame{align-items:center;display:flex;flex-direction:row;gap:.5rem;height:100%;justify-content:flex-end;padding:.75rem;position:absolute;right:0;top:0;width:auto}@media screen and (max-width:1024px){.input-link.input-frame .icon-frame{padding:.55rem}}.input-link.input-frame textarea{letter-spacing:.02rem;padding-right:5rem;width:100%}.input-link.input-frame.input-textarea{display:flex}.input-link.input-frame.input-textarea .icon-frame{align-items:flex-end}.input-frame__input{width:100%}@media screen and (max-width:800px){.input-link.input-frame .icon-frame img{width:auto}}.input-checkbox{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.input-checkbox{gap:5px}}.input-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;background:linear-gradient(-120deg,#a64fff 13.05%,#6370e7 81.16%);border-radius:6px;color:currentColor;cursor:pointer;display:grid;font:inherit;height:20px;margin:0;place-content:center;-webkit-transform:translateY(-.075em);transform:translateY(-.075em);width:20px}.input-checkbox input[type=checkbox]:after{background-color:rgba(36,33,41,.894);border-radius:6px;content:"";height:18px;left:1px;position:absolute;top:1px;width:18px}.input-checkbox input[type=checkbox]:before{box-shadow:inset 1em 1em #a64fff;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);content:"";height:13px;padding:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:bottom left;transform-origin:bottom left;transition:-webkit-transform .05s linear;transition:transform .05s linear;transition:transform .05s linear,-webkit-transform .05s linear;width:13px;z-index:99}.input-checkbox input[type=checkbox]:checked:before{-webkit-transform:scale(1);transform:scale(1)}.input-checkbox.--alt input[type=checkbox]{background:hsla(0,0%,100%,.067);border-color:transparent;border-radius:6px;height:32px;place-content:center;-webkit-transform:translateY(-.075em);transform:translateY(-.075em);width:40px}.input-checkbox.--alt input[type=checkbox]:after{background-color:#242129;content:"";height:30px;left:1px;top:1px;width:38px}.input-checkbox.--alt input[type=checkbox]:before{box-shadow:inset 1em 1em hsla(0,0%,100%,.533);-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);height:16px;width:16px}.participant-request .input-checkbox input[type=checkbox]{background:transparent;border-radius:2px}.participant-request .input-checkbox input[type=checkbox]:after{background-color:initial;border:1px solid hsla(0,0%,100%,.933);border-radius:2px;content:"";left:0;top:1px}.participant-request .input-checkbox input[type=checkbox]:before{box-shadow:inset 1em 1em hsla(0,0%,100%,.933);height:12px;width:12px}.option-radio{border:1px solid rgba(114,187,241,.376);border-radius:5px;padding:.75rem;position:relative}@media screen and (max-width:1024px){.option-radio{padding:.55rem}}.option-radio input[type=radio]{-webkit-appearance:none;appearance:none;background-color:rgba(114,187,241,.125);border:initial;cursor:pointer;height:100%;left:0;margin:0;opacity:.1;padding:0;position:absolute;top:0;transition:.16s ease;width:100%;z-index:0}.option-radio input[type=radio]:hover{background-color:rgba(114,187,241,.251)}.option-radio input[type=radio]:checked{background-color:rgba(114,187,241,.251);opacity:.3}@media screen and (max-width:800px){.input-checkbox input[type=checkbox]{margin-top:2.4px}}.option-frame input[type=radio]{-webkit-appearance:none;appearance:none;background-color:initial;border:1.25px solid #6370e7;border-radius:50%;cursor:pointer;display:grid;height:20px;margin:0;place-content:center;width:20px}.option-frame input[type=radio]:before{background:linear-gradient(45deg,#a64fff,#6370e7);border-radius:50%;content:"";height:12px;-webkit-transform:scale(0);transform:scale(0);width:12px}.option-frame input[type=radio]:checked:before{-webkit-transform:scale(1);transform:scale(1)}.all-settings .option-frame__legend span{color:hsla(0,0%,100%,.533);font-size:14px}@media screen and (max-width:800px){.all-settings .option-frame__legend span{font-size:13px}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.typecode-frame__body .box{align-items:stretch;display:flex;flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.typecode-frame__body .box{gap:5px}}.typecode-frame__body .box input[type=number]{background:linear-gradient(-60deg,rgba(58,54,85,.282),rgba(34,48,57,.392) 100%);border:2px solid hsla(0,0%,100%,.086);color:hsla(0,0%,100%,.933);height:48px;text-align:center;width:48px}label{color:hsla(0,0%,100%,.933);font-family:Open Sans Regular,sans-serif;font-size:14px}@media screen and (max-width:800px){label{font-size:13px}}.prejoin__left-panel .form__header label{cursor:pointer;font-size:14px}@media screen and (max-width:800px){.prejoin__left-panel .form__header label{font-size:13px}}.preview-settings-modal label{cursor:pointer}.preview-settings-modal label:first-letter{text-transform:uppercase}.check-frame label{cursor:pointer}@media screen and (max-width:1600px){.prejoin__left-panel .form__header label{font-size:13px}}@media screen and (max-width:800px){.prejoin__left-panel .form__header label{font-size:12px}.preview-settings-modal label{font-size:11px}}@media screen and (min-width:1921px){.prejoin__left-panel .form__header label{font-size:.68vw}}.square-pill{align-items:center;display:flex;flex-direction:row;height:50px;justify-content:center;overflow:hidden;width:50px}.Collapsible table .round-pill,.Collapsible table .square-pill{height:40px;width:40px}.square-pill{background:linear-gradient(90deg,hsla(0,0%,100%,.251),rgba(134,89,122,.251));border-radius:26px;overflow:visible;padding:2px;position:relative}.square-pill__frame{align-items:center;background:linear-gradient(30deg,rgba(22,32,37,.769),rgba(19,18,31,.769));border-radius:24px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:1rem}.square-pill .notification{background:linear-gradient(#f88,#f05f5f);border-radius:8px;height:16px;margin-right:-60%;position:absolute;top:-4px;transition:all .8s linear;width:16px;z-index:99}.square-pill svg{height:28px;width:28px}.round-pill{border:initial;border-radius:50%;cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.round-pill img{aspect-ratio:1/1;height:64px;width:64px}@media screen and (max-width:1600px){.round-pill img{height:52px;width:52px}}@media screen and (max-width:1024px){.round-pill img{height:48px;width:48px}}@media screen and (max-width:800px){.round-pill img{height:40px;width:40px}}@media screen and (min-width:1921px){.round-pill img{height:3.2vw;width:3.2vw}}.round-pill.avatar .macaroon,.round-pill.avatar img{align-items:center;border-radius:50%;display:flex;flex-direction:row;height:20px;justify-content:center;object-fit:cover;text-transform:uppercase;width:20px}.participant-list .round-pill.avatar .macaroon,.participant-list .round-pill.avatar img{height:40px;width:40px}.message__box .round-pill.avatar img{height:20px;width:20px}.options__avatar .round-pill.avatar img{aspect-ratio:1/1;height:64px;width:64px}@media screen and (max-width:1600px){.options__avatar .round-pill.avatar img{height:52px;width:52px}}@media screen and (max-width:1024px){.options__avatar .round-pill.avatar img{height:48px;width:48px}}@media screen and (max-width:800px){.options__avatar .round-pill.avatar img{height:40px;width:40px}}@media screen and (min-width:1921px){.options__avatar .round-pill.avatar img{height:3.2vw;width:3.2vw}}.avatar .round-pill{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;text-transform:uppercase}.share-modal__clipped{bottom:2%;position:fixed;transition:all .4s linear;z-index:999}.share-modal__clipped .pill{background:hsla(0,0%,100%,.086);border:1px solid hsla(0,0%,100%,.063);border-radius:32px;padding:.75rem 1.25rem}.share-modal__clipped .pill p{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.visual-effect-box .pill-carousel__item{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}@media screen and (max-width:800px){.visual-effect-box .pill-carousel__item{gap:5px}}.visual-effect-box .pill-carousel__item__content{align-items:center;background-color:#2f2a38;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid hsla(0,0%,100%,.086);border-radius:16px;cursor:pointer;display:flex;flex-direction:row;height:96px;justify-content:center;padding:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:center;transform-origin:center;transition:all .32s ease;width:96px}.visual-effect-box .pill-carousel__item input[type=file]{-webkit-appearance:unset;height:100%;opacity:0;width:100%}.random-color__pill,.upload-profile__pill{align-items:center;background-color:#2f2a38;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;font-size:smaller;height:66px;justify-content:center;text-align:center;text-shadow:1px 1px 0 #242129;text-transform:uppercase;-webkit-transform-origin:center;transform-origin:center;-webkit-user-select:none;user-select:none;width:66px}.random-color__pill:before,.upload-profile__pill:before{background:linear-gradient(45deg,#a64fff,#6370e7);border-radius:50%;content:"";height:68px;position:absolute;width:68px;z-index:-1}.random-color__pill{position:relative}.upload-profile__pill{background:linear-gradient(-120deg,#823cca,#4c57bb);height:64px;width:64px}.upload-profile__pill input[type=file]{cursor:pointer;height:inherit;opacity:0;position:absolute;width:inherit}.upload-profile__pill:before{height:68px;width:68px}.upload-profile__pill.--preview{background-image:url(/static/media/upload-profile-default.111364b4e99119ca709e.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:120%;cursor:auto}.random-color__pill span{flex-direction:column;position:relative;z-index:999}.palette,.random-color__pill span{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.palette{bottom:0;left:-116px;opacity:0;position:absolute;-webkit-transform-origin:center;transform-origin:center;transition:1s;z-index:99}.palette.active{-webkit-animation:logoRotate 8s infinite;animation:logoRotate 8s infinite;left:0;opacity:1}.palette div{align-items:center;border:1px solid #242129;border-radius:50%;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:row;height:36px;justify-content:center;margin:auto;min-width:36px;position:absolute;-webkit-transform:translate(100px);transform:translate(100px);transition:.6s ease}.palette.active #pal1{-webkit-transform:translateX(0) translateY(-250%);transform:translateX(0) translateY(-250%)}.palette.active #pal2{-webkit-transform:translateX(0) translateY(250%);transform:translateX(0) translateY(250%)}.palette.active #pal3{-webkit-transform:translateX(250%) translateY(0);transform:translateX(250%) translateY(0)}.palette.active #pal4{-webkit-transform:translateX(-250%) translateY(0);transform:translateX(-250%) translateY(0)}.palette.active #pal5{-webkit-transform:translateX(188%) translateY(188%);transform:translateX(188%) translateY(188%)}.palette.active #pal6{-webkit-transform:translateX(188%) translateY(-188%);transform:translateX(188%) translateY(-188%)}.palette.active #pal7{-webkit-transform:translateX(-188%) translateY(-188%);transform:translateX(-188%) translateY(-188%)}.palette.active #pal8{-webkit-transform:translateX(-188%) translateY(188%);transform:translateX(-188%) translateY(188%)}@media screen and (max-width:1600px){.share-modal__clipped .pill{padding:.65rem 1rem}.random-color__pill{font-size:12px;height:64px;width:64px}.random-color__pill:before{height:68px;width:68px}}@media screen and (max-width:1024px){.square-pill__frame{padding:1rem}}@media screen and (max-width:800px){.square-pill{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.square-pill__frame{background:linear-gradient(45deg,#a64fff,#6370e7)}.round-pill{height:auto;width:auto}.round-pill.avatar img{height:32px;opacity:1;width:32px}.basic-settings .round-pill{height:auto;width:auto}.basic-settings .round-pill img{padding:0}.square-pill{border-radius:50%;height:auto;width:auto}.square-pill__frame{border-radius:50%;padding:.75rem}.square-pill__frame svg{height:24px;width:24px}.Collapsible table .round-pill,.Collapsible table .square-pill{height:32px;width:32px}.visual-effect-box .pill-carousel__item__content{height:72px;width:72px}.random-color__pill,.upload-profile__pill{font-size:10px;height:56px;width:56px}.random-color__pill:before,.upload-profile__pill:before{height:60px;width:60px}}@media screen and (min-width:1921px){.square-pill{height:3vw;width:3vw}.square-pill svg{height:40px;width:40px}.square-pill__frame{padding:1.5rem}}.logotype{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:1rem;justify-content:center}.logotype svg{aspect-ratio:1/1;display:flex;height:64px;transition:.24s ease;width:64px}@media screen and (max-width:1600px){.logotype svg{height:52px;width:52px}}@media screen and (max-width:1024px){.logotype svg{height:48px;width:48px}}@media screen and (max-width:800px){.logotype svg{height:40px;width:40px}}@media screen and (min-width:1921px){.logotype svg{height:3.2vw;width:3.2vw}}@media screen and (max-width:800px){.logotype svg{-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-animation:initial;animation:initial}}.scroll-bar::-webkit-scrollbar{overflow:hidden}.scroll-bar::-webkit-scrollbar-track{box-shadow:inset 0 0 2px transparent}.scroll-bar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.086);box-sizing:border-box}.scroll-bar::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.031)}.scroll-bar{overflow:hidden}.scroll-bar.invisible::-webkit-scrollbar,::-webkit-scrollbar{width:0}body{scrollbar-color:hsla(0,0%,100%,.071) hsla(0,0%,100%,.016)}body::-moz-scrollbar-thumb:hover{max-width:inherit!important;min-width:inherit!important}@media screen and (max-width:800px){.scroll-bar::-webkit-scrollbar{width:4px}}.user-item{background:hsla(0,0%,100%,.086);border:1px solid hsla(0,0%,100%,.063);border-radius:5px;justify-content:space-between;padding:.5rem}.user-item,.user-item__profil{align-items:center;display:flex}.user-item__profil{flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.user-item__profil{gap:5px}}.user-item__profil__picture{border-radius:50%}.user-item__is-to-add{background:hsla(0,0%,100%,.031)}.user-item__is-added{background:linear-gradient(135deg,rgba(54,205,207,.5),rgba(64,224,207,.5))}@media screen and (max-width:800px){.user-item__operate{background-color:plum;display:none}}.exit-frame img{cursor:pointer;-webkit-transform-origin:center;transform-origin:center}.exit-frame img:hover{-webkit-transform:scale(.92);transform:scale(.92)}.action-frame__mobile__separator,.meet-created-modal__separator,.share-modal__separator{display:none}.action-frame__mobile__separator hr,.meet-created-modal__separator hr,.share-modal__separator hr{background-color:hsla(0,0%,100%,.533);border:initial;height:1px;width:25%}.bright-stroke{background-color:#fff!important;-webkit-filter:brightness(8)!important;filter:brightness(8)!important}.devroom__option-panel hr{border:initial;border-left:1.5px solid hsla(0,0%,100%,.2);height:30px;width:0}.upload-frame__separator{display:flex;width:100%}.upload-frame__separator hr{background-color:hsla(0,0%,100%,.533);border:initial;height:1px;width:72%}.action-frame__mobile__separator{align-items:center;display:flex;flex-direction:row;height:48px;justify-content:center;margin:auto;width:24%}.action-frame__mobile__separator hr{border:initial;cursor:pointer;height:1px;width:100%}.action-frame hr{margin-left:8px;margin-right:8px}.devroom .action-frame__mobile__bottom hr{background:hsla(0,0%,100%,.533);border:initial;height:40px;width:1px}@media screen and (max-width:800px){.meet-created-modal__separator,.share-modal__separator{align-items:center;display:flex;min-height:48px}}.prejoin .option-layer img{border:5px solid transparent;border-radius:50%}.prejoin .option-layer span{border-radius:50%;display:flex;height:auto;-webkit-transform-origin:center;transform-origin:center;width:auto}.prejoin .option-layer .no,.prejoin .option-layer span{border:0 solid transparent;padding:6px}.prejoin .option-layer .regular{border:1px solid rgba(114,187,241,.196);padding:5px}.prejoin .option-layer .regular img{border:5px solid rgba(114,187,241,.196)}.prejoin .option-layer .medium{border:2px solid rgba(114,187,241,.282);padding:4px}.prejoin .option-layer .medium img{border:5px solid rgba(114,187,241,.282)}.prejoin .option-layer .high{border:3px solid rgba(114,187,241,.643);padding:3px}.prejoin .option-layer .high img{border:5px solid rgba(114,187,241,.643)}.devroom__mosaic__screen{align-items:center;aspect-ratio:16/9;background-color:#242129;border-radius:10px;display:flex;flex-direction:row;height:-webkit-max-content;height:max-content;height:-moz-available;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative;-webkit-user-select:none;user-select:none;width:100%}@-moz-document url-prefix(){.devroom__mosaic__screen{overflow:visible;overflow:initial}}.devroom__mosaic__screen .portrait{display:flex;height:100%;margin:0;margin-inline:unset;overflow:hidden;width:100%}.devroom__mosaic__screen .portrait img{height:100%;object-fit:cover;width:100%}.devroom__mosaic__screen__overlay{color:hsla(0,0%,100%,.933);display:flex;height:100%;justify-content:flex-end;padding:.75rem;position:absolute;width:100%}@media screen and (max-width:1024px){.devroom__mosaic__screen__overlay{padding:.55rem}}.devroom__mosaic__screen__overlay.--bottom{align-items:flex-end;bottom:0;height:auto;margin:auto auto 0}.devroom__mosaic__screen__overlay.--bottom .container{display:flex;justify-content:space-between;width:100%}.devroom__mosaic__screen__overlay.--bottom .container div{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.devroom__mosaic__screen__overlay.--bottom .container div{gap:5px}}.devroom__mosaic__screen.--talking{border:4px solid #72bbf1}.featured-frame .devroom__mosaic__screen{border:4px solid #72f1c0;height:100%;max-height:-webkit-fill-available;overflow:hidden}@media screen and (max-width:800px){.featured-frame .devroom__mosaic__screen{border-width:3px;height:100%;max-height:-webkit-fill-available;min-height:100%}.devroom__mosaic__screen.--talking{border-width:3px}.devroom__mosaic__screen .portrait img{border-radius:6px}}.Alert{background-color:#fff;border:1px solid #000;border-radius:4px;box-shadow:1px 2px 8px rgba(0,0,0,.3);font-family:Courier New,Courier,monospace;margin:48px auto auto;padding:16px;top:0;width:256px;z-index:10}.Alert button{border:none;border-radius:3px;font-weight:700;padding:4px;width:72px}button#ok{background-color:blue;color:#fff}button#ok:hover{background-color:#2f2fff}.Alert .Actions{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;padding:16px 0 0}.Alert h1{font-size:21px}.Alert h3{font-size:12px}.Backdrop{background-color:rgba(0,0,0,.4);height:100vh;left:0;margin:0;padding:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100vw;z-index:0}.Collapsible{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.Collapsible__contentInner{padding-bottom:2vw;padding-top:2vw}.Collapsible__trigger{align-items:flex-start;display:block;display:flex;flex-direction:column;justify-content:flex-start;padding-left:0;position:relative;transition:all .3s ease}.Collapsible__trigger:after{background-image:url(/static/media/arrow-down.380e26e95cf9f914d8ee.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:100%;position:absolute;right:0;top:0;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;width:28px}.Collapsible__trigger.is-open:after{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.Collapsible__trigger.is-disabled{background-color:grey;opacity:.5}.Collapsible__trigger{-webkit-margin-after:0;-webkit-margin-before:0;margin-block-end:0;margin-block-start:0;padding-bottom:1.5rem;padding-top:1.5rem}.stats-panel .Collapsible__trigger{justify-content:center}.stats-panel .Collapsible__contentInner,.stats-panel .Collapsible__trigger{padding-bottom:1rem;padding-top:1rem}.stats-panel .Collapsible__contentInner{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.stats-panel .Collapsible__contentInner{gap:5px}}.is-open+.Collapsible__contentOuter{overflow:visible!important}@media screen and (max-width:800px){.Collapsible__trigger:after{background-size:contain;width:24px}.Collapsible__trigger{height:48px;padding-bottom:0;padding-right:0;padding-top:0}}caption,table,td,tr{font-family:Open Sans Regular,sans-serif;font-size:14px}@media screen and (max-width:800px){caption,table,td,tr{font-size:13px}}.basic-settings caption{align-items:center;caption-side:bottom;display:flex;gap:1rem;padding:.75rem;text-align:start}@media screen and (max-width:1024px){.basic-settings caption{padding:.55rem}}.basic-settings table{margin:auto;width:100%}.basic-settings table td{padding:.5rem 0;text-align:center}.basic-settings table td:first-child{align-items:center;display:flex;gap:1.5rem}.basic-settings table td:first-child span{font-family:Open Sans Bold,sans-serif;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;width:200px}.basic-settings table th{color:hsla(0,0%,100%,.533);font-size:14px;font-weight:400}@media screen and (max-width:800px){.basic-settings table th{font-size:13px}}.basic-settings table tbody tr td:nth-child(2),.basic-settings table tbody tr td:nth-child(3){width:14%}@media screen and (max-width:1600px){.basic-settings table th{font-size:14px}}@media screen and (max-width:1600px) and (max-width:800px){.basic-settings table th{font-size:13px}}@media screen and (max-width:800px){.basic-settings table th{font-size:12px}}@media screen and (min-width:1921px){.basic-settings table td:first-child{gap:1vw}}.prejoin .greetings-box__mobile{display:none}@media screen and (max-width:800px){.prejoin__left-panel .greetings-box{display:none}.prejoin .greetings-box__mobile{display:block}}.input-box{font-family:Open Sans Regular,sans-serif;width:auto}.input-box__value{align-items:center;background-color:#27252b;border:1px solid hsla(0,0%,100%,.063);border-radius:5px;color:hsla(0,0%,100%,.933);cursor:pointer;display:flex;flex-direction:row;height:100%;justify-content:center;justify-content:space-between;min-width:160px;padding:.65rem}@media screen and (max-width:1024px){.input-box__value{padding:.55rem}}.input-box__value span{display:flex}.input-box__options{height:auto;min-height:auto;position:relative;width:100%}.input-box__options ul{-webkit-margin-after:0;-webkit-margin-before:0;-webkit-padding-start:0;background:#27252b;border:1px solid hsla(0,0%,100%,.063);border-radius:5px;list-style-type:none;margin-block-end:0;margin-block-start:0;margin-top:.75rem;max-height:200px;min-width:220px;overflow-y:scroll;padding-inline-start:0;position:absolute;text-align:start;width:100%;z-index:99}.input-box__options ul li{color:hsla(0,0%,100%,.933);cursor:pointer;font-size:14px;padding:.75rem}@media screen and (max-width:1024px){.input-box__options ul li{padding:.55rem}}@media screen and (max-width:800px){.input-box__options ul li{font-size:13px}}.input-box__options ul li:hover{background:#242129}.audio-video-box .input-box__options ul{overflow:hidden}.preview-settings-modal .input-box__value{box-shadow:1px 1px 1px 1px rgba(0,0,0,.071),0 1px 2px 2px rgba(0,0,0,.086)}@media screen and (max-width:800px){.input-box__options ul{margin-top:.5rem;min-width:160px}}.typecode-frame__footer .notif-frame{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.typecode-frame__footer .notif-frame{gap:5px}}.typecode-frame__footer .notif-frame p{font-size:14px}@media screen and (max-width:800px){.typecode-frame__footer .notif-frame p{font-size:13px}}.typecode-frame__footer .notif-frame.success p{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(-20deg,#3696cf,#40e0cf);-webkit-background-clip:text}.typecode-frame__footer .notif-frame.danger p{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(-20deg,#f88,#f05f5f);-webkit-background-clip:text}#participant-panel-notif.dot{position:absolute}.dot{border-radius:50%;height:12px;width:12px}.dot.--danger{background:radial-gradient(at center,#f88,#f05f5f);right:2px;top:-2px}.macaroon-box__frame{align-items:center;aspect-ratio:1/1;background-color:#daa520;border-radius:50%;display:flex;flex-direction:row;height:auto;justify-content:center;width:25%}.devroom__mosaic .macaroon-box{height:auto}.devroom__mosaic .macaroon-box__frame{height:auto;min-width:6.8vw}.devroom__mosaic .macaroon-box span{font-size:2.6vw;text-indent:8px}.devroom__mosaic.--twenty-participants .devroom__mosaic__screen .macaroon-box__frame{min-width:4.4vw}.devroom__mosaic.--twenty-participants .devroom__mosaic__screen .macaroon-box span{font-size:2vw}.featured-frame .devroom__mosaic__screen .macaroon-box__frame{height:13vw;width:13vw}.devroom__body__main.--flex-layout .devroom__mosaic .macaroon-box__frame{min-width:5.6vw}@media screen and (max-width:1600px){.devroom__mosaic .macaroon-box__frame{min-width:7.2vw}}@media screen and (max-width:1024px){.macaroon-box__frame{height:144px;width:144px}.devroom__mosaic .macaroon-box__frame{height:auto;min-width:8vw;width:auto}.devroom__mosaic .macaroon-box__frame span{text-indent:2px}.featured-frame .devroom__mosaic__screen .macaroon-box__frame{height:140px;width:140px}}@media screen and (max-width:800px){.devroom__mosaic .macaroon-box__frame{min-width:12vw}.devroom__body__main.--flex-layout .devroom__mosaic .macaroon-box__frame{min-width:9.6vw}.devroom__mosaic.--twenty-participants .devroom__mosaic__screen .macaroon-box__frame{min-width:12vw}.devroom__mosaic.--twenty-participants .devroom__mosaic__screen .macaroon-box span{font-size:3vw}}@media screen and (min-width:1920px){.macaroon-box__frame{width:20%}}.pill-carousel__controls{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:center}.pill-carousel__controls .next-button,.pill-carousel__controls .prev-button{align-items:center;background:linear-gradient(-120deg,#a64fff,#6370e7);border:1px solid hsla(0,0%,100%,.086);border-radius:5px;display:flex;flex-direction:row;height:24px;justify-content:center;padding:0;width:24px}.pill-carousel__controls .next-button svg,.pill-carousel__controls .prev-button svg{height:16px;width:16px}.chat-panel__heading,.modale-setup__body__heading,.participant-panel__heading,.screen-layout-panel__heading,.stats-panel__heading,.visual-effects-panel__heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.chat-panel__heading .exit-frame,.modale-setup__body__heading .exit-frame,.participant-panel__heading .exit-frame,.screen-layout-panel__heading .exit-frame,.stats-panel__heading .exit-frame,.visual-effects-panel__heading .exit-frame{display:flex}.chat-panel__heading .exit-frame img,.modale-setup__body__heading .exit-frame img,.participant-panel__heading .exit-frame img,.screen-layout-panel__heading .exit-frame img,.stats-panel__heading .exit-frame img,.visual-effects-panel__heading .exit-frame img{cursor:pointer}.chat-panel .message__row{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-end}.chat-panel .message__box{align-items:stretch;border:1px solid hsla(0,0%,100%,.086);display:flex;flex-direction:column;gap:10px;justify-content:flex-start;max-width:70%;padding:15px;width:auto}.chat-panel .message__box__author{align-items:center;color:hsla(0,0%,100%,.533);display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.chat-panel .message__box__author span{font-size:14px}@media screen and (max-width:800px){.chat-panel .message__box__author span{font-size:13px}}.chat-panel .message__box__author .round-pill span{font-size:10px}.chat-panel .message__box__body{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.chat-panel .message__box__body{gap:5px}}.chat-panel .message__box__heading{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start}.chat-panel .message__box__options{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.chat-panel .message__box__options{gap:5px}}.chat-panel .message__box__footer{align-items:center;color:hsla(0,0%,100%,.533);display:flex;flex-direction:row;font-size:smaller;justify-content:center}.chat-panel .message__row{gap:.5rem}.chat-panel .message__row .sending-time span{color:hsla(0,0%,100%,.533);font-size:12px}.chat-panel .message__row.--right{align-items:flex-end;display:flex;flex-direction:row-reverse;justify-content:flex-start}.chat-panel .message__row.--right .message__box{background-color:hsla(0,0%,100%,.133);border-radius:16px 16px 4px 16px}.chat-panel .message__row.--right .message__info{align-items:flex-end}.chat-panel .message__row.--right.--following .message__box{border-radius:16px 4px 4px 16px}.chat-panel .message__row.--right.--last .message__box{border-radius:16px 4px 16px 16px}.chat-panel .message__row.--left{justify-content:flex-start}.chat-panel .message__row.--left .message__box{background-color:hsla(0,0%,100%,.067);border-radius:16px 16px 16px 4px}.chat-panel .message__row.--left.--following .message__box{border-radius:4px 16px 16px 4px}.chat-panel .message__row.--left.--last .message__box{border-radius:4px 16px 16px 16px}.chat-panel .message__info{align-items:flex-start;display:flex;display:none;flex-direction:column;justify-content:center}.chat-panel .message__info .options{display:flex}.chat-panel .message__row.--sondage .message__box{background:linear-gradient(rgba(114,187,241,.086),rgba(75,144,226,.086))}.chat-panel .message__box.--sondage{min-width:70%}.chat-panel .message__row:hover .message__info{display:flex}.chat-panel .progress-upload{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:auto 1fr auto;width:100%}.chat-panel .progress-upload__content{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start}.chat-panel .progress-upload__cross,.chat-panel .progress-upload__picto{display:flex}.chat-panel .progress-upload__cross img{border:1px solid hsla(0,0%,100%,.933);border-radius:50%;padding:.16rem}.progress-upload-bar{display:flex;position:relative}.progress-upload-bar__value{align-items:center;display:flex;justify-content:flex-end;position:absolute;width:100%}.progress-upload-bar span{font-size:9px;height:-webkit-fill-available;line-height:0}progress[value]{-webkit-appearance:none;appearance:none;height:6px;width:250px}progress[value]::-webkit-progress-bar{background:linear-gradient(45deg,rgba(110,48,173,.251),rgba(68,78,165,.251));border:1px solid hsla(0,0%,100%,.067);border-radius:12px;height:6px;overflow:hidden}progress[value]::-webkit-progress-value{background-color:#a64fff}.pill-stats{border:1px solid hsla(0,0%,100%,.086);border-radius:5px;position:relative}.pill-stats__content{background:linear-gradient(90deg,rgba(114,187,241,.643),rgba(75,144,226,.643));display:flex;padding:.75rem;position:static}@media screen and (max-width:1024px){.pill-stats__content{padding:.55rem}}.pill-stats__content span:nth-of-type(2){position:absolute;right:.75rem}.action-frame span.tooltip,.devroom__option-panel .info-box .tooltip,.tooltip{background:#242129;background-color:rgba(36,33,41,.282);border:1px solid hsla(0,0%,100%,.063);border-radius:10px;border-radius:4px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);color:hsla(0,0%,100%,.533);font-size:11px;padding:.1rem;position:absolute;text-align:center;width:auto;z-index:99}.tooltip:first-letter{text-transform:uppercase}@media screen and (min-width:1920px){.tooltip{font-size:.58vw}}.tab{display:flex;height:2rem;justify-content:space-around}.tab>*{border:2px solid;border-image-slice:1;border-left:0;border-right:0;border-top:0;cursor:pointer;flex:1 1;height:100%;line-height:1rem;text-align:center;vertical-align:middle}.tab__no-active{border-image-source:linear-gradient(240.94deg,rgba(166,79,255,.2) 13.05%,rgba(99,112,231,.2) 81.16%);color:hsla(0,0%,100%,.533);font-family:Open Sans Regular,sans-serif}.tab__active{border-image-source:linear-gradient(-120deg,#a64fff 13.05%,#6370e7 81.16%);color:#fff;font-family:Open Sans Bold,sans-serif}@media screen and (max-width:800px){.tab{height:3rem}}.bg-panel{height:100%;min-height:100vh;overflow:hidden;width:100%}.bg-panel,.bg-panel__left,.bg-panel__right{position:absolute}.bg-panel__left .ornament-frame,.bg-panel__right .ornament-frame{display:flex;width:auto}.bg-panel__left .ornament-frame svg,.bg-panel__right .ornament-frame svg{height:auto;opacity:.72;width:42vw}.bg-panel__left{bottom:-20%;left:0;-webkit-transform:rotate(36deg) translateX(-24%);transform:rotate(36deg) translateX(-24%)}.bg-panel__right{-webkit-animation:rotatingCircles 48s ease infinite alternate;animation:rotatingCircles 48s ease infinite alternate;height:42vw;right:-4%;top:6%;width:42vw}.bg-panel__right .ornament-frame{flex-direction:column}.bg-panel__right .ornament-frame svg{height:auto;width:auto}.bg-panel__right .ornament-frame svg:nth-child(2){-webkit-transform:scaleY(-1) translateY(-20%);transform:scaleY(-1) translateY(-20%)}@media screen and (max-width:800px){.bg-panel__left{bottom:-4%;left:-4%}.bg-panel__left .ornament-frame svg{width:104vw}.bg-panel__right{display:none}}.navbar{display:flex;height:100%;padding:1.5rem;position:absolute}.navbar__body{background-color:rgba(36,33,41,.722);border:1px solid hsla(0,0%,100%,.063);border-radius:16px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);height:100%;justify-content:center;justify-content:space-between;padding:2.5rem 1rem;width:auto;width:-webkit-min-content;width:min-content}.navbar__body,.navbar__body .options{align-items:center;display:flex;flex-direction:column}.navbar__body .options{justify-content:center}.language li{color:#fff}@media screen and (max-width:1600px){.navbar{padding:1.25rem}.navbar__body{padding:2rem .75rem}}@media screen and (max-width:1024px){.navbar{padding:1rem}}@media screen and (max-width:800px){.navbar{padding:0}.navbar,.navbar__body{height:auto;width:100%}.navbar__body{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;border-radius:0;border-radius:initial;box-shadow:none;flex-direction:row;padding:1.5rem}.navbar__body .options{align-items:center;display:flex;flex-direction:column;justify-content:center;width:-webkit-min-content;width:min-content}}@media screen and (min-width:1921px){.navbar__body{padding:2.4vw 1vw}.navbar__body .logotype svg{height:3.2vw;width:3.2vw}}.loader{align-items:center;background:linear-gradient(-130deg,#5f3c7a -20%,#3b3656 16%,#292832 72%,#212120);display:flex;flex-direction:row;justify-content:center;min-height:100vh;overflow:hidden;position:relative}@media screen and (max-width:800px){.contacts-modal{background:#242129;padding:0}.contacts-modal__button-frame-top,.contacts-modal__heading,.contacts-modal__list__destination,.contacts-modal__list__sources__header{display:none}.contacts-modal__link__img{width:40px}.contacts-modal__list__search-letter,.contacts-modal__list__sources,.contacts-modal__list__sources__list{height:440px}.contacts-modal__list__sources__list{margin:0}.contacts-modal__container{min-width:100%;width:56%}.contacts-modal__button-frame-bottom{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.contacts-modal.large-modal{align-items:flex-start}.contacts-modal__container.large-modal__container{background-color:initial;border:initial;border-radius:0;border-radius:initial}}.form__row{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start}.form__row .input-frame textarea{width:100%}.form__row__block{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.form__row__icon{padding-top:6px}.form__body .input-frame{background:linear-gradient(-60deg,rgba(58,54,85,.282),rgba(34,48,57,.392) 100%);border:1px solid hsla(0,0%,100%,.063);border-radius:6px;font-family:Open Sans Regular,sans-serif}#guest-row.form__row{align-items:center}.homepage .form__body .input-frame,.prejoin .form__body .input-frame{align-items:center;display:flex;flex-direction:row;height:48px;justify-content:flex-start;width:440px}.prejoin .form__body .input-frame{width:100%}@media screen and (min-width:1920px){.form__row{gap:1vw}}.basic-settings{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:800px){.basic-settings{gap:5px}}.basic-settings .input-frame{display:flex;width:100%}.basic-settings .input-frame__input{width:100%}.basic-settings .icon-frame{align-items:center;display:flex;justify-content:space-evenly;margin-left:-20%;position:relative;width:20%}.basic-settings .form{grid-gap:10px;display:grid;gap:10px}@media screen and (max-width:800px){.basic-settings .form{gap:5px}}.basic-settings .form__row:first-child .input-frame{width:84%}.basic-settings .form__row:nth-child(4) .input-frame{align-items:center;gap:10px}@media screen and (max-width:800px){.basic-settings .form__row:nth-child(4) .input-frame{gap:5px}}.basic-settings .form__row:nth-child(3) .grid__row:first-child,.basic-settings .form__row:nth-child(4) .input-frame>div{width:100%}.basic-settings .form__row:nth-child(3) .grid__row:first-child .form__row__block{gap:10px;justify-content:flex-start;width:100%}@media screen and (max-width:800px){.basic-settings .form__row:nth-child(3) .grid__row:first-child .form__row__block{gap:5px}}.basic-settings .form__row__gap .input-frame{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.basic-settings .form__row__gap .input-frame{gap:5px}}.basic-settings .form__row__gap .input-frame>div,.basic-settings .grid{display:flex;width:100%}.basic-settings .grid{flex-direction:column;gap:10px}@media screen and (max-width:800px){.basic-settings .grid{gap:5px}}.basic-settings .grid__row:first-child{align-items:center;display:flex;flex-wrap:wrap;gap:10px;height:100%;justify-content:space-between;width:100%}@media screen and (max-width:800px){.basic-settings .grid__row:first-child{gap:5px}}.basic-settings .grid__row:nth-child(2){display:flex;gap:10px}@media screen and (max-width:800px){.basic-settings .grid__row:nth-child(2){gap:5px}}.basic-settings .grid__row:nth-child(2) .form__row__block{width:50%}.basic-settings .grid__row:nth-child(2) .form__row__block select{width:100%}.advanced-settings .form{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:800px){.advanced-settings .form{gap:5px}}.advanced-settings .form__row .input__frame{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}@media screen and (max-width:800px){.advanced-settings .form__row .input__frame{gap:5px}}.advanced-settings .form__row .content{align-items:stretch;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start}@media screen and (max-width:1600px){.basic-settings .grid__row:first-child{justify-content:flex-start}}@media screen and (max-width:800px){.basic-settings .form__row:first-child .input-frame{align-items:stretch;display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;width:100%}.basic-settings .form__row:first-child .icon-frame{display:flex;gap:.75rem;margin:auto;width:100%}.basic-settings .form__row:first-child .icon-frame img{background:linear-gradient(-120deg,rgba(166,79,255,.251),rgba(99,112,231,.251));border-radius:5px;height:36px;opacity:1;padding:.5rem;width:100%}.basic-settings .form__row:first-child .icon-frame img:hover{background:linear-gradient(-120deg,#823cca,#4c57bb)}.basic-settings .form__row__icon{display:none}.basic-settings .form__row:nth-child(3) .grid__row:first-child .form__row__block{flex-wrap:wrap;justify-content:flex-start}.basic-settings .grid__row:nth-child(2){flex-direction:column}.basic-settings .grid__row:nth-child(2) .form__row__block{width:100%}}@media screen and (min-width:1921px){.advanced-settings .form,.basic-settings .form{gap:1vw}}.audio-video-box,.more-options-box,.visual-effect-box{color:hsla(0,0%,100%,.933);font-family:Open Sans Regular,sans-serif}.audio-video-box{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.audio-video-box{gap:5px}}.audio-video-box .screen-frame{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}@media screen and (max-width:800px){.audio-video-box .screen-frame{gap:5px}}.audio-video-box .screen-frame .video-box{aspect-ratio:auto;min-height:180px}.audio-video-box .screen-frame__right .video-box{align-items:center;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-color:#212120;border:1px solid hsla(0,0%,100%,.086);display:flex;flex-direction:column;justify-content:center;position:relative}.audio-video-box .screen-frame__right .video-box:after{background-image:url(/static/media/headphones.4f00c54e177843d00330.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:24px;opacity:.6;position:absolute;width:24px}@media screen and (max-width:1600px){.audio-video-box .screen-frame .video-box{min-height:170px}}@media screen and (max-width:800px){.preview-settings-modal__body__right .screen-frame .video-box{min-height:24vw;width:auto}}.contacts-modal__container{min-width:50%}.contacts-modal__heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.contacts-modal__list{display:flex;width:100%}.contacts-modal__list>*{border:1.5px solid hsla(0,0%,100%,.063);height:380px}.contacts-modal__list__search-letter{align-items:center;display:flex;flex-direction:column;overflow-y:auto;width:48px}.contacts-modal__list__search-letter span{font-size:16px}.contacts-modal__list__destination,.contacts-modal__list__sources{align-items:stretch;display:flex;flex:1 1;flex-direction:column;gap:10px;justify-content:flex-start;padding:1rem;width:360px}@media screen and (max-width:800px){.contacts-modal__list__destination,.contacts-modal__list__sources{gap:5px}}.contacts-modal__list__destination__list,.contacts-modal__list__sources__list{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;height:267px;justify-content:flex-start;overflow-y:auto;padding-right:.75rem}.overlay-contacts-modal{align-items:center;background-color:hsla(0,0%,100%,.063);display:flex;inset:0;justify-content:center;position:fixed}@media screen and (max-width:1600px){.contacts-modal__container{min-width:780px;width:56%}}@media screen and (max-width:800px){.contacts-modal{background:#242129;padding:0}.contacts-modal__button-frame-top,.contacts-modal__heading,.contacts-modal__list__destination,.contacts-modal__list__sources__header{display:none}.contacts-modal__link__img{width:40px}.contacts-modal__list__search-letter,.contacts-modal__list__sources,.contacts-modal__list__sources__list{height:440px}.contacts-modal__list__sources__list{margin:0}.contacts-modal__container{min-width:100%;width:56%}.contacts-modal__button-frame-bottom{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.contacts-modal.large-modal{align-items:flex-start}.contacts-modal__container.large-modal__container{background-color:initial;border:initial;border-radius:0;border-radius:initial}}.modale-setup,.modale-setup__body{transition:.84s ease}.modale-setup{-webkit-backdrop-filter:brightness(.56) contrast(.92);backdrop-filter:brightness(.56) contrast(.92);color:hsla(0,0%,100%,.933);justify-content:flex-end;left:0;min-width:100vw;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;visibility:hidden;width:100;width:100%;z-index:999}.modale-setup,.modale-setup__body{display:flex;height:100%;overflow:hidden;padding:2rem}.modale-setup__body{align-items:stretch;border:1px solid hsla(0,0%,100%,.063);border-radius:20px;flex-direction:column;gap:2rem;justify-content:flex-start;justify-content:space-between;min-width:660px;-webkit-transform:translate(100%);transform:translate(100%);width:50%}.modale-setup__body,.modale-setup__body__frame{background-color:#242129;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086)}.modale-setup__body__frame{border:1px solid hsla(0,0%,100%,.063);border-radius:10px;padding-left:1.5rem;padding-right:1.5rem}.modale-setup__body .btn-frame{display:flex;flex-direction:row;gap:1rem}.modale-setup__body__main-frame{overflow-y:overlay}.modale-setup__accordeon__frame{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.modale-setup__accordeon__frame{gap:5px}}.modale-setup.show{opacity:1;visibility:visible}.modale-setup.show .modale-setup__body{overflow:overlay;-webkit-transform:translate(0);transform:translate(0)}@media screen and (max-width:800px){.modale-setup.show{height:100vh;overflow:hidden;z-index:9999}.modale-setup{padding:1rem}.modale-setup__body{background-color:#242129;height:72%;margin-top:22%;min-width:0;min-width:auto;padding:1.25rem;-webkit-transform:translate(0) scale(.8);transform:translate(0) scale(.8);-webkit-transform-origin:center;transform-origin:center;width:100%}.modale-setup__body__frame{border:initial;border-bottom:1px solid hsla(0,0%,100%,.063);border-radius:0;box-shadow:none;padding:0 0 1rem}.modale-setup__body__frame:nth-child(4){border:initial;padding:0}.modale-setup__body .btn-frame{flex-direction:column}.modale-setup__body__main-frame{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}}@media screen and (max-width:800px) and (max-width:800px){.modale-setup__body__main-frame{gap:5px}}@media screen and (min-width:1921px){.modale-setup__body{width:48%}.modale-setup__body__frame{padding:1.5vw}.modale-setup__body .btn-frame{gap:1vw}}.share-modal{opacity:0;visibility:hidden}.share-modal__heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.share-modal__link{-webkit-backdrop-filter:brightness(.92) contrast(.92);backdrop-filter:brightness(.92) contrast(.92);border:1px solid hsla(0,0%,100%,.086);border-radius:6.4px;display:flex;gap:10px;padding:.75rem}@media screen and (max-width:1024px){.share-modal__link{padding:.55rem}}@media screen and (max-width:800px){.share-modal__link{gap:5px}}.share-modal__link__content{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.share-modal__container{-webkit-transform:translateY(25%) scale(.8);transform:translateY(25%) scale(.8);-webkit-transform-origin:center;transform-origin:center;transition:.24s linear}.share-modal.show{opacity:1;visibility:visible}.share-modal.show .share-modal__container{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.share-modal__link__img{width:56px}.share-modal__icon-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}@media screen and (max-width:800px){.share-modal__icon-list{gap:5px}}.share-modal__icon-list .link-icon-wrapper{position:relative}.share-modal__icon-list .link-icon{align-items:center;background:linear-gradient(rgba(34,48,57,.125),rgba(58,54,85,.125));border:1px solid hsla(0,0%,100%,.086);border-radius:5px;cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;min-width:180px;padding:1rem}@media screen and (max-width:800px){.share-modal__icon-list .link-icon{gap:5px}}.share-modal__icon-list .link-icon:hover{background:linear-gradient(180deg,rgba(110,48,173,.251),rgba(68,78,165,.251));border:1px solid;border-image-slice:1;border-image-source:linear-gradient(270deg,#823cca,#4c57bb)}.share-modal__icon-list .link-icon.is-disabled{opacity:.3}.share-modal__icon-list .link-icon.is-disabled:hover{background:gray .2;border:1px solid;border-image-slice:1;border-image-source:linear-gradient(270deg,#823cca,#4c57bb)}.share-modal__icon-list .link-icon-info{align-items:center;bottom:0;cursor:not-allowed;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0}.share-modal__container.large-modal__container{padding:2.5rem}@media screen and (max-width:1600px){.share-modal__icon-list .link-icon{min-width:160px}.share-modal__container.large-modal__container{padding:2rem}}@media screen and (max-width:800px){.share-modal{align-items:flex-end}.share-modal__container{border:1px solid hsla(0,0%,100%,.086);border-radius:20px 20px 0 0;width:100%}.share-modal__heading{display:none}.share-modal__icon-list{grid-template-columns:repeat(4,1fr)}.share-modal__icon-list .link-icon{gap:.5rem;justify-content:space-between;min-width:72px;padding:.5rem}.share-modal__link__img{width:40px}.share-modal.large-modal{align-items:flex-end}.share-modal__container.large-modal__container{border-radius:16px 16px 0 0;padding:1rem}}@media screen and (min-width:1921px){.share-modal__icon-list .link-icon{min-width:7.2vw}}.overlay-user-modal{-webkit-backdrop-filter:brightness(.64) contrast(.96);backdrop-filter:brightness(.64) contrast(.96);height:100%;inset:0;position:fixed;transition:all .48s ease;width:100%;z-index:9999}.user-modal{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#242129;border:1px solid hsla(0,0%,100%,.05);border-radius:10px;box-shadow:0 4px 24px -1px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:1rem;justify-content:center;outline:none;overflow:auto;padding:1.5rem;position:absolute;width:350px;z-index:10000}.user-modal__avatar img{border-radius:50%;height:50px;width:50px}@media screen and (max-width:800px){.user-modal{right:10px;top:100%}}@media screen and (min-width:800px){.user-modal{bottom:40px;left:100%}}.large-modal{align-items:center;-webkit-backdrop-filter:brightness(.72) contrast(.96);backdrop-filter:brightness(.72) contrast(.96);display:flex;flex-direction:row;inset:0;justify-content:center;position:fixed;transition:all .16s ease;z-index:99999}.large-modal__container{align-items:stretch;background-color:#242129;border:1px solid hsla(0,0%,100%,.086);border-radius:16px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;outline:none;overflow:auto;padding:1.5rem}.large-modal .heading-frame{display:flex;gap:10px}@media screen and (max-width:800px){.large-modal .heading-frame{gap:5px}}.meet-created-modal,.preview-settings-modal{display:flex;opacity:0;-webkit-transform-origin:center;transform-origin:center;visibility:hidden}.meet-created-modal__container,.preview-settings-modal__container{align-items:stretch;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:column;gap:10px;justify-content:flex-start;-webkit-transform:scale(.8);transform:scale(.8);transition:.1s ease;width:36%}@media screen and (max-width:800px){.meet-created-modal__container,.preview-settings-modal__container{gap:5px}}.meet-created-modal__heading,.preview-settings-modal__heading{align-items:center;display:flex;justify-content:space-between}.meet-created-modal__heading .exit-frame,.preview-settings-modal__heading .exit-frame{display:flex}.meet-created-modal.show .meet-created-modal__container,.preview-settings-modal.show .preview-settings-modal__container{-webkit-transform:scale(1);transform:scale(1)}.meet-created-modal.show,.preview-settings-modal.show{display:flex;opacity:1;visibility:visible}@media screen and (max-width:1600px){.meet-created-modal__container{width:40%}}.HourPicker{flex-direction:column;width:100%}.HourPicker__container ul{-webkit-padding-start:0;-webkit-margin-after:.5rem;-webkit-margin-before:.5rem;display:grid;grid-template-columns:repeat(12,1fr);list-style-type:none;margin-block-end:.5rem;margin-block-start:.5rem;padding-inline-start:0;place-items:center}.HourPicker__container ul li{border:1px solid hsla(0,0%,100%,.086);font-family:Open Sans Regular,sans-serif;font-size:smaller;padding:.5rem;width:100%}.HourPicker__container ul li:hover{background-color:rgba(99,112,231,.643)}.HourPicker__container ul .active{background-color:#6370e7}.HourPicker__container:first-child,.HourPicker__container__span{align-items:center;display:flex;flex-direction:row;justify-content:center}.HourPicker__container:first-child{flex-wrap:wrap;gap:10px;justify-content:space-between;width:100%}@media screen and (max-width:800px){.HourPicker__container:first-child{gap:5px}}.calendar{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:800px){.calendar{gap:5px}}.calendar__body{display:flex;gap:10px}@media screen and (max-width:800px){.calendar__body{gap:5px}}.calendar__body .grid-box ul{display:grid;grid-template-columns:repeat(5,1fr)}.calendar__month-select{align-items:center;display:flex;gap:1rem}@media screen and (max-width:1600px){.HourPicker__container ul{grid-template-columns:repeat(8,1fr)}}@media screen and (max-width:800px){.HourPicker input{width:40%}.HourPicker__container ul{grid-template-columns:repeat(5,1fr)}.HourPicker__container:first-child{gap:.5rem;justify-content:flex-start}}.meet-created-modal__content{align-items:center;display:flex;min-height:120px}.meet-created-modal__footer .btn-frame{display:flex;gap:10px}@media screen and (max-width:800px){.meet-created-modal__footer .btn-frame{gap:5px}.meet-created-modal__container{width:auto}.meet-created-modal.large-modal{align-items:flex-end}.meet-created-modal__container.large-modal__container{border-radius:16px 16px 0 0}}.preview-settings-modal__container{gap:1.5rem;overflow:visible;position:relative;width:auto}.preview-settings-modal__body{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:auto 1fr;margin-bottom:1rem}.preview-settings-modal__body__left,.preview-settings-modal__body__left .btn-frame{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.preview-settings-modal__body__left .btn-frame{gap:10px;min-width:230px}@media screen and (max-width:800px){.preview-settings-modal__body__left .btn-frame{gap:5px}}.preview-settings-modal__body__right{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;min-height:580px;position:relative;width:680px}@media screen and (max-width:800px){.preview-settings-modal__body__right{gap:5px}}.preview-settings-modal__body__right .audio-video-box{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;position:relative}@media screen and (max-width:800px){.preview-settings-modal__body__right .audio-video-box{gap:5px}}.preview-settings-modal__body__right .option-frame{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;padding:.65rem}.audio-video-box .input-frame,.more-options-box .input-frame{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.audio-video-box .input-frame,.more-options-box .input-frame{gap:5px}}.audio-video-box .input-frame__double,.audio-video-box .input-frame__single,.more-options-box .input-frame__double,.more-options-box .input-frame__single{align-items:stretch;display:flex;flex-direction:column;gap:.6rem;justify-content:flex-start}.audio-video-box .input-frame__double__row,.audio-video-box .input-frame__single__row,.more-options-box .input-frame__double__row,.more-options-box .input-frame__single__row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr .6fr}@media screen and (max-width:800px){.audio-video-box .input-frame__double__row,.audio-video-box .input-frame__single__row,.more-options-box .input-frame__double__row,.more-options-box .input-frame__single__row{gap:5px}}@media screen and (max-width:1600px){.preview-settings-modal__body__right{min-height:510px;width:560px}.preview-settings-modal{overflow-y:auto;padding:2%}.preview-settings-modal__container{margin:auto}}@media screen and (max-width:1200px){.preview-settings-modal__container{width:-webkit-fill-available}}@media screen and (max-width:1024px){.preview-settings-modal__body__right{width:auto}}@media screen and (max-width:800px){.preview-settings-modal{overflow-y:visible;overflow-y:initial;padding:initial}.preview-settings-modal__container{width:auto}.preview-settings-modal__body__right{min-height:auto}.preview-settings-modal{height:inherit;padding:1.5rem 1rem}.preview-settings-modal__container{height:100%;overflow-y:auto}.preview-settings-modal__body{gap:1rem;grid-template-columns:1fr}.preview-settings-modal__body__right{min-height:480px}.audio-video-box .input-frame__double,.audio-video-box .input-frame__single,.more-options-box .input-frame__double,.more-options-box .input-frame__single{gap:.5rem}.audio-video-box .input-frame__double__row,.more-options-box .input-frame__double__row{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}}@media screen and (min-width:1921px){.preview-settings-modal__body{grid-template-columns:auto 1fr}}.preview-send-anim-modale{align-items:stretch;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:.75rem;position:absolute;top:-140px}@media screen and (max-width:1024px){.preview-send-anim-modale{padding:.55rem}}@media screen and (max-width:800px){.preview-send-anim-modale{gap:5px}}.preview-send-anim-modale__body .animated-svg{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between}@media screen and (max-width:800px){.preview-send-anim-modale__body .animated-svg{gap:5px}}.preview-send-anim-modale__body .animated-svg #test-mario{align-items:center;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;height:48px;justify-content:center;padding:.75rem;transition:.4s ease-in;width:48px}@media screen and (max-width:1024px){.preview-send-anim-modale__body .animated-svg #test-mario{padding:.55rem}}.preview-send-anim-modale__body .animated-svg #test-mario:hover{background-color:rgba(79,255,196,.251)}.preview-send-anim-modale__body .animated-svg__item{align-items:center;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;height:48px;justify-content:center;padding:.75rem;transition:.4s ease-in;width:48px}@media screen and (max-width:1024px){.preview-send-anim-modale__body .animated-svg__item{padding:.55rem}}.preview-send-anim-modale__body .animated-svg__item svg{position:relative;-webkit-transform-origin:center;transform-origin:center}.preview-send-anim-modale__body .animated-svg__item:hover{background-color:rgba(166,79,255,.251);-webkit-transform:scale(1.16);transform:scale(1.16)}.preview-send-anim-modale__body .animated-svg #heart:hover{background-color:rgba(255,79,108,.251)}.preview-send-anim-modale__body .animated-svg #heart:hover svg{-webkit-animation:pulse 1.2s linear infinite forwards;animation:pulse 1.2s linear infinite forwards}.preview-send-anim-modale__body .animated-svg #thumbs-up:hover{background-color:rgba(79,255,196,.251)}.preview-send-anim-modale__body .animated-svg #thumbs-down:hover{background-color:rgba(255,223,79,.251)}.preview-send-anim-modale__frame{padding:0 0 .5rem}#clapping-hands:hover svg{-webkit-animation:pulse 1.2s linear infinite forwards;animation:pulse 1.2s linear infinite forwards}.clapping-hands{-webkit-animation:clappingHands 2s linear forwards;animation:clappingHands 2s linear forwards}.clone{position:absolute;transition:-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out;transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out}.thumbs-up{-webkit-animation:rotateThumbs 3s ease forwards;animation:rotateThumbs 3s ease forwards}.thumbs-down{-webkit-animation:thumbsDown 4s ease-out forwards;animation:thumbsDown 4s ease-out forwards}.room-not-found{background:linear-gradient(-130deg,#5f3c7a -20%,#3b3656 16%,#292832 72%,#212120);min-height:100vh;overflow:hidden;position:relative}.room-not-found__body{display:flex;height:100%;min-height:100vh;position:relative}.room-not-found__body__container{align-items:center;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;min-height:100vh;width:100%}@media screen and (max-width:800px){.room-not-found__body__container{gap:5px}}.room-not-found__body__footer{padding:.75rem}@media screen and (max-width:1024px){.room-not-found__body__footer{padding:.55rem}}.prejoin__left-panel__body{align-items:stretch;display:flex;flex-direction:column;gap:1rem;justify-content:center}.prejoin__left-panel__body .notif-box,.prejoin__left-panel__body .notif-box__body .form,.prejoin__left-panel__body .notif-box__body .form__body{align-items:stretch;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}.prejoin__left-panel__body .notif-box__body .form__header{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:.75rem}@media screen and (max-width:1024px){.prejoin__left-panel__body .notif-box__body .form__header{padding:.55rem}}.prejoin__left-panel__body .logo-box{align-items:center;-webkit-animation:logoRotate 1s ease-out infinite;animation:logoRotate 1s ease-out infinite;display:flex;flex-direction:column;justify-content:center;padding:.75rem;-webkit-transform-origin:center;transform-origin:center}@media screen and (max-width:1024px){.prejoin__left-panel__body .logo-box{padding:.55rem}.prejoin__left-panel__header{display:none}}.video-box{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;min-height:100%}.video-box input{margin:auto;opacity:0;width:100%}.macaroon-box,.video-box input{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.prejoin__right-panel__video-frame .option-layer{align-items:flex-end;display:flex;flex-direction:row;height:100%;justify-content:flex-end;padding:1rem;position:absolute;top:0;width:100%}.prejoin__right-panel__video-frame .option-layer span{padding:6px}.prejoin__right-panel__video-frame .option-layer:nth-of-type(2){align-items:flex-start}.custom-screen-frame{border:1px solid hsla(0,0%,100%,.086);display:flex;width:100%}.custom-screen-frame img{aspect-ratio:1.9;height:auto;object-fit:cover;width:100%}.visual-effect-box{align-items:stretch;display:flex;flex-direction:column;gap:20px;justify-content:flex-start}@media screen and (max-width:800px){.visual-effect-box{gap:10px}}.visual-effect-box__body{display:flex}.visual-effect-box__footer{align-items:stretch;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}.visual-effect-box__footer .btn-frame{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.visual-effect-box__footer .pill-carousel__frame{display:flex;gap:10px;overflow:hidden}@media screen and (max-width:800px){.visual-effect-box__footer .pill-carousel__frame{gap:5px}}.more-options-box{display:flex;flex-direction:column;gap:10px;position:relative;z-index:9}@media screen and (max-width:800px){.more-options-box{gap:5px}}.more-options-box .random-color__pill{margin-top:.6rem}.more-options-box .upload-profile__box{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.more-options-box .upload-profile__box{gap:5px}}.devroom__mosaic{grid-gap:10px;display:grid;flex-wrap:wrap;gap:10px;grid-template-columns:repeat(auto-fit,minmax(24%,1fr));height:100%;justify-content:center;min-height:40vw;overflow:overlay;place-content:baseline;place-items:center;width:100%}@media screen and (max-width:800px){.devroom__mosaic{gap:5px}}.devroom__mosaic.--two-participants{grid-template-columns:repeat(auto-fit,minmax(49%,1fr))}.devroom__mosaic.--two-participants .devroom__mosaic__screen{height:auto}.devroom__mosaic.--six-participants{grid-template-columns:repeat(auto-fit,minmax(33%,1fr))}.devroom__mosaic.--four-participants{grid-template-columns:repeat(auto-fit,minmax(49%,1fr))}.devroom__mosaic.--four-participants .devroom__mosaic__screen{aspect-ratio:16/9;height:-webkit-fill-available;width:100%}.devroom__mosaic.--three-participants .devroom__mosaic__screen:nth-child(3){grid-column-start:span 2;width:50%}.devroom__mosaic.--three-participants .devroom__mosaic__screen{aspect-ratio:16/9}.devroom__mosaic.--single-participant .devroom__mosaic__screen{aspect-ratio:16/9;height:100%}.devroom__mosaic.--nine-participants{grid-template-columns:repeat(auto-fit,minmax(20%,1fr))}.devroom__mosaic.--twenty-participants{grid-template-columns:repeat(auto-fit,minmax(17%,1fr))}.devroom__mosaic.--twenty-four-participants{grid-template-columns:repeat(auto-fit,minmax(15%,1fr))}.devroom .featured-frame{align-items:center;color:hsla(0,0%,100%,.533);display:flex;display:none;flex-basis:80%;flex-direction:row;justify-content:center;overflow:hidden}.devroom .featured-frame.flex{display:flex}.devroom__mosaic.--single-participant,.devroom__mosaic.--two-participants{place-content:normal}.devroom__body__main.--flex-layout .devroom__mosaic{flex-basis:20%;grid-template-columns:repeat(auto-fit,minmax(99%,1fr));place-content:baseline;place-items:flex-start}.devroom__body__main.--flex-layout .devroom__mosaic .devroom__mosaic__screen{min-height:220px;overflow:hidden}@media screen and (max-width:800px){.devroom__mosaic,.devroom__mosaic.--nine-participants,.devroom__mosaic.--six-participants,.devroom__mosaic.--twenty-four-participants,.devroom__mosaic.--twenty-participants{grid-template-columns:repeat(auto-fit,minmax(49%,1fr));min-height:0;min-height:auto;place-content:baseline}.devroom__mosaic.--nine-participants__screen,.devroom__mosaic.--six-participants__screen,.devroom__mosaic.--twenty-four-participants__screen,.devroom__mosaic.--twenty-participants__screen,.devroom__mosaic__screen{height:100%;min-height:26vw}.devroom__mosaic.--four-participants .devroom__mosaic__screen{height:100%;width:100%}.devroom__body__main.--flex-layout .devroom__mosaic .devroom__mosaic__screen{min-height:30vw}@supports (-webkit-touch-callout:none){.devroom__mosaic{place-content:flex-start;position:-webkit-sticky}.devroom__body__main .devroom__mosaic .devroom__mosaic__screen,.devroom__body__main.--flex-layout .devroom__mosaic .devroom__mosaic__screen{min-height:32vw}.devroom__body__main.--flex-layout .devroom__mosaic{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}}.devroom__mosaic{grid-template-columns:repeat(auto-fit,minmax(48%,1fr))}.devroom__mosaic__screen{-webkit-overflow-scrolling:auto}.devroom .featured-frame{flex-basis:100%;max-height:68vw;min-height:68vw}.devroom__body__main.--flex-layout .devroom__mosaic{flex-basis:auto;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));overflow-y:overlay}}.devroom .btn-frame#test{align-items:center;display:flex;flex-direction:row;gap:10px;gap:0;height:auto;justify-content:center;left:0;margin:auto;position:fixed;top:0;-webkit-transform:translate(calc(50vw - 200px));transform:translate(calc(50vw - 200px));width:auto}@media screen and (max-width:800px){.devroom .btn-frame#test{gap:5px}}.devroom .btn-frame#test .btn-regular{background:linear-gradient(135deg,rgba(54,205,207,.5),rgba(64,224,207,.5));border:1px solid hsla(0,0%,100%,.086);border-radius:5px;border-radius:initial;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);margin:auto;padding:.5rem;width:200px}.devroom .btn-frame#test.hidden{display:none}.devroom__option-panel{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-height:-webkit-max-content;min-height:max-content;padding:20px 20px 10px}.devroom__option-panel__left{color:hsla(0,0%,100%,.933);display:flex;gap:16px}.devroom__option-panel__left .info-box{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:flex-start}.devroom__option-panel__left .info-box__heading{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:center}.devroom__option-panel__left .info-box #meet-info{display:flex;position:relative}.devroom__option-panel__left .info-box #meet-info svg{cursor:pointer}.devroom__option-panel__center .action-frame{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.devroom__option-panel__center .action-frame{gap:5px}}.devroom__option-panel__right{align-items:center;color:hsla(0,0%,100%,.933);display:flex;flex-direction:row;gap:20px;justify-content:center}@media screen and (max-width:800px){.devroom__option-panel__right{gap:10px}}.devroom__option-panel__right .action-frame{align-items:center;display:flex;flex-direction:row;gap:.65rem;justify-content:center;position:relative}.devroom__option-panel .laptop-options{position:absolute;right:0;top:-8rem;z-index:999}.devroom__option-panel .laptop-options__body{align-items:stretch;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start}@media screen and (max-width:800px){.devroom__option-panel{background:#242129;border-top:1px solid hsla(0,0%,100%,.063);bottom:0;height:auto;justify-content:center;left:0;padding:1rem;position:fixed;width:100%}}@media screen and (max-width:800px) and (max-width:1024px){.devroom__option-panel{padding:.55rem}}@media screen and (max-width:800px){.devroom__option-panel__center{align-items:stretch;display:flex;flex-direction:row;justify-content:center;width:100%}.devroom__option-panel__center .action-frame #upload-folder{display:none}.devroom__option-panel .btn-frame#test{-webkit-transform:none;-webkit-transform:initial;transform:none;width:-webkit-fill-available}.devroom__option-panel__right{display:none}.devroom__option-panel .action-frame{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.devroom .laptop-options,.devroom__option-panel__left{display:none}.devroom__option-panel.--expanded{border-radius:24px 24px 0 0}.devroom .action-frame__mobile{align-items:stretch;color:hsla(0,0%,100%,.933);display:flex;flex-direction:column;flex-wrap:wrap;gap:10px;justify-content:flex-start;width:100%}}@media screen and (max-width:800px) and (max-width:800px){.devroom .action-frame__mobile{gap:5px}}@media screen and (max-width:800px){.devroom .action-frame__mobile__options{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.devroom .action-frame__mobile__options li{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.063);display:flex;flex-direction:row;gap:10px;justify-content:flex-start;padding:1rem}.devroom .action-frame__mobile__options li:nth-last-child(2){border:initial}.devroom .action-frame__mobile__options li:last-child{border:initial;justify-content:flex-end}.devroom .action-frame__mobile__bottom,.devroom .action-frame__mobile__top{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.devroom .action-frame__mobile__bottom{justify-content:flex-end}.participant-fixed-option-box .action-frame__mobile__options li:nth-last-child(2){border-bottom:1px solid hsla(0,0%,100%,.063)}.participant-fixed-option-box .action-frame__mobile__options li:last-child{border:initial;color:hsla(0,0%,100%,.933);justify-content:normal}}.meeting-room-info{align-items:stretch;background-image:linear-gradient(180deg,#a64fff,transparent,#6370e7),linear-gradient(110deg,#6370e7,#6370e7,#a64fff);background-position:50%;background-size:cover;border-radius:20px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;min-width:430px;opacity:0;padding:15px;position:absolute;-webkit-transform:translate(-36.5%,-110%) scale(.2);transform:translate(-36.5%,-110%) scale(.2);-webkit-transform-origin:top 160px;transform-origin:top 160px;transition:.2s ease-in;visibility:hidden;z-index:99}@media screen and (max-width:800px){.meeting-room-info{gap:5px}}.meeting-room-info__header{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between}.meeting-room-info__triangle{bottom:1px;left:0;opacity:.99;position:absolute;-webkit-transform:translate(160px,100%);transform:translate(160px,100%)}.meeting-room-info__triangle>div{background:#6370e7;-webkit-clip-path:polygon(0 0,50% 100%,100% 0);clip-path:polygon(0 0,50% 100%,100% 0);height:10px;width:16px}.meeting-room-info.--show{opacity:1;-webkit-transform:translate(-36.5%,-110%) scale(1);transform:translate(-36.5%,-110%) scale(1);visibility:visible}@media screen and (max-width:1600px){.meeting-room-info{min-width:340px}.meeting-room-info.--show{-webkit-transform:translate(-26.5%,-120%) scale(1);transform:translate(-26.5%,-120%) scale(1)}.meeting-room-info__triangle{-webkit-transform:translate(94px,100%);transform:translate(94px,100%)}}@media screen and (max-width:800px){.meeting-room-info{min-width:330px;-webkit-transform-origin:100px 200px;transform-origin:100px 200px}.meeting-room-info__triangle{display:none}.meeting-room-info.--show{-webkit-transform:translate(-40%,36%) scale(1);transform:translate(-40%,36%) scale(1)}.top-bar-mobile .info-box{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}}@media screen and (max-width:800px) and (max-width:800px){.top-bar-mobile .info-box{gap:5px}}@media screen and (max-width:800px){.top-bar-mobile #meet-info{display:flex}}.devroom .chat-panel{align-items:stretch;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;border-radius:12px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);color:hsla(0,0%,100%,.933);display:flex;flex-direction:column;gap:20px;justify-content:flex-start;overflow:hidden;padding:1rem;width:100%}@media screen and (max-width:800px){.devroom .chat-panel{gap:10px}}.devroom .chat-panel__body{align-items:stretch;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:space-between}@media screen and (max-width:800px){.devroom .chat-panel__body{gap:5px}}.devroom .chat-panel__searchbar{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center;width:100%}.devroom .chat-panel__searchbar__frame{align-items:stretch;display:flex;flex-direction:row;gap:.75rem;justify-content:space-between;width:100%}.devroom .chat-panel__option-panel{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;width:100%}@media screen and (max-width:800px){.devroom .chat-panel__option-panel{gap:5px}}.devroom .chat-panel__dialog-frame{align-items:stretch;display:flex;flex-direction:column;gap:.25rem;height:100%;justify-content:flex-start;justify-content:flex-end;max-height:60vh;overflow:overlay;position:relative}.devroom .chat-panel__dialog-action{align-items:flex-end;bottom:0;display:flex;gap:10px;position:relative;width:100%}@media screen and (max-width:800px){.devroom .chat-panel__dialog-action{gap:5px}}.devroom .chat-panel__sending-file{align-items:stretch;background-color:#242129;border:1px solid hsla(0,0%,100%,.086);border-radius:5px;bottom:0;display:flex;flex-direction:column;height:auto;justify-content:flex-start;padding:.75rem;position:absolute;width:100%;z-index:99}@media screen and (max-width:1024px){.devroom .chat-panel__sending-file{padding:.55rem}}.devroom .chat-panel__sending-file__header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.devroom .chat-panel__sending-file__body{align-items:stretch;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start}@media screen and (max-width:800px){.devroom .chat-panel{border:initial;padding:1.5rem}.devroom .chat-panel__dialog-frame{min-height:400px}.devroom .chat-panel__dialog-action{width:auto}@supports (-webkit-touch-callout:none){.devroom .chat-panel{height:79.5dvh}.devroom .chat-panel__dialog-frame{min-height:auto}}}.devroom .participant-panel,.devroom .screen-layout-panel,.devroom .visual-effects-panel{align-items:stretch;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;border-radius:12px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);color:hsla(0,0%,100%,.933);display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:1rem;width:100%}@media screen and (max-width:800px){.devroom .participant-panel,.devroom .screen-layout-panel,.devroom .visual-effects-panel{gap:10px}}.devroom .participant-panel__body,.devroom .screen-layout-panel__body,.devroom .visual-effects-panel__body{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;overflow:overlay}@media screen and (max-width:800px){.devroom .participant-panel__body,.devroom .screen-layout-panel__body,.devroom .visual-effects-panel__body{gap:5px}}.devroom .participant-panel__body .search-frame,.devroom .screen-layout-panel__body .search-frame,.devroom .visual-effects-panel__body .search-frame{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.devroom .participant-panel__body .search-frame,.devroom .screen-layout-panel__body .search-frame,.devroom .visual-effects-panel__body .search-frame{gap:5px}}.devroom .participant-panel__frame,.devroom .screen-layout-panel__frame,.devroom .visual-effects-panel__frame{background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);padding:.75rem}@media screen and (max-width:1024px){.devroom .participant-panel__frame,.devroom .screen-layout-panel__frame,.devroom .visual-effects-panel__frame{padding:.55rem}}.devroom .participant-list{align-items:stretch;display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;margin-top:10px}.devroom .participant-list__item{align-items:center;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:space-between;list-style-type:none;padding:.75rem}@media screen and (max-width:800px){.devroom .participant-list__item{gap:5px}}@media screen and (max-width:1024px){.devroom .participant-list__item{padding:.55rem}}.devroom .participant-list__item__content{flex-basis:60%;width:50%}.devroom .participant-list__item__content,.devroom .participant-list__item__options .option-frame{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}.devroom .participant-list__item.--talking{background-color:rgba(114,187,241,.102);border:2px solid rgba(114,187,241,.588)}.devroom .participant-list__item.--sharing{background:linear-gradient(-120deg,rgba(255,207,79,.086),rgba(255,155,74,.086));border:2px solid rgba(255,207,79,.769)}.devroom .participant-list__avatar{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.devroom .screen-layout-panel__body{overflow:hidden}@media screen and (max-width:800px){.devroom .participant-panel,.devroom .screen-layout-panel,.devroom .visual-effects-panel{border:initial;border-radius:0}@supports (-webkit-touch-callout:none){.devroom .participant-panel,.devroom .screen-layout-panel,.devroom .visual-effects-panel{height:79.5dvh}}}.chat-panel__upload-frame{align-items:flex-end;display:flex;flex-direction:row;height:auto;justify-content:flex-end;position:absolute;top:-440px;width:100%}.chat-panel__upload-frame__body{align-items:stretch;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;padding:1.5rem;width:100%}@media screen and (max-width:800px){.chat-panel__upload-frame__body{gap:5px}}@media screen and (max-width:1600px){.chat-panel__upload-frame__body{padding:1.2rem}}@media screen and (max-width:1200px){.chat-panel__upload-frame__body{padding:.9rem}}.chat-panel .upload-frame__header{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between}.chat-panel .upload-frame__content{border:2px dashed hsla(0,0%,100%,.337);border-radius:8px;flex:1 1;gap:2rem;padding:2rem}.chat-panel .upload-frame__content,.chat-panel .upload-frame__content__top{align-items:center;display:flex;flex-direction:column;justify-content:center}.chat-panel .upload-frame__content__top{gap:20px}@media screen and (max-width:800px){.chat-panel .upload-frame__content__top{gap:10px}}.chat-panel .upload-frame__content__bottom{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center}@media screen and (max-width:800px){.chat-panel__upload-frame{top:-400px}}.external-dialog-frame{color:hsla(0,0%,100%,.933);height:100%;justify-content:flex-start;left:0;pointer-events:none;top:0;width:100%;z-index:9}.external-dialog-frame,.external-dialog-frame__body{align-items:stretch;display:flex;flex-direction:row;outline:none;position:absolute}.external-dialog-frame__body{background:initial;background:#242129;border:initial;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;border-radius:initial;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);box-shadow:none;cursor:grab;gap:10px;justify-content:center;left:1%;padding:1.5rem;pointer-events:auto;top:10%;-webkit-user-select:auto;user-select:auto}@media screen and (max-width:800px){.external-dialog-frame__body{gap:5px}}.external-dialog-frame__body button{background:indigo;padding:.75rem}@media screen and (max-width:1024px){.external-dialog-frame__body button{padding:.55rem}}.external-dialog-frame__body textarea{background:#242129;color:hsla(0,0%,100%,.933);padding:.75rem}@media screen and (max-width:1024px){.external-dialog-frame__body textarea{padding:.55rem}}.external-dialog-frame.active{background-color:rgba(100,0,255,.1);pointer-events:auto}.external-dialog-frame.active .external-dialog-frame__body{opacity:.5}.external-box{align-items:flex-start;background-color:#242129;border:1px solid hsla(0,0%,100%,.086);display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;left:1rem;left:0;margin:auto;padding:.75rem;position:absolute;top:0;width:100%}@media screen and (max-width:800px){.external-box{gap:5px}}@media screen and (max-width:1024px){.external-box{padding:.55rem}}#smiley{position:relative}.emoji-library{align-items:flex-start;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:column-reverse;gap:1rem;height:480px;justify-content:flex-start;left:0;overflow-y:overlay;padding:1.5rem;position:absolute;top:-500px;width:100%}@media screen and (max-width:1600px){.emoji-library{padding:1.2rem}}@media screen and (max-width:1200px){.emoji-library{padding:.9rem}}.emoji-library span{font-family:EmojiMart}.emoji-library__grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(32px,1fr));place-items:center;width:100%}.emoji-library__grid span{align-items:center;aspect-ratio:1/1;border-radius:50%;display:flex;flex-direction:row;font-size:22px;height:32px;justify-content:center;padding-top:8px;width:32px}.emoji-library__grid span:hover{background-color:rgba(166,79,255,.502)}.emoji-library__last-used{align-items:stretch;border:1px solid hsla(0,0%,100%,.086);border-radius:6px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:100%}.emoji-library__last-used .heading{background:#242129;left:.5rem;padding:.25rem 1rem;position:absolute;top:-.75rem}.emoji-library__last-used .frame{padding:1rem}.emoji-library__last-used .frame span{font-size:18px}@media screen and (max-width:800px){@supports (-webkit-touch-callout:none){.emoji-library{height:280px;top:-300px}}}.top-info-box{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;left:0;margin:20px;position:absolute;top:0;z-index:9}@media screen and (max-width:800px){.top-info-box{gap:5px}}.someone-raising-hand{align-items:stretch;backdrop-filter:blur(4.2px);-webkit-backdrop-filter:blur(4.2px);background:rgba(36,33,41,.9);background:rgba(36,33,41,.6);border:2px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;padding:.75rem;width:-webkit-min-content;width:min-content}@media screen and (max-width:1024px){.someone-raising-hand{padding:.55rem}}@media screen and (max-width:800px){.someone-raising-hand{gap:5px}}.participant-request{align-items:stretch;backdrop-filter:blur(4.2px);-webkit-backdrop-filter:blur(4.2px);background:rgba(36,33,41,.9);border:2px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;font-family:Open Sans Regular,sans-serif;gap:1rem;justify-content:flex-start;min-width:340px;padding:1rem}.participant-request__header{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between}@media screen and (max-width:800px){.participant-request__header{gap:5px}}.participant-request__header.--left{align-items:center;display:flex;flex-direction:row;gap:0;justify-content:flex-start}.participant-request .myselect{align-items:stretch;color:hsla(0,0%,100%,.933);display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start}.participant-request .myselect__bar{align-items:center;background:hsla(0,0%,100%,.267);border:1px solid hsla(0,0%,100%,.063);border-radius:5px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:.75rem}@media screen and (max-width:800px){.participant-request .myselect__bar{gap:5px}}@media screen and (max-width:1024px){.participant-request .myselect__bar{padding:.55rem}}.participant-request .myselect__bar:hover{background:hsla(0,0%,100%,.133)}.participant-request .myselect__bar__content{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;width:100%}@media screen and (max-width:800px){.participant-request .myselect__bar__content{gap:5px}}.participant-request .myselect__bar__header{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.participant-request .myselect__bar__toggle-arrow{display:flex}.participant-request .myselect__legend{color:hsla(0,0%,100%,.533)}.participant-request .myselect__body,.participant-request .myselect__body ul{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.participant-request .myselect__body ul{gap:10px}@media screen and (max-width:800px){.participant-request .myselect__body ul{gap:5px}}.participant-request .myselect__body ul li{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;padding:.25rem;width:100%}.participant-request .myselect__body ul li:hover{background-color:hsla(0,0%,100%,.133)}.participant-request__footer .btn-frame{align-items:stretch;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;width:100%}@media screen and (max-width:800px){.participant-request__footer .btn-frame{gap:5px}}.participant-option-box{backdrop-filter:blur(4.2px);-webkit-backdrop-filter:blur(4.2px);background:rgba(36,33,41,.9);border:1px solid hsla(0,0%,100%,.063);border-radius:5px;bottom:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);left:2.5rem;padding:.4rem;position:absolute;z-index:99}.participant-option-box ul li{color:hsla(0,0%,100%,.533)}.devroom__mosaic__screen__overlay.--bottom .container .participant-fixed-option-box{align-items:flex-start;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;border-radius:24px 24px 0 0;bottom:0;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:column;gap:20px;justify-content:flex-start;left:0;min-height:24vh;padding:1rem;position:fixed;width:100%;z-index:999}.devroom__mosaic__screen__overlay.--bottom .container .participant-fixed-option-box .action-frame__mobile__options li img{opacity:1}.top-bar-mobile{background-color:#242129;height:72px;padding:1rem}.top-bar-mobile__body{align-items:center;color:hsla(0,0%,100%,.933);display:flex;flex-direction:row;justify-content:space-between}.top-bar-mobile__body hr{background:hsla(0,0%,100%,.933);border:initial;display:flex;height:24px;width:1px}.top-bar-mobile__body .info-box img{width:20px}.top-bar-mobile__left{align-items:center}.top-bar-mobile__left,.top-bar-mobile__right{display:flex;flex-direction:row;gap:15px;justify-content:flex-start}.top-bar-mobile__right{align-items:stretch}@supports (-webkit-touch-callout:none){.top-bar-mobile{height:10dvh}}.devroom .stats-panel{align-items:stretch;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);color:hsla(0,0%,100%,.933);display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:1rem;width:100%}@media screen and (max-width:800px){.devroom .stats-panel{gap:10px}}.devroom .stats-panel__body{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;overflow:overlay}@media screen and (max-width:800px){.devroom .stats-panel__body{gap:5px}}.devroom .stats-panel__body .Collapsible{background:#242129;background:hsla(0,0%,100%,.02);padding:1rem}.devroom .stats-panel__body .Collapsible,.devroom .stats-panel__frame{border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086)}.devroom .stats-panel__frame{background:#242129;padding:.75rem}@media screen and (max-width:1024px){.devroom .stats-panel__frame{padding:.55rem}}@media screen and (max-width:800px){.devroom .stats-panel{border:initial;border-radius:0;border-radius:initial}@supports (-webkit-touch-callout:none){.devroom .stats-panel{height:79.5dvh}}}.stats-panel__participant-list table{border-spacing:0 .32rem;width:100%}.stats-panel__participant-list table tr td{padding:.75rem}@media screen and (max-width:1024px){.stats-panel__participant-list table tr td{padding:.55rem}}.stats-panel__participant-list table thead tr td{color:hsla(0,0%,100%,.533);padding:.5rem 0}.stats-panel__participant-list table thead tr td:nth-child(2){text-align:end;width:40%}.stats-panel__participant-list table thead tr td:first-letter{text-transform:uppercase}.stats-panel__participant-list table tbody{gap:.5rem}.stats-panel__participant-list table tbody tr td{background-color:hsla(0,0%,100%,.086)}.stats-panel__participant-list table tbody tr td:first-child{border:1px solid hsla(0,0%,100%,.063);border-radius:6px 0 0 6px;border-right:initial}.stats-panel__participant-list table tbody tr td:last-child{border:1px solid hsla(0,0%,100%,.063);border-left:initial;border-radius:0 6px 6px 0;text-align:end}.record-modal{background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;border-radius:8px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);color:hsla(0,0%,100%,.933);left:calc(50% - 200px);min-height:240px;padding:1.5rem;top:-330px;width:400px;z-index:99}.record-modal__header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.record-modal__header .heading{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:center}.record-modal__body{gap:5px}.record-modal.--end,.record-modal.--start,.record-modal__body{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.record-modal.--end,.record-modal.--start{gap:40px;position:absolute}@media screen and (max-width:1600px){.record-modal.--end,.record-modal.--start{padding:1rem;top:-300px}}@media screen and (max-width:800px){.record-modal.--end,.record-modal.--start{left:calc(50% - 170px);top:-310px;width:340px}}.meeting-info-modale{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.meeting-info-modale__frame{align-items:stretch;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:column;gap:40px;justify-content:flex-start;padding:20px}.meeting-info-modale__header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.meeting-info-modale__heading{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.meeting-info-modale__heading{gap:5px}}.meeting-info-modale__close{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.meeting-info-modale .shortcuts-box__list{align-items:stretch;display:flex;flex-direction:column;gap:.4rem;justify-content:flex-start;max-height:288px;overflow-y:scroll}.meeting-info-modale .shortcuts-box__item{align-items:center;background:#242129;background-color:hsla(0,0%,100%,.086);border:initial;border-radius:10px;border-radius:6px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);display:flex;flex-direction:row;justify-content:space-between;padding:6px 10px}.meeting-info-modale__body.duo-tab{min-height:290px}.meeting-info-modale{-webkit-backdrop-filter:blur(2px) grayscale(.4) brightness(.25);backdrop-filter:blur(2px) grayscale(.4) brightness(.25)}.meeting-info-modale__frame{-webkit-backdrop-filter:none;backdrop-filter:none}.meeting-details-box__frame{align-items:stretch;display:flex;flex-direction:column;gap:20px;justify-content:flex-start}@media screen and (max-width:800px){.meeting-details-box__frame{gap:10px}}.meeting-details-box__container{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.meeting-details-box__container{gap:5px}}.meeting-details-box__container__content .input-link.input-frame input,.meeting-details-box__container__content .input-link.input-frame textarea{background:hsla(0,0%,100%,.031)}@media screen and (max-width:800px){.meeting-info-modale__frame{padding:1rem}.meeting-info-modale__body.duo-tab{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;max-height:320px;min-height:320px}}.all-settings{align-items:center;-webkit-backdrop-filter:blur(2px) grayscale(.16) brightness(.4);backdrop-filter:blur(2px) grayscale(.16) brightness(.4);color:hsla(0,0%,100%,.933);display:flex;flex-direction:row;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99}.all-settings__frame{align-items:stretch;-webkit-backdrop-filter:none;backdrop-filter:none;background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;border-radius:20px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);box-shadow:0 4px 24px -1px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;min-height:560px;min-width:640px;padding:1.5rem}.all-settings__header,.all-settings__heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.all-settings__heading{gap:10px}@media screen and (max-width:800px){.all-settings__heading{gap:5px}}.all-settings__frame.--ms-settings{max-height:540px;min-height:540px}.all-settings__frame.--ms-settings .duo-tab__content{max-height:400px;overflow-y:scroll}.all-settings__frame.--ms-settings .duo-tab{max-height:360px;overflow-y:scroll}.duo-tab{grid-gap:20px;display:grid;gap:20px;grid-template-columns:.4fr .6fr}@media screen and (max-width:800px){.duo-tab{gap:10px}}.duo-tab__option .btn-frame{align-items:stretch;display:flex;flex-direction:column;gap:.32rem;justify-content:flex-start;min-width:230px}.duo-tab__content{min-width:400px;overflow-y:overlay}.all-settings .duo-tab__option .btn-frame{min-width:280px}.all-settings .duo-tab__content{height:520px;max-width:560px;min-width:560px;overflow:visible;position:relative;z-index:99}@media screen and (max-width:1600px){.all-settings .duo-tab__content{height:480px;max-width:540px;min-width:540px}}@media screen and (max-width:800px){.duo-tab{grid-template-columns:1fr;overflow-y:scroll}.duo-tab__content{min-width:310px}}.tab-content__block{background:#242129;border:2px solid red;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);padding:.75rem}@media screen and (max-width:1024px){.tab-content__block{padding:.55rem}}.tab-content__block .progress-bar{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:1rem 0;position:relative}@media screen and (max-width:800px){.tab-content__block .progress-bar{gap:5px}}.tab-content__block .progress-bar__legend{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between}.tab-content__block .progress-bar__legend__right{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-end;text-align:end}.tab-content__block .progress-bar__bar{position:relative}.tab-content__block .progress-bar__grid{align-items:flex-end;display:flex;font-size:12px;height:48px;justify-content:space-between;position:absolute;width:100%}.tab-content__block .progress-bar__grid div{color:hsla(0,0%,100%,.533);display:flex}.tab-content .--more-options .tab-content__body{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.tab-content .--more-options .tab-content__body{gap:5px}}.tab-content .--more-options .input-frame{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;width:100%}@media screen and (max-width:800px){.tab-content .--more-options .input-frame{gap:5px}}.tab-content .--more-options .input-frame__single{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start}.tab-content .--more-options .check-frame{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.tab-content .--more-options .check-frame{gap:5px}}.tab-content .--more-options .check-frame__option{align-items:stretch;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.tab-content .--more-options .check-frame__option{gap:5px}}.--screen-layout{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.--screen-layout{gap:5px}}.--screen-layout .btn-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.--screen-layout .tab-content__block{padding:1rem 1rem 2rem}.--screen-layout .tab-content__frame.--top{align-items:center;display:flex;flex-direction:column;justify-content:center}.--screen-layout .tab-content__frame .grid-range{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:.1fr 1fr .1fr}@media screen and (max-width:800px){.--screen-layout .tab-content__frame .grid-range{gap:5px}}.tab-content__block.--admin .option-frame{align-items:stretch;cursor:pointer;display:flex;flex-direction:row;gap:10px;justify-content:space-between;padding:.75rem}@media screen and (max-width:1024px){.tab-content__block.--admin .option-frame{padding:.55rem}}@media screen and (max-width:800px){.tab-content__block.--admin .option-frame{gap:5px}}.tab-content__block.--admin .option-frame:hover{background:linear-gradient(270deg,rgba(166,79,255,.063),rgba(99,112,231,.063))}.tab-content__block.--admin .option-frame__left{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-start}@media screen and (max-width:800px){.tab-content__block.--admin .option-frame__left{gap:5px}}.tab-content__block.--admin .option-frame__right{align-items:center;display:flex;flex-direction:row;justify-content:center}.tab-content .audio-video-box .option-frame{align-items:stretch;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;padding:.75rem}@media screen and (max-width:1024px){.tab-content .audio-video-box .option-frame{padding:.55rem}}@media screen and (max-width:800px){.tab-content .audio-video-box .option-frame{gap:5px}}.homepage{background:linear-gradient(-130deg,#5f3c7a -20%,#3b3656 16%,#292832 72%,#212120);overflow:hidden}.homepage,.homepage__body{min-height:100vh;position:relative}.homepage__body{display:flex;height:100%}.homepage__body__container{align-items:flex-start;display:flex;flex-direction:column;gap:3.4vw;justify-content:flex-start;min-height:600px;padding-bottom:4%;padding-left:12.5%;padding-top:3.8%;width:auto}.homepage__body__container>div{opacity:0}.homepage .form__body{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.homepage__body .button-frame{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr .85fr;width:440px}@media screen and (max-width:800px){.homepage{background:linear-gradient(-90deg,#292832,#212120)}.homepage__body__container{gap:3.2rem;padding:20% 1.5rem 1.5rem;width:100%}.homepage .form__body,.homepage .form__body .button-frame,.homepage .form__body .input-frame{width:auto}}@media screen and (min-width:1921px){.homepage__body .button-frame{gap:.65vw;width:24vw}.homepage .form__body{gap:.65vw}.homepage .form__body .input-frame{height:2.6vw;width:24vw}}.prejoin{background:linear-gradient(-130deg,#5f3c7a -20%,#3b3656 16%,#292832 72%,#212120);overflow:hidden;position:relative}.prejoin__body{display:flex;height:100vh;position:relative}.prejoin__body__container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:.35fr .65fr;height:100%;margin-left:6.4%;padding:1.5rem;width:100%}.prejoin__body__container>div{opacity:0}.prejoin__left-panel{background:#242129;border:1px solid hsla(0,0%,100%,.063);border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);overflow:hidden;overflow-x:hidden;overflow-y:auto;padding:1.5rem;position:relative}.prejoin__left-panel,.prejoin__right-panel{align-items:stretch;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}.prejoin__right-panel{padding:0}.prejoin__right-panel__video-frame{background:#242129;background-color:rgba(36,33,41,.769);border:1px solid hsla(0,0%,100%,.063);border-radius:10px;border-radius:16px;box-shadow:0 0 1px 0 rgba(0,0,0,.071),0 2px 1px 0 rgba(0,0,0,.071),0 2px 2px 1px rgba(0,0,0,.086);flex-basis:90%;overflow:hidden;position:relative}.prejoin__right-panel__action-frame{align-items:center;display:flex;flex-basis:10%;flex-direction:row;gap:10px;justify-content:space-between}@media screen and (max-width:800px){.prejoin__right-panel__action-frame{gap:5px}}.prejoin__right-panel__action-frame .action-frame{align-items:center;display:flex;flex-basis:24%;flex-direction:row;gap:10px;justify-content:center}@media screen and (max-width:800px){.prejoin__right-panel__action-frame .action-frame{gap:5px}}.prejoin__right-panel__action-frame .btn-frame,.prejoin__right-panel__action-frame .empty-frame{flex-basis:24%}@media screen and (max-width:1600px){.prejoin__body__container{padding:1.25rem}}@media screen and (max-width:1400px){.prejoin__right-panel__action-frame .btn-frame{flex-basis:30%}}@media screen and (max-width:1200px){.prejoin__body{height:auto;min-height:100vh}.prejoin__body__container{grid-template-columns:1fr;margin-left:10%;padding:1rem}.prejoin__right-panel__video-frame{min-height:512px}}@media screen and (max-width:800px){.prejoin{background:linear-gradient(-90deg,#292832,#212120);overflow:auto}.prejoin__body{align-items:stretch;display:flex;flex-direction:column;height:auto;justify-content:flex-start;min-height:100vh}.prejoin__body__container{gap:initial;grid-template-areas:"a" "b";grid-template-columns:1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:0;padding-top:0}.prejoin__body .greetings-box__mobile{padding-top:20%}.prejoin__left-panel,.prejoin__right-panel{box-shadow:none}.prejoin__left-panel{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;border-radius:0;bottom:0;grid-area:b;height:-webkit-max-content;height:max-content;left:0;overflow-y:hidden;padding:1rem .5rem;width:100%;z-index:99}.prejoin__right-panel__action-frame{align-items:center;display:flex;flex-direction:column-reverse;gap:1rem;justify-content:center}.prejoin__right-panel .empty-frame{display:none}.prejoin__right-panel__video-frame{height:270px;max-height:270px;min-height:270px}}@media screen and (min-width:1920px){.prejoin__body__container{gap:2vw;padding:2vw}}.devroom{background:linear-gradient(-130deg,#5f3c7a -20%,#3b3656 16%,#292832 72%,#212120);overflow:hidden;position:relative}.devroom__body{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;font-family:Poppins Regular,sans-serif;gap:0 10px;height:100vh;justify-content:flex-start;padding:10px;position:relative}.devroom__body__main{display:flex;flex:1 1;gap:10px;height:calc(100vh - 102px);min-height:32vw;overflow:overlay;width:auto}@media screen and (max-width:800px){.devroom__body__main{gap:5px}}.devroom__body__side-panel{display:flex;height:calc(100vh - 102px);min-width:400px;width:400px}.devroom__participant-panel{grid-gap:10px;display:grid;gap:10px;grid-template-columns:.8fr .2fr}@media screen and (max-width:800px){.devroom__participant-panel{gap:5px}}.devroom__side-participants{border:4px solid #6b8e23}.devroom__featured-participant{border:4px solid #72bbf1;border-radius:16px;overflow:hidden}.devroom__featured-participant__box{background-image:url(/static/media/portrait-peter.7d790f91d8f5a64a37fe.jpg);background-repeat:no-repeat;background-size:cover;display:flex;height:100%;opacity:.72;width:100%}.devroom__featured-participant__box input[type=file]{display:flex;height:100%;opacity:0;width:100%}.devroom__featured-participant__display-layout{display:flex;height:100%;position:relative;top:-100%}.devroom__featured-participant__display-layout .bottom-left,.devroom__featured-participant__display-layout .bottom-right,.devroom__featured-participant__display-layout .top-left,.devroom__featured-participant__display-layout .top-right{position:absolute}.devroom__featured-participant__display-layout .top-left{left:.75rem;top:.75rem}.devroom__featured-participant__display-layout .top-right{right:.75rem;top:.75rem}.devroom__featured-participant__display-layout .bottom-left{bottom:.75rem;left:.75rem}.devroom__featured-participant__display-layout .bottom-right{bottom:.75rem;right:.75rem}.devroom__option-panel{flex-basis:100%;position:relative}.devroom .test-cross{color:hsla(0,0%,100%,.933);left:.65rem;position:absolute;top:.65rem}.devroom .test-cross button{background:linear-gradient(-120deg,#823cca,#4c57bb);border:1px solid #242129;display:flex}.devroom .test-cross button:hover{background:linear-gradient(-120deg,#a64fff,#6370e7)}@media screen and (max-width:1024px){.devroom__body__side-panel{background:linear-gradient(-130deg,#5f3c7a -20%,#3b3656 16%,#292832 72%,#212120);height:calc(100vh - 144px);min-width:0;min-width:auto;overflow:hidden;padding:0;position:absolute;right:0;top:0;width:100%;z-index:99}.devroom__body__side-panel,.devroom__body__side-panel .chat-panel{border-radius:0;border-radius:initial}}@media screen and (max-width:800px){.devroom__body{height:calc(100vh - 148px);overflow:hidden;padding:6px}.devroom__body__main{height:100%;overflow:overlay}.devroom__option-panel{align-items:center;border:1px solid hsla(0,0%,100%,.063);border-bottom:transparent;border-left:initial;border-right:initial;bottom:0;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:72px;padding:1rem;position:fixed;z-index:99}}@media screen and (max-width:800px) and (max-width:800px){.devroom__option-panel{gap:5px}}@media screen and (max-width:800px){.devroom__body__main.--flex-layout{flex-direction:column}}@media screen and (max-width:800px){@supports (-webkit-touch-callout:none){.devroom__body{box-sizing:border-box;height:80dvh;max-height:80dvh;overflow:overlay}.devroom__body__side-panel{height:100%}.devroom__option-panel{min-height:10dvh}}}
/*# sourceMappingURL=main.b35b7be5.css.map*/