﻿:root {
  --rz-input-border-radius: 0 !important;
  --rz-primary: #EF3742;
  --rz-primary-lighter: #d240401f;
  --rz-button-shadow: none;
  --rz-button-hover-shadow: none;
  --rz-button-border-radius: 0 !important;
  --rz-grid-cell-font-size: 0.85rem;
  --rz-profile-menu-top-item-background-color: #16191b;
  --rz-profile-menu-border-radius: 0;
  --rz-checkbox-margin: .55rem 0;
  --rz-checkbox-checked-hover-background-color: var(--rz-primary-lighter);
  --user-profile-menu-border-color: #E7E5E5FF;
  --rz-paginator-dropdown-width: 84px;
  --rz-grid-selected-color: #000;
}
:root.dark-mode-True {
  --rz-base-background-color: #2d343c;
  --rz-grid-background-color: #2d343c;
  --rz-input-background-color: #212428;
  --rz-grid-stripe-background-color: #313943;
  --rz-grid-cell-color: #ffffffb2;
  --rz-grid-hover-background-color: #262c32;
  --rz-base-900: #ffffffb2;
  --rz-base-300: #4f575f !important;
  --rz-paginator-numeric-button-selected-color: #fff;
  --rz-input-value-color: var(--rz-base-500);
  --rz-paginator-numeric-button-color: var(--rz-base-400);
  --rz-paginator-back-button-color: var(--rz-base-400);
  --rz-paginator-next-button-color: var(--rz-base-400);
  --rz-paginator-numeric-button-hover-color: var(--rz-base-500);
  --rz-paginator-numeric-button-hover-background-color: rgba(241, 94, 103, 0.5);
  --rz-grid-detail-template-background-color: #2e353e;
  --user-profile-menu-border-color: #495760;
  --rz-border-normal: var(--rz-border-width) solid #41474e;
  --rz-primary-lighter: #161d25;
}

:root .rz-selectable tbody tr.rz-data-row td,
.rz-selectable tbody tr.rz-data-row .rz-cell-data {
  cursor: pointer;
}

.rz-chkbox-label {
  font-size: 13px;
}

.rz-data-grid .rz-grid-table td.product-has-product {
  border-left: solid 6px #27ac27 !important;
  padding-left: 0.65rem !important;
}
.rz-data-grid.filled .rz-expanded-row-content {
  padding: 0;
}
.rz-data-grid.filled .rz-expanded-row-content > td {
  padding: 0;
}
.rz-data-grid.filled .rz-expanded-row-content .rz-data-grid {
  border-top: none;
  border-bottom: none;
  border-right: none;
  margin-left: 31px;
}
.rz-data-grid.filled .rz-expanded-row-content .rz-data-grid thead {
  display: none;
}

.rz-multiselect-panel .rz-data-grid .rz-data-grid-data .rz-grid-table td {
  padding: 0.325rem 0.625rem;
}

.rz-badge-pill.xs {
  padding: 0.11rem 0.45rem 0rem 0.45rem;
  font-size: 0.65rem;
}

.rz-profile-menu.app-bar-menu {
  height: var(--mud-appbar-height);
  display: flex;
  align-items: center;
  line-height: 16px;
  font-size: 0.75rem;
  background-color: var(--app-nav-bg-dark);
  padding: 0 8px;
}
.rz-profile-menu.app-bar-menu.active {
  background-color: rgba(255, 255, 255, 0.1411764706);
}
.rz-profile-menu.app-bar-menu .rz-navigation-menu {
  padding-top: 0;
  padding-bottom: 0;
  top: 100%;
}
.rz-profile-menu.app-bar-menu .rz-navigation-item-link {
  overflow: visible;
}
.rz-profile-menu.app-bar-menu .rz-navigation-item-link i {
  display: none;
}
.rz-profile-menu.app-bar-menu.selected-customer-tenant {
  background: var(--primary);
  color: #fff !important;
}
.rz-profile-menu.app-bar-menu.selected-customer-tenant:hover {
  cursor: pointer !important;
}
.rz-profile-menu.app-bar-menu.selected-customer-tenant .mud-button-root.light .mud-icon-root {
  color: #fff;
}

