/* /Pages/Forbidden.razor.rz.scp.css */
.container[b-z636u2irtz] {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    font-size: 1rem;
}

.container a[b-z636u2irtz] {
    color: #ffffff;
}

.container div[b-z636u2irtz] {
    text-align: center;
}
/* /Pages/Index.razor.rz.scp.css */
.page[b-5o3nc7804q],
.page .column[b-5o3nc7804q] {
  height: 100%;
}

.page .column[b-5o3nc7804q] {
  float: left;
  width: 50%;
}

.header[b-5o3nc7804q] {
  height: 64px;
  padding: 0px 24px;
  background-color: var(--primary-color);
  color: var(--primary-text-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--app-background-color);
}

.header .app[b-5o3nc7804q] {
  display: flex;
  align-items: center;
}

.header .app .logo[b-5o3nc7804q] {
  background: url('images/logo.svg') no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
}

.header .app .title[b-5o3nc7804q] {
  padding-left: 10px;
  font-size: 24px;
  font-weight: 100;
  display: flex;
  align-items: center;
}

.header .filters[b-5o3nc7804q] {
  display: flex;
  flex: 1;
  justify-content: end;
  padding-left: 40px;
}

.header .actions[b-5o3nc7804q] {
  display: none;
}

.header .actions button[b-5o3nc7804q] {
  width: auto;
}

.header .actions button .text[b-5o3nc7804q] {
  font-weight: 100;
  font-size: 12px;
  margin-right: 5px;
  text-transform: uppercase;
}

[b-5o3nc7804q] .header .filters input {
  margin: 0 0 0 10px;
}

.header .filters > div[b-5o3nc7804q] {
  display: flex;
  align-items: center;
}

.widgets[b-5o3nc7804q] {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 80px);
  overflow-y: scroll;
  padding: 10px;
}

.widgets-metric[b-5o3nc7804q] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.charts-interval-selector[b-5o3nc7804q] {
  position: sticky;
  top: -10px;
  background: var(--app-background-color);
  z-index: 1;
  display: flex;
  justify-content: end;
  padding: 10px;
  clear: both;
  width: 100%;
}

.drawer[b-5o3nc7804q] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  height: 100%;
}

.drawer .drawer-container[b-5o3nc7804q] {
  background-color: var(--app-background-color);
  color: var(--primary-text-color);
  height: 100%;
  width: 100%;
}

.drawer .drawer-header[b-5o3nc7804q] {
  display: flex;
  justify-content: end;
  height: 48px;
  align-items: center;
}

.drawer .drawer-header button[b-5o3nc7804q] {
  width: auto;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px;
}

.drawer .drawer-content[b-5o3nc7804q] {
  background-color: var(--primary-color);
  border-radius: 20px;
  width: calc(100% - 20px);
  float: left;
  margin: 10px;
  padding: 20px;
}

.drawer .drawer-content .selectdiv[b-5o3nc7804q] {
  justify-content: space-between;
  margin-bottom: 20px;
}

.page button[b-5o3nc7804q] {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
  color: var(--primary-text-color);
}

@media (max-width: 600px) {
  .charts-interval-selector[b-5o3nc7804q] {
    display: none;
  }

  .page .column:nth-of-type(1)[b-5o3nc7804q] {
    width: 100%;
  }

  .page .column:nth-of-type(2)[b-5o3nc7804q] {
    display: none;
  }

  .page .header[b-5o3nc7804q] {
    height: 48px;
    padding: 0px 16px;
  }

  .page .header .app .logo[b-5o3nc7804q] {
    width: 26px;
    height: 26px;
  }

  .page .header .app .title[b-5o3nc7804q] {
    font-size: 18px;
  }

  .page .header .filters[b-5o3nc7804q] {
    display: none;
  }

  .page .header .actions[b-5o3nc7804q] {
    display: inherit;
  }
}

@media screen and (min-width: 3000px) {
    .widgets-metric[b-5o3nc7804q] {
        flex-direction: column;
        height: 635px;
      }

  [b-5o3nc7804q] #gates-history {
    width: calc(100% - 20px);
  }
}
/* /Shared/Components/FlowBarChartWidget.razor.rz.scp.css */
.chart[b-ryqaigr1jj] {
  width: 100%;
  height: 250px;
}

@media (min-width: 3000px) {
  .chart[b-ryqaigr1jj] {
    width: 100%;
    height: 250px;
  }
}
/* /Shared/Components/FlowLineChartWidget.razor.rz.scp.css */
.chart[b-9t8euj998w] {
    width: 100%;
    height: 230px;
}

@media (min-width: 3000px) {
    .chart[b-9t8euj998w] {
      width: 100%;
      height: 250px;
    }
  }
  
