﻿.font-weight-bold {
  font-weight: bold;
}
.cursor-pointer {
  cursor: pointer;
}
.remove-label .form-label {
  display: none !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
  }
}
html {
  font-size: 22px;
}
.notifications {
  position: fixed;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
}
.notifications .notification {
  margin-bottom: 6px;
  font-size: 32px;
  padding: 10px;
  border-radius: 10px;
}
.table th,
.table td {
  padding: 2px;
}
.table.table-striped th,
.table.table-striped td {
  border-bottom: 1px solid #ccc;
}
.table.table-striped tr:nth-child(odd) tr,
.table.table-striped tr:nth-child(odd) td {
  background-color: #dedede;
}
.text-right {
  text-align: right;
}
::deep label.form-label:empty {
  display: none;
}