@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 16px;
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background-color: #f5f5f5;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.breadcrumb {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.breadcrumb > li + li:before {
  color: #ccc;
  content: "/ ";
}

.breadcrumb a {
  color: #5b8a72;
}

.breadcrumb .icon-home {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

[v-cloak] {
  display: none;
}

footer {
  background-color: #298036;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

footer p {
  margin: 4px 0;
  font-size: 0.9em;
  opacity: 0.9;
}

footer a {
  color: #c8e6c9;
}

footer a:hover {
  color: #fff;
}

.custom-tabs {
  border-bottom: 2px solid #5b8a72;
  margin-bottom: 25px;
}

.custom-tabs > li {
  margin-bottom: 0;
}

.custom-tabs > li > a {
  color: #555;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  margin-right: 4px;
  padding: 12px 16px;
  background-color: #eaeaea;
  transition: all 0.2s;
}

.custom-tabs > li > a:hover {
  background-color: #e8f5d0;
  color: #3a6b4a;
  border-color: transparent;
}

.custom-tabs > li.active > a,
.custom-tabs > li.active > a:hover,
.custom-tabs > li.active > a:focus {
  color: #fff;
  background-color: #5b8a72;
  border: 1px solid #5b8a72;
  border-bottom-color: transparent;
}

.tab-content-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 600px) {
  .tab-content-box {
    padding: 30px 10px;
  }
}
.intro-text {
  background-color: #f9fbf7;
  border-left: 4px solid #a3d165;
  padding: 15px 20px;
  color: #555;
  line-height: 1.7;
  font-size: 0.98em;
  border-radius: 0 6px 6px 0;
  margin-bottom: 30px;
}

.form-section {
  margin-bottom: 25px;
}

.form-group label {
  color: #3a6b4a;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.95em;
}

.form-control.input-lg {
  border: 1px solid #ccd6cc;
  border-radius: 6px;
  font-size: 1em;
  height: 46px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control.input-lg:focus {
  border-color: #5b8a72;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 138, 114, 0.3);
}

.captcha-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.captcha {
  height: 46px;
  border: 1px solid #ccd6cc;
  border-radius: 6px;
  cursor: pointer;
}

.btn-reload {
  color: #5b8a72;
  font-weight: 600;
  text-decoration: none;
}

.btn-reload:hover {
  color: #3a6b4a;
  text-decoration: underline;
}

.checkbox label {
  color: #666;
  line-height: 1.5;
  font-weight: normal;
}

.checkbox input[type=checkbox] {
  margin-top: 3px;
}

.error-alert {
  color: #e74c3c;
  font-size: 0.88em;
  margin-top: 6px;
  font-weight: 600;
}

.error-alert i {
  margin-right: 4px;
}

.btn-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.btn-custom-lg {
  padding: 12px 30px;
  font-size: 1.05em;
  font-weight: 700;
  border-radius: 30px;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  min-width: 160px;
  text-align: center;
}

.btn-custom-primary {
  background-color: #5b8a72;
  color: #fff;
}

.btn-custom-primary:hover {
  background-color: #4a725e;
  color: #fff;
}

.btn-custom-success {
  background-color: #e67e22;
  color: #fff;
}

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

.btn-custom-info {
  background-color: #16a085;
  color: #fff;
  height: 46px;
  padding: 0 25px;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-custom-info:hover {
  background-color: #117a65;
  color: #fff;
}

.tip-box {
  background-color: #f4f7f6;
  border: 1px solid #e1e8e6;
  border-radius: 8px;
  padding: 20px;
}

.tip-box .title {
  font-size: 1.1em;
  color: #3a6b4a;
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 2px solid #ccd6cc;
  padding-bottom: 6px;
}

.tip-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.tip-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #666;
  font-size: 0.92em;
  line-height: 1.5;
}

.tip-list li:before {
  content: "\f05d";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
  color: #5b8a72;
}

.search-bar-inline {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  background-color: #fcfdfe;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #eef2ee;
  margin-bottom: 30px;
}

.search-bar-inline .form-group {
  margin-bottom: 0;
}

.custom-table-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
}

.custom-table {
  margin-bottom: 0;
}

.custom-table > thead > tr {
  background-color: #5b8a72;
}

.custom-table > thead > tr > th {
  color: #fff !important;
  font-weight: bold;
  border-bottom: none !important;
  padding: 14px;
}

.custom-table > tbody > tr > td {
  padding: 14px;
  color: #444;
  border-top: 1px solid #eee;
}

.custom-modal .modal-header {
  background-color: #5b8a72;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.custom-modal .modal-header .close {
  color: #fff;
  opacity: 0.8;
}

.custom-modal .modal-header .close:hover {
  opacity: 1;
}

.custom-modal .modal-title {
  font-weight: bold;
}

.custom-modal .modal-footer {
  border-top: 1px solid #eee;
  text-align: center;
}

[v-cloak] {
  display: none !important;
}

@media (max-width: 991px) {
  .form-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .tab-content-box {
    padding: 20px 15px;
  }
  .search-bar-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .search-bar-inline .form-group input {
    width: 100% !important;
  }
  .btn-custom-info {
    width: 100%;
  }
  .btn-wrapper {
    flex-direction: column;
  }
  .btn-custom-lg {
    width: 100%;
  }
  .custom-table,
  .custom-table thead,
  .custom-table tbody,
  .custom-table th,
  .custom-table td,
  .custom-table tr {
    display: block;
  }
  .custom-table thead {
    display: none;
  }
  .custom-table > tbody > tr {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .custom-table > tbody > tr > td {
    border: none;
    padding: 6px 0 6px 40%;
    width: 100%;
    text-align: left !important;
    position: relative;
  }
  .custom-table > tbody > tr > td:before {
    position: absolute;
    left: 0;
    width: 35%;
    font-weight: bold;
    color: #3a6b4a;
  }
  .custom-table > tbody > tr > td:nth-of-type(1):before {
    content: "手機";
  }
  .custom-table > tbody > tr > td:nth-of-type(2):before {
    content: "車號";
  }
  .custom-table > tbody > tr > td:nth-of-type(3):before {
    content: "檢驗站站號";
  }
  .custom-table > tbody > tr > td:nth-of-type(4):before {
    content: "申請日期";
  }
}/*# sourceMappingURL=sms.css.map */