*,*:before,*:after{box-sizing:border-box;-webkit-user-select:none;user-select:none;scrollbar-width:thin;scrollbar-color:rgba(65,65,65,.699) transparent}:root{--app-background: #eae6df;--app-background-stripe: #00a884;--background-default-hover: #f5f6f6;--background-default-active: #f0f2f5;--chat-pane-background: #efeae2;--incoming-background: white;--outgoing-background: #d9fdd3;--radius-bubble: .5rem;--image-info-size-small: 240px;--width-media-portrait-bubble: 246px;--width-media-landscape-bubble: 336px}html,body{margin:0;padding:0;background-color:var(--app-background)}body{display:flex;justify-content:center;align-items:center;font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;width:100vw;height:100vh}body:before{content:"";position:fixed;top:0;width:inherit;height:8rem;background-color:var(--app-background-stripe)}body .main{width:calc(100% - 8rem);height:calc(100% - 4rem);max-width:1600px;background-color:#f5f5f5;box-shadow:0 0 1rem #0000001a;border-radius:.2rem;z-index:1}body .flex-center{display:flex;align-items:center;justify-content:center}body .image{width:var(--image-info-size-small);height:var(--image-info-size-small);border-radius:.2rem;background-size:var(--image-info-size-small);background-repeat:no-repeat;background-position:center}body .media{width:128px;margin:.2rem;border-radius:.3rem;background-color:#f5f5f5;box-shadow:0 1px .5px #0b141a21;border:.3rem solid var(--incoming-background);transition:width .4s ease-in-out,height .4s ease-in-out}body .media.holding{cursor:pointer}noscript.main.flex-center{flex-direction:column;gap:.4rem}noscript.main.flex-center p{text-transform:uppercase}noscript.main.flex-center p.nojs{font-size:1rem;font-weight:500;color:#00a884}noscript.main.flex-center p.text{font-size:.9rem;font-weight:400;text-align:center;color:#7b7b7b}noscript.main.flex-center .image{background-image:url(/images/no-chatting.png)}noscript.main.flex-center .link{font-size:.8rem;color:#00a884;text-decoration:none;font-weight:700;transition:color .2s;text-transform:uppercase}noscript.main.flex-center .link:hover{color:#007b66}
