/* /Components/ClientVersionStatusBanner.razor.rz.scp.css */
#client-update-banner[b-72pgj9kobq] {
  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-72pgj9kobq] {
  background-color: #adb5bd;
}
#client-update-banner.update-required[b-72pgj9kobq] {
  background-color: #adb5bd;
}
/* /Components/PageHeader.razor.rz.scp.css */
.page-header[b-mq5j9y6s6z] {
  display: flex;
  margin-bottom: 1em;
}
.page-header .details[b-mq5j9y6s6z] {
  flex: 1;
}
.page-header .details h1[b-mq5j9y6s6z]::before {
  content: "";
  display: inline-block;
}
.page-header .actions[b-mq5j9y6s6z] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
/* /Components/TabLink.razor.rz.scp.css */
.tab-link-wrapper[b-m9x1vwatgi]  .tab-link {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 1.1rem;
  font-weight: normal;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.5em;
  border-radius: 0px;
  border: 0px;
  border-bottom: 3px solid transparent;
}
.tab-link-wrapper[b-m9x1vwatgi]  .tab-link.active {
  border-bottom: 3px solid #AFCA0B;
  font-weight: bold;
}
.tab-link-wrapper[b-m9x1vwatgi]  .tab-link:hover {
  border-bottom: 3px solid #2A2A63;
}
/* /Components/TabLinks.razor.rz.scp.css */
.tab-links[b-ix32eae119] {
  border-bottom: 1px solid #ced4da;
}
/* /Menu/NavMenu.razor.rz.scp.css */
.initials[data-letters][b-h83ysoofr4]:before {
  content: attr(data-letters);
  font-size: 1em;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  background: #AFCA0B;
  color: white;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
/* /Pages/WorkProgramme/GanttChart/WorkProgrammeGanttChartPage.razor.rz.scp.css */
.phase-one-cell[b-4t2lw42w70] {
  background-color: #D9E1F2;
}

.phase-two-cell[b-4t2lw42w70] {
  background-color: #B4C6E7;
}

.phase-three-cell[b-4t2lw42w70] {
  background-color: #8EA9DB;
}

.second-term-cell[b-4t2lw42w70] {
  background-color: #C6E0B4;
}

.third-term-cell[b-4t2lw42w70] {
  background-color: #FFE699;
}

.range-chevron[b-4t2lw42w70] {
  cursor: pointer;
  margin: 0 8px;
  user-select: none;
}

.range-chevron-disabled[b-4t2lw42w70] {
  margin: 0 8px;
  user-select: none;
  color: lightgray;
}

.timeline-view-container[b-4t2lw42w70] {
  overflow-y: scroll;
  overflow-x: auto;
}

.timeline-view[b-4t2lw42w70] {
  width: 100%;
  border-collapse: collapse;
}
.timeline-view th[b-4t2lw42w70] {
  position: sticky;
  background-color: white;
  height: 20px;
}
.timeline-view .header-row-1 th[b-4t2lw42w70] {
  top: 0px;
}
.timeline-view .header-row-2 th[b-4t2lw42w70] {
  top: 22px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.timeline-view tr[b-4t2lw42w70], .timeline-view th[b-4t2lw42w70] {
  border-bottom: 1pt solid #D2D2D2;
}
.timeline-view td + td[b-4t2lw42w70] {
  border-left: 1px solid lightgray;
}
.timeline-view td:first-child[b-4t2lw42w70] {
  width: 150px;
  min-width: 100px;
  max-width: 150px;
}

.key[b-4t2lw42w70] {
  float: right;
}
.key .key-item[b-4t2lw42w70] {
  display: inline-block;
  margin: 0 5px;
}
.key .key-item .colour[b-4t2lw42w70] {
  width: 20px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.key .key-item span[b-4t2lw42w70] {
  vertical-align: middle;
}
