﻿/* MudBlazor component overrides */

.mud-snackbar-location-top-right {
    top: 90px;
}

.mobile-menu {
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: var(--basic-white) !important;
    width: 100%;
    height: calc(100% - 70px);
    top: 70px !important;
    left: 0 !important;
}

.mud-typography-h1 {
    color: var(--primary) !important;
}

@media screen and (max-width: 960px) {
    .mud-dialog-content {
        padding: 8px 8px !important;
    }

    .cancel-dialog .mud-dialog-title {
        display: none !important;
    }
}

.delegation-row-item .mud-typography {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}