html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.loading-progress {
    position: relative;
    display: block;
    width: 40%;
    height: 20px;
    margin: 20% auto;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.loading-progress-bar {
    width: 0;
    height: 100%;
    background-color: #3300B7;
    animation: progress 2s ease-in-out infinite;
}

@keyframes progress {
    0% { width: 0; }
    50% { width: 70%; }
    100% { width: 100%; }
}
#blazor-content-width {
    width: 100%;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.mud-icon-root {
    font-size: 2.0em !important;
}

.mud-table .mud-icon-root {
    font-size: 1.25em !important;
}

.mud-dialog .mud-icon-root {
    font-size: 1.25em !important;
}

.mud-snackbar .mud-icon-root {
    font-size: 1.25em !important;
}

.mud-table tbody tr:hover td {
    background-color: #DDDDDD !important;
    color: #111111 !important;
}

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
    padding: 24px;
}

.login-page::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('/image/disk_tile_bluegray.png');
    background-repeat: repeat;
    z-index: 0;
}

.login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 560px;
    position: relative;
    z-index: 1;
}

.login-card {
    width: 100%;
    background: linear-gradient(135deg, #4A69B0 0%, #3300B7 100%) !important;
    color: #ffffff !important;
    padding: 32px;
}

.login-card .mud-card-content {
    padding: 0;
}

.login-card .mud-card-actions {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.login-branding {
    text-align: center;
}

.login-title {
    font-weight: 700;
    color: #ffffff;
}

.login-tagline {
    color: #ffffff;
    font-weight: 500;
}

.login-tagline-secondary {
    color: #e0e0e0;
}

.login-heading {
    color: #ffffff;
    font-weight: 600;
}

.login-field .mud-input-label,
.login-field .mud-input-label-outlined,
.login-field .mud-input-label-filled {
    color: #ffffff !important;
}

.login-field .mud-input {
    color: #ffffff !important;
}

.login-field .mud-input-filled {
    background-color: rgba(27, 0, 86, 0.01) !important;
}

.login-field .mud-input-filled::before {
    border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

.login-field .mud-input-filled::after {
    border-bottom-color: #ffffff !important;
}

.login-button {
    background-color: #ffffff !important;
    color: #010101 !important;
    font-weight: 600;
    text-align: center;
}

.login-button:disabled,
.login-button.disabled {
    background-color: #CBDBDF !important;
    color: #222222 !important;
    opacity: 1;
}

.login-alert {
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: #333333 !important;
}

.drawer-tiled-bg {
    background-image: none;
}

.drawer-tiled-bg .mud-nav-menu {
    background-color: transparent;
}

.theme-radio-standard .mud-radio-icon {
    color: #4646A7 !important;
}

.theme-radio-warm .mud-radio-button,
.theme-radio-warm .mud-radio-icon {
    color: #528C6D !important;
}

.theme-radio-dark .mud-radio-button,
.theme-radio-dark .mud-radio-icon {
    color: #333333 !important;
}

/* Arrow icons */
.arrow-icon .mud-icon-root,
.mud-select .mud-input-adornment .mud-icon-root,
.mud-autocomplete .mud-input-adornment .mud-icon-root,
.mud-table-sort-label-icon .mud-icon-root,
.mud-treeview-item-arrow .mud-icon-root,
.mud-tree-view-item-arrow .mud-icon-root,
.mud-tree-view-item-expand-button .mud-icon-root,
.mud-nav-link-expand-icon .mud-icon-root,
.mud-expand-panel-expand-icon .mud-icon-root,
.mud-tabs-scroll-button .mud-icon-root,
.mud-pagination-item .mud-icon-root,
.mud-carousel .mud-icon-button .mud-icon-root {
    font-size: 1.35em !important;
}
