.position-relative.hero-animation-img {
    max-width: 365px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 0 !important;
}

.position-relative.hero-animation-img .svg-mountain {
	position: absolute;
	top: -148px;
	width: 200px;
	height: 200px;
	z-index: 99;
	left: 50%;
	transform: translate(-50%, 0px);
}

.col.app-chat-history {
	background-color: #f7f6fa;
}

.chat-message-text {
	background-color: #fff;
	box-shadow: 0 .125rem .25rem 0 rgba(46, 38, 61, .16);
	border-radius: .375rem;
	padding: .5rem 1rem;
	font-size: 16px;
}

.app-chat .app-chat-history .chat-history-footer {
	background-color: #fff;
	box-shadow: 0 .125rem .25rem 0 rgba(46, 38, 61, .16);
	margin: 1.25rem;
	border-radius: .375rem;
}

#suggestions-container {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

button.suggestion-button {
	max-width: 52%;
	width: 100%;
	background-color: #8c57ff !important;
	color: #fff;
	box-shadow: 0 .125rem .25rem 0 rgba(46, 38, 61, .16);
	text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-14yq2cq {
	width: 20px;
	fill: #fff;
	margin-left: 10px;
}

.app-chat .sidebar-body .chat-contact-list li.active small.chat-contact-status.text-truncate {
	color: #fff;
}

li.mb-1.chat-contact-list-item.active h6.m-0.chat-contact-name.text-truncate {
	color: #fff;
}

.app-chat .app-chat-history .chat-history-body .chat-history .chat-message:not(.chat-message-right) .chat-message-text {
	max-width: 52%;
}

li.chat-message.chat-message-right {
	/* max-width: 50%;
	margin-left: auto; */
}

.app-chat .sidebar-body .chat-contact-list li.active small.text-muted {
	color: #fff !important;
}

/* link upload css */
.popup-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.popup-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	width: 400px;
	position: relative;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}
section#landingHero {
    height: 77.4vh;

}

a.nav-link.fw-medium {
    color: #15CF92 !important;
}

@media (max-width: 991.98px) {
    .navbar.landing-navbar .landing-nav-menu {
        background: #fff;
    }
}
