body {
    background-color: #282828;
}

.loadingApp {
    position: absolute;
    top: 30vh;
    width: 100%;
    text-align: center;
    color: whitesmoke;
}


.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #177ddc;
    border-color: #177ddc transparent #177ddc transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.true {
    color: springgreen;
}


#blazor-error-ui {
    background: black;
    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: 1101;
    color: white;
    text-align: center;
}

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

.blazor-error-boundary {
    padding: 1rem 1rem 1rem 3.7rem;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.selected {
    background-color: rgba(255,255,255, 0.12);
}

.deleted {
    background-color: rgba(255,0,0, 0.12);
}

.mud-tab-panel {
    flex-grow: 1 !important;
}