.Bm.Bn::after {
  display: none !important;
  margin: unset !important;
  height: 0 !important;
}

.flex.flex-wrap.w-full.container.daily-histogram-container.css-0 {
  padding: 2rem;
  border-radius: 0.5rem;
  z-index: 1;
  position: relative;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.flex.flex-wrap.flex.items-center.w-full.mt-2\.5.rounded-md.sm\:py-3\.5.sm\:px-2\.5.p-2\.5.alert-container.no-route.css-1ijso6e {
  display: none;
}

.flex.flex-wrap.mt-2\.5.rounded-md.css-1c0sis3 {
  display: none;
}

.flex.flex-wrap.mt-2\.5.rounded-md.alert-container.no-route {
  display: none;
}

.flex.flex-wrap.pb-4.-mx-1.css-0 {
  display: none;
}

.FareDailyHistogram {
  margin-top:-4rem
}

.PageTitleH1.w-full.max-w-full.lg\:max-w-6xl.self-center {
  position: relative;
  width: 100%;
  left: revert-layer;
  height: 434px;
  margin-bottom: -50px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: unset;
}

.flex.flex-wrap.flex.justify-center.max-w-full.BookingMask.px-3 {
  display: none;
}

.bg-cover.bg-no-repeat.Bm.Bn {
  height: 20rem;
  margin-bottom: -7rem;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -5rem;
}

.bg-center.bg-cover div.flex {
  justify-content: center;
  background-color: transparent !important;
}

.bg-center.bg-cover .flex.flex-wrap h1 {
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.4);
  padding: 2rem;
}


.daily-histogram-container h2.ux-common-results-title.heading-2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
  font-family: "roboto", sans-serif;
  padding: 0.5rem;
  line-height: 1.3;
}

h2.__pfs.heading-2 {
  width: 100%;
  text-align: center;
  margin: 1rem;
  font-weight: 600;
  font-family: roboto, sans-serif;
  color: #444;
  font-size: 1.3rem;
}
.__pfs.anc-section {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: space-around;
  flex-direction: row;
  margin: auto;
}

.__pfs.anc-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
  gap: 1rem;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
}

h3.__bss.__pfs.anc-section-title {
  width: 100%;
  margin: 4rem auto;
  justify-content: center;
  text-align: center;
}

p.__pfs.anc-description {
  margin: 0;
  display: flex;
  justify-content: center;
  height: 4.5rem;
  font-size: 1rem;
  align-self: center;
  width: 100%;
  align-items: center;
}

.__pfs.anc-img img {
  width: 6rem;
}

.anc-item a.__pfs.anc-link,
.tab.active {
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  background: #78028A;
  text-decoration: none !important;
  align-items: center;
  color: #fff !important;
  padding: .75rem 1rem;
}

.tab.active:hover, .anc-item a.__pfs.anc-link:hover, 
.anc-item a.__pfs.anc-link:focus,
.anc-item a.__pfs.anc-link:active {
  background: #AB13C5; 
  color: #78028A;
  border: solid 1px  #AB13C5;  ;  
}

a.__pfs.anc-link:visited {
  color: #fff;
  
}

.__pfs.anc-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

h4.__pfs.anc-title {
  margin: 0;
}

.nav-tabs {
  display: flex;
  text-align: center;
  margin: auto;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.tab.__pfs {
  display: inline-block;
  border: 1px solid lightgrey;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  border: solid 1px #78028A;
  color: #78028A;
padding: .75rem 1rem; 
}

.tab-content {
  display: none;
  padding: 10px;
}

.tab-content.show-content {
  display: block !important;
}

button.relative.p-1.block.w-full.px-2.t.L.M.K.tracking-normal.O.BO.u.g.x.DB.y.z.Dn.Do.focus\:outline-none.Dp.Dq.Av.BN {
  color: #fff;
}


@media (max-width: 992px) {
  p.__pfs.anc-description {
    height: 5rem;
    width: 100%;
  }

  .__pfs.anc-section {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .__pfs.anc-img img {
    width: 4rem;
  }

  .__pfs.anc-item {
    max-width: 40%;
  }

  .flex.flex-wrap.w-full.px-4.md\:px-12.py-4.E.F.G.H {
    box-shadow: 0 0 0 0;
  }
}


@media (max-width: 576px) {

    .__pfs.nav-tabs {
    flex-direction: column;
      width: 100%;
      align-items: stretch
  }
  
}