﻿.card-container {
    margin: 1rem;
}

.card {
    max-width: 1280px;
    margin: 0 auto;
}

.card-content {
    padding: 1rem;
}

.margin-bottom {
    margin-bottom: 1rem;
}

.underline {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.clear-margin {
    margin: 0px;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
}

.admin-menu {
    max-width: 500px;
}

.admin-menu-button-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.admin-menu-button {
    margin-left: 8px;
    margin-bottom: 8px;
}

.mud-snackbar {
    max-width: 1280px !important;
}

.no-flex {
    flex: none !important;
}

.full-width {
    width: 100% !important;
}

.full-height {
    height: 100% !important;
}