﻿body{
  line-height: 1;
}
::-webkit-scrollbar {
    width: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #717171;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
@media screen and (max-width: 991px){
  ::-webkit-scrollbar{
    height: 6px;
  }
}

/*Login page*/
.login-form{
  /* box-shadow: none; */
}
.login-form .form-group{
  margin-bottom: 1.5rem;
}
.login-form .form-group:last-child{
  margin-bottom: 0;
}
.login-form label{
  margin-bottom: .5rem;
  color: #353535;
}
.login-form label a {
  color: #353535;
}
.login-form label a:hover {
  color: #6E8CA6;
}

.login-logo-wrap{
  background-color: #988c9852;
  padding: 2rem;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}

.login-logo span {
  color: #fff;
  font-size: 46px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.login_bg {
  background-color: #d6cdc9;
  background-image: url(../assets/images/log_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.login-form .btn_primary{
  background: #aea4af;
  color: #fff;
}

.changePS_form{
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* header */
.header {
  background: #6E8CA6;
}
.logo {
  background: #6E8CA6;
}
.header-icon:hover, .header-icon:focus, .header-icon.active {
  background: #BE98AA;
}

/* left menu */
.sidebar .nano-content > ul li.label{
  color: #666;
}
.sidebar .nano-content > ul li.label:nth-child(1){
  padding-left: 10px;
}
.sidebar .nano-content > ul li:hover > a, .sidebar .nano-content > ul li.active > a, .sidebar .nano-content > ul li.open > a{
  color: #bd6856;
}

.sidebar .nano-content > ul li[data-layer="1"].label.border {
  border: 1px solid #dee2e6!important;
  border-left: 0 !important;
  border-right: 0 !important;
  margin-top: -1px;
}
.sidebar .nano-content > ul li.label.border.borderTop {
  border-top: 1px solid #dee2e6!important;
}

/* .sidebar .nano-content > ul li.active > a::before {
  background: #6E8CA6;
} */

/* title */
.card-header:first-child{
  margin-bottom: .5rem;
}
.card-header{
  padding: .5rem 0 1rem;
}
.alert h4 {
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
}

.viewBg2 h4 {
  font-weight: 700;
}

.progress-content:last-of-type{
  margin-bottom: .5rem;
}
.nav-tabs > li > a{
  font-size: 1.125rem;
  padding: .75rem 1.25rem;
}
@media screen and (max-width:700px){
  .nav-tabs > li > a{
    padding: .75rem;
  }
}

/*輸入框*/
.form-control{
  border-color: #ccc;
  border-radius: 5px;
}
.form-control:hover{
  border-color: #bd6856;
}
.form-control:focus{
  border-color: #bd6856;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bd6856;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bd6856;
}

/* 搜尋框 */
.input-group-btn .btn,.input-group-btn .btn i{
  line-height: 39px;
}
.btn i {
  margin-right: 0px;
}
@media screen and (max-width:700px){
  .form-inline{
    margin: 1rem 0 0 1rem;
  }
}

/*bg*/
.bg_primary{
  background: #598392;
  color: #fff;
}

/* btn */
.btn{
  padding: .5rem .75rem;
  line-height: 1;
}
.input-group-btn .btn.btn_primary,.input-group-btn .btn.btn_primary i{
  line-height: 36px;
}
.btn.focus, .btn:focus{
  box-shadow: 0 0 0 0.2rem rgba(190, 152, 170, 0.3);
}
.btn_primary {
  background: #fff;
  border-color: #6E8CA6;
  color: #6E8CA6;
}

.login-form input{
  color: #666;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary.active {
  background: rgb(190, 152, 170);
  border-color: #be98aa;
  color: #fff;
}
.btn_primary:not(:disabled):not(.disabled).active, .btn_primary:not(:disabled):not(.disabled):active{
  box-shadow: 0 0 0 0.2rem rgba(190, 152, 170, 0.3);
}

.btn_primary.showSection, .btn_primary.showSection:hover, .btn_primary.showSection:focus, .btn_primary.showSection.active {
  background: #42bd51;
  border-color: #42bd51;
  color: #fff;
}
.btn_primary.hideSection, .btn_primary.hideSection:hover, .btn_primary.hideSection:focus, .btn_primary.hideSection.active{
  background: #eb5344;
  border-color: #eb5344;
  color: #fff;
}
.btn.showSection.focus, .btn.showSection:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 189, 81, 0.3);
}
.btn_primary.showSection:not(:disabled):not(.disabled).active{
  box-shadow: 0 0 0 0.2rem rgba(66, 189, 81, 0.3);
}
.btn.hideSection.focus, .btn.hideSection:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 83, 68, 0.3);
}
.btn_primary.hideSection:not(:disabled):not(.disabled):active{
  box-shadow: 0 0 0 0.2rem rgba(235, 83, 68, 0.3);
}

.btn_primary.AddDisable, 
.btn_primary.AddDisable:hover, 
.btn_primary.AddDisable:focus, 
.btn_primary.AddDisable:active,
.btn_primary.AddDisable:not(:disabled):not(.disabled):active{
  cursor: not-allowed;
  color: #fff;
  background-color: #888;
  border-color: #888;
  box-shadow:none;
}

.btn_second {
  background: #fff;
  border-color: #6E8CA6;
  color: #6E8CA6;
}
.btn_second:hover, .btn_second:focus, .btn_second.active {
  background: #6E8CA6;
  border-color: #6E8CA6;
  color: #fff;
}
.btn_second:not(:disabled):not(.disabled).active, .btn_second:not(:disabled):not(.disabled):active{
  background: #ffee8b;
  border-color: #ffee8b;
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 139, 0.3);
}

