/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/cagdas_hatay_seyahat/site.scss ***!
  \********************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Titillium+Web:wght@300;400;600;700;900&display=swap);
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/cagdas_hatay_seyahat/site.scss (1) ***!
  \************************************************************************************************************************************************************************************************************/
:root {
  --s-primary-font: "Inter";
  --s-secondary-font: "Inter";
  --s-font-icon: "icomoon";
  --bs-body-font-family: var(--s-primary-font);
  --bs-body-font-size: 15px;
  --bs-body-color: #394247;
  --bs-body-font-weight: 400;
  --bs-body-bg: #F5F5F5;
}

station-select {
  --s-station-select-header-bg-color: #000066;
}

station-option {
  --s-station-select-option-selected-bg-color: #000066;
}

s-datepicker {
  --bs-datepicker-selected-bg-color: #000066;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.list-group {
  --bs-list-group-bg: #fff;
}

.breadcrumb {
  --bs-breadcrumb-font-size: 16px;
}

.breadcrumb {
  --bs-breadcrumb-font-size: 16px;
}

.navbar {
  --s-navbar-bg: #fff;
}

.navbar-nav {
  --bs-nav-link-font-weight: 600;
  --bs-nav-link-font-size: 18px;
  --bs-nav-link-color: $primary;
  --bs-nav-link-hover-color: $primary;
}

.navbar-brand {
  --bs-navbar-brand-padding-y: 0;
}

.search-form {
  --s-search-form-bg-color: rgba(0, 0, 102, .8);
  --s-search-form-border: 2px solid #000066;
  --s-search-form-text-color: #ffffff;
  --s-search-form-input-border-color: #fff;
}

.dropdown-menu {
  --bs-dropdown-font-size: 14px;
  --bs-dropdown-link-color: #394247;
  --bs-dropdown-padding-x: 5px;
  --bs-dropdown-padding-y: 5px;
  --bs-dropdown-border-radius: 10px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-item-border-radius: 10px;
  --bs-dropdown-item-padding-x: 15px;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-link-hover-bg: #e9ecef;
}

.accordion {
  --bs-accordion-border-color: #E2E2E2;
  --bs-accordion-bg: none;
  --bs-accordion-active-bg: none;
  --bs-accordion-border-width: none;
  --bs-accordion-btn-focus-border-color: #E2E2E2;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-bg: #E2E2E2;
}

