fish-statistics .root {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow: hidden; }

fish-statistics .hubSelectionBar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 0; }
  fish-statistics .hubSelectionBar .hubSelector {
    height: 100%;
    padding: 2px 0 0 8px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    cursor: pointer; }
  fish-statistics .hubSelectionBar .btnNav {
    height: 100%;
    width: 48px; }
    fish-statistics .hubSelectionBar .btnNav:first-of-type {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    fish-statistics .hubSelectionBar .btnNav:last-of-type {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

fish-statistics .custom-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-color: transparent;
  color: #d3dad7;
  height: unset;
  border: 1px solid;
  text-shadow: 0.5px 0.5px 0.5px black; }

fish-statistics .custom-select:disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%236c757d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-color: transparent; }

fish-statistics .custom-select option {
  background-color: #384049;
  color: #d3dad7; }

fish-statistics .custom-select:focus {
  box-shadow: unset; }

fish-statistics .buttonRowContainer {
  flex-grow: 0;
  margin-top: 10px; }
  fish-statistics .buttonRowContainer .btn:focus {
    box-shadow: none; }
  fish-statistics .buttonRowContainer .btn-outline-light {
    text-shadow: 0.5px 0.5px 0.5px black; }
    fish-statistics .buttonRowContainer .btn-outline-light:hover {
      text-shadow: none; }

fish-statistics .contentContainer {
  height: 100%;
  flex-grow: 1;
  position: relative; }

fish-statistics .sensorSummaryContainer {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

fish-statistics .highcharts-background {
  fill: none; }

fish-statistics .highcharts-tooltip {
  text-shadow: none; }

fish-statistics .light-shadow {
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 5px -1px; }