.btn_save{
  background: #fff;
  border-color: #6E8CA6;
  color: #6E8CA6;
}
.btn_save:hover, .btn_save:focus, .btn_save.active {
  background: #6E8CA6;
  border-color: #6E8CA6;
  color: #FFF;
}
.btn_save:not(:disabled):not(.disabled).active, .btn_save:not(:disabled):not(.disabled):active{
  background: #6E8CA6;
  border-color: #6E8CA6;
  box-shadow: 0 0 0 0.2rem rgba(190, 152, 170, 0.3);
}

.btn_edit{
  background: #f4f4f4;
  border-color: #6E8CA6;
  color: #6E8CA6;
}
.btn_edit:hover, .btn_edit:focus, .btn_edit.active {
  background: #6E8CA6;
  border-color: #6E8CA6;
  color: #FFF;
}
.btn_edit:not(:disabled):not(.disabled).active, .btn_edit:not(:disabled):not(.disabled):active{
  background: #6E8CA6;
  border-color: #6E8CA6;
  box-shadow: 0 0 0 0.2rem rgba(190, 224, 42, .5);
}

.btn-info {
  background: #717171;
  border-color: #717171;
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info.active {
  background: #BE98AA;
  border-color: #BE98AA;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active{
  background: #BE98AA;
  border-color: #BE98AA;
  box-shadow: 0 0 0 0.2rem rgba(190, 152, 170, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(190, 152, 170, 0.5);
}

.btn_delete{
  background: #E15151;
  border-color: #E15151;
  color: #fff;
}
.btn_delete:hover, .btn_delete:focus, .btn_delete.active {
  background: #d26459;
  border-color: #d26459;
  color: #fff;
}
.btn_delete:not(:disabled):not(.disabled).active, .btn_delete:not(:disabled):not(.disabled):active{
  background: #d26459;
  border-color: #d26459;
  box-shadow: 0 0 0 0.2rem rgba(210,100,89,.3);
}
.btn_delete .ti-alarm-clock:hover{
  color: #fff;
}

.btn_search{
  background-color: #f2f2f2;
  border-color: #717171;
  color: #353535;
}
.btn_search:hover, .btn_search:focus, .btn_search.active {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn_search:focus{
  box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}
.btn_search:not(:disabled):not(.disabled).active, .btn_search:not(:disabled):not(.disabled):active{
  background-color: #545b62;
  border-color: #4e555b;
  box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}

.btn_back{
  background-color: #717171;
  border-color: #717171;
  color: #fff;
}
.btn_back:hover, .btn_back:focus, .btn_back.active {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn_back:not(:disabled):not(.disabled).active, .btn_back:not(:disabled):not(.disabled):active{
  background-color: #545b62;
  border-color: #4e555b;
  box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #6E8CA6;
}

/*進度百分比*/
.progress-bar-success {
  background-color: #74D576;
}
.progress-bar-warning {
  background-color: #e6bc5d;
}
.progress-bar-danger {
    background-color: #E15151;
}

/*檢視頁面*/
@media screen and (min-width:767px){
  .form-horizontal .control-label{
    padding: 0;
  }
}
.form-group{
  line-height: 24px;
}

a:hover, a:focus, a.active, button:hover, button:focus, button.active{
  color: #be98aa;
}

/*頁碼*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #be98aa!important;
  border-color: #be98aa!important;
}
.page-link{
  color: #be98aa;
}

/*Tables*/
.table.tit_fre_win{
  width: calc(100% - 6px);
}
.table > thead > tr > th{
  padding: .5rem .75rem;
  font-size: 1.125rem;
}
.table > thead > tr > th.bg_primary{
  color: #fff;
}
.table td.date{
  line-height: 1;
}
.ti-alarm-clock:hover{
  color: #be98aa;
}

/* pop視窗 */
.close:hover{
  color: #be98aa;
}
@media (min-width: 992px){
  .modal-lg.delate{
    max-width: 1170px;
  }
}
@media screen and (max-width:700px){
  .modal-dialog{
    width: 95%;
  }
}

/*行事曆*/
.fc-view {
  margin: .5rem 0;
}
.fc th{
  background: #717171;
  color: #fff;
  padding: .3rem!important;
  line-height: 1.5;
}
.fc th a{
  color: #fff;
}
.fc-toolbar.fc-header-toolbar{
  margin-top: 0;
  margin-bottom: 1rem;
}
.fc-day-today{
  background:rgb(243,223,162,.3);
}
.fc-button-primary, .fc-button-primary:not(:disabled).fc-button-active{
  color: #666;
  background-color: #fff;
  border-color: #ddd;
}
.fc-button-primary:focus, .fc-button-primary:not(:disabled):active:focus, .fc-button-primary:not(:disabled).fc-button-active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(190, 152, 170, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(190, 152, 170, 0.3);
}
.fc-button-primary:hover {
  background-color: #be98aa;
  border-color: #be98aa;
}
.fc-button-primary:not(:disabled).fc-button-active:hover, .fc-button-primary:not(:disabled):active,.fc-button-primary:disabled:hover{
  color: #fff;
  background-color: #be98aa;
  border-color: #be98aa;
}
.fc-button-primary:disabled{
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  opacity: 1;
}
.fc-daygrid-day-number{
  padding: 5px 8px;
}
#calendar.fc-theme-standard .fc-list-day-frame {
  background: #6E8CA6;
}
.fc-non-business{
  background: none;
}

/*佈告欄*/
.tdl-holder li{
  color: #353535;
}
.tdl-holder li:first-child,.tdl-holder li.notice-board-items:first-child{
  padding-top: 0;
}
.tdl-holder li.notice-board-items{
  padding: .75rem;
}

/* 待辦事項 */
.tdl-holder input[type="text"]{
  margin-top: 0;
}
.todo-list ul{
  margin-bottom: .5rem;
}
.tdl-holder label{
  line-height: 24px;
  padding: .75rem 0;
}
.tdl-holder li span{
  display: inline-block;
  margin-left: 0;
  padding: 0 2rem;
}
.tdl-holder input[type="checkbox"] + i {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  display: block;
  height: 18px;
  position: absolute;
  top: 15px;
  width: 18px;
  z-index: 1;
}
.tdl-holder input[type="checkbox"]:checked + i::after {
  content: "\e64c";
  font-family: 'themify';
  display: block;
  left: 0px;
  position: absolute;
  top: -6px;
  z-index: 2;
}
.tdl-holder label a{
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 15px;
}

/*拖拉*/
.dd-list .dd-handle .titleLink{
  color: #bd6856;
  font-size: 1.125rem;
  text-decoration: none!important;
  font-weight: 400;
}
.dd-list.sec-dd-list .dd-handle .titleLink{
  color: #666;
  margin-left: 5px;
  font-size: 1rem;
}
.dd-list.sec-dd-list .dd-handle i{
  color: #666;
}
.dd-list.sec-dd-list .dd-handle:hover .titleLink, .dd-list.sec-dd-list .dd-handle:hover i{
  color: #bd6856;
}
.dd-item > button:before,.dd-item > button[data-action="collapse"]:before{
  color: #666;
}
.context-menu-item{
  color: #353535;
}
.context-menu-item.context-menu-hover{
  background-color: rgba(190, 152, 170, 0.1);
}
.context-menu-item.context-menu-hover i, .context-menu-item.context-menu-hover svg{
  color: #fff!important;
}

li.context-menu-item.context-menu-icon.context-menu-icon--fa5.context-menu-visible{
  background-color:#BE98AA;
}
.fil_active{
  background: #BE98AA!important;
}
.fil_active a{
  color: #fff !important;
}

/* checkbox */
.form-check-inline input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}
.form-check-inline label{
position: relative;
margin: 0 15px 0 22px;
}
.form-check-inline label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -9px;
  width: 19px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #999;
  background: #fff;
}
.form-check-inline input[type="checkbox"]:checked + label:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\F00C';
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  background: #be98aa;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
}

