/*
#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;
}
*/
.app-title {
    font-size: 19px;
    font-weight: 500;
}

.top-row {
    height: 70px;
    color: white;
    display: flex;
    align-items: center;
    box-shadow: var(--mud-elevation-3);
}

html, body {
    height: 100%;
}

body {
    background-color: #f7f7f7;
}





.list .header {
    font-weight: 500;
    background-color: #f5f5f5;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
}


.list .list-item {
    border: 1px solid #dfdfdf;
}

.list .body-row {
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: flex-start;
}

    .list .body-row:last-child {
        border-bottom: none;
    }

.body-row:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


.no-hover:hover {
    background-color: unset;
}

.list .mud-divider:last-child {
    display: none;
}

.primary-modal-header .mud-dialog-title {
    background-color: var(--mud-palette-primary);
}

.error-modal-header .mud-dialog-title {
    background-color: var(--mud-palette-error);
}

.success-modal-header .mud-dialog-title {
    background-color: var(--mud-palette-success);
}

.filled .mud-dialog-title h6 {
    color: white;
}

.chip-material {
    height: auto !important;
}

    .chip-material .mud-chip-content {
        white-space: break-spaces;
        padding-block: 5px;
    }

@media screen and (max-width:650px) {
    .list .body-row {
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width: 767px) {
    .articles-list .actions {
        position: absolute;
        right: 10px;
        top: 10px;
    }



    .worksheet-actions {
        width: 100%;
        background-color: rebeccapurple;
    }

        .worksheet-actions .mud-tooltip-root {
            width: 50%;
        }

        .worksheet-actions .mud-button-root {
            width: 100%;
            margin-left: 0px !important;
        }

    .mud-dialog {
        margin-inline: 10px;
    }
}