.rz-profile-menu.user-profile-menu {
  height: var(--mud-appbar-height);
  display: flex;
  align-items: center;
  line-height: 16px;
  font-size: 0.75rem;
  background-color: var(--rz-profile-menu-top-item-background-color);
  padding: var(--rz-profile-menu-padding);
}
.rz-profile-menu.user-profile-menu .rz-navigation-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.rz-profile-menu.user-profile-menu .mud-card-header {
  border-bottom: solid 1px var(--user-profile-menu-border-color);
  background: var(--app-background);
}
.rz-profile-menu.user-profile-menu .names, .rz-profile-menu.user-profile-menu .names > div {
  max-width: 275px;
  min-width: 130px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rz-profile-menu.user-profile-menu .rz-navigation-item-link i {
  display: none;
}

.rz-data-grid.p-md .rz-grid-table thead th .rz-column-title, .rz-data-grid.p-sm .rz-grid-table thead th .rz-column-title {
  padding: 0;
}
.rz-data-grid.p-md .rz-grid-table thead th > div:not(.rz-cell-filter), .rz-data-grid.p-sm .rz-grid-table thead th > div:not(.rz-cell-filter) {
  padding: 0;
}
.rz-data-grid.p-md .rz-grid-table td, .rz-data-grid.p-md .rz-grid-table th, .rz-data-grid.p-sm .rz-grid-table td, .rz-data-grid.p-sm .rz-grid-table th {
  padding: 0.375rem 0.75rem;
}
.rz-data-grid.p-md .rz-grid-table td.product-has-product, .rz-data-grid.p-sm .rz-grid-table td.product-has-product {
  padding-left: 0.4rem !important;
}
.rz-data-grid.p-sm .rz-grid-table td {
  padding: 0.25rem 0.75rem;
}

.rz-datatable-thead th, .rz-grid-table thead th.rz-col-pad-right {
  padding: 0 0.5rem;
}

.rz-paginator-element.rz-state-disabled:hover {
  background-color: #2d343c;
}

.rz-data-grid.notifications .rz-grid-table tr.rz-expanded-row-content > td {
  padding: 0;
  padding-left: 32px !important;
}
.rz-data-grid.notifications .rz-grid-table tr.rz-expanded-row-content > td .rz-expanded-row-template {
  outline: var(--rz-grid-cell-border);
}
.rz-data-grid.notifications-expanded {
  border: none;
}
.rz-data-grid.notifications-expanded .rz-grid-table thead {
  display: none;
}

.dark-mode-True .rz-paginator-page.rz-state-active {
  background-color: var(--rz-paginator-numeric-button-selected-background-color);
}
.dark-mode-True .rz-badge-light {
  background-color: var(--rz-base-600);
}
.dark-mode-True .rz-state-highlight .rz-cell-data,
.dark-mode-True .rz-datatable-odd.rz-state-highlight .rz-cell-data {
  color: #ffffff !important;
}
.dark-mode-True .rz-group-header {
  background-color: #293038;
  border-bottom: solid 1px #4f575f;
}
.dark-mode-True .rz-group-header .rz-dropdown {
  background: #323B46;
  border-color: #323B46;
  color: #BFC1C4;
  cursor: pointer;
}
.dark-mode-True .rz-group-header .rz-dropdown:hover {
  border-color: #323B46;
  background: #2F3842;
  cursor: pointer;
}
.dark-mode-True .rz-group-header .rz-multiselect .rz-placeholder, .dark-mode-True .rz-group-header .rz-dropdown .rz-placeholder {
  color: #BFC1C4;
}
.dark-mode-True .rz-multiselect-item:hover,
.dark-mode-True .rz-multiselect-items li:hover {
  background: #2F3842;
  color: #BFC1C4;
}
.dark-mode-True .rz-multiselect-panel,
.dark-mode-True .rz-html-editor-dropdown-items, .dark-mode-True .rz-splitbutton-menu, .dark-mode-True .rz-autocomplete-panel, .dark-mode-True .rz-multiselect-panel, .dark-mode-True .rz-dropdown-panel {
  background: #323b46;
  color: #BFC1C4;
  border-color: #323B46;
}
.dark-mode-True .rz-chkbox-box {
  background: none;
}
.dark-mode-True .rz-chkbox-box.rz-state-active {
  background: #6F6F6F;
}
.dark-mode-True .rz-chkbox-box.rz-state-active:hover {
  background: #EC3A46;
}
.dark-mode-True .rz-expanded-row-content > td {
  background: #2e353d;
}
.dark-mode-True .rz-expanded-row-content .rz-expanded-row-template {
  background: #2e353d;
}
.dark-mode-True .mud-icon-button:hover, .dark-mode-True .mud-icon-button:focus-visible {
  background-color: rgba(0, 0, 0, 0.29);
}
.dark-mode-True .mud-paper {
  background-color: #323b46;
}
.dark-mode-True .rz-data-grid {
  background: #313943;
}
.dark-mode-True .rz-data-grid td.comment-required.active-True:hover {
  background: #564145;
}
.dark-mode-True .rz-data-grid td.comment-required.active-True:active {
  background: #4b393c;
}
.dark-mode-True .rz-data-grid td.comment-submitted.active-True:hover {
  background: #415646;
}
.dark-mode-True .rz-data-grid td.comment-submitted.active-True:active {
  background: #374b3c;
}
.dark-mode-True .rz-data-grid .hour-value {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  line-height: 26px;
  padding: 0 0.625rem;
}
.dark-mode-True .rz-paginator {
  border-top: solid 1px #4f575f;
  background-color: #313943;
}
.dark-mode-True .rz-paginator-element, .dark-mode-True .rz-paginator-page {
  background-color: #313943 !important;
}
.dark-mode-True .rz-grid-table thead th {
  background-color: #313943;
  border-color: #4f575f;
}
.dark-mode-True .rz-datatable-emptymessage-row td {
  background: #313943;
  border-color: #4f575f;
}
.dark-mode-True tr:not([attribute]) {
  background: #282f38 !important;
}
.dark-mode-True .rz-datatable-even > td {
  background-color: #343d48;
  border-color: #4f575f;
}
.dark-mode-True .rz-datatable-odd > td {
  background-color: #313943;
  border-color: #4f575f;
}
.dark-mode-True .rz-selectable .rz-datatable-even:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell),
.dark-mode-True .rz-selectable .rz-datatable-odd:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) {
  background-color: #161d25 !important;
}
.dark-mode-True .rz-selectable .rz-datatable-even:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) .rz-cell-data,
.dark-mode-True .rz-selectable .rz-datatable-odd:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) .rz-cell-data {
  color: white !important;
}
.dark-mode-True .rz-selectable .rz-datatable-even.rz-state-highlight > td,
.dark-mode-True .rz-selectable .rz-datatable-odd.rz-state-highlight > td {
  background-color: #161d25;
}
.dark-mode-True .rz-paginator-page.rz-state-active {
  background-color: #EC3A46;
  color: #fff;
}
.dark-mode-True .rz-datatable {
  border: none !important;
}
.dark-mode-True .rz-datatable .rz-datatable-thead th .rz-column-title, .dark-mode-True .rz-datatable .rz-grid-table thead th .rz-column-title {
  color: #9ba7b4;
  font-weight: bold;
}
.dark-mode-True .rz-datatable .rz-sortable-column .rzi-sort-asc,
.dark-mode-True .rz-datatable .rz-sortable-column .rzi-sort-desc,
.dark-mode-True .rz-datatable .rz-sortable-column .rzi-sort {
  color: #9ba7b4;
}
.dark-mode-True .rz-datatable,
.dark-mode-True .rz-datatable-data td, .dark-mode-True .rz-grid-table td,
.dark-mode-True .rz-datatable-data td:not(:last-child), .dark-mode-True .rz-datatable-data td.rz-composite-cell, .dark-mode-True .rz-grid-table td:not(:last-child), .dark-mode-True .rz-grid-table td.rz-composite-cell,
.dark-mode-True .rz-datatable-thead th:not(:last-child), .dark-mode-True .rz-datatable-thead th.rz-composite-cell, .dark-mode-True .rz-grid-table thead th:not(:last-child), .dark-mode-True .rz-grid-table thead th.rz-composite-cell {
  border-color: #4f575f !important;
}
.dark-mode-True .rz-datatable td.comment-required,
.dark-mode-True .rz-datatable-data td td.comment-required, .dark-mode-True .rz-grid-table td td.comment-required,
.dark-mode-True .rz-datatable-data td:not(:last-child) td.comment-required, .dark-mode-True .rz-datatable-data td.rz-composite-cell td.comment-required, .dark-mode-True .rz-grid-table td:not(:last-child) td.comment-required, .dark-mode-True .rz-grid-table td.rz-composite-cell td.comment-required,
.dark-mode-True .rz-datatable-thead th:not(:last-child) td.comment-required, .dark-mode-True .rz-datatable-thead th.rz-composite-cell td.comment-required, .dark-mode-True .rz-grid-table thead th:not(:last-child) td.comment-required, .dark-mode-True .rz-grid-table thead th.rz-composite-cell td.comment-required {
  border: solid 1px red !important;
}
.dark-mode-True .rz-datatable td.comment-submitted,
.dark-mode-True .rz-datatable-data td td.comment-submitted, .dark-mode-True .rz-grid-table td td.comment-submitted,
.dark-mode-True .rz-datatable-data td:not(:last-child) td.comment-submitted, .dark-mode-True .rz-datatable-data td.rz-composite-cell td.comment-submitted, .dark-mode-True .rz-grid-table td:not(:last-child) td.comment-submitted, .dark-mode-True .rz-grid-table td.rz-composite-cell td.comment-submitted,
.dark-mode-True .rz-datatable-thead th:not(:last-child) td.comment-submitted, .dark-mode-True .rz-datatable-thead th.rz-composite-cell td.comment-submitted, .dark-mode-True .rz-grid-table thead th:not(:last-child) td.comment-submitted, .dark-mode-True .rz-grid-table thead th.rz-composite-cell td.comment-submitted {
  border: solid 1px green !important;
}
.dark-mode-True .rz-datatable-data td .rz-cell-data, .dark-mode-True .rz-grid-table td .rz-cell-data {
  color: #9ba7b4;
}
.dark-mode-True .rz-selectable .rz-datatable-even:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell), .dark-mode-True .rz-selectable .rz-datatable-odd:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) {
  background-color: #4A5473;
}
.dark-mode-True .rz-grid-table thead th {
  background-color: #20272f;
}