/* radio */
.form-check-inline-radio input[type="radio"] {
  /*opacity: 0;*/
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.form-check-inline-radio label{
  position: relative;
  margin: 0 15px 0 22px;
}
.form-check-inline-radio label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #999;
  background: #fff;
}
.form-check-inline-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background-color: #be98aa;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 1px #444;
  box-shadow: 0px 0px 1px #444;
}
.form-check-inline.page_table_check {
    padding-left: 15px;
}
.pickColor {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0.5rem 0;
}

/* 簽核管理 */
.process_icon{
  position: relative;
  width: 60px;
  margin: 0 auto;
}
.process_icon > img{
  width: 40px;
  height: 40px;
}
.process_delete{
  position: absolute;
  top: -9px;
  color: red;
  right: -5px;
  cursor: pointer;
  z-index: 2;
}
.process_icon_tab > img{
  width: 36px;
  height: 36px;
  margin-bottom: .5rem;
}
.dropdown-tree li:hover,.dropdown-tree li:hover ul li:hover{
  background: none;
}
.dropdown-tree li:hover a{
  color:#be98aa;
}
.dropdown-tree li:hover ul li a,.dropdown-tree li:hover ul li ul li a{
  color:#353535;
}
.dropdown-tree li ul li:hover a,.dropdown-tree li ul li ul li:hover a{
  color:#be98aa;
}

