
/*
 Theme Name:   Polaris RDS Child
Theme URI:    https://github.com/ESBlueCorona/bc-rds
 Description:  Polaris RDS Child Theme
 Author:       By Polaris RDS Team
 Template:     rds
 Version:      2.11
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  polaris-rds-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: /ESBlueCorona/bc-rds
 post launch stylesheet edits can go here
*/

/* adjust z index of fixed bottom cta button so that it doesn't hide netic ai chat */
.fixed-bottom {
	z-index: 10 !important;
}

/* Netic AI Chat Custom button */
.netic-chat-button-container {
	position: fixed;
	bottom: 35px;
	right: 20px;
	z-index: 999;
}

@media screen and (max-width:991px) {
	.netic-chat-button-container {
		position: fixed;
		bottom: 65px;
		right: 20px;
	}
}

.netic-chat-button-container button {
	border-radius: 30px;
	padding: 18px 20px;
	padding: 18px 20px;
	background: #004cc3;
	color: white;
	font-weight: 600;
	line-height: 1.6;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	border: solid 1px white;
}
