.center,header{justify-content:center;align-items:center;display:flex}body{background-color:#121212;color:#f2b0a5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;font-weight:700;font-size:1.3rem;overflow:hidden}button{cursor:pointer}#app{margin:0;padding:0}header{height:5vh;background-color:#261421;border-bottom:2px solid;box-sizing:border-box}#logo{font-size:36px;font-weight:bolder;color:#f2b0a5;text-decoration:none;padding:10px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#261421}::-webkit-scrollbar-thumb{background:#f2b0a5}::-webkit-scrollbar-thumb:hover{background:#ad6a6c}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}input{display:grid;margin:10px 0;transition:border-color .3s;box-sizing:border-box}#join_btn,input{width:100%;height:10vh}#join_btn{margin:40px 0}#login_form{box-sizing:border-box;width:min(6in,85vw)}.login{justify-content:center;align-items:center;display:flex;height:90vh}#login_form{padding:10px}#login_form>*{box-sizing:border-box;background-color:#751a2c;color:#f2b0a5;border-radius:100px;border:4px solid #f2b0a5;font-weight:700}#login_form label{background-color:unset;border:none;left:50px;position:relative;display:flex}#login_form input{padding:10px 50px;background-color:#261421;border:2px solid #f2b0a5}#login_form input:focus{outline:thick double #f2b0a5}#login_form button{background-color:#751a2c}.app-wrapper{display:flex;align-items:stretch;width:100%;height:95vh;flex-wrap:wrap;justify-content:space-between}.app-wrapper .main-view{display:flex;flex-direction:column;width:100%;height:100%;flex:3}.app-wrapper .main-chat{height:95vh;flex:1;min-width:5%;word-wrap:break-word;background-color:#261421}.app-wrapper .main-chat.chach_visible{display:none}.controls{margin-top:auto;display:flex;justify-content:center;align-items:center}.controls:focus{outline:none}.control-btn{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:80px;aspect-ratio:1;background:#261421;border-radius:100px;border:2px solid #f2b0a5;color:#f2b0a5;cursor:pointer}.control-btn#room_invite,.control-btn#room_leave{background-color:#751a2c}.control-btn>img{filter:invert(78%) sepia(10%) saturate(1124%) hue-rotate(320deg) brightness(93%) contrast(104%)}.active{background-color:#751a2c}.hidden{display:none}#form-message{display:flex;max-height:50%;box-sizing:border-box;background-color:#751a2c;color:#f2b0a5;border-radius:25px;border:4px solid #f2b0a5;font-weight:700;margin:10px;align-items:center}#input-message{overflow-y:auto;max-height:100%;padding:0 15px;margin:15px 0;text-align:left;width:100%;box-sizing:border-box;line-height:normal;scrollbar-color:#f2b0a5 #751a2c;scrollbar-width:thin}#input-message::-webkit-scrollbar-track{background:#751a2c}#input-message:focus{outline:none}.send_btn{display:flex;align-items:center;justify-content:center;background-color:transparent;color:#f2b0a5;border:none}.send_btn>img{filter:invert(78%) sepia(10%) saturate(1124%) hue-rotate(320deg) brightness(93%) contrast(104%)}.main-chat-wrapper{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;border-left:2px solid}.main-chat-wrapper .messages-wrapper{scrollbar-color:#f2b0a5 #261421;scrollbar-width:thin;overflow:auto;height:100%;min-height:40px;padding:10px;box-sizing:border-box}.message{text-align:left;font-weight:400}.username{font-weight:700}.btn-send{align-items:center}.btn-send,.video-wrapper{display:flex;justify-content:center}.video-wrapper{height:95vh;flex-wrap:wrap}.cam-wrapper{border:1px solid red;position:relative}.cam-wrapper,.user-cam{box-sizing:border-box;max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center}.user-cam{width:1280px;position:absolute;border:1px solid lime;aspect-ratio:16/9}.user-cam>label{z-index:10;position:absolute}.user-cam>*{bottom:0;display:flex;max-width:100%;max-height:100%}