/*
* Variables
*/
:root {
	--color-fazer-blue: #15256b;
	--color-fazer-dark-grey: #333333;
	--color-fazer-yellow: #f1bc48;
	--color-fazer-pink: #f6c5ce;
	--color-fazer-beige: #e5d4bb;
	--color-fazer-cyan: #b1d8de;
	--color-fazer-green: #4d8b82;
	--color-fazer-light-green: #99bdb7;
	--color-light-grey: #fafafa;
	--border-color-grey: #e6e6e6;
	--shadow-color: rgba(0, 0, 0, 0.09);
	--hover-bg-color: rgba(0, 0, 0, 0.05);
	--hover-text-color-blue: #0b1b61;
	--dxp-c-link-text-color-hover: var(--hover-text-color-blue);
}

/*
 * Standard LWR Experience Styling
 */
html,
body {
	height: 100%;
}

html {
	background: white;
}

body {
	margin: 0;
}

/*LWR Fixes*/
community_builder-seo-assistant {
	margin: 0 !important;
	padding: 0 !important;
}
.slds-spinner_brand {
	--dxp-c-spinner-color-foreground: var(--dxp-g-brand) !important;
}
.slds-spinner_brand::before,
.slds-spinner_brand::after,
.slds-spinner_brand > ::before,
.slds-spinner_brand > ::after {
	--dxp-c-spinner-color-foreground: var(--dxp-g-brand) !important;
	background-color: var(--dxp-c-spinner-color-foreground) !important;
}

/*
* Fazer Fonts
*/
@font-face {
	font-family: 'Fazer Headline Regular';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerHeadline-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Fazer Text Regular';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerText-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Fazer Text Regular Italic';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerText-RegularItalic.otf') format('opentype');
}

@font-face {
	font-family: 'Fazer Text Light';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerText-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Fazer Text Light Italic';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerText-LightItalic.otf') format('opentype');
}

@font-face {
	font-family: 'Fazer Text Medium';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerText-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Fazer Text Medium Italic';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerText-MediumItalic.otf') format('opentype');
}

@font-face {
	font-family: 'Fazer Text Bold';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerText-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Fazer Text Extra Bold';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/FazerText-Extrabold.otf') format('opentype');
}

@font-face {
	font-family: 'Karl Fazer Script Regular';
	src: url('/sfsites/c/resource/FazerFonts/Fonts/Karl-Fazer-Script-Regular.otf') format('opentype');
}
/*Fazer Fonts*/

