body{margin: 0;padding: 0;overflow: hidden;}#main-container{max-height: 100vh;min-width: 100vh;max-width: 100vw;display: none;overflow: 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: 365px;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-container {display: flex;position: relative;}#gallery-separator {z-index: 1;--fill-color: var(--color-grey-ash);background: linear-gradient(to right,transparent 0,transparent calc(50% - 2px),var(--color-grey-ash) calc(50% - 2px),var(--color-grey-ash) calc(50% + 2px),transparent calc(50% + 2px),transparent 100%);padding: 10px 10px;margin: -10px -10px;}#gallery-separator[isDragging] {--fill-color: var(--color-blue-steel);background: linear-gradient(to right,transparent 0,transparent calc(50% - 2px),var(--color-blue-steel) calc(50% - 2px),var(--color-blue-steel) calc(50% + 2px),transparent calc(50% + 2px),transparent 100%);}#gallery-separator:hover {cursor: grab;}#gallery-separator-handle {position: absolute;pointer-events: none;top: 12.5%;left: -11px;background-color: var(--color-grey-ash);padding: 0.75rem 0.25rem;border-radius: 1rem;z-index: 1;}#gallery-separator-handle[isDragging] {background-color: var(--color-blue-steel);}#gallery-separator-handle rds-icon {--fill-icon-color: var(--color-grey-smoke);margin-top: 4px;}#gallery-separator-handle[isDragging] rds-icon {--fill-icon-color: var(--color-blue-blueberry);}#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);}