html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/Logo.svg');
    width: 180px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading-image {
    width: 80px;
    height: 80px;
}

.loading-items-center > .bg-primary {
    background-color: #123D85 !important;
}

.loading-items-center > .border-primary {
    border-color: #123D85 !important;
}

/* Styling pro klikací název souboru */
.enhanced-file-container a[title]:hover,
.enhanced-file-container button[title]:hover {
    text-decoration: underline !important;
    color: #0d6efd !important;
}

.enhanced-file-container .btn-link:hover {
    color: #0d6efd !important;
}

/* Zvýraznění, že název je klikací */
.enhanced-file-container a[onclick],
.enhanced-file-container button[onclick] {
    transition: color 0.2s ease;
}

.enhanced-file-container a[onclick]:hover,
.enhanced-file-container button[onclick]:hover {
    color: #0d6efd !important;
}