html, body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1:focus {
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.mud-button-filled.mud-button-filled-primary:hover {
  background-color: #ac1718;
}
.mud-button-filled.mud-button-filled-secondary:hover {
  background-color: #bcbcbc;
  color: #fff;
}
.mud-button-filled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 4px 1px #df1c21;
  box-shadow: 0 0 4px 1px #df1c21;
}

.mud-button-outlined {
  border-color: #EC3A46;
}
.mud-button-outlined:hover {
  background-color: #fff;
  color: #EC3A46;
}
.mud-button-outlined:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 4px 1px #df1c21;
  box-shadow: 0 0 4px 1px #df1c21;
}

.project-title {
  white-space: nowrap;
  padding-left: 12px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #EE3A46;
  margin-right: 60px;
}

.rz-scheme-palette .rz-series-item-8,
.rz-series-0.rz-series-item-8 {
  fill: #ffbd00 !important;
  stroke: #ffbd00 !important;
}

.rz-scheme-palette .rz-series-item-9,
.rz-series-0.rz-series-item-9 {
  fill: #ffdc00 !important;
  stroke: #ffdc00 !important;
}

.rz-scheme-palette .rz-series-item-10,
.rz-series-0.rz-series-item-10 {
  fill: #cded50 !important;
  stroke: #cded50 !important;
}

