:root {
--chatFontFamily:Inter;
--chatLineHeight:1.5;
--chatContainerBgColor:#ffffff;
--chatBorder:solid 2px #dcdcdc;
--chatBorderRadius:0px;
--chatWidth:auto;
--chatHeight:90%;
--chatPositionLeft:50px;
--chatPositionTop:auto;
--chatPositionRight:50px;
--chatPositionBottom:50px;
--chatShadow:#bbb 0 0 1px;
--chatPageBackgroundColor:#ffffff;
--chatMaxWidth:880px;
--chatMarginMobile:0px;
--chatMarginDesktop:0px;
--chatScrollbarForeColor:rgb(193, 193, 193);
--chatScrollbarBackColor:transparent;
--chatButtonPositionLeft:auto;
--chatButtonPositionTop:auto;
--chatButtonPositionRight:50px;
--chatButtonPositionBottom:50px;
--chatButtonFontSize:16px;
--chatButtonBackground:transparent;
--chatButtonBackgroundMobile:transparent;
--chatButtonFocusColor:transparent;
--chatButtonFontColor:#fff;
--chatButtonFontWeight:bold;
--chatButtonAnimation:none;
--chatButtonBoxShadow:#111 0 0px 0px;
--chatButtonBoxShadowHover:#111 0 0px 0px;
--chatButtonBorderRadius:5px;
--chatButtonPadding:10px 10px;
--chatButtonBorder:0px;
--chatButtonPositionLeftMobile:auto;
--chatButtonPositionTopMobile:auto;
--chatButtonPositionRightMobile:20px;
--chatButtonPositionBottomMobile:20px;
--chatButtonFontSizeMobile:12px;
--chatButtonFontColorMobile:#fff;
--chatButtonBackgroundColorMobile:transparent;
--chatButtonFontWeightMobile:bold;
--chatButtonBorderRadiusMobile:0px;
--chatButtonPaddingMobile:10px;
--chatButtonImageWidth:125px;
--chatButtonImageHeight:auto;
--chatButtonImageMargin:0;
--chatButtonImageWidthMobile:auto;
--chatButtonImageHeightMobile:85px;
--chatButtonImageMarginMobile:0 0.5rem 0 0;
--chatButtonCustomFont:no-custom;
--promptPositionLeft:auto;
--promptPositionTop:auto;
--promptPositionRight:50px;
--promptPositionBottom:100px;
--promptFontSize:12px;
--promptPositionLeftMobile:auto;
--promptPositionTopMobile:auto;
--promptPositionRightMobile:50px;
--promptPositionBottomMobile:95px;
--promptFontSizeMobile:10px;
--promptWidth:auto;
--promptheight:auto;
--promptWidthMobile:auto;
--promptheightMobile:auto;
--popupMaxWidth:880px;
--popupMarginDesktop:0px;
--popupMarginMobile:0px;
}
