.dsh_vsep {
	height: 28px;
	border-left: solid 1px var(--saetta_mid_gray);
}

.dsh_main,
.dsh_side {
	position: absolute;
	top: 72px;
	bottom: 12px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	--tux_input_height: 32px;
}

.dsh_main {
	left: 12px;
	width: 70%;
}

.dsh_side {
	right: 12px;
	width: calc(30% - 36px);
}

.dsh_top {
	display: flex;
	gap: 12px;
	padding: 8px;
	padding-right: 12px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: solid 1px var(--saetta_lit_gray);
	justify-content: space-between;
	height: 50px;
}

.dsh_params {
	height: 100%;
	display: flex;
	gap: 12px;
}

.dsh_panel_main,
.dsh_panel_producers {
	flex-grow: 1;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: var(--saetta_liter_gray);
	border: solid 1px var(--saetta_lit_gray);
	border-top: 0;
	box-shadow: 0px 1px 2px #00000020;
}

.dsh_panel_main {
	padding: 16px;
}

.dsh_main_params {
	display: flex;
	gap: 12px;
}

.dsh_main_params>label {
	display: block;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	flex-grow: 1;
	min-width: 144px;
}

.dsh_main_body {
	padding-top: 36px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.dsh_main_body>div {
	width: 50%;
}

.dsh_main_body .tl,
.dsh_main_body .l,
.dsh_main_body .bl {
	border-right: dotted 1px var(--saetta_lit_gray);
	padding-right: 24px;
}

.dsh_main_body .tr,
.dsh_main_body .r,
.dsh_main_body .br {
	padding-left: 24px;
}

.dsh_main_body .tl,
.dsh_main_body .tr {
	border-bottom: dotted 1px var(--saetta_lit_gray);
	padding-bottom: 24px;
}

.dsh_main_body .bl,
.dsh_main_body .br {
	padding-top: 24px;
}

.dsh_main_money {
	--tux_icon_size: 28px;
	--tux_icon_fill: var(--saetta_dark_gray);
}

.dsh_main_money>div {
	display: flex;
	padding: 8px;
	gap: 8px;
	font-size: 14px;
	line-height: 14px;
	border-top: solid 1px var(--saetta_lit_gray);
}

.dsh_main_money>div:first-child {
	border-top: 0;
}

.dsh_main_money label {
	flex-grow: 1;
	font-weight: 300;
}

.dsh_main_money div {
	font-weight: 600;
}

.dsh_main_summary {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: stretch;
}

.dsh_main_summary>div {
	width: calc(50% - 8px);
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 8px;
	background-color: var(--saetta_white);
	box-shadow: 0 2px 8px #00000030;
}

.dsh_main_summary label {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: var(--saetta_dark);
	padding-bottom: 12px;
}

.dsh_main_summary>div>div {
	margin-left: 12px;
	margin-right: 12px;
	border-radius: 8px;
	padding: 4px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	background-color: var(--saetta_liter_gray);
	white-space: nowrap;
}

.dsh_main_num {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

.dsh_main_num>div {
	border-radius: 8px;
	padding: 4px;
	background-color: var(--saetta_white);
	display: flex;
	gap: 8px;
	font-size: 13px;
}

.dsh_main_num>div span {
	font-size: 16px;
	color: var(--saetta_dark);
}

.dsh_main_num>div label {
	font-weight: 500;
	flex-grow: 1;
}

.dsh_main_pie {
	display: flex;
	gap: 16px;
}

.dsh_main_pie.alone {
	justify-content: center;
}

.dsh_pie {
	border-radius: 50%;
	box-shadow: 0 0px 12px #00000066;
	position: relative;
	font-size: 0;
	width: 40%;
	aspect-ratio: 1;
}

.alone .dsh_pie {
	width: 70%;
	max-width: 244px;
}

.dsh_innerpie {
	container-type: inline-size;
	--inset: 14%;
	position: absolute;
	top: var(--inset);
	left: var(--inset);
	width: calc(100% - var(--inset) * 2);
	height: calc(100% - var(--inset) * 2);
	border-radius: 50%;
	background-color: var(--saetta_white);
	box-shadow: inset 0 0px 6px #00000066;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.dsh_innerpie b {
	font-size: 23cqw;
}

.dsh_innerpie span {
	display: block;
	padding-top: 3cqw;
	font-size: 10cqw;
	text-align: center;
}

.dsh_pie_num {
	flex-grow: 1;
}

.dsh_pie_legend {
	padding-top: 4px;
	padding-bottom: 4px;
	display: flex;
	gap: 8px;
	font-size: 13px;
}

.dsh_pie_legend span {
	font-size: 20px;
}

.dsh_pie_legend label {
	flex-grow: 1;
}

.dsh_pie_legend div {
	font-weight: 600;
}

.dsh_pie_cols {
	border-bottom: solid 1px var(--saetta_lit_gray);
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-weight: 600;
}

.dsh_expiring {
	border-top: solid 1px var(--saetta_lit_gray);
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: 500;
}

.dsh_expiring .fakelink {
	font-size: 13px;
	font-weight: 500;
}

/* */

.dsh_panel_producers {
	overflow: auto;
}


.dsh_producer {
	padding: 12px;
	border-bottom: solid 1px var(--saetta_lit_gray);
	cursor: pointer;
}

.dsh_producer:hover {
	background-color: var(--saetta_white);
}

.dsh_producer_name {
	display: flex;
	gap: 8px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
}

.dsh_producer_num {
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0px;
	overflow: hidden;
	transition:
		height var(--qtn_tr_ms) ease-in-out,
		padding-bottom var(--qtn_tr_ms) ease-in-out,
		padding-top var(--qtn_tr_ms) ease-in-out;
}

.dsh_producer_num>div {
	font-size: 12px;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
}

.dsh_producer.expanded .dsh_producer_num {
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto;
}

.dsh_producer .dsh_toggle {
	transition:
		transform var(--qtn_tr_ms);
}

.dsh_producer.expanded .dsh_toggle {
	transform: rotate(180deg);
}

.dsh_statement_wrapper {
	margin-top: 8px;
	background-color: var(--saetta_white);
	border-top: solid 1px var(--saetta_lit_gray);
	border-bottom: solid 1px var(--saetta_lit_gray);
	height: 181px;
	overflow: auto;
}

.dsh_statement {
	padding: 8px;
	display: flex;
	gap: 8px;
	font-size: 12px;
	font-weight: 300;
	border-bottom: solid 1px var(--saetta_lit_gray);
	cursor: pointer;
}

.dsh_statement:hover {
	background-color: var(--saetta_liter_gray);
}

.dsh_statement p {
	flex-grow: 1;
}

.dsh_statement .done {
	--tux_icon_color: var(--saetta_ok);
	--tux_icon_size: 14px;
	margin: 5px;
}