.rz-scheme-palette .rz-series-item-11,
.rz-series-0.rz-series-item-11 {
  fill: #99e645 !important;
  stroke: #99e645 !important;
}

.rz-scheme-palette .rz-series-item-12,
.rz-series-0.rz-series-item-12 {
  fill: #5bdda3 !important;
  stroke: #5bdda3 !important;
}

.rz-scheme-palette .rz-series-item-13,
.rz-series-0.rz-series-item-13 {
  fill: #5bddcf !important;
  stroke: #5bddcf !important;
}

.rz-scheme-palette .rz-series-item-14,
.rz-series-0.rz-series-item-14 {
  fill: #37a252 !important;
  stroke: #37a252 !important;
}

.rz-scheme-palette .rz-series-item-15,
.rz-series-0.rz-series-item-15 {
  fill: #5bafdd !important;
  stroke: #5bafdd !important;
}

.rz-scheme-palette .rz-series-item-16,
.rz-series-0.rz-series-item-16 {
  fill: #3665cf !important;
  stroke: #3665cf !important;
}

.mark, mark {
  padding: 0;
}

.repo-in-prod {
  display: inline-block;
  background: #00B74C;
  border-radius: 12px;
  margin-left: 4px;
  min-width: 18px;
  text-align: center;
  letter-spacing: -1px;
}
.repo-in-prod svg.mud-icon-root.mud-svg-icon {
  font-size: 0.8rem !important;
  fill: white !important;
  padding-top: 3px;
}

