/* THEME SWITCHER - start */
.theme-switcher {
	display: inline-flex;
	gap: 6px;
	font-size: 14px;
	justify-content: center;
	width: 100%;   
	padding-bottom: 7rem;  
}

.theme-switcher button {
	cursor: pointer;
	background: none;
	border: none;
	padding: 4px 8px;
	opacity: 0.6;
	font: inherit;
}

.theme-switcher button.active {
	opacity: 1;
	font-weight: 600;
	text-decoration: underline;
}

.theme-switcher button:focus-visible {
	outline: 2px solid var(--ldcms-blue);
	outline-offset: 2px;
}

.theme-switcher button svg {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.theme-switcher-desktop {
}	
/* THEME SWITCHER - end */


a {
	color: rgba(var(--cui-link-color-rgb), var(--cui-link-opacity, 1));
	text-decoration: underline;
	font-weight: 600;
}



.hlaseni-uspech {
	color: #198754 !important; /* zelená (Bootstrap success) */
}

.hlaseni-chyba {
	color: #dc3545 !important; /* červená (Bootstrap danger) */
}




.btn-link {
	--cui-btn-color: var(--cui-body-color);
}



.card-signup {
	background-color: #ddd;
	padding: 2rem;
	text-align: center;
	border-radius: 0.5rem;
	background-image: var(--cui-background-image-login);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.card-signup h2 {
	color: var(--cui-heading-color)
}


[lobo-theme=dark] .dark\:bg-primary, 
[lobo-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
.bg-primary {
	--cui-bg-opacity: 0;
}


.sidebar {
	--cui-sidebar-width: 20rem;
}


.sidebar-nav .nav-group .nav-group-toggle {
	font-size: 80%;
	font-weight: 700;
	color: var(--cui-sidebar-nav-title-color);
	text-transform: uppercase;
	transition: height 0.15s, margin 0.15s;
	margin-top: var(--cui-sidebar-nav-title-margin-top);
}


@media (min-width: 992px) {
    .sidebar:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
        --cui-sidebar-occupy-start: 20rem;
    }
}


.ms-auto {
	-webkit-margin-start: 0 !important;
	margin-inline-start: 0 !important;
}

@media (min-width: 576px) {
	.ms-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
}




.input-group-text {
    width: 30%;
}


.input-group-text.login {
    width: auto
}


table .form-switch .form-check-input {
    margin-top: 0.75rem;
}

table .btn.ikonka,
table .btn:hover.ikonka,
table .btn:focus-visible.ikonka
table .btn:active:focus-visible.ikonka {
	border: 0;
	outline: 0;
	box-shadow: 0;
}

td, th {
	overflow-wrap: break-word;
}


#elfinderModal .modal-body {
	padding: 0; /* žádný padding kolem iframe */
}

#elfinderIframe {
	width: 100%;
	border: 0;
	display: block;
}