body {
  background-color: beige;
}

html {
  font-size: calc(0.5em + 0.5vw) !important;
}

.shadow-custom {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.25), 0 3px 20px 1px rgba(0, 0, 0, 0.05) !important;
}

.main-404 {
  padding-top: 70px;
  padding-bottom: 70px;
  height: 100vh;
  opacity: 0.95;
}

.main-landing {
  padding-top: 70px;
  padding-bottom: 70px;
  height: 100vh;
}

.main-login {
  padding-top: 70px;
  padding-bottom: 70px;
  height: 100vh;
  opacity: 0.92;
}

.main-users {
  padding-top: 90px;
  padding-bottom: 70px;
  height: 100vh;
  opacity: 1;
}

.main-inventory {
  padding-top: 100px;
  padding-bottom: 70px;
  height: 100vh;
  opacity: 1;
}

.w-40 {
  width: 40%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.h-80 {
  height: 80vh;
}

.usercard {
  min-width: 335px;
}

#search-result {
  height: 63vh;
}

#pos-bag-list {
  height: 52vh;
}

#product-log-table {
  height: 60vh;
}

#privilegelist {
  height: 55vh;
}

.table-max-height-36 {
  max-height: 36vh;
}

.row-h-50 {
  height: 50vh;
}
