/* src/styles.scss */
.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.w-100 {
  width: 100% !important;
}
#masterPage {
  min-height: calc(100vh - 18rem) !important;
  background-color: #ffffff !important;
}
#sitename {
  padding-bottom: 0.5rem !important;
}
.welcome {
  right: 2rem;
}
.np-header {
  padding-top: 0.35rem !important;
}
.np-header #sitename > div,
.secondary-headline {
  font-size: 1rem !important;
}
.np-footer,
.np-header,
main,
nav#site-specific-nav,
nav#site-specific-nav.centered-nav {
  max-width: 80% !important;
}
.d-Flex {
  display: flex !important;
  align-items: center !important;
}
.borderNone {
  border: none !important;
}
.backgroundGrey {
  background: #eeeeee;
}
.backgroundWhite {
  background: #ffffff;
}
.customRightBorder {
  border-right: 1px solid #666;
}
.customLeftBorder {
  border-left: 1px solid #666;
}
.customPara {
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.5;
  padding-right: 0.75rem !important;
}
svg {
  cursor: pointer !important;
}
.icon-btn {
  cursor: pointer;
}
select,
textarea {
  padding: 0.25rem !important;
}
p {
  color: #393a3c;
  text-align: left;
}
button {
  padding: 0.15rem 0.5rem !important;
  font-family:
    "GothamNarrowBook",
    Arial,
    sans-serif !important;
}
label,
h2,
h3,
table thead th {
  color: #000000 !important;
  font-size: 0.875rem;
  text-align: left;
  font-family:
    "GothamBookMedium",
    Arial,
    sans-serif !important;
  font-weight: 500 !important;
}
div,
p,
select,
textarea,
input,
table tbody tr td,
.form-control,
.form-select,
.form-select option {
  font-family:
    "GothamNarrowBook",
    Arial,
    sans-serif !important;
  font-weight: 600;
  color: #2e2e2e !important;
  font-size: 0.8rem !important;
}
.table-wrapper {
  flex: 1;
  overflow: auto;
}
.table-wrapper .table thead th {
  position: sticky;
  top: 0;
  text-align: center !important;
  background: #ecebf2 !important;
  padding: 0.5rem !important;
}
.table-wrapper .table thead th h3 {
  line-height: 26px !important;
}
.table-wrapper table tbody tr td {
  padding: 0.5rem;
  text-align: center !important;
  vertical-align: middle !important;
}
.table-wrapper table tbody tr td p {
  text-align: center !important;
}
.iconCSS {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  border: 0.1rem solid #d8d4e2;
  background: none;
  border-radius: 0.25rem;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.iconCSS:hover {
  border: none !important;
}
.iconCSS svg {
  transition: transform 0.3s ease, stroke 0.3s ease;
}
.successIcon:hover svg {
  transform: scale(1.35);
  stroke: #1b5e20;
}
.dangerIcon:hover svg {
  transform: scale(1.35);
  stroke: #c62828;
}
.actionColumn button::after {
  content: none !important;
  display: none !important;
}
.tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0.25rem 0.5rem 0.15rem;
  margin-bottom: 0.25rem;
  border: 2px solid #f3f2f5;
  border-radius: 0.35rem 0.35rem 0 0;
}
.tab-header .tab-columns {
  display: inline-flex;
  gap: 4rem;
}
.tab-header .tab-columns .tab-item {
  font-size: 0.875rem !important;
  margin-bottom: 0;
  font-family:
    "GothamNarrowBook",
    Arial,
    sans-serif !important;
  font-weight: 800 !important;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tab-header .tab-columns .tab-item .tab-icon {
  font-size: 1rem;
}
.tab-header .tab-columns .tab-item:hover {
  color: #0b2d71 !important;
}
.tab-header .tab-columns {
}
.tab-header .tab-columns .tab-item.active {
  color: #0b2d71 !important;
}
.tab-header .tab-columns .tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 105%;
  height: 3px;
  background: #0b2d71;
  border-radius: 3px 3px 0 0;
}
.tab-content {
  min-height: 15rem;
  border-radius: 0.35rem 0.35rem 0 0;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.35);
}
.modal-overlay label {
  font-size: 0.8rem !important;
  font-family:
    "GothamNarrowBook",
    Arial,
    sans-serif !important;
  font-weight: 600 !important;
}
.modal-overlay .modal-container {
  position: fixed;
  background: #ffffff;
  border: 1px solid #8c8f93;
  border-radius: 0.15rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  min-width: 35vw;
  width: fit-content;
  max-height: calc(100vh - 12rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .modal-overlay .modal-container {
    min-width: 90vw;
  }
}
.modal-overlay .modal-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #dbdcdd;
  cursor: move;
  -webkit-user-select: none;
  user-select: none;
}
.modal-overlay .modal-header .modal-title {
  flex: 1;
  margin: 0;
  font-size: 1.125rem !important;
  font-family:
    "GothamBookMedium",
    Arial,
    sans-serif !important;
  text-align: left;
}
.modal-overlay .modal-header .header-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.modal-overlay .modal-body {
  overflow: auto;
  max-height: calc(100vh - 20rem);
  padding: 0.5rem 1rem;
}
.modal-overlay .modal-footer {
  border-top: 1px solid #dbdcdd;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.pagination-container {
  flex-shrink: 0;
  border-top: 1px solid #dbdcdd;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  font-family:
    "GothamBookMedium",
    Arial,
    sans-serif !important;
}
.pagination-container .form-select {
  min-width: 72px;
}
@media (min-width: 666px) and (max-width: 2000px) {
  .np-footer,
  .np-header,
  main,
  nav#site-specific-nav,
  nav#site-specific-nav.centered-nav {
    max-width: 100% !important;
  }
}
::ng-deep .form-select:focus,
::ng-deep .form-control:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
::ng-deep .form-select,
::ng-deep .form-control {
  border: 0.12rem solid #dee2e6 !important;
  padding-left: 0.35rem !important;
  min-height: 2rem !important;
}
::ng-deep .form-select,
::ng-deep .form-control {
  padding-left: 0.35rem !important;
}
::ng-deep input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  accent-color: #0b2d71;
}
::ng-deep .btn-secondary.focus,
::ng-deep .btn-secondary:focus,
::ng-deep .btn-primary.focus,
::ng-deep .btn-primary:focus,
::ng-deep .btn:focus-visible {
  border: none !important;
  box-shadow: none !important;
}
::ng-deep .form-label {
  margin-bottom: 0.25rem !important;
}
::ng-deep .calender,
::ng-deep .ng-pristine {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

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