﻿div[data-module] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    min-height: 250px;
}

body[module="max"] #content {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
}

:root{
    --bs-card-bg: var(--dx-color-main-bg);
}