body{
	font-family: "Nunito", sans-serif;
}
.chat-transcript-button-for-text {
	border-radius: 50%;
}

#send-button {
	font-size: 16px;
	border: none;
}

#send-button svg {
	fill: #7735dc;
}

#send-button svg:hover {
	fill: #c6a1fd;
}

/* 12-sep 2023 css */

.chat-area {
	height: 100%;
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: 15px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	background: #fff;
  	max-height: calc(100% - 80px);
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	overflow: hidden;
}

.chat-area2 {
	font-family: "Nunito", sans-serif;
	position: absolute;
	/* padding: 6px; */
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	z-index: 1000009;
	font-size: 16px;
	background: #fff;
	height: calc(100% - 180px);
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	overflow: hidden;
}

.chat-area2-header{
	padding:6px 10px;
	color: #fff;
	background:#5a57e5;
}
.custom-scrollbar {
	scrollbar-width: thin;
	-ms-overflow-style: thin;
}


.chat-area .chatModuleHeading {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.chatModuleHeading {
	padding: 10px 10px 10px 5px;
}

.chat-area .wave-bottom {
	padding: 5px 15px;
	position: relative;
}

.chat-area .wave-bottom::after {
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	bottom: -8px;
	left: -5px;
	border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzIgMTUiPgogIDxwYXRoIGQ9Ik0zNDkuOCAxLjRDMzM0LjUuNCAzMTguNSAwIDMwMiAwaC0yLjVjLTkuMSAwLTE4LjQuMS0yNy44LjQtMzQuNSAxLTY4LjMgMy0xMDIuMyA0LjctMTQgLjUtMjggMS4yLTQxLjUgMS42Qzg0IDcuNyA0MS42IDUuMyAwIDIuMnY4LjRjNDEuNiAzIDg0IDUuMyAxMjguMiA0LjEgMTMuNS0uNCAyNy41LTEuMSA0MS41LTEuNiAzMy45LTEuNyA2Ny44LTMuNiAxMDIuMy00LjcgOS40LS4zIDE4LjctLjQgMjcuOC0uNGgyLjVjMTYuNSAwIDMyLjQuNCA0Ny44IDEuNCA4LjQuMyAxNS42LjcgMjIgMS4yVjIuMmMtNi41LS41LTEzLjgtLjUtMjIuMy0uOHoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
	border-image-slice: 0 0 100%;
	border-image-width: 0 0 15px;
	border-image-repeat: stretch;
	border-width: 0px 0px 15px;
	border-bottom-style: solid;
	border-color: initial;
	border-top-style: initial;
	border-left-style: initial;
	border-right-style: initial;
}

.chat-area .wave-bottom p {
	margin-bottom: 0;
	font-size: 14px;
	color: #ffffff;
}

.chat-area .chatModuleHeading h2 {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.124rem;
	letter-spacing: 0;
	font-family: inherit;
	font-weight: 600;
	text-transform: capitalize;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
}

.header-container span.bot2 {
	position: relative;
}

.header-container span.bot2::after {
	content: "";
	background-color: #52eb52;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	border-radius: 50px;
	border: 2px solid #fff;
}

.chat-area .chatModuleHeading h2 span {
	font-size: 10px;
}

.chat-area .chatModuleHeading svg {
	fill: #fff;
	width: 2rem;
	cursor: pointer;
}

.chat-area .chat-date-tag {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	margin-top: 10px;
}

.chat-area .chat-date-tag span {
	width: auto;
	border: 1px solid #dddddd;
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 0.824rem;
	color: #343434;
}

.chat-area .you h4,
.chat-area .form-lead-data p {
	font-size: 0.864rem !important;
	line-height: 1.264rem;
	font-weight: 400;
	color: #222222;
	background-color: transparent;
	padding: 0 !important;
	font-family: inherit;
}

.chat-area .you h4 a{
    line-break: anywhere;
}

.form-lead-data ul {
    padding-left: 15px;
    font-size: 0.864rem;
}

.chat-area .you form.option_lists input[type="button"] {
	margin-top: 5px;
	border-radius: 50px;
	border: 1px solid #cad5ff;
	font-size: 14px;
}

.chat-area .you form.option_lists input[type="button"]:hover {
	background: linear-gradient(
		135deg,
		rgb(42, 39, 218) 0%,
		rgb(0, 204, 255) 100%
	);
	color: #fff;
}

.chat-area .you form.option_lists input[type="button"].active {
	background: linear-gradient(
		135deg,
		rgb(42, 39, 218) 0%,
		rgb(0, 204, 255) 100%
	);
	color: #fff;
}

.chat-area .you form.option_lists input[type="button"]:focus {
	box-shadow: none;
}

.chat-area .me h4 {
	font-size: 0.864rem;
	line-height: 1.264rem;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	font-family: inherit;
	background-color: transparent;
	padding: 0;
	/* word-break: break-all; */
}

.chat-area .you {
	background: #ffffff;
	border-radius: 5px 20px 20px 20px;
	position: relative;
	width: fit-content;
	margin-top: 5px;
	padding: 10px;
}

.chat-area .me {
	background-image: linear-gradient(
		135deg,
		rgb(42, 39, 218) 0%,
		rgb(0, 204, 255) 100%
	);
	border-radius: 20px 5px 20px 20px;
	position: relative;
	width: fit-content;
	margin-top: 5px;
	padding: 10px;
}

.chat-area span.time {
	font-size: 10px;
	font-weight: 600;
	/* display: none; */
	visibility: hidden;
}

.chat-area .email-transcript-button-container {
	display: none;
}

.chat-area .chat-input {
	padding: 0;
	margin: 0;
	background: #ffffff;
	gap: 0;
	border-top: 1px solid #e9e9e9;
	position: relative;
}

.chat-area input#message {
	flex-grow: 1;
	font-size: 0.864rem;
	border: none;
	color: #5b5c5c;
	padding: 10px;
}

