[ui5-responsive-popover]::part(content) {
	padding: 0;
}

[ui5-responsive-popover] {
	width: 20rem;
	height: 35.625rem;
}

[ui5-responsive-popover]::part(content) {
	width: 20rem;
	height: 35.625rem;
}

.ui5-dynamic-date-range-option-container {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-around;
	height: 100%;
	width: 100%;
}

.ui5-dynamic-date-range-unified-option {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	height: 100%;
}

.ui5-last-next-container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	height: 100%;
}

.ui5-last-next-container-padded {
	padding: 0 1rem 0.5rem 1rem;
}

.ui5-ddr-input-container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0.25rem;
	width: fit-content;
}

.ui5-ddr-input-container-right-aligned {
	text-align: right;
}

.ui5-ddr-label {
	margin: 1rem 0 0.5rem 0;
	text-align: left;
}

.ui5-ddr-input-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.ui5-ddr-current-value {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 3.125rem;
	font-size: .875rem;
	font-family: var(--sapFontFamily);
	font-weight: normal;
	color: var(--sapContentLabelColor);
	background-color: lightgray;
	padding-inline-start: 10px;
	font-style: italic;
	text-overflow: ellipsis;
	overflow: hidden;
}

[ui5-responsive-popover]::part(footer) {
	display: flex;
	justify-content: end;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.ui5-ddr-arrow-back-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--_ui5_calendar_header_arrow_button_width);
	background-color: var(--sapButton_Lite_Background);
	color: var(--sapButton_Lite_TextColor);
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	font-size: var(--sapFontSize);
	user-select: none;
}

.ui5-ddr-arrow-back-btn {
	border: var(--_ui5_calendar_header_arrow_button_border);
	border-radius: var(--_ui5_calendar_header_arrow_button_border_radius);
	display:flex;
	background-color: var(--sapButton_Lite_Background);
	border-color: var(--sapButton_Lite_BorderColor);
}

.ui5-ddr-arrow-back-btn-arrow-icon {
	color: currentColor;
	pointer-events: none;
}

[ui5-responsive-popover]::part(header) {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 2.5rem;
}

.ui5-ddr-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 2.5rem;
}

.ui5-dynamic-date-range-option-datetime-container {
	height: 100%;
}

.ui5-dt-picker-header {
	display: flex;
    justify-content: center;
	padding-top: 0.5rem;
}