#cit-temp-prb-wrapper,
.cit-temp-prb-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

.cit-temp-prb-header {
	margin-bottom: 20px;
}

.cit-temp-prb-title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	color: #222;
}

.cit-temp-prb-subtitle {
	margin-top: 6px;
	font-size: 14px;
	color: #777;
}

.cit-temp-prb-content {
	width: 100%;
}

.cit-temp-prb-table-container {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.cit-temp-prb-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 700px;
}

.cit-temp-prb-table__head {
	background: #f7f7f7;
}

.cit-temp-prb-table__head-cell {
	padding: 14px 16px;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	color: #444;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
}

.cit-temp-prb-table__body-cell {
	padding: 14px 16px;
	font-size: 14px;
	color: #222;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}

.cit-temp-prb-table__body-row:last-child .cit-temp-prb-table__body-cell {
	border-bottom: none;
}

.cit-temp-prb-table__body-row:hover {
	background: #fafafa;
}

.cit-temp-prb-empty {
	padding: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.cit-temp-prb-empty__title {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 8px;
}

.cit-temp-prb-empty__text {
	font-size: 14px;
	color: #777;
}

.cit-temp-prb-empty-value {
	color: #aaa;
}

.cit-temp-prb-table__separator-row {
	background: #fafafa;
}

.cit-temp-prb-table__separator-cell {
	padding: 18px 16px;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}

.cit-temp-prb-table__separator-text {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #999;
	letter-spacing: 4px;
}

.cit-temp-prb-total {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 600;
}

.cit-temp-prb-total-label {
	color: #333;
}

.cit-temp-prb-total-value {
 font-size: 64px;
 color: #397BE6;
 font-weight: 700;
}

@media (max-width: 767px) {
 .cit-temp-prb-total-value {
  font-size: 36px;
 }
}

.cit-temp-prb-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin-bottom: 14px;
}

.cit-temp-prb-toolbar-bottom {
	margin-top: 14px;
	margin-bottom: 0;
}

.cit-temp-prb-toolbar__left,
.cit-temp-prb-toolbar__right {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.cit-temp-prb-search,
.cit-temp-prb-per-page {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #333;
}

.cit-temp-prb-search__label,
.cit-temp-prb-per-page__label {
	font-weight: 600;
	white-space: nowrap;
}

.cit-temp-prb-search__input {
	width: 260px;
	max-width: 100%;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	color: #222;
	box-sizing: border-box;
	outline: none;
}

.cit-temp-prb-search__input:focus {
	border-color: #397BE6;
	box-shadow: 0 0 0 2px rgba(57, 123, 230, 0.12);
}

.cit-temp-prb-per-page__select {
	height: 40px;
	padding: 8px 10px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	color: #222;
	box-sizing: border-box;
	outline: none;
}

.cit-temp-prb-pagination {
	display: flex;
	align-items: center;
	gap: 6px;
}

.cit-temp-prb-page-btn {
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.cit-temp-prb-page-btn:hover:not(:disabled) {
	background: #397BE6;
	border-color: #397BE6;
	color: #fff;
}

.cit-temp-prb-page-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.cit-temp-prb-page-info {
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	padding: 0 6px;
}

.cit-temp-prb-footer {
	margin-top: 12px;
}

.cit-temp-prb-result-info {
	margin-bottom: 12px;
	font-size: 14px;
	color: #555;
}

.cit-temp-prb-table__loading-cell,
.cit-temp-prb-table__empty-cell {
	padding: 28px 16px;
	text-align: center;
	font-size: 14px;
	color: #777;
	border-bottom: none;
}

.cit-temp-prb-column-amount {
	text-align: right;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

@media (max-width: 767px) {
	#cit-temp-prb-wrapper,
	.cit-temp-prb-wrapper {
		padding: 16px;
	}

	.cit-temp-prb-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.cit-temp-prb-toolbar__left,
	.cit-temp-prb-toolbar__right {
		width: 100%;
		align-items: stretch;
		justify-content: space-between;
	}

	.cit-temp-prb-search {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
	}

	.cit-temp-prb-search__input {
		width: 100%;
	}

	.cit-temp-prb-pagination {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.cit-temp-prb-page-info {
		width: 100%;
		text-align: center;
		order: -1;
		margin-bottom: 4px;
	}

	.cit-temp-prb-table {
		min-width: 520px;
	}
}

.table-container {    width: 100%;    overflow-x: auto;    background: #fff;}
.budget-table {    width: 100%;    border-collapse: collapse;    font-family: Arial, sans-serif;    font-size: 14px;    color: #4a5568;}
.budget-table tbody tr {    border-bottom: 1px solid #edf2f7;    transition: background 0.2s ease;}
.budget-table tbody tr:hover {    background: #fafbfc;}
.budget-table td {    padding: 16px 20px;    vertical-align: middle;}.budget-table td.number {    width: 60px;    text-align: center;    color: #718096;    font-weight: 600;}
.budget-table td.number::before {    content: "";    display: inline-block;    width: 26px;    height: 26px;    line-height: 26px;    border-radius: 50%;    background: #f7fafc;    border: 1px solid #e2e8f0;    vertical-align: middle;}
.budget-table td.number {    position: relative;}
.budget-table td.number span {    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);}.budget-table td.name {	font-size:18px;    width: 70%;    font-weight: 600;    color: #4a5568;    border-left: 1px solid #edf2f7;    border-right: 1px solid #edf2f7;}
.budget-table td.amount {	font-size:20px;    width: 180px;    text-align: right;    font-weight: 700;    color: #4a5568;    white-space: nowrap;}
.cit-temp-prb-rashod-total-value {    font-size: 64px;    color: #2FA04A;    font-weight: 700;}cit-temp-prb-ostatok-total-value {    font-size: 64px;    color: #FF8419;    font-weight: 700;}

.cit-temp-prb-ostatok-total-value {
    font-size: 64px;
    color: #FF8419;
    font-weight: 700;
}

@media (max-width: 767px) {
 .cit-temp-prb-ostatok-total-value {
  font-size: 36px;
 }
  .cit-temp-prb-rashod-total-value {
  font-size: 36px;
 }
}