.powered-by-bottom {
	width: 100%;
	background-color: #2a27da11;
	padding: 4px 0px;
	font-size: 11px;
}

.chat-area #message:focus {
	outline: 0;
	box-shadow: none;
}


.chat-area #chat-window {
	flex: 1;
	padding: 0px 10px 10px 10px;
	width: 100%;
	height: 100%;
	overflow: hidden auto;
	background: rgb(255, 255, 255);
	transition: all 0.3s ease 0s;
	scroll-behavior: smooth;
	scrollbar-width: thin;
}

.chat-area #chatMsgOUtput{
    width: 100%;
}

/* .chat-area #chatMsgOUtput button {
    font-size: 1.1rem;
} */

.chat-area #chatMsgOUtput p {
	padding: 2px 0px;
	color: #555;
	font-size: 1.2rem;
}

.chat-area #chatMsgOUtput strong {
	color: #575ed8;
}

.chat-area .chatMsg {
	margin-bottom: 1rem;
}

.chat-area .chatMsg span {
	margin-left: 10px;
}

.chat-area #chatbot-typing-msg p,
.chat-area .chatMsg span {
	padding: 0px;
	color: #555;
	font-size: 1rem;
	margin-bottom: 0;
}

.chat-area #chatbot-typing-msg strong {
	color: #575ed8;
}

.chat-area label {
	box-sizing: border-box;
	display: block;
	padding: 10px 0px 0px 0px;
}

/* .chat-input {
    padding: 10px 20px;
    margin: 0px;
    background: #fff;
    gap: 5px;
    position: relative;
} */

.chat-area .chatbot-typing {
	display: flex;
	background: #fff;
}

.chat-area .chatbot-typing .chatbot-dot {
	animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
	background-color: #6c71ad;
	border-radius: 50%;
	height: 7px;
	margin-right: 4px;
	vertical-align: middle;
	width: 7px;
	display: inline-block;
}

.chat-area.chatbot-typing .chatbot-dot:nth-child(1) {
	animation-delay: 200ms;
}

.chat-area .chatbot-typing .chatbot-dot:nth-child(2) {
	animation-delay: 300ms;
}

.chat-area .chatbot-typing .chatbot-dot:nth-child(3) {
	animation-delay: 400ms;
}

