@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Barcode+128&family=Libre+Barcode+128+Text&family=Libre+Barcode+39&family=Libre+Barcode+39+Extended&family=Libre+Barcode+39+Extended+Text&family=Libre+Barcode+39+Text&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
.step-wrap, .link-row a, .link-row, .trip-block, .box, .card-bar, .verify-box, .ticket-title, .header-row, .main, .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .tab {
  border: none;
  padding: 0px;
  text-decoration: none;
}

:root {
  --color-primary: #123579;
  --color-primary-light: #5c7cbe;
  --color-link: #0068DB;
  --color-disable: #BBBBBB;
  --color-hr: #dadada;
  --color-border-focus: #bddfff;
  --text-primary: #252525;
  --text-secondary: #777777;
  --gradient-primary: linear-gradient(180deg, #00256d 0%, #174397 100%);
  --bg-input: #f0f4f8;
  --bg-input-dark: #d3d3d3;
}

.a-modal {
  border-radius: 20px;
  padding: 1.8rem 2rem;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}

.a-title {
  font-size: 1.25rem;
  color: var(--text-primary);
  font-weight: 400;
}

.a-container {
  margin-top: 0.5rem !important;
}

.a-text {
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 400;
  margin: 0.5rem;
}

.list-none {
  list-style: none;
  padding-left: 0.85rem;
  border-left: 1px var(--color-hr) solid;
}

ul {
  padding-left: 1rem;
  margin-bottom: 0rem;
}

html,
body {
  height: 100%;
  margin: 0;
  color: var(--text-primary);
  font-family: "Noto Sans TC", "noto sans cjk tc", "Noto Sans Traditional Chinese", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

* {
  font-family: "Noto Sans Traditional Chinese", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background: var(--gradient-primary) no-repeat fixed;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 390px !important;
  padding: 1rem;
}
@media only screen and (max-width: 376px) {
  .container {
    padding: 1rem;
  }
}

input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3rem 0rem 1rem 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-primary);
  background-color: var(--bg-input);
  background-clip: padding-box;
  border: none;
  border-radius: 8px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input:focus,
textarea:focus,
select:focus {
  outline: var(--color-border-focus) auto 1px;
  -webkit-box-shadow: 0 0 3px var(--color-border-focus);
          box-shadow: 0 0 3px var(--color-border-focus);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  opacity: 0.7;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  opacity: 0.7;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  opacity: 0.7;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  opacity: 0.7;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 0.7;
}
input[readonly=readonly], input[readonly],
textarea[readonly=readonly],
textarea[readonly],
select[readonly=readonly],
select[readonly] {
  background-color: transparent;
  padding: 0rem;
  color: var(--text-primary);
  cursor: default;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--bg-input) inset !important;
          box-shadow: 0 0 0px 1000px var(--bg-input) inset !important;
}

.form-select {
  background-color: var(--bg-input);
  color: var(--text-primary);
  border: none;
  padding: 0.375rem 0.75rem;
  margin: 0.3rem 0rem 1rem 0rem;
}
.form-select:focus {
  outline: var(--color-border-focus) auto 1px;
  -webkit-box-shadow: 0 0 3px var(--color-border-focus);
          box-shadow: 0 0 3px var(--color-border-focus);
}
.form-select::-webkit-input-placeholder {
  opacity: 0.7;
}
.form-select::-moz-placeholder {
  opacity: 0.7;
}
.form-select:-ms-input-placeholder {
  opacity: 0.7;
}
.form-select::-ms-input-placeholder {
  opacity: 0.7;
}
.form-select::placeholder {
  opacity: 0.7;
}

ol {
  margin: 0px;
  padding-left: 1rem;
}

a {
  color: var(--color-link);
  font-weight: 600;
}

.main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-row img {
  height: 25px;
  width: auto;
}

.sno {
  color: white;
  text-align: right;
  font-weight: 300;
  font-size: 15px;
}

.ticket-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: white;
  margin: 1.8rem 0rem;
  width: 100%;
}

.custom-logo {
  height: 30px;
  margin-bottom: 1rem;
}

#line_service {
  border-radius: 100%;
  width: 70px;
  height: 60px;
  padding: 1rem;
  border-radius: 30px 0% 0% 30px;
  position: fixed;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.121);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.121);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  -webkit-animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
