/* NOTE: This file was generated as an optimized version of "library.source.less" for the Theme Designer. */

/*!
 * OpenUI5
 * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
 * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
 */

@import "../base/library.less";
@import "global.less";
/* START "shared.less" */
/* ===================================== */
/* Shared CSS High Contrast Black theme  */
/* ===================================== */

.sapUiBody {
	width: 100%;
	height: 100%;
	margin: 0;
}

.sapUiBLy {
	background-color: @sapHCStandardBG;
	opacity: 0.3;
}

/**
 * Class used to hide the line-sliding busy indicator at the top (as used in goldreflection)
 */
.sapUiBusy {
	display: none;
}

/* Typography */
.sapMH1FontSize,
.sapMH1Style {
	font-size: @sapMFontHeader1Size !important;
}

.sapMH2FontSize,
.sapMH2Style {
	font-size: @sapMFontHeader2Size !important;
}

.sapMH3FontSize,
.sapMH3Style {
	font-size: @sapMFontHeader3Size !important;
}

.sapMH4FontSize,
.sapMH4Style {
	font-size: @sapMFontHeader4Size !important;
}

.sapMH5FontSize,
.sapMH5Style {
	font-size: @sapMFontHeader5Size !important;
}

.sapMH6FontSize,
.sapMH6Style {
	font-size: @sapMFontHeader6Size !important;
}

.sapMH1Style,
.sapMH2Style,
.sapMH3Style,
.sapMH4Style,
.sapMH5Style,
.sapMH6Style {
	font-family: @sapUiFontHeaderFamily !important;
	font-weight: @sapUiFontHeaderWeight !important;
	color: @sapUiGroupTitleTextColor !important;
	text-shadow: @sapUiShadowText !important;
}
/* END "shared.less" */


/* START "BrowserScrollbar.less" */
/* ============================================= */
/* CSS for control sap.ui.core/BrowserScrollbar  */
/* High Contrast Black theme                     */
/* ============================================= */

/****** Safari + Chrome on Desktop ******/

html.sap-desktop ::-webkit-scrollbar {
	border: 1px solid @sapUiScrollBarFaceColor;
}

html.sap-desktop ::-webkit-scrollbar-thumb {
	border: 1px solid @sapUiScrollBarFaceColor;
}
/* END "BrowserScrollbar.less" */

/* START "LocalBusyIndicator.less" */
/* =============================================== */
/* CSS for control sap.ui.core/LocalBusyIndicator  */
/* High Contrast Black theme                       */
/* =============================================== */

@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapHCStandardBG, 30%);
@_sap_ui_core_LocalBusyIndicator_BackgroundIE: @sapHCStandardBG;

// Color the BusyIndicator with the standard FG color in HCB
// The brandColor default is black, and thus invisible in HCB
@_sap_ui_core_LocalBusyIndicator_Color: @sapHCStandardFG;
/* END "LocalBusyIndicator.less" */

/* START "Shadow.less" */
/* =================================== */
/* CSS for control sap.ui.core/Shadow  */
/* High Contrast Black theme           */
/* =================================== */

.sapUiShd {
	box-shadow: none;
}
/* END "Shadow.less" */

