@charset "UTF-8";


body {
	background-color: var(--background-white);
	color: var(--text-primary);
	font-family: var(--font-family-primary, var(--font-family));
	font-size: var(--font-size-body-xs);
	overflow-x: hidden;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	color: white;
	z-index: -1;
}

svg {
	width: var(--icon-size, var(--icon-size-m));
    height: var(--icon-size, var(--icon-size-m));
	pointer-events: none;
}


.h1-default {
	font-size: var(--font-size-headline-xl) !important;
	line-height: 130% !important;
	font-weight: 500 !important;
}

.h2-default {
	font-size: var(--font-size-headline-l) !important;
	line-height: 150% !important;
	font-weight: 500 !important;
}


h1.page-title {
	font-size: var(--font-size-body-l);
	font-weight: bold;
	line-height: 150%;
	margin: 0;
}

h2.section-title {
	font-size: var(--font-size-body-m);
	font-weight: bold;
	line-height: 150%;
	margin: 0;
}

.title--size-m {
	font-size: var(--font-size-body-m);
}

.title--size-l {
	font-size: var(--font-size-body-l);
}

.title--color-red {
	color: var(--text-emphasis-red);
}

.title--color-primary {
	color: var(--text-primary-color);
}

.title--color-secondary {
	color: var(--text-secondary);
}

.title--with-background {
	padding: 8px 0;
	background-color: var(--background-section-header);
}

.title--with-icon svg {
	width: 21px;
	height: 20px;
	margin: 0 10px 5px 0;
}

.title--padding-left {
	padding-left: 20px;
}


.help-item, .help-item a {
	word-break: break-word;
	overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
	#idOblastDlazdice gov-container {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 20px;
	}
}

.vera-prilohy .veraUploadFile {
	background-color: unset;
	border: none;
}

.text-left {
	text-align: left;
}

.no-text-wrap {
	white-space: nowrap;
}




.table-hover tr td,
.table-hover tr td a {
    cursor: pointer;
    color: var(--text-primary-color);
}

.table-hover tr td:hover,
.table-hover tr td a:hover {
    text-decoration: none !important;
}

.sub-neuhrazeno,
.sub-uhrazeno {
    border-radius: 0;
    background-color: var(--bs-table-accent-bg);
    border: none;
    padding: 15px;
    margin-top: 12px !important;
    height: 60px;
    margin-left: -20px !important;
}

.tablePlatby .table tbody td.poplatekDropdownColumn {
    vertical-align: bottom;
}

.row-with-svozy .sub-neuhrazeno,
.row-with-svozy .sub-uhrazeno {
    margin-top: 9px !important;
}


.wrapperZPO {
	background-color: var(--background-white);
	padding: 10px 0 40px 0;
}

.wrapperZPOdetail {
	margin: 10px 0;
	background-color: var(--background-neutral-subtlest);
	text-align: left;
	padding: 20px;
}

.wrapperZPOdetail__icon {
	width: 65px;
	height: 46px;
	min-width: 65px;
	color: var(--text-primary-color);
}

.zpoModulText {
	font-size: var(--font-size-body-m);
	font-weight: normal;
	color: var(--text-primary-color);
	flex: 1;
}

.disabledVybratKUhradeButton {
    background-color: var(--button-disabled-custom) !important;
    background-image: none !important;
    cursor: default !important;
}

.jizUhrazenePoplatekRow:has(>.poplatekDropdownColumn>.dropdown-menu.show) > td {
    background-color: var(--background-dropdown) !important;
}

@media (min-width: 1200px) {
    .poplatekDropdownColumn:hover > .dropdown-menu {
        display: block !important;
    }
}


.wrapperKUhrazeni {
	margin: 5px 0px 5px 0px;
	padding: 15px 10px 15px 10px;
	background-color: var(--background-primary-subtlest);
}

.wrapperKUhrazeni svg {
	width: 31px;
	height: 19px;
	color: var(--icon-muted);
}

.wrapperKUhrazeni span {
	color: var(--text-secondary);
	font-size: var(--font-size-body-m);
	font-weight: normal;
}

.wrapperKUhrazeni span.castka {
	color: var(--text-emphasis-red);
	font-size: var(--font-size-body-l);
	font-weight: bold;
	text-align: center;
}

@media (max-width: 991.98px) {
	.wrapperKUhrazeni {
		flex-direction: column !important;
	}

	.wrapperKUhrazeni__buttonRow,
	.wrapperKUhrazeni__vybrano {
		width: 100%;
	}
}

.wrapperInfobarPlatce {
	margin-top: 40px;
	margin-bottom: 40px;
}

.doklad-table tr td {
	vertical-align: middle;
}

.dotace-back-row {
	padding: 20px 0 30px 0;
}

.modal-footer.justify-content-between {
	align-items: center;
}

.modal-footer.justify-content-between > * {
	margin: 0;
}

.obsah-vyveseni-heading {
	margin-top: 35px;
	margin-left: 15px;
}


.detail-modal-je-treba-uhradit h5,
.detail-modal-jiz-uhrazene h5 {
	margin-left: 10px;
}

.detail-modal-je-treba-uhradit .modal-body table,
.detail-modal-jiz-uhrazene .modal-body table {
	background-color: var(--background-white);
	margin-top: 20px;
}

.detail-modal-je-treba-uhradit .modal-body table tr th,
.detail-modal-jiz-uhrazene .modal-body table tr th {
	font-size: var(--font-size-body-xs);
	color: var(--text-secondary);
	border-bottom: 1px solid var(--border-primary);
	font-weight: normal;
	padding: 10px 20px;
	background-color: var(--background-neutral-subtlest);
}

.detail-modal-je-treba-uhradit .modal-body table tr td,
.detail-modal-jiz-uhrazene .modal-body table tr td {
	font-size: var(--font-size-body-m);
	color: var(--text-primary-color);
	padding: 10px 20px 12px;
	border: none;
	background-color: var(--background-white);
	text-align: left;
	vertical-align: middle;
}

.detail-modal-je-treba-uhradit .modal-body table tr.sum td,
.detail-modal-jiz-uhrazene .modal-body table tr.sum td {
	font-weight: bold;
	border-top: 1px solid var(--border-primary);
	background-color: var(--background-dropdown);
}

.detail-modal-je-treba-uhradit .modal-body .nadpis,
.detail-modal-jiz-uhrazene .modal-body .nadpis {
	color: var(--text-emphasis-red);
	font-size: var(--font-size-headline-s);
	font-weight: bold;
	margin-left: 10px;
}

.detail-modal-je-treba-uhradit .ucet-a-symbol {
	color: var(--text-secondary);
	margin-left: 10px;
}

.cislo-uctu,
.var-sym {
	color: var(--text-primary-color);
	font-size: var(--font-size-body-l);
}

.var-sym {
	padding-left: 50px;
}

@media (max-width: 991.98px) {
	.var-sym {
		padding-left: 0;
	}
}

.detail-modal-je-treba-uhradit .modal-body table tr td gov-form-input {
	width: 120px;
}

.qr-platba-modal .modal-body table tr td {
	font-size: var(--font-size-body-m);
}

.qr-platba-modal .modal-body table tr td strong {
	font-size: var(--font-size-body-l);
}

.qr-platba-modal .modal-body .accordion-body .accordionTable td {
	padding: 8px 16px;
}


#modalCiziPredpis .modal-body {
	font-size: var(--font-size-body-m);
}

.cizi-predpis-modal-table {
	width: 100%;
	margin: 8px 0;
}

.cizi-predpis-modal-table th,
.cizi-predpis-modal-table td {
	padding: 6px 12px;
	vertical-align: middle;
}

.cizi-predpis-modal-table th {
	font-weight: normal;
	color: var(--text-secondary);
}

.cizi-predpis-modal-table tr:first-child th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.cizi-predpis-modal-table th:nth-child(1) {
	text-align: left;
}

.cizi-predpis-modal-table th:nth-child(2),
.cizi-predpis-modal-table td:nth-child(2) {
	text-align: right;
}

.cizi-predpis-modal-table th:nth-child(3),
.cizi-predpis-modal-table td:nth-child(3) {
	text-align: right;
	white-space: nowrap;
}

.cizi-predpis-modal-table th:nth-child(4),
.cizi-predpis-modal-table td:nth-child(4) {
	width: 180px;
	text-align: right;
	white-space: nowrap;
}

.cizi-predpis-modal-table__vybrat-k-uhrade-button {
	width: 100%;
}

.cizi-predpis-modal-table__uhradit-row td {
	padding-top: 16px;
}

.cizi-predpis-modal-table__chci-uhradit-row td,
.cizi-predpis-modal-table__celkem-uhradit-row td {
	padding-top: 8px;
}

