:root {
  --evadauphin-bg: linear-gradient(115deg, #ffe9f5 0%, #ecd7ff 42%, #cad5ff 100%);
}

html,
body,
#app,
.v-application,
.v-application__wrap,
.v-main {
  min-height: 100%;
  background: var(--evadauphin-bg) !important;
}

.v-main__wrap,
.v-container,
.v-window,
.v-window__container {
  background: transparent !important;
}

.v-navigation-drawer {
  background: linear-gradient(180deg, #18002f 0%, #6d00e8 58%, #16bdf2 100%) !important;
}

.v-card,
.v-sheet {
  backdrop-filter: blur(10px);
}

/* Eva Dauphin branding: sidebar uses the same pink gradient as the website */
.v-navigation-drawer {
  background: linear-gradient(115deg, #ffe9f5 0%, #ecd7ff 42%, #cad5ff 100%) !important;
}

.v-navigation-drawer,
.v-navigation-drawer .v-list-item,
.v-navigation-drawer .v-list-item-title,
.v-navigation-drawer .v-icon,
.v-navigation-drawer button {
  color: #18002f !important;
}

.v-navigation-drawer .v-list-item--active,
.v-navigation-drawer .v-list-item:hover {
  background: rgba(255, 255, 255, 0.58) !important;
}


/* Eva Dauphin branding: webmail folders */
.v-navigation-drawer .mailbox {
  border-radius: 8px !important;
  margin: 4px 0 !important;
  min-height: 34px !important;
  color: #18002f !important;
  border: 1px solid rgba(24, 0, 47, 0.08) !important;
  box-shadow: none !important;
}

.v-navigation-drawer .mailbox.bg-primary {
  background: rgba(255, 255, 255, 0.48) !important;
}

.v-navigation-drawer .mailbox.bg-primary-lighten-1,
.v-navigation-drawer .mailbox.bg-primary:hover {
  background: linear-gradient(90deg, rgba(30, 200, 255, 0.72) 0%, rgba(236, 215, 255, 0.78) 100%) !important;
}

.v-navigation-drawer .mailbox .v-icon,
.v-navigation-drawer .mailbox span,
.v-navigation-drawer .mailbox .font-weight-bold {
  color: #18002f !important;
}

.v-navigation-drawer .v-btn.bg-secondary {
  background: linear-gradient(90deg, #1ec8ff 0%, #ecd7ff 55%, #ffe9f5 100%) !important;
  color: #18002f !important;
  box-shadow: none !important;
}

.v-navigation-drawer .border-t-sm.bg-grey {
  background: rgba(255, 255, 255, 0.42) !important;
  border-color: rgba(24, 0, 47, 0.08) !important;
}
