@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
:root {
  --SYSTEM_White: #FFFFFF;
  --SYSTEM_Gray10: #DFE1E3;
  --SYSTEM_Gray20: #B0B3B8;
  --SYSTEM_Gray30: #909090;
  --SYSTEM_Gray40: #424345;
  --SYSTEM_Gray50: #242529;
  --SYSTEM_Gray60: #17181C;
  --SYSTEM_Gray70: #0F1013;
  --SYSTEM_Gray80: #090A0C;
  --SYSTEM_Black: #000000;
  --SYSTEM_BlackAlt: #090A0C;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Primary: #1A7EFA;
  --SYSTEM_PrimaryAlt: #2A87F9;
  --SYSTEM_Gray: #424345;
  --SYSTEM_GrayAlt: #4e5052;
  --SYSTEM_Blue: #1A7EFA;
  --SYSTEM_BlueAlt: #2A87F9;
  --SYSTEM_Orange: #FF3300;
  --SYSTEM_OrangeAlt: #FF4E00;
  --SYSTEM_Red: #E0203C;
  --SYSTEM_RedAlt: #EE3048;
  --SYSTEM_Green: #45BD62;
  --SYSTEM_GreenAlt: #4BD66C;
  --SYSTEM_Purple: #4E39D1;
  --SYSTEM_PurpleAlt: #5E48ED;
  --SYSTEM_Aqua: #2ECFF5;
  --SYSTEM_AquaAlt: #54DEFF;
  --SYSTEM_Yellow: #FFCC00;
  --SYSTEM_YellowAlt: #FFDE00;
  --SYSTEM_Pink: #CC0383;
  --SYSTEM_PinkAlt: #DB088E;
  --SYSTEM_Gold: #D4B665;
  --SYSTEM_GoldAlt: #EACD80;
  --SYSTEM_Brighteon: #1B2E5A;
  --SYSTEM_BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Transparent: rgba(0,0,0,0);
  --SYSTEM_TransparentDark: rgba(0,0,0,0.75);
  --SYSTEM_TransparentLight: rgba(255,255,255,0.85);
  --SYSTEM_TransparentHover: rgba(66,67,68,0.7);
  --SYSTEM_Shadow: rgba(0,0,0,20);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_TextPrimary: var(--SYSTEM_White);
  --SYSTEM_TextSecondary: var(--SYSTEM_Gray30);
  --SYSTEM_TextDisabled:  var(--SYSTEM_Gray40);
  --SYSTEM_TextButton: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Page: var(--SYSTEM_Gray80);
  --SYSTEM_Icon: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_ToolTip: var(--SYSTEM_Gray40);
  --SYSTEM_TextToolTip: var(--SYSTEM_Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Track: var(--SYSTEM_Gray80);
  --SYSTEM_Thumb: var(--SYSTEM_Gray40);
  --SYSTEM_BodyTrack: var(--SYSTEM_Gray80);
  --SYSTEM_BodyThumb: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Input: var(--SYSTEM_Gray50);
  --SYSTEM_InputBorder: var(--SYSTEM_Gray40);
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  --SYSTEM_InputSelected: var(--SYSTEM_Primary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Privacy: var(--SYSTEM_Gray60);
  --SYSTEM_PrivacyBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Search: var(--SYSTEM_Gray50);
  --SYSTEM_SearchBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Helper: var(--SYSTEM_Gray80);
  --SYSTEM_HelperBorder: var(--SYSTEM_Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Menu: var(--SYSTEM_Gray60);
  --SYSTEM_MenuHover: var(--SYSTEM_Gray40);
  --SYSTEM_MenuBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Dropdown: var(--SYSTEM_Gray60);
  --SYSTEM_DropdownHover: var(--SYSTEM_Gray40);
  --SYSTEM_DropdownBorder: var(--SYSTEM_Gray40);
  --SYSTEM_Modal: var(--SYSTEM_Gray60);
  --SYSTEM_ModalHover: var(--SYSTEM_Gray40);
  --SYSTEM_ModalBorder: var(--SYSTEM_Gray60);
  --SYSTEM_ModalSection: var(--SYSTEM_Gray70);
  --SYSTEM_PopUp: var(--SYSTEM_Gray60);
  --SYSTEM_PopUpHover: var(--SYSTEM_Gray40);
  --SYSTEM_PopUpBorder: var(--SYSTEM_Gray60);
  --SYSTEM_Notifications: var(--SYSTEM_Gray70);
  --SYSTEM_NotificationsHover: var(--SYSTEM_Gray50);
  --SYSTEM_NotificationsBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Button: var(--SYSTEM_Primary);
  --SYSTEM_ButtonHover: var(--SYSTEM_PrimaryAlt);
  --SYSTEM_ButtonBorder: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Masthead: rgba(9,10,12,0.85);
  --SYSTEM_MastheadHover: var(--SYSTEM_Gray40);
  --SYSTEM_MastheadBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Footer: var(--SYSTEM_Gray80);
  --SYSTEM_FooterHover: var(--SYSTEM_Gray50);
  --SYSTEM_FooterBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Duration: rgba(0,0,0,0.85);
  --SYSTEM_StatBox: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Tag: var(--SYSTEM_Gray50);
  --SYSTEM_TagHover: var(--SYSTEM_Gray40);
  --SYSTEM_TagText: var(--SYSTEM_White);
  --SYSTEM_TagFollowing: var(--SYSTEM_White);
  --SYSTEM_TagFollowingHover: var(--SYSTEM_White);
  --SYSTEM_TagFollowingText: var(--SYSTEM_Black);
  --SYSTEM_TagLive: var(--SYSTEM_Red);
  --SYSTEM_TagLiveHover: var(--SYSTEM_RedAlt);
  --SYSTEM_TagLiveText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_UI: var(--SYSTEM_Primary);
  --SYSTEM_UIText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Section: var(--SYSTEM_Transparent);
  --SYSTEM_SectionBorder: var(--SYSTEM_Gray50);
  --LIGHT_White: #FFFFFF;
  --LIGHT_Gray10: #F7F7F9;
  --LIGHT_Gray20: #ECECEC;
  --LIGHT_Gray30: #DBDBDB;
  --LIGHT_Gray40: #828282;
  --LIGHT_Gray50: #666666;
  --LIGHT_Gray60: #333333;
  --LIGHT_Gray70: #171819;
  --LIGHT_Gray80: #121212;
  --LIGHT_Black: #000000;
  --LIGHT_BlackAlt: #121212;
  --LIGHT_Primary: #287CED;
  --LIGHT_PrimaryAlt: #3399FF;
  --LIGHT_Gray: #B0B3B8;
  --LIGHT_GrayAlt: #BABCBF;
  --LIGHT_Blue: #1A94FA;
  --LIGHT_BlueAlt: #41A5FC;
  --LIGHT_Orange: #FF3300;
  --LIGHT_OrangeAlt: #FF4E00;
  --LIGHT_Red: #E0203C;
  --LIGHT_RedAlt: #EE3048;
  --LIGHT_Green: #219150;
  --LIGHT_GreenAlt: #24AF5F;
  --LIGHT_Purple: #4E39D1;
  --LIGHT_PurpleAlt: #5E48ED;
  --LIGHT_Aqua: #2ECFF5;
  --LIGHT_AquaAlt: #54DEFF;
  --LIGHT_Yellow: #FFCC00;
  --LIGHT_YellowAlt: #FFDE00;
  --LIGHT_Pink: #CC0383;
  --LIGHT_PinkAlt: #DB088E;
  --LIGHT_Gold: #D4B665;
  --LIGHT_GoldAlt: #EACD80;
  --LIGHT_Brighteon: #1B2E5A;
  --LIGHT_BrighteonAlt: #213668;
  --LIGHT_Transparent: rgba(0,0,0,0);
  --LIGHT_TransparentDark: rgba(0,0,0,0.85);
  --LIGHT_TransparentLight: rgba(255,255,255,0.85);
  --LIGHT_TransparentHover: rgba(0,0,0,0.08);
  --LIGHT_Shadow: rgba(0,0,0,0.4);
  --LIGHT_TextPrimary: var(--LIGHT_Gray80);
  --LIGHT_TextSecondary: var(--LIGHT_Gray40);
  --LIGHT_TextDisabled:  var(--LIGHT_Gray40);
  --LIGHT_TextButton: var(--LIGHT_White);
  --LIGHT_Page: var(--LIGHT_White);
  --LIGHT_Icon: var(--LIGHT_Gray70);
  --LIGHT_ToolTip: var(--LIGHT_Gray30);
  --LIGHT_TextToolTip: var(--LIGHT_Gray40);
  --LIGHT_Track: var(--LIGHT_Gray20);
  --LIGHT_Thumb: var(--LIGHT_Gray30);
  --LIGHT_BodyTrack: var(--LIGHT_Gray20);
  --LIGHT_BodyThumb: var(--LIGHT_Gray30);
  --LIGHT_Input: var(--LIGHT_Gray10);
  --LIGHT_InputBorder: var(--LIGHT_Gray30);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_InputSelected: var(--LIGHT_Primary);
  --LIGHT_Privacy: var(--LIGHT_Gray60);
  --LIGHT_PrivacyBorder: var(--LIGHT_Gray50);
  --LIGHT_Search: var(--LIGHT_Gray10);
  --LIGHT_SearchBorder: var(--LIGHT_Gray30);
  --LIGHT_Helper: var(--LIGHT_White);
  --LIGHT_HelperBorder: var(--LIGHT_Gray20);
  --LIGHT_Menu: var(--LIGHT_White);
  --LIGHT_MenuHover: var(--LIGHT_Gray10);
  --LIGHT_MenuBorder: var(--LIGHT_Gray20);
  --LIGHT_Dropdown: var(--LIGHT_White);
  --LIGHT_DropdownHover: var(--LIGHT_Gray10);
  --LIGHT_DropdownBorder: var(--LIGHT_Gray10);
  --LIGHT_Modal: var(--LIGHT_White);
  --LIGHT_ModalHover: var(--LIGHT_Gray10);
  --LIGHT_ModalBorder: var(--LIGHT_Gray20);
  --LIGHT_ModalSection: var(--LIGHT_Gray20);
  --LIGHT_PopUp: var(--LIGHT_White);
  --LIGHT_PopUpHover: var(--LIGHT_Gray10);
  --LIGHT_PopUpBorder: var(--LIGHT_Gray20);
  --LIGHT_Notifications: var(--LIGHT_White);
  --LIGHT_NotificationsHover: var(--LIGHT_Gray10);
  --LIGHT_NotificationsBorder: var(--LIGHT_Gray20);
  --LIGHT_Button: var(--LIGHT_Primary);
  --LIGHT_ButtonHover: var(--LIGHT_PrimaryAlt);
  --LIGHT_ButtonBorder: var(--LIGHT_Gray20);
  --LIGHT_Masthead: rgba(255,255,255,0.85);
  --LIGHT_MastheadHover: var(--LIGHT_Gray10);
  --LIGHT_MastheadBorder: var(--LIGHT_Gray20);
  --LIGHT_Footer: var(--LIGHT_White);
  --LIGHT_FooterHover: var(--LIGHT_Gray10);
  --LIGHT_FooterBorder: var(--LIGHT_Gray20);
  --LIGHT_Duration: rgba(0,0,0,0.85);
  --LIGHT_StatBox: var(--LIGHT_Gray20);
  --LIGHT_Tag: var(--LIGHT_Gray20);
  --LIGHT_TagHover: var(--LIGHT_Gray30);
  --LIGHT_TagText: var(--LIGHT_Gray40);
  --LIGHT_TagFollowing: var(--LIGHT_Brighteon);
  --LIGHT_TagFollowingHover: var(--LIGHT_BrighteonAlt);
  --LIGHT_TagFollowingText: var(--LIGHT_White);
  --LIGHT_TagLive: var(--LIGHT_Red);
  --LIGHT_TagLiveHover: var(--LIGHT_RedAlt);
  --LIGHT_TagLiveText: var(--LIGHT_White);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_UI: var(--LIGHT_Primary);
  --LIGHT_UIText: var(--LIGHT_White);
  --LIGHT_Section: var(--LIGHT_Transparent);
  --LIGHT_SectionBorder: var(--LIGHT_Gray20);
  --DARK_White: #FFFFFF;
  --DARK_Gray10: #DFE1E3;
  --DARK_Gray20: #B0B3B8;
  --DARK_Gray30: #909090;
  --DARK_Gray40: #424345;
  --DARK_Gray50: #242529;
  --DARK_Gray60: #17181C;
  --DARK_Gray70: #0F1013;
  --DARK_Gray80: #090A0C;
  --DARK_Black: #000000;
  --DARK_BlackAlt: #090A0C;
  --DARK_Primary: #1A7EFA;
  --DARK_PrimaryAlt: #2A87F9;
  --DARK_Gray: #424345;
  --DARK_GrayAlt: #4e5052;
  --DARK_Blue: #1A7EFA;
  --DARK_BlueAlt: #2A87F9;
  --DARK_Orange: #FF3300;
  --DARK_OrangeAlt: #FF4E00;
  --DARK_Red: #E0203C;
  --DARK_RedAlt: #EE3048;
  --DARK_Green: #45BD62;
  --DARK_GreenAlt: #4BD66C;
  --DARK_Purple: #4E39D1;
  --DARK_PurpleAlt: #5E48ED;
  --DARK_Aqua: #2ECFF5;
  --DARK_AquaAlt: #54DEFF;
  --DARK_Yellow: #FFCC00;
  --DARK_YellowAlt: #FFDE00;
  --DARK_Pink: #CC0383;
  --DARK_PinkAlt: #DB088E;
  --DARK_Gold: #D4B665;
  --DARK_GoldAlt: #EACD80;
  --DARK_Brighteon: #1B2E5A;
  --DARK_BrighteonAlt: #213668;
  --DARK_Transparent: rgba(0,0,0,0);
  --DARK_TransparentDark: rgba(0,0,0,0.75);
  --DARK_TransparentLight: rgba(255,255,255,0.85);
  --DARK_TransparentHover: rgba(66,67,68,0.7);
  --DARK_Shadow: rgba(0,0,0,20);
  --DARK_TextPrimary: var(--DARK_White);
  --DARK_TextSecondary: var(--DARK_Gray30);
  --DARK_TextDisabled:  var(--DARK_Gray40);
  --DARK_TextButton: var(--DARK_White);
  --DARK_Page: var(--DARK_Gray80);
  --DARK_Icon: var(--DARK_White);
  --DARK_ToolTip: var(--DARK_Gray40);
  --DARK_TextToolTip: var(--DARK_Gray10);
  --DARK_Track: var(--DARK_Gray80);
  --DARK_Thumb: var(--DARK_Gray40);
  --DARK_BodyTrack: var(--DARK_Gray80);
  --DARK_BodyThumb: var(--DARK_Gray40);
  --DARK_Input: var(--DARK_Gray50);
  --DARK_InputBorder: var(--DARK_Gray40);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_InputSelected: var(--DARK_Primary);
  --DARK_Privacy: var(--DARK_Gray60);
  --DARK_PrivacyBorder: var(--DARK_Gray50);
  --DARK_Search: var(--DARK_Gray50);
  --DARK_SearchBorder: var(--DARK_Gray50);
  --DARK_Helper: var(--DARK_Gray80);
  --DARK_HelperBorder: var(--DARK_Gray60);
  --DARK_Menu: var(--DARK_Gray60);
  --DARK_MenuHover: var(--DARK_Gray40);
  --DARK_MenuBorder: var(--DARK_Gray50);
  --DARK_Dropdown: var(--DARK_Gray60);
  --DARK_DropdownHover: var(--DARK_Gray40);
  --DARK_DropdownBorder: var(--DARK_Gray40);
  --DARK_Modal: var(--DARK_Gray60);
  --DARK_ModalHover: var(--DARK_Gray40);
  --DARK_ModalBorder: var(--DARK_Gray60);
  --DARK_ModalSection: var(--DARK_Gray70);
  --DARK_PopUp: var(--DARK_Gray60);
  --DARK_PopUpHover: var(--DARK_Gray40);
  --DARK_PopUpBorder: var(--DARK_Gray60);
  --DARK_Notifications: var(--DARK_Gray70);
  --DARK_NotificationsHover: var(--DARK_Gray50);
  --DARK_NotificationsBorder: var(--DARK_Gray50);
  --DARK_Button: var(--DARK_Primary);
  --DARK_ButtonHover: var(--DARK_PrimaryAlt);
  --DARK_ButtonBorder: var(--DARK_Gray40);
  --DARK_Masthead: rgba(9,10,12,0.85);
  --DARK_MastheadHover: var(--DARK_Gray40);
  --DARK_MastheadBorder: var(--DARK_Gray50);
  --DARK_Footer: var(--DARK_Gray80);
  --DARK_FooterHover: var(--DARK_Gray50);
  --DARK_FooterBorder: var(--DARK_Gray50);
  --DARK_Duration: rgba(0,0,0,0.85);
  --DARK_StatBox: var(--DARK_Gray50);
  --DARK_Tag: var(--DARK_Gray50);
  --DARK_TagHover: var(--DARK_Gray40);
  --DARK_TagText: var(--DARK_White);
  --DARK_TagFollowing: var(--DARK_White);
  --DARK_TagFollowingHover: var(--DARK_White);
  --DARK_TagFollowingText: var(--DARK_Black);
  --DARK_TagLive: var(--DARK_Red);
  --DARK_TagLiveHover: var(--DARK_RedAlt);
  --DARK_TagLiveText: var(--DARK_White);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_UI: var(--DARK_Primary);
  --DARK_UIText: var(--DARK_White);
  --DARK_Section: var(--DARK_Transparent);
  --DARK_SectionBorder: var(--DARK_Gray50);
  --DIM_White: #FFFFFF;
  --DIM_Gray10: #DFE1E3;
  --DIM_Gray20: #B0B3B8;
  --DIM_Gray30: #3E5F7D;
  --DIM_Gray40: #233B51;
  --DIM_Gray50: #0F2B44;
  --DIM_Gray60: #0A2034;
  --DIM_Gray70: #061726;
  --DIM_Gray80: #04111C;
  --DIM_Black: #000000;
  --DIM_BlackAlt: #030B16;
  --DIM_Primary: #204ECF;
  --DIM_PrimaryAlt: #2A5AE1;
  --DIM_Gray: #45586D;
  --DIM_GrayAlt: #4d6178;
  --DIM_Blue: #204ECF;
  --DIM_BlueAlt: #2A5AE1;
  --DIM_Orange: #FF3300;
  --DIM_OrangeAlt: #FF4E00;
  --DIM_Red: #E0203C;
  --DIM_RedAlt: #EE3048;
  --DIM_Green: #45BD62;
  --DIM_GreenAlt: #4BD66C;
  --DIM_Purple: #4E39D1;
  --DIM_PurpleAlt: #5E48ED;
  --DIM_Aqua: #2ECFF5;
  --DIM_AquaAlt: #54DEFF;
  --DIM_Yellow: #FFCC00;
  --DIM_YellowAlt: #FFDE00;
  --DIM_Pink: #CC0383;
  --DIM_PinkAlt: #DB088E;
  --DIM_Gold: #D4B665;
  --DIM_GoldAlt: #EACD80;
  --DIM_Brighteon: #1B2E5A;
  --DIM_BrighteonAlt: #213668;
  --DIM_Transparent: rgba(0,0,0,0);
  --DIM_TransparentDark: rgba(0,0,0,0.85);
  --DIM_TransparentLight: rgba(255,255,255,0.85);
  --DIM_TransparentHover: rgba(30,60,90,0.4);
  --DIM_Shadow: rgba(0,0,0,20);
  --DIM_TextPrimary: var(--DIM_White);
  --DIM_TextSecondary: var(--DIM_Gray20);
  --DIM_TextDisabled:  var(--DIM_Gray40);
  --DIM_TextButton: var(--DIM_White);
  --DIM_Page: var(--DIM_Gray70);
  --DIM_Icon: var(--DIM_White);
  --DIM_ToolTip: var(--DIM_Gray40);
  --DIM_TextToolTip: var(--DIM_Gray10);
  --DIM_Track: var(--DIM_Gray80);
  --DIM_Thumb: var(--DIM_Gray40);
  --DIM_BodyTrack: var(--DIM_Gray80);
  --DIM_BodyThumb: var(--DIM_Gray40);
  --DIM_Input: var(--DIM_Gray50);
  --DIM_InputBorder: var(--DIM_Gray40);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_InputSelected: var(--DIM_Primary);
  --DIM_Privacy: var(--DIM_Gray60);
  --DIM_PrivacyBorder: var(--DIM_Gray50);
  --DIM_Search: var(--DIM_Gray60);
  --DIM_SearchBorder: var(--DIM_Gray50);
  --DIM_Helper: var(--DIM_Gray80);
  --DIM_HelperBorder: var(--DIM_Gray60);
  --DIM_Menu: var(--DIM_Gray70);
  --DIM_MenuHover: var(--DIM_Gray60);
  --DIM_MenuBorder: var(--DIM_Gray50);
  --DIM_Dropdown: var(--DIM_Gray60);
  --DIM_DropdownHover: var(--DIM_Gray50);
  --DIM_DropdownBorder: var(--DIM_Gray50);
  --DIM_Modal: var(--DIM_Gray60);
  --DIM_ModalHover: var(--DIM_Gray50);
  --DIM_ModalBorder: var(--DIM_Gray50);
  --DIM_ModalSection: var(--DIM_Gray80);
  --DIM_PopUp: var(--DIM_Gray60);
  --DIM_PopUpHover: var(--DIM_Gray50);
  --DIM_PopUpBorder: var(--DIM_Gray50);
  --DIM_Notifications: var(--DIM_Gray60);
  --DIM_NotificationsHover: var(--DIM_Gray50);
  --DIM_NotificationsBorder: var(--DIM_Gray50);
  --DIM_Button: var(--DIM_Primary);
  --DIM_ButtonHover: var(--DIM_PrimaryAlt);
  --DIM_ButtonBorder: var(--DIM_Gray40);
  --DIM_Masthead: rgba(6,23,38,0.85);
  --DIM_MastheadHover: var(--DIM_Gray60);
  --DIM_MastheadBorder: var(--DIM_Gray50);
  --DIM_Footer: var(--DIM_Gray70);
  --DIM_FooterHover: var(--DIM_Gray60);
  --DIM_FooterBorder: var(--DIM_Gray50);
  --DIM_Duration: rgba(0,0,0,0.85);
  --DIM_StatBox: var(--DIM_Gray50);
  --DIM_Tag: var(--DIM_Gray50);
  --DIM_TagHover: var(--DIM_Gray40);
  --DIM_TagText: var(--DIM_White);
  --DIM_TagFollowing: var(--DIM_White);
  --DIM_TagFollowingHover: var(--DIM_White);
  --DIM_TagFollowingText: var(--DIM_Black);
  --DIM_TagLive: var(--DIM_Red);
  --DIM_TagLiveHover: var(--DIM_RedAlt);
  --DIM_TagLiveText: var(--DIM_White);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_UI: var(--DIM_Primary);
  --DIM_UIText: var(--DIM_White);
  --DIM_Section: var(--DIM_Transparent);
  --DIM_SectionBorder: var(--DIM_Gray40);
  --NIGHT_White: #FFFFFF;
  --NIGHT_Gray10: #B0B3B8;
  --NIGHT_Gray20: #4E4B68;
  --NIGHT_Gray30: #312D4D;
  --NIGHT_Gray40: #26233E;
  --NIGHT_Gray50: #1B192E;
  --NIGHT_Gray60: #100E1F;
  --NIGHT_Gray70: #090813;
  --NIGHT_Gray80: #070A0D;
  --NIGHT_Black: #000000;
  --NIGHT_BlackAlt: #070A0D;
  --NIGHT_Primary: #5E48ED;
  --NIGHT_PrimaryAlt: #7F6CFA;
  --NIGHT_Gray: #3B375D;
  --NIGHT_GrayAlt: #433f68;
  --NIGHT_Blue: #1994E8;
  --NIGHT_BlueAlt: #31A5F4;
  --NIGHT_Orange: #FF3300;
  --NIGHT_OrangeAlt: #FF4E00;
  --NIGHT_Red: #E0203C;
  --NIGHT_RedAlt: #EE3048;
  --NIGHT_Green: #45BD62;
  --NIGHT_GreenAlt: #4BD66C;
  --NIGHT_Purple: #4E39D1;
  --NIGHT_PurpleAlt: #5E48ED;
  --NIGHT_Aqua: #2ECFF5;
  --NIGHT_AquaAlt: #54DEFF;
  --NIGHT_Yellow: #FFCC00;
  --NIGHT_YellowAlt: #FFDE00;
  --NIGHT_Pink: #CC0383;
  --NIGHT_PinkAlt: #DB088E;
  --NIGHT_Gold: #D4B665;
  --NIGHT_GoldAlt: #EACD80;
  --NIGHT_Brighteon: #1B2E5A;
  --NIGHT_BrighteonAlt: #213668;
  --NIGHT_Transparent: rgba(0,0,0,0);
  --NIGHT_TransparentDark: rgba(0,0,0,0.85);
  --NIGHT_TransparentLight: rgba(255,255,255,0.85);
  --NIGHT_TransparentHover: rgba(49,45,77,0.7);
  --NIGHT_Shadow: rgba(0,0,0,20);
  --NIGHT_TextPrimary: var(--NIGHT_White);
  --NIGHT_TextSecondary: var(--NIGHT_Gray10);
  --NIGHT_TextDisabled: var(--NIGHT_Gray40);
  --NIGHT_TextButton: var(--NIGHT_White);
  --NIGHT_Page: var(--NIGHT_Gray50);
  --NIGHT_Icon: var(--NIGHT_White);
  --NIGHT_ToolTip: var(--NIGHT_Gray40);
  --NIGHT_TextToolTip: var(--NIGHT_Gray10);
  --NIGHT_Track: var(--NIGHT_Gray80);
  --NIGHT_Thumb: var(--NIGHT_Gray30);
  --NIGHT_BodyTrack: var(--NIGHT_Gray80);
  --NIGHT_BodyThumb: var(--NIGHT_Gray30);
  --NIGHT_Input: var(--NIGHT_Gray30);
  --NIGHT_InputBorder: var(--NIGHT_Gray20);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_InputSelected: var(--NIGHT_Primary);
  --NIGHT_Privacy: var(--NIGHT_Gray60);
  --NIGHT_PrivacyBorder: var(--NIGHT_Gray50);
  --NIGHT_Search: var(--NIGHT_Gray30);
  --NIGHT_SearchBorder: var(--NIGHT_Gray40);
  --NIGHT_Helper: var(--NIGHT_Gray80);
  --NIGHT_HelperBorder: var(--NIGHT_Gray60);
  --NIGHT_Menu: var(--NIGHT_Gray40);
  --NIGHT_MenuHover: var(--NIGHT_Gray30);
  --NIGHT_MenuBorder: var(--NIGHT_Gray30);
  --NIGHT_Dropdown: var(--NIGHT_Gray40);
  --NIGHT_DropdownHover: var(--NIGHT_Gray30);
  --NIGHT_DropdownBorder: var(--NIGHT_Gray30);
  --NIGHT_Modal: var(--NIGHT_Gray40);
  --NIGHT_ModalHover: var(--NIGHT_Gray30);
  --NIGHT_ModalBorder: var(--NIGHT_Gray30);
  --NIGHT_ModalSection: var(--NIGHT_Gray50);
  --NIGHT_PopUp: var(--NIGHT_Gray40);
  --NIGHT_PopUpHover: var(--NIGHT_Gray30);
  --NIGHT_PopUpBorder: var(--NIGHT_Gray30);
  --NIGHT_Notifications: var(--NIGHT_Gray40);
  --NIGHT_NotificationsHover: var(--NIGHT_Gray30);
  --NIGHT_NotificationsBorder: var(--NIGHT_Gray30);
  --NIGHT_Button: var(--NIGHT_Primary);
  --NIGHT_ButtonHover: var(--NIGHT_PrimaryAlt);
  --NIGHT_ButtonBorder: var(--NIGHT_Gray40);
  --NIGHT_Masthead: rgba(27,25,46,0.85);
  --NIGHT_MastheadHover: var(--NIGHT_Gray40);
  --NIGHT_MastheadBorder: var(--NIGHT_Gray40);
  --NIGHT_Footer: var(--NIGHT_Gray50);
  --NIGHT_FooterHover: var(--NIGHT_Gray40);
  --NIGHT_FooterBorder: var(--NIGHT_Gray40);
  --NIGHT_Duration: rgba(0,0,0,0.85);
  --NIGHT_StatBox: var(--NIGHT_Gray60);
  --NIGHT_Tag: var(--NIGHT_Gray40);
  --NIGHT_TagHover: var(--NIGHT_Gray30);
  --NIGHT_TagText: var(--NIGHT_White);
  --NIGHT_TagFollowing: var(--NIGHT_White);
  --NIGHT_TagFollowingHover: var(--NIGHT_White);
  --NIGHT_TagFollowingText: var(--NIGHT_Black);
  --NIGHT_TagLive: var(--NIGHT_Red);
  --NIGHT_TagLiveHover: var(--NIGHT_RedAlt);
  --NIGHT_TagLiveText: var(--NIGHT_White);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_UI: var(--NIGHT_Primary);
  --NIGHT_UIText: var(--NIGHT_White);
  --NIGHT_Section: var(--NIGHT_Transparent);
  --NIGHT_SectionBorder: var(--NIGHT_Gray40);
  --Promo: #4646FE;
  --PromoError: #FBFB62; }

@media (prefers-color-scheme: dark) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #dfe1e3;
    --Gray20: #b0b3b8;
    --Gray30: #909090;
    --Gray40: #424345;
    --Gray50: #242529;
    --Gray60: #17181c;
    --Gray70: #0f1013;
    --Gray80: #090a0c;
    --Black: #000000;
    --BlackAlt: #090a0c;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #1a7efa;
    --PrimaryAlt: #2a87f9;
    --Gray: #424345;
    --GrayAlt: #4e5052;
    --Blue: #1a7efa;
    --BlueAlt: #2a87f9;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #45bd62;
    --GreenAlt: #4bd66c;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    --Promo: #4646FE;
    --PromoError: #FBFB62;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.75);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(66, 67, 68, 0.7);
    --Shadow: rgba(0, 0, 0, 20);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--White);
    --TextSecondary: var(--Gray30);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--Gray80);
    --Icon: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray40);
    --TextToolTip: var(--Gray10);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray80);
    --Thumb: var(--Gray40);
    --BodyTrack: var(--Gray80);
    --BodyThumb: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray50);
    --InputBorder: var(--Gray40);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray50);
    --SearchBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--Gray80);
    --HelperBorder: var(--Gray60);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--Gray60);
    --MenuHover: var(--Gray40);
    --MenuBorder: var(--Gray50);
    --Dropdown: var(--Gray60);
    --DropdownHover: var(--Gray40);
    --DropdownBorder: var(--Gray40);
    --Modal: var(--Gray60);
    --ModalHover: var(--Gray40);
    --ModalBorder: var(--Gray60);
    --ModalSection: var(--Gray70);
    --PopUp: var(--Gray60);
    --PopUpHover: var(--Gray40);
    --PopUpBorder: var(--Gray60);
    --Notifications: var(--Gray70);
    --NotificationsHover: var(--Gray50);
    --NotificationsBorder: var(--Gray50);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(9, 10, 12, 0.85);
    --MastheadHover: var(--Gray40);
    --MastheadBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--Gray80);
    --FooterHover: var(--Gray50);
    --FooterBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray50);
    --TagHover: var(--Gray40);
    --TagText: var(--White);
    --TagFollowing: var(--White);
    --TagFollowingHover: var(--White);
    --TagFollowingText: var(--Black);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray10);
    --ArticleHover: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--Gray60);
    --NewsletterBorder: var(--Gray40);
    --PlaylistBorder: var(--Gray50);
    --PlaylistHover: var(--Gray60);
    --PlaylistItemHover: var(--Gray50);
    --Premium: var(--Gray60);
    --PremiumBorder: var(--Gray50); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      border-color: var(--White); } }

@media (prefers-color-scheme: light) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #f7f7f9;
    --Gray20: #ececec;
    --Gray30: #dbdbdb;
    --Gray40: #828282;
    --Gray50: #666666;
    --Gray60: #333333;
    --Gray70: #171819;
    --Gray80: #121212;
    --Black: #000000;
    --BlackAlt: #121212;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #287ced;
    --PrimaryAlt: #3399ff;
    --Gray: #b0b3b8;
    --GrayAlt: #babcbf;
    --Blue: #1a94fa;
    --BlueAlt: #41a5fc;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #219150;
    --GreenAlt: #24af5f;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.85);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(0, 0, 0, 0.08);
    --Shadow: rgba(0, 0, 0, 0.4);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--Gray80);
    --TextSecondary: var(--Gray40);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--White);
    --Icon: var(--Gray70);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray30);
    --TextToolTip: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray20);
    --Thumb: var(--Gray30);
    --BodyTrack: var(--Gray20);
    --BodyThumb: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray10);
    --InputBorder: var(--Gray30);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray10);
    --SearchBorder: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--White);
    --HelperBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--White);
    --MenuHover: var(--Gray10);
    --MenuBorder: var(--Gray20);
    --Dropdown: var(--White);
    --DropdownHover: var(--Gray10);
    --DropdownBorder: var(--Gray10);
    --Modal: var(--White);
    --ModalHover: var(--Gray10);
    --ModalBorder: var(--Gray20);
    --ModalSection: var(--Gray20);
    --PopUp: var(--White);
    --PopUpHover: var(--Gray10);
    --PopUpBorder: var(--Gray20);
    --Notifications: var(--White);
    --NotificationsHover: var(--Gray10);
    --NotificationsBorder: var(--Gray20);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(255, 255, 255, 0.85);
    --MastheadHover: var(--Gray10);
    --MastheadBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--White);
    --FooterHover: var(--Gray10);
    --FooterBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray20);
    --TagHover: var(--Gray30);
    --TagText: var(--Gray60);
    --TagFollowing: var(--Brighteon);
    --TagFollowingHover: var(--BrighteonAlt);
    --TagFollowingText: var(--White);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray60);
    --ArticleHover: var(--Gray80);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--White);
    --NewsletterBorder: var(--Gray20);
    --PlaylistBorder: var(--Gray20);
    --PlaylistHover: var(--Gray10);
    --PlaylistItemHover: var(--Gray20);
    --Premium: var(--Gray10);
    --PremiumBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */ }
    :root .theme__system .TagsNavLeft {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .TagsNavRight {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .CardsNavLeft .CardsBackground {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .CardsNavRight .CardsBackground {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .AuthBody {
      background-color: var(--Gray10); }
    :root .theme__system .ButtonTransparent {
      background-color: var(--Transparent) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransparent:hover {
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--BorderAlt);
      color: var(--TextPrimary) !important; }
    :root .theme__system .ButtonTransBorder:hover {
      background-color: var(--Border) !important;
      color: var(--TextButton) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .PrivacyNotice .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--White) !important;
      color: var(--TextPrimary) !important; }
      :root .theme__system .PrivacyNotice .ButtonTransBorder:hover {
        color: var(--Gray40) !important;
        border-color: var(--Gray40) !important; }
    :root .theme__system .InputFieldDefault {
      border-color: #ececec !important;
      background-color: #ffffff !important;
      color: #121212 !important; }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
      color: var(--White); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      color: var(--White) !important; } }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dark {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #909090;
  --Gray40: #424345;
  --Gray50: #242529;
  --Gray60: #17181c;
  --Gray70: #0f1013;
  --Gray80: #090a0c;
  --Black: #000000;
  --BlackAlt: #090a0c;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #1a7efa;
  --PrimaryAlt: #2a87f9;
  --Gray: #424345;
  --GrayAlt: #4e5052;
  --Blue: #1a7efa;
  --BlueAlt: #2a87f9;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  --Promo: #4646FE;
  --PromoError: #FBFB62;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.75);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(66, 67, 68, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray30);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray80);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray50);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray60);
  --MenuHover: var(--Gray40);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray40);
  --DropdownBorder: var(--Gray40);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray40);
  --ModalBorder: var(--Gray60);
  --ModalSection: var(--Gray70);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray40);
  --PopUpBorder: var(--Gray60);
  --Notifications: var(--Gray70);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(9, 10, 12, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray80);
  --FooterHover: var(--Gray50);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray50); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dark .TagsNavLeft {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .TagsNavRight {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%) !important; }

.theme__dark .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%) !important; }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%); }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%); }

.theme__dark .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dim {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #3e5f7d;
  --Gray40: #233b51;
  --Gray50: #0f2b44;
  --Gray60: #0a2034;
  --Gray70: #061726;
  --Gray80: #04111c;
  --Black: #000000;
  --BlackAlt: #030b16;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #204ecf;
  --PrimaryAlt: #2a5ae1;
  --Gray: #45586d;
  --GrayAlt: #4d6178;
  --Blue: #204ecf;
  --BlueAlt: #2a5ae1;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(30, 60, 90, 0.4);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray20);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray70);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray60);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray70);
  --MenuHover: var(--Gray60);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray50);
  --DropdownBorder: var(--Gray50);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray50);
  --ModalBorder: var(--Gray50);
  --ModalSection: var(--Gray80);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray50);
  --PopUpBorder: var(--Gray50);
  --Notifications: var(--Gray60);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(6, 23, 38, 0.85);
  --MastheadHover: var(--Gray60);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray70);
  --FooterHover: var(--Gray60);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dim .TagsNavLeft {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .TagsNavRight {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim input.ButtonSubmitDefault[type=submit] {
  background-color: #204ECF !important; }

.theme__dim .InputFieldDefault {
  border-color: #233B51 !important;
  background-color: #0F2B44 !important;
  color: #FFFFFF !important; }
  .theme__dim .InputFieldDefault:focus {
    border-color: #204ECF !important;
    outline-color: #204ECF !important; }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__light {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #f7f7f9;
  --Gray20: #ececec;
  --Gray30: #dbdbdb;
  --Gray40: #828282;
  --Gray50: #666666;
  --Gray60: #333333;
  --Gray70: #171819;
  --Gray80: #121212;
  --Black: #000000;
  --BlackAlt: #121212;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #287ced;
  --PrimaryAlt: #3399ff;
  --Gray: #b0b3b8;
  --GrayAlt: #babcbf;
  --Blue: #1a94fa;
  --BlueAlt: #41a5fc;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #219150;
  --GreenAlt: #24af5f;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(0, 0, 0, 0.08);
  --Shadow: rgba(0, 0, 0, 0.4);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--Gray80);
  --TextSecondary: var(--Gray40);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--White);
  --Icon: var(--Gray70);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray30);
  --TextToolTip: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray20);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray20);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray10);
  --InputBorder: var(--Gray30);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray10);
  --SearchBorder: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--White);
  --HelperBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--White);
  --MenuHover: var(--Gray10);
  --MenuBorder: var(--Gray20);
  --Dropdown: var(--White);
  --DropdownHover: var(--Gray10);
  --DropdownBorder: var(--Gray10);
  --Modal: var(--White);
  --ModalHover: var(--Gray10);
  --ModalBorder: var(--Gray20);
  --ModalSection: var(--Gray20);
  --PopUp: var(--White);
  --PopUpHover: var(--Gray10);
  --PopUpBorder: var(--Gray20);
  --Notifications: var(--White);
  --NotificationsHover: var(--Gray10);
  --NotificationsBorder: var(--Gray20);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(255, 255, 255, 0.85);
  --MastheadHover: var(--Gray10);
  --MastheadBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--White);
  --FooterHover: var(--Gray10);
  --FooterBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray20);
  --TagHover: var(--Gray30);
  --TagText: var(--Gray60);
  --TagFollowing: var(--Brighteon);
  --TagFollowingHover: var(--BrighteonAlt);
  --TagFollowingText: var(--White);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray60);
  --ArticleHover: var(--Gray80);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--White);
  --NewsletterBorder: var(--Gray20);
  --PlaylistBorder: var(--Gray20);
  --PlaylistHover: var(--Gray10);
  --PlaylistItemHover: var(--Gray20);
  --Premium: var(--Gray10);
  --PremiumBorder: var(--Gray20); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__light {
  /* /////////////////////////////////////////////////////////////// */ }
  .theme__light .TagsNavLeft {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .TagsNavRight {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .CardsNavLeft .CardsBackground {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .CardsNavRight .CardsBackground {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .AuthBody {
    background-color: var(--Gray10); }
  .theme__light .ButtonTransparent {
    background-color: var(--Transparent) !important;
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransparent:hover {
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--BorderAlt);
    color: var(--TextPrimary) !important; }
  .theme__light .ButtonTransBorder:hover {
    background-color: var(--Border) !important;
    color: var(--TextButton) !important;
    color: var(--Gray40) !important; }
  .theme__light .PrivacyNotice .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--TextPrimary) !important;
    color: var(--TextPrimary) !important; }
    .theme__light .PrivacyNotice .ButtonTransBorder:hover {
      color: var(--Gray40) !important;
      border-color: var(--Gray40) !important; }
  .theme__light .InputFieldDefault {
    border-color: #ececec !important;
    background-color: #ffffff !important;
    color: #121212 !important; }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
    color: var(--White); }
  .theme__light .PrivacyBox .PrivacyTable .ButtonPrivacy {
    color: var(--White) !important;
    border-color: var(--White) !important; }

/* /////////////////////////////////////////////////////////////// */
:root .theme__night {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #b0b3b8;
  --Gray20: #4e4b68;
  --Gray30: #312d4d;
  --Gray40: #26233e;
  --Gray50: #1b192e;
  --Gray60: #100e1f;
  --Gray70: #090813;
  --Gray80: #070a0d;
  --Black: #000000;
  --BlackAlt: #070a0d;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #5e48ed;
  --PrimaryAlt: #7f6cfa;
  --Gray: #3b375d;
  --GrayAlt: #433f68;
  --Blue: #5E48ED;
  --BlueAlt: #31a5f4;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(49, 45, 77, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray10);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray50);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray30);
  --InputBorder: var(--Gray20);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray30);
  --SearchBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray40);
  --MenuHover: var(--Gray30);
  --MenuBorder: var(--Gray30);
  --Dropdown: var(--Gray40);
  --DropdownHover: var(--Gray30);
  --DropdownBorder: var(--Gray30);
  --Modal: var(--Gray40);
  --ModalHover: var(--Gray30);
  --ModalBorder: var(--Gray30);
  --ModalSection: var(--Gray50);
  --PopUp: var(--Gray40);
  --PopUpHover: var(--Gray30);
  --PopUpBorder: var(--Gray30);
  --Notifications: var(--Gray40);
  --NotificationsHover: var(--Gray30);
  --NotificationsBorder: var(--Gray30);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(27, 25, 46, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray50);
  --FooterHover: var(--Gray40);
  --FooterBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray40);
  --TagHover: var(--Gray30);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray30);
  --PlaylistHover: var(--Gray40);
  --PlaylistItemHover: var(--Gray30);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__night .TagsNavLeft {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .TagsNavRight {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night input.ButtonSubmitDefault[type=submit] {
  background-color: #5E48ED !important; }

.theme__night .InputFieldDefault {
  border-color: #4E4B68 !important;
  background-color: #312D4D !important;
  color: #FFFFFF !important; }
  .theme__night .InputFieldDefault:focus {
    border-color: #5E48ED !important;
    outline-color: #5E48ED !important; }

.theme__night .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
.report-modal-content-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px; }
  .report-modal-content-container a {
    text-decoration: none;
    color: var(--Primary); }
    .report-modal-content-container a:hover {
      color: var(--Primary); }
  .report-modal-content-container .report-modal-comments,
  .report-modal-content-container .report-modal-reason-select {
    display: flex;
    flex-direction: column;
    row-gap: 5px; }
  .report-modal-content-container .btn-group-modal {
    display: flex;
    gap: 5px; }
  .report-modal-content-container select {
    width: 100%;
    padding: 10px;
    color: #666666;
    font-family: 'Roboto';
    font-size: 12px; }
    @media (max-width: 960px) {
      .report-modal-content-container select {
        border: 1px solid #ccc; } }
  .report-modal-content-container textarea {
    width: 100%;
    padding: 10px;
    color: #666666;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 140%;
    resize: none; }
  .report-modal-content-container .error {
    color: #ed1a3b; }
  .report-modal-content-container .has-error {
    border: 1px solid #ed1a3b; }
  .report-modal-content-container .report-modal-success-message {
    text-align: center; }
  .report-modal-content-container .disable-flag-reason {
    color: red !important;
    font-weight: 500; }
  .report-modal-content-container .TextReport {
    font-size: 12px !important; }

@media (max-width: 599px) {
  .ModalReportVideo {
    width: 100% !important;
    height: 80% !important;
    transform: none !important;
    bottom: 0 !important;
    left: 0 !important;
    top: unset !important;
    padding: 20px !important; }
    .ModalReportVideo .TextReport {
      font-size: 10px !important; } }

.ModalRedesign {
  position: fixed;
  cursor: default;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px auto;
  padding: 40px;
  background-color: var(--Modal);
  border: solid 1px var(--ModalBorder);
  text-align: left;
  border-radius: 15px;
  z-index: 999998; }
  .ModalRedesign .ButtonIconClose {
    position: absolute;
    z-index: 22;
    top: 8px;
    right: 8px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer; }
    .ModalRedesign .ButtonIconClose:hover {
      background-color: rgba(49, 45, 77, 0.7); }
  .ModalRedesign__Content {
    height: 100%;
    position: relative; }

.toast__link {
  color: #fff;
  text-decoration: underline; }

.AutoGroup.skeleton {
  display: flex;
  flex-direction: column; }

.dropdown-item.skeleton-item {
  margin-bottom: 10px; }

.AutoIcon.skeleton-icon,
.AutoText.skeleton-text {
  background-color: var(--TextSecondary); }

.AutoIcon.skeleton-icon {
  margin-right: 8px;
  /* Adjust margin as needed */ }

/* Animation for skeleton loading */
@keyframes loadingAnimation {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.skeleton .skeleton-icon,
.skeleton .skeleton-text {
  animation: loadingAnimation 1.5s infinite; }

.AutoIcon.skeleton-icon {
  border-radius: 50%;
  /* Rounded shape for skeleton */ }

.AutoText.skeleton-text {
  height: 24px;
  width: 100%; }

:root {
  --SYSTEM_White: #FFFFFF;
  --SYSTEM_Gray10: #DFE1E3;
  --SYSTEM_Gray20: #B0B3B8;
  --SYSTEM_Gray30: #909090;
  --SYSTEM_Gray40: #424345;
  --SYSTEM_Gray50: #242529;
  --SYSTEM_Gray60: #17181C;
  --SYSTEM_Gray70: #0F1013;
  --SYSTEM_Gray80: #090A0C;
  --SYSTEM_Black: #000000;
  --SYSTEM_BlackAlt: #090A0C;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Primary: #1A7EFA;
  --SYSTEM_PrimaryAlt: #2A87F9;
  --SYSTEM_Gray: #424345;
  --SYSTEM_GrayAlt: #4e5052;
  --SYSTEM_Blue: #1A7EFA;
  --SYSTEM_BlueAlt: #2A87F9;
  --SYSTEM_Orange: #FF3300;
  --SYSTEM_OrangeAlt: #FF4E00;
  --SYSTEM_Red: #E0203C;
  --SYSTEM_RedAlt: #EE3048;
  --SYSTEM_Green: #45BD62;
  --SYSTEM_GreenAlt: #4BD66C;
  --SYSTEM_Purple: #4E39D1;
  --SYSTEM_PurpleAlt: #5E48ED;
  --SYSTEM_Aqua: #2ECFF5;
  --SYSTEM_AquaAlt: #54DEFF;
  --SYSTEM_Yellow: #FFCC00;
  --SYSTEM_YellowAlt: #FFDE00;
  --SYSTEM_Pink: #CC0383;
  --SYSTEM_PinkAlt: #DB088E;
  --SYSTEM_Gold: #D4B665;
  --SYSTEM_GoldAlt: #EACD80;
  --SYSTEM_Brighteon: #1B2E5A;
  --SYSTEM_BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Transparent: rgba(0,0,0,0);
  --SYSTEM_TransparentDark: rgba(0,0,0,0.75);
  --SYSTEM_TransparentLight: rgba(255,255,255,0.85);
  --SYSTEM_TransparentHover: rgba(66,67,68,0.7);
  --SYSTEM_Shadow: rgba(0,0,0,20);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_TextPrimary: var(--SYSTEM_White);
  --SYSTEM_TextSecondary: var(--SYSTEM_Gray30);
  --SYSTEM_TextDisabled:  var(--SYSTEM_Gray40);
  --SYSTEM_TextButton: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Page: var(--SYSTEM_Gray80);
  --SYSTEM_Icon: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_ToolTip: var(--SYSTEM_Gray40);
  --SYSTEM_TextToolTip: var(--SYSTEM_Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Track: var(--SYSTEM_Gray80);
  --SYSTEM_Thumb: var(--SYSTEM_Gray40);
  --SYSTEM_BodyTrack: var(--SYSTEM_Gray80);
  --SYSTEM_BodyThumb: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Input: var(--SYSTEM_Gray50);
  --SYSTEM_InputBorder: var(--SYSTEM_Gray40);
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  --SYSTEM_InputSelected: var(--SYSTEM_Primary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Privacy: var(--SYSTEM_Gray60);
  --SYSTEM_PrivacyBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Search: var(--SYSTEM_Gray50);
  --SYSTEM_SearchBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Helper: var(--SYSTEM_Gray80);
  --SYSTEM_HelperBorder: var(--SYSTEM_Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Menu: var(--SYSTEM_Gray60);
  --SYSTEM_MenuHover: var(--SYSTEM_Gray40);
  --SYSTEM_MenuBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Dropdown: var(--SYSTEM_Gray60);
  --SYSTEM_DropdownHover: var(--SYSTEM_Gray40);
  --SYSTEM_DropdownBorder: var(--SYSTEM_Gray40);
  --SYSTEM_Modal: var(--SYSTEM_Gray60);
  --SYSTEM_ModalHover: var(--SYSTEM_Gray40);
  --SYSTEM_ModalBorder: var(--SYSTEM_Gray60);
  --SYSTEM_ModalSection: var(--SYSTEM_Gray70);
  --SYSTEM_PopUp: var(--SYSTEM_Gray60);
  --SYSTEM_PopUpHover: var(--SYSTEM_Gray40);
  --SYSTEM_PopUpBorder: var(--SYSTEM_Gray60);
  --SYSTEM_Notifications: var(--SYSTEM_Gray70);
  --SYSTEM_NotificationsHover: var(--SYSTEM_Gray50);
  --SYSTEM_NotificationsBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Button: var(--SYSTEM_Primary);
  --SYSTEM_ButtonHover: var(--SYSTEM_PrimaryAlt);
  --SYSTEM_ButtonBorder: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Masthead: rgba(9,10,12,0.85);
  --SYSTEM_MastheadHover: var(--SYSTEM_Gray40);
  --SYSTEM_MastheadBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Footer: var(--SYSTEM_Gray80);
  --SYSTEM_FooterHover: var(--SYSTEM_Gray50);
  --SYSTEM_FooterBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Duration: rgba(0,0,0,0.85);
  --SYSTEM_StatBox: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Tag: var(--SYSTEM_Gray50);
  --SYSTEM_TagHover: var(--SYSTEM_Gray40);
  --SYSTEM_TagText: var(--SYSTEM_White);
  --SYSTEM_TagFollowing: var(--SYSTEM_White);
  --SYSTEM_TagFollowingHover: var(--SYSTEM_White);
  --SYSTEM_TagFollowingText: var(--SYSTEM_Black);
  --SYSTEM_TagLive: var(--SYSTEM_Red);
  --SYSTEM_TagLiveHover: var(--SYSTEM_RedAlt);
  --SYSTEM_TagLiveText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_UI: var(--SYSTEM_Primary);
  --SYSTEM_UIText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Section: var(--SYSTEM_Transparent);
  --SYSTEM_SectionBorder: var(--SYSTEM_Gray50);
  --LIGHT_White: #FFFFFF;
  --LIGHT_Gray10: #F7F7F9;
  --LIGHT_Gray20: #ECECEC;
  --LIGHT_Gray30: #DBDBDB;
  --LIGHT_Gray40: #828282;
  --LIGHT_Gray50: #666666;
  --LIGHT_Gray60: #333333;
  --LIGHT_Gray70: #171819;
  --LIGHT_Gray80: #121212;
  --LIGHT_Black: #000000;
  --LIGHT_BlackAlt: #121212;
  --LIGHT_Primary: #287CED;
  --LIGHT_PrimaryAlt: #3399FF;
  --LIGHT_Gray: #B0B3B8;
  --LIGHT_GrayAlt: #BABCBF;
  --LIGHT_Blue: #1A94FA;
  --LIGHT_BlueAlt: #41A5FC;
  --LIGHT_Orange: #FF3300;
  --LIGHT_OrangeAlt: #FF4E00;
  --LIGHT_Red: #E0203C;
  --LIGHT_RedAlt: #EE3048;
  --LIGHT_Green: #219150;
  --LIGHT_GreenAlt: #24AF5F;
  --LIGHT_Purple: #4E39D1;
  --LIGHT_PurpleAlt: #5E48ED;
  --LIGHT_Aqua: #2ECFF5;
  --LIGHT_AquaAlt: #54DEFF;
  --LIGHT_Yellow: #FFCC00;
  --LIGHT_YellowAlt: #FFDE00;
  --LIGHT_Pink: #CC0383;
  --LIGHT_PinkAlt: #DB088E;
  --LIGHT_Gold: #D4B665;
  --LIGHT_GoldAlt: #EACD80;
  --LIGHT_Brighteon: #1B2E5A;
  --LIGHT_BrighteonAlt: #213668;
  --LIGHT_Transparent: rgba(0,0,0,0);
  --LIGHT_TransparentDark: rgba(0,0,0,0.85);
  --LIGHT_TransparentLight: rgba(255,255,255,0.85);
  --LIGHT_TransparentHover: rgba(0,0,0,0.08);
  --LIGHT_Shadow: rgba(0,0,0,0.4);
  --LIGHT_TextPrimary: var(--LIGHT_Gray80);
  --LIGHT_TextSecondary: var(--LIGHT_Gray40);
  --LIGHT_TextDisabled:  var(--LIGHT_Gray40);
  --LIGHT_TextButton: var(--LIGHT_White);
  --LIGHT_Page: var(--LIGHT_White);
  --LIGHT_Icon: var(--LIGHT_Gray70);
  --LIGHT_ToolTip: var(--LIGHT_Gray30);
  --LIGHT_TextToolTip: var(--LIGHT_Gray40);
  --LIGHT_Track: var(--LIGHT_Gray20);
  --LIGHT_Thumb: var(--LIGHT_Gray30);
  --LIGHT_BodyTrack: var(--LIGHT_Gray20);
  --LIGHT_BodyThumb: var(--LIGHT_Gray30);
  --LIGHT_Input: var(--LIGHT_Gray10);
  --LIGHT_InputBorder: var(--LIGHT_Gray30);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_InputSelected: var(--LIGHT_Primary);
  --LIGHT_Privacy: var(--LIGHT_Gray60);
  --LIGHT_PrivacyBorder: var(--LIGHT_Gray50);
  --LIGHT_Search: var(--LIGHT_Gray10);
  --LIGHT_SearchBorder: var(--LIGHT_Gray30);
  --LIGHT_Helper: var(--LIGHT_White);
  --LIGHT_HelperBorder: var(--LIGHT_Gray20);
  --LIGHT_Menu: var(--LIGHT_White);
  --LIGHT_MenuHover: var(--LIGHT_Gray10);
  --LIGHT_MenuBorder: var(--LIGHT_Gray20);
  --LIGHT_Dropdown: var(--LIGHT_White);
  --LIGHT_DropdownHover: var(--LIGHT_Gray10);
  --LIGHT_DropdownBorder: var(--LIGHT_Gray10);
  --LIGHT_Modal: var(--LIGHT_White);
  --LIGHT_ModalHover: var(--LIGHT_Gray10);
  --LIGHT_ModalBorder: var(--LIGHT_Gray20);
  --LIGHT_ModalSection: var(--LIGHT_Gray20);
  --LIGHT_PopUp: var(--LIGHT_White);
  --LIGHT_PopUpHover: var(--LIGHT_Gray10);
  --LIGHT_PopUpBorder: var(--LIGHT_Gray20);
  --LIGHT_Notifications: var(--LIGHT_White);
  --LIGHT_NotificationsHover: var(--LIGHT_Gray10);
  --LIGHT_NotificationsBorder: var(--LIGHT_Gray20);
  --LIGHT_Button: var(--LIGHT_Primary);
  --LIGHT_ButtonHover: var(--LIGHT_PrimaryAlt);
  --LIGHT_ButtonBorder: var(--LIGHT_Gray20);
  --LIGHT_Masthead: rgba(255,255,255,0.85);
  --LIGHT_MastheadHover: var(--LIGHT_Gray10);
  --LIGHT_MastheadBorder: var(--LIGHT_Gray20);
  --LIGHT_Footer: var(--LIGHT_White);
  --LIGHT_FooterHover: var(--LIGHT_Gray10);
  --LIGHT_FooterBorder: var(--LIGHT_Gray20);
  --LIGHT_Duration: rgba(0,0,0,0.85);
  --LIGHT_StatBox: var(--LIGHT_Gray20);
  --LIGHT_Tag: var(--LIGHT_Gray20);
  --LIGHT_TagHover: var(--LIGHT_Gray30);
  --LIGHT_TagText: var(--LIGHT_Gray40);
  --LIGHT_TagFollowing: var(--LIGHT_Brighteon);
  --LIGHT_TagFollowingHover: var(--LIGHT_BrighteonAlt);
  --LIGHT_TagFollowingText: var(--LIGHT_White);
  --LIGHT_TagLive: var(--LIGHT_Red);
  --LIGHT_TagLiveHover: var(--LIGHT_RedAlt);
  --LIGHT_TagLiveText: var(--LIGHT_White);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_UI: var(--LIGHT_Primary);
  --LIGHT_UIText: var(--LIGHT_White);
  --LIGHT_Section: var(--LIGHT_Transparent);
  --LIGHT_SectionBorder: var(--LIGHT_Gray20);
  --DARK_White: #FFFFFF;
  --DARK_Gray10: #DFE1E3;
  --DARK_Gray20: #B0B3B8;
  --DARK_Gray30: #909090;
  --DARK_Gray40: #424345;
  --DARK_Gray50: #242529;
  --DARK_Gray60: #17181C;
  --DARK_Gray70: #0F1013;
  --DARK_Gray80: #090A0C;
  --DARK_Black: #000000;
  --DARK_BlackAlt: #090A0C;
  --DARK_Primary: #1A7EFA;
  --DARK_PrimaryAlt: #2A87F9;
  --DARK_Gray: #424345;
  --DARK_GrayAlt: #4e5052;
  --DARK_Blue: #1A7EFA;
  --DARK_BlueAlt: #2A87F9;
  --DARK_Orange: #FF3300;
  --DARK_OrangeAlt: #FF4E00;
  --DARK_Red: #E0203C;
  --DARK_RedAlt: #EE3048;
  --DARK_Green: #45BD62;
  --DARK_GreenAlt: #4BD66C;
  --DARK_Purple: #4E39D1;
  --DARK_PurpleAlt: #5E48ED;
  --DARK_Aqua: #2ECFF5;
  --DARK_AquaAlt: #54DEFF;
  --DARK_Yellow: #FFCC00;
  --DARK_YellowAlt: #FFDE00;
  --DARK_Pink: #CC0383;
  --DARK_PinkAlt: #DB088E;
  --DARK_Gold: #D4B665;
  --DARK_GoldAlt: #EACD80;
  --DARK_Brighteon: #1B2E5A;
  --DARK_BrighteonAlt: #213668;
  --DARK_Transparent: rgba(0,0,0,0);
  --DARK_TransparentDark: rgba(0,0,0,0.75);
  --DARK_TransparentLight: rgba(255,255,255,0.85);
  --DARK_TransparentHover: rgba(66,67,68,0.7);
  --DARK_Shadow: rgba(0,0,0,20);
  --DARK_TextPrimary: var(--DARK_White);
  --DARK_TextSecondary: var(--DARK_Gray30);
  --DARK_TextDisabled:  var(--DARK_Gray40);
  --DARK_TextButton: var(--DARK_White);
  --DARK_Page: var(--DARK_Gray80);
  --DARK_Icon: var(--DARK_White);
  --DARK_ToolTip: var(--DARK_Gray40);
  --DARK_TextToolTip: var(--DARK_Gray10);
  --DARK_Track: var(--DARK_Gray80);
  --DARK_Thumb: var(--DARK_Gray40);
  --DARK_BodyTrack: var(--DARK_Gray80);
  --DARK_BodyThumb: var(--DARK_Gray40);
  --DARK_Input: var(--DARK_Gray50);
  --DARK_InputBorder: var(--DARK_Gray40);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_InputSelected: var(--DARK_Primary);
  --DARK_Privacy: var(--DARK_Gray60);
  --DARK_PrivacyBorder: var(--DARK_Gray50);
  --DARK_Search: var(--DARK_Gray50);
  --DARK_SearchBorder: var(--DARK_Gray50);
  --DARK_Helper: var(--DARK_Gray80);
  --DARK_HelperBorder: var(--DARK_Gray60);
  --DARK_Menu: var(--DARK_Gray60);
  --DARK_MenuHover: var(--DARK_Gray40);
  --DARK_MenuBorder: var(--DARK_Gray50);
  --DARK_Dropdown: var(--DARK_Gray60);
  --DARK_DropdownHover: var(--DARK_Gray40);
  --DARK_DropdownBorder: var(--DARK_Gray40);
  --DARK_Modal: var(--DARK_Gray60);
  --DARK_ModalHover: var(--DARK_Gray40);
  --DARK_ModalBorder: var(--DARK_Gray60);
  --DARK_ModalSection: var(--DARK_Gray70);
  --DARK_PopUp: var(--DARK_Gray60);
  --DARK_PopUpHover: var(--DARK_Gray40);
  --DARK_PopUpBorder: var(--DARK_Gray60);
  --DARK_Notifications: var(--DARK_Gray70);
  --DARK_NotificationsHover: var(--DARK_Gray50);
  --DARK_NotificationsBorder: var(--DARK_Gray50);
  --DARK_Button: var(--DARK_Primary);
  --DARK_ButtonHover: var(--DARK_PrimaryAlt);
  --DARK_ButtonBorder: var(--DARK_Gray40);
  --DARK_Masthead: rgba(9,10,12,0.85);
  --DARK_MastheadHover: var(--DARK_Gray40);
  --DARK_MastheadBorder: var(--DARK_Gray50);
  --DARK_Footer: var(--DARK_Gray80);
  --DARK_FooterHover: var(--DARK_Gray50);
  --DARK_FooterBorder: var(--DARK_Gray50);
  --DARK_Duration: rgba(0,0,0,0.85);
  --DARK_StatBox: var(--DARK_Gray50);
  --DARK_Tag: var(--DARK_Gray50);
  --DARK_TagHover: var(--DARK_Gray40);
  --DARK_TagText: var(--DARK_White);
  --DARK_TagFollowing: var(--DARK_White);
  --DARK_TagFollowingHover: var(--DARK_White);
  --DARK_TagFollowingText: var(--DARK_Black);
  --DARK_TagLive: var(--DARK_Red);
  --DARK_TagLiveHover: var(--DARK_RedAlt);
  --DARK_TagLiveText: var(--DARK_White);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_UI: var(--DARK_Primary);
  --DARK_UIText: var(--DARK_White);
  --DARK_Section: var(--DARK_Transparent);
  --DARK_SectionBorder: var(--DARK_Gray50);
  --DIM_White: #FFFFFF;
  --DIM_Gray10: #DFE1E3;
  --DIM_Gray20: #B0B3B8;
  --DIM_Gray30: #3E5F7D;
  --DIM_Gray40: #233B51;
  --DIM_Gray50: #0F2B44;
  --DIM_Gray60: #0A2034;
  --DIM_Gray70: #061726;
  --DIM_Gray80: #04111C;
  --DIM_Black: #000000;
  --DIM_BlackAlt: #030B16;
  --DIM_Primary: #204ECF;
  --DIM_PrimaryAlt: #2A5AE1;
  --DIM_Gray: #45586D;
  --DIM_GrayAlt: #4d6178;
  --DIM_Blue: #204ECF;
  --DIM_BlueAlt: #2A5AE1;
  --DIM_Orange: #FF3300;
  --DIM_OrangeAlt: #FF4E00;
  --DIM_Red: #E0203C;
  --DIM_RedAlt: #EE3048;
  --DIM_Green: #45BD62;
  --DIM_GreenAlt: #4BD66C;
  --DIM_Purple: #4E39D1;
  --DIM_PurpleAlt: #5E48ED;
  --DIM_Aqua: #2ECFF5;
  --DIM_AquaAlt: #54DEFF;
  --DIM_Yellow: #FFCC00;
  --DIM_YellowAlt: #FFDE00;
  --DIM_Pink: #CC0383;
  --DIM_PinkAlt: #DB088E;
  --DIM_Gold: #D4B665;
  --DIM_GoldAlt: #EACD80;
  --DIM_Brighteon: #1B2E5A;
  --DIM_BrighteonAlt: #213668;
  --DIM_Transparent: rgba(0,0,0,0);
  --DIM_TransparentDark: rgba(0,0,0,0.85);
  --DIM_TransparentLight: rgba(255,255,255,0.85);
  --DIM_TransparentHover: rgba(30,60,90,0.4);
  --DIM_Shadow: rgba(0,0,0,20);
  --DIM_TextPrimary: var(--DIM_White);
  --DIM_TextSecondary: var(--DIM_Gray20);
  --DIM_TextDisabled:  var(--DIM_Gray40);
  --DIM_TextButton: var(--DIM_White);
  --DIM_Page: var(--DIM_Gray70);
  --DIM_Icon: var(--DIM_White);
  --DIM_ToolTip: var(--DIM_Gray40);
  --DIM_TextToolTip: var(--DIM_Gray10);
  --DIM_Track: var(--DIM_Gray80);
  --DIM_Thumb: var(--DIM_Gray40);
  --DIM_BodyTrack: var(--DIM_Gray80);
  --DIM_BodyThumb: var(--DIM_Gray40);
  --DIM_Input: var(--DIM_Gray50);
  --DIM_InputBorder: var(--DIM_Gray40);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_InputSelected: var(--DIM_Primary);
  --DIM_Privacy: var(--DIM_Gray60);
  --DIM_PrivacyBorder: var(--DIM_Gray50);
  --DIM_Search: var(--DIM_Gray60);
  --DIM_SearchBorder: var(--DIM_Gray50);
  --DIM_Helper: var(--DIM_Gray80);
  --DIM_HelperBorder: var(--DIM_Gray60);
  --DIM_Menu: var(--DIM_Gray70);
  --DIM_MenuHover: var(--DIM_Gray60);
  --DIM_MenuBorder: var(--DIM_Gray50);
  --DIM_Dropdown: var(--DIM_Gray60);
  --DIM_DropdownHover: var(--DIM_Gray50);
  --DIM_DropdownBorder: var(--DIM_Gray50);
  --DIM_Modal: var(--DIM_Gray60);
  --DIM_ModalHover: var(--DIM_Gray50);
  --DIM_ModalBorder: var(--DIM_Gray50);
  --DIM_ModalSection: var(--DIM_Gray80);
  --DIM_PopUp: var(--DIM_Gray60);
  --DIM_PopUpHover: var(--DIM_Gray50);
  --DIM_PopUpBorder: var(--DIM_Gray50);
  --DIM_Notifications: var(--DIM_Gray60);
  --DIM_NotificationsHover: var(--DIM_Gray50);
  --DIM_NotificationsBorder: var(--DIM_Gray50);
  --DIM_Button: var(--DIM_Primary);
  --DIM_ButtonHover: var(--DIM_PrimaryAlt);
  --DIM_ButtonBorder: var(--DIM_Gray40);
  --DIM_Masthead: rgba(6,23,38,0.85);
  --DIM_MastheadHover: var(--DIM_Gray60);
  --DIM_MastheadBorder: var(--DIM_Gray50);
  --DIM_Footer: var(--DIM_Gray70);
  --DIM_FooterHover: var(--DIM_Gray60);
  --DIM_FooterBorder: var(--DIM_Gray50);
  --DIM_Duration: rgba(0,0,0,0.85);
  --DIM_StatBox: var(--DIM_Gray50);
  --DIM_Tag: var(--DIM_Gray50);
  --DIM_TagHover: var(--DIM_Gray40);
  --DIM_TagText: var(--DIM_White);
  --DIM_TagFollowing: var(--DIM_White);
  --DIM_TagFollowingHover: var(--DIM_White);
  --DIM_TagFollowingText: var(--DIM_Black);
  --DIM_TagLive: var(--DIM_Red);
  --DIM_TagLiveHover: var(--DIM_RedAlt);
  --DIM_TagLiveText: var(--DIM_White);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_UI: var(--DIM_Primary);
  --DIM_UIText: var(--DIM_White);
  --DIM_Section: var(--DIM_Transparent);
  --DIM_SectionBorder: var(--DIM_Gray40);
  --NIGHT_White: #FFFFFF;
  --NIGHT_Gray10: #B0B3B8;
  --NIGHT_Gray20: #4E4B68;
  --NIGHT_Gray30: #312D4D;
  --NIGHT_Gray40: #26233E;
  --NIGHT_Gray50: #1B192E;
  --NIGHT_Gray60: #100E1F;
  --NIGHT_Gray70: #090813;
  --NIGHT_Gray80: #070A0D;
  --NIGHT_Black: #000000;
  --NIGHT_BlackAlt: #070A0D;
  --NIGHT_Primary: #5E48ED;
  --NIGHT_PrimaryAlt: #7F6CFA;
  --NIGHT_Gray: #3B375D;
  --NIGHT_GrayAlt: #433f68;
  --NIGHT_Blue: #1994E8;
  --NIGHT_BlueAlt: #31A5F4;
  --NIGHT_Orange: #FF3300;
  --NIGHT_OrangeAlt: #FF4E00;
  --NIGHT_Red: #E0203C;
  --NIGHT_RedAlt: #EE3048;
  --NIGHT_Green: #45BD62;
  --NIGHT_GreenAlt: #4BD66C;
  --NIGHT_Purple: #4E39D1;
  --NIGHT_PurpleAlt: #5E48ED;
  --NIGHT_Aqua: #2ECFF5;
  --NIGHT_AquaAlt: #54DEFF;
  --NIGHT_Yellow: #FFCC00;
  --NIGHT_YellowAlt: #FFDE00;
  --NIGHT_Pink: #CC0383;
  --NIGHT_PinkAlt: #DB088E;
  --NIGHT_Gold: #D4B665;
  --NIGHT_GoldAlt: #EACD80;
  --NIGHT_Brighteon: #1B2E5A;
  --NIGHT_BrighteonAlt: #213668;
  --NIGHT_Transparent: rgba(0,0,0,0);
  --NIGHT_TransparentDark: rgba(0,0,0,0.85);
  --NIGHT_TransparentLight: rgba(255,255,255,0.85);
  --NIGHT_TransparentHover: rgba(49,45,77,0.7);
  --NIGHT_Shadow: rgba(0,0,0,20);
  --NIGHT_TextPrimary: var(--NIGHT_White);
  --NIGHT_TextSecondary: var(--NIGHT_Gray10);
  --NIGHT_TextDisabled: var(--NIGHT_Gray40);
  --NIGHT_TextButton: var(--NIGHT_White);
  --NIGHT_Page: var(--NIGHT_Gray50);
  --NIGHT_Icon: var(--NIGHT_White);
  --NIGHT_ToolTip: var(--NIGHT_Gray40);
  --NIGHT_TextToolTip: var(--NIGHT_Gray10);
  --NIGHT_Track: var(--NIGHT_Gray80);
  --NIGHT_Thumb: var(--NIGHT_Gray30);
  --NIGHT_BodyTrack: var(--NIGHT_Gray80);
  --NIGHT_BodyThumb: var(--NIGHT_Gray30);
  --NIGHT_Input: var(--NIGHT_Gray30);
  --NIGHT_InputBorder: var(--NIGHT_Gray20);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_InputSelected: var(--NIGHT_Primary);
  --NIGHT_Privacy: var(--NIGHT_Gray60);
  --NIGHT_PrivacyBorder: var(--NIGHT_Gray50);
  --NIGHT_Search: var(--NIGHT_Gray30);
  --NIGHT_SearchBorder: var(--NIGHT_Gray40);
  --NIGHT_Helper: var(--NIGHT_Gray80);
  --NIGHT_HelperBorder: var(--NIGHT_Gray60);
  --NIGHT_Menu: var(--NIGHT_Gray40);
  --NIGHT_MenuHover: var(--NIGHT_Gray30);
  --NIGHT_MenuBorder: var(--NIGHT_Gray30);
  --NIGHT_Dropdown: var(--NIGHT_Gray40);
  --NIGHT_DropdownHover: var(--NIGHT_Gray30);
  --NIGHT_DropdownBorder: var(--NIGHT_Gray30);
  --NIGHT_Modal: var(--NIGHT_Gray40);
  --NIGHT_ModalHover: var(--NIGHT_Gray30);
  --NIGHT_ModalBorder: var(--NIGHT_Gray30);
  --NIGHT_ModalSection: var(--NIGHT_Gray50);
  --NIGHT_PopUp: var(--NIGHT_Gray40);
  --NIGHT_PopUpHover: var(--NIGHT_Gray30);
  --NIGHT_PopUpBorder: var(--NIGHT_Gray30);
  --NIGHT_Notifications: var(--NIGHT_Gray40);
  --NIGHT_NotificationsHover: var(--NIGHT_Gray30);
  --NIGHT_NotificationsBorder: var(--NIGHT_Gray30);
  --NIGHT_Button: var(--NIGHT_Primary);
  --NIGHT_ButtonHover: var(--NIGHT_PrimaryAlt);
  --NIGHT_ButtonBorder: var(--NIGHT_Gray40);
  --NIGHT_Masthead: rgba(27,25,46,0.85);
  --NIGHT_MastheadHover: var(--NIGHT_Gray40);
  --NIGHT_MastheadBorder: var(--NIGHT_Gray40);
  --NIGHT_Footer: var(--NIGHT_Gray50);
  --NIGHT_FooterHover: var(--NIGHT_Gray40);
  --NIGHT_FooterBorder: var(--NIGHT_Gray40);
  --NIGHT_Duration: rgba(0,0,0,0.85);
  --NIGHT_StatBox: var(--NIGHT_Gray60);
  --NIGHT_Tag: var(--NIGHT_Gray40);
  --NIGHT_TagHover: var(--NIGHT_Gray30);
  --NIGHT_TagText: var(--NIGHT_White);
  --NIGHT_TagFollowing: var(--NIGHT_White);
  --NIGHT_TagFollowingHover: var(--NIGHT_White);
  --NIGHT_TagFollowingText: var(--NIGHT_Black);
  --NIGHT_TagLive: var(--NIGHT_Red);
  --NIGHT_TagLiveHover: var(--NIGHT_RedAlt);
  --NIGHT_TagLiveText: var(--NIGHT_White);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_UI: var(--NIGHT_Primary);
  --NIGHT_UIText: var(--NIGHT_White);
  --NIGHT_Section: var(--NIGHT_Transparent);
  --NIGHT_SectionBorder: var(--NIGHT_Gray40);
  --Promo: #4646FE;
  --PromoError: #FBFB62; }

@media (prefers-color-scheme: dark) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #dfe1e3;
    --Gray20: #b0b3b8;
    --Gray30: #909090;
    --Gray40: #424345;
    --Gray50: #242529;
    --Gray60: #17181c;
    --Gray70: #0f1013;
    --Gray80: #090a0c;
    --Black: #000000;
    --BlackAlt: #090a0c;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #1a7efa;
    --PrimaryAlt: #2a87f9;
    --Gray: #424345;
    --GrayAlt: #4e5052;
    --Blue: #1a7efa;
    --BlueAlt: #2a87f9;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #45bd62;
    --GreenAlt: #4bd66c;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    --Promo: #4646FE;
    --PromoError: #FBFB62;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.75);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(66, 67, 68, 0.7);
    --Shadow: rgba(0, 0, 0, 20);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--White);
    --TextSecondary: var(--Gray30);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--Gray80);
    --Icon: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray40);
    --TextToolTip: var(--Gray10);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray80);
    --Thumb: var(--Gray40);
    --BodyTrack: var(--Gray80);
    --BodyThumb: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray50);
    --InputBorder: var(--Gray40);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray50);
    --SearchBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--Gray80);
    --HelperBorder: var(--Gray60);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--Gray60);
    --MenuHover: var(--Gray40);
    --MenuBorder: var(--Gray50);
    --Dropdown: var(--Gray60);
    --DropdownHover: var(--Gray40);
    --DropdownBorder: var(--Gray40);
    --Modal: var(--Gray60);
    --ModalHover: var(--Gray40);
    --ModalBorder: var(--Gray60);
    --ModalSection: var(--Gray70);
    --PopUp: var(--Gray60);
    --PopUpHover: var(--Gray40);
    --PopUpBorder: var(--Gray60);
    --Notifications: var(--Gray70);
    --NotificationsHover: var(--Gray50);
    --NotificationsBorder: var(--Gray50);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(9, 10, 12, 0.85);
    --MastheadHover: var(--Gray40);
    --MastheadBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--Gray80);
    --FooterHover: var(--Gray50);
    --FooterBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray50);
    --TagHover: var(--Gray40);
    --TagText: var(--White);
    --TagFollowing: var(--White);
    --TagFollowingHover: var(--White);
    --TagFollowingText: var(--Black);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray10);
    --ArticleHover: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--Gray60);
    --NewsletterBorder: var(--Gray40);
    --PlaylistBorder: var(--Gray50);
    --PlaylistHover: var(--Gray60);
    --PlaylistItemHover: var(--Gray50);
    --Premium: var(--Gray60);
    --PremiumBorder: var(--Gray50); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      border-color: var(--White); } }

@media (prefers-color-scheme: light) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #f7f7f9;
    --Gray20: #ececec;
    --Gray30: #dbdbdb;
    --Gray40: #828282;
    --Gray50: #666666;
    --Gray60: #333333;
    --Gray70: #171819;
    --Gray80: #121212;
    --Black: #000000;
    --BlackAlt: #121212;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #287ced;
    --PrimaryAlt: #3399ff;
    --Gray: #b0b3b8;
    --GrayAlt: #babcbf;
    --Blue: #1a94fa;
    --BlueAlt: #41a5fc;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #219150;
    --GreenAlt: #24af5f;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.85);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(0, 0, 0, 0.08);
    --Shadow: rgba(0, 0, 0, 0.4);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--Gray80);
    --TextSecondary: var(--Gray40);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--White);
    --Icon: var(--Gray70);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray30);
    --TextToolTip: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray20);
    --Thumb: var(--Gray30);
    --BodyTrack: var(--Gray20);
    --BodyThumb: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray10);
    --InputBorder: var(--Gray30);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray10);
    --SearchBorder: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--White);
    --HelperBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--White);
    --MenuHover: var(--Gray10);
    --MenuBorder: var(--Gray20);
    --Dropdown: var(--White);
    --DropdownHover: var(--Gray10);
    --DropdownBorder: var(--Gray10);
    --Modal: var(--White);
    --ModalHover: var(--Gray10);
    --ModalBorder: var(--Gray20);
    --ModalSection: var(--Gray20);
    --PopUp: var(--White);
    --PopUpHover: var(--Gray10);
    --PopUpBorder: var(--Gray20);
    --Notifications: var(--White);
    --NotificationsHover: var(--Gray10);
    --NotificationsBorder: var(--Gray20);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(255, 255, 255, 0.85);
    --MastheadHover: var(--Gray10);
    --MastheadBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--White);
    --FooterHover: var(--Gray10);
    --FooterBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray20);
    --TagHover: var(--Gray30);
    --TagText: var(--Gray60);
    --TagFollowing: var(--Brighteon);
    --TagFollowingHover: var(--BrighteonAlt);
    --TagFollowingText: var(--White);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray60);
    --ArticleHover: var(--Gray80);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--White);
    --NewsletterBorder: var(--Gray20);
    --PlaylistBorder: var(--Gray20);
    --PlaylistHover: var(--Gray10);
    --PlaylistItemHover: var(--Gray20);
    --Premium: var(--Gray10);
    --PremiumBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */ }
    :root .theme__system .TagsNavLeft {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .TagsNavRight {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .CardsNavLeft .CardsBackground {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .CardsNavRight .CardsBackground {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .AuthBody {
      background-color: var(--Gray10); }
    :root .theme__system .ButtonTransparent {
      background-color: var(--Transparent) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransparent:hover {
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--BorderAlt);
      color: var(--TextPrimary) !important; }
    :root .theme__system .ButtonTransBorder:hover {
      background-color: var(--Border) !important;
      color: var(--TextButton) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .PrivacyNotice .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--White) !important;
      color: var(--TextPrimary) !important; }
      :root .theme__system .PrivacyNotice .ButtonTransBorder:hover {
        color: var(--Gray40) !important;
        border-color: var(--Gray40) !important; }
    :root .theme__system .InputFieldDefault {
      border-color: #ececec !important;
      background-color: #ffffff !important;
      color: #121212 !important; }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
      color: var(--White); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      color: var(--White) !important; } }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dark {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #909090;
  --Gray40: #424345;
  --Gray50: #242529;
  --Gray60: #17181c;
  --Gray70: #0f1013;
  --Gray80: #090a0c;
  --Black: #000000;
  --BlackAlt: #090a0c;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #1a7efa;
  --PrimaryAlt: #2a87f9;
  --Gray: #424345;
  --GrayAlt: #4e5052;
  --Blue: #1a7efa;
  --BlueAlt: #2a87f9;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  --Promo: #4646FE;
  --PromoError: #FBFB62;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.75);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(66, 67, 68, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray30);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray80);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray50);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray60);
  --MenuHover: var(--Gray40);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray40);
  --DropdownBorder: var(--Gray40);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray40);
  --ModalBorder: var(--Gray60);
  --ModalSection: var(--Gray70);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray40);
  --PopUpBorder: var(--Gray60);
  --Notifications: var(--Gray70);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(9, 10, 12, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray80);
  --FooterHover: var(--Gray50);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray50); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dark .TagsNavLeft {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .TagsNavRight {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%) !important; }

.theme__dark .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%) !important; }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%); }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%); }

.theme__dark .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dim {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #3e5f7d;
  --Gray40: #233b51;
  --Gray50: #0f2b44;
  --Gray60: #0a2034;
  --Gray70: #061726;
  --Gray80: #04111c;
  --Black: #000000;
  --BlackAlt: #030b16;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #204ecf;
  --PrimaryAlt: #2a5ae1;
  --Gray: #45586d;
  --GrayAlt: #4d6178;
  --Blue: #204ecf;
  --BlueAlt: #2a5ae1;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(30, 60, 90, 0.4);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray20);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray70);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray60);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray70);
  --MenuHover: var(--Gray60);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray50);
  --DropdownBorder: var(--Gray50);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray50);
  --ModalBorder: var(--Gray50);
  --ModalSection: var(--Gray80);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray50);
  --PopUpBorder: var(--Gray50);
  --Notifications: var(--Gray60);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(6, 23, 38, 0.85);
  --MastheadHover: var(--Gray60);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray70);
  --FooterHover: var(--Gray60);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dim .TagsNavLeft {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .TagsNavRight {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim input.ButtonSubmitDefault[type=submit] {
  background-color: #204ECF !important; }

.theme__dim .InputFieldDefault {
  border-color: #233B51 !important;
  background-color: #0F2B44 !important;
  color: #FFFFFF !important; }
  .theme__dim .InputFieldDefault:focus {
    border-color: #204ECF !important;
    outline-color: #204ECF !important; }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__light {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #f7f7f9;
  --Gray20: #ececec;
  --Gray30: #dbdbdb;
  --Gray40: #828282;
  --Gray50: #666666;
  --Gray60: #333333;
  --Gray70: #171819;
  --Gray80: #121212;
  --Black: #000000;
  --BlackAlt: #121212;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #287ced;
  --PrimaryAlt: #3399ff;
  --Gray: #b0b3b8;
  --GrayAlt: #babcbf;
  --Blue: #1a94fa;
  --BlueAlt: #41a5fc;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #219150;
  --GreenAlt: #24af5f;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(0, 0, 0, 0.08);
  --Shadow: rgba(0, 0, 0, 0.4);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--Gray80);
  --TextSecondary: var(--Gray40);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--White);
  --Icon: var(--Gray70);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray30);
  --TextToolTip: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray20);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray20);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray10);
  --InputBorder: var(--Gray30);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray10);
  --SearchBorder: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--White);
  --HelperBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--White);
  --MenuHover: var(--Gray10);
  --MenuBorder: var(--Gray20);
  --Dropdown: var(--White);
  --DropdownHover: var(--Gray10);
  --DropdownBorder: var(--Gray10);
  --Modal: var(--White);
  --ModalHover: var(--Gray10);
  --ModalBorder: var(--Gray20);
  --ModalSection: var(--Gray20);
  --PopUp: var(--White);
  --PopUpHover: var(--Gray10);
  --PopUpBorder: var(--Gray20);
  --Notifications: var(--White);
  --NotificationsHover: var(--Gray10);
  --NotificationsBorder: var(--Gray20);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(255, 255, 255, 0.85);
  --MastheadHover: var(--Gray10);
  --MastheadBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--White);
  --FooterHover: var(--Gray10);
  --FooterBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray20);
  --TagHover: var(--Gray30);
  --TagText: var(--Gray60);
  --TagFollowing: var(--Brighteon);
  --TagFollowingHover: var(--BrighteonAlt);
  --TagFollowingText: var(--White);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray60);
  --ArticleHover: var(--Gray80);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--White);
  --NewsletterBorder: var(--Gray20);
  --PlaylistBorder: var(--Gray20);
  --PlaylistHover: var(--Gray10);
  --PlaylistItemHover: var(--Gray20);
  --Premium: var(--Gray10);
  --PremiumBorder: var(--Gray20); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__light {
  /* /////////////////////////////////////////////////////////////// */ }
  .theme__light .TagsNavLeft {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .TagsNavRight {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .CardsNavLeft .CardsBackground {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .CardsNavRight .CardsBackground {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .AuthBody {
    background-color: var(--Gray10); }
  .theme__light .ButtonTransparent {
    background-color: var(--Transparent) !important;
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransparent:hover {
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--BorderAlt);
    color: var(--TextPrimary) !important; }
  .theme__light .ButtonTransBorder:hover {
    background-color: var(--Border) !important;
    color: var(--TextButton) !important;
    color: var(--Gray40) !important; }
  .theme__light .PrivacyNotice .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--TextPrimary) !important;
    color: var(--TextPrimary) !important; }
    .theme__light .PrivacyNotice .ButtonTransBorder:hover {
      color: var(--Gray40) !important;
      border-color: var(--Gray40) !important; }
  .theme__light .InputFieldDefault {
    border-color: #ececec !important;
    background-color: #ffffff !important;
    color: #121212 !important; }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
    color: var(--White); }
  .theme__light .PrivacyBox .PrivacyTable .ButtonPrivacy {
    color: var(--White) !important;
    border-color: var(--White) !important; }

/* /////////////////////////////////////////////////////////////// */
:root .theme__night {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #b0b3b8;
  --Gray20: #4e4b68;
  --Gray30: #312d4d;
  --Gray40: #26233e;
  --Gray50: #1b192e;
  --Gray60: #100e1f;
  --Gray70: #090813;
  --Gray80: #070a0d;
  --Black: #000000;
  --BlackAlt: #070a0d;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #5e48ed;
  --PrimaryAlt: #7f6cfa;
  --Gray: #3b375d;
  --GrayAlt: #433f68;
  --Blue: #5E48ED;
  --BlueAlt: #31a5f4;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(49, 45, 77, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray10);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray50);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray30);
  --InputBorder: var(--Gray20);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray30);
  --SearchBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray40);
  --MenuHover: var(--Gray30);
  --MenuBorder: var(--Gray30);
  --Dropdown: var(--Gray40);
  --DropdownHover: var(--Gray30);
  --DropdownBorder: var(--Gray30);
  --Modal: var(--Gray40);
  --ModalHover: var(--Gray30);
  --ModalBorder: var(--Gray30);
  --ModalSection: var(--Gray50);
  --PopUp: var(--Gray40);
  --PopUpHover: var(--Gray30);
  --PopUpBorder: var(--Gray30);
  --Notifications: var(--Gray40);
  --NotificationsHover: var(--Gray30);
  --NotificationsBorder: var(--Gray30);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(27, 25, 46, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray50);
  --FooterHover: var(--Gray40);
  --FooterBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray40);
  --TagHover: var(--Gray30);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray30);
  --PlaylistHover: var(--Gray40);
  --PlaylistItemHover: var(--Gray30);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__night .TagsNavLeft {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .TagsNavRight {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night input.ButtonSubmitDefault[type=submit] {
  background-color: #5E48ED !important; }

.theme__night .InputFieldDefault {
  border-color: #4E4B68 !important;
  background-color: #312D4D !important;
  color: #FFFFFF !important; }
  .theme__night .InputFieldDefault:focus {
    border-color: #5E48ED !important;
    outline-color: #5E48ED !important; }

.theme__night .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
.ModalShare .FormInput input {
  outline: solid 3px var(--Transparent);
  border: solid 1px var(--InputBorder);
  color: var(--TextSecondary); }

.ModalShare .FormTextArea textarea {
  outline: solid 3px var(--Transparent);
  border: solid 1px var(--InputBorder);
  color: var(--TextSecondary); }

.ModalShare input:focus, .ModalShare textarea:focus {
  border-color: var(--Primary);
  outline-color: var(--Primary); }

.ModalShare label {
  color: var(--TextSecondary); }

.ModalShare input[type=checkbox]:before {
  background-color: var(--Input); }

.ModalShare input[type=checkbox]:checked:before {
  background-color: var(--Primary); }

.ModalShare #EmbedStartTime:disabled, .ModalShare #DirectStartTime:disabled {
  color: var(--TextSecondary); }

.ModalShare .FixedHeader {
  margin-bottom: 10px; }

.ModalShare .ModalSubhead {
  margin-bottom: 10px; }

.ModalShare .FormCheckbox label {
  min-height: 20px;
  font-size: 13px;
  padding-left: 20px; }
  .ModalShare .FormCheckbox label span {
    width: 20px;
    height: 20px; }
    .ModalShare .FormCheckbox label span:after {
      left: 5px;
      top: 2px;
      width: 6px;
      height: 10px; }

.ModalShare .IconsTable {
  width: 100%;
  margin: 0px auto; }

.ModalShare .IconsCol {
  width: 14.28%;
  cursor: pointer; }

.ModalShare label {
  padding-right: 5px; }

.ModalShare .FormGroup {
  display: block; }

.ModalShare .FormLabel {
  display: block; }

.ModalShare .FormInput {
  display: block;
  position: relative; }
  .ModalShare .FormInput input {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px; }
    .ModalShare .FormInput input::placeholder {
      font-size: 14px; }
    .ModalShare .FormInput input:-ms-input-placeholder {
      font-size: 14px; }
    .ModalShare .FormInput input::-ms-input-placeholder {
      font-size: 14px; }
  .ModalShare .FormInput ._error {
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -20px;
    z-index: 1; }
  .ModalShare .FormInput ._error-inner {
    font-size: 11px;
    font-weight: 600; }

.ModalShare .OptionsTable {
  display: table;
  width: 100%; }
  .ModalShare .OptionsTable .OptionCol {
    display: table-cell;
    vertical-align: top;
    color: var(--TextSecondary);
    font-size: var(--FS13); }
  .ModalShare .OptionsTable .OptionColLeft {
    width: auto; }
  .ModalShare .OptionsTable .OptionColRight {
    width: auto;
    text-align: right; }
  .ModalShare .OptionsTable .OptionCol b {
    color: var(--TextPrimary);
    font-weight: 600; }

.ModalShare .FormTextArea {
  display: block;
  position: relative; }
  .ModalShare .FormTextArea textarea {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    resize: none; }

.ModalShare__ShareDirect {
  margin-bottom: 10px; }

.ModalShare__ShareEmbed {
  margin-bottom: 10px; }

#CopyShareDirect {
  font-weight: 600;
  cursor: pointer; }

#CopyShareEmbed {
  font-weight: 600;
  cursor: pointer; }

#ShareEmbed {
  resize: none;
  overflow: hidden;
  height: 80px;
  line-height: 150%; }

#EmbedStartTime {
  border-bottom: none 0px;
  font-size: 13px; }

#DirectStartTime {
  border-bottom: none 0px;
  font-size: 13px; }

@media (max-width: 599px) {
  .ModalShare {
    width: 100% !important;
    height: 80% !important;
    transform: none !important;
    bottom: 0 !important;
    left: 0 !important;
    top: unset !important;
    padding: 20px !important; }
    .ModalShare .FixedHeader {
      position: relative !important;
      margin-bottom: 20px; }
    .ModalShare .ModalPanel {
      padding-right: 15px; } }

.Text.overflow .episode-info-featured {
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis; }

.Text.overflow::after {
  content: '...'; }

.Loading {
  display: block;
  margin: 30px auto;
  width: 60px;
  height: 30px;
  padding: 10px;
  text-align: center; }

.LoadingDots {
  margin: 0px 15px;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--Primary);
  color: var(--Primary);
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s; }

.LoadingDots::before, .LoadingDots::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px; }

.LoadingDots::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--Primary);
  color: #666666;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s; }

.LoadingDots::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--Primary);
  color: var(--Primary);
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s; }

@keyframes dotFlashing {
  0% {
    background-color: var(--Primary); }
  50%, 100% {
    background-color: var(--PrimaryAlt); } }

#ModalChannelTip {
  /* CRYPTO TIPS */ }
  #ModalChannelTip .Modal.ModalOpen {
    display: block;
    z-index: 999999; }
  #ModalChannelTip .Block a {
    color: var(--Primary); }
    #ModalChannelTip .Block a:hover {
      color: var(--PrimaryAlt); }
  #ModalChannelTip .FormTextArea textarea {
    width: 100%;
    padding: 10px;
    outline: solid 3px var(--Transparent);
    border: solid 1px var(--InputBorder);
    border-radius: 3px;
    font-size: var(--FS13);
    color: var(--TextSecondary);
    line-height: 120%;
    resize: none; }
  #ModalChannelTip .TipTable {
    display: block; }
  #ModalChannelTip .TipCol {
    display: block; }
  #ModalChannelTip .TipColLeft {
    margin-bottom: 15px; }
  #ModalChannelTip #TipQRCode img {
    max-width: 200px;
    margin: 0px auto; }
  @media (min-width: 900px) {
    #ModalChannelTip .TipTable {
      display: table;
      width: 100%; }
    #ModalChannelTip .TipCol {
      display: table-cell;
      vertical-align: top; }
    #ModalChannelTip .TipColLeft {
      width: auto;
      padding-right: 15px;
      border-right: solid 1px var(--ModalBorder); }
    #ModalChannelTip .TipColRight {
      width: 200px;
      padding-left: 15px; } }
  @media (max-width: 599px) {
    #ModalChannelTip .ModalBox {
      padding-top: 0; }
      #ModalChannelTip .ModalBox .ModalPanel {
        padding-bottom: 64px; } }

#ModalChannelShop .Modal.ModalOpen {
  display: block;
  z-index: 999999; }

#ModalChannelShop .Block a {
  color: var(--Primary); }
  #ModalChannelShop .Block a:hover {
    color: var(--PrimaryAlt); }

@media (min-width: 600px) {
  #ModalChannelShop .Modal.ModalOpen .ModalPanel {
    min-width: unset; } }

.videos-list-item {
  display: flex; }
  .videos-list-item__color-red {
    color: red !important; }
  .videos-list-item__video-details {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--ModalHover);
    padding: 15px 0; }
    .videos-list-item__video-details:active {
      border-top: 1px solid var(--ModalHover); }
  .videos-list-item__thumbnail {
    padding-right: 15px; }
    .videos-list-item__thumbnail__wrapper {
      display: block;
      position: relative;
      background: black;
      width: 210px;
      height: 118px; }
      .videos-list-item__thumbnail__wrapper img {
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        cursor: pointer;
        border-radius: 8px; }
      @media (max-width: 600px) {
        .videos-list-item__thumbnail__wrapper {
          width: 115px;
          height: 68px; }
          .videos-list-item__thumbnail__wrapper .item-has-audio::before {
            font-size: 9px !important;
            width: 60px !important;
            height: 20px !important; } }
  .videos-list-item--small {
    min-height: 100px;
    padding-right: 10px; }
    .videos-list-item--small .videos-list-item__thumbnail__wrapper {
      width: 120px;
      height: 68px; }
  .videos-list-item__drag-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    align-items: center;
    cursor: grab; }
    .videos-list-item__drag-box input {
      cursor: pointer; }
  .videos-list-item__duration {
    display: block;
    width: auto;
    background-color: rgba(0, 0, 0, 0.85);
    font-family: Roboto;
    font-size: 11px;
    color: #fff;
    position: absolute;
    z-index: 100;
    right: 5px;
    bottom: 5px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 5px 5px 5px;
    pointer-events: none;
    border-radius: 4px;
    line-height: 100%; }
  .videos-list-item__number {
    padding: 8px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    position: absolute;
    top: 0;
    left: 0; }
  .videos-list-item__order {
    width: 16px;
    opacity: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 10px; }
    .videos-list-item__order__item {
      fill: #9c9c9c; }
      .videos-list-item__order__item:hover {
        fill: #6f6e6e; }
      .videos-list-item__order__item__first {
        display: block;
        width: 16px;
        height: 16px; }
      .videos-list-item__order__item__up {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0px auto 8px; }
      .videos-list-item__order__item__down {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0px auto; }
      .videos-list-item__order__item__last {
        display: block;
        width: 16px;
        height: 16px; }
      .videos-list-item__order__item__up--disabled, .videos-list-item__order__item__down--disabled, .videos-list-item__order__item__first--disabled, .videos-list-item__order__item__last--disabled {
        fill: #9c9c9c57; }
        .videos-list-item__order__item__up--disabled:hover, .videos-list-item__order__item__down--disabled:hover, .videos-list-item__order__item__first--disabled:hover, .videos-list-item__order__item__last--disabled:hover {
          fill: #9c9c9c57; }
  .videos-list-item__total-video {
    color: white;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    user-select: none;
    padding: 5px 5px 3px 24px;
    background-color: #000000;
    font-size: 13px;
    background-image: url([object Module]);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 5px center; }
  .videos-list-item__content {
    flex: 1;
    vertical-align: top;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .videos-list-item__channel {
    color: #666666; }
    .videos-list-item__channel:hover {
      color: #666666; }
  .videos-list-item__title {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: inline-block;
    overflow-wrap: break-word;
    word-break: break-word;
    cursor: pointer; }
    .videos-list-item__title:hover {
      color: inherit;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .videos-list-item__title {
        font-size: 16px; } }
    @media (max-width: 600px) {
      .videos-list-item__title {
        font-size: 14px;
        display: -webkit-box;
        max-height: 40px;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .videos-list-item__detail {
    font-size: 12px;
    color: #666666; }
    .videos-list-item__detail .d-block {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .videos-list-item__actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase; }
    @media (max-width: 600px) {
      .videos-list-item__actions {
        margin: 0 -1px; } }
    .videos-list-item__actions__item {
      display: inline-block;
      margin-right: 5px; }
      .videos-list-item__actions__item button {
        font-size: 12px;
        background-color: transparent;
        color: #666666;
        text-transform: uppercase;
        border: none; }
        @media (max-width: 600px) {
          .videos-list-item__actions__item button {
            font-size: 11px;
            padding: 1px; } }
        .videos-list-item__actions__item button:hover {
          color: #ed1a3b;
          text-decoration: none;
          background: transparent; }
        .videos-list-item__actions__item button:focus, .videos-list-item__actions__item button:active {
          outline: 0;
          background-color: transparent !important;
          box-shadow: none !important; }
        .videos-list-item__actions__item button.btn-link:active {
          background-color: transparent !important;
          box-shadow: none !important; }
  .videos-list-item__sales {
    text-align: right;
    padding: 0 20px; }
    @media (max-width: 600px) {
      .videos-list-item__sales {
        padding: 0 10px; } }
    .videos-list-item__sales__amount {
      color: black;
      font-weight: 700;
      font-size: 19px; }
    .videos-list-item__sales__link {
      font-size: 12px;
      color: #666666; }
      .videos-list-item__sales__link:hover {
        text-decoration: underline !important; }
  .videos-list-item__premium-item, .videos-list-item__free-premium-item, .videos-list-item__sponsored-item {
    display: flex;
    font-family: 'Roboto', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9rem;
    color: #68711d;
    text-shadow: #fc0 1px 0 10px; }
    @media (max-width: 990px) {
      .videos-list-item__premium-item, .videos-list-item__free-premium-item, .videos-list-item__sponsored-item {
        justify-content: flex-end; } }
  .videos-list-item__free-premium-item {
    color: #555a5a;
    text-shadow: #00c4ff 1px 0 10px; }
  .videos-list-item__sponsored-item {
    color: #4c5a3d;
    text-shadow: #00ff08 1px 0 10px; }

.bottom-line {
  border-bottom: solid 1px #ececec; }

.item-label {
  color: white;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  user-select: none;
  padding: 0px 16px;
  font-size: 14px;
  min-width: 105px; }
  .item-label--reject {
    background-color: #df1e3a; }
  .item-label--under-review {
    background-color: #1c2e5a;
    min-width: 70px; }
  @media (max-width: 600px) {
    .item-label {
      font-size: 9px;
      width: 100%;
      text-align: center; } }

.thumbnail__wrap {
  position: relative;
  padding-bottom: 56.2%;
  border-radius: 4px; }
  .thumbnail__wrap img {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
    background-color: black; }

.thumbnail-info {
  font-size: 13px;
  color: #666666;
  line-height: 13px;
  margin-top: 10px; }
  .thumbnail-info b {
    color: #FFFFFF; }

:root {
  --SYSTEM_White: #FFFFFF;
  --SYSTEM_Gray10: #DFE1E3;
  --SYSTEM_Gray20: #B0B3B8;
  --SYSTEM_Gray30: #909090;
  --SYSTEM_Gray40: #424345;
  --SYSTEM_Gray50: #242529;
  --SYSTEM_Gray60: #17181C;
  --SYSTEM_Gray70: #0F1013;
  --SYSTEM_Gray80: #090A0C;
  --SYSTEM_Black: #000000;
  --SYSTEM_BlackAlt: #090A0C;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Primary: #1A7EFA;
  --SYSTEM_PrimaryAlt: #2A87F9;
  --SYSTEM_Gray: #424345;
  --SYSTEM_GrayAlt: #4e5052;
  --SYSTEM_Blue: #1A7EFA;
  --SYSTEM_BlueAlt: #2A87F9;
  --SYSTEM_Orange: #FF3300;
  --SYSTEM_OrangeAlt: #FF4E00;
  --SYSTEM_Red: #E0203C;
  --SYSTEM_RedAlt: #EE3048;
  --SYSTEM_Green: #45BD62;
  --SYSTEM_GreenAlt: #4BD66C;
  --SYSTEM_Purple: #4E39D1;
  --SYSTEM_PurpleAlt: #5E48ED;
  --SYSTEM_Aqua: #2ECFF5;
  --SYSTEM_AquaAlt: #54DEFF;
  --SYSTEM_Yellow: #FFCC00;
  --SYSTEM_YellowAlt: #FFDE00;
  --SYSTEM_Pink: #CC0383;
  --SYSTEM_PinkAlt: #DB088E;
  --SYSTEM_Gold: #D4B665;
  --SYSTEM_GoldAlt: #EACD80;
  --SYSTEM_Brighteon: #1B2E5A;
  --SYSTEM_BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Transparent: rgba(0,0,0,0);
  --SYSTEM_TransparentDark: rgba(0,0,0,0.75);
  --SYSTEM_TransparentLight: rgba(255,255,255,0.85);
  --SYSTEM_TransparentHover: rgba(66,67,68,0.7);
  --SYSTEM_Shadow: rgba(0,0,0,20);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_TextPrimary: var(--SYSTEM_White);
  --SYSTEM_TextSecondary: var(--SYSTEM_Gray30);
  --SYSTEM_TextDisabled:  var(--SYSTEM_Gray40);
  --SYSTEM_TextButton: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Page: var(--SYSTEM_Gray80);
  --SYSTEM_Icon: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_ToolTip: var(--SYSTEM_Gray40);
  --SYSTEM_TextToolTip: var(--SYSTEM_Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Track: var(--SYSTEM_Gray80);
  --SYSTEM_Thumb: var(--SYSTEM_Gray40);
  --SYSTEM_BodyTrack: var(--SYSTEM_Gray80);
  --SYSTEM_BodyThumb: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Input: var(--SYSTEM_Gray50);
  --SYSTEM_InputBorder: var(--SYSTEM_Gray40);
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  --SYSTEM_InputSelected: var(--SYSTEM_Primary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Privacy: var(--SYSTEM_Gray60);
  --SYSTEM_PrivacyBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Search: var(--SYSTEM_Gray50);
  --SYSTEM_SearchBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Helper: var(--SYSTEM_Gray80);
  --SYSTEM_HelperBorder: var(--SYSTEM_Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Menu: var(--SYSTEM_Gray60);
  --SYSTEM_MenuHover: var(--SYSTEM_Gray40);
  --SYSTEM_MenuBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Dropdown: var(--SYSTEM_Gray60);
  --SYSTEM_DropdownHover: var(--SYSTEM_Gray40);
  --SYSTEM_DropdownBorder: var(--SYSTEM_Gray40);
  --SYSTEM_Modal: var(--SYSTEM_Gray60);
  --SYSTEM_ModalHover: var(--SYSTEM_Gray40);
  --SYSTEM_ModalBorder: var(--SYSTEM_Gray60);
  --SYSTEM_ModalSection: var(--SYSTEM_Gray70);
  --SYSTEM_PopUp: var(--SYSTEM_Gray60);
  --SYSTEM_PopUpHover: var(--SYSTEM_Gray40);
  --SYSTEM_PopUpBorder: var(--SYSTEM_Gray60);
  --SYSTEM_Notifications: var(--SYSTEM_Gray70);
  --SYSTEM_NotificationsHover: var(--SYSTEM_Gray50);
  --SYSTEM_NotificationsBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Button: var(--SYSTEM_Primary);
  --SYSTEM_ButtonHover: var(--SYSTEM_PrimaryAlt);
  --SYSTEM_ButtonBorder: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Masthead: rgba(9,10,12,0.85);
  --SYSTEM_MastheadHover: var(--SYSTEM_Gray40);
  --SYSTEM_MastheadBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Footer: var(--SYSTEM_Gray80);
  --SYSTEM_FooterHover: var(--SYSTEM_Gray50);
  --SYSTEM_FooterBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Duration: rgba(0,0,0,0.85);
  --SYSTEM_StatBox: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Tag: var(--SYSTEM_Gray50);
  --SYSTEM_TagHover: var(--SYSTEM_Gray40);
  --SYSTEM_TagText: var(--SYSTEM_White);
  --SYSTEM_TagFollowing: var(--SYSTEM_White);
  --SYSTEM_TagFollowingHover: var(--SYSTEM_White);
  --SYSTEM_TagFollowingText: var(--SYSTEM_Black);
  --SYSTEM_TagLive: var(--SYSTEM_Red);
  --SYSTEM_TagLiveHover: var(--SYSTEM_RedAlt);
  --SYSTEM_TagLiveText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_UI: var(--SYSTEM_Primary);
  --SYSTEM_UIText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Section: var(--SYSTEM_Transparent);
  --SYSTEM_SectionBorder: var(--SYSTEM_Gray50);
  --LIGHT_White: #FFFFFF;
  --LIGHT_Gray10: #F7F7F9;
  --LIGHT_Gray20: #ECECEC;
  --LIGHT_Gray30: #DBDBDB;
  --LIGHT_Gray40: #828282;
  --LIGHT_Gray50: #666666;
  --LIGHT_Gray60: #333333;
  --LIGHT_Gray70: #171819;
  --LIGHT_Gray80: #121212;
  --LIGHT_Black: #000000;
  --LIGHT_BlackAlt: #121212;
  --LIGHT_Primary: #287CED;
  --LIGHT_PrimaryAlt: #3399FF;
  --LIGHT_Gray: #B0B3B8;
  --LIGHT_GrayAlt: #BABCBF;
  --LIGHT_Blue: #1A94FA;
  --LIGHT_BlueAlt: #41A5FC;
  --LIGHT_Orange: #FF3300;
  --LIGHT_OrangeAlt: #FF4E00;
  --LIGHT_Red: #E0203C;
  --LIGHT_RedAlt: #EE3048;
  --LIGHT_Green: #219150;
  --LIGHT_GreenAlt: #24AF5F;
  --LIGHT_Purple: #4E39D1;
  --LIGHT_PurpleAlt: #5E48ED;
  --LIGHT_Aqua: #2ECFF5;
  --LIGHT_AquaAlt: #54DEFF;
  --LIGHT_Yellow: #FFCC00;
  --LIGHT_YellowAlt: #FFDE00;
  --LIGHT_Pink: #CC0383;
  --LIGHT_PinkAlt: #DB088E;
  --LIGHT_Gold: #D4B665;
  --LIGHT_GoldAlt: #EACD80;
  --LIGHT_Brighteon: #1B2E5A;
  --LIGHT_BrighteonAlt: #213668;
  --LIGHT_Transparent: rgba(0,0,0,0);
  --LIGHT_TransparentDark: rgba(0,0,0,0.85);
  --LIGHT_TransparentLight: rgba(255,255,255,0.85);
  --LIGHT_TransparentHover: rgba(0,0,0,0.08);
  --LIGHT_Shadow: rgba(0,0,0,0.4);
  --LIGHT_TextPrimary: var(--LIGHT_Gray80);
  --LIGHT_TextSecondary: var(--LIGHT_Gray40);
  --LIGHT_TextDisabled:  var(--LIGHT_Gray40);
  --LIGHT_TextButton: var(--LIGHT_White);
  --LIGHT_Page: var(--LIGHT_White);
  --LIGHT_Icon: var(--LIGHT_Gray70);
  --LIGHT_ToolTip: var(--LIGHT_Gray30);
  --LIGHT_TextToolTip: var(--LIGHT_Gray40);
  --LIGHT_Track: var(--LIGHT_Gray20);
  --LIGHT_Thumb: var(--LIGHT_Gray30);
  --LIGHT_BodyTrack: var(--LIGHT_Gray20);
  --LIGHT_BodyThumb: var(--LIGHT_Gray30);
  --LIGHT_Input: var(--LIGHT_Gray10);
  --LIGHT_InputBorder: var(--LIGHT_Gray30);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_InputSelected: var(--LIGHT_Primary);
  --LIGHT_Privacy: var(--LIGHT_Gray60);
  --LIGHT_PrivacyBorder: var(--LIGHT_Gray50);
  --LIGHT_Search: var(--LIGHT_Gray10);
  --LIGHT_SearchBorder: var(--LIGHT_Gray30);
  --LIGHT_Helper: var(--LIGHT_White);
  --LIGHT_HelperBorder: var(--LIGHT_Gray20);
  --LIGHT_Menu: var(--LIGHT_White);
  --LIGHT_MenuHover: var(--LIGHT_Gray10);
  --LIGHT_MenuBorder: var(--LIGHT_Gray20);
  --LIGHT_Dropdown: var(--LIGHT_White);
  --LIGHT_DropdownHover: var(--LIGHT_Gray10);
  --LIGHT_DropdownBorder: var(--LIGHT_Gray10);
  --LIGHT_Modal: var(--LIGHT_White);
  --LIGHT_ModalHover: var(--LIGHT_Gray10);
  --LIGHT_ModalBorder: var(--LIGHT_Gray20);
  --LIGHT_ModalSection: var(--LIGHT_Gray20);
  --LIGHT_PopUp: var(--LIGHT_White);
  --LIGHT_PopUpHover: var(--LIGHT_Gray10);
  --LIGHT_PopUpBorder: var(--LIGHT_Gray20);
  --LIGHT_Notifications: var(--LIGHT_White);
  --LIGHT_NotificationsHover: var(--LIGHT_Gray10);
  --LIGHT_NotificationsBorder: var(--LIGHT_Gray20);
  --LIGHT_Button: var(--LIGHT_Primary);
  --LIGHT_ButtonHover: var(--LIGHT_PrimaryAlt);
  --LIGHT_ButtonBorder: var(--LIGHT_Gray20);
  --LIGHT_Masthead: rgba(255,255,255,0.85);
  --LIGHT_MastheadHover: var(--LIGHT_Gray10);
  --LIGHT_MastheadBorder: var(--LIGHT_Gray20);
  --LIGHT_Footer: var(--LIGHT_White);
  --LIGHT_FooterHover: var(--LIGHT_Gray10);
  --LIGHT_FooterBorder: var(--LIGHT_Gray20);
  --LIGHT_Duration: rgba(0,0,0,0.85);
  --LIGHT_StatBox: var(--LIGHT_Gray20);
  --LIGHT_Tag: var(--LIGHT_Gray20);
  --LIGHT_TagHover: var(--LIGHT_Gray30);
  --LIGHT_TagText: var(--LIGHT_Gray40);
  --LIGHT_TagFollowing: var(--LIGHT_Brighteon);
  --LIGHT_TagFollowingHover: var(--LIGHT_BrighteonAlt);
  --LIGHT_TagFollowingText: var(--LIGHT_White);
  --LIGHT_TagLive: var(--LIGHT_Red);
  --LIGHT_TagLiveHover: var(--LIGHT_RedAlt);
  --LIGHT_TagLiveText: var(--LIGHT_White);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_UI: var(--LIGHT_Primary);
  --LIGHT_UIText: var(--LIGHT_White);
  --LIGHT_Section: var(--LIGHT_Transparent);
  --LIGHT_SectionBorder: var(--LIGHT_Gray20);
  --DARK_White: #FFFFFF;
  --DARK_Gray10: #DFE1E3;
  --DARK_Gray20: #B0B3B8;
  --DARK_Gray30: #909090;
  --DARK_Gray40: #424345;
  --DARK_Gray50: #242529;
  --DARK_Gray60: #17181C;
  --DARK_Gray70: #0F1013;
  --DARK_Gray80: #090A0C;
  --DARK_Black: #000000;
  --DARK_BlackAlt: #090A0C;
  --DARK_Primary: #1A7EFA;
  --DARK_PrimaryAlt: #2A87F9;
  --DARK_Gray: #424345;
  --DARK_GrayAlt: #4e5052;
  --DARK_Blue: #1A7EFA;
  --DARK_BlueAlt: #2A87F9;
  --DARK_Orange: #FF3300;
  --DARK_OrangeAlt: #FF4E00;
  --DARK_Red: #E0203C;
  --DARK_RedAlt: #EE3048;
  --DARK_Green: #45BD62;
  --DARK_GreenAlt: #4BD66C;
  --DARK_Purple: #4E39D1;
  --DARK_PurpleAlt: #5E48ED;
  --DARK_Aqua: #2ECFF5;
  --DARK_AquaAlt: #54DEFF;
  --DARK_Yellow: #FFCC00;
  --DARK_YellowAlt: #FFDE00;
  --DARK_Pink: #CC0383;
  --DARK_PinkAlt: #DB088E;
  --DARK_Gold: #D4B665;
  --DARK_GoldAlt: #EACD80;
  --DARK_Brighteon: #1B2E5A;
  --DARK_BrighteonAlt: #213668;
  --DARK_Transparent: rgba(0,0,0,0);
  --DARK_TransparentDark: rgba(0,0,0,0.75);
  --DARK_TransparentLight: rgba(255,255,255,0.85);
  --DARK_TransparentHover: rgba(66,67,68,0.7);
  --DARK_Shadow: rgba(0,0,0,20);
  --DARK_TextPrimary: var(--DARK_White);
  --DARK_TextSecondary: var(--DARK_Gray30);
  --DARK_TextDisabled:  var(--DARK_Gray40);
  --DARK_TextButton: var(--DARK_White);
  --DARK_Page: var(--DARK_Gray80);
  --DARK_Icon: var(--DARK_White);
  --DARK_ToolTip: var(--DARK_Gray40);
  --DARK_TextToolTip: var(--DARK_Gray10);
  --DARK_Track: var(--DARK_Gray80);
  --DARK_Thumb: var(--DARK_Gray40);
  --DARK_BodyTrack: var(--DARK_Gray80);
  --DARK_BodyThumb: var(--DARK_Gray40);
  --DARK_Input: var(--DARK_Gray50);
  --DARK_InputBorder: var(--DARK_Gray40);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_InputSelected: var(--DARK_Primary);
  --DARK_Privacy: var(--DARK_Gray60);
  --DARK_PrivacyBorder: var(--DARK_Gray50);
  --DARK_Search: var(--DARK_Gray50);
  --DARK_SearchBorder: var(--DARK_Gray50);
  --DARK_Helper: var(--DARK_Gray80);
  --DARK_HelperBorder: var(--DARK_Gray60);
  --DARK_Menu: var(--DARK_Gray60);
  --DARK_MenuHover: var(--DARK_Gray40);
  --DARK_MenuBorder: var(--DARK_Gray50);
  --DARK_Dropdown: var(--DARK_Gray60);
  --DARK_DropdownHover: var(--DARK_Gray40);
  --DARK_DropdownBorder: var(--DARK_Gray40);
  --DARK_Modal: var(--DARK_Gray60);
  --DARK_ModalHover: var(--DARK_Gray40);
  --DARK_ModalBorder: var(--DARK_Gray60);
  --DARK_ModalSection: var(--DARK_Gray70);
  --DARK_PopUp: var(--DARK_Gray60);
  --DARK_PopUpHover: var(--DARK_Gray40);
  --DARK_PopUpBorder: var(--DARK_Gray60);
  --DARK_Notifications: var(--DARK_Gray70);
  --DARK_NotificationsHover: var(--DARK_Gray50);
  --DARK_NotificationsBorder: var(--DARK_Gray50);
  --DARK_Button: var(--DARK_Primary);
  --DARK_ButtonHover: var(--DARK_PrimaryAlt);
  --DARK_ButtonBorder: var(--DARK_Gray40);
  --DARK_Masthead: rgba(9,10,12,0.85);
  --DARK_MastheadHover: var(--DARK_Gray40);
  --DARK_MastheadBorder: var(--DARK_Gray50);
  --DARK_Footer: var(--DARK_Gray80);
  --DARK_FooterHover: var(--DARK_Gray50);
  --DARK_FooterBorder: var(--DARK_Gray50);
  --DARK_Duration: rgba(0,0,0,0.85);
  --DARK_StatBox: var(--DARK_Gray50);
  --DARK_Tag: var(--DARK_Gray50);
  --DARK_TagHover: var(--DARK_Gray40);
  --DARK_TagText: var(--DARK_White);
  --DARK_TagFollowing: var(--DARK_White);
  --DARK_TagFollowingHover: var(--DARK_White);
  --DARK_TagFollowingText: var(--DARK_Black);
  --DARK_TagLive: var(--DARK_Red);
  --DARK_TagLiveHover: var(--DARK_RedAlt);
  --DARK_TagLiveText: var(--DARK_White);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_UI: var(--DARK_Primary);
  --DARK_UIText: var(--DARK_White);
  --DARK_Section: var(--DARK_Transparent);
  --DARK_SectionBorder: var(--DARK_Gray50);
  --DIM_White: #FFFFFF;
  --DIM_Gray10: #DFE1E3;
  --DIM_Gray20: #B0B3B8;
  --DIM_Gray30: #3E5F7D;
  --DIM_Gray40: #233B51;
  --DIM_Gray50: #0F2B44;
  --DIM_Gray60: #0A2034;
  --DIM_Gray70: #061726;
  --DIM_Gray80: #04111C;
  --DIM_Black: #000000;
  --DIM_BlackAlt: #030B16;
  --DIM_Primary: #204ECF;
  --DIM_PrimaryAlt: #2A5AE1;
  --DIM_Gray: #45586D;
  --DIM_GrayAlt: #4d6178;
  --DIM_Blue: #204ECF;
  --DIM_BlueAlt: #2A5AE1;
  --DIM_Orange: #FF3300;
  --DIM_OrangeAlt: #FF4E00;
  --DIM_Red: #E0203C;
  --DIM_RedAlt: #EE3048;
  --DIM_Green: #45BD62;
  --DIM_GreenAlt: #4BD66C;
  --DIM_Purple: #4E39D1;
  --DIM_PurpleAlt: #5E48ED;
  --DIM_Aqua: #2ECFF5;
  --DIM_AquaAlt: #54DEFF;
  --DIM_Yellow: #FFCC00;
  --DIM_YellowAlt: #FFDE00;
  --DIM_Pink: #CC0383;
  --DIM_PinkAlt: #DB088E;
  --DIM_Gold: #D4B665;
  --DIM_GoldAlt: #EACD80;
  --DIM_Brighteon: #1B2E5A;
  --DIM_BrighteonAlt: #213668;
  --DIM_Transparent: rgba(0,0,0,0);
  --DIM_TransparentDark: rgba(0,0,0,0.85);
  --DIM_TransparentLight: rgba(255,255,255,0.85);
  --DIM_TransparentHover: rgba(30,60,90,0.4);
  --DIM_Shadow: rgba(0,0,0,20);
  --DIM_TextPrimary: var(--DIM_White);
  --DIM_TextSecondary: var(--DIM_Gray20);
  --DIM_TextDisabled:  var(--DIM_Gray40);
  --DIM_TextButton: var(--DIM_White);
  --DIM_Page: var(--DIM_Gray70);
  --DIM_Icon: var(--DIM_White);
  --DIM_ToolTip: var(--DIM_Gray40);
  --DIM_TextToolTip: var(--DIM_Gray10);
  --DIM_Track: var(--DIM_Gray80);
  --DIM_Thumb: var(--DIM_Gray40);
  --DIM_BodyTrack: var(--DIM_Gray80);
  --DIM_BodyThumb: var(--DIM_Gray40);
  --DIM_Input: var(--DIM_Gray50);
  --DIM_InputBorder: var(--DIM_Gray40);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_InputSelected: var(--DIM_Primary);
  --DIM_Privacy: var(--DIM_Gray60);
  --DIM_PrivacyBorder: var(--DIM_Gray50);
  --DIM_Search: var(--DIM_Gray60);
  --DIM_SearchBorder: var(--DIM_Gray50);
  --DIM_Helper: var(--DIM_Gray80);
  --DIM_HelperBorder: var(--DIM_Gray60);
  --DIM_Menu: var(--DIM_Gray70);
  --DIM_MenuHover: var(--DIM_Gray60);
  --DIM_MenuBorder: var(--DIM_Gray50);
  --DIM_Dropdown: var(--DIM_Gray60);
  --DIM_DropdownHover: var(--DIM_Gray50);
  --DIM_DropdownBorder: var(--DIM_Gray50);
  --DIM_Modal: var(--DIM_Gray60);
  --DIM_ModalHover: var(--DIM_Gray50);
  --DIM_ModalBorder: var(--DIM_Gray50);
  --DIM_ModalSection: var(--DIM_Gray80);
  --DIM_PopUp: var(--DIM_Gray60);
  --DIM_PopUpHover: var(--DIM_Gray50);
  --DIM_PopUpBorder: var(--DIM_Gray50);
  --DIM_Notifications: var(--DIM_Gray60);
  --DIM_NotificationsHover: var(--DIM_Gray50);
  --DIM_NotificationsBorder: var(--DIM_Gray50);
  --DIM_Button: var(--DIM_Primary);
  --DIM_ButtonHover: var(--DIM_PrimaryAlt);
  --DIM_ButtonBorder: var(--DIM_Gray40);
  --DIM_Masthead: rgba(6,23,38,0.85);
  --DIM_MastheadHover: var(--DIM_Gray60);
  --DIM_MastheadBorder: var(--DIM_Gray50);
  --DIM_Footer: var(--DIM_Gray70);
  --DIM_FooterHover: var(--DIM_Gray60);
  --DIM_FooterBorder: var(--DIM_Gray50);
  --DIM_Duration: rgba(0,0,0,0.85);
  --DIM_StatBox: var(--DIM_Gray50);
  --DIM_Tag: var(--DIM_Gray50);
  --DIM_TagHover: var(--DIM_Gray40);
  --DIM_TagText: var(--DIM_White);
  --DIM_TagFollowing: var(--DIM_White);
  --DIM_TagFollowingHover: var(--DIM_White);
  --DIM_TagFollowingText: var(--DIM_Black);
  --DIM_TagLive: var(--DIM_Red);
  --DIM_TagLiveHover: var(--DIM_RedAlt);
  --DIM_TagLiveText: var(--DIM_White);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_UI: var(--DIM_Primary);
  --DIM_UIText: var(--DIM_White);
  --DIM_Section: var(--DIM_Transparent);
  --DIM_SectionBorder: var(--DIM_Gray40);
  --NIGHT_White: #FFFFFF;
  --NIGHT_Gray10: #B0B3B8;
  --NIGHT_Gray20: #4E4B68;
  --NIGHT_Gray30: #312D4D;
  --NIGHT_Gray40: #26233E;
  --NIGHT_Gray50: #1B192E;
  --NIGHT_Gray60: #100E1F;
  --NIGHT_Gray70: #090813;
  --NIGHT_Gray80: #070A0D;
  --NIGHT_Black: #000000;
  --NIGHT_BlackAlt: #070A0D;
  --NIGHT_Primary: #5E48ED;
  --NIGHT_PrimaryAlt: #7F6CFA;
  --NIGHT_Gray: #3B375D;
  --NIGHT_GrayAlt: #433f68;
  --NIGHT_Blue: #1994E8;
  --NIGHT_BlueAlt: #31A5F4;
  --NIGHT_Orange: #FF3300;
  --NIGHT_OrangeAlt: #FF4E00;
  --NIGHT_Red: #E0203C;
  --NIGHT_RedAlt: #EE3048;
  --NIGHT_Green: #45BD62;
  --NIGHT_GreenAlt: #4BD66C;
  --NIGHT_Purple: #4E39D1;
  --NIGHT_PurpleAlt: #5E48ED;
  --NIGHT_Aqua: #2ECFF5;
  --NIGHT_AquaAlt: #54DEFF;
  --NIGHT_Yellow: #FFCC00;
  --NIGHT_YellowAlt: #FFDE00;
  --NIGHT_Pink: #CC0383;
  --NIGHT_PinkAlt: #DB088E;
  --NIGHT_Gold: #D4B665;
  --NIGHT_GoldAlt: #EACD80;
  --NIGHT_Brighteon: #1B2E5A;
  --NIGHT_BrighteonAlt: #213668;
  --NIGHT_Transparent: rgba(0,0,0,0);
  --NIGHT_TransparentDark: rgba(0,0,0,0.85);
  --NIGHT_TransparentLight: rgba(255,255,255,0.85);
  --NIGHT_TransparentHover: rgba(49,45,77,0.7);
  --NIGHT_Shadow: rgba(0,0,0,20);
  --NIGHT_TextPrimary: var(--NIGHT_White);
  --NIGHT_TextSecondary: var(--NIGHT_Gray10);
  --NIGHT_TextDisabled: var(--NIGHT_Gray40);
  --NIGHT_TextButton: var(--NIGHT_White);
  --NIGHT_Page: var(--NIGHT_Gray50);
  --NIGHT_Icon: var(--NIGHT_White);
  --NIGHT_ToolTip: var(--NIGHT_Gray40);
  --NIGHT_TextToolTip: var(--NIGHT_Gray10);
  --NIGHT_Track: var(--NIGHT_Gray80);
  --NIGHT_Thumb: var(--NIGHT_Gray30);
  --NIGHT_BodyTrack: var(--NIGHT_Gray80);
  --NIGHT_BodyThumb: var(--NIGHT_Gray30);
  --NIGHT_Input: var(--NIGHT_Gray30);
  --NIGHT_InputBorder: var(--NIGHT_Gray20);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_InputSelected: var(--NIGHT_Primary);
  --NIGHT_Privacy: var(--NIGHT_Gray60);
  --NIGHT_PrivacyBorder: var(--NIGHT_Gray50);
  --NIGHT_Search: var(--NIGHT_Gray30);
  --NIGHT_SearchBorder: var(--NIGHT_Gray40);
  --NIGHT_Helper: var(--NIGHT_Gray80);
  --NIGHT_HelperBorder: var(--NIGHT_Gray60);
  --NIGHT_Menu: var(--NIGHT_Gray40);
  --NIGHT_MenuHover: var(--NIGHT_Gray30);
  --NIGHT_MenuBorder: var(--NIGHT_Gray30);
  --NIGHT_Dropdown: var(--NIGHT_Gray40);
  --NIGHT_DropdownHover: var(--NIGHT_Gray30);
  --NIGHT_DropdownBorder: var(--NIGHT_Gray30);
  --NIGHT_Modal: var(--NIGHT_Gray40);
  --NIGHT_ModalHover: var(--NIGHT_Gray30);
  --NIGHT_ModalBorder: var(--NIGHT_Gray30);
  --NIGHT_ModalSection: var(--NIGHT_Gray50);
  --NIGHT_PopUp: var(--NIGHT_Gray40);
  --NIGHT_PopUpHover: var(--NIGHT_Gray30);
  --NIGHT_PopUpBorder: var(--NIGHT_Gray30);
  --NIGHT_Notifications: var(--NIGHT_Gray40);
  --NIGHT_NotificationsHover: var(--NIGHT_Gray30);
  --NIGHT_NotificationsBorder: var(--NIGHT_Gray30);
  --NIGHT_Button: var(--NIGHT_Primary);
  --NIGHT_ButtonHover: var(--NIGHT_PrimaryAlt);
  --NIGHT_ButtonBorder: var(--NIGHT_Gray40);
  --NIGHT_Masthead: rgba(27,25,46,0.85);
  --NIGHT_MastheadHover: var(--NIGHT_Gray40);
  --NIGHT_MastheadBorder: var(--NIGHT_Gray40);
  --NIGHT_Footer: var(--NIGHT_Gray50);
  --NIGHT_FooterHover: var(--NIGHT_Gray40);
  --NIGHT_FooterBorder: var(--NIGHT_Gray40);
  --NIGHT_Duration: rgba(0,0,0,0.85);
  --NIGHT_StatBox: var(--NIGHT_Gray60);
  --NIGHT_Tag: var(--NIGHT_Gray40);
  --NIGHT_TagHover: var(--NIGHT_Gray30);
  --NIGHT_TagText: var(--NIGHT_White);
  --NIGHT_TagFollowing: var(--NIGHT_White);
  --NIGHT_TagFollowingHover: var(--NIGHT_White);
  --NIGHT_TagFollowingText: var(--NIGHT_Black);
  --NIGHT_TagLive: var(--NIGHT_Red);
  --NIGHT_TagLiveHover: var(--NIGHT_RedAlt);
  --NIGHT_TagLiveText: var(--NIGHT_White);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_UI: var(--NIGHT_Primary);
  --NIGHT_UIText: var(--NIGHT_White);
  --NIGHT_Section: var(--NIGHT_Transparent);
  --NIGHT_SectionBorder: var(--NIGHT_Gray40);
  --Promo: #4646FE;
  --PromoError: #FBFB62; }

@media (prefers-color-scheme: dark) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #dfe1e3;
    --Gray20: #b0b3b8;
    --Gray30: #909090;
    --Gray40: #424345;
    --Gray50: #242529;
    --Gray60: #17181c;
    --Gray70: #0f1013;
    --Gray80: #090a0c;
    --Black: #000000;
    --BlackAlt: #090a0c;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #1a7efa;
    --PrimaryAlt: #2a87f9;
    --Gray: #424345;
    --GrayAlt: #4e5052;
    --Blue: #1a7efa;
    --BlueAlt: #2a87f9;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #45bd62;
    --GreenAlt: #4bd66c;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    --Promo: #4646FE;
    --PromoError: #FBFB62;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.75);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(66, 67, 68, 0.7);
    --Shadow: rgba(0, 0, 0, 20);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--White);
    --TextSecondary: var(--Gray30);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--Gray80);
    --Icon: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray40);
    --TextToolTip: var(--Gray10);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray80);
    --Thumb: var(--Gray40);
    --BodyTrack: var(--Gray80);
    --BodyThumb: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray50);
    --InputBorder: var(--Gray40);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray50);
    --SearchBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--Gray80);
    --HelperBorder: var(--Gray60);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--Gray60);
    --MenuHover: var(--Gray40);
    --MenuBorder: var(--Gray50);
    --Dropdown: var(--Gray60);
    --DropdownHover: var(--Gray40);
    --DropdownBorder: var(--Gray40);
    --Modal: var(--Gray60);
    --ModalHover: var(--Gray40);
    --ModalBorder: var(--Gray60);
    --ModalSection: var(--Gray70);
    --PopUp: var(--Gray60);
    --PopUpHover: var(--Gray40);
    --PopUpBorder: var(--Gray60);
    --Notifications: var(--Gray70);
    --NotificationsHover: var(--Gray50);
    --NotificationsBorder: var(--Gray50);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(9, 10, 12, 0.85);
    --MastheadHover: var(--Gray40);
    --MastheadBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--Gray80);
    --FooterHover: var(--Gray50);
    --FooterBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray50);
    --TagHover: var(--Gray40);
    --TagText: var(--White);
    --TagFollowing: var(--White);
    --TagFollowingHover: var(--White);
    --TagFollowingText: var(--Black);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray10);
    --ArticleHover: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--Gray60);
    --NewsletterBorder: var(--Gray40);
    --PlaylistBorder: var(--Gray50);
    --PlaylistHover: var(--Gray60);
    --PlaylistItemHover: var(--Gray50);
    --Premium: var(--Gray60);
    --PremiumBorder: var(--Gray50); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      border-color: var(--White); } }

@media (prefers-color-scheme: light) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #f7f7f9;
    --Gray20: #ececec;
    --Gray30: #dbdbdb;
    --Gray40: #828282;
    --Gray50: #666666;
    --Gray60: #333333;
    --Gray70: #171819;
    --Gray80: #121212;
    --Black: #000000;
    --BlackAlt: #121212;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #287ced;
    --PrimaryAlt: #3399ff;
    --Gray: #b0b3b8;
    --GrayAlt: #babcbf;
    --Blue: #1a94fa;
    --BlueAlt: #41a5fc;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #219150;
    --GreenAlt: #24af5f;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.85);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(0, 0, 0, 0.08);
    --Shadow: rgba(0, 0, 0, 0.4);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--Gray80);
    --TextSecondary: var(--Gray40);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--White);
    --Icon: var(--Gray70);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray30);
    --TextToolTip: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray20);
    --Thumb: var(--Gray30);
    --BodyTrack: var(--Gray20);
    --BodyThumb: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray10);
    --InputBorder: var(--Gray30);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray10);
    --SearchBorder: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--White);
    --HelperBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--White);
    --MenuHover: var(--Gray10);
    --MenuBorder: var(--Gray20);
    --Dropdown: var(--White);
    --DropdownHover: var(--Gray10);
    --DropdownBorder: var(--Gray10);
    --Modal: var(--White);
    --ModalHover: var(--Gray10);
    --ModalBorder: var(--Gray20);
    --ModalSection: var(--Gray20);
    --PopUp: var(--White);
    --PopUpHover: var(--Gray10);
    --PopUpBorder: var(--Gray20);
    --Notifications: var(--White);
    --NotificationsHover: var(--Gray10);
    --NotificationsBorder: var(--Gray20);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(255, 255, 255, 0.85);
    --MastheadHover: var(--Gray10);
    --MastheadBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--White);
    --FooterHover: var(--Gray10);
    --FooterBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray20);
    --TagHover: var(--Gray30);
    --TagText: var(--Gray60);
    --TagFollowing: var(--Brighteon);
    --TagFollowingHover: var(--BrighteonAlt);
    --TagFollowingText: var(--White);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray60);
    --ArticleHover: var(--Gray80);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--White);
    --NewsletterBorder: var(--Gray20);
    --PlaylistBorder: var(--Gray20);
    --PlaylistHover: var(--Gray10);
    --PlaylistItemHover: var(--Gray20);
    --Premium: var(--Gray10);
    --PremiumBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */ }
    :root .theme__system .TagsNavLeft {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .TagsNavRight {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .CardsNavLeft .CardsBackground {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .CardsNavRight .CardsBackground {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .AuthBody {
      background-color: var(--Gray10); }
    :root .theme__system .ButtonTransparent {
      background-color: var(--Transparent) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransparent:hover {
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--BorderAlt);
      color: var(--TextPrimary) !important; }
    :root .theme__system .ButtonTransBorder:hover {
      background-color: var(--Border) !important;
      color: var(--TextButton) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .PrivacyNotice .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--White) !important;
      color: var(--TextPrimary) !important; }
      :root .theme__system .PrivacyNotice .ButtonTransBorder:hover {
        color: var(--Gray40) !important;
        border-color: var(--Gray40) !important; }
    :root .theme__system .InputFieldDefault {
      border-color: #ececec !important;
      background-color: #ffffff !important;
      color: #121212 !important; }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
      color: var(--White); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      color: var(--White) !important; } }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dark {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #909090;
  --Gray40: #424345;
  --Gray50: #242529;
  --Gray60: #17181c;
  --Gray70: #0f1013;
  --Gray80: #090a0c;
  --Black: #000000;
  --BlackAlt: #090a0c;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #1a7efa;
  --PrimaryAlt: #2a87f9;
  --Gray: #424345;
  --GrayAlt: #4e5052;
  --Blue: #1a7efa;
  --BlueAlt: #2a87f9;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  --Promo: #4646FE;
  --PromoError: #FBFB62;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.75);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(66, 67, 68, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray30);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray80);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray50);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray60);
  --MenuHover: var(--Gray40);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray40);
  --DropdownBorder: var(--Gray40);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray40);
  --ModalBorder: var(--Gray60);
  --ModalSection: var(--Gray70);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray40);
  --PopUpBorder: var(--Gray60);
  --Notifications: var(--Gray70);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(9, 10, 12, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray80);
  --FooterHover: var(--Gray50);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray50); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dark .TagsNavLeft {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .TagsNavRight {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%) !important; }

.theme__dark .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%) !important; }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%); }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%); }

.theme__dark .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dim {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #3e5f7d;
  --Gray40: #233b51;
  --Gray50: #0f2b44;
  --Gray60: #0a2034;
  --Gray70: #061726;
  --Gray80: #04111c;
  --Black: #000000;
  --BlackAlt: #030b16;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #204ecf;
  --PrimaryAlt: #2a5ae1;
  --Gray: #45586d;
  --GrayAlt: #4d6178;
  --Blue: #204ecf;
  --BlueAlt: #2a5ae1;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(30, 60, 90, 0.4);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray20);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray70);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray60);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray70);
  --MenuHover: var(--Gray60);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray50);
  --DropdownBorder: var(--Gray50);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray50);
  --ModalBorder: var(--Gray50);
  --ModalSection: var(--Gray80);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray50);
  --PopUpBorder: var(--Gray50);
  --Notifications: var(--Gray60);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(6, 23, 38, 0.85);
  --MastheadHover: var(--Gray60);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray70);
  --FooterHover: var(--Gray60);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dim .TagsNavLeft {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .TagsNavRight {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim input.ButtonSubmitDefault[type=submit] {
  background-color: #204ECF !important; }

.theme__dim .InputFieldDefault {
  border-color: #233B51 !important;
  background-color: #0F2B44 !important;
  color: #FFFFFF !important; }
  .theme__dim .InputFieldDefault:focus {
    border-color: #204ECF !important;
    outline-color: #204ECF !important; }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__light {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #f7f7f9;
  --Gray20: #ececec;
  --Gray30: #dbdbdb;
  --Gray40: #828282;
  --Gray50: #666666;
  --Gray60: #333333;
  --Gray70: #171819;
  --Gray80: #121212;
  --Black: #000000;
  --BlackAlt: #121212;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #287ced;
  --PrimaryAlt: #3399ff;
  --Gray: #b0b3b8;
  --GrayAlt: #babcbf;
  --Blue: #1a94fa;
  --BlueAlt: #41a5fc;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #219150;
  --GreenAlt: #24af5f;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(0, 0, 0, 0.08);
  --Shadow: rgba(0, 0, 0, 0.4);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--Gray80);
  --TextSecondary: var(--Gray40);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--White);
  --Icon: var(--Gray70);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray30);
  --TextToolTip: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray20);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray20);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray10);
  --InputBorder: var(--Gray30);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray10);
  --SearchBorder: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--White);
  --HelperBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--White);
  --MenuHover: var(--Gray10);
  --MenuBorder: var(--Gray20);
  --Dropdown: var(--White);
  --DropdownHover: var(--Gray10);
  --DropdownBorder: var(--Gray10);
  --Modal: var(--White);
  --ModalHover: var(--Gray10);
  --ModalBorder: var(--Gray20);
  --ModalSection: var(--Gray20);
  --PopUp: var(--White);
  --PopUpHover: var(--Gray10);
  --PopUpBorder: var(--Gray20);
  --Notifications: var(--White);
  --NotificationsHover: var(--Gray10);
  --NotificationsBorder: var(--Gray20);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(255, 255, 255, 0.85);
  --MastheadHover: var(--Gray10);
  --MastheadBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--White);
  --FooterHover: var(--Gray10);
  --FooterBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray20);
  --TagHover: var(--Gray30);
  --TagText: var(--Gray60);
  --TagFollowing: var(--Brighteon);
  --TagFollowingHover: var(--BrighteonAlt);
  --TagFollowingText: var(--White);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray60);
  --ArticleHover: var(--Gray80);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--White);
  --NewsletterBorder: var(--Gray20);
  --PlaylistBorder: var(--Gray20);
  --PlaylistHover: var(--Gray10);
  --PlaylistItemHover: var(--Gray20);
  --Premium: var(--Gray10);
  --PremiumBorder: var(--Gray20); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__light {
  /* /////////////////////////////////////////////////////////////// */ }
  .theme__light .TagsNavLeft {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .TagsNavRight {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .CardsNavLeft .CardsBackground {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .CardsNavRight .CardsBackground {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .AuthBody {
    background-color: var(--Gray10); }
  .theme__light .ButtonTransparent {
    background-color: var(--Transparent) !important;
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransparent:hover {
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--BorderAlt);
    color: var(--TextPrimary) !important; }
  .theme__light .ButtonTransBorder:hover {
    background-color: var(--Border) !important;
    color: var(--TextButton) !important;
    color: var(--Gray40) !important; }
  .theme__light .PrivacyNotice .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--TextPrimary) !important;
    color: var(--TextPrimary) !important; }
    .theme__light .PrivacyNotice .ButtonTransBorder:hover {
      color: var(--Gray40) !important;
      border-color: var(--Gray40) !important; }
  .theme__light .InputFieldDefault {
    border-color: #ececec !important;
    background-color: #ffffff !important;
    color: #121212 !important; }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
    color: var(--White); }
  .theme__light .PrivacyBox .PrivacyTable .ButtonPrivacy {
    color: var(--White) !important;
    border-color: var(--White) !important; }

/* /////////////////////////////////////////////////////////////// */
:root .theme__night {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #b0b3b8;
  --Gray20: #4e4b68;
  --Gray30: #312d4d;
  --Gray40: #26233e;
  --Gray50: #1b192e;
  --Gray60: #100e1f;
  --Gray70: #090813;
  --Gray80: #070a0d;
  --Black: #000000;
  --BlackAlt: #070a0d;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #5e48ed;
  --PrimaryAlt: #7f6cfa;
  --Gray: #3b375d;
  --GrayAlt: #433f68;
  --Blue: #5E48ED;
  --BlueAlt: #31a5f4;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(49, 45, 77, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray10);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray50);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray30);
  --InputBorder: var(--Gray20);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray30);
  --SearchBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray40);
  --MenuHover: var(--Gray30);
  --MenuBorder: var(--Gray30);
  --Dropdown: var(--Gray40);
  --DropdownHover: var(--Gray30);
  --DropdownBorder: var(--Gray30);
  --Modal: var(--Gray40);
  --ModalHover: var(--Gray30);
  --ModalBorder: var(--Gray30);
  --ModalSection: var(--Gray50);
  --PopUp: var(--Gray40);
  --PopUpHover: var(--Gray30);
  --PopUpBorder: var(--Gray30);
  --Notifications: var(--Gray40);
  --NotificationsHover: var(--Gray30);
  --NotificationsBorder: var(--Gray30);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(27, 25, 46, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray50);
  --FooterHover: var(--Gray40);
  --FooterBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray40);
  --TagHover: var(--Gray30);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray30);
  --PlaylistHover: var(--Gray40);
  --PlaylistItemHover: var(--Gray30);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__night .TagsNavLeft {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .TagsNavRight {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night input.ButtonSubmitDefault[type=submit] {
  background-color: #5E48ED !important; }

.theme__night .InputFieldDefault {
  border-color: #4E4B68 !important;
  background-color: #312D4D !important;
  color: #FFFFFF !important; }
  .theme__night .InputFieldDefault:focus {
    border-color: #5E48ED !important;
    outline-color: #5E48ED !important; }

.theme__night .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
.form-check-input {
  margin-left: 0px !important; }

.FormRadio {
  position: relative;
  padding-left: 15px;
  cursor: pointer; }
  .FormRadio .radio-input {
    display: none;
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0; }
  .FormRadio .radio-input-span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: solid 2px var(--InputBorder);
    border-radius: 50%;
    pointer-events: none;
    color: var(--TextSecondary); }
    .FormRadio .radio-input-span__checked {
      border-color: var(--InputSelected); }
      .FormRadio .radio-input-span__checked::after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--InputSelected);
        width: 8px;
        height: 8px;
        border-radius: 50%; }

@media (max-width: 600px) {
  .modal {
    padding: 0 10px; } }

@media (max-width: 768px) {
  .modal-settings.modal-window {
    width: 95%; } }

.modal-settings {
  top: 40%;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 991px) {
    .modal-settings {
      position: absolute;
      top: 0;
      height: 100%;
      transform: translate(-50%, 0%); } }
  .modal-settings__title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0px auto 20px auto; }
  .modal-settings__button {
    position: relative;
    z-index: 2; }
  .modal-settings a {
    cursor: pointer;
    color: #666666;
    font-size: 12px; }
    .modal-settings a:hover {
      color: #ed1a3b;
      text-decoration: none; }
  .modal-settings label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px; }
  .modal-settings .modal-window__content {
    margin: 0;
    padding: 0;
    border: none; }
    @media (max-width: 600px) {
      .modal-settings .modal-window__content {
        background-color: #ffffff; } }
  .modal-settings .modal-window__footer {
    position: absolute;
    bottom: 16px;
    right: 18px; }
    @media (max-width: 991px) {
      .modal-settings .modal-window__footer {
        position: relative;
        bottom: 34px;
        right: -8px; } }

.share-playlist-url:disabled, .share-playlist-field {
  background-color: #ffffff !important; }

.form__input--disabled {
  background-color: #ffffff !important;
  cursor: default;
  padding: 10px !important; }

.ModalPlaylistSettings .ModalPlaylist__Head__Title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px; }

.ModalPlaylistSettings .ModalPlaylist__Body__Form--Left {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.ModalPlaylistSettings .ModalPlaylist__Body__Form__Field__Label {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px; }
  .ModalPlaylistSettings .ModalPlaylist__Body__Form__Field__Label--Center {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px 0; }

.ModalPlaylistSettings .ModalPlaylist__Body__Form .img-thumbnail {
  border: none; }

.ModalPlaylistSettings .ModalPlaylist__Buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  margin-top: 15px; }

.ModalPlaylistConfirm__Content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .ModalPlaylistConfirm__Content__Title {
    font-size: 18px;
    font-weight: 600; }
  .ModalPlaylistConfirm__Content__Message {
    font-size: 14px;
    margin: 15px 0 50px 0;
    color: var(--TextSecondary); }
  .ModalPlaylistConfirm__Content__Buttons {
    display: flex;
    gap: 5px; }

@media (min-width: 900px) {
  .ModalPlaylistSettings {
    max-width: 700px;
    width: 700px; }
    .ModalPlaylistSettings .ModalPlaylist__Body__Form {
      display: flex;
      flex-wrap: nowrap;
      gap: 15px; }
      .ModalPlaylistSettings .ModalPlaylist__Body__Form--Left {
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 10px; }
      .ModalPlaylistSettings .ModalPlaylist__Body__Form--Center {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px; }
      .ModalPlaylistSettings .ModalPlaylist__Body__Form--Right {
        width: 60%;
        padding-left: 15px; }
  .ModalPlaylistSmall {
    max-width: 400px; }
  .ModalPlaylistConfirm {
    max-width: 320px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .ModalPlaylistSettings {
    height: 100%; }
  .ModalPlaylistMedium {
    width: 95%;
    max-width: 700px;
    height: 90%; }
  .ModalPlaylistSmall {
    min-width: 400px;
    height: 354px; }
  .ModalPlaylistConfirm {
    height: 220px; }
  .ModalAddToPlaylist {
    min-width: 600px;
    min-height: 240px;
    max-height: 270px; }
  .ModalCreatePlayList {
    height: 100%; }
    .ModalCreatePlayList .ModalPlaylist {
      position: relative; }
      .ModalCreatePlayList .ModalPlaylist__Body {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 70vh; }
        .ModalCreatePlayList .ModalPlaylist__Body__Form {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .ModalCreatePlayList .ModalPlaylist__Body__Form--Left {
            width: 100%; }
          .ModalCreatePlayList .ModalPlaylist__Body__Form--Right {
            width: 100%; }
          .ModalCreatePlayList .ModalPlaylist__Body__Form__Field__Label--Center {
            font-size: 16px;
            font-weight: 600;
            margin-top: 20px !important; }
      .ModalCreatePlayList .ModalPlaylist__Buttons {
        position: absolute;
        bottom: 0;
        right: 0; } }

@media (max-width: 599px) {
  .ModalPlaylistSettings {
    width: 100%;
    height: 100%;
    max-height: 80%;
    top: unset !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 30px !important;
    border-radius: 15px 15px 0 0 !important; }
  .ModalCreatePlayList {
    height: 100%; }
    .ModalCreatePlayList .ModalPlaylist {
      height: 100%; }
      .ModalCreatePlayList .ModalPlaylist__Body {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 90%; } }
      @media (max-width: 599px) and (max-width: 400px) {
        .ModalCreatePlayList .ModalPlaylist__Body {
          max-height: 85%; } }

@media (max-width: 599px) {
        .ModalCreatePlayList .ModalPlaylist__Body__Form {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .ModalCreatePlayList .ModalPlaylist__Body__Form--Left {
            width: 100%; }
          .ModalCreatePlayList .ModalPlaylist__Body__Form--Right {
            width: 100%; }
      .ModalCreatePlayList .ModalPlaylist__Buttons {
        position: fixed;
        bottom: 10px;
        right: 30px; } }

:root {
  --SYSTEM_White: #FFFFFF;
  --SYSTEM_Gray10: #DFE1E3;
  --SYSTEM_Gray20: #B0B3B8;
  --SYSTEM_Gray30: #909090;
  --SYSTEM_Gray40: #424345;
  --SYSTEM_Gray50: #242529;
  --SYSTEM_Gray60: #17181C;
  --SYSTEM_Gray70: #0F1013;
  --SYSTEM_Gray80: #090A0C;
  --SYSTEM_Black: #000000;
  --SYSTEM_BlackAlt: #090A0C;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Primary: #1A7EFA;
  --SYSTEM_PrimaryAlt: #2A87F9;
  --SYSTEM_Gray: #424345;
  --SYSTEM_GrayAlt: #4e5052;
  --SYSTEM_Blue: #1A7EFA;
  --SYSTEM_BlueAlt: #2A87F9;
  --SYSTEM_Orange: #FF3300;
  --SYSTEM_OrangeAlt: #FF4E00;
  --SYSTEM_Red: #E0203C;
  --SYSTEM_RedAlt: #EE3048;
  --SYSTEM_Green: #45BD62;
  --SYSTEM_GreenAlt: #4BD66C;
  --SYSTEM_Purple: #4E39D1;
  --SYSTEM_PurpleAlt: #5E48ED;
  --SYSTEM_Aqua: #2ECFF5;
  --SYSTEM_AquaAlt: #54DEFF;
  --SYSTEM_Yellow: #FFCC00;
  --SYSTEM_YellowAlt: #FFDE00;
  --SYSTEM_Pink: #CC0383;
  --SYSTEM_PinkAlt: #DB088E;
  --SYSTEM_Gold: #D4B665;
  --SYSTEM_GoldAlt: #EACD80;
  --SYSTEM_Brighteon: #1B2E5A;
  --SYSTEM_BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Transparent: rgba(0,0,0,0);
  --SYSTEM_TransparentDark: rgba(0,0,0,0.75);
  --SYSTEM_TransparentLight: rgba(255,255,255,0.85);
  --SYSTEM_TransparentHover: rgba(66,67,68,0.7);
  --SYSTEM_Shadow: rgba(0,0,0,20);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_TextPrimary: var(--SYSTEM_White);
  --SYSTEM_TextSecondary: var(--SYSTEM_Gray30);
  --SYSTEM_TextDisabled:  var(--SYSTEM_Gray40);
  --SYSTEM_TextButton: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Page: var(--SYSTEM_Gray80);
  --SYSTEM_Icon: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_ToolTip: var(--SYSTEM_Gray40);
  --SYSTEM_TextToolTip: var(--SYSTEM_Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Track: var(--SYSTEM_Gray80);
  --SYSTEM_Thumb: var(--SYSTEM_Gray40);
  --SYSTEM_BodyTrack: var(--SYSTEM_Gray80);
  --SYSTEM_BodyThumb: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Input: var(--SYSTEM_Gray50);
  --SYSTEM_InputBorder: var(--SYSTEM_Gray40);
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  --SYSTEM_InputSelected: var(--SYSTEM_Primary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Privacy: var(--SYSTEM_Gray60);
  --SYSTEM_PrivacyBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Search: var(--SYSTEM_Gray50);
  --SYSTEM_SearchBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Helper: var(--SYSTEM_Gray80);
  --SYSTEM_HelperBorder: var(--SYSTEM_Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Menu: var(--SYSTEM_Gray60);
  --SYSTEM_MenuHover: var(--SYSTEM_Gray40);
  --SYSTEM_MenuBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Dropdown: var(--SYSTEM_Gray60);
  --SYSTEM_DropdownHover: var(--SYSTEM_Gray40);
  --SYSTEM_DropdownBorder: var(--SYSTEM_Gray40);
  --SYSTEM_Modal: var(--SYSTEM_Gray60);
  --SYSTEM_ModalHover: var(--SYSTEM_Gray40);
  --SYSTEM_ModalBorder: var(--SYSTEM_Gray60);
  --SYSTEM_ModalSection: var(--SYSTEM_Gray70);
  --SYSTEM_PopUp: var(--SYSTEM_Gray60);
  --SYSTEM_PopUpHover: var(--SYSTEM_Gray40);
  --SYSTEM_PopUpBorder: var(--SYSTEM_Gray60);
  --SYSTEM_Notifications: var(--SYSTEM_Gray70);
  --SYSTEM_NotificationsHover: var(--SYSTEM_Gray50);
  --SYSTEM_NotificationsBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Button: var(--SYSTEM_Primary);
  --SYSTEM_ButtonHover: var(--SYSTEM_PrimaryAlt);
  --SYSTEM_ButtonBorder: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Masthead: rgba(9,10,12,0.85);
  --SYSTEM_MastheadHover: var(--SYSTEM_Gray40);
  --SYSTEM_MastheadBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Footer: var(--SYSTEM_Gray80);
  --SYSTEM_FooterHover: var(--SYSTEM_Gray50);
  --SYSTEM_FooterBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Duration: rgba(0,0,0,0.85);
  --SYSTEM_StatBox: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Tag: var(--SYSTEM_Gray50);
  --SYSTEM_TagHover: var(--SYSTEM_Gray40);
  --SYSTEM_TagText: var(--SYSTEM_White);
  --SYSTEM_TagFollowing: var(--SYSTEM_White);
  --SYSTEM_TagFollowingHover: var(--SYSTEM_White);
  --SYSTEM_TagFollowingText: var(--SYSTEM_Black);
  --SYSTEM_TagLive: var(--SYSTEM_Red);
  --SYSTEM_TagLiveHover: var(--SYSTEM_RedAlt);
  --SYSTEM_TagLiveText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_UI: var(--SYSTEM_Primary);
  --SYSTEM_UIText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Section: var(--SYSTEM_Transparent);
  --SYSTEM_SectionBorder: var(--SYSTEM_Gray50);
  --LIGHT_White: #FFFFFF;
  --LIGHT_Gray10: #F7F7F9;
  --LIGHT_Gray20: #ECECEC;
  --LIGHT_Gray30: #DBDBDB;
  --LIGHT_Gray40: #828282;
  --LIGHT_Gray50: #666666;
  --LIGHT_Gray60: #333333;
  --LIGHT_Gray70: #171819;
  --LIGHT_Gray80: #121212;
  --LIGHT_Black: #000000;
  --LIGHT_BlackAlt: #121212;
  --LIGHT_Primary: #287CED;
  --LIGHT_PrimaryAlt: #3399FF;
  --LIGHT_Gray: #B0B3B8;
  --LIGHT_GrayAlt: #BABCBF;
  --LIGHT_Blue: #1A94FA;
  --LIGHT_BlueAlt: #41A5FC;
  --LIGHT_Orange: #FF3300;
  --LIGHT_OrangeAlt: #FF4E00;
  --LIGHT_Red: #E0203C;
  --LIGHT_RedAlt: #EE3048;
  --LIGHT_Green: #219150;
  --LIGHT_GreenAlt: #24AF5F;
  --LIGHT_Purple: #4E39D1;
  --LIGHT_PurpleAlt: #5E48ED;
  --LIGHT_Aqua: #2ECFF5;
  --LIGHT_AquaAlt: #54DEFF;
  --LIGHT_Yellow: #FFCC00;
  --LIGHT_YellowAlt: #FFDE00;
  --LIGHT_Pink: #CC0383;
  --LIGHT_PinkAlt: #DB088E;
  --LIGHT_Gold: #D4B665;
  --LIGHT_GoldAlt: #EACD80;
  --LIGHT_Brighteon: #1B2E5A;
  --LIGHT_BrighteonAlt: #213668;
  --LIGHT_Transparent: rgba(0,0,0,0);
  --LIGHT_TransparentDark: rgba(0,0,0,0.85);
  --LIGHT_TransparentLight: rgba(255,255,255,0.85);
  --LIGHT_TransparentHover: rgba(0,0,0,0.08);
  --LIGHT_Shadow: rgba(0,0,0,0.4);
  --LIGHT_TextPrimary: var(--LIGHT_Gray80);
  --LIGHT_TextSecondary: var(--LIGHT_Gray40);
  --LIGHT_TextDisabled:  var(--LIGHT_Gray40);
  --LIGHT_TextButton: var(--LIGHT_White);
  --LIGHT_Page: var(--LIGHT_White);
  --LIGHT_Icon: var(--LIGHT_Gray70);
  --LIGHT_ToolTip: var(--LIGHT_Gray30);
  --LIGHT_TextToolTip: var(--LIGHT_Gray40);
  --LIGHT_Track: var(--LIGHT_Gray20);
  --LIGHT_Thumb: var(--LIGHT_Gray30);
  --LIGHT_BodyTrack: var(--LIGHT_Gray20);
  --LIGHT_BodyThumb: var(--LIGHT_Gray30);
  --LIGHT_Input: var(--LIGHT_Gray10);
  --LIGHT_InputBorder: var(--LIGHT_Gray30);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_InputSelected: var(--LIGHT_Primary);
  --LIGHT_Privacy: var(--LIGHT_Gray60);
  --LIGHT_PrivacyBorder: var(--LIGHT_Gray50);
  --LIGHT_Search: var(--LIGHT_Gray10);
  --LIGHT_SearchBorder: var(--LIGHT_Gray30);
  --LIGHT_Helper: var(--LIGHT_White);
  --LIGHT_HelperBorder: var(--LIGHT_Gray20);
  --LIGHT_Menu: var(--LIGHT_White);
  --LIGHT_MenuHover: var(--LIGHT_Gray10);
  --LIGHT_MenuBorder: var(--LIGHT_Gray20);
  --LIGHT_Dropdown: var(--LIGHT_White);
  --LIGHT_DropdownHover: var(--LIGHT_Gray10);
  --LIGHT_DropdownBorder: var(--LIGHT_Gray10);
  --LIGHT_Modal: var(--LIGHT_White);
  --LIGHT_ModalHover: var(--LIGHT_Gray10);
  --LIGHT_ModalBorder: var(--LIGHT_Gray20);
  --LIGHT_ModalSection: var(--LIGHT_Gray20);
  --LIGHT_PopUp: var(--LIGHT_White);
  --LIGHT_PopUpHover: var(--LIGHT_Gray10);
  --LIGHT_PopUpBorder: var(--LIGHT_Gray20);
  --LIGHT_Notifications: var(--LIGHT_White);
  --LIGHT_NotificationsHover: var(--LIGHT_Gray10);
  --LIGHT_NotificationsBorder: var(--LIGHT_Gray20);
  --LIGHT_Button: var(--LIGHT_Primary);
  --LIGHT_ButtonHover: var(--LIGHT_PrimaryAlt);
  --LIGHT_ButtonBorder: var(--LIGHT_Gray20);
  --LIGHT_Masthead: rgba(255,255,255,0.85);
  --LIGHT_MastheadHover: var(--LIGHT_Gray10);
  --LIGHT_MastheadBorder: var(--LIGHT_Gray20);
  --LIGHT_Footer: var(--LIGHT_White);
  --LIGHT_FooterHover: var(--LIGHT_Gray10);
  --LIGHT_FooterBorder: var(--LIGHT_Gray20);
  --LIGHT_Duration: rgba(0,0,0,0.85);
  --LIGHT_StatBox: var(--LIGHT_Gray20);
  --LIGHT_Tag: var(--LIGHT_Gray20);
  --LIGHT_TagHover: var(--LIGHT_Gray30);
  --LIGHT_TagText: var(--LIGHT_Gray40);
  --LIGHT_TagFollowing: var(--LIGHT_Brighteon);
  --LIGHT_TagFollowingHover: var(--LIGHT_BrighteonAlt);
  --LIGHT_TagFollowingText: var(--LIGHT_White);
  --LIGHT_TagLive: var(--LIGHT_Red);
  --LIGHT_TagLiveHover: var(--LIGHT_RedAlt);
  --LIGHT_TagLiveText: var(--LIGHT_White);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_UI: var(--LIGHT_Primary);
  --LIGHT_UIText: var(--LIGHT_White);
  --LIGHT_Section: var(--LIGHT_Transparent);
  --LIGHT_SectionBorder: var(--LIGHT_Gray20);
  --DARK_White: #FFFFFF;
  --DARK_Gray10: #DFE1E3;
  --DARK_Gray20: #B0B3B8;
  --DARK_Gray30: #909090;
  --DARK_Gray40: #424345;
  --DARK_Gray50: #242529;
  --DARK_Gray60: #17181C;
  --DARK_Gray70: #0F1013;
  --DARK_Gray80: #090A0C;
  --DARK_Black: #000000;
  --DARK_BlackAlt: #090A0C;
  --DARK_Primary: #1A7EFA;
  --DARK_PrimaryAlt: #2A87F9;
  --DARK_Gray: #424345;
  --DARK_GrayAlt: #4e5052;
  --DARK_Blue: #1A7EFA;
  --DARK_BlueAlt: #2A87F9;
  --DARK_Orange: #FF3300;
  --DARK_OrangeAlt: #FF4E00;
  --DARK_Red: #E0203C;
  --DARK_RedAlt: #EE3048;
  --DARK_Green: #45BD62;
  --DARK_GreenAlt: #4BD66C;
  --DARK_Purple: #4E39D1;
  --DARK_PurpleAlt: #5E48ED;
  --DARK_Aqua: #2ECFF5;
  --DARK_AquaAlt: #54DEFF;
  --DARK_Yellow: #FFCC00;
  --DARK_YellowAlt: #FFDE00;
  --DARK_Pink: #CC0383;
  --DARK_PinkAlt: #DB088E;
  --DARK_Gold: #D4B665;
  --DARK_GoldAlt: #EACD80;
  --DARK_Brighteon: #1B2E5A;
  --DARK_BrighteonAlt: #213668;
  --DARK_Transparent: rgba(0,0,0,0);
  --DARK_TransparentDark: rgba(0,0,0,0.75);
  --DARK_TransparentLight: rgba(255,255,255,0.85);
  --DARK_TransparentHover: rgba(66,67,68,0.7);
  --DARK_Shadow: rgba(0,0,0,20);
  --DARK_TextPrimary: var(--DARK_White);
  --DARK_TextSecondary: var(--DARK_Gray30);
  --DARK_TextDisabled:  var(--DARK_Gray40);
  --DARK_TextButton: var(--DARK_White);
  --DARK_Page: var(--DARK_Gray80);
  --DARK_Icon: var(--DARK_White);
  --DARK_ToolTip: var(--DARK_Gray40);
  --DARK_TextToolTip: var(--DARK_Gray10);
  --DARK_Track: var(--DARK_Gray80);
  --DARK_Thumb: var(--DARK_Gray40);
  --DARK_BodyTrack: var(--DARK_Gray80);
  --DARK_BodyThumb: var(--DARK_Gray40);
  --DARK_Input: var(--DARK_Gray50);
  --DARK_InputBorder: var(--DARK_Gray40);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_InputSelected: var(--DARK_Primary);
  --DARK_Privacy: var(--DARK_Gray60);
  --DARK_PrivacyBorder: var(--DARK_Gray50);
  --DARK_Search: var(--DARK_Gray50);
  --DARK_SearchBorder: var(--DARK_Gray50);
  --DARK_Helper: var(--DARK_Gray80);
  --DARK_HelperBorder: var(--DARK_Gray60);
  --DARK_Menu: var(--DARK_Gray60);
  --DARK_MenuHover: var(--DARK_Gray40);
  --DARK_MenuBorder: var(--DARK_Gray50);
  --DARK_Dropdown: var(--DARK_Gray60);
  --DARK_DropdownHover: var(--DARK_Gray40);
  --DARK_DropdownBorder: var(--DARK_Gray40);
  --DARK_Modal: var(--DARK_Gray60);
  --DARK_ModalHover: var(--DARK_Gray40);
  --DARK_ModalBorder: var(--DARK_Gray60);
  --DARK_ModalSection: var(--DARK_Gray70);
  --DARK_PopUp: var(--DARK_Gray60);
  --DARK_PopUpHover: var(--DARK_Gray40);
  --DARK_PopUpBorder: var(--DARK_Gray60);
  --DARK_Notifications: var(--DARK_Gray70);
  --DARK_NotificationsHover: var(--DARK_Gray50);
  --DARK_NotificationsBorder: var(--DARK_Gray50);
  --DARK_Button: var(--DARK_Primary);
  --DARK_ButtonHover: var(--DARK_PrimaryAlt);
  --DARK_ButtonBorder: var(--DARK_Gray40);
  --DARK_Masthead: rgba(9,10,12,0.85);
  --DARK_MastheadHover: var(--DARK_Gray40);
  --DARK_MastheadBorder: var(--DARK_Gray50);
  --DARK_Footer: var(--DARK_Gray80);
  --DARK_FooterHover: var(--DARK_Gray50);
  --DARK_FooterBorder: var(--DARK_Gray50);
  --DARK_Duration: rgba(0,0,0,0.85);
  --DARK_StatBox: var(--DARK_Gray50);
  --DARK_Tag: var(--DARK_Gray50);
  --DARK_TagHover: var(--DARK_Gray40);
  --DARK_TagText: var(--DARK_White);
  --DARK_TagFollowing: var(--DARK_White);
  --DARK_TagFollowingHover: var(--DARK_White);
  --DARK_TagFollowingText: var(--DARK_Black);
  --DARK_TagLive: var(--DARK_Red);
  --DARK_TagLiveHover: var(--DARK_RedAlt);
  --DARK_TagLiveText: var(--DARK_White);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_UI: var(--DARK_Primary);
  --DARK_UIText: var(--DARK_White);
  --DARK_Section: var(--DARK_Transparent);
  --DARK_SectionBorder: var(--DARK_Gray50);
  --DIM_White: #FFFFFF;
  --DIM_Gray10: #DFE1E3;
  --DIM_Gray20: #B0B3B8;
  --DIM_Gray30: #3E5F7D;
  --DIM_Gray40: #233B51;
  --DIM_Gray50: #0F2B44;
  --DIM_Gray60: #0A2034;
  --DIM_Gray70: #061726;
  --DIM_Gray80: #04111C;
  --DIM_Black: #000000;
  --DIM_BlackAlt: #030B16;
  --DIM_Primary: #204ECF;
  --DIM_PrimaryAlt: #2A5AE1;
  --DIM_Gray: #45586D;
  --DIM_GrayAlt: #4d6178;
  --DIM_Blue: #204ECF;
  --DIM_BlueAlt: #2A5AE1;
  --DIM_Orange: #FF3300;
  --DIM_OrangeAlt: #FF4E00;
  --DIM_Red: #E0203C;
  --DIM_RedAlt: #EE3048;
  --DIM_Green: #45BD62;
  --DIM_GreenAlt: #4BD66C;
  --DIM_Purple: #4E39D1;
  --DIM_PurpleAlt: #5E48ED;
  --DIM_Aqua: #2ECFF5;
  --DIM_AquaAlt: #54DEFF;
  --DIM_Yellow: #FFCC00;
  --DIM_YellowAlt: #FFDE00;
  --DIM_Pink: #CC0383;
  --DIM_PinkAlt: #DB088E;
  --DIM_Gold: #D4B665;
  --DIM_GoldAlt: #EACD80;
  --DIM_Brighteon: #1B2E5A;
  --DIM_BrighteonAlt: #213668;
  --DIM_Transparent: rgba(0,0,0,0);
  --DIM_TransparentDark: rgba(0,0,0,0.85);
  --DIM_TransparentLight: rgba(255,255,255,0.85);
  --DIM_TransparentHover: rgba(30,60,90,0.4);
  --DIM_Shadow: rgba(0,0,0,20);
  --DIM_TextPrimary: var(--DIM_White);
  --DIM_TextSecondary: var(--DIM_Gray20);
  --DIM_TextDisabled:  var(--DIM_Gray40);
  --DIM_TextButton: var(--DIM_White);
  --DIM_Page: var(--DIM_Gray70);
  --DIM_Icon: var(--DIM_White);
  --DIM_ToolTip: var(--DIM_Gray40);
  --DIM_TextToolTip: var(--DIM_Gray10);
  --DIM_Track: var(--DIM_Gray80);
  --DIM_Thumb: var(--DIM_Gray40);
  --DIM_BodyTrack: var(--DIM_Gray80);
  --DIM_BodyThumb: var(--DIM_Gray40);
  --DIM_Input: var(--DIM_Gray50);
  --DIM_InputBorder: var(--DIM_Gray40);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_InputSelected: var(--DIM_Primary);
  --DIM_Privacy: var(--DIM_Gray60);
  --DIM_PrivacyBorder: var(--DIM_Gray50);
  --DIM_Search: var(--DIM_Gray60);
  --DIM_SearchBorder: var(--DIM_Gray50);
  --DIM_Helper: var(--DIM_Gray80);
  --DIM_HelperBorder: var(--DIM_Gray60);
  --DIM_Menu: var(--DIM_Gray70);
  --DIM_MenuHover: var(--DIM_Gray60);
  --DIM_MenuBorder: var(--DIM_Gray50);
  --DIM_Dropdown: var(--DIM_Gray60);
  --DIM_DropdownHover: var(--DIM_Gray50);
  --DIM_DropdownBorder: var(--DIM_Gray50);
  --DIM_Modal: var(--DIM_Gray60);
  --DIM_ModalHover: var(--DIM_Gray50);
  --DIM_ModalBorder: var(--DIM_Gray50);
  --DIM_ModalSection: var(--DIM_Gray80);
  --DIM_PopUp: var(--DIM_Gray60);
  --DIM_PopUpHover: var(--DIM_Gray50);
  --DIM_PopUpBorder: var(--DIM_Gray50);
  --DIM_Notifications: var(--DIM_Gray60);
  --DIM_NotificationsHover: var(--DIM_Gray50);
  --DIM_NotificationsBorder: var(--DIM_Gray50);
  --DIM_Button: var(--DIM_Primary);
  --DIM_ButtonHover: var(--DIM_PrimaryAlt);
  --DIM_ButtonBorder: var(--DIM_Gray40);
  --DIM_Masthead: rgba(6,23,38,0.85);
  --DIM_MastheadHover: var(--DIM_Gray60);
  --DIM_MastheadBorder: var(--DIM_Gray50);
  --DIM_Footer: var(--DIM_Gray70);
  --DIM_FooterHover: var(--DIM_Gray60);
  --DIM_FooterBorder: var(--DIM_Gray50);
  --DIM_Duration: rgba(0,0,0,0.85);
  --DIM_StatBox: var(--DIM_Gray50);
  --DIM_Tag: var(--DIM_Gray50);
  --DIM_TagHover: var(--DIM_Gray40);
  --DIM_TagText: var(--DIM_White);
  --DIM_TagFollowing: var(--DIM_White);
  --DIM_TagFollowingHover: var(--DIM_White);
  --DIM_TagFollowingText: var(--DIM_Black);
  --DIM_TagLive: var(--DIM_Red);
  --DIM_TagLiveHover: var(--DIM_RedAlt);
  --DIM_TagLiveText: var(--DIM_White);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_UI: var(--DIM_Primary);
  --DIM_UIText: var(--DIM_White);
  --DIM_Section: var(--DIM_Transparent);
  --DIM_SectionBorder: var(--DIM_Gray40);
  --NIGHT_White: #FFFFFF;
  --NIGHT_Gray10: #B0B3B8;
  --NIGHT_Gray20: #4E4B68;
  --NIGHT_Gray30: #312D4D;
  --NIGHT_Gray40: #26233E;
  --NIGHT_Gray50: #1B192E;
  --NIGHT_Gray60: #100E1F;
  --NIGHT_Gray70: #090813;
  --NIGHT_Gray80: #070A0D;
  --NIGHT_Black: #000000;
  --NIGHT_BlackAlt: #070A0D;
  --NIGHT_Primary: #5E48ED;
  --NIGHT_PrimaryAlt: #7F6CFA;
  --NIGHT_Gray: #3B375D;
  --NIGHT_GrayAlt: #433f68;
  --NIGHT_Blue: #1994E8;
  --NIGHT_BlueAlt: #31A5F4;
  --NIGHT_Orange: #FF3300;
  --NIGHT_OrangeAlt: #FF4E00;
  --NIGHT_Red: #E0203C;
  --NIGHT_RedAlt: #EE3048;
  --NIGHT_Green: #45BD62;
  --NIGHT_GreenAlt: #4BD66C;
  --NIGHT_Purple: #4E39D1;
  --NIGHT_PurpleAlt: #5E48ED;
  --NIGHT_Aqua: #2ECFF5;
  --NIGHT_AquaAlt: #54DEFF;
  --NIGHT_Yellow: #FFCC00;
  --NIGHT_YellowAlt: #FFDE00;
  --NIGHT_Pink: #CC0383;
  --NIGHT_PinkAlt: #DB088E;
  --NIGHT_Gold: #D4B665;
  --NIGHT_GoldAlt: #EACD80;
  --NIGHT_Brighteon: #1B2E5A;
  --NIGHT_BrighteonAlt: #213668;
  --NIGHT_Transparent: rgba(0,0,0,0);
  --NIGHT_TransparentDark: rgba(0,0,0,0.85);
  --NIGHT_TransparentLight: rgba(255,255,255,0.85);
  --NIGHT_TransparentHover: rgba(49,45,77,0.7);
  --NIGHT_Shadow: rgba(0,0,0,20);
  --NIGHT_TextPrimary: var(--NIGHT_White);
  --NIGHT_TextSecondary: var(--NIGHT_Gray10);
  --NIGHT_TextDisabled: var(--NIGHT_Gray40);
  --NIGHT_TextButton: var(--NIGHT_White);
  --NIGHT_Page: var(--NIGHT_Gray50);
  --NIGHT_Icon: var(--NIGHT_White);
  --NIGHT_ToolTip: var(--NIGHT_Gray40);
  --NIGHT_TextToolTip: var(--NIGHT_Gray10);
  --NIGHT_Track: var(--NIGHT_Gray80);
  --NIGHT_Thumb: var(--NIGHT_Gray30);
  --NIGHT_BodyTrack: var(--NIGHT_Gray80);
  --NIGHT_BodyThumb: var(--NIGHT_Gray30);
  --NIGHT_Input: var(--NIGHT_Gray30);
  --NIGHT_InputBorder: var(--NIGHT_Gray20);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_InputSelected: var(--NIGHT_Primary);
  --NIGHT_Privacy: var(--NIGHT_Gray60);
  --NIGHT_PrivacyBorder: var(--NIGHT_Gray50);
  --NIGHT_Search: var(--NIGHT_Gray30);
  --NIGHT_SearchBorder: var(--NIGHT_Gray40);
  --NIGHT_Helper: var(--NIGHT_Gray80);
  --NIGHT_HelperBorder: var(--NIGHT_Gray60);
  --NIGHT_Menu: var(--NIGHT_Gray40);
  --NIGHT_MenuHover: var(--NIGHT_Gray30);
  --NIGHT_MenuBorder: var(--NIGHT_Gray30);
  --NIGHT_Dropdown: var(--NIGHT_Gray40);
  --NIGHT_DropdownHover: var(--NIGHT_Gray30);
  --NIGHT_DropdownBorder: var(--NIGHT_Gray30);
  --NIGHT_Modal: var(--NIGHT_Gray40);
  --NIGHT_ModalHover: var(--NIGHT_Gray30);
  --NIGHT_ModalBorder: var(--NIGHT_Gray30);
  --NIGHT_ModalSection: var(--NIGHT_Gray50);
  --NIGHT_PopUp: var(--NIGHT_Gray40);
  --NIGHT_PopUpHover: var(--NIGHT_Gray30);
  --NIGHT_PopUpBorder: var(--NIGHT_Gray30);
  --NIGHT_Notifications: var(--NIGHT_Gray40);
  --NIGHT_NotificationsHover: var(--NIGHT_Gray30);
  --NIGHT_NotificationsBorder: var(--NIGHT_Gray30);
  --NIGHT_Button: var(--NIGHT_Primary);
  --NIGHT_ButtonHover: var(--NIGHT_PrimaryAlt);
  --NIGHT_ButtonBorder: var(--NIGHT_Gray40);
  --NIGHT_Masthead: rgba(27,25,46,0.85);
  --NIGHT_MastheadHover: var(--NIGHT_Gray40);
  --NIGHT_MastheadBorder: var(--NIGHT_Gray40);
  --NIGHT_Footer: var(--NIGHT_Gray50);
  --NIGHT_FooterHover: var(--NIGHT_Gray40);
  --NIGHT_FooterBorder: var(--NIGHT_Gray40);
  --NIGHT_Duration: rgba(0,0,0,0.85);
  --NIGHT_StatBox: var(--NIGHT_Gray60);
  --NIGHT_Tag: var(--NIGHT_Gray40);
  --NIGHT_TagHover: var(--NIGHT_Gray30);
  --NIGHT_TagText: var(--NIGHT_White);
  --NIGHT_TagFollowing: var(--NIGHT_White);
  --NIGHT_TagFollowingHover: var(--NIGHT_White);
  --NIGHT_TagFollowingText: var(--NIGHT_Black);
  --NIGHT_TagLive: var(--NIGHT_Red);
  --NIGHT_TagLiveHover: var(--NIGHT_RedAlt);
  --NIGHT_TagLiveText: var(--NIGHT_White);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_UI: var(--NIGHT_Primary);
  --NIGHT_UIText: var(--NIGHT_White);
  --NIGHT_Section: var(--NIGHT_Transparent);
  --NIGHT_SectionBorder: var(--NIGHT_Gray40);
  --Promo: #4646FE;
  --PromoError: #FBFB62; }

@media (prefers-color-scheme: dark) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #dfe1e3;
    --Gray20: #b0b3b8;
    --Gray30: #909090;
    --Gray40: #424345;
    --Gray50: #242529;
    --Gray60: #17181c;
    --Gray70: #0f1013;
    --Gray80: #090a0c;
    --Black: #000000;
    --BlackAlt: #090a0c;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #1a7efa;
    --PrimaryAlt: #2a87f9;
    --Gray: #424345;
    --GrayAlt: #4e5052;
    --Blue: #1a7efa;
    --BlueAlt: #2a87f9;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #45bd62;
    --GreenAlt: #4bd66c;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    --Promo: #4646FE;
    --PromoError: #FBFB62;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.75);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(66, 67, 68, 0.7);
    --Shadow: rgba(0, 0, 0, 20);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--White);
    --TextSecondary: var(--Gray30);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--Gray80);
    --Icon: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray40);
    --TextToolTip: var(--Gray10);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray80);
    --Thumb: var(--Gray40);
    --BodyTrack: var(--Gray80);
    --BodyThumb: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray50);
    --InputBorder: var(--Gray40);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray50);
    --SearchBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--Gray80);
    --HelperBorder: var(--Gray60);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--Gray60);
    --MenuHover: var(--Gray40);
    --MenuBorder: var(--Gray50);
    --Dropdown: var(--Gray60);
    --DropdownHover: var(--Gray40);
    --DropdownBorder: var(--Gray40);
    --Modal: var(--Gray60);
    --ModalHover: var(--Gray40);
    --ModalBorder: var(--Gray60);
    --ModalSection: var(--Gray70);
    --PopUp: var(--Gray60);
    --PopUpHover: var(--Gray40);
    --PopUpBorder: var(--Gray60);
    --Notifications: var(--Gray70);
    --NotificationsHover: var(--Gray50);
    --NotificationsBorder: var(--Gray50);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(9, 10, 12, 0.85);
    --MastheadHover: var(--Gray40);
    --MastheadBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--Gray80);
    --FooterHover: var(--Gray50);
    --FooterBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray50);
    --TagHover: var(--Gray40);
    --TagText: var(--White);
    --TagFollowing: var(--White);
    --TagFollowingHover: var(--White);
    --TagFollowingText: var(--Black);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray10);
    --ArticleHover: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--Gray60);
    --NewsletterBorder: var(--Gray40);
    --PlaylistBorder: var(--Gray50);
    --PlaylistHover: var(--Gray60);
    --PlaylistItemHover: var(--Gray50);
    --Premium: var(--Gray60);
    --PremiumBorder: var(--Gray50); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      border-color: var(--White); } }

@media (prefers-color-scheme: light) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #f7f7f9;
    --Gray20: #ececec;
    --Gray30: #dbdbdb;
    --Gray40: #828282;
    --Gray50: #666666;
    --Gray60: #333333;
    --Gray70: #171819;
    --Gray80: #121212;
    --Black: #000000;
    --BlackAlt: #121212;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #287ced;
    --PrimaryAlt: #3399ff;
    --Gray: #b0b3b8;
    --GrayAlt: #babcbf;
    --Blue: #1a94fa;
    --BlueAlt: #41a5fc;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #219150;
    --GreenAlt: #24af5f;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.85);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(0, 0, 0, 0.08);
    --Shadow: rgba(0, 0, 0, 0.4);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--Gray80);
    --TextSecondary: var(--Gray40);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--White);
    --Icon: var(--Gray70);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray30);
    --TextToolTip: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray20);
    --Thumb: var(--Gray30);
    --BodyTrack: var(--Gray20);
    --BodyThumb: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray10);
    --InputBorder: var(--Gray30);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray10);
    --SearchBorder: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--White);
    --HelperBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--White);
    --MenuHover: var(--Gray10);
    --MenuBorder: var(--Gray20);
    --Dropdown: var(--White);
    --DropdownHover: var(--Gray10);
    --DropdownBorder: var(--Gray10);
    --Modal: var(--White);
    --ModalHover: var(--Gray10);
    --ModalBorder: var(--Gray20);
    --ModalSection: var(--Gray20);
    --PopUp: var(--White);
    --PopUpHover: var(--Gray10);
    --PopUpBorder: var(--Gray20);
    --Notifications: var(--White);
    --NotificationsHover: var(--Gray10);
    --NotificationsBorder: var(--Gray20);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(255, 255, 255, 0.85);
    --MastheadHover: var(--Gray10);
    --MastheadBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--White);
    --FooterHover: var(--Gray10);
    --FooterBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray20);
    --TagHover: var(--Gray30);
    --TagText: var(--Gray60);
    --TagFollowing: var(--Brighteon);
    --TagFollowingHover: var(--BrighteonAlt);
    --TagFollowingText: var(--White);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray60);
    --ArticleHover: var(--Gray80);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--White);
    --NewsletterBorder: var(--Gray20);
    --PlaylistBorder: var(--Gray20);
    --PlaylistHover: var(--Gray10);
    --PlaylistItemHover: var(--Gray20);
    --Premium: var(--Gray10);
    --PremiumBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */ }
    :root .theme__system .TagsNavLeft {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .TagsNavRight {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .CardsNavLeft .CardsBackground {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .CardsNavRight .CardsBackground {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .AuthBody {
      background-color: var(--Gray10); }
    :root .theme__system .ButtonTransparent {
      background-color: var(--Transparent) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransparent:hover {
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--BorderAlt);
      color: var(--TextPrimary) !important; }
    :root .theme__system .ButtonTransBorder:hover {
      background-color: var(--Border) !important;
      color: var(--TextButton) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .PrivacyNotice .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--White) !important;
      color: var(--TextPrimary) !important; }
      :root .theme__system .PrivacyNotice .ButtonTransBorder:hover {
        color: var(--Gray40) !important;
        border-color: var(--Gray40) !important; }
    :root .theme__system .InputFieldDefault {
      border-color: #ececec !important;
      background-color: #ffffff !important;
      color: #121212 !important; }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
      color: var(--White); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      color: var(--White) !important; } }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dark {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #909090;
  --Gray40: #424345;
  --Gray50: #242529;
  --Gray60: #17181c;
  --Gray70: #0f1013;
  --Gray80: #090a0c;
  --Black: #000000;
  --BlackAlt: #090a0c;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #1a7efa;
  --PrimaryAlt: #2a87f9;
  --Gray: #424345;
  --GrayAlt: #4e5052;
  --Blue: #1a7efa;
  --BlueAlt: #2a87f9;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  --Promo: #4646FE;
  --PromoError: #FBFB62;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.75);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(66, 67, 68, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray30);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray80);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray50);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray60);
  --MenuHover: var(--Gray40);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray40);
  --DropdownBorder: var(--Gray40);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray40);
  --ModalBorder: var(--Gray60);
  --ModalSection: var(--Gray70);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray40);
  --PopUpBorder: var(--Gray60);
  --Notifications: var(--Gray70);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(9, 10, 12, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray80);
  --FooterHover: var(--Gray50);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray50); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dark .TagsNavLeft {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .TagsNavRight {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%) !important; }

.theme__dark .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%) !important; }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%); }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%); }

.theme__dark .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dim {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #3e5f7d;
  --Gray40: #233b51;
  --Gray50: #0f2b44;
  --Gray60: #0a2034;
  --Gray70: #061726;
  --Gray80: #04111c;
  --Black: #000000;
  --BlackAlt: #030b16;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #204ecf;
  --PrimaryAlt: #2a5ae1;
  --Gray: #45586d;
  --GrayAlt: #4d6178;
  --Blue: #204ecf;
  --BlueAlt: #2a5ae1;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(30, 60, 90, 0.4);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray20);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray70);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray60);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray70);
  --MenuHover: var(--Gray60);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray50);
  --DropdownBorder: var(--Gray50);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray50);
  --ModalBorder: var(--Gray50);
  --ModalSection: var(--Gray80);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray50);
  --PopUpBorder: var(--Gray50);
  --Notifications: var(--Gray60);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(6, 23, 38, 0.85);
  --MastheadHover: var(--Gray60);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray70);
  --FooterHover: var(--Gray60);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dim .TagsNavLeft {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .TagsNavRight {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim input.ButtonSubmitDefault[type=submit] {
  background-color: #204ECF !important; }

.theme__dim .InputFieldDefault {
  border-color: #233B51 !important;
  background-color: #0F2B44 !important;
  color: #FFFFFF !important; }
  .theme__dim .InputFieldDefault:focus {
    border-color: #204ECF !important;
    outline-color: #204ECF !important; }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__light {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #f7f7f9;
  --Gray20: #ececec;
  --Gray30: #dbdbdb;
  --Gray40: #828282;
  --Gray50: #666666;
  --Gray60: #333333;
  --Gray70: #171819;
  --Gray80: #121212;
  --Black: #000000;
  --BlackAlt: #121212;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #287ced;
  --PrimaryAlt: #3399ff;
  --Gray: #b0b3b8;
  --GrayAlt: #babcbf;
  --Blue: #1a94fa;
  --BlueAlt: #41a5fc;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #219150;
  --GreenAlt: #24af5f;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(0, 0, 0, 0.08);
  --Shadow: rgba(0, 0, 0, 0.4);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--Gray80);
  --TextSecondary: var(--Gray40);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--White);
  --Icon: var(--Gray70);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray30);
  --TextToolTip: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray20);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray20);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray10);
  --InputBorder: var(--Gray30);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray10);
  --SearchBorder: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--White);
  --HelperBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--White);
  --MenuHover: var(--Gray10);
  --MenuBorder: var(--Gray20);
  --Dropdown: var(--White);
  --DropdownHover: var(--Gray10);
  --DropdownBorder: var(--Gray10);
  --Modal: var(--White);
  --ModalHover: var(--Gray10);
  --ModalBorder: var(--Gray20);
  --ModalSection: var(--Gray20);
  --PopUp: var(--White);
  --PopUpHover: var(--Gray10);
  --PopUpBorder: var(--Gray20);
  --Notifications: var(--White);
  --NotificationsHover: var(--Gray10);
  --NotificationsBorder: var(--Gray20);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(255, 255, 255, 0.85);
  --MastheadHover: var(--Gray10);
  --MastheadBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--White);
  --FooterHover: var(--Gray10);
  --FooterBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray20);
  --TagHover: var(--Gray30);
  --TagText: var(--Gray60);
  --TagFollowing: var(--Brighteon);
  --TagFollowingHover: var(--BrighteonAlt);
  --TagFollowingText: var(--White);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray60);
  --ArticleHover: var(--Gray80);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--White);
  --NewsletterBorder: var(--Gray20);
  --PlaylistBorder: var(--Gray20);
  --PlaylistHover: var(--Gray10);
  --PlaylistItemHover: var(--Gray20);
  --Premium: var(--Gray10);
  --PremiumBorder: var(--Gray20); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__light {
  /* /////////////////////////////////////////////////////////////// */ }
  .theme__light .TagsNavLeft {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .TagsNavRight {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .CardsNavLeft .CardsBackground {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .CardsNavRight .CardsBackground {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .AuthBody {
    background-color: var(--Gray10); }
  .theme__light .ButtonTransparent {
    background-color: var(--Transparent) !important;
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransparent:hover {
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--BorderAlt);
    color: var(--TextPrimary) !important; }
  .theme__light .ButtonTransBorder:hover {
    background-color: var(--Border) !important;
    color: var(--TextButton) !important;
    color: var(--Gray40) !important; }
  .theme__light .PrivacyNotice .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--TextPrimary) !important;
    color: var(--TextPrimary) !important; }
    .theme__light .PrivacyNotice .ButtonTransBorder:hover {
      color: var(--Gray40) !important;
      border-color: var(--Gray40) !important; }
  .theme__light .InputFieldDefault {
    border-color: #ececec !important;
    background-color: #ffffff !important;
    color: #121212 !important; }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
    color: var(--White); }
  .theme__light .PrivacyBox .PrivacyTable .ButtonPrivacy {
    color: var(--White) !important;
    border-color: var(--White) !important; }

/* /////////////////////////////////////////////////////////////// */
:root .theme__night {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #b0b3b8;
  --Gray20: #4e4b68;
  --Gray30: #312d4d;
  --Gray40: #26233e;
  --Gray50: #1b192e;
  --Gray60: #100e1f;
  --Gray70: #090813;
  --Gray80: #070a0d;
  --Black: #000000;
  --BlackAlt: #070a0d;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #5e48ed;
  --PrimaryAlt: #7f6cfa;
  --Gray: #3b375d;
  --GrayAlt: #433f68;
  --Blue: #5E48ED;
  --BlueAlt: #31a5f4;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(49, 45, 77, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray10);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray50);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray30);
  --InputBorder: var(--Gray20);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray30);
  --SearchBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray40);
  --MenuHover: var(--Gray30);
  --MenuBorder: var(--Gray30);
  --Dropdown: var(--Gray40);
  --DropdownHover: var(--Gray30);
  --DropdownBorder: var(--Gray30);
  --Modal: var(--Gray40);
  --ModalHover: var(--Gray30);
  --ModalBorder: var(--Gray30);
  --ModalSection: var(--Gray50);
  --PopUp: var(--Gray40);
  --PopUpHover: var(--Gray30);
  --PopUpBorder: var(--Gray30);
  --Notifications: var(--Gray40);
  --NotificationsHover: var(--Gray30);
  --NotificationsBorder: var(--Gray30);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(27, 25, 46, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray50);
  --FooterHover: var(--Gray40);
  --FooterBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray40);
  --TagHover: var(--Gray30);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray30);
  --PlaylistHover: var(--Gray40);
  --PlaylistItemHover: var(--Gray30);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__night .TagsNavLeft {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .TagsNavRight {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night input.ButtonSubmitDefault[type=submit] {
  background-color: #5E48ED !important; }

.theme__night .InputFieldDefault {
  border-color: #4E4B68 !important;
  background-color: #312D4D !important;
  color: #FFFFFF !important; }
  .theme__night .InputFieldDefault:focus {
    border-color: #5E48ED !important;
    outline-color: #5E48ED !important; }

.theme__night .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
#PlaylistCreateButtons {
  border-top: solid 1px var(--ModalBorder); }

.ModalAddPlaylist .FormCheckbox {
  margin-bottom: 15px; }
  .ModalAddPlaylist .FormCheckbox label {
    padding-left: 20px; }
  .ModalAddPlaylist .FormCheckbox.add-to-playlist-item-checkbox {
    display: flex; }
    .ModalAddPlaylist .FormCheckbox.add-to-playlist-item-checkbox label.add-to-playlist-item-label {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2; }

.ModalAddPlaylist #PlaylistCreateButtons {
  padding-top: 20px; }

.ModalAddPlaylist .PlaylistsContent {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 50vh;
  padding: 15px;
  margin-top: 15px; }

.ModalAddPlaylist .PlaylistsHeader {
  border-bottom: 1px solid var(--ModalBorder);
  padding-bottom: 15px; }
  .ModalAddPlaylist .PlaylistsHeader .AutoText {
    font-size: 18px;
    font-weight: 700; }

@media (min-width: 600px) {
  .ModalAddPlaylist {
    width: 400px; } }

@media (max-width: 599px) {
  .ModalAddPlaylist {
    width: 100%;
    height: 100%;
    max-height: 80%;
    top: unset !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 30px !important;
    border-radius: 15px 15px 0 0 !important; }
    .ModalAddPlaylist .PlaylistsContent {
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 60vh; } }
    @media (max-width: 599px) and (max-width: 400px) {
      .ModalAddPlaylist .PlaylistsContent {
        max-height: 55vh; } }

@media (max-width: 599px) {
    .ModalAddPlaylist #PlaylistCreateButtons {
      padding: 20px 0 0 0 !important; } }

#ChannelModal {
  display: none; }
  #ChannelModal .form {
    margin-bottom: 0; }
  #ChannelModal.open {
    display: flex;
    justify-content: center;
    align-items: center; }
  #ChannelModal .notificationOption {
    font-size: var(--FS14);
    color: var(--TextSecondary); }
    #ChannelModal .notificationOption b {
      color: var(--TextPrimary); }
  #ChannelModal .ModalPanel {
    background-color: var(--Modal);
    border: solid 1px var(--ModalBorder);
    border: solid 1px #17181c; }
    #ChannelModal .ModalPanel .ModalPanelTitle {
      text-align: center;
      font-weight: 600;
      font-size: 24px;
      color: #ffffff;
      display: block;
      margin: 0 auto 15px auto; }
    #ChannelModal .ModalPanel .ButtonIconClose {
      opacity: 1;
      pointer-events: auto;
      position: absolute;
      z-index: 999999;
      top: 8px;
      right: 8px;
      cursor: pointer;
      display: inline-block;
      width: 30px;
      height: 30px;
      padding: 3px;
      border-radius: 5px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background-color: rgba(0, 0, 0, 0); }
      #ChannelModal .ModalPanel .ButtonIconClose:hover {
        background-color: rgba(66, 67, 68, 0.7); }
      #ChannelModal .ModalPanel .ButtonIconClose .Icon {
        display: block;
        width: 24px;
        height: 24px;
        -webkit-mask-size: 24px;
        pointer-events: none !important;
        position: relative; }
    #ChannelModal .ModalPanel .ButtonBox .Button {
      height: 33px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 8px; }
    #ChannelModal .ModalPanel .ButtonBox .ButtonClose {
      background-color: #1a7efa;
      border-color: transparent !important; }

@media (min-width: 600px) {
  #ChannelModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999; }
    #ChannelModal .ModalBox {
      display: inline-block;
      margin: 0px auto;
      position: relative;
      max-width: 600px; }
      #ChannelModal .ModalBox .ModalPanel {
        display: block;
        margin: 0px auto;
        padding: 40px;
        text-align: left;
        border-radius: 15px; } }

@media (max-width: 599px) {
  #ChannelModal {
    width: 100%;
    height: 100%;
    max-height: 80%;
    position: fixed;
    left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 999999;
    display: flex;
    bottom: -100%;
    transition: all 0.3s ease; }
    #ChannelModal.open {
      bottom: 0; }
    #ChannelModal .ModalBox {
      display: block;
      height: 100%;
      overflow-x: hidden;
      overflow-y: hidden;
      padding: 0; }
      #ChannelModal .ModalBox .ButtonIconClose {
        position: absolute;
        z-index: 22;
        top: 8px;
        right: 8px;
        cursor: pointer; }
      #ChannelModal .ModalBox .ModalPanel {
        display: block;
        text-align: left;
        height: 100%;
        padding: 40px 20px 0 20px; } }


:root {
  --SYSTEM_White: #FFFFFF;
  --SYSTEM_Gray10: #DFE1E3;
  --SYSTEM_Gray20: #B0B3B8;
  --SYSTEM_Gray30: #909090;
  --SYSTEM_Gray40: #424345;
  --SYSTEM_Gray50: #242529;
  --SYSTEM_Gray60: #17181C;
  --SYSTEM_Gray70: #0F1013;
  --SYSTEM_Gray80: #090A0C;
  --SYSTEM_Black: #000000;
  --SYSTEM_BlackAlt: #090A0C;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Primary: #1A7EFA;
  --SYSTEM_PrimaryAlt: #2A87F9;
  --SYSTEM_Gray: #424345;
  --SYSTEM_GrayAlt: #4e5052;
  --SYSTEM_Blue: #1A7EFA;
  --SYSTEM_BlueAlt: #2A87F9;
  --SYSTEM_Orange: #FF3300;
  --SYSTEM_OrangeAlt: #FF4E00;
  --SYSTEM_Red: #E0203C;
  --SYSTEM_RedAlt: #EE3048;
  --SYSTEM_Green: #45BD62;
  --SYSTEM_GreenAlt: #4BD66C;
  --SYSTEM_Purple: #4E39D1;
  --SYSTEM_PurpleAlt: #5E48ED;
  --SYSTEM_Aqua: #2ECFF5;
  --SYSTEM_AquaAlt: #54DEFF;
  --SYSTEM_Yellow: #FFCC00;
  --SYSTEM_YellowAlt: #FFDE00;
  --SYSTEM_Pink: #CC0383;
  --SYSTEM_PinkAlt: #DB088E;
  --SYSTEM_Gold: #D4B665;
  --SYSTEM_GoldAlt: #EACD80;
  --SYSTEM_Brighteon: #1B2E5A;
  --SYSTEM_BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Transparent: rgba(0,0,0,0);
  --SYSTEM_TransparentDark: rgba(0,0,0,0.75);
  --SYSTEM_TransparentLight: rgba(255,255,255,0.85);
  --SYSTEM_TransparentHover: rgba(66,67,68,0.7);
  --SYSTEM_Shadow: rgba(0,0,0,20);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_TextPrimary: var(--SYSTEM_White);
  --SYSTEM_TextSecondary: var(--SYSTEM_Gray30);
  --SYSTEM_TextDisabled:  var(--SYSTEM_Gray40);
  --SYSTEM_TextButton: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Page: var(--SYSTEM_Gray80);
  --SYSTEM_Icon: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_ToolTip: var(--SYSTEM_Gray40);
  --SYSTEM_TextToolTip: var(--SYSTEM_Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Track: var(--SYSTEM_Gray80);
  --SYSTEM_Thumb: var(--SYSTEM_Gray40);
  --SYSTEM_BodyTrack: var(--SYSTEM_Gray80);
  --SYSTEM_BodyThumb: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Input: var(--SYSTEM_Gray50);
  --SYSTEM_InputBorder: var(--SYSTEM_Gray40);
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  --SYSTEM_InputSelected: var(--SYSTEM_Primary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Privacy: var(--SYSTEM_Gray60);
  --SYSTEM_PrivacyBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Search: var(--SYSTEM_Gray50);
  --SYSTEM_SearchBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Helper: var(--SYSTEM_Gray80);
  --SYSTEM_HelperBorder: var(--SYSTEM_Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Menu: var(--SYSTEM_Gray60);
  --SYSTEM_MenuHover: var(--SYSTEM_Gray40);
  --SYSTEM_MenuBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Dropdown: var(--SYSTEM_Gray60);
  --SYSTEM_DropdownHover: var(--SYSTEM_Gray40);
  --SYSTEM_DropdownBorder: var(--SYSTEM_Gray40);
  --SYSTEM_Modal: var(--SYSTEM_Gray60);
  --SYSTEM_ModalHover: var(--SYSTEM_Gray40);
  --SYSTEM_ModalBorder: var(--SYSTEM_Gray60);
  --SYSTEM_ModalSection: var(--SYSTEM_Gray70);
  --SYSTEM_PopUp: var(--SYSTEM_Gray60);
  --SYSTEM_PopUpHover: var(--SYSTEM_Gray40);
  --SYSTEM_PopUpBorder: var(--SYSTEM_Gray60);
  --SYSTEM_Notifications: var(--SYSTEM_Gray70);
  --SYSTEM_NotificationsHover: var(--SYSTEM_Gray50);
  --SYSTEM_NotificationsBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Button: var(--SYSTEM_Primary);
  --SYSTEM_ButtonHover: var(--SYSTEM_PrimaryAlt);
  --SYSTEM_ButtonBorder: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Masthead: rgba(9,10,12,0.85);
  --SYSTEM_MastheadHover: var(--SYSTEM_Gray40);
  --SYSTEM_MastheadBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Footer: var(--SYSTEM_Gray80);
  --SYSTEM_FooterHover: var(--SYSTEM_Gray50);
  --SYSTEM_FooterBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Duration: rgba(0,0,0,0.85);
  --SYSTEM_StatBox: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Tag: var(--SYSTEM_Gray50);
  --SYSTEM_TagHover: var(--SYSTEM_Gray40);
  --SYSTEM_TagText: var(--SYSTEM_White);
  --SYSTEM_TagFollowing: var(--SYSTEM_White);
  --SYSTEM_TagFollowingHover: var(--SYSTEM_White);
  --SYSTEM_TagFollowingText: var(--SYSTEM_Black);
  --SYSTEM_TagLive: var(--SYSTEM_Red);
  --SYSTEM_TagLiveHover: var(--SYSTEM_RedAlt);
  --SYSTEM_TagLiveText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_UI: var(--SYSTEM_Primary);
  --SYSTEM_UIText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Section: var(--SYSTEM_Transparent);
  --SYSTEM_SectionBorder: var(--SYSTEM_Gray50);
  --LIGHT_White: #FFFFFF;
  --LIGHT_Gray10: #F7F7F9;
  --LIGHT_Gray20: #ECECEC;
  --LIGHT_Gray30: #DBDBDB;
  --LIGHT_Gray40: #828282;
  --LIGHT_Gray50: #666666;
  --LIGHT_Gray60: #333333;
  --LIGHT_Gray70: #171819;
  --LIGHT_Gray80: #121212;
  --LIGHT_Black: #000000;
  --LIGHT_BlackAlt: #121212;
  --LIGHT_Primary: #287CED;
  --LIGHT_PrimaryAlt: #3399FF;
  --LIGHT_Gray: #B0B3B8;
  --LIGHT_GrayAlt: #BABCBF;
  --LIGHT_Blue: #1A94FA;
  --LIGHT_BlueAlt: #41A5FC;
  --LIGHT_Orange: #FF3300;
  --LIGHT_OrangeAlt: #FF4E00;
  --LIGHT_Red: #E0203C;
  --LIGHT_RedAlt: #EE3048;
  --LIGHT_Green: #219150;
  --LIGHT_GreenAlt: #24AF5F;
  --LIGHT_Purple: #4E39D1;
  --LIGHT_PurpleAlt: #5E48ED;
  --LIGHT_Aqua: #2ECFF5;
  --LIGHT_AquaAlt: #54DEFF;
  --LIGHT_Yellow: #FFCC00;
  --LIGHT_YellowAlt: #FFDE00;
  --LIGHT_Pink: #CC0383;
  --LIGHT_PinkAlt: #DB088E;
  --LIGHT_Gold: #D4B665;
  --LIGHT_GoldAlt: #EACD80;
  --LIGHT_Brighteon: #1B2E5A;
  --LIGHT_BrighteonAlt: #213668;
  --LIGHT_Transparent: rgba(0,0,0,0);
  --LIGHT_TransparentDark: rgba(0,0,0,0.85);
  --LIGHT_TransparentLight: rgba(255,255,255,0.85);
  --LIGHT_TransparentHover: rgba(0,0,0,0.08);
  --LIGHT_Shadow: rgba(0,0,0,0.4);
  --LIGHT_TextPrimary: var(--LIGHT_Gray80);
  --LIGHT_TextSecondary: var(--LIGHT_Gray40);
  --LIGHT_TextDisabled:  var(--LIGHT_Gray40);
  --LIGHT_TextButton: var(--LIGHT_White);
  --LIGHT_Page: var(--LIGHT_White);
  --LIGHT_Icon: var(--LIGHT_Gray70);
  --LIGHT_ToolTip: var(--LIGHT_Gray30);
  --LIGHT_TextToolTip: var(--LIGHT_Gray40);
  --LIGHT_Track: var(--LIGHT_Gray20);
  --LIGHT_Thumb: var(--LIGHT_Gray30);
  --LIGHT_BodyTrack: var(--LIGHT_Gray20);
  --LIGHT_BodyThumb: var(--LIGHT_Gray30);
  --LIGHT_Input: var(--LIGHT_Gray10);
  --LIGHT_InputBorder: var(--LIGHT_Gray30);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_InputSelected: var(--LIGHT_Primary);
  --LIGHT_Privacy: var(--LIGHT_Gray60);
  --LIGHT_PrivacyBorder: var(--LIGHT_Gray50);
  --LIGHT_Search: var(--LIGHT_Gray10);
  --LIGHT_SearchBorder: var(--LIGHT_Gray30);
  --LIGHT_Helper: var(--LIGHT_White);
  --LIGHT_HelperBorder: var(--LIGHT_Gray20);
  --LIGHT_Menu: var(--LIGHT_White);
  --LIGHT_MenuHover: var(--LIGHT_Gray10);
  --LIGHT_MenuBorder: var(--LIGHT_Gray20);
  --LIGHT_Dropdown: var(--LIGHT_White);
  --LIGHT_DropdownHover: var(--LIGHT_Gray10);
  --LIGHT_DropdownBorder: var(--LIGHT_Gray10);
  --LIGHT_Modal: var(--LIGHT_White);
  --LIGHT_ModalHover: var(--LIGHT_Gray10);
  --LIGHT_ModalBorder: var(--LIGHT_Gray20);
  --LIGHT_ModalSection: var(--LIGHT_Gray20);
  --LIGHT_PopUp: var(--LIGHT_White);
  --LIGHT_PopUpHover: var(--LIGHT_Gray10);
  --LIGHT_PopUpBorder: var(--LIGHT_Gray20);
  --LIGHT_Notifications: var(--LIGHT_White);
  --LIGHT_NotificationsHover: var(--LIGHT_Gray10);
  --LIGHT_NotificationsBorder: var(--LIGHT_Gray20);
  --LIGHT_Button: var(--LIGHT_Primary);
  --LIGHT_ButtonHover: var(--LIGHT_PrimaryAlt);
  --LIGHT_ButtonBorder: var(--LIGHT_Gray20);
  --LIGHT_Masthead: rgba(255,255,255,0.85);
  --LIGHT_MastheadHover: var(--LIGHT_Gray10);
  --LIGHT_MastheadBorder: var(--LIGHT_Gray20);
  --LIGHT_Footer: var(--LIGHT_White);
  --LIGHT_FooterHover: var(--LIGHT_Gray10);
  --LIGHT_FooterBorder: var(--LIGHT_Gray20);
  --LIGHT_Duration: rgba(0,0,0,0.85);
  --LIGHT_StatBox: var(--LIGHT_Gray20);
  --LIGHT_Tag: var(--LIGHT_Gray20);
  --LIGHT_TagHover: var(--LIGHT_Gray30);
  --LIGHT_TagText: var(--LIGHT_Gray40);
  --LIGHT_TagFollowing: var(--LIGHT_Brighteon);
  --LIGHT_TagFollowingHover: var(--LIGHT_BrighteonAlt);
  --LIGHT_TagFollowingText: var(--LIGHT_White);
  --LIGHT_TagLive: var(--LIGHT_Red);
  --LIGHT_TagLiveHover: var(--LIGHT_RedAlt);
  --LIGHT_TagLiveText: var(--LIGHT_White);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_UI: var(--LIGHT_Primary);
  --LIGHT_UIText: var(--LIGHT_White);
  --LIGHT_Section: var(--LIGHT_Transparent);
  --LIGHT_SectionBorder: var(--LIGHT_Gray20);
  --DARK_White: #FFFFFF;
  --DARK_Gray10: #DFE1E3;
  --DARK_Gray20: #B0B3B8;
  --DARK_Gray30: #909090;
  --DARK_Gray40: #424345;
  --DARK_Gray50: #242529;
  --DARK_Gray60: #17181C;
  --DARK_Gray70: #0F1013;
  --DARK_Gray80: #090A0C;
  --DARK_Black: #000000;
  --DARK_BlackAlt: #090A0C;
  --DARK_Primary: #1A7EFA;
  --DARK_PrimaryAlt: #2A87F9;
  --DARK_Gray: #424345;
  --DARK_GrayAlt: #4e5052;
  --DARK_Blue: #1A7EFA;
  --DARK_BlueAlt: #2A87F9;
  --DARK_Orange: #FF3300;
  --DARK_OrangeAlt: #FF4E00;
  --DARK_Red: #E0203C;
  --DARK_RedAlt: #EE3048;
  --DARK_Green: #45BD62;
  --DARK_GreenAlt: #4BD66C;
  --DARK_Purple: #4E39D1;
  --DARK_PurpleAlt: #5E48ED;
  --DARK_Aqua: #2ECFF5;
  --DARK_AquaAlt: #54DEFF;
  --DARK_Yellow: #FFCC00;
  --DARK_YellowAlt: #FFDE00;
  --DARK_Pink: #CC0383;
  --DARK_PinkAlt: #DB088E;
  --DARK_Gold: #D4B665;
  --DARK_GoldAlt: #EACD80;
  --DARK_Brighteon: #1B2E5A;
  --DARK_BrighteonAlt: #213668;
  --DARK_Transparent: rgba(0,0,0,0);
  --DARK_TransparentDark: rgba(0,0,0,0.75);
  --DARK_TransparentLight: rgba(255,255,255,0.85);
  --DARK_TransparentHover: rgba(66,67,68,0.7);
  --DARK_Shadow: rgba(0,0,0,20);
  --DARK_TextPrimary: var(--DARK_White);
  --DARK_TextSecondary: var(--DARK_Gray30);
  --DARK_TextDisabled:  var(--DARK_Gray40);
  --DARK_TextButton: var(--DARK_White);
  --DARK_Page: var(--DARK_Gray80);
  --DARK_Icon: var(--DARK_White);
  --DARK_ToolTip: var(--DARK_Gray40);
  --DARK_TextToolTip: var(--DARK_Gray10);
  --DARK_Track: var(--DARK_Gray80);
  --DARK_Thumb: var(--DARK_Gray40);
  --DARK_BodyTrack: var(--DARK_Gray80);
  --DARK_BodyThumb: var(--DARK_Gray40);
  --DARK_Input: var(--DARK_Gray50);
  --DARK_InputBorder: var(--DARK_Gray40);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_InputSelected: var(--DARK_Primary);
  --DARK_Privacy: var(--DARK_Gray60);
  --DARK_PrivacyBorder: var(--DARK_Gray50);
  --DARK_Search: var(--DARK_Gray50);
  --DARK_SearchBorder: var(--DARK_Gray50);
  --DARK_Helper: var(--DARK_Gray80);
  --DARK_HelperBorder: var(--DARK_Gray60);
  --DARK_Menu: var(--DARK_Gray60);
  --DARK_MenuHover: var(--DARK_Gray40);
  --DARK_MenuBorder: var(--DARK_Gray50);
  --DARK_Dropdown: var(--DARK_Gray60);
  --DARK_DropdownHover: var(--DARK_Gray40);
  --DARK_DropdownBorder: var(--DARK_Gray40);
  --DARK_Modal: var(--DARK_Gray60);
  --DARK_ModalHover: var(--DARK_Gray40);
  --DARK_ModalBorder: var(--DARK_Gray60);
  --DARK_ModalSection: var(--DARK_Gray70);
  --DARK_PopUp: var(--DARK_Gray60);
  --DARK_PopUpHover: var(--DARK_Gray40);
  --DARK_PopUpBorder: var(--DARK_Gray60);
  --DARK_Notifications: var(--DARK_Gray70);
  --DARK_NotificationsHover: var(--DARK_Gray50);
  --DARK_NotificationsBorder: var(--DARK_Gray50);
  --DARK_Button: var(--DARK_Primary);
  --DARK_ButtonHover: var(--DARK_PrimaryAlt);
  --DARK_ButtonBorder: var(--DARK_Gray40);
  --DARK_Masthead: rgba(9,10,12,0.85);
  --DARK_MastheadHover: var(--DARK_Gray40);
  --DARK_MastheadBorder: var(--DARK_Gray50);
  --DARK_Footer: var(--DARK_Gray80);
  --DARK_FooterHover: var(--DARK_Gray50);
  --DARK_FooterBorder: var(--DARK_Gray50);
  --DARK_Duration: rgba(0,0,0,0.85);
  --DARK_StatBox: var(--DARK_Gray50);
  --DARK_Tag: var(--DARK_Gray50);
  --DARK_TagHover: var(--DARK_Gray40);
  --DARK_TagText: var(--DARK_White);
  --DARK_TagFollowing: var(--DARK_White);
  --DARK_TagFollowingHover: var(--DARK_White);
  --DARK_TagFollowingText: var(--DARK_Black);
  --DARK_TagLive: var(--DARK_Red);
  --DARK_TagLiveHover: var(--DARK_RedAlt);
  --DARK_TagLiveText: var(--DARK_White);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_UI: var(--DARK_Primary);
  --DARK_UIText: var(--DARK_White);
  --DARK_Section: var(--DARK_Transparent);
  --DARK_SectionBorder: var(--DARK_Gray50);
  --DIM_White: #FFFFFF;
  --DIM_Gray10: #DFE1E3;
  --DIM_Gray20: #B0B3B8;
  --DIM_Gray30: #3E5F7D;
  --DIM_Gray40: #233B51;
  --DIM_Gray50: #0F2B44;
  --DIM_Gray60: #0A2034;
  --DIM_Gray70: #061726;
  --DIM_Gray80: #04111C;
  --DIM_Black: #000000;
  --DIM_BlackAlt: #030B16;
  --DIM_Primary: #204ECF;
  --DIM_PrimaryAlt: #2A5AE1;
  --DIM_Gray: #45586D;
  --DIM_GrayAlt: #4d6178;
  --DIM_Blue: #204ECF;
  --DIM_BlueAlt: #2A5AE1;
  --DIM_Orange: #FF3300;
  --DIM_OrangeAlt: #FF4E00;
  --DIM_Red: #E0203C;
  --DIM_RedAlt: #EE3048;
  --DIM_Green: #45BD62;
  --DIM_GreenAlt: #4BD66C;
  --DIM_Purple: #4E39D1;
  --DIM_PurpleAlt: #5E48ED;
  --DIM_Aqua: #2ECFF5;
  --DIM_AquaAlt: #54DEFF;
  --DIM_Yellow: #FFCC00;
  --DIM_YellowAlt: #FFDE00;
  --DIM_Pink: #CC0383;
  --DIM_PinkAlt: #DB088E;
  --DIM_Gold: #D4B665;
  --DIM_GoldAlt: #EACD80;
  --DIM_Brighteon: #1B2E5A;
  --DIM_BrighteonAlt: #213668;
  --DIM_Transparent: rgba(0,0,0,0);
  --DIM_TransparentDark: rgba(0,0,0,0.85);
  --DIM_TransparentLight: rgba(255,255,255,0.85);
  --DIM_TransparentHover: rgba(30,60,90,0.4);
  --DIM_Shadow: rgba(0,0,0,20);
  --DIM_TextPrimary: var(--DIM_White);
  --DIM_TextSecondary: var(--DIM_Gray20);
  --DIM_TextDisabled:  var(--DIM_Gray40);
  --DIM_TextButton: var(--DIM_White);
  --DIM_Page: var(--DIM_Gray70);
  --DIM_Icon: var(--DIM_White);
  --DIM_ToolTip: var(--DIM_Gray40);
  --DIM_TextToolTip: var(--DIM_Gray10);
  --DIM_Track: var(--DIM_Gray80);
  --DIM_Thumb: var(--DIM_Gray40);
  --DIM_BodyTrack: var(--DIM_Gray80);
  --DIM_BodyThumb: var(--DIM_Gray40);
  --DIM_Input: var(--DIM_Gray50);
  --DIM_InputBorder: var(--DIM_Gray40);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_InputSelected: var(--DIM_Primary);
  --DIM_Privacy: var(--DIM_Gray60);
  --DIM_PrivacyBorder: var(--DIM_Gray50);
  --DIM_Search: var(--DIM_Gray60);
  --DIM_SearchBorder: var(--DIM_Gray50);
  --DIM_Helper: var(--DIM_Gray80);
  --DIM_HelperBorder: var(--DIM_Gray60);
  --DIM_Menu: var(--DIM_Gray70);
  --DIM_MenuHover: var(--DIM_Gray60);
  --DIM_MenuBorder: var(--DIM_Gray50);
  --DIM_Dropdown: var(--DIM_Gray60);
  --DIM_DropdownHover: var(--DIM_Gray50);
  --DIM_DropdownBorder: var(--DIM_Gray50);
  --DIM_Modal: var(--DIM_Gray60);
  --DIM_ModalHover: var(--DIM_Gray50);
  --DIM_ModalBorder: var(--DIM_Gray50);
  --DIM_ModalSection: var(--DIM_Gray80);
  --DIM_PopUp: var(--DIM_Gray60);
  --DIM_PopUpHover: var(--DIM_Gray50);
  --DIM_PopUpBorder: var(--DIM_Gray50);
  --DIM_Notifications: var(--DIM_Gray60);
  --DIM_NotificationsHover: var(--DIM_Gray50);
  --DIM_NotificationsBorder: var(--DIM_Gray50);
  --DIM_Button: var(--DIM_Primary);
  --DIM_ButtonHover: var(--DIM_PrimaryAlt);
  --DIM_ButtonBorder: var(--DIM_Gray40);
  --DIM_Masthead: rgba(6,23,38,0.85);
  --DIM_MastheadHover: var(--DIM_Gray60);
  --DIM_MastheadBorder: var(--DIM_Gray50);
  --DIM_Footer: var(--DIM_Gray70);
  --DIM_FooterHover: var(--DIM_Gray60);
  --DIM_FooterBorder: var(--DIM_Gray50);
  --DIM_Duration: rgba(0,0,0,0.85);
  --DIM_StatBox: var(--DIM_Gray50);
  --DIM_Tag: var(--DIM_Gray50);
  --DIM_TagHover: var(--DIM_Gray40);
  --DIM_TagText: var(--DIM_White);
  --DIM_TagFollowing: var(--DIM_White);
  --DIM_TagFollowingHover: var(--DIM_White);
  --DIM_TagFollowingText: var(--DIM_Black);
  --DIM_TagLive: var(--DIM_Red);
  --DIM_TagLiveHover: var(--DIM_RedAlt);
  --DIM_TagLiveText: var(--DIM_White);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_UI: var(--DIM_Primary);
  --DIM_UIText: var(--DIM_White);
  --DIM_Section: var(--DIM_Transparent);
  --DIM_SectionBorder: var(--DIM_Gray40);
  --NIGHT_White: #FFFFFF;
  --NIGHT_Gray10: #B0B3B8;
  --NIGHT_Gray20: #4E4B68;
  --NIGHT_Gray30: #312D4D;
  --NIGHT_Gray40: #26233E;
  --NIGHT_Gray50: #1B192E;
  --NIGHT_Gray60: #100E1F;
  --NIGHT_Gray70: #090813;
  --NIGHT_Gray80: #070A0D;
  --NIGHT_Black: #000000;
  --NIGHT_BlackAlt: #070A0D;
  --NIGHT_Primary: #5E48ED;
  --NIGHT_PrimaryAlt: #7F6CFA;
  --NIGHT_Gray: #3B375D;
  --NIGHT_GrayAlt: #433f68;
  --NIGHT_Blue: #1994E8;
  --NIGHT_BlueAlt: #31A5F4;
  --NIGHT_Orange: #FF3300;
  --NIGHT_OrangeAlt: #FF4E00;
  --NIGHT_Red: #E0203C;
  --NIGHT_RedAlt: #EE3048;
  --NIGHT_Green: #45BD62;
  --NIGHT_GreenAlt: #4BD66C;
  --NIGHT_Purple: #4E39D1;
  --NIGHT_PurpleAlt: #5E48ED;
  --NIGHT_Aqua: #2ECFF5;
  --NIGHT_AquaAlt: #54DEFF;
  --NIGHT_Yellow: #FFCC00;
  --NIGHT_YellowAlt: #FFDE00;
  --NIGHT_Pink: #CC0383;
  --NIGHT_PinkAlt: #DB088E;
  --NIGHT_Gold: #D4B665;
  --NIGHT_GoldAlt: #EACD80;
  --NIGHT_Brighteon: #1B2E5A;
  --NIGHT_BrighteonAlt: #213668;
  --NIGHT_Transparent: rgba(0,0,0,0);
  --NIGHT_TransparentDark: rgba(0,0,0,0.85);
  --NIGHT_TransparentLight: rgba(255,255,255,0.85);
  --NIGHT_TransparentHover: rgba(49,45,77,0.7);
  --NIGHT_Shadow: rgba(0,0,0,20);
  --NIGHT_TextPrimary: var(--NIGHT_White);
  --NIGHT_TextSecondary: var(--NIGHT_Gray10);
  --NIGHT_TextDisabled: var(--NIGHT_Gray40);
  --NIGHT_TextButton: var(--NIGHT_White);
  --NIGHT_Page: var(--NIGHT_Gray50);
  --NIGHT_Icon: var(--NIGHT_White);
  --NIGHT_ToolTip: var(--NIGHT_Gray40);
  --NIGHT_TextToolTip: var(--NIGHT_Gray10);
  --NIGHT_Track: var(--NIGHT_Gray80);
  --NIGHT_Thumb: var(--NIGHT_Gray30);
  --NIGHT_BodyTrack: var(--NIGHT_Gray80);
  --NIGHT_BodyThumb: var(--NIGHT_Gray30);
  --NIGHT_Input: var(--NIGHT_Gray30);
  --NIGHT_InputBorder: var(--NIGHT_Gray20);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_InputSelected: var(--NIGHT_Primary);
  --NIGHT_Privacy: var(--NIGHT_Gray60);
  --NIGHT_PrivacyBorder: var(--NIGHT_Gray50);
  --NIGHT_Search: var(--NIGHT_Gray30);
  --NIGHT_SearchBorder: var(--NIGHT_Gray40);
  --NIGHT_Helper: var(--NIGHT_Gray80);
  --NIGHT_HelperBorder: var(--NIGHT_Gray60);
  --NIGHT_Menu: var(--NIGHT_Gray40);
  --NIGHT_MenuHover: var(--NIGHT_Gray30);
  --NIGHT_MenuBorder: var(--NIGHT_Gray30);
  --NIGHT_Dropdown: var(--NIGHT_Gray40);
  --NIGHT_DropdownHover: var(--NIGHT_Gray30);
  --NIGHT_DropdownBorder: var(--NIGHT_Gray30);
  --NIGHT_Modal: var(--NIGHT_Gray40);
  --NIGHT_ModalHover: var(--NIGHT_Gray30);
  --NIGHT_ModalBorder: var(--NIGHT_Gray30);
  --NIGHT_ModalSection: var(--NIGHT_Gray50);
  --NIGHT_PopUp: var(--NIGHT_Gray40);
  --NIGHT_PopUpHover: var(--NIGHT_Gray30);
  --NIGHT_PopUpBorder: var(--NIGHT_Gray30);
  --NIGHT_Notifications: var(--NIGHT_Gray40);
  --NIGHT_NotificationsHover: var(--NIGHT_Gray30);
  --NIGHT_NotificationsBorder: var(--NIGHT_Gray30);
  --NIGHT_Button: var(--NIGHT_Primary);
  --NIGHT_ButtonHover: var(--NIGHT_PrimaryAlt);
  --NIGHT_ButtonBorder: var(--NIGHT_Gray40);
  --NIGHT_Masthead: rgba(27,25,46,0.85);
  --NIGHT_MastheadHover: var(--NIGHT_Gray40);
  --NIGHT_MastheadBorder: var(--NIGHT_Gray40);
  --NIGHT_Footer: var(--NIGHT_Gray50);
  --NIGHT_FooterHover: var(--NIGHT_Gray40);
  --NIGHT_FooterBorder: var(--NIGHT_Gray40);
  --NIGHT_Duration: rgba(0,0,0,0.85);
  --NIGHT_StatBox: var(--NIGHT_Gray60);
  --NIGHT_Tag: var(--NIGHT_Gray40);
  --NIGHT_TagHover: var(--NIGHT_Gray30);
  --NIGHT_TagText: var(--NIGHT_White);
  --NIGHT_TagFollowing: var(--NIGHT_White);
  --NIGHT_TagFollowingHover: var(--NIGHT_White);
  --NIGHT_TagFollowingText: var(--NIGHT_Black);
  --NIGHT_TagLive: var(--NIGHT_Red);
  --NIGHT_TagLiveHover: var(--NIGHT_RedAlt);
  --NIGHT_TagLiveText: var(--NIGHT_White);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_UI: var(--NIGHT_Primary);
  --NIGHT_UIText: var(--NIGHT_White);
  --NIGHT_Section: var(--NIGHT_Transparent);
  --NIGHT_SectionBorder: var(--NIGHT_Gray40);
  --Promo: #4646FE;
  --PromoError: #FBFB62; }

@media (prefers-color-scheme: dark) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #dfe1e3;
    --Gray20: #b0b3b8;
    --Gray30: #909090;
    --Gray40: #424345;
    --Gray50: #242529;
    --Gray60: #17181c;
    --Gray70: #0f1013;
    --Gray80: #090a0c;
    --Black: #000000;
    --BlackAlt: #090a0c;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #1a7efa;
    --PrimaryAlt: #2a87f9;
    --Gray: #424345;
    --GrayAlt: #4e5052;
    --Blue: #1a7efa;
    --BlueAlt: #2a87f9;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #45bd62;
    --GreenAlt: #4bd66c;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    --Promo: #4646FE;
    --PromoError: #FBFB62;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.75);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(66, 67, 68, 0.7);
    --Shadow: rgba(0, 0, 0, 20);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--White);
    --TextSecondary: var(--Gray30);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--Gray80);
    --Icon: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray40);
    --TextToolTip: var(--Gray10);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray80);
    --Thumb: var(--Gray40);
    --BodyTrack: var(--Gray80);
    --BodyThumb: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray50);
    --InputBorder: var(--Gray40);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray50);
    --SearchBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--Gray80);
    --HelperBorder: var(--Gray60);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--Gray60);
    --MenuHover: var(--Gray40);
    --MenuBorder: var(--Gray50);
    --Dropdown: var(--Gray60);
    --DropdownHover: var(--Gray40);
    --DropdownBorder: var(--Gray40);
    --Modal: var(--Gray60);
    --ModalHover: var(--Gray40);
    --ModalBorder: var(--Gray60);
    --ModalSection: var(--Gray70);
    --PopUp: var(--Gray60);
    --PopUpHover: var(--Gray40);
    --PopUpBorder: var(--Gray60);
    --Notifications: var(--Gray70);
    --NotificationsHover: var(--Gray50);
    --NotificationsBorder: var(--Gray50);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(9, 10, 12, 0.85);
    --MastheadHover: var(--Gray40);
    --MastheadBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--Gray80);
    --FooterHover: var(--Gray50);
    --FooterBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray50);
    --TagHover: var(--Gray40);
    --TagText: var(--White);
    --TagFollowing: var(--White);
    --TagFollowingHover: var(--White);
    --TagFollowingText: var(--Black);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray10);
    --ArticleHover: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--Gray60);
    --NewsletterBorder: var(--Gray40);
    --PlaylistBorder: var(--Gray50);
    --PlaylistHover: var(--Gray60);
    --PlaylistItemHover: var(--Gray50);
    --Premium: var(--Gray60);
    --PremiumBorder: var(--Gray50); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      border-color: var(--White); } }

@media (prefers-color-scheme: light) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #f7f7f9;
    --Gray20: #ececec;
    --Gray30: #dbdbdb;
    --Gray40: #828282;
    --Gray50: #666666;
    --Gray60: #333333;
    --Gray70: #171819;
    --Gray80: #121212;
    --Black: #000000;
    --BlackAlt: #121212;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #287ced;
    --PrimaryAlt: #3399ff;
    --Gray: #b0b3b8;
    --GrayAlt: #babcbf;
    --Blue: #1a94fa;
    --BlueAlt: #41a5fc;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #219150;
    --GreenAlt: #24af5f;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.85);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(0, 0, 0, 0.08);
    --Shadow: rgba(0, 0, 0, 0.4);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--Gray80);
    --TextSecondary: var(--Gray40);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--White);
    --Icon: var(--Gray70);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray30);
    --TextToolTip: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray20);
    --Thumb: var(--Gray30);
    --BodyTrack: var(--Gray20);
    --BodyThumb: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray10);
    --InputBorder: var(--Gray30);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray10);
    --SearchBorder: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--White);
    --HelperBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--White);
    --MenuHover: var(--Gray10);
    --MenuBorder: var(--Gray20);
    --Dropdown: var(--White);
    --DropdownHover: var(--Gray10);
    --DropdownBorder: var(--Gray10);
    --Modal: var(--White);
    --ModalHover: var(--Gray10);
    --ModalBorder: var(--Gray20);
    --ModalSection: var(--Gray20);
    --PopUp: var(--White);
    --PopUpHover: var(--Gray10);
    --PopUpBorder: var(--Gray20);
    --Notifications: var(--White);
    --NotificationsHover: var(--Gray10);
    --NotificationsBorder: var(--Gray20);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(255, 255, 255, 0.85);
    --MastheadHover: var(--Gray10);
    --MastheadBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--White);
    --FooterHover: var(--Gray10);
    --FooterBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray20);
    --TagHover: var(--Gray30);
    --TagText: var(--Gray60);
    --TagFollowing: var(--Brighteon);
    --TagFollowingHover: var(--BrighteonAlt);
    --TagFollowingText: var(--White);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray60);
    --ArticleHover: var(--Gray80);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--White);
    --NewsletterBorder: var(--Gray20);
    --PlaylistBorder: var(--Gray20);
    --PlaylistHover: var(--Gray10);
    --PlaylistItemHover: var(--Gray20);
    --Premium: var(--Gray10);
    --PremiumBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */ }
    :root .theme__system .TagsNavLeft {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .TagsNavRight {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .CardsNavLeft .CardsBackground {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .CardsNavRight .CardsBackground {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .AuthBody {
      background-color: var(--Gray10); }
    :root .theme__system .ButtonTransparent {
      background-color: var(--Transparent) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransparent:hover {
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--BorderAlt);
      color: var(--TextPrimary) !important; }
    :root .theme__system .ButtonTransBorder:hover {
      background-color: var(--Border) !important;
      color: var(--TextButton) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .PrivacyNotice .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--White) !important;
      color: var(--TextPrimary) !important; }
      :root .theme__system .PrivacyNotice .ButtonTransBorder:hover {
        color: var(--Gray40) !important;
        border-color: var(--Gray40) !important; }
    :root .theme__system .InputFieldDefault {
      border-color: #ececec !important;
      background-color: #ffffff !important;
      color: #121212 !important; }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
      color: var(--White); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      color: var(--White) !important; } }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dark {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #909090;
  --Gray40: #424345;
  --Gray50: #242529;
  --Gray60: #17181c;
  --Gray70: #0f1013;
  --Gray80: #090a0c;
  --Black: #000000;
  --BlackAlt: #090a0c;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #1a7efa;
  --PrimaryAlt: #2a87f9;
  --Gray: #424345;
  --GrayAlt: #4e5052;
  --Blue: #1a7efa;
  --BlueAlt: #2a87f9;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  --Promo: #4646FE;
  --PromoError: #FBFB62;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.75);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(66, 67, 68, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray30);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray80);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray50);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray60);
  --MenuHover: var(--Gray40);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray40);
  --DropdownBorder: var(--Gray40);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray40);
  --ModalBorder: var(--Gray60);
  --ModalSection: var(--Gray70);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray40);
  --PopUpBorder: var(--Gray60);
  --Notifications: var(--Gray70);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(9, 10, 12, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray80);
  --FooterHover: var(--Gray50);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray50); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dark .TagsNavLeft {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .TagsNavRight {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%) !important; }

.theme__dark .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%) !important; }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%); }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%); }

.theme__dark .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dim {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #3e5f7d;
  --Gray40: #233b51;
  --Gray50: #0f2b44;
  --Gray60: #0a2034;
  --Gray70: #061726;
  --Gray80: #04111c;
  --Black: #000000;
  --BlackAlt: #030b16;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #204ecf;
  --PrimaryAlt: #2a5ae1;
  --Gray: #45586d;
  --GrayAlt: #4d6178;
  --Blue: #204ecf;
  --BlueAlt: #2a5ae1;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(30, 60, 90, 0.4);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray20);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray70);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray60);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray70);
  --MenuHover: var(--Gray60);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray50);
  --DropdownBorder: var(--Gray50);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray50);
  --ModalBorder: var(--Gray50);
  --ModalSection: var(--Gray80);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray50);
  --PopUpBorder: var(--Gray50);
  --Notifications: var(--Gray60);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(6, 23, 38, 0.85);
  --MastheadHover: var(--Gray60);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray70);
  --FooterHover: var(--Gray60);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dim .TagsNavLeft {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .TagsNavRight {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim input.ButtonSubmitDefault[type=submit] {
  background-color: #204ECF !important; }

.theme__dim .InputFieldDefault {
  border-color: #233B51 !important;
  background-color: #0F2B44 !important;
  color: #FFFFFF !important; }
  .theme__dim .InputFieldDefault:focus {
    border-color: #204ECF !important;
    outline-color: #204ECF !important; }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__light {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #f7f7f9;
  --Gray20: #ececec;
  --Gray30: #dbdbdb;
  --Gray40: #828282;
  --Gray50: #666666;
  --Gray60: #333333;
  --Gray70: #171819;
  --Gray80: #121212;
  --Black: #000000;
  --BlackAlt: #121212;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #287ced;
  --PrimaryAlt: #3399ff;
  --Gray: #b0b3b8;
  --GrayAlt: #babcbf;
  --Blue: #1a94fa;
  --BlueAlt: #41a5fc;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #219150;
  --GreenAlt: #24af5f;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(0, 0, 0, 0.08);
  --Shadow: rgba(0, 0, 0, 0.4);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--Gray80);
  --TextSecondary: var(--Gray40);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--White);
  --Icon: var(--Gray70);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray30);
  --TextToolTip: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray20);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray20);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray10);
  --InputBorder: var(--Gray30);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray10);
  --SearchBorder: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--White);
  --HelperBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--White);
  --MenuHover: var(--Gray10);
  --MenuBorder: var(--Gray20);
  --Dropdown: var(--White);
  --DropdownHover: var(--Gray10);
  --DropdownBorder: var(--Gray10);
  --Modal: var(--White);
  --ModalHover: var(--Gray10);
  --ModalBorder: var(--Gray20);
  --ModalSection: var(--Gray20);
  --PopUp: var(--White);
  --PopUpHover: var(--Gray10);
  --PopUpBorder: var(--Gray20);
  --Notifications: var(--White);
  --NotificationsHover: var(--Gray10);
  --NotificationsBorder: var(--Gray20);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(255, 255, 255, 0.85);
  --MastheadHover: var(--Gray10);
  --MastheadBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--White);
  --FooterHover: var(--Gray10);
  --FooterBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray20);
  --TagHover: var(--Gray30);
  --TagText: var(--Gray60);
  --TagFollowing: var(--Brighteon);
  --TagFollowingHover: var(--BrighteonAlt);
  --TagFollowingText: var(--White);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray60);
  --ArticleHover: var(--Gray80);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--White);
  --NewsletterBorder: var(--Gray20);
  --PlaylistBorder: var(--Gray20);
  --PlaylistHover: var(--Gray10);
  --PlaylistItemHover: var(--Gray20);
  --Premium: var(--Gray10);
  --PremiumBorder: var(--Gray20); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__light {
  /* /////////////////////////////////////////////////////////////// */ }
  .theme__light .TagsNavLeft {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .TagsNavRight {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .CardsNavLeft .CardsBackground {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .CardsNavRight .CardsBackground {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .AuthBody {
    background-color: var(--Gray10); }
  .theme__light .ButtonTransparent {
    background-color: var(--Transparent) !important;
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransparent:hover {
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--BorderAlt);
    color: var(--TextPrimary) !important; }
  .theme__light .ButtonTransBorder:hover {
    background-color: var(--Border) !important;
    color: var(--TextButton) !important;
    color: var(--Gray40) !important; }
  .theme__light .PrivacyNotice .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--TextPrimary) !important;
    color: var(--TextPrimary) !important; }
    .theme__light .PrivacyNotice .ButtonTransBorder:hover {
      color: var(--Gray40) !important;
      border-color: var(--Gray40) !important; }
  .theme__light .InputFieldDefault {
    border-color: #ececec !important;
    background-color: #ffffff !important;
    color: #121212 !important; }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
    color: var(--White); }
  .theme__light .PrivacyBox .PrivacyTable .ButtonPrivacy {
    color: var(--White) !important;
    border-color: var(--White) !important; }

/* /////////////////////////////////////////////////////////////// */
:root .theme__night {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #b0b3b8;
  --Gray20: #4e4b68;
  --Gray30: #312d4d;
  --Gray40: #26233e;
  --Gray50: #1b192e;
  --Gray60: #100e1f;
  --Gray70: #090813;
  --Gray80: #070a0d;
  --Black: #000000;
  --BlackAlt: #070a0d;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #5e48ed;
  --PrimaryAlt: #7f6cfa;
  --Gray: #3b375d;
  --GrayAlt: #433f68;
  --Blue: #5E48ED;
  --BlueAlt: #31a5f4;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(49, 45, 77, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray10);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray50);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray30);
  --InputBorder: var(--Gray20);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray30);
  --SearchBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray40);
  --MenuHover: var(--Gray30);
  --MenuBorder: var(--Gray30);
  --Dropdown: var(--Gray40);
  --DropdownHover: var(--Gray30);
  --DropdownBorder: var(--Gray30);
  --Modal: var(--Gray40);
  --ModalHover: var(--Gray30);
  --ModalBorder: var(--Gray30);
  --ModalSection: var(--Gray50);
  --PopUp: var(--Gray40);
  --PopUpHover: var(--Gray30);
  --PopUpBorder: var(--Gray30);
  --Notifications: var(--Gray40);
  --NotificationsHover: var(--Gray30);
  --NotificationsBorder: var(--Gray30);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(27, 25, 46, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray50);
  --FooterHover: var(--Gray40);
  --FooterBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray40);
  --TagHover: var(--Gray30);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray30);
  --PlaylistHover: var(--Gray40);
  --PlaylistItemHover: var(--Gray30);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__night .TagsNavLeft {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .TagsNavRight {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night input.ButtonSubmitDefault[type=submit] {
  background-color: #5E48ED !important; }

.theme__night .InputFieldDefault {
  border-color: #4E4B68 !important;
  background-color: #312D4D !important;
  color: #FFFFFF !important; }
  .theme__night .InputFieldDefault:focus {
    border-color: #5E48ED !important;
    outline-color: #5E48ED !important; }

.theme__night .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
.form {
  display: block;
  margin: 0 auto 20px auto; }
  .form__input-container {
    display: flex;
    flex: 1; }
  .form__input {
    position: relative;
    border: solid 1px #cccccc;
    border-radius: 3px;
    margin: 0px auto 20px auto;
    padding: 10px 40px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form__input > div {
      width: 100%; }
    .form__input input {
      display: block;
      width: 100%;
      height: 24px;
      font-family: 'Roboto';
      font-size: 14px;
      color: #666666;
      border: 0px;
      outline: 0px; }
    .form__input textarea {
      display: block;
      width: 100%;
      padding-right: 40px;
      font-family: 'Roboto';
      font-size: 14px;
      color: #666666;
      border: 0px;
      outline: 0px;
      resize: none; }
    .form__input span:not(.e-icons) {
      display: none;
      margin: 0px auto 7px auto;
      font-family: 'Roboto';
      font-size: 11px;
      color: #000000;
      font-weight: 700;
      user-select: none; }
    .form__input--show {
      display: block !important; }
    .form__input--hidden {
      display: none !important; }
    .form__input--active {
      border: solid 1px #3366cc; }
    .form__input--error {
      border: solid 1px #ed1a3b !important; }
      .form__input--error span {
        color: #ed1a3b !important; }
    .form__input--disabled {
      background-color: #ececec !important;
      cursor: not-allowed; }
    .form__input--checkmark {
      background-image: url([object Module]);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: right 5px center; }
    .form__input--datepicker {
      padding: 10px; }
    .form__input__calendar {
      position: absolute;
      right: 11px;
      top: 11px;
      z-index: 1;
      pointer-events: none;
      width: 25px;
      height: 21px; }
    .form__input .input-container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .form__input .checkmark-icon {
      width: 20px;
      margin-right: -35px; }
  .form__submit {
    display: block;
    margin: 0 auto; }
    .form__submit .btn {
      width: 200px; }
  .form .form-control {
    background: none; }
  .form .clear-date {
    font-size: 12px;
    color: #ad0e27;
    cursor: pointer;
    display: inline-block; }
    .form .clear-date:hover {
      text-decoration: underline; }

.rdt {
  position: relative; }

.form-control:focus {
  border: none !important;
  box-shadow: none !important; }

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9; }

.rdtOpen .rdtPicker {
  display: block; }

.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static; }

.rdtPicker .rdtTimeToggle {
  text-align: center; }

.rdtPicker table {
  width: 100%;
  margin: 0; }

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px; }

.rdtPicker td {
  cursor: pointer; }
  .rdtPicker td.rdtDay:hover, .rdtPicker td.rdtHour:hover, .rdtPicker td.rdtMinute:hover, .rdtPicker td.rdtSecond:hover {
    background: #eeeeee;
    cursor: pointer; }

.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer; }

.rdtPicker td.rdtOld, .rdtPicker td.rdtNew {
  color: #999999; }

.rdtPicker td.rdtToday {
  position: relative; }
  .rdtPicker td.rdtToday:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px; }

.rdtPicker td.rdtActive {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .rdtPicker td.rdtActive:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff; }

.rdtPicker td.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker td.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker td span.rdtOld {
  color: #999999; }

.rdtPicker td span.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker td span.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9; }

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default; }

.rdtPicker th.rdtSwitch {
  width: 100px; }

.rdtPicker th.rdtNext, .rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top; }

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtPicker th.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker th.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker thead tr:first-child th {
  cursor: pointer; }
  .rdtPicker thead tr:first-child th:hover {
    background: #eeeeee; }

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9; }

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer; }
  .rdtPicker button:hover {
    background-color: #eee; }

.rdtPicker thead button {
  width: 100%;
  height: 100%; }

td.rdtMonth, td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer; }

td.rdtMonth:hover, td.rdtYear:hover {
  background: #eee; }

.rdtCounters {
  display: flex;
  justify-content: center;
  align-items: center; }
  .rdtCounters .rdtCounterSeparator {
    line-height: 100px;
    font-size: 1.2em;
    margin-top: 8px; }
  .rdtCounters .rdtBtn {
    display: block !important;
    margin: 0 !important; }
  .rdtCounters .rdtCount {
    margin: 5px 0 7px 0 !important; }
  .rdtCounters > div {
    float: left; }

.rdtCounter {
  height: 100px;
  width: 40px; }

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  .rdtCounter .rdtBtn:hover {
    background: #eee; }

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em; }

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px; }
  .rdtMilli input {
    width: 100%;
    font-size: 1.2em;
    margin-top: 37px; }

.rdtTime td {
  cursor: default; }

.form__select {
  display: block;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 3px;
  margin: 0px auto 20px auto;
  padding: 10px; }
  .form__select span {
    display: none;
    margin: 0px auto 7px auto;
    font-family: 'Roboto';
    font-size: 11px;
    color: #000000;
    font-weight: 700;
    user-select: none; }
  .form__select select {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 14px;
    color: #666666;
    border: 0px;
    outline: 0px; }
  .form__select--show {
    display: block !important; }
  .form__select--hidden {
    display: none !important; }
  .form__select--active {
    border: solid 1px #36c; }
  .form__select--error {
    border: solid 1px #ed1a3b !important; }
    .form__select--error span {
      color: #ed1a3b !important; }

.rdt {
  position: relative; }

.form-control:focus {
  border: none !important;
  box-shadow: none !important; }

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9; }

.rdtOpen .rdtPicker {
  display: block; }

.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static; }

.rdtPicker .rdtTimeToggle {
  text-align: center; }

.rdtPicker table {
  width: 100%;
  margin: 0; }

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px; }

.rdtPicker td {
  cursor: pointer; }
  .rdtPicker td.rdtDay:hover, .rdtPicker td.rdtHour:hover, .rdtPicker td.rdtMinute:hover, .rdtPicker td.rdtSecond:hover {
    background: #eeeeee;
    cursor: pointer; }

.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer; }

.rdtPicker td.rdtOld, .rdtPicker td.rdtNew {
  color: #999999; }

.rdtPicker td.rdtToday {
  position: relative; }
  .rdtPicker td.rdtToday:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px; }

.rdtPicker td.rdtActive {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .rdtPicker td.rdtActive:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff; }

.rdtPicker td.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker td.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker td span.rdtOld {
  color: #999999; }

.rdtPicker td span.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker td span.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9; }

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default; }

.rdtPicker th.rdtSwitch {
  width: 100px; }

.rdtPicker th.rdtNext, .rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top; }

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtPicker th.rdtDisabled {
  background: none;
  color: #999999;
  cursor: not-allowed; }
  .rdtPicker th.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }

.rdtPicker thead tr:first-child th {
  cursor: pointer; }
  .rdtPicker thead tr:first-child th:hover {
    background: #eeeeee; }

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9; }

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer; }
  .rdtPicker button:hover {
    background-color: #eee; }

.rdtPicker thead button {
  width: 100%;
  height: 100%; }

td.rdtMonth, td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer; }

td.rdtMonth:hover, td.rdtYear:hover {
  background: #eee; }

.rdtCounters {
  display: inline-block; }
  .rdtCounters > div {
    float: left; }

.rdtCounter {
  height: 100px;
  width: 40px; }

.rdtCounterSeparator {
  line-height: 100px; }

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  .rdtCounter .rdtBtn:hover {
    background: #eee; }

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em; }

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px; }
  .rdtMilli input {
    width: 100%;
    font-size: 1.2em;
    margin-top: 37px; }

.rdtTime td {
  cursor: default; }

:root {
  --SYSTEM_White: #FFFFFF;
  --SYSTEM_Gray10: #DFE1E3;
  --SYSTEM_Gray20: #B0B3B8;
  --SYSTEM_Gray30: #909090;
  --SYSTEM_Gray40: #424345;
  --SYSTEM_Gray50: #242529;
  --SYSTEM_Gray60: #17181C;
  --SYSTEM_Gray70: #0F1013;
  --SYSTEM_Gray80: #090A0C;
  --SYSTEM_Black: #000000;
  --SYSTEM_BlackAlt: #090A0C;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Primary: #1A7EFA;
  --SYSTEM_PrimaryAlt: #2A87F9;
  --SYSTEM_Gray: #424345;
  --SYSTEM_GrayAlt: #4e5052;
  --SYSTEM_Blue: #1A7EFA;
  --SYSTEM_BlueAlt: #2A87F9;
  --SYSTEM_Orange: #FF3300;
  --SYSTEM_OrangeAlt: #FF4E00;
  --SYSTEM_Red: #E0203C;
  --SYSTEM_RedAlt: #EE3048;
  --SYSTEM_Green: #45BD62;
  --SYSTEM_GreenAlt: #4BD66C;
  --SYSTEM_Purple: #4E39D1;
  --SYSTEM_PurpleAlt: #5E48ED;
  --SYSTEM_Aqua: #2ECFF5;
  --SYSTEM_AquaAlt: #54DEFF;
  --SYSTEM_Yellow: #FFCC00;
  --SYSTEM_YellowAlt: #FFDE00;
  --SYSTEM_Pink: #CC0383;
  --SYSTEM_PinkAlt: #DB088E;
  --SYSTEM_Gold: #D4B665;
  --SYSTEM_GoldAlt: #EACD80;
  --SYSTEM_Brighteon: #1B2E5A;
  --SYSTEM_BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Transparent: rgba(0,0,0,0);
  --SYSTEM_TransparentDark: rgba(0,0,0,0.75);
  --SYSTEM_TransparentLight: rgba(255,255,255,0.85);
  --SYSTEM_TransparentHover: rgba(66,67,68,0.7);
  --SYSTEM_Shadow: rgba(0,0,0,20);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_TextPrimary: var(--SYSTEM_White);
  --SYSTEM_TextSecondary: var(--SYSTEM_Gray30);
  --SYSTEM_TextDisabled:  var(--SYSTEM_Gray40);
  --SYSTEM_TextButton: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Page: var(--SYSTEM_Gray80);
  --SYSTEM_Icon: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_ToolTip: var(--SYSTEM_Gray40);
  --SYSTEM_TextToolTip: var(--SYSTEM_Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Track: var(--SYSTEM_Gray80);
  --SYSTEM_Thumb: var(--SYSTEM_Gray40);
  --SYSTEM_BodyTrack: var(--SYSTEM_Gray80);
  --SYSTEM_BodyThumb: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Input: var(--SYSTEM_Gray50);
  --SYSTEM_InputBorder: var(--SYSTEM_Gray40);
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  --SYSTEM_InputSelected: var(--SYSTEM_Primary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Privacy: var(--SYSTEM_Gray60);
  --SYSTEM_PrivacyBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Search: var(--SYSTEM_Gray50);
  --SYSTEM_SearchBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Helper: var(--SYSTEM_Gray80);
  --SYSTEM_HelperBorder: var(--SYSTEM_Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Menu: var(--SYSTEM_Gray60);
  --SYSTEM_MenuHover: var(--SYSTEM_Gray40);
  --SYSTEM_MenuBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Dropdown: var(--SYSTEM_Gray60);
  --SYSTEM_DropdownHover: var(--SYSTEM_Gray40);
  --SYSTEM_DropdownBorder: var(--SYSTEM_Gray40);
  --SYSTEM_Modal: var(--SYSTEM_Gray60);
  --SYSTEM_ModalHover: var(--SYSTEM_Gray40);
  --SYSTEM_ModalBorder: var(--SYSTEM_Gray60);
  --SYSTEM_ModalSection: var(--SYSTEM_Gray70);
  --SYSTEM_PopUp: var(--SYSTEM_Gray60);
  --SYSTEM_PopUpHover: var(--SYSTEM_Gray40);
  --SYSTEM_PopUpBorder: var(--SYSTEM_Gray60);
  --SYSTEM_Notifications: var(--SYSTEM_Gray70);
  --SYSTEM_NotificationsHover: var(--SYSTEM_Gray50);
  --SYSTEM_NotificationsBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Button: var(--SYSTEM_Primary);
  --SYSTEM_ButtonHover: var(--SYSTEM_PrimaryAlt);
  --SYSTEM_ButtonBorder: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Masthead: rgba(9,10,12,0.85);
  --SYSTEM_MastheadHover: var(--SYSTEM_Gray40);
  --SYSTEM_MastheadBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Footer: var(--SYSTEM_Gray80);
  --SYSTEM_FooterHover: var(--SYSTEM_Gray50);
  --SYSTEM_FooterBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Duration: rgba(0,0,0,0.85);
  --SYSTEM_StatBox: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Tag: var(--SYSTEM_Gray50);
  --SYSTEM_TagHover: var(--SYSTEM_Gray40);
  --SYSTEM_TagText: var(--SYSTEM_White);
  --SYSTEM_TagFollowing: var(--SYSTEM_White);
  --SYSTEM_TagFollowingHover: var(--SYSTEM_White);
  --SYSTEM_TagFollowingText: var(--SYSTEM_Black);
  --SYSTEM_TagLive: var(--SYSTEM_Red);
  --SYSTEM_TagLiveHover: var(--SYSTEM_RedAlt);
  --SYSTEM_TagLiveText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_UI: var(--SYSTEM_Primary);
  --SYSTEM_UIText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Section: var(--SYSTEM_Transparent);
  --SYSTEM_SectionBorder: var(--SYSTEM_Gray50);
  --LIGHT_White: #FFFFFF;
  --LIGHT_Gray10: #F7F7F9;
  --LIGHT_Gray20: #ECECEC;
  --LIGHT_Gray30: #DBDBDB;
  --LIGHT_Gray40: #828282;
  --LIGHT_Gray50: #666666;
  --LIGHT_Gray60: #333333;
  --LIGHT_Gray70: #171819;
  --LIGHT_Gray80: #121212;
  --LIGHT_Black: #000000;
  --LIGHT_BlackAlt: #121212;
  --LIGHT_Primary: #287CED;
  --LIGHT_PrimaryAlt: #3399FF;
  --LIGHT_Gray: #B0B3B8;
  --LIGHT_GrayAlt: #BABCBF;
  --LIGHT_Blue: #1A94FA;
  --LIGHT_BlueAlt: #41A5FC;
  --LIGHT_Orange: #FF3300;
  --LIGHT_OrangeAlt: #FF4E00;
  --LIGHT_Red: #E0203C;
  --LIGHT_RedAlt: #EE3048;
  --LIGHT_Green: #219150;
  --LIGHT_GreenAlt: #24AF5F;
  --LIGHT_Purple: #4E39D1;
  --LIGHT_PurpleAlt: #5E48ED;
  --LIGHT_Aqua: #2ECFF5;
  --LIGHT_AquaAlt: #54DEFF;
  --LIGHT_Yellow: #FFCC00;
  --LIGHT_YellowAlt: #FFDE00;
  --LIGHT_Pink: #CC0383;
  --LIGHT_PinkAlt: #DB088E;
  --LIGHT_Gold: #D4B665;
  --LIGHT_GoldAlt: #EACD80;
  --LIGHT_Brighteon: #1B2E5A;
  --LIGHT_BrighteonAlt: #213668;
  --LIGHT_Transparent: rgba(0,0,0,0);
  --LIGHT_TransparentDark: rgba(0,0,0,0.85);
  --LIGHT_TransparentLight: rgba(255,255,255,0.85);
  --LIGHT_TransparentHover: rgba(0,0,0,0.08);
  --LIGHT_Shadow: rgba(0,0,0,0.4);
  --LIGHT_TextPrimary: var(--LIGHT_Gray80);
  --LIGHT_TextSecondary: var(--LIGHT_Gray40);
  --LIGHT_TextDisabled:  var(--LIGHT_Gray40);
  --LIGHT_TextButton: var(--LIGHT_White);
  --LIGHT_Page: var(--LIGHT_White);
  --LIGHT_Icon: var(--LIGHT_Gray70);
  --LIGHT_ToolTip: var(--LIGHT_Gray30);
  --LIGHT_TextToolTip: var(--LIGHT_Gray40);
  --LIGHT_Track: var(--LIGHT_Gray20);
  --LIGHT_Thumb: var(--LIGHT_Gray30);
  --LIGHT_BodyTrack: var(--LIGHT_Gray20);
  --LIGHT_BodyThumb: var(--LIGHT_Gray30);
  --LIGHT_Input: var(--LIGHT_Gray10);
  --LIGHT_InputBorder: var(--LIGHT_Gray30);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_InputSelected: var(--LIGHT_Primary);
  --LIGHT_Privacy: var(--LIGHT_Gray60);
  --LIGHT_PrivacyBorder: var(--LIGHT_Gray50);
  --LIGHT_Search: var(--LIGHT_Gray10);
  --LIGHT_SearchBorder: var(--LIGHT_Gray30);
  --LIGHT_Helper: var(--LIGHT_White);
  --LIGHT_HelperBorder: var(--LIGHT_Gray20);
  --LIGHT_Menu: var(--LIGHT_White);
  --LIGHT_MenuHover: var(--LIGHT_Gray10);
  --LIGHT_MenuBorder: var(--LIGHT_Gray20);
  --LIGHT_Dropdown: var(--LIGHT_White);
  --LIGHT_DropdownHover: var(--LIGHT_Gray10);
  --LIGHT_DropdownBorder: var(--LIGHT_Gray10);
  --LIGHT_Modal: var(--LIGHT_White);
  --LIGHT_ModalHover: var(--LIGHT_Gray10);
  --LIGHT_ModalBorder: var(--LIGHT_Gray20);
  --LIGHT_ModalSection: var(--LIGHT_Gray20);
  --LIGHT_PopUp: var(--LIGHT_White);
  --LIGHT_PopUpHover: var(--LIGHT_Gray10);
  --LIGHT_PopUpBorder: var(--LIGHT_Gray20);
  --LIGHT_Notifications: var(--LIGHT_White);
  --LIGHT_NotificationsHover: var(--LIGHT_Gray10);
  --LIGHT_NotificationsBorder: var(--LIGHT_Gray20);
  --LIGHT_Button: var(--LIGHT_Primary);
  --LIGHT_ButtonHover: var(--LIGHT_PrimaryAlt);
  --LIGHT_ButtonBorder: var(--LIGHT_Gray20);
  --LIGHT_Masthead: rgba(255,255,255,0.85);
  --LIGHT_MastheadHover: var(--LIGHT_Gray10);
  --LIGHT_MastheadBorder: var(--LIGHT_Gray20);
  --LIGHT_Footer: var(--LIGHT_White);
  --LIGHT_FooterHover: var(--LIGHT_Gray10);
  --LIGHT_FooterBorder: var(--LIGHT_Gray20);
  --LIGHT_Duration: rgba(0,0,0,0.85);
  --LIGHT_StatBox: var(--LIGHT_Gray20);
  --LIGHT_Tag: var(--LIGHT_Gray20);
  --LIGHT_TagHover: var(--LIGHT_Gray30);
  --LIGHT_TagText: var(--LIGHT_Gray40);
  --LIGHT_TagFollowing: var(--LIGHT_Brighteon);
  --LIGHT_TagFollowingHover: var(--LIGHT_BrighteonAlt);
  --LIGHT_TagFollowingText: var(--LIGHT_White);
  --LIGHT_TagLive: var(--LIGHT_Red);
  --LIGHT_TagLiveHover: var(--LIGHT_RedAlt);
  --LIGHT_TagLiveText: var(--LIGHT_White);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_UI: var(--LIGHT_Primary);
  --LIGHT_UIText: var(--LIGHT_White);
  --LIGHT_Section: var(--LIGHT_Transparent);
  --LIGHT_SectionBorder: var(--LIGHT_Gray20);
  --DARK_White: #FFFFFF;
  --DARK_Gray10: #DFE1E3;
  --DARK_Gray20: #B0B3B8;
  --DARK_Gray30: #909090;
  --DARK_Gray40: #424345;
  --DARK_Gray50: #242529;
  --DARK_Gray60: #17181C;
  --DARK_Gray70: #0F1013;
  --DARK_Gray80: #090A0C;
  --DARK_Black: #000000;
  --DARK_BlackAlt: #090A0C;
  --DARK_Primary: #1A7EFA;
  --DARK_PrimaryAlt: #2A87F9;
  --DARK_Gray: #424345;
  --DARK_GrayAlt: #4e5052;
  --DARK_Blue: #1A7EFA;
  --DARK_BlueAlt: #2A87F9;
  --DARK_Orange: #FF3300;
  --DARK_OrangeAlt: #FF4E00;
  --DARK_Red: #E0203C;
  --DARK_RedAlt: #EE3048;
  --DARK_Green: #45BD62;
  --DARK_GreenAlt: #4BD66C;
  --DARK_Purple: #4E39D1;
  --DARK_PurpleAlt: #5E48ED;
  --DARK_Aqua: #2ECFF5;
  --DARK_AquaAlt: #54DEFF;
  --DARK_Yellow: #FFCC00;
  --DARK_YellowAlt: #FFDE00;
  --DARK_Pink: #CC0383;
  --DARK_PinkAlt: #DB088E;
  --DARK_Gold: #D4B665;
  --DARK_GoldAlt: #EACD80;
  --DARK_Brighteon: #1B2E5A;
  --DARK_BrighteonAlt: #213668;
  --DARK_Transparent: rgba(0,0,0,0);
  --DARK_TransparentDark: rgba(0,0,0,0.75);
  --DARK_TransparentLight: rgba(255,255,255,0.85);
  --DARK_TransparentHover: rgba(66,67,68,0.7);
  --DARK_Shadow: rgba(0,0,0,20);
  --DARK_TextPrimary: var(--DARK_White);
  --DARK_TextSecondary: var(--DARK_Gray30);
  --DARK_TextDisabled:  var(--DARK_Gray40);
  --DARK_TextButton: var(--DARK_White);
  --DARK_Page: var(--DARK_Gray80);
  --DARK_Icon: var(--DARK_White);
  --DARK_ToolTip: var(--DARK_Gray40);
  --DARK_TextToolTip: var(--DARK_Gray10);
  --DARK_Track: var(--DARK_Gray80);
  --DARK_Thumb: var(--DARK_Gray40);
  --DARK_BodyTrack: var(--DARK_Gray80);
  --DARK_BodyThumb: var(--DARK_Gray40);
  --DARK_Input: var(--DARK_Gray50);
  --DARK_InputBorder: var(--DARK_Gray40);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_InputSelected: var(--DARK_Primary);
  --DARK_Privacy: var(--DARK_Gray60);
  --DARK_PrivacyBorder: var(--DARK_Gray50);
  --DARK_Search: var(--DARK_Gray50);
  --DARK_SearchBorder: var(--DARK_Gray50);
  --DARK_Helper: var(--DARK_Gray80);
  --DARK_HelperBorder: var(--DARK_Gray60);
  --DARK_Menu: var(--DARK_Gray60);
  --DARK_MenuHover: var(--DARK_Gray40);
  --DARK_MenuBorder: var(--DARK_Gray50);
  --DARK_Dropdown: var(--DARK_Gray60);
  --DARK_DropdownHover: var(--DARK_Gray40);
  --DARK_DropdownBorder: var(--DARK_Gray40);
  --DARK_Modal: var(--DARK_Gray60);
  --DARK_ModalHover: var(--DARK_Gray40);
  --DARK_ModalBorder: var(--DARK_Gray60);
  --DARK_ModalSection: var(--DARK_Gray70);
  --DARK_PopUp: var(--DARK_Gray60);
  --DARK_PopUpHover: var(--DARK_Gray40);
  --DARK_PopUpBorder: var(--DARK_Gray60);
  --DARK_Notifications: var(--DARK_Gray70);
  --DARK_NotificationsHover: var(--DARK_Gray50);
  --DARK_NotificationsBorder: var(--DARK_Gray50);
  --DARK_Button: var(--DARK_Primary);
  --DARK_ButtonHover: var(--DARK_PrimaryAlt);
  --DARK_ButtonBorder: var(--DARK_Gray40);
  --DARK_Masthead: rgba(9,10,12,0.85);
  --DARK_MastheadHover: var(--DARK_Gray40);
  --DARK_MastheadBorder: var(--DARK_Gray50);
  --DARK_Footer: var(--DARK_Gray80);
  --DARK_FooterHover: var(--DARK_Gray50);
  --DARK_FooterBorder: var(--DARK_Gray50);
  --DARK_Duration: rgba(0,0,0,0.85);
  --DARK_StatBox: var(--DARK_Gray50);
  --DARK_Tag: var(--DARK_Gray50);
  --DARK_TagHover: var(--DARK_Gray40);
  --DARK_TagText: var(--DARK_White);
  --DARK_TagFollowing: var(--DARK_White);
  --DARK_TagFollowingHover: var(--DARK_White);
  --DARK_TagFollowingText: var(--DARK_Black);
  --DARK_TagLive: var(--DARK_Red);
  --DARK_TagLiveHover: var(--DARK_RedAlt);
  --DARK_TagLiveText: var(--DARK_White);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_UI: var(--DARK_Primary);
  --DARK_UIText: var(--DARK_White);
  --DARK_Section: var(--DARK_Transparent);
  --DARK_SectionBorder: var(--DARK_Gray50);
  --DIM_White: #FFFFFF;
  --DIM_Gray10: #DFE1E3;
  --DIM_Gray20: #B0B3B8;
  --DIM_Gray30: #3E5F7D;
  --DIM_Gray40: #233B51;
  --DIM_Gray50: #0F2B44;
  --DIM_Gray60: #0A2034;
  --DIM_Gray70: #061726;
  --DIM_Gray80: #04111C;
  --DIM_Black: #000000;
  --DIM_BlackAlt: #030B16;
  --DIM_Primary: #204ECF;
  --DIM_PrimaryAlt: #2A5AE1;
  --DIM_Gray: #45586D;
  --DIM_GrayAlt: #4d6178;
  --DIM_Blue: #204ECF;
  --DIM_BlueAlt: #2A5AE1;
  --DIM_Orange: #FF3300;
  --DIM_OrangeAlt: #FF4E00;
  --DIM_Red: #E0203C;
  --DIM_RedAlt: #EE3048;
  --DIM_Green: #45BD62;
  --DIM_GreenAlt: #4BD66C;
  --DIM_Purple: #4E39D1;
  --DIM_PurpleAlt: #5E48ED;
  --DIM_Aqua: #2ECFF5;
  --DIM_AquaAlt: #54DEFF;
  --DIM_Yellow: #FFCC00;
  --DIM_YellowAlt: #FFDE00;
  --DIM_Pink: #CC0383;
  --DIM_PinkAlt: #DB088E;
  --DIM_Gold: #D4B665;
  --DIM_GoldAlt: #EACD80;
  --DIM_Brighteon: #1B2E5A;
  --DIM_BrighteonAlt: #213668;
  --DIM_Transparent: rgba(0,0,0,0);
  --DIM_TransparentDark: rgba(0,0,0,0.85);
  --DIM_TransparentLight: rgba(255,255,255,0.85);
  --DIM_TransparentHover: rgba(30,60,90,0.4);
  --DIM_Shadow: rgba(0,0,0,20);
  --DIM_TextPrimary: var(--DIM_White);
  --DIM_TextSecondary: var(--DIM_Gray20);
  --DIM_TextDisabled:  var(--DIM_Gray40);
  --DIM_TextButton: var(--DIM_White);
  --DIM_Page: var(--DIM_Gray70);
  --DIM_Icon: var(--DIM_White);
  --DIM_ToolTip: var(--DIM_Gray40);
  --DIM_TextToolTip: var(--DIM_Gray10);
  --DIM_Track: var(--DIM_Gray80);
  --DIM_Thumb: var(--DIM_Gray40);
  --DIM_BodyTrack: var(--DIM_Gray80);
  --DIM_BodyThumb: var(--DIM_Gray40);
  --DIM_Input: var(--DIM_Gray50);
  --DIM_InputBorder: var(--DIM_Gray40);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_InputSelected: var(--DIM_Primary);
  --DIM_Privacy: var(--DIM_Gray60);
  --DIM_PrivacyBorder: var(--DIM_Gray50);
  --DIM_Search: var(--DIM_Gray60);
  --DIM_SearchBorder: var(--DIM_Gray50);
  --DIM_Helper: var(--DIM_Gray80);
  --DIM_HelperBorder: var(--DIM_Gray60);
  --DIM_Menu: var(--DIM_Gray70);
  --DIM_MenuHover: var(--DIM_Gray60);
  --DIM_MenuBorder: var(--DIM_Gray50);
  --DIM_Dropdown: var(--DIM_Gray60);
  --DIM_DropdownHover: var(--DIM_Gray50);
  --DIM_DropdownBorder: var(--DIM_Gray50);
  --DIM_Modal: var(--DIM_Gray60);
  --DIM_ModalHover: var(--DIM_Gray50);
  --DIM_ModalBorder: var(--DIM_Gray50);
  --DIM_ModalSection: var(--DIM_Gray80);
  --DIM_PopUp: var(--DIM_Gray60);
  --DIM_PopUpHover: var(--DIM_Gray50);
  --DIM_PopUpBorder: var(--DIM_Gray50);
  --DIM_Notifications: var(--DIM_Gray60);
  --DIM_NotificationsHover: var(--DIM_Gray50);
  --DIM_NotificationsBorder: var(--DIM_Gray50);
  --DIM_Button: var(--DIM_Primary);
  --DIM_ButtonHover: var(--DIM_PrimaryAlt);
  --DIM_ButtonBorder: var(--DIM_Gray40);
  --DIM_Masthead: rgba(6,23,38,0.85);
  --DIM_MastheadHover: var(--DIM_Gray60);
  --DIM_MastheadBorder: var(--DIM_Gray50);
  --DIM_Footer: var(--DIM_Gray70);
  --DIM_FooterHover: var(--DIM_Gray60);
  --DIM_FooterBorder: var(--DIM_Gray50);
  --DIM_Duration: rgba(0,0,0,0.85);
  --DIM_StatBox: var(--DIM_Gray50);
  --DIM_Tag: var(--DIM_Gray50);
  --DIM_TagHover: var(--DIM_Gray40);
  --DIM_TagText: var(--DIM_White);
  --DIM_TagFollowing: var(--DIM_White);
  --DIM_TagFollowingHover: var(--DIM_White);
  --DIM_TagFollowingText: var(--DIM_Black);
  --DIM_TagLive: var(--DIM_Red);
  --DIM_TagLiveHover: var(--DIM_RedAlt);
  --DIM_TagLiveText: var(--DIM_White);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_UI: var(--DIM_Primary);
  --DIM_UIText: var(--DIM_White);
  --DIM_Section: var(--DIM_Transparent);
  --DIM_SectionBorder: var(--DIM_Gray40);
  --NIGHT_White: #FFFFFF;
  --NIGHT_Gray10: #B0B3B8;
  --NIGHT_Gray20: #4E4B68;
  --NIGHT_Gray30: #312D4D;
  --NIGHT_Gray40: #26233E;
  --NIGHT_Gray50: #1B192E;
  --NIGHT_Gray60: #100E1F;
  --NIGHT_Gray70: #090813;
  --NIGHT_Gray80: #070A0D;
  --NIGHT_Black: #000000;
  --NIGHT_BlackAlt: #070A0D;
  --NIGHT_Primary: #5E48ED;
  --NIGHT_PrimaryAlt: #7F6CFA;
  --NIGHT_Gray: #3B375D;
  --NIGHT_GrayAlt: #433f68;
  --NIGHT_Blue: #1994E8;
  --NIGHT_BlueAlt: #31A5F4;
  --NIGHT_Orange: #FF3300;
  --NIGHT_OrangeAlt: #FF4E00;
  --NIGHT_Red: #E0203C;
  --NIGHT_RedAlt: #EE3048;
  --NIGHT_Green: #45BD62;
  --NIGHT_GreenAlt: #4BD66C;
  --NIGHT_Purple: #4E39D1;
  --NIGHT_PurpleAlt: #5E48ED;
  --NIGHT_Aqua: #2ECFF5;
  --NIGHT_AquaAlt: #54DEFF;
  --NIGHT_Yellow: #FFCC00;
  --NIGHT_YellowAlt: #FFDE00;
  --NIGHT_Pink: #CC0383;
  --NIGHT_PinkAlt: #DB088E;
  --NIGHT_Gold: #D4B665;
  --NIGHT_GoldAlt: #EACD80;
  --NIGHT_Brighteon: #1B2E5A;
  --NIGHT_BrighteonAlt: #213668;
  --NIGHT_Transparent: rgba(0,0,0,0);
  --NIGHT_TransparentDark: rgba(0,0,0,0.85);
  --NIGHT_TransparentLight: rgba(255,255,255,0.85);
  --NIGHT_TransparentHover: rgba(49,45,77,0.7);
  --NIGHT_Shadow: rgba(0,0,0,20);
  --NIGHT_TextPrimary: var(--NIGHT_White);
  --NIGHT_TextSecondary: var(--NIGHT_Gray10);
  --NIGHT_TextDisabled: var(--NIGHT_Gray40);
  --NIGHT_TextButton: var(--NIGHT_White);
  --NIGHT_Page: var(--NIGHT_Gray50);
  --NIGHT_Icon: var(--NIGHT_White);
  --NIGHT_ToolTip: var(--NIGHT_Gray40);
  --NIGHT_TextToolTip: var(--NIGHT_Gray10);
  --NIGHT_Track: var(--NIGHT_Gray80);
  --NIGHT_Thumb: var(--NIGHT_Gray30);
  --NIGHT_BodyTrack: var(--NIGHT_Gray80);
  --NIGHT_BodyThumb: var(--NIGHT_Gray30);
  --NIGHT_Input: var(--NIGHT_Gray30);
  --NIGHT_InputBorder: var(--NIGHT_Gray20);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_InputSelected: var(--NIGHT_Primary);
  --NIGHT_Privacy: var(--NIGHT_Gray60);
  --NIGHT_PrivacyBorder: var(--NIGHT_Gray50);
  --NIGHT_Search: var(--NIGHT_Gray30);
  --NIGHT_SearchBorder: var(--NIGHT_Gray40);
  --NIGHT_Helper: var(--NIGHT_Gray80);
  --NIGHT_HelperBorder: var(--NIGHT_Gray60);
  --NIGHT_Menu: var(--NIGHT_Gray40);
  --NIGHT_MenuHover: var(--NIGHT_Gray30);
  --NIGHT_MenuBorder: var(--NIGHT_Gray30);
  --NIGHT_Dropdown: var(--NIGHT_Gray40);
  --NIGHT_DropdownHover: var(--NIGHT_Gray30);
  --NIGHT_DropdownBorder: var(--NIGHT_Gray30);
  --NIGHT_Modal: var(--NIGHT_Gray40);
  --NIGHT_ModalHover: var(--NIGHT_Gray30);
  --NIGHT_ModalBorder: var(--NIGHT_Gray30);
  --NIGHT_ModalSection: var(--NIGHT_Gray50);
  --NIGHT_PopUp: var(--NIGHT_Gray40);
  --NIGHT_PopUpHover: var(--NIGHT_Gray30);
  --NIGHT_PopUpBorder: var(--NIGHT_Gray30);
  --NIGHT_Notifications: var(--NIGHT_Gray40);
  --NIGHT_NotificationsHover: var(--NIGHT_Gray30);
  --NIGHT_NotificationsBorder: var(--NIGHT_Gray30);
  --NIGHT_Button: var(--NIGHT_Primary);
  --NIGHT_ButtonHover: var(--NIGHT_PrimaryAlt);
  --NIGHT_ButtonBorder: var(--NIGHT_Gray40);
  --NIGHT_Masthead: rgba(27,25,46,0.85);
  --NIGHT_MastheadHover: var(--NIGHT_Gray40);
  --NIGHT_MastheadBorder: var(--NIGHT_Gray40);
  --NIGHT_Footer: var(--NIGHT_Gray50);
  --NIGHT_FooterHover: var(--NIGHT_Gray40);
  --NIGHT_FooterBorder: var(--NIGHT_Gray40);
  --NIGHT_Duration: rgba(0,0,0,0.85);
  --NIGHT_StatBox: var(--NIGHT_Gray60);
  --NIGHT_Tag: var(--NIGHT_Gray40);
  --NIGHT_TagHover: var(--NIGHT_Gray30);
  --NIGHT_TagText: var(--NIGHT_White);
  --NIGHT_TagFollowing: var(--NIGHT_White);
  --NIGHT_TagFollowingHover: var(--NIGHT_White);
  --NIGHT_TagFollowingText: var(--NIGHT_Black);
  --NIGHT_TagLive: var(--NIGHT_Red);
  --NIGHT_TagLiveHover: var(--NIGHT_RedAlt);
  --NIGHT_TagLiveText: var(--NIGHT_White);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_UI: var(--NIGHT_Primary);
  --NIGHT_UIText: var(--NIGHT_White);
  --NIGHT_Section: var(--NIGHT_Transparent);
  --NIGHT_SectionBorder: var(--NIGHT_Gray40);
  --Promo: #4646FE;
  --PromoError: #FBFB62; }

@media (prefers-color-scheme: dark) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #dfe1e3;
    --Gray20: #b0b3b8;
    --Gray30: #909090;
    --Gray40: #424345;
    --Gray50: #242529;
    --Gray60: #17181c;
    --Gray70: #0f1013;
    --Gray80: #090a0c;
    --Black: #000000;
    --BlackAlt: #090a0c;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #1a7efa;
    --PrimaryAlt: #2a87f9;
    --Gray: #424345;
    --GrayAlt: #4e5052;
    --Blue: #1a7efa;
    --BlueAlt: #2a87f9;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #45bd62;
    --GreenAlt: #4bd66c;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    --Promo: #4646FE;
    --PromoError: #FBFB62;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.75);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(66, 67, 68, 0.7);
    --Shadow: rgba(0, 0, 0, 20);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--White);
    --TextSecondary: var(--Gray30);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--Gray80);
    --Icon: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray40);
    --TextToolTip: var(--Gray10);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray80);
    --Thumb: var(--Gray40);
    --BodyTrack: var(--Gray80);
    --BodyThumb: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray50);
    --InputBorder: var(--Gray40);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray50);
    --SearchBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--Gray80);
    --HelperBorder: var(--Gray60);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--Gray60);
    --MenuHover: var(--Gray40);
    --MenuBorder: var(--Gray50);
    --Dropdown: var(--Gray60);
    --DropdownHover: var(--Gray40);
    --DropdownBorder: var(--Gray40);
    --Modal: var(--Gray60);
    --ModalHover: var(--Gray40);
    --ModalBorder: var(--Gray60);
    --ModalSection: var(--Gray70);
    --PopUp: var(--Gray60);
    --PopUpHover: var(--Gray40);
    --PopUpBorder: var(--Gray60);
    --Notifications: var(--Gray70);
    --NotificationsHover: var(--Gray50);
    --NotificationsBorder: var(--Gray50);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(9, 10, 12, 0.85);
    --MastheadHover: var(--Gray40);
    --MastheadBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--Gray80);
    --FooterHover: var(--Gray50);
    --FooterBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray50);
    --TagHover: var(--Gray40);
    --TagText: var(--White);
    --TagFollowing: var(--White);
    --TagFollowingHover: var(--White);
    --TagFollowingText: var(--Black);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray10);
    --ArticleHover: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--Gray60);
    --NewsletterBorder: var(--Gray40);
    --PlaylistBorder: var(--Gray50);
    --PlaylistHover: var(--Gray60);
    --PlaylistItemHover: var(--Gray50);
    --Premium: var(--Gray60);
    --PremiumBorder: var(--Gray50); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      border-color: var(--White); } }

@media (prefers-color-scheme: light) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #f7f7f9;
    --Gray20: #ececec;
    --Gray30: #dbdbdb;
    --Gray40: #828282;
    --Gray50: #666666;
    --Gray60: #333333;
    --Gray70: #171819;
    --Gray80: #121212;
    --Black: #000000;
    --BlackAlt: #121212;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #287ced;
    --PrimaryAlt: #3399ff;
    --Gray: #b0b3b8;
    --GrayAlt: #babcbf;
    --Blue: #1a94fa;
    --BlueAlt: #41a5fc;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #219150;
    --GreenAlt: #24af5f;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.85);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(0, 0, 0, 0.08);
    --Shadow: rgba(0, 0, 0, 0.4);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--Gray80);
    --TextSecondary: var(--Gray40);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--White);
    --Icon: var(--Gray70);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray30);
    --TextToolTip: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray20);
    --Thumb: var(--Gray30);
    --BodyTrack: var(--Gray20);
    --BodyThumb: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray10);
    --InputBorder: var(--Gray30);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray10);
    --SearchBorder: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--White);
    --HelperBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--White);
    --MenuHover: var(--Gray10);
    --MenuBorder: var(--Gray20);
    --Dropdown: var(--White);
    --DropdownHover: var(--Gray10);
    --DropdownBorder: var(--Gray10);
    --Modal: var(--White);
    --ModalHover: var(--Gray10);
    --ModalBorder: var(--Gray20);
    --ModalSection: var(--Gray20);
    --PopUp: var(--White);
    --PopUpHover: var(--Gray10);
    --PopUpBorder: var(--Gray20);
    --Notifications: var(--White);
    --NotificationsHover: var(--Gray10);
    --NotificationsBorder: var(--Gray20);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(255, 255, 255, 0.85);
    --MastheadHover: var(--Gray10);
    --MastheadBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--White);
    --FooterHover: var(--Gray10);
    --FooterBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray20);
    --TagHover: var(--Gray30);
    --TagText: var(--Gray60);
    --TagFollowing: var(--Brighteon);
    --TagFollowingHover: var(--BrighteonAlt);
    --TagFollowingText: var(--White);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray60);
    --ArticleHover: var(--Gray80);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--White);
    --NewsletterBorder: var(--Gray20);
    --PlaylistBorder: var(--Gray20);
    --PlaylistHover: var(--Gray10);
    --PlaylistItemHover: var(--Gray20);
    --Premium: var(--Gray10);
    --PremiumBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */ }
    :root .theme__system .TagsNavLeft {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .TagsNavRight {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .CardsNavLeft .CardsBackground {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .CardsNavRight .CardsBackground {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .AuthBody {
      background-color: var(--Gray10); }
    :root .theme__system .ButtonTransparent {
      background-color: var(--Transparent) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransparent:hover {
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--BorderAlt);
      color: var(--TextPrimary) !important; }
    :root .theme__system .ButtonTransBorder:hover {
      background-color: var(--Border) !important;
      color: var(--TextButton) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .PrivacyNotice .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--White) !important;
      color: var(--TextPrimary) !important; }
      :root .theme__system .PrivacyNotice .ButtonTransBorder:hover {
        color: var(--Gray40) !important;
        border-color: var(--Gray40) !important; }
    :root .theme__system .InputFieldDefault {
      border-color: #ececec !important;
      background-color: #ffffff !important;
      color: #121212 !important; }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
      color: var(--White); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      color: var(--White) !important; } }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dark {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #909090;
  --Gray40: #424345;
  --Gray50: #242529;
  --Gray60: #17181c;
  --Gray70: #0f1013;
  --Gray80: #090a0c;
  --Black: #000000;
  --BlackAlt: #090a0c;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #1a7efa;
  --PrimaryAlt: #2a87f9;
  --Gray: #424345;
  --GrayAlt: #4e5052;
  --Blue: #1a7efa;
  --BlueAlt: #2a87f9;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  --Promo: #4646FE;
  --PromoError: #FBFB62;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.75);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(66, 67, 68, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray30);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray80);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray50);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray60);
  --MenuHover: var(--Gray40);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray40);
  --DropdownBorder: var(--Gray40);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray40);
  --ModalBorder: var(--Gray60);
  --ModalSection: var(--Gray70);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray40);
  --PopUpBorder: var(--Gray60);
  --Notifications: var(--Gray70);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(9, 10, 12, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray80);
  --FooterHover: var(--Gray50);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray50); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dark .TagsNavLeft {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .TagsNavRight {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%) !important; }

.theme__dark .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%) !important; }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%); }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%); }

.theme__dark .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dim {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #3e5f7d;
  --Gray40: #233b51;
  --Gray50: #0f2b44;
  --Gray60: #0a2034;
  --Gray70: #061726;
  --Gray80: #04111c;
  --Black: #000000;
  --BlackAlt: #030b16;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #204ecf;
  --PrimaryAlt: #2a5ae1;
  --Gray: #45586d;
  --GrayAlt: #4d6178;
  --Blue: #204ecf;
  --BlueAlt: #2a5ae1;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(30, 60, 90, 0.4);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray20);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray70);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray60);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray70);
  --MenuHover: var(--Gray60);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray50);
  --DropdownBorder: var(--Gray50);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray50);
  --ModalBorder: var(--Gray50);
  --ModalSection: var(--Gray80);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray50);
  --PopUpBorder: var(--Gray50);
  --Notifications: var(--Gray60);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(6, 23, 38, 0.85);
  --MastheadHover: var(--Gray60);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray70);
  --FooterHover: var(--Gray60);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dim .TagsNavLeft {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .TagsNavRight {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim input.ButtonSubmitDefault[type=submit] {
  background-color: #204ECF !important; }

.theme__dim .InputFieldDefault {
  border-color: #233B51 !important;
  background-color: #0F2B44 !important;
  color: #FFFFFF !important; }
  .theme__dim .InputFieldDefault:focus {
    border-color: #204ECF !important;
    outline-color: #204ECF !important; }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__light {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #f7f7f9;
  --Gray20: #ececec;
  --Gray30: #dbdbdb;
  --Gray40: #828282;
  --Gray50: #666666;
  --Gray60: #333333;
  --Gray70: #171819;
  --Gray80: #121212;
  --Black: #000000;
  --BlackAlt: #121212;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #287ced;
  --PrimaryAlt: #3399ff;
  --Gray: #b0b3b8;
  --GrayAlt: #babcbf;
  --Blue: #1a94fa;
  --BlueAlt: #41a5fc;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #219150;
  --GreenAlt: #24af5f;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(0, 0, 0, 0.08);
  --Shadow: rgba(0, 0, 0, 0.4);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--Gray80);
  --TextSecondary: var(--Gray40);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--White);
  --Icon: var(--Gray70);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray30);
  --TextToolTip: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray20);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray20);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray10);
  --InputBorder: var(--Gray30);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray10);
  --SearchBorder: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--White);
  --HelperBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--White);
  --MenuHover: var(--Gray10);
  --MenuBorder: var(--Gray20);
  --Dropdown: var(--White);
  --DropdownHover: var(--Gray10);
  --DropdownBorder: var(--Gray10);
  --Modal: var(--White);
  --ModalHover: var(--Gray10);
  --ModalBorder: var(--Gray20);
  --ModalSection: var(--Gray20);
  --PopUp: var(--White);
  --PopUpHover: var(--Gray10);
  --PopUpBorder: var(--Gray20);
  --Notifications: var(--White);
  --NotificationsHover: var(--Gray10);
  --NotificationsBorder: var(--Gray20);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(255, 255, 255, 0.85);
  --MastheadHover: var(--Gray10);
  --MastheadBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--White);
  --FooterHover: var(--Gray10);
  --FooterBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray20);
  --TagHover: var(--Gray30);
  --TagText: var(--Gray60);
  --TagFollowing: var(--Brighteon);
  --TagFollowingHover: var(--BrighteonAlt);
  --TagFollowingText: var(--White);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray60);
  --ArticleHover: var(--Gray80);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--White);
  --NewsletterBorder: var(--Gray20);
  --PlaylistBorder: var(--Gray20);
  --PlaylistHover: var(--Gray10);
  --PlaylistItemHover: var(--Gray20);
  --Premium: var(--Gray10);
  --PremiumBorder: var(--Gray20); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__light {
  /* /////////////////////////////////////////////////////////////// */ }
  .theme__light .TagsNavLeft {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .TagsNavRight {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .CardsNavLeft .CardsBackground {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .CardsNavRight .CardsBackground {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .AuthBody {
    background-color: var(--Gray10); }
  .theme__light .ButtonTransparent {
    background-color: var(--Transparent) !important;
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransparent:hover {
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--BorderAlt);
    color: var(--TextPrimary) !important; }
  .theme__light .ButtonTransBorder:hover {
    background-color: var(--Border) !important;
    color: var(--TextButton) !important;
    color: var(--Gray40) !important; }
  .theme__light .PrivacyNotice .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--TextPrimary) !important;
    color: var(--TextPrimary) !important; }
    .theme__light .PrivacyNotice .ButtonTransBorder:hover {
      color: var(--Gray40) !important;
      border-color: var(--Gray40) !important; }
  .theme__light .InputFieldDefault {
    border-color: #ececec !important;
    background-color: #ffffff !important;
    color: #121212 !important; }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
    color: var(--White); }
  .theme__light .PrivacyBox .PrivacyTable .ButtonPrivacy {
    color: var(--White) !important;
    border-color: var(--White) !important; }

/* /////////////////////////////////////////////////////////////// */
:root .theme__night {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #b0b3b8;
  --Gray20: #4e4b68;
  --Gray30: #312d4d;
  --Gray40: #26233e;
  --Gray50: #1b192e;
  --Gray60: #100e1f;
  --Gray70: #090813;
  --Gray80: #070a0d;
  --Black: #000000;
  --BlackAlt: #070a0d;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #5e48ed;
  --PrimaryAlt: #7f6cfa;
  --Gray: #3b375d;
  --GrayAlt: #433f68;
  --Blue: #5E48ED;
  --BlueAlt: #31a5f4;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(49, 45, 77, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray10);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray50);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray30);
  --InputBorder: var(--Gray20);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray30);
  --SearchBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray40);
  --MenuHover: var(--Gray30);
  --MenuBorder: var(--Gray30);
  --Dropdown: var(--Gray40);
  --DropdownHover: var(--Gray30);
  --DropdownBorder: var(--Gray30);
  --Modal: var(--Gray40);
  --ModalHover: var(--Gray30);
  --ModalBorder: var(--Gray30);
  --ModalSection: var(--Gray50);
  --PopUp: var(--Gray40);
  --PopUpHover: var(--Gray30);
  --PopUpBorder: var(--Gray30);
  --Notifications: var(--Gray40);
  --NotificationsHover: var(--Gray30);
  --NotificationsBorder: var(--Gray30);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(27, 25, 46, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray50);
  --FooterHover: var(--Gray40);
  --FooterBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray40);
  --TagHover: var(--Gray30);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray30);
  --PlaylistHover: var(--Gray40);
  --PlaylistItemHover: var(--Gray30);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__night .TagsNavLeft {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .TagsNavRight {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night input.ButtonSubmitDefault[type=submit] {
  background-color: #5E48ED !important; }

.theme__night .InputFieldDefault {
  border-color: #4E4B68 !important;
  background-color: #312D4D !important;
  color: #FFFFFF !important; }
  .theme__night .InputFieldDefault:focus {
    border-color: #5E48ED !important;
    outline-color: #5E48ED !important; }

.theme__night .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
.form__radio {
  margin-bottom: 20px; }
  .form__radio legend {
    font-size: 12px; }
  .form__radio__content {
    display: flex; }
  .form__radio .form-check {
    margin-right: 10px; }
    .form__radio .form-check label.disabled {
      background-color: transparent !important;
      color: #999999 !important; }

.form__checkbox {
  margin-bottom: 20px; }
  .form__checkbox .form-check-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer; }
  .form__checkbox .form-check-input {
    position: static;
    margin-left: 0;
    margin-right: 9px;
    margin-top: 0; }

/*! component's theme wise override definitions and variables */
/*! richtexteditor icons */
.e-rte-toolbar .e-alignments::before,
.e-rte-dropdown-popup .e-alignments::before {
  content: '\E33A'; }

.e-rte-toolbar .e-justify-left::before,
.e-rte-dropdown-popup .e-justify-left::before {
  content: '\E33A'; }

.e-rte-toolbar .e-justify-center::before,
.e-rte-dropdown-popup .e-justify-center::before {
  content: '\E35E'; }

.e-rte-toolbar .e-justify-right::before,
.e-rte-dropdown-popup .e-justify-right::before {
  content: '\E34D'; }

.e-rte-toolbar .e-justify-full::before,
.e-rte-dropdown-popup .e-justify-full::before {
  content: '\E334'; }

.e-rte-toolbar .e-font-name::before,
.e-rte-dropdown-popup .e-font-name::before {
  content: '\E35F'; }

.e-rte-toolbar .e-font-color::before,
.e-rte-dropdown-popup .e-font-color::before {
  content: '\E34C'; }

.e-rte-toolbar .e-background-color::before,
.e-rte-dropdown-popup .e-background-color::before {
  content: '\E35C'; }

.e-rte-toolbar .e-bold::before,
.e-rte-dropdown-popup .e-bold::before {
  content: '\E339'; }

.e-rte-toolbar .e-italic::before,
.e-rte-dropdown-popup .e-italic::before {
  content: '\E35A'; }

.e-rte-toolbar .e-underline::before,
.e-rte-dropdown-popup .e-underline::before {
  content: '\E343'; }

.e-rte-toolbar .e-strike-through::before,
.e-rte-dropdown-popup .e-strike-through::before {
  content: '\E332'; }

.e-rte-toolbar .e-clear-format::before,
.e-rte-dropdown-popup .e-clear-format::before {
  content: '\E331'; }

.e-rte-toolbar .e-clear-all::before,
.e-rte-dropdown-popup .e-clear-all::before {
  content: '\E340'; }

.e-rte-toolbar .e-cut::before,
.e-rte-dropdown-popup .e-cut::before {
  content: '\E33B'; }

.e-rte-toolbar .e-copy::before,
.e-rte-dropdown-popup .e-copy::before {
  content: '\E33D'; }

.e-rte-toolbar .e-paste::before,
.e-rte-dropdown-popup .e-paste::before {
  content: '\E355'; }

.e-rte-toolbar .e-unorder-list::before,
.e-rte-dropdown-popup .e-unorder-list::before {
  content: '\E344'; }

.e-rte-toolbar .e-order-list::before,
.e-rte-dropdown-popup .e-order-list::before {
  content: '\E346'; }

.e-rte-toolbar .e-indent::before,
.e-rte-dropdown-popup .e-indent::before {
  content: '\E33F'; }

.e-rte-toolbar .e-outdent::before,
.e-rte-dropdown-popup .e-outdent::before {
  content: '\E35D'; }

.e-rte-toolbar .e-undo::before,
.e-rte-dropdown-popup .e-undo::before {
  content: '\E341'; }

.e-rte-toolbar .e-redo::before,
.e-rte-dropdown-popup .e-redo::before {
  content: '\E354'; }

.e-rte-toolbar .e-super-script::before,
.e-rte-dropdown-popup .e-super-script::before {
  content: '\E352'; }

.e-rte-toolbar .e-sub-script::before,
.e-rte-dropdown-popup .e-sub-script::before {
  content: '\E357'; }

.e-rte-toolbar .e-create-link::before,
.e-rte-dropdown-popup .e-create-link::before {
  content: '\E34E'; }

.e-rte-toolbar .e-open-link::before,
.e-rte-dropdown-popup .e-open-link::before {
  content: '\E34A'; }

.e-rte-toolbar .e-edit-link::before,
.e-rte-dropdown-popup .e-edit-link::before {
  content: '\E338'; }

.e-rte-toolbar .e-remove-link::before,
.e-rte-dropdown-popup .e-remove-link::before {
  content: '\E348'; }

.e-rte-toolbar .e-image::before,
.e-rte-dropdown-popup .e-image::before {
  content: '\E335'; }

.e-rte-toolbar .e-replace::before,
.e-rte-dropdown-popup .e-replace::before {
  content: '\E359'; }

.e-rte-toolbar .e-align::before,
.e-rte-dropdown-popup .e-align::before {
  content: '\E33A'; }

.e-rte-toolbar .e-caption::before,
.e-rte-dropdown-popup .e-caption::before {
  content: '\E35B'; }

.e-rte-toolbar .e-remove::before,
.e-rte-dropdown-popup .e-remove::before {
  content: '\E33E'; }

.e-rte-toolbar .e-insert-link::before,
.e-rte-dropdown-popup .e-insert-link::before {
  content: '\E34E'; }

.e-rte-toolbar .e-display::before,
.e-rte-dropdown-popup .e-display::before {
  content: '\E358'; }

.e-rte-toolbar .e-alt-text::before,
.e-rte-dropdown-popup .e-alt-text::before {
  content: '\E33C'; }

.e-rte-toolbar .e-img-dimension::before,
.e-rte-dropdown-popup .e-img-dimension::before {
  content: '\E336'; }

.e-rte-toolbar .e-maximize::before,
.e-rte-dropdown-popup .e-maximize::before {
  content: '\E342'; }

.e-rte-toolbar .e-minimize::before,
.e-rte-dropdown-popup .e-minimize::before {
  content: '\E337'; }

.e-rte-toolbar .e-zoom-in::before,
.e-rte-dropdown-popup .e-zoom-in::before {
  content: '\E349'; }

.e-rte-toolbar .e-zoom-out::before,
.e-rte-dropdown-popup .e-zoom-out::before {
  content: '\E351'; }

.e-rte-toolbar .e-lower-case::before,
.e-rte-dropdown-popup .e-lower-case::before {
  content: '\E347'; }

.e-rte-toolbar .e-upper-case::before,
.e-rte-dropdown-popup .e-upper-case::before {
  content: '\E333'; }

.e-rte-toolbar .e-print::before,
.e-rte-dropdown-popup .e-print::before {
  content: '\E34B'; }

.e-rte-toolbar .e-formats::before,
.e-rte-dropdown-popup .e-formats::before {
  content: '\E353'; }

.e-rte-toolbar .e-source-code::before,
.e-rte-dropdown-popup .e-source-code::before {
  content: '\E350'; }

.e-rte-toolbar .e-preview::before,
.e-rte-dropdown-popup .e-preview::before {
  content: '\E345'; }

.e-rte-toolbar .e-view-side::before,
.e-rte-dropdown-popup .e-view-side::before {
  content: '\E34F'; }

.e-rte-toolbar .e-insert-code::before,
.e-rte-dropdown-popup .e-insert-code::before {
  content: '\E356'; }

.e-rte-toolbar .e-table-header::before,
.e-rte-dropdown-popup .e-table-header::before {
  content: '\EB03'; }

.e-rte-toolbar .e-table-remove::before,
.e-rte-dropdown-popup .e-table-remove::before {
  content: '\EB00'; }

.e-rte-toolbar .e-table-rows::before,
.e-rte-dropdown-popup .e-table-rows::before {
  content: '\EB02'; }

.e-rte-toolbar .e-table-columns::before,
.e-rte-dropdown-popup .e-table-columns::before {
  content: '\EA9E'; }

.e-rte-toolbar .e-table-cell-ver-align::before,
.e-rte-dropdown-popup .e-table-cell-ver-align::before {
  content: '\EA9B'; }

.e-rte-toolbar .e-table-edit-properties::before,
.e-rte-dropdown-popup .e-table-edit-properties::before {
  content: '\EA9A'; }

.e-rte-toolbar .e-create-table::before,
.e-rte-dropdown-popup .e-create-table::before {
  content: '\E705'; }

.e-rte-toolbar .e-align-bottom::before,
.e-rte-dropdown-popup .e-align-bottom::before {
  content: '\EA91'; }

.e-rte-toolbar .e-align-middle::before,
.e-rte-dropdown-popup .e-align-middle::before {
  content: '\EA94'; }

.e-rte-toolbar .e-align-top::before,
.e-rte-dropdown-popup .e-align-top::before {
  content: '\EA98'; }

.e-rte-toolbar .e-insert-column-left::before,
.e-rte-dropdown-popup .e-insert-column-left::before {
  content: '\EA97'; }

.e-rte-toolbar .e-insert-column-right::before,
.e-rte-dropdown-popup .e-insert-column-right::before {
  content: '\EA99'; }

.e-rte-toolbar .e-delete-column::before,
.e-rte-dropdown-popup .e-delete-column::before {
  content: '\EA95'; }

.e-rte-toolbar .e-insert-row-before::before,
.e-rte-dropdown-popup .e-insert-row-before::before {
  content: '\EA92'; }

.e-rte-toolbar .e-insert-row-after::before,
.e-rte-dropdown-popup .e-insert-row-after::before {
  content: '\EA93'; }

.e-rte-toolbar .e-delete-row::before,
.e-rte-dropdown-popup .e-delete-row::before {
  content: '\EA96'; }

.e-rte-toolbar .e-style::before,
.e-rte-dropdown-popup .e-style::before {
  content: '\EA9F'; }

.e-rte-toolbar .e-rte-file-manager::before,
.e-rte-dropdown-popup .e-rte-file-manager::before {
  content: '\E42B'; }

.e-richtexteditor .e-south-east::before,
.e-richtexteditor .e-south-west::before {
  content: '\EB06'; }

.e-cell-merge::before {
  content: '\E89A'; }

.e-cell-horizontal-split::before {
  content: '\E89B'; }

.e-cell-vertical-split::before {
  content: '\E89D'; }

.e-table-cell::before {
  content: '\E89C'; }

/*! tab layout */
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-left: 0; }

.e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-left: 0;
  margin-right: 0; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
  padding-left: 0; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
  font-size: 18px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
  top: -20px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
  padding-left: 9px;
  padding-right: 7px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
  padding-left: 9px;
  padding-right: 7px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
  padding: 0; }

.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
  height: calc(100% - 56px); }

.e-richtexteditor {
  color: #333;
  display: block;
  position: relative; }

.e-richtexteditor textarea.e-content {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 8px;
  resize: none;
  width: 100%; }

.e-richtexteditor .e-rte-hidden {
  display: none; }

.e-richtexteditor.e-disabled {
  pointer-events: none; }

.e-richtexteditor.e-rte-full-screen {
  bottom: 0;
  height: 100% !important;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100% !important;
  z-index: 999; }

.e-richtexteditor.e-rte-full-screen .e-resize-handle {
  display: none; }

.e-richtexteditor.e-rte-full-screen iframe {
  height: calc(100% - 42px); }

.e-richtexteditor.e-rtl .e-rte-character-count {
  left: 0;
  padding-left: 30px;
  padding-right: unset;
  right: unset; }

.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
  padding-left: 0;
  padding-right: 5px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
  margin-left: 4px; }

.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
  height: auto; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-multirow {
  margin-left: 7px;
  margin-right: 7px; }

.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
  margin-left: 0;
  margin-right: 4px; }

.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-right: 0; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
  margin-left: 0;
  margin-right: 0;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%; }

.e-richtexteditor .e-rte-toolbar,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
  position: inherit;
  z-index: 101; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
  margin-left: 0;
  padding-left: 4px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child {
  min-width: 72px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child {
  min-width: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child {
  min-width: 37px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn {
  padding-left: 8px;
  padding-right: 6.5px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active {
  padding-left: 8px;
  padding-right: 6.5px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before {
  font-size: 12px;
  position: relative;
  top: -18px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before {
  font-size: 13px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
  line-height: 1; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
  display: inline;
  font-size: 14px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
  font-size: 16px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
  padding: 0; }

.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'],
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] {
  box-sizing: border-box; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible {
  display: block;
  visibility: hidden; }

.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed {
  top: 0;
  transform: translate3d(0, 0, 0); }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed),
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
  bottom: 0; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed {
  display: none;
  left: 0;
  position: fixed;
  right: 0; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show {
  display: block;
  z-index: 101; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float {
  position: fixed;
  top: 0; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float {
  position: absolute; }

.e-richtexteditor .rte-placeholder {
  color: #333;
  line-height: 18px;
  opacity: 00.54;
  overflow: hidden;
  position: absolute;
  text-align: start;
  top: 0;
  z-index: 1; }

.e-richtexteditor .e-rte-content {
  position: relative;
  z-index: 1; }

.e-richtexteditor .e-rte-content,
.e-richtexteditor .e-source-content {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  transition: 100ms ease-out;
  width: 100%; }

.e-richtexteditor .e-rte-content .e-content,
.e-richtexteditor .e-source-content .e-content {
  background: unset;
  box-sizing: border-box;
  height: 100%;
  min-height: 100px;
  outline: 0 solid transparent;
  overflow-x: auto;
  padding: 16px;
  position: relative;
  text-align: inherit;
  z-index: 2; }

@media screen and (min-width: 992px) {
  .e-richtexteditor .e-rte-content .e-content,
  .e-richtexteditor .e-source-content .e-content {
    font-size: 14px; } }

.e-richtexteditor .e-rte-content .e-content p,
.e-richtexteditor .e-source-content .e-content p {
  margin: 0 0 10px;
  margin-bottom: 10px; }

.e-richtexteditor .e-rte-content .e-content li,
.e-richtexteditor .e-source-content .e-content li {
  margin-bottom: 10px; }

.e-richtexteditor .e-rte-content .e-content h1,
.e-richtexteditor .e-source-content .e-content h1 {
  font-size: 2.17em;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0; }

.e-richtexteditor .e-rte-content .e-content h2,
.e-richtexteditor .e-source-content .e-content h2 {
  font-size: 1.74em;
  font-weight: 400;
  margin: 10px 0; }

.e-richtexteditor .e-rte-content .e-content h3,
.e-richtexteditor .e-source-content .e-content h3 {
  font-size: 1.31em;
  font-weight: 400;
  margin: 10px 0; }

.e-richtexteditor .e-rte-content .e-content h4,
.e-richtexteditor .e-source-content .e-content h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0; }

.e-richtexteditor .e-rte-content .e-content h5,
.e-richtexteditor .e-source-content .e-content h5 {
  font-size: 00.8em;
  font-weight: 400;
  margin: 0; }

.e-richtexteditor .e-rte-content .e-content h6,
.e-richtexteditor .e-source-content .e-content h6 {
  font-size: 00.65em;
  font-weight: 400;
  margin: 0; }

.e-richtexteditor .e-rte-content .e-content blockquote,
.e-richtexteditor .e-source-content .e-content blockquote {
  margin: 10px 0;
  margin-left: 0;
  padding-left: 5px; }

.e-richtexteditor .e-rte-content .e-content pre,
.e-richtexteditor .e-source-content .e-content pre {
  background-color: inherit;
  border: 0;
  border-radius: 0;
  color: #333;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 10px;
  overflow: visible;
  padding: 0;
  white-space: pre-wrap;
  word-break: inherit;
  word-wrap: break-word; }

.e-richtexteditor .e-rte-content .e-content strong,
.e-richtexteditor .e-rte-content .e-content b,
.e-richtexteditor .e-source-content .e-content strong,
.e-richtexteditor .e-source-content .e-content b {
  font-weight: 700; }

.e-richtexteditor .e-rte-content .e-content a,
.e-richtexteditor .e-source-content .e-content a {
  text-decoration: none;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.e-richtexteditor .e-rte-content .e-content a:hover,
.e-richtexteditor .e-source-content .e-content a:hover {
  text-decoration: underline; }

.e-richtexteditor .e-rte-content .e-content p:last-child,
.e-richtexteditor .e-rte-content .e-content pre:last-child,
.e-richtexteditor .e-rte-content .e-content blockquote:last-child,
.e-richtexteditor .e-source-content .e-content p:last-child,
.e-richtexteditor .e-source-content .e-content pre:last-child,
.e-richtexteditor .e-source-content .e-content blockquote:last-child {
  margin-bottom: 0; }

.e-richtexteditor .e-rte-content .e-content h3 + h4,
.e-richtexteditor .e-rte-content .e-content h4 + h5,
.e-richtexteditor .e-rte-content .e-content h5 + h6,
.e-richtexteditor .e-source-content .e-content h3 + h4,
.e-richtexteditor .e-source-content .e-content h4 + h5,
.e-richtexteditor .e-source-content .e-content h5 + h6 {
  margin-top: 00.6em; }

.e-richtexteditor .e-rte-content .e-content ul:last-child,
.e-richtexteditor .e-source-content .e-content ul:last-child {
  margin-bottom: 0; }

.e-richtexteditor .e-rte-character-count {
  bottom: 0;
  color: #000;
  font-family: 'Times New Roman', Georgia, Serif;
  font-size: 14px;
  margin-right: 30px;
  opacity: 00.54;
  padding-bottom: 2px;
  position: absolute;
  right: 0;
  z-index: 100; }

.e-richtexteditor .e-rte-character-count.e-warning {
  color: #ffb74d;
  opacity: unset; }

.e-richtexteditor .e-rte-character-count.e-error {
  color: #c62828;
  opacity: unset; }

.e-richtexteditor .e-rte-srctextarea {
  background-color: transparent;
  border: 0;
  color: #333;
  display: block;
  height: 100%;
  line-height: 22px;
  overflow: auto;
  padding: 16px;
  resize: none;
  transition: 100ms ease-out;
  width: 100%; }

.e-richtexteditor .e-resize-handle {
  height: 15px;
  position: absolute;
  width: 15px; }

.e-richtexteditor .e-resize-handle.e-south-east {
  bottom: 0;
  cursor: nwse-resize;
  right: 0;
  z-index: 100; }

.e-richtexteditor .e-resize-handle.e-south-west {
  bottom: 0;
  cursor: sw-resize;
  left: 0;
  transform: rotate(90deg);
  z-index: 100; }

.e-richtexteditor.e-rtl.e-rte-resize {
  float: right; }

.e-richtexteditor.e-rtl .e-resize-handle.e-south-west {
  direction: ltr;
  text-align: initial; }

.e-richtexteditor.e-rte-tb-expand.e-rte-fixed-tb-expand {
  transition: none; }

.e-rte-linkcontent .e-rte-label {
  padding-top: 20px; }

.e-rte-label label {
  font-weight: normal; }

.e-rte-linkcontent .e-rte-label:first-child {
  padding-top: 0; }

.e-bigger .e-rte-dropdown-popup ul {
  min-width: 84px; }

@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul {
    padding: 7px 0; }
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item {
    height: 34px;
    line-height: 34px;
    padding: 0 6.5px; }
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon {
    float: none; } }

@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup {
    max-height: 280px; }
  .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

.e-rte-dropdown-popup ul {
  min-width: 82px; }

.e-rte-dropdown-popup ul .e-item .e-menu-icon {
  margin: 0 6px;
  width: auto; }

.e-rte-dropdown-popup ul .e-item.e-h1 {
  font-size: 2em;
  font-weight: bold;
  height: 40px;
  line-height: 40px; }

.e-rte-dropdown-popup ul .e-item.e-h2 {
  font-size: 1.5em;
  font-weight: bold;
  height: 40px;
  line-height: 40px; }

.e-rte-dropdown-popup ul .e-item.e-h3 {
  font-size: 1.16em;
  font-weight: bold; }

.e-rte-dropdown-popup ul .e-item.e-h4 {
  font-size: 1em;
  font-weight: bold; }

.e-rte-dropdown-popup ul .e-item.e-h5 {
  font-size: .83em;
  font-weight: bold; }

.e-rte-dropdown-popup ul .e-item.e-h6 {
  font-size: .7em;
  font-weight: bold; }

.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-arial {
  font-family: Arial, Helvetica, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-courier-new {
  font-family: Courier New, Courier, monospace; }

.e-rte-dropdown-popup ul .e-item.e-georgia {
  font-family: Georgia, 'Times New Roman', Times, serif; }

.e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-impact {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-lucida-console {
  font-family: Lucida Console, Monaco, monospace; }

.e-rte-dropdown-popup ul .e-item.e-tahoma {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-times-new-roman {
  font-family: 'Times New Roman', Times, serif; }

.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-verdana {
  font-family: Verdana, Geneva, Tahoma, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-roboto {
  font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif; }

.e-rte-dropdown-popup.e-rte-dropdown-icons ul {
  min-width: auto; }

@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
    min-width: 30px; } }

.e-rte-dropdown-popup.e-rtl ul .e-item .e-menu-icon {
  margin: 0 6px; }

.e-rte-image.e-imgbreak {
  border: 0;
  cursor: pointer;
  display: block;
  float: none;
  max-width: 100%;
  padding: 1px;
  position: relative; }

.e-rte-image {
  border: 0;
  cursor: pointer;
  display: block;
  float: none;
  margin: auto;
  max-width: 100%;
  position: relative; }

.e-rte-image.e-imginline {
  display: inline-block;
  float: none;
  max-width: calc(100% - (2 * 5px));
  padding: 1px;
  vertical-align: bottom; }

.e-rte-image.e-imgcenter {
  cursor: pointer;
  display: block;
  float: none;
  margin: 5px auto;
  max-width: 100%;
  position: relative; }

.e-rte-image.e-imgleft {
  float: left;
  margin: 0 auto;
  margin-right: 5px;
  text-align: left; }

.e-rte-image.e-imgright {
  float: right;
  margin: 0 auto;
  margin-left: 5px;
  text-align: right; }

.e-rte-img-popup .e-item {
  height: 106px;
  width: 300px; }

.e-rte-img-caption {
  display: inline-block;
  margin: 5px auto;
  max-width: 100%;
  position: relative; }

.e-rte-img-caption.e-caption-inline {
  display: inline-block;
  margin: 5px auto;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  position: relative;
  text-align: center;
  vertical-align: bottom; }

.e-rte-img-caption.e-imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.e-rte-img-caption.e-imgright {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.e-rte-img-caption.e-imgleft {
  display: block;
  margin-left: 0;
  margin-right: auto; }

.e-rte-img-caption .e-rte-image.e-imgright {
  float: none;
  margin-left: auto;
  margin-right: 0; }

.e-rte-img-caption .e-rte-image.e-imgleft {
  float: none;
  margin: 0; }

.e-img-caption.e-rte-img-caption.e-imgbreak {
  display: block; }

.e-rte-table {
  border-collapse: collapse;
  empty-cells: show; }

.e-rte-table td,
.e-rte-table th {
  border: 1px solid #bdbdbd;
  height: 20px;
  min-width: 20px;
  padding: 2px 5px;
  vertical-align: middle; }

.e-rte-table.e-dashed-border td,
.e-rte-table.e-dashed-border th {
  border-style: dashed; }

.e-rte-img-caption .e-img-inner {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: initial;
  margin: auto;
  opacity: .9;
  position: relative;
  text-align: center;
  width: 100%; }

.e-rte-img-caption.e-imgleft .e-img-inner {
  text-align: left; }

.e-rte-img-caption.e-imgright .e-img-inner {
  text-align: right; }

.e-rte-img-caption .e-img-wrap {
  display: inline-block;
  margin: auto;
  padding: 0;
  width: 100%; }

.e-rte-img-dialog .e-rte-label {
  padding-top: 20px; }

.e-rte-img-dialog .e-rte-label:first-child {
  padding-top: 0; }

.e-rte-table-resize.e-row-resize,
.e-rte-table-resize.e-column-resize {
  background-color: transparent;
  background-repeat: repeat;
  bottom: 0;
  cursor: col-resize;
  height: 1px;
  overflow: visible;
  position: absolute;
  width: 1px; }

.e-rte-table-resize.e-row-resize {
  cursor: row-resize;
  height: 1px; }

.e-richtexteditor .e-linkheader {
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
  opacity: .87;
  padding-bottom: 20px;
  padding-top: 20px; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
  margin-top: 0; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
  margin-right: 30px; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
  border-bottom: 0 solid transparent;
  min-height: initial; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
  margin-left: 0;
  margin-right: 0; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files {
  border-top: 0 solid transparent; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap {
  display: none; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload {
  border: 0 solid transparent;
  float: none; }

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn {
  display: block;
  height: 36px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  top: -50px; }

.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
  display: none; }

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea {
  line-height: 10;
  min-height: 50px;
  position: relative; }

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text {
  display: inline-block;
  line-height: normal; }

.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea {
  line-height: 4; }

.e-richtexteditor .e-rte-inline-dropdown ul {
  max-height: 200px;
  overflow-y: auto; }

.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul {
  max-height: 280px;
  overflow-y: auto; }

.e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
  max-height: 360px;
  overflow-y: auto; }

.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,
.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown,
.e-richtexteditor .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown,
.e-richtexteditor .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown {
  line-height: 0; }

.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open {
  border-radius: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  font-size: 14px;
  font-weight: normal;
  min-width: 120px;
  overflow: hidden;
  padding: 10px; }

.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell {
  border: 1px solid #c8c8c8;
  display: inline-block;
  height: 14px;
  margin: 1px;
  overflow: hidden;
  vertical-align: top;
  width: 14px; }

.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row {
  height: 16px; }

.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
  width: 100%; }

.e-richtexteditor .e-rte-edit-table .e-rte-field {
  padding-top: 20px; }

.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child {
  padding-top: 0; }

.e-richtexteditor .e-rte-content .e-content table td.e-cell-select,
.e-richtexteditor .e-rte-content .e-content table th.e-cell-select {
  border: 1px double #0478d7;
  height: 24.67px; }

.e-richtexteditor span.e-table-box {
  cursor: nwse-resize;
  display: block;
  height: 10px;
  position: absolute;
  width: 10px; }

.e-richtexteditor span.e-table-box.e-hide {
  display: none; }

.e-richtexteditor span.e-table-box.e-rmob {
  height: 14px;
  width: 14px; }

.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container {
  margin-right: 50px; }

.e-richtexteditor .e-rte-upload-popup {
  width: 250px; }

.e-richtexteditor .e-rte-dialog-upload .e-upload-files {
  border-top: 0; }

.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
  border-bottom: 0; }

.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette,
.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette {
  padding: 0; }

.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
  padding: 5px; }

.e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, .e-bigger
.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
  padding: 5px; }

.e-rte-quick-popup {
  border-radius: 2px;
  overflow: hidden; }

.e-rte-quick-popup .e-rte-quick-toolbar {
  border-radius: 2px;
  min-height: 42px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
  white-space: nowrap; }

.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
  white-space: nowrap; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
  border-radius: 2px;
  margin: 0 6px;
  min-height: 42px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
  display: block;
  height: 1px;
  margin: 0;
  min-height: 1px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item {
  margin: 0 6px;
  min-height: 42px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0 6px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
  line-height: 20px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
  min-width: 20px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
  min-height: 26px;
  min-width: 27px;
  padding: 0; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
  font-size: 16px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before {
  display: inline; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
  font-size: 10px; }

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
  line-height: 24px;
  margin: 4px 0;
  padding: 1px 0; }

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
  font-size: 14px;
  margin-left: -3px; }

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
  font-size: 10px;
  width: 12px; }

.e-rte-quick-popup.e-hide {
  display: block;
  visibility: hidden; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
  min-height: 48px; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
  margin: 0 6px;
  min-height: 48px; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
  margin: 0 6px;
  min-height: 48px;
  min-width: 36px;
  padding: 0; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
  line-height: normal; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
  min-height: 34px;
  min-width: 39px;
  padding: 0; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0 6px; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control {
  height: 34px;
  line-height: normal;
  margin: 0;
  min-height: 34px;
  min-width: 39px; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
  font-size: 18px; }

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
  line-height: 33px;
  margin: 4px 0;
  padding: 0; }

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
  font-size: 16px; }

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
  font-size: 10px;
  width: 20px; }

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-template {
  min-width: 40px; }

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
  min-width: 55px; }

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
  min-width: 50px; }

.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-template {
  min-width: 42px; }

.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-size-template {
  min-width: 57px; }

.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-color-template {
  min-width: 50px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover {
  padding-left: 0;
  padding-right: 0; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
  position: relative;
  vertical-align: middle;
  width: 30px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding-bottom: 1px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
  line-height: 40px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  min-width: 18px;
  text-align: center;
  width: 18px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
  line-height: 41px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret {
  font-size: 12px; }

.e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  line-height: 2.25;
  padding-bottom: 1px; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
  min-width: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 20px; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active {
  padding-left: 0;
  padding-right: 0; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
  line-height: 48px; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
  line-height: 50px; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret {
  font-size: 12px; }

.e-popup-modal.e-popup.e-popup-open {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.e-rte-modal-popup.e-popup-container.e-center {
  -ms-flex-pack: center;
  justify-content: center; }

.e-rte-modal-popup.e-popup-container {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.e-popup-overlay {
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%; }

.e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
  height: 16px;
  width: 16px; }

.e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
  height: 18px; }

.e-table-rhelper {
  cursor: col-resize;
  opacity: .87;
  position: absolute; }

.e-table-rhelper.e-column-helper {
  width: 1px; }

.e-table-rhelper.e-row-helper {
  height: 1px; }

.e-reicon::before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px; }

.e-reicon::after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
  z-index: 3; }

.e-row-helper.e-reicon::after {
  top: 10px;
  transform: rotate(90deg); }

.e-row-helper.e-reicon::before {
  left: 4px;
  top: -20px;
  transform: rotate(90deg); }

.e-rte-overflow {
  overflow: hidden; }

.e-rte-dialog-minheight {
  min-height: 296px; }

.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
  background-size: 700px 190px;
  min-height: 190px; }

.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
  background-size: 700px 190px;
  min-height: 190px; }

.e-rte-table.e-rte-table-border {
  border: 1px solid #bdbdbd;
  border-collapse: separate; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea {
  line-height: 10;
  min-height: 50px;
  position: relative; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
  display: block;
  height: 36px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  top: -50px; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload {
  border: 0 solid transparent;
  float: none; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap {
  display: none; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
  opacity: .87;
  padding-bottom: 20px;
  padding-top: 20px; }

.e-rte-file-manager-dialog .e-rte-label {
  padding-bottom: 8px;
  padding-top: 15px; }

.e-rte-file-manager-dialog .e-rte-label label {
  font-size: 15px;
  opacity: .87; }

.e-rte-upload-popup.e-dialog .e-file-select-wrap {
  display: none; }

.e-rte-upload-popup.e-dialog .e-dlg-content {
  overflow: hidden;
  padding: 0; }

.e-hide.e-rte-quick-popup-hide {
  border: 0;
  position: absolute; }

.e-rte-popup-hide {
  display: none; }

.e-rte-hide-visible {
  visibility: hidden; }

.e-rte-table-popup.e-dialog .e-dlg-content {
  padding: 0; }

.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
  margin: 1px; }

/*! tab layout */
.e-richtexteditor .e-rte-toolbar {
  border: 1px solid #dadada;
  border-bottom: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
  color: #c8c8c8; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
  background: rgba(0, 0, 0, 0.12);
  border: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
  background: #c8c8c8;
  border-color: inherit; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content::after {
  background: #c8c8c8; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-caret:active.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-caret:active.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover {
  background: #f4f4f4; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:hover {
  background: #eaeaea; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:focus {
  background: inherit; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:active {
  background: #c8c8c8; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:hover {
  background: #eaeaea; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:focus {
  background: inherit; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:active {
  background: #c8c8c8; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active {
  background: #c8c8c8;
  border: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-rte-color-content::after {
  background: #a6a6a6; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover {
  background: transparent; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:active .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
  color: #c8c8c8; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active {
  background: #c8c8c8; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float {
  border: 1px solid #dadada; }

.e-richtexteditor .e-rte-toolbar.e-tb-static {
  border-bottom: 1px solid #dadada; }

.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
  border: 0; }

.e-richtexteditor img.e-img-focus::selection {
  background: transparent;
  color: transparent; }

.e-richtexteditor .e-rte-content,
.e-richtexteditor .e-source-content {
  background: #fff;
  border: 1px solid #dadada;
  color: #333; }

.e-richtexteditor .e-rte-content .e-content blockquote,
.e-richtexteditor .e-source-content .e-content blockquote {
  border-left: solid 2px #333; }

.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize),
.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) {
  border: solid 2px #4a90e2; }

.e-richtexteditor .e-rte-content .e-content a,
.e-richtexteditor .e-source-content .e-content a {
  color: #2e2ef1; }

.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
  border-left: 0;
  border-right: solid 2px #333; }

.e-richtexteditor.e-rte-resize {
  background: #fff; }

.e-richtexteditor .e-input.e-rte-linkurl.e-error,
.e-richtexteditor .e-input.e-img-link.e-error {
  color: #f00; }

.e-richtexteditor.e-rte-full-screen {
  background: #fff; }

.e-richtexteditor.e-rte-inline .e-rte-content {
  border: 0; }

.e-richtexteditor:not(.e-rte-toolbar-enabled) {
  border: 1px solid #dadada; }

.e-richtexteditor:not(.e-rte-toolbar-enabled) .e-rte-content {
  border: 0;
  border-bottom: 0;
  border-top: 0; }

.e-richtexteditor.e-rte-tb-expand {
  border: 1px solid #dadada; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar {
  border: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
  border: 0;
  border-bottom: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
  border-bottom: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
  border-top: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top: 1px solid #dadada; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open {
  border-bottom: 1px solid white; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.e-richtexteditor.e-rte-tb-expand .e-rte-content,
.e-richtexteditor.e-rte-tb-expand .e-source-content {
  border: 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada; }

.e-richtexteditor.e-rte-tb-expand .e-toolbar-extended.e-popup-open {
  border-bottom: 1px solid #dadada; }

.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content,
.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content {
  border-bottom: 0; }

.e-rte-quick-popup {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.26); }

.e-rte-quick-popup .e-rte-quick-toolbar {
  background: #fff;
  border: 0; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
  background: #fff; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
  border: 0.5px solid rgba(0, 0, 0, 0.05); }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn {
  background: #fff;
  border: 0; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover {
  background: rgba(0, 0, 0, 0.12);
  border-color: #fff; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus {
  background: rgba(0, 0, 0, 0.12); }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active {
  background: rgba(0, 0, 0, 0.12);
  border-color: #fff; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons {
  color: #000; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus {
  background: rgba(0, 0, 0, 0.12);
  border: 0; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
  color: #000; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
  color: #000; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
  color: #000; }

.e-rte-quick-popup .e-rte-dropdown-btn {
  background: #fff;
  border-color: #fff; }

.e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover {
  background: rgba(0, 0, 0, 0.12); }

.e-rte-quick-popup .e-rte-dropdown-btn:hover {
  border-color: #fff; }

.e-dialog .e-img-uploadwrap .e-droptext {
  border: dashed 2px #dadada;
  border-radius: 4px;
  color: #a6a6a6;
  display: block;
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  height: 185px;
  margin: 0 auto;
  text-align: center;
  width: 300px; }

.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
  margin: 0 auto;
  width: 250px; }

.e-linkheader {
  color: #333; }

.e-rte-img-popup.e-popup {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
  color: #000;
  padding: 10px; }

.e-rte-content .e-content img:not(.e-resize) {
  z-index: 1000; }

span.e-rte-imageboxmark {
  background: #4a90e2;
  border: 1px solid #fff;
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 1000; }

.e-mob-rte span.e-rte-imageboxmark {
  background: #fff;
  border: 1px solid #4a90e2;
  border-radius: 15px;
  height: 20px;
  width: 20px; }

.e-mob-rte.e-mob-span span.e-rte-imageboxmark {
  background: #4a90e2;
  border: 1px solid #fff; }

.e-rte-content .e-content img.e-resize {
  z-index: 1000; }

*.e-disabled {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*.e-disabled .e-rte-toolbar .e-toolbar-item {
  cursor: default; }

*.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus {
  background: transparent;
  cursor: default; }

.e-dropdown-popup ul .e-item.e-active {
  background-color: #c8c8c8;
  color: #333; }

.e-popup-overlay {
  background-color: #383838; }

.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn {
  color: #c8c8c8; }

.e-rte-table-popup.e-popup.e-popup-open {
  background-color: #fff;
  color: #000; }

.e-rte-table-popup .e-span-border {
  border: 1px solid #dadada;
  display: block;
  margin-bottom: 8px;
  margin-top: 12px; }

.e-rte-table-popup .e-rte-popup-header {
  color: rgba(51, 51, 51, 0.87);
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  text-align: center; }

.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default {
  background-color: #fff; }

.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
  background-color: rgba(0, 120, 214, 0.2);
  border: 1px solid #0078d6; }

.e-rte-table.e-alternate-border tbody tr:nth-child(2n+0) {
  background-color: #f5f5f5; }

.e-rte-table th {
  background-color: #e0e0e0; }

.e-rte-table-popup.e-popup.e-popup-open {
  background-color: #fff;
  color: #333; }

span.e-table-box {
  background-color: #fff;
  border: 1px solid #bdbdbd; }

span.e-table-box.e-rbox-select {
  background-color: #bdbdbd;
  border: 1px solid #bdbdbd; }

.e-table-rhelper {
  background-color: #0078d6; }

.e-rte-dialog-upload.e-upload.e-lib.e-keyboard {
  background: #fff; }

.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons,
.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons,
.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
  color: #000; }

.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
  border-bottom: 0; }

/*! component's theme wise override definitions and variables */
/*! richtexteditor icons */
.e-rte-toolbar .e-alignments::before,
.e-rte-dropdown-popup .e-alignments::before {
  content: '\E33A'; }

.e-rte-toolbar .e-justify-left::before,
.e-rte-dropdown-popup .e-justify-left::before {
  content: '\E33A'; }

.e-rte-toolbar .e-justify-center::before,
.e-rte-dropdown-popup .e-justify-center::before {
  content: '\E35E'; }

.e-rte-toolbar .e-justify-right::before,
.e-rte-dropdown-popup .e-justify-right::before {
  content: '\E34D'; }

.e-rte-toolbar .e-justify-full::before,
.e-rte-dropdown-popup .e-justify-full::before {
  content: '\E334'; }

.e-rte-toolbar .e-font-name::before,
.e-rte-dropdown-popup .e-font-name::before {
  content: '\E35F'; }

.e-rte-toolbar .e-font-color::before,
.e-rte-dropdown-popup .e-font-color::before {
  content: '\E34C'; }

.e-rte-toolbar .e-background-color::before,
.e-rte-dropdown-popup .e-background-color::before {
  content: '\E35C'; }

.e-rte-toolbar .e-bold::before,
.e-rte-dropdown-popup .e-bold::before {
  content: '\E339'; }

.e-rte-toolbar .e-italic::before,
.e-rte-dropdown-popup .e-italic::before {
  content: '\E35A'; }

.e-rte-toolbar .e-underline::before,
.e-rte-dropdown-popup .e-underline::before {
  content: '\E343'; }

.e-rte-toolbar .e-strike-through::before,
.e-rte-dropdown-popup .e-strike-through::before {
  content: '\E332'; }

.e-rte-toolbar .e-clear-format::before,
.e-rte-dropdown-popup .e-clear-format::before {
  content: '\E331'; }

.e-rte-toolbar .e-clear-all::before,
.e-rte-dropdown-popup .e-clear-all::before {
  content: '\E340'; }

.e-rte-toolbar .e-cut::before,
.e-rte-dropdown-popup .e-cut::before {
  content: '\E33B'; }

.e-rte-toolbar .e-copy::before,
.e-rte-dropdown-popup .e-copy::before {
  content: '\E33D'; }

.e-rte-toolbar .e-paste::before,
.e-rte-dropdown-popup .e-paste::before {
  content: '\E355'; }

.e-rte-toolbar .e-unorder-list::before,
.e-rte-dropdown-popup .e-unorder-list::before {
  content: '\E344'; }

.e-rte-toolbar .e-order-list::before,
.e-rte-dropdown-popup .e-order-list::before {
  content: '\E346'; }

.e-rte-toolbar .e-indent::before,
.e-rte-dropdown-popup .e-indent::before {
  content: '\E33F'; }

.e-rte-toolbar .e-outdent::before,
.e-rte-dropdown-popup .e-outdent::before {
  content: '\E35D'; }

.e-rte-toolbar .e-undo::before,
.e-rte-dropdown-popup .e-undo::before {
  content: '\E341'; }

.e-rte-toolbar .e-redo::before,
.e-rte-dropdown-popup .e-redo::before {
  content: '\E354'; }

.e-rte-toolbar .e-super-script::before,
.e-rte-dropdown-popup .e-super-script::before {
  content: '\E352'; }

.e-rte-toolbar .e-sub-script::before,
.e-rte-dropdown-popup .e-sub-script::before {
  content: '\E357'; }

.e-rte-toolbar .e-create-link::before,
.e-rte-dropdown-popup .e-create-link::before {
  content: '\E34E'; }

.e-rte-toolbar .e-open-link::before,
.e-rte-dropdown-popup .e-open-link::before {
  content: '\E34A'; }

.e-rte-toolbar .e-edit-link::before,
.e-rte-dropdown-popup .e-edit-link::before {
  content: '\E338'; }

.e-rte-toolbar .e-remove-link::before,
.e-rte-dropdown-popup .e-remove-link::before {
  content: '\E348'; }

.e-rte-toolbar .e-image::before,
.e-rte-dropdown-popup .e-image::before {
  content: '\E335'; }

.e-rte-toolbar .e-replace::before,
.e-rte-dropdown-popup .e-replace::before {
  content: '\E359'; }

.e-rte-toolbar .e-align::before,
.e-rte-dropdown-popup .e-align::before {
  content: '\E33A'; }

.e-rte-toolbar .e-caption::before,
.e-rte-dropdown-popup .e-caption::before {
  content: '\E35B'; }

.e-rte-toolbar .e-remove::before,
.e-rte-dropdown-popup .e-remove::before {
  content: '\E33E'; }

.e-rte-toolbar .e-insert-link::before,
.e-rte-dropdown-popup .e-insert-link::before {
  content: '\E34E'; }

.e-rte-toolbar .e-display::before,
.e-rte-dropdown-popup .e-display::before {
  content: '\E358'; }

.e-rte-toolbar .e-alt-text::before,
.e-rte-dropdown-popup .e-alt-text::before {
  content: '\E33C'; }

.e-rte-toolbar .e-img-dimension::before,
.e-rte-dropdown-popup .e-img-dimension::before {
  content: '\E336'; }

.e-rte-toolbar .e-maximize::before,
.e-rte-dropdown-popup .e-maximize::before {
  content: '\E342'; }

.e-rte-toolbar .e-minimize::before,
.e-rte-dropdown-popup .e-minimize::before {
  content: '\E337'; }

.e-rte-toolbar .e-zoom-in::before,
.e-rte-dropdown-popup .e-zoom-in::before {
  content: '\E349'; }

.e-rte-toolbar .e-zoom-out::before,
.e-rte-dropdown-popup .e-zoom-out::before {
  content: '\E351'; }

.e-rte-toolbar .e-lower-case::before,
.e-rte-dropdown-popup .e-lower-case::before {
  content: '\E347'; }

.e-rte-toolbar .e-upper-case::before,
.e-rte-dropdown-popup .e-upper-case::before {
  content: '\E333'; }

.e-rte-toolbar .e-print::before,
.e-rte-dropdown-popup .e-print::before {
  content: '\E34B'; }

.e-rte-toolbar .e-formats::before,
.e-rte-dropdown-popup .e-formats::before {
  content: '\E353'; }

.e-rte-toolbar .e-source-code::before,
.e-rte-dropdown-popup .e-source-code::before {
  content: '\E350'; }

.e-rte-toolbar .e-preview::before,
.e-rte-dropdown-popup .e-preview::before {
  content: '\E345'; }

.e-rte-toolbar .e-view-side::before,
.e-rte-dropdown-popup .e-view-side::before {
  content: '\E34F'; }

.e-rte-toolbar .e-insert-code::before,
.e-rte-dropdown-popup .e-insert-code::before {
  content: '\E356'; }

.e-rte-toolbar .e-table-header::before,
.e-rte-dropdown-popup .e-table-header::before {
  content: '\EB03'; }

.e-rte-toolbar .e-table-remove::before,
.e-rte-dropdown-popup .e-table-remove::before {
  content: '\EB00'; }

.e-rte-toolbar .e-table-rows::before,
.e-rte-dropdown-popup .e-table-rows::before {
  content: '\EB02'; }

.e-rte-toolbar .e-table-columns::before,
.e-rte-dropdown-popup .e-table-columns::before {
  content: '\EA9E'; }

.e-rte-toolbar .e-table-cell-ver-align::before,
.e-rte-dropdown-popup .e-table-cell-ver-align::before {
  content: '\EA9B'; }

.e-rte-toolbar .e-table-edit-properties::before,
.e-rte-dropdown-popup .e-table-edit-properties::before {
  content: '\EA9A'; }

.e-rte-toolbar .e-create-table::before,
.e-rte-dropdown-popup .e-create-table::before {
  content: '\E705'; }

.e-rte-toolbar .e-align-bottom::before,
.e-rte-dropdown-popup .e-align-bottom::before {
  content: '\EA91'; }

.e-rte-toolbar .e-align-middle::before,
.e-rte-dropdown-popup .e-align-middle::before {
  content: '\EA94'; }

.e-rte-toolbar .e-align-top::before,
.e-rte-dropdown-popup .e-align-top::before {
  content: '\EA98'; }

.e-rte-toolbar .e-insert-column-left::before,
.e-rte-dropdown-popup .e-insert-column-left::before {
  content: '\EA97'; }

.e-rte-toolbar .e-insert-column-right::before,
.e-rte-dropdown-popup .e-insert-column-right::before {
  content: '\EA99'; }

.e-rte-toolbar .e-delete-column::before,
.e-rte-dropdown-popup .e-delete-column::before {
  content: '\EA95'; }

.e-rte-toolbar .e-insert-row-before::before,
.e-rte-dropdown-popup .e-insert-row-before::before {
  content: '\EA92'; }

.e-rte-toolbar .e-insert-row-after::before,
.e-rte-dropdown-popup .e-insert-row-after::before {
  content: '\EA93'; }

.e-rte-toolbar .e-delete-row::before,
.e-rte-dropdown-popup .e-delete-row::before {
  content: '\EA96'; }

.e-rte-toolbar .e-style::before,
.e-rte-dropdown-popup .e-style::before {
  content: '\EA9F'; }

.e-rte-toolbar .e-rte-file-manager::before,
.e-rte-dropdown-popup .e-rte-file-manager::before {
  content: '\E609'; }

.e-richtexteditor .e-south-east::before,
.e-richtexteditor .e-south-west::before {
  content: '\EB05'; }

.e-cell-merge::before {
  content: '\E89A'; }

.e-cell-horizontal-split::before {
  content: '\E89B'; }

.e-cell-vertical-split::before {
  content: '\E89D'; }

.e-table-cell::before {
  content: '\E89C'; }

/*! tab layout */
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-left: 3px; }

.e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-left: 0;
  margin-right: 3px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
  padding-left: 3px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
  font-size: 18px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
  top: -20px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
  padding-left: 10px;
  padding-right: 6px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
  padding-left: 10px;
  padding-right: 6px; }

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
  padding: 0 6px; }

.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
  height: calc(100% - 56px); }

.e-richtexteditor {
  color: #333;
  display: block;
  position: relative; }

.e-richtexteditor textarea.e-content {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 8px;
  resize: none;
  width: 100%; }

.e-richtexteditor .e-rte-hidden {
  display: none; }

.e-richtexteditor.e-disabled {
  pointer-events: none; }

.e-richtexteditor.e-rte-full-screen {
  bottom: 0;
  height: 100% !important;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100% !important;
  z-index: 999; }

.e-richtexteditor.e-rte-full-screen .e-resize-handle {
  display: none; }

.e-richtexteditor.e-rte-full-screen iframe {
  height: calc(100% - 42px); }

.e-richtexteditor.e-rtl .e-rte-character-count {
  left: 0;
  padding-left: 30px;
  padding-right: unset;
  right: unset; }

.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
  padding-left: 0;
  padding-right: 5px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
  margin-left: 7px; }

.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
  height: auto; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-multirow {
  margin-left: 7px;
  margin-right: 7px; }

.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
  margin-left: 0;
  margin-right: 7px; }

.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
  margin-right: 0; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
  margin-left: 0;
  margin-right: 0;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%; }

.e-richtexteditor .e-rte-toolbar,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
  position: inherit;
  z-index: 101; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
  margin-left: 0;
  padding-left: 7px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child {
  min-width: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child {
  min-width: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child {
  min-width: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn {
  padding-left: 7px;
  padding-right: 2.5px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active {
  padding-left: 7px;
  padding-right: 2.5px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before {
  font-size: 12px;
  position: relative;
  top: -18px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before {
  font-size: 13px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
  line-height: 1; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
  display: inline;
  font-size: 14px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
  font-size: 16px; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
  padding: 0 1.5px; }

.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'],
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] {
  box-sizing: border-box; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible {
  display: block;
  visibility: hidden; }

.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed {
  top: 0;
  transform: translate3d(0, 0, 0); }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed),
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
  bottom: 0; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed {
  display: none;
  left: 0;
  position: fixed;
  right: 0; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show {
  display: block;
  z-index: 101; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float {
  position: fixed;
  top: 0; }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float,
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float {
  position: absolute; }

.e-richtexteditor .rte-placeholder {
  color: #333;
  line-height: 16px;
  opacity: 00.54;
  overflow: hidden;
  position: absolute;
  text-align: start;
  top: 0;
  z-index: 1; }

.e-richtexteditor .e-rte-content {
  position: relative;
  z-index: 1; }

.e-richtexteditor .e-rte-content,
.e-richtexteditor .e-source-content {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  transition: 100ms ease-out;
  width: 100%; }

.e-richtexteditor .e-rte-content .e-content,
.e-richtexteditor .e-source-content .e-content {
  background: unset;
  box-sizing: border-box;
  height: 100%;
  min-height: 100px;
  outline: 0 solid transparent;
  overflow-x: auto;
  padding: 16px;
  position: relative;
  text-align: inherit;
  z-index: 2; }

@media screen and (min-width: 992px) {
  .e-richtexteditor .e-rte-content .e-content,
  .e-richtexteditor .e-source-content .e-content {
    font-size: 14px; } }

.e-richtexteditor .e-rte-content .e-content p,
.e-richtexteditor .e-source-content .e-content p {
  margin: 0 0 10px;
  margin-bottom: 10px; }

.e-richtexteditor .e-rte-content .e-content li,
.e-richtexteditor .e-source-content .e-content li {
  margin-bottom: 10px; }

.e-richtexteditor .e-rte-content .e-content h1,
.e-richtexteditor .e-source-content .e-content h1 {
  font-size: 2.17em;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0; }

.e-richtexteditor .e-rte-content .e-content h2,
.e-richtexteditor .e-source-content .e-content h2 {
  font-size: 1.74em;
  font-weight: 400;
  margin: 10px 0; }

.e-richtexteditor .e-rte-content .e-content h3,
.e-richtexteditor .e-source-content .e-content h3 {
  font-size: 1.31em;
  font-weight: 400;
  margin: 10px 0; }

.e-richtexteditor .e-rte-content .e-content h4,
.e-richtexteditor .e-source-content .e-content h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0; }

.e-richtexteditor .e-rte-content .e-content h5,
.e-richtexteditor .e-source-content .e-content h5 {
  font-size: 00.8em;
  font-weight: 400;
  margin: 0; }

.e-richtexteditor .e-rte-content .e-content h6,
.e-richtexteditor .e-source-content .e-content h6 {
  font-size: 00.65em;
  font-weight: 400;
  margin: 0; }

.e-richtexteditor .e-rte-content .e-content blockquote,
.e-richtexteditor .e-source-content .e-content blockquote {
  margin: 10px 0;
  margin-left: 0;
  padding-left: 5px; }

.e-richtexteditor .e-rte-content .e-content pre,
.e-richtexteditor .e-source-content .e-content pre {
  background-color: inherit;
  border: 0;
  border-radius: 0;
  color: #333;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 10px;
  overflow: visible;
  padding: 0;
  white-space: pre-wrap;
  word-break: inherit;
  word-wrap: break-word; }

.e-richtexteditor .e-rte-content .e-content strong,
.e-richtexteditor .e-rte-content .e-content b,
.e-richtexteditor .e-source-content .e-content strong,
.e-richtexteditor .e-source-content .e-content b {
  font-weight: 700; }

.e-richtexteditor .e-rte-content .e-content a,
.e-richtexteditor .e-source-content .e-content a {
  text-decoration: none;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.e-richtexteditor .e-rte-content .e-content a:hover,
.e-richtexteditor .e-source-content .e-content a:hover {
  text-decoration: underline; }

.e-richtexteditor .e-rte-content .e-content p:last-child,
.e-richtexteditor .e-rte-content .e-content pre:last-child,
.e-richtexteditor .e-rte-content .e-content blockquote:last-child,
.e-richtexteditor .e-source-content .e-content p:last-child,
.e-richtexteditor .e-source-content .e-content pre:last-child,
.e-richtexteditor .e-source-content .e-content blockquote:last-child {
  margin-bottom: 0; }

.e-richtexteditor .e-rte-content .e-content h3 + h4,
.e-richtexteditor .e-rte-content .e-content h4 + h5,
.e-richtexteditor .e-rte-content .e-content h5 + h6,
.e-richtexteditor .e-source-content .e-content h3 + h4,
.e-richtexteditor .e-source-content .e-content h4 + h5,
.e-richtexteditor .e-source-content .e-content h5 + h6 {
  margin-top: 00.6em; }

.e-richtexteditor .e-rte-content .e-content ul:last-child,
.e-richtexteditor .e-source-content .e-content ul:last-child {
  margin-bottom: 0; }

.e-richtexteditor .e-rte-character-count {
  bottom: 0;
  color: #000;
  font-family: 'Times New Roman', Georgia, Serif;
  font-size: 14px;
  margin-right: 30px;
  opacity: 00.54;
  padding-bottom: 2px;
  position: absolute;
  right: 0;
  z-index: 100; }

.e-richtexteditor .e-rte-character-count.e-warning {
  color: #ffb74d;
  opacity: unset; }

.e-richtexteditor .e-rte-character-count.e-error {
  color: #c62828;
  opacity: unset; }

.e-richtexteditor .e-rte-srctextarea {
  background-color: transparent;
  border: 0;
  color: #333;
  display: block;
  height: 100%;
  line-height: 22px;
  overflow: auto;
  padding: 16px;
  resize: none;
  transition: 100ms ease-out;
  width: 100%; }

.e-richtexteditor .e-resize-handle {
  height: 15px;
  position: absolute;
  width: 15px; }

.e-richtexteditor .e-resize-handle.e-south-east {
  bottom: 0;
  cursor: nwse-resize;
  right: 0;
  z-index: 100; }

.e-richtexteditor .e-resize-handle.e-south-west {
  bottom: 0;
  cursor: sw-resize;
  left: 0;
  transform: rotate(90deg);
  z-index: 100; }

.e-richtexteditor.e-rtl.e-rte-resize {
  float: right; }

.e-richtexteditor.e-rtl .e-resize-handle.e-south-west {
  direction: ltr;
  text-align: initial; }

.e-richtexteditor.e-rte-tb-expand.e-rte-fixed-tb-expand {
  transition: none; }

.e-rte-linkcontent .e-rte-label {
  padding-top: 20px; }

.e-rte-label label {
  font-weight: normal; }

.e-rte-linkcontent .e-rte-label:first-child {
  padding-top: 0; }

.e-bigger .e-rte-dropdown-popup ul {
  min-width: 84px; }

@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul {
    padding: 7px 0; }
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item {
    height: 34px;
    line-height: 34px;
    padding: 0 6.5px; }
  .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon {
    float: none; } }

@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup {
    max-height: 280px; }
  .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

.e-rte-dropdown-popup ul {
  min-width: 82px; }

.e-rte-dropdown-popup ul .e-item .e-menu-icon {
  margin: 0 6px;
  width: auto; }

.e-rte-dropdown-popup ul .e-item.e-h1 {
  font-size: 2em;
  font-weight: bold;
  height: 40px;
  line-height: 40px; }

.e-rte-dropdown-popup ul .e-item.e-h2 {
  font-size: 1.5em;
  font-weight: bold;
  height: 40px;
  line-height: 40px; }

.e-rte-dropdown-popup ul .e-item.e-h3 {
  font-size: 1.16em;
  font-weight: bold; }

.e-rte-dropdown-popup ul .e-item.e-h4 {
  font-size: 1em;
  font-weight: bold; }

.e-rte-dropdown-popup ul .e-item.e-h5 {
  font-size: .83em;
  font-weight: bold; }

.e-rte-dropdown-popup ul .e-item.e-h6 {
  font-size: .7em;
  font-weight: bold; }

.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-arial {
  font-family: Arial, Helvetica, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-courier-new {
  font-family: Courier New, Courier, monospace; }

.e-rte-dropdown-popup ul .e-item.e-georgia {
  font-family: Georgia, 'Times New Roman', Times, serif; }

.e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-impact {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-lucida-console {
  font-family: Lucida Console, Monaco, monospace; }

.e-rte-dropdown-popup ul .e-item.e-tahoma {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-times-new-roman {
  font-family: 'Times New Roman', Times, serif; }

.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-verdana {
  font-family: Verdana, Geneva, Tahoma, sans-serif; }

.e-rte-dropdown-popup ul .e-item.e-roboto {
  font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif; }

.e-rte-dropdown-popup.e-rte-dropdown-icons ul {
  min-width: auto; }

@media screen and (max-width: 768px) {
  .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
    min-width: 30px; } }

.e-rte-dropdown-popup.e-rtl ul .e-item .e-menu-icon {
  margin: 0 6px; }

.e-rte-image.e-imgbreak {
  border: 0;
  cursor: pointer;
  display: block;
  float: none;
  max-width: 100%;
  padding: 1px;
  position: relative; }

.e-rte-image {
  border: 0;
  cursor: pointer;
  display: block;
  float: none;
  margin: auto;
  max-width: 100%;
  position: relative; }

.e-rte-image.e-imginline {
  display: inline-block;
  float: none;
  max-width: calc(100% - (2 * 5px));
  padding: 1px;
  vertical-align: bottom; }

.e-rte-image.e-imgcenter {
  cursor: pointer;
  display: block;
  float: none;
  margin: 5px auto;
  max-width: 100%;
  position: relative; }

.e-rte-image.e-imgleft {
  float: left;
  margin: 0 auto;
  margin-right: 5px;
  text-align: left; }

.e-rte-image.e-imgright {
  float: right;
  margin: 0 auto;
  margin-left: 5px;
  text-align: right; }

.e-rte-img-popup .e-item {
  height: 106px;
  width: 300px; }

.e-rte-img-caption {
  display: inline-block;
  margin: 5px auto;
  max-width: 100%;
  position: relative; }

.e-rte-img-caption.e-caption-inline {
  display: inline-block;
  margin: 5px auto;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  position: relative;
  text-align: center;
  vertical-align: bottom; }

.e-rte-img-caption.e-imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.e-rte-img-caption.e-imgright {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.e-rte-img-caption.e-imgleft {
  display: block;
  margin-left: 0;
  margin-right: auto; }

.e-rte-img-caption .e-rte-image.e-imgright {
  float: none;
  margin-left: auto;
  margin-right: 0; }

.e-rte-img-caption .e-rte-image.e-imgleft {
  float: none;
  margin: 0; }

.e-img-caption.e-rte-img-caption.e-imgbreak {
  display: block; }

.e-rte-table {
  border-collapse: collapse;
  empty-cells: show; }

.e-rte-table td,
.e-rte-table th {
  border: 1px solid #bdbdbd;
  height: 20px;
  min-width: 20px;
  padding: 2px 5px;
  vertical-align: middle; }

.e-rte-table.e-dashed-border td,
.e-rte-table.e-dashed-border th {
  border-style: dashed; }

.e-rte-img-caption .e-img-inner {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: initial;
  margin: auto;
  opacity: .9;
  position: relative;
  text-align: center;
  width: 100%; }

.e-rte-img-caption.e-imgleft .e-img-inner {
  text-align: left; }

.e-rte-img-caption.e-imgright .e-img-inner {
  text-align: right; }

.e-rte-img-caption .e-img-wrap {
  display: inline-block;
  margin: auto;
  padding: 0;
  width: 100%; }

.e-rte-img-dialog .e-rte-label {
  padding-top: 20px; }

.e-rte-img-dialog .e-rte-label:first-child {
  padding-top: 0; }

.e-rte-table-resize.e-row-resize,
.e-rte-table-resize.e-column-resize {
  background-color: transparent;
  background-repeat: repeat;
  bottom: 0;
  cursor: col-resize;
  height: 1px;
  overflow: visible;
  position: absolute;
  width: 1px; }

.e-rte-table-resize.e-row-resize {
  cursor: row-resize;
  height: 1px; }

.e-richtexteditor .e-linkheader {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
  opacity: .87;
  padding-bottom: 20px;
  padding-top: 20px; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
  margin-top: 0; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
  margin-right: 30px; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
  border-bottom: 0 solid transparent;
  min-height: initial; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
  margin-left: 0;
  margin-right: 0; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files {
  border-top: 0 solid transparent; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap {
  display: none; }

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload {
  border: 0 solid transparent;
  float: none; }

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn {
  display: block;
  height: 36px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  top: -50px; }

.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
  display: none; }

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea {
  line-height: 10;
  min-height: 50px;
  position: relative; }

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text {
  display: inline-block;
  line-height: normal; }

.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea {
  line-height: 4; }

.e-richtexteditor .e-rte-inline-dropdown ul {
  max-height: 200px;
  overflow-y: auto; }

.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul {
  max-height: 280px;
  overflow-y: auto; }

.e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
  max-height: 360px;
  overflow-y: auto; }

.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,
.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown,
.e-richtexteditor .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown,
.e-richtexteditor .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown {
  line-height: 0; }

.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open {
  border-radius: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  font-size: 14px;
  font-weight: normal;
  min-width: 120px;
  overflow: hidden;
  padding: 10px; }

.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell {
  border: 1px solid #bdbdbd;
  display: inline-block;
  height: 14px;
  margin: 1px;
  overflow: hidden;
  vertical-align: top;
  width: 14px; }

.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row {
  height: 16px; }

.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
  width: 100%; }

.e-richtexteditor .e-rte-edit-table .e-rte-field {
  padding-top: 20px; }

.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child {
  padding-top: 0; }

.e-richtexteditor .e-rte-content .e-content table td.e-cell-select,
.e-richtexteditor .e-rte-content .e-content table th.e-cell-select {
  border: 1px double #0478d7;
  height: 24.67px; }

.e-richtexteditor span.e-table-box {
  cursor: nwse-resize;
  display: block;
  height: 10px;
  position: absolute;
  width: 10px; }

.e-richtexteditor span.e-table-box.e-hide {
  display: none; }

.e-richtexteditor span.e-table-box.e-rmob {
  height: 14px;
  width: 14px; }

.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container {
  margin-right: 50px; }

.e-richtexteditor .e-rte-upload-popup {
  width: 250px; }

.e-richtexteditor .e-rte-dialog-upload .e-upload-files {
  border-top: 0; }

.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
  border-bottom: 0; }

.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette,
.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette {
  padding: 0; }

.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
  padding: 5px; }

.e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, .e-bigger
.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
  padding: 5px; }

.e-rte-quick-popup {
  border-radius: 2px;
  overflow: hidden; }

.e-rte-quick-popup .e-rte-quick-toolbar {
  border-radius: 2px;
  min-height: 42px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
  white-space: nowrap; }

.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
  white-space: nowrap; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
  border-radius: 2px;
  margin: 0 6px;
  min-height: 42px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
  display: block;
  height: 1px;
  margin: 0;
  min-height: 1px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item {
  margin: 0 6px;
  min-height: 42px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0 6px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
  line-height: 20px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
  min-width: 24px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
  min-height: 26px;
  min-width: 27px;
  padding: 0; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
  font-size: 16px; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before {
  display: inline; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
  font-size: 10px; }

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
  line-height: 24px;
  margin: 4px 0;
  padding: 1px 0; }

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
  font-size: 14px;
  margin-left: -3px; }

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
  font-size: 10px;
  width: 12px; }

.e-rte-quick-popup.e-hide {
  display: block;
  visibility: hidden; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
  min-height: 48px; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
  margin: 0 6px;
  min-height: 48px; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
  margin: 0 6px;
  min-height: 48px;
  min-width: 36px;
  padding: 0; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
  line-height: normal; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
  min-height: 34px;
  min-width: 39px;
  padding: 0; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0 6px; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control {
  height: 34px;
  line-height: normal;
  margin: 0;
  min-height: 34px;
  min-width: 39px; }

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
  font-size: 18px; }

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
  line-height: 33px;
  margin: 4px 0;
  padding: 0; }

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
  font-size: 16px; }

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
  font-size: 12px;
  width: 20px; }

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-template {
  min-width: 48px; }

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
  min-width: 59px; }

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
  min-width: 50px; }

.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-template {
  min-width: 55px; }

.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-size-template {
  min-width: 66px; }

.e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-color-template {
  min-width: 55px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover {
  padding-left: 0;
  padding-right: 0; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
  position: relative;
  vertical-align: middle;
  width: 30px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding-bottom: 1px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
  line-height: 25px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  width: 0; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  min-width: 18px;
  text-align: center;
  width: 18px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
  line-height: 25px; }

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret {
  font-size: 12px; }

.e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  line-height: 1;
  padding-bottom: 1px; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
  min-width: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 20px; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active {
  padding-left: 0;
  padding-right: 0; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
  line-height: 35px; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
  line-height: 35px; }

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret,
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret {
  font-size: 12px; }

.e-popup-modal.e-popup.e-popup-open {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.e-rte-modal-popup.e-popup-container.e-center {
  -ms-flex-pack: center;
  justify-content: center; }

.e-rte-modal-popup.e-popup-container {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.e-popup-overlay {
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%; }

.e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
  height: 16px;
  width: 16px; }

.e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
  height: 18px; }

.e-table-rhelper {
  cursor: col-resize;
  opacity: .87;
  position: absolute; }

.e-table-rhelper.e-column-helper {
  width: 1px; }

.e-table-rhelper.e-row-helper {
  height: 1px; }

.e-reicon::before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px; }

.e-reicon::after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
  z-index: 3; }

.e-row-helper.e-reicon::after {
  top: 10px;
  transform: rotate(90deg); }

.e-row-helper.e-reicon::before {
  left: 4px;
  top: -20px;
  transform: rotate(90deg); }

.e-rte-overflow {
  overflow: hidden; }

.e-rte-dialog-minheight {
  min-height: 296px; }

.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
  background-size: 700px 190px;
  min-height: 190px; }

.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
  background-size: 700px 190px;
  min-height: 190px; }

.e-rte-table.e-rte-table-border {
  border: 1px solid #bdbdbd;
  border-collapse: separate; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea {
  line-height: 10;
  min-height: 50px;
  position: relative; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
  display: block;
  height: 36px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  top: -50px; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload {
  border: 0 solid transparent;
  float: none; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap {
  display: none; }

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
  opacity: .87;
  padding-bottom: 20px;
  padding-top: 20px; }

.e-rte-file-manager-dialog .e-rte-label {
  padding-bottom: 8px;
  padding-top: 15px; }

.e-rte-file-manager-dialog .e-rte-label label {
  font-size: 15px;
  opacity: .87; }

.e-rte-upload-popup.e-dialog .e-file-select-wrap {
  display: none; }

.e-rte-upload-popup.e-dialog .e-dlg-content {
  overflow: hidden;
  padding: 0; }

.e-hide.e-rte-quick-popup-hide {
  border: 0;
  position: absolute; }

.e-rte-popup-hide {
  display: none; }

.e-rte-hide-visible {
  visibility: hidden; }

.e-rte-table-popup.e-dialog .e-dlg-content {
  padding: 0; }

.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
  margin: 1px; }

/*! tab layout */
.e-richtexteditor .e-rte-toolbar {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
  color: rgba(0, 0, 0, 0.26); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
  background: rgba(0, 0, 0, 0.12);
  border: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
  background: rgba(184, 184, 184, 0.9584);
  border-color: inherit; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content::after {
  background: transparent; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-caret:active.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-caret:active.e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover {
  background: rgba(0, 0, 0, 0.04); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:hover {
  background: rgba(0, 0, 0, 0.12); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:focus {
  background: rgba(0, 0, 0, 0.24); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:active {
  background: rgba(0, 0, 0, 0.36); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:hover {
  background: rgba(0, 0, 0, 0.12); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:focus,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:focus {
  background: rgba(0, 0, 0, 0.24); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:active {
  background: rgba(0, 0, 0, 0.36); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active {
  background: rgba(0, 0, 0, 0.36);
  border: 0; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-rte-color-content::after,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-rte-color-content::after {
  background: transparent; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-caret:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-color-content:hover,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover {
  background: transparent; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-icons,
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:active .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
  color: #000; }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
  color: rgba(0, 0, 0, 0.26); }

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active {
  background: rgba(184, 184, 184, 0.9584); }

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.e-richtexteditor .e-rte-toolbar.e-tb-static {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
  border: 0; }

.e-richtexteditor img.e-img-focus::selection {
  background: transparent;
  color: transparent; }

.e-richtexteditor .e-rte-content,
.e-richtexteditor .e-source-content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #333; }

.e-richtexteditor .e-rte-content .e-content blockquote,
.e-richtexteditor .e-source-content .e-content blockquote {
  border-left: solid 2px #333; }

.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize),
.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) {
  border: solid 2px #4a90e2; }

.e-richtexteditor .e-rte-content .e-content a,
.e-richtexteditor .e-source-content .e-content a {
  color: #2e2ef1; }

.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
  border-left: 0;
  border-right: solid 2px #333; }

.e-richtexteditor.e-rte-resize {
  background: #fff; }

.e-richtexteditor .e-input.e-rte-linkurl.e-error,
.e-richtexteditor .e-input.e-img-link.e-error {
  color: #f00; }

.e-richtexteditor.e-rte-full-screen {
  background: #fff; }

.e-richtexteditor.e-rte-inline .e-rte-content {
  border: 0; }

.e-richtexteditor:not(.e-rte-toolbar-enabled) {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.e-richtexteditor:not(.e-rte-toolbar-enabled) .e-rte-content {
  border: 0;
  border-bottom: 0;
  border-top: 0; }

.e-richtexteditor.e-rte-tb-expand {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar {
  border: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
  border: 0;
  border-bottom: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
  border-bottom: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
  border-top: 0; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open {
  border-bottom: 1px solid #fafafa; }

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

.e-richtexteditor.e-rte-tb-expand .e-rte-content,
.e-richtexteditor.e-rte-tb-expand .e-source-content {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.e-richtexteditor.e-rte-tb-expand .e-toolbar-extended.e-popup-open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content,
.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content {
  border-bottom: 0; }

.e-rte-quick-popup {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-rte-quick-popup .e-rte-quick-toolbar {
  background: #fff;
  border: 0; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
  background: #fff; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
  border: 0.5px solid rgba(0, 0, 0, 0.05); }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn {
  background: #fff;
  border: 0; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover {
  background: rgba(0, 0, 0, 0.12);
  border-color: #fff; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus {
  background: rgba(0, 0, 0, 0.12); }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active {
  background: rgba(0, 0, 0, 0.12);
  border-color: #fff; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons {
  color: #000; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus {
  background: rgba(0, 0, 0, 0.12);
  border: 0; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
  color: #000; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
  color: #000; }

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
  color: #000; }

.e-rte-quick-popup .e-rte-dropdown-btn {
  background: #fff;
  border-color: #fff; }

.e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover {
  background: rgba(0, 0, 0, 0.12); }

.e-rte-quick-popup .e-rte-dropdown-btn:hover {
  border-color: #fff; }

.e-dialog .e-img-uploadwrap .e-droptext {
  border: dashed 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  height: 185px;
  margin: 0 auto;
  text-align: center;
  width: 300px; }

.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
  margin: 0 auto;
  width: 250px; }

.e-linkheader {
  color: rgba(0, 0, 0, 0.87); }

.e-rte-img-popup.e-popup {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  color: #000;
  padding: 10px; }

.e-rte-content .e-content img:not(.e-resize) {
  z-index: 1000; }

span.e-rte-imageboxmark {
  background: #4a90e2;
  border: 1px solid #fff;
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 1000; }

.e-mob-rte span.e-rte-imageboxmark {
  background: #fff;
  border: 1px solid #4a90e2;
  border-radius: 15px;
  height: 20px;
  width: 20px; }

.e-mob-rte.e-mob-span span.e-rte-imageboxmark {
  background: #4a90e2;
  border: 1px solid #fff; }

.e-rte-content .e-content img.e-resize {
  z-index: 1000; }

*.e-disabled {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*.e-disabled .e-rte-toolbar .e-toolbar-item {
  cursor: default; }

*.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active,
*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus {
  background: transparent;
  cursor: default; }

.e-dropdown-popup ul .e-item.e-active {
  background-color: #bdbdbd;
  color: rgba(0, 0, 0, 0.87); }

.e-popup-overlay {
  background-color: #383838; }

.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn {
  color: rgba(0, 0, 0, 0.26); }

.e-rte-table-popup.e-popup.e-popup-open {
  background-color: #fff;
  color: #000; }

.e-rte-table-popup .e-span-border {
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-bottom: 8px;
  margin-top: 12px; }

.e-rte-table-popup .e-rte-popup-header {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  text-align: center; }

.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default {
  background-color: #fff; }

.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
  background-color: rgba(227, 22, 91, 0.2);
  border: 1px solid #e3165b; }

.e-rte-table.e-alternate-border tbody tr:nth-child(2n+0) {
  background-color: #f5f5f5; }

.e-rte-table th {
  background-color: #e0e0e0; }

.e-rte-table-popup.e-popup.e-popup-open {
  background-color: #fff;
  color: #000; }

span.e-table-box {
  background-color: #fff;
  border: 1px solid #bdbdbd; }

span.e-table-box.e-rbox-select {
  background-color: #bdbdbd;
  border: 1px solid #bdbdbd; }

.e-table-rhelper {
  background-color: #e3165b; }

.e-rte-dialog-upload.e-upload.e-lib.e-keyboard {
  background: #fff; }

.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons,
.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons,
.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
  color: #000; }

.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
  border-bottom: 0; }

.e-icon-collapsible::before {
  content: '\E913'; }

.e-icon-back::before {
  content: '\E85B'; }

.e-bigger .e-listview .e-list-item,
.e-listview.e-bigger .e-list-item {
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent; }

.e-bigger .e-listview:not(.e-list-template) .e-list-item,
.e-listview.e-bigger:not(.e-list-template) .e-list-item {
  height: 48px;
  line-height: 45px;
  position: relative; }

.e-bigger .e-listview .e-text-content,
.e-listview.e-bigger .e-text-content {
  font-size: 15px; }

.e-bigger .e-listview .e-list-group-item,
.e-listview.e-bigger .e-list-group-item {
  height: 48px;
  line-height: 45px; }

.e-bigger .e-listview .e-list-header,
.e-listview.e-bigger .e-list-header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 64px; }

.e-bigger .e-listview .e-list-header .e-text.header,
.e-listview.e-bigger .e-list-header .e-text.header {
  display: none; }

.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header,
.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header {
  display: none; }

.e-bigger .e-listview .e-list-header .e-text,
.e-listview.e-bigger .e-list-header .e-text {
  font-size: 20px; }

.e-listview {
  -webkit-overflow-scrolling: touch;
  border: 0 solid;
  border-radius: 0;
  display: block;
  overflow: auto;
  position: relative;
  width: 100%; }

.e-listview:not(.e-list-template) .e-list-item {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  position: relative; }

.e-listview .e-list-item {
  border-bottom: 0 solid;
  cursor: pointer; }

.e-listview .e-list-parent {
  margin: 0;
  padding: 0; }

.e-listview .e-list-header .e-text.header {
  display: none; }

.e-listview .e-icon-back {
  margin-top: 2px; }

.e-listview .e-list-header .e-headertemplate-text.nested-header {
  display: none; }

.e-listview .e-list-header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 48px;
  border-bottom: 1px solid;
  padding: 0 16px; }

.e-listview .e-has-header > .e-view {
  top: 45px; }

.e-listview .e-but-back {
  cursor: pointer;
  padding-right: 30px; }

.e-listview .e-list-group-item:first-child {
  border: 0;
  border-bottom: 0 solid transparent; }

.e-listview .e-list-group-item {
  border-bottom: 0 solid transparent;
  border-top: 1px solid;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 16px; }

.e-listview .e-icon-collapsible {
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%); }

.e-listview .e-text-content {
  height: 100%;
  position: relative;
  vertical-align: middle; }

.e-listview .e-text-content * {
  display: inline-block;
  vertical-align: middle; }

.e-listview .e-text-content.e-checkbox .e-list-text {
  width: calc(100% - 40px); }

.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
  width: calc(100% - 90px); }

.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
  width: calc(100% - 80px); }

.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
  width: calc(100% - 92px); }

.e-listview .e-checkbox .e-checkbox-left {
  margin: -2px 10px 0 0; }

.e-listview .e-checkbox .e-checkbox-right {
  margin: -2px 0 0 10px; }

.e-listview .e-list-text {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%; }

.e-listview .e-list-icon + .e-list-text {
  width: calc(100% - 60px); }

.e-listview .e-icon-wrapper .e-list-text {
  width: calc(100% - 60px); }

.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
  width: calc(100% - 60px); }

.e-listview .e-list-icon {
  margin-right: 16px;
  height: 30px;
  width: 30px; }

.e-listview .e-content {
  overflow: hidden;
  position: relative; }

.e-listview .e-list-header .e-text {
  cursor: pointer;
  text-indent: 0; }

.e-listview .e-text .e-headertext {
  display: inline-block;
  line-height: inherit; }

.e-listview.e-rtl {
  direction: rtl; }

.e-listview.e-rtl .e-list-icon {
  margin-left: 16px;
  margin-right: 0; }

.e-listview.e-rtl .e-icon-collapsible {
  left: 0%;
  right: initial;
  top: 50%;
  transform: translateY(-50%) rotate(180deg); }

.e-listview.e-rtl .e-list-header .e-text {
  cursor: pointer; }

.e-listview.e-rtl .e-but-back {
  transform: rotate(180deg); }

.e-listview.e-rtl .e-icon-back {
  margin-top: -2px; }

.e-listview.e-rtl .e-checkbox .e-checkbox-left {
  margin: -2px 0 0 10px; }

.e-listview.e-rtl .e-checkbox .e-checkbox-right {
  margin: -2px 10px 0 0; }

.e-listview {
  border-color: #000;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px; }

.e-listview .e-list-header {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px; }

.e-listview .e-icons {
  color: rgba(0, 0, 0, 0.54); }

.e-listview .e-list-item {
  background-color: #fff;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  color: rgba(0, 0, 0, 0.87); }

.e-listview .e-list-item.e-hover,
.e-listview .e-list-item.e-hover.e-active.e-checklist {
  background-color: #eee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87); }

.e-listview .e-list-item.e-active {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.e-listview .e-list-item.e-active.e-checklist {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87); }

.e-listview .e-list-item.e-focused,
.e-listview .e-list-item.e-focused.e-active.e-checklist {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: #e3165b;
  border-color: transparent;
  color: #fff; }

.e-listview .e-list-group-item {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px; }

.e-listview.e-list-template .e-list-wrapper {
  height: inherit;
  position: relative; }

.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
  padding: 0.2667em 1.0666em; }

.e-listview.e-list-template .e-list-wrapper.e-list-multi-line {
  padding: 1.0666em; }

.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding: 0.115em 0;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 0.115em 0;
  word-wrap: break-word; }

.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
  height: 2.6667em;
  left: 1.0667em;
  position: absolute;
  top: 0.2666em;
  width: 2.6667em; }

.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
  padding-left: 4.8em;
  padding-right: 1.0666em; }

.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
  padding-left: 1.0666em;
  padding-right: 4.8em; }

.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  height: 2.6667em;
  position: absolute;
  right: 1.0667em;
  top: 0.2666em;
  width: 2.6667em; }

.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
  top: 1.0666em; }

.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  top: 1.0666em; }

.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge {
  font-size: 12px;
  height: 1.6666em;
  line-height: 1.8666em;
  padding: 0;
  position: absolute;
  right: 1.33em;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em; }

.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
  padding-left: 4.8em;
  padding-right: 4.1333em; }

.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
  padding-left: 1.0666em;
  padding-right: 4.1333em; }

.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0.72em 0;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header {
  color: rgba(0, 0, 0, 0.87); }

.e-listview.e-list-template .e-list-item.e-hover .e-list-content {
  color: rgba(0, 0, 0, 0.87); }

.e-listview.e-list-template .e-list-item.e-active .e-list-item-header {
  color: rgba(0, 0, 0, 0.87); }

.e-listview.e-list-template .e-list-item.e-active .e-list-content {
  color: rgba(0, 0, 0, 0.87); }

.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
  left: inherit;
  right: 1.0667em; }

.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
  padding-left: 1.0666em;
  padding-right: 4.8em; }

.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
  padding-left: 4.8em;
  padding-right: 1.0666em; }

.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  left: 1.0667em;
  right: inherit; }

.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
  left: 1.33em;
  right: inherit; }

.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
  padding-left: 4.1333em;
  padding-right: 4.8em; }

.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
  padding-left: 4.1333em;
  padding-right: 1.0666em; }

.e-sortable {
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.e-sortable .e-disabled {
  background-image: none;
  cursor: default;
  filter: alpha(Opacity=35);
  opacity: .35; }

.e-sortable * {
  box-sizing: border-box; }

.e-sortable *:focus {
  outline: none; }

.e-sortableclone {
  position: fixed !important; }

.e-dialog .e-icon-dlg-close::before {
  content: '\E7FC';
  position: relative; }

.e-dialog .e-icon-dlg-close {
  opacity: initial; }

.e-dialog .e-icon-dlg-close:active {
  opacity: initial; }

.e-dialog .e-icon-dlg-close:hover {
  opacity: initial; }

.e-dialog .e-south-east::before,
.e-dialog .e-south-west::before,
.e-dialog .e-north-east::before,
.e-dialog .e-north-west::before {
  content: '\EB05'; }

/*! dialog layout */
.e-dialog {
  border: none;
  border-radius: 2px;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.e-dialog.e-popup {
  width: 100%; }

.e-dialog.e-dlg-resizable {
  padding-bottom: 15px;
  -ms-touch-action: none;
  touch-action: none; }

.e-dialog .e-dlg-header-content {
  border-radius: 1px 1px 0 0;
  line-height: 30px; }

.e-dialog .e-dlg-header-content + .e-dlg-content {
  padding-top: 0; }

.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
  font-size: 12px;
  width: auto; }

.e-dialog .e-dlg-header {
  display: block;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 80%; }

.e-dialog .e-dlg-header.e-hide {
  display: none; }

.e-dialog .e-dlg-modal {
  position: fixed; }

.e-dialog .e-scroll-disabled {
  overflow: hidden !important; }

.e-dialog .e-dlg-content {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  overflow: auto;
  overflow-x: hidden; }

.e-dialog .e-dlg-content.e-hide {
  display: none; }

.e-dialog .e-footer-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: none;
  bottom: 0;
  display: block;
  right: 0;
  width: 100%; }

.e-dialog .e-footer-content.e-hide {
  display: none; }

.e-dialog .e-footer-content {
  text-align: right; }

.e-dialog .e-resize-handle {
  height: 15px;
  position: absolute;
  width: 15px; }

.e-dialog .e-resize-handle.e-south-east {
  bottom: 0;
  cursor: nwse-resize;
  right: 0; }

.e-dialog .e-resize-handle.e-south-west {
  bottom: 0;
  cursor: nesw-resize;
  left: 0;
  transform: rotate(90deg); }

.e-dialog .e-resize-handle.e-north-east {
  cursor: nesw-resize;
  right: 0;
  top: 0;
  transform: rotate(-90deg); }

.e-dialog .e-resize-handle.e-north-west {
  cursor: nwse-resize;
  left: 0;
  top: 0;
  transform: rotate(180deg); }

.e-dialog .e-south,
.e-dialog .e-north,
.e-dialog .e-east,
.e-dialog .e-west {
  background-color: transparent;
  background-repeat: repeat;
  overflow: visible;
  position: absolute; }

.e-dialog .e-east,
.e-dialog .e-west {
  cursor: ew-resize; }

.e-dialog .e-south,
.e-dialog .e-north {
  cursor: ns-resize; }

.e-dialog.e-blazor-hidden {
  left: 0;
  position: absolute; }

.e-bigger.e-dialog .e-dlg-header-content,
*.e-bigger .e-dialog .e-dlg-header-content {
  padding: 24px 24px 20px; }

.e-bigger.e-dialog .e-dlg-header,
*.e-bigger .e-dialog .e-dlg-header {
  font-size: 18px; }

.e-bigger.e-dialog .e-dlg-content,
*.e-bigger .e-dialog .e-dlg-content {
  font-size: 13px;
  padding: 24px; }

.e-bigger.e-dialog .e-footer-content,
*.e-bigger .e-dialog .e-footer-content {
  padding: 8px; }

.e-bigger.e-dialog .e-footer-content .e-btn,
*.e-bigger .e-dialog .e-footer-content .e-btn {
  margin-left: 8px; }

.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  bottom: 3px;
  height: 36px;
  left: 6px;
  width: 36px; }

.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
*.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
  font-size: 12px;
  width: auto; }

.e-bigger.e-rtl .e-footer-content .e-btn,
.e-bigger .e-rtl .e-footer-content .e-btn {
  margin-left: 0;
  margin-right: 8px; }

.e-bigger .e-dlg-header-content + .e-dlg-content {
  padding-top: 0; }

.e-dialog .e-dlg-header-content {
  border-bottom: none;
  padding: 18px; }

.e-dialog .e-dlg-content {
  padding: 18px; }

.e-dialog .e-footer-content {
  padding: 8px; }

.e-dialog .e-footer-content .e-btn {
  margin-left: 6px; }

.e-rtl .e-footer-content .e-btn {
  margin-right: 6px; }

.e-dialog.e-draggable > .e-dlg-header-content {
  cursor: move; }

.e-dialog {
  max-height: 98%;
  max-width: 100%;
  min-width: 240px;
  position: absolute; }

.e-rtl .e-footer-content .e-btn {
  margin-left: 0; }

.e-rtl .e-footer-content {
  text-align: left; }

.e-rtl .e-footer-content {
  text-align: left; }

.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  float: left;
  left: 0;
  right: 6px; }

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  bottom: 0;
  float: right;
  height: 30px;
  left: 6px;
  position: relative;
  width: 30px; }

.e-rtl.e-dialog .e-resize-handle.e-south-west {
  bottom: 0;
  cursor: sw-resize;
  direction: ltr;
  left: 0;
  text-align: initial;
  transform: rotate(90deg); }

.e-dlg-target.e-scroll-disabled {
  overflow: hidden !important; }

.e-dlg-overlay {
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  transition: opacity .15s linear;
  width: 100%; }

.e-dlg-overlay.e-fade {
  opacity: 0; }

.e-dlg-overflow-hidden {
  overflow: auto; }

.e-dlg-fullscreen {
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important; }

.e-popup.e-popup-open.e-dialog {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.e-dlg-container {
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.e-dlg-center-center {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.e-dlg-left-center {
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.e-dlg-right-center {
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.e-dlg-left-top {
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.e-dlg-right-top {
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.e-dlg-center-top {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.e-dlg-left-bottom {
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.e-dlg-right-bottom {
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.e-dlg-center-bottom {
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.e-dialog .e-btn.e-dlg-closeicon-btn:hover,
.e-dialog .e-btn.e-dlg-closeicon-btn:focus,
.e-dialog .e-btn.e-dlg-closeicon-btn:active {
  background-color: #e0e0e0;
  border-color: transparent;
  box-shadow: 0 0 0 transparent; }

.e-dialog .e-btn.e-dlg-closeicon-btn:active {
  background-color: #e0e0e0; }

.e-content-placeholder.e-dialog.e-placeholder-dialog {
  background-size: 400px 210px;
  min-height: 210px; }

.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog,
.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog {
  background-size: 400px 220px;
  min-height: 220px; }

@media (min-width: 768px) {
  .e-alert-dialog.e-dialog.e-popup,
  .e-confirm-dialog.e-dialog.e-popup {
    margin: 30px auto;
    width: 600px; } }

@media (max-width: 768px) {
  .e-alert-dialog.e-dialog.e-popup,
  .e-confirm-dialog.e-dialog.e-popup {
    margin: 30px auto;
    width: auto; } }

.e-dlg-ref-element {
  display: none; }

.e-dialog .e-footer-content {
  box-sizing: border-box; }

.e-dialog {
  background-color: #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); }

.e-dlg-overlay {
  background-color: #383838; }

.e-footer-content {
  background-color: #fff; }

.e-dlg-header,
.e-dlg-header * {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: normal; }

.e-dlg-content {
  color: rgba(0, 0, 0, 0.87); }

.e-device .e-dlg-content,
.e-device .e-dlg-content * {
  font-size: 14px; }

.e-dlg-header-content {
  background-color: #fff; }

.e-dlg-content {
  background-color: #fff; }

.e-icon-dlg-close {
  color: #000; }

.e-dialog .e-btn.e-dlg-closeicon-btn:hover span {
  color: #000; }

.e-dialog .e-btn.e-dlg-closeicon-btn:active span,
.e-dialog .e-btn.e-dlg-closeicon-btn:focus span {
  border-radius: 50%;
  color: #000;
  opacity: 1; }

.e-icon-dlg-close:active {
  border-radius: 50%;
  color: #000;
  opacity: 1; }

.e-icon-dlg-close:hover {
  color: #000; }

.e-dlg-header-content .e-dlg-closeicon-btn:hover {
  background-color: transparent; }

.e-dlg-header-content .e-dlg-closeicon-btn:active {
  background-color: transparent; }

.e-south-east {
  color: #000; }

.e-rtl .e-south-east {
  color: transparent; }

.e-rtl .e-south-west {
  color: #000; }

.e-south-west,
.e-north-east,
.e-north-west {
  color: transparent; }

/*! popup layout */
.e-popup {
  height: auto;
  position: absolute;
  width: auto;
  z-index: 1000; }

.e-popup.e-popup-open {
  display: block; }

.e-popup.e-popup-close {
  display: none; }

.e-tooltip-close::before {
  content: '\E7E9';
  font-size: 16px; }

.e-arrow-tip-inner.e-tip-right::before {
  content: '\E848'; }

.e-arrow-tip-inner.e-tip-top::before {
  content: '\E918'; }

.e-arrow-tip-inner.e-tip-bottom::before {
  content: '\E919'; }

.e-arrow-tip-inner.e-tip-left::before {
  content: '\E84B'; }

/*! tooltip popup container layout */
.e-tooltip-popup-container {
  position: relative; }

/*! tooltip layout */
.e-tooltip-wrap {
  max-width: 350px;
  min-width: 30px;
  padding: 0;
  position: absolute;
  visibility: visible;
  /*! tooltip arrow */
  /*! tooltip sticky mode close icon */
  /*! tooltip content area */ }

.e-tooltip-wrap .e-arrow-tip {
  overflow: hidden;
  position: absolute; }

.e-tooltip-wrap .e-arrow-tip.e-tip-bottom {
  height: 8px;
  left: 50%;
  top: 100%;
  width: 16px; }

.e-tooltip-wrap .e-arrow-tip.e-tip-top {
  height: 8px;
  left: 50%;
  top: -9px;
  width: 16px; }

.e-tooltip-wrap .e-arrow-tip.e-tip-left {
  height: 16px;
  left: -9px;
  top: 48%;
  width: 8px; }

.e-tooltip-wrap .e-arrow-tip.e-tip-right {
  height: 16px;
  left: 100%;
  top: 50%;
  width: 8px; }

.e-tooltip-wrap .e-tooltip-close {
  cursor: pointer;
  float: right;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: inherit; }

.e-tooltip-wrap .e-tip-content {
  background-color: inherit;
  height: 100%;
  line-height: 16px;
  overflow-wrap: break-word;
  overflow-x: hidden;
  padding: 3px 6px;
  position: relative;
  white-space: normal;
  width: 100%;
  word-break: break-word;
  z-index: 1; }

/*! Bigger Style */
.e-bigger .e-tooltip-wrap .e-tip-content,
.e-tooltip-wrap.e-bigger .e-tip-content {
  line-height: 20px;
  padding: 5px 8px; }

/*! Tooltip theme */
.e-tooltip-wrap {
  border-radius: 2px;
  filter: none;
  opacity: 0.9;
  /*! tooltip arrow */
  /*! tooltip sticky mode close icon */
  /*! tooltip content area */ }

.e-tooltip-wrap.e-popup {
  background-color: #616161;
  border: 1px solid #616161; }

.e-tooltip-wrap .e-arrow-tip-outer {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0; }

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #616161; }

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
  border-bottom: 8px solid #616161;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #616161;
  border-top: 8px solid transparent; }

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #616161;
  border-top: 8px solid transparent; }

.e-tooltip-wrap .e-arrow-tip-inner {
  height: 0;
  position: absolute;
  width: 0;
  z-index: 10; }

.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
  color: #616161;
  font-family: 'e-icons';
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

.e-tooltip-wrap .e-tooltip-close {
  background-color: #fff;
  border-color: transparent;
  border-radius: 8px;
  color: #616161; }

.e-tooltip-wrap .e-tooltip-close:hover {
  background-color: #fff;
  color: #616161; }

.e-tooltip-wrap .e-tip-content {
  color: #fff;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 11px; }

/*! bigger style */
.e-bigger .e-tooltip-wrap .e-tip-content,
.e-tooltip-wrap.e-bigger .e-tip-content {
  font-size: 14px; }

@keyframes material-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fabric-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.e-spinner-pane {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 100%;
  z-index: 1000; }

.e-spinner-pane::after {
  content: "Material";
  display: none; }

.e-spinner-pane.e-spin-left .e-spinner-inner {
  -webkit-transform: translateX(0%) translateY(-50%);
  left: 0;
  padding-left: 10px;
  transform: translateX(0%) translateY(-50%); }

.e-spinner-pane.e-spin-right .e-spinner-inner {
  -webkit-transform: translateX(-100%) translateY(-50%);
  left: 100%;
  padding-right: 10px;
  transform: translateX(-100%) translateY(-50%); }

.e-spinner-pane.e-spin-center .e-spinner-inner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.e-spinner-pane.e-spin-hide {
  display: none; }

.e-spinner-pane.e-spin-show {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.e-spinner-pane .e-spinner-inner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000; }

.e-spinner-pane .e-spinner-inner .e-spin-label {
  font-family: "Roboto", Segoe UI;
  font-size: 13px;
  margin-top: 16px;
  text-align: center; }

.e-spinner-pane .e-spinner-inner .e-spin-material {
  animation: material-spinner-rotate 1568.63ms linear infinite;
  display: block;
  margin: 0 auto; }

.e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle {
  fill: none;
  stroke-linecap: square; }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
  animation: material-spinner-rotate .75s linear infinite;
  border-radius: 50%;
  display: block;
  margin: 0 auto; }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
  fill: none;
  stroke-linecap: square;
  stroke-width: 4; }

.e-spinner-pane .e-spinner-inner .e-spin-fluent,
.e-spinner-pane .e-spinner-inner .e-spin-fabric {
  animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
  display: block;
  margin: 0 auto;
  overflow: visible; }

.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
  fill: none;
  stroke-width: 1.5; }

.e-spinner-pane .e-spinner-inner .e-spin-tailwind {
  animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.21, 0.21, 0.21, 0.21);
  display: block;
  margin: 0 auto;
  overflow: visible; }

.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-circle {
  fill: none;
  stroke-width: 4.5; }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 {
  animation: material-spinner-rotate .75s linear infinite;
  border-radius: 50%;
  display: block;
  margin: 0 auto; }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 .e-path-circle {
  fill: none;
  stroke-linecap: square;
  stroke-width: 4; }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
  display: block;
  margin: 0 auto; }

.e-spinner-pane .e-spinner-inner .e-spin-high-contrast {
  animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
  display: block;
  margin: 0 auto;
  overflow: visible; }

.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
  fill: none;
  stroke-width: 1.5; }

.e-spinner-pane {
  background-color: transparent; }

.e-spinner-pane.e-spin-overlay {
  background-color: rgba(0, 0, 0, 0.4); }

.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label {
  color: #fff; }

.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap {
  fill: #e3165b;
  stroke: #e3165b; }

.e-spinner-pane .e-spinner-inner .e-spin-label {
  color: rgba(0, 0, 0, 0.87); }

.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle,
.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
  stroke: rgba(227, 22, 91, 0.4); }

.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc,
.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc {
  stroke: #e3165b; }

.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-circle {
  stroke: rgba(227, 22, 91, 0.4); }

.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-arc {
  stroke: #e3165b; }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 {
  stroke: #e3165b; }

.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
  stroke: rgba(227, 22, 91, 0.4); }

.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc {
  stroke: #e3165b; }

.e-spinner-pane .e-spinner-inner .e-spin-material {
  stroke: #e3165b; }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
  stroke: #e3165b; }

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
  fill: #e3165b;
  stroke: #e3165b; }

.e-dropdown-btn .e-caret::before,
.e-dropdown-btn.e-btn .e-caret::before {
  content: '\E969'; }

/*! drop-down button layout */
.e-dropdown-btn,
.e-dropdown-btn.e-btn {
  box-shadow: none;
  text-transform: none;
  white-space: normal; }

.e-dropdown-btn:hover,
.e-dropdown-btn.e-btn:hover {
  box-shadow: none; }

.e-dropdown-btn:focus,
.e-dropdown-btn.e-btn:focus {
  box-shadow: none; }

.e-dropdown-btn:active,
.e-dropdown-btn.e-btn:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-dropdown-btn .e-btn-icon,
.e-dropdown-btn.e-btn .e-btn-icon {
  font-size: 14px; }

.e-dropdown-btn .e-caret,
.e-dropdown-btn.e-btn .e-caret {
  font-size: 8px; }

.e-dropdown-btn.e-vertical,
.e-dropdown-btn.e-btn.e-vertical {
  line-height: 1;
  padding: 12px 12px; }

.e-dropdown-btn.e-caret-hide .e-caret,
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
  display: none; }

.e-dropdown-btn.e-small .e-dropdown-popup ul,
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
  padding: 8px 0; }

.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
  padding: 0 16px; }

.e-dropdown-btn.e-small.e-vertical,
.e-dropdown-btn.e-btn.e-small.e-vertical {
  line-height: 1;
  padding: 12px 12px; }

.e-bigger .e-dropdown-btn .e-btn-icon,
.e-bigger.e-dropdown-btn .e-btn-icon {
  font-size: 16px; }

.e-bigger .e-dropdown-btn .e-caret,
.e-bigger.e-dropdown-btn .e-caret {
  font-size: 10px; }

.e-bigger .e-dropdown-btn.e-vertical,
.e-bigger.e-dropdown-btn.e-vertical {
  line-height: 1;
  padding: 16px 16px; }

.e-bigger .e-dropdown-btn.e-small.e-vertical,
.e-bigger.e-dropdown-btn.e-small.e-vertical {
  line-height: 1;
  padding: 16px 16px; }

.e-dropdown-popup {
  position: absolute; }

.e-dropdown-popup ul {
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  min-width: 120px;
  overflow: hidden;
  padding: 8px 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.e-dropdown-popup ul .e-item {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  line-height: 36px;
  padding: 0 16px; }

.e-dropdown-popup ul .e-item.e-url {
  padding: 0; }

.e-dropdown-popup ul .e-item .e-menu-url {
  display: block;
  padding: 0 16px;
  text-decoration: none;
  width: 100%; }

.e-dropdown-popup ul .e-item .e-menu-icon {
  float: left;
  font-size: 14px;
  line-height: 36px;
  margin-right: 10px;
  vertical-align: middle;
  width: 1em; }

.e-dropdown-popup ul .e-item.e-disabled {
  cursor: auto;
  pointer-events: none; }

.e-dropdown-popup ul .e-item.e-separator {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  cursor: auto;
  height: auto;
  line-height: normal;
  margin: 8px 0;
  pointer-events: none; }

.e-dropdown-popup.e-transparent {
  background: transparent;
  box-shadow: none; }

.e-dropdown-popup.e-transparent .e-dropdown-menu {
  border: 0;
  height: 1px;
  min-width: 0;
  padding: 0;
  width: 1px; }

.e-rtl.e-dropdown-popup .e-item .e-menu-icon {
  float: right;
  margin-left: 10px;
  margin-right: 0; }

*.e-bigger .e-dropdown-popup ul,
*.e-bigger.e-dropdown-popup ul {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  font-size: 15px;
  max-width: 280px;
  min-width: 112px;
  padding: 8px 0; }

*.e-bigger .e-dropdown-popup ul .e-item,
*.e-bigger.e-dropdown-popup ul .e-item {
  height: 48px;
  line-height: 48px;
  padding: 0 16px; }

*.e-bigger .e-dropdown-popup ul .e-item.e-url,
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
  padding: 0; }

*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
  font-size: 16px;
  line-height: 48px; }

*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
  height: auto;
  line-height: normal; }

/*! drop-down button theme */
.e-dropdown-popup {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87); }

.e-dropdown-popup ul .e-item .e-menu-url {
  color: rgba(0, 0, 0, 0.87); }

.e-dropdown-popup ul .e-item .e-menu-icon {
  color: rgba(0, 0, 0, 0.87); }

.e-dropdown-popup ul .e-item.e-focused {
  background-color: #e0e0e0;
  box-shadow: none; }

.e-dropdown-popup ul .e-item:hover {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }

.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
  background-color: #bdbdbd;
  color: rgba(0, 0, 0, 0.87); }

.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
  color: rgba(0, 0, 0, 0.87); }

.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
  color: rgba(0, 0, 0, 0.87); }

.e-dropdown-popup ul .e-separator {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

/*! splitbutton layout */
.e-split-btn-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  width: min-content; }

.e-split-btn-wrapper .e-split-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-transform: none;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px; }

.e-split-btn-wrapper .e-split-btn:focus {
  outline-offset: 0; }

.e-split-btn-wrapper .e-split-btn:hover {
  box-shadow: none; }

.e-split-btn-wrapper .e-split-btn:focus {
  box-shadow: none; }

.e-split-btn-wrapper .e-split-btn:active {
  box-shadow: none;
  z-index: 0; }

.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
  padding-bottom: 10px;
  padding-top: 10px; }

.e-split-btn-wrapper .e-split-btn .e-btn-icon {
  font-size: 14px;
  margin-left: 0;
  padding-right: 8px;
  width: auto; }

.e-split-btn-wrapper .e-split-btn .e-icon-top {
  padding-bottom: 4px;
  padding-right: 0; }

.e-split-btn-wrapper .e-split-btn.e-icon-btn {
  padding-left: 6px;
  padding-right: 6px; }

.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
  padding-right: 0; }

.e-split-btn-wrapper .e-dropdown-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
  padding-left: 4px;
  padding-right: 4px; }

.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
  box-shadow: none; }

.e-split-btn-wrapper .e-dropdown-btn:active {
  box-shadow: none;
  z-index: 0; }

.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
  z-index: 0; }

.e-split-btn-wrapper .e-dropdown-btn:focus {
  outline-offset: 0; }

.e-split-btn-wrapper .e-btn {
  box-shadow: none; }

.e-split-btn-wrapper .e-btn:hover {
  box-shadow: none; }

.e-split-btn-wrapper .e-btn:focus {
  box-shadow: none; }

.e-split-btn-wrapper .e-btn:active {
  box-shadow: none; }

.e-split-btn-wrapper .e-btn:disabled {
  box-shadow: none; }

.e-split-btn-wrapper.e-rtl .e-split-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  margin-left: 0;
  padding-left: 4px;
  padding-right: 10px; }

.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon {
  margin-right: 0;
  padding-left: 8px;
  padding-right: 0; }

.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
  padding-left: 0; }

.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
  padding-left: 6px;
  padding-right: 6px; }

.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
  padding-left: 0; }

.e-split-btn-wrapper.e-rtl .e-dropdown-btn {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  margin-left: 0; }

.e-split-btn-wrapper.e-vertical {
  display: inline-block; }

.e-split-btn-wrapper.e-vertical .e-split-btn,
.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
  display: block;
  width: 100%; }

.e-split-btn-wrapper.e-vertical .e-split-btn {
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  line-height: 1;
  padding-bottom: 4px;
  padding-right: 10px; }

.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top {
  padding-bottom: 4px; }

.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  line-height: 0.417em;
  margin-left: 0;
  margin-top: 0;
  padding-bottom: 4px;
  padding-top: 4px; }

.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
  padding-top: 0; }

.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  margin-left: 0; }

.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn {
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0; }

.e-bigger .e-split-btn-wrapper .e-split-btn,
.e-bigger.e-split-btn-wrapper .e-split-btn {
  padding-left: 12px;
  padding-right: 6px; }

.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn,
.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
  padding-bottom: 12px;
  padding-top: 12px; }

.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon,
.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon {
  font-size: 16px;
  margin-left: 0;
  padding-right: 10px;
  width: auto; }

.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top,
.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top {
  padding-bottom: 6px;
  padding-right: 0; }

.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn,
.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn {
  padding-left: 9px;
  padding-right: 9px; }

.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon,
.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
  padding-right: 0; }

.e-bigger .e-split-btn-wrapper .e-dropdown-btn,
.e-bigger.e-split-btn-wrapper .e-dropdown-btn {
  padding-left: 4px;
  padding-right: 4px; }

.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn,
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn {
  padding-left: 6px;
  padding-right: 12px; }

.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon,
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon {
  padding-left: 10px;
  padding-right: 0; }

.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
  padding-left: 0; }

.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn,
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
  padding-left: 9px;
  padding-right: 9px; }

.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon,
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
  padding-left: 0; }

.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn,
.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn {
  padding-bottom: 6px;
  padding-right: 12px; }

.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn,
.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
  padding-bottom: 4px;
  padding-top: 4px; }

.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom,
.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
  padding-top: 0; }

/*! splitbutton theme */
.e-split-btn-wrapper .e-split-btn {
  border-right-color: transparent; }

.e-split-btn-wrapper .e-split-btn:focus {
  border-right-color: transparent; }

.e-split-btn-wrapper .e-split-btn:active {
  border-right-color: transparent; }

.e-split-btn-wrapper .e-split-btn:disabled {
  border-right-color: rgba(0, 0, 0, 0.12); }

.e-split-btn-wrapper:hover :not(e-active) .e-split-btn {
  border-right-color: transparent; }

.e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled {
  border-right-color: transparent; }

.e-split-btn-wrapper.e-rtl .e-split-btn {
  border-color: transparent; }

.e-split-btn-wrapper.e-rtl .e-split-btn:focus {
  border-color: transparent; }

.e-split-btn-wrapper.e-rtl .e-split-btn:active {
  border-color: transparent; }

.e-split-btn-wrapper.e-rtl .e-split-btn:disabled {
  border-left-color: transparent;
  border-right-color: transparent; }

.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active) {
  border-left-color: transparent;
  border-right-color: transparent; }

.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active):disabled {
  border-left-color: transparent; }

.e-split-btn-wrapper.e-vertical .e-split-btn {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.e-split-btn-wrapper.e-vertical .e-split-btn:focus {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.e-split-btn-wrapper.e-vertical .e-split-btn:active {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.e-split-btn-wrapper.e-vertical .e-split-btn:disabled {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.e-split-btn-wrapper.e-vertical:hover .e-split-btn {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled {
  border-bottom-color: transparent; }

.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
  border-left-color: transparent; }

.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus {
  border-left-color: transparent; }

.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active {
  border-left-color: transparent; }

.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled {
  border-left-color: transparent; }

.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn {
  border-left-color: transparent; }

*.e-btn-group,
*.e-css.e-btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative; }

*.e-btn-group input:focus + label.e-btn,
*.e-btn-group .e-btn:focus,
*.e-btn-group .e-btn:hover,
*.e-css.e-btn-group input:focus + label.e-btn,
*.e-css.e-btn-group .e-btn:focus,
*.e-css.e-btn-group .e-btn:hover {
  z-index: 2; }

*.e-btn-group input + label.e-btn,
*.e-css.e-btn-group input + label.e-btn {
  margin-bottom: 0; }

*.e-btn-group input,
*.e-css.e-btn-group input {
  -moz-appearance: none;
  height: 1px;
  margin: 0 0 0 -1px;
  opacity: 0;
  position: absolute;
  width: 1px; }

*.e-btn-group input:disabled + label.e-btn,
*.e-btn-group :disabled,
*.e-css.e-btn-group input:disabled + label.e-btn,
*.e-css.e-btn-group :disabled {
  cursor: default;
  pointer-events: none; }

*.e-btn-group .e-btn-icon,
*.e-css.e-btn-group .e-btn-icon {
  font-size: 14px; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
  margin-left: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group.e-rtl .e-btn,
*.e-css.e-btn-group.e-rtl .e-btn {
  margin-left: 0; }

*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0; }

*.e-btn-group.e-rtl .e-btn:first-of-type,
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group.e-rtl .e-btn:last-of-type,
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group.e-vertical,
*.e-css.e-btn-group.e-vertical {
  -ms-flex-direction: column;
  flex-direction: column; }

*.e-btn-group.e-vertical input,
*.e-css.e-btn-group.e-vertical input {
  margin: -1px 0 0; }

*.e-btn-group.e-vertical .e-btn:not(.e-outline),
*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
  margin-top: -1px; }

*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0; }

*.e-btn-group.e-vertical .e-btn:first-of-type,
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

*.e-btn-group.e-vertical .e-btn:last-of-type,
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
  border-radius: 20px; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
  border-radius: 20px; }

*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.e-bigger .e-btn-group .e-btn-icon,
.e-bigger.e-btn-group .e-btn-icon,
.e-bigger .e-css.e-btn-group .e-btn-icon,
.e-bigger.e-css.e-btn-group .e-btn-icon {
  font-size: 16px; }

.e-btn-group:not(.e-outline),
.e-css.e-btn-group:not(.e-outline) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.e-btn-group .e-btn,
.e-css.e-btn-group .e-btn {
  box-shadow: none; }

.e-btn-group .e-btn:hover,
.e-css.e-btn-group .e-btn:hover {
  box-shadow: none; }

.e-btn-group .e-btn:focus,
.e-btn-group input:focus + label.e-btn,
.e-css.e-btn-group .e-btn:focus,
.e-css.e-btn-group input:focus + label.e-btn {
  background-color: rgba(0, 0, 0, 0.18);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  outline: #fafafa 0 solid;
  outline-offset: 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none;
  outline-color: inherit; }

.e-btn-group .e-btn:focus.e-primary,
.e-btn-group input:focus + label.e-btn.e-primary,
.e-css.e-btn-group .e-btn:focus.e-primary,
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
  background-color: #ea4e82;
  border-color: transparent;
  color: #fff;
  outline: #fafafa 0 solid;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none;
  outline-color: inherit; }

.e-btn-group .e-btn:focus.e-success,
.e-btn-group input:focus + label.e-btn.e-success,
.e-css.e-btn-group .e-btn:focus.e-success,
.e-css.e-btn-group input:focus + label.e-btn.e-success {
  background-color: #78a253;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none;
  outline-color: inherit; }

.e-btn-group .e-btn:focus.e-info,
.e-btn-group input:focus + label.e-btn.e-info,
.e-css.e-btn-group .e-btn:focus.e-info,
.e-css.e-btn-group input:focus + label.e-btn.e-info {
  background-color: #3f98df;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none;
  outline-color: inherit; }

.e-btn-group .e-btn:focus.e-warning,
.e-btn-group input:focus + label.e-btn.e-warning,
.e-css.e-btn-group .e-btn:focus.e-warning,
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
  background-color: #d07f3d;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none;
  outline-color: inherit; }

.e-btn-group .e-btn:focus.e-danger,
.e-btn-group input:focus + label.e-btn.e-danger,
.e-css.e-btn-group .e-btn:focus.e-danger,
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
  background-color: #e06f4c;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none;
  outline-color: inherit; }

.e-btn-group .e-btn:focus.e-link,
.e-btn-group input:focus + label.e-btn.e-link,
.e-css.e-btn-group .e-btn:focus.e-link,
.e-css.e-btn-group input:focus + label.e-btn.e-link {
  border-radius: 0;
  text-decoration: underline;
  color: #0a3576;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none; }

.e-btn-group .e-btn:focus.e-outline,
.e-btn-group input:focus + label.e-btn.e-outline,
.e-css.e-btn-group .e-btn:focus.e-outline,
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none; }

.e-btn-group .e-btn:focus.e-outline.e-primary,
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
  box-shadow: none; }

.e-btn-group .e-btn:focus.e-outline.e-success,
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
  box-shadow: none; }

.e-btn-group .e-btn:focus.e-outline.e-info,
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
  box-shadow: none; }

.e-btn-group .e-btn:focus.e-outline.e-warning,
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
  box-shadow: none; }

.e-btn-group .e-btn:focus.e-outline.e-danger,
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
  box-shadow: none; }

.e-btn-group .e-btn:active,
.e-btn-group input:active + label.e-btn,
.e-btn-group input:checked + label.e-btn,
.e-css.e-btn-group .e-btn:active,
.e-css.e-btn-group input:active + label.e-btn,
.e-css.e-btn-group input:checked + label.e-btn {
  background-color: rgba(184, 184, 184, 0.9584);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  outline: #fafafa 0 solid;
  outline-offset: 0;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-btn-group .e-btn:active.e-primary,
.e-btn-group input:active + label.e-btn.e-primary,
.e-btn-group input:checked + label.e-btn.e-primary,
.e-css.e-btn-group .e-btn:active.e-primary,
.e-css.e-btn-group input:active + label.e-btn.e-primary,
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
  background-color: #ec618f;
  border-color: transparent;
  color: #fff;
  outline: #fafafa 0 solid;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-btn-group .e-btn:active.e-success,
.e-btn-group input:active + label.e-btn.e-success,
.e-btn-group input:checked + label.e-btn.e-success,
.e-css.e-btn-group .e-btn:active.e-success,
.e-css.e-btn-group input:active + label.e-btn.e-success,
.e-css.e-btn-group input:checked + label.e-btn.e-success {
  background-color: #86ab65;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-btn-group .e-btn:active.e-info,
.e-btn-group input:active + label.e-btn.e-info,
.e-btn-group input:checked + label.e-btn.e-info,
.e-css.e-btn-group .e-btn:active.e-info,
.e-css.e-btn-group input:active + label.e-btn.e-info,
.e-css.e-btn-group input:checked + label.e-btn.e-info {
  background-color: #54a3e2;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-btn-group .e-btn:active.e-warning,
.e-btn-group input:active + label.e-btn.e-warning,
.e-btn-group input:checked + label.e-btn.e-warning,
.e-css.e-btn-group .e-btn:active.e-warning,
.e-css.e-btn-group input:active + label.e-btn.e-warning,
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
  background-color: #d58d52;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-btn-group .e-btn:active.e-danger,
.e-btn-group input:active + label.e-btn.e-danger,
.e-btn-group input:checked + label.e-btn.e-danger,
.e-css.e-btn-group .e-btn:active.e-danger,
.e-css.e-btn-group input:active + label.e-btn.e-danger,
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
  background-color: #e37e5f;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-btn-group .e-btn:active.e-outline,
.e-btn-group input:active + label.e-btn.e-outline,
.e-btn-group input:checked + label.e-btn.e-outline,
.e-css.e-btn-group .e-btn:active.e-outline,
.e-css.e-btn-group input:active + label.e-btn.e-outline,
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
  background-color: rgba(0, 0, 0, 0.32);
  border-color: #adadad;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87); }

.e-btn-group .e-btn:active.e-outline.e-primary,
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
  background-color: #ec618f;
  border-color: transparent;
  box-shadow: none;
  color: #fff; }

.e-btn-group .e-btn:active.e-outline.e-success,
.e-btn-group input:active + label.e-btn.e-outline.e-success,
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
  background-color: #86ab65;
  border-color: transparent;
  box-shadow: none;
  color: #fff; }

.e-btn-group .e-btn:active.e-outline.e-info,
.e-btn-group input:active + label.e-btn.e-outline.e-info,
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
  background-color: #54a3e2;
  border-color: transparent;
  box-shadow: none;
  color: #fff; }

.e-btn-group .e-btn:active.e-outline.e-warning,
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
  background-color: #d58d52;
  border-color: transparent;
  box-shadow: none;
  color: #fff; }

.e-btn-group .e-btn:active.e-outline.e-danger,
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
  background-color: #e37e5f;
  border-color: transparent;
  box-shadow: none;
  color: #fff; }

.e-btn-group .e-btn:disabled,
.e-btn-group input:disabled + label.e-btn,
.e-css.e-btn-group .e-btn:disabled,
.e-css.e-btn-group input:disabled + label.e-btn {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: transparent; }

.e-btn-group .e-btn:disabled.e-primary,
.e-btn-group input:disabled + label.e-btn.e-primary,
.e-css.e-btn-group .e-btn:disabled.e-primary,
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: transparent; }

.e-btn-group .e-btn:disabled.e-success,
.e-btn-group input:disabled + label.e-btn.e-success,
.e-css.e-btn-group .e-btn:disabled.e-success,
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: transparent; }

.e-btn-group .e-btn:disabled.e-info,
.e-btn-group input:disabled + label.e-btn.e-info,
.e-css.e-btn-group .e-btn:disabled.e-info,
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: transparent; }

.e-btn-group .e-btn:disabled.e-warning,
.e-btn-group input:disabled + label.e-btn.e-warning,
.e-css.e-btn-group .e-btn:disabled.e-warning,
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: transparent; }

.e-btn-group .e-btn:disabled.e-danger,
.e-btn-group input:disabled + label.e-btn.e-danger,
.e-css.e-btn-group .e-btn:disabled.e-danger,
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: transparent; }

.e-btn-group .e-btn:disabled.e-link,
.e-btn-group input:disabled + label.e-btn.e-link,
.e-css.e-btn-group .e-btn:disabled.e-link,
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
  border-color: transparent; }

.e-btn-group .e-btn:disabled.e-outline,
.e-btn-group input:disabled + label.e-btn.e-outline,
.e-css.e-btn-group .e-btn:disabled.e-outline,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: #adadad; }

.e-btn-group .e-btn:disabled.e-outline.e-primary,
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: #e3165b; }

.e-btn-group .e-btn:disabled.e-outline.e-success,
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: #4d841d; }

.e-btn-group .e-btn:disabled.e-outline.e-info,
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: #0378d5; }

.e-btn-group .e-btn:disabled.e-outline.e-warning,
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: #c15700; }

.e-btn-group .e-btn:disabled.e-outline.e-danger,
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  border-color: #d64113; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
  border-left: transparent;
  border-right: transparent; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
  border-right: transparent; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
  border-left: transparent; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
  border-bottom: transparent;
  border-top: transparent; }

.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
  border-bottom: transparent; }

.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
  border-top: transparent; }

.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
  border-color: inherit;
  outline-color: inherit; }

.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
  border-left: transparent;
  border-right: transparent; }

.e-btn-group.e-rtl .e-btn:first-of-type,
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
  border-left: transparent; }

.e-btn-group.e-rtl .e-btn:last-of-type,
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
  border-right: transparent; }

@keyframes material-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fabric-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*! Progress Button Layout */
.e-progress-btn {
  position: relative; }

.e-progress-btn .e-progress {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s linear; }

.e-progress-btn .e-spinner {
  transition: all 0.3s linear; }

.e-progress-btn .e-btn-content {
  display: inline-block;
  position: relative;
  z-index: 1; }

.e-progress-btn.e-vertical .e-progress {
  bottom: 0;
  height: 0%;
  top: auto;
  width: 100%; }

.e-progress-btn.e-progress-top .e-progress {
  height: 10%; }

.e-progress-btn.e-progress-bottom .e-progress {
  bottom: -1px;
  height: 10%;
  top: auto; }

.e-progress-btn.e-progress-active {
  overflow: hidden;
  pointer-events: none; }

.e-progress-btn.e-progress-active .e-progress {
  opacity: 1; }

.e-progress-btn.e-progress-active .e-animate-end {
  opacity: 0; }

.e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
  transition: padding .3s linear; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content,
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
  display: block;
  line-height: 1; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
  padding-right: 12px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner {
  top: -1px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner {
  padding-left: 12px;
  padding-right: 0; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner {
  padding-left: 12px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner {
  top: -1px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner {
  padding-left: 0;
  padding-right: 12px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top {
  padding-bottom: 16px;
  padding-top: 16px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner {
  padding-bottom: 12px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom {
  padding-bottom: 16px;
  padding-top: 16px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
  padding-top: 12px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner {
  padding-right: 10px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner {
  padding-left: 10px;
  padding-right: 0; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner {
  padding-left: 10px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner {
  padding-left: 0;
  padding-right: 10px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top {
  padding-bottom: 14px;
  padding-top: 14px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner {
  padding-bottom: 10px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom {
  padding-bottom: 14px;
  padding-top: 14px; }

.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner {
  padding-top: 10px; }

.e-progress-btn.e-round-corner {
  border-radius: 5em;
  outline: none;
  overflow: hidden; }

.e-progress-btn.e-rtl .e-progress {
  left: auto;
  right: 0; }

.e-progress-btn.e-rtl.e-vertical .e-progress {
  bottom: auto;
  top: 0; }

.e-progress-btn .e-spinner-pane {
  height: auto;
  position: relative;
  width: auto; }

.e-progress-btn .e-spinner-pane .e-spinner-inner {
  left: auto;
  position: relative;
  top: auto;
  transform: none; }

.e-progress-btn .e-cont-animate {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@keyframes ProgressSlideLeft {
  from {
    left: 0%;
    opacity: 1; }
  to {
    left: -100%;
    opacity: 0; } }

@keyframes ProgressSlideRight {
  from {
    left: 0%;
    opacity: 1; }
  to {
    left: 100%;
    opacity: 0; } }

@keyframes ProgressSlideUp {
  from {
    height: auto;
    opacity: 1;
    top: 0; }
  to {
    height: auto;
    opacity: 0;
    top: -100px; } }

@keyframes ProgressSlideDown {
  from {
    height: auto;
    opacity: 1;
    top: 0; }
  to {
    height: auto;
    opacity: 0;
    top: 100px; } }

@keyframes ProgressZoomIn {
  from {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  to {
    opacity: 0;
    transform: translate(0, 0) scale(3); } }

@keyframes ProgressZoomOut {
  from {
    transform: translate(0, 0) scale(1); }
  to {
    transform: translate(0, 0) scale(0); } }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
  padding-right: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner {
  padding-left: 14px;
  padding-right: 0; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner {
  padding-left: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner {
  padding-left: 0;
  padding-right: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top {
  padding-bottom: 20px;
  padding-top: 20px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner {
  padding-bottom: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom {
  padding-bottom: 20px;
  padding-top: 20px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
  padding-top: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner {
  padding-right: 12px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner {
  padding-left: 12px;
  padding-right: 0; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner {
  padding-left: 12px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner {
  padding-left: 0;
  padding-right: 12px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top {
  padding-bottom: 16px;
  padding-top: 16px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner {
  padding-bottom: 12px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom {
  padding-bottom: 16px;
  padding-top: 16px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner {
  padding-top: 12px; }

/*! Progress Button Theme */
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
  fill: rgba(0, 0, 0, 0.87);
  stroke: rgba(0, 0, 0, 0.87); }

.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: rgba(0, 0, 0, 0.87); }

.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: rgba(0, 0, 0, 0.87); }

.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }

.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: white; }

.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff; }

.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #e3165b;
  stroke: #e3165b; }

.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #e3165b; }

.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #e3165b; }

.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }

.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: white; }

.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff; }

.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #4d841d;
  stroke: #4d841d; }

.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #4d841d; }

.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #4d841d; }

.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }

.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: white; }

.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff; }

.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #0378d5;
  stroke: #0378d5; }

.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #0378d5; }

.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #0378d5; }

.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }

.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: white; }

.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff; }

.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #c15700;
  stroke: #c15700; }

.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #c15700; }

.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #c15700; }

.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }

.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: white; }

.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #fff; }

.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #d64113;
  stroke: #d64113; }

.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #d64113; }

.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #d64113; }

.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg {
  fill: #e3165b;
  stroke: #e3165b; }

.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #e3165b; }

.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #e3165b; }

.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg {
  fill: #4d841d;
  stroke: #4d841d; }

.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #4d841d; }

.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #4d841d; }

.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg {
  fill: #0378d5;
  stroke: #0378d5; }

.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #0378d5; }

.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #0378d5; }

.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg {
  fill: #c15700;
  stroke: #c15700; }

.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #c15700; }

.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #c15700; }

.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg {
  fill: #d64113;
  stroke: #d64113; }

.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #d64113; }

.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #d64113; }

.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg {
  fill: #0d47a1;
  stroke: #0d47a1; }

.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle {
  stroke: #0d47a1; }

.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc {
  stroke: #0d47a1; }

.e-progress {
  background-color: rgba(0, 0, 0, 0.2); }

*.e-primary .e-progress,
*.e-success .e-progress,
*.e-danger .e-progress,
*.e-info .e-progress {
  background-color: rgba(0, 0, 0, 0.2); }

*.e-warning .e-progress {
  background-color: rgba(0, 0, 0, 0.2); }

*.e-flat.e-primary .e-progress {
  background-color: rgba(227, 22, 91, 0.2); }

*.e-flat.e-success .e-progress {
  background-color: rgba(77, 132, 29, 0.2); }

*.e-flat.e-info .e-progress {
  background-color: rgba(3, 120, 213, 0.2); }

*.e-flat.e-warning .e-progress {
  background-color: rgba(193, 87, 0, 0.2); }

*.e-flat.e-danger .e-progress {
  background-color: rgba(214, 65, 19, 0.2); }

*.e-outline:not(:focus).e-primary .e-progress {
  background-color: rgba(227, 22, 91, 0.2); }

*.e-outline:not(:focus).e-success .e-progress {
  background-color: rgba(77, 132, 29, 0.2); }

*.e-outline:not(:focus).e-info .e-progress {
  background-color: rgba(3, 120, 213, 0.2); }

*.e-outline:not(:focus).e-warning .e-progress {
  background-color: rgba(193, 87, 0, 0.2); }

*.e-outline:not(:focus).e-danger .e-progress {
  background-color: rgba(214, 65, 19, 0.2); }

:root {
  --SYSTEM_White: #FFFFFF;
  --SYSTEM_Gray10: #DFE1E3;
  --SYSTEM_Gray20: #B0B3B8;
  --SYSTEM_Gray30: #909090;
  --SYSTEM_Gray40: #424345;
  --SYSTEM_Gray50: #242529;
  --SYSTEM_Gray60: #17181C;
  --SYSTEM_Gray70: #0F1013;
  --SYSTEM_Gray80: #090A0C;
  --SYSTEM_Black: #000000;
  --SYSTEM_BlackAlt: #090A0C;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Primary: #1A7EFA;
  --SYSTEM_PrimaryAlt: #2A87F9;
  --SYSTEM_Gray: #424345;
  --SYSTEM_GrayAlt: #4e5052;
  --SYSTEM_Blue: #1A7EFA;
  --SYSTEM_BlueAlt: #2A87F9;
  --SYSTEM_Orange: #FF3300;
  --SYSTEM_OrangeAlt: #FF4E00;
  --SYSTEM_Red: #E0203C;
  --SYSTEM_RedAlt: #EE3048;
  --SYSTEM_Green: #45BD62;
  --SYSTEM_GreenAlt: #4BD66C;
  --SYSTEM_Purple: #4E39D1;
  --SYSTEM_PurpleAlt: #5E48ED;
  --SYSTEM_Aqua: #2ECFF5;
  --SYSTEM_AquaAlt: #54DEFF;
  --SYSTEM_Yellow: #FFCC00;
  --SYSTEM_YellowAlt: #FFDE00;
  --SYSTEM_Pink: #CC0383;
  --SYSTEM_PinkAlt: #DB088E;
  --SYSTEM_Gold: #D4B665;
  --SYSTEM_GoldAlt: #EACD80;
  --SYSTEM_Brighteon: #1B2E5A;
  --SYSTEM_BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Transparent: rgba(0,0,0,0);
  --SYSTEM_TransparentDark: rgba(0,0,0,0.75);
  --SYSTEM_TransparentLight: rgba(255,255,255,0.85);
  --SYSTEM_TransparentHover: rgba(66,67,68,0.7);
  --SYSTEM_Shadow: rgba(0,0,0,20);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_TextPrimary: var(--SYSTEM_White);
  --SYSTEM_TextSecondary: var(--SYSTEM_Gray30);
  --SYSTEM_TextDisabled:  var(--SYSTEM_Gray40);
  --SYSTEM_TextButton: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Page: var(--SYSTEM_Gray80);
  --SYSTEM_Icon: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_ToolTip: var(--SYSTEM_Gray40);
  --SYSTEM_TextToolTip: var(--SYSTEM_Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Track: var(--SYSTEM_Gray80);
  --SYSTEM_Thumb: var(--SYSTEM_Gray40);
  --SYSTEM_BodyTrack: var(--SYSTEM_Gray80);
  --SYSTEM_BodyThumb: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Input: var(--SYSTEM_Gray50);
  --SYSTEM_InputBorder: var(--SYSTEM_Gray40);
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  --SYSTEM_InputSelected: var(--SYSTEM_Primary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Privacy: var(--SYSTEM_Gray60);
  --SYSTEM_PrivacyBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Search: var(--SYSTEM_Gray50);
  --SYSTEM_SearchBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Helper: var(--SYSTEM_Gray80);
  --SYSTEM_HelperBorder: var(--SYSTEM_Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Menu: var(--SYSTEM_Gray60);
  --SYSTEM_MenuHover: var(--SYSTEM_Gray40);
  --SYSTEM_MenuBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Dropdown: var(--SYSTEM_Gray60);
  --SYSTEM_DropdownHover: var(--SYSTEM_Gray40);
  --SYSTEM_DropdownBorder: var(--SYSTEM_Gray40);
  --SYSTEM_Modal: var(--SYSTEM_Gray60);
  --SYSTEM_ModalHover: var(--SYSTEM_Gray40);
  --SYSTEM_ModalBorder: var(--SYSTEM_Gray60);
  --SYSTEM_ModalSection: var(--SYSTEM_Gray70);
  --SYSTEM_PopUp: var(--SYSTEM_Gray60);
  --SYSTEM_PopUpHover: var(--SYSTEM_Gray40);
  --SYSTEM_PopUpBorder: var(--SYSTEM_Gray60);
  --SYSTEM_Notifications: var(--SYSTEM_Gray70);
  --SYSTEM_NotificationsHover: var(--SYSTEM_Gray50);
  --SYSTEM_NotificationsBorder: var(--SYSTEM_Gray50);
  --SYSTEM_Button: var(--SYSTEM_Primary);
  --SYSTEM_ButtonHover: var(--SYSTEM_PrimaryAlt);
  --SYSTEM_ButtonBorder: var(--SYSTEM_Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Masthead: rgba(9,10,12,0.85);
  --SYSTEM_MastheadHover: var(--SYSTEM_Gray40);
  --SYSTEM_MastheadBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Footer: var(--SYSTEM_Gray80);
  --SYSTEM_FooterHover: var(--SYSTEM_Gray50);
  --SYSTEM_FooterBorder: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Duration: rgba(0,0,0,0.85);
  --SYSTEM_StatBox: var(--SYSTEM_Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Tag: var(--SYSTEM_Gray50);
  --SYSTEM_TagHover: var(--SYSTEM_Gray40);
  --SYSTEM_TagText: var(--SYSTEM_White);
  --SYSTEM_TagFollowing: var(--SYSTEM_White);
  --SYSTEM_TagFollowingHover: var(--SYSTEM_White);
  --SYSTEM_TagFollowingText: var(--SYSTEM_Black);
  --SYSTEM_TagLive: var(--SYSTEM_Red);
  --SYSTEM_TagLiveHover: var(--SYSTEM_RedAlt);
  --SYSTEM_TagLiveText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_InputText: var(--SYSTEM_TextPrimary);
  --SYSTEM_InputPlaceholder: var(--SYSTEM_TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_UI: var(--SYSTEM_Primary);
  --SYSTEM_UIText: var(--SYSTEM_White);
  /* /////////////////////////////////////////////////////////////// */
  --SYSTEM_Section: var(--SYSTEM_Transparent);
  --SYSTEM_SectionBorder: var(--SYSTEM_Gray50);
  --LIGHT_White: #FFFFFF;
  --LIGHT_Gray10: #F7F7F9;
  --LIGHT_Gray20: #ECECEC;
  --LIGHT_Gray30: #DBDBDB;
  --LIGHT_Gray40: #828282;
  --LIGHT_Gray50: #666666;
  --LIGHT_Gray60: #333333;
  --LIGHT_Gray70: #171819;
  --LIGHT_Gray80: #121212;
  --LIGHT_Black: #000000;
  --LIGHT_BlackAlt: #121212;
  --LIGHT_Primary: #287CED;
  --LIGHT_PrimaryAlt: #3399FF;
  --LIGHT_Gray: #B0B3B8;
  --LIGHT_GrayAlt: #BABCBF;
  --LIGHT_Blue: #1A94FA;
  --LIGHT_BlueAlt: #41A5FC;
  --LIGHT_Orange: #FF3300;
  --LIGHT_OrangeAlt: #FF4E00;
  --LIGHT_Red: #E0203C;
  --LIGHT_RedAlt: #EE3048;
  --LIGHT_Green: #219150;
  --LIGHT_GreenAlt: #24AF5F;
  --LIGHT_Purple: #4E39D1;
  --LIGHT_PurpleAlt: #5E48ED;
  --LIGHT_Aqua: #2ECFF5;
  --LIGHT_AquaAlt: #54DEFF;
  --LIGHT_Yellow: #FFCC00;
  --LIGHT_YellowAlt: #FFDE00;
  --LIGHT_Pink: #CC0383;
  --LIGHT_PinkAlt: #DB088E;
  --LIGHT_Gold: #D4B665;
  --LIGHT_GoldAlt: #EACD80;
  --LIGHT_Brighteon: #1B2E5A;
  --LIGHT_BrighteonAlt: #213668;
  --LIGHT_Transparent: rgba(0,0,0,0);
  --LIGHT_TransparentDark: rgba(0,0,0,0.85);
  --LIGHT_TransparentLight: rgba(255,255,255,0.85);
  --LIGHT_TransparentHover: rgba(0,0,0,0.08);
  --LIGHT_Shadow: rgba(0,0,0,0.4);
  --LIGHT_TextPrimary: var(--LIGHT_Gray80);
  --LIGHT_TextSecondary: var(--LIGHT_Gray40);
  --LIGHT_TextDisabled:  var(--LIGHT_Gray40);
  --LIGHT_TextButton: var(--LIGHT_White);
  --LIGHT_Page: var(--LIGHT_White);
  --LIGHT_Icon: var(--LIGHT_Gray70);
  --LIGHT_ToolTip: var(--LIGHT_Gray30);
  --LIGHT_TextToolTip: var(--LIGHT_Gray40);
  --LIGHT_Track: var(--LIGHT_Gray20);
  --LIGHT_Thumb: var(--LIGHT_Gray30);
  --LIGHT_BodyTrack: var(--LIGHT_Gray20);
  --LIGHT_BodyThumb: var(--LIGHT_Gray30);
  --LIGHT_Input: var(--LIGHT_Gray10);
  --LIGHT_InputBorder: var(--LIGHT_Gray30);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_InputSelected: var(--LIGHT_Primary);
  --LIGHT_Privacy: var(--LIGHT_Gray60);
  --LIGHT_PrivacyBorder: var(--LIGHT_Gray50);
  --LIGHT_Search: var(--LIGHT_Gray10);
  --LIGHT_SearchBorder: var(--LIGHT_Gray30);
  --LIGHT_Helper: var(--LIGHT_White);
  --LIGHT_HelperBorder: var(--LIGHT_Gray20);
  --LIGHT_Menu: var(--LIGHT_White);
  --LIGHT_MenuHover: var(--LIGHT_Gray10);
  --LIGHT_MenuBorder: var(--LIGHT_Gray20);
  --LIGHT_Dropdown: var(--LIGHT_White);
  --LIGHT_DropdownHover: var(--LIGHT_Gray10);
  --LIGHT_DropdownBorder: var(--LIGHT_Gray10);
  --LIGHT_Modal: var(--LIGHT_White);
  --LIGHT_ModalHover: var(--LIGHT_Gray10);
  --LIGHT_ModalBorder: var(--LIGHT_Gray20);
  --LIGHT_ModalSection: var(--LIGHT_Gray20);
  --LIGHT_PopUp: var(--LIGHT_White);
  --LIGHT_PopUpHover: var(--LIGHT_Gray10);
  --LIGHT_PopUpBorder: var(--LIGHT_Gray20);
  --LIGHT_Notifications: var(--LIGHT_White);
  --LIGHT_NotificationsHover: var(--LIGHT_Gray10);
  --LIGHT_NotificationsBorder: var(--LIGHT_Gray20);
  --LIGHT_Button: var(--LIGHT_Primary);
  --LIGHT_ButtonHover: var(--LIGHT_PrimaryAlt);
  --LIGHT_ButtonBorder: var(--LIGHT_Gray20);
  --LIGHT_Masthead: rgba(255,255,255,0.85);
  --LIGHT_MastheadHover: var(--LIGHT_Gray10);
  --LIGHT_MastheadBorder: var(--LIGHT_Gray20);
  --LIGHT_Footer: var(--LIGHT_White);
  --LIGHT_FooterHover: var(--LIGHT_Gray10);
  --LIGHT_FooterBorder: var(--LIGHT_Gray20);
  --LIGHT_Duration: rgba(0,0,0,0.85);
  --LIGHT_StatBox: var(--LIGHT_Gray20);
  --LIGHT_Tag: var(--LIGHT_Gray20);
  --LIGHT_TagHover: var(--LIGHT_Gray30);
  --LIGHT_TagText: var(--LIGHT_Gray40);
  --LIGHT_TagFollowing: var(--LIGHT_Brighteon);
  --LIGHT_TagFollowingHover: var(--LIGHT_BrighteonAlt);
  --LIGHT_TagFollowingText: var(--LIGHT_White);
  --LIGHT_TagLive: var(--LIGHT_Red);
  --LIGHT_TagLiveHover: var(--LIGHT_RedAlt);
  --LIGHT_TagLiveText: var(--LIGHT_White);
  --LIGHT_InputText: var(--LIGHT_TextPrimary);
  --LIGHT_InputPlaceholder: var(--LIGHT_TextSecondary);
  --LIGHT_UI: var(--LIGHT_Primary);
  --LIGHT_UIText: var(--LIGHT_White);
  --LIGHT_Section: var(--LIGHT_Transparent);
  --LIGHT_SectionBorder: var(--LIGHT_Gray20);
  --DARK_White: #FFFFFF;
  --DARK_Gray10: #DFE1E3;
  --DARK_Gray20: #B0B3B8;
  --DARK_Gray30: #909090;
  --DARK_Gray40: #424345;
  --DARK_Gray50: #242529;
  --DARK_Gray60: #17181C;
  --DARK_Gray70: #0F1013;
  --DARK_Gray80: #090A0C;
  --DARK_Black: #000000;
  --DARK_BlackAlt: #090A0C;
  --DARK_Primary: #1A7EFA;
  --DARK_PrimaryAlt: #2A87F9;
  --DARK_Gray: #424345;
  --DARK_GrayAlt: #4e5052;
  --DARK_Blue: #1A7EFA;
  --DARK_BlueAlt: #2A87F9;
  --DARK_Orange: #FF3300;
  --DARK_OrangeAlt: #FF4E00;
  --DARK_Red: #E0203C;
  --DARK_RedAlt: #EE3048;
  --DARK_Green: #45BD62;
  --DARK_GreenAlt: #4BD66C;
  --DARK_Purple: #4E39D1;
  --DARK_PurpleAlt: #5E48ED;
  --DARK_Aqua: #2ECFF5;
  --DARK_AquaAlt: #54DEFF;
  --DARK_Yellow: #FFCC00;
  --DARK_YellowAlt: #FFDE00;
  --DARK_Pink: #CC0383;
  --DARK_PinkAlt: #DB088E;
  --DARK_Gold: #D4B665;
  --DARK_GoldAlt: #EACD80;
  --DARK_Brighteon: #1B2E5A;
  --DARK_BrighteonAlt: #213668;
  --DARK_Transparent: rgba(0,0,0,0);
  --DARK_TransparentDark: rgba(0,0,0,0.75);
  --DARK_TransparentLight: rgba(255,255,255,0.85);
  --DARK_TransparentHover: rgba(66,67,68,0.7);
  --DARK_Shadow: rgba(0,0,0,20);
  --DARK_TextPrimary: var(--DARK_White);
  --DARK_TextSecondary: var(--DARK_Gray30);
  --DARK_TextDisabled:  var(--DARK_Gray40);
  --DARK_TextButton: var(--DARK_White);
  --DARK_Page: var(--DARK_Gray80);
  --DARK_Icon: var(--DARK_White);
  --DARK_ToolTip: var(--DARK_Gray40);
  --DARK_TextToolTip: var(--DARK_Gray10);
  --DARK_Track: var(--DARK_Gray80);
  --DARK_Thumb: var(--DARK_Gray40);
  --DARK_BodyTrack: var(--DARK_Gray80);
  --DARK_BodyThumb: var(--DARK_Gray40);
  --DARK_Input: var(--DARK_Gray50);
  --DARK_InputBorder: var(--DARK_Gray40);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_InputSelected: var(--DARK_Primary);
  --DARK_Privacy: var(--DARK_Gray60);
  --DARK_PrivacyBorder: var(--DARK_Gray50);
  --DARK_Search: var(--DARK_Gray50);
  --DARK_SearchBorder: var(--DARK_Gray50);
  --DARK_Helper: var(--DARK_Gray80);
  --DARK_HelperBorder: var(--DARK_Gray60);
  --DARK_Menu: var(--DARK_Gray60);
  --DARK_MenuHover: var(--DARK_Gray40);
  --DARK_MenuBorder: var(--DARK_Gray50);
  --DARK_Dropdown: var(--DARK_Gray60);
  --DARK_DropdownHover: var(--DARK_Gray40);
  --DARK_DropdownBorder: var(--DARK_Gray40);
  --DARK_Modal: var(--DARK_Gray60);
  --DARK_ModalHover: var(--DARK_Gray40);
  --DARK_ModalBorder: var(--DARK_Gray60);
  --DARK_ModalSection: var(--DARK_Gray70);
  --DARK_PopUp: var(--DARK_Gray60);
  --DARK_PopUpHover: var(--DARK_Gray40);
  --DARK_PopUpBorder: var(--DARK_Gray60);
  --DARK_Notifications: var(--DARK_Gray70);
  --DARK_NotificationsHover: var(--DARK_Gray50);
  --DARK_NotificationsBorder: var(--DARK_Gray50);
  --DARK_Button: var(--DARK_Primary);
  --DARK_ButtonHover: var(--DARK_PrimaryAlt);
  --DARK_ButtonBorder: var(--DARK_Gray40);
  --DARK_Masthead: rgba(9,10,12,0.85);
  --DARK_MastheadHover: var(--DARK_Gray40);
  --DARK_MastheadBorder: var(--DARK_Gray50);
  --DARK_Footer: var(--DARK_Gray80);
  --DARK_FooterHover: var(--DARK_Gray50);
  --DARK_FooterBorder: var(--DARK_Gray50);
  --DARK_Duration: rgba(0,0,0,0.85);
  --DARK_StatBox: var(--DARK_Gray50);
  --DARK_Tag: var(--DARK_Gray50);
  --DARK_TagHover: var(--DARK_Gray40);
  --DARK_TagText: var(--DARK_White);
  --DARK_TagFollowing: var(--DARK_White);
  --DARK_TagFollowingHover: var(--DARK_White);
  --DARK_TagFollowingText: var(--DARK_Black);
  --DARK_TagLive: var(--DARK_Red);
  --DARK_TagLiveHover: var(--DARK_RedAlt);
  --DARK_TagLiveText: var(--DARK_White);
  --DARK_InputText: var(--DARK_TextPrimary);
  --DARK_InputPlaceholder: var(--DARK_TextSecondary);
  --DARK_UI: var(--DARK_Primary);
  --DARK_UIText: var(--DARK_White);
  --DARK_Section: var(--DARK_Transparent);
  --DARK_SectionBorder: var(--DARK_Gray50);
  --DIM_White: #FFFFFF;
  --DIM_Gray10: #DFE1E3;
  --DIM_Gray20: #B0B3B8;
  --DIM_Gray30: #3E5F7D;
  --DIM_Gray40: #233B51;
  --DIM_Gray50: #0F2B44;
  --DIM_Gray60: #0A2034;
  --DIM_Gray70: #061726;
  --DIM_Gray80: #04111C;
  --DIM_Black: #000000;
  --DIM_BlackAlt: #030B16;
  --DIM_Primary: #204ECF;
  --DIM_PrimaryAlt: #2A5AE1;
  --DIM_Gray: #45586D;
  --DIM_GrayAlt: #4d6178;
  --DIM_Blue: #204ECF;
  --DIM_BlueAlt: #2A5AE1;
  --DIM_Orange: #FF3300;
  --DIM_OrangeAlt: #FF4E00;
  --DIM_Red: #E0203C;
  --DIM_RedAlt: #EE3048;
  --DIM_Green: #45BD62;
  --DIM_GreenAlt: #4BD66C;
  --DIM_Purple: #4E39D1;
  --DIM_PurpleAlt: #5E48ED;
  --DIM_Aqua: #2ECFF5;
  --DIM_AquaAlt: #54DEFF;
  --DIM_Yellow: #FFCC00;
  --DIM_YellowAlt: #FFDE00;
  --DIM_Pink: #CC0383;
  --DIM_PinkAlt: #DB088E;
  --DIM_Gold: #D4B665;
  --DIM_GoldAlt: #EACD80;
  --DIM_Brighteon: #1B2E5A;
  --DIM_BrighteonAlt: #213668;
  --DIM_Transparent: rgba(0,0,0,0);
  --DIM_TransparentDark: rgba(0,0,0,0.85);
  --DIM_TransparentLight: rgba(255,255,255,0.85);
  --DIM_TransparentHover: rgba(30,60,90,0.4);
  --DIM_Shadow: rgba(0,0,0,20);
  --DIM_TextPrimary: var(--DIM_White);
  --DIM_TextSecondary: var(--DIM_Gray20);
  --DIM_TextDisabled:  var(--DIM_Gray40);
  --DIM_TextButton: var(--DIM_White);
  --DIM_Page: var(--DIM_Gray70);
  --DIM_Icon: var(--DIM_White);
  --DIM_ToolTip: var(--DIM_Gray40);
  --DIM_TextToolTip: var(--DIM_Gray10);
  --DIM_Track: var(--DIM_Gray80);
  --DIM_Thumb: var(--DIM_Gray40);
  --DIM_BodyTrack: var(--DIM_Gray80);
  --DIM_BodyThumb: var(--DIM_Gray40);
  --DIM_Input: var(--DIM_Gray50);
  --DIM_InputBorder: var(--DIM_Gray40);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_InputSelected: var(--DIM_Primary);
  --DIM_Privacy: var(--DIM_Gray60);
  --DIM_PrivacyBorder: var(--DIM_Gray50);
  --DIM_Search: var(--DIM_Gray60);
  --DIM_SearchBorder: var(--DIM_Gray50);
  --DIM_Helper: var(--DIM_Gray80);
  --DIM_HelperBorder: var(--DIM_Gray60);
  --DIM_Menu: var(--DIM_Gray70);
  --DIM_MenuHover: var(--DIM_Gray60);
  --DIM_MenuBorder: var(--DIM_Gray50);
  --DIM_Dropdown: var(--DIM_Gray60);
  --DIM_DropdownHover: var(--DIM_Gray50);
  --DIM_DropdownBorder: var(--DIM_Gray50);
  --DIM_Modal: var(--DIM_Gray60);
  --DIM_ModalHover: var(--DIM_Gray50);
  --DIM_ModalBorder: var(--DIM_Gray50);
  --DIM_ModalSection: var(--DIM_Gray80);
  --DIM_PopUp: var(--DIM_Gray60);
  --DIM_PopUpHover: var(--DIM_Gray50);
  --DIM_PopUpBorder: var(--DIM_Gray50);
  --DIM_Notifications: var(--DIM_Gray60);
  --DIM_NotificationsHover: var(--DIM_Gray50);
  --DIM_NotificationsBorder: var(--DIM_Gray50);
  --DIM_Button: var(--DIM_Primary);
  --DIM_ButtonHover: var(--DIM_PrimaryAlt);
  --DIM_ButtonBorder: var(--DIM_Gray40);
  --DIM_Masthead: rgba(6,23,38,0.85);
  --DIM_MastheadHover: var(--DIM_Gray60);
  --DIM_MastheadBorder: var(--DIM_Gray50);
  --DIM_Footer: var(--DIM_Gray70);
  --DIM_FooterHover: var(--DIM_Gray60);
  --DIM_FooterBorder: var(--DIM_Gray50);
  --DIM_Duration: rgba(0,0,0,0.85);
  --DIM_StatBox: var(--DIM_Gray50);
  --DIM_Tag: var(--DIM_Gray50);
  --DIM_TagHover: var(--DIM_Gray40);
  --DIM_TagText: var(--DIM_White);
  --DIM_TagFollowing: var(--DIM_White);
  --DIM_TagFollowingHover: var(--DIM_White);
  --DIM_TagFollowingText: var(--DIM_Black);
  --DIM_TagLive: var(--DIM_Red);
  --DIM_TagLiveHover: var(--DIM_RedAlt);
  --DIM_TagLiveText: var(--DIM_White);
  --DIM_InputText: var(--DIM_TextPrimary);
  --DIM_InputPlaceholder: var(--DIM_TextSecondary);
  --DIM_UI: var(--DIM_Primary);
  --DIM_UIText: var(--DIM_White);
  --DIM_Section: var(--DIM_Transparent);
  --DIM_SectionBorder: var(--DIM_Gray40);
  --NIGHT_White: #FFFFFF;
  --NIGHT_Gray10: #B0B3B8;
  --NIGHT_Gray20: #4E4B68;
  --NIGHT_Gray30: #312D4D;
  --NIGHT_Gray40: #26233E;
  --NIGHT_Gray50: #1B192E;
  --NIGHT_Gray60: #100E1F;
  --NIGHT_Gray70: #090813;
  --NIGHT_Gray80: #070A0D;
  --NIGHT_Black: #000000;
  --NIGHT_BlackAlt: #070A0D;
  --NIGHT_Primary: #5E48ED;
  --NIGHT_PrimaryAlt: #7F6CFA;
  --NIGHT_Gray: #3B375D;
  --NIGHT_GrayAlt: #433f68;
  --NIGHT_Blue: #1994E8;
  --NIGHT_BlueAlt: #31A5F4;
  --NIGHT_Orange: #FF3300;
  --NIGHT_OrangeAlt: #FF4E00;
  --NIGHT_Red: #E0203C;
  --NIGHT_RedAlt: #EE3048;
  --NIGHT_Green: #45BD62;
  --NIGHT_GreenAlt: #4BD66C;
  --NIGHT_Purple: #4E39D1;
  --NIGHT_PurpleAlt: #5E48ED;
  --NIGHT_Aqua: #2ECFF5;
  --NIGHT_AquaAlt: #54DEFF;
  --NIGHT_Yellow: #FFCC00;
  --NIGHT_YellowAlt: #FFDE00;
  --NIGHT_Pink: #CC0383;
  --NIGHT_PinkAlt: #DB088E;
  --NIGHT_Gold: #D4B665;
  --NIGHT_GoldAlt: #EACD80;
  --NIGHT_Brighteon: #1B2E5A;
  --NIGHT_BrighteonAlt: #213668;
  --NIGHT_Transparent: rgba(0,0,0,0);
  --NIGHT_TransparentDark: rgba(0,0,0,0.85);
  --NIGHT_TransparentLight: rgba(255,255,255,0.85);
  --NIGHT_TransparentHover: rgba(49,45,77,0.7);
  --NIGHT_Shadow: rgba(0,0,0,20);
  --NIGHT_TextPrimary: var(--NIGHT_White);
  --NIGHT_TextSecondary: var(--NIGHT_Gray10);
  --NIGHT_TextDisabled: var(--NIGHT_Gray40);
  --NIGHT_TextButton: var(--NIGHT_White);
  --NIGHT_Page: var(--NIGHT_Gray50);
  --NIGHT_Icon: var(--NIGHT_White);
  --NIGHT_ToolTip: var(--NIGHT_Gray40);
  --NIGHT_TextToolTip: var(--NIGHT_Gray10);
  --NIGHT_Track: var(--NIGHT_Gray80);
  --NIGHT_Thumb: var(--NIGHT_Gray30);
  --NIGHT_BodyTrack: var(--NIGHT_Gray80);
  --NIGHT_BodyThumb: var(--NIGHT_Gray30);
  --NIGHT_Input: var(--NIGHT_Gray30);
  --NIGHT_InputBorder: var(--NIGHT_Gray20);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_InputSelected: var(--NIGHT_Primary);
  --NIGHT_Privacy: var(--NIGHT_Gray60);
  --NIGHT_PrivacyBorder: var(--NIGHT_Gray50);
  --NIGHT_Search: var(--NIGHT_Gray30);
  --NIGHT_SearchBorder: var(--NIGHT_Gray40);
  --NIGHT_Helper: var(--NIGHT_Gray80);
  --NIGHT_HelperBorder: var(--NIGHT_Gray60);
  --NIGHT_Menu: var(--NIGHT_Gray40);
  --NIGHT_MenuHover: var(--NIGHT_Gray30);
  --NIGHT_MenuBorder: var(--NIGHT_Gray30);
  --NIGHT_Dropdown: var(--NIGHT_Gray40);
  --NIGHT_DropdownHover: var(--NIGHT_Gray30);
  --NIGHT_DropdownBorder: var(--NIGHT_Gray30);
  --NIGHT_Modal: var(--NIGHT_Gray40);
  --NIGHT_ModalHover: var(--NIGHT_Gray30);
  --NIGHT_ModalBorder: var(--NIGHT_Gray30);
  --NIGHT_ModalSection: var(--NIGHT_Gray50);
  --NIGHT_PopUp: var(--NIGHT_Gray40);
  --NIGHT_PopUpHover: var(--NIGHT_Gray30);
  --NIGHT_PopUpBorder: var(--NIGHT_Gray30);
  --NIGHT_Notifications: var(--NIGHT_Gray40);
  --NIGHT_NotificationsHover: var(--NIGHT_Gray30);
  --NIGHT_NotificationsBorder: var(--NIGHT_Gray30);
  --NIGHT_Button: var(--NIGHT_Primary);
  --NIGHT_ButtonHover: var(--NIGHT_PrimaryAlt);
  --NIGHT_ButtonBorder: var(--NIGHT_Gray40);
  --NIGHT_Masthead: rgba(27,25,46,0.85);
  --NIGHT_MastheadHover: var(--NIGHT_Gray40);
  --NIGHT_MastheadBorder: var(--NIGHT_Gray40);
  --NIGHT_Footer: var(--NIGHT_Gray50);
  --NIGHT_FooterHover: var(--NIGHT_Gray40);
  --NIGHT_FooterBorder: var(--NIGHT_Gray40);
  --NIGHT_Duration: rgba(0,0,0,0.85);
  --NIGHT_StatBox: var(--NIGHT_Gray60);
  --NIGHT_Tag: var(--NIGHT_Gray40);
  --NIGHT_TagHover: var(--NIGHT_Gray30);
  --NIGHT_TagText: var(--NIGHT_White);
  --NIGHT_TagFollowing: var(--NIGHT_White);
  --NIGHT_TagFollowingHover: var(--NIGHT_White);
  --NIGHT_TagFollowingText: var(--NIGHT_Black);
  --NIGHT_TagLive: var(--NIGHT_Red);
  --NIGHT_TagLiveHover: var(--NIGHT_RedAlt);
  --NIGHT_TagLiveText: var(--NIGHT_White);
  --NIGHT_InputText: var(--NIGHT_TextPrimary);
  --NIGHT_InputPlaceholder: var(--NIGHT_TextSecondary);
  --NIGHT_UI: var(--NIGHT_Primary);
  --NIGHT_UIText: var(--NIGHT_White);
  --NIGHT_Section: var(--NIGHT_Transparent);
  --NIGHT_SectionBorder: var(--NIGHT_Gray40);
  --Promo: #4646FE;
  --PromoError: #FBFB62; }

@media (prefers-color-scheme: dark) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #dfe1e3;
    --Gray20: #b0b3b8;
    --Gray30: #909090;
    --Gray40: #424345;
    --Gray50: #242529;
    --Gray60: #17181c;
    --Gray70: #0f1013;
    --Gray80: #090a0c;
    --Black: #000000;
    --BlackAlt: #090a0c;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #1a7efa;
    --PrimaryAlt: #2a87f9;
    --Gray: #424345;
    --GrayAlt: #4e5052;
    --Blue: #1a7efa;
    --BlueAlt: #2a87f9;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #45bd62;
    --GreenAlt: #4bd66c;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    --Promo: #4646FE;
    --PromoError: #FBFB62;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.75);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(66, 67, 68, 0.7);
    --Shadow: rgba(0, 0, 0, 20);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--White);
    --TextSecondary: var(--Gray30);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--Gray80);
    --Icon: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray40);
    --TextToolTip: var(--Gray10);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray80);
    --Thumb: var(--Gray40);
    --BodyTrack: var(--Gray80);
    --BodyThumb: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray50);
    --InputBorder: var(--Gray40);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray50);
    --SearchBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--Gray80);
    --HelperBorder: var(--Gray60);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--Gray60);
    --MenuHover: var(--Gray40);
    --MenuBorder: var(--Gray50);
    --Dropdown: var(--Gray60);
    --DropdownHover: var(--Gray40);
    --DropdownBorder: var(--Gray40);
    --Modal: var(--Gray60);
    --ModalHover: var(--Gray40);
    --ModalBorder: var(--Gray60);
    --ModalSection: var(--Gray70);
    --PopUp: var(--Gray60);
    --PopUpHover: var(--Gray40);
    --PopUpBorder: var(--Gray60);
    --Notifications: var(--Gray70);
    --NotificationsHover: var(--Gray50);
    --NotificationsBorder: var(--Gray50);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(9, 10, 12, 0.85);
    --MastheadHover: var(--Gray40);
    --MastheadBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--Gray80);
    --FooterHover: var(--Gray50);
    --FooterBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray50);
    --TagHover: var(--Gray40);
    --TagText: var(--White);
    --TagFollowing: var(--White);
    --TagFollowingHover: var(--White);
    --TagFollowingText: var(--Black);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray10);
    --ArticleHover: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--Gray60);
    --NewsletterBorder: var(--Gray40);
    --PlaylistBorder: var(--Gray50);
    --PlaylistHover: var(--Gray60);
    --PlaylistItemHover: var(--Gray50);
    --Premium: var(--Gray60);
    --PremiumBorder: var(--Gray50); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      border-color: var(--White); } }

@media (prefers-color-scheme: light) {
  :root .theme__system {
    /* /////////////////////////////////////////////////////////////// */
    --White: #ffffff;
    --Gray10: #f7f7f9;
    --Gray20: #ececec;
    --Gray30: #dbdbdb;
    --Gray40: #828282;
    --Gray50: #666666;
    --Gray60: #333333;
    --Gray70: #171819;
    --Gray80: #121212;
    --Black: #000000;
    --BlackAlt: #121212;
    /* /////////////////////////////////////////////////////////////// */
    --Primary: #287ced;
    --PrimaryAlt: #3399ff;
    --Gray: #b0b3b8;
    --GrayAlt: #babcbf;
    --Blue: #1a94fa;
    --BlueAlt: #41a5fc;
    --Orange: #ff3300;
    --OrangeAlt: #ff4e00;
    --Red: #e0203c;
    --RedAlt: #ee3048;
    --Green: #219150;
    --GreenAlt: #24af5f;
    --Purple: #4e39d1;
    --PurpleAlt: #5e48ed;
    --Aqua: #2ecff5;
    --AquaAlt: #54deff;
    --Yellow: #ffcc00;
    --YellowAlt: #ffde00;
    --Pink: #cc0383;
    --PinkAlt: #db088e;
    --Gold: #d4b665;
    --GoldAlt: #eacd80;
    --Brighteon: #1b2e5a;
    --BrighteonAlt: #213668;
    /* /////////////////////////////////////////////////////////////// */
    --Transparent: rgba(0, 0, 0, 0);
    --TransparentDark: rgba(0, 0, 0, 0.85);
    --TransparentLight: rgba(255, 255, 255, 0.85);
    --TransparentHover: rgba(0, 0, 0, 0.08);
    --Shadow: rgba(0, 0, 0, 0.4);
    /* /////////////////////////////////////////////////////////////// */
    --TextPrimary: var(--Gray80);
    --TextSecondary: var(--Gray40);
    --TextDisabled: var(--Gray40);
    --TextButton: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Page: var(--White);
    --Icon: var(--Gray70);
    /* /////////////////////////////////////////////////////////////// */
    --ToolTip: var(--Gray30);
    --TextToolTip: var(--Gray40);
    /* /////////////////////////////////////////////////////////////// */
    --Track: var(--Gray20);
    --Thumb: var(--Gray30);
    --BodyTrack: var(--Gray20);
    --BodyThumb: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Input: var(--Gray10);
    --InputBorder: var(--Gray30);
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    --InputSelected: var(--Primary);
    /* /////////////////////////////////////////////////////////////// */
    --Privacy: var(--Gray60);
    --PrivacyBorder: var(--Gray50);
    /* /////////////////////////////////////////////////////////////// */
    --Search: var(--Gray10);
    --SearchBorder: var(--Gray30);
    /* /////////////////////////////////////////////////////////////// */
    --Helper: var(--White);
    --HelperBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Menu: var(--White);
    --MenuHover: var(--Gray10);
    --MenuBorder: var(--Gray20);
    --Dropdown: var(--White);
    --DropdownHover: var(--Gray10);
    --DropdownBorder: var(--Gray10);
    --Modal: var(--White);
    --ModalHover: var(--Gray10);
    --ModalBorder: var(--Gray20);
    --ModalSection: var(--Gray20);
    --PopUp: var(--White);
    --PopUpHover: var(--Gray10);
    --PopUpBorder: var(--Gray20);
    --Notifications: var(--White);
    --NotificationsHover: var(--Gray10);
    --NotificationsBorder: var(--Gray20);
    --Button: var(--Primary);
    --ButtonHover: var(--PrimaryAlt);
    --ButtonBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Masthead: rgba(255, 255, 255, 0.85);
    --MastheadHover: var(--Gray10);
    --MastheadBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Footer: var(--White);
    --FooterHover: var(--Gray10);
    --FooterBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Duration: rgba(0, 0, 0, 0.85);
    --StatBox: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Tag: var(--Gray20);
    --TagHover: var(--Gray30);
    --TagText: var(--Gray60);
    --TagFollowing: var(--Brighteon);
    --TagFollowingHover: var(--BrighteonAlt);
    --TagFollowingText: var(--White);
    --TagLive: var(--Red);
    --TagLiveHover: var(--RedAlt);
    --TagLiveText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --InputText: var(--TextPrimary);
    --InputPlaceholder: var(--TextSecondary);
    /* /////////////////////////////////////////////////////////////// */
    --UI: var(--Primary);
    --UIText: var(--White);
    /* /////////////////////////////////////////////////////////////// */
    --Section: var(--Transparent);
    --SectionBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */
    --Article: var(--Gray60);
    --ArticleHover: var(--Gray80);
    /* /////////////////////////////////////////////////////////////// */
    --Newsletter: var(--White);
    --NewsletterBorder: var(--Gray20);
    --PlaylistBorder: var(--Gray20);
    --PlaylistHover: var(--Gray10);
    --PlaylistItemHover: var(--Gray20);
    --Premium: var(--Gray10);
    --PremiumBorder: var(--Gray20);
    /* /////////////////////////////////////////////////////////////// */ }
    :root .theme__system .TagsNavLeft {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .TagsNavRight {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .CardsNavLeft .CardsBackground {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .CardsNavRight .CardsBackground {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .AuthBody {
      background-color: var(--Gray10); }
    :root .theme__system .ButtonTransparent {
      background-color: var(--Transparent) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransparent:hover {
      color: var(--Gray40) !important; }
    :root .theme__system .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--BorderAlt);
      color: var(--TextPrimary) !important; }
    :root .theme__system .ButtonTransBorder:hover {
      background-color: var(--Border) !important;
      color: var(--TextButton) !important;
      color: var(--Gray40) !important; }
    :root .theme__system .PrivacyNotice .ButtonTransBorder {
      background-color: var(--Transparent) !important;
      border-color: var(--White) !important;
      color: var(--TextPrimary) !important; }
      :root .theme__system .PrivacyNotice .ButtonTransBorder:hover {
        color: var(--Gray40) !important;
        border-color: var(--Gray40) !important; }
    :root .theme__system .InputFieldDefault {
      border-color: #ececec !important;
      background-color: #ffffff !important;
      color: #121212 !important; }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    :root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
    :root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
    :root .theme__system .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
      color: var(--White); }
    :root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy {
      color: var(--White) !important; } }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dark {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #909090;
  --Gray40: #424345;
  --Gray50: #242529;
  --Gray60: #17181c;
  --Gray70: #0f1013;
  --Gray80: #090a0c;
  --Black: #000000;
  --BlackAlt: #090a0c;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #1a7efa;
  --PrimaryAlt: #2a87f9;
  --Gray: #424345;
  --GrayAlt: #4e5052;
  --Blue: #1a7efa;
  --BlueAlt: #2a87f9;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  --Promo: #4646FE;
  --PromoError: #FBFB62;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.75);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(66, 67, 68, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray30);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray80);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray50);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray60);
  --MenuHover: var(--Gray40);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray40);
  --DropdownBorder: var(--Gray40);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray40);
  --ModalBorder: var(--Gray60);
  --ModalSection: var(--Gray70);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray40);
  --PopUpBorder: var(--Gray60);
  --Notifications: var(--Gray70);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(9, 10, 12, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray80);
  --FooterHover: var(--Gray50);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray50); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dark .TagsNavLeft {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .TagsNavRight {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%) !important; }

.theme__dark .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%) !important; }

.theme__dark .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%) !important; }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #090a0c 0%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 100%); }

.theme__dark .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #090a0c 40%, rgba(9, 10, 12, 0) 100%); }

.theme__dark .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(9, 10, 12, 0) 0%, #090a0c 60%); }

.theme__dark .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__dim {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #dfe1e3;
  --Gray20: #b0b3b8;
  --Gray30: #3e5f7d;
  --Gray40: #233b51;
  --Gray50: #0f2b44;
  --Gray60: #0a2034;
  --Gray70: #061726;
  --Gray80: #04111c;
  --Black: #000000;
  --BlackAlt: #030b16;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #204ecf;
  --PrimaryAlt: #2a5ae1;
  --Gray: #45586d;
  --GrayAlt: #4d6178;
  --Blue: #204ecf;
  --BlueAlt: #2a5ae1;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(30, 60, 90, 0.4);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray20);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray70);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray40);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray50);
  --InputBorder: var(--Gray40);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray60);
  --SearchBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray70);
  --MenuHover: var(--Gray60);
  --MenuBorder: var(--Gray50);
  --Dropdown: var(--Gray60);
  --DropdownHover: var(--Gray50);
  --DropdownBorder: var(--Gray50);
  --Modal: var(--Gray60);
  --ModalHover: var(--Gray50);
  --ModalBorder: var(--Gray50);
  --ModalSection: var(--Gray80);
  --PopUp: var(--Gray60);
  --PopUpHover: var(--Gray50);
  --PopUpBorder: var(--Gray50);
  --Notifications: var(--Gray60);
  --NotificationsHover: var(--Gray50);
  --NotificationsBorder: var(--Gray50);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(6, 23, 38, 0.85);
  --MastheadHover: var(--Gray60);
  --MastheadBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray70);
  --FooterHover: var(--Gray60);
  --FooterBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray50);
  --TagHover: var(--Gray40);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray50);
  --PlaylistHover: var(--Gray60);
  --PlaylistItemHover: var(--Gray50);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__dim .TagsNavLeft {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .TagsNavRight {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim input.ButtonSubmitDefault[type=submit] {
  background-color: #204ECF !important; }

.theme__dim .InputFieldDefault {
  border-color: #233B51 !important;
  background-color: #0F2B44 !important;
  color: #FFFFFF !important; }
  .theme__dim .InputFieldDefault:focus {
    border-color: #204ECF !important;
    outline-color: #204ECF !important; }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #061726 0%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 100%); }

.theme__dim .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #061726 40%, rgba(6, 23, 38, 0) 100%); }

.theme__dim .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(6, 23, 38, 0) 0%, #061726 60%); }

.theme__dim .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
:root .theme__light {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #f7f7f9;
  --Gray20: #ececec;
  --Gray30: #dbdbdb;
  --Gray40: #828282;
  --Gray50: #666666;
  --Gray60: #333333;
  --Gray70: #171819;
  --Gray80: #121212;
  --Black: #000000;
  --BlackAlt: #121212;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #287ced;
  --PrimaryAlt: #3399ff;
  --Gray: #b0b3b8;
  --GrayAlt: #babcbf;
  --Blue: #1a94fa;
  --BlueAlt: #41a5fc;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #219150;
  --GreenAlt: #24af5f;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(0, 0, 0, 0.08);
  --Shadow: rgba(0, 0, 0, 0.4);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--Gray80);
  --TextSecondary: var(--Gray40);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--White);
  --Icon: var(--Gray70);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray30);
  --TextToolTip: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray20);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray20);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray10);
  --InputBorder: var(--Gray30);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray10);
  --SearchBorder: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--White);
  --HelperBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--White);
  --MenuHover: var(--Gray10);
  --MenuBorder: var(--Gray20);
  --Dropdown: var(--White);
  --DropdownHover: var(--Gray10);
  --DropdownBorder: var(--Gray10);
  --Modal: var(--White);
  --ModalHover: var(--Gray10);
  --ModalBorder: var(--Gray20);
  --ModalSection: var(--Gray20);
  --PopUp: var(--White);
  --PopUpHover: var(--Gray10);
  --PopUpBorder: var(--Gray20);
  --Notifications: var(--White);
  --NotificationsHover: var(--Gray10);
  --NotificationsBorder: var(--Gray20);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(255, 255, 255, 0.85);
  --MastheadHover: var(--Gray10);
  --MastheadBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--White);
  --FooterHover: var(--Gray10);
  --FooterBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray20);
  --TagHover: var(--Gray30);
  --TagText: var(--Gray60);
  --TagFollowing: var(--Brighteon);
  --TagFollowingHover: var(--BrighteonAlt);
  --TagFollowingText: var(--White);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray20);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray60);
  --ArticleHover: var(--Gray80);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--White);
  --NewsletterBorder: var(--Gray20);
  --PlaylistBorder: var(--Gray20);
  --PlaylistHover: var(--Gray10);
  --PlaylistItemHover: var(--Gray20);
  --Premium: var(--Gray10);
  --PremiumBorder: var(--Gray20); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__light {
  /* /////////////////////////////////////////////////////////////// */ }
  .theme__light .TagsNavLeft {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .TagsNavRight {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .CardsNavLeft .CardsBackground {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .CardsNavRight .CardsBackground {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .AuthBody {
    background-color: var(--Gray10); }
  .theme__light .ButtonTransparent {
    background-color: var(--Transparent) !important;
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransparent:hover {
    color: var(--Gray40) !important; }
  .theme__light .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--BorderAlt);
    color: var(--TextPrimary) !important; }
  .theme__light .ButtonTransBorder:hover {
    background-color: var(--Border) !important;
    color: var(--TextButton) !important;
    color: var(--Gray40) !important; }
  .theme__light .PrivacyNotice .ButtonTransBorder {
    background-color: var(--Transparent) !important;
    border-color: var(--TextPrimary) !important;
    color: var(--TextPrimary) !important; }
    .theme__light .PrivacyNotice .ButtonTransBorder:hover {
      color: var(--Gray40) !important;
      border-color: var(--Gray40) !important; }
  .theme__light .InputFieldDefault {
    border-color: #ececec !important;
    background-color: #ffffff !important;
    color: #121212 !important; }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundLarge {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .theme__light .ScrollNavLeft .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }
  .theme__light .ScrollNavRight .ScrollNavBackgroundSmall {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%); }
  .theme__light .PrivacyBox .PrivacyTable .PrivacyNoticeHeadline {
    color: var(--White); }
  .theme__light .PrivacyBox .PrivacyTable .ButtonPrivacy {
    color: var(--White) !important;
    border-color: var(--White) !important; }

/* /////////////////////////////////////////////////////////////// */
:root .theme__night {
  /* /////////////////////////////////////////////////////////////// */
  --White: #ffffff;
  --Gray10: #b0b3b8;
  --Gray20: #4e4b68;
  --Gray30: #312d4d;
  --Gray40: #26233e;
  --Gray50: #1b192e;
  --Gray60: #100e1f;
  --Gray70: #090813;
  --Gray80: #070a0d;
  --Black: #000000;
  --BlackAlt: #070a0d;
  /* /////////////////////////////////////////////////////////////// */
  --Primary: #5e48ed;
  --PrimaryAlt: #7f6cfa;
  --Gray: #3b375d;
  --GrayAlt: #433f68;
  --Blue: #5E48ED;
  --BlueAlt: #31a5f4;
  --Orange: #ff3300;
  --OrangeAlt: #ff4e00;
  --Red: #e0203c;
  --RedAlt: #ee3048;
  --Green: #45bd62;
  --GreenAlt: #4bd66c;
  --Purple: #4e39d1;
  --PurpleAlt: #5e48ed;
  --Aqua: #2ecff5;
  --AquaAlt: #54deff;
  --Yellow: #ffcc00;
  --YellowAlt: #ffde00;
  --Pink: #cc0383;
  --PinkAlt: #db088e;
  --Gold: #d4b665;
  --GoldAlt: #eacd80;
  --Brighteon: #1b2e5a;
  --BrighteonAlt: #213668;
  /* /////////////////////////////////////////////////////////////// */
  --Transparent: rgba(0, 0, 0, 0);
  --TransparentDark: rgba(0, 0, 0, 0.85);
  --TransparentLight: rgba(255, 255, 255, 0.85);
  --TransparentHover: rgba(49, 45, 77, 0.7);
  --Shadow: rgba(0, 0, 0, 20);
  /* /////////////////////////////////////////////////////////////// */
  --TextPrimary: var(--White);
  --TextSecondary: var(--Gray10);
  --TextDisabled: var(--Gray40);
  --TextButton: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Page: var(--Gray50);
  --Icon: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --ToolTip: var(--Gray40);
  --TextToolTip: var(--Gray10);
  /* /////////////////////////////////////////////////////////////// */
  --Track: var(--Gray80);
  --Thumb: var(--Gray30);
  --BodyTrack: var(--Gray80);
  --BodyThumb: var(--Gray30);
  /* /////////////////////////////////////////////////////////////// */
  --Input: var(--Gray30);
  --InputBorder: var(--Gray20);
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  --InputSelected: var(--Primary);
  /* /////////////////////////////////////////////////////////////// */
  --Privacy: var(--Gray60);
  --PrivacyBorder: var(--Gray50);
  /* /////////////////////////////////////////////////////////////// */
  --Search: var(--Gray30);
  --SearchBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Helper: var(--Gray80);
  --HelperBorder: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Menu: var(--Gray40);
  --MenuHover: var(--Gray30);
  --MenuBorder: var(--Gray30);
  --Dropdown: var(--Gray40);
  --DropdownHover: var(--Gray30);
  --DropdownBorder: var(--Gray30);
  --Modal: var(--Gray40);
  --ModalHover: var(--Gray30);
  --ModalBorder: var(--Gray30);
  --ModalSection: var(--Gray50);
  --PopUp: var(--Gray40);
  --PopUpHover: var(--Gray30);
  --PopUpBorder: var(--Gray30);
  --Notifications: var(--Gray40);
  --NotificationsHover: var(--Gray30);
  --NotificationsBorder: var(--Gray30);
  --Button: var(--Primary);
  --ButtonHover: var(--PrimaryAlt);
  --ButtonBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Masthead: rgba(27, 25, 46, 0.85);
  --MastheadHover: var(--Gray40);
  --MastheadBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Footer: var(--Gray50);
  --FooterHover: var(--Gray40);
  --FooterBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Duration: rgba(0, 0, 0, 0.85);
  --StatBox: var(--Gray60);
  /* /////////////////////////////////////////////////////////////// */
  --Tag: var(--Gray40);
  --TagHover: var(--Gray30);
  --TagText: var(--White);
  --TagFollowing: var(--White);
  --TagFollowingHover: var(--White);
  --TagFollowingText: var(--Black);
  --TagLive: var(--Red);
  --TagLiveHover: var(--RedAlt);
  --TagLiveText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --InputText: var(--TextPrimary);
  --InputPlaceholder: var(--TextSecondary);
  /* /////////////////////////////////////////////////////////////// */
  --UI: var(--Primary);
  --UIText: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Section: var(--Transparent);
  --SectionBorder: var(--Gray40);
  /* /////////////////////////////////////////////////////////////// */
  --Article: var(--Gray10);
  --ArticleHover: var(--White);
  /* /////////////////////////////////////////////////////////////// */
  --Newsletter: var(--Gray60);
  --NewsletterBorder: var(--Gray40);
  --PlaylistBorder: var(--Gray30);
  --PlaylistHover: var(--Gray40);
  --PlaylistItemHover: var(--Gray30);
  --Premium: var(--Gray60);
  --PremiumBorder: var(--Gray40); }

/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////// */
/* same color as masthead */
.theme__night .TagsNavLeft {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .TagsNavRight {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .CardsNavLeft .CardsBackground {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .CardsNavRight .CardsBackground {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night input.ButtonSubmitDefault[type=submit] {
  background-color: #5E48ED !important; }

.theme__night .InputFieldDefault {
  border-color: #4E4B68 !important;
  background-color: #312D4D !important;
  color: #FFFFFF !important; }
  .theme__night .InputFieldDefault:focus {
    border-color: #5E48ED !important;
    outline-color: #5E48ED !important; }

.theme__night .ScrollNavLeft .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, #1b192e 0%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundLarge {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 100%); }

.theme__night .ScrollNavLeft .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, #1b192e 40%, rgba(27, 25, 46, 0) 100%); }

.theme__night .ScrollNavRight .ScrollNavBackgroundSmall {
  background: linear-gradient(to right, rgba(27, 25, 46, 0) 0%, #1b192e 60%); }

.theme__night .PrivacyBox .PrivacyTable .ButtonPrivacy {
  border-color: var(--White); }

/* /////////////////////////////////////////////////////////////// */
.form {
  display: block;
  margin: 0 auto 20px auto; }
  .form__input {
    position: relative;
    border: solid 1px #cccccc;
    border-radius: 3px;
    margin: 0px auto 20px auto;
    padding: 10px 40px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form__input .e-toolbar-wrapper {
      display: none; }
    .form__input .e-richtexteditor {
      border: 0; }
      .form__input .e-richtexteditor .e-rte-link-dialog {
        height: auto !important; }
      .form__input .e-richtexteditor .e-rte-content {
        border: 0; }
        .form__input .e-richtexteditor .e-rte-content span.rte-placeholder {
          padding: 3px 0px !important;
          font-weight: 400;
          font-size: 14px;
          color: #666666; }
        .form__input .e-richtexteditor .e-rte-content .e-content {
          padding: 0; }
          .form__input .e-richtexteditor .e-rte-content .e-content span {
            display: block !important;
            font-weight: normal;
            font-size: 14px; }
    .form__input > div {
      width: 100%; }
    .form__input input {
      display: block;
      width: 100%;
      height: 24px;
      font-family: 'Roboto';
      font-size: 14px;
      color: #666666;
      border: 0px;
      outline: 0px; }
    .form__input textarea {
      display: block;
      width: 100%;
      padding-right: 40px;
      font-family: 'Roboto';
      font-size: 14px;
      color: #666666;
      border: 0px;
      outline: 0px;
      resize: none; }
    .form__input span {
      display: none;
      margin: 0px auto 7px auto;
      font-family: 'Roboto';
      font-size: 11px;
      color: #000000;
      font-weight: 700;
      user-select: none; }
    .form__input span.e-icons {
      font-family: 'e-icons';
      margin-bottom: 0px; }
    .form__input--show {
      display: block !important; }
    .form__input--hidden {
      display: none !important; }
    .form__input--active {
      border: solid 1px #3366cc; }
    .form__input--error {
      border: solid 1px #ed1a3b !important; }
      .form__input--error span {
        color: #ed1a3b !important; }
    .form__input--disabled {
      background-color: #ececec !important;
      cursor: not-allowed; }
    .form__input--checkmark {
      background-image: url([object Module]);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: right 5px center; }
    .form__input--datepicker {
      padding: 10px; }
    .form__input__calendar {
      position: absolute;
      right: 11px;
      top: 11px;
      z-index: 1;
      pointer-events: none;
      width: 25px;
      height: 21px; }
    .form__input .input-container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .form__input .checkmark-icon {
      width: 20px;
      margin-right: -35px; }
  .form__submit {
    display: block;
    margin: 0 auto; }
    .form__submit .btn {
      width: 200px; }
  .form .form-control {
    background: none; }
  .form .clear-date {
    font-size: 12px;
    color: #ad0e27;
    cursor: pointer;
    display: inline-block; }
    .form .clear-date:hover {
      text-decoration: underline; }