.vulnerability-tag {
  display: inline-flex;
  font-size: 0.7rem;
  color: white;
  background: #df1b21;
  border-radius: 12px;
  margin-left: 2px;
  min-width: 18px;
  text-align: center;
  letter-spacing: -1px;
  padding: 0 4px 0 3px;
  /* min-height: 16px; */
  /* align-items: center; */
  /* justify-content: center; */
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: inline-flex;
  min-height: 18px;
  /* margin-top: -4px; */
  align-self: center;
  justify-self: center;
}

.unsupported-tag {
  display: inline-block;
  font-size: 0.7rem;
  color: white;
  background: #df1b21;
  border-radius: 12px;
  margin-left: 2px;
  min-width: 16px;
  text-align: center;
  padding: 1px;
}

.version-tag {
  display: inline-block;
  font-size: 0.7rem;
  background: #ECECEC;
  padding: 0 0 0 4px;
  margin-left: 4px;
  display: inline-block;
  align-items: center;
  height: 16px;
  white-space: nowrap;
}
.version-tag.lg {
  font-size: 0.8rem;
  height: 18px;
}
.version-tag.lg .vulnerability-tag {
  font-size: 0.7rem;
  min-height: 18px;
  min-width: 16px;
}
.version-tag .vulnerability-tag {
  margin-left: 4px;
  border-radius: 0px;
  padding: 0 4px 0 3px;
  min-width: 16px;
  letter-spacing: normal;
  min-height: 16px;
}
.version-tag.hasVulnerability-False {
  padding: 0px 4px 0px 4px;
}

.package-name {
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 4px;
}

.vulnerability {
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 4px;
}
.vulnerability.severity-Critical {
  color: #f8f9fa;
  border: solid 1px #830202;
  background: #d20000;
}
.vulnerability.severity-High {
  color: #de550a;
  border: solid 1px #e59970;
  background: #feddd5;
}
.vulnerability.severity-Moderate {
  color: #e29100;
  border: solid 1px #e29100;
  background-color: #fff6e6;
}
.vulnerability.severity-Low {
  color: #000;
  border: solid 1px #bbbab7;
  background-color: #f8f8f8;
}

.dependency-list {
  max-height: 300px;
  overflow-x: auto !important;
  overflow-y: auto !important;
}

.version-tag.islatest-False {
  background: #ffdde3;
}

/* Low */
.vulnerability-tag.severity-4 {
  background: #6c6c6c;
  color: black;
}

/* Moderate */
.vulnerability-tag.severity-3 {
  background: #e29100;
}

/* High */
.vulnerability-tag.severity-2 {
  background: #d75403;
}

