.whatso-container .whatso-toggle,
.whatso-container .whatso-mobile-close,
.whatso-container .whatso-description,
.whatso-container .whatso-description a {
	background-color: #34aa91;
	color: rgba(255, 255, 255, 1);
}
.whatso-container .whatso-description p {
	color: rgba(255, 255, 255, 1);
}
.whatso-container .whatso-toggle svg {
	fill: rgba(255, 255, 255, 1);
}
.whatso-container .whatso-box {
	background-color: rgba(255, 255, 255, 1);
}
.whatso-container .whatso-gdpr,
.whatso-container .whatso-account {
	color: rgba(85, 85, 85, 1);
}
.whatso-container .whatso-account:hover {
	background-color: rgba(245, 245, 245, 1);
	border-color: rgba(245, 245, 245, 1);
	color: rgba(85, 85, 85, 1);
}
.whatso-box .whatso-account,
.whatso-container .whatso-account.whatso-offline:hover {
	border-color: #f5f5f5;
}
.whatso-container .whatso-account.whatso-offline:hover {
	border-radius: 0;
}

.whatso-container .whatso-box:before,
.whatso-container .whatso-box:after {
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}
.whatso-container .whatso-close:before,
.whatso-container .whatso-close:after {
	background-color: rgba(255, 255, 255, 1);
}

.whatso-button {
	background-color: #34aa91 !important;
	color: #ffffff !important;
}
.whatso-button:hover {
	background-color: #34aa91 !important;
	color: #ffffff !important;
}

.whatso-button.whatso-offline,
.whatso-button.whatso-offline:hover {
	background-color: #a0a0a0 !important;
	color: #ffffff !important;
}

@keyframes toast {
	from {
		background: rgba(255, 0, 0, 1);
		}
	
	to {
		background: rgba(255, 255, 255, 1);
		}
}