/* html */
html {
	overflow: hidden;
}

body {
	margin: 0;
}

p {
	margin: 0;
}

/* Project chat theme */
.chat-theme-header {
	background-color: #035292 !important;
	color: #FFFFFF !important;
}

.chat-theme-body {
	background-color: #FFFFFF !important;
	color: #333333 !important;
}

/* User embedded chat custom styles */
.minimized-widget {
	width: 75px;
	height: 75px;
	z-index: 1000;
	padding-bottom: 0px;
	display: flex;
    align-self: flex-end;
}

.minimized-widget img {
	width: 100%;
	height: 100%;
}

.minimized-widget-open {
	width: 90%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	text-decoration: none !important;
	margin-top: 10px;
	box-shadow: -10px 10px 10px -10px rgba(0,0,0,0.5);
}

.minimized-widget-open:hover {
	text-decoration: none !important;
    font-size: large;
}

.minimized-widget-open em.ui-icon {
	font-weight: bold;
    font-size: x-large;
}

.hey-listen-popup {
	max-width: 300px;
	max-height: 300px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.chat-popup {
	flex-direction: column;
	align-items: center;
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	align-self: flex-end;
}

.bot-logo {
	width: 40px;
	height: 40px;
	margin-top: -25px;
	z-index: 1000;
	padding: 3px;
	position: fixed;
	border-radius: 30px;
}

.popupChat-link {
	color: inherit;
	cursor: pointer;
}

.popupChat-link:hover {
	text-decoration: none!important;
}

.top-padding-bot .st-default-popup {
	padding-top: 30px;
}

.chat-header a, .chat-header a:hover {
	color: #FFFFFF !important;
}

.chat-input .ui-button:hover {
	background-color: #035292 !important;
}

.chat-input .ui-button:hover .ui-icon {
	color: #FFFFFF !important;
}

.chat-input .ui-button .ui-icon {
	color: #035292 !important;
}

.chat-input .ui-button {
	background-color: transparent !important;
}

.embedded-chat .ui-inputfield.ui-state-focus {
	border-color: #035292 !important;
}

.attachment-list {
	background-color: #FFFFFF !important;
}

.embedded-chat .ui-widget-overlay.ui-dialog-mask {
	display: none !important;
}

.bubble-left a.attachment-sent-label {
	color: #333333 !important;
}

.mobile-embedded-chat-form {
	position: fixed;
	bottom: 0px;
    right: 0px;   
}

.mobile-embedded-chat-maximized {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 95vw;	
}