/* Critical */
.vulnerability-tag.severity-1 {
  background: #c70000;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

.mud-alert-message {
  font-size: 0.8rem;
}

.mud-alert.full .mud-alert-position {
  display: block;
}

.mud-tab {
  font-size: 0.9rem;
  min-width: 140px;
  min-height: 38px;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.mud-chip-filled.mud-chip-color-info.user-defined {
  background-color: #0c6ebb !important;
}

.branch-select.mud-input-label.mud-input-label-inputcontrol {
  font-size: 0.8rem !important;
}
.branch-select.mud-input-label.mud-input-label-inputcontrol .mud-input.mud-input-filled {
  border-radius: 0;
  font-size: 0.9rem;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.docs-search-bar .mud-input {
  height: 42px;
}

.docs-search-bar.mud-input-control {
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 5px;
  height: 42px;
  border-radius: var(--mud-default-borderradius);
}

.docs-search-bar.mud-input-control .mud-input-root, .docs-search-bar.mud-input-control .mud-icon-default {
  color: #fafafa;
}

.docs-search-bar .mud-input.mud-input-outlined .mud-input-outlined-border {
  border: none;
  border-radius: var(--mud-default-borderradius);
}

.no-wrap {
  white-space: nowrap;
}

@media (max-width: 599px) {
  .login-cover {
    background-position: center;
    min-height: 150px;
  }
  .mud-appbar {
    padding: 17px !important;
    background-color: #EC3A46;
  }
}
@media (max-width: 959px) {
  .login-cover {
    background-position: center;
    min-height: 300px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .mud-appbar {
    padding: 10px !important;
  }
}
@media (min-width: 960px) {
  .mud-appbar {
    padding: 9px !important;
  }
}
.app-loader {
  background: #ef3742;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
}

.app-loader-content {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.app-loader-text {
  text-align: center;
  color: white;
  margin-top: 24px;
  font-size: 14px;
}

.es-red {
  background-color: #EC3A46;
}

.text-es-red {
  color: #EC3A46 !important;
}

.mud-button .mud-typography-body1 {
  text-transform: uppercase;
}

.header-menu .mud-button {
  margin-left: 20px;
}

.mud-select.es-select .mud-input.mud-input-underline,
.mud-autocomplete.es-select .mud-input.mud-input-underline {
  border-width: 0;
}
.mud-select.es-select .mud-input.mud-input-underline:hover:before,
.mud-autocomplete.es-select .mud-input.mud-input-underline:hover:before {
  border-width: 0;
}
.mud-select.es-select .mud-input.mud-input-filled,
.mud-autocomplete.es-select .mud-input.mud-input-filled {
  background-color: #EC3A46;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 3px;
}
.mud-select.es-select .mud-input.mud-input-filled:hover,
.mud-autocomplete.es-select .mud-input.mud-input-filled:hover {
  background-color: #ea2735;
}
.mud-select.es-select .mud-input.mud-input-filled.mud-input-underline,
.mud-autocomplete.es-select .mud-input.mud-input-filled.mud-input-underline {
  border-width: 0;
}
.mud-select.es-select .mud-input.mud-input-filled.mud-input-underline:before,
.mud-autocomplete.es-select .mud-input.mud-input-filled.mud-input-underline:before {
  border-width: 0;
}
.mud-select.es-select .mud-input.mud-input-filled.mud-input-underline:hover:before,
.mud-autocomplete.es-select .mud-input.mud-input-filled.mud-input-underline:hover:before {
  border-width: 0;
}
.mud-select.es-select .mud-input.mud-input-filled svg,
.mud-autocomplete.es-select .mud-input.mud-input-filled svg {
  fill: white;
}
.mud-select.es-select .mud-input.mud-input-filled .mud-input-adornment svg,
.mud-autocomplete.es-select .mud-input.mud-input-filled .mud-input-adornment svg {
  background-color: #ac1718;
}
.mud-select.es-select .mud-input .mud-select-input,
.mud-autocomplete.es-select .mud-input .mud-select-input {
  color: white;
}
.mud-select.es-select .mud-input .mud-select-input::placeholder,
.mud-autocomplete.es-select .mud-input .mud-select-input::placeholder {
  color: white;
  opacity: 1;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.mud-select.es-select .mud-input .mud-select-input:disabled::placeholder,
.mud-autocomplete.es-select .mud-input .mud-select-input:disabled::placeholder {
  color: white;
  opacity: 0.4;
}
.mud-select.es-select .mud-input-label-filled,
.mud-autocomplete.es-select .mud-input-label-filled {
  color: white !important;
}

.es-input.mud-input-control .mud-input-filled, .es-input .mud-input-control .mud-input-filled {
  background-color: #f2f2f2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 3px;
}
.es-input.mud-input-control .mud-input-label-filled, .es-input .mud-input-control .mud-input-label-filled {
  color: #000 !important;
}

h6.mud-typography-h6.page-title {
  font-weight: bold;
}

.paper-body {
  background-color: #fcfcfc;
}

.dashboard-tabs .mud-tab-slider {
  color: #EC3A46;
  background-color: #EC3A46;
}
.dashboard-tabs .mud-tabs-toolbar {
  padding: 0 1.5rem !important;
}
.dashboard-tabs .mud-tab.mud-tab-active {
  color: #EC3A46;
  font-weight: bold;
}

.model-card-container h6 {
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.model-card-container .mud-card-media.model-card {
  background-size: contain !important;
}

.mud-button-outlined-size-large {
  padding: 5px 21px 6px 21px;
}

.footer {
  border-top: solid 4px #EC3A46;
}

.kpi-enrollment {
  border-bottom: solid 4px #EC3A46;
  padding: 16px;
}
.kpi-enrollment.empty {
  background-color: #ffd8e0;
}
.kpi-enrollment .kpi-value {
  font-size: 3rem;
}
.kpi-enrollment .kpi-text {
  line-height: 14px;
}

.rz-group-header,
.rz-column-drag {
  display: none !important;
}

.rz-data-grid.no-wrap .rz-grid-table td,
.rz-data-grid.no-wrap .rz-datatable-data td .rz-cell-data,
.rz-data-grid.no-wrap .rz-datatable-data td .rz-cell-data,
.rz-data-grid.no-wrap .rz-grid-table td .rz-cell-data,
.rz-data-grid.no-wrap .rz-cell-data {
  overflow: visible !important;
  white-space: normal !important;
}

.rz-datatable {
  border: none;
}
.rz-datatable th.rz-unselectable-text {
  text-align: left;
}

.rz-paginator {
  border-top: solid 1px #e0e0e0;
}

.rz-grid-table thead th {
  background-color: #e8e8e8;
}

.rz-datatable-emptymessage-row td {
  background: #fff;
}

tr:not([attribute]) {
  background: #f7f7f7 !important;
}
.rz-datatable-data td .rz-cell-data,
.rz-grid-table td .rz-cell-data {
  font-size: 0.79rem;
}

.rz-datatable-odd > td {
  background-color: #fff;
}

.rz-selectable .rz-datatable-even.rz-state-highlight > td,
.rz-selectable .rz-datatable-odd.rz-state-highlight > td {
  background-color: #0C80DF;
}

.rz-paginator-page.rz-state-active {
  background-color: #EC3A46;
  color: #fff;
}

.rz-grid-table thead th .rz-column-title {
  font-weight: bold;
  font-size: 0.8rem;
}

tr:not([attribute]) > .rz-col-icon {
  border-right: none;
}

.rz-datatable-odd,
.rz-datatable-even {
  cursor: pointer;
}

.rz-datatable-data td,
.rz-grid-table td {
  padding: 0.25rem 0.625rem;
}

.rz-paginator-first,
.rz-paginator-prev,
.rz-paginator-next,
.rz-paginator-last {
  background-color: #000;
  color: #fff;
}

.rz-paginator-first:hover,
.rz-paginator-prev:hover,
.rz-paginator-next:hover,
.rz-paginator-last:hover {
  background-color: #000;
  color: #fff;
}

.rz-button:not(.rz-state-disabled):hover:not(:active),
.rz-paginator-element:not(.rz-state-disabled):hover:not(:active) {
  box-shadow: none;
}

.repository-details {
  border: solid 1px #E8E8E8;
}

.summary {
  padding: 4px 12px;
  margin-bottom: 8px;
  background: #fff9f0;
}

.repo-dates {
  font-size: 0.72rem;
  color: #595757;
}

.overflow-x-scroll {
  overflow-x: auto !important;
}

.dark-mode-True .mud-icon-button:hover, .dark-mode-True .mud-icon-button:focus-visible {
  background-color: rgba(0, 0, 0, 0.29);
}
.dark-mode-True .summary {
  color: #d68100;
  background: rgba(255, 152, 0, 0.06);
}
.dark-mode-True .repo-dates {
  color: #596370;
}
.dark-mode-True .mud-paper {
  background-color: #323b46;
}
.dark-mode-True .version-tag {
  background: rgba(236, 236, 236, 0.2117647059);
}
.dark-mode-True .version-tag.islatest-False {
  background: rgba(200, 86, 106, 0.5215686275);
  color: #e9e9e9;
}
.dark-mode-True .rz-data-grid {
  background: #313943;
}
.dark-mode-True .rz-paginator {
  border-top: solid 1px #4f575f;
  background-color: #313943;
}
.dark-mode-True .rz-paginator-element, .dark-mode-True .rz-paginator-page {
  background-color: #313943 !important;
}
.dark-mode-True .rz-grid-table thead th {
  background-color: #313943;
  border-color: #4f575f;
}
.dark-mode-True .rz-datatable-emptymessage-row td {
  background: #313943;
  border-color: #4f575f;
}
.dark-mode-True tr:not([attribute]) {
  background: #282f38 !important;
}
.dark-mode-True .rz-datatable-even > td {
  background-color: #343d48;
  border-color: #4f575f;
}
.dark-mode-True .rz-datatable-odd > td {
  background-color: #313943;
  border-color: #4f575f;
}
.dark-mode-True .rz-selectable .rz-datatable-even:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell),
.dark-mode-True .rz-selectable .rz-datatable-odd:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) {
  background-color: #161d25 !important;
}
.dark-mode-True .rz-selectable .rz-datatable-even:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) .rz-cell-data,
.dark-mode-True .rz-selectable .rz-datatable-odd:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) .rz-cell-data {
  color: white !important;
}
.dark-mode-True .rz-selectable .rz-datatable-even.rz-state-highlight > td,
.dark-mode-True .rz-selectable .rz-datatable-odd.rz-state-highlight > td {
  background-color: #161d25;
}
.dark-mode-True .rz-paginator-page.rz-state-active {
  background-color: #EC3A46;
  color: #fff;
}
.dark-mode-True .rz-datatable {
  border: none !important;
}
.dark-mode-True .rz-datatable .rz-datatable-thead th .rz-column-title, .dark-mode-True .rz-datatable .rz-grid-table thead th .rz-column-title {
  color: #9ba7b4;
  font-weight: bold;
}
.dark-mode-True .rz-datatable .rz-sortable-column .rzi-sort-asc,
.dark-mode-True .rz-datatable .rz-sortable-column .rzi-sort-desc,
.dark-mode-True .rz-datatable .rz-sortable-column .rzi-sort {
  color: #9ba7b4;
}
.dark-mode-True .rz-datatable,
.dark-mode-True .rz-datatable-data td, .dark-mode-True .rz-grid-table td,
.dark-mode-True .rz-datatable-data td:not(:last-child), .dark-mode-True .rz-datatable-data td.rz-composite-cell, .dark-mode-True .rz-grid-table td:not(:last-child), .dark-mode-True .rz-grid-table td.rz-composite-cell,
.dark-mode-True .rz-datatable-thead th:not(:last-child), .dark-mode-True .rz-datatable-thead th.rz-composite-cell, .dark-mode-True .rz-grid-table thead th:not(:last-child), .dark-mode-True .rz-grid-table thead th.rz-composite-cell {
  border-color: #4f575f !important;
}
.dark-mode-True .rz-datatable-data td .rz-cell-data, .dark-mode-True .rz-grid-table td .rz-cell-data {
  color: #9ba7b4;
}
.dark-mode-True .rz-selectable .rz-datatable-even:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell), .dark-mode-True .rz-selectable .rz-datatable-odd:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) {
  background-color: #4A5473;
}
.dark-mode-True .repository-details {
  border: solid 1px #2a323c;
}
.dark-mode-True .repository-details > .mud-paper {
  background: #2a323c;
}

.mud-switch-label-medium {
  font-size: 0.8125rem !important;
}

.width-100 {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}

.width-150 {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}

.width-250 {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}

.width-2520 {
  min-width: 2520px;
  max-width: 2520px;
  width: 2520px;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-1 {
  padding: 4px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.m-1 {
  margin: 4px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.p-3 {
  padding: 12px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pl-3 {
  padding-left: 12px !important;
}

.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.m-3 {
  margin: 12px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.m-4 {
  margin: 16px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