/* 圖檔上傳 */
.ai_img_box{
  height: 230px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  text-align: center;
  background: #f2f2f2;
}
.ai_img_box img{
  /* width: 100%; */
  height: 100%;
}
.ai_img_box .img_tra_bg{
  text-align: right;
  position: absolute;
  right: 8px;
  top: 8px;
}
.ai_img_box .img_tra_bg .btn_delete{
  background: rgba(0,0,0,.5);
  border: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 38px;
  padding: 0;
}
.ai_img_box .img_tra_bg .btn_delete i{
  margin-right: 1px;
}
.ai_img_box .img_tra_bg .btn_delete:hover{
  background: #e74c3c;
  box-shadow: 0 0 0 0.2rem rgba(225,83,97,.5);
}
.ai_img_name .btn_primary{
  border: 0;
  background: none;
  color: #717171!important;
}
.ai_img_name .btn_primary:hover{
  color: #be98aa!important;
}
.ai_img_name .btn_primary:not(:disabled):not(.disabled).active, .ai_img_name .btn_primary:not(:disabled):not(.disabled):active, .show>.btn_primary.dropdown-toggle{
  color: #be98aa!important;
  background: none;
}
.ai_img_name{
  display: flex;
  align-items: center;
}
@media screen and (max-width:1440px){
  .ai_img_box{
    height: 160px;
  }
}

.link_url i{
  vertical-align: middle;
  line-height: 42px;
  margin-right: .5rem;
}
.link_url i:hover{
  color: #359660;
}

/*頁籤*/
.nav-tabs{
  padding: .75rem 0;
}

.error, .suggest {
    color: #E15151;
}

select.form-control.error {
    color: #353535;
}


