@charset "UTF-8";
.h2-title {
  font-size: 35px;
  color: #ffffff;
  background: #2B2D2A;
  padding: 0.3rem 0;
  width: 300px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  margin-top: -25px;
}
.h2-title::after {
  position: absolute;
  top: -20px;
  left: -50px;
  content: "";
  width: 109px;
  height: 88px;
  background: url("../images/pic-hp-qrcode-title-paper.svg") no-repeat;
  background-size: contain;
  z-index: 2;
}

.h3-title {
  font-size: 17px;
  color: #476370;
  font-weight: bold;
}

.h4-title {
  font-size: 27px;
  position: relative;
  margin-top: 2.5rem;
}
.h4-title::before {
  content: "";
  border: 2px solid #3E3E3E;
  width: 35%;
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .h2-title {
    font-size: 28px;
    line-height: 40px;
  }
  .h2-title::after {
    position: absolute;
    top: -13px;
    left: -20px;
    width: 70px;
  }
}
@media (max-width: 450px) {
  .h2-title {
    width: 100%;
  }
  .h2-title::after {
    left: -15px;
  }
}
@media (max-width: 360px) {
  .h2-title::after {
    left: -40px;
  }
}
/*======================
btn
=======================*/
.btn-primary {
    border-color: #FF8A0F;
    background: #FF8A0F;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 0.5rem 2.5rem;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary .focus, .btn-primary .disabled, .btn-primary:disabled {
  border-color: #799B6B;
  background: #799B6B;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  border-color: #799B6B;
  background: #799B6B;
}

.btn-cancel, .btn-back {
  border-color: #D8D8E4;
  background: #D8D8E4;
  color: #707070;
}

.btn-update {
  opacity: 0.5;
  padding: 0.3rem 0.5rem;
}
.btn-update:hover {
  opacity: 1;
}

/*======================
form
=======================*/
.form {
  background: #ffffff;
  border: 7px solid #C5DE70;
  border-radius: 30px;
  position: relative;
  margin: 40px auto 0;
}
.form a {
  color: #799B6B;
}
.form .form-header {
  margin-bottom: 2.5rem;
}
.form .form-header p {
  width: 65%;
  margin: auto;
  font-size: 17px;
  font-weight: bold;
  color: #2B2D2A;
}
.form label {
  margin-bottom: 0rem;
}
.form .left, .form .right {
  padding: 0 1.2rem;
}
.form ul {
  list-style: none;
  padding-left: 0px;
}
.form ul li {
  padding: 0.35rem 0;
}
.form ul li .item {
  margin-right: 1rem;
}
.form .select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da;
}
.form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.input-upload span::after {
  background-color: #83C224;
  color: #ffffff;
}

.send-btns {
  margin: 1rem 0 2rem;
}

.repositioning {
  border: 1px solid #ff0000;
  background: rgba(255, 0, 0, 0.15);
  color: #c40000;
  padding: 0.5rem 1rem !important;
  border-radius: 15px;
}
.repositioning span {
  font-weight: bolder;
}

.repositioning.bg-g {
  background: rgba(121, 155, 107, 0.15);
  color: #4f783e;
  border: 1px solid #799B6B;
}

