body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin: 0
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.web-chat {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden
}

#widget-container {
	border: 2px solid;
	border-radius: 10px;
	box-shadow: 0 20px 38px 0 rgba(0, 0, 0, .2), 0 26px 50px 0 rgba(0, 0, 0, .19);
	height: 80vh
}

#widget {
	height: 100vh;
	position: relative;
	width: 100vw
}

.chatButton-max {
	bottom: 50px;
	position: fixed;
	right: 55px
}

.chatButton-min {
	bottom: 20px;
	position: fixed;
	right: 25px
}

.chatWidget {
	bottom: 95px;
	margin-left: 15px;
	position: fixed;
	right: 25px;
	z-index: 1000;
}

.MuiDataGrid-panelWrapper {
	width: 43vw
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
	.chatButton-max {
		bottom: 50px;
		position: fixed;
		right: 55px
	}

	.chatButton-min {
		bottom: 10px;
		position: fixed;
		right: 5px
	}

	.chatWidget {
		bottom: 95px;
		margin-left: 5px;
		position: fixed;
		right: 5px
	}

	.MuiDataGrid-panelWrapper {
		width: 30vw
	}
}

.nonChatWidget {
	display: none
}

.landingContainer {
	animation: popup 3s
}

@keyframes popup {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.3)
	}

	60% {
		transform: scale(1.1)
	}

	70% {
		transform: scale(1.2)
	}

	80% {
		transform: scale(1)
	}

	90% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

::-webkit-scrollbar {
	height: 8px;
	width: 8px
}

::-webkit-scrollbar-thumb {
	background-color: #eee;
	border: 1px solid #aaa
}

::-webkit-scrollbar-thumb:hover {
	border: 1px solid #00a5df
}

::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #aaa
}

::-webkit-scrollbar-track:hover {
	border: 1px solid #00a5df
}

.hoverIcon {
	transition: transform .2s
}

.hoverIcon:hover {
	transform: scale(1.5)
}

.botActivityDecorator {
	min-height: 60px;
	position: relative
}

.botActivityDecorator .botActivityDecorator__buttonBar {
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	margin-bottom: -3px;
	margin-right: 25px;
	background: transparent;
}

.botActivityDecorator .botActivityDecorator__buttonBar .botActivityDecorator__button {
	border: none;
	    cursor: pointer !important;
		background: transparent;
		
}

#item-grid td {
	word-wrap: break-word;
	white-space: normal
}

#item-grid {
	border-spacing: 0;
	margin-left: 6;
	margin-right: auto;
	table-layout: fixed;
	width: 100% !important
}

#item-grid tbody {
	display: block;
	height: 200px;
	overflow: auto;
	width: 100%
}

#item-grid thead tr {
	display: block
}
