@charset "UTF-8";

/*BTB Type ATS 產品型號說明樣式*/

.figures {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.table-spec,
.table-spec-first-two-darkcolor,
.table-spec-btbtypeats {
  border-collapse: separate;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  list-style-type: none;
}

.table-spec td,
.table-spec-first-two-darkcolor td,
.table-spec-btbtypeats td {
  padding: 0.5rem;
}

.table-spec th,
.table-spec td {
  min-width: 100px;
  padding: 10px;
  vertical-align: middle;
}

.table-spec-btbtypeats tr:nth-child(1) {
  background-color: #c2cfd1;
}

@media (max-width: 576px) {
  .table-spec,
  .table-spec-first-two-darkcolor,
  .table-spec-btbtypeats {
    display: block;
    min-width: 100%;
    overflow-x: auto;
  }

  .table-spec-btbtypeats td {
    min-width: 80px;
  }

  .table-spec-btbtypeats .option {
    min-width: 170px;
  }
}

.table-spec-first-two-darkcolor tr:nth-child(-n+2) {
  background-color: #c2cfd1;
  font-weight: 700;
}

.bgcolor-gray {
  background-color: #e8e8e8;
}

/*型號選擇表單*/

#order_form button,
#purchase_code {
  background-color: #000;
  border-radius: 5px;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  margin-bottom: 10px;
  padding: 0 30px;
  text-align: center;
  max-width: 400px;
  font-weight: 700;
  letter-spacing: 5px;
}

.option:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.disabled,
.disabled:hover {
  cursor: not-allowed !important;
  color: #e0e0e0;
  background-color: #fff;
}

.text-pink {
  color: #f2dbdb;
}

.text-green {
  color: #c9dba7;
}

.text-purple {
  color: #beafd0;
}

.text-skyblue {
  color: #b3dce7;
}

.text-sand {
  color: #ddd9c3;
}

.text-cornsilk {
  color: #ffe599;
}

.bg-pink,
.active.pink {
  background-color: #f2dbdb;
}

.bg-green,
.active.green {
  background-color: #eaf1dd;
}

.bg-purple,
.active.purple {
  background-color: #e5dfec;
}

.bg-skyblue,
.active.skyblue {
  background-color: #daeef3;
}

.bg-sand,
.active.sand {
  background-color: #ddd9c3;
}

.bg-cornsilk,
.active.cornsilk {
  background-color: #fff2cc;
}

.active.pink:hover {
  background-color: #f2dbdb;
}

.active.green:hover {
  background-color: #eaf1dd;
}

.active.purple:hover {
  background-color: #e5dfec;
}

.active.skyblue:hover {
  background-color: #daeef3;
}

.active.sand:hover {
  background-color: #ddd9c3;
}

.active.cornsilk:hover {
  background-color: #fff2cc;
}

/*遠端遙控設備配置圖*/

.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link {
  background-color: #ebebeb;
  border-radius: 0;
  border: 1px solid #fff;
}

.nav-pills-custom .nav-link:hover {
  background-color: #3ca3c2;
  color: #fff;
}

.nav-pills-custom .nav-link.active {
  background-color: #086a87;
  color: #fff;
}

.nav-pills-custom .nav-link.active::after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #086a87;
  top: 32%;
  right: -20px;
  z-index: 10;
}

/* Add indicator arrow for the active tab */

@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.assemble .title {
  padding: 0.1rem 1.5rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  background-color: #086a87;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.assemble .desc {
  font-size: 0.85em;
  text-align: center;
  font-weight: 500;
}

.assemble .desc .bullets-bgcolor-yellow {
  background-color: #fff100;
  border-radius: 50%;
  padding: 3px 7px;
  margin-right: 0.5rem;
  font-weight: 600;
}

/*各型切換開關(ATS)與控制器選用參考*/

.accessories-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.accessories-card:hover {
  color: #B7291F;
  transition: all 0.3s ease-in-out;
}

.accessories-card:hover .bullets-bgcolor-yellow {
  color: #333;
}

.accessories-card .card-image {
  background: #e4e7ea;
}

.accessories-card img.card-img-top {
  width: 75%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.accessories-card .card-body {
  border-top: solid 1px #dee2e6;
  padding: 10px 15px;
}