/*Gateau Fonts*/
@font-face {
	font-family: 'Gateau Regular';
	src: url('/sfsites/c/resource/GateauFonts/Fonts/Gateau-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Gateau Medium';
	src: url('/sfsites/c/resource/GateauFonts/Fonts/Gateau-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Gateau Italic';
	src: url('/sfsites/c/resource/GateauFonts/Fonts/Gateau-Italic.otf') format('opentype');
}

@font-face {
	font-family: 'Gateau Bold';
	src: url('/sfsites/c/resource/GateauFonts/Fonts/Gateau-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Gateau Artisanale';
	src: url('/sfsites/c/resource/GateauFonts/Fonts/Gateau-Artisanale.otf') format('opentype');
}
/*Gateau Fonts*/

/*
* Generic/Override MyFazer LWR websites Styles
*/

/*Hiding CookieBanner Button on Mobile*****************************************************************/
@media (max-width: 1024px) {
	#Coi-Renew {
		display: none !important;
	}
}
/******************************************************************************************************/

/*START: Header styles ********************************************************************************/
.pentagonheader {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Fazer Text Medium';
}
.pentagonheader hr {
	width: 50%;
	margin: 3px auto;
	border-top: 3px solid var(--dxp-g-brand);
}

/*Modal Title (file-upload etc.)*/
.modal-header .title {
	font-size: 22px !important;
}

/*START: Carousel counters**************************************************************************/
.carouselcounter {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.ball {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fbe6ea;
}
.carouselcounter .ball:first-child {
	background: #f2acb9;
}
.carouselcounter .ball + .ball {
	margin-left: 10px;
}

/*desktop*/
@media (min-width: 1025px) {
	.carouselcounter {
		display: none !important;
	}
}
/*END: Carousel counters****************************************************************************/

/*START: Webforms *************************************************************************************/
.webforms .less-visible-text a {
	color: inherit;
	font-weight: bold;
}
/*Thank you page*/
.thankYouPage .main-title::first-line {
	font-size: calc(1.2vh + 1.2vw) !important;
	font-family: 'Fazer Text Medium' !important;
	font-weight: bold;
}
/*Action links in left container, needs to be here to overwrite richtext output internals*/
.action-link-container .action-link * {
	width: 100%;
	height: 100%;
	display: block !important;
	color: inherit !important;
}
.action-link-container .action-link a {
	padding: 15px 50px;
	text-decoration: none !important;
	pointer-events: auto !important;
}
/*STOP: Webforms **************************************************************************************/

/*START: ChatBot **************************************************************************************/
.embeddedServiceHelpButton .helpButton .uiButton {
	background-color: var(--dxp-g-brand);
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
	outline: 1px solid var(--dxp-g-brand);
}
.embeddedServiceHelpButton button {
	text-transform: none !important;
}
.embeddedServiceLiveAgentStateChatButtonItem.slds-button + .slds-button {
	max-width: fit-content !important;
}
/*Hidden and enabled with the click of the openChat button on webforms*/
.forceCommunityEmbeddedServiceHelpButton .flatButton {
	visibility: hidden;
}
/*Mobile Chat window*/
@media (max-width: 1024px) {
	.embeddedServiceSidebar.layout-docked .dockableContainer {
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		margin: 0 !important;
		border-radius: 0 !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
	.forceCommunityEmbeddedServiceHelpButton {
		/*bottom: 86px !important; No need to move button above mobile nav, as nav is hidden on the page*/
		right: 0px !important;
	}
}
h2[embeddedService-chatHeader_chatHeader] {
	color: #fff !important;
}

.embeddedServiceLiveAgentStateChatItem.chatMessage button {
	margin-left: 0 !important;
	max-width: fit-content !important;
	border-radius: 40px !important;
	font-size: 16px;
	outline: none;
	font-family: var(--lwc-fontFamily, Fazer Text Light), sans-serif;
	font-weight: normal;
	text-shadow: none;
	color: var(--lwc-colorTextDefault, #333);
	background: transparent;
	border: 1px solid var(--lwc-colorTextDefault, #333);
	min-width: 32px;
	box-shadow: 0 0 3px 0 rgb(0 118 222 / 50%);
	float: left;
	margin: 2px 4px 2px 0;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	transition: border 0.15s linear;
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-top: var(--slds-c-button-spacing-block-start, var(--sds-c-button-spacing-block-start, 0));
	padding-right: var(--slds-c-button-spacing-inline-end, var(--sds-c-button-spacing-inline-end, 0));
	padding-bottom: var(--slds-c-button-spacing-block-end, var(--sds-c-button-spacing-block-end, 0));
	padding-left: var(
		--slds-c-button-spacing-inline-start,
		var(--sds-c-button-spacing-inline-start, 0)
	);
	line-height: var(
		--slds-c-button-line-height,
		var(--sds-c-button-line-height, var(--lwc-lineHeightButton, 1.875rem))
	);
	text-decoration: none;
	-webkit-appearance: none;
	white-space: normal;
	user-select: none;
}

.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu {
	margin-left: 40px !important;
	width: auto !important;
}

.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-item,
.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-itemOptionIsClicked {
	padding: 0px 15px !important;
}

.embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li {
	border-style: none !important;
}

.embeddedServiceLiveAgentStateChatAvatar.isCommunitiesContext {
	bottom: -3px !important;
}

.embeddedServiceLiveAgentStateChatItem .isCommunitiesContext .avatar {
	padding-top: 10px !important;
}
/*STOP: ChatBot ***************************************************************************************/

/*START: Surveys **************************************************************************************/
.surveyScreen {
	min-height: 100vh !important;
}

.surveyScreenBackground {
	background-repeat: no-repeat !important;
	background-position: 50% !important;
	background-size: cover !important;
	height: 100vh !important;
}

.surveyScreenContent .content .slds-card__header-link {
	display: none !important;
}

.surveyScreenContent h1 {
	font-size: inherit !important;
}

.surveyScreenContent label > * {
	font-size: 15px !important;
}

.embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li {
	border: 0px;
}
/*STOP: Surveys ***************************************************************************************/

/*Salesforce Icons default color*/
.slds-icon-text-default {
	fill: var(--dxp-g-brand);
}

/*Fazer fact progress bar*/
.mfFazerFacts .slds-progress-bar {
	background-color: rgba(255, 255, 255, 0.33) !important;
}
.mfFazerFacts .slds-progress-bar__value {
	background: rgba(255, 255, 255, 0.6) !important;
}
.mfFazerFacts .icon svg {
	fill: rgba(255, 255, 255, 0.9) !important;
}

/*MyProfile Services Section*/
.services c-mf-services {
	width: 100%;
}
.services .mfServices {
	background: transparent !important;
	margin: 20px 0;
	padding-bottom: 0;
}
.services .mfServices .header {
	display: none;
}

/*MyProfile Preferences Section*/
.mfPreferences .slds-checkbox_toggle .slds-form-element__label,
.mfMyConsents .slds-checkbox_toggle .slds-form-element__label {
	width: 100% !important;
	color: #333333 !important;
	font-size: 18px !important;
	padding: 0 !important;
	padding-right: 20px !important;
}
.mfMyConsents .slds-checkbox_toggle .slds-form-element__label {
	color: #15256b !important;
	font-family: 'Fazer Text Medium';
}
.mfPreferences .slds-checkbox_faux_container,
.mfMyConsents .slds-checkbox_faux_container {
	display: flex;
	align-items: center;
}
.mfPreferences .slds-checkbox_on,
.mfMyConsents .slds-checkbox_on {
	display: none !important;
}
.mfPreferences .slds-checkbox_off,
.mfMyConsents .slds-checkbox_off {
	display: none !important;
}

/*Lightning-cofirm*/
lightning-confirm p {
	text-align: center !important;
	white-space: pre-wrap !important;
	font-size: 1rem !important;
}
lightning-confirm p::first-line {
	font-size: 1.2rem !important;
	font-weight: bold;
}

/*Custom Checkbox with long label - CDS Policy Checkboxes*/
.policy-checkbox-container {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.policy-checkbox-container .slds-checkbox .slds-checkbox_faux {
	width: 22px !important;
	height: 22px !important;
	border-radius: 2px !important;
}
/*Check Mark*/
.policy-checkbox-container .slds-checkbox_faux::after {
	border-color: var(--color-fazer-blue) !important;
}
.policy-checkbox-container .policy-checkbox {
	margin-bottom: 0;
	flex: 0 !important;
}
.policy-checkbox-container .policy-text {
	flex: 1;
	margin-left: 40px;
	font-size: 0.9rem;
}
.policy-checkbox-container .slds-form-element__help {
	position: absolute;
	width: max-content;
	left: 40px;
}