@import '_content/webenology.blazor.components/webenology.blazor.components.bundle.scp.css';

/* /Pages/IndexPages/ReportSummary.razor.rz.scp.css */
.attendance[b-xrsbci7yxx] {
  border: 4px solid blue;
  border-radius: 24px;
  margin-top: 6px;
  padding: 6px;
  text-align: center;
}
.attendance .header[b-xrsbci7yxx] {
  font-weight: bold;
  text-align: center;
}
.attendance table[b-xrsbci7yxx] {
  width: 100%;
  margin: 4px 0;
}
.attendance table th[b-xrsbci7yxx] {
  border-bottom: 1px solid #dedede;
}
.attendance table td[b-xrsbci7yxx],
.attendance table th[b-xrsbci7yxx] {
  width: 25%;
  text-align: center;
}
.attendance .day-forecast[b-xrsbci7yxx] {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 4px;
}
/* /Pages/IndexPages/RevenueSummary.razor.rz.scp.css */
.revenue-summary[b-5fuihy7p39] {
  margin-top: 10px;
  border: 4px solid blue;
  border-radius: 24px;
  padding: 12px;
  text-align: center;
}
.revenue-summary .header[b-5fuihy7p39] {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}
.revenue-summary table[b-5fuihy7p39] {
  width: 100%;
  margin-bottom: 5px;
}
.revenue-summary table tr th[b-5fuihy7p39] {
  border-bottom: 1px solid #dedede;
}
/* /Pages/NavMenu.razor.rz.scp.css */

.d-flex[b-26yx6ka40j]  .nav-item {
    text-align: center;
    display: block;
    text-decoration: none !important;
    border-radius: 6px;
    border: 1px solid #333;
}
/* /Shared/InPark.razor.rz.scp.css */
.date[b-lt35qdx9yv],
.line-schedule[b-lt35qdx9yv] {
  font-size: 34px;
  text-align: center;
}
.in-park[b-lt35qdx9yv] {
  position: relative;
  padding: 0 25%;
}
@media only screen and (max-width: 400px) {
  .in-park[b-lt35qdx9yv] {
    display: flex !important;
    justify-content: space-between !important;
    padding: 0px !important;
    align-items: center !important;
  }
  .in-park.no-button[b-lt35qdx9yv] {
    justify-content: center !important;
  }
}
.in-park .bf-switch[b-lt35qdx9yv] {
  position: absolute;
  left: 60px;
  top: calc(50% - 50px);
  border-radius: 50%;
  border: 4px solid blue;
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media only screen and (max-width: 400px) {
  .in-park .bf-switch[b-lt35qdx9yv] {
    position: unset;
    margin-right: 5px;
    width: 120px;
  }
}
.in-park .bf-switch div:first-child[b-lt35qdx9yv] {
  font-size: 42px;
  color: blue;
  line-height: 1em;
}
.in-park .bf-switch div:last-child[b-lt35qdx9yv] {
  font-size: 10px;
}
.in-park .bf-switch div.other[b-lt35qdx9yv] {
  font-size: 12px;
}
.in-park .bf-switch div.other b[b-lt35qdx9yv] {
  color: blue;
  font-size: 14px;
}
.in-park .bf-switch i[b-lt35qdx9yv] {
  line-height: 1em;
  color: blue;
}
.in-park .data[b-lt35qdx9yv] {
  border: 4px solid blue;
  border-radius: 12px;
  padding: 4px;
  text-align: center;
  font-weight: bold;
}
.in-park .data .number[b-lt35qdx9yv] {
  font-size: 52px;
  font-weight: normal;
}
/*# sourceMappingURL=InPark.razor.css.map */
/* /Shared/MainLayout.razor.rz.scp.css */
.main-layout-holder div:first-child[b-cyhci82jmz] {
    width: 25%;
}

.main-layout-holder div:nth-child(2)[b-cyhci82jmz] {
    width: 55%;
}

.main-layout-holder div:nth-child(3)[b-cyhci82jmz] {
    width: 20%;
}

.text-right[b-cyhci82jmz] {
    text-align: right;
}

.font-large-size[b-cyhci82jmz] {
    font-size: 1em;
}
/* /Shared/NewUpdate.razor.rz.scp.css */
.new-update[b-llzwadnfyp] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100px);
  transition: transform 0.5s ease-in;
  display: flex;
  justify-content: center;
}
.new-update.show[b-llzwadnfyp] {
  transform: translateY(10px);
}
