html {
  --MT-backgroundColor: var(--color-root);
  --MT-gradient: linear-gradient(135deg, #009fff, #ec2f4b);
  --MT-fontSizeM: calc((1 + (4 * 0.125)) * 1rem);
  --MT-fontSizeL: 2rem;
  --MT-navbar-height: 72px;
  --MT-sidebar-width: 220px;
}

.MT button.btn-large {
  min-height: calc(1.25 * var(--xs-size-control));
  height: calc(1.25 * var(--xs-size-control));
  font-size: var(--agFontSizeLg);
  text-transform: uppercase;
  font-weight: bold;
}
.MT .toast-order-placed .adm-toast-main {
  background-color: var(--color-success);
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 240px;
  padding: 2rem;
}
.MT .toast-order-placed .adm-toast-main .AIcon {
  font-size: 4rem;
}
.MT .MT-ActiveOrderState .content {
  max-width: 90vw;
}