#root{margin:0 auto;text-align:center;color:#fff;position:relative}#streams{display:flex;flex-direction:column;align-items:center;justify-content:center;width:1100px;height:calc(100vh - 10rem)}iframe{width:100%;height:100%;min-height:300px;max-height:600px;border:none}.multi-chat{display:flex;align-items:flex-start;justify-content:center;height:calc(100vh - 5rem);width:100%}.chat-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:calc(100vh - 10rem);min-width:400px;max-width:400px}input{width:100%;height:2rem;border:none;border-radius:5px;background-color:transparent;color:#fff;font-size:1.5rem;padding:.5rem}.modal{display:flex;flex-direction:column;align-items:center;justify-content:center;width:1100px;height:calc(100vh - 2rem);background-color:#00000080;z-index:100}.modal-container{display:flex;justify-content:center}.chat-messages{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;box-shadow:2px 2px 10px #7b0f67;height:calc(100vh - 10rem);width:350px;overflow:hidden;padding:0 1rem;overflow-y:scroll!important}.message{width:100%;text-align:left;padding:.5rem;border-bottom:1px solid white}.multichat-alpha{color:red;font-size:.7rem}body{display:flex;align-items:center;justify-content:center;background-color:#000}