.cizi-predpis-modal-table-chci-uhradit-cell {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.cizi-predpis-modal-table__celkem-uhradit-qr-code-row:not(:has(gov-button, button, input, svg)) {
	display: none;
}

@media (max-width: 991.98px) {
	#modalCiziPredpis .modal-header {
		padding: 12px 16px;
		align-items: center;
	}

	#modalCiziPredpis .modal-title {
		font-size: var(--font-size-body-m);
		color: var(--text-secondary);
		font-weight: 500;
	}

	#modalCiziPredpis .modal-body {
		padding: 16px;
	}

	#CiziPredpisModalUdajeContainer {
		display: flex !important;
		flex-direction: column;
		gap: 12px;
	}

	.cizi-predpis-modal-text { order: 1; }
	.cizi-predpis-modal-celkem-table { order: 2; }
	.cizi-predpis-modal-toggle { order: 3; }
	.cizi-predpis-modal-rozpis { order: 4; }

	#modalCiziPredpis .cizi-predpis-modal-text {
		font-size: var(--font-size-body-l);
		color: var(--text-primary-color);
		font-weight: 600;
		margin: 0;
		line-height: 1.3;
	}
	#modalCiziPredpis .cizi-predpis-modal-text b {
		color: var(--text-primary-color);
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table,
	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table tbody {
		display: block;
		width: 100%;
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table tr {
		display: block;
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table tr:first-child {
		display: none;
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table td {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 6px 0;
		text-align: left;
		width: auto;
		white-space: normal;
		min-height: 24px;
		border: none;
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table td:empty {
		display: none;
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table tr.cizi-predpis-modal-table__predpis-row {
		border: 1px solid var(--border-primary-subtle, #ddd);
		border-radius: 8px;
		margin-bottom: 12px;
		padding: 12px;
		background: var(--background-white);
		box-shadow: 0 .15rem .5rem 0 rgba(0, 0, 0, .1);
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table__predpis-row td::before {
		flex: 0 0 45%;
		font-weight: bold;
		font-size: var(--font-size-body-xs);
		text-transform: uppercase;
		color: var(--text-secondary);
		letter-spacing: 0.3px;
		text-align: left;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table__predpis-row td:nth-child(1)::before { content: "Období:"; }
	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table__predpis-row td:nth-child(2)::before { content: "Splatnost:"; }
	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table__predpis-row td:nth-child(3)::before { content: "Částka:"; }

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table__predpis-row td:nth-child(3) {
		font-weight: 700;
		color: var(--text-emphasis-red);
		font-size: var(--font-size-body-l);
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table tr.cizi-predpis-modal-table__uhradit-row,
	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table tr.cizi-predpis-modal-table__chci-uhradit-row,
	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table tr.cizi-predpis-modal-table__qr-platba-row {
		padding: 6px 0;
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table__uhradit-row td,
	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table__chci-uhradit-row td {
		justify-content: space-between;
	}

	.cizi-predpis-modal-rozpis .cizi-predpis-modal-table tr.cizi-predpis-modal-table__qr-platba-row td:nth-child(4) {
		display: block;
		width: auto;
		padding: 0;
	}

	.cizi-predpis-modal-celkem-table {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"label  action"
			"value  action"
			"qr     qr";
		align-items: center;
		gap: 4px 12px;
		padding: 16px 18px;
		margin: 0;
		background: var(--background-neutral-subtlest, #f5f7fa);
		border-left: 4px solid var(--text-emphasis-red, #c52a3a);
		border-radius: 6px;
		border-collapse: separate;
	}

	.cizi-predpis-modal-celkem-table tbody {
		display: contents;
	}

	.cizi-predpis-modal-celkem-table tr {
		display: contents;
	}

	.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-row td:nth-child(1) {
		grid-area: label;
		font-size: var(--font-size-body-xs);
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: 600;
		color: var(--text-secondary);
		text-align: left;
		padding: 0;
		font-weight: 600 !important; /* override .fw-bold inline klass which je bold = 700 */
	}

	.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-row td:nth-child(2) {
		display: none;
	}

	.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-row td:nth-child(3) {
		grid-area: value;
		font-size: 28px;
		font-weight: 700;
		color: var(--text-emphasis-red, #c52a3a);
		line-height: 1.1;
		text-align: left !important;
		padding: 0;
		white-space: nowrap;
	}

	.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-row td:nth-child(4) {
		grid-area: action;
		padding: 0;
		text-align: right;
	}

	.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-qr-code-row td:nth-child(1),
	.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-qr-code-row td:nth-child(2),
	.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-qr-code-row td:nth-child(3) {
		display: none;
	}

	.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-qr-code-row td:nth-child(4) {
		grid-area: qr;
		padding: 8px 0 0;
		width: 100%;
	}

	.cizi-predpis-modal-table__celkem-uhradit-qr-code-row:not(:has(gov-button, button, input, svg)) {
		display: none;
	}

	@media (max-width: 419.98px) {
		.cizi-predpis-modal-celkem-table {
			grid-template-columns: 1fr;
			grid-template-areas:
				"label"
				"value"
				"action"
				"qr";
		}
		.cizi-predpis-modal-celkem-table tr.cizi-predpis-modal-table__celkem-uhradit-row td:nth-child(4) {
			padding-top: 8px;
			text-align: stretch;
		}
	}

	.cizi-predpis-modal-toggle {
		display: block !important;
		width: 100%;
		margin-top: 4px;
	}

	#modalCiziPredpis .modal-footer {
		padding: 14px 16px;
		padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
		flex-direction: column;
		align-items: stretch;
		border-top: 1px solid var(--border-primary-subtle, #ddd);
	}

	#modalCiziPredpis .modal-footer > * {
		width: 100%;
		margin: 0;
	}

	#modalCiziPredpis .modal-footer > gov-button[data-bs-dismiss="modal"] {
		min-height: 44px;
	}
}

svg.neuhrazeno {
	width: 15px;
	height: 15px;
	color: var(--icon-emphasis-red);
	margin: 0 5px 0 0;
}

.detail-modal-jiz-uhrazene .modal-body table tr td svg.uhrazeno {
	width: 15px;
	height: 15px;
	color: var(--icon-emphasis-red);
	margin: 0 5px 0 0;
}

svg.qr-platba,
svg.vybrat-k-uhrade {
	width: 17px;
	height: 17px;
	margin: 0 10px 0 0;
}

.detail-modal-je-treba-uhradit .modal-body table tr td gov-button svg.vybrat-k-uhrade {
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
}

.detail-modal-je-treba-uhradit .modal-body table tr td gov-button svg.qr-platba {
	width: 17px;
	height: 17px;
	margin: 0 10px 0 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	#tableDetailPoplatek,
	#tableDetailPoplatek thead,
	#tableDetailPoplatek tbody {
		display: block;
		width: 100%;
	}
	#tableDetailPoplatek thead tr,
	#tableDetailPoplatek tbody tr:not(.sum):not(.poplatnici-row) {
		display: flex;
		width: 100%;
		gap: 8px;
		align-items: center;
		padding: 10px 0;
		border-bottom: 1px solid var(--border-primary-subtle, #ddd);
	}
	#tableDetailPoplatek thead th,
	#tableDetailPoplatek tbody tr:not(.sum):not(.poplatnici-row) td {
		flex: 1 1 0;
		min-width: 0;
		padding: 4px 8px;
		border: none;
	}

	#tableDetailPoplatek thead th:nth-child(1),
	#tableDetailPoplatek thead th:nth-child(2),
	#tableDetailPoplatek thead th:nth-child(4),
	#tableDetailPoplatek tbody tr:not(.sum):not(.poplatnici-row) td:nth-child(1),
	#tableDetailPoplatek tbody tr:not(.sum):not(.poplatnici-row) td:nth-child(2),
	#tableDetailPoplatek tbody tr:not(.sum):not(.poplatnici-row) td:nth-child(4) {
		display: none;
	}

	#tableDetailPoplatek tr.poplatnici-row {
		display: block;
		width: 100%;
	}
	#tableDetailPoplatek tr.poplatnici-row > td {
		display: block;
		width: 100%;
		padding: 0;
		border: none;
	}

	#tableDetailPoplatek tbody tr.sum {
		display: flex;
		width: 100%;
		align-items: center;
		flex-wrap: wrap;
		gap: 12px;
		padding: 14px 16px;
		background: var(--background-disabled-subtle);
		border-top: 1px solid var(--color-app-blue);
		box-sizing: border-box;
	}
	#tableDetailPoplatek tbody tr.sum td {
		display: block;
		padding: 0;
		border: none;
		background: transparent;
		flex: 0 0 auto;
	}
	#tableDetailPoplatek tbody tr.sum td:nth-child(1),
	#tableDetailPoplatek tbody tr.sum td:nth-child(2),
	#tableDetailPoplatek tbody tr.sum td:nth-child(3),
	#tableDetailPoplatek tbody tr.sum td:nth-child(4) {
		display: none;
	}
	#tableDetailPoplatek tbody tr.sum td:nth-child(5) {
		font-weight: 700;
		font-size: var(--font-size-body-l);
		margin-right: auto;
	}
}


.poplatnici-row {
	background-color: var(--background-white)fff;
}

.poplatnici-row td {
	background-color: var(--background-white)fff !important;
}

.poplatnici-row td::before {
	content: none !important;
}

.seznam-poplatniku-button {
	padding: 10px;
	background-color: var(--background-neutral-subtlest) !important;
}

.seznam-poplatniku-button::after {
	display: none !important;
}

.seznam-poplatniku-button-content {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.seznam-poplatniku-button-icon svg {
	width: 15px;
	height: 15px;
	fill: var(--text-primary-color);
}

.seznam-poplatniku-button-chevron {
	margin-left: auto;
	transition: transform .2s;
	display: block;
}

.seznam-poplatniku-button-chevron svg {
	width: 20px;
	height: 20px;
	display: block;
}

.seznam-poplatniku-button--opened .seznam-poplatniku-button-chevron {
	transform: rotate(180deg);
}

.seznam-poplatniku {
	background-color: var(--background-neutral-subtlest);
	padding: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}

.seznam-poplatniku__item {
	display: flex;
	gap: 10px;
}

.seznam-poplatniku__item-icon {
	width: 30px;
	height: 30px;
}

.seznam-poplatniku__item-icon svg {
	width: 100%;
	height: 100%;
	fill: var(--icon-secondary);
	color: var(--text-secondary);
}

.seznam-poplatniku__item-username {
	font-size: var(--font-size-body-xs);
	color: var(--text-secondary);
	text-decoration: underline;
}

.seznam-poplatniku__k-uhrade {
	font-size: var(--font-size-body-xs);
	color: var(--text-secondary);
}

.seznam-poplatniku__transferred-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.seznam-poplatniku__transferred-icon svg {
	width: 100%;
	height: 100%;
	fill: var(--text-primary-color);
	color: var(--text-primary-color);
}

.seznam-poplatniku-button__transferred-icon {
	width: 20px;
	height: 20px;
	margin-left: 8px;
	margin-bottom: 5px;
}

.seznam-poplatniku-button__transferred-icon svg {
	width: 100%;
	height: 100%;
	fill: var(--text-primary-color);
	color: var(--text-primary-color);
}


.loginButton {
	display: block;
	width: 454px;
	max-width: calc(100% - 32px);
	padding: 16px;
	margin: 0px auto 10px auto;
	border: 2px solid var(--border-login);
	font-size: var(--font-size-body-xl);
	text-align: center;
	text-decoration: none;
}

.loginButton:hover {
	border: 2px solid var(--border-login-hover);
}


.wrapperLogin {
	position: relative;
	background: url(../img/panorama.jpg) no-repeat center/cover;
	background-size: cover;
	background-color: var(--background-white);
	margin-bottom: 10px;
	background-position: center top;
	min-height: 712px;
	padding-bottom: 40px;
}

.wrapperLogin::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 278px;
	background: -webkit-gradient(linear, left bottom, left top, from(var(--background-primary-subtlest)),
		to(transparent));
	background: linear-gradient(to top, var(--background-primary-subtlest), transparent);
	z-index: 1;
}

.login-header {
	font-size: var(--font-size-headline-xs);
	font-weight: bold;
	color: var(--text-emphasis-red);
	padding-top: 30px;
}

.login-header svg {
	width: 35px;
	height: 30px;
	color: var(--icon-emphasis-red);
}

.identitaLoginButton {
	width: 454px;
	margin: 0 20px 0 20px;
	--background: var(--color-identita-blue);
	--icon-color: var(--text-white);
	--text-color: var(--text-white);
	--title-color: var(--text-white);
}

.identitaLoginButton svg {
	width: 450px;
	height: 189px;
	color: var(--text-white) !important;
	fill: var(--text-white) !important;
}

.identitaLoginButton .identita-logo {
	width: 450px;
	height: 189px;
	max-width: 100%;
	aspect-ratio: 450 / 189;
	background-image: url('../img/logo-identita-zakladni-modra.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
}

@media (max-width: 991.98px) {
	.identitaLoginButton .identita-logo {
		width: 100%;
		height: auto;
	}
}

.login-box-wrapper {
	background-color: color-mix(in srgb, var(--background-primary-subtlest) 80%, transparent);
	margin: 40px 0 0 0;
}


.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 10px;
	transition: all 0.3s ease;
}

.icon-bar a:hover {
	background-color: var(--color-neutral-1000);
}

.icon-bar-button {
	color: var(--text-white);
	background-color: var(--color-social-twitter);
	background-image: linear-gradient(to left, transparent, transparent 50%, var(--color-neutral-1000) 50%, var(--color-neutral-1000));
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
}

.icon-bar-button:hover {
	background-position: 0 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.icon-bar-button:hover svg {
	color: var(--color-primary-300);
	fill: var(--color-primary-300);
}

.icon-bar-button svg {
	width: var(--icon-size-2xl);
	height: var(--icon-size-2xl);
	color: var(--text-white);
	fill: var(--text-white);
}

.face {
	background-color: var(--text-primary-color); 
}

.tisk {
	background-color: var(--color-social-linkedin);
}



.wrapperContentSubmenu {
	background-color: var(--background-white);
	margin: 25px 0 25px 0;
}

.wrapperPrehledPlateb {
	background-size: cover;
	background-color: var(--background-white);
	margin-bottom: 0;
	background-position: center center;
	padding-bottom: 20px;
}

.wrapperPrehledPlateb--header svg {
	width: var(--icon-size-xl);
	height: var(--icon-size-xl);
	color: var(--icon-emphasis-red);
}

.wrapperPrehledPlateb--header {
	margin-bottom: .5rem
}

.wrapperPrehledPlateb--header gov-flex {
	padding: 7px;
}

.wrapperPrehledPlateb--header a {
	font-weight: bold;
	color: var(--text-emphasis-red);
	text-decoration: none;
}

.wrapperPrehledPlateb--noBackgroundImage #platby {
	background-image: none !important;
	background-color: var(--background-white);
}

.wrapperPrehledPlateb--noBackgroundImage #platby h1 {
	background-color: var(--background-primary-subtlest) !important;
}

