
/* White avatar group background color. */
$avatar-group-color-background-lightest: rgb(255, 255, 255) !default;
/* Dark gray avatar group background color. */
$avatar-group-color-background-inverse: rgb(116, 116, 116) !default;
/* White badge background color. */
$badge-color-background-lightest: rgb(255, 255, 255) !default;
/* Dark gray badge background color. */
$badge-color-background-inverse: rgb(116, 116, 116) !default;
$brand-band-default-image: "" !default;
$brand-band-color-background-primary: rgba(0, 0, 0, 0) !default;
$brand-band-color-background-primary-transparent: rgba(0, 0, 0, 0) !default;
$brand-band-color-background-secondary: rgba(0, 0, 0, 0) !default;
$brand-band-color-background-secondary-transparent: rgba(0, 0, 0, 0) !default;
$brand-band-image-height-small: 6rem !default;
$brand-band-image-height-medium: 12.5rem !default;
$brand-band-image-height-large: 18.75rem !default;
$brand-band-scrim-height: 3.125rem !default;
$template-gutters: 0 !default;
$template-profile-gutters: 0 !default;
$button-icon-color-border-primary: rgb(255, 255, 255) !default;
$button-icon-boundary-touch: 2.75rem !default;
$button-color-border-primary: rgb(243, 243, 243) !default;
$button-color-border-brand-primary: rgb(1, 118, 211) !default;
$button-color-border-secondary: rgba(255, 255, 255, 0.8) !default;
$button-border-radius: .25rem !default;
/* Default secondary button - focus state */
$color-background-button-default-focus: rgb(243, 243, 243) !default;
/* Use BRAND_ACCESSIBLE to pick up theming capabilities */
$button-color-background-brand-primary: rgb(1, 118, 211) !default;
/* Disabled button backgrounds on inverse/dark backgrounds */
$color-background-button-inverse-disabled: rgba(0, 0, 0, 0) !default;
/* Default secondary button - hover state */
$color-background-button-default-hover: rgb(243, 243, 243) !default;
/* Default secondary button */
$color-background-button-default: rgb(255, 255, 255) !default;
/* Background color for icon-only button - disabled state */
$color-background-button-icon-disabled: rgb(255, 255, 255) !default;
/* Background color for icon-only button - focus state */
$color-background-button-icon-focus: rgb(243, 243, 243) !default;
$button-color-background-secondary: rgba(255, 255, 255, 0.8) !default;
/* Brandable primary button - disabled state */
$color-background-button-brand-disabled: rgb(243, 243, 243) !default;
/* Brandable primary button - hover state */
$color-background-button-brand-hover: rgb(1, 68, 134) !default;
/* Active button backgrounds on inverse backgrounds on mobile */
$color-background-button-inverse-active: rgba(0, 0, 0, 0.24) !default;
/* Background color for icon-only button - hover state */
$color-background-button-icon-hover: rgb(243, 243, 243) !default;
/* Brandable primary button */
$color-background-button-brand: rgb(1, 118, 211) !default;
/* Background color for icon-only button */
$color-background-button-icon: rgba(0, 0, 0, 0) !default;
/* Default secondary button - disabled state */
$color-background-button-default-disabled: rgb(255, 255, 255) !default;
/* Background color for icon-only button - active state */
$color-background-button-icon-active: rgb(243, 243, 243) !default;
/* Brandable primary button - active state */
$color-background-button-brand-active: rgb(3, 45, 96) !default;
/* Button backgrounds on inverse/dark backgrounds */
$color-background-button-inverse: rgba(0, 0, 0, 0) !default;
$button-color-background-primary: rgb(255, 255, 255) !default;
/* Default secondary button - active state */
$color-background-button-default-active: rgb(243, 243, 243) !default;
/* Line heights for regular buttons */
$line-height-button: 1.875rem !default;
/* Line heights for small buttons */
$line-height-button-small: 1.75rem !default;
/* Line height for touch screens */
$button-line-height-touch: 2.65rem !default;
$button-color-text-primary: rgb(255, 255, 255) !default;
/* Default Card component background color. */
$card-color-background: rgb(255, 255, 255) !default;
$card-color-border: rgb(201, 201, 201) !default;
$card-footer-color-border: rgba(0, 0, 0, 0) !default;
$card-shadow: none !default;
/* Use for active tab. */
$card-font-weight: 400 !default;
$card-footer-margin: 0.75rem !default;
$card-body-padding: 0 1rem !default;
$card-wrapper-spacing: 1rem !default;
$card-header-padding: 0.75rem 1rem 0 !default;
$card-spacing-large: 1.5rem !default;
$card-header-margin: 0 0 0.75rem !default;
/* Use for vertical spacing between cards */
$card-spacing-margin: 1rem !default;
$card-footer-padding: 0 1rem 0.75rem !default;
$card-spacing-small: 0.75rem !default;
$card-footer-text-align: right !default;
/* Default background for carousel card */
$carousel-color-background: rgb(255, 255, 255) !default;
/* Default background for carousel navigation indicators */
$carousel-indicator-color-background: rgb(255, 255, 255) !default;
/* Default hover background for carousel navigation indicators */
$carousel-indicator-color-background-hover: rgb(243, 243, 243) !default;
/* Default focus background for carousel navigation indicators */
$carousel-indicator-color-background-focus: rgb(1, 68, 134) !default;
/* Default background for active state on carousel navigation indicators */
$carousel-indicator-color-background-active: rgb(1, 118, 211) !default;
/* Default width for carousel indicator width */
$carousel-indicator-width: 1rem !default;
/* Inbound chat message background color. */
$chat-message-color-background-inbound: rgb(243, 243, 243) !default;
/* Outbound chat message background color. */
$chat-message-color-background-outbound: rgb(1, 68, 134) !default;
/* Outbound agent chat message background color. */
$chat-message-color-background-outbound-agent: rgb(116, 116, 116) !default;
/* Status chat message background color. */
$chat-message-color-background-status: rgb(255, 255, 255) !default;
/* Line heights for toggle buttons */
$line-height-toggle: 1.3rem !default;
/* Slider size for toggle. */
$square-toggle-slider: 1.25rem !default;
/* Slider width. */
$width-toggle: 3rem !default;
/* Slider height. */
$height-toggle: 1.5rem !default;
$color-picker-slider-thumb-color-background: rgb(243, 243, 243) !default;
$color-picker-slider-thumb-border-color: rgb(68, 68, 68) !default;
$color-picker-swatch-shadow: inset 0 0 1px rgba(0,0,0,0.4) !default;
$color-picker-input-custom-hex-font-size: 0.75rem !default;
$color-picker-selector-width: 14rem !default;
$color-picker-swatches-width: 13.3rem !default;
$color-picker-range-height: 5rem !default;
$color-picker-slider-height: 1.5rem !default;
$color-picker-thumb-width: 0.375rem !default;
$color-picker-range-indicator-size: 0.75rem !default;
$color-picker-input-custom-hex-width: 4.2rem !default;
$color-picker-swatch-size: 1.25rem !default;
/* Alternating row background color for tables */
$table-color-background-stripes: rgb(243, 243, 243) !default;
/* Default background color for table headers */
$table-color-background-header: rgb(255, 255, 255) !default;
/* Hover state for table header cells */
$table-color-background-header-hover: rgb(243, 243, 243) !default;
/* Focused state for table header cells */
$table-color-background-header-focus: rgb(255, 255, 255) !default;
/* Resizable handle color for table header cells */
$table-color-background-header-resizable-handle: rgb(174, 174, 174) !default;
$table-border-radius: 0 !default;
$table-cell-spacing: 0.5rem !default;
$table-color-text-header: rgb(68, 68, 68) !default;
$datepicker-color-text-day-adjacent-month: rgb(116, 116, 116) !default;
/* Docked panel header’s background color. */
$color-background-docked-panel-header: rgb(255, 255, 255) !default;
/* Docked panel’s background color when open. */
$color-background-docked-panel: rgb(255, 255, 255) !default;
/* Height of the docked bar. */
$height-docked-bar: 2.5rem !default;
/* Utility bar notifications badge background color. */
$utility-bar-color-background-notification-badge: rgb(254, 92, 76) !default;
/* Utility bar notifications focus background color. */
$utility-bar-color-background-notification-focus: rgb(201, 201, 201) !default;
$drop-zone-slot-height: 0.25rem !default;
/* Default color for animated icon waffle for app switcher. */
$color-background-icon-waffle: rgb(116, 116, 116) !default;
/* Default background color for a typing icon dot. */
$typing-icon-dot-color-background-gray: rgb(201, 201, 201) !default;
/* Active background color for a typing icon dot when animcating. */
$typing-icon-dot-color-background-gray-dark: rgb(201, 201, 201) !default;
/* Brand fill color */
$global-action-fill-hover: rgb(1, 68, 134) !default;
/* Global action icon size */
$global-action-icon-size: 1.5rem !default;
/* Typing icon size */
$typing-icon-dot-size: .5rem !default;
$einstein-header-background: "/einstein-headers/einstein-header-background.svg" !default;
$einstein-header-figure: "/einstein-headers/einstein-figure.svg" !default;
/* Background color for Einstein header */
$einstein-header-background-color: rgb(144, 208, 254) !default;
/* Text shadow color for Einstein header background to make text more readable */
$einstein-header-text-shadow: #cfe9fe !default;
$files-z-index-hover: 5 !default;
$form-label-font-size: 0.75rem !default;
/* Global Header background color */
$global-header-color-background: rgb(255, 255, 255) !default;
$brand-logo-image: "/logo-noname.svg" !default;
/* Global identity icon size. */
$square-icon-global-identity-icon: 1.25rem !default;
/* Hovered context bar item background color. */
$color-background-context-bar-item-hover: rgb(255, 255, 255) !default;
/* Active context bar item background color. */
$color-background-context-bar-item-active: rgb(255, 255, 255) !default;
/* Default context bar background color. */
$color-background-context-bar: rgb(255, 255, 255) !default;
/* Context TAB bar item background color. */
$color-background-context-tab-bar-item: rgb(255, 255, 255) !default;
/* Hovered context bar item background color. */
$color-background-context-bar-inverse-item-hover: rgba(255, 255, 255, 0.2) !default;
/* A Gradient used for putting shadows on the bottom when box-shadow is not possible. */
$color-background-context-bar-shadow: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 100%) !default;
/* Active context bar item background color. */
$color-background-context-bar-inverse-item-active: rgba(255, 255, 255, 0.4) !default;
/* Brand color in context bar for default theme */
$color-background-context-bar-brand-accent: rgb(13, 157, 218) !default;
/* Highlight for context bar action (hover and focus states). */
$color-background-context-bar-action-highlight: rgba(255, 255, 255, 0.2) !default;
/* Divider in context bar */
$color-border-context-bar-divider: rgba(255, 255, 255, 0.2) !default;
/* Border color in context bar */
$color-border-context-bar-item: rgba(0, 0, 0, 0.2) !default;
/* Border color in context bar on dark background */
$color-border-context-bar-inverse-item: rgba(255, 255, 255, 0.2) !default;
/* Border color in context bar for default theme */
$color-border-context-bar-theme-default: rgb(13, 157, 218) !default;
/* Alternate border color in context bar for default theme */
$color-border-context-bar-theme-default-alt: rgb(243, 243, 243) !default;
/* Hovered border color in context bar for default theme */
$color-border-context-bar-theme-default-hover: rgb(50, 29, 113) !default;
/* Active border color in context bar for default theme */
$color-border-context-bar-theme-default-active: rgb(243, 243, 243) !default;
/* Context bar height. */
$height-context-bar: 2.5rem !default;
/* Context bar tab accent height when tab is active. */
$globalnavigation-item-height-accent-active: 3px !default;
/* Context bar tab accent height when tab is focused. */
$globalnavigation-item-height-accent-focus: 4px !default;
/* Context bar text color */
$color-text-context-bar: rgb(68, 68, 68) !default;
/* Context bar text color on a dark background */
$color-text-context-bar-inverse: rgb(255, 255, 255) !default;
/* Context bar action trigger text color */
$color-text-context-bar-action-trigger: rgba(255, 255, 255, 0.4) !default;
/* Primary color for illustrations */
$illustration-color-primary: rgb(144, 208, 254) !default;
/* Secondary color for illustrations */
$illustration-color-secondary: rgb(207, 233, 254) !default;
$input-static-font-size: 0.8125rem !default;
$input-static-font-weight: 400 !default;
$input-readonly-font-weight: 400 !default;
$input-static-color: rgb(24, 24, 24) !default;
/* Default Page Header background color */
$page-header-color-background: rgb(243, 243, 243) !default;
/* Secondary Page Header background color */
$page-header-color-background-alt: rgb(255, 255, 255) !default;
/* Use COLOR_BACKGROUND_PAGE_HEADER instead. */
$color-background-anchor: rgb(243, 243, 243) !default;
/* Page Header background color */
$color-background-page-header: rgb(255, 255, 255) !default;
$page-header-color-border: rgba(0, 0, 0, 0) !default;
$page-header-joined-color-border: rgb(201, 201, 201) !default;
$page-header-border-radius: 0 !default;
$page-header-shadow: none !default;
$page-header-title-font-size: 1.125rem !default;
$page-header-title-font-weight: 400 !default;
/* Page header Entity Icon size */
$page-header-icon-size: 2.25rem !default;
$page-header-spacing-margin: 0 !default;
$page-header-spacing-padding: 1rem !default;
$page-header-spacing-row: 0.75rem 1rem !default;
/* Dropshadow found on docked UI panels when positioned to the left of a viewport */
$panel-docked-left-shadow: 1px 0 3px rgba(0,0,0,0.25) !default;
/* Dropshadow found on docked UI panels when positioned to the left of a viewport */
$panel-docked-right-shadow: -1px 0 3px 0 rgba(0,0,0,0.25) !default;
/* The hover background color for Salespath stages that have not been completed. */
$color-background-path-incomplete-hover: rgb(201, 201, 201) !default;
/* The background color for the step action arrow that are the active stage */
$color-background-path-step-action-active: rgb(0, 22, 57) !default;
/* The background color for Salespath stages that have not been completed. */
$color-background-path-incomplete: rgb(243, 243, 243) !default;
/* The hover background color for Salespath stages that are the active stage. */
$color-background-path-active-hover: rgb(3, 45, 96) !default;
/* The background color for the final stage of a Salespath when it has been lost. */
$color-background-path-lost: rgb(234, 0, 30) !default;
/* The background color for Salespath stages that are the active stage. */
$color-background-path-active: rgb(1, 68, 134) !default;
/* The background color for Salespath guidance coaching section. */
$color-background-guidance: rgb(255, 255, 255) !default;
/* The background color for the final stage of a Salespath when it has been lost. */
$color-background-path-won: rgb(46, 132, 74) !default;
/* The hover background color for Salespath stages that are the current stage. */
$color-background-path-current-hover: rgb(255, 255, 255) !default;
/* The background color for Salespath stages that are the current stage. */
$color-background-path-current: rgb(255, 255, 255) !default;
/* The hover background color for Salespath stages that are complete. */
$color-background-path-complete-hover: rgb(46, 132, 74) !default;
/* The background color for Salespath stages that are complete. */
$color-background-path-complete: rgb(59, 167, 85) !default;
/* The background color for the step action arrow that are the current stage */
$color-background-path-step-action-current: rgb(1, 68, 134) !default;
/* The background color for the overall Salespath coaching section. */
$color-background-path-expanded: rgb(255, 255, 255) !default;
/* Used as a separator between dark colors like the stages of salespath. */
$color-border-path-divider: rgb(255, 255, 255) !default;
/* Used as a border color for the active Path step. */
$color-border-path-current: rgb(1, 68, 134) !default;
/* Used as a border color for the current path step on hover. */
$color-border-path-current-hover: rgb(3, 45, 96) !default;
/* Line heights for salespath */
$line-height-salespath: 1.5rem !default;
/* Height of Path */
$height-sales-path: 2rem !default;
/* Width of action button to right */
$path-button-width-fixed: 13rem !default;
/* Border width of current stage for path item */
$width-path-border-current: 0.125rem !default;
/* Used as a text color for the active Path step. */
$color-text-path-current: rgb(1, 68, 134) !default;
/* Used as a text hover color for the active Path step. */
$color-text-path-current-hover: rgb(3, 45, 96) !default;
/* The default background color for Popover Walkthrough */
$popover-walkthrough-color-background: rgb(0, 22, 57) !default;
/* The default background color for Popover Walkthrough Header */
$popover-walkthrough-header-color-background: rgb(3, 45, 96) !default;
/* The default background color for alternative Popover Walkthrough */
$popover-walkthrough-color-background-alt: rgb(1, 118, 211) !default;
$popover-walkthrough-header-image: "" !default;
$popover-walkthrough-alt-image: "" !default;
/* The background color for nubbins on the bottom of alternate walkthrough popovers */
$popover-walkthrough-alt-nubbin-color-background: rgb(1, 118, 211) !default;
/* Tooltip nubbin square size */
$nubbin-size-default: 1rem !default;
/* Tooltip nubbin offset for branded popovers */
$nubbin-triangle-offset: -0.1875rem !default;
/* The default border width for Branded Popover */
$popover-brand-border-width: 0.25rem !default;
/* Text color for step counter in walkthrough variant of popovers */
$popover-color-text: rgb(201, 201, 201) !default;
/* The default background color for Progress Indicator */
$progress-color-background: rgb(255, 255, 255) !default;
/* The shaded background color for Progress Indicator */
$progress-color-background-shade: rgb(243, 243, 243) !default;
/* The background color for the Progress Bar */
$progress-bar-color-background: rgb(201, 201, 201) !default;
/* The background color of the fill for the Progress Bar */
$progress-bar-color-background-fill: rgb(26, 185, 255) !default;
/* The success background color of the fill for the Progress Bar */
$progress-bar-color-background-fill-success: rgb(46, 132, 74) !default;
/* Borders of each indicator item within the Progress Indicator */
$progress-color-border: rgb(255, 255, 255) !default;
/* Shaded borders of each indicator item within the Progress Indicator */
$progress-color-border-shade: rgb(243, 243, 243) !default;
/* Hovered border color of each indicator item within the Progress Indicator */
$progress-color-border-hover: rgb(1, 118, 211) !default;
/* Active border color of each indicator item within the Progress Indicator */
$progress-color-border-active: rgb(27, 150, 255) !default;
/* Height of the Progress Bar */
$progress-bar-height: 0.125rem !default;
/* Inner color for progress ring component */
$color-background-progress-ring-content: rgb(255, 255, 255) !default;
/* Thickness of the Progress Ring's ring */
$progress-ring-width: 0.1875rem !default;
/* Line height for touch screens */
$radio-button-group-line-height-touch: 2.69rem !default;
/* Dark notification component background color. */
$notification-color-background-inverse: rgb(116, 116, 116) !default;
$slider-handle-color-background: rgb(27, 150, 255) !default;
$slider-handle-color-background-hover: rgb(1, 118, 211) !default;
$slider-handle-color-background-focus: rgb(1, 118, 211) !default;
$slider-handle-color-background-active: rgb(1, 118, 211) !default;
$slider-track-color-background: rgb(243, 243, 243) !default;
$slider-track-color-background-fill: rgb(27, 150, 255) !default;
$slider-color-background-disabled: rgb(243, 243, 243) !default;
$slider-handle-shadow: rgba(0, 0, 0, 0.16) 0 2px 3px !default;
$slider-handle-size: 1rem !default;
$slider-track-height: 4px !default;
$slider-track-width: 100% !default;
/* Spinner size for xx-small modifier */
$spinner-size-xx-small: 0.5rem !default;
/* Spinner size for x-small modifier */
$spinner-size-x-small: 1rem !default;
/* Spinner size for small modifier */
$spinner-size-small: 1.25rem !default;
/* Spinner size for medium modifier */
$spinner-size-medium: 2rem !default;
/* Spinner size for large modifier */
$spinner-size-large: 2.75rem !default;
/* Split View background color. */
$split-view-color-background: rgb(243, 243, 243) !default;
/* Split View background color on row hover. */
$split-view-color-background-row-hover: rgb(255, 255, 255) !default;
/* Row dividers in Split View list */
$split-view-color-border: rgb(201, 201, 201) !default;
/* Default width for split view container */
$split-view-width: 25rem !default;
/* Use for active tab. */
$tabs-font-weight: 400 !default;
/* Vertical navigation shaded background color on row hover. */
$vertical-navigation-color-background-shade-row-hover: rgb(243, 243, 243) !default;
/* Vertical navigation shaded background color on row active. */
$vertical-navigation-color-background-shade-row-active: rgb(243, 243, 243) !default;
/* Text color for the Info section */
$welcome-mat-text-color-info: rgb(3, 45, 96) !default;
/* Background Image Path for the Welcome Mat Info section */
$welcome-mat-background-image-info: "/welcome-mat/bg-info@2x.png" !default;
/* Background overflow color for the Welcome Mat Info section */
$welcome-mat-background-color-info: rgb(207, 233, 254) !default;
/* Progress Bar background is white */
$welcome-mat-color-background-progress-bar: rgb(255, 255, 255) !default;
/* Box Shadow declaration */
$welcome-mat-color-action-shadow: rgba(0, 0, 0, 0.05) !default;
/* Completed icon color for the Welcome Mat Boxes */
$welcome-mat-color-icon-complete: rgb(201, 201, 201) !default;
/* Font size for the info title */
$welcome-mat-font-size-info-title: 2.625rem !default;
/* Welcome Mat Width */
$welcome-mat-width: 52.0625rem !default;
/* Min height for Overlay */
$welcome-mat-min-height: 25rem !default;
/* Max height for Overlay */
$welcome-mat-max-height: 37.5rem !default;
/* Welcome Mat Progress Bar width */
$welcome-mat-width-progress-bar: 12.5rem !default;
/* Size of the green completed check mark */
$welcome-mat-complete-icon-size: 1.25rem !default;
/* Size of the check mark in the green icon */
$welcome-mat-check-size: 0.625rem !default;
/* Bottom spacing (safe area) for background image */
$welcome-mat-spacing-info: 7.75rem !default;