#line_service img {
  max-width: 100%;
  height: auto;
}
#line_service::after {
  color: white;
  font-size: 1rem;
  font-weight: 900;
  position: absolute;
  left: 70px;
  word-break: keep-all;
}
#line_service:hover {
  width: 150px;
}
@media (max-width: 768px) {
  #line_service {
    width: 60px;
    height: 50px;
    border-radius: 25px 0% 0% 25px;
  }
}

#line_service {
  background-color: #06c755;
  bottom: 3.5rem;
  right: 0;
}
#line_service::after {
  content: "線上客服";
}
@media (max-width: 768px) {
  #line_service {
    bottom: 7.5rem;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
footer {
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
}

.verify-bg-bottom,
.verify-bg-top {
  position: absolute;
  max-height: 100vh;
  z-index: -999;
  max-width: 100vw;
  width: auto;
}

.verify-bg-top {
  right: 0;
  top: 0;
}

.verify-bg-bottom {
  left: 0;
  bottom: 0;
}

.st-logo {
  height: 50px;
  width: auto;
  margin-top: 15vh;
  margin-bottom: 2rem;
  position: relative;
  left: -0.5rem;
}

.verify-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.nav,
.nav-tab {
  width: 100%;
}

.nav-link {
  width: 50%;
  color: white;
}

.card-bar {
  border: 1px solid white;
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px 20px 0px 0px;
  padding: 0.5rem 0rem;
}
.card-bar + .box {
  border-radius: 0px 0px 20px 20px;
  padding: 1rem 1.5rem;
}

body .tab {
  padding: 0.5rem 0rem;
  border: none !important;
  border-radius: 20px 20px 0px 0px !important;
  color: white;
}
body .tab.active {
  background-color: white;
  color: var(--color-primary) !important;
}

.box {
  width: 100%;
  border-radius: 20px;
  background-color: white;
  padding: 1.8rem 2rem;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}
.box.barcode {
  padding: 1.8rem 1rem;
}
@media only screen and (max-width: 376px) {
  .box {
    padding: 1rem;
  }
}

.tab-pane > .box:first-child {
  border-radius: 0px 0px 20px 20px;
}

.stamp {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 29rem;
  margin-left: 14rem;
  border: 2px solid transparent;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stamp.used {
  border: 2px solid #dd0000;
}
.stamp.used.have_parent {
  bottom: 4rem;
  top: unset;
  right: 1rem;
  z-index: 1;
}
.stamp.canceled {
  border: 2px solid #aaaaaa;
}
.stamp.canceled.have_parent {
  bottom: 4rem;
  top: unset;
  right: 1rem;
  z-index: 1;
}
.stamp.gift {
  width: 140px;
  height: 140px;
  z-index: 99;
  top: 27rem;
  right: 2.5rem;
}
.stamp.gift.used {
  border: 4px solid #dd0000;
}
.stamp.gift.used .stamp-state {
  width: 120px;
  height: 120px;
  font-size: 1.5rem;
  color: white;
  background-color: #dd0000;
}
.stamp.gift.canceled {
  border: 4px solid #aaaaaa;
}
.stamp.gift.canceled .stamp-state {
  width: 120px;
  height: 120px;
  color: white;
  background-color: #aaaaaa;
}

.stamp-state {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid transparent;
  color: transparent;
  border-radius: 100%;
  font-size: 1.3rem;
  text-align: center;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.used .stamp-state {
  border: 1px solid #dd0000;
  color: #dd0000;
}

.canceled .stamp-state {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
}

.dash-line {
  width: 300px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e6e6e6), color-stop(0%, rgba(230, 230, 230, 0)));
  background-image: linear-gradient(to right, #e6e6e6 50%, rgba(230, 230, 230, 0) 0%);
  background-position: top;
  background-size: 15px 3px;
  background-repeat: repeat-x;
  position: absolute;
}
@media only screen and (max-width: 374px) {
  .dash-line {
    width: 250px;
  }
}

.solid-line {
  display: block;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  width: 300px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 24px;
}

.trip-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 1.8rem;
}
.trip-start {
  text-align: left;
}
.trip-end {
  text-align: right;
}
.trip-center {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
.trip-center p {
  letter-spacing: 1px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  color: #fff;
}
.trip-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}
.trip-location {
  font-size: 1.25rem;
  color: white;
}
.trip-time {
  font-size: 1rem;
  color: white;
}

.long-arrow-right {
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  height: 1px;
  background-color: white;
  position: relative;
}
.long-arrow-right.arr::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
  right: 0;
  position: absolute;
}

