﻿@media(min-width: 1025px)
{
    .error_globalError__nY3d_>div:first-child
    {
        min-height: 100vh;
    }
}
:root
{
    --grey50: #f8f8f8;
    --grey100: #f4f4f4;
    --grey200: #efefef;
    --grey300: #e4e4e4;
    --grey400: #ccc;
    --grey500: #bbb;
    --grey600: #999;
    --grey700: grey;
    --grey800: #444;
    --grey900: #333;
    --greyA100: #d5d5d5;
    --greyA200: #bbb;
    --greyA400: #606060;
    --greyA700: #303030;
    --whiteYellow: #f9f8f2;
    --yellowMain: #fdc600;
    --white: #fff;
    --greyLight: #726b70;
    --greyMain: #4e454a;
    --greyDark: #3d373b;
    --greenLight: #5cfd86;
    --greenMain: #39fd6c;
    --greenDark: #12bd3f;
    --green: #12bd3f;
    --greenContrastText: #004e18;
    --greenMalachiteLight: #53e479;
    --purpleTaupe: #4e454a;
    --red: #f36;
    --redDark: #d32f2f;
    --redContrastText: #66241b;
    --primary: var(--purpleTaupe);
    --primaryContrastText: var(--purpleTaupe);
    --secondary: var(--greenLight);
    --secondaryContrastText: var(--greyMain);
    --bodyBg: var(--white);
    --bodyText: var(--primary);
    --selected: var(--yellowMain);
    --selectedHover: #d7a800;
    --accordionBg: transparent;
    --accordionBorder: #e6e6e6;
    --accordionHeaderText: #000;
    --accordionHeaderIcon: #000;
    --accordionContentText: #000;
    --alertSuccessBorder: var(--green);
    --alertSuccessText: var(--greenContrastText);
    --alertErrorBorder: var(--red);
    --alertErrorText: var(--redContrastText);
    --badgeBg: var(--secondary);
    --badgeText: var(--primaryContrastText);
    --buttonBg: var(--secondary);
    --buttonText: var(--primaryContrastText);
    --buttonHoverBg: var(--greenMalachiteLight);
    --buttonHoverText: var(--primaryContrastText);
    --buttonWeight: 500;
    --buttonDefaultBg: #eee;
    --buttonDefaultText: var(--primary);
    --buttonDefaultHoverBg: #e6e6e6;
    --buttonDefaultHoverText: var(--primary);
    --buttonBorderRadius: 4px;
    --historyFilterBg: var(--grey100);
    --btnWeight: 700;
    --btnRadius: 10px;
    --containedBtnPrimaryBg: var(--secondary);
    --containedBtnPrimaryText: var(--primaryContrastText);
    --containedBtnPrimaryHoverBg: var(--greenMalachiteLight);
    --containedBtnPrimaryHoverText: var(--primaryContrastText);
    --containedBtnSecondaryBg: #eee;
    --containedBtnSecondaryText: var(--primary);
    --containedBtnSecondaryHoverBg: #e6e6e6;
    --containedBtnSecondaryHoverText: var(--primary);
    --containedBtnDisabledBg: #eee;
    --containedBtnDisabledText: #ccc;
    --baseBtnPrimaryBg: transparent;
    --baseBtnPrimaryText: var(--secondary);
    --baseBtnPrimaryHoverBg: #f2efff;
    --baseBtnPrimaryHoverText: var(--secondary);
    --baseBtnSecondaryBg: transparent;
    --baseBtnSecondaryText: var(--primary);
    --baseBtnSecondaryHoverBg: #f4f4f4;
    --baseBtnSecondaryHoverText: var(--primary);
    --baseBtnDisabledBg: transparent;
    --baseBtnDisabledText: #ccc;
    --skeletonBg: rgba(0,0,0,.1);
    --loadingScreenBg: transparent;
    --loadingScreenPreloader: var(--secondary);
    --loadingScreenLogoMobileWidth: 250px;
    --loadingScreenLogoMobileHeight: 90px;
    --loadingScreenLogoTabletWidth: 250px;
    --loadingScreenLogoTabletHeight: 150px;
    --loadingScreenLogoDesktopWidth: 250px;
    --loadingScreenLogoDesktopHeight: 150px;
    --modalBg: var(--grey200);
    --modalCloseIcon: var(--secondary);
    --modalCloseBg: hsla(0,0%,100%,.1);
    --modalCloseHoverBg: hsla(0,0%,100%,.3);
    --modalCloseHoverIcon: var(--secondary);
    --modalDeclineBtnBg: var(--grey300);
    --modalDeclineBtnText: var(--primary);
    --notFoundBg: #fff;
    --notFoundText: #000;
    --notFoundHint: #000;
    --notFoundFontWeight: 700;
    --paper: #fff;
    --preloaderPrimary: var(--secondary);
    --preloaderSecondary: #000;
    --tabMenuBg: #fff;
    --tabMenuText: var(--primary);
    --tabPrimarySeperator: #eee;
    --tabPrimaryDefaultText: grey;
    --tabPrimaryActiveText: var(--primary);
    --tabPrimaryHoverText: #4d4d4d;
    --tabPrimaryActiveUnderline: var(--secondary);
    --tabSecondaryDefaultText: grey;
    --tabSecondaryActiveText: var(--greyMain);
    --tabSecondaryActiveBg: var(--secondary);
    --tabSecondaryHoverBg: #eee;
    --tabSecondaryHoverText: grey;
    --tabSecondarySearchIcon: #1a1a1a;
    --tabSecondaryDefaultIcon: grey;
    --tabSecondaryHoveredIcon: grey;
    --tabSecondarySelectIcon: invert(28%) sepia(11%) saturate(347%) hue-rotate(274deg) brightness(50%) contrast(92%);
    --tabSegmentBg: #eee;
    --tabSegmentActiveBg: #fff;
    --tabSegmentDefaultText: grey;
    --tabSegmentActiveText: var(--primary);
    --tabSegmentHoverText: #4d4d4d;
    --tabSegmentLabelText: var(--greyMain);
    --tabSegmentLabelBackground: var(--secondary);
    --jackpotWidgetBg: var(--greyMain);
    --jackpotWidgetNameText: var(--greyMain);
    --jackpotWidgetValueText: var(--greyMain);
    --jackpotWidgetSubHeaderText: #fff;
    --jackpotWidgetBtnText: var(--greyMain);
    --jackpotWidgetBtnBg: var(--greenLight);
    --jackpotDetailsBg: var(--greenLight);
    --jackpotWidgetIconBg: var(--greyMain);
    --jackpotWidgetFontSize: 30px;
    --mobileHeaderHeight: 60px;
    --desktopHeaderHeight: 92px;
    --lowBlanaceNotificationHeight: 28px;
    --textPrimary: var(--bodyText);
    --textDisabled: rgba(0,0,0,.38);
    --triggerIconHorizontalOffset: 40px;
    --triggerIconVerticalOffset: 54px;
    --triggerIconSize: 54px;
    --scrollTopBtnBg: var(--grey600);
    --scrollTopBtnText: #fff;
    --staticContainerBg: #fff;
    --staticContainerText: var(--primary);
    --staticContainerListBoxBg: var(--grey200);
    --staticContainerTableBg: var(--grey200);
    --staticContainerTableHeadBg: var(--grey400);
    --staticContainerTableCellBorder: var(--grey400);
    --staticContainerHighlight: var(--grey200);
    --success: var(--green);
    --error: var(--red);
    --errorDark: var(--redDark);
    --listItemBg: #f4f4f4;
    --listLinkColor: var(--primary);
    --listArrowImageFilter: invert(56%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(90%) contrast(85%);
    --desktopBackdropBg: #f9f9f9;
    --ckeckboxCheckedBg: #d90f60;
    --notificationBgColor: #5cfd86;
    --notificationDialogBgColor: #5cfd86;
    --notificationDialogFullBgColor: #5cfd86;
    --notificatioDialogGradientBgColor: #fcffac;
    --notificatioDialogFullGradientBgColor: rgba(252,255,172,.9);
    --notificationAutoCloseBgColor: rgba(78,69,74,.1);
    --notificationPrimatyBtnBgColor: #4e454a;
    --notificationPrimatyBtnColor: #fff;
    --notificationSecondaryBtnColor: #4e454a;
    --notificationTextColor: #4e454a;
    --notificationLabelBgColor: #4e454a33;
    --notificationLabelColor: #fff;
    --notificationCenterWidgetBg: #e3ffea;
    --notificationCenterWidgetTitleColor: #4e454a;
    --notificationCenterWidgetCounterBg: #5cfd86;
    --notificationCenterWidgetCounterColor: #4e454a;
    --notificationCenterNotificationBg: #e3ffea;
    --notificationCenterNotificationTitleColor: #666;
    --notificationCenterNotificationDescrColor: #4e454a;
    --notificationCenterStateIconSize: 37.03%;
    --notificationCenterStateIconTop: 0;
    --notificationCenterStateIconRight: 3.7%;
    --bannersSliderText: var(--primary);
    --bannersSliderNavItem: hsla(0,0%,100%,.4);
    --bannersSliderNavActiveItem: var(--secondary);
    --bannersSliderNavBtnBg: #fff;
    --singleBannerText: #4e444a;
    --breadcrumbsText: rgba(0,0,0,.54);
    --breadcrumbsActiveText: var(--primary);
    --tabIndicator: var(--secondary);
    --hotMenuIndicator: var(--red);
    --headerBg: #fff;
    --headerText: var(--primary);
    --headerNavText: var(--primary);
    --headerNavHoverText: var(--primary);
    --headerNavIndicator: var(--secondary);
    --headerButtonsLoginHoverText: var(--greenMalachiteLight);
    --headerLogoWidth: 128px;
    --headerLogoHeight: 52px;
    --headerMobileBg: #fff;
    --headerMobileText: var(--primary);
    --headerMobileLogoWidth: 64px;
    --headerMobileLogoHeight: 32px;
    --sideMenuTriggerFilterMobile: none;
    --sideMenuTriggerFilterDesktop: none;
    --headerMobileLogInButtonText: var(--primary);
    --headerMobileSignUpButtonBg: var(--secondary);
    --headerMobileSignUpButtonText: var(--primary);
    --headerMobileBalanceText: var(--primary);
    --headerMobileIconColor: #4d4d4d;
    --headerBgV1: #fff;
    --headerTextV1: var(--primary);
    --headerLoginBtnText: var(--primary);
    --headerNavTextV1: var(--primary);
    --headerNavHoverBgV1: #eee;
    --headerNavActiveBgV1: #eee;
    --headerNavActiveTextV1: var(--primary);
    --headerNavBorderRadius: 30px;
    --headerIcon: invert(28%) sepia(11%) saturate(347%) hue-rotate(274deg) brightness(50%) contrast(92%);
    --headerIconActive: invert(28%) sepia(11%) saturate(347%) hue-rotate(274deg) brightness(50%) contrast(92%);
    --headerDivider: #e6e6e6;
    --headerMobileBgV1: #fff;
    --headerMobileTextV1: var(--secondary);
    --headerMobileLogoWidthV1: 47px;
    --headerMobileLogoHeightV1: 36px;
    --sideMenuTriggerFilterMobileV1: none;
    --sideMenuTriggerFilterDesktopV1: none;
    --headerMobileBalanceTextV1: var(--containedBtnSecondaryText);
    --headerMobileLogoUrl: url(../../bcgamebettingde/image/my-account-menu-facelift.svg);
    --headerMobileDepositIconUrl: url(../../bcgamebettingde/image/deposit-icon-facelift.svg);
    --ribbonBg: var(--grey100);
    --ribbonText: var(--primary);
    --ribbonCloseBg: var(--primary);
    --ribbonCloseText: #fff;
    --ribbonDepositBtnFontSize: 12px;
    --helpBg: transparent;
    --helpText: var(--primary);
    --helpSubNavBg: var(--grey100);
    --helpSubNavText: var(--primary);
    --helpTableAccentBg: var(--primary);
    --helpTableAccentText: #fff;
    --helpTableDivider: var(--grey100);
    --homeBoxBg: var(--grey100);
    --homeBoxText: #000;
    --homeBoxDescriptionText: var(--grey700);
    --homeDesktopBoxBg: var(--homeBoxBg);
    --homeDesktopBoxText: var(--homeBoxDescriptionText);
    --homeTitle: #000;
    --homeTitleLink: #000;
    --homeDoubleBoxBg: var(--grey100);
    --homeDoubleBoxText: var(--primary);
    --homeDoubleBoxInnerBg: transparent;
    --homeDoubleBoxInnerText: var(--primary);
    --homeBorderRadius: 20px;
    --homeMobileBorderRadius: 20px;
    --homeCasinoGamesBg: transparent;
    --homeMobileDivider: #fff;
    --myAccountMenuBg: #fff;
    --myAccountMenuText: var(--primary);
    --myAccountMenuSectionBg: var(--grey100);
    --myAccountMenuSectionText: var(--primary);
    --seoBlockBg: #fff;
    --seoBlockText: var(--primary);
    --seoBlockTableThBg: var(--grey100);
    --seoBlockTableThBorder: #fff;
    --seoBlockTableTd: var(--grey100);
    --cookiesConsentBgColor: #333;
    --cookiesConsentTextColor: #fff;
    --footerBg: #fff;
    --footerText: var(--grey700);
    --footerBorder: var(--grey300);
    --footerNavTitle: var(--primary);
    --footerNavDividerDisplay: none;
    --footerNavDivider: transparent;
    --footerNavLink: var(--grey700);
    --footerNavLinkHover: var(--secondary);
    --footerSkeleton: rgba(0,0,0,.1);
    --footerPaymentItemBg: var(--grey200);
    --mobileNavigationMainBg: #fff;
    --mobileNavigationMainText: var(--grey600);
    --mobileNavigationMainIcon: brightness(1);
    --mobileNavigationMainActiveBg: transparent;
    --mobileNavigationMainActiveText: var(--primary);
    --mobileNavigationMainActiveIcon: invert(28%) sepia(11%) saturate(347%) hue-rotate(274deg) brightness(50%) contrast(92%);
    --subNavigationBg: #fff;
    --subNavigationText: var(--grey600);
    --subNavigationIcon: brightness(1);
    --subNavigationBorder: transparent;
    --subNavigationActiveBg: transparent;
    --subNavigationActiveText: var(--primary);
    --subNavigationActiveIcon: invert(28%) sepia(11%) saturate(347%) hue-rotate(274deg) brightness(50%) contrast(92%);
    --overlayNavigationBg: var(--grey100);
    --overlayNavigationText: var(--primary);
    --overlayNavigationIcon: brightness(1);
    --mobileNavigationMainBgV2: #fff;
    --mobileNavigationMainTextV2: var(--grey600);
    --mobileNavigationMainIconV2: brightness(1);
    --mobileNavigationMainActiveBgV2: transparent;
    --mobileNavigationMainActiveTextV2: var(--primary);
    --mobileNavigationMainActiveIconV2: invert(28%) sepia(11%) saturate(347%) hue-rotate(274deg) brightness(50%) contrast(92%);
    --subNavigationBgV2: #fff;
    --subNavigationTextV2: var(--grey600);
    --subNavigationIconV2: brightness(1);
    --subNavigationBorderV2: transparent;
    --subNavigationActiveBgV2: transparent;
    --subNavigationActiveTextV2: var(--primary);
    --subNavigationActiveIconV2: invert(28%) sepia(11%) saturate(347%) hue-rotate(274deg) brightness(50%) contrast(92%);
    --overlayNavigationBgV2: var(--grey100);
    --overlayNavigationTextV2: var(--primary);
    --overlayNavigationIconV2: brightness(1);
    --bettingHistoryCardBg: #fff;
    --bettingHistoryCardBorder: 1px solid #eee;
    --bettingHistoryCardBorderRadius: 16px;
    --hotMenuTextColor: var(--primary);
    --hotMenuTextColorV2: var(--primary);
    --domainNavigationActiveIcon: brightness(0) saturate(100%) invert(29%) sepia(5%) saturate(812%) hue-rotate(274deg) brightness(90%) contrast(93%);
    --domainNavigationActiveColor: var(--greyMain);
    --signUpSkipBtnBg: var(--greyMain);
    --signUpSkipBtnText: #fff;
    --signUpInputBorderColor: var(--grey300);
    --signUpInputBackgroundColor: #fff;
    --signUpTogglerButtonColor: var(--secondary);
    --signUpFormBackgroundColor: var(--grey200);
    --signUpFormLinksColor: var(--greenDark);
    --radioBtnSelected: var(--greyMain);
    --offerCardMoreBtnBg: var(--grey100);
    --offerCardMoreBtnText: var(--greyMain);
    --offerCardMoreBtnBorder: var(--greyMain);
    --offerCardMoreBtnHoverBg: #fff;
    --offerCardMoreBtnHoverText: var(--greenDark);
    --offerCardMoreBtnHoverBorder: var(--greenDark);
    --offerCardBg: #fff;
    --offerCardText: #000;
    --offerCardImageHeight: 380;
    --offerCardBorder: 1px solid var(--grey400);
    --categoryTabMenuBg: var(--tabMenuBg);
    --categoryTabText: var(--tabMenuText);
    --categoryActiveTabText: var(--tabMenuText);
    --categoryActiveTabIcon: none;
    --termsTitleBg: var(--greyMain);
    --termsTitleText: var(--primaryContrastText);
    --termsIconBg: var(--greyMain);
    --promoPageActionBtnIcon: brightness(0);
    --promoRibbonIconBgColor: var(--greenLight);
    --promoRibbonIconColor: var(--greyMain);
    --promoStepIconColor: var(--greyMain);
    --promoAddFundsIconUrl: url(../../bcgamebettingde/image/add.svg);
    --walletSelected: var(--secondary);
    --landingPageLetterSpacing: none;
    --promoModalBg: #fff;
    --promoModalColor: #4e454a;
    --promoModalRadius: 24px;
    --promoModalPrimaryButtonBg: var(--greenLight);
    --promoModalPrimaryButtonColor: #4e454a;
    --promoModalTermsBg: #f1f0f1;
    --promoModalTermsBorder: none;
    --promoModalCloseBtnBg: transparent;
    --promoWidgetBg: #5b19c6;
    --promoWidgetRewardBg: rgba(92,253,134,.2);
    --promoWidgetRewardColor: #5cfd86;
    --promoWidgetProgressBg: linear-gradient(270deg,#00fd5d -28.21%,#b941ff);
    --promoWidgetBtnInfo: #5cfd86;
    --promoWidgetInfoBlockActionBtnBg: #5cfd86;
    --promoWidgetInfoBlockActionBtnArrowColor: #4e454a;
    --promoWidgetDesktopContainerBg: linear-gradient(270deg,#00fd5d -28.21%,#5b19c6);
    --promoWidgetInfoBlockTitle: #4e454a;
    --promoWidgetInfoBlockText: #4e454a;
    --promoWidgetInfoStakeText: #4e454a;
    --bettingHistoryAccordionBg: #000;
    --bettingHistoryAccordionText: #fff;
    --bettingHistoryAccordionIcon: #fff;
    --bettingHistoryVsOperator: var(--greenMain);
    --bettingHistoryAmountColor: var(--green);
    --bettingHistoryFreeBetColor: var(--green);
    --freeBetBg: var(--greenLight);
    --freeBetText: #000;
    --freeBetTooltipBg: var(--greenLight);
    --freeBetTooltipColor: #000;
    --freeBetTooltipShadow: 3px 1px 23px 2px rgba(0,0,0,.21);
    --betStatusPositiveBg: var(--greenLight);
    --betStatusPositiveColor: var(--grey800);
    --betStatusHalfPositiveBg: var(--greenDark);
    --betStatusNeutralBg: #bfbfbf;
    --betStatusHalfNegativeColor: #2f282d;
    --sportsbookFreeBetBg: var(--secondary);
    --sportsbookFreeBetText: #000;
    --sportsbookFreeBetHeaderText: #000;
    --sportsbookFreeBetBtnBg: #000;
    --sportsbookFreeBetBtnText: #fff;
    --sportsbookFreeBetNotificationIconColor: #fff;
    --sportsbookFreeBetNotificationTextColor: #fff;
    --sportsbookFreeBetIconTriggerMobile: unset;
    --sportsbookFreeBetIcon: unset;
    --betslipBg: var(--greyMain);
    --betslipColor: #fff;
    --betslipSvg: #fff;
    --betslipCounterBg: var(--greenLight);
    --betslipCounterText: #000;
    --betslipBorderColor: #fff;
    --betslipTriggerShadow: 0 0 18px 0 rgba(0,0,0,.12),0 6px 10px 0 rgba(0,0,0,.14);
    --casinoGameSidebarText: #fff;
    --casinoFreeSpinLabelBg: linear-gradient(90deg,#880c5d 27%,#560f6c);
    --casinoFreeSpinLabelText: #fff;
    --lobbyFilterBg: #f4f4f4;
    --lobbyFilterText: var(--greyMain);
    --lobbyCategoryTitleColor: var(--greyMain);
    --lobbyAllCategoriesIcon: var(--greyMain);
    --bettingHistoryDivider: #eee;
    --bettingHistoryFreespin: var(--greyMain);
    --bettingHistoryFreespinBg: var(--greenLight);
    --inplayHeaderBg: #4e454a;
    --inplayHeaderBackIconColor: var(--secondary);
    --inplayHeaderText: #fff;
    --inplayHeaderTextSelected: #4e454a;
    --inplaySelectedItemBg: var(--secondary);
    --drawerDividerColor: #eee;
    --drawerInputBg: #fff;
    --drawerInputBorderColor: var(--greyMain);
    --drawerCategoryText: var(--greyMain);
    --drawerCategoryTotalCount: var(--greyMain);
    --drawerProvidersTotalCount: var(--greyMain);
    --drawerBackgroundColor: #fff;
    --drawerSearchIconFillColor: rgba(92,253,134,.2);
    --drawerProviderIconFillColor: #323643;
    --drawerSearchHandColor: #dfaf4b;
    --drawerFiltersHeaderIcon: var(--greyMain);
    --drawerTrashIconColor: var(--greyMain);
    --drawerLoadingSpinnerFillColor: #000;
    --drawerSearchMagnifierSizeBg: 140px;
    --drawerSearchMagnifierSizeSm: 100px;
    --drawerFiltersMain: var(--greenLight);
    --drawerFiltersBtnText: var(--greyMain);
    --drawerFiltersSelectedProvider: var(--greyMain);
    --drawerFiltersSelectedProviderBg: var(--greenLight);
    --drawerFiltersCountCircle: #ed6c02;
    --drawerButtonText: var(--greyMain);
    --drawerButtonSelectedText: var(--greyMain);
    --drawerButtonBorderColor: var(--buttonBg);
    --drawerCountTextColor: var(--greyMain);
    --drawerSearchIconRotate: 90deg;
    --searchIconPadding: 0px;
    --searchInputIconsColor: var(--greyMain);
    --carouselCategoryText: var(--greyMain);
    --carouselCategoryTextHighlight: var(--greenLight);
    --lobbyGameCardColor: var(--greyMain);
    --casinoJackpotIcon: url(../../bcgamebettingde/image/jackpot-icon-yellow.png);
    --casinoFavouriteIcon: url(../../bcgamebettingde/image/favourite-icon-var1.png);
    --casinoUnfavouriteIcon: url(../../bcgamebettingde/image/unfavourite-icon-var1.png);
    --gameInfoBtnRadius: 10px;
    --inPlayJackpotTickerBg: #7b61ff;
    --inPlayJackpotTickerTextColor: #fff;
    --inPlayJackpotTickerValueColor: #fff;
    --winnersAmountText: var(--greyMain);
    --winnersAmountBackground: var(--greenLight);
    --topWinnersBackground: var(--greyMain);
    --topWinnersBtnBackground: var(--greenLight);
    --topWinnersBtnHoverBackground: var(--greenMalachiteLight);
    --topWinnersBtnColor: var(--purpleTaupe);
    --loyaltyInfoCtaBg: unset;
    --loyaltyInfoIntroImageBg: #fff;
    --loyaltyInfoSectionHeaderBg: var(--secondary);
    --loyaltyInfoSectionHeaderTextColor: #000;
    --loyaltyCardBorder: none;
    --loyaltyCardBg: linear-gradient(270deg,#000,#006018);
    --loyaltyCardDepositPromptBorder: #000;
    --marketplaceTagBorder: var(--secondary);
    --marketplaceTagBg: #fff;
    --marketplaceTagText: #000;
    --marketplaceActiveTagBg: #000;
    --marketplaceActiveTagText: #fff;
    --engagementHubItemBg: var(--grey50);
    --loyaltyHubItemBg: var(--grey50);
    --loyaltyHubCollectRewardButton: #00a82c;
    --loyaltyHubCollectRewardButtonHover: #0e9732;
    --loyaltyHubCollectRewardButtonText: #fff;
    --loyaltyHubCompletionsCounterBg: #41ca65;
    --loyaltyHubPrimaryText: #000;
    --loyaltyHubSecondaryText: #000;
    --elementBackground: #f4f4f4;
    --loyaltyPrimaryBrandColor: var(--greenLight);
    --loyaltyCardProgressSecondary: #e6e6e6;
    --loyaltyBrandFontColor: #4e454a;
    --loyaltyBrandColor0: var(--loyaltyGrey50);
    --loyaltyBrandColor100: #f1f0f1;
    --milestoneCheckMark: var(--loyaltyBrandFontColor);
    --loyaltyGrey50: #eee;
    --loyaltySelectedIconColor: #4e454a;
    --loyaltyIconColor: grey;
    --wonMedalBackground: #e3ffea;
    --CheckMarkAchievedPrimary: var(--loyaltyPrimaryBrandColor);
    --CheckMarkUnachievedPrimary: #e6e6e6;
    --CheckMarkAchievedSecondary: #4e454a;
    --CheckMarkUnachievedSecondary: #fff;
    --promoHubMainText: #fff;
    --loyaltyInfoWidgetBackground: #5b19c6;
    --loyaltyRewardItemBackground: linear-gradient(257deg,rgba(0,0,0,.1) 4.94%,rgba(0,0,0,.03) 88.94%);
    --loyaltyInfoWidgetItemBackground: hsla(0,0%,100%,.05);
    --promoHubAvailableBonusBackground: #5b19c6;
    --promoHubFreeBetBackground: #5b19c6;
    --promoHubBonusWidgetFooterBackground: hsla(0,0%,100%,.1);
    --promoHubAvailableBonusTitleBackground: var(--containedBtnPrimaryBg);
    --promoHubBonusTitle: var(--greyMain);
    --promoHubBonusAmountValue: var(--promoHubMainText);
    --promoHubFreeSpinBackground: #5b19c6;
    --promoHubFreeSpinTitleBackground: var(--containedBtnPrimaryBg);
    --promoHubNextBigMilestoneBackground: var(--greenLight);
    --promoHubNextBigMilestoneShadow: transparent;
    --promoHubNextBigMilestoneBorder: transparent;
    --promoHubNextBigMilestoneName: var(--greyMain);
    --promoHubNextBigMilestoneDescription: var(--greyMain);
    --promoHubNextBigMilestoneProgressActive: var(--promoHubMainText);
    --promoHubNextBigMilestoneProgressBackground: #f4f4f4;
    --promoHubProgressAccent: var(--containedBtnPrimaryBg);
    --promoHubProgressBackground: #f4f4f4;
    --promoHubSliderBackground: #5b19c6;
    --promoHubSliderDotsBackground: hsla(0,0%,100%,.4);
    --promoHubSliderActiveDotsBackground: var(--containedBtnPrimaryBg);
    --promoHubSliderDotsBackgroundInactiveGrey: #e6e6e6;
    --promoHubSliderTitle: #fff;
    --promoHubSliderSubTitle: #eee;
    --promoHubSliderButtonBackground: var(--containedBtnPrimaryBg);
    --promoHubLifetimeBonusesBackground: #5b19c6;
    --promoHubSliderCardBackground: linear-gradient(257deg,hsla(0,0%,100%,.1) 4.94%,hsla(0,0%,100%,.03) 88.94%);
    --promoHubSliderCardTitle: var(--promoHubMainText);
    --promoHubSliderCardSubTitle: var(--promoHubMainText);
    --promoHubHeaderLinkActive: var(--containedBtnPrimaryBg);
    --promoHubPromotionProgressAccent: var(--containedBtnPrimaryBg);
    --promoHubPromotionProgressBackground: #f4f4f4;
    --promoHubPromotionCTAButton: var(--containedBtnPrimaryBg);
    --promoHubLevelTextColor: var(--greenLight);
    --promoHubLevelNameTextColor: #eee;
    --promoHubLevelRewardsTextDarkColor: var(--greyMain);
    --promoHubProgressLevelOpacity: .15;
    --addedPostButtonBackground: var(--greenLight);
    --addedPostsCounterBackground: var(--greenLight);
    --addedPostsCounterValue: var(--greyMain);
    --missionCardBg: #5b19c6;
    --missionCardRewardBg: rgba(92,253,134,.2);
    --missionCardRewardText: #5cfd86;
    --missionCardProgressBg: linear-gradient(270deg,#00fd5d -28.21%,#b941ff);
    --missionCardBtnStateInfoText: #5cfd86;
    --missionCardBtnStateDangerText: #f96;
    --missionCardConfettiLeft: url(../../bcgamebettingde/image/confetti-left.svg);
    --missionCardConfettiRight: url(../../bcgamebettingde/image/confetti-right.svg);
    --missionCardInfoTitleText: #4e454a;
    --missionCardInfoContentText: rgba(78,69,74,.9);
    --missionCardInfoBtnBg: #5cfd86;
    --missionCardInfoBtnArrowColor: #4e454a;
    --missionCardLeagueBtnRadius: 10px;
    --missionCardGamesLinkColor: #4e454a;
    --cashierErrorMsgBg: var(--redDark);
    --cashierCardBg: var(--greyDark);
    --cashierinputsBg: var(--grey50);
    --cashierErrorMessage: #f48785;
    --cashierErrorMsgText: #fff;
    --processingTransaction: var(--grey300);
    --presetBtnBg: #1f1f1f;
    --presetBtnTopText: #fff;
    --presetBtnRadius: 10px;
    --presetBtnSelectedBorder: var(--greenLight);
    --presetBtnSelectedBg: var(--greenLight);
    --presetBtnLabelTopBg: var(--greyMain);
    --presetBtnTopLabelText: #fff;
    --chatDesktopWidth: 25%;
    --cashierInputActiveBorder: var(--secondary);
    --cashierTextColorMain: var(--greyMain);
    --cashierTextColorSecondary: var(--greyMain);
    --cashierWithdrawalsCancelled: #419544;
    --cashierWithdrawalsPending: var(--secondary);
    --cashierWithdrawalsPendingV2: #4d4d4d;
    --cashierWithdrawalsBtnBgColor: #fff;
    --cashierWithdrawalsBtnBgColorV2: var(--greenLight);
    --cashierWithdrawalsBtnColor: #4e454a;
    --cashierWithdrawalsBtnColorV2: #4d4d4d;
    --cashierWithdrawalsAmountColor: #fff;
    --cashierWithdrawalsColor: #fff;
    --cashierWithdrawalsRouteColor: var(--grey400);
    --cashierWithdrawalsAmountColor: var(--greenLight);
    --cashierBannerBg: url(../../bcgamebettingde/image/bg-10bet.svg),var(--greyMain);
    --cashierBannerPercentValueColor: var(--secondary);
    --cashierBannerPercentColor: var(--secondary);
    --cashierBonusColor: var(--greyMain);
    --cashierBonusBg: var(--secondary);
    --cashierPromoBubbleBg: var(--secondary);
    --cashierSelectedPreset: var(--greenLight);
    --cashierDepositArrowColor: var(--greyMain);
    --cashierDepositArrowBgColor: var(--greenLight);
    --postRibbonText: var(--greyMain);
    --selectionsToggleIconUp: url(../../bcgamebettingde/image/chevron-up-filled-10bet.svg);
    --selectionsToggleIconDown: url(../../bcgamebettingde/image/chevron-down-filled-10bet.svg);
    --activeTabButtonBackground: var(--greenLight);
}