@font-face {
	font-family: Arial,Helvetica,sans-serif;
	src: url("https://media.residenthome.com/fonts/biotif/biotif-light.woff") format("woff");
	font-display: swap;
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Arial,Helvetica,sans-serif;
	src: url("https://media.residenthome.com/fonts/biotif/biotif.woff") format("woff");
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Arial,Helvetica,sans-serif;
	src: url("https://media.residenthome.com/fonts/biotif/biotif-medium.woff") format("woff");
	font-display: swap;
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Arial,Helvetica,sans-serif;
	src: url("https://media.residenthome.com/fonts/biotif/biotif-semi-bold.woff") format("woff");
	font-display: swap;
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Arial,Helvetica,sans-serif;
	src: url("https://media.residenthome.com/fonts/biotif/biotif-bold.woff") format("woff");
	font-display: swap;
	font-weight: 700;
	font-style: normal;
}

:root {
	--nectar-blue: #001780;
	--secondary: #6677CC;
	--bubble-color: #E4E4E4;

	--f9-chat-title-color: #000000 !important;
	--f9-chat-title-background-color: #ffffff !important;

	--f9-chat-chat-background-color: #ffffff;

	--f9-chat-agent-text-color: #000000;
	--f9-chat-agent-bubble-color: var(--bubble-color);

	--f9-chat-customer-text-color: #000000;
	--f9-chat-customer-bubble-color: var(--bubble-color);

	--f9-chat-welcome-text-color: #000000;
	--f9-chat-welcome-bubble-color: #f4f7f2;

	--f9-chat-input-text-color: #000000;
	--f9-chat-input-background-color: #ffffff;

	--f9-chat-quick-button-text-color: #ffffff;
	--f9-chat-quick-button-background-color: #05467c;

	--f9-chat-button-text-color: #ffffff;
	--f9-chat-button-background-color: #6677CC;

	--f9-chat-mini-form-label-color: #4f4f4f;
	--f9-chat-mini-form-text-color: #4f4f4f;
	--f9-chat-mini-form-text-input-color: #000000;
	--f9-chat-mini-form-background-color: #ffffff;
	--f9-chat-mini-form-submit-color: #000000;
	--f9-chat-mini-form-submit-background-color: #ffffff;

	--f9-chat-survey-rating-color: #7b68ee;
	--f9-phone-display-flag: 'block';

	--f9-chat-badge-color: #f0f8ff;
	--f9-chat-badge-border-color: #333333;
	--f9-chat-badge-background-color: #e63535;
}

#endConfirmationMessage {
	margin-top: 40%;
	font-size: 20px;
}

.end-confirmation-button-group {
	flex-direction: row-reverse;
}

.endChatButtonsContainer {
	padding-top: 16px;
}
.formMessageTitle {
	font-size: 26px; 
	color: var(--nectar-blue);
	font-weight: 600;
}

