html, body, #app {
    height: 100%;
}

.clear-header {
    background-color: transparent !important;
}

.mud-layout {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
}

.mud-table-container {
    overflow: auto;
}

.mud-toolbar-gutters {
    padding-left: 12px;
    padding-right: 12px;
}

.transparent-img {
    background-color: transparent;
}

.appbar-img {
    height: 75%;
    padding-right: 6px;
}


.mud-snackbar.mud-alert-filled-error {
    padding: 20px 26px !important;
    font-weight: 400;
    line-height: 1.43;
    margin-top: 16px;
}

.search-button {
    height: 40px;
    margin-top: 10px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.userPopover {
    border-radius: 12px;
}

.tabRounded {
    border-radius: 12px;
}

.activeTabText {
    text-decoration: underline;
}
