@charset "utf-8";
:root {
	--chat--textarea--height: 75px;
	--chat--textarea--max-height: 30rem;
	--chat--color-disabled: #9e9e9e;
	--chat--color-typing: #000000;
	--chat--input--send--button--color: #1a2136;
	--chat--header--background: cornflowerblue;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, 'Trebuchet MS', sans-serif;
}

#app {
	width: 100%;
	height: 100%;
	padding: 0;
}
.nav-justifier {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.top-nav {
	display: flex;
	padding: 5px;
	height: 50px;
	/* border-radius: 20px; */
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	/* overflow: hidden; */
	/* padding-left: 50px; */
}

.option-box {
	display: flex;
	flex: 1 1 100%;
	width: 100%;
	justify-content: end;
	align-items: center;
	text-align: center;
	padding-right: 20px;
	gap: 10px;
}

.top-nav a {
	color: #555;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	text-align: center;
	padding: 10px 16px;
	text-decoration: none;
	font-size: 17px;
	transition: all .3s;
	text-overflow: none;
	text-wrap: nowrap;
}

.nav-text {
	display: flex;
	/* flex: 1 1 20%; */
	padding: 10px 16px;
	/* margin-right: 20px; */
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #555;
	text-decoration: none;
	font-weight: 800;
	font-size: 19px;
	overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 890px) {
	.nav-text {
		display: none;
	}
}

.top-nav a:hover {
	background-color: oklab(0.21 0.00164224 -0.00577088 / 0.1);
	/* color: white; */
}

.top-nav a.nav-selected {
  background-color: black;
  color: #ffffff;
}

.model-editor {
	display: flex;
	/* gap: 5px; */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
	/* border-bottom: 1px solid rgb(192, 190, 190); */
	margin-left: 15px;
}

.opt-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 7px;
	padding-right: 3px;
	font-family: Calibri, 'Trebuchet MS', sans-serif;
	font-size: 17px;
	color: #616161;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.opt-title svg {
	/* width: 30px; */
	width: 30px;
	height: 30px;
	
}
.opt-select {
	/* border-radius: 20px; */
	padding: 10px 16px;
	font-family: Calibri, 'Trebuchet MS', sans-serif;
	font-size: 17px;
	border: none;
	width: 150px;
	text-overflow: ellipsis;
	background: none;
	color: #555;
	transition: all .3s;
	cursor: pointer;
}
.opt-select.orgs {
	width: 100px;
}

.opt-select:hover {
	background-color: oklab(0.21 0.00164224 -0.00577088 / 0.1);
	color: #555;
}

.opt-select:open {
	border: none;
	background: #f3f3f39c;
	color: rgb(136, 136, 136);
	transition: none;
}
.opt-select option {
	color: black;
}
.add-model {
	display:flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .2s;
}
.add-model svg {
	stroke: #555;
}

.add-model:hover {
	background-color: oklab(0.21 0.00164224 -0.00577088 / 0.1);
}
.delete-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	padding-right: 7px;
	padding-left: 3px;
	color: #555;
	cursor: pointer;
	transition: all .2s;
}
.delete-icon:hover {
	background-color: oklab(0.21 0.00164224 -0.00577088 / 0.1);
}


.main {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;

}

.mpage {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;;
	justify-content: center;
	align-items: center;
}

.img-text {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.aureka-img {

}

.ctext {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color: rgb(90, 90, 90);
	padding-top: 10px;
	font-size: 30px;
	font-weight: 100;
}

.toggle-button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	height: 3.8em;
	width: 3.8em;
	border-radius: 50%;
	background: rgb(251, 43, 43);
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	transition: all .3s;
}
.full-chat {
	height: 100%;
	width:100%;
}

.mini-chat {
	min-height: 4em;
	height: 50vh;
	width: 35vw;
	min-width: 20em;
	position: absolute;
	right: 30px;
	bottom: calc(60px + 3.8em);
	border: 1px solid black;
	border-radius: 10px;
	overflow:hidden;
}
.mini-chat .n8n-chat {
	overflow: hidden;
}
.chat-layout .chat-header {
	gap: 0px !important;
	line-height: 0px;
}

.chat-layout .chat-header .chat-heading {
	display: flex;
	align-items: center;
	justify-content:unset !important;
	gap: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.8em;
}
.chat-heading h1{
	white-space: nowrap;
}

.chat-heading-icon {
	height: 30px;
}

.chat-layout .chat-header p {
	line-height: 0 !important;
}

.toggle-button:hover {
	background: rgb(255, 87, 87);
	height: 4em;
	width: 4em;
}

.hidden {
	display: none;
}

.outer-modal {
	position: fixed;        /* Stay in the same place when scrolling */
	top: 0;
	left: 0;
	width: 100vw;           /* Cover full width */
	height: 100vh;          /* Cover full height */
	background: rgba(0, 0, 0, 0.6); /* Transparent black background */
	display: flex;
	justify-content: center;/* Center modal horizontally */
	align-items: center;    /* Center modal vertically */
	z-index: 100;          /* On top of everything */
}

.inner-modal {
	background: white;
	padding: 20px;
	border-radius: 8px;
	max-width: 400px;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
}
.form-header {
	width: 100%;
	padding: 0px 10px;
	font-size: 23px;
	font-weight: 600;
	color: rgb(56, 56, 56);
}
.mform {
	display: flex;
	flex-direction: column;
	gap: 18px;	
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	padding: 20px;
	width: 100%;
	font-family: Calibri;
}
.input-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	width: 90%;
}
.mlabel {
	width: 100%;
	margin-bottom: 7px;
	font-weight: 600;
}
.minput {
	flex: 1 1 100%;
	width: 100%;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	font-size: 13px;
	border: 1px solid lightgray;
	transition: all .3s;
}
.minput:focus {
	border: 1px solid rgb(196, 207, 252);
	background: rgb(239, 239, 251);
	padding-bottom: 7px;
	outline: none;
}
.img-input {
	flex: 1 1 100%;
	width: 100%;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	font-size: 13px;
	border: 1px solid lightgray;
	transition: all .3s;
}

.input-error {
	font-size: 12px;
	font-style: italic;
	color: red;
}
.input-info {
	font-size: 12px;
	color: rgb(111, 111, 111);
}

.form-buttons { 
	display: flex;
	margin-left: auto;
	gap: 5px;
}
.cancel-button {
	display:flex;
	justify-content: center;
	align-items: center;
	background: lightgray;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	transition: all .3s;
}
.cancel-button:hover {
	background: rgb(230, 229, 229);
}

.submit-button {
	display:flex;
	color: white;
	justify-content: center;
	align-items: center;
	background: rgb(66, 66, 255);
	border-radius: 10px;
	padding: 10px 16px;
	cursor: pointer;
	transition: all .3s;
}

.submit-button:hover {
	background: rgb(100, 100, 255);
}

.chat-footer-text {
	font-size: 16px;
	color: rgb(111, 111, 111);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: italic;
}