#contact-bubble-container {
    z-index: 9999999999;
    right: 24px;
    bottom: 20px;
    position: fixed !important;
    height: 60px;
    width: 60px;
    cursor: pointer;
}

.ctbb-button-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
/*	background-color: #93d500;*/
/*	color: #fff;*/
	width: 60px;
	height: 60px;
	border-radius: 50%;
/*	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
}

.ctbb-items-wrapper {
	position: absolute;
	bottom: 70px;
	right: 0;
	background-color: #fff;
	width: 300px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);	
	-webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 9999999999;
}

.ctbb-items-wrapper:before {
    position: absolute;
    content: '';
    display: inline-block !important;
    bottom: -8px;
    right: 20px;
    border-top-color: #fff;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
}

.ctbb-items-wrapper > div {
	overflow: hidden;
	border-radius: 8px;
}

.ctbb-items-wrapper ul,
.ctbb-items-wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ctbb-items-wrapper ul {
	padding: 10px 0;
}

#contact-bubble-container.ctbb-opened .ctbb-items-wrapper {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ctbb-items-wrapper h5 {
	background-color: #93d500;
	color: #fff;
	padding: 16px 20px;
}

iframe[data-testid="bubble_iframe"] {
	display: none !important;
}

.ctbb-items-wrapper li > a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
/*	color: #2a2a2a;*/
}

.ctbb-items-wrapper li > a:hover {
	background-color: #f0f0f0;
/*	color: #93d500;*/
}

.ctbb-item-wrapper {
	display: flex;
	align-items: center;
}

.ctbb-item-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;	
}

.ctbb-item-text {
	flex-grow: 1;
	margin-left: 10px;
}

.ctbb-button-wrapper img {
	-webkit-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	border-radius: 50%;
}

.ctbb-button-wrapper .ctbb-button-normal {
	display: block;
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
}

.ctbb-button-wrapper .ctbb-button-close {
	display: block;
	height: 0;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

#contact-bubble-container.ctbb-opened .ctbb-button-wrapper .ctbb-button-normal {
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 0;    
}

#contact-bubble-container.ctbb-opened .ctbb-button-wrapper .ctbb-button-close {
	-webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    height: auto;
}

.ctbb-callme-wrapper {
	position: absolute;
	bottom: 70px;
	right: 0;
	background-color: #fff;
	width: 344px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);	
	-webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 999999;
    padding: 20px;
}

.ctbb-callme-wrapper:before {
    position: absolute;
    content: '';
    display: inline-block !important;
    bottom: -8px;
    right: 20px;
    border-top-color: #fff;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
}

.ctbb-callme-wrapper > div {
	overflow: hidden;
	border-radius: 8px;
}

#contact-bubble-container.ctbb-call-opened .ctbb-callme-wrapper {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#contact-bubble-container .ctbb-callme-wrapper .forminator-edit-module {
	display: none !important;
}

#contact-bubble-container .ctbb-callme-wrapper .forminator-button {
	display: block !important;
	width: 100% !important;
}

#contact-bubble-container .ctbb-callme-wrapper .forminator-ui {
	margin-bottom: 0 !important;
}

#contact-bubble-container .ctbb-callme-wrapper p {
	margin-bottom: 10px;
	text-align: center;
}

#contact-bubble-container.ctbb-opened.ctbb-chat-opened .ctbb-items-wrapper,
#contact-bubble-container.ctbb-opened.ctbb-call-opened .ctbb-items-wrapper {
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#fb-root {
	display: none !important;
}