html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "微軟正黑體", "Microsoft JhengHei", arial, sans-serif;
}

.border-width-lg {
border-width: 8px !important;
}

.card-bg-eid {
  background-color: white;
}

.card-shadow {
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.16);
}

.logo-sm {
  width: 20%;
}

.logo-md {
  width: 46.5px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
}

.icon-sm {
  width: 5%;
}

.border-warning {
  border-color: #E2E0D3 !important;
}

.chart-container {
  height: 400px;
}