@media screen and (max-width:1199px) {
    .card-body{
    padding: 0;
  }
}
@media screen and (max-width:991px){
  /* 專案進度百分比 */
  .progress-text{
    margin-bottom: .5rem;
  }
  .progress-content{
    margin-bottom: 1rem;
    line-height: 1.2;
  }
}
@media screen and (max-width:700px){
  .form-row.border-bottom{
    border-bottom: 0!important;
  }
  .form-row.border-bottom .form-group, .form-horizontal .form-row .form-group{
    border-bottom: 1px solid #dee2e6!important;
    padding: 0 0 10px 0;
  }
  .tab-pane{
    padding: 15px 0;
  }
}

/*問卷*/
#components {
    min-height: 600px;
}

#target {
    min-height: 600px;
    border: 1px solid #ccc;
    padding: 5px;
}

    #target .component {
        border: 1px solid #fff;
    }

#temp {
    width: 500px;
    background: white;
    border: 1px dotted #ccc;
    border-radius: 10px;
}

.popover-content form {
    margin: 0 auto;
    width: 213px;
}

    .popover-content form .btn {
        margin-right: 10px
    }

#build .controls {
    display: block !important;
}

#components .controls {
    display: none !important;
}

#components .component:hover {
    background-color: #be98aa;
}
/* 問卷Table */
.survey_td {
    white-space: inherit !important;
}

[data-list-subject]:hover {
    background-color: rgb(190, 224, 42,0.1);
}
/*---------------------------------------------------------------------------------------------------------*/
/*產品*/
.card-header-prod {
    background: rgba(0,0,0,.02);
    color: rgba(0,0,0,.87);
    font-size: 1.125rem;
    padding: .875rem;
    text-transform: capitalize;
}
/*產品-封面*/
.img_cover {
    background: #ffffff;
    color: red;
    display: block;
    top: 0;
    z-index: 2222;
    position: absolute;
    text-align: center;
    font-size: smaller;
    font-weight: bolder;
}


/***Upload Image***/
#LogoResult img, #ImageryResult img{
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

/**說明按鈕**/
.mediaBtn{
  border: 0;
  background-color: #fff;
  color: #6E8CA6;
  font-size: 1.25rem;
  padding-top: 0.5rem;
}


/**Switch Buttom**/
.switchBtn {
  position: relative;
  width: 85px;
  margin:0 auto;
}

.switchBtn-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.switchBtn-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}

.switchBtn-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.switchBtn-inner:before,
.switchBtn-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 36px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.switchBtn-inner:before {
  content: "開啟";
  font-size: 1rem;
  line-height: 38px;
  font-weight: 500;
  padding-right: 1.2rem;
  background-color: #74d576;
  color: #FFFFFF;
}

.switchBtn-inner:after {
  content: "關閉";
  font-size: 1rem;
  line-height: 38px;
  font-weight: 500;
  padding-right: 0.7rem;
  background-color: #E15151;
  color: #FFFFFF;
  text-align: right;
}

.switchBtn-switch {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 0.7rem;
  background: #FFFFFF;
  position: absolute;
  top: 9px;
  bottom: 0;
  right: 46px;
  border: 0px solid #ffffff00;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.switchBtn-checkbox:checked+.switchBtn-label .switchBtn-inner {
  margin-left: 0;
}

.switchBtn-checkbox:checked+.switchBtn-label .switchBtn-switch {
  right: 0px;
}


/**Link Buttom**/
.linkBtn .link-label {
    font-size: 1rem;
    line-height: 38px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}

.linkBtn .link-label a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 1.2rem;
    background-color: #51ace1;
}

.linkBtn .link-label a:hover {
    background-color: #be98aa;
}
/*---------------------------------------------------------------------------------------------------------*/
    /**QA**/
    .QAcard .card-header {
    border-bottom: 1px solid #3e3f4c;
    padding: 0;
    margin-bottom: 0 !important;
    border-radius: 0;
}

.QAcard .card-header:hover {
  background-color: #be98aa;
}

.QAcard .card-header:hover .btn-link {
  color: #fff;
}

.QAcard .card-header:hover .btn-link::before, .QAcard .card-header:hover .btn-link::after{
  background-color: #fff;
}

.QAcard .btn-link{
  color: #be98aa;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
  padding: 1rem 1rem;
  border-radius: 0;
}

.QAcard .btn-link[aria-expanded="true"]{
  background-color: #BE98AA;
  color: #fff;
}

.QAcard .btn-link.focus, .QAcard .btn-link:focus {
  box-shadow: unset;
}

