a {
  color: #666;
}

a.phone:hover,
a.phone:active,
a.phone:focus {
  text-decoration: none;
  color: #ba8563;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-3r {
  margin-top: 3rem;
}

.mt-5r {
  margin-top: 5rem;
}

.mt-1r {
  margin-top: 1rem;
}

.mr-2r {
  margin-right: 2rem;
}

.mb-1r {
  margin-bottom: 1rem;
}

.mb-2r {
  margin-bottom: 2rem;
}

.mb-50 {
  margin-bottom: 50px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-50 {
  padding-top: 40px;
}

.pb-50 {
  padding-bottom: 40px;
}

.mar-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-80{
  width: 80%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
  height: auto;
}

.max-w-800 {
  max-width: 800px;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.bg-white {
  background-color: #fff;
}

.color-main {
  color: #ba8563;
}

.font-bold {
  font-weight: bold;
}

.signUp-box {
  font-size: 1.9rem;
}

.main-container {
  padding: 10px;
  text-align: left;
}

.signUp-box {
  border: 1px solid #ba8563;
  padding-top: 15px;
  padding-bottom: 15px;
}

span.danger {
  color: red;
}

.main-btn {
  background-color: #ba8563;
  color: #fff;
  transition: all 0.5s;
}

.main-btn:hover,
.main-btn:active {
  background-color: #795641;
  color: #fff;
}

.delete-btn {
  background-color: #ccc;
  color: #666;
  transition: all 0.5s;
}

.delete-btn:hover,
.delete-btn:active {
  background-color: #9c9c9c;
  color: #fff;
}

/* .cancel-btn{
  background-color: transparent;
  border: 2px solid #ba8563;
  border-radius: 50%;
} */

.btn-box {
  max-width: 500px;
  margin: auto;
}

.signUp-complete .modal-header {
  height: 50px;
  border-bottom: 0;
}

.signUp-complete .modal-header .close-btn {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  text-shadow: none;
}

/* .signUp-complete .signUp-box {
  max-width: 570px;
} */

.modal-body {
  width: 100%;
}

.modal-body .container {
  width: 100%;
}

.modal-body .container .row {
  width: 100%;
}

.modal-body-content {
  margin-left: 15px;
  margin-right: 15px;
}

.signUp-complete .signUp-alert {
  color: #a71111;
  word-break: break-word;
}

.signUp-complete .modal-footer {
  border-top: 0;
}

.sign-up-num {
  font-size: 3rem;
  color: red;
}

/*電視牆選擇地點頁*/

@media (min-width:768px) {
  .content-tv-choose {
    height: 100vh;
    /* position: relative; */
  }
  .content-tv-choose .fbox {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

select.form-control option {
  font-size: 1.5rem;
}

/* 修正bootstrap預設label粗體字 */

label {
  font-weight: normal;
}

/*----------responsive-----------*/

@media (min-width:768px) {
  .font-rwd {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width:767.98px) {
  .font-rwd {
    font-size: 14px;
    line-height: 21px;
  }
}

/*----------公告頁------------*/

.anouncement-title {
  /* color: #ba8563;
  font-weight: 700; */
  font-size: 18px;
  line-height: 27px;
}

.qr-code-card {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: auto;
  max-width: 240px;
}

.qr-code-card div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.qr-code-card div img{
  width: 100%;
  height: auto;
  max-width: 235px;
}

.list-square{
  list-style-type:square;
}

/* loading page */
.loading-page {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

.loading-page svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: visible;
}



