@charset "UTF-8";#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}.noty_theme__relax.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__relax.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#ff8181;border:1px solid #e25353;color:#fff}.noty_theme__relax.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__relax.noty_type__success{background-color:#bcf5bc;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50c24e}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,.298039) 0 0 5px 0}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em 10px}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#fa6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#ce352c;color:#fff}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1ba1e2;color:#fff}.noty_theme__metroui.noty_type__success{background-color:#60a917;color:#fff}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #d1d1d1;color:#2f2f2f}.noty_theme__mint.noty_type__warning{background-color:#ffae42;border-bottom:1px solid #e89f3c;color:#fff}.noty_theme__mint.noty_type__error{background-color:#de636f;border-bottom:1px solid #ca5a65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7f7eff;border-bottom:1px solid #7473e8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#afc765;border-bottom:1px solid #a0b55c;color:#fff}.noty_theme__sunset.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__sunset.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__sunset.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__sunset.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__sunset.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__bootstrap-v3.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:4px}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding:15px}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;background:0 0}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background:0 0;text-decoration:none;cursor:pointer;opacity:.5}.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v3.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v3.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v3.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__bootstrap-v4.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding:.75rem 1.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;background:0 0}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background:0 0;text-decoration:none;cursor:pointer;opacity:.75}.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v4.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v4.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v4.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__semanticui.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;font-size:1em;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_bar .noty_body{padding:1em 1.5em;line-height:1.4285em}.noty_theme__semanticui.noty_bar .noty_buttons{padding:10px}.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{background-color:#f8f8f9;color:rgba(0,0,0,.87)}.noty_theme__semanticui.noty_type__warning{background-color:#fffaf3;color:#573a08;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__error{background-color:#fff6f6;color:#9f3a38;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{background-color:#f8ffff;color:#276f86;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__success{background-color:#fcfff5;color:#2c662d;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.noty_theme__nest.noty_bar{margin:0 0 15px 0;overflow:hidden;border-radius:2px;position:relative;box-shadow:rgba(0,0,0,.098039) 5px 4px 10px 0}.noty_theme__nest.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__nest.noty_bar .noty_buttons{padding:10px}.noty_layout .noty_theme__nest.noty_bar{z-index:5}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){position:absolute;top:0;margin-top:4px;margin-right:-4px;margin-left:4px;z-index:4;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){position:absolute;top:0;margin-top:8px;margin-right:-8px;margin-left:8px;z-index:3;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){position:absolute;top:0;margin-top:12px;margin-right:-12px;margin-left:12px;z-index:2;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){position:absolute;top:0;margin-top:16px;margin-right:-16px;margin-left:16px;z-index:1;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){position:absolute;top:0;margin-top:20px;margin-right:-20px;margin-left:20px;z-index:-1;width:100%}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-top:4px;margin-left:-4px;margin-right:4px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-top:8px;margin-left:-8px;margin-right:8px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-top:12px;margin-left:-12px;margin-right:12px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-top:16px;margin-left:-16px;margin-right:16px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-top:20px;margin-left:-20px;margin-right:20px}.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__nest.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__nest.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__nest.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__nest.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__light.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__light.noty_bar .noty_body{padding:10px}.noty_theme__light.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__light.noty_type__alert,.noty_theme__light.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__light.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__light.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__light.noty_type__error{background-color:#ed7000;border:1px solid #e25353;color:#fff}.noty_theme__light.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__light.noty_type__info,.noty_theme__light.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__light.noty_type__info .noty_buttons,.noty_theme__light.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__light.noty_type__success{background-color:#57c880;border:1px solid #7cdd77;color:#006400}.noty_theme__light.noty_type__success .noty_buttons{border-color:#50c24e}.iti-flag{width:20px;height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../images/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-image:url(../images/flags@2x.png)}}.iti-flag.np{background-color:transparent}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.us-id{width:19px}.iti-flag.us-nd{width:19px}.iti-flag.us-ri{width:16px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-size:6812px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:13px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:13px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb-eng{height:12px;background-position:-1775px 0}.iti-flag.gb-nir{height:10px;background-position:-1797px 0}.iti-flag.gb-sct{height:12px;background-position:-1819px 0}.iti-flag.gb-wls{height:14px;background-position:-1841px 0}.iti-flag.gb{height:10px;background-position:-1863px 0}.iti-flag.gd{height:12px;background-position:-1885px 0}.iti-flag.ge{height:14px;background-position:-1907px 0}.iti-flag.gf{height:14px;background-position:-1929px 0}.iti-flag.gg{height:14px;background-position:-1951px 0}.iti-flag.gh{height:14px;background-position:-1973px 0}.iti-flag.gi{height:10px;background-position:-1995px 0}.iti-flag.gl{height:14px;background-position:-2017px 0}.iti-flag.gm{height:14px;background-position:-2039px 0}.iti-flag.gn{height:14px;background-position:-2061px 0}.iti-flag.gp{height:14px;background-position:-2083px 0}.iti-flag.gq{height:14px;background-position:-2105px 0}.iti-flag.gr{height:14px;background-position:-2127px 0}.iti-flag.gs{height:10px;background-position:-2149px 0}.iti-flag.gt{height:13px;background-position:-2171px 0}.iti-flag.gu{height:11px;background-position:-2193px 0}.iti-flag.gw{height:10px;background-position:-2215px 0}.iti-flag.gy{height:12px;background-position:-2237px 0}.iti-flag.hk{height:14px;background-position:-2259px 0}.iti-flag.hm{height:10px;background-position:-2281px 0}.iti-flag.hn{height:10px;background-position:-2303px 0}.iti-flag.hr{height:10px;background-position:-2325px 0}.iti-flag.ht{height:12px;background-position:-2347px 0}.iti-flag.hu{height:10px;background-position:-2369px 0}.iti-flag.ic{height:14px;background-position:-2391px 0}.iti-flag.id{height:14px;background-position:-2413px 0}.iti-flag.ie{height:10px;background-position:-2435px 0}.iti-flag.il{height:15px;background-position:-2457px 0}.iti-flag.im{height:10px;background-position:-2479px 0}.iti-flag.in{height:14px;background-position:-2501px 0}.iti-flag.io{height:10px;background-position:-2523px 0}.iti-flag.iq{height:14px;background-position:-2545px 0}.iti-flag.ir{height:12px;background-position:-2567px 0}.iti-flag.is{height:15px;background-position:-2589px 0}.iti-flag.it{height:14px;background-position:-2611px 0}.iti-flag.je{height:12px;background-position:-2633px 0}.iti-flag.jm{height:10px;background-position:-2655px 0}.iti-flag.jo{height:10px;background-position:-2677px 0}.iti-flag.jp{height:14px;background-position:-2699px 0}.iti-flag.ke{height:14px;background-position:-2721px 0}.iti-flag.kg{height:12px;background-position:-2743px 0}.iti-flag.kh{height:13px;background-position:-2765px 0}.iti-flag.ki{height:10px;background-position:-2787px 0}.iti-flag.km{height:12px;background-position:-2809px 0}.iti-flag.kn{height:14px;background-position:-2831px 0}.iti-flag.kp{height:10px;background-position:-2853px 0}.iti-flag.kr{height:14px;background-position:-2875px 0}.iti-flag.kw{height:10px;background-position:-2897px 0}.iti-flag.ky{height:10px;background-position:-2919px 0}.iti-flag.kz{height:10px;background-position:-2941px 0}.iti-flag.la{height:14px;background-position:-2963px 0}.iti-flag.lb{height:14px;background-position:-2985px 0}.iti-flag.lc{height:10px;background-position:-3007px 0}.iti-flag.li{height:12px;background-position:-3029px 0}.iti-flag.lk{height:10px;background-position:-3051px 0}.iti-flag.lr{height:11px;background-position:-3073px 0}.iti-flag.ls{height:14px;background-position:-3095px 0}.iti-flag.lt{height:12px;background-position:-3117px 0}.iti-flag.lu{height:12px;background-position:-3139px 0}.iti-flag.lv{height:10px;background-position:-3161px 0}.iti-flag.ly{height:10px;background-position:-3183px 0}.iti-flag.ma{height:14px;background-position:-3205px 0}.iti-flag.mc{height:15px;background-position:-3227px 0}.iti-flag.md{height:10px;background-position:-3248px 0}.iti-flag.me{height:10px;background-position:-3270px 0}.iti-flag.mf{height:14px;background-position:-3292px 0}.iti-flag.mg{height:14px;background-position:-3314px 0}.iti-flag.mh{height:11px;background-position:-3336px 0}.iti-flag.mk{height:10px;background-position:-3358px 0}.iti-flag.ml{height:14px;background-position:-3380px 0}.iti-flag.mm{height:14px;background-position:-3402px 0}.iti-flag.mn{height:10px;background-position:-3424px 0}.iti-flag.mo{height:14px;background-position:-3446px 0}.iti-flag.mp{height:10px;background-position:-3468px 0}.iti-flag.mq{height:14px;background-position:-3490px 0}.iti-flag.mr{height:14px;background-position:-3512px 0}.iti-flag.ms{height:10px;background-position:-3534px 0}.iti-flag.mt{height:14px;background-position:-3556px 0}.iti-flag.mu{height:14px;background-position:-3578px 0}.iti-flag.mv{height:14px;background-position:-3600px 0}.iti-flag.mw{height:14px;background-position:-3622px 0}.iti-flag.mx{height:12px;background-position:-3644px 0}.iti-flag.my{height:10px;background-position:-3666px 0}.iti-flag.mz{height:14px;background-position:-3688px 0}.iti-flag.na{height:14px;background-position:-3710px 0}.iti-flag.nc{height:10px;background-position:-3732px 0}.iti-flag.ne{height:15px;background-position:-3754px 0}.iti-flag.nf{height:10px;background-position:-3774px 0}.iti-flag.ng{height:10px;background-position:-3796px 0}.iti-flag.ni{height:12px;background-position:-3818px 0}.iti-flag.nl{height:14px;background-position:-3840px 0}.iti-flag.no{height:15px;background-position:-3862px 0}.iti-flag.np{height:15px;background-position:-3884px 0}.iti-flag.nr{height:10px;background-position:-3899px 0}.iti-flag.nu{height:10px;background-position:-3921px 0}.iti-flag.nz{height:10px;background-position:-3943px 0}.iti-flag.om{height:10px;background-position:-3965px 0}.iti-flag.pa{height:14px;background-position:-3987px 0}.iti-flag.pe{height:14px;background-position:-4009px 0}.iti-flag.pf{height:14px;background-position:-4031px 0}.iti-flag.pg{height:15px;background-position:-4053px 0}.iti-flag.ph{height:10px;background-position:-4075px 0}.iti-flag.pk{height:14px;background-position:-4097px 0}.iti-flag.pl{height:13px;background-position:-4119px 0}.iti-flag.pm{height:14px;background-position:-4141px 0}.iti-flag.pn{height:10px;background-position:-4163px 0}.iti-flag.pr{height:14px;background-position:-4185px 0}.iti-flag.ps{height:10px;background-position:-4207px 0}.iti-flag.pt{height:14px;background-position:-4229px 0}.iti-flag.pw{height:13px;background-position:-4251px 0}.iti-flag.py{height:11px;background-position:-4273px 0}.iti-flag.qa{height:8px;background-position:-4295px 0}.iti-flag.re{height:14px;background-position:-4317px 0}.iti-flag.ro{height:14px;background-position:-4339px 0}.iti-flag.rs{height:14px;background-position:-4361px 0}.iti-flag.ru{height:14px;background-position:-4383px 0}.iti-flag.rw{height:14px;background-position:-4405px 0}.iti-flag.sa{height:14px;background-position:-4427px 0}.iti-flag.sb{height:10px;background-position:-4449px 0}.iti-flag.sc{height:10px;background-position:-4471px 0}.iti-flag.sd{height:10px;background-position:-4493px 0}.iti-flag.se{height:13px;background-position:-4515px 0}.iti-flag.sg{height:14px;background-position:-4537px 0}.iti-flag.sh{height:10px;background-position:-4559px 0}.iti-flag.si{height:10px;background-position:-4581px 0}.iti-flag.sj{height:15px;background-position:-4603px 0}.iti-flag.sk{height:14px;background-position:-4625px 0}.iti-flag.sl{height:14px;background-position:-4647px 0}.iti-flag.sm{height:15px;background-position:-4669px 0}.iti-flag.sn{height:14px;background-position:-4691px 0}.iti-flag.so{height:14px;background-position:-4713px 0}.iti-flag.sr{height:14px;background-position:-4735px 0}.iti-flag.ss{height:10px;background-position:-4757px 0}.iti-flag.st{height:10px;background-position:-4779px 0}.iti-flag.sv{height:12px;background-position:-4801px 0}.iti-flag.sx{height:14px;background-position:-4823px 0}.iti-flag.sy{height:14px;background-position:-4845px 0}.iti-flag.sz{height:14px;background-position:-4867px 0}.iti-flag.ta{height:10px;background-position:-4889px 0}.iti-flag.tc{height:10px;background-position:-4911px 0}.iti-flag.td{height:14px;background-position:-4933px 0}.iti-flag.tf{height:14px;background-position:-4955px 0}.iti-flag.tg{height:13px;background-position:-4977px 0}.iti-flag.th{height:14px;background-position:-4999px 0}.iti-flag.tj{height:10px;background-position:-5021px 0}.iti-flag.tk{height:10px;background-position:-5043px 0}.iti-flag.tl{height:10px;background-position:-5065px 0}.iti-flag.tm{height:14px;background-position:-5087px 0}.iti-flag.tn{height:14px;background-position:-5109px 0}.iti-flag.to{height:10px;background-position:-5131px 0}.iti-flag.tr{height:14px;background-position:-5153px 0}.iti-flag.tt{height:12px;background-position:-5175px 0}.iti-flag.tv{height:10px;background-position:-5197px 0}.iti-flag.tw{height:14px;background-position:-5219px 0}.iti-flag.tz{height:14px;background-position:-5241px 0}.iti-flag.ua{height:14px;background-position:-5263px 0}.iti-flag.ug{height:14px;background-position:-5285px 0}.iti-flag.um{height:11px;background-position:-5307px 0}.iti-flag.us-ak{height:14px;background-position:-5329px 0}.iti-flag.us-al{height:14px;background-position:-5351px 0}.iti-flag.us-ar{height:14px;background-position:-5373px 0}.iti-flag.us-az{height:14px;background-position:-5395px 0}.iti-flag.us-ca{height:14px;background-position:-5417px 0}.iti-flag.us-co{height:14px;background-position:-5439px 0}.iti-flag.us-ct{height:15px;background-position:-5461px 0}.iti-flag.us-de{height:14px;background-position:-5483px 0}.iti-flag.us-fl{height:14px;background-position:-5505px 0}.iti-flag.us-ga{height:14px;background-position:-5527px 0}.iti-flag.us-hi{height:10px;background-position:-5549px 0}.iti-flag.us-ia{height:14px;background-position:-5571px 0}.iti-flag.us-id{height:15px;background-position:-5593px 0}.iti-flag.us-il{height:12px;background-position:-5614px 0}.iti-flag.us-in{height:14px;background-position:-5636px 0}.iti-flag.us-ks{height:12px;background-position:-5658px 0}.iti-flag.us-ky{height:11px;background-position:-5680px 0}.iti-flag.us-la{height:13px;background-position:-5702px 0}.iti-flag.us-ma{height:12px;background-position:-5724px 0}.iti-flag.us-md{height:14px;background-position:-5746px 0}.iti-flag.us-me{height:14px;background-position:-5768px 0}.iti-flag.us-mi{height:14px;background-position:-5790px 0}.iti-flag.us-mn{height:13px;background-position:-5812px 0}.iti-flag.us-mo{height:12px;background-position:-5834px 0}.iti-flag.us-ms{height:14px;background-position:-5856px 0}.iti-flag.us-mt{height:14px;background-position:-5878px 0}.iti-flag.us-nc{height:14px;background-position:-5900px 0}.iti-flag.us-nd{height:15px;background-position:-5922px 0}.iti-flag.us-ne{height:12px;background-position:-5943px 0}.iti-flag.us-nh{height:14px;background-position:-5965px 0}.iti-flag.us-nj{height:14px;background-position:-5987px 0}.iti-flag.us-nm{height:14px;background-position:-6009px 0}.iti-flag.us-nv{height:14px;background-position:-6031px 0}.iti-flag.us-ny{height:10px;background-position:-6053px 0}.iti-flag.us-oh{height:13px;background-position:-6075px 0}.iti-flag.us-ok{height:14px;background-position:-6097px 0}.iti-flag.us-or{height:12px;background-position:-6119px 0}.iti-flag.us-pa{height:14px;background-position:-6141px 0}.iti-flag.us-ri{height:15px;background-position:-6163px 0}.iti-flag.us-sc{height:14px;background-position:-6181px 0}.iti-flag.us-sd{height:13px;background-position:-6203px 0}.iti-flag.us-tn{height:12px;background-position:-6225px 0}.iti-flag.us-tx{height:14px;background-position:-6247px 0}.iti-flag.us-ut{height:12px;background-position:-6269px 0}.iti-flag.us-va{height:14px;background-position:-6291px 0}.iti-flag.us-vt{height:12px;background-position:-6313px 0}.iti-flag.us-wa{height:12px;background-position:-6335px 0}.iti-flag.us-wi{height:14px;background-position:-6357px 0}.iti-flag.us-wv{height:11px;background-position:-6379px 0}.iti-flag.us-wy{height:14px;background-position:-6401px 0}.iti-flag.us{height:11px;background-position:-6423px 0}.iti-flag.uy{height:14px;background-position:-6445px 0}.iti-flag.uz{height:10px;background-position:-6467px 0}.iti-flag.va{height:15px;background-position:-6489px 0}.iti-flag.vc{height:14px;background-position:-6506px 0}.iti-flag.ve{height:14px;background-position:-6528px 0}.iti-flag.vg{height:10px;background-position:-6550px 0}.iti-flag.vi{height:14px;background-position:-6572px 0}.iti-flag.vn{height:14px;background-position:-6594px 0}.iti-flag.vu{height:12px;background-position:-6616px 0}.iti-flag.wf{height:14px;background-position:-6638px 0}.iti-flag.ws{height:10px;background-position:-6660px 0}.iti-flag.xk{height:15px;background-position:-6682px 0}.iti-flag.ye{height:14px;background-position:-6704px 0}.iti-flag.yt{height:14px;background-position:-6726px 0}.iti-flag.za{height:14px;background-position:-6748px 0}.iti-flag.zm{height:14px;background-position:-6770px 0}.iti-flag.zw{height:10px;background-position:-6792px 0}.atlaskit-portal>#notifications-container{bottom:calc(calc(48px + 24px))!important}.modal-dialog-form .dropdown-menu div[style*=transform]{outline:1px solid #455166}.modal-dialog-form .dropdown-menu button:not(:active):not(:hover)>span{color:#455166}.modal-dialog-form div[role=tablist]>div:not([data-selected]):not(:hover),.modal-dialog-form label>div>span{color:#455166!important}.atlaskit-portal [role=dialog] header{box-shadow:none}.atlaskit-portal [role=dialog] header .jitsi-icon{cursor:pointer}.atlaskit-portal [role=dialog] header .jitsi-icon:hover path{fill:#696969;transition:.3s}.atlaskit-portal [role=dialog] header .jitsi-icon svg{fill:#b8c7e0}.atlaskit-portal [role=dialog] footer{box-shadow:none}.mobile-browser .atlaskit-portal [role=dialog] header .jitsi-icon{display:grid;place-items:center;height:48px;width:48px;background:#2a3a4b;border-radius:3px}.videocontainer__toptoolbar>div>div{background:0 0}.toolbox-button-wth-dialog>div:nth-child(2){background:#242528;max-height:calc(100vh - calc(48px + 24px) - 46px);margin-bottom:4px;padding:0;overflow-y:auto;transform:translate3d(0,60px,0)!important}.audio-preview>div:nth-child(2),.reactions-menu-popup>div:nth-child(2),.video-preview>div:nth-child(2){margin-bottom:4px;outline:0;padding:0}.reactions-menu-popup>div:nth-child(2){margin-bottom:6px;box-shadow:none}@media (min-width:100px) and (max-width:320px){.smiley-input{display:none}.shift-right .atlaskit-portal [data-focus-lock-disabled]>[role=presentation]+div{height:100%;left:0;position:fixed;top:0;max-width:100%;width:100%}.shift-right .atlaskit-portal [role=dialog]{height:100%;max-height:100%;border-radius:0}}@media (min-width:480px) and (max-width:580px){.shift-right .atlaskit-portal [data-focus-lock-disabled]>[role=presentation]+div{height:100%;left:0;position:fixed;max-width:100%}}@media only screen and (min-width:320px) and (max-width:812px) and (orientation:landscape){.shift-right .atlaskit-portal [data-focus-lock-disabled]>[role=presentation]+div{height:100%;left:0;top:0;position:fixed;max-width:100%}div[data-testid=test-id-modal-dialog-content]{overflow:scroll}div[data-testid=test-id-modal-dialog-content]>div{overflow:unset}.shift-right .atlaskit-portal [role=dialog][data-testid=check-page-testId]{height:100%;max-height:100%;border-radius:0}.shift-right .atlaskit-portal [role=dialog][data-testid=check-page-testId] footer,.shift-right .atlaskit-portal [role=dialog][data-testid=check-page-testId] header{padding:16px 0}}@media (max-width:580px){.shift-right .atlaskit-portal [role=dialog][style]{background-color:#f3f4f7!important}}div[data-testid="notify.hasAttendeeRequest"]>div span:nth-child(2){white-space:pre-wrap}div.Tooltip{color:#fff;font-size:12px;line-height:14px;padding:8px}@media (max-width:480px){div[data-testid="notify.requestJoinRoomAgain"]>div span:nth-child(2){white-space:unset}}body,div,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,p,pre{margin:0;padding:0}dl,ol,ul{margin:0}fieldset,img{border:0}@-moz-document url-prefix(){img{font-size:0}img:-moz-broken{font-size:inherit}}details,main,summary{display:block}audio,canvas,progress,video{display:inline-block;transition:object-position .5s ease 0s;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button}body{color:#333;font-family:Arial,sans-serif;font-size:14px;line-height:1.4285714286}[lang|=en]{font-family:Arial,sans-serif}[lang|=ja]{font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,sans-serif}blockquote,dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul{margin:10px 0 0 0}blockquote:first-child,dl:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,ol:first-child,p:first-child,pre:first-child,ul:first-child{margin-top:0}h1{color:#333;font-size:32px;font-weight:400;line-height:1.25;text-transform:none;margin:30px 0 0 0}h2{color:#333;font-size:24px;font-weight:400;line-height:1.25;text-transform:none;margin:30px 0 0 0}h3{color:#333;font-size:20px;font-weight:400;line-height:1.5;text-transform:none;margin:30px 0 0 0}h4{font-size:16px;font-weight:700;line-height:1.25;text-transform:none;margin:20px 0 0 0}h5{color:#333;font-size:14px;font-weight:700;line-height:1.42857143;text-transform:none;margin:20px 0 0 0}h6{color:#707070;font-size:12px;font-weight:700;line-height:1.66666667;text-transform:uppercase;margin:20px 0 0 0}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1+h2,h2+h3,h3+h4,h4+h5,h5+h6{margin-top:10px}small{color:#707070;font-size:12px;line-height:1.3333333333}code,kbd{font-family:monospace}address,cite,dfn,var{font-style:italic}cite:before{content:"— "}blockquote{border-left:1px solid #ccc;color:#707070;margin-left:19px;padding:10px 20px}blockquote>cite{display:block;margin-top:10px}q{color:#707070}q:before{content:open-quote}q:after{content:close-quote}abbr{border-bottom:1px #707070 dotted;cursor:help}a{color:#44a5ff;text-decoration:none;font-weight:700}a:active,a:focus,a:hover{text-decoration:underline}*{-webkit-user-select:none;user-select:none;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.5) transparent}input,textarea{-webkit-user-select:text;user-select:text}html{height:100%;width:100%;overflow:hidden}body{margin:0;width:100%;height:100%;font-size:12px;font-weight:400;overflow:hidden;color:#fff;background:#424c53}.js-focus-visible :focus:not(.focus-visible){outline:0}.jitsi-icon-default svg{fill:#fff}.disabled .jitsi-icon svg{fill:#929292}.jitsi-icon.gray svg{fill:#5e6d7a;cursor:pointer}p{margin:0}body,button,input,keygen,select,textarea{font-family:-apple-system,BlinkMacSystemFont,open_sanslight,"Helvetica Neue",Helvetica,Arial,sans-serif!important}#nowebrtc{display:none}button,input,select,textarea{margin:0;vertical-align:baseline;font-size:1em}button,input[type=button],input[type=reset],input[type=submit],select{cursor:pointer}textarea{word-wrap:break-word;resize:none;line-height:1.5em}input[type=password],input[type=text],textarea{outline:0;resize:none}button{color:#fff;background-color:#44a5ff;border-radius:4px}button.no-icon{padding:0 1em}button,form{display:block}.watermark{display:block;position:absolute;top:15;width:71px;height:32px;background-size:contain;background-repeat:no-repeat;z-index:2}.leftwatermark{left:32px;top:32px;background-position:center left;background-repeat:no-repeat;background-size:contain}.rightwatermark{right:32px;top:32px;background-position:center right}.poweredby{position:absolute;left:25;bottom:7;font-size:11pt;color:rgba(255,255,255,.5);text-decoration:none;z-index:100}.connected{color:#21b9fc;font-size:12px}.disconnected,.lastN{color:#a3a3a3;font-size:12px}.aui-blanket{background:#000;transition:opacity .2s,visibility .2s;transition-delay:.1s;visibility:visible}#inviteLinkRef{-webkit-user-select:text;user-select:text}::-webkit-scrollbar{background:0 0;width:7px;height:7px}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-track-piece{background:0 0}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5);border-radius:4px}.flip-x{transform:scaleX(-1)}.hidden{display:none}.hide{display:none!important}.invisible{visibility:hidden}.show{display:block!important}.show-inline{display:inline-block!important}.show-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.overlay__container,.overlay__container-light{top:0;left:0;width:100%;height:100%;position:fixed;z-index:1016;background:#474747}.overlay__container-light{background-color:rgba(71,71,71,.7)}.overlay__content{position:absolute;margin:0 auto;height:100%;width:56%;left:50%;-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.overlay__content_bottom{position:absolute;bottom:0}.overlay__policy{position:absolute;bottom:24px;width:100%}.overlay__spinner-container{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.inlay{margin-top:14%;-webkit-border-radius:4px;border-radius:4px;background-clip:padding-box;padding:40px 38px 44px;color:#fff;background:#7a7a7a;text-align:center}.inlay__title{margin:17px 0;padding-bottom:17px;color:#fff!important;font-size:21px;letter-spacing:.3px;border-bottom:1px solid #fff}.inlay__text{color:#fff!important;display:block;margin-top:22px;font-size:16px}.inlay__icon{margin:0 10px;font-size:50px}.reload_overlay_title{display:block;font-size:16px;line-height:20px}.reload_overlay_text{display:block;font-size:12px;line-height:30px}#reloadProgressBar{background:#e9e9e9;border-radius:3px;height:5px;margin:5px auto;overflow:hidden;width:180px}#reloadProgressBar .progress-indicator-fill{background:#0074e0;height:100%;transition:width .5s}.always-on-top-toolbox,.filmstrip-toolbox{background-color:#131519;border-radius:3px;display:flex;z-index:250}.always-on-top-toolbox .toolbox-icon,.filmstrip-toolbox .toolbox-icon{cursor:pointer;padding:7px;width:22px;height:22px}.always-on-top-toolbox .toolbox-icon.toggled,.filmstrip-toolbox .toolbox-icon.toggled{background:0 0}.always-on-top-toolbox .toolbox-icon.disabled,.filmstrip-toolbox .toolbox-icon.disabled{cursor:initial}.always-on-top-toolbox{flex-direction:row;left:50%;position:absolute;bottom:10px;transform:translateX(-50%);padding:3px!important}.filmstrip-toolbox{flex-direction:column}.copy-button{display:flex;justify-content:space-between;align-items:center;padding:8px 8px 8px 16px;margin-top:5px;width:calc(100% - 24px);height:24px;background:#0376da;border-radius:4px;cursor:pointer}.copy-button:hover{background:#278adf;font-weight:600}.copy-button-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:292px;margin-right:16px}.copy-button-content.selected{font-weight:600}.copy-button.clicked{background:#31b76a}.copy-button>div>svg>path{fill:#fff}.desktop-picker-pane{height:320px;overflow-x:hidden;overflow-y:auto;width:100%}.desktop-picker-pane.source-type-screen .desktop-picker-source{margin-left:auto;margin-right:auto;width:50%}.desktop-picker-pane.source-type-screen .desktop-source-preview-thumbnail{width:100%}.desktop-picker-pane.source-type-screen .desktop-source-preview-label{display:none}.desktop-picker-pane.source-type-window .desktop-picker-source{display:inline-block;width:30%}.desktop-picker-pane-spinner{justify-content:center;display:flex;height:100%;align-items:center}.desktop-picker-source{margin-top:10px;text-align:center}.desktop-picker-source.is-selected .desktop-source-preview-image-container{background:rgba(255,255,255,.3);border-radius:4px}.desktop-source-preview-label{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-source-preview-thumbnail{box-shadow:5px 5px 5px grey;height:auto;max-width:100%}.desktop-source-preview-image-container{padding:10px}.desktop-picker-tabs-container{width:65%;margin-top:3px}.modal-dialog-form{margin-top:5px!important}.modal-dialog-form .input-control{background:#fafbfc;border:1px solid #f4f5f7;color:inherit}.modal-dialog-form-error{margin-bottom:8px}.shared-video-dialog-error{color:#e04757;margin-top:2px;display:block}.dialog-bottom-margin{margin-bottom:5px}.dialog{box-sizing:border-box;height:auto;min-height:131px;overflow:visible;visibility:visible;width:400px}.dialog h1,.dialog h2,.dialog h3,.dialog h4,.dialog h5,.dialog h6{color:#eceef1}.dialog .aui-dialog2-footer,.dialog .aui-dialog2-header{background-color:#b8c7e0;border:none}.dialog .aui-dialog2-header{border-bottom:1px solid #b8c7e0;border-radius:5px 5px 0 0;box-sizing:border-box;color:#333;display:table;font-weight:400;height:4.8333333333em;margin-top:-69px;padding:0 20px;width:100%}.dialog .aui-dialog2-header h2{font-size:1.6666666667em;font-weight:400;color:#eceef1}.dialog .aui-dialog2-header-main{display:table-cell;padding-right:0;max-width:400px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.dialog .aui-dialog2-footer{border-top:1px solid #b8c7e0;border-radius:0 0 5px 5px;box-sizing:border-box;height:51px;overflow:hidden;padding:10px 20px;width:100%}.dialog .aui-dialog2-footer:empty{height:5px;padding:0}.dialog .aui-dialog2-content{background-color:#b8c7e0;box-sizing:border-box;color:#eceef1;font-size:1.1666666667em;overflow:auto;max-height:100%;padding:20px}.dialog .aui-dialog2-content h3,.dialog .aui-dialog2-content p,.dialog .aui-dialog2-content span{font-weight:400}.dialog .aui-dialog2-content:last-child{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.dialog .aui-dialog2-content:first-child{border-top-right-radius:5px;border-top-left-radius:5px}.dialog .aui-hide{display:none}.dialog .input-control{background-color:#344563;color:#eceef1}.dialog .form-control:not(:last-child){border-bottom:1px solid #b8c7e0}@media all and (max-width:420px){.aui-dialog2-small .aui-dialog2-content{height:100%}}.modal-header.no-padding{padding-bottom:0!important}@media only screen and (max-width:1024px){.modal-header{padding:12px 24px!important}.modal-footer{padding:16px 24px!important}}.modal-footer button{min-width:60px}.modal-header-right-group{display:flex;column-gap:5px;height:100%;margin-left:15px}.modal-dialog-footer{font-size:14px}.inline-dialog-error{margin-top:16px}.inline-dialog-error-text{color:#344563;margin-bottom:8px;text-align:center}.inline-dialog-error-button{display:block;margin:16px auto 0 auto}@media only screen and (min-width:768px){.device-selection{display:flex;flex:1}}.device-selection .device-selectors{font-size:14px}.device-selection .device-selectors>div{display:block;margin-bottom:4px}.device-selection .device-selectors .device-selector-icon{align-self:center;color:inherit;font-size:20px;margin-left:3px}.device-selection .device-selectors .device-selector-label{margin-bottom:1px}.device-selection .device-selectors .device-selector-trigger{background-color:#0e1624;border:1px solid #455166;border-radius:5px;display:flex;height:2.3em;justify-content:space-between;line-height:2.3em;overflow:hidden;padding:0 8px}.device-selection .device-selectors .device-selector-trigger-disabled .device-selector-trigger{color:#a5adba;cursor:default}.device-selection .device-selectors .device-selector-trigger-text{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.device-selection .device-selectors .divice-selector-noise-suppression{display:flex;align-items:start}.device-selection .device-selectors .divice-selector-noise-suppression .noise-suppresion-label-container{margin-top:9px}.device-selection .device-selectors .divice-selector-noise-suppression .noise-suppresion-label-container .sub-label{font-size:12px;margin-left:10px}.device-selection .device-selection-column{box-sizing:border-box;display:inline-block;vertical-align:top}.device-selection .device-selection-column.column-selectors{margin-left:15px;width:45%}@media (max-width:768px){.device-selection .device-selection-column.column-selectors{width:90%;margin-top:15px;margin-left:auto;margin-right:auto}}@media only screen and (max-device-width:768px) and (orientation:portrait){.device-selection .device-selection-column.column-video{width:90%;margin-left:auto;margin-right:auto}}@media only screen and (min-width:768px){.device-selection .device-selection-column.column-video{width:50%}}@media only screen and (min-width:768px){.device-selection .device-selection-column.column-video{width:50%}}.device-selection .device-selection-video-container{border-radius:3px;margin-bottom:5px}.device-selection .device-selection-video-container .video-input-preview{margin-top:2px;position:relative}@media (max-width:768px) and (orientation:portrait){.device-selection .device-selection-video-container .video-input-preview{max-height:40vh}}.device-selection .device-selection-video-container .video-input-preview>video{border-radius:3px;object-fit:cover}.device-selection .device-selection-video-container .video-input-preview .video-input-preview-error{color:#fff;display:none;left:0;position:absolute;right:0;text-align:center;top:50%}.device-selection .device-selection-video-container .video-input-preview.video-preview-has-error{background:#000}.device-selection .device-selection-video-container .video-input-preview.video-preview-has-error .video-input-preview-error{display:block}.device-selection .device-selection-video-container .video-input-preview .video-input-preview-display{height:auto;overflow:hidden;width:100%}@media (max-width:768px){.device-selection .device-selection-video-container .video-input-preview .video-input-preview-display{height:90%}}.device-selection .audio-output-preview{font-size:14px}.device-selection .audio-output-preview a{color:#6fb1ea;cursor:pointer;text-decoration:none}.device-selection .audio-output-preview a:hover{color:#b3d4ff}.device-selection .audio-input-preview{background:#1b2638;border-radius:5px;height:8px}.device-selection .audio-input-preview .audio-input-preview-level{background:#75b1ff;border-radius:5px;height:100%;-webkit-transition:width .1s ease-in-out;-moz-transition:width .1s ease-in-out;-o-transition:width .1s ease-in-out;transition:width .1s ease-in-out}.device-selection.video-hidden{display:flex;flex-direction:column;width:100%}.device-selection.video-hidden .column-selectors{width:100%;margin-left:0}.device-selection.video-hidden .column-video{order:1;width:100%;margin-top:8px}.device-selector-trigger-disabled.device-selector-trigger-label{color:#a5adba;cursor:default;min-width:160px}.device-selector-no-device{margin:5px 0 10px 0;padding-left:10px;font-weight:700}.settings-pane{width:100%}.settings-pane.profile-pane{flex-direction:column}.settings-pane .auth-name{margin-bottom:4px}.settings-pane .calendar-tab,.settings-pane .device-selection{margin-top:20px}.settings-pane .mock-atlaskit-label{color:#b8c7e0;font-size:12px;font-weight:600;line-height:1.33;padding:20px 0 4px 0}.settings-pane input[type=checkbox]:checked+svg{--checkbox-background-color:#6492e7;--checkbox-border-color:#6492e7}.settings-pane input[type=checkbox]+svg+span{color:#9fb0cc}.settings-pane .box,.settings-pane .calendar-tab,.settings-pane .more-tab{display:flex;justify-content:space-between;width:100%}.settings-pane .profile-edit{display:flex;width:100%}.settings-pane .profile-edit-field{flex:1;margin-right:20px}.settings-pane .settings-sub-pane{flex:1}.settings-pane .settings-sub-pane .right{flex:1}.settings-pane .settings-sub-pane .left{flex:1}.settings-pane .settings-sub-pane-element{text-align:left;flex:1}.settings-pane .calendar-tab{align-items:center;flex-direction:column;font-size:14px;min-height:100px;text-align:center}.settings-pane .calendar-tab-sign-in{margin-top:20px}.settings-pane .sign-out-cta{margin-bottom:20px}@media only screen and (max-width:1024px){.settings-pane .device-selection{margin-top:4px}}@media only screen and (max-width:700px){.settings-pane .device-selection{display:flex;flex-direction:column}.settings-pane .more-tab{flex-direction:column}}.info-dialog{cursor:default;display:flex;font-size:14px}.info-dialog .info-dialog-column{margin-right:10px;overflow:hidden}.info-dialog .info-dialog-column a,.info-dialog .info-dialog-column a:active,.info-dialog .info-dialog-column a:focus,.info-dialog .info-dialog-column a:hover{text-decoration:none}.info-dialog .info-dialog-password,.info-dialog .info-password,.info-dialog .info-password-form{align-items:baseline;display:flex}.info-dialog .info-label{font-weight:700}.info-dialog .info-password-field{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:5px}.info-dialog .info-password-none,.info-dialog .info-password-remote{color:#fff}.info-dialog .info-password-local{user-select:text}.dial-in-number{display:flex;justify-content:space-between;padding-right:8px}.dial-in-numbers-list{max-width:334px;width:100%;margin-top:20px;font-size:12px;line-height:24px;border-collapse:collapse}.dial-in-numbers-list *{user-select:text}.dial-in-numbers-list thead{text-align:left}.dial-in-numbers-list .flag-cell{vertical-align:top;width:30px}.dial-in-numbers-list .flag{display:block;margin:5px 5px 0 5px}.dial-in-numbers-list .country{font-weight:700;vertical-align:top;padding:0 20px 0 0}.dial-in-numbers-list ul{padding:0}.dial-in-numbers-list .numbers-list{list-style:none;padding:0 20px 0 0}.dial-in-numbers-list .toll-free-list{font-weight:700;list-style:none;vertical-align:top;text-align:right}.dial-in-numbers-list li.toll-free:empty:before{content:".";visibility:hidden}.dial-in-page{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;font-size:12px;max-height:100%;overflow:auto;padding:15pt;position:absolute;transform:translateY(-50%);top:50%;width:100%}.dial-in-page .dial-in-conference-id{text-align:center;min-width:200px;margin-top:40px}.dial-in-page .dial-in-conference-description{margin:12px}.dial-in-page *,.info-dialog *{user-select:text;-moz-user-select:text;-webkit-user-select:text}.share-audio-dialog .share-audio-animation{width:100%;height:90%;object-fit:contain;margin-bottom:10px}.share-audio-dialog .separator-line{margin:24px 0 24px -20px;padding:0 20px;width:100%;height:1px;background:#5e6d7a}.share-audio-dialog .separator-line:last-child{display:none}.share-screen-warn-dialog{font-size:14px}.share-screen-warn-dialog .separator-line{margin:24px 0 24px -20px;padding:0 20px;width:100%;height:1px;background:#5e6d7a}.share-screen-warn-dialog .separator-line:last-child{display:none}.share-screen-warn-dialog .header{font-weight:600}.share-screen-warn-dialog .description{margin-top:16px}.whiteboard .excalidraw-wrapper{height:100vh;width:100vw}body .excalidraw .Modal,body .excalidraw [data-testid=modal],body .excalidraw-modal{z-index:1000!important}.speaker-stats{list-style:none;padding:0;width:100%;font-weight:500}.speaker-stats .speaker-stats-item__status-dot{position:relative;display:block;width:9px;height:9px;border-radius:50%;margin:0 auto}.speaker-stats .speaker-stats-item__status-dot.status-active{background:green}.speaker-stats .speaker-stats-item__status-dot.status-inactive{background:gray}.speaker-stats .status-user-left{color:#a7a7a7}.speaker-stats .speaker-stats-item__name,.speaker-stats .speaker-stats-item__status,.speaker-stats .speaker-stats-item__time{display:inline-block;margin:5px 0;vertical-align:middle}.speaker-stats .speaker-stats-item__status{width:5%}.speaker-stats .speaker-stats-item__name{width:40%}.speaker-stats .speaker-stats-item__time{width:55%}.speaker-stats .speaker-stats-item__name,.speaker-stats .speaker-stats-item__time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-quality-dialog .video-quality-dialog-title{margin-bottom:10px}.video-quality-dialog .video-quality-dialog-contents{align-items:center;display:flex;flex-direction:column;padding:10px;min-width:250px}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-slider-container{width:100%;text-align:center}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-slider{width:calc(100% - 5px)}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-slider::-ms-track{height:15px;border-radius:10px;background:#0e1624}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-slider::-moz-range-track{height:15px;border-radius:10px;background:#0e1624}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-slider::-webkit-slider-runnable-track{height:15px;border-radius:10px;background:#0e1624}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-slider::-ms-thumb{top:50%;border:none;position:relative;opacity:0}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-slider::-moz-range-thumb{top:50%;border:none;position:relative;opacity:0}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-slider::-webkit-slider-thumb{top:50%;border:none;position:relative;opacity:0}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-labels{box-sizing:border-box;display:flex;margin-top:5px;position:relative;width:85%}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-label-container{position:absolute;text-align:center;transform:translate(-50%,0)}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-label-container::before{content:"";border-radius:50%;left:0;height:6px;margin:0 auto;pointer-events:none;position:absolute;right:0;top:-16px;width:6px}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-label-container.active{color:#57a0ff;font-weight:700}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-label-container.active::before{background:#57a0ff;height:12px;top:-19px;width:12px}.video-quality-dialog .video-quality-dialog-contents .video-quality-dialog-label-container:first-child{position:relative}.modal-dialog-form .video-quality-dialog-title{display:none}.virtual-background-dialog{margin-left:-10px;position:relative;max-height:300px;color:#fff;display:inline-grid;grid-template-columns:auto auto auto auto auto;column-gap:9px;cursor:pointer}.virtual-background-dialog .blur:hover,.virtual-background-dialog .desktop-share:hover,.virtual-background-dialog .slight-blur:hover,.virtual-background-dialog .thumbnail:hover,.virtual-background-dialog .virtual-background-none:hover{opacity:.5;border:2px solid #99bbf3}@media (max-width:632px){.virtual-background-dialog .blur:hover,.virtual-background-dialog .desktop-share:hover,.virtual-background-dialog .slight-blur:hover,.virtual-background-dialog .thumbnail:hover,.virtual-background-dialog .virtual-background-none:hover{height:60px;width:60px}}.virtual-background-dialog .background-option{margin-top:8px;border:2px solid #000;height:60px;width:107px;text-align:center;justify-content:center;font-weight:700;box-sizing:border-box;display:flex;align-items:center}.virtual-background-dialog .thumbnail{object-fit:cover}.virtual-background-dialog .thumbnail:hover~.delete-image-icon{display:block}.virtual-background-dialog .thumbnail-current{border:4px solid #f57c31}.virtual-background-dialog .thumbnail-selected{border:4px solid #1a73e8}.virtual-background-dialog .blur{box-shadow:inset 0 0 12px #000;background:#7e8287;padding:0 10px}.virtual-background-dialog .blur-selected{box-shadow:inset 0 0 12px #000;background:#7e8287;border:4px solid #1a73e8;padding:0 10px}.virtual-background-dialog .slight-blur{box-shadow:inset 0 0 12px #000;background:#a4a4a4;padding:0 10px}.virtual-background-dialog .slight-blur-selected{box-shadow:inset 0 0 12px #000;background:#a4a4a4;border:4px solid #1a73e8;padding:0 10px}.virtual-background-dialog .virtual-background-none{background:#525252;padding:0 10px}.virtual-background-dialog .none-selected{background:#525252;border:4px solid #1a73e8;padding:0 10px}.virtual-background-dialog .desktop-share{background:#525252}.virtual-background-dialog .desktop-share-selected{background:#525252;border:4px solid #1a73e8;padding:0 10px}@media (max-width:632px){.virtual-background-dialog{font-size:1.5vw}.virtual-background-dialog .blur,.virtual-background-dialog .desktop-share,.virtual-background-dialog .slight-blur,.virtual-background-dialog .thumbnail,.virtual-background-dialog .virtual-background-none{height:60px;width:60px}.virtual-background-dialog .blur-selected,.virtual-background-dialog .desktop-share-selected,.virtual-background-dialog .none-selected,.virtual-background-dialog .slight-blur-selected,.virtual-background-dialog .thumbnail-selected{height:60px;width:60px}}@media (max-width:360px){.virtual-background-dialog{grid-template-columns:auto auto auto}}.modal-dialog-form .virtual-background-loading{overflow:hidden;position:fixed;left:50%;margin-top:10px;transform:translateX(-50%)}.modal-dialog-form .video-preview{height:250px}.file-upload-btn{display:none}.file-upload-label{font-size:14px;font-weight:600;line-height:20px;margin-left:-10px;color:#669aec;display:inline-flex;cursor:pointer}.delete-image-icon{background:#3d3d3d;position:absolute;display:none;left:96;bottom:51}@media (max-width:632px){.delete-image-icon{left:51px}}.delete-image-icon:hover{display:block}.thumbnail-container{position:relative}.thumbnail-container:focus-within .thumbnail~.delete-image-icon{display:block}.add-background{margin-right:8px}.apply-background-btn{margin-top:16px;float:right}.video-background-preview-entry{margin-left:-10px;height:250px;width:570px;margin-bottom:8px;z-index:2}@media (max-width:632px){.video-background-preview-entry{max-width:336}}.virtual-background-preview-video{margin-left:-10;border-radius:6px;height:100%;object-fit:cover;width:100%}.video-preview-loader{border-radius:6px;background-color:transparent;height:250px;margin-bottom:8px;width:572px;position:fixed;z-index:2}@media (min-width:432px) and (max-width:632px){.video-preview-loader{width:340px}}.video-preview-loader svg{position:absolute;top:40%;left:45%}.invalid-msg{color:#e97731;font-size:13px;margin-top:4px;margin-left:-10px}.file-upload-wrapper{display:flex;flex-direction:column;margin-bottom:8px}.atlaskit-portal [data-testid=permission-warning-modal]{background:#7a7a7a!important;color:#fff}@media screen and (min-width:580px){.atlaskit-portal [data-testid=permission-warning-modal]{border:2px solid #fff}}.atlaskit-portal [data-testid=permission-warning-modal] header{padding:15px 0!important}.atlaskit-portal [data-testid=permission-warning-modal] header [data-testid=header-close-button]{position:absolute;right:-24px;top:0}.atlaskit-portal [data-testid=permission-warning-modal] .title{display:flex;flex-direction:row;align-items:center;margin-bottom:20px;padding:0 20px 0 0}.atlaskit-portal [data-testid=permission-warning-modal] .title .jitsi-icon{margin-right:20px}.atlaskit-portal [data-testid=permission-warning-modal] .title .jitsi-icon svg{fill:#fff}.atlaskit-portal [data-testid=permission-warning-modal] .title-text{font-size:20px;font-weight:700;color:#fff!important}@media screen and (min-width:580px){.atlaskit-portal [data-testid=permission-warning-modal] .title-text{white-space:pre-line}}.atlaskit-portal [data-testid=permission-warning-modal] .content{overflow-y:auto;padding-bottom:20px}@media (min-width:834px){.atlaskit-portal [data-testid=permission-warning-modal] .content{max-height:450px}}.atlaskit-portal [data-testid=permission-warning-modal] .ios-warning{font-size:16px;overflow:auto;width:100%;color:#fff}.atlaskit-portal [data-testid=permission-warning-modal] .ios-warning .step{margin:20px 15px;display:flex}.atlaskit-portal [data-testid=permission-warning-modal] .ios-warning .step-number{font-size:20px}.atlaskit-portal [data-testid=permission-warning-modal] .ios-warning .step-number.img-special{line-height:50px}.atlaskit-portal [data-testid=permission-warning-modal] .ios-warning .setting-icon{width:40px;height:40px;margin-bottom:-10px}.atlaskit-portal [data-testid=permission-warning-modal] .ios-warning .step-example{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.atlaskit-portal [data-testid=permission-warning-modal] .ios-warning .step-example img{width:calc(50% - 15px);min-width:300px}.atlaskit-portal [data-testid=permission-warning-modal] .android-chrome{display:flex;flex-direction:column;background:0 0;color:#fff;font-size:16px}.atlaskit-portal [data-testid=permission-warning-modal] .android-chrome img{object-fit:cover;width:100%}.atlaskit-portal [data-testid=permission-warning-modal] .android-chrome .step{flex:1;display:flex;flex-direction:row;margin:10px 0}.atlaskit-portal [data-testid=permission-warning-modal] .android-chrome .step .margin-left{margin-left:10px}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning{font-size:16px;overflow:auto;width:100%;color:#fff}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning .step,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning .step,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning .step{margin:20px 15px;display:flex;white-space:pre-wrap}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning .step-number,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning .step-number,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning .step-number{font-size:20px;min-width:20px}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning .warning-icon,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning .warning-icon,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning .warning-icon{height:25px;margin-bottom:-3px}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning .step-example,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning .step-example,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning .step-example{margin:auto;width:100%}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning .step-img,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning .step-img,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning .step-img{max-width:100%}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning .max-width-45,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning .max-width-45,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning .max-width-45{max-width:45%}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning .margin-bottom-none,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning .margin-bottom-none,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning .margin-bottom-none{margin-bottom:0}.atlaskit-portal [data-testid=permission-warning-modal] .chrome-warning .img_note,.atlaskit-portal [data-testid=permission-warning-modal] .edge-warning .img_note,.atlaskit-portal [data-testid=permission-warning-modal] .firefox-warning .img_note{font-size:12px;margin-top:10px;font-weight:700}@media (max-width:580px){.shift-right .atlaskit-portal [role=dialog][data-testid=permission-warning-modal][style]{background-color:#7a7a7a!important}}.atlaskit-portal [role=dialog][data-testid=permission-warning-modal] header .jitsi-icon svg{fill:#fff}.atlaskit-portal [role=dialog][data-testid=permission-warning-modal] header .jitsi-icon{background:0 0!important}.atlaskit-portal [role=dialog][data-testid=permission-warning-modal]>div{background:0 0!important}.atlaskit-portal .justify-content-center{justify-content:center}.notice{position:absolute;left:50%;z-index:3;margin-top:6px;-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.notice__message{background-color:#000;color:#fff;padding:3px;border-radius:5px}.subject{box-sizing:border-box;color:#fff;margin-top:70px;position:absolute;top:-120px;transition:top .3s ease-in;width:100%;z-index:100}.subject.visible{top:0}.subject.recording{top:0}.subject.recording .subject-details-container{opacity:0;transition:opacity .3s ease-in}.subject.recording .subject-info-container .show-always{transition:margin-left .3s ease-in}.subject.recording.visible .subject-details-container{opacity:1}.subject-details-container{display:flex}.rec-info-container{margin:0 auto;position:relative}.rec-info-container #rec-container{position:absolute;top:-28px}.subject-info-container{display:flex;margin:0 auto}.subject-info-container--full-width{max-width:100%}@media (max-width:500px){.subject-info-container{flex-wrap:wrap;max-width:100%}}.subject-info{align-items:center;display:flex;margin-bottom:4px;max-width:80%;height:28px}.subject-text{background:rgba(0,0,0,.6);border-radius:3px 0 0 3px;font-size:14px;line-height:24px;padding:2px 16px;height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subject-timer{background:rgba(0,0,0,.8);border-radius:0 3px 3px 0;display:inline-block;font-size:12px;line-height:16px;min-width:34px;padding:6px 8px}.popupmenu{background-color:#242528;border-radius:3px;min-width:150px;text-align:left;padding:0;white-space:nowrap}.popupmenu__item{list-style-type:none;height:35px}.popupmenu__contents,.popupmenu__link{display:block;box-sizing:border-box;text-decoration:none;height:100%;font-size:9pt;width:100%;cursor:pointer;padding:0 5px;color:#fff!important}.popupmenu__contents:hover,.popupmenu__link:hover{background-color:rgba(255,255,255,.1);color:#fff!important}.popupmenu__contents.disabled,.popupmenu__link.disabled{pointer-events:none}.popupmenu__text{display:inline-block;margin-left:8px;vertical-align:middle}.popupmenu__link i{cursor:pointer}.popupmenu__contents{display:flex}.popupmenu__contents .popupmenu__slider_container{position:relative;width:100%}.popupmenu__contents .popupmenu__slider_container .popupmenu__slider{position:absolute;top:50%;transform:translate(0,-50%);width:100%}.popupmenu__contents .popupmenu__slider_container .popupmenu__slider::-webkit-slider-runnable-track{background-color:#0376da}.popupmenu__contents .popupmenu__slider_container .popupmenu__slider::-moz-range-track{background-color:#0376da}.popupmenu__contents .popupmenu__slider_container .popupmenu__slider::-ms-fill-lower{background-color:#0376da}.popupmenu__icon{vertical-align:middle;position:relative;display:inline-block;min-width:20px;height:100%;padding-right:10px}.popupmenu__icon>*{top:50%;left:50%;position:absolute;-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.popupmenu .icon-kick,.popupmenu .icon-play,.popupmenu .icon-stop{font-size:8pt}ul.popupmenu{margin:-16px -35px}ul.popupmenuMaxHeight{max-height:106px;overflow:scroll}span.localvideomenu:hover ul.popupmenu,span.remotevideomenu:hover ul.popupmenu,ul.popupmenu:hover{display:block!important}.mutelink .popupmenu__icon{min-width:0;padding-right:0}.recordingSpinner{vertical-align:top}.recording-dialog{flex:0;flex-direction:column}.recording-dialog .recording-header{align-items:center;display:flex;flex:0;flex-direction:row;justify-content:space-between}.recording-dialog .recording-header .recording-title{display:inline-flex;align-items:center;font-size:14px;margin-left:16px;max-width:70%}.recording-dialog .recording-header.space-top{margin-top:10px}.recording-dialog .recording-header-line{border-top:1px solid #5e6d7a;padding-top:16px;margin-top:16px}.recording-dialog .local-recording-warning{margin-top:8px;display:block;font-size:14px;line-height:20px;padding:8px 16px}.recording-dialog .local-recording-warning.text{color:#fff;background-color:#3d3d3d}.recording-dialog .local-recording-warning.notification{color:#040404;background-color:#f8ae1a}.recording-dialog .recording-switch-disabled{opacity:.5}.recording-dialog .recording-icon-container{display:inline-flex;align-items:center}.recording-dialog .file-sharing-icon-container{background-color:#525252;border-radius:4px;height:40px;justify-content:center;width:42px}.recording-dialog .cloud-content-recording-icon-container{background-color:#fff;border-radius:4px;height:40px;justify-content:center;width:40px}.recording-dialog .jitsi-recording-header{margin-bottom:16px}.recording-dialog .jitsi-content-recording-icon-container-with-switch{background-color:#fff;border-radius:4px;height:40px;width:40px}.recording-dialog .jitsi-content-recording-icon-container-without-switch{background-color:#fff;border-radius:4px;height:40px;width:46px}.recording-dialog .recording-icon{height:40px;object-fit:contain;width:40px}.recording-dialog .content-recording-icon{height:18px;margin:10px 0 0 10px;object-fit:contain;width:18px}.recording-dialog .recording-file-sharing-icon{height:18px;object-fit:contain;width:18px}.recording-dialog .recording-info{background-color:#ffd740;color:#000;display:inline-flex;margin:32px 0;width:100%}.recording-dialog .recording-info-icon{align-self:center;height:14px;margin:0 24px 0 16px;object-fit:contain;width:14px}.recording-dialog .recording-info-title{display:inline-flex;font-size:14px;width:290px}.recording-dialog .recording-switch{margin-left:auto}.recording-dialog .authorization-panel{display:flex;flex-direction:column;margin:0 40px 10px 40px;padding-bottom:10px}.recording-dialog .authorization-panel .logged-in-panel{padding:10px}.live-stream-dialog{font-size:14px}.live-stream-dialog .broadcast-dropdown,.live-stream-dialog .broadcast-dropdown-trigger{text-align:left}.live-stream-dialog .form-footer{display:flex;margin-top:5px;text-align:right;flex-direction:column}.live-stream-dialog .form-footer .help-container{display:flex}.live-stream-dialog .live-stream-cta a{cursor:pointer}.live-stream-dialog .google-api{margin-top:10px;min-height:36px;text-align:center;width:100%}.live-stream-dialog .google-error{color:#c61600}.live-stream-dialog .google-panel{align-items:center;border-bottom:2px solid rgba(0,0,0,.3);display:flex;flex-direction:column;padding-bottom:10px}.live-stream-dialog .warning-text{color:#ffd740;font-size:12px}div.loginmenu{position:absolute;margin:0;padding:5px;top:40px;left:20px}a.disabled{color:gray!important;pointer-events:none}.loginmenu.extendedToolbarPopup{top:20px;left:40px}#sideToolbarContainer{background-color:#f3f4f7;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:absolute;top:0;width:315px;z-index:300}#sideToolbarContainer.slideInExt{right:0}body.safari-pc-browser #sideToolbarContainer{overflow:unset}#chatconversation{box-sizing:border-box;flex:1;font-size:10pt;line-height:20px;overflow:auto;padding:16px;text-align:left;width:315px;word-wrap:break-word;display:flex;flex-direction:column}#chatconversation>:first-child{margin-top:auto}#chatconversation a{display:block}#chatconversation a:link{color:#b8b8b8}#chatconversation a:visited{color:#fff}#chatconversation a:hover{color:#d5d5d5}#chatconversation a:active{color:#000}#chatconversation::-webkit-scrollbar{background:#06a5df;width:7px}#chatconversation::-webkit-scrollbar-button{display:none}#chatconversation::-webkit-scrollbar-track{background:#000}#chatconversation::-webkit-scrollbar-track-piece{background:#000}#chatconversation::-webkit-scrollbar-thumb{background:#06a5df;border-radius:4px}#chat-recipient{align-items:center;background-color:#99454d;display:flex;flex-direction:row;font-weight:100;padding:10px}#chat-recipient span{color:#fff;display:flex;flex:1}#chat-recipient div svg{cursor:pointer;fill:#fff}.chat-header{height:70px;position:relative;width:100%;z-index:1;display:flex;justify-content:space-between;padding:16px;align-items:center;box-sizing:border-box;color:#fff;font-weight:600;font-size:24px;line-height:32px}.chat-header .jitsi-icon{cursor:pointer}.chat-input-container{padding:0 16px 16px}.chat-input-container.populated #chat-input .send-button{background:#1b67ec;cursor:pointer;margin-left:.3rem}@media (hover:hover) and (pointer:fine){.chat-input-container.populated #chat-input .send-button:hover{background:#3d82fb}}.chat-input-container.populated #chat-input .send-button:active{background:#0852d4}.chat-input-container.populated #chat-input .send-button path{fill:#fff}#chat-input{border:1px solid #a4b8d1;display:flex;padding:4px;border-radius:3px}#chat-input:focus-within{border:1px solid #619cf4}#chat-input *{background-color:transparent}.send-button-container{display:flex;align-items:center}.send-button{display:flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:3px}.send-button path{fill:#a4b8d1}.smiley-button{display:flex;align-items:center;justify-content:center;height:38px;width:38px;margin:2px;border-radius:3px}@media (hover:hover) and (pointer:fine){#chat-input .smiley-button:hover{background-color:#484a4f}}.remoteuser{color:#b8c7e0}.usrmsg-form{flex:1}#usermsg{border:0 none;border-radius:0;box-shadow:none;color:#fff;font-size:14px;padding:10px;overflow-y:auto;resize:none;width:100%;word-break:break-word}#usermsg:hover{border:0 none;box-shadow:none}#usermsg:active,#usermsg:focus{border-bottom:1px solid #fff;padding-bottom:8px}#nickname{text-align:center;color:#9d9d9d;font-size:16px;margin:auto 0;padding:0 16px}#nickname #nickname-title{margin-bottom:5px;display:block}#nickname label[for=nickinput]>div>span{color:#b8c7e0}#nickname input{height:40px}#nickname label{line-height:24px}#nickname .enter-chat{display:flex;align-items:center;justify-content:center;margin-top:16px;height:40px;background:#1b67ec;border-radius:3px;color:#fff;cursor:pointer}#nickname .enter-chat.disabled{color:#afb6bc;background:#11336e;pointer-events:none}.mobile-browser #nickname input{height:48px}.mobile-browser #nickname .enter-chat{height:48px}.mobile-browser #usermsg{font-size:16px}.mobile-browser .chatmessage .usermessage{font-size:16px}.sideToolbarContainer *{-webkit-user-select:text;user-select:text}.sideToolbarContainer .display-name{font-size:12px;font-weight:600;margin-bottom:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:472px){.sideToolbarContainer{width:100%!important}}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.chatmessage{background-color:#242528;border-radius:0 6px 6px 6px;box-sizing:border-box;color:#fff;margin-top:3px;max-width:100%;position:relative}.chatmessage.localuser{background-color:#484a4f;border-radius:6px 0 6px 6px}.chatmessage .usermessage{white-space:pre-wrap;font-size:14px}.chatmessage.error{border-radius:0}.chatmessage.error .display-name,.chatmessage.error .timestamp{display:none}.chatmessage.error .usermessage{color:red;padding:0}.chatmessage .privatemessagenotice{font-size:11px;font-weight:100}.chatmessage .messagecontent{margin:8px;max-width:100%;overflow:hidden}.timestamp{color:#757575}#smileys{font-size:20pt;margin:auto;cursor:pointer}#smileys img{width:22px;padding:2px}#smileysarea{display:flex;max-height:150px;min-height:35px;overflow:hidden}.smiley-input{display:flex;position:relative}.smileys-panel{bottom:100%;box-sizing:border-box;background-color:rgba(0,0,0,.6)!important;height:auto;display:none;overflow:hidden;position:absolute;width:calc(315px - 32px);margin-bottom:5px;margin-left:-5px;transition:max-height .3s}.smileys-panel.show-smileys{display:flex;max-height:500%}.smileys-panel #smileysContainer{background-color:#f3f4f7;border-top:1px solid #a4b8d1}#smileysContainer .smiley{font-size:20pt}.smileyContainer{width:40px;height:40px;display:inline-block;text-align:center}.smileyContainer:hover{background-color:rgba(255,255,255,.15);border-radius:5px;cursor:pointer}#usermsg::-webkit-scrollbar-track-piece{background:#3a3a3a}.chat-message-group{display:flex;flex-direction:column}.chat-message-group.local{align-items:flex-end}.chat-message-group.local .chatmessage{background-color:#484a4f;border-radius:6px 0 6px 6px}.chat-message-group.local .chatmessage.privatemessage{background-color:#99454d}.chat-message-group.local .display-name{display:none}.chat-message-group.local .timestamp{text-align:right}.chat-message-group.error .chatmessage{background-color:#d77976;border-radius:0;font-weight:100}.chat-message-group.error .display-name{display:none}.chat-message-group .chatmessage-wrapper{max-width:100%}.chat-message-group .chatmessage-wrapper .replywrapper{display:flex;flex-direction:row;align-items:center}.chat-message-group .chatmessage-wrapper .replywrapper .messageactions{align-self:stretch;border-left:1px solid #ad6970;display:flex;flex-direction:column;justify-content:center;padding:5px}.chat-message-group .chatmessage-wrapper .replywrapper .messageactions .toolbox-icon{cursor:pointer}.chat-message-group .chatmessage{background-color:#242528;border-radius:0 6px 6px 6px;display:inline-block;margin-top:3px;color:#fff}.chat-message-group .chatmessage.privatemessage{background-color:#99454d}.chat-dialog{display:flex;flex-direction:column;margin-top:-5px}.chat-dialog-header{display:flex;justify-content:space-between;align-items:center;margin:16px;width:calc(100% - 32px);box-sizing:border-box;color:#fff;font-weight:600;font-size:24px;line-height:32px}.chat-dialog-header .jitsi-icon{cursor:pointer}.chat-dialog #chatconversation{width:100%}.touchmove-hack{display:flex;flex:1;overflow:auto}.mobile-browser .chat-dialog-header .jitsi-icon{display:grid;place-items:center;height:48px;width:48px;background:#36383c;border-radius:3px}.ringing{display:block;left:0;top:0;width:100%;height:100%;position:fixed;z-index:300;background-color:rgba(40,52,71,.95)}.ringing.solidBG{background:#474747}.ringing__content{position:absolute;width:400px;height:250px;left:50%;top:50%;margin-left:-200px;margin-top:-125px;text-align:center;font-weight:400;color:#fff}.ringing__avatar{width:128px;height:128px;border-radius:50%;border:2px solid #1b2638}.ringing__status{margin-top:15px;font-size:14px;line-height:20px}.ringing__name{font-size:24px;line-height:32px}body.welcome-page{background:inherit;overflow:auto}.welcome{background-image:none;background-color:#fff;display:flex;flex-direction:column;font-family:inherit;justify-content:space-between;min-height:100vh;position:relative}.welcome .header{background-image:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),url(../images/welcome-background.png);background-position:center;background-repeat:none;background-size:cover;padding-bottom:15px;background-color:#131519;overflow:hidden;position:relative}.welcome .header .header-container{display:flex;flex-direction:column;margin:104px auto 0;z-index:2;align-items:center;position:relative;max-width:688px}.welcome .header .header-watermark-container{position:absolute;width:100%;height:100%;margin-top:calc(20px - 104px)}.welcome .header .header-text-title{color:#fff;font-size:42px;font-weight:400;line-height:50px;margin-bottom:0;max-width:initial;opacity:1;text-align:center}.welcome .header .header-text-subtitle{color:#fff;font-size:20px;font-weight:600;line-height:26px;margin:16px 0 32px 0;text-align:center}.welcome .header .insecure-room-name-warning{align-items:center;color:#d77976;font-weight:600;display:flex;flex-direction:row;margin-top:15px;max-width:480px;width:calc(100% - 32px)}.welcome .header .insecure-room-name-warning .jitsi-icon{margin-right:15px}.welcome .header .insecure-room-name-warning .jitsi-icon svg{fill:#d77976}.welcome .header .insecure-room-name-warning .jitsi-icon svg>:first-child{fill:none!important}.welcome .header ::placeholder{color:#253858}.welcome .header #enter_room{display:flex;align-items:center;max-width:480px;width:calc(100% - 32px);z-index:2;height:fit-content}.welcome .header #enter_room .join-meeting-container{margin:0 auto;padding:4px;border-radius:4px;background-color:#fff;display:flex;width:100%;text-align:left;color:#253858}.welcome .header #enter_room .enter-room-input-container{flex-grow:1;padding-right:4px}.welcome .header #enter_room .enter-room-input-container .enter-room-input{border-radius:4px;border:0;background:#fff;display:inline-block;height:50px;width:100%;font-size:14px;padding-left:10px}.welcome .header #enter_room .enter-room-input-container .enter-room-input.focus-visible{outline:auto 2px #005fcc}.welcome .header #moderated-meetings{max-width:calc(100% - 40px);padding:16px 0 0;width:calc(100% - 32px);text-align:center}.welcome .header #moderated-meetings a{color:inherit;font-weight:600}.welcome .tab-container{font-size:16px;position:relative;text-align:left;display:flex;flex-direction:column}.welcome .tab-container .tab-content{display:inherit;height:250px;margin:5px 0;overflow:hidden;flex-grow:1;position:relative}.welcome .tab-container .tab-buttons{background-color:#c7ddff;border-radius:6px;color:#0163ff;font-size:14px;line-height:18px;margin:4px;display:flex}.welcome .tab-container .tab-buttons [role=tab]{background-color:#c7ddff;border-radius:7px;cursor:pointer;display:block;flex-grow:1;margin:2px;padding:7px 0;text-align:center;color:inherit;border:0}.welcome .tab-container .tab-buttons [role=tab][aria-selected=true]{background-color:#fff}.welcome .welcome-page-button{border:0;font-size:14px;background:#0074e0;border-radius:3px;color:#fff;cursor:pointer;padding:16px 20px}.welcome .welcome-page-button:focus-within{outline:auto 2px #022e61}.welcome .welcome-page-settings{background:rgba(255,255,255,.38);border-radius:3px;color:#fff;padding:4px;position:absolute;top:calc(35px - 104px);right:0;z-index:2}.welcome .welcome-page-settings *{cursor:pointer;font-size:32px}.welcome .welcome-page-settings .toolbox-icon{height:24px;width:24px}.welcome .welcome-watermark{position:absolute;width:100%;height:100%}.welcome .welcome-watermark .watermark.leftwatermark{width:71px;height:32px}.welcome .welcome-watermark .watermark.leftwatermarknomargin{width:71px;height:32px}.welcome.without-content .welcome-card{min-width:500px;max-width:580px}.welcome.without-footer{justify-content:start}.welcome .welcome-cards-container{color:#131519;padding-top:40px}.welcome .welcome-card-column{display:flex;justify-content:center;flex-direction:column;align-items:center;max-width:688px;margin:auto}.welcome .welcome-card-column>div{margin-bottom:16px}.welcome .welcome-card-text{padding:32px}.welcome .welcome-card{width:100%;border-radius:8px}.welcome .welcome-card--dark{background:#444447;color:#fff}.welcome .welcome-card--blue{background:#d5e5ff}.welcome .welcome-card--grey{background:#f2f3f4}.welcome .welcome-footer{background:#131519;color:#fff;margin-top:40px;position:relative}.welcome .welcome-footer-centered{max-width:688px;margin:0 auto}.welcome .welcome-footer-padded{padding:0 16px}.welcome .welcome-footer-row-block{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #424447}.welcome .welcome-footer-row-block:last-child{border-bottom:none}.welcome .welcome-footer--row-1{padding:40px 0 24px 0}.welcome .welcome-footer-row-1-text{max-width:200px;margin-right:16px}.redirectPageMessage{width:30%;margin:20% auto;text-align:center;font-size:24px}.redirectPageMessage .thanks-msg{border-bottom:1px solid #fff;padding-left:30px;padding-right:30px}.redirectPageMessage .thanks-msg p{margin:30px auto;font-size:24px;line-height:24px}.redirectPageMessage .hint-msg p{margin:26px auto;font-weight:600;font-size:16px;line-height:18px}.redirectPageMessage .hint-msg p .hint-msg__holder{font-weight:200}.redirectPageMessage .hint-msg .happy-software{width:120px;height:86px;margin:0 auto;background:0 0}input[type=range]{-webkit-appearance:none;background:0 0}input[type=range]:focus{outline:1px solid #fff!important}input[type=range]::-webkit-slider-runnable-track{background:#474747;border:none;border-radius:3px;cursor:pointer;height:6px;width:100%}input[type=range]::-moz-range-track{background:#474747;border:none;border-radius:3px;cursor:pointer;height:6px;width:100%}input[type=range]::-ms-track{background:#474747;border:none;border-radius:3px;cursor:pointer;height:6px;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:1px solid #3572b0;border-radius:50%;box-shadow:0 0 1px #3572b0;cursor:pointer;height:14px;margin-top:-4px;width:14px}input[type=range]::-moz-range-thumb{-webkit-appearance:none;background:#fff;border:1px solid #3572b0;border-radius:50%;box-shadow:0 0 1px #3572b0;cursor:pointer;height:14px;margin-top:-4px;width:14px}input[type=range]::-ms-thumb{-webkit-appearance:none;background:#fff;border:1px solid #3572b0;border-radius:50%;box-shadow:0 0 1px #3572b0;cursor:pointer;height:14px;margin-top:-4px;width:14px}.error_page{width:60%;margin:20% auto;text-align:center}.error_page h2{font-size:48px;color:#f2f2f2}.error_page__message{font-size:24px;margin-top:20px}.policy__logo{display:block;width:200px;height:50px;margin:30px auto 0}.policy__text{text-align:center;font-size:14px;line-height:21px;font-weight:300}.popover{z-index:8;background-color:initial;border-radius:3px;margin:-16px -24px;padding:16px 24px}.popover .popover-content{position:relative}.popover.hover{margin:-16px -24px}.popover.hover .popover-content{margin:16px 24px}.popover.hover .popover-content.top{bottom:8px}.popover.hover .popover-content.bottom{top:4px}.popover.hover .popover-content.left{right:4px}.popover.hover .popover-content.right{left:4px}.popover .disable{color:gray!important;pointer-events:none}.excalidraw .popover{margin:0}.popover-mousemove-padding-bottom{bottom:-15px;height:20px;position:absolute;right:0;width:100%}.popover-mousemove-padding-left,.popover-mousemove-padding-right{height:100%;position:absolute;top:0;width:40px}.popover-mousemove-padding-left{left:-20px}.popover-mousemove-padding-right{right:-20px}.popover-mouse-padding-top{height:30px;position:absolute;right:0;top:-25px;width:100%}.filmstrip__toolbar{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column-reverse;flex-wrap:nowrap;position:relative;width:17px}.filmstrip__toolbar button{font-size:14px;line-height:1.2;text-align:center;background:0 0;opacity:.7;height:auto;width:100%;padding:0;margin:0;border:none;-webkit-appearance:none}.filmstrip__toolbar button:hover{opacity:1}.filmstrip__toolbar button i{cursor:pointer}.horizontal-filmstrip .filmstrip,.vertical-filmstrip .filmstrip,.vertical-filmstrip .filmstrip .filmstrip__videos{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row-reverse;flex-wrap:nowrap;justify-content:flex-start}.horizontal-filmstrip .filmstrip{bottom:0;right:0;padding:10px 5px;transition:bottom .3s;z-index:251;box-sizing:border-box;width:100%;position:fixed}.horizontal-filmstrip .filmstrip.reduce-height{bottom:calc(calc(48px + 24px) + 7px)}.horizontal-filmstrip .filmstrip__videos{position:relative;padding:0;bottom:0;width:auto}.horizontal-filmstrip .filmstrip__videos#remoteVideos{border:2px solid transparent;transition:bottom 2s;flex-grow:1;display:flex;flex-direction:row-reverse;min-height:0;min-width:0}.horizontal-filmstrip .filmstrip__videos#filmstripLocalScreenShare,.horizontal-filmstrip .filmstrip__videos#filmstripLocalVideo{align-self:flex-end;display:block;margin-bottom:8px}.horizontal-filmstrip .filmstrip__videos.hidden{bottom:calc(-196px - calc(48px + 24px))}.horizontal-filmstrip .filmstrip .remote-videos>div{transition:opacity 1s;position:absolute}.horizontal-filmstrip .filmstrip .remote-videos.is-not-overflowing>div{right:2px}.horizontal-filmstrip .filmstrip.hide-videos .remote-videos>div{opacity:0;pointer-events:none}.horizontal-filmstrip .filmstrip .videocontainer{margin-bottom:10px}.filmstrip__videos .videocontainer{display:inline-block;position:relative;background-size:contain;border:2px solid transparent;border-radius:4px}.filmstrip__videos .videocontainer.videoContainerFocused,.filmstrip__videos .videocontainer:hover{cursor:hand}.filmstrip__videos .videocontainer.videoContainerFocused{border:2px solid #165ecc;box-shadow:inset 0 0 3px #165ecc,0 0 3px #165ecc}.filmstrip__videos .videocontainer .localvideomenu>.icon-menu,.filmstrip__videos .videocontainer .remotevideomenu>.icon-menu{display:none}.filmstrip__videos .videocontainer:hover:not(.videoContainerFocused):not(.active-speaker){cursor:hand;border:2px solid rgba(22,94,204,.4);box-shadow:inset 0 0 3px rgba(22,94,204,.4),0 0 3px rgba(22,94,204,.4)}.filmstrip__videos .videocontainer:hover:not(.videoContainerFocused):not(.active-speaker) .localvideomenu>.icon-menu,.filmstrip__videos .videocontainer:hover:not(.videoContainerFocused):not(.active-speaker) .remotevideomenu>.icon-menu{display:inline-block}.filmstrip__videos .videocontainer>video{cursor:hand;border-radius:4px;object-fit:cover;overflow:hidden}.filmstrip__videos .videocontainer .presence-label{position:absolute;z-index:3}.tile-view .active-speaker{box-shadow:0 0 1px 1.5px #000,0 0 1.3px 4px #165ecc}.tile-view .remote-videos{align-items:center;box-sizing:border-box;display:flex;flex-direction:column}.tile-view .remote-videos>div{align-content:center;align-items:center;box-sizing:border-box;display:flex;margin-top:auto;margin-bottom:auto;justify-content:center;position:absolute}.tile-view .remote-videos>div .videocontainer{border:0;box-sizing:border-box;display:block;margin:2px}.tile-view .remote-videos>div video{object-fit:cover}@media only screen and (max-width:500px){.tile-view .remote-videos>div video{object-fit:cover}}.tile-view .filmstrip__videos-wrapper{display:flex;justify-content:center;align-items:center}.tile-view .filmstrip__videos .videocontainer:hover:not(.active-speaker),.tile-view .filmstrip__videos .videocontainer:not(.active-speaker){border:none;box-shadow:none}.tile-view #remoteVideos{height:100%!important;width:100%;display:flex;justify-content:center;align-items:center;transition:margin-bottom .3s ease-in}.tile-view .filmstrip{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.tile-view .filmstrip.shift-right{margin-right:315px;width:calc(100% - 315px)}.tile-view .filmstrip.shift-right .remote-videos{width:calc(100vw - 315px)}.tile-view .filmstrip.collapse #remoteVideos{margin-bottom:60px}.tile-view .filmstrip.collapse .remote-videos{overflow:hidden auto!important}@media only screen and (max-width:768px) and (orientation:portrait){.tile-view .filmstrip__videos.remote-videos.width-auto.tile-view{flex:1}}.tile-view .filmstrip-justify-center{justify-content:center}.tile-view .filmstrip__videos.hidden{display:block}.tile-view .filmstrip__grids{display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.tile-view .filmstrip__grids.tile-horizontal-grids{height:100%;justify-content:space-evenly}.tile-view .filmstrip__grids .filmstrip__videos-wrapper{height:100%}@media only screen and (max-width:calc(500px + 315px)){.shift-right .remote-videos>div video{object-fit:cover}}.indicator-icon-container{display:inline-block}.stage-filmstrip .avatar-container,.tile-view .avatar-container,.whiteboard-container .avatar-container{max-height:initial;max-width:initial}.stage-filmstrip #dominantSpeaker,.stage-filmstrip #largeVideoElementsContainer,.stage-filmstrip #sharedVideo,.stage-filmstrip .filmstrip__toolbar,.tile-view #dominantSpeaker,.tile-view #largeVideoElementsContainer,.tile-view #sharedVideo,.tile-view .filmstrip__toolbar,.whiteboard-container #dominantSpeaker,.whiteboard-container #largeVideoElementsContainer,.whiteboard-container #sharedVideo,.whiteboard-container .filmstrip__toolbar{display:none}.stage-filmstrip #largeVideoElementsContainer,.stage-filmstrip #remoteConnectionMessage,.stage-filmstrip #remotePresenceMessage,.tile-view #largeVideoElementsContainer,.tile-view #remoteConnectionMessage,.tile-view #remotePresenceMessage,.whiteboard-container #largeVideoElementsContainer,.whiteboard-container #remoteConnectionMessage,.whiteboard-container #remotePresenceMessage{display:none!important}.stage-filmstrip .localvideomenu,.stage-filmstrip .remotevideomenu,.stage-filmstrip .videocontainer__toptoolbar,.tile-view .localvideomenu,.tile-view .remotevideomenu,.tile-view .videocontainer__toptoolbar,.whiteboard-container .localvideomenu,.whiteboard-container .remotevideomenu,.whiteboard-container .videocontainer__toptoolbar{z-index:12}.whiteboard-container .excalidraw-view-only .App-toolbar-container,.whiteboard-container .excalidraw-view-only .eraser-buttons,.whiteboard-container .excalidraw-view-only .undo-redo-buttons{display:none}@media only screen and (orientation:landscape){.stage-participant-label{margin-bottom:.75rem!important}}.vertical-filmstrip .filmstrip{align-items:flex-end;bottom:0;box-sizing:border-box;display:flex;flex-direction:column-reverse;height:100%;width:100%;padding:20px 5px calc(env(safe-area-inset-bottom,0) + 10px);padding-top:0;padding-bottom:0;position:fixed;top:0;transition:height .3s ease-in;left:0;z-index:251}.vertical-filmstrip .filmstrip.hide-videos .remote-videos>div{opacity:0;pointer-events:none}.vertical-filmstrip .filmstrip .filmstrip__videos-wrapper{display:flex;justify-content:center;align-items:center}.vertical-filmstrip .filmstrip.no-vertical-padding{padding:0}.vertical-filmstrip .filmstrip .filmstrip__videos{bottom:0;padding:0;position:relative;right:0;width:auto}.vertical-filmstrip .filmstrip .filmstrip__videos.hidden{bottom:auto;right:-196px}.vertical-filmstrip .filmstrip .filmstrip__videos#remoteVideos{border:2px solid transparent;padding-left:0;border-left:0;width:100%;height:100%;justify-content:center;transition:right 2s}.vertical-filmstrip .filmstrip #filmstripLocalVideo{align-self:initial;margin-bottom:5px;display:flex;flex-direction:column-reverse;height:auto;justify-content:flex-start;width:100%}.vertical-filmstrip .filmstrip #filmstripLocalVideo #filmstripLocalVideoThumbnail{width:calc(100% - 15px)}.vertical-filmstrip .filmstrip #filmstripLocalVideo #filmstripLocalVideoThumbnail .videocontainer{height:0;width:100%}.vertical-filmstrip .filmstrip #filmstripLocalVideo #filmstripLocalVideoThumbnail .localvideomenu{display:none}.vertical-filmstrip .filmstrip #filmstripLocalScreenShare{align-self:initial;margin-bottom:5px;display:flex;flex-direction:column-reverse;height:auto;justify-content:flex-start;width:100%}.vertical-filmstrip .filmstrip #filmstripLocalScreenShare #filmstripLocalScreenShareThumbnail{width:calc(100% - 15px)}.vertical-filmstrip .filmstrip #filmstripLocalScreenShare #filmstripLocalScreenShareThumbnail .videocontainer{height:0;width:100%}.vertical-filmstrip .filmstrip #filmstripLocalScreenShare,.vertical-filmstrip .filmstrip #filmstripLocalVideo,.vertical-filmstrip .filmstrip .remote-videos{padding:0}.vertical-filmstrip .filmstrip #remoteVideos{min-height:0;min-width:0;flex-direction:column;flex-grow:1}.vertical-filmstrip .filmstrip .resizable-filmstrip #remoteVideos .videocontainer{border-left:0;margin:0}.vertical-filmstrip .filmstrip.reduce-height{height:calc(100% - calc(calc(48px + 24px) + 7px))}.vertical-filmstrip .filmstrip .filmstrip__videos.vertical-view-grid#remoteVideos{align-items:center;border:0;padding-right:7px}.vertical-filmstrip .filmstrip .filmstrip__videos.vertical-view-grid#remoteVideos.has-scroll{padding-right:0}.vertical-filmstrip .filmstrip .filmstrip__videos.vertical-view-grid#remoteVideos .remote-videos>div{left:0}.vertical-filmstrip .filmstrip .filmstrip__videos.vertical-view-grid#remoteVideos .videocontainer{border:0;margin:2px}.vertical-filmstrip .filmstrip .remote-videos{display:flex;overscroll-behavior:contain;transition:height .3s ease-in}.vertical-filmstrip .filmstrip .remote-videos.height-transition{transition:height .3s ease-in}.vertical-filmstrip .filmstrip .remote-videos>div{position:absolute;transition:opacity 1s}.vertical-filmstrip .filmstrip .remote-videos.is-not-overflowing>div{bottom:0}.vertical-filmstrip .filmstrip__toolbar{right:10px!important;width:22px}@media only screen and (min-width:768px){.vertical-filmstrip .filmstrip__toolbar{width:35px;height:35px}}@media only screen and (min-width:768px){.filmstrip__toolbar-mb{display:none}}@media only screen and (min-width:568px){.filmstrip__toolbar-mb{display:none}}.vertical-filmstrip #etherpad,.vertical-filmstrip #sharedvideo{text-align:left}.vertical-filmstrip .filmstrip__videos .videocontainer .videocontainer__toolbar{pointer-events:none;text-align:right}.vertical-filmstrip .filmstrip__videos .videocontainer .videocontainer__toolbar>div{pointer-events:none}.vertical-filmstrip .filmstrip__videos .videocontainer .videocontainer__toolbar>div:first-child{height:29px}.vertical-filmstrip .filmstrip__videos .videocontainer .videocontainer__toolbar .right{float:none;margin:auto}.vertical-filmstrip .filmstrip__videos .videocontainer .videocontainer__toolbar .toolbar-icon{pointer-events:all}.vertical-filmstrip .filmstrip__videos .videocontainer .videocontainer__toolbar.mobile>div{height:0}.vertical-filmstrip .filmstrip__videos .videocontainer .connection-indicator,.vertical-filmstrip .filmstrip__videos .videocontainer .indicator-icon-container,.vertical-filmstrip .filmstrip__videos .videocontainer .local-video-menu-trigger,.vertical-filmstrip .filmstrip__videos .videocontainer .remote-video-menu-trigger{transform:translate3d(0,0,0)}.vertical-filmstrip .filmstrip__videos .videocontainer .indicator-icon-container{display:inline-block}.vertical-filmstrip .filmstrip__videos .videocontainer .indicator-container{float:none}.vertical-filmstrip .filmstrip__videos .videocontainer .local-video-menu-trigger,.vertical-filmstrip .filmstrip__videos .videocontainer .localvideomenu,.vertical-filmstrip .filmstrip__videos .videocontainer .remote-video-menu-trigger,.vertical-filmstrip .filmstrip__videos .videocontainer .remotevideomenu{bottom:0;left:0;top:auto;right:auto}.vertical-filmstrip .filmstrip__videos .videocontainer .local-video-menu-trigger,.vertical-filmstrip .filmstrip__videos .videocontainer .remote-video-menu-trigger{margin-bottom:4px;margin-left:4px;background-color:rgba(51,51,51,.6)!important}.vertical-filmstrip .filmstrip__videos .videocontainer .remotevideomenu.remotevideomenu-mobile .local-video-menu-trigger,.vertical-filmstrip .filmstrip__videos .videocontainer .remotevideomenu.remotevideomenu-mobile .remote-video-menu-trigger{margin-bottom:6px;margin-left:-4px}.vertical-filmstrip .large-video-labels.with-filmstrip{right:150px}.vertical-filmstrip .large-video-labels.with-filmstrip.opening{transition:.9s;transition-timing-function:ease-in-out}.vertical-filmstrip .large-video-labels.without-filmstrip{transition:1.2s ease-in-out;transition-delay:.1s}@media screen and (max-width:767px){.vertical-filmstrip .filmstrip.collapse.hidden{z-index:250}.vertical-filmstrip .filmstrip.collapse.visible{z-index:251}.vertical-filmstrip .filmstrip__toolbar{right:15px!important;bottom:28px!important;width:22px;height:22px;z-index:251;position:absolute}}.label{align-items:center;background:#36383c;border-radius:3px;color:#fff;display:flex;font-size:12px;font-weight:600;height:28px;margin:0 0 4px 4px;padding:0 8px}.label--green{background:#31b76a}.label--red{background:#e34f56}.label--white{background:#fff;color:#5e6d7a}.label--white svg{fill:#5e6d7a}.label-text-with-icon{margin-left:8px}.participants-count{cursor:pointer}.unsupported-desktop-browser{top:50%;left:50%;position:absolute;-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;text-align:center}.unsupported-desktop-browser__title{color:#fff;font-weight:300;font-size:24px;letter-spacing:1px}.unsupported-desktop-browser__description,.unsupported-desktop-browser__description_small{color:rgba(255,255,255,.7);font-size:21px;font-weight:300;letter-spacing:1px;margin-top:16px}.unsupported-desktop-browser__description_small{font-size:17px}.unsupported-desktop-browser__link{color:#489afe;-moz-transition:color .1s ease-out;-o-transition:color .1s ease-out;-webkit-transition:color .1s ease-out;transition:color .1s ease-out}.unsupported-desktop-browser__link:hover{color:#287ade;cursor:pointer;text-decoration:none;-moz-transition:color .1s ease-in;-o-transition:color .1s ease-in;-webkit-transition:color .1s ease-in;transition:color .1s ease-in}.deep-linking-desktop{background-color:#fff;width:100%;height:100%;display:flex;flex-flow:column}.deep-linking-desktop .header{width:100%;height:55px;background-color:#f1f2f5;padding-top:15px;padding-left:50px;display:flex;flex-flow:row;flex:0 0 55px}.deep-linking-desktop .header .logo{height:40px}.deep-linking-desktop .content{padding-top:40px;padding-bottom:40px;left:0;right:0;display:flex;width:100%;height:100%;flex-flow:row}.deep-linking-desktop .content .leftColumn{left:0;width:50%;min-height:156px;display:flex;flex-flow:column}.deep-linking-desktop .content .leftColumn .leftColumnContent{padding:20px;display:flex;flex-flow:column;height:100%}.deep-linking-desktop .content .leftColumn .leftColumnContent .image{background-image:url(../images/deep-linking-image.png);background-repeat:no-repeat;background-position:center;background-size:contain;height:100%;width:100%}.deep-linking-desktop .content .rightColumn{top:0;width:50%;min-height:156px;display:flex;flex-flow:row;align-items:center}.deep-linking-desktop .content .rightColumn .rightColumnContent{display:flex;flex-flow:column;padding:20px 20px 20px 60px}.deep-linking-desktop .content .rightColumn .rightColumnContent .title{color:#1c2946}.deep-linking-desktop .content .rightColumn .rightColumnContent .description{color:#606a80;margin-top:8px}.deep-linking-desktop .content .rightColumn .rightColumnContent .buttons{margin-top:16px;display:flex;align-items:center}.deep-linking-desktop .content .rightColumn .rightColumnContent .buttons>button:first-child{margin-right:8px}.deep-linking-mobile{background-color:#fff;height:100vh;overflow:auto;position:relative;width:100vw}.deep-linking-mobile .header{width:100%;height:70px;background-color:#f1f2f5;text-align:center}.deep-linking-mobile .header .logo{margin-top:15px;margin-left:auto;margin-right:auto;height:40px}.deep-linking-mobile a{text-decoration:none;color:inherit}.deep-linking-mobile__body{color:#4a4a4a;margin:auto;max-width:40em;padding:35px 0 40px 0;text-align:center;width:90%}.deep-linking-mobile__body a:active{text-decoration:none}.deep-linking-mobile__body .image{max-width:80%}.deep-linking-mobile__text{font-weight:bolder;font-size:inherit;line-height:inherit;padding:10px 10px 0 10px}.deep-linking-mobile .deep-linking-dial-in,.deep-linking-mobile__text{font-size:1em;line-height:1.380952381em;margin-bottom:.65em}.deep-linking-mobile .deep-linking-dial-in_small,.deep-linking-mobile__text_small{font-size:1.5em;margin-bottom:1em;margin-top:1.1666666667em}.deep-linking-mobile .deep-linking-dial-in_small strong,.deep-linking-mobile__text_small strong{font-size:1.1666666667em}.deep-linking-mobile .deep-linking-dial-in table,.deep-linking-mobile__text table{font-size:1em}.deep-linking-mobile .deep-linking-dial-in .dial-in-conference-id,.deep-linking-mobile__text .dial-in-conference-id{text-align:center;min-width:200px;margin:10px 0 10px 0;padding:inherit;background-color:inherit;border-radius:inherit}.deep-linking-mobile .deep-linking-dial-in .dial-in-conference-description,.deep-linking-mobile__text .dial-in-conference-description{font-size:.8em;line-height:inherit;margin-bottom:none}.deep-linking-mobile .deep-linking-dial-in .toll-free-list,.deep-linking-mobile__text .toll-free-list{min-width:80px}.deep-linking-mobile .deep-linking-dial-in .numbers-list,.deep-linking-mobile__text .numbers-list{min-width:150px}.deep-linking-mobile .deep-linking-dial-in li.toll-free:empty:before,.deep-linking-mobile__text li.toll-free:empty:before{content:".";visibility:hidden}.deep-linking-mobile__href{height:2.2857142857em;line-height:2.2857142857em;margin:18px auto 20px;max-width:300px;width:auto;font-weight:bolder;font-size:inherit}.deep-linking-mobile__button{border:0;height:2.2857142857em;line-height:2.2857142857em;margin:18px auto 10px;padding:0 10px 0 10px;max-width:300px;width:auto;-webkit-border-radius:3px;border-radius:3px;background-clip:padding-box;background-color:rgba(9,30,66,.04);color:#505f79;font-weight:700;font-size:inherit}.deep-linking-mobile__button:active{background-color:rgba(9,30,66,.04)}.deep-linking-mobile__button_primary{background-color:#0052cc;color:#fff;border-radius:inherit}.deep-linking-mobile__button_primary:active{background-color:#0052cc}.deep-linking-mobile .deep-linking-dial-in{display:none}.deep-linking-mobile .deep-linking-dial-in.has-numbers{align-items:center;display:flex;flex-direction:column}.deep-linking-mobile .deep-linking-dial-in .dial-in-numbers-list{color:#4a4a4a;padding-left:20px}.deep-linking-mobile .deep-linking-dial-in .dial-in-numbers-body{vertical-align:top}.no-mobile-app{margin:30% auto 0;max-width:25em;text-align:center;width:auto}.no-mobile-app__title{border-bottom:1px solid #fff;color:#fff;font-weight:400;letter-spacing:.5px;padding-bottom:.7083333333em}.no-mobile-app__description{font-size:17px;font-weight:300;letter-spacing:1px;margin-top:1em}.meetings-list{font-size:14px;color:#253858;line-height:20px;text-align:left;text-overflow:ellipsis;display:flex;flex-direction:column;position:relative;overflow:auto;width:100%}.meetings-list .meetings-list-empty{text-align:center;align-items:center;justify-content:center;display:flex;flex-grow:1;flex-direction:column}.meetings-list .meetings-list-empty .description{color:#2f3237;font-size:14px;line-height:18px;margin-bottom:16px;max-width:436px}.meetings-list .meetings-list-empty-image{text-align:center;margin:24px 0 20px 0}.meetings-list .meetings-list-empty-button{align-items:center;color:#0163ff;cursor:pointer;display:flex;font-size:14px;line-height:18px;margin:24px 0 32px 0}.meetings-list .meetings-list-empty-icon{display:inline-block;margin-right:8px}.meetings-list .button{background:#0074e0;border-radius:4px;color:#fff;display:flex;justify-content:center;align-items:center;padding:8px;cursor:pointer}.meetings-list .calendar-action-buttons .button{margin:0 10px}.meetings-list .item{background:#fff;box-sizing:border-box;border-radius:4px;margin:4px 4px 0 4px;min-height:60px;width:calc(100% - 8px);word-break:break-word;display:flex;flex-direction:row;text-align:left}.meetings-list .item:first-child{margin-top:0}.meetings-list .item .left-column{order:-1;display:flex;flex-direction:column;flex-grow:0;padding-left:16px;padding-top:13px}.meetings-list .item .right-column{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;padding-left:16px;padding-top:13px;position:relative}.meetings-list .item .title{font-size:12px;font-weight:600;line-height:16px;margin-bottom:4px}.meetings-list .item .subtitle{color:#5e6d7a;font-weight:400;font-size:12px;line-height:16px}.meetings-list .item .actions{display:flex;align-items:center;justify-content:center;flex-grow:0;margin-right:16px}.meetings-list .item.with-click-handler{cursor:pointer}.meetings-list .item.with-click-handler:hover{background-color:#c7ddff}.meetings-list .item .add-button{width:30px;height:30px;padding:0}.meetings-list .item i{cursor:inherit}.meetings-list .item .join-button{display:none}.meetings-list .item:hover .join-button{display:block}.meetings-list .delete-meeting{display:none;margin-right:16px;position:absolute}.meetings-list .delete-meeting>svg{fill:#0074e0}.meetings-list .item:focus .delete-meeting,.meetings-list .item:focus-within .delete-meeting,.meetings-list .item:hover .delete-meeting{display:block}.navigate-section-section-header,.navigate-section-tile-body,.navigate-section-tile-title{width:100%;font-size:14px;line-height:20px;color:#fff;text-align:left;font-family:open_sanslight,Helvetica,sans-serif}.navigate-section-tile-body,.navigate-section-tile-title{overflow:hidden;text-overflow:ellipsis;float:left}.navigate-section-list-tile{background-color:#1754a9;border-radius:4px;box-sizing:border-box;display:inline-flex;margin-bottom:8px;margin-right:8px;min-height:100px;padding:16px;width:100%}.navigate-section-list-tile.with-click-handler{cursor:pointer}.navigate-section-list-tile.with-click-handler:hover{background-color:#1a5dbb}.navigate-section-list-tile i{cursor:inherit}.navigate-section-list-tile .element-after{display:flex;align-items:center;justify-content:center}.navigate-section-list-tile .join-button{display:none}.navigate-section-list-tile:hover .join-button{display:block}.navigate-section-tile-body{font-weight:400;line-height:24px}.navigate-section-list-tile-info{flex:1;word-break:break-word}.navigate-section-tile-title{font-weight:700;line-height:24px}.navigate-section-section-header{font-weight:700;margin-bottom:16px;display:block}.navigate-section-list{position:relative;margin-top:36px;margin-bottom:36px;width:100%}.navigate-section-list-empty{text-align:center}.google-sign-in{background-color:#4285f4;border-radius:2px;cursor:pointer;display:inline-flex;font-family:Roboto,arial,sans-serif;font-size:14px;padding:1px}.google-sign-in .google-cta{color:#fff;display:inline-block;line-height:32px;margin:0 15px}.google-sign-in .google-logo{background-color:#fff;border-radius:2px;display:inline-block;padding:8px;height:18px;width:18px}.microsoft-sign-in{align-items:center;background:#fff;border:1px solid #8c8c8c;box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:Segoe UI,Roboto,arial,sans-serif;height:41px;padding:12px}.microsoft-sign-in .microsoft-cta{display:inline-block;color:#5e5e5e;font-size:15px;line-height:41px}.microsoft-sign-in .microsoft-logo{display:inline-block;margin-right:12px}.avatar{background-color:#aaa;border-radius:50%;color:#fff;font-weight:100;object-fit:cover}.avatar.avatar-small{height:28px!important;width:28px!important}.avatar.avatar-xsmall{height:16px!important;width:16px!important}.avatar .jitsi-icon{transform:translateY(50%)}.jitsi-icon{display:flex;justify-content:center;align-items:center}.avatar-svg{height:100%;width:100%}.avatar-badge{position:relative}.avatar-badge-available::after{border-radius:50%;content:"";display:block;height:35%;position:absolute;bottom:0;width:35%;background-color:#6eb005}.avatar-badge-away::after{border-radius:50%;content:"";display:block;height:35%;position:absolute;bottom:0;width:35%;background-color:#fac914}.avatar-badge-busy::after{border-radius:50%;content:"";display:block;height:35%;position:absolute;bottom:0;width:35%;background-color:#e9001b}.avatar-badge-idle::after{border-radius:50%;content:"";display:block;height:35%;position:absolute;bottom:0;width:35%;background-color:#acacac}.chrome-extension-banner{position:fixed;width:406px;height:128px;background:#fff;box-shadow:0 2px 48px rgba(0,0,0,.25);border-radius:4px;z-index:1000;float:right;display:flex;flex-direction:column;padding:20px 20px;top:80px;right:16px}.chrome-extension-banner__pos_in_meeting{top:10px;right:10px}.chrome-extension-banner__container{display:flex;justify-content:space-between;margin-bottom:16px}.chrome-extension-banner__button-container{display:flex}.chrome-extension-banner__checkbox-container{display:flex;margin-left:45px;margin-top:16px}.chrome-extension-banner__checkbox-label{font-size:14px;line-height:18px;display:flex;align-items:center;letter-spacing:-.006em;color:#1c2025}.chrome-extension-banner__icon-container{display:flex;background:url(../images/chromeLogo.svg);background-repeat:no-repeat;width:27px;height:27px}.chrome-extension-banner__text-container{font-size:14px;line-height:18px;display:flex;align-items:center;letter-spacing:-.006em;color:#151531;width:329px}.chrome-extension-banner__close-container{display:flex;width:12px;height:12px}.chrome-extension-banner__gray-close-icon{fill:#5e6d7a;width:12px;height:12px;cursor:pointer}.chrome-extension-banner__button-open-url{background:#0a57eb;border-radius:24px;margin-left:45px;width:236px;height:40px;cursor:pointer}.chrome-extension-banner__button-text{font-weight:600;font-size:14px;line-height:40px;text-align:center;letter-spacing:-.006em;color:#fff}.settings-button-container{position:relative}.settings-button-container .toolbox-icon{align-items:center;border-radius:3px;cursor:pointer;display:flex;justify-content:center}.disabled .settings-button-container .toolbox-icon,.settings-button-container .toolbox-icon.disabled{cursor:initial;color:#929292;background-color:#36383c}.disabled .settings-button-container .toolbox-icon:hover,.settings-button-container .toolbox-icon.disabled:hover{background-color:#36383c}.settings-button-small-icon{background:#36383c;box-shadow:0 4px 4px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.1);border-radius:3px;cursor:pointer;padding:1px;position:absolute;right:-4px;top:-3px}.settings-button-small-icon:hover{background:#f2f3f4;box-shadow:0 4px 4px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.1)}.settings-button-small-icon:hover svg{fill:#040404}.settings-button-small-icon:hover.settings-button-small-icon--disabled{background:#36383c}.settings-button-small-icon:hover.settings-button-small-icon--disabled svg{fill:#929292}.settings-button-small-icon svg{fill:#fff}.settings-button-small-icon--disabled{background-color:#36383c;cursor:default}.settings-button-small-icon--disabled svg{fill:#929292}.settings-button-small-icon-container{position:absolute;right:-4px;top:-3px}.settings-button-small-icon-container .settings-button-small-icon{position:relative;top:0;right:0}.jitsi-icon.metr{display:inline-block}.jitsi-icon.metr>svg{fill:#525252;width:38px}.jitsi-icon.metr--disabled>svg{fill:#525252}.metr-l-0 rect:first-child{fill:#1ec26a}.metr-l-1 rect:nth-child(-n+2){fill:#1ec26a}.metr-l-2 rect:nth-child(-n+3){fill:#1ec26a}.metr-l-3 rect:nth-child(-n+4){fill:#1ec26a}.metr-l-4 rect:nth-child(-n+5){fill:#1ec26a}.metr-l-5 rect:nth-child(-n+6){fill:#1ec26a}.metr-l-6 rect:nth-child(-n+7){fill:#1ec26a}.metr-l-7 rect:nth-child(-n+8){fill:#1ec26a}.lobby-screen{font-size:16px;font-weight:400;line-height:26px}.lobby-screen-content{align-items:center;display:flex;flex-direction:column}.lobby-screen-content .spinner{margin:8px}.lobby-screen-content .lobby-chat-container{background-color:#f3f4f7;width:100%;height:314px;display:flex;flex-direction:column;align-items:stretch;margin-bottom:16px;border-radius:5px}.lobby-screen-content .lobby-chat-container .lobby-chat-header{display:none}.lobby-screen-content .joining-message{color:#fff;margin:24px auto;text-align:center}.lobby-screen-content .open-chat-button{display:none}#lobby-section{display:flex;flex-direction:column}#lobby-section .description{font-size:13px}#lobby-section .control-row{display:flex;flex-direction:row;justify-content:space-between;margin-top:15px}#lobby-section .control-row label{font-size:14px;font-weight:700}#notification-participant-list{background-color:#131519;border:1px solid rgba(255,255,255,.4);border-radius:8px;left:0;margin:20px;max-height:600px;overflow:hidden;overflow-y:auto;position:fixed;top:30px;z-index:251}#notification-participant-list:empty{border:none}#notification-participant-list.toolbox-visible{top:120px}#notification-participant-list.avoid-chat{left:315px}#notification-participant-list .title{background-color:rgba(0,0,0,.2);font-size:1.2em;padding:15px}#notification-participant-list button{align-self:stretch;margin-bottom:8px 0;padding:12px;transition:.2s transform ease}#notification-participant-list button:disabled{opacity:.5}#notification-participant-list button:hover{transform:scale(1.05)}#notification-participant-list button:hover:disabled{transform:none}#notification-participant-list button.borderLess{background-color:transparent;border-width:0}#notification-participant-list button.primary{background-color:#0376da;border-width:0}.knocking-participants-container{list-style-type:none;padding:0 15px 15px 15px}.knocking-participant{align-items:center;display:flex;flex-direction:row;margin:8px 0}.knocking-participant .details{display:flex;flex:1;flex-direction:column;justify-content:space-evenly;margin:0 30px 0 10px}.knocking-participant button{align-self:unset;margin:0 5px}@media (max-width:300px){#knocking-participant-list{margin:0;text-align:center;width:100%}#knocking-participant-list .avatar{display:none}.knocking-participant{flex-direction:column}.knocking-participant .details{margin:0}}@media (max-width:1000px){.lobby-screen-content .lobby-chat-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:255}.lobby-screen-content .lobby-chat-container.hidden{display:none}.lobby-screen-content .lobby-chat-container .lobby-chat-header{display:flex;flex-direction:row;padding-top:20px;padding-left:16px;padding-right:16px}.lobby-screen-content .lobby-chat-container .lobby-chat-header .title{flex:1;color:#fff;font-size:20px;font-weight:600;line-height:28px;letter-spacing:-1.2%}.lobby-screen-content .open-chat-button{display:block}}.lobby-button-margin{margin-bottom:16px}.lobby-prejoin-error{background-color:#e04757;border-radius:6px;box-sizing:border-box;color:#fff;font-size:12px;line-height:16px;margin-bottom:16px;margin-top:-8px;padding:4px;text-align:center;width:100%}.lobby-prejoin-input{margin-bottom:16px;width:100%}.lobby-prejoin-input input{text-align:center}.premeeting-screen{background:#292929;bottom:0;display:flex;font-size:1.3em;left:0;position:absolute;right:0;top:0;z-index:251}.premeeting-screen .action-btn{border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:24px;margin-bottom:16px;padding:7px 16px;position:relative;text-align:center;width:100%}.premeeting-screen .action-btn.primary{background:#0376da;border:1px solid #0376da}.premeeting-screen .action-btn.secondary{background:#3d3d3d;border:1px solid transparent}.premeeting-screen .action-btn.text{width:auto;font-size:13px;margin:0;padding:0}.premeeting-screen .action-btn.disabled{background:#5e6d7a;border:1px solid #5e6d7a;color:#afb6bc;cursor:initial}.premeeting-screen .action-btn.disabled .icon>svg{fill:#afb6bc}.premeeting-screen .action-btn .options{border-radius:3px;align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:36px}.premeeting-screen .action-btn .options:hover{background-color:#0262b6}.premeeting-screen .action-btn .options svg{pointer-events:none}.premeeting-screen .content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:100%;margin:0 110px;padding:24px 0 16px;position:relative;width:336px;z-index:252}.premeeting-screen .content-controls{align-items:center;display:flex;flex-direction:column;margin:auto;width:100%}.premeeting-screen .content-controls .title{color:#fff;font-size:28px;font-weight:600;letter-spacing:-.015;line-height:36px;margin-bottom:32px;text-align:center}.premeeting-screen .content-controls input.field{background-color:#fff;border:none;outline:0;border-radius:6px;font-size:14px;line-height:20px;margin-bottom:16px;color:#1c2025;padding:10px 16px;text-align:center;width:100%}.premeeting-screen .content-controls input.field.error{border:1px solid #e04757}.premeeting-screen .content-controls input.field.focused{box-shadow:0 0 1px 1.5px #000,0 0 1.3px 4px #fff}.premeeting-screen .content-controls #new-toolbox{bottom:0;margin-bottom:16px;position:relative;transition:none}.premeeting-screen .content-controls #new-toolbox .toolbox-content,.premeeting-screen .content-controls #new-toolbox .toolbox-content-items,.premeeting-screen .content-controls #new-toolbox .toolbox-content-wrapper{box-sizing:border-box;width:100%}@media (max-width:1000px){.premeeting-screen{flex-direction:column-reverse}.premeeting-screen .content{height:auto;margin:0 auto}.premeeting-screen .con-status{margin:24px auto;position:fixed;top:0;width:336px}}@media (max-width:400px){.premeeting-screen .content{padding:16px;width:100%}.premeeting-screen .content .title{font-size:20px;line-height:28px;letter-spacing:-.012;margin-bottom:24px}.premeeting-screen .con-status{margin:16px;width:calc(100% - 32px)}.premeeting-screen input.field{font-size:16px;padding:14px 16px}.premeeting-screen .action-btn{font-size:16px;padding:11px 16px}.premeeting-screen .toolbox-content-items{border-radius:0;display:flex;justify-content:space-evenly;padding:8px 0}}.premeeting-screen input::placeholder{color:#040404}#preview{background:#040404;display:flex;align-items:center;justify-content:center;height:100%;width:100%}#preview .avatar{background:#0045b3}#preview .avatar text{fill:#fff;font-size:26px;font-weight:400}#preview video{height:100%;object-fit:cover;width:100%}.toggle-button{border-radius:6px;cursor:pointer;color:#fff;font-size:13px;height:40px;margin:0 auto;transition:background .16s ease-out;align-items:center;display:flex;justify-content:center}.toggle-button svg{fill:transparent}.toggle-button label{cursor:pointer}.toggle-button:hover{background:rgba(255,255,255,.1)}.toggle-button:hover .toggle-button-icon-container{display:none}.toggle-button-container{position:relative;align-items:center;display:flex;justify-content:center}.toggle-button-icon-container{border-radius:50%;left:-22px;padding:2px;position:absolute}.toggle-button--toggled .toggle-button-icon-container{background:#fff}.toggle-button--toggled .toggle-button-icon-container svg{fill:#1c2025}.toggle-button--toggled:hover .toggle-button-icon-container{display:block}.toggle-button--toggled .toggle-button-icon-container{display:block}.prejoin-third-party{flex-direction:column-reverse;z-index:auto;align-items:center}.prejoin-third-party .content{height:auto;margin:0 auto;width:auto}.prejoin-third-party .content .new-toolbox{width:auto}.prejoin-third-party #preview{background-color:transparent;bottom:0;left:0;position:absolute;right:0;top:0}.prejoin-third-party #preview .avatar{display:none}.prejoin-third-party.splash .content{margin-left:calc((100% - 336px + 300px)/ 2)}.prejoin-third-party.guest .content{margin-bottom:auto}.audio-preview{display:inline-block}.audio-preview-content{background:#242528;border-radius:3px;font-size:14px;line-height:24px;max-height:456px;overflow:auto;width:300px}.audio-preview-content-ul{margin:0;padding:0;list-style-type:none}.audio-preview-header{color:#fff;align-items:center;display:flex;margin-top:8px;padding:8px 16px}.audio-preview-header-icon{display:inline-block}.audio-preview-header-icon svg{fill:#fff}.audio-preview-header--bordered{border-bottom:1px solid #4c4d50}.audio-preview-header-text{margin-left:12px}.audio-preview-entry{align-items:center;color:#fff;cursor:pointer;display:flex;padding:8px 0;margin-left:48px}.audio-preview-entry--selected{background:#131519;cursor:initial;margin-left:0;padding-left:18px}.audio-preview-entry-text{color:#fff;display:inline-block;line-height:24px;text-overflow:ellipsis;max-width:213px;overflow:hidden;white-space:nowrap}.audio-preview-speaker{position:relative}.audio-preview-speaker-ul{margin:0;padding:0;list-style-type:none}.audio-preview-speaker:focus .audio-preview-entry,.audio-preview-speaker:focus-within .audio-preview-entry,.audio-preview-speaker:hover .audio-preview-entry{background:#36383c;margin-left:0;padding-left:48px}.audio-preview-speaker:focus .audio-preview-entry--selected,.audio-preview-speaker:focus-within .audio-preview-entry--selected,.audio-preview-speaker:hover .audio-preview-entry--selected{padding-left:18px;background:#131519}.audio-preview-speaker:focus .audio-preview-test-button,.audio-preview-speaker:focus-within .audio-preview-test-button,.audio-preview-speaker:hover .audio-preview-test-button{display:inline-block}.audio-preview-speaker:focus .audio-preview-entry-text,.audio-preview-speaker:focus-within .audio-preview-entry-text,.audio-preview-speaker:hover .audio-preview-entry-text{max-width:178px}.audio-preview-speaker:last-child{padding-bottom:8px}.audio-preview-speaker .audio-preview-entry-text{max-width:238px}.audio-preview-microphone{position:relative}.audio-preview-microphone:hover .audio-preview-entry{background:#36383c;margin-left:0;padding-left:48px}.audio-preview-microphone:hover .audio-preview-entry--selected{background:#131519;padding-left:18px}.audio-preview-microphone--nometer .audio-preview-entry-text{max-width:238px}.audio-preview-microphone--withmeter .audio-preview-entry-text{max-width:178px}.audio-preview-icon{border-radius:50%;display:inline-block;width:14px}.audio-preview-icon svg{fill:#1c2025}.audio-preview-icon--check{background:#31b76a;margin-right:16px}.audio-preview-icon--exclamation{margin-left:6px}.audio-preview-icon--exclamation svg{fill:#e54b4b}.audio-preview-hr{border-top:1px solid #4c4d50;border-bottom:0}.audio-preview-test-button{display:none;background:#fff;border:1px solid #d1dbe8;border-radius:3px;color:#1c2025;cursor:pointer;font-weight:600;font-size:.8rem;line-height:24px;padding:2px 8px;position:absolute;right:16px;top:5px}.audio-preview-meter-mic{position:absolute;right:16px;top:14px}.audio-preview>div:nth-child(2){outline:0;padding:0}.jvb-pause-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-preview{background:0 0;display:inline-block;max-height:344px}.video-preview-container{background:#242528;border-radius:3px;overflow:auto;padding:8px}.video-preview-entry{cursor:pointer;height:168px;margin-bottom:8px;position:relative;width:284px}.video-preview-entry:last-child{margin-bottom:0}.video-preview-entry--selected{border:3px solid #31b76a;border-radius:3px;cursor:default;height:162px;width:278px}.video-preview-video{border-radius:3px;height:100%;object-fit:cover;width:100%}.video-preview-overlay{background:rgba(42,58,75,.6);height:100%;position:absolute;width:100%;z-index:1}.video-preview-error{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.video-preview-label{bottom:8px;color:#fff;position:absolute;width:100%;z-index:2}.video-preview-label-container{margin:0 16px}.video-preview-label-text{background-color:#131519;border-radius:3px;padding:2px 8px;font-size:13px;line-height:20px;margin:0 auto;max-width:calc(100% - 16px);overflow:hidden;text-overflow:ellipsis;width:fit-content;white-space:nowrap}.video-preview>div:nth-child(2){padding:0}.invite-more-dialog{color:#fff;font-size:15px;line-height:24px}.invite-more-dialog.separator{margin:24px 0 24px -20px;padding:0 20px;width:100%;height:1px;background:#5e6d7a}.invite-more-dialog.stream{display:flex;justify-content:space-between;align-items:center;padding:8px 8px 8px 16px;margin-top:8px;width:calc(100% - 26px);height:22px;background:#2a3a4b;border:1px solid #5e6d7a;border-radius:3px;cursor:pointer}.invite-more-dialog.stream:hover{font-weight:600}.invite-more-dialog.stream-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:292px}.invite-more-dialog.stream-text.selected{font-weight:600}.invite-more-dialog.stream.clicked{background:#31b76a;border:1px solid #31b76a}.invite-more-dialog.stream>div>svg>path{fill:#fff}.security-dialog{color:#fff;font-size:15px;line-height:24px}.security-dialog.password-section{display:flex;flex-direction:column}.security-dialog.password-section .description{font-size:13px}.security-dialog.password-section .password{align-items:flex-start;display:flex;justify-content:flex-start;margin-top:15px;flex-direction:column}.security-dialog.password-section .password-actions{margin-top:10px}.security-dialog.password-section .password-actions a{cursor:pointer;text-decoration:none;font-size:14px;color:#6fb1ea}.security-dialog.password-section .password-actions>:not(:last-child){margin-right:24px}.security-dialog .separator-line{margin:24px 0 24px -20px;padding:0 20px;width:100%;height:1px;background:#5e6d7a}.security-dialog .separator-line:last-child{display:none}.new-toolbox .toolbox-content .toolbox-icon.toggled.security-toolbar-button{border-width:0}.new-toolbox .toolbox-content .toolbox-icon.toggled.security-toolbar-button:not(:hover){background:unset}#e2ee-section{display:flex;flex-direction:column}#e2ee-section .description{font-size:13px;margin:15px 0}#e2ee-section .control-row{display:flex;flex-direction:row;justify-content:space-between;margin-top:15px}#e2ee-section .control-row label{font-size:14px;font-weight:700}@media only screen and (max-width:500px){.welcome{display:block}.welcome #enter_room .welcome-page-button{font-size:16px;left:0;text-align:center;width:100%}.welcome .header{background-color:#002637}.welcome .header .insecure-room-name-warning{width:100%}.welcome .header #enter_room{width:100%}.welcome .header #enter_room .join-meeting-container{padding:0;flex-direction:column;background:0 0}.welcome .header #enter_room .enter-room-input-container{padding-right:0;margin-bottom:10px}.welcome .header-text-title{text-align:center}.welcome .welcome-cards-container{padding:0}.welcome.without-content .header{height:100%}.welcome #moderated-meetings{display:none}.welcome .welcome-footer-row-block{display:block}}@media only screen and (max-width:815px){.desktop-browser.shift-right #videoResolutionLabel{display:none}.desktop-browser.shift-right .vertical-filmstrip .filmstrip{display:none}.desktop-browser.shift-right .chrome-extension-banner{display:none}}.drawer-portal{position:absolute;left:0;right:0;bottom:0;z-index:351;border-radius:16px 16px 0 0}.drawer-portal.notification-portal{z-index:901}.drawer-portal::after{content:"";background-color:#424c53;margin-bottom:env(safe-area-inset-bottom,0)}.drawer-menu-container{height:100vh;display:flex;align-items:flex-end}.drawer-menu{max-height:calc(80vh - 64px);background:#242528;border-radius:16px 16px 0 0;overflow-y:scroll;margin-bottom:env(safe-area-inset-bottom,0);width:100%}.drawer-menu .chat-icon{position:relative}.drawer-menu .chat-icon .total-unred{left:30px}.drawer-menu .drawer-toggle{display:flex;justify-content:center;align-items:center;height:44px;cursor:pointer}.drawer-menu .drawer-toggle svg{fill:none}.drawer-menu .popupmenu{margin:auto;width:100%}.drawer-menu .popupmenu__item{height:48px}.drawer-menu.drawer-menu .overflow-menu{margin:auto;font-size:1.2em;list-style-type:none;padding:0;height:calc(80vh - 144px - 64px);overflow-y:auto}.drawer-menu.drawer-menu .overflow-menu .overflow-menu-item{box-sizing:border-box;height:48px;padding:12px 16px;align-items:center;color:#fff;cursor:pointer;display:flex;font-size:16px}.drawer-menu.drawer-menu .overflow-menu .overflow-menu-item div{display:flex;flex-direction:row;align-items:center}.drawer-menu.drawer-menu .overflow-menu .overflow-menu-item.unclickable{cursor:default}@media (hover:hover) and (pointer:fine){.drawer-menu.drawer-menu .overflow-menu .overflow-menu-item.unclickable:hover{background:inherit}}.drawer-menu.drawer-menu .overflow-menu .overflow-menu-item.disabled{cursor:initial;color:#3b475c}.drawer-menu.drawer-menu .overflow-menu .audio-button-wrapper-container{position:relative}.drawer-menu.drawer-menu .overflow-menu .audio-button-wrapper-container .noise-suppression-options{position:absolute;right:5px;bottom:0;width:25px;height:25px;max-width:25px;max-height:25px}.drawer-menu.drawer-menu .overflow-menu .audio-button-wrapper-container .noise-suppression-options img{width:100%;height:100%}.drawer-menu.drawer-menu .overflow-menu .audio-button-wrapper-container .noise-suppression-options .noise-suppresstion-items-container{position:relative;cursor:pointer}.drawer-menu.drawer-menu .overflow-menu .audio-button-wrapper-container .noise-suppression-options .noise-suppresstion-items-container .noise-suppression-item{right:0;position:absolute;bottom:-35px;font-size:14px;width:auto;white-space:nowrap;padding:5px 15px;background:#c1c5c9}.drawer-menu.drawer-menu .overflow-menu .profile-text{max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.reactions-menu{width:280px;background:#292929;box-shadow:0 3px 16px rgba(0,0,0,.6),0 0 4px 1px rgba(0,0,0,.25);border-radius:6px;padding:16px}.reactions-menu.with-gif{width:328px}.reactions-menu.with-gif .reactions-row .toolbox-button:last-of-type{top:3px}.reactions-menu.with-gif .reactions-row .toolbox-button:last-of-type .toolbox-icon.toggled{background-color:#000}.reactions-menu.overflow{width:auto;padding-bottom:max(env(safe-area-inset-bottom,0),16px);background-color:#141414;box-shadow:none;border-radius:0;position:relative}.reactions-menu.overflow .toolbox-icon{width:48px;height:48px}.reactions-menu.overflow .toolbox-icon span.emoji{width:48px;height:48px}.reactions-menu.overflow .reactions-row{display:flex;flex-direction:row;justify-content:space-around}.reactions-menu.overflow .reactions-row .toolbox-button{margin-right:0}.reactions-menu.overflow .reactions-row .toolbox-button:last-of-type{top:0}.reactions-menu .toolbox-icon{width:40px;height:40px;border-radius:6px}.reactions-menu .toolbox-icon span.emoji{width:40px;height:40px;font-size:22px;display:flex;align-items:center;justify-content:center;transition:font-size ease .1s}.reactions-menu .toolbox-icon span.emoji.increase-1{font-size:calc(20px + 1px)}.reactions-menu .toolbox-icon span.emoji.increase-2{font-size:calc(20px + 2px)}.reactions-menu .toolbox-icon span.emoji.increase-3{font-size:calc(20px + 3px)}.reactions-menu .toolbox-icon span.emoji.increase-4{font-size:calc(20px + 4px)}.reactions-menu .toolbox-icon span.emoji.increase-5{font-size:calc(20px + 5px)}.reactions-menu .toolbox-icon span.emoji.increase-6{font-size:calc(20px + 6px)}.reactions-menu .toolbox-icon span.emoji.increase-7{font-size:calc(20px + 7px)}.reactions-menu .toolbox-icon span.emoji.increase-8{font-size:calc(20px + 8px)}.reactions-menu .toolbox-icon span.emoji.increase-9{font-size:calc(20px + 9px)}.reactions-menu .toolbox-icon span.emoji.increase-10{font-size:calc(20px + 10px)}.reactions-menu .toolbox-icon span.emoji.increase-11{font-size:calc(20px + 11px)}.reactions-menu .toolbox-icon span.emoji.increase-12{font-size:calc(20px + 12px)}.reactions-menu .reactions-row .toolbox-button{margin-right:8px;touch-action:manipulation;position:relative}.reactions-menu .reactions-row .toolbox-button:last-of-type{margin-right:0}.reactions-menu .raise-hand-row{margin-top:16px}.reactions-menu .raise-hand-row .toolbox-button{width:100%}.reactions-menu .raise-hand-row .toolbox-icon{width:100%;flex-direction:row;align-items:center}.reactions-menu .raise-hand-row .toolbox-icon span.text{font-style:normal;font-weight:600;font-size:14px;line-height:24px;margin-left:8px}.reactions-animations-container{position:absolute;width:20%;bottom:0;left:40%;height:0}.reactions-menu-popup-container{display:inline-block;position:relative}.reaction-emoji{position:absolute;font-size:24px;line-height:32px;width:32px;height:32px;top:0;left:20px;opacity:0;z-index:1}.reaction-emoji.reaction-0{animation:flowToRight 5s forwards ease-in-out}.reaction-emoji.reaction-1{animation:animation-1 5s forwards ease-in-out;top:-27.9893449113px;left:1.3383534088px}.reaction-emoji.reaction-2{animation:animation-2 5s forwards ease-in-out;top:-19.6331940559px;left:22.0619047127px}.reaction-emoji.reaction-3{animation:animation-3 5s forwards ease-in-out;top:4.1287407132px;left:25.4626419442px}.reaction-emoji.reaction-4{animation:animation-4 5s forwards ease-in-out;top:-11.3167139376px;left:20.4515648211px}.reaction-emoji.reaction-5{animation:animation-5 5s forwards ease-in-out;top:-11.6686519166px;left:21.4189122363px}.reaction-emoji.reaction-6{animation:animation-6 5s forwards ease-in-out;top:-6.5159790074px;left:27.1148628172px}.reaction-emoji.reaction-7{animation:animation-7 5s forwards ease-in-out;top:-12.7200167489px;left:25.1614515326px}.reaction-emoji.reaction-8{animation:animation-8 5s forwards ease-in-out;top:4.0476914532px;left:27.119027874px}.reaction-emoji.reaction-9{animation:animation-9 5s forwards ease-in-out;top:-29.5927997879px;left:21.0278639243px}.reaction-emoji.reaction-10{animation:animation-10 5s forwards ease-in-out;top:-26.2218082518px;left:23.8665246835px}.reaction-emoji.reaction-11{animation:animation-11 5s forwards ease-in-out;top:-6.7267865746px;left:4.0938980938px}.reaction-emoji.reaction-12{animation:animation-12 5s forwards ease-in-out;top:-31.5487515457px;left:8.33805777px}.reaction-emoji.reaction-13{animation:animation-13 5s forwards ease-in-out;top:-29.0938791837px;left:6.2134129369px}.reaction-emoji.reaction-14{animation:animation-14 5s forwards ease-in-out;top:-31.7159184607px;left:.2996461671px}.reaction-emoji.reaction-15{animation:animation-15 5s forwards ease-in-out;top:-21.1685998577px;left:22.1557299995px}.reaction-emoji.reaction-16{animation:animation-16 5s forwards ease-in-out;top:-13.8551273301px;left:22.3958348394px}.reaction-emoji.reaction-17{animation:animation-17 5s forwards ease-in-out;top:-38.1556259141px;left:16.1423558118px}.reaction-emoji.reaction-18{animation:animation-18 5s forwards ease-in-out;top:-33.2418362068px;left:1.7536168725px}.reaction-emoji.reaction-19{animation:animation-19 5s forwards ease-in-out;top:-25.2094811457px;left:17.8494473306px}.reaction-emoji.reaction-20{animation:animation-20 5s forwards ease-in-out;top:8.4409169551px;left:1.9296215916px}@keyframes flowToRight{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(40px,-70vh) scale(1.5);opacity:1}75%{transform:translate(40px,-70vh) scale(1.5);opacity:1}100%{transform:translate(140px,-50vh) scale(1);opacity:0}}@keyframes animation-1{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(87.7917789086px,-67.5674791707vh) scale(1.5);opacity:1}75%{transform:translate(87.7917789086px,-67.5674791707vh) scale(1.5);opacity:1}100%{transform:translate(156.0402672513px,-47.0571719669vh) scale(1);opacity:0}}@keyframes animation-2{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(89.7544228145px,-70.4977104578vh) scale(1.5);opacity:1}75%{transform:translate(89.7544228145px,-70.4977104578vh) scale(1.5);opacity:1}100%{transform:translate(186.1225889688px,-46.4972657808vh) scale(1);opacity:0}}@keyframes animation-3{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-2.4896291583px,-65.2625475649vh) scale(1.5);opacity:1}75%{transform:translate(-2.4896291583px,-65.2625475649vh) scale(1.5);opacity:1}100%{transform:translate(-169.0654343916px,-43.5896816698vh) scale(1);opacity:0}}@keyframes animation-4{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-.5840237047px,-68.7530043941vh) scale(1.5);opacity:1}75%{transform:translate(-.5840237047px,-68.7530043941vh) scale(1.5);opacity:1}100%{transform:translate(-172.0665242443px,-48.9172160099vh) scale(1);opacity:0}}@keyframes animation-5{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(17.1548129328px,-73.9451188841vh) scale(1.5);opacity:1}75%{transform:translate(17.1548129328px,-73.9451188841vh) scale(1.5);opacity:1}100%{transform:translate(157.1355660798px,-42.6495343617vh) scale(1);opacity:0}}@keyframes animation-6{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-29.4803562485px,-73.6132130303vh) scale(1.5);opacity:1}75%{transform:translate(-29.4803562485px,-73.6132130303vh) scale(1.5);opacity:1}100%{transform:translate(-153.0570062251px,-44.7230668887vh) scale(1);opacity:0}}@keyframes animation-7{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(19.0065129761px,-68.5329469796vh) scale(1.5);opacity:1}75%{transform:translate(19.0065129761px,-68.5329469796vh) scale(1.5);opacity:1}100%{transform:translate(170.6377903829px,-40.7591082189vh) scale(1);opacity:0}}@keyframes animation-8{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(35.4967795003px,-66.1718519218vh) scale(1.5);opacity:1}75%{transform:translate(35.4967795003px,-66.1718519218vh) scale(1.5);opacity:1}100%{transform:translate(181.6575054667px,-47.1263587918vh) scale(1);opacity:0}}@keyframes animation-9{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-84.0367317113px,-67.1646196648vh) scale(1.5);opacity:1}75%{transform:translate(-84.0367317113px,-67.1646196648vh) scale(1.5);opacity:1}100%{transform:translate(-151.2780019446px,-41.6277862726vh) scale(1);opacity:0}}@keyframes animation-10{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(8.5864936807px,-74.7119907847vh) scale(1.5);opacity:1}75%{transform:translate(8.5864936807px,-74.7119907847vh) scale(1.5);opacity:1}100%{transform:translate(194.8082482259px,-48.0017910203vh) scale(1);opacity:0}}@keyframes animation-11{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(54.1989070292px,-71.2140328743vh) scale(1.5);opacity:1}75%{transform:translate(54.1989070292px,-71.2140328743vh) scale(1.5);opacity:1}100%{transform:translate(193.9756317861px,-47.9770656769vh) scale(1);opacity:0}}@keyframes animation-12{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(80.0215910642px,-65.4927613157vh) scale(1.5);opacity:1}75%{transform:translate(80.0215910642px,-65.4927613157vh) scale(1.5);opacity:1}100%{transform:translate(161.5459014179px,-44.7187415478vh) scale(1);opacity:0}}@keyframes animation-13{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-23.6285893186px,-70.1384599252vh) scale(1.5);opacity:1}75%{transform:translate(-23.6285893186px,-70.1384599252vh) scale(1.5);opacity:1}100%{transform:translate(-158.2700716359px,-40.2579268034vh) scale(1);opacity:0}}@keyframes animation-14{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(35.245692899px,-68.8481733623vh) scale(1.5);opacity:1}75%{transform:translate(35.245692899px,-68.8481733623vh) scale(1.5);opacity:1}100%{transform:translate(166.9720923874px,-40.3136482666vh) scale(1);opacity:0}}@keyframes animation-15{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-44.9309087711px,-70.9766909485vh) scale(1.5);opacity:1}75%{transform:translate(-44.9309087711px,-70.9766909485vh) scale(1.5);opacity:1}100%{transform:translate(-188.0305854989px,-40.1713936023vh) scale(1);opacity:0}}@keyframes animation-16{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-31.0858578531px,-74.361514691vh) scale(1.5);opacity:1}75%{transform:translate(-31.0858578531px,-74.361514691vh) scale(1.5);opacity:1}100%{transform:translate(-196.3168761393px,-49.73380206vh) scale(1);opacity:0}}@keyframes animation-17{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(32.6724706076px,-67.5964308648vh) scale(1.5);opacity:1}75%{transform:translate(32.6724706076px,-67.5964308648vh) scale(1.5);opacity:1}100%{transform:translate(188.7463759111px,-43.7466357462vh) scale(1);opacity:0}}@keyframes animation-18{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-31.755237391px,-67.6345959853vh) scale(1.5);opacity:1}75%{transform:translate(-31.755237391px,-67.6345959853vh) scale(1.5);opacity:1}100%{transform:translate(-152.0483620076px,-41.4352219445vh) scale(1);opacity:0}}@keyframes animation-19{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-66.8334479716px,-71.5138741212vh) scale(1.5);opacity:1}75%{transform:translate(-66.8334479716px,-71.5138741212vh) scale(1.5);opacity:1}100%{transform:translate(-190.8913813044px,-46.0987996112vh) scale(1);opacity:0}}@keyframes animation-20{0%{transform:translate(0,0) scale(.6);opacity:1}70%{transform:translate(-34.0838647319px,-71.580373496vh) scale(1.5);opacity:1}75%{transform:translate(-34.0838647319px,-71.580373496vh) scale(1.5);opacity:1}100%{transform:translate(-173.6291260649px,-48.5501516351vh) scale(1);opacity:0}}.polls-panel{height:calc(100% - 119px)}@keyframes blink{0%{opacity:0}100%{opacity:1}}.facehub div[role=dialog]{font-weight:700}.facehub div[role=dialog] .modal-dialog-form{margin-top:0}.facehub div[role=dialog] #modal-dialog-ok-button{font-size:16px;box-shadow:0 0 4px rgba(0,0,0,.6);height:inherit;padding:6px 0;width:260px}.facehub div[role=dialog] footer{justify-content:center;padding:30px 20px}.facehub .virtual-background-dialog{grid-template-columns:auto auto auto}.facehub .virtual-background-dialog .background-option{height:120px;width:184px}.facehub .facehub-prejoin{display:flex;position:absolute;top:0;left:0;width:inherit;height:100%;background-color:#424c53;z-index:251;overflow-y:scroll}@media screen and (max-width:640px){.facehub .facehub-prejoin{flex-direction:column}}.facehub .facehub-prejoin .media-btn-container .toolbox-content{width:100%}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items{width:100%;background:0 0;display:flex;justify-content:space-evenly;border-radius:inherit;box-shadow:inherit;align-items:center}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .toolbox-icon{border-radius:50%;background:#0376da;border:1px solid #0376da}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .toolbox-icon.toggled{background:0 0;border-color:#fff}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .toolbox-icon.volume-50{background:linear-gradient(transparent 50%,#0376da 50%)}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .overflow-menu-item{font-size:12px;height:50px;padding:8px 2px;background:0 0!important}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .overflow-menu-item div{flex-direction:column}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .overflow-menu-item-icon{margin:5px 0 0 0}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .setting-icon-mobile{margin:0 2px 0 0}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .audio-button-wrapper-container{position:relative}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options{position:absolute;right:-22px;bottom:-5px;width:25px;height:25px;max-width:25px;max-height:25px}@media screen and (min-width:600px) and (max-width:820px){.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options{right:-15px;width:20px;height:20px;max-width:20px;max-height:20px}}@media screen and (max-width:530px){.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options{right:-25px;width:25px;height:25px;max-width:25px;max-height:25px}}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options img{width:100%;height:100%}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options .noise-suppresstion-items-container{position:relative;cursor:pointer}.facehub .facehub-prejoin .media-btn-container .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options .noise-suppresstion-items-container .noise-suppression-item{left:-70px;position:absolute;bottom:-32px;font-size:14px;width:auto;white-space:nowrap;padding:5px 15px;background:#c1c5c9}.facehub .facehub-prejoin .content-item{width:50%;margin:20px;text-align:center}@media screen and (max-width:640px){.facehub .facehub-prejoin .content-item{margin:20px}.facehub .facehub-prejoin .content-item.content-right{margin-top:0}}.facehub .facehub-prejoin .action-btn{border-radius:3px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:15px;line-height:24px;padding:7px 16px;position:relative;text-align:center;width:100%;margin:20px auto}.facehub .facehub-prejoin .action-btn.primary{background:#0376da;border:1px solid #0376da}.facehub .facehub-prejoin .action-btn.secondary{background:0 0;border:1px solid #5e6d7a}.facehub .facehub-prejoin .action-btn.text{width:auto;font-size:13px;margin:0;padding:0}.facehub .facehub-prejoin .action-btn.disabled{background:#5e6d7a;border:1px solid #5e6d7a;color:#afb6bc;cursor:initial}.facehub .facehub-prejoin .action-btn.disabled .icon>svg{fill:#afb6bc}.facehub .facehub-prejoin .action-btn.pointer{cursor:pointer!important}.facehub .facehub-prejoin .action-btn .options{border-radius:3px;align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:36px}.facehub .facehub-prejoin .action-btn .options:hover{background-color:#0262b6}.facehub .facehub-prejoin .action-btn .options svg{pointer-events:none}.facehub .facehub-prejoin .content-left{color:#fff}@media screen and (max-width:640px){.facehub .facehub-prejoin .content-left{width:initial;flex-shrink:0}}.facehub .facehub-prejoin .content-left .top-title{width:100%;margin-top:20px;line-height:150%;font-size:16px}.facehub .facehub-prejoin .content-left .top-title-content{margin-top:14px;line-height:200%;font-size:20px;background-color:#3d464c;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 20px}.facehub .facehub-prejoin .content-left .caution{margin-top:20px;color:#fff;font-size:14px}.facehub .facehub-prejoin .content-left .caution.ready{font-size:17px;color:#ff0;display:flex;justify-content:center;cursor:pointer}.facehub .facehub-prejoin .content-left .caution.ready .icon-ready{padding-right:5px;animation:blink 1s ease-in-out infinite alternate}.facehub .facehub-prejoin .content-left .caution.error{margin-bottom:15px;white-space:pre-line}.facehub .facehub-prejoin .content-left .caution p:not(.preparing){text-decoration:underline}.facehub .facehub-prejoin .content-left .premeeting-screen{position:relative;background:#333;border-radius:4px;box-shadow:0 0 15px 3px rgba(0,0,0,.8);width:100%;margin-top:30px;display:flex;justify-content:center}.facehub .facehub-prejoin .content-left .premeeting-screen h1{color:#fff}.facehub .facehub-prejoin .content-left .premeeting-screen #preview{position:absolute;background:0 0}.facehub .facehub-prejoin .content-left .premeeting-screen #preview video{position:relative}.facehub .facehub-prejoin .content-left .premeeting-screen .content .content-head{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:200px}.facehub .facehub-prejoin .content-left .premeeting-screen .content .premeeting-screen-avatar{margin:0}.facehub .facehub-prejoin .content-left .premeeting-screen .content .title{margin:0;width:100%}.facehub .facehub-prejoin .content-left .premeeting-screen .content .title .title-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:auto;width:fit-content;max-width:100%}.facehub .facehub-prejoin .content-left .premeeting-screen .content .media-btn-container{background:rgba(0,0,0,.3);padding:20px 0;margin-bottom:10px;width:95%;border-radius:10px}.facehub .facehub-prejoin .content-left .premeeting-screen .content .action-btn{width:200px;font-size:12px}.facehub .facehub-prejoin .content-left .premeeting-screen .content .show-message-host-joined{background-color:rgba(51,51,51,.6);padding:8px 0;margin-bottom:8px;width:100%;max-width:350px;font-size:14px}.facehub .facehub-prejoin .content-left .prejoin-connected-standby{margin-top:30px;padding:0 20px}@media screen and (max-width:640px){.facehub .facehub-prejoin .content-left .prejoin-connected-standby{padding:0 10px}}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-title{font-size:20px}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container{margin-top:20px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:18px}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .number-of-user-title{font-size:18px;min-width:calc(100% / 3 - 18px)}@media screen and (max-width:1024px){.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .number-of-user-title{width:100%;text-align:left}}@media screen and (max-width:640px){.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container{margin-top:30px}}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .connected-standby-item-wrapper{display:flex;justify-content:space-around;flex-wrap:wrap;gap:18px;min-width:calc((100% / 3)* 2 - 18px);flex-grow:2}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .connected-standby-item{display:flex;justify-content:center;align-items:baseline;flex-grow:1}@media screen and (min-width:767px){.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .connected-standby-item{min-width:calc(50% - 18px)}}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .connected-standby-item .count-standby-icon{margin-right:15px;font-size:14px}@media screen and (max-width:640px){.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .connected-standby-item .count-standby-icon{margin-right:10px;margin-left:5px}}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .connected-standby-item .count-standby-content{line-height:15px}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .connected-standby-item .count-standby-content>span{font-size:14px}.facehub .facehub-prejoin .content-left .prejoin-connected-standby .connected-standby-container .connected-standby-item .count-standby-content>span>span{font-size:30px;font-weight:700;padding:0 5px}@media screen and (max-width:640px){.facehub .facehub-prejoin .content-right{width:initial}}.facehub .facehub-prejoin .content-right .prejoin-input-area{text-align:left;margin-top:18px}.facehub .facehub-prejoin .content-right .prejoin-input-area .prejoin-input-area-label{width:20%;display:inline-block;font-size:16px;color:#fff}.facehub .facehub-prejoin .content-right .prejoin-input-area input.field{width:80%;display:inline-block;background-color:#fff;border:none;outline:0;border-radius:2px;font-size:15px;line-height:24px;color:#1c2025;padding:8px 15px}.facehub .facehub-prejoin .content-right .prejoin-input-area input.field.error{box-shadow:0 0 0 2px #e97731}.facehub .facehub-prejoin .content-right .prejoin-input-area input.field.focused{box-shadow:0 0 1px 1.5px #000,0 0 1.3px 4px #fff}.facehub .facehub-prejoin .content-right .prejoin-input-area input.field:read-only{background-color:#a7a7a7}.facehub .facehub-prejoin .content-right .prejoin-input-area .prejoin-error{text-align:left;color:#e97731;background-color:transparent;margin-left:20%;margin-top:4px}.facehub .facehub-prejoin .content-right .terms{overflow-y:scroll;margin-top:28px;padding:16px;height:350px;text-align:left;font-size:14px;line-height:20px;background-color:#fff;color:#333}.facehub .facehub-prejoin .content-right .terms.minimizeTerms{min-height:150px;height:200px}.facehub .facehub-prejoin .content-right .terms.interviewer{height:150px}.facehub .facehub-prejoin .content-right .terms .terms-title{font-weight:700}.facehub .facehub-prejoin .content-right .meeting-setting{margin-top:20px}.facehub .facehub-prejoin .content-right .speech-bubble{max-width:420px;padding:8px;background-color:#f8d7da;color:#721c24;border-radius:10px;white-space:nowrap;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1);font-size:14px;pointer-events:none;align-items:center}.facehub .facehub-prejoin .content-right .speech-bubble p{max-width:420px;text-align:start;white-space:normal}.facehub .facehub-prejoin .content-right .speech-bubble::after{content:"";position:absolute;width:0;height:0;left:50%;transform:translateX(-50%);bottom:-10px;border-width:10px;border-style:solid;border-color:#f8d7da transparent transparent transparent}.facehub .facehub-prejoin .content-right .meeting-setting-tabs-container{width:65%}.facehub .facehub-prejoin .content-right .meeting-setting-tabs-container button{background-color:#c2c2c2;color:#fff;border:0;width:50%;flex:unset;padding:7px;font-size:12px;line-height:15px;box-sizing:border-box;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.facehub .facehub-prejoin .content-right .meeting-setting-tabs-container button.selected{background-color:#2d3840;border-color:unset}.facehub .facehub-prejoin .content-right .meeting-setting-tabs-container button.disabled,.facehub .facehub-prejoin .content-right .meeting-setting-tabs-container button:disabled{background-color:rgba(255,255,255,.6);cursor:not-allowed}.facehub .facehub-prejoin .content-right .outline-tabs{width:100%}@media (max-width:860px){.facehub .facehub-prejoin .content-right .outline-tabs button{font-size:12px;padding:.5rem .25rem}}.facehub .facehub-prejoin .content-right .outline-tabs button{background-color:#424c54;color:#fff;border:0;border-top-left-radius:.5rem;border-top-right-radius:.5rem;box-sizing:border-box;padding:4px 7px;font-size:11px;font-weight:400;min-height:35px}.facehub .facehub-prejoin .content-right .outline-tabs button.selected{background-color:#aaa;border-color:unset;color:#438ed6;font-weight:700;text-decoration:underline}.facehub .facehub-prejoin .content-right .outline-tabs button.disabled,.facehub .facehub-prejoin .content-right .outline-tabs button:disabled{cursor:not-allowed}.facehub .facehub-prejoin .content-right .outline-settings-wrapper,.facehub .facehub-prejoin .content-right .prejoin-owner-settings{background-color:#2d3840;color:#fff;padding:1rem;font-size:20px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.facehub .facehub-prejoin .content-right .outline-settings-wrapper.disabled,.facehub .facehub-prejoin .content-right .prejoin-owner-settings.disabled{background-color:rgba(255,255,255,.6)}.facehub .facehub-prejoin .content-right .outline-settings-wrapper.disabled .outline-settings-item,.facehub .facehub-prejoin .content-right .prejoin-owner-settings.disabled .outline-settings-item{background-color:rgba(255,255,255,.6)}.facehub .facehub-prejoin .content-right .outline-settings-wrapper.disabled .outline-settings-item *,.facehub .facehub-prejoin .content-right .prejoin-owner-settings.disabled .outline-settings-item *{background-color:unset!important}.facehub .facehub-prejoin .content-right .outline-settings-wrapper.disabled *,.facehub .facehub-prejoin .content-right .prejoin-owner-settings.disabled *{cursor:default!important}.facehub .facehub-prejoin .content-right .outline-settings-wrapper{height:fit-content}.facehub .facehub-prejoin .content-right .outline-settings-wrapper div[role=button]{margin:0;width:fit-content;padding:.15rem .5rem;font-size:11px;font-weight:400}.facehub .facehub-prejoin .content-right .outline-settings-wrapper div[role=button].select-button{padding:7px 16px;font-size:11px;line-height:12px}.facehub .facehub-prejoin .content-right .outline-settings-title{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.facehub .facehub-prejoin .content-right .outline-settings-title h3,.facehub .facehub-prejoin .content-right .outline-settings-title p{color:#fff;text-align:left;font-size:16px}.facehub .facehub-prejoin .content-right .outline-settings-content{background-color:#aaa;padding:1rem .5rem;text-align:left;overflow-y:scroll;height:calc(100vh - 570px);min-height:250px}@media (max-width:1040px){.facehub .facehub-prejoin .content-right .outline-settings-content{height:calc(100vh - 600px)}}@media (max-width:876px){.facehub .facehub-prejoin .content-right .outline-settings-content{height:calc(100vh - 630px)}}.facehub .facehub-prejoin .content-right .outline-settings-tabs-wrapper{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.facehub .facehub-prejoin .content-right .outline-settings-buttons{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:.5rem}.facehub .facehub-prejoin .content-right .outline-settings-item{color:#000;padding:.25rem 1.5rem .25rem .5rem;display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem;background-color:#fff;min-height:40px;position:relative;height:fit-content;gap:4px;box-sizing:border-box}.facehub .facehub-prejoin .content-right .outline-settings-item.user-definition{background-color:#ecf3fa}.facehub .facehub-prejoin .content-right .outline-settings-item h5{color:#000;font-size:14px;font-weight:400}.facehub .facehub-prejoin .content-right .outline-settings-item p{font-size:11px;margin-left:.5rem}.facehub .facehub-prejoin .content-right .outline-settings-icon{position:absolute;right:1rem;top:50%;padding:.5rem;border-radius:.5rem;transform:translateY(-50%);transition:all ease .3s;cursor:pointer}.facehub .facehub-prejoin .content-right .outline-settings-icon:hover{background:#cde6ee}.facehub .facehub-prejoin .content-right .prejoin-checkbox-wrap{display:flex;flex-wrap:wrap}@media screen and (max-width:991.98px){.facehub .facehub-prejoin .content-right .prejoin-checkbox-wrap{flex-direction:column}}.facehub .facehub-prejoin .content-right .prejoin-checkbox{display:block;margin:10px 0 0;padding:0;width:48%;height:60px;text-align:left}@media screen and (max-width:991.98px){.facehub .facehub-prejoin .content-right .prejoin-checkbox{width:100%!important;height:50px}}.facehub .facehub-prejoin .content-right .prejoin-checkbox .check-label{display:inline-block;font-size:14px;margin-left:6px}.facehub .facehub-prejoin .content-right .prejoin-checkbox .check-sub-label{font-size:12px;margin-left:16px}@media screen and (max-width:1023px){.facehub .facehub-prejoin .content-right .transcription-description{height:auto}}@media screen and (max-height:500px){.facehub .facehub-prejoin .content-right .transcription-description{height:auto}}.facehub .facehub-prejoin .content-right .prejoin-checkbox-description{width:100%!important}.facehub .facehub-prejoin .content-right .prejoin-attendee-content{background-color:#000;height:100%;max-height:500px;min-height:350px;margin-top:1.75rem;margin-bottom:1rem;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.facehub .facehub-prejoin .content-right .prejoin-attendee-content.active .prejoin-attendee-video{display:block}.facehub .facehub-prejoin .content-right .prejoin-attendee-content.active .prejoin-attendee-img{display:none}.facehub .facehub-prejoin .content-right .prejoin-attendee-playBtn{position:absolute;width:2.5rem;height:2.5rem;z-index:2}.facehub .facehub-prejoin .content-right .prejoin-attendee-video{position:absolute;height:100%;max-width:100%;transition:all ease-in-out .3s;display:none}.facehub .facehub-prejoin .content-right .prejoin-attendee-img{z-index:1;position:absolute;top:0;height:100%;object-fit:contain;max-width:100%}.facehub .facehub-prejoin-scroll-btn{position:fixed;top:10%;right:5%;width:40px;height:40px;z-index:1000;background-color:#8eb5c4;border-radius:50%;overflow:hidden}.facehub .facehub-prejoin .degbug-settings{position:absolute;top:0;right:0;z-index:999}.facehub .facehub-prejoin .degbug-settings .degbug-header{display:flex;justify-content:space-between;align-items:center;background:rgba(0,0,0,.8);opacity:.9;width:600px;height:30px;padding:5px 10px}@media only screen and (max-width:766px){.facehub .facehub-prejoin .degbug-settings .degbug-header{width:300px}}.facehub .facehub-prejoin .degbug-settings .degbug-header .arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;transition:transform .3s ease}.facehub .facehub-prejoin .degbug-settings .degbug-header .arrow.up{border-bottom:9px solid #fff;transform:rotate(360deg)}.facehub .facehub-prejoin .degbug-settings .degbug-header .arrow.down{border-top:9px solid #fff}.facehub .facehub-prejoin .degbug-settings .content-wrapper{max-height:0;width:600px;overflow:hidden;transition:max-height .3s ease;background:rgba(0,0,0,.8)}@media only screen and (max-width:766px){.facehub .facehub-prejoin .degbug-settings .content-wrapper{width:300px}}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content{padding:8px}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-tabs{padding:0}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-tabs button{background-color:#fff;color:#000;border:0;border-top-left-radius:.5rem;border-top-right-radius:.5rem;box-sizing:border-box;padding:4px 7px;font-size:13px;font-weight:400;min-height:30px}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-tabs button.selected{background-color:#d0d0d0;border-color:unset;color:#000;font-weight:700}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .tabs-content{padding:15px;background-color:#d0d0d0;text-align:left;overflow-y:scroll;height:calc(100vh - 470px);min-height:420px;color:#000}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row{display:flex;flex-wrap:wrap}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .col{flex:1 0 50%}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .col h5{position:relative;padding-left:13px;margin-bottom:10px}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .col h5::before{content:"";position:absolute;left:0;top:55%;transform:translateY(-50%);width:8px;height:8px;background-color:#000}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .col.col-6{flex:1 0 50%}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .col.col-12{flex:1 0 100%}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items{list-style:none;margin:0;padding:0;word-break:break-all}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items li{margin-bottom:3px}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items li ol li{margin-bottom:1px}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items>li>.degbug-items{padding:4px 0 4px 10px}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items li.companyUploadContent,.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items li.endDate,.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items li.maxAttendees,.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items li.opDisableOutline{margin-bottom:16px}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.companyUploadContent,.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.contractUploadContent{display:flex;flex-direction:column}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.companyUploadContent li.contentPcMovie,.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.contractUploadContent li.contentPcMovie{order:1}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.companyUploadContent li.contentPcImage,.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.contractUploadContent li.contentPcImage{order:2}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.companyUploadContent li.contentSpMovie,.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.contractUploadContent li.contentSpMovie{order:3}.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.companyUploadContent li.contentSpImage,.facehub .facehub-prejoin .degbug-settings .content-wrapper .degbug-content .degbug-row .degbug-items.contractUploadContent li.contentSpImage{order:4}.facehub .checkbox-round{width:14px;height:14px;background-color:#fff;border-radius:50%;vertical-align:middle;border:4px solid #fff;-webkit-appearance:none;outline:0;cursor:pointer}.facehub .checkbox-round:checked{background-color:#0376da}.facehub .monitoring-connecting{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:inherit;height:100%;background-color:#424c53;z-index:251;overflow-y:scroll}.outline-modal-header{margin:0 0 1rem}.outline-modal-header h4{font-size:20px;font-weight:500}.outline-modal-footer{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 1rem}.outline-modal-footer>button{background-color:#fff;border-radius:.25rem;font-size:14px;width:100px;padding:.25rem 0;text-align:center;color:#000;border:1px solid #000;transition:all ease-in-out .3s}.outline-modal-footer>button.delete-btn{background-color:#db4141;border-color:#db4141;color:#fff}.outline-modal-footer>button.delete-btn:hover{background-color:#e12323;border-color:#e12323}.outline-modal-footer>button.edit-btn{background:#4c7ca7;border-color:#4c7ca7;color:#fff}.outline-modal-footer>button.edit-btn:hover{background:#0376da;border-color:#0376da}.outline-modal-confirm-delete{font-size:14px;color:#000;margin-bottom:1rem}.outline-modal-item{margin-bottom:.5rem;display:flex;align-items:center;justify-content:flex-start;gap:1rem}.outline-modal-item>label{font-size:14px;color:#000;width:80px}.outline-modal-item-input{flex:1}.outline-modal-item-input>input{border-radius:.3rem;border:1px solid #000;width:100%;background-color:#fff;font-size:16px;height:35px}.outline-modal-item-input>p{color:#e12323;width:100%;font-size:12px;text-align:left;line-height:2}.download-memo{height:fit-content;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.875rem}.download-memo-header{padding:1rem 3rem;color:#000;font-weight:500;white-space:pre-wrap;text-align:center;font-size:16px}.download-memo-msg{font-size:14px;margin-top:1.5rem}.download-memo-buttons{width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;border-top:1px solid #f3f4f7;box-sizing:border-box;padding:1rem}@media only screen and (max-width:766px){.download-memo-buttons{display:block}.download-memo-buttons button{display:block;width:100%;min-height:58px}.download-memo-buttons button:first-child{margin-bottom:10px}}.download-memo-buttons button{background-color:#6c757e;color:#fff;white-space:pre;padding:.5rem 1rem;border-radius:.5rem;font-size:14px;border:none;align-self:normal;min-width:185px}.download-memo-buttons .download-btn{background-color:#44a4dc}@media only screen and (max-width:843px) and (orientation:landscape){.download-memo{transform:unset}.download-memo-title{padding:1rem}}@media only screen and (max-width:766px){.download-memo{transform:unset}.download-memo-title{padding:1rem}}@media only screen and (max-width:766px){.download-memo{transform:unset}.download-memo-title{padding:1rem}}.countdown-join-room{background-color:#fff;width:90%;max-width:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.25rem;height:fit-content;padding:20px 30px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-direction:column}.countdown-join-room-title{margin-bottom:1rem;color:#000;font-weight:600}.countdown-join-room-desc{font-size:16px;color:#000;margin-bottom:2rem}.countdown-join-room-btn{border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:14px;line-height:24px;margin-bottom:16px;padding:7px 16px;position:relative;text-align:center;background:#0376da;border:1px solid #0376da}@media screen and (max-width:768px){.ReactModalPortal>.ReactModal__Overlay>.countdown-join-room{inset:50% auto auto 50%!important}}@media only screen and (max-width:844px) and (orientation:landscape){.ReactModalPortal>.ReactModal__Overlay>.countdown-join-room{inset:50% auto auto 50%!important}}.preModalSummaryLoading .contentModal{max-width:max-content;display:flex;flex-flow:column;align-items:center;background:#fff;color:#000;padding:40px;gap:30px;font-size:18px;border-radius:12px}.preModalSummaryLoading .contentModal svg{width:75px;height:56px}.preModalSummaryLoading .button{display:none;color:#fff;background:#096bcd;border:none;font-size:16px;width:150px;height:40px;user-select:none;border-radius:4px}.preModalSummaryLoading .button.disabled{background:#4778aa;cursor:not-allowed}.preModalSummaryLoading #textModalSummary{text-align:center}.preModalSummaryLoading use:nth-of-type(1){animation:opacityLoader 1s 80ms infinite}.preModalSummaryLoading use:nth-of-type(2){animation:opacityLoader 1s .16s infinite}.preModalSummaryLoading use:nth-of-type(3){animation:opacityLoader 1s .24s infinite}.preModalSummaryLoading use:nth-of-type(4){animation:opacityLoader 1s .32s infinite}.preModalSummaryLoading use:nth-of-type(5){animation:opacityLoader 1s .4s infinite}.preModalSummaryLoading use:nth-of-type(6){animation:opacityLoader 1s .48s infinite}.preModalSummaryLoading use:nth-of-type(7){animation:opacityLoader 1s .56s infinite}.preModalSummaryLoading use:nth-of-type(8){animation:opacityLoader 1s .64s infinite}.preModalSummaryLoading use:nth-of-type(9){animation:opacityLoader 1s .72s infinite}.preModalSummaryLoading use:nth-of-type(10){animation:opacityLoader 1s .8s infinite}.preModalSummaryLoading use:nth-of-type(11){animation:opacityLoader 1s .88s infinite}.preModalSummaryLoading use:nth-of-type(12){animation:opacityLoader 1s .96s infinite}@keyframes opacityLoader{from{opacity:1}to{opacity:0}}.preModalSummaryLoading #summaryCancelBtn{display:flex;align-items:center;justify-content:center}video::-webkit-media-controls{display:none}video::-webkit-media-controls-play-button{display:none}video::-webkit-media-controls-volume-slider{display:none}video::-webkit-media-controls-mute-button{display:none}video::-webkit-media-controls-timeline{display:none}video::-webkit-media-controls-current-time-display{display:none}.container-video{position:relative}.container-video .controls-container{opacity:0;padding:8px 16px 0;position:absolute;box-sizing:border-box;bottom:0;left:0;width:100%;transition:opacity .15s ease-linear;z-index:2;background:#00000054}.container-video .controls-container.opacity-100{opacity:1}.container-video .progress-bar{height:4px;width:100%;background-color:#adaaaa;cursor:pointer;margin-bottom:16px}.container-video .progress-indicator{height:100%;width:36px;background-color:#d9dae3;transition:all .15s ease-in-out}.container-video .volume-container{display:flex;align-items:center;gap:8px}.container-video .progress-bar-volume{height:4px;width:60px;background-color:#adaaaa;cursor:pointer}.container-video .progress-indicator-volume{height:100%;width:36px;background-color:#d9dae3;transition:all .15s ease-in-out}.container-video .control-buttons{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;cursor:pointer}.container-video .control-play-pause{cursor:pointer}.container-video .rewind-play-forward{display:flex;align-items:center}.container-video .control-button{transition:all .1s ease-linear}.container-video:hover .controls-container{opacity:1}.audio-input-animated{position:relative;border-radius:50%;overflow:hidden;width:fit-content;height:fit-content}.audio-input-animated .audio-input-level-animated.toggled{display:none}.audio-input-animated .audio-input-level-animated{position:absolute;bottom:0;z-index:-1;background:#0376da;width:100%;height:0;-webkit-transition:height .1s ease-in-out;-moz-transition:height .1s ease-in-out;-o-transition:height .1s ease-in-out;transition:height .1s ease-in-out}.audio-input-animated .toolbox-icon{background:0 0!important}.facehub .premeeting-screen{position:relative;background:#333;border-radius:4px;box-shadow:0 0 15px 3px rgba(0,0,0,.8);width:100%;margin-top:30px;display:flex;justify-content:center;z-index:251}.facehub .premeeting-screen h1{color:#fff}.facehub .premeeting-screen #preview{position:absolute;background:0 0}.facehub .premeeting-screen #preview video{position:relative}.facehub .premeeting-screen .action-btn{border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:14px;line-height:24px;margin-bottom:16px;padding:7px 16px;position:relative;text-align:center;width:100%}.facehub .premeeting-screen .action-btn.primary{background:#0376da;border:1px solid #0376da}.facehub .premeeting-screen .action-btn.secondary{background:#3d3d3d;border:1px solid transparent}.facehub .premeeting-screen .action-btn.text{width:auto;font-size:13px;margin:0;padding:0}.facehub .premeeting-screen .action-btn.disabled{background:#5e6d7a;border:1px solid #5e6d7a;color:#afb6bc;cursor:initial}.facehub .premeeting-screen .action-btn.disabled .icon>svg{fill:#afb6bc}.facehub .premeeting-screen .action-btn .options{border-radius:3px;align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:36px}.facehub .premeeting-screen .action-btn .options:hover{background-color:#0262b6}.facehub .premeeting-screen .action-btn .options svg{pointer-events:none}.facehub .premeeting-screen .content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:100%;margin:0;padding:0 24px;position:relative;width:100%;z-index:252}.facehub .premeeting-screen .content-controls{align-items:center;display:flex;flex-direction:column;margin:auto;width:100%}.facehub .premeeting-screen .content-controls .title{color:#fff;font-size:28px;font-weight:600;letter-spacing:-.015;line-height:36px;margin-bottom:32px;text-align:center}.facehub .premeeting-screen .content-controls input.field{background-color:#fff;border:none;outline:0;border-radius:6px;font-size:14px;line-height:20px;margin-bottom:16px;color:#1c2025;padding:10px 16px;text-align:center;width:100%}.facehub .premeeting-screen .content-controls input.field.error{border:1px solid #e04757}.facehub .premeeting-screen .content-controls input.field.focused{box-shadow:0 0 1px 1.5px #000,0 0 1.3px 4px #fff}.facehub .premeeting-screen .content-controls #new-toolbox{bottom:0;margin-bottom:16px;position:relative;transition:none}.facehub .premeeting-screen .content-controls #new-toolbox .toolbox-content,.facehub .premeeting-screen .content-controls #new-toolbox .toolbox-content-items,.facehub .premeeting-screen .content-controls #new-toolbox .toolbox-content-wrapper{box-sizing:border-box;width:100%}@media (max-width:1000px){.facehub .premeeting-screen{flex-direction:column-reverse}.facehub .premeeting-screen .content{height:auto;margin:0 auto}.facehub .premeeting-screen .con-status{margin:24px auto;position:fixed;top:0;width:336px}}@media (max-width:400px){.facehub .premeeting-screen .content{padding:16px;width:100%}.facehub .premeeting-screen .content .title{font-size:20px;line-height:28px;letter-spacing:-.012;margin-bottom:24px}.facehub .premeeting-screen .con-status{margin:16px;width:calc(100% - 32px)}.facehub .premeeting-screen input.field{font-size:16px;padding:14px 16px}.facehub .premeeting-screen .action-btn{font-size:16px;padding:11px 16px}.facehub .premeeting-screen .toolbox-content-items{border-radius:0;display:flex;justify-content:space-evenly;padding:8px 0}}.facehub .premeeting-screen input::placeholder{color:#040404}.facehub #preview{background:#040404;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.facehub #preview .avatar{background:#0045b3}.facehub #preview .avatar text{fill:#fff;font-size:26px;font-weight:400}.facehub #preview video{height:100%;object-fit:cover;width:100%}.facehub .toggle-button{border-radius:6px;cursor:pointer;color:#fff;font-size:13px;height:40px;margin:0 auto;transition:background .16s ease-out;align-items:center;display:flex;justify-content:center}.facehub .toggle-button svg{fill:transparent}.facehub .toggle-button label{cursor:pointer}.facehub .toggle-button:hover{background:rgba(255,255,255,.1)}.facehub .toggle-button:hover .toggle-button-icon-container{display:none}.facehub .toggle-button-container{position:relative;align-items:center;display:flex;justify-content:center}.facehub .toggle-button-icon-container{border-radius:50%;left:-22px;padding:2px;position:absolute}.facehub .toggle-button--toggled .toggle-button-icon-container{background:#fff}.facehub .toggle-button--toggled .toggle-button-icon-container svg{fill:#1c2025}.facehub .toggle-button--toggled:hover .toggle-button-icon-container{display:block}.facehub .toggle-button--toggled .toggle-button-icon-container{display:block}.atlaskit-portal-container div[role=tooltip].Tooltip{color:#fff;background:rgba(0,0,0,.5)!important}.timer-box-modal-content{white-space:pre;font-weight:400}.facehub .badge-round{background-color:#165ecc;border-radius:50%;box-sizing:border-box;color:#fff;font-family:-apple-system,BlinkMacSystemFont,open_sanslight,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:9px;font-weight:700;line-height:13px;min-width:13px;overflow:hidden;text-align:center;text-overflow:ellipsis;vertical-align:middle}.facehub .timer-box{height:inherit;top:0;left:0;position:absolute;padding:7px .5rem;box-sizing:border-box}@media screen and (max-width:768px){.facehub .timer-box{padding:5px .25rem}.facehub .timer-box-icon{width:40px;height:40px}}.facehub .timer-box-wrap{height:100%;display:flex;align-items:center;border:1px solid #fff;box-sizing:border-box}.facehub .timer-box-icon{cursor:pointer;width:50px;height:50px;padding:.5rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.facehub .timer-box-icon>svg{width:75%;height:75%}@media screen and (max-width:768px){.facehub .timer-box-icon>svg{width:90%;height:90%}}@media screen and (max-width:768px){.facehub .timer-box-icon{width:40px;height:40px}}.facehub .timer-box-counter{width:100px;text-align:center;font-Size:22px;padding:0 1rem}@media screen and (max-width:768px){.facehub .timer-box-counter{width:80px;text-align:center;font-Size:18px;padding:0 .2rem}}@media screen and (max-width:420px){.facehub .timer-box-counter{width:75px;font-Size:16px;padding:0 .1rem}}.facehub .timer-box-border{height:100%;width:1px solid #fff}.facehub .new-toolbox{display:inline-block;position:absolute;right:0}.facehub .new-toolbox.visible{top:0}.facehub .new-toolbox.no-buttons{display:none}@media (min-width:581px){.facehub .new-toolbox.shift-right{margin-left:315px}}.facehub .header-content{height:60px;color:#fff;background-color:#2d3840}.facehub .header-content .header-subject{top:0;display:inline-block;position:absolute;left:0;height:60px;line-height:60px;padding-left:20px;z-index:250;font-size:18px;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.facehub .header-content .room-name-context{margin:0 20px;word-break:break-word}.facehub .header-content .menu-title-icon{margin-right:20px;color:#000;cursor:pointer}.facehub .toolbox-content{z-index:250;pointer-events:none}.facehub .toolbox-content .button-group-center,.facehub .toolbox-content .button-group-left,.facehub .toolbox-content .button-group-right{display:flex;width:33%}.facehub .toolbox-content .button-group-center{justify-content:center}.facehub .toolbox-content .button-group-right{justify-content:flex-end}.facehub .toolbox-content .toolbox-button-wth-dialog{display:inline-block}.facehub .toolbox-button{color:#fff;cursor:pointer;display:inline-block;line-height:48px;text-align:center}.facehub .toolbar-button-with-badge{display:inline-block;position:relative}.facehub .toolbar-button-with-badge .badge-round{bottom:-5px;font-size:12px;line-height:20px;min-width:20px;pointer-events:none;position:absolute;right:-5px}.facehub .toolbox-content-wrapper{pointer-events:all}.facehub .toolbox-content-wrapper::after{content:"";background:#131519;padding-bottom:env(safe-area-inset-bottom,0)}.facehub .toolbox-content-items{padding:6px;text-align:center;pointer-events:all;box-shadow:none;background:0 0}.facehub .toolbox-content-items>div{margin-left:8px}.facehub .toolbox-content-items>div:first-child{margin-left:0}.facehub .toolbox-content-items .toolbox-vertical-separator{display:inline-block;height:48px;vertical-align:top}.facehub .toolbox-content-items .toolbox-vertical-separator .separator{display:inline-block;width:1px;height:40px;margin-top:4px;background:rgba(255,255,255,.6)}.facehub .toolbox-content-items .audio-button-wrapper-container{position:relative}.facehub .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options{position:absolute;right:0;bottom:0;width:20px;height:20px;max-width:20px;max-height:20px}.facehub .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options img{width:100%;height:100%}.facehub .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options .noise-suppresstion-items-container{position:relative;cursor:pointer}.facehub .toolbox-content-items .audio-button-wrapper-container .noise-suppression-options .noise-suppresstion-items-container .noise-suppression-item{z-index:252;left:-70px;position:absolute;bottom:-40px;font-size:14px;width:auto;white-space:nowrap;padding:5px 15px;background:#c1c5c9}.facehub .overflow-menu{font-size:14px;list-style-type:none;padding:8px 0;background-color:#242528}.facehub .overflow-menu .profile-text{max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.facehub .overflow-menu-item{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:400;height:40px;line-height:24px;padding:8px 16px;box-sizing:border-box}@media (hover:hover) and (pointer:fine){.facehub .overflow-menu-item:hover{background:#36383c}}.facehub .overflow-menu-item div{display:flex;flex-direction:row;align-items:center}.facehub .overflow-menu-item.unclickable{cursor:default}.facehub .overflow-menu-item.disabled{cursor:initial;color:#929292}.facehub .overflow-menu-item.disabled:hover{background:0 0}.facehub .overflow-menu-item.disabled svg{fill:#929292}@media (hover:hover) and (pointer:fine){.facehub .overflow-menu-item.unclickable:hover{background:inherit}}.facehub .beta-tag{background:#36383c;border-radius:3px;color:#fff;font-size:12px;margin-left:8px;padding:0 4px;text-transform:uppercase}.facehub .overflow-menu-item-icon{margin-right:16px}.facehub .overflow-menu-item-icon i{display:inline;font-size:24px}@media (hover:hover) and (pointer:fine){.facehub .overflow-menu-item-icon i:hover{background-color:initial}}.facehub .overflow-menu-item-icon img{max-width:24px;max-height:24px}.facehub .overflow-menu-item-icon svg{fill:#fff;height:20px;width:20px}.facehub .overflow-menu-hr{border-top:1px solid #4c4d50;border-bottom:0;margin:8px 0}.facehub .toolbox-icon{display:flex;border-radius:3px;flex-direction:column;font-size:24px;height:48px;justify-content:center;width:48px}@media (hover:hover) and (pointer:fine){.facehub .toolbox-icon:hover{background:rgba(255,255,255,.2)}}@media (max-width:320px){.facehub .toolbox-icon{height:36px;width:36px}}.facehub .toolbox-icon.toggled{background:rgba(255,255,255,.15)}.facehub .toolbox-icon.disabled{cursor:initial!important;background-color:#36383c!important}.facehub .toolbox-icon.disabled svg{fill:#929292!important}.facehub .hangup-button{background-color:#dd3849}@media (hover:hover) and (pointer:fine){.facehub .hangup-button:hover{background-color:#f25363}}.facehub .hangup-button svg{fill:#fff}.facehub .profile-button-avatar{align-items:center}.facehub .fadeIn{opacity:1;-moz-transition:all .3s ease-in;-o-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.facehub .fadeOut{opacity:0;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.facehub .audio-preview .toolbox-icon.toggled,.facehub .video-preview .toolbox-icon.toggled{background:0 0}.facehub .audio-preview .toolbox-icon.toggled:hover,.facehub .video-preview .toolbox-icon.toggled:hover{background:rgba(255,255,255,.2)}@media (max-width:1000px){.facehub .header-content .toolbox-without-timer{width:100%}.facehub .header-content .toolbox-without-timer .toolbox-content-wrapper{display:flex}}@media (max-width:500px){.facehub .toolbox-content-mobile{margin-bottom:0}.facehub .toolbox-content-mobile .toolbox-content-wrapper{width:100%}.facehub .toolbox-content-mobile .toolbox-content-items{border-radius:0;display:flex;justify-content:space-evenly;padding:6px 0;width:100%}.facehub .toolbox-content-mobile .invite-more-container{margin:0 16px 8px}.facehub .toolbox-content-mobile .invite-more-container.elevated{margin-bottom:52px}}#videoconference_page{min-height:100%;position:relative;transform:translate3d(0,0,0);width:100%;background-color:#333}#layout_wrapper{display:flex;height:100%}#videospace{display:block;height:calc(100% - 60px);width:100%;min-height:calc(100% - 60px);position:absolute;top:0;left:0;right:0;overflow:hidden;padding-top:60px}#largeVideoBackgroundContainer,.large-video-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}#largeVideoBackgroundContainer #largeVideoBackground,.large-video-background #largeVideoBackground{min-height:100%;min-width:100%}#largeVideoBackgroundContainer{filter:blur(40px)}#maskGrey{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:2;background:rgba(0,0,0,.6)}#black-mask{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;z-index:-1}.videocontainer{position:relative;text-align:center}.videocontainer__background{position:absolute;top:0;left:0;background-color:#000;border-radius:4px;width:100%;height:100%}.videocontainer__toolbar,.videocontainer__toptoolbar{position:absolute;left:0;z-index:10;width:100%;box-sizing:border-box;pointer-events:none}.videocontainer__toolbar *,.videocontainer__toptoolbar *{pointer-events:auto}.videocontainer__toolbar .indicator-container,.videocontainer__toptoolbar .indicator-container{display:inline-block;float:left;pointer-events:all}.videocontainer__toolbar{bottom:0;height:29px;padding:0 5px 0 5px}.videocontainer__toolbar .indicator-container.right{float:right}.videocontainer__toolbar .displayNameLabelContainer{float:left;max-width:80%}.videocontainer__toolbar .displayNameLabelContainer .displayName{position:initial;display:inline-block;width:100%;word-break:break-word;padding:.35em .65em;font-weight:700;line-height:1;color:#00aaea;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;border-color:#00aaea;border-width:thin;border-style:solid;background-color:#fff!important}.videocontainer__toolbar .user-name-mobile{max-width:calc(100% - 55px)}.videocontainer__toptoolbar{top:0;padding-bottom:0;text-align:left}.videocontainer__toptoolbar .indicator{margin-left:5px;margin-top:5px}.videocontainer__toptoolbar .indicator-container:nth-child(1) .indicator{margin-left:5px}.videocontainer__toptoolbar .indicator-container{display:inline-block;vertical-align:top}.videocontainer__toptoolbar .indicator-container .popover-trigger{display:inline-block}.videocontainer__toptoolbar .connection-indicator,.videocontainer__toptoolbar .indicator{position:relative;font-size:8px;text-align:center;line-height:29px;padding:0;width:29px;height:29px;border-radius:50%;box-sizing:border-box;z-index:3;background:#165ecc;color:#fff;border:2px solid #fff}.videocontainer__toptoolbar .connection-indicator.raisehandindicator,.videocontainer__toptoolbar .indicator.raisehandindicator{background:#f47c31;border:none}.videocontainer__toptoolbar .connection-indicator .indicatoricon,.videocontainer__toptoolbar .indicator .indicatoricon{top:50%;left:50%;position:absolute;-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.videocontainer__toptoolbar .connection-indicator .connection,.videocontainer__toptoolbar .indicator .connection{position:relative;display:inline-block;margin:0 auto;left:0;-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.videocontainer__toptoolbar .connection-indicator .connection_empty,.videocontainer__toptoolbar .connection-indicator .connection_lost,.videocontainer__toptoolbar .indicator .connection_empty,.videocontainer__toptoolbar .indicator .connection_lost{color:#8b8b8b;overflow:hidden}.videocontainer__toptoolbar .connection-indicator .connection_full,.videocontainer__toptoolbar .indicator .connection_full{position:absolute;top:0;left:0;color:#fff;overflow:hidden}.videocontainer__toptoolbar .connection-indicator .connection_ninja,.videocontainer__toptoolbar .indicator .connection_ninja{font-size:1.5em}.videocontainer__toptoolbar .connection-indicator .icon-gsm-bars,.videocontainer__toptoolbar .indicator .icon-gsm-bars{cursor:pointer;font-size:1em}.videocontainer__hoverOverlay{background:rgba(0,0,0,.6);border-radius:4px;position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:2}.videocontainer .holdContainer{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.videocontainer .holdContainer .holdCover{background:#000;border-radius:4px;position:absolute;top:0;left:0;width:100%;height:100%}.videocontainer .holdContainer .holdContent{z-index:4;text-align:center;overflow:hidden}.videocontainer .holdContainer .holdContent .holdIcon{margin-top:5px;width:64px;height:64px}.videocontainer .holdContainer .holdContent .displayname{margin-top:5px;display:block;position:initial;transform:translateY(0);width:auto;font-size:1.5em}.videocontainer .holdContainer .holdContent .holdLabel{font-size:1.5em}.videocontainer .holdContainer .holdContent.small .holdIcon{width:32px;height:32px}.videocontainer .holdContainer .holdContent.small .displayname{display:none}.videocontainer .holdContainer .holdContent.small .holdLabel{margin-top:5px;font-size:1em}.videocontainer .shareScreenContainer{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.videocontainer .shareScreenContainer .shareScreenCover{background:#000;border-radius:4px;position:absolute;top:0;left:0;width:100%;height:100%}.videocontainer .shareScreenContainer .shareScreenContent{z-index:11;text-align:center;overflow:hidden}.videocontainer .shareScreenContainer .shareScreenContent .displayname{margin-top:10px;display:block;position:initial;transform:translateY(0);width:auto;font-size:1.5em}.videocontainer .shareScreenContainer .shareScreenContent .shareScreenLabel{margin-top:10px;font-size:1.5em}.videocontainer .shareScreenContainer .shareScreenContent.small .shareScreenLabel{margin-top:5px;font-size:1em}.videocontainer.shift-right#largeVideoContainer{width:calc(100% - 315px)}.videocontainer .filmstrip__toolbar{position:absolute;bottom:17px;right:5px;z-index:11}@media screen and (max-width:567px){.videocontainer .toggle-thumbnail{display:none}}@media screen and (max-width:767px){.videocontainer .whiteboard-container .excalidraw-wrapper{position:relative;z-index:251}}#localVideoWrapper{display:inline-block}.flipVideoX{transform:scale(-1,1);-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1)}#localVideoWrapper object,#localVideoWrapper video{border-radius:4px!important;cursor:hand;object-fit:cover}#largeVideo,#largeVideoContainer,#largeVideoWrapper{overflow:hidden;text-align:center}#largeVideoWrapper.not-hold{display:block!important}#largeVideoContainer{height:100%;width:100%;position:relative}#largeVideoContainer .largeHoldContainer{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%}#largeVideoContainer .largeHoldContainer .holdCover{background:#000;border-radius:4px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}#largeVideoContainer .largeHoldContainer .holdContent{z-index:11;text-align:center;overflow:hidden}#largeVideoContainer .largeHoldContainer .holdContent .holdIcon{width:64px;height:64px}#largeVideoContainer .largeHoldContainer .holdContent .holdMessage{margin-top:10px;text-align:left;font-size:2em}#largeVideoContainer .largeHoldContainer .holdContent .holdAnntation{margin-top:20px;text-align:left}#largeVideoContainer .largeHoldContainer .holdContent .displayname{margin-top:10px;display:block;position:initial;transform:translateY(0);width:auto;font-size:2em}#largeVideoContainer .largeHoldContainer .holdContent .holdLabel{margin-top:10px;font-size:2em}#largeVideoWrapper{box-shadow:0 0 20px -2px #444}#largeVideoWrapper>#largeVideo-presenter{height:20%;width:20%;left:auto;right:0;object-fit:cover}@media screen and (max-width:876px){#largeVideoWrapper>#largeVideo-presenter{height:30%;width:30%}}.whiteboardVisible{opacity:0}#largeVideo,#largeVideoWrapper{object-fit:contain}#sharedVideo video{width:100%;height:100%}#sharedVideo.disable-pointer{pointer-events:none}#etherpad,#largeVideoWrapper,#largeVideoWrapper-blackLayout,#largeVideoWrapper>object,#largeVideoWrapper>video,#localVideoWrapper,#localVideoWrapper object,#localVideoWrapper video,#sharedVideo,.videocontainer>object,.videocontainer>video{position:absolute;left:0;top:0;z-index:1;width:100%;height:100%}#largeVideoWrapper-blackLayout{background-color:#00000080}#etherpad{text-align:center;z-index:0}#alwaysOnTop .displayname,.videocontainer .displayname,.videocontainer .editdisplayname{display:inline-block;position:absolute;left:10%;width:80%;top:50%;color:#fff;text-align:center;text-overflow:ellipsis;font-size:12px;font-weight:100;overflow:hidden;white-space:nowrap;line-height:29px;z-index:2}#alwaysOnTop .displayname{font-size:15px;position:inherit;width:100%;left:0;top:0;margin-top:10px}.videocontainer .editdisplayname{outline:0;border:none;background:0 0;box-shadow:none;padding:0;height:auto}#localVideoContainer .displayname:hover{cursor:text}.videocontainer .displayname{pointer-events:visible;padding:0 3px 0 3px}#localDisplayName{pointer-events:auto!important}.videocontainer>a.displayname{display:inline-block;position:absolute;color:#fff;bottom:0;right:0;padding:3px 5px;font-size:9pt;cursor:pointer;z-index:2}.videocontainer .toolbar-icon{font-size:8pt;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,.3),0 -1px 0 rgba(0,0,0,.7);color:#fff;width:12px;line-height:29px;height:29px;padding:0;border:0;margin:0 5px 0 0}.toolbar-icon>div{height:29px;display:flex;flex-direction:column;justify-content:center}.moderator-icon{display:inline-block}.moderator-icon.right{float:right;margin:0 0 0 5px}.moderator-icon .toolbar-icon{margin:0}.moderator-icon.disable{display:none}.raisehandindicator{background:#f47c31;border:none}.connection-indicator{background:#165ecc}.connection-indicator.status-high{background:green}.connection-indicator.status-med{background:#ffd740}.connection-indicator.status-lost{background:gray}.connection-indicator.status-low{background:#bf2117}.connection-indicator.status-other{background:#165ecc}.remotevideomenu-mobile{top:10px!important;right:0!important;left:auto!important}.remotevideomenu-mobile .local-video-menu-trigger,.remotevideomenu-mobile .remote-video-menu-trigger{margin-top:-8px!important;margin-right:2px!important}.local-video-menu-trigger,.localvideomenu,.remote-video-menu-trigger,.remotevideomenu{display:inline-block;position:absolute;top:4px;right:4px;width:24px;height:24px;color:#fff;font-size:10pt;margin-right:initial}.local-video-menu-trigger>i,.localvideomenu>i,.remote-video-menu-trigger>i,.remotevideomenu>i{cursor:hand}.local-video-menu-trigger,.remote-video-menu-trigger{margin-top:0;margin-right:0;background-color:rgba(51,51,51,.6)!important}.remote-video-menu-trigger{z-index:12}.menu-thumbnail-mobile{margin-top:0}.videocontainer>.audioindicator-container,.videocontainer>span.audioindicator{position:absolute;display:inline-block;left:6px;top:50%;margin-top:-17px;width:6px;height:35px;z-index:2;border:none}.videocontainer>.audioindicator-container .audiodot-bottom,.videocontainer>.audioindicator-container .audiodot-middle,.videocontainer>.audioindicator-container .audiodot-top,.videocontainer>span.audioindicator .audiodot-bottom,.videocontainer>span.audioindicator .audiodot-middle,.videocontainer>span.audioindicator .audiodot-top{opacity:0;display:inline-block;width:5px;height:5px;border-radius:50%;background:rgba(9,36,77,.9);margin:1px 0 1px 0;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out}.videocontainer>.audioindicator-container span.audiodot-bottom::after,.videocontainer>.audioindicator-container span.audiodot-middle::after,.videocontainer>.audioindicator-container span.audiodot-top::after,.videocontainer>span.audioindicator span.audiodot-bottom::after,.videocontainer>span.audioindicator span.audiodot-middle::after,.videocontainer>span.audioindicator span.audiodot-top::after{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;-webkit-filter:blur(.5px);filter:blur(.5px);background:#44a5ff}#reloadPresentation{display:none;position:absolute;color:#fff;top:0;right:0;padding:10px 10px;font-size:11pt;cursor:pointer;background:rgba(0,0,0,.3);border-radius:5px;background-clip:padding-box;-webkit-border-radius:5px;-webkit-background-clip:padding-box;z-index:20}#dominantSpeaker{visibility:hidden;height:300px;margin:auto;position:relative;top:50%;transform:translateY(-50%)}#mixedstream{display:none!important}#dominantSpeakerAvatarContainer,.dynamic-shadow{width:200px;height:200px}#dominantSpeakerAvatarContainer{top:50px;margin:auto;position:relative;overflow:hidden;visibility:inherit}.dynamic-shadow{border-radius:50%;position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;transition:box-shadow .3s ease}.avatar-container{-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);left:50%;position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;height:100%;width:90%;overflow:hidden}.avatar-container .userAvatar{height:100%;object-fit:cover;width:100%;top:0;left:0;position:absolute}.avatar-container .network-warning{font-size:18px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;white-space:pre-wrap}.avatar-container .network-warning.small{font-size:10px}.avatar-container .network-warning.medium{font-size:14px}#videoNotAvailableScreen{text-align:center}#videoNotAvailableScreen #avatarContainer{border-radius:50%;display:inline-block;height:50vh;margin-top:25vh;overflow:hidden;width:50vh}#videoNotAvailableScreen #avatarContainer #avatar{height:100%;object-fit:cover;width:100%}.sharedVideoAvatar{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover}.videoMessageFilter{-webkit-filter:grayscale(.5) opacity(.8);filter:grayscale(.5) opacity(.8)}#remoteConnectionMessage,#remotePresenceMessage{position:absolute;width:auto;z-index:2;font-weight:600;font-size:14px;text-align:center;color:#fff;left:50%;transform:translate(-50%,0)}#remoteConnectionMessage,#remotePresenceMessage .presence-label{opacity:.8;text-shadow:0 0 1px rgba(0,0,0,.3),0 1px 1px rgba(0,0,0,.3),1px 0 1px rgba(0,0,0,.3),0 0 1px rgba(0,0,0,.3);background:rgba(0,0,0,.5);border-radius:5px;padding:5px;padding-left:10px;padding-right:10px}#remoteConnectionMessage{display:none}.display-avatar-with-name .hold{visibility:hidden}.display-avatar-with-name .avatar-container{visibility:visible}.display-avatar-with-name .displayNameContainer{visibility:visible}.display-avatar-with-name .videocontainer__hoverOverlay{visibility:visible}.display-avatar-with-name video{visibility:hidden}.display-name-on-black .hold{visibility:hidden}.display-name-on-black .avatar-container{visibility:hidden}.display-name-on-black .displayNameContainer{visibility:visible}.display-name-on-black .videocontainer__hoverOverlay{visibility:hidden}.display-name-on-black video{opacity:.2;visibility:visible}.display-video .hold{visibility:hidden}.display-video .displayNameContainer{visibility:hidden}.display-video .videocontainer__hoverOverlay{visibility:hidden}.display-video video{visibility:visible}.display-name-on-video .hold{visibility:hidden}.display-name-on-video .avatar-container{visibility:hidden}.display-name-on-video .displayNameContainer{visibility:visible}.display-name-on-video .videocontainer__hoverOverlay{visibility:visible}.display-name-on-video video{visibility:visible}.display-avatar-only .hold{visibility:hidden}.display-avatar-only .avatar-container{visibility:visible}.display-avatar-only .displayNameContainer{visibility:hidden}.display-avatar-only .videocontainer__hoverOverlay{visibility:hidden}.display-avatar-only video{visibility:hidden}.display-hold .hold{visibility:visible}.display-hold .avatar-container{visibility:hidden}.display-hold .displayNameContainer{visibility:hidden}.display-hold .videocontainer__hoverOverlay{visibility:hidden}.display-hold video{visibility:hidden}.display-with-mask-grey .hold{visibility:hidden}.display-with-mask-grey .avatar-container{visibility:hidden}.display-with-mask-grey .displayNameContainer{visibility:hidden}.display-with-mask-grey .videocontainer__hoverOverlay{visibility:visible;background:rgba(0,0,0,.6)}.display-with-mask-grey video{visibility:visible}.display-screen-share .shareScreen{visibility:visible}.display-screen-share .avatar-container{visibility:hidden}.display-screen-share .displayNameContainer{visibility:hidden}.display-screen-share .videocontainer__hoverOverlay{visibility:hidden}.display-screen-share video{visibility:hidden}.presence-label{color:#fff;font-size:12px;font-weight:100;left:0;margin:0 auto;overflow:hidden;pointer-events:none;right:0;text-align:center;text-overflow:ellipsis;top:calc(50% + 30px);white-space:nowrap;width:100%}.whiteboard-wrapper-large-hidden{width:0;height:0;overflow:hidden}.vertical-filmstrip #videospace{display:flex}@media screen and (min-width:568px){.vertical-filmstrip #videospace .hide-filmstrip-list{padding:0;display:none}}.vertical-filmstrip #largeVideoContainer{position:relative}.vertical-filmstrip .filmstrip{height:100%}.vertical-filmstrip .filmstrip .remote-videos.vertical-filmstrip-view{align-items:center}.vertical-filmstrip .filmstrip .remote-videos.filmstrip-fixed-height>div{height:100%!important}@media (min-width:568px){.vertical-filmstrip .filmstrip{position:relative}.vertical-filmstrip .filmstrip #filmstripLocalVideo{position:absolute;top:0;bottom:auto;right:auto;left:0;transform:translateX(-100%) translateX(-10px)}.vertical-filmstrip .filmstrip .width-auto{width:auto!important}.vertical-filmstrip .filmstrip .filmstrip__toolbar{display:none}.vertical-filmstrip .filmstrip .filmstrip__videos{flex-direction:row}.vertical-filmstrip .filmstrip .filmstrip__videos.remote-videos{justify-content:center}.vertical-filmstrip .filmstrip .filmstrip__videos.remote-videos.vertical-filmstrip-view{align-items:center}.vertical-filmstrip .filmstrip .filmstrip__videos.remote-videos.filmstrip-fixed-height>div{height:100%!important}.vertical-filmstrip .filmstrip .remote-videos{height:100%}.vertical-filmstrip .filmstrip .remote-videos>div{position:relative}.vertical-filmstrip .filmstrip.shift-right{margin-right:315px;width:calc(100% - 315px)}.vertical-filmstrip .filmstrip.reduce-height{top:0;height:100%}}@media (max-width:580px){.vertical-filmstrip .filmstrip{top:60px;left:auto;right:0}.vertical-filmstrip .filmstrip #remoteVideos{margin-top:0}.vertical-filmstrip .filmstrip #filmstripLocalVideo{position:fixed;top:65px;right:0;bottom:auto}.vertical-filmstrip .filmstrip .filmstrip__toolbar{z-index:1}.vertical-filmstrip .filmstrip .filmstrip__videos.hidden{right:-100vw}.vertical-filmstrip .filmstrip .filmstrip__grids{display:flex;flex-direction:column;align-items:center}.vertical-filmstrip .filmstrip .remote-videos{justify-content:center}}@media (min-width:581px) and (max-height:750px){.vertical-filmstrip .filmstrip{padding-top:0;padding-bottom:0}}@media (max-height:500px){.vertical-filmstrip .filmstrip{padding-top:0;padding-bottom:0}}@media (max-height:320px){.vertical-filmstrip .filmstrip #remoteVideos{margin-top:0}.vertical-filmstrip .filmstrip #remoteVideos .filmstrip-fixed-height>div{height:100%!important}}.tile-view .filmstrip{height:calc(100% - 60px);top:60px}.tile-view .filmstrip.collapse #remoteVideos{margin-bottom:0}#sideToolbarContainer{height:calc(100% - 60px);top:60px;right:0;z-index:252}.videocontainer.monitoring-hidden{display:none!important}.conferenceBody{position:relative}.conferenceEndPage{position:fixed;left:35%;top:calc(50% - 226px);width:30%;text-align:center}.conferenceEndPage .endMessage{font-weight:700;font-size:30px;color:#fff;margin:40px 0}.conferenceEndPage .button{color:#fff;background:#096bcd;border:none;font-size:18px;width:260px;height:60px;user-select:none}.conferenceEndPage .button.disabled{background:#aaa;cursor:not-allowed}.conferenceEndPage .button-red{background:#dd3849}.conferenceEndPage .buttons{margin:0 auto;max-width:530px;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:.5rem}.conferenceEndPage .buttons .buttons-provider{position:relative}.conferenceEndPage .buttons .buttons-provider svg{opacity:0;position:absolute;bottom:0;right:4px}.conferenceEndPage .buttons-vertical{flex-flow:column}.conferenceEndPage .buttons-vertical .button{width:auto;min-width:260px}@media (max-width:1920px){.conferenceEndPage{width:80%;left:10%;top:15%}.conferenceEndPage .endMessage{font-weight:300;font-size:20px}}@media (max-width:768px){.conferenceEndPage .buttons{flex-direction:column}}@media screen and (max-height:375px){.conferenceEndPage{top:calc(50% - 200px)}}@media screen and (max-height:500px){.conferenceEndPage-vertical{top:calc(50% - 226px)}}.modalSummaryLoading{position:absolute;display:none;align-items:center;justify-content:center;height:100%;width:100%;background:#0000009e}.modalSummaryLoading .contentModal{max-width:max-content;display:flex;flex-flow:column;align-items:center;background:#fff;color:#000;padding:40px;gap:30px;font-size:18px;border-radius:12px}@media only screen and (max-width:451px){.modalSummaryLoading .contentModal{margin:0 25px}}.modalSummaryLoading .button{display:none;align-items:center!important;justify-content:center!important;color:#fff;background:#096bcd;border:none;font-size:16px;width:150px;height:40px;user-select:none;border-radius:4px}.modalSummaryLoading .button.disabled{background:#4778aa;cursor:not-allowed}.modalSummaryLoading #textModalSummary{text-align:center}.modalSummaryLoading .loader:nth-of-type(1) *{animation:1s 80ms opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(2) *{animation:1s .16s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(3) *{animation:1s .24s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(4) *{animation:1s .32s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(5) *{animation:1s .4s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(6) *{animation:1s .48s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(7) *{animation:1s .56s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(8) *{animation:1s .64s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(9) *{animation:1s .72s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(10) *{animation:1s .8s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(11) *{animation:1s .88s opacityLoader infinite}.modalSummaryLoading .loader:nth-of-type(12) *{animation:1s .96s opacityLoader infinite}@keyframes opacityLoader{to{opacity:0}}.chat-dialog>div:not([role=tooltip]),.dialog-delete>div:not([role=tooltip]){top:0}.chat-dialog [data-focus-lock-disabled]>div:last-of-type,.dialog-delete [data-focus-lock-disabled]>div:last-of-type{transform:translateY(-50%);height:unset!important;top:50%!important;left:calc(100vw - 315px)!important}.chat-dialog [data-focus-lock-disabled]>div:last-of-type .confirm-dialog,.dialog-delete [data-focus-lock-disabled]>div:last-of-type .confirm-dialog{padding:23px 0}.chat-dialog [data-focus-lock-disabled]>div:last-of-type .confirm-dialog .confirm-text,.dialog-delete [data-focus-lock-disabled]>div:last-of-type .confirm-dialog .confirm-text{text-align:center;font-size:16px}.chat-dialog [data-focus-lock-disabled]>div:last-of-type .confirm-dialog .ok-button,.dialog-delete [data-focus-lock-disabled]>div:last-of-type .confirm-dialog .ok-button{width:100%;margin-top:25px;color:#fff!important;font-size:14px;background-color:#f67c31}.chat-dialog [data-focus-lock-disabled]>div:last-of-type .confirm-dialog .ok-button.css-1kbiqtg-ButtonBase[disabled],.dialog-delete [data-focus-lock-disabled]>div:last-of-type .confirm-dialog .ok-button.css-1kbiqtg-ButtonBase[disabled]{color:#a5adba!important}.chat-dialog [data-focus-lock-disabled]>div:last-of-type .confirm-dialog .cancel-button,.dialog-delete [data-focus-lock-disabled]>div:last-of-type .confirm-dialog .cancel-button{width:100%;margin-top:10px;color:#3d8ed9!important;font-size:14px;background:#fff;filter:drop-shadow(0 0 1px rgba(0, 0, 0, .25))}@media screen and (max-width:480px){.chat-dialog [data-focus-lock-disabled]>div:last-of-type,.dialog-delete [data-focus-lock-disabled]>div:last-of-type{left:0!important;width:250px!important}}.open-participants-pane [data-focus-lock-disabled]>div:last-of-type{left:calc(100vw - 950px)!important}.chat-disconnect>div:not([role=tooltip]){left:calc(100vw - 315px)!important;width:315px;top:60px}@media screen and (max-width:480px){.chat-disconnect>div:not([role=tooltip]){left:0!important;width:100%}}.chat-disconnect [data-focus-lock-disabled]>div:last-of-type{max-width:100%;left:0!important;position:absolute}.chat-disconnect [data-focus-lock-disabled] div[role=presentation]{left:calc(100vw - 315px)!important;width:315px;top:60px}@media screen and (max-width:480px){.chat-disconnect [data-focus-lock-disabled] div[role=presentation]{left:0!important;width:100%}}.chat-disconnect.open-participants-pane>div:not([role=tooltip]){left:calc(100vw - 315px * 2)!important}.chat-disconnect.open-participants-pane [data-focus-lock-disabled] div[role=presentation]{left:calc(100vw - 315px * 2)!important}#facepeer-chat{display:flex;flex-direction:column;flex:1;height:100%}@media only screen and (orientation:landscape){#facepeer-chat .outline-tab-container{overflow-y:scroll}}#facepeer-chat span[class$=NavLine]{display:none}#facepeer-chat .border-bottom-1{border-bottom:1px solid #d4d4d4}#facepeer-chat .btn-scroll-bottom{float:right;transform:translate(-1rem,-2rem);border:0;background-Color:#44a5ff;color:#fff;padding:3px 8px}#facepeer-chat .tab-container{color:#438ed6;padding:0;display:flex}#facepeer-chat .tab-container>span{display:none}#facepeer-chat .tab-container .tab-chat{text-align:center;padding:14px 0;display:flex;justify-content:center;flex:1;cursor:pointer;background:#f3f4f7;border-left:1px solid #ccc;box-sizing:border-box}#facepeer-chat .tab-container .tab-chat svg{filter:brightness(0) saturate(100%) invert(56%) sepia(15%) saturate(2177%) hue-rotate(170deg) brightness(89%) contrast(87%)}#facepeer-chat .tab-container .tab-chat:nth-child(even){background:#434c53;color:#fff}#facepeer-chat .tab-container .tab-chat:nth-child(even) svg{filter:brightness(0) saturate(100%) invert(63%) sepia(97%) saturate(796%) hue-rotate(162deg) brightness(86%) contrast(89%)}#facepeer-chat .tab-container .tab-chat.box-shadow-inset{color:#8d8d8d}#facepeer-chat .tab-container .tab-chat.box-shadow-inset svg{filter:brightness(0) saturate(100%) invert(54%) sepia(9%) saturate(14%) hue-rotate(321deg) brightness(101%) contrast(87%)}#facepeer-chat .tab-container .tab-chat .wrapper-tab-chat{position:relative}#facepeer-chat .tab-container .tab-chat .wrapper-tab-chat .count-unread{color:#fff;position:absolute;right:0;top:-14px;display:flex;width:20px;height:20px;border-radius:50%;background-color:#f57c31;justify-content:center;align-items:center;line-height:20px;overflow:hidden;text-align:center;text-overflow:ellipsis;vertical-align:middle}#facepeer-chat .tab-container .tab-chat .wrapper-tab-chat .count-unread.hide{visibility:hidden}#facepeer-chat .tab-container .tab-chat .wrapper-tab-chat label{cursor:pointer}#facepeer-chat .chat-tooltip{position:fixed;right:0;z-index:10;top:140px;background:rgba(248,215,218,.9);border:solid 1px #b07379;color:#b07379;font-weight:600;width:390px;font-size:16px;padding:8px 20px;border-radius:14px;white-space:normal}#facepeer-chat #tab-chat-host label{white-space:nowrap}#facepeer-chat div[role=tabpanel]{padding:0}#facepeer-chat.attendee .css-2z08i3{width:100%}#facepeer-chat .chat-conversation{width:100%;height:100%;overflow:auto;margin-top:10px;position:relative;overflow-x:hidden;margin-bottom:.5px}#facepeer-chat .chat-conversation.disconnected::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.3);z-index:253}#facepeer-chat .chat-conversation .btn-scroll-to-bottom{position:absolute;z-index:0;bottom:0;left:50%;transform:translate(-50%,-50%);border:none;padding:4px 10px}#facepeer-chat .chat-conversation .btn-scroll-to-bottom.show{z-index:2}#facepeer-chat .chat-conversation .btn-scroll-to-bottom.hide{visibility:hidden}#facepeer-chat .chat-conversation .btn-scroll-to-bottom.dictation-down{right:0;padding:4px 4px;border:1px solid #ddd;background-color:#fff;left:auto}#facepeer-chat .chat-conversation .conversation-list{list-style:none;height:100%;overflow:hidden}#facepeer-chat .chat-conversation .conversation-list .vitural-container{width:100%;position:relative}#facepeer-chat .chat-conversation .conversation-list .vitural-container .message-item{position:absolute;top:0;left:0;width:100%}#facepeer-chat .chat-conversation .conversation-list .vitural-container .browser-not-support{width:100%;margin-left:20px;margin-right:20px}#facepeer-chat .chat-conversation .conversation-list .vitural-container [data-test-id=virtuoso-item-list]{padding-left:20px;padding-right:20px;padding-bottom:20px}#facepeer-chat .chat-conversation .conversation-list li{padding-bottom:10px;display:flex}#facepeer-chat .chat-conversation .conversation-list .chat-avatar{float:left;text-align:center;width:34px}#facepeer-chat .chat-conversation .conversation-list .chat-avatar .user-ranked{width:30px;height:30px;background:#3c91cc;display:flex;align-items:center;justify-content:center;white-space:nowrap}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap{border-radius:.3rem;display:inline-block;position:relative;min-width:160px;margin-left:10px;color:#000;white-space:pre-line;word-wrap:break-word}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .name-and-time{display:flex;align-items:center}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .name-and-time .font-weight-bold{font-weight:700}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .name-and-time .font-weight-bold.ellipsis{max-width:115px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .name-and-time small{margin-left:10px}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .name-and-time small.mgl-0{margin-left:0}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap>section.message{margin:0;padding-top:5px;word-break:break-all;white-space:pre-wrap}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .upload-message{display:flex;align-items:center;padding:10px;box-shadow:0 5px 20px rgba(0,0,0,.15);border-radius:3px;cursor:pointer;word-break:break-word}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .upload-message .document-icon{padding-right:5px}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .message>pre{white-space:pre-wrap;word-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,open_sanslight,"Helvetica Neue",Helvetica,Arial,sans-serif}#facepeer-chat .chat-conversation .conversation-list .ctext-wrap .message>pre a{font-weight:400!important}#facepeer-chat .chat-conversation .conversation-list .system-message-container{display:flex;align-items:end;justify-content:center;margin-bottom:10px}#facepeer-chat .chat-conversation .conversation-list .system-message-container .system-message{padding:6px 12px;border-radius:10px;color:red}#facepeer-chat .chat-conversation .conversation-list .conversation-text{float:left;font-size:14px;width:78%;display:flex;padding:13px 10px;background:#c6ebfb;word-break:break-word}#facepeer-chat .chat-conversation .conversation-list .odd{flex-wrap:wrap}#facepeer-chat .chat-conversation .conversation-list .odd .d-flex{display:flex;width:100%}#facepeer-chat .chat-conversation .conversation-list .odd .error{display:none}#facepeer-chat .chat-conversation .conversation-list .odd .conversation-text{margin-left:22%;background:#fff;text-align:left;border-left:3px solid #859099}#facepeer-chat .chat-conversation .conversation-list .odd .ctext-wrap{background:inherit;color:#000;white-space:pre-line;word-wrap:break-word}#facepeer-chat .chat-conversation .conversation-list .odd.error .conversation-text{opacity:.4}#facepeer-chat .chat-conversation .conversation-list .odd.error .error{display:flex!important;width:78%;margin-left:auto;color:red;margin-top:3px;font-weight:500;align-items:center}#facepeer-chat .chat-conversation .conversation-list .odd.error .error>span{width:15px;height:15px;fill:#fff}#facepeer-chat .chat-conversation .conversation-list .odd.error .error>p{margin-left:3px;font-size:10px}#facepeer-chat .chat-conversation .conversation-list .odd .delete{opacity:0;visibility:hidden;cursor:pointer;width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#d6eef9}#facepeer-chat .chat-conversation .conversation-list .odd .delete>div{text-align:center}#facepeer-chat .chat-conversation .conversation-list .odd .delete>div>p{margin-top:5px;color:#056ece}#facepeer-chat .chat-conversation .conversation-list .odd:hover{width:100%}#facepeer-chat .chat-conversation .conversation-list .odd:hover .conversation-text{margin-left:0;width:calc(100% - 82px)!important}#facepeer-chat .chat-conversation .conversation-list .odd:hover .delete{width:62px;opacity:1;visibility:visible}#facepeer-chat .chat-conversation .conversation-list .event .delete{opacity:0;visibility:hidden;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-color:#d6eef9}#facepeer-chat .chat-conversation .conversation-list .event .delete>div{text-align:center}#facepeer-chat .chat-conversation .conversation-list .event .delete>div>p{margin-top:5px;color:#056ece}#facepeer-chat .chat-conversation .conversation-list .event.current-user:hover{width:100%}#facepeer-chat .chat-conversation .conversation-list .event.current-user:hover .delete{opacity:1;visibility:visible}#facepeer-chat .chat-conversation .conversation-list .event.current-user:hover .conversation-text{width:calc(100% - 82px)}#facepeer-chat .chat-conversation .conversation-list .event.current-monitoring .delete{display:none}#facepeer-chat .chat-conversation .conversation-list .event.user .conversation-text{background:#fff}#facepeer-chat .chat-conversation .conversation-list .event.user .conversation-text .user-ranked{background:#859099}#facepeer-chat .chat-conversation .conversation-list .delete-message-container{display:flex;align-items:flex-end;justify-content:center;margin-bottom:10px}#facepeer-chat .chat-conversation .conversation-list .delete-message-container .delete-message{background:#7a7a7a;padding:6px 12px;border-radius:10px}#facepeer-chat .chat-conversation .conversation-list .delete-message-container .delete-time{color:#666;margin-left:8px;font-size:10px}#facepeer-chat .chat-conversation .conversation-list .delete-message-container.host .delete-message{background-color:#212629;color:#fff}#facepeer-chat .chat-conversation .conversation-list .delete-message-container.host .delete-time{color:#fff}#facepeer-chat .dictation-detecting{display:flex;justify-content:center;align-items:center;width:100%;height:30px;border:1px solid #ddd;border-left:none;color:#44a5ff;font-size:16px;transition:top .5s cubic-bezier(.4,0,.2,1),left .5s cubic-bezier(.4,0,.2,1),right .5s cubic-bezier(.4,0,.2,1),bottom .5s cubic-bezier(.4,0,.2,1),width .5s cubic-bezier(.4,0,.2,1),height .5s cubic-bezier(.4,0,.2,1),background .5s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1) .5s;opacity:0}#facepeer-chat .dictation-detecting img{margin-left:10px}#facepeer-chat .dictation-detecting.show-detecting{opacity:1}#facepeer-chat .chat-room-container{display:flex;flex:1;flex-direction:column;justify-content:space-between;align-items:center;width:315px;border-left:1px solid #ccc}#facepeer-chat .chat-room-container .scroll-message{width:100%;overflow-y:auto}@media (max-width:472px){#facepeer-chat .chat-room-container{width:100%}}#facepeer-chat .host-chat{background-color:#434c53}#facepeer-chat .chat-input-container{box-sizing:border-box;width:100%;padding:16px;border-top:1px solid #ccc}#facepeer-chat .chat-input-container .message-to{margin-bottom:14px;font-size:14px}@media (max-width:472px){#facepeer-chat .chat-input-container{width:100%}}#facepeer-chat .chat-input-container .attachment{display:flex;align-items:center;padding:5px;margin-bottom:10px;margin-left:5px;box-shadow:0 5px 20px rgba(0,0,0,.15);border-radius:3px;position:relative;width:fit-content;background-color:#fff}#facepeer-chat .chat-input-container .attachment p{white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis;color:#000}#facepeer-chat .chat-input-container .attachment .cancel-upload{position:absolute;cursor:pointer;top:-11px;right:-11px;box-shadow:0 5px 20px rgba(0,0,0,.15);border-radius:50%}#facepeer-chat .chat-input-container .attachment .cancel-upload.host{background-color:rgba(176,179,184,.8)}#facepeer-chat .chat-input-container.disabled{filter:grayscale(1)}#facepeer-chat .chat-input-container.disabled *{cursor:default!important}#facepeer-chat .chat-input-flex{display:flex;align-items:center}#facepeer-chat .chat-input-flex .icon-btn-chat{display:flex;justify-content:center;align-items:center}#facepeer-chat .chat-input-flex .btn-file-upload .jitsi-icon{cursor:pointer}#facepeer-chat .chat-input-flex .btn-file-upload .input-upload{opacity:0;z-index:-1;position:absolute}#facepeer-chat .chat-input-flex .btn-delete{cursor:pointer}#facepeer-chat .chat-input-flex .btn-delete .jitsi-icon{cursor:pointer}#facepeer-chat .chat-input-flex .btn-delete.attendee,#facepeer-chat .chat-input-flex .btn-delete.monitoring{display:none}#facepeer-chat .chat-input-flex .send-button{width:30px;height:30px;cursor:pointer}#facepeer-chat .chat-input-flex .chat-input{border:1px solid #a4b8d1;display:flex;padding:4px;background-color:#fff;margin:0 8px}#facepeer-chat .chat-input-flex .chat-input:focus-within{border:1px solid #619cf4}#facepeer-chat .chat-input-flex .chat-input .input-message-form{flex:1}#facepeer-chat .chat-input-flex .chat-input .input-message{border:0 none;border-radius:0;box-shadow:none;color:#666;font-size:14px;padding:8px 10px;overflow-y:auto;resize:none;width:100%;word-break:break-word;background-color:transparent}#facepeer-chat .chat-input-flex .chat-input .input-message:hover{border:0 none;box-shadow:none}#facepeer-chat .chat-input-flex .chat-input .input-message:active,#facepeer-chat .chat-input-flex .chat-input .input-message:focus{border-bottom:1px solid #fff;padding-bottom:8px}#facepeer-chat .chat-input-flex .chat-input .input-message::placeholder{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:25px;font-size:12}#facepeer-chat .chat-input-flex .only-chat-input{flex:1}#facepeer-chat .chat-input-flex .only-chat-input>div:first-of-type{flex:1}@media (max-width:472px){#facepeer-chat .chat-input-flex{width:calc(100% - 30px);padding:0 15px}#facepeer-chat .chat-input-flex .chat-input{width:100%}#facepeer-chat .chat-input-flex .btn-delete{margin-left:auto}}#facepeer-chat .preloader{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(16,19,26,.5);border-left:1px solid #b2b2b2;z-index:255}#facepeer-chat .preloader .connecting{position:absolute;bottom:100px;left:50%;display:flex;font-size:14px;border-radius:8px;background-color:#fff;padding:5px 20px;transform:translateX(-50%);border:1px solid #006bcd}#facepeer-chat .preloader .connecting .connecting-content{margin-left:5px;color:#006bcd;line-height:25px}#facepeer-chat .preloader .can-not-use{position:absolute;width:60%;top:50%;left:50%;text-align:center;font-size:16px;border-radius:8px;background-color:#fff;transform:translateX(-50%);padding:24px;box-shadow:rgba(9,30,66,.08) 0 0 0 1px,rgba(9,30,66,.08) 0 2px 1px,rgba(9,30,66,.31) 0 0 20px -6px}#facepeer-chat .preloader .can-not-use .can-not-use-content{color:#006bcd}.virtuoso-chat{height:98%!important}.chat-icon{position:relative}.chat-icon .total-unred{position:absolute;right:0;display:flex;width:20px;height:20px;border-radius:50%;background-color:#f57c31;justify-content:center;align-items:center;line-height:20px;overflow:hidden;text-align:center;text-overflow:ellipsis;vertical-align:middle}.chat-icon .total-unred.hide{visibility:hidden}.outline-tab-container{background-color:#434c53;position:relative;border-left:1px solid #ccc;display:flex;flex-direction:column;overflow:hidden;height:100%}.outline-tab-container.white-background{background-color:#f3f4f7}.outline-tab-container.white-background .icon-check,.outline-tab-container.white-background .outline-memo-title,.outline-tab-container.white-background .outline-tab-name{color:#000}.outline-tab-container.white-background .item-outline,.outline-tab-container.white-background .outline-transcription-memo,.outline-tab-container.white-background textarea{border:1px solid #000}.outline-tab-container.white-background .outline-memo-tabs button{border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000}.outline-tab-container.white-background .jitsi-icon-default svg{fill:#000}.outline-tab-container textarea{border:none}.outline-tab-container .outline-tab-name{margin:12px 8px 2px 8px;font-size:18px}@media (min-height:450px){.outline-tab-container .outline-list{height:100dvh;overflow-y:auto}}.outline-tab-container .outline-form{height:fit-content;padding:0 10px}@media (min-height:450px){.outline-tab-container .outline-form{margin-top:auto}}.outline-tab-container .outline-form #sliderResize{height:6px;padding-top:10px}@media (max-width:580px){.outline-tab-container .outline-form #sliderResize{touch-action:none}}.outline-tab-container .outline-form hr{margin-block-start:0;cursor:ns-resize}.outline-tab-container .outline-form .outline-memo-title{font-size:16px}.outline-tab-container .outline-form .outline-memo-input{width:100%;padding:4px 12px;background-color:#fff;resize:vertical;min-height:64px;max-height:calc(100vh / 3)}.outline-tab-container .outline-form .error{color:#f24d5f}.item-outline-wrapper{width:calc(100% - 70px);margin:0 auto;position:relative;margin-top:10px}.item-outline-wrapper.user-definition .item-outline,.item-outline-wrapper.user-definition .outline-memo-tabs button,.item-outline-wrapper.user-definition .outline-transcription-memo,.item-outline-wrapper.user-definition textarea{background-color:#ecf3fa;border-radius:0}.item-outline-wrapper .item-outline{display:flex;justify-content:space-between;align-items:center;color:#000;padding:.25rem .5rem;gap:.5rem;background-color:#fff;min-height:53px}.item-outline-wrapper .item-outline.focus{border:1px solid #f24d5f}.item-outline-wrapper .item-outline-title{width:100%}.item-outline-wrapper .item-outline-title h5{font-weight:400;font-size:12px}.item-outline-wrapper .item-outline-title p{font-size:10px}.item-outline-wrapper .item-outline-data{text-align:justify}.item-outline-wrapper .item-outline-actions{display:flex;justify-content:flex-end;align-items:center;color:#000}.item-outline-wrapper .item-outline-actions .jitsi-icon-default svg{fill:#000}.item-outline-wrapper .item-outline-icon{padding:.25rem;border-radius:.5rem;transition:all ease .3s;cursor:pointer}.item-outline-wrapper .item-outline-icon:hover{background-color:#cde6ee}.item-outline-wrapper .item-outline-memo{width:100%;padding:4px 12px;background-color:#fff;resize:vertical;max-height:460px;border-radius:0}.item-outline-wrapper .error{color:#f24d5f}.item-outline-wrapper .icon-check{position:absolute;top:20px;right:-26px;color:#fff}.item-outline-wrapper .icon-play{position:absolute;top:4px;left:-30px}.item-outline-wrapper .icon-play.disabled{cursor:not-allowed;background-color:#5e6d7a}.item-outline-wrapper:last-child .outline-transcription-memo{margin-bottom:10px}.outline-memo-tabs{display:flex;gap:4px}.outline-memo-tabs button{background-color:#fff;font-size:14px;font-weight:400;line-height:unset;padding:4px 0;color:#000;border-width:1px;border-color:#c8cbd0}.outline-memo-tabs button:hover{color:#000}.outline-memo-tabs button.selected{color:#8b7632;border-color:#c8cbd0}.outline-transcription-input{width:100%;background-color:#fff;resize:vertical;min-height:64px;max-height:calc(100vh / 3);overflow-y:auto}.outline-transcription-memo{background-color:#fff;overflow:hidden;color:#000;position:relative;height:fit-content;max-height:460px;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.outline-transcription-memo .transcription-list{height:calc(100% - 32px);overflow-y:auto;width:100%}.outline-transcription-memo .transcription-item{padding:4px 12px;margin-bottom:10px}.outline-transcription-memo .transcription-item:last-child{margin-bottom:0}.outline-transcription-memo .transcription-item-info{display:flex;font-weight:600;margin-bottom:4px;font-size:12px}.outline-transcription-memo .transcription-item-info .time{margin-right:8px}.outline-transcription-memo .transcription-item-content{font-size:12px;overflow-wrap:break-word}.participants_pane{background-color:#424c53;border-left:2px solid #b2b2b2;flex-shrink:0;overflow:hidden;position:relative;transition:width .16s ease-in-out;width:315px;z-index:0}.participants_pane--closed{width:0}.facehub-participants_pane{display:flex;flex-direction:column;font-weight:600;height:100%;width:315px}.facehub-participants_pane>:first-child{flex-shrink:0}.facehub-participants_pane .participants_pane-header{display:flex;justify-content:space-between;align-items:center;margin:30px 20px}.facehub-participants_pane .participants_pane-header .close-icon{cursor:pointer;padding:5px}.facehub-participants_pane .participants_pane-header .participants_pane-title{font-size:18px;font-weight:700}.facehub-participants_pane .participants_pane-content{height:100%;display:flex;flex-direction:column;overflow-y:auto}.facehub-participants_pane .participants_pane-content .list-container{flex:1 1 0%;overflow:auto}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container{margin-bottom:30px}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-title{padding:0 20px;padding-bottom:5px;border-bottom:4px solid #00abeb;margin-bottom:2px}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list{margin-bottom:30px}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .total-raise-hand{width:100%;background-color:#f57c31;height:40px;display:flex;justify-content:center;align-items:center;font-size:14px}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .participant-list-content{margin:0 20px}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .participant-list-content .participant-item{display:flex;align-items:center}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .participant-list-content .participant-item .participant-content{display:flex;width:calc(100% - 60px)}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .participant-list-content .participant-item .participant-name{flex:1 1 0%;word-break:break-word;font-size:14px;width:35%}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .participant-list-content .participant-item .participant-name .you{white-space:nowrap}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .participant-list-content .participant-item .action-list{display:flex;justify-content:flex-end;align-items:center}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .participant-list-content .participant-item .action-list .action-icon{margin-right:10px;cursor:pointer}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list .participant-list-content .show-all-users-btn{width:50%;margin:auto;background:#9da4ab;border:none;padding:3px 0;color:#fff}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .interview-title{padding:0 20px;padding-bottom:5px;border-bottom:4px solid #b2b2b2;margin-bottom:2px}.facehub-participants_pane .participants_pane-content .participant-pane-footer{flex-shrink:0}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-title{margin:0 16px;padding-bottom:8px;border-bottom:1px solid #fff;margin-bottom:0;display:flex;align-items:center;justify-content:space-between}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-title-icon{color:#000;cursor:pointer}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group+.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group:not(:empty){border-top:1px solid #4c4d50}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;min-height:40px;padding:10px 16px;gap:16px}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item:hover{background-color:#525252}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item>label[data-checked]{background-color:#44a5ff}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item>label[data-checked]::before{left:2px}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item .button-user-list{border:none;outline:0;width:40px;font-size:12px;text-wrap:nowrap;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:1024px){.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item .button-user-list{padding:1px 6px}}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item .checkbox-round{width:20px;height:20px;position:relative;top:6px;border:5px solid #fff}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item-content{flex:1}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item-content-text2{display:block;font-size:12px}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item.toggle-user-list{margin-left:-3px}.facehub-participants_pane .participants_pane-content .participant-pane-footer .menu-item-group .menu-item.toggle-user-list label{border:0;margin:0}.participant-avatar{margin:8px 8px 8px 0}.jitsi-icon-dominant-speaker{background-color:#1ec26a;border-radius:3px}@media screen and (max-width:1024px) and (min-width:473px) and (orientation:landscape){.participants_pane{border-left:0;height:100%;left:0;position:fixed;right:0;top:0;width:auto}.participants_pane--closed{display:none;width:auto}.facehub-participants_pane{width:100%}.facehub-participants_pane .participants_pane-header{margin:20px 10px}.facehub-participants_pane .participants_pane-content{flex-direction:row}.facehub-participants_pane .participants_pane-content .list-container{padding-right:5px}.facehub-participants_pane .participants_pane-content .participant-pane-footer{flex:1 1 5%;margin-left:30px}}@media (max-width:472px){.participants_pane{border-left:0;height:100%;left:0;position:fixed;right:0;top:0;width:auto}.participants_pane--closed{display:none;width:auto}.facehub-participants_pane{width:100%}.facehub-participants_pane .participants_pane-header{margin:20px 10px}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container{margin-bottom:20px}.facehub-participants_pane .participants_pane-content .list-container .participant-list-container .participant-list{margin-bottom:20px}}.atlaskit-portal [data-testid=check-page-testId]{background-color:#424c53!important;border-radius:6px;max-height:100vh}@media (min-width:580px){.atlaskit-portal [data-testid=check-page-testId]{min-width:500px}}@media (max-width:580px){.shift-right .atlaskit-portal [role=dialog][data-testid=check-page-testId][style]{background-color:#424c53!important}}.atlaskit-portal [role=dialog][data-testid=check-page-testId] header .jitsi-icon svg{fill:#fff}.atlaskit-portal .justify-content-center{justify-content:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content]{background:0 0!important}.atlaskit-portal [data-testid=check-page-testId-dialog-content] header{padding:25px 0}.atlaskit-portal [data-testid=check-page-testId-dialog-content] header .check-page-header-wrapper{text-align:center;width:100%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] header .check-page-header-wrapper .header{flex:1;display:flex;justify-content:center;color:#fff}.atlaskit-portal [data-testid=check-page-testId-dialog-content] header .check-page-header-wrapper .header.size14{font-size:14}.atlaskit-portal [data-testid=check-page-testId-dialog-content] header .check-page-header-wrapper .header.size16{font-size:16}.atlaskit-portal [data-testid=check-page-testId-dialog-content] header .check-page-header-wrapper .header.bold{font-weight:700}.atlaskit-portal [data-testid=check-page-testId-dialog-content] header [data-testid=header-close-button]{position:absolute;right:0;height:auto}.atlaskit-portal [data-testid=check-page-testId-dialog-content] footer{padding:25px 0}.atlaskit-portal [data-testid=check-page-testId-dialog-content] footer .button-group{flex:1}.atlaskit-portal [data-testid=check-page-testId-dialog-content] footer .footer-button{width:100%;color:#fff!important;margin:5px 0}.atlaskit-portal [data-testid=check-page-testId-dialog-content] footer .footer-button.background-button{background:#0376da}.atlaskit-portal [data-testid=check-page-testId-dialog-content] footer .footer-button.background-button[disabled]{background:#a7a7a7}.atlaskit-portal [data-testid=check-page-testId-dialog-content] footer .footer-button.border-button{border:solid #fff 1px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body{min-height:300px;background:#fff;border-radius:6px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .align-note{display:flex;flex-direction:column;align-items:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .flex-column{display:flex;flex-direction:column}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .icon-help{height:16px;margin-bottom:-2px}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .icon-help{height:13px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection{font-size:14px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection>div{display:block;margin-bottom:4px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selector-icon{align-self:center;color:inherit;font-size:20px;margin-left:3px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selector-label{margin-bottom:1px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selector-trigger{background-color:#0e1624;border:1px solid #455166;border-radius:5px;display:flex;height:2.3em;justify-content:space-between;line-height:2.3em;overflow:hidden;padding:0 8px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selector-trigger-disabled .device-selector-trigger{color:#a5adba;cursor:default}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selector-trigger-text{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-column{box-sizing:border-box;display:inline-block;vertical-align:top}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-column.column-selectors{margin-left:15px;width:45%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-column.column-video{width:50%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-video-container{border-radius:3px;margin-bottom:5px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-video-container .video-input-preview{margin-top:2px;position:relative}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-video-container .video-input-preview>video{border-radius:3px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-video-container .video-input-preview .video-input-preview-error{color:#fff;display:none;left:0;position:absolute;right:0;text-align:center;top:50%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-video-container .video-input-preview.video-preview-has-error{background:#000}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-video-container .video-input-preview.video-preview-has-error .video-input-preview-error{display:block}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-video-container .video-input-preview .video-input-preview-display{height:auto;overflow:hidden;width:100%;min-height:100px;min-width:200px}@media (min-width:480px) and (max-width:812px) and (orientation:portrait){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .device-selection-video-container .video-input-preview .video-input-preview-display{height:100%}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .audio-output-preview{font-size:14px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .audio-output-preview a{color:#6fb1ea;cursor:pointer;text-decoration:none}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .audio-output-preview a:hover{color:#b3d4ff}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .audio-input-preview{background:#1b2638;border-radius:5px;height:8px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection .audio-input-preview .audio-input-preview-level{background:#75b1ff;border-radius:5px;height:100%;-webkit-transition:width .1s ease-in-out;-moz-transition:width .1s ease-in-out;-o-transition:width .1s ease-in-out;transition:width .1s ease-in-out}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection.video-hidden{display:flex;flex-direction:column;width:100%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection.video-hidden .column-selectors{width:100%;margin-left:0}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .device-selection.video-hidden .column-video{order:1;width:100%;margin-top:8px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .browser-container{display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:0 10px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .browser-container .row{display:flex;flex-direction:row}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .browser-container .browser-label{width:50%;font-weight:700;font-size:18px;text-align:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .browser-container .browser-value{width:50%;font-size:18px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .browser-container .browser-result-check{display:flex;justify-content:center;align-items:center;margin-top:20px;white-space:pre-line;font-size:12px}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .browser-container .browser-result-check{font-size:10px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .browser-container .browser-result-check .result-content{padding-left:5px;font-size:18px;font-weight:600;color:#2a76da}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .browser-container .browser-result-check .result-content.error{color:red}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page{min-height:300px;display:flex;flex-direction:column;justify-content:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .device-wrapper{padding:20px;display:flex}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .device-wrapper .device-selection-wrapper{display:flex;flex-direction:column;justify-content:center;padding-left:20px}@media (min-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .device-wrapper .device-selection-wrapper{max-width:calc(50% - 40px)}}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .device-wrapper{display:flex;flex-direction:column;max-height:300px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .device-wrapper .device-selection-wrapper{padding-left:0}}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .device-wrapper .device-selection-video-container .video-input-preview video{height:100%;object-fit:cover}}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .device-wrapper .device-selection-video-container .video-input-preview{height:130px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .description-wrapper{padding:0 20px 20px 20px;font-size:12px}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .description-wrapper{font-size:10px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .camera-check-page .description-wrapper .note{white-space:pre-line}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container{display:grid;grid-template-rows:15% 50% 25%;row-gap:20px;padding:0 10px;min-height:300px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .row{display:flex;flex-direction:row}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .result-container{display:flex;flex-direction:column;justify-content:center;row-gap:20px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-speed-label{width:50%;font-weight:700;font-size:18px;text-align:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-speed-label div{display:inline-block;text-align:left}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-speed-value{width:50%;font-size:18px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-check-result-check{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:40px;row-gap:10px;margin:10px 0}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-check-result-check .result-content{padding-left:5px;font-size:18px;font-weight:600;color:#2a76da}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-check-result-check .result-content.error{color:red}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-check-result-check .error-container{display:flex;width:100%;align-items:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-check-result-check .icon-wrapper{min-width:calc(25% + 20px);align-items:center;justify-content:flex-end;display:flex}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-check-result-check .error-note{font-size:12px}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .line-check-result-check .error-note{font-size:10px;line-height:16px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .btn-reconfirm{color:#fff!important;margin:5px 0;background-color:#0376da;border-radius:3px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .btn-reconfirm:hover{background-color:#0370cf}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .footer{text-align:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .line-speed-container .footer div{height:40px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page{min-height:300px;display:flex;flex-direction:column;justify-content:space-evenly}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper{padding:20px;display:flex;align-items:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-audio-container{justify-content:center;display:flex;flex:1}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-audio-container{margin-bottom:10px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-audio-container .audio-input-animated{width:fit-content}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-audio-container .audio-input-animated .audio-input-level-animated{z-index:1;background-color:#2a76da}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-audio-container .icon-mic{border:1px solid #2a76da;border-radius:50%;width:80px;height:80px;display:flex;flex-direction:column;font-size:24px;justify-content:center;align-items:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-audio-container .icon-mic .jitsi-icon{z-index:2}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-wrapper{display:flex;flex-direction:column;justify-content:center;padding-left:20px;width:100%}@media (min-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-wrapper{max-width:50%}}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper{display:block;max-height:300px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .device-wrapper .device-selection-wrapper{padding-left:0}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .description-wrapper{padding:0 20px 20px 20px;font-size:12px;margin:0 auto}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .description-wrapper{padding:0 10px 10px 10px;font-size:10px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .mic-check-page .description-wrapper .note{white-space:pre-line}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page{display:flex;flex-direction:column;height:200px;padding:20px}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page{padding:20px 5px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .content{flex:2;display:flex;justify-content:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .footer{flex:1;display:flex;justify-content:center;flex-direction:column-reverse;white-space:pre-line;font-size:12px}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .footer{font-size:10px;margin:0 auto}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .cursor-pointer{cursor:pointer}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .visual-setting{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .speaker-manager{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 5px;width:50%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .mb-1{margin-bottom:10px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .audio-input-animated{border-radius:unset!important}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .w-100{width:100%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .w-90{width:90%}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .audio-output-animated{position:relative;overflow:hidden}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .audio-output-animated .level-bar{background:#1b2638;border-radius:5px;height:8px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .audio-check-page .audio-output-animated .level-value{background:#75b1ff;border-radius:5px;height:100%;-webkit-transition:width .1s ease-in-out;-moz-transition:width .1s ease-in-out;-o-transition:width .1s ease-in-out;transition:width .1s ease-in-out}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container{min-height:300px;display:flex;flex-direction:column;justify-content:space-evenly}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .audio{display:none}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .video-wrapper{position:relative;margin:auto;border:10px solid rgba(238,238,238,.6);height:140px;width:250px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .video-wrapper #black-mask{height:140px;width:250px;position:absolute;top:0;left:0;z-index:1;background-color:#000}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .video-wrapper video{height:140px;width:250px}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .description-wrapper{padding:0 10px 20px 10px;font-size:12px;margin:auto}@media (max-width:580px){.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .description-wrapper{font-size:10px}}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .description-wrapper .note{margin-top:10px;white-space:pre-line}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .error-container{text-align:center;padding:1rem 2.5rem}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .error-container .error{color:red;padding-left:5px;font-size:18px;font-weight:600;margin-bottom:.25rem}.atlaskit-portal [data-testid=check-page-testId-dialog-content] .check-page-body .jvb-connect-container .error-container .reconnect-button{color:#fff!important;margin:5px 0;background-color:#0376da;border-radius:3px}.check-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;background-color:#d8d8d8}.check-page .pre-link{text-decoration:underline;color:inherit}.check-page.test-page{z-index:1}.check-page .content{flex:3}.check-page .text-secondary{color:#838383}.check-page .text-info{color:#37ace1}.check-page .pre-line{white-space:pre-line}.check-page .px-content-text{padding:0 30px}.check-page .title{display:flex;align-items:center;flex-direction:column;padding:15px 0;justify-content:space-between}.check-page .title-text{font-size:20px;font-weight:400;margin:10px 0 5px 0;color:#37ace1}.check-page .card{position:absolute;width:500px;min-height:300px;padding:15px 30px;background-color:#fff;box-shadow:0 0 0 1px #e9e9e9;display:flex;flex-direction:column}.check-page .footer{flex:1;display:flex;justify-content:center;padding-top:5px}.check-page .space{margin-right:15px}.check-page .btn{height:35px;border-radius:unset;width:200px;box-shadow:3px 3px 3px gray;border:unset}.check-page .btn-check{background-color:#46b2e2}.check-page .btn-check:hover{background-color:#3d9dc6}.check-page .btn-next{background-color:#ec4634}.check-page .btn-next:disabled{background-color:#a7a7a7;cursor:not-allowed}.check-page .btn-next:hover:enabled{background-color:#cf3d2d}@media only screen and (max-width:480px){.check-page .footer{flex-direction:column;align-items:center;padding-top:5px}.check-page .space{margin-right:0;margin-bottom:10px}.check-page .px-content-text{padding:0}}@media only screen and (max-device-width:480px){.check-page .card{width:90%;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.check-page .px-content-text{-webkit-text-size-adjust:100%}}@media only screen and (min-width:320px) and (max-width:812px) and (orientation:landscape){.check-page .card{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.check-page .card .title .jitsi-icon svg{width:48px!important;height:48px!important}.check-page .px-content-text{-webkit-text-size-adjust:100%}}body.mobile-browser{height:auto!important}@media (min-width:480px) and (max-width:812px) and (orientation:portrait){body .atlaskit-portal .shift-right [role=presentation] [role=dialog][data-testid=check-page-testId],body .atlaskit-portal [data-testid=check-page-testId],body.mobile-browser .atlaskit-portal .shift-right [role=presentation] [role=dialog][data-testid=check-page-testId],body.mobile-browser .atlaskit-portal [data-testid=check-page-testId]{height:100vh}}.ReactModalPortal .ReactModal__Overlay{background-color:rgba(0,0,0,.6)!important}@media only screen and (max-width:767px){.ReactModalPortal .ReactModal__Content{top:25px!important;bottom:25px!important}}@media only screen and (max-width:844px) and (orientation:landscape){.ReactModalPortal .ReactModal__Content{top:25px!important;bottom:25px!important}}.request-join-modal{max-width:450px;max-height:400px;margin:0 20px;overflow:hidden;height:fit-content;border:2px solid #a09e9e;border-radius:0;position:absolute;background:#fff;top:75px;left:50%;transform:translateX(-50%);width:100%}@media only screen and (max-width:767px){.request-join-modal{top:62px!important;margin:0 auto;max-width:90%;padding:0 8px}}@media only screen and (max-width:844px) and (orientation:landscape){.request-join-modal{top:62px!important;margin:0 auto;max-width:90%;padding:0 8px}}.hidden-notification{background:#fff;display:flex;align-items:center;padding:16px;width:400px;max-width:100%;color:#000;position:absolute;z-index:600;box-sizing:border-box;left:15px;bottom:20px;height:64px;overflow:hidden;border:2px solid #a09e9e;border-radius:0}.hidden-notification p{line-height:32px;padding-left:16px;font-size:12px;font-weight:600;margin:0}.hidden-notification .divide-left{height:48px;width:3.5px;background:red;border-radius:20px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.hidden-notification .btn-show-request{margin-left:auto;color:#3737c3;text-decoration:underline;cursor:pointer;font-size:16px;background-color:#fff;border:none!important}.hidden-notification-mobile{position:absolute;z-index:600;width:60px;height:60px}.hidden-notification-mobile .count-request{text-align:center;font-size:14px;font-weight:600;color:#fff;position:absolute;top:-8px;right:3px;width:25px;background:red;height:25px;border-radius:100%;display:flex;align-items:center;justify-content:center}#request-join-header{padding:15px 10px 10px 10px}@media only screen and (max-width:767px){#request-join-header{padding:15px 0}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){#request-join-header{padding:5px 0 10px 0}}@media only screen and (max-width:844px) and (orientation:landscape){#request-join-header{padding:5px 0 10px 0}}#request-join-header .title{font-size:18px;font-weight:700}@media only screen and (max-width:767px){#request-join-header .title{font-size:16px}}#request-join-content{padding:10px}@media only screen and (max-width:767px){#request-join-content{padding:0}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){#request-join-content{padding:0 10px}}#request-join-content .user-content{display:flex;flex-wrap:wrap;padding:10px 0;max-height:130px;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:767px){#request-join-content .user-content{max-height:180px}}@media only screen and (max-width:767px) and (orientation:landscape){#request-join-content .user-content{max-height:85px}}@media only screen and (max-width:915px) and (orientation:landscape){#request-join-content .user-content{max-height:85px}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){#request-join-content .user-content{max-height:85px}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){#request-join-content .user-content{max-height:85px}}#request-join-content .user-content .user{display:block;background-color:#f0ecec;color:#333;font-weight:700;padding:3px;border-radius:3px;margin-right:5px;margin-bottom:5px}#request-join-content .user-content .user:last-child{margin-right:0}#request-join-content .request-detail{padding:10px 5px;margin:0 -10px;max-height:160px;position:relative;overflow-x:hidden;overflow-y:scroll!important}@media only screen and (max-width:767px){#request-join-content .request-detail{max-height:180px}}@media only screen and (max-width:767px) and (orientation:landscape){#request-join-content .request-detail{max-height:95px;padding:5px}}@media only screen and (max-width:915px) and (orientation:landscape){#request-join-content .request-detail{max-height:95px;padding:5px}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){#request-join-content .request-detail{max-height:95px;padding:5px}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){#request-join-content .request-detail{max-height:95px;padding:5px}}#request-join-content .request-detail .item{display:flex;padding:7px 0;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;color:#333;font-weight:700}#request-join-content .request-detail .item:last-child{border-bottom:0}@media only screen and (max-width:767px){#request-join-content .request-detail .item{margin-bottom:5px}}@media only screen and (max-width:767px) and (orientation:landscape){#request-join-content .request-detail .item{padding:6px 0}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){#request-join-content .request-detail .item{padding:7.2px 0}}@media only screen and (max-width:844px) and (orientation:landscape){#request-join-content .request-detail .item{padding:7.2px 0}}#request-join-content .request-detail .item .name{margin-right:10px}@media only screen and (max-width:767px){#request-join-content .request-detail .item .name{margin-right:0}}#request-join-content .request-detail .item .item-button{display:flex}#request-join-content .request-detail .item .item-btn{margin-left:5px;color:#fff!important;background-color:#46b2e2!important;height:auto;line-height:2.2em}@media only screen and (max-width:767px){#request-join-content .request-detail .item .item-btn{padding:0 5px}}#request-join-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin:-6px;padding:20px 10px 10px 10px}#request-join-footer>*{margin:6px}@media only screen and (max-width:767px){#request-join-footer{padding:20px 0 10px 0;margin:0}}@media only screen and (max-width:844px) and (orientation:landscape){#request-join-footer{padding:5px 10px 5px 10px}}#request-join-footer.reverse{flex-direction:column-reverse}#request-join-footer .notification-sound{display:flex;align-items:center;color:#333;font-weight:500;font-size:14px;cursor:pointer}@media only screen and (max-width:767px){#request-join-footer .notification-sound{font-size:12px}}#request-join-footer .notification-sound label{border-width:0}#request-join-footer .notification-sound label[data-checked]{background-color:#44a5ff}#request-join-footer .notification-sound label:first-of-type{margin-right:8px}#request-join-footer .btn-group{display:flex;width:100%;margin-left:0}#request-join-footer .btn-group>*{flex:1}@media only screen and (min-width:768px){#request-join-footer .btn-group[data-wrap=false]{width:auto}}#request-join-footer .btn{padding:5px 10px;height:auto;line-height:1.2rem;margin-right:5px}@media only screen and (max-width:767px){#request-join-footer .btn{padding:5px 10px;margin-right:4px;font-size:10px}}#request-join-footer .btn:last-child{margin-right:0;background:gray!important;color:#fff!important}#request-join-footer .btn.more{background-color:#46b2e2!important}#request-join-footer .btn.accept{background-color:#0376da!important}#request-join-footer .btn.deny{background-color:#dd3849!important}.mic-error-modal{background-color:#fff;width:90%;max-width:450px;margin:3% auto;border-radius:10px;height:fit-content;padding:20px 30px;box-sizing:border-box}.mic-error-modal-footer{display:flex;align-items:center;justify-content:center;gap:1rem}.mic-error-modal-head{display:flex;align-items:center;justify-content:flex-end}.mic-error-modal-head>svg{fill:#333;width:18px;height:18px}.mic-error-modal-title{font-size:14px;color:#000;width:100%;margin:1rem 0;white-space:pre}.mic-error-modal .error-button{width:120px}.auto-close-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;z-index:9999}.auto-close-modal{background:#fff;border-radius:12px;padding:40px;padding-bottom:20px;max-width:400px;width:90%;box-shadow:0 8px 32px rgba(0,0,0,.3);text-align:center;margin:20px;height:max-content;margin-top:15%}@media screen and (orientation:landscape) and (max-height:480px){.auto-close-modal-overlay{align-items:center}.auto-close-modal{margin-top:0}}.auto-close-modal-header{margin-bottom:24px}.auto-close-modal-header h2{margin:0;font-size:22px;font-weight:600;color:#333;line-height:1.4}.auto-close-modal-body{margin-bottom:32px}.auto-close-modal-body p{margin:0;font-size:16px;color:#666;line-height:1.5}.auto-close-modal-footer{display:flex;gap:16px;justify-content:space-between}.auto-close-modal-button{padding:14px 28px;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:140px}.auto-close-modal-button.auto-close-modal-button-end{background-color:#6c757d;color:#fff}.auto-close-modal-button.auto-close-modal-button-continue{background-color:#44a4dc;color:#fff}@media (max-width:430px){.auto-close-modal-button{padding:10px 16px}}.ReactModalPortal .ReactModal__Overlay,.ReactModalPortal .modal-high-priority,.modal-high-priority{z-index:1001!important}.modal-portal{position:fixed!important;top:0;left:0;right:0;bottom:0;pointer-events:none}.modal-portal>*{pointer-events:auto}#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;transform:translateZ(0) scale(1,1);backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;transform:translate(50%);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation-fill-mode:forwards}.noty_effects_close{animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation-fill-mode:forwards}.noty_fix_effects_height{animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{animation:noty_modal_out .3s ease-out;animation-fill-mode:forwards}@keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_anim_in{100%{transform:translate(0);opacity:1}}@keyframes noty_anim_out{100%{transform:translate(50%);opacity:0}}@keyframes noty_anim_height{100%{height:0}}.noty_theme__relax.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__relax.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#ff8181;border:1px solid #e25353;color:#fff}.noty_theme__relax.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__relax.noty_type__success{background-color:#bcf5bc;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50c24e}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,.298039) 0 0 5px 0}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em 10px}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#fa6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#ce352c;color:#fff}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1ba1e2;color:#fff}.noty_theme__metroui.noty_type__success{background-color:#60a917;color:#fff}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #d1d1d1;color:#2f2f2f}.noty_theme__mint.noty_type__warning{background-color:#ffae42;border-bottom:1px solid #e89f3c;color:#fff}.noty_theme__mint.noty_type__error{background-color:#de636f;border-bottom:1px solid #ca5a65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7f7eff;border-bottom:1px solid #7473e8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#afc765;border-bottom:1px solid #a0b55c;color:#fff}.noty_theme__sunset.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__sunset.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__sunset.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__sunset.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__sunset.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__bootstrap-v3.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:4px}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding:15px}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;background:0 0}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background:0 0;text-decoration:none;cursor:pointer;opacity:.5}.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v3.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v3.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v3.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__bootstrap-v4.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding:.75rem 1.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;background:0 0}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background:0 0;text-decoration:none;cursor:pointer;opacity:.75}.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v4.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v4.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v4.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__semanticui.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;font-size:1em;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_bar .noty_body{padding:1em 1.5em;line-height:1.4285em}.noty_theme__semanticui.noty_bar .noty_buttons{padding:10px}.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{background-color:#f8f8f9;color:rgba(0,0,0,.87)}.noty_theme__semanticui.noty_type__warning{background-color:#fffaf3;color:#573a08;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__error{background-color:#fff6f6;color:#9f3a38;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{background-color:#f8ffff;color:#276f86;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__success{background-color:#fcfff5;color:#2c662d;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.noty_theme__nest.noty_bar{margin:0 0 15px 0;overflow:hidden;border-radius:2px;position:relative;box-shadow:rgba(0,0,0,.098039) 5px 4px 10px 0}.noty_theme__nest.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__nest.noty_bar .noty_buttons{padding:10px}.noty_layout .noty_theme__nest.noty_bar{z-index:5}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){position:absolute;top:0;margin-top:4px;margin-right:-4px;margin-left:4px;z-index:4;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){position:absolute;top:0;margin-top:8px;margin-right:-8px;margin-left:8px;z-index:3;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){position:absolute;top:0;margin-top:12px;margin-right:-12px;margin-left:12px;z-index:2;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){position:absolute;top:0;margin-top:16px;margin-right:-16px;margin-left:16px;z-index:1;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){position:absolute;top:0;margin-top:20px;margin-right:-20px;margin-left:20px;z-index:-1;width:100%}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-top:4px;margin-left:-4px;margin-right:4px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-top:8px;margin-left:-8px;margin-right:8px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-top:12px;margin-left:-12px;margin-right:12px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-top:16px;margin-left:-16px;margin-right:16px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-top:20px;margin-left:-20px;margin-right:20px}.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__nest.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__nest.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__nest.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__nest.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__light.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__light.noty_bar .noty_body{padding:10px}.noty_theme__light.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__light.noty_type__alert,.noty_theme__light.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__light.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__light.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__light.noty_type__error{background-color:#ed7000;border:1px solid #e25353;color:#fff}.noty_theme__light.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__light.noty_type__info,.noty_theme__light.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__light.noty_type__info .noty_buttons,.noty_theme__light.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__light.noty_type__success{background-color:#57c880;border:1px solid #7cdd77;color:#006400}.noty_theme__light.noty_type__success .noty_buttons{border-color:#50c24e}