.exchange-label {
  font-size: 14px;
  color: var(--text-secondary);
  padding-top: 0.8rem;
  padding-bottom: 5px;
}

.exchange-subinfo,
.exchange-maininfo {
  color: var(--color-primary);
  padding-bottom: 0.8rem;
  font-weight: 600;
}

.exchange-maininfo {
  font-size: 20px;
}

.exchange-link {
  color: var(--color-primary);
  padding-bottom: 0.8rem;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.box.state {
  padding: 1.5rem 1rem;
}

#barcode,
#qrcode {
  position: relative;
}

.link-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-row a {
  color: var(--color-primary);
  text-decoration: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-row a svg {
  font-size: 2.5rem;
  margin-top: 1rem;
}
.link-row a img {
  height: 2.5rem;
  margin-top: 1rem;
}
.link-row a p {
  width: 100%;
  margin-bottom: 0.8rem;
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: var(--color-primary);
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box.tool {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--color-primary);
}
.box.tool a:not(.btn) {
  font-size: 0.9rem;
  color: var(--color-primary);
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box.tool a:not(.btn):hover {
  color: var(--color-primary-light);
}
.box.tool .fa-fw {
  font-size: 1.8rem;
  margin: 0.5rem 0rem;
}

.info-title {
  padding-top: 0.8rem;
  padding-bottom: 5px;
  width: 100%;
}

.info-p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 215%;
  padding-bottom: 0.5rem;
  width: 100%;
  word-wrap: break-word;
}
.info-p a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-link);
}
.info-p mark {
  color: #dd0000;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ffdada), to(#ffdada));
  background-image: linear-gradient(180deg, #ffffff 1%, #ffffff 50%, #ffdada 50%, #ffdada 100%);
}

.input-label {
  color: var(--text-secondary);
  line-height: 200%;
  width: 100%;
  font-size: 0.825rem;
  margin-bottom: 0rem;
}

.edit-p {
  color: var(--text-secondary);
  line-height: 250%;
  padding-bottom: 0.5rem;
}

.area-title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
}

.btn-dark,
.btn-light {
  border-radius: 8px;
  padding: 0.4rem 0rem;
  margin: 1rem 0rem;
  border: none;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid;
  border-color: var(--color-primary);
}
.btn-dark:hover,
.btn-light:hover {
  color: white;
  background-color: var(--color-primary-light);
  border-color: var(--color-primary);
}

.btn-dark {
  background-color: var(--color-primary);
}
.btn-dark[disabled] {
  background-color: var(--color-disable);
}

.btn-light {
  color: var(--color-primary);
  background-color: transparent;
}
.btn-light[disabled] {
  color: var(--color-disable);
  border-color: var(--color-disable);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: white;
  background-color: var(--color-primary);
  border-color: var(--color-border-focus);
}

.btn:focus-visible {
  color: white;
  background-color: var(--color-primary-light);
  border-color: var(--color-border-focus);
  outline: 0;
  -webkit-box-shadow: var(--color-border-focus);
          box-shadow: var(--color-border-focus);
}

.collapse-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) 0;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: none;
  margin: 10px 0px;
  border-top: 1px var(--color-hr) solid;
  border-bottom: 1px var(--color-hr) solid;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
.collapse-btn::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
.collapse-btn:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.collapse-btn::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: calc(var(--bs-accordion-btn-icon-width) + 8px);
  content: "展開";
  font-weight: 300;
  color: var(--text-primary);
}
.collapse-btn:not(.collapsed) {
  border-bottom: none;
}
.collapse-btn:not(.collapsed)::before {
  content: "收合";
}

.accordion-collapse {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px var(--color-hr) solid;
}