.wrapperPrehledPlateb--noBackgroundImage #platby .tablePlatby table tr th h1
	{
	background-color: var(--background-payment-header) !important;
}

.wrapperPrehledPlateb--noBackgroundImage .uvod-container__erb {
	background-color: var(--background-primary-subtlest);
}

.table-no-bottom-margin {
	margin-bottom: 0;
}

.tablePlatby {
	min-width: 0;
}

.wrapperPrehledPlatebUcet .tablePlatby {
	min-height: 200px;
}

.wrapperPrehledPlatebUcet > .row > div {
	padding-left: 12px;
	padding-right: 12px;
}

.tablePlatby tr th {
	font-size: var(--font-size-body-xs);
	color: var(--text-secondary);
	border-bottom: 1px solid var(--border-primary);
	font-weight: normal;
	padding: 10px 20px 12px 20px;
	background-color: var(--background-neutral-subtlest);
}

.tablePlatby tr th.nadpis {
	background-color: var(--background-payment-header);
	border: none;
	font-size: var(--font-size-body-m);
	color: var(--text-emphasis-red);
}

.tablePlatby tr th.nadpis svg {
	width: 20px;
	height: 20px;
}

.tablePlatby tr td {
	font-size: var(--font-size-body-m);
	color: var(--text-primary-color) !important;
	background-color: var(--background-neutral-subtlest);
}

.tablePlatby .table tr.row-with-svozy td {
	padding: 7px 20px 9px 20px;
}

.tablePlatby .table tr td {
	padding: 10px 20px 12px 20px;
	border: none;
	word-wrap: break-word;
}

.tablePlatby .table tr td:not(:first-child) a {
	white-space: nowrap;
}

.tablePlatby tr td svg {
	width: var(--icon-size-l);
	height: var(--icon-size-l);
	color: var(--icon-emphasis-red);
}

.zadne-platby {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 45px;
	background-color: var(--background-neutral-subtlest);
	border-top: 1px solid var(--border-primary);
}

.zadne-platby svg {
	width: 40px;
	height: 40px;
	color: var(--icon-muted);
}

.tablePlatby .zadne-platby svg {
	width: 40px;
	height: 40px;
	color: var(--icon-muted);
}

.zadne-platby span {
	font-size: var(--font-size-body-l);
	color: var(--text-primary-color);
}

.zadne-platby--no-border {
	border-top: none;
}