.chat-area .chatbot-typing .chatbot-dot:last-child {
	margin-right: 0;
}

@keyframes mercuryTypingAnimation {
	0% {
		transform: translateY(0px);
		background-color: #6c71ad;
	}

	28% {
		transform: translateY(-7px);
		background-color: #9ea2ca;
	}

	44% {
		transform: translateY(0px);
		background-color: #b5b9d9;
	}
}

/* #message {
    border-radius: 50px;
    width: 100%;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    height: 40px;
    margin-left: 15px;
} */

.chat-area .chatbot-property-card {
	margin-bottom: 10px;
}

.chat-area .chatbot-property-title {
	font-size: 20px;
}

.chat-area .chatbot-property-description {
	font-size: 13px;
}

.chat-area .chatbot-property-view-button {
	text-align: right;
}

.chat-area .chatbot-submit-button {
	width: 100px;
}

.chat-area .chatbot-ta-c {
	text-align: center;
}

.chat-area .tooltip-container {
	position: relative;
	display: inline-block;
	opacity: 1;
	text-align: right;
	width: 100%;
}

.chat-area .tooltip-container .tooltiptext {
	visibility: hidden;
	width: 280px;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	/* Use half of the width (120/2 = 60), to center the tooltip */
	background-color: black;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.chat-area .tooltip-container:hover .tooltiptext {
	visibility: visible;
}

.chat-area .view-more-properties {
	text-align: right;
}

.chat-area .idle-timeout-options-container {
	display: flex;
}

.chat-area .idle-timeout-options {
	margin-right: 10px;
	background-color: #0d6efd;
	color: #fff;
	border: 0px;
	border-radius: 5px;
	padding: 3px 15px;
}

.chat-area .idle-timeout-options:disabled {
	background-color: #62a1fe;
}

.chat-area .msg-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	width: fit-content;
	justify-content: end;
	margin-left: 5px;
}

.chat-area span.bot {
	position: relative;
}

.text-end .msg-left-container span.bot::after {
	visibility: hidden;
}

.chat-area span.bot i {
	color: #44444487;
	font-size: 18px;
}

.chat-area img.bot-img {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}

.chat-area .msg-card {
	width: 100% !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.p10 {
	padding: 10px;
}

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

.chat-area .you span i {
	color: #fff;
}

.chat-area .you h4::before,
.chat-area .me h4::before {
	content: unset !important;
}

.chat-area .chatbot-rating-stars-rate {
	height: 46px;
	padding: 0 10px;
}
.chat-area .chatbot-rating-stars-rate:not(:checked) > input.chatbot-input {
	position: absolute;
	top: -9999px;
}
.chat-area .chatbot-rating-stars-rate:not(:checked) > label.chatbot-label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 30px;
	color: #ccc;
}
.chat-area
	.chatbot-rating-stars-rate:not(:checked)
	> label.chatbot-label:before {
	content: "★ ";
}
.chat-area
	.chatbot-rating-stars-rate
	> input.chatbot-input:checked
	~ label.chatbot-label {
	color: #ffc700;
}
.chat-area .chatbot-rating-stars-rate:not(:checked) > label.chatbot-label:hover,
.chat-area
	.chatbot-rating-stars-rate:not(:checked)
	> label.chatbot-label:hover
	~ label.chatbot-label {
	color: #deb217;
}
.chat-area.chat-area.chatbot-rating-stars-rate
	> input.chatbot-input:checked
	+ label.chatbot-label:hover,
.chat-area.chat-area.chatbot-rating-stars-rate
	> input.chatbot-input:checked
	+ label.chatbot-label:hover
	~ label.chatbot-label,
.chat-area.chatbot-rating-stars-rate
	> input.chatbot-input:checked
	~ label.chatbot-label:hover,
.chat-area
	.chatbot-rating-stars-rate
	> input.chatbot-input:checked
	~ label.chatbot-label:hover
	~ label.chatbot-label,
.chat-area
	.chatbot-rating-stars-rate
	> label.chatbot-label:hover
	~ input.chatbot-input:checked
	~ label.chatbot-label {
	color: #c59b08;
}