.formMessageBody {
	margin-top: 12px;
	text-align: left;
	margin-bottom: 24px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

.messageContainer {
	display: flex;
}

.five9ChatButton {
	position: fixed;
	outline: none;
	border: 0px;
	border-radius: 10px;
	bottom: 8px;
	right: 8px;
	background: var(--secondary)
}

.rcw-new-message::placeholder {
	color: #CBCBCB;
}

.rcw-conversation-container .rcw-title {
	font-size: 39px;
	margin: 10px;
	padding: 15px 0;
	display: none;
}

.rcw-conversation-container .rcw-header {
	color: var(--f9-chat-title-color);
	background-color: var(--f9-chat-title-background-color);
	border-radius: 8px 8px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center !important;
	padding: 10px 0 10px !important;
	height: 30px;
	align-items: center;
	justify-content: center;
}

.rcw-conversation-container .rcw-title {
	font-family: inherit !important;
	font-size: 24px;
	margin: 0;
	padding: 15px 0
}

.rcw-conversation-container .rcw-close-button {
	display: none
}

.rcw-conversation-container .avatar {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px;
	vertical-align: middle
}

.rcw-full-screen .rcw-header {
	border-radius: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.rcw-full-screen .rcw-title {
	padding: 0 0 15px
}

.rcw-full-screen .rcw-close-button {
	background-color: var(--f9-chat-title-background-color);
	border: 0;
	display: block;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 40px
}

.rcw-full-screen .rcw-close {
	width: 20px;
	height: 20px
}

@media screen and (max-width:100px) {
	.rcw-conversation-container .rcw-header {
		border-radius: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		position: relative
	}
	.rcw-conversation-container .rcw-title {
		padding: 0 0 15px
	}
	.rcw-conversation-container .rcw-close-button {
		background-color: var(--f9-chat-title-background-color);
		border: 0;
		display: block;
		position: absolute;
		right: 10px;
		top: 20px;
		width: 40px
	}
	.rcw-conversation-container .rcw-close {
		width: 20px;
		height: 20px
	}
}

.rcw-message {
	margin: 10px 30px;
	display: -ms-flexbox;
	display: flex;
	word-wrap: break-word
}

.rcw-timestamp {
	font-size: 10px;
	margin-top: 5px
}

.rcw-agent-display-name {
	font-size: 10px;
	margin-top: 5px;
	font-weight: bold;
}

.rcw-client {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	max-width: 60%;
	width: fit-content;
}

.rcw-client .rcw-message-text {
	background-color: var(--f9-chat-customer-bubble-color);
	color: var(--f9-chat-customer-text-color);
	border-radius: 15px 15px 0 15px;
	padding: 15px;
	max-width: 100% !important;
	text-align: left
}

.rcw-started-message {
	font-size: 16px;
}

.rcw-client .rcw-timestamp {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.rcw-response {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px
}

.rcw-response .rcw-message-text {
	background-color: var(--f9-chat-agent-bubble-color);
	color: var(--f9-chat-agent-text-color);
	border-radius: 15px 15px 15px 0;
	padding: 15px;
	max-width: 60% !important;
	text-align: left
}

.rcw-welcome {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px
}

.rcw-welcome .rcw-message-text {
	background-color: var(--f9-chat-welcome-bubble-color);
	color: var(--f9-chat-welcome-text-color);
	border-radius: 15px 15px 15px 0;
	padding: 15px;
	max-width: 100%;
	text-align: left
}

.rcw-message-text p {
	margin: 0
}

.rcw-message-text img {
	width: 100%;
	object-fit: contain
}

.rcw-message-text {
	font-size: 14px;
}

.rcw-avatar {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px
}

.rcw-snippet {
	background-color: var(--f9-chat-agent-text-color);
	border-radius: 10px;
	padding: 15px;
	max-width: 215px;
	text-align: left
}

.rcw-snippet-title {
	margin: 0
}

.rcw-snippet-details {
	border-left: 2px solid #35e65d;
	margin-top: 5px;
	padding-left: 10px
}

.rcw-link {
	font-size: 12px
}

.quick-button {
	color: var(--f9-chat-quick-button-text-color);
	background: none;
	border-radius: 15px;
	border: 2px solid var(--f9-chat-quick-button-text-color);
	font-weight: 700;
	padding: 5px 10px;
	cursor: pointer;
	outline: 0
}

.quick-button:active {
	background: var(--f9-chat-title-background-color);
	color: #fff
}

.loader {
	margin-left: 30px;
	display: none
}

.loader.active {
	display: -ms-flexbox;
	display: flex
}

.loader-container {
	background-color: var(--f9-chat-agent-bubble-color);
	border-radius: 10px;
	padding: 15px;
	max-width: 215px;
	text-align: left
}

.loader-dots {
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: var(--f9-chat-agent-text-color);
	margin-right: 2px;
	animation: a .5s ease infinite alternate
}

.loader-dots:first-child {
	animation-delay: .2s
}

.loader-dots:nth-child(2) {
	animation-delay: .3s
}

.loader-dots:nth-child(3) {
	animation-delay: .4s
}

@keyframes a {
	0% {
		transform: translateY(0)
	}
	to {
		transform: translateY(5px)
	}
}

.rcw-messages-container {
	background-color: var(--f9-chat-chat-background-color);
	height: 100vh;
	max-height: 1000px;
	overflow-y: scroll;
	padding-top: 0;
	border-bottom: 1px solid var(--secondary);
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.rcw-messages-container::-webkit-scrollbar {
	display: none;
}

.rcw-full-screen .rcw-messages-container {
	height: 100%;
	max-height: none
}

@media screen and (max-width:10px) {
	.rcw-messages-container {
		height: 100%;
		max-height: none
	}
}

.rcw-sender {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--f9-chat-input-background-color);
	height: 65px;
	padding: 5px;
	border-radius: 0 0 8px 8px;
	border-top-color: #903f3f;
}

.rcw-sender.expand { /* How does this get triggered */
	height: 65px
}

.rcw-new-message {
	width: 100%;
	border: 0;
	height: 30px;
	padding-left: 20px;
	resize: none;
	color: var(--f9-chat-input-text-color);
	font-size: 14px;
	background-color: transparent;
	box-sizing: border-box;
}

.rcw-new-message:focus {
	outline: none
}

.rcw-new-message.expand {
	height: 40px
}

.rcw-send {
	background: var(--f9-chat-input-background-color);
	border: 0;
}

.rcw-send .rcw-send-icon {
	height: 25px
}

@media screen and (max-width:10px) {
	.rcw-sender {
		border-radius: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

.quick-buttons-container {
	background: var(--f9-chat-quick-button-background-color);
	overflow-x: auto;
	white-space: nowrap;
	padding: 5px
}

.quick-buttons-container .quick-buttons {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

.quick-buttons-container .quick-buttons .quick-list-button {
	display: inline-block;
	margin-right: 10px
}

@media screen and (max-width:800px) {
	.quick-buttons-container {
		height: 42px;
	}
}

.rcw-conversation-container {
	border-radius: 12px;
	border: 5px solid var(--secondary);
	box-shadow: none;
	overflow: hidden;
}

.rcw-conversation-container.active {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .3s ease, transform .3s ease
}

.rcw-conversation-container.hidden {
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .3s ease, transform .3s ease
}

.rcw-full-screen .rcw-conversation-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

@media screen and (max-width:800px) {
	.rcw-conversation-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%
	}
}

.rcw-launcher .rcw-badge {
	position: fixed;
	top: -10px;
	right: -5px;
	background-color: red;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%
}

.rcw-launcher {
	display: none !important;
	-webkit-animation-delay: 0;
	-webkit-animation-duration: .5s;
	-webkit-animation-name: d;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-delay: 0;
	-moz-animation-duration: .5s;
	-moz-animation-name: d;
	-moz-animation-fill-mode: forwards;
	animation-delay: 0;
	animation-duration: .5s;
	animation-name: d;
	animation-fill-mode: forwards;
	-ms-flex-item-align: end;
	align-self: flex-end;
	background-color: transparent;
	border: 0;
	height: 60px;
	margin-top: 10px;
	cursor: pointer;
	width: 60px;
}

.rcw-launcher:focus {
	outline: none
}

.rcw-open-launcher {
	-webkit-animation-delay: 0;
	-webkit-animation-duration: .5s;
	-webkit-animation-name: c;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-delay: 0;
	-moz-animation-duration: .5s;
	-moz-animation-name: c;
	-moz-animation-fill-mode: forwards;
	animation-delay: 0;
	animation-duration: .5s;
	animation-name: c;
	animation-fill-mode: forwards
}

.rcw-close-launcher {
	width: 20px;
	-webkit-animation-delay: 0;
	-webkit-animation-duration: .5s;
	-webkit-animation-name: b;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-delay: 0;
	-moz-animation-duration: .5s;
	-moz-animation-name: b;
	-moz-animation-fill-mode: forwards;
	animation-delay: 0;
	animation-duration: .5s;
	animation-name: b;
	animation-fill-mode: forwards
}

@media screen and (max-width:800px) {
	.rcw-launcher {
		bottom: -2px;
		margin: 20px;
		position: fixed;
		/* right: 20px; */
	}
	.rcw-hide-sm {
		display: none
	}
}

.rcw-previewer-container {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .75);
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0
}

.rcw-previewer-container .rcw-previewer-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all .3s ease
}

.rcw-previewer-container .rcw-previewer-tools {
	position: fixed;
	right: 16px;
	bottom: 16px;
	-ms-flex-direction: column;
	flex-direction: column
}

.rcw-previewer-container .rcw-previewer-button,
.rcw-previewer-container .rcw-previewer-tools {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.rcw-previewer-container .rcw-previewer-button {
	padding: 0;
	margin: 16px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	outline: none;
	background-color: #fff;
	border: none
}

.rcw-previewer-container .rcw-previewer-close-button {
	position: absolute;
	right: 0;
	top: 0
}

.rcw-previewer-container .rcw-previewer-veil {
	width: 100%;
	height: 100%;
	overflow: scroll;
	position: relative
}

@keyframes b {
	0% {
		transform: rotate(-90deg)
	}
	to {
		transform: rotate(0)
	}
}

@keyframes c {
	0% {
		transform: rotate(90deg)
	}
	to {
		transform: rotate(0)
	}
}

@keyframes d {
	0% {
		opacity: 0;
		transform: translateY(10px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.rcw-widget-container {
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100vh !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	z-index: 99000;
	margin: 0 !important;
}

.rcw-full-screen {
	height: 100vh;
	margin: 0;
	max-width: none;
	width: 100%
}

.rcw-previewer .rcw-message-img {
	cursor: pointer
}

.anchors {
	margin: 5px;
	padding: 10px 20px;
	border-radius: 15px;
	background: #008aff;
	color: white;
}

.anchors-button {
	margin: 5px;
	padding: 10px 20px;
	border-radius: 15px;
}

.bot-ul {
	margin: 0;
	padding: 0;
}

.bot-button-wrapper {
	width: 85%;
	position: center;
	border: 1px solid;
	border-radius: 10px;
}

.bot-quick-reply {
	background: none;
	border-radius: 15px;
	border: 2px solid var(--f9-chat-title-background-color);
	font-weight: 500;
	padding: 5px 10px;
	margin: 5px 0;
	cursor: pointer;
	outline: 0;
	font-size: 14px;
	text-decoration: underline;
	color: var(--f9-chat-title-background-color);
	max-width: 100%;
}

.bot-quick-reply:hover {
	background-color: var(--f9-chat-title-background-color);
	color: #FFFFFF
}

.bot-button {
	width: 100%;
	background: none;
	font-weight: 700;
	padding: 5px 0;
	cursor: pointer;
	outline: 0;
	border: none;
	display: inline;
	margin: 5px;
}

.endButtonHolder {
	position: fixed;
	bottom: 765px;
	right: 54px;
}

.endButton {
	border: 1px solid white;
	border-radius: 0;
	background-color: var(--f9-chat-title-background-color);
	color: white;
	font-size: 14px
}

.menuButtonHolder {
	position: fixed;
	bottom: 765px;
	right: 54px;
}

.menuButton {
	border: 1px solid white;
	border-radius: 0;
	background-color: var(--f9-chat-title-background-color);
	color: white;
	font-size: 14px
}

button {
	color: green
}

.rcw-new-message {
	display: flex;
	height: 100%;
	max-height: 20vh;
	overflow-y: auto;
	align-items: center;
}

.rcw-input {
	height: 100%;
	width: inherit;
	text-align: left;
	max-height: 100%;
	cursor: text;
	font-size: 16px;
}

.test {
	width: 100%;
}

.message-wrapper-client {
	width: 100%;
}

.message-wrapper-response {
	width: 100%;
}

.message-wrapper-welcome {
	width: 100%;
}

.bot-reply-wrapper {
	width: 100%;
}

.rcw-chat-url {
	display: inline;;
	text-decoration: underline;
	cursor: pointer;
}

.ham {
	position: fixed;
	top: 0.5rem;
	right: 50px;
	width: 1rem;
	height: 1rem;
	border: none;
	color: white;
	background-color: var(--f9-chat-title-background-color);
	cursor: pointer;
	z-index: 99999;
}

.menuIcon {
	display: block;
}

.xIcon {
	display: none;
}

.menu {
	position: fixed;
	top: 32px;
	/*right: 20px;*/
	width: auto;
	height: auto;
	background: var(--f9-chat-title-background-color);
	transform: scaleY(0);
	transition: transform 0.3s;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: black;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

.showMenu {
	transform: translateY(0);
}

li {
	padding: 0 0;
}

.menuLink {
	display: inline;
	font-size: 1rem;
	color: var(--f9-chat-title-color);
	background: var(--f9-chat-title-background-color);
	text-decoration: none;
	cursor: pointer;
}

.menuLink:hover {
	text-decoration: underline;
}

#miniFormHolder {
	background: var(--f9-chat-mini-form-background-color);
	margin: 0 20px 85px 0;
	border: 5px solid #D8DBE5;
	border-radius: 12px !important;
	width: 100% !important;
	height: 100vh !important;
	max-height: 100vh;
	overflow: auto;
	left: 0 !important;
	box-sizing: border-box;
	z-index: 999999 !important;
}

#miniFormHeader {
	color: var(--nectar-blue);
	background: var(--f9-chat-title-background-color);
	font-family: inherit !important;
	height: 32px;
	box-sizing: border-box;
}

#miniForm {
	margin: 8px 0 0;
	padding: 0 40px 40px;
	color: var(--f9-chat-mini-form-text-color);
	scrollbar-width: none;
	-ms-overflow-style: none;
	height: auto !important;
}

#miniForm form > span {
	display: block;
}
#miniForm form > span + span {
	margin-top: 20px;
}
#miniForm form > span:nth-child(+n+3) {
	display: none;
}
#miniForm > div > div {
	padding: 0 !important;
}

.miniForm::-webkit-scrollbar {
	display: none;
}

.miniFormLabel {
	display: block;
	color: var(--f9-chat-mini-form-label-color);
	font-family: inherit !important;
	font-size: 12px;
	margin: 0;
}

.miniFormInput {
	width: 100% !important;
	margin: 0;
	color: var(--f9-chat-mini-form-text-input-color);
	border-radius: 6px;
	border: 1px solid #586280;
	font-family: inherit !important;
	font-size: 16px;
	height: 40px;
	margin-top: 4px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	padding-left: 12px;
	box-sizing: border-box;
}

.miniFormInput:focus {
	outline: none;
}

.miniFormInputArea {
	width: 100%;
	margin: 0;
	color: var(--f9-chat-mini-form-text-input-color);
	border-radius: 6px;
	border: 1px solid #586280;
	font-family: inherit !important;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.miniFormSubmit {
	border-radius: 6px;
	margin-top: 24px;
	color: white;
	background: var(--secondary) url("data:image/svg+xml,%3Csvg viewBox='0 0 31 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7976 1.70691C24.5412 1.70691 29.1944 5.30527 29.1944 9.74965C29.1771 10.7406 28.9438 11.7175 28.5091 12.6191C28.0744 13.5208 27.4477 14.3277 26.6682 14.9893C26.739 16.3084 27.0368 17.6076 27.55 18.8358C27.5838 18.9141 27.5943 18.9997 27.5803 19.0832C27.5663 19.1668 27.5283 19.2451 27.4706 19.3097C27.4128 19.3742 27.3375 19.4225 27.2527 19.4494C27.168 19.4762 27.0771 19.4805 26.9899 19.4619C25.2777 19.1283 23.6852 18.3824 22.3665 17.2961C21.2067 17.6252 20.0024 17.7924 18.7917 17.7924C13.0481 17.7924 8.38892 14.1884 8.38892 9.74965C8.38892 5.31091 13.0541 1.70691 18.7976 1.70691Z' stroke='white' stroke-width='1.4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M19.0538 16.089C19.2835 15.4867 19.4005 14.8511 19.3994 14.2108C19.3994 10.5222 15.5148 7.52734 10.7245 7.52734' stroke='white' stroke-width='1.4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M6.55379 8C3.40794 9.00393 1.78735 11.4078 1.78735 14.2278C1.80232 15.0524 1.99683 15.8651 2.35871 16.6153C2.7206 17.3655 3.24207 18.0369 3.89054 18.5876C3.83266 19.6843 3.5851 20.7646 3.1577 21.7855C3.12916 21.851 3.12032 21.9226 3.13217 21.9926C3.14402 22.0625 3.17609 22.128 3.22483 22.1817C3.27357 22.2354 3.33707 22.2753 3.40831 22.297C3.47954 22.3186 3.55571 22.3212 3.62839 22.3044C5.05719 22.0285 6.38684 21.4088 7.4892 20.5052C8.45625 20.7768 9.45951 20.9155 10.4682 20.9169C12.4703 20.93 14.4295 20.3675 16.0867 19.3039' stroke='white' stroke-width='1.4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E") left 32px top 50% / 31px 24px no-repeat;
	width: 100%;
	height: 59px;
	font-family: inherit;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding-left: 24px;
}

.nudge-wrapper {
	background-color: whitesmoke;
	border-radius: 10px;
	width: 100%;
}

.nudge-title {
	font-weight: 700;
	padding: 10px;
	text-align: center;
	background: darkgray;
}

.nudge-text {
	font-weight: 400;
	padding-top: 10px;
	padding-left: 8px;
	text-align: center;
}

.nudge-image {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.nudge-timestamp {
	font-size: 10px;
	margin-top: 5px;
	margin-left: 5px;
}

.nudge-button-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.nudge-button {
	background: none;
	font-weight: 700;
	cursor: pointer;
	outline: 0;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid lightblue;
	border-radius: 15px;
	padding: 10px;
	align-items: center;
	width: auto;
}

.intl-tel-input {
	float: left;
	margin-left: 10px;
}

.flag-container {
	display:var(--f9-phone-display-flag);
}

#buttonBar {
	position: fixed;
	bottom: auto !important;
	top: 6px !important;
	right: 8px !important;
	padding-right: 12px;
	padding-top: 8px;
	display: flex !important;
	align-items: center;
	z-index: 999999 !important;
}
#buttonBar button,
#buttonBar span {
	display: block;
}

.barButton {
	border: none;
	border-radius: 0;
	background-color: white;
	color: var(--secondary);
	font-size: 14px;
	padding: 9px;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 5px;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.tooltip:focus::after .tooltiptext {
	 visibility: visible;
	 opacity: 1;
 }
.tooltip:focus::before .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.end-confirmation-button-group {
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	padding-top: 10px;
	width: 100%;
	align-content: center;
	flex-direction: row-reverse;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
}

.end-confirmation-button {
	display: block;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	background: #f5f5f5;
	width: 100px;
	height: 25px;
	margin-bottom: 10px;
	background: none!important;
	border: none;
	padding: 0!important;
	font-family: Arial,Helvetica,sans-serif;
	color: #069;
	text-decoration: underline;
	cursor: pointer;
	font-size: 18px
}

.end-cancel-button {
	display: block;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	background: #f5f5f5;
	width: 100px;
	height: 25px;
	margin-bottom: 10px;
	background: none!important;
	border: none;
	padding: 0!important;
	font-family: Arial,Helvetica,sans-serif;
	color: #069;
	text-decoration: underline;
	cursor: pointer;
	font-size: 18px
}

.error-button-group {
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	padding-top: 10px;
	width: 100%;
	align-items: center;
}

.error-end-button {
	display: block;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	background: #f5f5f5;
	width: 130px;
	height: 25px;
	margin-bottom: 10px;
}

.error-retry-button {
	display: block;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	background: #f5f5f5;
	width: 130px;
	height: 25px;
	margin-bottom: 10px;
}

.calendar-icon {
	background: url("./images/calendar.png") no-repeat right;
	background-size: 16px;
}

.react-datepicker__current-month {
	display: none;
}
.react-datepicker__month-read-view--down-arrow {
	display: none;
}
.react-datepicker__year-read-view--down-arrow {
	display: none;
}

.icon--popout {
	width: 17px;
	height: 4px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 4' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='2' height='2' rx='1' stroke='%236677CC'/%3E%3Crect x='7.5' y='1' width='2' height='2' rx='1' stroke='%236677CC'/%3E%3Crect x='14.5' y='1' width='2' height='2' rx='1' stroke='%236677CC'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon--minimize {
	width: 13px;
	height: 3px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.6 1.6'%3E%3Cpath d='M11.8,1.6H.8c-.4,0-.8-.4-.8-.8S.4,0,.8,0H11.8c.4,0,.8,.3,.8,.8s-.4,.8-.8,.8Z' fill='%2367c'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon--close {
	width: 13px;
	height: 13px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.65 12.63'%3E%3Cpath d='M11.82,12.63c-.2,0-.4-.1-.5-.2L6.22,7.33,1.32,11.83c-.3,.3-.8,.3-1.1,0-.3-.3-.3-.8,0-1.1L5.03,6.13,.23,1.33C-.07,1.03-.07,.53,.23,.23S1.03-.08,1.33,.23L6.23,5.13,11.32,.23c.3-.3,.8-.3,1.1,0s.3,.8,0,1.1L7.32,6.13l5.1,5.1c.3,.3,.3,.8,0,1.1-.2,.2-.4,.3-.6,.3Z' fill='%2367c'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon--email {
	width: 14px;
	height: 11px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' fill='%236677CC'%3E%3Cpath d='M1.375 11C0.996875 11 0.673177 10.8654 0.403906 10.5961C0.134635 10.3268 0 10.0031 0 9.625V1.375C0 0.996875 0.134635 0.673177 0.403906 0.403906C0.673177 0.134635 0.996875 0 1.375 0H12.375C12.7531 0 13.0768 0.134635 13.3461 0.403906C13.6154 0.673177 13.75 0.996875 13.75 1.375V9.625C13.75 10.0031 13.6154 10.3268 13.3461 10.5961C13.0768 10.8654 12.7531 11 12.375 11H1.375ZM12.375 2.75L7.23594 5.96406C7.17865 5.99844 7.11849 6.02422 7.05547 6.04141C6.99245 6.05859 6.93229 6.06719 6.875 6.06719C6.81771 6.06719 6.75755 6.05859 6.69453 6.04141C6.63151 6.02422 6.57135 5.99844 6.51406 5.96406L1.375 2.75V9.625H12.375V2.75ZM6.875 4.8125L12.375 1.375H1.375L6.875 4.8125ZM1.375 2.92188V1.90781V1.925V1.91641V2.92188Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.miniFormStaticText {
	display: block;
	float: none;
	margin: 24px 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #586280;
	text-align: left;
}
.miniFormStaticText a {
	color: inherit;
}

@media (max-width: 360px) {
	#miniForm {
		padding: 0 20px 20px;
	}
}

.close-chat-button,
.start-new-chat-button {
	background: var(--secondary);
	border: 0;
	border-radius: 6px;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	padding: 7px;
    margin: 2px;
}