/* /Shared/Components/FlowMap.razor.rz.scp.css */

.map-wrapper[b-dj3usgctzl] {
    position: relative;
    width: 100%;
    height: 100%;
}

.map-btn[b-dj3usgctzl] {
    position: absolute;
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    color: var(--primary-text-color);
    appearance: none;
    font-weight: 100;
    border-radius: 20px;
}

.map-btn .material-symbols-outlined[b-dj3usgctzl] {
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    margin-top: 3px;
}

.map-btn-zoom-in[b-dj3usgctzl],
.map-btn-zoom-out[b-dj3usgctzl],
.map-btn-map-type[b-dj3usgctzl] {
    background: var(--primary-color);
}

.map-btn-map-type[b-dj3usgctzl] {
    bottom: 20px;
    right: 20px;
}

.map-btn-zoom-in[b-dj3usgctzl] {
    bottom: 102px;
    right: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.map-btn-zoom-out[b-dj3usgctzl] {
    bottom: 66px;
    right: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logo[b-dj3usgctzl] {
    background-image: url('images/logo-over-map.png');
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: 80px;
    width: 148px;
    height: 47px;
    overflow: hidden;
    z-index: 1;
}
/* /Shared/Components/FlowOccupancySummaryWidget.razor.rz.scp.css */
.content[b-upgpxiusro] {
    margin-top: 13px;
}

.content > div[b-upgpxiusro] {
    display: flex;
    align-items: center;
    margin: 0px 0px 12px 12px;
}

.content > div .material-symbols-outlined[b-upgpxiusro] {
    margin-right: 5px;
}
/* /Shared/Components/FlowScorecardWidget.razor.rz.scp.css */
.content[b-t614ejnhaz] {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.chart[b-t614ejnhaz] {
  width: 200px;
  height: 112px;
}

.value[b-t614ejnhaz] {
  font-size: 64px;
  font-weight: 400;
  margin-top: 10px;
}

.value .unit[b-t614ejnhaz] {
  font-size: 32px;
}

.location[b-t614ejnhaz] {
  position: absolute;
  right: 0;
  top: -24px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .location[b-t614ejnhaz] {
    display: none;
  }
}

@media (min-width: 3000px) {
  .value[b-t614ejnhaz] {
    font-size: 100px;
    font-weight: 600;
    margin-top: 60px;
  }

  .chart[b-t614ejnhaz] { 
    width: 350px;
    height: 250px;
   }
}
/* /Shared/Components/FlowWaitingTimeSummaryWidget.razor.rz.scp.css */
.content[b-oumjcjy9ve] {
  margin-top: 13px;
  height: 129px;
}

.content > div[b-oumjcjy9ve] {
  display: flex;
  align-items: center;
  margin: 18px 0px 12px 12px;
}

.content > div .material-symbols-outlined[b-oumjcjy9ve] {
  margin-right: 5px;
}

@media (min-width: 3000px) {
  .content[b-oumjcjy9ve] {
    height: 129px;
  }
}
/* /Shared/Components/FlowWidget.razor.rz.scp.css */
.widget[b-fkgmzwdlfk] {
  background-color: var(--primary-color);
  border-radius: 20px;
  width: calc(50% - 20px);
  margin: 10px;
  padding: 20px;
}

.widget.widget-half-width[b-fkgmzwdlfk] {
  width: calc(50% - 20px);
}

.widget.widget-full-width[b-fkgmzwdlfk] {
  width: calc(100% - 20px);
}

.widget .widget-header[b-fkgmzwdlfk] {
  display: flex;
  align-items: center;
}

.widget .widget-title-text[b-fkgmzwdlfk] {
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 15px;
  background: var(--app-background-color);
  border-radius: 14px;
}

.widget .widget-sub-title-text[b-fkgmzwdlfk] {
  margin-left: 8px;
}

.widget .widget-content[b-fkgmzwdlfk] {
  position: relative;
}

@media (max-width: 600px) {
  .widget.widget-half-width[b-fkgmzwdlfk] {
    width: calc(100% - 20px);
  }
}

@media (min-width: 3000px) {
  .widget[b-fkgmzwdlfk] {
    font-size: 24px;
  }

  .widget.widget-full-width[b-fkgmzwdlfk] {
    width: calc(50% - 20px);
  }

  .widget.widget-half-width[b-fkgmzwdlfk] {
    width: calc(33% - 20px);
  }

  .material-symbols-outlined[b-fkgmzwdlfk] {
    font-size: 48px;
  }

  #widget-das-gates[b-fkgmzwdlfk] {
    width: calc(100% - 20px);
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.content[b-p4cpw8e7nk] {
    display: flex;
    height: 100%;
}
