/* src/styles.css 
.modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-dialog {
  position: relative;
  margin: 0;
}
.modal.fade.show {
  opacity: 1 !important;
  z-index: 1050 !important;
  pointer-events: auto !important;
}
.modal-backdrop.fade.show {
  opacity: 0.5 !important;
  z-index: 1040 !important;
}
.modal-sm,
.modal-md {
  width: 40em;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-header,
.modal-footer {
  padding: 1rem;
  border-color: #dee2e6;
  border-bottom: 1px solid;
}
.modal-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.modal-body {
  padding: 1rem;
  font-size: 14px;
  line-height: 1.5;
}
.close-button {
  padding: 0.2rem 0.6rem !important;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.modal-form {
  display: flex;
  flex-direction: column;
}*/
.form-control.is-invalid {
  border-color: #dc3545;
}
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.cdk-global-scrollblock {
  overflow: hidden !important;
}
.table-container {
  max-height: 80vh;
  overflow-y: auto;
}
.table-search {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  margin-bottom: 1rem;
}
.heading-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
}
.heading-button {
  margin-left: 1rem;
}
.display-header {
  display: flex;
  align-items: stretch;
  margin: 0;
}
app-search-control {
  flex: 1;
  width: auto;
}
.icon-spacing {
  margin-right: 5px;
}
.edit-icon {
  color: #f59c1a;
  margin-right: 0.4rem;
}
.edit-icon:hover {
  color: #cc8114 !important;
  cursor: pointer;
}
.delete-icon {
  color: #ff5b57;
}
.delete-icon:hover {
  color: #b03937 !important;
  cursor: pointer;
}
.sub-heading {
  margin-bottom: 1rem;
}
.list-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.list-table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #f8f9fa;
}
.list-table td {
  vertical-align: middle !important;
  padding: 0px 15px !important;
}
.list-table tr {
  height: 2rem !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
