/*<meta />*/

/*RESULTS BANNER STYLES*/

p.fauxh1
{
	font-size: 1.875em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #052332;
}

#nintexAssistantLink
{
	background-color: #FAFAFA;
	margin: -50px;
	margin-bottom: -20px;
	padding: 25px 50px;
}

.badge
{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	position: absolute;
	right: 0px;
	top: -25px;
}

.message-experimental
{
	display: flex;
	padding: 0px 8px;
	align-items: center;
	border-radius: 12px;
	border: 1px solid #C4C7CA;
	background: white;
	font-family: Open Sans;
	font-size: 14px;
	line-height: 19px;
	width: fit-content;
}

.beta-tag
{
	display: flex;
	padding: 0px 8px;
	align-items: center;
	border-radius: 12px;
	background: #E60000;
	color: white;
	font-family: Open Sans;
	font-size: 14px;
	line-height: 19px;
	width: fit-content;
}

.na-flex-wrapper
{
	display: flex;
	flex-direction: row;
}

.assistant-header
{
	color: #161718;
	font-family: Montserrat, 'Open Sans';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

.results-icon
{
	width: 24px;
	height: 24px;
	margin: auto 12px;
	padding: 0;
}

.user-instruction
{
	color: #161718;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.answer-inner
{
	display: flex;
	padding: 12px 16px;
	flex-direction: row;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid #E2E3E4;
	width: fit-content;
}

.spinner-icon
{
	width: 16px;
	height: 16px;
	padding: 0px;
}

.message-generating
{
	margin: auto;
}

/* WIDGET STYLES*/

.nintexAssistantWidget
{
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 9999;
}

@keyframes buttonWidthTransition {
    0% { max-width: 56px; }
    99% { max-width: 205px; }
    100% { max-width: fit-content; }
} 

.widgetButton
{
	max-width: 56px;
	background: #F56900;
	border-radius: 100px;
	padding: 12px;
	border: none;
	display: flex;
	flex-direction: row;
	animation: buttonWidthTransition 0.5s ease-in 1.5s forwards;
}

.widgetButton:hover
{
	cursor: pointer;
	background: #E06000;
}

.widgetText
{
	overflow-x: hidden;
	white-space: nowrap;
	margin: auto;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 500;
	margin-left: 8px;
	margin: auto 10px auto 8px;
}

.widgetLink:link
{
	text-decoration: none;
}

.widgetIcon
{
	position: relative;
	height: 32px;
	margin: 0;
}

.widgetImg
{
	position: absolute;
	padding: 0;
}

.bubble
{
	padding: 0;
	min-width: 32px;
}

@keyframes growShrink {
    0%, 12% { transform: scale(1); rotate: 0deg; }
    6% { transform: scale(1.4); rotate: 15deg; }
} 

.star1
{
	top: 7px;
	left: 5px;
	width: 15px;
	animation: growShrink 5s ease-in-out 2.5s infinite;
}

.star2
{
	top: 17px;
	left: 16px;
	width: 9px;
}

.star3
{
	top: 7px;
	left: 19px;
	width: 7px;
}

/*HOME BANNER*/

.home-banner
{
	border-radius: 0px;
	color: #5B5B5B;
	border: none;
	/*border-left: 5px solid #f56900;*/
	margin-top: 15px;
	padding: 10px;
	padding-left: 24px;
	width: 100%;
	background-image: url('shapesandstars.svg');
	background-color: #F569001F;
	background-position: right;
	background-repeat: no-repeat;
}

.banner-title
{
	font-weight: bold;
	color: #052332;
}

.banner-text
{
	max-width: calc(100% - 170px);
	/*Avoid overlapping background stars*/
}

.mini-banner-text
{
	display: none;
}

@media only screen and (max-width: 767px)
{
	.home-banner
	{
		background-image: none;
		/*	background-position: left;
		padding-left: 50px;	
		background-size: 50px;*/
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 16px;
	}

	.banner-text
	{
		display: none;
	}

	.mini-banner-text
	{
		display: block;
	}
}

/*#F5690031*/