@media (min-width: 768px) {
  .form .left, .form .right {
    display: block !important;
  }
  .form .btn-back {
    display: none;
  }
}
@media (max-width: 767px) {
  .form {
    width: 95%;
    margin: 35px auto 0;
  }
  .form .form-header {
    margin-bottom: 2rem;
  }
  .form .form-header p {
    width: 95%;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .form .btn-primary {
    padding: 0.35rem 1.5rem;
  }
  .form .right, .form .send-btns {
    display: none;
  }
}
/*======================
rating
=======================*/
.rating {
  font-size: 0;
  display: table;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating > label:before {
  padding: 5px;
  font-size: 38px;
  line-height: 1em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f005";
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #83C224;
}

.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .rating label:before {
    padding: 5px;
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .rating label:before {
    padding: 3px;
    font-size: 28px;
  }
}
/* =====================================
|               checkbox                |
=======================================*/
.icon-checked {
  padding-left: 0;
}
.icon-checked li {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.icon-checked input[type=checkbox][id*=Item] {
  display: none;
}
.icon-checked label {
  display: block;
  position: relative;
  margin: 5px auto;
  cursor: pointer;
  border-radius: 10px;
}
.icon-checked label::before {
  background-color: #799B6B;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #799B6B;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}
.icon-checked label img {
  height: 81px;
  border-radius: 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.icon-checked label img[src*=checked] {
  display: none;
}
.icon-checked :checked + label img:first-child {
  display: none;
}
.icon-checked :checked + label img[src*=checked] {
  display: block;
}

@media (max-width: 768px) {
  .icon-checked li {
    margin-right: 5px;
  }
  .icon-checked li img {
    height: 75px;
  }
}
.check-likeqnr input[type=checkbox] + label::before {
  top: 0.3em;
  width: 20px;
  height: 20px;
}

.check-likeqnr input[type=checkbox]:checked + label, .check-likeqnr input[type=checkbox]:focus + label {
  border-color: none;
  color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  line-height: 23px;
}

.check-likeqnr input[type=checkbox] + label {
  padding: 0.3em 1.5rem 0.3em 2.7rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: -10px;
  border: 0px solid #d5d5d5;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  color: #707070;
  margin-bottom: 0px;
}

/* hover */
.radio-likeqnr input[type=radio] + label:hover,
.check-likeqnr input[type=checkbox] + label:hover {
  border-color: rgba(0, 150, 170, 0);
  color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* checked */
.check-likeqnr input[type=checkbox]:checked + label:after {
  left: 1.05rem;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  font-size: 1rem;
  width: 20px;
  height: 20px;
  top: 0.3em;
}

.check-likeqnr input[type=checkbox]:checked + label:before {
  background: #799B6B;
  border-color: #ffffff;
  width: 20px;
  height: 20px;
  top: 0.3em;
}

/* Toggle Switch With Text */
.button-switch {
  /* Button 3 */
}
.button-switch .knobs,
.button-switch .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button-switch .button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  overflow: hidden;
}
.button-switch .button.r,
.button-switch .button.r .layer {
  border-radius: 100px;
}
.button-switch .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.button-switch .knobs {
  z-index: 2;
}
.button-switch .checkbox:checked ~ .layer {
  width: 100%;
  background-color: #eaf8e4;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.button-switch .button .checkbox:checked + .knobs:before {
  content: "是";
  left: 42px;
  background-color: #799B6B;
}
.button-switch .button .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}
.button-switch .button .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}
.button-switch .button .knobs:before {
  content: "否";
  left: 3px;
  background-color: #707070;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}
.button-switch .layer {
  background-color: #efefef;
}

/*======================
modal-dialog
=======================*/
.modal-dialog {
  position: relative;
}
.modal-dialog .modal-content {
  border: 0px;
}
.modal-dialog h4.subtitle {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #799B6B;
  margin: 0.5rem 0;
}
.modal-dialog .modal-header {
  background: #799B6B;
  color: #ffffff;
  padding: 0.8rem 1rem;
}
.modal-dialog button.close {
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 1;
}

#bannerModal .modal-dialog p, #bannerModal .modal-dialog b {
  font-size: 16px;
  list-style: 1.4;
}

@media (max-width: 767px) {
  .modal-dialog .modal-title {
    font-size: 1.3rem;
  }
}
/*======================
主區塊
=======================*/
.main-content.cp {
  background: #799B6B;
  position: relative;
  padding-bottom: 3rem;
}
.main-content.cp::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/bg-qrdecode-banner.png") no-repeat;
  background-position: center left;
  position: absolute;
  top: 0;
  left: 0;
}
.main-content.cp .wc-location [class*=col] {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.main-content.hp {
  background: #EFF7EB;
  position: relative;
  overflow: hidden;
}
.main-content.hp .hp-banner {
  line-height: 0;
  font-size: 0px;
}
.main-content.hp::before {
  content: "";
  width: 300px;
  height: 400px;
  background: url("../images/pic-hp-qrcode-goto-wc.png") no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 2rem;
  left: 0px;
  background-size: contain;
}
.main-content.hp::after {
  content: "";
  width: 385px;
  height: 349px;
  background: url("../images/pic-hp-qrcode-clear-up.png") no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 2rem;
  right: 0;
  background-size: contain;
}
.main-content.hp .page-header {
  position: relative;
}
.main-content.hp .page-header h2 {
  font-size: 50px;
  color: #3E3E3E;
}
.main-content.hp .page-header hr {
  margin: 0 auto -50px;
  width: 400px;
  height: 20px;
  background: #98C9CC;
}
.main-content.hp .wp-management {
  margin: 5rem 0;
}
.main-content.hp .wp-management img:hover {
  opacity: 0.8;
}
.main-content.hp .wc-location {
  background: #FAFDF0;
  border: 10px solid #C5DE70;
  border-radius: 30px;
  padding: 6rem 2rem 3rem;
  margin: 15rem 0 10rem;
}
.main-content.hp .wc-location .item {
  color: #799B6B;
  font-weight: bold;
}
.main-content.hp .wc-location .h2-title {
  width: 400px;
  margin-top: -7rem;
  margin-left: 4rem;
}
.main-content.hp .wc-location table {
  display: inline-block;
  vertical-align: top;
}
.main-content.hp .wc-location table td {
  padding-right: 10px;
}

@media (max-width: 1536px) {
  .main-content.cp::before {
    background-position: center left;
  }
  .main-content.hp::before {
    left: -120px;
    width: 220px;
  }
  .main-content.hp::after {
    right: -50px;
    bottom: 2rem;
    width: 300px;
  }
}
@media (max-width: 1440px) {
  .main-content.hp::before {
    left: -120px;
  }
}
@media (max-width: 1280px) {
  .main-content.cp::before {
    background-position: center center;
  }
  .main-content.hp::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-content.cp .wc-location [class*=col] {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .main-content.hp::before, .main-content.hp::after {
    display: none;
  }
  .main-content.hp .page-header hr {
    margin: 0 auto -35px;
    width: 240px;
    height: 10px;
    background: #98C9CC;
  }
  .main-content.hp .page-header h2 {
    font-size: 32px;
  }
  .main-content.hp .wp-management {
    margin: 1rem 0;
  }
  .main-content.hp .wp-management img {
    width: 60%;
  }
  .main-content.hp .wc-location {
    width: 100%;
    margin: 2rem auto;
  }
  .main-content.hp .wc-location [class*=col] {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .main-content.hp .wc-location .h2-title {
    width: 250px;
    margin-left: 0rem;
    font-size: 20px;
  }
  .main-content.hp .wc-location .h2-title::after {
    position: absolute;
    width: 80px;
    top: -20px;
    left: -40px;
  }
  .main-content.hp .wc-location table {
    display: inline-block;
    vertical-align: top;
  }
  .main-content.hp .wc-location table td {
    width: 100%;
    display: block;
    padding-right: 0px;
  }
}
/*======================
 通報項目 表揚/缺失
=======================*/
.pills-compliment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pills-compliment .nav-item {
  margin-right: 2px;
}
.pills-compliment .nav-item .nav-link {
  width: 100%;
  border: 1px dashed #c3c3c3;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 50px;
  color: #a7a7a7;
  background: #f3f3f3;
  font-weight: bold;
}
.pills-compliment .nav-item .nav-link .fas, .pills-compliment .nav-item .nav-link .fad {
  font-size: 3rem;
  vertical-align: middle;
}
.pills-compliment .nav-link.active {
  background-color: #ecf4e3;
  color: #83C224;
}
.pills-compliment #pills-mess-tab.active {
  background-color: #f4e3e3;
  color: #e80000;
}

.nav-pills.comment .btn-outline-primary {
  color: #707070;
  border-color: #D8D8E4;
  border-radius: 50px;
}
.nav-pills.comment .btn-outline-primary:hover {
  background: #83C224;
  color: #ffffff;
  border-color: #83C224;
}
.allGender .modal-body {
    padding: 1rem 1rem 0;
}

.allGender .modal-footer {
    border-top: 0px;
    margin: 0 auto 1rem;
    padding-top: 0px;
    background: #5578ce;
    width: calc(100% - 2rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .allGender .modal-footer .btn-primary {
        border: 1px solid #ffffff;
        background: #ffffff;
        color: #537acf !important;
        font-size: 16px;
        font-weight: bold;
    }
/*# sourceMappingURL=style.css.map */