:root {
    --primary: #FFD154;
    --primaryLight: #FFE49D;
    --secondary: #018673;
    --secondTextColor:#7D7669;
     
}

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;} 

body{
    color:#2D3C48;
    font-size: 1rem;
    background-color: #F5F5F5;
}

.no-scroll{
    overflow: hidden!important;
}

.noscript{
    width: 100%;
    border-radius: 29px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
    font-weight: bold;
    font-size: 1.3rem;
}

ul{
  list-style-type: none;
}

input, textarea {
  font-size: initial;
}

.keep-all{
  word-break: keep-all;
}

.link-undeline{
  color: var(--secondary);
  text-decoration: underline;
}

.link{
    cursor: pointer;
}

.font-weight-500{
  font-weight: 500;
}

a:hover,a:hover span{
    color: var(--secondary)!important;
    transition: all 0.2s;
}

a:focus{
    border: 1px solid #9A37FD;
}

.list .option:focus{
    border: 1px solid #9A37FD;
}

.hidden{
    display: none;
}

.text-left{
  text-align: left;
}

.text-secondary{
  color: var(--secondary)!important;
}

:focus-visible {
    outline: #9A37FD auto 8px;
}

.form-control:focus,.form-select:focus,.btn-check:focus+.btn, .btn:focus,.basic-select:focus{
    box-shadow: 0 0 0 0.1rem #9A37FD;
    border-color: #9A37FD;
}

.nav-tabs .nav-link:hover {
    color: var(--secondary)!important;
    transition: all 0.6s;
}

.bg-white{
    background-color: #fff!important;
}

.btn-primary{
    display: inline;
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: #2D3C48;
    height: 50px;
    padding: 8px 24px;
    border-radius: 10px;
    word-break: keep-all;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #e4e4e4!important;
    background-color: #c8c8c8!important;
    border: 2px solid #c8c8c8!important;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
    background-color: #ecc14b;
    border: 2px solid #ecc14b;
    padding: 8px 24px;
    color: #2D3C48;
}

.btn-secondary{
  background-color: #dcdcdc;
  border: 2px solid #dcdcdc;
  color: #2D3C48;
  height: 50px;
  padding: 8px 24px;
  border-radius: 10px;
  word-break: keep-all;
  font-weight: 700;
}

.btn-secondary:hover,.btn-secondary:active,.btn-secondary:focus{
  background-color: #bdbdbd;
  border: 2px solid #bdbdbd;
  padding: 8px 24px;
  color: #2D3C48;
}


.breadcrumb-item+.breadcrumb-item::before{
    content: "";
    color: #2D3C48;
    font-weight: 700;
    background-image: url('../img/icon-bread.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: relative;
    top: 9px;
    right: -3px;
}

.breadcrumb-item a{
  color: #2D3C48;
  text-decoration: none;
}
.breadcrumb-item a:hover{
  text-decoration: underline;
}
 
.breadcrumb-item.active {
  color: #2D3C48;
  opacity: .8;
 
}
.btn-group{
    background-color: #fff;
}

.btn-outline-primary{
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid var(--primary);
  color: #2D3C48;
  height: 50px;
  padding: 0px 26px;
  border-radius: 10px;
  word-break: keep-all;
  font-weight: 700;
  text-align: center;
  justify-content: center;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}

.text-danger{
  color: rgb(255, 106, 106)!important;
  font-size: .9rem;
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}

.btn-outline-primary:hover,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary:focus{
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: #2D3C48;
    font-weight: 700;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #2D3C48;
    background-color:var(--primary);
    border-color:var(--primary);

}

.form-label{
    font-weight: 700;
}

.second-text{
  color: var(--secondary);
}

.DEACTIVATE{
  font-size: .9rem;
}

/* 表格固定寬度 */
.second-text {
  width: 36%;
}

/* 白底列表 */
.list-item .list-content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.announcementPage-detail-wrap .list-item .list-content,.newsServicePage-detail-wrap .list-item .list-content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  text-align: left;
}

.announcementPage-detail-wrap .list-item{
  word-break: break-all;
}

/* 表格 */

tbody td, tbody th {
  background-color: #fff!important;
  border-bottom: 3px solid #F5F5F5;
}

tr th {
  color: #8A8680;
  border-bottom: 0px;
}

