*,
html,
body {
	--business-primary: #1E313E;
	--retail-transact: #009DE0;
	--retail-transact-5: #009DE00D;
	--app-background: #f5f5f5;

	--theme-app-header-height: 64px;
	--app-divider: 1px solid #E1E1E1;
	--app-side-bar-menu-width: var(--theme-menu-width, 256px);

	/*THEME OVERRIDES*/

	--theme-tab-border-bottom: var(--app-divider);

	--theme-overflow-menu-item-font-color: #545D60;

	--theme-label-title-font-size: 24px;
	--theme-label-title-font-weight: 600;

	--theme-toast-box-shadow: 0 5px 10px 0 rgba(56, 56, 56, 0.25);

	--theme-modal-footer-padding: 12px;

	--theme-label-cursor: unset;

	--theme-input-font-size: 14px;

	--theme-toast-top: 4px;

	--theme-data-table-header-sorted-background-color: var(--theme-data-table-header-background-color);

	overscroll-behavior-y: contain;
	overscroll-behavior-x: contain;

	overflow: hidden;

	/* Removed the flashing effect on Chrome when clicking on the Component such at the calendar */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	--theme-select-no-results-background-color: #FFFFFF;

	--theme-button-default-border-width: 1px;
}