@media screen and (max-width: 991.98px) {
	.tablePlatby .table thead {
		display: block;
	}
	.tablePlatby .table thead tr,
	.tablePlatby .table thead th {
		display: block;
	}
	.tablePlatby .table thead th:not(.nadpis) {
		display: none;
	}

	.tablePlatby .table thead th.nadpis {
		cursor: pointer;
		user-select: none;
		padding: 14px 44px 14px 16px !important;
		border-radius: 8px;
		margin: 0 8px 12px 8px;
		position: relative;
		font-weight: 600;
		transition: background-color .15s ease;
	}
	.tablePlatby .table thead th.nadpis:hover,
	.tablePlatby .table thead th.nadpis:focus-visible {
		filter: brightness(0.97);
	}

	.tablePlatby .table thead th.nadpis::after {
		content: "";
		position: absolute;
		right: 18px;
		top: calc(50% - 3px);
		width: 10px;
		height: 10px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(-135deg);
		transition: transform .25s ease;
	}
	.tablePlatby.mobile-collapsed .table thead th.nadpis::after {
		transform: rotate(45deg);
		top: calc(50% - 6px);
	}

	.tablePlatby:has(table[aria-label="Již uhrazené"]) .table thead th.nadpis {
		background-color: #d4edda;
		color: var(--text-emphasis-green);
	}
	.tablePlatby:has(table[aria-label="Již uhrazené"]) .table thead th.nadpis svg {
		color: var(--icon-emphasis-green);
	}

	.tablePlatby.mobile-collapsed .table tbody,
	.tablePlatby.mobile-collapsed .zadne-platby,
	.tablePlatby.mobile-collapsed > .row {
		display: none !important;
	}
	.tablePlatby.mobile-collapsed .table thead th.nadpis {
		margin-bottom: 0;
	}

	.tablePlatby .table,
	.tablePlatby .table tbody,
	.tablePlatby .table tr {
		display: block;
	}

	.tablePlatby .table tbody tr {
		border: 1px solid var(--border-primary-subtle, #ddd);
		border-radius: 8px;
		background: var(--background-white);
		box-shadow: 0 .25rem .75rem 0 rgba(0, 0, 0, .15);
		margin: 0 8px 15px 8px;
		padding: 12px 15px;
	}

	.tablePlatby .table tbody td {
		display: grid;
		grid-template-columns: 40% 1fr;
		align-items: center;
		gap: 12px;
		padding: 6px 0 !important;
		border: none !important;
		background: transparent !important;
		min-height: 24px;
		word-wrap: break-word;
	}

	.tablePlatby .table tbody td:nth-child(1)::before {
		content: "Název:";
	}
	.tablePlatby .table tbody td:nth-child(2)::before {
		content: "Datum:";
	}
	.tablePlatby table[aria-label="Je třeba uhradit"] tbody td:nth-child(3)::before {
		content: "K úhradě (Kč):";
	}
	.tablePlatby table[aria-label="Již uhrazené"] tbody td:nth-child(3)::before {
		content: "Částka (Kč):";
	}
	.tablePlatby table[aria-label="Nejstarší závazky"] tbody td:nth-child(2)::before {
		content: "Období:";
	}
	.tablePlatby table[aria-label="Nejstarší závazky"] tbody td:nth-child(3)::before {
		content: "K úhradě (Kč):";
	}
	.tablePlatby table[aria-label="Nejstarší závazky"] tbody td:nth-child(4)::before {
		content: "Splatnost:";
	}
	.tablePlatby table[aria-label="Nejstarší závazky"] tbody td:nth-child(5)::before {
		content: "Uhrazeno:";
	}
	.tablePlatby table[aria-label="Naposledy uhrazené platby"] tbody td:nth-child(2)::before {
		content: "Období:";
	}
	.tablePlatby table[aria-label="Naposledy uhrazené platby"] tbody td:nth-child(3)::before {
		content: "Částka (Kč):";
	}
	.tablePlatby table[aria-label="Naposledy uhrazené platby"] tbody td:nth-child(4)::before {
		content: "Splatnost:";
	}
	.tablePlatby table[aria-label="Naposledy uhrazené platby"] tbody td:nth-child(5)::before {
		content: "Uhrazeno:";
	}
	.tablePlatby .table tbody td.display-991-none {
		display: grid !important;
	}

	.tablePlatby .table tbody td::before {
		font-weight: bold;
		font-size: var(--font-size-body-xs);
		color: var(--text-primary-color);
		text-transform: uppercase;
		justify-self: start;
		text-align: left;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.wrapperPrehledPlatebUcet .tablePlatby {
		min-height: auto;
	}
}

@media (max-width: 991.98px) {
	#tableDetailPoplatek thead { display: none; }
	#tableDetailPoplatek,
	#tableDetailPoplatek tbody,
	#tableDetailPoplatek tr { display: block; }

	#tableDetailPoplatek tbody tr {
		border: 1px solid var(--border-primary-subtle, #ddd);
		border-radius: 8px;
		margin-bottom: 12px;
		padding: 12px;
		background: var(--background-white);
		box-shadow: 0 .15rem .5rem 0 rgba(0, 0, 0, .1);
	}

	#tableDetailPoplatek tbody td {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 6px 0 !important;
		border: none !important;
		min-height: 24px;
		text-align: left;
	}

	#tableDetailPoplatek tbody td:nth-child(1)::before { content: "Období:"; }
	#tableDetailPoplatek tbody td:nth-child(2)::before { content: "Částka (Kč):"; }
	#tableDetailPoplatek tbody td:nth-child(3)::before { content: "Splatnost:"; }
	#tableDetailPoplatek tbody td:nth-child(4)::before { content: "Uhrazeno:"; }
	#tableDetailPoplatek tbody td:nth-child(5)::before { content: "K úhradě (Kč):"; }
	#tableDetailPoplatek tbody td:nth-child(6)::before { content: "Chci uhradit:"; }
	#tableDetailPoplatek tbody td:nth-child(7)::before { content: ""; }

	#tableDetailPoplatek tbody td::before {
		flex: 0 0 45%;
		font-weight: bold;
		font-size: var(--font-size-body-xs);
		text-transform: uppercase;
		color: var(--text-secondary);
		letter-spacing: 0.3px;
		text-align: left !important;
		white-space: normal;
		overflow-wrap: break-word;
	}

	#tableDetailPoplatek tbody td:nth-child(7)::before {
		display: none;
	}

	#tableDetailPoplatek tbody td:nth-child(5) {
		font-weight: 700;
		color: var(--text-emphasis-red);
		font-size: var(--font-size-body-l);
	}

	#tableDetailPoplatek tbody tr.sum {
		display: none !important;
	}


	#tableDetailPoplatek tbody tr:has(+ tr.poplatnici-row) {
		margin-bottom: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		border-bottom: none !important;
		padding-bottom: 0 !important;
		box-shadow: none !important;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row {
		border-left: 1px solid var(--border-primary-subtle, #ddd) !important;
		border-right: 1px solid var(--border-primary-subtle, #ddd) !important;
		border-bottom: 1px solid var(--border-primary-subtle, #ddd) !important;
		border-top: none !important;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 8px !important;
		border-bottom-right-radius: 8px !important;
		box-shadow: 0 .5rem .75rem -.375rem rgba(0, 0, 0, .15);
		background: var(--background-white);
		padding: 0 15px 12px 15px !important;
		margin: 0 0 15px 0 !important;
		position: relative;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row td {
		padding: 0 !important;
		display: block !important;
		min-height: 0;
		background: transparent !important;
		border: none !important;
	}
	#tableDetailPoplatek tbody tr.poplatnici-row td::before {
		display: none !important;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku-button {
		width: 100%;
		padding: 10px 12px !important;
		background: var(--background-neutral-subtlest, #f5f7fa) !important;
		border: 1px solid var(--border-primary-subtle, #ddd);
		border-radius: 4px;
		font-size: var(--font-size-body-s);
	}

	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku.show {
		display: flex;
		flex-direction: column;
		gap: 8px;
		grid-template-columns: none;
		padding: 10px 12px 12px;
		background: var(--background-neutral-subtlest, #f5f7fa);
		border: 1px solid var(--border-primary-subtle, #ddd);
		border-top: none;
		border-radius: 0 0 4px 4px;
		margin-top: -1px;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku.collapsing {
		display: flex;
		flex-direction: column;
		gap: 8px;
		grid-template-columns: none;
		padding: 0 12px;
		background: var(--background-neutral-subtlest, #f5f7fa);
		border-left: 1px solid var(--border-primary-subtle, #ddd);
		border-right: 1px solid var(--border-primary-subtle, #ddd);
		margin-top: -1px;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku__item {
		display: flex;
		align-items: flex-start;
		gap: 8px;
		padding: 6px 0;
		border-bottom: 1px solid var(--border-primary-subtle, #e0e4ea);
	}
	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku__item:last-child {
		border-bottom: none;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku__item-icon {
		flex: 0 0 22px !important;
		width: 22px !important;
		height: 22px !important;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku__item > div:not(.seznam-poplatniku__item-icon) {
		flex: 1 1 auto;
		min-width: 0;
		text-align: left;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku__item-username {
		font-size: var(--font-size-body-s);
		color: var(--text-primary-color);
		font-weight: 500;
		text-decoration: none;  /* zrušit underline na mobilu kvůli čitelnosti */
		overflow-wrap: break-word;
		word-break: break-word;
		line-height: 1.3;
	}

	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku__k-uhrade {
		font-size: var(--font-size-body-xs);
		color: var(--text-secondary);
		margin-top: 2px;
	}
	#tableDetailPoplatek tbody tr.poplatnici-row .seznam-poplatniku__k-uhrade b {
		color: var(--text-primary-color);
		font-weight: 700;
		white-space: nowrap;
	}

	#detailModalQRSection.show #detailModalQRPlatbaCollapse,
	#detailModalQRSection.collapsing #detailModalQRPlatbaCollapse {
		display: block !important;
		height: auto !important;
		visibility: visible !important;
	}

	#detailModalQRImg {
		max-width: 220px;
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.detailQRCollapse table,
	.detailQRCollapse tbody,
	.detailQRCollapse tr,
	.detailQRCollapse td {
		display: block !important;
		width: 100% !important;
		text-align: left !important;
	}

	.detailQRCollapse .accordionTable td {
		padding: 4px 0 !important;
		border: none !important;
	}

	.detailQRCollapse td.display-991-none,
	.detailQRCollapse td.display-1199-none {
		display: block !important;
	}

	.detailQRCollapse td:has(#detailModalQRImg) {
		text-align: center !important;
		margin: 8px 0 12px;
		order: -1;
	}

	.detailQRCollapse .accordionTable tbody {
		display: flex !important;
		flex-direction: column;
	}
	.detailQRCollapse .accordionTable tr {
		display: contents !important;
	}
	.detailQRCollapse .accordionTable td:nth-of-type(1),
	.detailQRCollapse .accordionTable td:nth-of-type(2) {
		font-size: var(--font-size-body-s);
	}
	.detailQRCollapse .accordionTable td.display-991-none:nth-child(odd) {
		font-size: var(--font-size-body-xs);
		color: var(--text-secondary);
		text-transform: uppercase;
		letter-spacing: 0.3px;
		font-weight: 600;
		margin-top: 8px;
	}
	.detailQRCollapse .accordionTable td.display-991-none:nth-child(even) {
		font-weight: 600;
		color: var(--text-primary-color);
		margin-bottom: 4px;
		word-break: break-all;
	}

	.detailQRCollapse .accordionTable td.display-1199-none {
		order: 1;
		margin-top: 16px;
		padding: 10px 12px !important;
		background: var(--background-neutral-subtlest, #f5f7fa);
		border-left: 3px solid var(--border-primary-subtle, #4d74a0);
		border-radius: 4px;
		font-size: var(--font-size-body-s);
		color: var(--text-secondary);
		line-height: 1.4;
	}
	.detailQRCollapse .accordionTable td.display-1199-none strong {
		display: block;
		margin-bottom: 4px;
		color: var(--text-primary-color);
	}

	.modal-body > gov-button.d-md-none {
		width: 100%;
	}

	.tablePlatby .table tbody td.poplatekDropdownColumn .dropdown-menu.sub-neuhrazeno {
		display: none !important;
	}

	.tablePlatby .table tbody tr {
		cursor: pointer;
	}

	.tablePlatby .table tbody td.poplatekDropdownColumn > a {
		text-decoration: none;
		pointer-events: none;
		color: var(--text-primary-color);
	}


	.detail-modal-je-treba-uhradit .modal-header,
	.detail-modal-jiz-uhrazene .modal-header {
		padding: 12px 16px;
		align-items: center;
	}

	.detail-modal-je-treba-uhradit .modal-title,
	.detail-modal-jiz-uhrazene .modal-title {
		font-size: var(--font-size-body-m);
		color: var(--text-secondary);
		font-weight: 500;
		margin-left: 0;
	}

	.detail-modal-je-treba-uhradit .modal-body,
	.detail-modal-jiz-uhrazene .modal-body {
		padding: 16px;
	}

	.detail-modal-je-treba-uhradit .modal-body .nadpis {
		font-size: var(--font-size-headline-m);
		margin-left: 0;
		line-height: 1.2;
	}

	.detailModalHeaderRow {
		margin-bottom: 12px !important;
	}

	.detailModalIdentifiers {
		gap: 4px !important;
		font-size: var(--font-size-body-s);
	}

	.detailModalIdentifiers .var-sym,
	.detailModalIdentifiers .cislo-uctu {
		font-size: var(--font-size-body-s);
		color: var(--text-secondary);
	}

	.detailAmountHero {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 12px;
		padding: 16px 18px;
		margin-bottom: 16px;
		background: var(--background-neutral-subtlest, #f5f7fa);
		border-left: 4px solid var(--text-emphasis-red, #c52a3a);
		border-radius: 6px;
	}

	.detailAmountHero__main {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		flex: 1 1 auto;
		min-width: 0;
	}

	.detailAmountHero__label {
		font-size: var(--font-size-body-xs);
		color: var(--text-secondary);
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: 600;
	}

	.detailAmountHero__value {
		font-size: 28px;
		font-weight: 700;
		color: var(--text-emphasis-red, #c52a3a);
		line-height: 1.1;
	}

	.detailAmountHero__action {
		flex-shrink: 0;
	}

	.detailAmountHero__action-icon {
		width: 18px;
		height: 18px;
	}

	@media (max-width: 419.98px) {
		.detailAmountHero {
			flex-direction: column;
			align-items: stretch;
		}
		.detailAmountHero__action {
			width: 100%;
		}
	}

	.modal-body > gov-button.d-md-none {
		margin-top: 4px;
	}

	.detail-modal-je-treba-uhradit .modal-footer,
	.detail-modal-jiz-uhrazene .modal-footer {
		padding: 14px 16px;
		padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
		gap: 12px;
		flex-direction: column;
		align-items: stretch;
		border-top: 1px solid var(--border-primary-subtle, #ddd);
		background: var(--background-white);
	}

	.detail-modal-je-treba-uhradit .modal-footer > *,
	.detail-modal-jiz-uhrazene .modal-footer > * {
		width: 100%;
		margin: 0;
	}

	.detail-modal-je-treba-uhradit .modal-footer gov-flex,
	.detail-modal-jiz-uhrazene .modal-footer gov-flex {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 8px !important;
		width: 100%;
	}

	.detail-modal-je-treba-uhradit .modal-footer gov-flex > span:first-child,
	.detail-modal-jiz-uhrazene .modal-footer gov-flex > span:first-child {
		flex: 1 0 100%;
		text-align: center;
		font-size: var(--font-size-body-s);
		order: -1;
		margin-bottom: 2px;
	}

	.detail-modal-je-treba-uhradit .modal-footer gov-flex gov-button,
	.detail-modal-jiz-uhrazene .modal-footer gov-flex gov-button {
		flex: 1 1 0;
		min-height: 44px;
		min-width: 0;  /* aby flex 1 1 0 fungoval správně i při dlouhých textech */
	}

	.detail-modal-je-treba-uhradit .modal-footer gov-flex gov-button[disabled],
	.detail-modal-jiz-uhrazene .modal-footer gov-flex gov-button[disabled] {
		opacity: 0.45;
		cursor: not-allowed;
	}

	.detail-modal-je-treba-uhradit .modal-footer > gov-button[data-bs-dismiss="modal"],
	.detail-modal-jiz-uhrazene .modal-footer > gov-button[data-bs-dismiss="modal"] {
		min-height: 44px;
	}
}

@media (max-width: 768px) {

	#shrnutiObjednavky .table thead {
		display: none;
	}

	#shrnutiObjednavky .table,
	#shrnutiObjednavky .table tbody {
		display: block;
		border-bottom: none;  /* zruší modrou linku zpod celé tabulky */
	}

	#shrnutiObjednavky .table tbody tr:not(.sum) {
		display: block;
		border: 1px solid var(--border-primary-subtle, #ddd);
		border-radius: 8px;
		background: var(--background-white);
		box-shadow: 0 .25rem .75rem 0 rgba(0, 0, 0, .15);
		margin: 0 8px 15px 8px;
		padding: 12px 15px;
	}
	#shrnutiObjednavky .table tbody tr:not(.sum):nth-child(even) td {
		background: transparent !important;
	}

	#shrnutiObjednavky .table tbody tr:not(.sum) td,
	#shrnutiObjednavky .table tbody tr:not(.sum) td.display-1199-none {
		display: flex !important;
		align-items: center;
		gap: 12px;
		padding: 6px 0 !important;
		border: none !important;
		background: transparent !important;
		min-height: 24px;
		word-wrap: break-word;
		text-align: left;
	}

	#shrnutiObjednavky .table tbody tr:not(.sum) td:nth-child(1)::before {
		content: "Název:";
	}
	#shrnutiObjednavky .table tbody tr:not(.sum) td:nth-child(2)::before {
		content: "Rok:";
	}
	#shrnutiObjednavky .table tbody tr:not(.sum) td:nth-child(3)::before {
		content: "VS:";
	}
	#shrnutiObjednavky .table tbody tr:not(.sum) td:nth-child(4)::before {
		content: "Splatnost:";
	}
	#shrnutiObjednavky .table tbody tr:not(.sum) td:nth-child(5)::before {
		content: "K úhradě (Kč):";
	}

	#shrnutiObjednavky .table tbody tr:not(.sum) td::before {
		flex: 0 0 40%;
		font-weight: bold;
		font-size: var(--font-size-body-xs);
		color: var(--text-primary-color);
		text-transform: uppercase;
		text-align: left;
		white-space: normal;
		overflow-wrap: break-word;
	}

	#shrnutiObjednavky .table tbody tr:not(.sum) td:nth-child(5) {
		justify-content: space-between;
		font-weight: 600;
	}

	#shrnutiObjednavky gov-button.odstranit-link[disabled] {
		opacity: 0.4;
		pointer-events: none;
	}

	#shrnutiObjednavky .table tbody tr:not(.sum) td:nth-child(6) {
		display: flex !important;
		justify-content: flex-start;
		padding-top: 8px !important;
		margin-top: 4px;
		border-top: 1px dashed var(--border-primary-subtle, #eee) !important;
	}
	#shrnutiObjednavky .table tbody tr:not(.sum) td:nth-child(6)::before {
		content: none;
	}

	#shrnutiObjednavky .table tbody tr.sum {
		display: block;
		margin: 8px 8px 0 8px;
		padding: 14px 16px;
		border: 1px solid var(--color-app-blue);
		border-radius: 8px;
		background-color: var(--background-disabled-subtle);
		box-shadow: 0 .25rem .75rem 0 rgba(0, 0, 0, .12);
	}
	#shrnutiObjednavky .table tbody tr.sum td {
		display: block;
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
	}
	#shrnutiObjednavky .table tbody tr.sum td:nth-child(2),
	#shrnutiObjednavky .table tbody tr.sum td:nth-child(3),
	#shrnutiObjednavky .table tbody tr.sum td:nth-child(4) {
		display: none !important;
	}
	#shrnutiObjednavky .table tbody tr.sum td:nth-child(1) {
		display: inline-block !important;
		width: auto;
		font-size: var(--font-size-body-l, 17px);
		font-weight: 700;
		margin-right: 12px;
	}
	#shrnutiObjednavky .table tbody tr.sum td:nth-child(5) {
		display: inline-block !important;
		width: auto;
		font-size: var(--font-size-body-l, 17px);
		font-weight: 700;
	}
	#shrnutiObjednavky .table tbody tr.sum td:nth-child(6) {
		display: block !important;
		clear: both;
		margin-top: 14px;
		text-align: center;
	}
	#shrnutiObjednavky .table tbody tr.sum td:nth-child(6) gov-button {
		display: block;
		width: 100%;
		min-width: 100%;
	}
	#shrnutiObjednavky.tableMoje table tr.sum td {
		padding: 0 !important;
	}

	.zaplatitFormInputsLayout {
		flex-direction: column !important;
		padding: 16px !important;
		gap: 12px;
		border-radius: 8px;
		margin: 0 8px;
	}
	.zaplatitFormInputsLayout__obchodniPodminkyWrapper {
		text-align: left !important;
		margin-bottom: 0 !important;
	}
	.zaplatitFormInputsLayout form > div[style*="max-width"] {
		max-width: 100% !important;
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
	.zaplatitFormInputsLayout form gov-flex.gov-flex {
		gap: 14px !important;
	}
	.zaplatitFormInputsLayout gov-form-label[slot="top"] {
		display: inline-block;
		margin-bottom: 4px;
	}
	.zaplatitFormInputsLayout form > p {
		margin: 0 0 8px 0;
	}
	.zaplatitFormInputsLayout form > p:first-of-type {
		font-size: var(--font-size-body-s);
		color: var(--text-secondary);
	}
	.zaplatitPlatbaSection {
		margin: 12px 8px 0 8px !important;
		padding: 16px !important;
		border-radius: 8px;
	}
	.zaplatitPlatbaSection svg {
		width: 44px !important;
		height: 32px !important;
		display: inline-block;
	}
	.zaplatitPlatbaSection gov-flex[direction="row"] {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		justify-content: center !important;
		gap: 12px !important;
	}
	.zaplatitPlatbaSection h4 {
		margin: 0;
	}

	.wrapperVeraSeznam > .row[style*="margin-bottom: 180px"] {
		margin-bottom: 60px !important;  /* 180px je na mobilu zbytečně velké */
	}
	.wrapperVeraSeznam > .row[style*="margin-bottom: 180px"] > .col-10 > gov-flex,
	.wrapperVeraSeznam > .row[style*="margin-bottom: 180px"] gov-flex {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 10px !important;
		width: 100%;
	}
	.wrapperVeraSeznam > .row[style*="margin-bottom: 180px"] gov-button {
		display: block;
		width: 100%;
		min-width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.wrapperVeraSeznam > .row[style*="margin-bottom: 180px"] gov-button > .element {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		justify-content: center;
	}
	#ciziPredpisButton {
		white-space: normal;
	}

	.wrapperVeraSeznam > .row > .col-1 {
		flex: 0 0 8px;
		max-width: 8px;
		min-width: 8px;
		padding: 0 !important;
	}
	.wrapperVeraSeznam > .row > .col-10 {
		flex: 0 0 calc(100% - 16px);
		max-width: calc(100% - 16px);
	}
}