.step-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  counter-reset: step;
}
.step-wrap .step-circle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  color: var(--color-disable);
  text-align: center;
  font-size: 0.85rem;
}
.step-wrap .step-circle:before {
  content: counter(step);
  counter-increment: step;
  background-color: var(--bg-input);
  color: var(--text-secondary);
  border-radius: 100%;
  height: 1.6rem;
  width: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: auto;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  z-index: 1;
}
.step-wrap .step-circle[done] {
  color: var(--text-secondary);
}
.step-wrap .step-circle[done]:before {
  font: var(--fa-font-solid);
  font-size: 0.6rem;
  content: "\f00c";
  background-color: var(--color-primary);
  color: white;
}
.step-wrap .step-circle[active] {
  color: var(--color-primary);
  font-weight: 600;
}
.step-wrap .step-circle[active]:before {
  background-color: var(--color-primary);
  color: white;
}
.step-wrap .step-circle:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: var(--bg-input);
  margin-top: -1.2rem;
  margin-left: -1.5rem;
}
.step-wrap .step-circle[done]:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: var(--color-primary);
}
.step-wrap .step-circle:last-child:after {
  content: none;
}

/*日期jq*/
.dtp {
  background: rgba(0, 0, 0, 0.7);
}
.dtp div.dtp-picker-month {
  padding: 0px 0 15px !important;
}
.dtp div.dtp-time,
.dtp div.dtp-date {
  background: var(--color-primary);
  opacity: 0.6;
  padding-bottom: 7px;
}
.dtp div.dtp-time > div:last-child,
.dtp div.dtp-date > div:last-child {
  margin-top: 0.3rem !important;
}
.dtp div.dtp-time > div:last-child i,
.dtp div.dtp-date > div:last-child i {
  margin-top: 0.1rem;
}
.dtp div.dtp-time .p10 > a,
.dtp div.dtp-date .p10 > a {
  color: #fff;
}
.dtp .year-picker-item:hover,
.dtp .year-picker-item.active {
  color: var(--color-primary);
  font-size: 1.2rem;
}
.dtp .year-picker-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.dtp div.dtp-actual-year {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}
.dtp table.dtp-picker-days tr > th {
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-width: 1px;
}
.dtp .dtp-content > .dtp-date-view > header.dtp-header,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: var(--color-primary);
}
.dtp div.dtp-picker {
  padding-bottom: 0.2em;
}
.dtp .btn-default {
  padding: 0 !important;
}
.dtp .dtp-close {
  right: 0;
}
.dtp .dtp-close a {
  padding: 10px;
}
.dtp .btn-flat {
  margin: 0.1rem 0 0 0.3rem;
  font-size: 0.8rem;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  background: #fff;
}
.dtp .btn-flat:hover {
  background: var(--color-primary);
  color: #fff;
}
.dtp > .dtp-content {
  border-radius: 10px;
}
.dtp > .dtp-content .dtp-header {
  border-radius: 10px 10px 0px 0px;
}

.air_tickets .trip-block {
  margin-bottom: 1rem;
}
.air_tickets .exchange-label {
  padding-top: 0.4rem;
}
.air_tickets .exchange-subinfo {
  padding-bottom: 0.6rem;
}

.have_transition {
  position: relative;
}
.have_transition .contentarea {
  position: relative;
}
.have_transition .contentarea::after {
  content: "";
  display: block;
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.4)));
  background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%);
  left: 0;
  bottom: 0;
}
.have_transition .contentarea.hidden {
  height: 360px;
  overflow-y: hidden;
}
.have_transition .contentarea.hidden::after {
  display: block;
}
.have_transition .contentarea.show {
  height: auto;
}
.have_transition .contentarea.show::after {
  display: none;
}
.have_transition .contentarea.show + .btn_deatil_box {
  background-color: transparent;
  margin-top: 12px;
}
.have_transition .btn_deatil_box {
  background-color: #fff;
  padding: 0 12px 12px 12px;
}
.have_transition .btn_deatil {
  cursor: pointer;
  max-width: 120px;
  margin: auto;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 6px 4px;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: rgb(18, 53, 121);
  border-radius: 999px;
}
.have_transition .btn_deatil span, .have_transition .btn_deatil svg, .have_transition .btn_deatil i {
  font-size: 15px;
  font-weight: 500;
}

.peopleBox:nth-child(2) > .solid-line {
  display: none;
}

.btn_more {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin: auto;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 6px 4px;
  margin-top: 8px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  background-color: rgb(18, 53, 121);
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn_more span, .btn_more svg, .btn_more i {
  font-size: 15px;
  font-weight: 500;
}

.color-primary {
  color: var(--color-primary);
}

.t-primary {
  color: var(--text-primary);
}