﻿.mud-toolbar-appbar a[title="Documentation"], .mud-toolbar-appbar a[title="Source code"],
.mud-toolbar-appbar button:last-child {
    display: none;
}

/* Splash screen styles */
.loading-splash {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#loader-progress-text {
    font-size: 1.2rem;
    margin-top: 10px;
}

.progress-bar-container {
    width: 100%;
    height: 3px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #007bff;
    transition: width 0.3s;
}

.custom-checklist-container .mud-input-control .mud-input-root {
    max-height: 90px;
    overflow-y: auto;
}