.zadne-platby--nic-nenalezeno {
	position: relative;
	top: -1rem;
	padding-top: 30px;
	padding-bottom: 30px;
}

.zadne-platby--warning svg {
	width: 24px;
	height: 24px;
	color: var(--status-warning);
	fill: var(--status-warning);
}

.zobrazit-vse a::before {
	content: "zobrazit vše";
}

.prevedeny-predpis-icon {
	width: 18px;
	height: 18px;
	min-width: 18px;
	display: inline-block;
	margin-left: 5px;
	flex-shrink: 0;
}

.prevedeny-predpis-icon--big {
	width: 22px;
	height: 22px;
	min-width: 22px;
}

.prevedeny-predpis-icon svg {
	width: 100% !important;
	height: 100% !important;
	fill: var(--text-primary-color);
}


.wrapperMojePodani, .wrapperMojeDotace {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var(--background-primary-subtlest);
}

.wrapperMojePodani {
	padding-bottom: 0px;
}

.wrapperMojeDotace {
	background-color: var(--background-white);
}

.wrapperMojePodani h1, .wrapperMojeDotace h1, footer h2 {
	font-size: var(--font-size-body-l);
	font-weight: bold;
	color: var(--text-emphasis-red);
}

.wrapperMojePodani h1 svg, .wrapperMojeDotace h1 svg {
	width: 21px;
	height: 20px;
	margin: 0 5px 5px 0;
}

