.statusbar {
	position: fixed;
	width: 34%;
	min-width: 420px;
	height: 48px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1004;
	opacity: 0.95;
	cursor: pointer;
	transition: opacity 0.4s ease-in-out;
}

.statusbar-progress {
	position: absolute;
	height: 12px;
	top: 50px;
	margin: auto;
	left: 0;
	right: 0;
	width: 83%;
	z-index: 5;
}

.statusbar-cohort {
	position: absolute;
	top: 3px;
	left: 10px;
	font-family: "Open Sans Condensed";
	font-variant-caps: petite-caps;
	font-size: 16px;
	color: #6c757d;
}

.statusbar-icon {
	opacity: 0.6;
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
}

.statusbar-icon:hover {
	opacity: 1;
}

.outer-statusbar-progress-bar {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	width: calc(100% - 126px);
	height: 16px;
}

.statusbar-progress .progress-bar {
	font-variant: small-caps;
	color: darkslategray;
	font-size: 10px;
	font-weight: 600;
}

.statusbar-progress .bg-success {
	background-color: rgb(130, 224, 160) !important;
}

.statusbar-progress .progress-time {
	animation: anim-fade-in 0.7s;
	float: left;
	color: darkslategray;
	text-align: center;
	font-weight: 600;
	background-color: #e9ecef;
	width: 70px;
	height: 16px;
	font-size: 10px;
	border: solid 1px darkgray;
	border-radius: 0.25rem;
}

.progress-fade-out {
	animation: anim-fade-out 2s 2s forwards;
}

.statusbar:hover {
	opacity: 1;
}

.statusbar-upper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 32px;
	background: purple;
	z-index: 2;
}

.statusbar-smooth {
	background-color: rgb(232, 232, 232);
}

.statusbar-button {
	margin-top: 2px;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	font-variant-caps: all-petite-caps;
	font-size: 20px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0.15rem;
	box-shadow: 0 0 2px grey inset;
	border-radius: 0;
	border: solid 1px darkgray;
	color: #6c757d;
}

.statusbar-button:hover {
	background: #c49978;
	color: #6c757d;
	text-decoration: inherit;
	box-shadow: 0 0 4px white inset;
}

.statusbar-button:focus {
	box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 50%);
}

.statusbar-button:focus-visible {
	outline: none;
}

.statusbar-left {
	position: absolute;
	left: 0;
	width: 20%;
	height: 100%;
	background-color: rgb(232, 232, 232);
	transform: skewX(45deg);
	border-left: solid 1px darkgrey;
	border-bottom: solid 1px darkgrey;
	overflow: hidden;
	border-bottom-left-radius: 10px;
}

.statusbar-middle {
	position: absolute;
	left: 10%;
	width: 80%;
	height: 100%;
	background-color: rgb(232, 232, 232);
	border-bottom: solid 1px darkgrey;
	z-index: 5;
}

.statusbar-right {
	position: absolute;
	left: 80%;
	width: 20%;
	height: 100%;
	background-color: rgb(232, 232, 232);
	transform: skewX(-45deg);
	border-bottom: solid 1px darkgrey;
	border-right: solid 1px darkgrey;
	border-bottom-right-radius: 10px;
}

.statusbar-text {
	color: #2e4468;
	bottom: -1px;
	height: auto;
	position: absolute;
	right: 0px;
	font-size: 12px;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	z-index: 2;
}

.statusbar-voice {
	left: 0px;
	bottom: 5px;
	position: absolute;
	z-index: 2;
}

.statusbar-presentation-mode {
	left: 36px;
	bottom: 3px;
}

.statusbar-blackscreen-mode {
	left: 56px;
	bottom: 3px;
}

.statusbar-group-manager {
	left: 72px;
	bottom: 3px;
}

.statusbar-video-chat {
	right: 60px;
	bottom: 0px;
	font-size: 12px;
	box-shadow: none;
	padding: 0;
}

.statusbar-text-chat {
	right: 42px;
	bottom: 0px;
	font-size: 12px;
	box-shadow: none;
	padding: 0;
}

.statusbar-transcript-editor {
	left: 18px;
	bottom: 3px;
}

#blackscreen {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1003;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.95;
	animation: anim-fade-in 2s;
}

#blackscreen-notice {
	position: absolute;
	bottom: 2%;
	left: 2%;
	font-size: 1.5em;
	color: white;
	max-width: 600px;
}

.statusbar-voice-text {
	position: fixed;
	font-size: 2em;
	top: 20px;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	right: 0;
	left: 0;
	z-index: 1004;
	width: 55vw;
	min-width: 420px;
	background: #add8e6;
	pointer-events: none;
}

.statusbar-username {
	bottom: -1px;
	height: auto;
	margin-left: 35%;
	position: absolute;
	font-size: 14px;
	font-family: "Open Sans";
	font-variant-caps: all-petite-caps;
}

@-webkit-keyframes turn {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.statusbar-presence {
	width: 10px;
	left: 30%;
	height: 10px;
	bottom: 3px;
	position: absolute;
	border-radius: 50%;
	border: solid 1px black;
	z-index: 2;
}

.statusbar-inner-presence {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 14px;
	height: 14px;
	border-left: solid 1px darkslategray;
	border-radius: 50%;
	z-index: 1;
	-webkit-animation: turn 5s linear infinite;
	-webkit-animation-duration: 2s;
}

.statusbar-profile {
	position: absolute;
	top: -18px;
	left: -35px;
	width: 33px;
	height: 33px;
	border: solid 1px darkgray;
	border-radius: 0.25rem;
}

#unfinished-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
}

#unfinished-elem {
	position: absolute;
	animation: swing-in-right-fwd 1.2s;
	top: 50%;
	left: 50%;
	width: 100%;
}

.statusbar-presentation-mode-lone-icon {
	left: 12px;
	position: fixed;
	top: 6px;
	cursor: pointer;
	opacity: 0.75;
	z-index: 2;
}

.cohort-select {
	width: 150px;
	background-color: ghostwhite;
	padding: 2px;
}
