.disruption.list-page, .disruption.detail-page {
  background-color: #DDE1E9;
  padding-bottom: 90px;
}

.nav-container, .disruption.detail-page .nav-container {
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .nav-container, .disruption.detail-page .nav-container {
    padding-top: 80px;
  }
}
.nav-container .nav-disrupt, .disruption.detail-page .nav-container .nav-disrupt {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: unset;
  margin-top: unset;
}
.nav-container .nav-disrupt .nav-link {
  padding: 10px 20px;
  background: none;
  border: none;
  color: #54657E;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-container .nav-disrupt .nav-link {
    padding: 15px 40px;
  }
}
.nav-container .nav-disrupt .nav-link.active {
  color: #1D2633;
}
.nav-container .nav-disrupt .nav-link.active.blue {
  border-bottom: 3px solid #0277BD;
}
.nav-container .nav-disrupt .nav-link.active.red {
  border-bottom: 3px solid #AD1457;
}
.nav-container .nav-disrupt .nav-link.blue.active {
  border-bottom: 3px solid #0277BD;
}
.nav-container .nav-disrupt .nav-link:hover {
  opacity: 0.8;
}
.nav-container .nav-disrupt .nav-link:focus {
  outline: none;
}

.title-tab-pane, .tab-pane .title-tab-pane, .disruption.detail-page .tab-pane .title-tab-pane {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 480px) {
  .title-tab-pane, .tab-pane .title-tab-pane, .disruption.detail-page .tab-pane .title-tab-pane {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.title-tab-pane .title-icon {
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .title-tab-pane .title-icon {
    width: 64px;
    height: 64px;
  }
}
.title-tab-pane .title-icon.red {
  background-image: url("../../img/red-line-symbol.svg");
}
.title-tab-pane .title-icon.blue {
  background-image: url("../../img/blue-line-symbol.svg");
}
.title-tab-pane .title-text {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .title-tab-pane .title-text {
    font-size: 30px;
    font-weight: 700;
  }
}
.title-tab-pane .thin-line {
  width: 5%;
}

.route-map, .tab-pane-content .route-map {
  margin-top: 60px;
}
.route-map .block.b1 {
  background-color: unset;
  padding: unset;
}
.route-map .block.b1 .wrapper {
  margin: unset;
}
.route-map .block.b1 .wrapper .block__main {
  margin-top: unset;
}
.route-map .block.b1 .wrapper .block__main .route-list__button {
  margin-top: 4rem;
}
.route-map .block.b1 .wrapper .block__main .route-list__button.route-list__button--is-visible {
  margin-bottom: 2rem;
}
.route-map .block.b1 .wrapper .block__main .route-list__wrapper {
  padding: unset;
}
@media (min-width: 480px) and (max-width: 1024px) {
  .route-map .block.b1 .wrapper .block__main .route-list__wrapper {
    overflow: unset;
  }
}
.route-map .block.b1 .wrapper .block__main .route-list__wrapper .route-list__col1 {
  text-align: left;
}
@media (min-width: 768px) {
  .route-map .block.b1 .wrapper .block__main .route-list__wrapper .route-list__col1 {
    text-align: right;
  }
}
.route-map .block.b1 .wrapper .block__main .route-list__wrapper .route-list__col2 {
  text-align: left;
}
.route-map .block.b1 .wrapper .block__main .route-list__wrapper .route-list__item::before {
  height: 6.5rem;
  margin-bottom: -2rem;
}
.route-map .block.b1 .wrapper .block__main .route-list__wrapper .route-list__item:last-child::before {
  margin-bottom: -1.3rem;
}
@media (min-width: 604px) {
  .route-map .block.b1 .wrapper .block__main .route-list__wrapper .route-list__item::before {
    height: 4.4375rem;
    margin-bottom: -1.25rem;
  }
}
.route-map .block.b1 .wrapper .block__main .route-list__wrapper .route-list__item .stop-canceled {
  font-size: 14px;
  color: #D71D1D;
  font-weight: lighter;
}
.route-map .block.b1 .wrapper .block__main .route-list__wrapper .route-list__item .stop-canceled::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../img/cancelled-stop-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  transform: translateY(7px);
}
@media (min-width: 768px) {
  .route-map, .tab-pane-content .route-map {
    margin-top: unset;
  }
}

.out-of-service-box, .general-box .title-box .out-of-service-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: linear-gradient(90deg, rgba(215, 29, 65, 0.1) 0%, rgba(173, 20, 87, 0.1) 100%);
  padding: 19px 34px 30px 24px;
  color: #1D2633;
  margin-bottom: 23px;
  border-radius: 8px;
}
.out-of-service-box .sign, .general-box .title-box .out-of-service-box .sign {
  min-width: 1.3rem;
  min-height: 1.3rem;
  background-image: url("../../img/out-of-service-alert-sign.svg");
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: contain;
  align-self: flex-start;
  margin-top: 4px;
}
.out-of-service-box .info, .general-box .title-box .out-of-service-box .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-left: 15px;
  margin-top: 1px;
}
.out-of-service-box .info .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.out-of-service-box .info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.general-box, .info-box-container .general-box {
  background-color: white;
  padding: 24px;
  text-align: left;
}
.general-box .title-box > .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 23px;
}
.general-box .thin-line {
  height: 1px;
  background-color: #DDE1E9;
}
.general-box .inner-box {
  background-color: #F2F5F7;
  border-radius: 8px;
  padding: 16px;
  color: #54657E;
  margin-top: 20px;
}
.general-box .inner-box .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 23px;
}
.general-box .inner-box .bold {
  font-weight: 500;
}
.general-box .inner-box .light {
  font-size: 16px;
  color: #54657E;
  margin-bottom: 5px;
}
.general-box .inner-box .datetime-container {
  display: flex;
  align-items: flex-start;
}
.general-box .inner-box .datetime-container .datetime-sign {
  width: 24px;
  height: 24px;
  background-image: url("../../img/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.general-box .inner-box .datetime-container .datetime-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.general-box .inner-box .datetime-container .datetime-group .from {
  margin-bottom: 8px;
}
.general-box .inner-box .stop-list-container {
  margin-top: 30px;
}
.general-box .inner-box .stop-list-container .stop-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.general-box .inner-box .stop-list-container .stop-list .stop-container {
  display: flex;
  align-items: flex-start;
}
.general-box .inner-box .stop-list-container .stop-list .stop-container:not(:first-child) {
  margin-top: 1rem;
}
.general-box .inner-box .stop-list-container .stop-list .stop-container .sign {
  width: 26px;
  height: 26px;
  background-image: url("../../img/cancelled-stop-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: -2px;
}
.general-box .inner-box .stop-list-container .stop-list .stop-container .stop {
  flex: 1;
}
.general-box .inner-box .stop-list-container .stop-list .stop-container .stop .cancelled-stop,
.general-box .inner-box .stop-list-container .stop-list .stop-container .stop .alternative-stop {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .general-box .inner-box .stop-list-container .stop-list .stop-container .stop .cancelled-stop,
  .general-box .inner-box .stop-list-container .stop-list .stop-container .stop .alternative-stop {
    flex-direction: row;
    align-items: baseline;
  }
}
.general-box .inner-box .stop-list-container .stop-list .stop-container .stop .cancelled-stop .label,
.general-box .inner-box .stop-list-container .stop-list .stop-container .stop .alternative-stop .label {
  margin-bottom: 4px;
}
@media (min-width: 480px) {
  .general-box .inner-box .stop-list-container .stop-list .stop-container .stop .cancelled-stop .label,
  .general-box .inner-box .stop-list-container .stop-list .stop-container .stop .alternative-stop .label {
    margin-right: 10px;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
@media (min-width: 480px) {
  .general-box .inner-box .stop-list-container .stop-list .stop-container .stop .cancelled-stop .stop-name,
  .general-box .inner-box .stop-list-container .stop-list .stop-container .stop .alternative-stop .stop-name {
    flex: 1;
  }
}
.general-box .schedule {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .general-box .schedule {
    justify-content: flex-end;
    margin-left: unset;
  }
}
.general-box .schedule .scheduleIcon {
  width: 13px;
  height: 11px;
  background: url("../../img/href-arrow.svg") no-repeat center/contain;
  position: relative;
  top: 4px;
}
.general-box .schedule .scheduleLink a {
  color: #1BACC0;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.general-box .schedule .scheduleLink a:hover {
  color: #1A9EBD;
}
.general-box .schedule .scheduleLink a:active {
  color: #178A9D;
}

.tab-pane-content, .tab-pane .tab-pane-content, .disruption.detail-page .tab-pane .tab-pane-content {
  display: flex;
  flex-direction: column;
}
.tab-pane-content .section {
  width: 100%;
  text-align: center;
}
.tab-pane-content .section.route-map {
  /* Add specific styles for section1 if needed */
}
.tab-pane-content .section.disruption-detail {
  /* Add specific styles for section2 if needed */
}
.tab-pane-content .route-map {
  order: 2;
}
.tab-pane-content .disruption-detail {
  order: 1;
}
@media (min-width: 768px) {
  .tab-pane-content, .tab-pane .tab-pane-content, .disruption.detail-page .tab-pane .tab-pane-content {
    flex-direction: row;
  }
  .tab-pane-content .route-map, .tab-pane-content .disruption-detail {
    width: 50%;
  }
  .tab-pane-content, .tab-pane .tab-pane-content, .disruption.detail-page .tab-pane .tab-pane-content {
    /* Ensure section1 is on the left and section2 on the right */
  }
  .tab-pane-content .route-map {
    order: 1;
  }
  .tab-pane-content .disruption-detail {
    margin-left: 17vw;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .tab-pane-content .disruption-detail {
    margin-left: 6vw;
  }
}
.tab-pane, .disruption.detail-page .tab-pane {
  display: none;
}
.tab-pane.active, .disruption.detail-page .active.tab-pane {
  display: block;
}
.list-button-area {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .list-button-area {
    background-color: #DDE1E9;
  }
}
.list-button-area .inner .list-button, .list-button-area .inner .inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #D71D41 0%, #AD1457 100%);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 6px 24px;
}
@media (min-width: 768px) {
  .list-button-area .inner .list-button, .list-button-area .inner .inner {
    padding: 12px 24px;
  }
}
.list-button-area .inner .list-button:hover, .list-button-area .inner .inner:hover {
  opacity: 0.9;
}
.list-button-area .inner .list-button .list-button-text, .list-button-area .inner .inner .list-button-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.disruption.detail-page {
  width: 100%;
}
.disruption.detail-page.various-tabs {
  padding-bottom: unset;
}
.disruption.detail-page .inner-div {
  width: 332px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .disruption.detail-page .inner-div {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .disruption.detail-page .inner-div {
    width: 100%;
    max-width: 1075px;
  }
}
.disruption.detail-page .thin-line {
  height: 1px;
  background-color: #bbb;
}

.list-button-area {
  background-color: #DDE1E9;
}
.list-button-area.various-tabs {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .list-button-area {
    padding-top: 90px;
  }
}
.list-button-area .inner {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .list-button-area .inner {
    width: unset;
    max-width: 500px;
  }
}

/*# sourceMappingURL=disruption-detail-page.css.map */