.wrapperMojePodani h2, .wrapperMojeDotace h2 {
	font-size: var(--font-size-body-l);
	font-weight: bold;
	color: var(--text-primary-color);
	padding: 8px 0 8px 0;
	margin-bottom: 0;
	background-color: var(--background-section-header);
}

.wrapperMojePodani h2.normal-heading, .wrapperMojeDotace h2.normal-heading
	{
	color: var(--text-emphasis-red);
	background-color: transparent;
	text-transform: uppercase;
}

.novePodani a::after {
	content: "Vytvořit nové podání..";
}

.novaDotace a::after {
	content: "Zažádat o novou dotaci..";
}

.novePodani svg, .novaDotace svg, .externalLinkMapa svg {
	width: var(--icon-size-m);
	height: var(--icon-size-m);
}

.externalLinkMapa-icon {
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	color: currentColor !important;
	fill: currentColor !important;
}


.tableMoje tbody {
	border-bottom: 1px solid var(--color-app-blue);
}

.tableMoje tr th {
	font-size: var(--font-size-body-xs, 12px);
	color: var(--color-neutral-500, #777);
	border-bottom: 1px solid var(--color-app-blue);
	font-weight: normal;
	padding: 10px 20px;
	background-color: var(--background-disabled-subtle);
}

.tableMoje tr th svg {
	width: 15px;
	height: 15px;
	margin: -3px 0 0 5px;
	color: var(--color-app-blue);
}

.tableMoje tr td {
	font-size: var(--font-size-body-m, 15px);
	color: var(--text-primary-color) !important;
	padding: 10px 20px 12px 20px;
	border: none;
}

.tableMoje tr:nth-child(even) td {
	background-color: var(--background-primary-subtlest);
}

.tableMoje tr td:hover {
	color: var(--text-primary-color);
}

.tableMoje tr td svg:not(gov-icon svg) {
	width: 15px;
	height: 15px;
	color: var(--text-primary-color);
	fill: var(--text-primary-color);
}

.tableMoje tr td svg.odstranit:not(gov-icon svg) {
	margin-right: 10px;
	color: var(--icon-emphasis-red);
}

.tableMoje tr td a {
	color: var(--text-primary-color);
}

.tableMoje tr td a:hover {
	text-decoration: none;
}

.tableMoje tr.bila-hlavicka th {
	background-color: var(--background-white, #fff) !important;
}

.tableMoje table tr.sum td {
	font-weight: bold;
	border-top: 1px solid var(--color-app-blue);
	border-bottom: 1px solid var(--border-neutral-light);
	background-color: var(--background-disabled-subtle);
	padding: 20px 0 20px 20px;
}


.uvod-grid {
	display: grid;
	grid-template-columns: 6fr 5fr;
	grid-template-rows: auto auto;
	gap: 24px;
}

.uvod-grid__table1 {
	grid-column: 1;
	grid-row: 1;
}

.uvod-grid__table2 {
	grid-column: 1;
	grid-row: 2;
}

.tablePlatby__body {
	min-height: 203px;
	background-color: var(--background-neutral-subtlest);
}

@media screen and (max-width: 991.98px) {
	.tablePlatby__body {
		min-height: 0;
		background-color: transparent;
	}
}

.uvod-container__erb {
	grid-column: 2;
	grid-row: 1;
	background-color: var(--background-white);
	opacity: 0.7;
	position: relative;
	overflow: hidden;
}

.uvod-grid--no-widgets .uvod-container__erb {
	grid-row: 1 / 3;
}

.uvod-container__erb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.uvod-dlazdice {
	grid-column: 2;
	grid-row: 2;
	align-items: stretch;
	justify-content: center;
}

.uvod-dlazdice .dlazdice-cell {
	flex: 1 1 0;
	min-width: 0;
}

.uvod-dlazdice .dlazdice-icon {
	width: 80px;
	height: 80px;
}

.uvod-dlazdice .dlazdice-button a {
	padding: 6px 14px;
}

.uvod-dlazdice .dlazdice-button__text {
	font-size: var(--font-size-body-l);
}

.dlazdice-button {
	--border-radius-doubled: 0;
	background-color: var(--background-primary-subtlest);
	transition: background-color .15s;
}

.dlazdice-button a {
	padding: 10px 20px;
}

.dlazdice-icon {
	width: 100px;
	height: 100px;
	fill: var(--icon-muted); 
	transition: fill .15s; 
}

.dlazdice-button__text {
	font-size: var(--font-size-body-l);
	text-transform: uppercase;
	color: var(--text-primary-color); 
	transition: color .15s; 
}

.dlazdice-button hr {
	border: none;
	width: 100%;
	height: 1px;
	background-color: var(--icon-muted);
	margin: 0;
}

.dlazdice-button__status {
	font-size: var(--font-size-body-l);
	color: var(--text-primary-color);
}

.dlazdice-button__status svg {
	width: var(--icon-size-m);
	height: var(--icon-size-m);
}

.dlazdice-button:hover {
	
	background-color: var(--background-tile-hover); 
}

.dlazdice-button:hover .dlazdice-icon {
	
	fill: var(--text-primary-color); 
}

.dlazdice-button:hover .dlazdice-button__text {
	
	color: var(--text-emphasis-red); 
}

.uvod-dlazdice-container {
	display: none;
	margin-top: 16px;
	padding-bottom: 20px;
}

.uvodWrapper {
	margin-top: 40px;
	margin-bottom: 16px;
}

.remove-doklad .icon {
	margin-right: 10px;
	color: var(--icon-emphasis-red) !important;
}

.edit-doklad .icon {
	margin-right: 10px;
	color: var(--text-primary-color) !important;
}

.edit-doklad,
.remove-doklad {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.doklad-table tbody td:last-child {
		grid-template-columns: 1fr !important;
		display: flex !important;
		justify-content: center;
		gap: 24px;
		padding-top: 16px !important;
	}
	.doklad-table tbody td:last-child::before {
		display: none;
	}
	.doklad-table .edit-doklad,
	.doklad-table .remove-doklad {
		min-width: 44px;
		min-height: 44px;
	}
	.doklad-table .edit-doklad .icon,
	.doklad-table .remove-doklad .icon {
		margin-right: 0;
	}
}

#vyuctovaniUspesneOdeslano,
#vyuctovaniDuvodVraceni {
	margin-top: 20px;
	margin-bottom: 20px;
}

.psi-modal-heading:not(:first-of-type) {
	margin-top: 30px;
}

.psi-table__stav-column {
	display: flex;
	align-items: center;
	gap: 6px;
}

.psi-table__stav-column svg {
	width: 16px;
	height: 16px;
	fill: var(--icon-neutral);
	color: var(--icon-neutral);
}

.psi-table-row {
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}

.psi-table-row:hover {
	background-color: var(--background-dropdown) !important;
}

.modal-pridat-prilohu-section__priloha {
	padding: 12px 0;
	padding-left: 45px;
	background-size: 40px 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.modal-title--with-icon svg {
	width: var(--icon-size-2xl);
	height: var(--icon-size-2xl);
	fill: var(--icon-muted);
}

.modal-title {
	background-color: var(--background-white);
	color: var(--text-primary-color);
	font-size: var(--font-size-body-m);
	padding: 0;
	margin: 0;
}

.modal-pridat-prilohu-section {
	border-top: 1px solid var(--background-primary-subtlest);
	border-bottom: 1px solid var(--background-primary-subtlest);
}

@media ( max-width : 400px) {
	.zobrazit-vse a::before {
		content: "...";
	}
}

@media ( max-width : 500px) {
	.table-splatnost-column {
		display: none;
	}
}

@media (max-width : 720px) {
	.display-720-none {
		display: none;
	}

	.wrapperLogin {
		background: none;
		height: 320px;
	}

	.identitaLogo {
		margin: 0;
	}
}

@media ( max-width : 991px) {
	.display-991-none {
		display: none !important;
	}
	.wrapperPrehledPlateb {
		background: none !important;
	}
}

@media ( max-width : 1199px) {
	.novePodani a, .novaDotace a {
		gap: unset !important;
	}
	.novePodani a::after {
		content: "";
	}
	.novaDotace a::after {
		content: "";
	}
	.display-1199-none {
		display: none !important;
	}
}

@media (max-width: 500px) {
	.novePodani, .novaDotace {
		min-width: 32px;
	}
	.novePodani a, .novaDotace a,
	.novePodani button, .novaDotace button {
		padding-left: 4px !important;
		padding-right: 4px !important;
		min-width: 32px;
	}
	.novePodani svg, .novaDotace svg {
		min-width: 16px;
		flex-shrink: 0;
	}
}

@media ( max-width : 1450px) {
	.uvod-dlazdice-container {
		display: flex;
	}

	.uvod-radek {
		flex-direction: column;
	}

	.uvod-grid {
		display: block;
	}

	.uvod-grid__table1 {
		margin-bottom: 24px;
	}

	.uvod-container__erb,
	.uvod-dlazdice {
		display: none;
	}

	.display-1450-none {
		display: none !important;
	}
}

#userModal {
	display: none;
}

#userModal .modal-dialog {
	width: 100%;
	max-width: 900px;
}

