@charset "UTF-8";
.color01 {
  color: #910000;
}

.pl-6 {
  padding-left: 30px !important;
}

* {
  word-break: keep-all;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  line-height: 1.2rem;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(200, 214, 229)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(200, 214, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#c8d6e5", GradientType=0);
  height: 100%;
  margin: 0 auto;
  color: #000000;
}

body.single_page {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  line-height: 1.2rem;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(30%, rgb(200, 214, 229)), color-stop(50%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(200, 214, 229) 30%, rgb(255, 255, 255) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#c8d6e5", GradientType=0);
  height: 100%;
  margin: 0 auto;
  color: #000000;
}

body.dragonpass {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  line-height: 1.2rem;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(25%, rgb(230, 230, 230)), color-stop(40%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 25%, rgb(255, 255, 255) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#D9D9D9", GradientType=0);
  height: 100%;
  margin: 0 auto;
  color: #000000;
}

body.index {
  height: 100vh;
}

footer {
  width: 100%;
  padding: 0.8rem 0;
  font-size: 0.7rem;
}

.border-1 {
  border: 1px solid rgb(219, 219, 219);
}

.copyright {
  color: #000000;
}

.form-group label {
  color: #000000;
  font-size: 1.1rem;
}

.form-control {
  border-radius: 4px;
}

a {
  color: #231815;
  word-break: break-all;
}
a:hover {
  color: #910000;
  text-decoration: none;
}

p {
  word-break: break-all;
}

figure {
  margin-bottom: 0;
}

.logo img {
  width: 50%;
  margin-left: 2rem;
}

header {
  vertical-align: middle;
  color: #910000;
  min-height: 50px;
}

.box {
  border: none;
  width: 100%;
  max-width: 375px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 48, 74, 0.22);
          box-shadow: 0px 0px 15px rgba(0, 48, 74, 0.22);
  position: relative;
}
.box .main {
  position: relative;
}

.login {
  width: 345px;
  margin-top: 2rem;
  position: relative;
}
.login .box {
  border-radius: 0 0 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  min-height: 300px;
}
.login:before {
  content: "";
  width: 375px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: -15px;
  background: url(../_img/wallet-header.png) 0 0 no-repeat;
  background-size: 100%;
  z-index: 9;
}
@media (max-width: 374px) {
  .login:before {
    width: 348px;
    position: fixed;
    top: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.btn-primary-style {
  width: 100%;
  background: #910000;
  color: #fff !important;
  line-height: 2rem;
  border: 0;
}
.btn-primary-style:hover {
  background: rgb(119.5, 0, 0);
}
.btn-primary-style:focus {
  background: #5e0000;
}

.btn-secondary-style {
  width: 100%;
  background: #000000;
  color: #fff !important;
  line-height: 2rem;
  border: 0;
}
.btn-secondary-style:hover {
  background: #333333;
}
.btn-secondary-style:focus {
  background: rgb(76.5, 76.5, 76.5);
}
.btn-secondary-style.gpay img {
  width: 64px;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #3c4043;
}

.btn {
  font-size: 0.9rem !important;
  border-radius: 0.5rem;
}
.btn.add {
  padding: 2px 0 5px 25px;
  position: relative;
}
.btn.add:before {
  content: "";
  background-image: url(../_img/add.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.back {
  position: absolute;
  top: 23px;
  z-index: 998;
  left: 10px;
}
.btn.disabled {
  background: #555;
  pointer-events: none;
  cursor: default;
}
.btn.copy {
  padding: 0.3rem 0.8rem;
  font-size: 11px !important;
  color: #fff;
  border-radius: 15px;
  background: #910000;
  margin-left: 6px;
  line-height: 12px;
}
.btn.copy:active, .btn.copy:hover {
  background: #000;
}

.logout {
  position: absolute;
  top: 24px;
  z-index: 998;
  right: 10px;
  text-decoration: underline;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #910000;
}

#pills-tw-tab {
  border-radius: 40px 0 0 40px;
  border: 1px solid #910000;
}

#pills-en-tab {
  border-radius: 0 40px 40px 0;
  border: 1px solid #910000;
}

.card {
  background-color: transparent;
  border: none;
  margin-top: 30px;
}

.card-logo img {
  width: 140px;
  margin: -5px 0 1rem 40px;
}

.card-id {
  background: url(../_img/card.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 177px;
  max-width: 345px;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7rem;
  list-style: none;
}
@media only screen and (max-width: 374px) {
  .card-id {
    line-height: 1.4rem;
    min-height: 152px;
  }
}
.card-id span {
  font-size: 0.8rem;
  color: #888888;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.card-id .card-no {
  padding-top: 1.8rem;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.card-id .card-no span {
  opacity: 0;
}
@media only screen and (max-width: 374px) {
  .card-id .card-no {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.card-id .card-date {
  padding-top: 0.5rem;
  display: inline-block;
  width: 40%;
}
@media only screen and (max-width: 374px) {
  .card-id .card-date {
    width: 50%;
  }
}
.card-id .card-times {
  padding-top: 0.5rem;
  display: inline-block;
  width: 57%;
  text-align: right;
}
.card-id .card-times > div {
  opacity: 0;
}
.card-id .card-times span:before {
  content: "參照服務提示";
  position: relative;
}
.card-id .card-memo {
  padding-top: 0.5rem;
}
.card-id .card-memo span {
  font-size: 10px;
  text-align: center;
  letter-spacing: 1.5px;
}
.card-id.points-card {
  background: url(../_img/card_points.png) no-repeat;
  background-size: 100% 100%;
}
.card-id.points-card .card-no span {
  opacity: 1;
}
.card-id.points-card .card-times span:before {
  content: "可用點數";
}
.card-id.points-card .card-times > div {
  opacity: 1;
}

.content {
  margin: 1rem 0;
}
.content .info-list {
  color: #7e7e7e;
  padding: 1rem 0;
  border-bottom: 1px solid #eeeeee;
}
.content .info-list span {
  color: #231815;
  display: inline-block;
  font-size: 1rem;
  text-align: right;
}
.content .info-list a {
  font-size: 1rem;
  color: #007bff;
  text-decoration: underline;
}
.content .info-list a:hover {
  color: rgb(0, 110.7, 229.5);
}

.card-back {
  color: #000000;
}
.card-back .content {
  text-align: left;
}
.card-back .terms {
  padding-right: 10px;
}
.card-back .terms ul {
  padding-left: 1rem;
}
.card-back .terms a {
  color: #007bff;
}
.card-back .terms a:hover {
  color: rgb(0, 110.7, 229.5);
}

@media (max-width: 767px) {
  body {
    height: 100%;
  }
}
@media (max-width: 374px) {
  .wrapper {
    width: 320px;
    max-width: 320px;
    margin: 0 auto;
  }
}
.title-1 {
  color: white;
  font-size: 1rem;
}

.title-2 {
  color: #231815;
  font-size: 1rem;
  font-weight: bold;
}

.title-3 {
  color: #959dbb;
  font-size: 1rem;
}
@media (max-width: 374px) {
  .title-3 {
    font-size: 0.88rem;
  }
}

.back-color-1 {
  background-color: #d84141;
}

.white-back {
  background-color: white;
}

.rad-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.rad-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.record_list li {
  padding: 0 1rem;
  list-style: none;
  border-left: 1px solid #910000;
}
.record_list li .date {
  position: relative;
  top: -4px;
}
.record_list li .date::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #910000;
  border-radius: 50%;
  left: -21px;
  top: 4px;
}
.record_list li .place {
  border: 1px solid #910000;
  padding: 1rem;
  border-radius: 0.7rem;
  margin: 1rem 0 0 -40px;
  background: #fff;
}
.record_list li + li {
  padding-top: 40px;
}

.table.style01 td {
  border: 1px solid #dee2e6;
  line-height: 1.8rem;
}

.note {
  font-size: 15px;
  line-height: 1.6rem;
  background: #fff;
}
.note .note_title {
  font-size: 1.3rem;
  line-height: 2rem;
  position: relative;
}
.note .note_title:after {
  content: "";
  width: 100%;
  height: 18px;
  background: #910000;
  position: absolute;
  top: 7px;
  left: 0px;
}
.note .note_title span {
  background: #fff;
  margin-left: 1.5rem;
  padding: 0 0.6rem;
  position: relative;
  z-index: 9;
}
.note .number {
  border: 3px #000 solid;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
  margin: 10px 0;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("https://eticket-uat.canlead.com.tw/dragonpass/_img/down.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}

.navbar-toggler {
  z-index: 999;
  display: block;
  padding: 6px;
  height: 35px;
  width: 40px;
  margin: 0px;
  top: 0px;
  right: 0px;
  position: relative;
}
.navbar-toggler .hamburger {
  position: relative;
}
.navbar-toggler .hamburger .menui {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
          transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
  top: 10px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
  opacity: 0;
  margin-top: 0;
}
.navbar-toggler .hamburger .menui:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.navbar-toggler .hamburger .menui:last-child {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui {
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui:first-child {
  top: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .hamburger .menui:last-child {
  top: 18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-nav li a {
  display: block;
  color: #fff;
  padding: 0.8rem 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.navbar-nav li a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.navbar-nav li + li {
  border: 1px solid #fff;
  border-width: 1px 0 0 0;
}
.navbar-nav li .btn-logout {
  color: #910000;
  font-weight: 700;
}
.navbar-nav li .btn-logout:hover {
  color: rgb(68.5, 0, 0);
}
.navbar-nav li .icon {
  width: 20px;
  margin-top: -2px;
  padding-right: 3px;
}

.navbar-collapse {
  position: absolute;
  right: 0;
  background: #910000;
  color: #fff;
  border-radius: 5px;
  width: 180px;
}

.dropdown-menu {
  background: #910000;
  font-size: 13px;
  border-radius: 5px;
  border: 0;
  padding: 0;
  -webkit-transform: translate3d(0px, -2px, 0px) !important;
          transform: translate3d(0px, -2px, 0px) !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu.show {
  opacity: 1;
  height: auto !important;
  -webkit-transform: translate3d(0px, -2px, 0px) !important;
          transform: translate3d(0px, -2px, 0px) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 180px;
}
.dropdown-menu a + a {
  border: 1px solid #fff;
  border-width: 1px 0 0 0;
}

.dropdown-toggle:active, .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.dropdown-toggle::after {
  border: none;
  background: url(../_img/next.svg) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 35%;
}

.dropdown-menu.dropdown-menu-secondary {
  background: white;
  font-size: 13px;
  border-radius: 10px;
  border: 0;
  padding: 0;
  -webkit-transform: translate3d(0px, -2px, 0px) !important;
          transform: translate3d(0px, -2px, 0px) !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu.dropdown-menu-secondary.show {
  opacity: 1;
  height: auto !important;
  -webkit-transform: translate3d(0px, -2px, 0px) !important;
          transform: translate3d(0px, -2px, 0px) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 170px;
  width: unset;
  top: 30px !important;
  left: unset !important;
  right: 0 !important;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 48, 74, 0.22);
          box-shadow: 0px 5px 15px rgba(0, 48, 74, 0.22);
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.5rem;
  background-color: white;
  color: black;
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:first-child {
  border-radius: 10px 10px 0 0;
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:last-child {
  border-radius: 0 0 10px 10px;
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover {
  background-color: #eeeeee;
}
.dropdown-menu.dropdown-menu-secondary a + a {
  border: none;
}