.chat-area .chatbot-label {
	padding: unset;
}

.chat-area .form-label-chatbot {
	padding-left: 0;
}

.chat-area .chatbot-trigger-email-transcript {
	border-radius: 50%;
}

.chat-area .email-transcript-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.chat-area .email-transcript-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 24rem;
	border-radius: 0.5rem;
}

.chat-area .email-transcript-close-button {
	float: right;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: lightgray;
}

.chat-area .email-transcript-close-button:hover {
	background-color: darkgray;
}

.chat-area .show-email-transcript-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	z-index: 999;
}

.chat-area .chatbot-flex-container {
	display: flex;
	position: relative;
	align-items: center;
}

/* faq tag start */

.no-scrollbar {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.faq-area {
	position: absolute;
	display: none;
	bottom: 50px;
	padding-inline: 25px;
	width: 100%;
	z-index: 1000;
}

.faq-tag-container {
	width: 100%;
	display: flex;
	gap: 4px;
	overflow-x: auto;
}

.faq-tag {
	height: 40px;
	background-color: #f1f1f1;
	border: 1px solid #f7f7f7;
	border-radius: 0.25rem;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-inline: 5px;
	text-align: start;
	font-size: 11px;
	min-width: 300px;
	max-width: 300px;
}
.faq-tag:hover {
	color: blue;
}

.leftBtnScroll {
	display: none;
	height: 26px;
	width: 26px;
	position: absolute;
	left: 2px;
	bottom: 57px;
	border:none;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: white;
	z-index: 5000;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rightBtnScroll {
	display: none;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 2px;
	bottom: 57px;
	border: none;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: white;
	z-index: 5000;
}
.leftBtnScroll:hover,
.rightBtnScroll:hover {
	background-color: #bce7ec;
}
.leftBtnScroll img,
.rightBtnScroll img{
	height: 100%;
}
.leftBtnScroll:focus,
.rightBtnScroll:focus,
.faq-tag:focus {
	outline: none;
}

/* faq tag end */

.chat-area .chatbot-form-element {
	width: 100%;
}

/* .email-transcript-button-container {
    margin-right: 10px;
} */

.chat-area .rating-container {
	display: flex;
	flex-direction: column;
}

@media (max-width: 480px) {
	#chat-bot {
		width: 50px;
		height: 50px;
		border-radius: 50px;
		font-size: 22px;
	}

	#send-button {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	/* .chat-area {
      width: calc(100% - 30px);
      height: 100%;
      min-height: 100%;
    } */
}

.fa-comments {
	color: #d4d4d4;
}

/* .contentOptionsContainer {
    margin-top: 10px;
}

.contentOptionsButton {
    font-size: 16px !important;
    padding: 3px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #c5c4c4;
    color: black;
} */

/* .chat-area .you .contentOptionsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
} */

/* .chat-area .you .contentOptionsContainer .contentOptions {
    border: 0;
    border-radius: 50px;
    width: 100%;
    font-size: 0.954rem;
    text-transform: capitalize;
    transition: all ease 0.5s;
} */

/* .chat-area .you .contentOptionsContainer .contentOptions:hover {
    transform: translateX(5px);
} */

#contentOptions__select {
	min-width: 100%;
}

.chat-area .you select {
	border-radius: 0;
	font-size: 14px;
}

.chat-area .you select:focus {
	box-shadow: none;
	border-color: #cad5ff;
}

.chat-area .you form.option_lists input {
	vertical-align: middle;
}

.chat-area .you form.option_lists input:focus {
	box-shadow: none;
}

.chat-area .you form.option_lists label {
	display: inline-block;
	padding: 5px;
	font-size: 14px;
}

.chat-area .you form.option_lists input[type="submit"] {
	margin-top: 5px;
	border-radius: 50px;
	border: 1px solid #cad5ff;
	font-size: 14px;
}

.chat-area .you form.option_lists input[type="submit"]:hover {
	background: linear-gradient(
		135deg,
		rgb(42, 39, 218) 0%,
		rgb(0, 204, 255) 100%
	);
	color: #fff;
}

