html {
    /* https://coolors.co/f72585-b5179e-7209b7-560bad-480ca8-3a0ca3-3f37c9-4361ee-4895ef-4cc9f0 */
    /* background: #e9e9e9; */
}

body {
    /* background: #eeeeee; */
    background-color: #f6f7f9;
    --mdc-theme-primary: #1e81b0; /* #2596be; /* #4361ee; */
}


.main-width {
    max-width: 1000px;
}

img.logo {
    width: 400px;
}

.width-auto {
    width: auto;
}

.full-height,
.fh {
    width: 100% !important;
}

.full-width,
.fw {
    width: 100%;
}

.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.5;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}