body{margin: 0;padding: 0;overflow-y: hidden;}#main-container{max-height: 100vh;min-width: 100vh;display: none;overflow-y: hidden;}#content-container{display: flex;flex: 1;--chatbox-container-width: 400px;--live-area-container-width: 652px;background-color: var(--color-grey-smoke);}#sidepanel-separator{--fill-color: var(--color-alpha-white-20);}#side-panel-container{display: flex;flex: 1;max-width: 300px;}#chatbox-container{max-height: inherit;height: 100%;max-width: var(--chatbox-container-width,400px);}#chatbox-container.maximize{max-width: 100%;width: 100%;}#dialog-container{max-height: inherit;height: inherit;width: 400px;height: 100%;justify-content: center;align-items: center;}.dialog-wrapper{width: 25em;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}rds-internal-chatbox{height: 100%;--chatbox-messages-container-height: 100%;}#alert-container {position: fixed;top: 0;right: 0;left: 0;z-index: 4;display: flex;flex-direction: column-reverse;}#student-action-overlay{display: flex;justify-content: center;align-items: center;}#gallery {box-sizing: border-box;}#gallery-container{display: flex;flex-grow: 1;overflow: hidden;min-width: 20.625rem;width: 100%;height: 100vh;min-height: 100vh;}#failed-stream-release-alert,#failed-frame-fetch-alert,.center-align{--alert-align-content: center;--description-bottom-margin: 0;}#live-feed-action-overlay {--overlay-z-index: 100;}#loading-overlay {display: none;position: fixed;text-align: center;font-size: 32px;color: white;top: 0;left: 0;width: 100vw;height: 100vh;background-color: rgba(0,0,0,0.5);z-index: 9999;}#gallery-separator {z-index: 1;--fill-color: var(--color-alpha-white-20);padding: 4px 4px;margin: -4px -4px;}#gallery-separator[isDragging] {background: linear-gradient(to right,transparent 0,transparent calc(50% - 1px),#3399FF calc(50% - 1px),#3399FF calc(50% + 1px),transparent calc(50% + 1px),transparent 100%);}#gallery-separator:hover {cursor: col-resize;}#draggable-live-area {display: inherit;min-width: 78rem;width: 100%;height: 100%;}#empty-state.attempt-submitted {--live-area-empty-state-description-font: var(--body-lg-regular);}