#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;
}


.bg-dark {
    --bs-bg-opacity: 1;
    /* background-color: rgb(153 168 183) !important; */
    background-color: transparent !important;
}

#MenuItem_Home_Home {
    color: black !important;
}

/*.text-white {
    --bs-text-opacity: 1;*/
    /*color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;*/
    /*    color: #0d6efd !important;*/
    /*color: #000000 !important;
}*/

/*a {
    color: #000000 !important;
    text-decoration: none;
}*/

#main-navbar > div > button {
    background-color: gray !important;
}

.navbar-nav > .nav-item > .nav-link, .navbar-nav > .nav-item > .dropdown > .nav-link {
    color: #000000 !important;
}

#main-navbar-collapse > ul:nth-child(2) > div:nth-child(1) > div > button {
    color: black;
}




.disabled-element {
    pointer-events: none; /* disables all mouse interactions */
    opacity: 0.6; /* makes it look visually disabled */
    user-select: none;
}
