/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 00:23:52 */
@import url('https://fonts.googleapis.com/css?family=Roboto&subset=latin-ext');

#proassistWidget {
	position: fixed;
	display: flex;
	top: 20%;
	left: 0;
	z-index: 9999999;
	transition: left 0.5s ease-in-out;
}

.proassist-container {
	display: flex;
	width: 362px;
	height: 500px;
}

.proassist-content {
	width: 322px;
	height: 500px;
	border: 2px solid #0BB1BD;
	background: #ECEFF4;
	border-left: none;
	-webkit-overflow-scrolling: touch;
}

.proassist-handle {
	block-size: 2em;
	inline-size: 2em;
	position: fixed;
	bottom: 4rem;
	left: .625rem;
	border-radius: 50%;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
	border: 0;
	background: #0BB1BD;
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	
	& img {
		position: absolute;
		inline-size: 1.5rem;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

#proassistWidget.proassist--folded {
	left: -322px
}

.proassist-content iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.proassist-close-btn {
	border: 0;
	font-size: 3rem;
	line-height: 1;
	z-index: 1;
	position: absolute;
	right: 3rem;
	top: 1rem;
	color: #0BB1BD;
	background: none;
	cursor: pointer;
}

.social-icons-widget {
	bottom: 0.25rem;
	display: flex;
	flex-direction: column;
	inline-size: 3rem;
	right: 1rem;
	position: fixed;
	z-index: 1;
}