#userModal .modal-content {
	background-color: var(--background-primary-subtlest) !important;
	padding: 20px;
}

#userModal .modal-body,
#userModal .modal-footer {
	padding: 0;
	padding-top: 20px;
}

#userModal .modal-header {
	padding: 0;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#userModal h1 {
	border-bottom: none;
	background-color: unset !important;
	padding-left: 0;
	font-weight: 700;
	color: var(--text-emphasis-red);
	font-size: 20px;
}

#userModal h2 {
	font-size: 18px;
	color: var(--text-primary-color) !important;
	padding: 0;
}

#userModal label {
	width: unset !important;
}

#userModal legend {
	display: none;
}

#userModal fieldset {
	margin: unset !important;
}

.userModalUdajLabel {
	width: 200px;
	min-width: 200px;
	font-size: 14px;
	font-weight: 700;
	color: var(--text-primary-color);
}

.userModalUdajValue {
	font-size: 14px;
	color: var(--text-primary-color);
}

#userModal hr {
	border: none;
	height: 1px;
	opacity: 1;
	width: 100%;
	background-color: var(--border-neutral-light);
	margin: 20px 0;
}

#userModal .kontaktMessage {
	margin-bottom: 10px;
}

.userModalNadpisText {
	float: left;
}

.userModalNadpisIcon {
	text-align: right;
}

.userModalIdentita {
	height: 60px;
}

.userModalKontaktContainer {
	display: flex;
	gap: 20px;
}

.userModalKontaktLeft {
	flex: 0 0 33%;
	padding-top: 12px;
}

.userModalKontaktRight {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 24px;
}

.userModalTelefon {
	margin-bottom: 10px;
}

.userModalEmail {
	margin-bottom: 10px;
}

.userModalLabelHromadneZpravy,
.userModalLabelEud {
	margin-top: 0;
}

#userModal gov-form-select {
	--height: 34px;
}

.userModalZasilatInfo {
	display: inline-flex;
	width: 16px;
	min-width: 16px;
	height: 16px;
	cursor: pointer;
}

.userModalZasilatInfo svg {
	width: 100%;
	height: 100%;
}

.userModalInputValidationFeedback {
	font-size: var(--font-size-body-xs);
	color: var(--text-emphasis-red);
	padding-top: 4px;
}

