﻿/* Global css style */
.clickable {
  cursor: pointer;
}

/* MudDialog app style */
body.mud-dialog {
  overflow: hidden !important;
  position: fixed !important;
}
.mud-dialog {
  max-width: 600px !important;
  width: calc(100% - 64px) !important;
  max-height: 95vh !important;
  overflow-y: hidden !important;
}
.mud-dialog .outline-none {
  overflow: auto !important;
}
.mud-dialog .mud-dialog-content {
  padding: 0 24px !important;
}
.mud-overlay .mud-overlay-scrim.mud-overlay-dark {
  background: #000000 !important;
  opacity: 0.7 !important;
}

/* MudTextField app style */
.mud-input-control-helper-container {
  position: absolute !important;
  top: 42px !important;
}

/* MudTabs app style */
.mud-tabs-toolbar-wrapper {
  margin: 0 !important;
  width: 100% !important;
}
.mud-tabs-toolbar-wrapper .d-inline-block {
  width: 100% !important;
}
.mud-tab.mud-tab-active {
  color: #020659 !important;
}
.mud-tab.mud-tab-active:hover {
  background-color: #EEEEEE !important;
  color: #020659 !important;
}

/* MudSnackBar app style */
.mud-snackbar {
  max-width: 600px !important;
  width: 100% !important; 
}
#mud-snackbar-container {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.mud-snackbar .mud-snackbar-content-message {
  font-size: 14px !important;
}