.btn-no-wrap{
  white-space: nowrap;
}

.card .video-container img{
  width: 100%;
  height: auto;
  margin-right: 0px;
}

@media (max-width: 992px){
    .signIn-step-1 .nav-item .nav-link.personal,.signIn-step-1 .nav-item .nav-link.business{
        display: none;
    }
  .mobile-me-0{
    margin-right: 0px!important;
  }
  .btn-no-wrap{
    white-space: inherit;
  }
  tbody td, tbody th {
      background-color: #fff;
      border-bottom: 1px solid #fff;
  }
  .second-text {
    width: 100%;
  }
  .data-row .btn{
    margin-bottom: 10px;
  }
}

.line-clamp-2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* list */

.list-group-item{
  background-color: #ffffff00;
  border: 0px;
}

/* 添加不同字体大小的样式 */
body.font-size-large .footer-link {
  gap: 9px;
}

body.font-size-small .situation-wrap .nav-link,
body.font-size-small .item01,
body.font-size-small,body.font-size-small a,
body.font-size-small .copyright .item,
body.font-size-small .btn-primary,
body.font-size-small .step-content-wrap .step-text,
body.font-size-small.aboutPage-wrap .content-described ,
body.font-size-small .get-op-text ,body.font-size-small .notice-password{
  font-size: .9rem!important;
}


body.font-size-small .servicePolicyPage-wrap .second-title,body.font-size-small .privacyPolicyPage-wrap .second-title
body.font-size-small .content-described{
  font-size: 1.1rem;
}

body.font-size-large .situation-wrap .nav-link,
body.font-size-small .fs-4,
body.font-size-large .item01{
  font-size: 1.2rem!important;
}

body.font-size-small .paginationjs-page a,
body.font-size-small .modal-title,
body.font-size-small a .link,
body.font-size-small .table thead th,
body.font-size-small .selectAll-wrap-btn-describe,
body.font-size-small .title-secondary,
body.font-size-small.questionPage-wrap .accordion-body,
body.font-size-small .step-content-wrap,
body.font-size-small .commonly-search-wrap .btn-search,
body.font-size-small.hotPage-wrap .nav li button, .questionPage-wrap .nav li button{
  font-size: 1rem!important;
}

body.font-size-large .modal-title,
body.font-size-large .title-secondary,
body.font-size-large.questionPage-wrap .accordion-body,
body.font-size-large,body.font-size-large a,
body.font-size-large a .link {
  font-size: 1.5rem!important;
}


body.font-size-large .servicePolicyPage-wrap .second-title,body.font-size-large .privacyPolicyPage-wrap .second-title
body.font-size-large .selectAll-wrap-btn-describe,
body.font-size-large .step-content-wrap,
body.font-size-large .commonly-search-wrap .btn-search,
body.font-size-large.hotPage-wrap .nav li button, .questionPage-wrap .nav li button{
  font-size: 1.6rem!important;
}


body.font-size-small.counter-agency-wrap .title,
body.font-size-small.download_page_wrap .title,
body.font-size-small .selectAll-wrap-btn-title,
body.font-size-small .profile-content-title,
body.font-size-small .content-title,
body.font-size-small .carousel-caption .title,
body.font-size-small .overlay,
body.font-size-large .content-described,
body.font-size-large .get-op-text ,
body.font-size-large .notice-password{
  font-size: 1.7rem!important;
}

body.font-size-large .fs-4,body.font-size-large .Introduction-box .title{
  font-size: 1.8rem!important;
}

body.font-size-large .profile-content-title, body.font-size-large .content-title {
  font-size: 2.5rem;
}

body.font-size-large.counter-agency-wrap .title,
body.font-size-large.download_page_wrap .title,
body.font-size-large .selectAll-wrap-btn-title,
body.font-size-large .carousel-caption .title,
body.font-size-large .overlay{
  font-size: 2.3rem!important;
}

body.font-size-large .paginationjs-page a,
body.font-size-large .table thead th,
body.font-size-large .copyright .item,
body.font-size-large .btn-primary,
body.font-size-small .Introduction-box .title,
.font-size-large .navbar-light .navbar-nav .nav-link,
.body.font-size-large .step-content-wrap .step-text{
  font-size: 1.35rem; /* 根据需要调整字体大小 */
}