.QAcard .btn-link::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #BE98AA;
  border-radius: 2px;
}

.QAcard .btn-link::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #BE98AA;
  border-radius: 2px;
}

.QAcard .btn-link[aria-expanded="true"]::before{
  background-color: #fff;
}

.QAcard .btn-link[aria-expanded="true"]::after{
  top: 15px;
  right: 19px;
  transform: rotate(90deg) translateY(0%);
  transform-origin: center;
  background-color: #fff;
}

.QAcard .card-body{
  padding: 1.5rem 1rem 0.5rem 1rem;
  background-color: rgba(190, 152, 170, 0.1);
}

.listMark{
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5;
}

.listMark::before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0.25rem;
  width: 8px;
  height: 8px;
  background-color: #4e555b;
}

.QAcard ul li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom:1rem;
}

.QAcard ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 1.5rem;
    width: 8px;
    height: 8px;
    background-color: #4e555b;
    border-radius:50%;
}

/*Drop Images*/
.drapImgMouse {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 393px;
    height: 246px;
    z-index: 999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    opacity: 0;
}

.myImg {
    cursor: grab;
}


.accordion .card .card-header{
  padding: 0 1rem;
}

.accordion .card .card-header button{
  font-size: 1.5rem;
}

.accordion .card .card-header button:focus{
  box-shadow: none;
}

.accordion .card .card-header button svg path{
  fill: #6E8CA6;
}

.accordion .card .card-header button svg:hover path{
  fill: #BE98AA !important;
  font-size: 2rem;
}

.accordion .card .card-body{
  margin-top: 1rem;
  padding: 1rem 0 0 0;
  text-align: justify;
  border-top: 1px solid #ddd;
}

.accordion>.card:not(:last-of-type){
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.accordion>.card:not(:first-of-type){
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.con_bg{
  background: rgba(110, 140, 166, 0.1);
  padding: 1rem 1rem 1rem 2.5rem;
}

button i{
  /*color: #BE98AA;*/
}


/* 訂單資訊 */
.cart-items .cart-items-wrapper{
  background: #EFF5FB;
  padding: .5rem 1rem;
}

.cart-item{
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 1rem 0;
}

.item-information{
  display: flex;
  align-items: center;
}

.item-information img{
  height: 100px;
}

.description{
  margin-left: 1rem;
}

.sum{
  display: inline-block;
  font-size: 1.5rem;
  /*margin-top: 1rem;*/
  /*margin-right: 2rem;*/
}

.delivery-fee {
    font-size: 1.125rem;
    margin-top: 1rem;
    margin-right: 2rem;
}

.originalPrice {
    /* font-family: 'Rajdhani'; */
    text-decoration: line-through;
    font-size: 1rem;
    color: #ccc;
}

/* 訂單管理 */
.packageSize {
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 992px){
    .packageSize {
        flex-wrap: nowrap;
    }
}

.packageBox{
    width:100%;
    position:relative;
}

.packageBox .NT{
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    border-right: 1px solid #ddd;
    padding-right: 1rem;
}

.packageBox .price {
    padding-left: 80px;
}

.packageBox span.price {
    text-align: left;
    padding: .375rem .75rem;
    padding-left: 80px;
}

.form-control.Amount{
    text-align:left;
}

.packageBox .cm, .packageBox .kg {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border-left: 1px solid #ddd;
    padding-left: 1rem;
}

.pro_sum_box span{
    display:block;
}

/*信用卡付款設定*/
.tit_bg {
    background: #BE98AA;
    padding: 1rem;
    color:#fff;
}

.tit_bg a{
    color: #fff;
}

.tit_bg a:hover {
    color: #252525;
}

.con_bg {
    background: rgba(190, 152, 170, 0.1);
    padding: 1rem 1rem 1rem 2.5rem;
    margin-bottom:0;
}

/* ATM */
.ATM_con {
    margin-bottom: 1rem;
}

.ATM_con span {
    display: inline-block;
    padding-left: 1rem;
    padding-bottom: .5rem;
}

/*運費設定*/
.freight_note {
    padding: 0.5rem;
    margin-left: 1rem;
    border: 1px solid #BE98AA;
    color: #BE98AA;
}

.freight_note:hover {
    background: #BE98AA;
    color: #fff;
}