
button[data-v-2f745b0b] {
	padding: 0.5rem 1rem;
	margin: 0.5rem;
}
.file-preview[data-v-2f745b0b] {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.preview-image[data-v-2f745b0b],
.preview-video[data-v-2f745b0b] {
	padding: 0;
	width: 90%;
	height: 90%;
	object-fit: contain;
}
.preview-text[data-v-2f745b0b] {
	white-space: pre-wrap;
	word-wrap: break-word;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
}
.preview-pdf[data-v-2f745b0b] {
	/* display: flex;
	justify-content: center;
	align-items: center; */
	width: 100%;
	height: 100%;
	overflow-y: auto;

	max-width: 100%;
	max-height: 100%;
}
.preview-office[data-v-2f745b0b] {
	width: 100%;
	height: 100%;
	border: none;
}
.unsupported-file[data-v-2f745b0b] {
	font-size: 1.5rem;
	text-align: center;
	color: var(--ion-color-medium);
}
.translating-container[data-v-2f745b0b] {
	font-size: 1.5rem;
	text-align: center;
	color: var(--ion-color-medium);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	position: relative;
	height: 100%;
}
.error-container[data-v-2f745b0b] {
	font-size: 1.2rem;
	text-align: center;
	color: var(--ion-color-danger);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	position: relative;
	height: 100%;
}
.error-details[data-v-2f745b0b] {
	max-width: 80%;
	max-height: 160px;
	overflow: auto;
	text-align: left;
	background: var(--ion-color-light);
	color: var(--ion-color-medium);
	padding: 8px 10px;
	border-radius: 6px;
	white-space: pre-wrap;
}
.loading-container[data-v-2f745b0b] {
	font-size: 1.5rem;
	text-align: center;
	color: var(--ion-color-medium);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.loading-spinner[data-v-2f745b0b] {
	/* Spinner should not fade */
	opacity: 0.5;
	transform: scale(0.7);
}
.translating-text[data-v-2f745b0b],
.loading-text[data-v-2f745b0b] {
	animation: fadeInOut-2f745b0b 3s ease-in-out infinite;
	font-size: 1.5rem;
	color: var(--ion-color-medium);
}
.bottom-note[data-v-2f745b0b] {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	width: 50vw;
	font-size: 0.9rem;
	color: var(--ion-color-medium);
	opacity: 0.5;
	text-align: center;
	line-height: 1.4;
}
@keyframes fadeInOut-2f745b0b {
0% { opacity: 1;
}
45% { opacity: 0;
}
50% { opacity: 0;
}
55% { opacity: 0;
}
100% { opacity: 1;
}
}
.acknowledge-container[data-v-2f745b0b] {
	position: fixed;
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.guardian-signature-container[data-v-2f745b0b] {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.signature-prompt[data-v-2f745b0b] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--ion-color-tertiary);
	color: white;
	padding: 8px 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	margin: 0 auto 16px auto;
	position: relative;
}
.signature-prompt[data-v-2f745b0b]:hover {
	background: var(--ion-color-tertiary-shade);
	transform: translateY(-2px);
}
.signature-icon[data-v-2f745b0b] {
	margin-right: 8px;
	font-size: 18px;
}
.signature-text[data-v-2f745b0b] {
	font-size: 14px;
	font-weight: 600;
}
.signature-expanded[data-v-2f745b0b] {
	background: var(--ion-color-light);
	border-top: 1px solid var(--ion-color-medium);
	padding: 1rem;
	max-height: 50vh;
	overflow-y: auto;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}
