/* /Components/ActionTracker/IsrMatrix.razor.rz.scp.css */
.risk-matrix[b-8x2m9lylrx] {
  margin-top: 0.5rem;
}

.risk-matrix-row[b-8x2m9lylrx] {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.risk-matrix-cell[b-8x2m9lylrx] {
  display: inline-block;
  width: 2.5rem;
  text-align: center;
  /* Use 'deep' here to apply the hover effect to the badge class,
     which is in the separate RiskChip component, but only when
     it's within the context of the risk matrix component.
  */
}
.risk-matrix-cell[b-8x2m9lylrx]  .badge {
  width: 100%;
}
.risk-matrix-cell[b-8x2m9lylrx]  .badge:hover {
  filter: brightness(0.8) !important;
}

.risk-matrix-column-header[b-8x2m9lylrx] {
  font-weight: bold;
}

.risk-matrix-row-header[b-8x2m9lylrx] {
  text-align: right;
  font-weight: bold;
}

.text-vertical[b-8x2m9lylrx] {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
/* /Components/ClientVersionStatusBanner.razor.rz.scp.css */
#client-update-banner[b-4v2svosna1] {
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}
#client-update-banner.update-available[b-4v2svosna1] {
  background-color: #adb5bd;
}
#client-update-banner.update-required[b-4v2svosna1] {
  background-color: #adb5bd;
}
/* /Components/ColourPreview.razor.rz.scp.css */
.colour-preview[b-m18b8f6xcr] {
  white-space: nowrap;
}
.colour-preview .colour[b-m18b8f6xcr] {
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6;
  border-radius: 0.375rem;
  vertical-align: top;
}
.colour-preview .hex-value[b-m18b8f6xcr] {
  vertical-align: top;
}
/* /Components/Dialogs/UserInviteDialog.razor.rz.scp.css */
.invite-email-error[b-p4wq15qmb0] {
  color: #EA0029;
}
/* /Components/PageHeader.razor.rz.scp.css */
.page-header[b-47mr8ec7fr] {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #9da4ae;
  margin-bottom: 2em;
  margin-block-end: 2em;
  gap: 16px;
}
@media (max-width: 576px), (max-width: 768px), (max-width: 992px) {
  .page-header[b-47mr8ec7fr] {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.page-header .page-header-title[b-47mr8ec7fr] {
  flex: 1 1 auto;
  flex-grow: 1;
}
.page-header .page-header-badges[b-47mr8ec7fr] {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
  gap: 0.25rem;
}
.page-header .page-header-actions[b-47mr8ec7fr] {
  flex-wrap: nowrap;
  flex-shrink: 0;
}
/* /Components/PermitSidebar.razor.rz.scp.css */
.permit-sidebar[b-f5v65ofcz2] {
  width: 26rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid #d2d6db;
  background-color: white;
}

.permit-list[b-f5v65ofcz2] {
  display: block;
  flex: 1;
  width: 100%;
  padding: 1rem;
  overflow-y: auto;
  margin-bottom: auto;
}
.permit-list > .permit-type[b-f5v65ofcz2] {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #d2d6db;
}
.permit-list > .permit-type:not(:first-child)[b-f5v65ofcz2] {
  margin-top: 1rem;
}
.permit-list > .permit[b-f5v65ofcz2] {
  width: 100%;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  border-radius: 5px;
}
.permit-list > .permit > div[b-f5v65ofcz2] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.permit-list > .permit > div.reference[b-f5v65ofcz2] {
  flex-shrink: 0;
}
.permit-list > .permit > div.expiry[b-f5v65ofcz2] {
  margin-left: auto;
  flex-shrink: 0;
  text-align: end;
}
.permit-list > .permit:hover[b-f5v65ofcz2] {
  background-color: #c9daf0;
}
.permit-list > .permit.selected[b-f5v65ofcz2] {
  background-color: #dde8f5;
}

.permit-info[b-f5v65ofcz2] {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  background-color: #fcfcfd;
  border-top: 1px solid #d2d6db;
}

.permit-status[b-f5v65ofcz2] {
  height: 6rem;
  display: flex;
  gap: 0.75rem;
}

.permit-count[b-f5v65ofcz2] {
  display: flex;
}
/* /Components/Permits/PermitWorkflowActions.razor.rz.scp.css */
.button-tooltip[b-5rm7hsjl5s] {
  pointer-events: auto;
}
/* /Components/RiskCode.razor.rz.scp.css */
span[b-k11kl4mmjv] {
  width: 2.5rem;
}
/* /Components/RiskMatrix.razor.rz.scp.css */
.risk-matrix[b-13wvbno4cb] {
  margin-top: 0.5rem;
}

.risk-matrix-row[b-13wvbno4cb] {
  display: block;
}

.risk-matrix-cell[b-13wvbno4cb] {
  display: inline-block;
  width: 2.5em;
  text-align: center;
  margin-left: 0.8em;
  margin-top: 0.5em;
  /* Use 'deep' here to apply the hover effect to the badge class,
     which is in the separate RiskChip component, but only when
     it's within the context of the risk matrix component.
  */
}
.risk-matrix-cell[b-13wvbno4cb]  .badge:hover {
  filter: brightness(0.8) !important;
}

.risk-matrix-column-header[b-13wvbno4cb] {
  font-weight: bold;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translate(0.2em, 0);
}

.risk-matrix-row-header[b-13wvbno4cb] {
  width: 7em;
  text-align: right;
  font-weight: bold;
}
/* /Components/ZoneCard.razor.rz.scp.css */
.card-container[b-hiues89elv] {
  cursor: pointer;
}
.card-container.disabled[b-hiues89elv] {
  cursor: default;
}
.card-container .card.disabled[b-hiues89elv] {
  background-color: #f3f4f6;
}
.card-container:hover:not(.disabled) .card[b-hiues89elv] {
  border: 1px solid #4d5761;
}
/* /Menu/NavMenu.razor.rz.scp.css */
.safety-toolbox-navbar[b-4if49q9qmn] {
  min-height: 4rem;
  background-color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-image: linear-gradient(0.25turn, #A32035, #FFEFF2, #F4B223);
  border-bottom: 3px solid;
  border-image-slice: 1;
  z-index: 100;
  padding-left: 28px;
  padding-right: 28px;
}
.safety-toolbox-navbar .navbar-nav[b-4if49q9qmn] {
  flex-direction: row;
}
/* /Pages/ActionTracker/Schedule/Components/CategoryTable.razor.rz.scp.css */
.table-button[b-e6byjg99kd] {
  width: 100%;
  padding: 0;
  border: none;
}

.table-button-report[b-e6byjg99kd] {
  padding: 0;
  border: none;
}

.add-planned-action-button[b-e6byjg99kd] {
  background-color: #EAEFF5;
}

.add-planned-action-button:hover[b-e6byjg99kd] {
  background-color: #B2C4DB;
}

.add-planned-action-button[b-e6byjg99kd]::after {
  content: "+";
  visibility: hidden;
  opacity: 0;
}

.add-planned-action-button:hover[b-e6byjg99kd]::after {
  visibility: visible;
  opacity: 1;
}

.focus-row:hover[b-e6byjg99kd] {
  background-color: #BECBDB !important;
}

.button-td[b-e6byjg99kd] {
  padding: 0;
}

.current-month[b-e6byjg99kd] {
  border-left: 1px dashed #BBBBBB;
}
/* /Pages/Root/SelectInstallationPage.razor.rz.scp.css */
a:hover .card[b-59m1ifej37] {
  border: 1px solid #4d5761;
}
