@charset "utf-8";

body {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft JhengHei', helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #000;
}

.header{
  padding: 0;
  margin: 0;
}

.top-banner{
  position: relative;
  overflow: hidden;
}

@media (min-width:992px) {
  .top-banner{
    height: 100%;
  }
}

.banner-img{
  position: relative;
  overflow: hidden;
}

.banner-img img{
}

.box-con{
  padding: 30px 0;
}

@media (min-width:992px) {
  .box-con{
    padding: 80px 0;
  }
}

.txt-color{
  color: #00a3e0;
}

.txt-style{
  text-decoration: underline;
}

.box-box{
  padding-top: 20px;
}

@media (min-width:992px) {
  .box-box{
    padding-top: 30px;
  }
}

.txt-list{
  color: #111;
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
}

@media (min-width:992px) {
  .txt-list{
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width:1200px) {
  .txt-list{
    font-size: 28px;
    line-height: 40px;
  }
}

.assistant-txt{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: left;
}

@media (min-width:992px) {
  .assistant-txt{
    font-size: 24px;
  }
}

@media (min-width:1200px) {
  .assistant-txt{
    font-size: 28px;
  }
}

.style-type-decimal{
  list-style-type: decimal;
}

.style-type-circle{
  list-style-type: circle;
}

.in-txt{
  font-size: 18px;
  color: #222;
}

@media (min-width:992px) {
  .in-txt{
    font-size: 20px;
  }
}

/*  */
.synopsis-in{
  padding: 0;
  margin: 0;
}

.synopsis-in p:last-child{
  margin-bottom: 0;
}

.apply-for{
  background-attachment: fixed;
  background-image: url(../images/img-bj1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.apply-txt{
  width: 100%;
  font-weight: bold;
  color: #1d3040;
  font-size: 22px;
}

@media (min-width:992px) {
  .apply-txt{
    font-size: 30px;
  }
}

.apply-txt .span-1{
  font-style: normal;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}

.apply-iner{
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}

.remarks-txt{
  font-size: 18px;
  color: #222;
  font-weight: normal;
}

@media (min-width:992px) {
  .remarks-txt{
    font-size: 20px;
  }
}

@media (min-width:1200px) {
  .remarks-txt{
    font-size: 24px;
  }
}

.remarks-iner{
  margin-top: 10px;
}

.remarks-iner li{
  margin-bottom: 5px;
}

/* .btn-box{
  margin-top: 30px;
  padding: 0 30px;
}

@media (min-width:768px) {
  .btn-box{
    margin-top: 60px;
    padding: 0 100px;
  }
} */

.btn-con{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width:992px) {
  .btn-con{
    display: flex;
    flex-direction: row;
  }
}

.btn-item{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d3040;
  border-radius: 100px;
  border: none;
  width: 100%;
  height: 60px;
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

@media (min-width:992px) {
  .btn-item{
    width: 400px;
    height: 100px;
    font-size: 36px;
    margin: 0 10px;
  }
}

.btn-first,
.btn-last{
  position: relative;
  overflow: hidden;
}

.btn-first::before,
.btn-last::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, .2);
  content: '';
  z-index: -1;
  transition: all ease .5s;
}

.btn-first::after,
.btn-last::after{
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, .2);
  content: '';
  z-index: -1;
  transition: all ease .5s;
}

.btn-first{
  background-color: #eada24 !important;
  color: #1d3040 !important;
}

.btn-last1{
  color: #1d3040;
  border: 2px solid #1d3040;
  background-color: #fff;
}

.btn-first:hover,
.btn-last:hover{
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.btn-last:hover{
  color: #fff!important;
}

.btn-last.btn-last-new:hover{
  color: #1d3040;
}

.btn-last1:hover{
  background-color: #1d3040;
}

.btn-last:hover{
  background-color: #1d3040;
}

.btn-first:hover{
  background-color: #1d3040;
}

.btn-first:hover::before,
.btn-last:hover::before,
.btn-first:hover::after,
.btn-last:hover::after {
  width: 50%;
  transition: all ease .5s;
}

.footer .footer-top{
  margin-top: 50px;
  padding: 20px 0;
  background-color: #fafafa;
}

@media (min-width:992px) {
  .footer .footer-top{
    margin-top: 100px;
    padding: 40px 0 25px;
  }
}

.footer-tit{
  font-size: 24px;
  color: #1d3040;
  font-weight: bold;
}

@media (min-width:992px) {
  .footer-tit{
    font-size: 30px;
  }
}

.footer-icon{
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;
}

@media (min-width:992px) {
  .footer-icon{
    padding: 0 100px;
    justify-content: space-evenly;
  }
}

.footer-icon li{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 10px;
}

.footer-icon span{
  display: block;
  margin-right: 10px;
}

.footer-icon i,
.footer-icon a{
  font-style: normal;
  color: #1d3040;
  font-size: 20px;
  text-decoration: none;
}

@media (min-width:992px) {
  .footer-icon i,
  .footer-icon a{
    font-size: 24px;
  }
}

.copyright{
  background-color: #1d3040;
  color: #fff !important;
  font-size: 16px;
  padding: 10px;
}

.apply-box{
  /* margin-top: 30px; */
}

.tit-box{
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  color: #1d3040;
  padding: 4px 20px;
  z-index: 9;
}

@media (min-width:992px) {
  .tit-box{
    font-size: 30px;
    padding: 8px 30px;
  }
}

@media (min-width:1200px) {
  .tit-box{
    font-size: 36px;
  }
}

.tit-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background-color: #eada24;
  z-index: -1;
}

.tit-box::after{
  content: '';
  position: absolute;
  left: 60px;
  top: 0;
  width: 120px;
  height: 100%;
  background-color: #fff;
  transform: skewX(-20deg);
  z-index: -1;
}

.dashed-li li{
  position: relative;
  margin-bottom: 30px;
}

.dashed-li li::before{
  content: '';
  position: absolute;
  left: -16px;
  top: 32px;
  width: 1px;
  height: 100%;
  border: 1px dashed #eada24;
}

@media (min-width:992px) {
  .dashed-li li::before{
    left: -20px;
  }
}

.dashed-li li:last-child::before{
  display: none;
}

.in-text{
  font-weight: bold;
}

@media (min-width:1200px) {
  .in-text{
    font-size: 30px;
  }
}

.oval-bj{
  background-color: #f4f4f4;
  border-radius: 40px;
  padding: 30px;
}

.step{
  padding-bottom: 0;
}

.step-nav{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.step-nav li{
  width: 140px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width:768px) {
  .step-nav li{
    width: 250px;
  }
}

.step-nav li:first-child{
  padding-left: 0;
}

.step-nav li:last-child{
  padding-right: 0;
}

.step-icon{
  background-image: url(../images/eyetest-apply2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  object-fit: cover;
  width: 56px;
  height: 97px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width:600px) {
  .step-icon{
    width: 86px;
    height: 127px;
  }
}

.step-nav .step-icon::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 250%;
  height: 1px;
  background-color: #1d3040;
  z-index: -1;
}

@media (min-width:540px) {
  .step-nav .step-icon::before{
    width: 300%;
  }
}

.step-nav .step-icon::after{
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.step-nav li:last-child .step-icon::before{
  display: none;
}

.number-tex{
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1d3040;
  font-weight: bold;
}

@media (min-width:540px) {
  .number-tex{
    font-size: 30px;
  }
}

.tit-step{
  font-weight: bold;
  color: #1d3040;
  opacity: 0;
  margin-top: 5px;
}

.step-nav li.active .step-icon{
  background-image: url(../images/eyetest-apply1.png);
}

.step-nav li.active .tit-step{
  opacity: 1;
}

.step-input{
  display: flex;
  flex-direction: column;
}

.step-box .form-check{
  padding-right: 15px;
}

.grid-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.grid-box i{
  font-style: normal;
}

.form-box{
  width: 100%;
  padding: 0;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width:425px) {
  .form-box{
    flex-direction: row;
  }
}

@media (min-width:1400px) {
  .form-box{
    margin-top: 0;
    padding: 0 10px;
  }
}

.inpot-list{
  width: 100%;
  border-radius: 50px;
  padding: 2px 15px;
  border: 1px solid #ccc;
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width:425px) {
  .inpot-list{
    margin: 0 2px;
  }
}

.inpot-list input{
  border: 0;
  width: auto;
  border-radius: 10px;
  text-align: center;
}

@media (min-width:768px) {
  .inpot-list{
    padding: 10px;
    margin: 0 10px;
  }

  .inpot-list input{
    width: 80px;
    border-radius: 50px;
  }
}

@media (min-width:1200px) {
  .inpot-list input{
    width: 60px;
  }
}

@media (min-width:1400px) {
  .inpot-list input{
    width: 80px;
  }
}

/* @media (max-width:425px) {
	.inpot-list input{
		font-size: 14px;
	}
} */

.inpot-list b{
  color: #222;
  font-weight: normal;
}

.step-input .form-check-input{
  border-radius: 50px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-input .form-check-input::before{
  content: '';
  width: 10px;
  height: 10px;
  background-color: #222;
  display: block;
  position: absolute;
  border-radius: 100px;
  opacity: 0;
}

@media (min-width:768px) {
  .step-input .form-check-input::before{
    width: 14px;
    height: 14px;
  }
}

.step-input .form-check-input:checked[type=checkbox]{
  background: none;
}

.step-input .form-check-input:checked::before{
  opacity: 1;
}

.step-input .form-check-input:checked{
  background: none;
}

.form-table{
  border-top: 1px solid #ccc;
  padding: 30px 15px 0;
}

@media (min-width:768px) {
  .form-table {
    padding: 50px 30px 0;
  }
}

.table-top{
  color: #ff0101;
  font-weight: bold;
}

.table-box{
  margin-top: 15px;
}

@media (min-width:768px) {
  .table-box{
    margin-top: 30px;
  }
}

.input-list{
  margin-top: 15px;
  border-radius: 50px;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

@media (min-width:768px) {
  .input-list{
    padding: 15px;
  }
}

.box-list{
  margin: 4px 0;
}

@media (min-width:992px) {
  .box-list{
    margin: 8px 0;
  }
}

.time-swiper{
  background-color: #f4f4f4;
  height: auto;
  border-radius: 40px;
  margin-top: 15px;
  position: relative;
  padding: 20px 30px;
}

@media (min-width:992px) {
  .time-swiper{
    margin-top: 30px;
  }
}

.time-swiper .swiper-button-next,
.time-swiper .swiper-button-prev{
  width: 36px;
  height: 56px;
  background-color: #253746;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time-swiper .swiper-button-next{
  right: 5px;
}

.time-swiper .swiper-button-prev{
  left: 5px;
}

.time-swiper .my-button-disabled{
  opacity: .2;
}

.time-swiper .swiper-button-next::after,
.time-swiper .swiper-button-prev::after{
  font-size: 18px;
  color: #fff;
}

.time-box{
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.time-con{
  padding: 15px;
}

.time-tit{
  background-color: #eada24;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
}

.tit-ti,
.tit-ti1{
  font-size: 20px;
  color: #000;
  font-style: normal;
}

@media (min-width:992px) {
  .tit-ti{
    font-size: 24px;
  }
  .tit-ti1{
    font-size: 20px;
  }
}

.time-list{
  margin-top: 15px;
}

.text-ti{
  font-size: 20px;
  color: #666;
}

.step-sure{
  background-color: #f4f4f4;
  height: auto;
  border-radius: 40px;
  padding: 20px;
}

@media (min-width:992px) {
  .step-sure{
    padding: 40px;
  }
}

.sure-top{
  margin-bottom: 20px;
  padding-left: 20px;
}

@media (min-width:768px) {
  .sure-top{
    padding-left: 0;
  }
}

.sure-list{
  margin: 6px 0;
}

.sure-list a{
  text-decoration: none;
  color: #333;
}

.sure-tit{
  text-align: left;
  color: #1d3040;
  font-weight: bold;
}

@media (min-width:768px) {
  .sure-tit{
    text-align: right;
  }
}

.sure-bottom{
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

@media (min-width:992px) {
  .sure-bottom{
    padding: 30px;
  }
}

.col-style{
  padding: 0 10px 0 0;
}

.in-box{
  padding-bottom: 0;
}

.serial-number{
  display: flex;
  justify-content: center;
}

.number{
  display: inline-flex;
  width: auto;
  color: #eada24;
  padding: 0 40px;
  text-align: center;
}





/********* add by elson *********/
.birthday-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.birthday-wrapper .item{
  width: 33.33%;
}
.birthday-wrapper .item .item-inner{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% - 10px);
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 4px 12px;
}
@media(min-width: 768px) {
  .birthday-wrapper .item .item-inner{
    width: calc(100% - 20px);
  }
}

.birthday-wrapper .item .form-control {
  border: none;
  box-shadow: none;
  padding: 0.475rem 0.5rem;
}

.form-style-1 {
  /*font-size: 1.5rem;*/
}
.form-style-1 .form-control{
  border-radius: 50px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  padding: 0.725rem 1rem;
  font-size:1.375rem;
}

.form-style-1 .form-control.is-invalid, .form-style-1 .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.form-style-1{
  color:#111;
  font-size: 20px;
}
.form-style-1 .form-required-text {
  color: #ff0101;
  font-weight: bold;
}

@media (min-width:992px) {
  .form-style-1 {
    font-size: 24px;
  }
}

@media (min-width:1200px) {
  .form-style-1 {
    font-size: 28px;
  }
}

div.required .col-form-label:not(span):before, div.required .form-label:not(span):before, td.required:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}



.layui-layer {
  max-width: 98%!important;
  border-radius: 8px;
}
.layui-layer-title {
  background-color: #278cf3!important;
  color:#fff!important;
  font-weight: bold;
}
.layui-layer-btn {
  text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {background:#eada24!important;color:#000!important;border:none!important;}
.layui-layer-rim iframe {max-height: 100%!important;height: 626px!important;}

.layui-layer-setwin .layui-layer-close2 {
  right:-10px;
  top:-12px;
  width: 32px;
  height: 32px;
  background: none;
  /*font-size: inherit;*/
  text-align: center;
  line-height: 32px;
  text-decoration: none;
}
.layui-layer-setwin .layui-layer-close2:after {
  content: "×";
  width: 32px;
  height: 32px;
  font-size: 2.375rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  color: #000;
  /*text-shadow: 0 1px 0 #fff;*/
  opacity: .9;
}

.layui-layer-setwin .layui-layer-close1 {
  right:0;
  top:-6px;
  width: 20px;
  height: 20px;
  background: none;
  font-size: inherit;
}

.layui-layer-setwin .layui-layer-close1:after {
  content: "×";
  width: 20px;
  height: 20px;
  font-size: 1.275rem;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: .9;
}

.layui-layer-btn a {
  height:40px;
  line-height: 40px;
  padding: 0 20px;
  font-size:18px;
}
.layui-layer-content {
  text-align: center;
  font-size: 1.375rem;
}

.layui-layer-dialog .layui-layer-content {
  padding: 3rem 2rem 2rem 2rem;
  font-size: 1.375rem;
}


.loading i {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.loading i:before {
  content: "\f1ce";
}

.date-slide-item .title{
  background-color: #eada24;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 20px 20px 0 0;
}
.date-slide-item .remark-text{
  font-size: 20px;
  margin-bottom: 1rem;
}
.date-slide-item .remark-text li {
  font-size: 20px;
  color: #666;
}

.date-timeslots-slide-wrapper {
  background-color: #f4f4f4;
  height: auto;
  border-radius: 40px;
  margin-top: 15px;
  position: relative;
  padding: 15px 10px;
}

.date-timeslots-slide-wrapper .vueperslide {
  padding-left: 10px;
  padding-right: 10px;
}

@media(min-width: 768px) {
  .date-timeslots-slide-wrapper {
    padding: 20px 30px;
  }

  .date-timeslots-slide-wrapper .vueperslide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom) {
  display: block!important;
  text-align: left!important;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.date-timeslots-slide-wrapper .vueperslides__arrow svg {
  width: 1.5em;
  padding: 0.375em;
}

@media(min-width: 768px) {
  .date-timeslots-slide-wrapper .vueperslides__arrow svg {
    width: 2em;
    padding: 0.5em;
  }
}
@media(min-width: 992px) {
  .date-timeslots-slide-wrapper .vueperslides__arrow svg {
    width: 2.5em;
    padding: 0.75em;
  }
}

.date-timeslots-slide-wrapper .vueperslides__arrow {
  background-color: #253746;
  color:#fff;
}

.empty-date {
  padding: 5rem 0;
}

.popup-content {
  position: relative;
  padding: 1rem;
}

.base-font-style {
  color: #111;
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
}

@media (min-width:992px) {
  .base-font-style {
    font-size: 24px;
    line-height: 34px;
  }
}

.base-font-style2 {
  font-size: 20px;
}

@media (min-width:768px) {
  .base-font-style2 {
    font-size: 24px;
  }
}


.common-h1 {
  font-size: 24px;
}

.common-h1 span {
  color: #00b0f0;
}

@media (min-width:768px) {
  .common-h1 {
    font-size: 34px;
  }
}

.btn-first.disabled, .btn-first:disabled {
  background-color: #eada24;
}

.vueperslides__parallax-wrapper {
  min-height: 380px;
}


.file-upload-form, .image-preview {
  padding: 20px;
}
img.preview {
  width: 200px;
  background-color: white;
  border: 1px solid #DDD;
  padding: 5px;
}

.upload-image-wrapper img {
  max-width: 100px;
  max-height: 100px;
}
#button-file-address {
  font-size: 18px;
}


.timeslot-box {
  max-width: 1040px;
}
.timeslot-box select {
  margin-right: 10px;
  margin-bottom: 10px;
}
.form-style-1 .timeslot-wrapper {
  margin-top: 2rem;
}
.form-style-1 .timeslot-wrapper .form-control{
  border-radius: 50px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  padding: .725rem 1rem;
  font-size:1.5rem;
}

.timeslot-box {

}

@media (min-width: 768px) {
  .form-style-1 .timeslot-wrapper .form-control{
    padding: 1rem 1.375rem;
    font-size:2rem;
  }
}

@media(max-width: 767px) {
  .step-nav li {
    padding-bottom: 94px;
  }

  .step-nav li .tit-step{
    position: absolute;
    top: 94px;
    white-space: nowrap;
    right: 0px;
  }
}

@media(min-width: 992px) and (max-width: 1280px) {
  .timeslot-box select:first-child {
    width: 80%;
  }
}


.ai-chat-wrapper .button-ai-chat{
  display:block;
  position: fixed;
  bottom: 30px;
  right: 15px;
  background-color: green!important;
  padding: 8px 20px;
  color: #fff!important;
  font-size: 26px;
  text-decoration: none;
  border-radius: 30px;
  z-index: 999;
}
.ai-chat-wrapper .button-ai-chat:hover, .ai-chat-wrapper .button-ai-chat:focus {
  opacity: .9;
}

.ai-chat-wrapper .chatbot-wrapper{
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 100%;
  max-width: 360px;
  height: 480px;
  background-color: #fff;
  box-shadow: 0 0 12px 4px rgba(21, 36, 66, 0.15);
  border-radius: 20px;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.ai-chat-wrapper .chatbot-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

@media(min-width: 576px) {
 .ai-chat-wrapper .chatbot-wrapper{
    right: 15px;
  }
}

.chatbot-wrapper .chatbot-card-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: green;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 4px 12px rgba(12, 23, 45, 0.1);
  height:56px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.chatbot-wrapper .chatbot-card-header img {
  width: 40px;
  height: auto;
}
.chatbot-wrapper .chatbot-card-header .btn-close {
  filter: brightness(0) invert(1) sepia(1) brightness(1.5);
  opacity: .85;
  outline: none!important;
  border: none;
  cursor: pointer;
  box-shadow: none!important;
  transition: all .3s ease-in-out;
}
.chatbot-wrapper .chatbot-card-header .btn-close:hover {
  opacity: .6;
}


.chatbot-wrapper .chatbot-card-body {
  height: 376px;
  overflow-y: auto;
  transition: all .5s ease-in-out;
  padding: 1rem;
  transition: scroll-behavior 0.5s;
}

.chatbot-wrapper .chatbot-card-body .item-chat-inner {
  display: flex;
  align-items: center;
}
.chatbot-wrapper .item-chat {
  margin-bottom: 1.5rem;
}
.chatbot-wrapper .item-chat-bot .chat-message {
  border-radius: 18px 18px 18px 0;
  background-color: rgba(57, 192, 237, 0.2);
  font-size: .875em;
  padding: 1rem;
  margin-left: .725rem;
}
.chatbot-wrapper .item-chat-you {
  justify-content: flex-end;
}
.chatbot-wrapper .item-chat-you .chat-message {
  border-radius: 18px 18px 0 18px;
  background-color: rgb(251, 251, 251);
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.chatbot-wrapper .chat-avatar {
  width: 30px;
  height: auto;
}

.chatbot-wrapper .chatbot-card-footer {
  display: flex;
  position: relative;
  box-shadow: 0px -4px 12px rgba(12, 23, 45, 0.1);
  border-top:none;
  height: 48px;
  overflow: hidden;
  padding:0!important;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.chatbot-wrapper .chatbot-card-footer .input-group{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.chatbot-wrapper .chatbot-card-footer textarea {
  height: 42px;
  padding: 3px 5px;
  border: none;
  outline: none;
  resize: none;
  width: calc(100% - 88px);
  overflow: hidden;
  padding-top: 10px;
}
.chatbot-wrapper .chatbot-card-footer .btn {
  position: relative;
  z-index: 2;
  border: none!important;
}
.chatbot-wrapper .chatbot-card-footer .btn-send i{
  transform: rotate(45deg);
}

.form-control:focus,.form-select:focus{
  border-color: rgb(255, 233, 219);
  box-shadow: 0 0 0 .25rem rgba(255, 233, 219, .25);
}
.form-check-input:focus{
  border-color: rgb(255, 233, 219);
  box-shadow: 0 0 0 .25rem rgba(245, 117, 32, 0.251);
}

.contacts-section{
  padding: 50px 0px;
}
/**** account start ****/

.account-info {
  /*padding-top:1rem;*/
  margin-bottom: 2rem;
}

.account-info .hello span {color:#f2d61f;font-weight: bold;}
.account-main-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #ededed;
  padding:10px;
  height: 100%;
}
.account-information-wrapper {
  padding-left:15px;
  padding-top: 15px;
}
.account-info .account-avatar {
  padding-top:6px;
  text-align: center;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.account-info .account-avatar .fa {
  font-size: 5rem;
}
.account-base-info-wrapper {
  border: 1px solid #ededed;
  padding:10px;
}
.account-base-info-wrapper .item {
  border-bottom: 1px dashed #ededed;
  padding:0.5rem 0.725rem;
}
.account-base-info-wrapper .item i {
  width: 18px;
  text-align: center;
  color:#aeb1bb;
}

.account-inner-buttons > .row{
  justify-content: center;
}
.account-inner-buttons .item {margin-top:2rem;}
.account-inner-buttons .item > a {
  text-align: center;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100%;
  height: 50px;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  color:#fff!important;
}
.account-inner-buttons .item a .fa {
  font-size: 36px;
  margin-top: 8px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.account-inner-buttons .item h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}
.account-inner-buttons .item:hover a .fa {
  font-size: 44px;
  opacity: 1;
  margin-top: 2px;
  -webkit-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.account-inner-buttons .item:hover a {
  text-decoration: none!important;
}

.account-wrapper {
  border: 2px solid #ededed;
  padding:1rem;
}
/**** account end ****/


.min-card-wrapper {
  width: 100%;
  max-width: 600px;
}

.btn-check:checked+.check-item.btn{
  background-color: #F57520;
  border-color: #F57520;
  color: #fff;
}

.btn-check+.check-item.btn:hover{
  background-color: #F57520;
  border-color: #F57520;
  color: #fff;
}

.success-items {
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.success-items h1{
  font-size:1.725rem;
}
.success-items .icon-wrapper {
  font-size: 4rem;
  text-align: center;
  color:#4cb64c;
}
.success-items a {
  color: #192c56;
}

.btn-primary{
    --bs-btn-bg: #F57520;
    --bs-btn-border-color: #F57520;
    --bs-btn-hover-bg: #cd5b0f;
    --bs-btn-hover-border-color: #f36c12;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-bg: #f36c12;
    --bs-btn-active-border-color: #c85305;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F57520;
    --bs-btn-disabled-border-color: #F57520;
}

.list-group-item.active{
  --bs-list-group-active-bg: #F57520;
  --bs-list-group-active-border-color: #c85305;
}
#marquee p{
  margin-bottom: 0px;
}

.form-control.is-valid, .was-validated .form-control:valid{

  background-image: none;
}
.form-select.is-valid, .was-validated .form-select:valid,
.form-control.is-valid, .was-validated .form-control:valid{
  border: 1px solid #ced4da;
}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"]{
  background-image: none;
}




/* 牌照圖片 start */
.file-input-container {
    /*display: flex;*/
    align-items: center;
    gap: 10px; /* 設置間距 */
    flex-wrap: wrap; /* 允許換行 */
}
.file-input-wrapper {
    width:100%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px; /* 設置間距 */
}
.file-input-wrapper input[type="file"] {
    position: absolute;
    opacity: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    /*height: 46px;*/
    cursor: pointer;
    /*top: 0;*/
    bottom: 0;
}
.file-input-wrapper label {
    display: inline-block;
    padding: 13px 18px;
    background-color: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
}
.file-input {
    width: 118px;
    height: 50px;
}
.preview-image {
    width: 114px;
    /*max-width:121px;*/
    height: 114px;
    object-fit: cover;
}
.btn-danger {
    background-color: #792350;
    border: none;
    padding: 0.6rem 2rem;
    color: #fff;
}
.file-name { margin-top:3px; margin-bottom:3px; }

.btn-join-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;
    /*border-radius: 0 0 0 5px;*/
    font-size: 14px;
    line-height: 1;
    z-index: 1;
}

.btn-join-close:hover {
    color:#fff;
    background-color: rgba(248, 10, 7, 0.8);
}
.btn-join-close2 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  /*border-radius: 0 0 0 5px;*/
  font-size: 14px;
  line-height: 1;
  z-index: 1;
}

.btn-join-close2:hover {
  color:#fff;
  background-color: rgba(248, 10, 7, 0.8);
}
.join-files-select{
  width:55%;
  display:inline-block;
  margin-right:5px;
  margin-bottom: 10px;
}
.join-files-remark {
    width:55%;height:42px!important;display:inline-block;margin-right:5px;
}
.btn-join-close-box{
    width:114px;position:relative;
}
@media(min-width:1440px){
    .join-files-remark {
        width:80%;
    }
    .join-files-select{
        width:80%;
        margin-bottom: 10px;
    }
}
@media(max-width:768px){
    .file-input-container {
        justify-content:center;
    }
    .file-input-wrapper label {
        padding: 9.5px 18px;
        margin-bottom: 7px;
    }
  .join-files-remark {
      display: block;
      width: 100%;
      margin-bottom: 8px;
  }
  .join-files-select{
    width:100%;
    display:block;
  }
}
/* 牌照圖片 end */

.order-card {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
}
.order-card > .card-header {
  background-color: #F57520;
  color: white !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-body > .info-item {
  margin-bottom: 15px;
}
.card-body > .info-label {
  font-weight: bold;
  color: #495057;
}
.service-info {
  background-color: #f8f9fa;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.service-info h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}
.service-detail {
  margin-bottom: 15px;
}
.service-detail p {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.error-agree-left {
  margin-left: -25px;
}