/**
@file style.css
@brief Styling for Live Viewer webpage.

@details
WebSocket client webpage originally based on
https://arubanetworking.hpe.com/techdocs/AOS-CX/10.14/HTML/rest_v10-0x/Content/Chp_RT_not/ex-bro-bas-not-sub5.htm

@author Nhan Nguyen

@date 04/04/2026

@version 1.0.0

@organisation MREX

@see index.html
*/

html {
	overscroll-behavior: contain;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #9F5EB8;
}

#log {
	background: white;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	top: 1.5em;
	left: 0.5em;
	right: 0.5em;
	bottom: 3em;
	overflow: auto;
	height: 60vh;
}

#responseMsgSection {
	height: 570px;
	position: relative;
}