.chat-area .chatModuleHeading .useful-icons {
	display: flex;
	align-items: center;
	gap: 3px;
}

.chat-area .chatModuleHeading i {
	color: white;
	margin-top: 2px;
	vertical-align: middle;
	cursor: pointer;
}

.chatModuleHeading{
	padding-bottom: 20px;
    padding-top: 22px;
}

#chatModulePopup {
	z-index: 999999;
}

.form-lead-data-left {
	overflow: auto;
	scroll-behavior: smooth;
	scrollbar-width: thin;
}

/* .form-lead-data-left .form-group input.form-control,
.form-lead-data-left .form-group select.form-select {
	border: 0;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
	padding: 0;
}

.form-lead-data-left .form-group input.form-control:focus,
.form-lead-data-left .form-group select.form-select:focus {
	box-shadow: none;
} */

.lead-form-button {
	text-decoration: underline;
	cursor: pointer;
}

.call-appear {
    animation: appear .5s
}

.input-range-field{
    display: flex;
    padding: .580rem .75rem;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #212529;
    font-size: 1rem;
    background-clip: padding-box;
    position: relative;
}

.input-range-value{
    position: absolute;
    bottom: 0px;
    font-size: 10px;
}
.input-range-current-value{
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 12px;
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: 20px;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes appear {
	from {
		transform: translateX(100%);
	}
}

/* .call-disappear {
    transition: all ease .5s;
    opacity: 0;
} */

/* animation */

.botBtn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	height: 60px;
	width: 60px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	transition: ease-in-out 0.25s;
	user-select: none;
}
.botBtn:hover {
	transform: scale(1.1);
}

.botBtn img {
	height: 100%;
	width: 100%;
}

@keyframes fedIn {
	0% {
		opacity: 1;
		font-size: 100%;
		visibility: visible;
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		font-size: 0%;
		visibility: hidden;
		transform: translateY(30px);
	}
}
@keyframes fedOut {
	0% {
		opacity: 0;
		font-size: 0%;
		visibility: hidden;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		font-size: 100%;
		transform: translateY(0px);
		visibility: visible;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(1.5rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(1.5rem);
	}
}

.fadein {
	animation: 300ms fadeIn ease-in-out;
}
.fadeout {
	animation: 300ms fadeOut ease-in-out;
}

/* .pulse {
	animation: pulse 200ms infinite ease-in-out alternate;
}
@keyframes pulse {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
} */



#errorMsgBox{
    position: absolute;
    display: none;
    color: #6e2a2a;
    text-align: center;
    background-color: #ffdada;
    padding: 0.2rem;
    font-size: 1.2rem;
    bottom: 42px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.bot-context-source i {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.tooltip-inner {
    user-select: text; /* Allow text selection */
    pointer-events: auto; /* Enable interaction */
}

.tooltip {
    pointer-events: none; /* Disable the tooltip's container from being interactive */
}


.tooltip-contain{
    position: relative;
}

.custom-tooltip {
    visibility: hidden;
    /* background-color: #f2f2f2	; */
    color: black;
    text-align: center;
    border-radius: 5px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 135%;
    right: 0%;
    /* transform: translateX(-50%); */
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    width: 200px;
    text-wrap: wrap;
    word-wrap: break-word;
	font-size: 16px;
	font-weight: 500;
    color: #000000;
  }

  .popup-arrow {
    position: absolute;
    top: 100%; 
	right:3%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f2f2f2	; 
  }

  .custom-tooltip p, .custom-tooltip span {
    color: #000000;
  }

  
  .tooltip-contain:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
    font-weight: 600;
    text-decoration: none;
  }

	.system-message-container {
    display: flex;
    align-items: center; 
    margin: 10px 0;
    position: relative; 
}

.line-start, .line-end {
    flex: 1; 
    border-top: 2px solid gray; 
    margin: 0 10px; 
}

.system-message {
    font-size: 14px;  
    font-weight: 500; 
    color: #969ca1;
    letter-spacing: 0.5px;
    padding: 20px 0; 
    white-space: nowrap; 
}