body.font-size-small .title-first{
  font-size: 3.7rem!important;
}

body.font-size-large .title-first{
  font-size: 4.3rem!important;
}

@media screen and (max-width: 768px){
    body.font-size-small .title-first{
        font-size: 1.9rem!important;
    }
    body.font-size-small .selectAll-wrap-btn-title {
        font-size: 1.2rem!important;
    }
}

.selectAll-wrap input {
    width: 30px;
    height: 30px;
    accent-color: #188e82;
}

.verify-content select{
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #eee;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size:0.8rem;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: auto;
  border: 2px solid #E4E1DD;
  font-size: 1.2rem;
  color: #B0AAA3;
}

.input-desc{
  font-size: .9rem;
  color: rgb(255, 106, 106)!important;
}

/* 鈴鐺 */
.icon-bell{
  width: auto;
  height: 20px;
  margin-right: .25rem;
}

.uploadImgWrap .image-delete-text{
  position: absolute;
  top: 7px;
  right: 20px;
    padding: 0.5em; /*12px;*/
    font-size: 1.7em;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 106, 106)!important;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
}

.imgBox{
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.imgBox img{
  object-fit: cover;
}

@media screen and (max-width: 768px){
  .imgBox{
    height: auto;
  }
}


/* banner箭頭 */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/banner-arrow.svg');
    right: 60px;
    left: auto;
}

.swiper-button-prev {
    background-image: url('../img/banner-arrow.svg')!important;
    left: 60px;
    right: auto;
    transform: rotate(180deg);
}

nav .arrow-next img{
    transform: rotate(180deg);
}

nav .page-item a{
   color:#493B10!important;

}

.wrap{
    flex-wrap: wrap;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #D9D9D9;
}

.table>:not(caption)>*>* {
    border-bottom-width: 2px;
}

tbody, td, tfoot, th, thead, tr {
  text-align: center;
}

