/*Fix the badge position*/
.mud-badge.mud-badge-top.right {
    inset: auto auto calc(100% - 6px) calc(100% - 6px);
}

/*Fix the dialog scroll issue*/
.mud-dialog .mud-dialog-content {
    overflow: hidden;
}

.dialog-divider {
    position: relative;
    bottom: -12px;
}

.mud-table-cell {
    font-weight: 300;
}

/*Hide navbar image*/
.hide-on-sm {
    display: inherit;
}

@media (max-width: 960px) {
    .hide-on-sm {
        display: none;
    }
}

/*Fix invisible table column padding in mobile device mode*/
@media (max-width: 600px) {
    .mud-xs-table .mud-table-cell-hide {
        visibility: collapse;
        height: 0;
        padding: 0 !important;
        margin: 0
    }
}

@media (max-width: 960px) {
    .mud-sm-table .mud-table-cell-hide {
        visibility: collapse;
        height: 0;
        padding: 0 !important;
        margin: 0
    }
}