.userModalPropojeni {
	background-color: var(--color-success-200);
	margin-bottom: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.userModalPotvrzeniIcon {
	padding: 20px !important;
	display: flex;
	align-items: center;
}

.userModalPotvrzeniIkona {
	width: 40px;
	height: 40px;
}

.userModalPotvrzeniIkona svg {
	width: 100%;
	height: 100%;
}

.userModalPotvrzeniText {
	padding: 10px !important;
}

.userModalPotvrzeniTextGreen {
	color: var(--color-success-600);
}

.userModalNepropojeni {
	background-color: var(--color-warning-100);
	margin-bottom: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.userModalNepotvrzeniIcon {
	flex-shrink: 0;
	padding: 20px !important;
	display: flex;
	align-items: center;
}

.userModalNepotvrzeniIkona {
	width: 40px;
}

.userModalNepotvrzeniIkona svg {
	width: 100%;
	height: 100%;
}

.userModalNepotvrzeniText {
	padding: 10px !important;
}

.userModalNepotvrzeniTextOrange {
	color: var(--color-warning-600);
}

.userModalAdresaContainer {
	display: flex;
}

@media (max-width: 700px) {
	.userModalKontaktContainer {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	#userModal .modal-dialog {
		margin: 0;
	}

	.userModalNepotvrzeniIcon {
		display: none;
	}
}

@media (max-width: 434px) {
	.userModalAdresaContainer {
		flex-direction: column;
	}
}


.user-edit-wrapper {
	background-color: var(--background-white);
	padding: 40px 0 20px 0;
}

.user-edit-checks-wrapper {
	background-color: var(--background-primary-subtlest);
	padding: 40px 0;
}

.user-edit-stats-wrapper {
	background-color: var(--background-white);
	padding: 40px 0;
}

.user-edit-buttons-wrapper {
	background-color: var(--background-primary-subtlest);
	padding: 40px 0;
}

.user-edit-form-container {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
}

.user-edit-title {
	text-align: center;
	color: var(--text-emphasis-red);
	margin-bottom: 20px;
}

.user-edit-subtitle {
	text-align: center;
	color: var(--text-primary-color);
	margin-bottom: 30px;
}

.user-edit-notifications-title {
	color: var(--text-emphasis-red);
	margin: 20px 0;
}

.user-edit-stats-title {
	color: var(--text-emphasis-red);
	text-align: center;
	margin-bottom: 20px;
}

.user-edit-field {
	flex: 1;
	min-width: 0;
}

.user-edit-field-full {
	width: 100%;
}

.ico-pvs {
	width: 20px;
	height: 20px;
	color: var(--icon-emphasis-red);
	fill: var(--icon-emphasis-red);
	flex-shrink: 0;
}

.user-edit-checkbox {
	background-color: var(--background-white);
	padding: 15px;
	border-radius: 4px;
}

.info-icon {
	width: 18px;
	height: 18px;
	color: var(--text-primary-color);
	fill: var(--text-primary-color);
	cursor: pointer;
}

.info-icon:hover {
	color: var(--color-primary-300);
	fill: var(--color-primary-300);
}

.notif-description {
	color: var(--text-secondary);
}

.user-edit-registration {
	margin-top: 30px;
	padding: 20px;
	background-color: var(--background-white);
	border-radius: 4px;
}

.registration-verified {
	color: var(--status-success);
	font-weight: bold;
}

.registration-unverified {
	color: var(--text-status-error);
	font-weight: bold;
}

.user-edit-stats-grid {
	background-color: var(--background-primary-subtlest);
	padding: 30px;
	border-radius: 4px;
}

.user-edit-stat-item {
	flex: 1;
	min-width: 150px;
	padding: 20px;
	background-color: var(--background-white);
	border-radius: 4px;
}

.stat-label {
	font-weight: bold;
	color: var(--text-primary-color);
}

.stat-value {
	font-weight: bold;
}

.stat-value-total {
	color: var(--text-primary-color);
}

.stat-value-sent {
	color: var(--text-emphasis-green);
}

.stat-value-draft {
	color: var(--status-warning);
}

.stat-value-date {
	color: var(--text-primary);
}

.user-edit-buttons-container {
	max-width: 800px;
	padding: 25px;
	background-color: var(--background-white);
	border-radius: 4px;
}

.button-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

@media (max-width: 767.98px) {
	.user-edit-form-container {
		padding: 0 15px;
	}

	.user-edit-stats-grid {
		padding: 15px;
	}

	.user-edit-stat-item {
		min-width: 100%;
	}

	.user-edit-buttons-container {
		justify-content: space-between !important;
		width: 100%;
		gap: 12px;
	}
}

#idVeraUploadFileButton1 {
	display: none;
}


.containerUser {
	position: relative;
}

.containerUser gov-flex[responsive="false"]:first-of-type {
	align-items: center;
}

.containerUser gov-flex[responsive="false"]:first-of-type > gov-flex.breadcrumb-middle {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	display: flex !important;
	justify-content: center !important;
}

.containerUser gov-breadcrumbs {
	width: 100% !important;
	max-width: 100%;
	justify-content: center !important;
	position: static !important;
}

.containerUser gov-breadcrumbs nav {
	overflow: hidden;
	width: 100%;
}

.containerUser gov-breadcrumbs ul {
	justify-content: center !important;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox - skrytí scrollbaru */
	-ms-overflow-style: none; /* IE a Edge */
}

.containerUser gov-breadcrumbs ul::-webkit-scrollbar {
	display: none;
}

.containerUser gov-breadcrumbs > gov-button {
	display: none !important;
}

.breadcrumb-side-left {
	display: flex;
	align-items: center;
}

.navigace-toggle-checkbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
	margin: 0;
}

.navigace-label {
	font-weight: 500;
	color: var(--text-primary);
	font-size: var(--font-size-body-s);
	white-space: nowrap;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: var(--spacing-s, 8px);
	user-select: none;
	margin: 0;
}

.navigace-chevron {
	transition: transform 0.2s ease;
}

.navigace-toggle-checkbox:checked ~ .navigace-label .navigace-chevron {
	transform: rotate(180deg);
}

.containerUser gov-breadcrumbs[expanded] nav {
	display: block !important;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--background-white);
	border: 1px solid var(--border-primary-subtle);
	border-top: none;
	border-radius: 0 0 var(--corner-radius-s) var(--corner-radius-s);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: var(--spacing-m);
	z-index: 100;
	overflow: visible;
}

.containerUser gov-breadcrumbs[expanded] nav ul {
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	overflow: visible;
}

@media (max-width: 991.98px) {
	.containerUser gov-breadcrumbs nav {
		position: absolute;
		left: -9999px;
		top: 0;
		width: auto !important;
		max-width: none;
	}
	.containerUser gov-flex[responsive="false"]:first-of-type > gov-flex.breadcrumb-middle {
		flex: 0 0 auto;
		overflow: visible;
	}
	.containerUser gov-breadcrumbs {
		width: auto !important;
	}
	.containerUser .navigace-toggle-checkbox:checked ~ gov-breadcrumbs nav {
		display: block !important;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--background-white);
		border: 1px solid var(--border-primary-subtle);
		border-top: none;
		border-radius: 0 0 var(--corner-radius-s) var(--corner-radius-s);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		padding: var(--spacing-m);
		z-index: 100;
		overflow: visible;
	}
	.containerUser .navigace-toggle-checkbox:checked ~ gov-breadcrumbs nav ul {
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		overflow: visible;
	}
}

#ModalSvozyDetail .modal-content {
	height: min(640px, 85vh);
}

#ModalSvozyDetail .modal-body {
	font-size: var(--font-size-body-m);
}

#ModalSvozyDetailTitle {
	display: flex;
	align-items: center;
	gap: 8px;
}

.svozy-modal-title-icon {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	fill: #3f9c35;
}

.dlazdice-button .svoz-icon {
	fill: #3f9c35 !important;
}

.dlazdice-button--svozy a {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.svozy-tile {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	height: 100%;
	text-align: left;
}

.svozy-tile__head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.svozy-tile__icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}

.svozy-tile__rows {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.svozy-tile__row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: var(--font-size-body-s);
}

.svozy-tile__label {
	color: var(--text-primary-color);
}

.svozy-tile__value {
	font-weight: 600;
	color: var(--text-primary-color);
	white-space: nowrap;
}

.svozy-tile hr {
	margin-top: auto;
	margin-bottom: 4px;
}

.svozy-tile .dlazdice-button__status {
	flex: 0 0 auto;
	height: auto;
	margin-bottom: 2px;
}

.svozy-modal-info {
	margin: 0 0 16px 0;
	padding: 8px 12px;
	background-color: var(--background-neutral-subtlest);
	border-radius: 4px;
	font-size: var(--font-size-body-s);
}

.svozy-modal-grid {
	margin: 0;
}

.svozy-modal-col {
	padding: 0 12px;
	margin-bottom: 16px;
}

.svozy-modal-section-title {
	margin: 0 0 8px 0;
	font-size: var(--font-size-headline-s);
	font-weight: 500;
}

.svozy-modal-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	color: var(--text-primary-color);
}

.svozy-modal-table thead {
	font-size: var(--font-size-body-xs);
}

.svozy-modal-table tbody {
	font-size: var(--font-size-body-m);
}

.svozy-modal-table th {
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	white-space: nowrap;
}

.svozy-modal-table td {
	padding: 10px 20px 12px 20px;
	border: none;
	word-wrap: break-word;
}

.svozy-modal-table tbody tr:nth-child(even) td {
	background-color: var(--background-primary-subtlest);
}

.svozy-modal-table .text-end {
	text-align: right;
	white-space: nowrap;
}

.svozy-modal-table__total td {
	font-weight: 600;
}

.svozy-modal-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	min-height: 36px;
	margin-bottom: 12px;
}

.svozy-modal-filters .form-select {
	width: auto;
	min-width: 140px;
}

.svozy-modal-empty {
	padding: 16px;
	text-align: center;
	color: var(--text-secondary);
	background-color: var(--background-neutral-subtlest);
	border-radius: 4px;
}

.svozy-modal-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
	margin-top: 12px;
}

.svozy-modal-pagination__btn {
	min-width: 36px;
	padding: 4px 10px;
	background-color: var(--background-white);
	border: 1px solid var(--border-default, rgba(0, 0, 0, 0.2));
	border-radius: 4px;
	font-size: var(--font-size-body-s);
	cursor: pointer;
	transition: background-color .15s, color .15s;
}

.svozy-modal-pagination__btn:hover:not(:disabled) {
	background-color: var(--background-neutral-subtlest);
}

.svozy-modal-pagination__btn:disabled {
	opacity: 0.5;
	cursor: default;
}

.svozy-modal-pagination__btn--active {
	background-color: var(--background-primary, #1d4ed8);
	color: var(--text-on-primary, #fff);
	border-color: var(--background-primary, #1d4ed8);
}

.svozy-modal-pagination__btn--active:hover {
	background-color: var(--background-primary, #1d4ed8);
}