input[type="checkbox"] {
  width: 30px;
  height: 30px;
  filter: hue-rotate(320deg);
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  background-color: #ffffff;
  border-bottom: 0px solid rgba(0,0,0,.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-body {
  padding: 0rem 1rem 1rem 1rem;
  color: #212529;
  font-size: 1rem;
  overflow-y: auto;
  max-height: 300px;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #19A495;
}

.bs-popover-bottom>.popover-arrow::before {
  border-bottom-color: #19A495;
}

/* radio button --s */

[type=radio] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
  }

  [type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  [type=radio]::before, [type=radio]::after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: "";
  }
  [type=radio]::before {
    background: #ffffff;
    width: inherit;
    height: inherit;
    border: 2px solid #AFAFAF;
  }
  [type=radio]::after {
    background: #19A495;
    width: 12px;
    height: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    border: 2px solid #19A495!important;
  }
  [type=radio]:checked::after {
    opacity: 1;
    border: 2px solid #19A495!important;
  }

/* radio button --e */

.container{
  margin-bottom: 8rem;
 
}

/* from表單--s */

.form-control, .form-select {
  border: 2px solid #E4E1DD!important;
}

/* from表單--e */
 

/* modal --s */

.modal .btn-primary{
  max-width: 84px;
  min-width: 84px!important;
}

.modal .tag-h5,.services-title,.fw-bold.fs-5{
  color: #645E4F;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: inherit;
  margin-bottom: 5px;
}

.intro-list {
  padding-inline-start: unset;
}

.intro-list li {
  display: list-item !important;
  list-style-type: decimal !important;
  margin-left: 22px;
}

.intro-second-title,.second-title{
  color: #1CA69D!important;
  color: var(--secondary)!important;
}

.description{
  padding-left: 12px;
}



/* modal --e */
@media screen and (min-width:769px){
  .desktop-none-banner{
    display: none!important;
  }

  
}

@media screen and (min-width:992px){
    .desktop-none{
      display: none!important;
    }
 
    
}
@media screen and (max-width:991px){
  .mobile-logo{
    display: none!important;
  }
}

@media screen and (max-width:992px){
    .show-border-switch li:nth-child(1) button{
        border-top-right-radius: 10px!important;
        border-bottom-right-radius: 10px!important;
    }

    .mobile-none{
      display: none!important;
    }


    .line-clamp-2{
      -webkit-line-clamp: 1;
    }
  }


  .form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.content-top-padding{
  padding-top:140px;
}
.content-top-padding-120{
  padding-top:114px;
}
.content-bottom-padding{
  padding-bottom: 6rem;
}
.content-top-padding.member{
  padding-top:117px;
}

@media screen and (max-width:992px){
   .overflow-s .popover-body {
       overflow: auto;
       height: 260px;
       margin-bottom: 30px;
   }

  .content-top-padding.member{
    padding-top:101px;
  }
  
  .content-top-padding-120 {
    padding-top: 100px;
}
.content-top-padding{
  padding-top: 100px;
}
}


/* 手機版要關閉aos動畫 */
@media only screen and (max-width: 768px) {
  .aos-animate {

    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

/*@media screen and (max-width: 500px){*/
/*    .popover{*/
/*        min-width:90%!important;*/
/*        width: 90%!important;*/
/*    }*/
/*    .popover img{*/
/*        width: 80%;*/
/*    }*/
/*}*/




/* 對話機器人 --s */

.ui-none {
  display: none !important;
}


.flex-center {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
}

/* 對話機器人 */

.service-content .decor-img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  z-index: 999999;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../img/chatbot-platform-intro.svg');
}

.service-content .chatbot-service-intro {
  background-image: url('../img/chatbot-service-intro.svg');
}

.service-content .chatbot-how-to-use {
  background-image: url('../img/chatbot-how-to-use.svg');
}

.service-content .chatbot-call-service {
  background-image: url('../img/chatbot-call-service.svg');
}

.service-content .chatbot-call-smile {
  width: 35px;
  background-image: url('../img/smile.png');
}

.service-content .chatbot-call-cry {
  width: 35px;
  background-image: url('../img/cry.png');
}

.service-content {
  position: relative;
  background: #fff;
  width: 95%;
  padding-bottom: 98%;
  border-radius: 50%;
}

.service-content p {
  position: absolute;
  bottom: 16%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-bottom: 0;
  font-size: 1.1rem !important;
}


.chatbot-ui-controller {
  bottom: 140px !important;
}

.chatbot-wrap.on-boarding {
  width: 280px;
  height: auto;
}

.chatbot-wrap.on-boarding p {
  margin-top: 15px;
  font-size: 0.85rem !important;
  text-align: center !important;
}

.chatbot-wrap.on-boarding .card-body {
  padding: 0 !important;
  height: 240px;
  overflow: hidden;
  background-color: #efefef;
}

.chatbot-wrap.on-boarding .card-footer {
  padding: 0;
}

.chatbot-wrap.on-boarding .card-footer,
.chatbot-wrap.on-boarding .card-footer .btn {
  height: 50px;
}

.chatbot-wrap.on-boarding .card-footer .btn {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* .chatbot-wrap {
  position: fixed;
  right: 20px;
  bottom: 160px;
  width: 360px;
  height: 485px;
  z-index: 999;
} */

.chatbot-wrap.start-to-chart {
  bottom: 150px;
  right: 75px;
}

.chatbot-wrap .card-header,
.chatbot-wrap .theme-btn:hover {
  background-color: var(--primaryLight);
  border-color:var(--primaryLight);
  color: #221B03;
}

.chatbot-wrap .theme-btn:hover,
.back-to-top:hover {
  opacity: 0.85;
}

.open-chatbot img {
  width: 30px;
}

.chatbot-wrap .card-body {
  height: 380px;
  overflow-y: scroll;
  padding-right: 16px;
  padding-left: 41px !important;
}

.chat-bubble {
  padding: 8px 16px;
  margin-bottom: 18px;
  background-color: #efefef;
}

.chat-bubble .btn {
  background-color: #fff;
  border-radius: 5px;
  margin: 8px 0 3px;
}

.chat-bubble .w-50.btn.right {
  margin-right: 5px;
}

.chat-bubble .w-50.btn.left {
  margin-left: 5px;
}

.chat-bubble a,
.chat-bubble p {
  font-size: inherit !important;
  margin-bottom: 0;
}

.chat-bubble .title{
  font-size: 1.15rem!important;
  text-align: center;
}

.chat-bubble .second-title {
  font-size: .7rem !important;
}

.chat-bubble .help .btn{
  width: 49%;
  text-decoration: auto;
  font-size: .8rem !important;
}

.chat-bubble-wrap .service-content {
  margin-left: 4px;
  margin-bottom: 0;
  padding: 20px;
  height: 115px;
}

.chat-bubble-wrap .service-content .inner {
  padding: 20%;
  text-align: center;
}

.chat-bubble-wrap .service-content .inner img {
  width: auto;
}

.chat-bubble-wrap.bot .category-box {
  padding: 10px;
  width: 50%;
}

.chat-bubble-wrap .service-content p {
  font-size: 0.9rem !important;
  bottom: 8%;
}

.chat-bubble-wrap.bot {
  position: relative;
}

.chat-bubble-wrap.bot:before {
  content: "";
  position: absolute;
  left: -33px;
  top: -14px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url('../img/chatbot-profile-img.svg');
}

.chat-bubble-wrap.bot .chat-bubble {
  text-align: left;
  border-radius: 0 10px 10px 10px;
}

.chat-bubble-wrap.user {
  text-align: right;
}

.chat-bubble-wrap.user .chat-bubble {
  text-align: right;
  border-radius: 10px 0 10px 10px;
  background-color: rgba(19, 137, 9, 0.1);
  display: inline-block;
}

.chatbot-menu {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/chatbot-menu.svg');
  width: 30px;
  height: 30px;
}

.card-footer.show .reset-wrap {
  display: block;
}

.card-footer .reset-wrap {
  display: none;
}

.chatbot-wrap .card-footer {
  height: 60px;
  border-top: 1px solid #E3E3E3;
  background-color: #fff;
  padding-right: 16px;
  padding-left: 16px;
}

.chatbot-wrap .card-footer input {
  height: 36px !important;
  margin: 0 15px;
  width: inherit;
}

.reset-wrap {
  position: absolute;
  bottom: 54px;
  padding: 0px 12px 4px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
}

.text-primary {
  color: #138909 !important;
}

.chatbot-wrap .card-footer input,
.chatbot-wrap .card-footer .theme-btn {
  font-size: 1rem !important;
}

.chatbot-wrap .card-footer .theme-btn {
  width: 96px;
  min-width: auto;
  height: 36px;
  padding: 5px;
  margin: 0 !important;
}

.chatbot-wrap.start-to-chart,
.no-chatbot-onboarding .chatbot-wrap.on-boarding {
  display: none;
}

.no-chatbot-onboarding .chatbot-wrap.start-to-chart {
  display: inline-block;
}


.chatbot-wrap .theme-btn {
  position: relative;
  padding: 6px 25px;
  min-width: 175px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: var(--primary);
  color: #2D3C48;
  border: 2px solid var(--primary);
  white-space: nowrap;
  text-decoration: none !important;
  margin: 0 8px;
}

.chatbot-wrap input{
  padding: 4px 8px !important;
  color: #495057;
  box-shadow: none;
  border: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.chatbot-wrap .left {
  background-color: #fff;
  z-index: inherit;
  overflow-y: inherit;
  overflow-x: inherit;
  padding: 0.375rem 0.75rem;
  padding-top: inherit;
  padding-bottom: inherit;
  max-height: inherit;
  min-height: inherit;
  font-weight: 400;
  font-size: 1rem;
}

.chatbot-wrap .left,.chatbot-wrap .right{
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moreTool-robot-wrap{
  min-width: auto;
}

.no-chatbot-onboarding .moreTool-robot-wrap {
  min-width: 440px;
  overflow: hidden;
}

.chatbot-loading{
  position: absolute;
  z-index: 999999999;
  left: 0px;
  right: 0px;
  background-color: var(--primaryLight);
  width: 100%;
  height: 100%;
}

.box {
position: relative;
border-radius: 100%;
background-color: var(--lightblk);
height: 50px;
width: 50px;
transition: 0.5s ease-in-out;
}

.txt {
display: none;
color: var(--lightblk);
font-family: "Red Hat Text";
font-weight: 700;
font-size: 1.4rem;
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
}

@keyframes loading_anim {
0% {
  background-color: var(--lightblk);
  /*filter: drop-shadow(0px 0px 0rem rgba(var(--blue), 0.8)); */
}
50% {
  transform: translate(15px, 0px);
  background-color: white;
  /*filter: drop-shadow(0px 0px 1rem rgba(var(--blue), 0.8)) saturate(4); */
}
100% {
  background-color: var(--lightblk);
  /*    filter: drop-shadow(0px 0px 0rem rgba(var(--blue), 0.8)); */
}
}

/* 讀取中 */
.chatbot-loading .lo_circle{
  border: 8px solid orange;
  border-radius: 50%;
  border-color: #fff #fff #fff transparent;
  width: 80px;
  height: 80px;
  animation: spinning 1s linear infinite;
  margin-bottom: 30px;
}
@keyframes spinning {
  from {
      transform: rotate(0);
  }
  to {
      transform: rotate(360deg);
  }
}


@media screen and (max-width:500px){
    .verify-content select{
        width: 100%;
    }

    .verify-item-textarea input{
        width: 100%;
    }

    .no-chatbot-onboarding .moreTool-robot-wrap {
      min-width: 305px;
  }
  .chatbot-wrap .card-footer input {
      height: 36px !important;
      margin: 0 15px;
      width: 140px;
  }

  .chatbot-wrap .card-footer .theme-btn {
      width: 61px;
  }

  .card-footer input{
      margin: 0px!important;
      margin-right: 3px!important;
  }

  .card-footer .bg-img{
      padding: 10px 0px;
  }

  .chatbot-wrap .card-footer {
      display: flex;
      align-items: center;
  }
}

/* 對話機器人 --e */

/*無障礙*/

.focusVerIfy:focus{
    border: 3px solid #9A37FD;
}


.selectDocument-wrap .selectAll-wrap .category .current {
    font-size: 1rem;
}

.selectDocument-wrap input::-webkit-input-placeholder{
    font-size: 1rem;
}


/*popover*/

a[data-bs-toggle="popover"] img{
    vertical-align: baseline;
}

.mt-3 {
    margin-top: 1rem!important;
}

#scroll-serviceIntro .fade:not(.show) {
    display: none!important;
}

/*彈出ol特別指定樣式資料在資料庫無法增加classname*/
#subExts ol li{
    display: list-item !important;
    list-style-type: decimal !important;
    margin-left: 17px;
}
.privacy-content p,.privacy-content p span,.privacy-content p li,.privacy-content li{
    text-align: left;
}
*{
  scroll-behavior: smooth;
}


@media screen and (min-width: 992px){
    .popover.img-popover-big{
        border: 1px dashed #19A495!important;
        min-width:300px!important;
        width: 300px!important;
        padding-bottom: 20px;
    }

    /*.img-popover-big img{*/
    /*    width: 40%!important;*/
    /*    margin: 0 auto;*/
    /*}*/

    .popover.img-popover-small{
        width: 250px!important;
        max-width:250px!important;
    }

    .popover.img-popover-small img{
        width: 100%!important;
    }

}

.popover.img-popover-big{
    padding-bottom: 20px;
}

/*@media screen and (max-width: 992px) {*/
/*    .aboutPage-wrap .popover.img-popover-big{*/
/*        min-width:80%!important;*/
/*        width: 80%!important;*/
/*    }*/
/*    .aboutPage-wrap .popover.img-popover-big img{*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 500px) {*/
/*    .aboutPage-wrap .popover.img-popover-big{*/
/*        min-width:90%!important;*/
/*        width: 90%!important;*/
/*    }*/
/*    .aboutPage-wrap .popover.img-popover-big img{*/
/*        width: 100%;*/
/*    }*/
/*    .aboutPage-wrap .popover.img-popover-small{*/
/*        min-width:90%!important;*/
/*        width: 90%!important;*/
/*    }*/
/*    .aboutPage-wrap .popover.img-popover-small img{*/
/*        width: 100%;*/
/*    }*/
/*}*/
.policy-link{
    text-decoration: underline;
    display: inline-block;
    width: auto!important;
}

@media screen and (max-width: 768px) {
    #navbar-example2{
        text-align: left!important;
    }
    .signIn-wrap .signIn-step-2 .get-op-text,.download_page_wrap .get-op-text {
        font-size: 1rem!important;
    }
    .nextstep_wrap .terms-checkbox{
        margin-bottom: 10px;
    }
}
