.main-header .sidebar-toggle:before {
	display: none;
}

.main-header .sidebar-toggle {
	padding: 18px 15px 11px;
}

.main-header .sidebar-toggle svg {
	width: 26px;
}

.skin-black .main-header .navbar > .sidebar-toggle {
	border-right: 0;
}

#mysodexo .skin-black .wrapper,
.skin-black .main-sidebar,
#mysodexo .skin-black .left-side,
#login_overlay {
	background: #fff;
	border-right: 1px solid #eee;
}

.skin-black .sidebar-menu > li > a {
	color: var(--blue);
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}

.main-footer,
.main-footer .pull-right {
	color: var(--blue);
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 42px;
	border-top: none;
	text-align: center;
}

.content-wrapper {
	background: #fff;
	/* Leave room for header (~50px) + footer (~42px) so the footer stays on screen when content is short */
	min-height: calc(100vh - 50px - 42px) !important;
}

.content-header > h1 {
	text-transform: uppercase;
}

#cc_add_bar {
	background: var(--background-color);
	line-height: 50px;
}

#cc_add_bar button {
	background: none;
	outline: 0;
	border: 0;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	padding-left: 15px;
}

#cc_add_bar button img {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
}

#cc_add_bar button span {
	display: inline-block;
}

/**CODY INIT*/
#cody-wrapper {
	--launcher-bottom: 35px !important;
}
/**CODY FINISH*/

/**CHATBASE INIT*/
#chatbase-bubble-button {
	position: fixed !important;
	right: 20px !important;
	bottom: 0px !important;
	margin: 0 !important;
	width: 170px !important;
	min-width: 140px !important;
	height: 32px !important;
	padding: 0 14px 0 4px !important;
	border-radius: var(--radius-control) var(--radius-control) 0 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	background-color: var(--blue) !important;
	color: #fff !important;
	border: none !important;
	outline: none !important;
}

#chatbase-bubble-button > * {
	display: none !important;
}

#chatbase-bubble-button::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("https://backend.chatbase.co/storage/v1/object/public/chat-icons/799dfba7-ef3d-4735-aa37-4ba5a7613f9d/Fuft97LYOx_Lc6TBKnu8p.jpg");
	background-size: 72%; 
	background-color: var(--blue);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 0;
	outline: 0;
	box-shadow: none;
	background-clip: padding-box;
	transform: scale(1.15);
	filter: none;
	animation: chatbase-icon-shake 5s ease-in-out infinite;
	transform-origin: center;
}

@keyframes chatbase-icon-shake {
	0%,
	86%,
	100% {
		transform: scale(1.15) translateX(0) rotate(0deg);
	}
	88% {
		transform: scale(2) translate(-5px, -5px) rotate(-8deg);
	}
	90% {
		transform: scale(2) translate(-5px, -5px) rotate(8deg);
	}
	92% {
		transform: scale(2) translate(-5px, -5px) rotate(-6deg);
	}
	94% {
		transform: scale(2) translate(-5px, -5px) rotate(6deg);
	}
}

#chatbase-bubble-button::after {
	content: attr(data-chatbase-text);
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	animation: chatbase-text-slide 5s ease-in-out infinite;
}

@keyframes chatbase-text-slide {
	0% {
		opacity: 0;
		transform: translateX(-14px);
	}
	20% {
		opacity: 1;
		transform: translateX(0);
	}
	80% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(14px);
	}
}

/* Open state controlled by chatbaseUtils.js (data-chatbase-open=true) */
#chatbase-bubble-button[data-chatbase-open="true"] {
	justify-content: center !important;
	padding: 0 !important;
	gap: 0 !important;
}

#chatbase-bubble-button[data-chatbase-open="true"]::before {
	content: "\f107";
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	font-family: FontAwesome;
	text-shadow: 0 0 0.4px rgba(255, 255, 255, 0.9);
	line-height: 1;
	transform: none !important;
	animation: none !important;
}

#chatbase-bubble-button[data-chatbase-open="true"]::after {
	content: "";
	display: none;
}

/* Chat panel border */
iframe[src*="chatbase"],
#chatbase-chat-window,
#chatbase-widget,
[id^="chatbase"] iframe {
	border: 3px solid var(--blue) !important;
	border-radius: 22px !important;
	box-sizing: border-box !important;
	transition: transform 0.68s ease, opacity 0.68s ease !important;
	will-change: transform, opacity;
	transform: translateY(16px);
	opacity: 0;
}

html[data-chatbase-open="true"] iframe[src*="chatbase"],
html[data-chatbase-open="true"] #chatbase-chat-window,
html[data-chatbase-open="true"] #chatbase-widget,
html[data-chatbase-open="true"] [id^="chatbase"] iframe {
	transform: translateY(0);
	opacity: 1;
}
/**CHATBASE FINISH*/

/**SWIPER CONTAINER INIT*/
.swiper-container {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
/**SWIPER CONTAINER FINISH*/
