.abb-btn {
  border: none;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 35px;
  min-width: 110px;
}

.btn-danger {
  background-color: #ff000f;
  color: #ffffff;
}
.btn-danger:hover {
  background-color: #bb2927;
}

.abb-title {
  position: relative;
  font-size: 2.25rem;
}
.abb-title::before {
  content: "";
  background-color: #ff000f;
  position: absolute;
  top: -0.75rem;
  left: 0px;
  width: 2.2rem;
  height: 0.3rem;
}

.abb-container {
  padding-top: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .abb-container .mx-1124 {
    margin: 0 auto;
    max-width: 1124px;
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (min-width: 576px) {
  .abb-container {
    max-width: 1124px;
  }
}

.card-container .card {
  border: unset;
  border-radius: unset;
  background-color: unset;
}
.card-container .card:hover {
  background-color: #d2d2d2;
}

.abb-radio {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.abb-radio::after, .abb-radio::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transform: translate(-50%);
  border: 1px solid #6e6e6e;
}

.abb-radio-danger {
  border-color: #ff000f;
}

input[type=radio]:checked ~ .abb-radio::after {
  border: 1px solid #ff000f;
}
input[type=radio]:checked ~ .abb-radio::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  transform: translate(-50%, -0.15rem);
  border: unset;
  background-color: #ff000f;
}

.abb-input {
  color: #ffffff;
}
.abb-input input::placeholder {
  color: #ffffff;
}
.abb-input input:-ms-input-placeholder {
  color: #ffffff;
}
.abb-input input::-ms-input-placeholder {
  color: #ffffff;
}
.abb-input .form-control-plaintext {
  color: #ffffff;
  border: unset;
  border-bottom: 1px solid #ffffff;
  outline: none;
}

.abb-text-primary {
  color: #004c97 !important;
}

.abb-bg-dark {
  color: #ffffff;
  background-color: #6e6e6e !important;
}
.abb-bg-dark.form-control::placeholder {
  color: #ffffff;
}

html {
  font-size: 16px;
  min-height: 100VH;
  height: auto;
}

body {
  height: auto;
  min-height: 100VH;
  font-size: 100%;
  font-family: "Microsoft JhengHei", PingFang, sans-serif, serif;
  background-color: #ffffff;
  color: #262626;
}

nav {
  box-shadow: 1px 1px 7px #a9a9a9;
}
nav img {
  max-width: 80px;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100VH;
  padding-top: 58.77px;
  margin-bottom: -180px;
  padding-bottom: 180px;
  height: auto;
  background-image: url("../images/ABBbackgroundPattern1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  main {
    background-position: center;
  }
}

.noBg-img {
  background-image: unset;
}

footer {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  background-color: #6e6e6e;
  color: #ffffff;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}
footer a:hover {
  color: #a9a9a9;
}

@media screen and (max-width: 576px) {
  footer {
    min-height: calc(100vh - 58.77px);
  }
  footer .abb-contact {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.send-list .col-form-label {
  flex: 0 0 100px;
}
.send-list .row:first-child .del-btn {
  display: none;
}/*# sourceMappingURL=index.css.map */