﻿:root {
  --mud-palette-appbar-background: #A2BBA8 !important;
  --mud-palette-appbar-text: #FFFFFF !important;
  --mud-appbar-height: 64px !important;
  --mud-palette-background: #FFFFFF !important;
  --mud-palette-drawer-background: #F7F2FA !important;
  --mud-palette-surface: #FFFFFF !important;
  --mud-palette-success: #a178e8 !important;
  --mud-palette-success-darken: #a178e8 !important;
  --mud-drawer-width-left: 260px !important;
  --mud-palette-primary: #a2bba8 !important;
}
:root .mud-drawer {
  margin-top: 15px;
  margin-bottom: 15px;
  height: calc(100% - (var(--mud-appbar-height) + 30px)) !important;
  border-radius: 0px 16px 16px 0px;
}
