

.container {
    max-width: 600px;
    margin: 0 auto;
}

h1 {
    color: #333;
}

.chat-box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
}

.input-box {
    display: flex;
    align-items: center;
}

textarea {
    flex: 1;
    resize: vertical;
    height: 100px;
    padding: 5px;
    margin-right: 10px;
}

button {
    padding: 10px 15px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.output-box {
    margin-top: 10px;
}




/* 


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

.spinner {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.swal2-html-container {
	height: 70px;
} */

/* 
.image1 {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.h2 {
	text-align: center;
	background-color: #c1292a;
}

.pad {
	width: 500px;
	height: 400px;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #000;

}

th,
td {
	border: 1px solid #000;

	padding: 10px;
	text-align: left;

} */

.labelGroup {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.icon {
	width: 40px;
	height: 40px;
	fill: #000;
	cursor: pointer;
	margin-bottom: 10px;
}

.icon.mic.active {
	fill: #f00;
}

/* #apiResult {
	max-width: 600px;
	margin: 0 auto;
}

.apiResult {
	max-width: 600px;
	margin: 0 auto;
	display: block;
	text-align: end;
}

#loadingMessage {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-top: 150px;
}

#copyButton {
	display: none;
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid rgb(0, 0, 0);
	border-color: rgb(0, 0, 0) transparent rgb(0, 0, 0) transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#plan-form {
	display: grid;
	grid-template-columns: auto 1fr;
}

#assessment-form {
	display: grid;
	grid-template-columns: auto auto 1fr;
}

#objective-form {
	display: grid;
	grid-template-columns: auto 1fr;
} */
