.bot_icon_tracking, .bot_icon_cookies {
	display: none;
	font-weight: bold;
	position: fixed;
	bottom: 5px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #8743f1;
	color: white;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bot-tooltip, .bot-tooltip-tracking {
	font-family: var(--bs-body-font-family);
	font-weight: normal;
	font-size: var(--bs-body-font-size);
	display: none;
	width: 420px;
	background-color: black;
	border: 1px solid #8743f1;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 0px;
	position: fixed;
	bottom: 65px;
	right: 20px;
}

.bot-tooltip a, .bot-tooltip-tracking a {
	color: white;
	text-decoration: underline;
}

.embeddedServiceHelpButton .helpButton {
    bottom: 27px !important;
    right: 20px !important;
    width: 64px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
}
.embeddedServiceHelpButton .helpButton .uiButton {
    border-radius: 0!important;
    min-width: 3.5em !important;
    height: 64px !important;
}

.embeddedServiceHelpButton .helpButton .embeddedServiceIcon {
    font-size: 24px !important;
    line-height: 1 !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
    font-size: 1.75em !important;
}

.embeddedServiceHelpButton .helpButtonEnabled:focus .helpButtonLabel {
    text-decoration: none;
}

.embeddedServiceHelpButton .helpButton .message {
    padding-right: 13.5px;
    padding-left: 12.5px;
}

.bot_icon_tracking, .bot_icon_cookies.bot_icon_cookies.fondsdepot-cookies {
    width: 64px;
    height: 64px;
    bottom: 20px;
}