.pagination {
  --bs-pagination-color: var(--bs-body-color);
  --bs-pagination-active-color: #394247;
  --bs-pagination-focus-color: #000066;
  --bs-pagination-active-bg: var(--bs-pagination-bg);
  --bs-pagination-hover-bg: var(--bs-pagination-bg);
  --bs-pagination-focus-bg: var(--bs-pagination-bg);
  --bs-pagination-active-border-color: var(--bs-pagination-border-color, #E2E2E2);
  --bs-pagination-focus-box-shadow: none;
}

.card {
  --bs-card-border-color: #E2E2E2;
  --bs-card-cap-bg: trasparent;
  --bs-card-bg: #fff;
  --bs-card-cap-padding-x: 0;
  --bs-card-spacer-x: 0;
}

.blog-card {
  --bs-card-border-width: none;
  --bs-card-bg: #fff;
  --bs-card-spacer-y: 20px;
  --bs-card-spacer-x: 20px;
}

.modal {
  --bs-modal-border-color: none;
}

.table {
  --bs-table-border-color: #EBEDED;
}

.breadcrumb {
  font-family: var(--s-secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  color: #798195;
}
.breadcrumb .breadcrumb-item a {
  color: #798195;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #000066;
}
.breadcrumb .breadcrumb-item h1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.breadcrumb .breadcrumb-item.active, .breadcrumb .breadcrumb-item.active h1 {
  font-weight: 600;
}
.breadcrumb .breadcrumb-item:last-child {
  flex-grow: 1;
}

.navbar {
  background-color: var(--s-navbar-bg);
}

.navbar-nav {
  font-family: var(--s-navbar-font, var(--s-secondary-font));
  gap: 10px;
  align-self: center;
  z-index: 6;
}

@media (min-width: 768px) {
  .navbar {
    height: 100px;
  }
  .navbar .navbar-nav {
    margin-left: 20px;
    gap: 10px;
  }
  .navbar-brand img {
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand {
    margin-bottom: 0;
  }
  .navbar-brand img {
    max-width: 50vw;
    max-height: 40px;
    height: auto;
  }
  .navbar.home-navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
}
.navbar .user-menu {
  border: 1px solid #D5DAE9;
  height: 60px;
  border-radius: 5px;
  background-color: #F4F6FC;
}
.navbar .user-menu .btn {
  color: #798195;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 120px;
  width: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 5px 0;
}
.navbar .user-menu .btn:first-child {
  border-right: 1px solid #D5DAE9;
}
.navbar .user-menu .btn:hover {
  color: #000066;
}
.navbar .user-menu .btn-primary {
  background-color: transparent;
}
.navbar .user-menu.dropdown {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.navbar .user-menu .dropdown-toggle {
  color: #798195;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 767.98px) {
  .navbar .user-menu {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .navbar .user-dropdown .nav-link {
    color: #798195;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    border: 1px solid #D5DAE9;
    height: 60px;
    border-radius: 5px;
    background-color: #F4F6FC;
    padding: 0 20px;
  }
}
.dropdown-menu {
  font-family: var(--s-primary-font);
  box-shadow: 0 4px 10px rgba(57, 66, 71, 0.15);
}

.dropdown-item {
  border-radius: 5px;
}

.accordion-item {
  margin-bottom: 20px;
  border-radius: var(--bs-accordion-border-radius);
}
.accordion-item .accordion-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background-color: #FFFFFF;
  border-radius: var(--bs-accordion-border-radius);
}
.accordion-item .accordion-button:not(.collapsed) {
  color: #000066;
}
.accordion-item .accordion-button i.icon-chat:before {
  display: none;
}
.accordion-item .accordion-button:not(.collapsed) i:before {
  color: var(--bs-accordion-active-color);
}

.input-group:focus-within .input-group-text,
.input-group:focus-within .form-control {
  border-color: #000066;
}
.input-group:focus-within .input-group-text i,
.input-group:focus-within .form-control i {
  color: #000066;
}
.input-group .input-group-text i {
  color: #798195;
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 768px) {
  .carousel-image img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .carousel {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .carousel-image {
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.card {
  padding: 15px 25px;
}

.card-title {
  font-family: var(--s-secondary-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 0;
}

.bordered-title {
  border-bottom: 2px solid #EBEDED;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-family: var(--s-primary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #394247;
}
.bordered-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 98px;
  height: 2px;
  background-color: #000066;
}

.btn {
  font-family: var(--s-secondary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.btn-success {
  color: #fff;
}
.btn-success:hover {
  color: #fff;
}

.btn-facebook,
.btn-google {
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px 26px 12px 12px;
  display: inline-flex;
  justify-content: center;
}
.btn-facebook i,
.btn-google i {
  font-size: 24px;
  margin-right: 10px;
}

.btn-facebook {
  background: #45619D;
}
.btn-facebook:hover, .btn-facebook:active {
  background: rgba(69, 97, 157, 0.9);
  color: #fff;
}

.btn-google {
  background: #E55F4B;
}
.btn-google:hover, .btn-google:active {
  background: rgba(229, 95, 75, 0.9);
  color: #fff;
}

.form-switch {
  display: flex;
  align-items: center;
}
.form-switch .form-check-input {
  min-width: 50px;
  min-height: 30px;
  margin-right: 20px;
}
.form-switch .form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.modal-header {
  background-color: #000066;
  color: white;
}
.modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.table th {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #798195;
}
.table th, .table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

h1 {
  font-family: var(--s-secondary-font);
  font-weight: 700;
  font-size: 40px;
  line-height: 61px;
}

.journey-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.journey {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.journey .journey-header {
  display: grid;
  grid-template-columns: auto 1fr 6fr 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
}
.journey .journey-header .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: block;
}
.journey .journey-header .title i {
  font-size: 20px;
  margin-right: 10px;
}
.journey .journey-header .subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #798195;
}
.journey .journey-header .journey-time {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.journey .journey-header .journey-route {
  display: flex;
  align-items: center;
  gap: 20px;
}
.journey .journey-header .journey-route .route-info {
  flex-grow: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  text-align: center;
  gap: 5px;
}
.journey .journey-header .journey-route .route-info .route-shape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.journey .journey-header .journey-route .route-info .route-shape:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #E2E2E2;
}
.journey .journey-header .journey-route .route-info .route-shape span {
  display: block;
  position: relative;
  z-index: 1;
}
.journey .journey-header .journey-route .route-info .route-shape .shape-start {
  width: 12px;
  height: 12px;
  border: 2px solid #000066;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.journey .journey-header .journey-route .route-info .route-shape .shape-end {
  width: 12px;
  height: 12px;
  background-color: #000066;
  border-radius: 100%;
}
.journey .journey-header .journey-route .route-info .route-shape .shape-arrow {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border: 1px solid #E2E2E2;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journey .journey-header .journey-route .route-info .route-shape .shape-arrow i:before {
  color: #000;
  font-weight: 600;
}
.journey .journey-header .journey-price {
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.journey .journey-header .journey-price i {
  font-size: 28px;
  margin-right: 10px;
}
.journey .journey-header .journey-price .old-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: line-through;
  color: #798195;
  margin-bottom: 5px;
}
.journey .journey-header .journey-price .new-price {
  font-size: 28px;
  line-height: 34px;
  white-space: nowrap;
}
.journey .journey-header .journey-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.journey .journey-header .journey-action .btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 30px;
  width: 140px;
  white-space: nowrap;
}
.journey .journey-header .separator {
  margin: auto;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #E2E2E2;
}
.journey .journey-body {
  padding: 20px 30px;
  border-top: 1px solid #E2E2E2;
  display: none;
  grid-template-columns: 1fr 235px;
  gap: 10px;
}
.journey .journey-footer {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E2E2E2;
}
.journey .journey-detail-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #798195;
  padding: 0 20px;
  border: none;
  background: transparent;
}
.journey .journey-features {
  display: flex;
  gap: 10px;
  font-size: 18px;
  flex-wrap: wrap;
}
.journey .journey-choose-seat-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  margin-left: 20px;
  padding: 0 0 0 20px;
  border-left: 2px dashed #E2E2E2;
}
.journey .journey-choose-seat-info .journey-selected-seats {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.journey .journey-choose-seat-info .journey-selected-seats .selected-seats {
  display: flex;
  justify-content: space-between;
}
.journey .journey-choose-seat-info .journey-selected-seats .selected-seats > div {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  background-size: cover;
}
.journey .journey-choose-seat-info .journey-selected-seats .selected-seats .seat-empty {
  background-image: url(../img/bus/seat-empty.svg);
}
.journey .journey-choose-seat-info .journey-selected-seats .selected-seats .seat-male {
  background-image: url(../img/bus/seat-male.svg);
}
.journey .journey-choose-seat-info .journey-selected-seats .selected-seats .seat-female {
  background-image: url(../img/bus/seat-female.svg);
}
.journey .journey-choose-seat-info .journey-selected-seats .selected-seat-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
  margin-bottom: 40px;
}
.journey .journey-choose-seat-info .journey-selected-seats .selected-seat-price strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.journey .journey-choose-seat-info .btn-purchase {
  background: #12B88C;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 17px 20px;
  margin-top: auto;
}
.journey .journey-choose-seat-info .btn-purchase:hover, .journey .journey-choose-seat-info .btn-purchase:active {
  opacity: 0.9;
}

.bus-container {
  width: auto;
  overflow-x: auto;
}

.seat-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  flex-wrap: wrap;
}
.seat-info > div {
  padding-left: 30px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.seat-info > div.empty {
  background-image: url(../img/bus/seat-empty.svg);
}
.seat-info > div.selected {
  background-image: url(../img/bus/seat-selected.svg);
}
.seat-info > div.male {
  background-image: url(../img/bus/seat-male.svg);
}
.seat-info > div.female {
  background-image: url(../img/bus/seat-female.svg);
}

.journey[data-bs-open=true] .journey-body {
  display: grid;
}

.journey[data-bs-has-selected=true] [data-bs-name=journey-selected-message] {
  display: none;
}

.journey[data-bs-has-selected=false] [data-bs-name=journey-selected-message],
.journey:not([data-bs-has-selected]) [data-bs-name=journey-selected-message] {
  display: inherit;
}
.journey[data-bs-has-selected=false] .journey-choose-seat-info [data-bs-name=journey-selected-summary],
.journey:not([data-bs-has-selected]) .journey-choose-seat-info [data-bs-name=journey-selected-summary] {
  display: none;
}

@media (min-width: 992px) {
  .journey .journey-choose-seat-info {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (max-width: 991.98px) {
  .journey .journey-header {
    grid-template-columns: auto 1fr;
  }
  .journey .journey-header .journey-route,
  .journey .journey-header .separator,
  .journey .journey-header .journey-action {
    display: none;
  }
  .journey .journey-header .journey-price {
    padding-right: 0;
    justify-content: end;
  }
  .journey .journey-header .journey-price i {
    font-size: 20px;
  }
  .journey .journey-header .title {
    font-size: 18px;
  }
  .journey .journey-header .journey-price .new-price {
    font-size: 22px;
  }
  .journey .journey-body {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .journey .journey-choose-seat-info {
    margin-left: 0;
    padding: 0 10px 20px 0;
    border-left: none;
    border-bottom: 2px dashed #E2E2E2;
  }
  .journey .journey-choose-seat-info .journey-selected-seats .selected-seat-price {
    margin-top: 20px;
  }
  .journey .seat-info {
    font-size: 12px;
  }
  .journey .journey-detail-button {
    padding: 0;
  }
  .journey .journey-features {
    display: none;
  }
}
.departure-seat {
  width: 34px;
  min-width: 34px;
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  font-size: 14px;
  background-size: cover;
  padding-right: 5px;
  text-align: center;
}
.departure-seat.seat-male {
  background-image: url(../img/bus/seat-male.svg);
}
.departure-seat.seat-female {
  background-image: url(../img/bus/seat-female.svg);
}

.journey-item-loading {
  border-top: 1px solid #E2E2E2;
  padding: 5rem;
  text-align: center;
}

.journey-item-fail {
  border-top: 1px solid #E2E2E2;
  padding: 5rem;
  text-align: center;
}

.bus {
  width: 100%;
  min-width: max-content;
  padding-right: 20px;
  display: flex;
  background-color: #EBEDED;
  border: 1px solid #B6C5CD;
  border-radius: 50px 15px 15px 50px;
}
.bus .bus-front {
  position: relative;
  margin-right: 10px;
  width: 130px;
  border-left: 10px solid #B6C5CD;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.bus .bus-front:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 100px;
  border-right: 4px solid #B6C5CD;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bus .bus-front.sun-right {
  display: flex;
  align-items: start;
}
.bus .bus-front.sun-left {
  display: flex;
  align-items: end;
}
.bus .bus-seats {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 0;
}
.bus .bus-seats .seat-col {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
.bus .bus-seats .seat-col .non-seat {
  width: 50px;
  height: 50px;
}
.bus .bus-seats .seat-col [data-bs-seat] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #394247;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bus/seat-empty.svg);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.bus .bus-seats .seat-col [data-bs-seat][data-bs-status=empty], .bus .bus-seats .seat-col [data-bs-seat][data-bs-selected] {
  cursor: pointer;
}
.bus .bus-seats .seat-col [data-bs-seat][data-bs-status=disable] {
  background-image: url(../img/bus/seat-empty.svg);
  opacity: 0.5;
}
.bus .bus-seats .seat-col [data-bs-seat][data-bs-status=full][data-bs-gender=male] {
  background-image: url(../img/bus/seat-male.svg);
}
.bus .bus-seats .seat-col [data-bs-seat][data-bs-status=full][data-bs-gender=female] {
  background-image: url(../img/bus/seat-female.svg);
}
.bus .bus-seats .seat-col [data-bs-seat][data-bs-selected] {
  background-image: url(../img/bus/seat-selected.svg);
}

.seat-select-tip {
  left: 0;
  top: 0;
  z-index: 5;
  position: absolute;
  background: transparent url(../img/seat-select-tip-bg.svg) no-repeat 0 0;
  width: 167px;
  height: 107px;
  padding: 12px 0 0 11px;
  display: flex;
}
.seat-select-tip button {
  display: block;
  width: 70px;
  height: 75px;
  border-radius: 35px 35px 5px 5px;
  padding-top: 40px;
  margin-right: 5px;
  border: 0;
  background-color: transparent;
  font-family: var(--s-secondary-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #798195;
}
.seat-select-tip button:disabled {
  opacity: 50%;
}
.seat-select-tip button:not(:disabled):hover {
  background-color: #F5F5F5;
}
.seat-select-tip button[data-gender=male] {
  background-image: url(../img/male.svg);
  background-repeat: no-repeat;
  background-position-y: 5px;
  background-position-x: center;
}
.seat-select-tip button[data-gender=female] {
  background-image: url(../img/female.svg);
  background-repeat: no-repeat;
  background-position-y: 5px;
  background-position-x: center;
}

.search-form-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.search-form-container .search-form {
  width: 540px;
  height: 420px;
  border-radius: 20px;
}
.search-form-container .search-form .filter-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-form-container .search-form .filter-options label {
  color: var(--s-search-form-text-color, #C4C9D6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}

.search-form {
  padding: 20px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 5px;
  border: var(--s-search-form-border);
  background: var(--s-search-form-bg-color);
  backdrop-filter: blur(15px);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--s-search-form-text-color, #C4C9D6);
}
.search-form a {
  color: var(--s-search-form-text-color, #C4C9D6);
}
.search-form a:hover {
  color: rgba(196, 201, 214, 0.8);
}
.search-form .direction {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 20px;
  height: 40px;
  margin-bottom: 20px;
}
.search-form .direction .one-way,
.search-form .direction .two-way {
  padding: 0;
  display: flex;
  align-items: stretch;
  align-self: stretch;
}
.search-form .direction .one-way {
  overflow: hidden;
}
.search-form input[name=directionType] {
  display: none;
}
.search-form input[name=directionType] + .form-check-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--s-secondary-font), serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--s-search-form-text-color, #C4C9D6);
  width: 120px;
  border-radius: 5px;
  border: 1px solid var(--s-search-form-input-border-color, #798195);
}
.search-form input[name=directionType]:checked + .form-check-label {
  background-color: #333;
  color: #fff;
  border-color: var(--s-search-form-input-border-color, #333);
}
.search-form .passenger-search {
  margin-left: auto;
}
.search-form .filter-options {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
}
.search-form .filter-options label {
  color: var(--s-search-form-text-color, #C4C9D6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}
.search-form .station,
.search-form .datepicker .departure,
.search-form .datepicker .return {
  display: flex;
  flex-direction: column;
}
.search-form .station .form-label,
.search-form .datepicker .departure .form-label,
.search-form .datepicker .return .form-label {
  order: 0;
  width: auto;
  align-self: start;
}
.search-form .station .form-control,
.search-form .datepicker .departure .form-control,
.search-form .datepicker .return .form-control {
  order: 1;
}
.search-form .datepicker {
  display: flex;
  gap: 10px;
}
.search-form .datepicker > div {
  flex-grow: 1;
}
.search-form .datepicker > div s-datepicker {
  overflow: hidden;
}
.search-form .actions {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  align-items: end;
  gap: 10px;
}
.search-form .actions button {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 60px;
}
.search-form .actions [name=today],
.search-form .actions [name=tomorrow] {
  border-radius: 5px;
  border: 1px solid var(--s-search-form-input-border-color, #798195);
  color: var(--s-search-form-text-color, #C4C9D6);
}
.search-form .actions [name=today]:active,
.search-form .actions [name=tomorrow]:active {
  background-color: #333;
  color: #ffffff;
}
.search-form .actions .btn-primary {
  --bs-btn-border-radius: 5px;
  background-color: #333;
  border-color: var(--s-search-form-input-border-color, #333);
}
.search-form station-select,
.search-form s-datepicker {
  --s-datepicker-icon-color: var(--s-search-form-input-border-color, #798195);
  --s-station-select-icon-color: var(--s-search-form-input-border-color, #798195);
  --s-station-select-header-bg-color: #333;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid var(--s-search-form-input-border-color, #798195);
  color: var(--s-search-form-text-color, #ffffff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 60px;
  line-height: 35px;
}

@media (min-width: 576px) {
  .search-form-container {
    margin-top: -512px;
    min-height: 512px;
    max-height: 512px;
  }
}
@media (min-width: 992px) {
  .search-form-container {
    margin-top: -640px;
    min-height: 640px;
    max-height: 640px;
  }
}
@media (max-width: 767.98px) {
  .search-form {
    width: 540px;
    height: 420px;
    border-radius: 20px;
  }
  .search-form .filter-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .search-form .filter-options label {
    color: #C4C9D6;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .search-form-container {
    margin-top: -456px;
    width: 100%;
    z-index: 5;
  }
  .search-form-container .search-form,
  .search-form {
    padding: 20px;
    width: 100%;
    height: 100%;
  }
  .search-form-container .search-form .direction,
  .search-form .direction {
    grid-template-columns: 1fr 1fr;
  }
  .search-form-container .search-form input[name=directionType] + .form-check-label,
  .search-form input[name=directionType] + .form-check-label {
    width: 100%;
  }
  .passenger-search {
    display: none;
  }
}
.icon-size-default {
  font-size: 24px;
}

.icon-size-large {
  font-size: 32px;
}

.list-filter-container {
  max-height: 60vh;
  display: flex;
  flex-direction: column;
}
.list-filter-container .list-group {
  height: 100%;
  overflow-y: auto;
}

.or-hr {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.or-hr:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #EBEDED;
}
.or-hr span {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background-color: #fff;
  font-family: var(--s-secondary-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #798195;
}

.user-message,
.invalid-feedback {
  white-space: pre;
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
}
.page-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #E2E2E2;
  padding-bottom: 10px;
  position: relative;
}
.page-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98px;
  height: 2px;
  background-color: #394247;
}
.page-title strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #394247;
}
.page-title .pagination {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #798195;
}

.popular-journey-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 160px;
  grid-auto-rows: 160px;
  gap: 40px;
}
.popular-journey-showcase .popular-journey {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.popular-journey-showcase .popular-journey img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.popular-journey-showcase .popular-journey .journey-footer {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  font-family: var(--s-secondary-font);
  color: #FFFFFF;
  transition: all 0.4s ease;
}
.popular-journey-showcase .popular-journey .journey-route {
  display: flex;
  align-items: center;
  font-style: normal;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
}
.popular-journey-showcase .popular-journey .journey-route span:first-child:after {
  content: "-";
  margin: 0 10px;
}
.popular-journey-showcase .popular-journey .journey-route span:last-child {
  font-size: 28px;
  font-weight: 800;
}
.popular-journey-showcase .popular-journey .all-visible-journey {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  transition: all 0.4s ease;
  position: absolute;
  left: 20px;
  bottom: -20px;
  z-index: 1;
  opacity: 0;
}
.popular-journey-showcase .popular-journey .all-visible-journey .icon {
  font-weight: 900;
}
.popular-journey-showcase .popular-journey:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(57, 66, 71, 0) 0%, rgba(57, 66, 71, 0.75) 100%);
}
.popular-journey-showcase .popular-journey:hover img {
  transform: scale(1.1);
}
.popular-journey-showcase .popular-journey:hover .journey-footer {
  bottom: 45px;
}
.popular-journey-showcase .popular-journey:hover .all-visible-journey {
  bottom: 20px;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .popular-journey-showcase {
    grid-template-columns: 1fr;
  }
}
.popular-journey-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  gap: 20px;
  font-family: var(--s-secondary-font);
}
.popular-journey-list .popular-journey {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
.popular-journey-list .popular-journey .number {
  width: 60px;
  height: 60px;
  background-color: #F4F6FC;
  color: #A1A6AF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.popular-journey-list .popular-journey .origin strong,
.popular-journey-list .popular-journey .origin h3,
.popular-journey-list .popular-journey .destination strong,
.popular-journey-list .popular-journey .destination h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: #394247;
}
.popular-journey-list .popular-journey .origin small,
.popular-journey-list .popular-journey .destination small {
  color: #798195;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.popular-journey-list .popular-journey .origin,
.popular-journey-list .popular-journey .destination {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popular-journey-list .popular-journey .icon {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.popular-journey-list .popular-journey .icon > i:before {
  color: #000066;
}
.popular-journey-list .popular-journey .icon > span {
  flex-grow: 1;
  border-bottom: 1px dashed #EBEDED;
  border-radius: 1px;
  height: 1px;
}
.popular-journey-list .popular-journey .btn-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px 10px 15px;
  width: 150px;
  border-radius: 0;
}
.popular-journey-list .popular-journey.short {
  grid-template-columns: auto 1fr auto;
}
.popular-journey-list.journey-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767.98px) {
  .popular-journey-list {
    grid-template-columns: 1fr;
  }
  .popular-journey-list.journey-col-3 {
    grid-template-columns: 1fr;
  }
  .popular-journey-list .popular-journey {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }
  .popular-journey-list .popular-journey .number {
    display: none;
  }
  .popular-journey-list .popular-journey .icon {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popular-journey-list .popular-journey .btn-price {
    grid-column-start: 1;
    grid-column-end: 4;
    white-space: nowrap;
    width: min-content;
    margin: auto;
  }
  .popular-journey-list .popular-journey .btn-price i {
    margin-left: 5px;
  }
}
.seller-office-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.seller-office-list .seller-office {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-family: var(--s-secondary-font);
  font-style: normal;
  text-decoration: none;
  transition: all 0.4s ease;
}
.seller-office-list .seller-office > div {
  flex-grow: 1;
  overflow: hidden;
}
.seller-office-list .seller-office > i {
  font-size: 36px;
}
.seller-office-list .seller-office > i:before {
  color: #000066;
}
.seller-office-list .seller-office strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #394247;
  display: block;
}
.seller-office-list .seller-office small {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #B6C5CD;
  display: block;
  height: 21px;
  width: auto;
  overflow: hidden;
}
.seller-office-list .seller-office:hover {
  border-color: #000066;
  outline: 1px solid #000066;
}

@media (max-width: 767.98px) {
  .seller-office-list {
    grid-template-columns: 1fr;
  }
}
.home-features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.home-features .home-feature {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 20px;
  font-family: var(--s-secondary-font);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.home-features .home-feature:hover .icon {
  background-color: #000066;
  color: #fff;
}
.home-features .home-feature .icon {
  background-color: #EBEDED;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #394247;
  transition: all 0.4s ease;
}
.home-features .home-feature .icon i {
  font-size: 26px;
}
.home-features .home-feature .caption {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #394247;
}
.home-features .home-feature .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #798195;
}

@media (max-width: 767.98px) {
  .home-features {
    grid-template-columns: 1fr 1fr;
  }
}
.section-header {
  font-family: var(--s-secondary-font);
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 30px;
}
.section-header .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #394247;
  margin-bottom: 0;
}
.section-header .section-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #798195;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.header-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.header-social-links a {
  text-decoration: none;
  display: flex;
}
.header-social-links a i {
  font-size: 26px;
}
.header-social-links a i :before {
  transition: all 0.4s ease;
}
.header-social-links a:hover i:before {
  color: #000066;
}

.footer-social-links {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.footer-social-links a {
  text-decoration: none;
}
.footer-social-links a i:before {
  font-size: 28px;
  transition: all 0.4s ease;
}
.footer-social-links a:hover i:before {
  color: #000066;
}

footer {
  background-color: #FFFFFF;
}
footer .footer-copyright {
  color: #C4C9D6;
  font-size: 15px;
  font-weight: 500;
}
footer .footer-social-links {
  display: flex;
  gap: 30px;
}
footer .footer-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #F4F6FC;
  color: #798195;
}
footer .footer-nav .nav-link {
  color: #798195;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer-nav .nav-link:hover {
  color: #000066;
}
footer .footer-btn-phone {
  display: flex;
  align-items: center;
  color: #798195;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .footer-btn-phone i {
  margin-right: 10px;
  font-size: 30px;
}
footer .footer-btn-phone:hover {
  color: #000066;
}
footer .support-line-phone,
footer .support-line-phone a {
  color: #798195;
}
footer .support-line-phone a:hover {
  color: #000066;
}
footer .footer-logo {
  max-width: 250px;
  max-height: 80px;
}

.blog-card {
  padding: 0;
}
.blog-card .card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
.blog-card .card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
  white-space: pre-wrap;
  margin-bottom: 20px;
}
.blog-card .card-body {
  display: flex;
  flex-direction: column;
}
.blog-card .btn-read-more {
  margin-top: auto;
}

main > section {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-content .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-content .footer-nav nav {
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.kvkk {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 30vw;
  padding: 20px;
  border: 1px solid #F4F6FC;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 10;
}
.kvkk [data-bs-name=btnClose] {
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width: 767.98px) {
  .kvkk {
    width: calc(100vw - 40px);
  }
}
.page {
  border: 1px solid #F4F6FC;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
}
.page.no-back {
  background-color: transparent;
  padding: 0;
  border: none;
}
.page.no-back .page-nav {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #F4F6FC;
  border-radius: 5px;
}

.page-nav {
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-font-size: 16px;
  font-family: var(--s-secondary-font);
  font-style: normal;
  gap: 20px;
  border-right: 1px solid #F4F6FC;
  height: 100%;
  padding-right: 20px;
}
.page-nav .nav-link {
  padding: 0;
}
.page-nav .nav-link.active {
  --bs-nav-link-font-weight: 600;
  --bs-nav-link-font-size: 20px;
  position: relative;
}
.page-nav .nav-link.active:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  width: 3px;
  height: 20px;
  background-color: #000066;
}

.page-social-links {
  display: flex;
  justify-content: space-around;
}
.page-social-links > a:hover i:before {
  color: #000066;
}
.page-social-links i {
  font-size: 30px;
}
.page-social-links i:before {
  transition: all 0.4s ease;
  color: #B6C5CD;
}

.contact-info-container {
  font-family: var(--s-secondary-font);
  font-style: normal;
  background-color: #394247;
  color: #fff;
}
.contact-info-container .contact-message {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #798195;
}
.contact-info-container .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 60px 0;
}
.contact-info-container .contact-info .contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-info-container .contact-info .contact-info-item a {
  font-family: var(--s-primary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #B6C5CD;
}
.contact-info-container .contact-info .contact-info-item .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
}
.contact-info-container .contact-info .contact-info-item i {
  font-size: 18px;
  line-height: 18px;
  color: #B6C5CD;
  transition: color 0.4s ease;
}
.contact-info-container .contact-info .contact-info-item:hover .icon {
  border-radius: 100%;
  background-color: #000066;
}
.contact-info-container .contact-info .contact-info-item:hover i:before {
  color: #FFFFFF;
}

.member-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--s-primary-font);
  font-style: normal;
  padding-bottom: 20px;
}
.member-profile .profile-icon {
  width: 60px;
  height: 60px;
  font-weight: 500;
  font-size: 24px;
  border-radius: 100%;
  background-color: #000066;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-profile .profile-info {
  display: flex;
  flex-direction: column;
}
.member-profile .profile-info > span > span {
  color: #798195;
  margin-right: 5px;
}

.account-nav {
  --bs-nav-link-font-weight: 500;
  --bs-nav-link-font-size: 16px;
  --bs-nav-link-color: #798195;
  --bs-nav-link-padding-x: 0;
  font-family: var(--s-primary-font);
  font-style: normal;
}
.account-nav .nav-link.active {
  color: #394247;
}

.notfound-ticket-message {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background: #FFFFFF;
  box-shadow: 0 0 4px #E2E2E2;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.notfound-ticket-message i {
  margin-right: 30px;
}

.ticket-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ticket {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  gap: 30px;
}
.ticket .ticket-left {
  width: 75%;
  padding-right: 35px;
  border-right: 2px dashed #EBEDED;
  position: relative;
}
.ticket .ticket-left:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: -15px;
  background-color: #EBEDED;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-radius: 100%;
  rotate: -45deg;
}
.ticket .ticket-left:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -35px;
  right: -15px;
  background-color: #EBEDED;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-radius: 100%;
  rotate: 135deg;
}
.ticket .ticket-left .ticket-route {
  font-weight: 500;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEDED;
  height: 70px;
  font-size: 15px;
}
.ticket .ticket-left .ticket-passenger-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ticket .ticket-left .ticket-passenger {
  display: flex;
  gap: 120px;
}
.ticket .ticket-right {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ticket .ticket-right .ticket-status {
  border-bottom: 1px solid #EBEDED;
  height: 70px;
}
.ticket .ticket-passenger-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.ticket .ticket-label {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #798195;
  margin-bottom: 2px;
}
.ticket .ticket-data {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #394247;
}

@media screen and (max-width: 991.98px) {
  .ticket {
    flex-direction: column;
    overflow: hidden;
  }
  .ticket .ticket-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 2px dashed #EBEDED;
  }
  .ticket .ticket-left:before {
    top: inherit;
    left: -35px;
    bottom: -15px;
    transform: rotate(-90deg);
  }
  .ticket .ticket-left:after {
    top: inherit;
    right: -35px;
    bottom: -15px;
    transform: rotate(-90deg);
  }
  .ticket .ticket-left .ticket-route {
    height: auto;
  }
  .ticket .ticket-left .ticket-passenger {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .ticket .ticket-right {
    width: 100%;
    flex-direction: row;
  }
  .ticket .ticket-right .ticket-status {
    height: auto;
    border-bottom: none;
  }
  .ticket .ticket-right .ticket-status span {
    display: block;
  }
}
.member-point-indicator {
  padding: 20px 30px;
  background: #FFFFFF;
  border: 1px solid #394247;
  border-radius: 5px;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.member-point-indicator i {
  background: #000066;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  color: #fff;
}
.member-point-indicator .point-summary {
  display: flex;
  flex-direction: column;
}
.member-point-indicator .point-summary strong {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #394247;
}
.member-point-indicator .point-summary small {
  margin-top: 5px;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #798195;
}

.payment-route-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.payment-route-list li {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  position: relative;
}
.payment-route-list li > i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.payment-route-list li > i:before {
  color: #000066;
}
.payment-route-list li.start-station:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000066;
}
.payment-route-list li.start-station:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 9px;
  height: calc(100% + 20px);
  width: 2px;
  background-color: #000066;
}
.payment-route-list li.end-station:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #000066;
}
.payment-route-list li strong {
  font-weight: 600;
  margin-bottom: 5px;
}
.payment-route-list li span {
  font-weight: 400;
}

.payment-total-summary {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.payment-total-summary > div {
  display: flex;
  justify-content: space-between;
}
.payment-total-summary > div.total {
  font-weight: 600;
  font-size: 20px;
}
.payment-total-summary > div.total .amount {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.payment-total-summary > div.total .amount small {
  font-size: 16px;
  font-weight: 400;
  color: gray;
  text-decoration-line: line-through;
}

.btn-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.btn-payment i {
  font-size: 40px;
}
.btn-payment i:before {
  font-size: 50px;
}

@media (min-width: 992px) {
  .payment-card-group > .card:first-child {
    max-width: 400px;
  }
}
@media print {
  header,
  footer,
  main > section {
    display: none;
  }
}
.carousel-image img {
  object-fit: cover;
}

@media (min-width: 576px) {
  .carousel,
  .carousel-image,
  .carousel-image img {
    min-height: 512px;
    max-height: 512px;
  }
}
@media (min-width: 992px) {
  .carousel,
  .carousel-image,
  .carousel-image img {
    min-height: 640px;
    max-height: 640px;
  }
}
.accordion-item {
  margin-bottom: 20px;
  border-radius: var(--bs-accordion-border-radius);
}
.accordion-item .accordion-button {
  color: #394247;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.navbar .user-menu {
  border: 1px solid #D5DAE9;
  height: 60px;
  border-radius: 5px;
  background-color: #F4F6FC;
}
.navbar .user-menu .btn {
  color: #798195;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 120px;
  width: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 5px 0;
}
.navbar .user-menu .btn:first-child {
  border-right: 1px solid #D5DAE9;
}
.navbar .user-menu .btn:hover {
  color: #000066;
}
.navbar .user-menu .btn-primary {
  background-color: transparent;
}
.navbar .user-menu.dropdown {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.navbar .user-menu .dropdown-toggle {
  color: #798195;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 767.98px) {
  .navbar .user-menu {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .navbar .user-dropdown .nav-link {
    color: #798195;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    border: 1px solid #D5DAE9;
    height: 60px;
    border-radius: 5px;
    background-color: #F4F6FC;
    padding: 0 20px;
  }
}
.ticket-purchasing-steps {
  text-align: center;
  font-style: normal;
  line-height: normal;
}
.ticket-purchasing-steps .title {
  color: #394247;
  font-size: 24px;
  font-weight: 700;
}
.ticket-purchasing-steps .title:after {
  content: "";
  display: block;
  width: 200px;
  border: 1px solid #E0E0E0;
  margin: 20px auto;
}
.ticket-purchasing-steps .title > span {
  color: #333;
}
.ticket-purchasing-steps .description {
  color: #798195;
  font-size: 16px;
  font-weight: 500;
}
.ticket-purchasing-steps .steps {
  display: grid;
  grid-template-columns: auto 90px auto 90px auto 90px auto;
  justify-content: center;
  margin: 40px 0;
}
.ticket-purchasing-steps .steps .step {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 190px;
}
.ticket-purchasing-steps .steps .step .icon {
  width: 80px;
  height: 80px;
  border: 2px solid #E0E0E0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #394247;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.ticket-purchasing-steps .steps .step > span {
  color: #394247;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.ticket-purchasing-steps .steps .step:hover .icon {
  transform: scale(1.15);
  border-color: #333;
  color: #333;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.ticket-purchasing-steps .steps > .icon {
  margin-top: 25px;
  color: #E0E0E0;
  font-size: 30px;
  font-weight: 900;
}

@media (max-width: 575.98px) {
  .ticket-purchasing-steps .steps {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 20px;
  }
  .ticket-purchasing-steps .steps > .icon {
    display: none;
  }
}
.journey-card {
  --bs-card-border-width: 0;
  --bs-card-spacer-x: 20px;
  --bs-card-spacer-y: 20px;
  text-align: center;
  padding: 0;
}
.journey-card .card-title {
  padding: 20px 0 40px 0;
  color: #394247;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.journey-card .btn {
  width: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.journey-card .btn > span {
  font-size: 14px;
  font-weight: 500;
}

.header-top {
  background-color: #000066;
  color: #fff;
}
.header-top .nav-link {
  color: #fff;
  display: flex;
  align-items: center;
}
.header-top .nav-link:hover {
  background-color: #333;
}
.header-top .header-top-container {
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.header-top .header-top-container > span {
  align-self: center;
}

@media (max-width: 575.98px) {
  .header-top {
    display: none;
  }
}
.carousel-image img {
  object-fit: cover;
}

@media (min-width: 576px) {
  .carousel,
  .carousel-image,
  .carousel-image img {
    min-height: 512px;
    max-height: 512px;
  }
}
@media (min-width: 992px) {
  .carousel,
  .carousel-image,
  .carousel-image img {
    min-height: 640px;
    max-height: 640px;
  }
}
.accordion-item {
  margin-bottom: 20px;
  border-radius: var(--bs-accordion-border-radius);
}
.accordion-item .accordion-button {
  color: #394247;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

main > section {
  margin-top: 60px;
  margin-bottom: 60px;
}
main > section:first-child {
  margin-top: 30px;
}
main > section:last-child {
  margin-bottom: 30px;
}

.section-header {
  align-items: center;
}
.section-header .section-title {
  font-weight: 800;
}

@media (max-width: 575.98px) {
  header {
    position: relative;
    z-index: 6;
  }
}
