﻿.mud-button {
    width: 10em !important;
}

.mud-button-width20em {
    width: 20em !important;
}

.mud-button-width100 {
    width: 100% !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    text-align: center;
    z-index: 1000;
}

.custom-dialog-width {
    min-width: 400px;
}