/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/cvi/components/device-select/device-select.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
/* SelectDevice styles */
.device-select_selectDevice__5OKeS {
	height: 3rem;
	width: 5.5rem;
	border-radius: 9999px;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 0 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	color: transparent;
	padding-right: 2rem; /* space for arrow */
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.device-select_selectDevice__5OKeS::-ms-expand {
	display: none;
}

.device-select_selectDevice__5OKeS option {
	color: transparent;
	background-color: transparent;
}

.device-select_selectDevice__5OKeS:focus {
	outline: none;
}

/* Device button container styles */
.device-select_deviceButtonContainer__E9PI_ {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	backdrop-filter: blur(4px);
}

/* Device button styles */
.device-select_deviceButton__6Fkms {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: 3rem;
	width: 3rem;
	border-radius: 9999px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	cursor: pointer;
}

.device-select_deviceButtonIcon____gaN {
	display: flex;
}

.device-select_deviceButton__6Fkms:disabled {
	opacity: 0.5;
}

/* Screen reader only text */
.device-select_srOnly__L5wy8 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/* Controls container */
.device-select_controlsContainer__SoOgW {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
}

.device-select_selectDeviceContainer__hXVFo {
	position: relative;
	display: flex;
	align-items: center;
}

.device-select_selectArrow__Ds_db {
	position: absolute;
	right: 1rem;
	pointer-events: none;
	display: flex;
	align-items: center;
	height: 100%;
}

.device-select_screenShareButton__KCW2Q {
	cursor: pointer;
	position: relative;
	height: 3rem;
	width: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #000;
}

@container conversation (max-width: 400px) {
	.device-select_selectDevice__5OKeS {
		height: 2.5rem;
		width: 4.5rem;
		padding-right: 1.5rem;
	}
	.device-select_deviceButton__6Fkms {
		height: 2.5rem;
		width: 2.5rem;
	}
	.device-select_screenShareButton__KCW2Q {
		height: 2.5rem;
		width: 2.5rem;
	}
	.device-select_selectArrow__Ds_db {
		right: 0.625rem;
	}
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/cvi/components/closed-captions/closed-captions.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
.closed-captions_captionButton__4FvBd {
	position: relative;
	height: 3rem;
	width: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #000;
	cursor: pointer;
}

.closed-captions_captionButtonActive__2uedT {
	background-color: white;
	color: #020617;
}

@container conversation (max-width: 400px) {
	.closed-captions_captionButton__4FvBd {
		height: 2.5rem;
		width: 2.5rem;
	}
}

.closed-captions_captionButtonIcon__A5ys8 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.closed-captions_srOnly___b0yb {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.closed-captions_container__U7d_5 {
	position: absolute;
	bottom: 5.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 15;
	width: min(85%, 40rem);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
	padding: 0.625rem 1rem;
	border-radius: 0.625rem;
	background-color: rgba(2, 6, 23, 0.7);
	backdrop-filter: blur(8px);
	color: white;
	font-size: 0.95rem;
	line-height: 1.4;
	text-align: center;
	pointer-events: none;
	--cc-line-height: 1.4;
	--cc-max-lines: 3;
}

.closed-captions_role__2IL7K {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.8;
}

.closed-captions_roleReplica__ICTzX {
	color: #93c5fd;
}

.closed-captions_roleUser__yGa5I {
	color: #fcd34d;
}

.closed-captions_text__5ZVZW {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	max-height: calc(var(--cc-line-height) * var(--cc-max-lines) * 1em);
	line-height: var(--cc-line-height);
	overflow: hidden;
}

.closed-captions_textInner__4z3QU {
	display: block;
	word-break: break-word;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/cvi/components/chat/chat.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.chat_chatButton__38prf {
	position: relative;
	height: 3rem;
	width: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #000;
	cursor: pointer;
}

.chat_chatButtonActive__pTAph {
	background-color: white;
	color: #020617;
}

@container conversation (max-width: 400px) {
	.chat_chatButton__38prf {
		height: 2.5rem;
		width: 2.5rem;
	}
}

.chat_chatButtonIcon__Pq0RX {
	display: flex;
	align-items: center;
	justify-content: center;
}

.chat_panel__pz2Tt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	z-index: 25;
	display: flex;
	flex-direction: column;
	background-color: rgba(2, 6, 23, 0.85);
	backdrop-filter: blur(8px);
	color: white;
	transform: translateX(100%);
	transition: transform 200ms ease;
	pointer-events: none;
}

.chat_panelOpen__aXwBE {
	transform: translateX(0);
	pointer-events: auto;
}

@container conversation (min-width: 768px) {
	.chat_panel__pz2Tt {
		width: 24rem;
	}
}

.chat_header__fkkil {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 600;
	font-size: 1rem;
}

.chat_closeButton__dzBL3 {
	height: 2rem;
	width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background: transparent;
	border: none;
	color: white;
	cursor: pointer;
}

.chat_closeButton__dzBL3:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.chat_messageList__2_HI7 {
	flex: 1;
	overflow-y: auto;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
}

.chat_messageRow__4BrDv {
	display: flex;
	flex-direction: column;
	max-width: 85%;
	gap: 0.25rem;
}

.chat_messageRowUser___0xk_ {
	align-self: flex-end;
	align-items: flex-end;
}

.chat_messageRowReplica__w25Tp {
	align-self: flex-start;
	align-items: flex-start;
}

.chat_messageRole__7k9dA {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.7;
}

.chat_messageRoleReplica__45RMv {
	color: #93c5fd;
}

.chat_messageRoleUser__pna2X {
	color: #fcd34d;
}

.chat_messageBubble__opQ5i {
	padding: 0.625rem 0.875rem;
	border-radius: 1rem;
	font-size: 0.95rem;
	line-height: 1.4;
	word-break: break-word;
}

.chat_messageBubbleUser__XXE1X {
	background-color: rgba(252, 211, 77, 0.18);
	border: 1px solid rgba(252, 211, 77, 0.35);
	border-bottom-right-radius: 0.25rem;
	text-align: end;
}

.chat_messageBubbleReplica__dkgF4 {
	background-color: rgba(147, 197, 253, 0.18);
	border: 1px solid rgba(147, 197, 253, 0.35);
	border-bottom-left-radius: 0.25rem;
	text-align: start;
}

.chat_composer__uy3FL {
	display: flex;
	gap: 0.5rem;
	padding: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0));
}

.chat_composerInput__9ruVv {
	flex: 1;
	resize: none;
	min-height: 2.5rem;
	max-height: 8rem;
	padding: 0.5rem 0.75rem;
	border-radius: 0.75rem;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: white;
	font-family: inherit;
	font-size: 0.95rem;
	line-height: 1.4;
	outline: none;
}

.chat_composerInput__9ruVv:focus {
	border-color: rgba(255, 255, 255, 0.4);
}

.chat_composerInput__9ruVv:disabled {
	opacity: 0.5;
}

.chat_sendButton___bXCC {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 9999px;
	background-color: white;
	color: #020617;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.chat_sendButton___bXCC:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.chat_empty__3xFz9 {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.9rem;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/cvi/components/conversation-status/conversation-status.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.conversation-status_statusContainer__pPrFI {
	position: relative;
	width: 100%;
	height: 100%;
	background: #0f0f13;
	overflow: hidden;
}

.conversation-status_grid__AtT_i {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: repeat(16, 1fr);
	gap: 0.25rem;
	padding: 0.25rem;
	box-sizing: border-box;
}

@container conversation (min-width: 768px) {
	.conversation-status_grid__AtT_i {
		grid-template-columns: repeat(16, 1fr);
		grid-template-rows: repeat(9, 1fr);
	}
}

.conversation-status_square__RkfDG {
	border-radius: 0.25rem;
	background-color: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	transform-origin: center;
	opacity: 0;
}

.conversation-status_squareConnecting__axPRv {
	background-color: #412174;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' shape-rendering='crispEdges'><rect x='4' y='0' width='4' height='4' fill='black' fill-opacity='0.45'/><rect x='0' y='4' width='4' height='4' fill='black' fill-opacity='0.65'/><rect x='4' y='4' width='4' height='4' fill='black' fill-opacity='0.25'/></svg>");
	background-size: 8px 8px;
	background-repeat: repeat;
	background-position: var(--dither-offset, 0 0);
	animation:
		conversation-status_squareFillIn__0iiwl 0.55s ease-out var(--fill-delay, 0s) forwards,
		conversation-status_squareShimmer__AdVYM 2.6s ease-in-out calc(var(--fill-delay, 0s) + 0.55s) infinite;
}

@keyframes conversation-status_squareFillIn__0iiwl {
	from {
		transform: scale(0.7);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: var(--target-opacity, 1);
	}
}

@keyframes conversation-status_squareShimmer__AdVYM {
	0%,
	100% {
		opacity: var(--target-opacity, 1);
	}
	50% {
		opacity: calc(var(--target-opacity, 1) * 0.2);
	}
}

.conversation-status_squareLeaving__Ii8hm {
	background-color: #683d1b;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' shape-rendering='crispEdges'><rect x='4' y='0' width='4' height='4' fill='black' fill-opacity='0.45'/><rect x='0' y='4' width='4' height='4' fill='black' fill-opacity='0.65'/><rect x='4' y='4' width='4' height='4' fill='black' fill-opacity='0.25'/></svg>");
	background-size: 8px 8px;
	background-repeat: repeat;
	background-position: var(--dither-offset, 0 0);
	opacity: var(--target-opacity, 1);
	transform: scale(1);
	animation:
		conversation-status_squareFadeOut__ZI7nx 3s ease-out var(--fill-delay, 0s) forwards,
		conversation-status_squareShimmer__AdVYM 2.6s ease-in-out calc(var(--fill-delay, 0s) + 0.55s) infinite;
}

@keyframes conversation-status_squareFadeOut__ZI7nx {
	from {
		opacity: var(--target-opacity, 1);
		transform: scale(1);
	}
	to {
		transform: scale(0.7);
		opacity: 0;
	}
}

.conversation-status_label__ptn4G {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
	font-size: 1rem;
	font-weight: 500;
}

.conversation-status_labelConnecting___OLvW {
	color: #ffffff;
}

.conversation-status_labelLeaving__EcbEe {
	color: #ffffff;
}

.conversation-status_labelText__sssEo {
	display: inline-flex;
	padding: 0.5rem 1.25rem;
	border-radius: 0.25rem;
	background-color: rgba(15, 23, 42, 0.65);
	backdrop-filter: blur(10px);
}

.conversation-status_dot__zEHYg {
	display: inline-block;
	opacity: 0;
	animation: conversation-status_dotFade__NU1nV 1.4s ease-in-out infinite;
}

.conversation-status_dot__zEHYg:nth-child(1) {
	animation-delay: 0s;
}
.conversation-status_dot__zEHYg:nth-child(2) {
	animation-delay: 0.2s;
}
.conversation-status_dot__zEHYg:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes conversation-status_dotFade__NU1nV {
	0%,
	80%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/cvi/components/audio-wave/audio-wave.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.audio-wave_container__TDxzd {
	overflow: hidden;
	border: 1px solid white;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 9999px;
	will-change: transform;
	transform: translateZ(0);
}

.audio-wave_waveContainer__4hRPk {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.125rem;
	width: 100%;
	height: 100%;
}

.audio-wave_bar__Dvcwq {
	width: 0.25rem;
	height: 0.25rem;
	background-color: white;
	border-radius: 9999px;
	transition: height 200ms ease-out;
	will-change: height;
	transform: translateZ(0);
}

.audio-wave_barInactive__Ce523 {
	width: 0.25rem !important;
	height: 0.25rem !important;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/cvi/components/conversation/conversation.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.conversation_containerWrapper__bFOoc {
	width: 100%;
	container-type: inline-size;
	container-name: conversation;
}

.conversation_container__aMgEa {
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 9/16;
	overflow: hidden;
	border-radius: 0.5rem;
	max-height: 90vh;
	background: linear-gradient(135deg, #4b5563 0%, #1f2937 100%);
	background-size: 400% 400%;
	animation: conversation_gradient__isLck 15s ease infinite;
}

/* Aspect ratio tracks the wrapper's actual width: portrait when narrow
   (e.g. embedded in a 400px modal), landscape when wide. */
@container conversation (min-width: 768px) {
	.conversation_container__aMgEa {
		aspect-ratio: 16/9;
	}
}

.conversation_errorContainer__HZ3hY {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(248, 250, 252, 0.08);
	color: white;
	height: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.conversation_videoContainer__l8yRB {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.conversation_footer__kKKHT {
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	z-index: 20;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.conversation_footerLeaving__3MksQ {
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
}

.conversation_footerControls__FfVX6 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.conversation_moreMenu__b8KAn {
	display: block;
	position: relative;
}

.conversation_moreButton__M0mme {
	position: relative;
	height: 3rem;
	width: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #000;
	cursor: pointer;
}

.conversation_moreButtonActive__pohYa {
	background-color: white;
	color: #020617;
}

.conversation_morePopover__ueXz2 {
	position: absolute;
	bottom: calc(100% + 0.5rem);
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.5rem;
	border-radius: 1rem;
	backdrop-filter: blur(16px);
	background-color: rgba(162, 162, 162, 0.2);
	z-index: 30;
}

.conversation_leaveButton__HB30y {
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
	color: white;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	height: 3rem;
	width: 3rem;
	border-radius: 9999px;
	background-color: #ef4444;
	display: flex;
	align-items: center;
	justify-content: center;
}

.conversation_leaveButton__HB30y:hover {
	opacity: 0.8;
}

.conversation_leaveButtonIcon__ZFFnJ {
	display: flex;
	align-items: center;
	justify-content: center;
}

@container conversation (max-width: 400px) {
	.conversation_footerControls__FfVX6 {
		gap: 8px;
	}
	.conversation_moreButton__M0mme,
	.conversation_leaveButton__HB30y {
		height: 2.5rem;
		width: 2.5rem;
	}
}

/* ReplicaVideo styles */
.conversation_mainVideoContainer__ZO5bm {
	background: transparent;
	width: 100%;
	height: 100%;
	position: relative;
}

.conversation_mainVideoContainerScreenSharing__ylPrR {
	display: flex;
	align-items: center;
	justify-content: center;
}

.conversation_mainVideo__F6389 {
	position: absolute;
	inset: 0;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit: cover !important;
	   object-fit: cover !important;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
}

.conversation_mainVideoScreenSharing__yEBMM {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}

.conversation_mainVideoHidden__vbruo {
	display: none;
}

/* PreviewVideo styles */
.conversation_previewVideoContainer__CkF_0 {
	position: relative;
	background: rgba(2, 6, 23, 0.3);
	aspect-ratio: 1/1;
	width: 6rem;
	border-radius: 0.75rem;
	overflow: hidden;
	z-index: 10;
}

@container conversation (min-width: 768px) {
	.conversation_previewVideoContainer__CkF_0 {
		width: 7rem;
	}
}

@container conversation (min-width: 1024px) {
	.conversation_previewVideoContainer__CkF_0 {
		width: 8rem;
	}
}

.conversation_previewVideoContainerHidden__uFebs {
	background: transparent;
	display: none;
}

.conversation_previewVideo__VCnGM {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.conversation_previewVideoHidden__4vzVe {
	display: none;
}

/* Main video container */
.conversation_mainVideoContainer__ZO5bm {
	width: 100%;
	height: 100%;
}

/* Self view container — pinned to top-right so captions own the bottom band. */
.conversation_selfViewContainer__2PDkA {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 0.5rem;
	z-index: 15;
}

.conversation_selfViewContainer__2PDkA video {
	-o-object-position: center center;
	   object-position: center center;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* Waiting message container */
/* Start of Selection */
.conversation_waitingContainer__w6IPt {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: white;
	height: 100%;
	font-size: 1.5rem;
	font-weight: 600;
}

@keyframes conversation_gradient__isLck {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* End of Selection */

.conversation_audioWaveContainer__NYMyX {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
}

