.footer__widget-content .fwtxt {
    font-size: 13px;
    line-height: 16px;
    color: #1a2c5c;
}
@font-face {
    font-family: "OHBTC";
    src: url('OpenHanBibleTC.woff2') format('woff2');
}
.imgw100 img{
    margin: 5px 0;
    width: 100%;
}
.fc-666 {
    color: #666;
}
.b18 {
    font-size: 1.8rem;
}
.rounded{border-radius:.25rem!important}
.rounded-0{border-radius:0!important}
.rounded-1{border-radius:.2rem!important}
.rounded-2{border-radius:.25rem!important}
.rounded-3{border-radius:.3rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-pill{border-radius:50rem!important}
.tp-event-2__date span b {
    color: #d77544;
    font-size: 30px;
    text-align: center;
}
.b09{
    font-size: 0.9rem !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .b18 {
        font-size: 1.8rem;
    }
}
@media (max-width: 575px) {
    .b18 {
        font-size: 1.8rem;
    }
}
.b16{
    font-size: 1.6rem !important;
}
.b14{
    font-size: 1.4rem !important;
}
.b12{
    font-size: 1.2rem !important;
}
.b11{
    font-size: 1.1rem !important;
}
.b09{
    font-size: 0.8rem !important;
}
.b08{
    font-size: 0.8rem !important;
}
.b07{
    font-size: 0.7rem !important;
}
.b06{
    font-size: 0.6rem !important;
}
.bg01 {
    background-color: #fcf6ef !important;
}
.bg02 {
    background-color: #f0e1cf !important;
}
.text-cis1 {
    color:#FFA101 !important;
}
.text-cis2 {
    color:#17305A !important;
}
.bg-cis1 {
    background-color:#FFA101 !important;
}
.bg-cis2 {
    background-color:#17305A !important;
}
.border-cis1 {
    border-color:#FFA101 !important;
}
.border-cis2 {
    border-color:#17305A !important;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -0.75rem !important;
}
.mt-n4 {
    margin-top: -1rem !important;
}
.b-adge .badge{
    font-weight: lighter;
}
.from-info-banner p{
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.from-info-banner p span{
    color: #ca037e;
    font-size: 0.8rem;
    font-style: italic;
}
.boxshadowdiv {
    border-radius:5px;
    -moz-box-shadow: 1px 4px 6px 1px rgba(0,0,0,0.63);
    -webkit-box-shadow: 1px 4px 6px 1px rgba(0,0,0,0.63);
    box-shadow: 1px 4px 6px 1px rgba(0,0,0,0.63);
}
.boxshadowdiv2 {
    border-radius:3px;
    -moz-box-shadow: 1px 4px 5px 1px rgba(255, 255, 255, 0.63);
    -webkit-box-shadow: 1px 4px 5px 1px rgba(255, 255, 255, 0.63);
    box-shadow: 1px 4px 5px 1px rgba(255, 255, 255, 0.63);
}
.boxshadow img {
    border-radius:5px;
    -moz-box-shadow: 1px 4px 6px 1px rgba(0,0,0,0.63);
    -webkit-box-shadow: 1px 4px 6px 1px rgba(0,0,0,0.63);
    box-shadow: 1px 4px 6px 1px rgba(0,0,0,0.63);
}
.avatar_show img{

}
.rounded-team{
    border-radius:3rem!important
}
.choice-note2 {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}
.choice-button2 {
    margin-top: 20px;
    padding: 2px;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.choice-button2 span{
    color: #fff;
    background: -webkit-linear-gradient(47deg, rgb(215, 118, 30) 0%, rgba(252,141,8,1) 40%, rgba(245,208,64,1) 82%);
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 7px 65px;
    letter-spacing: -0.02rem;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.choice-button2:hover span {
    color: #000;
    background: -webkit-linear-gradient(47deg, rgb(180, 93, 15) 0%, rgba(252,141,8,1) 40%, rgb(245, 228, 176) 82%);
    border-color: transparent;
    border-radius: 0px;
}
.choice-button3 {
    margin-top: 20px;
    padding: 2px;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.choice-button3 span{
    color: #fff;
    background: -webkit-linear-gradient(47deg, rgb(58, 47, 96) 0%, rgb(8, 130, 252) 40%, rgb(165, 217, 232) 82%);
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 7px 65px;
    letter-spacing: -0.02rem;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.choice-button3:hover span {
    color: #000;
    background: -webkit-linear-gradient(47deg, rgb(58, 47, 96) 0%, rgb(8, 130, 252) 40%, rgb(165, 217, 232) 82%);
    border-color: transparent;
    border-radius: 0px;
}
.choice-button4 {
    margin-top: 20px;
    padding: 2px;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.choice-button4 span{
    color: #fff;
    background: -webkit-linear-gradient(47deg, rgb(195, 81, 6) 0%, rgb(238, 161, 54) 40%, rgb(245, 215, 181) 82%);
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 7px 35px;
    letter-spacing: -0.02rem;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.choice-button4:hover span {
    color: #000;
    background: -webkit-linear-gradient(47deg, rgb(195, 81, 6) 0%, rgb(238, 161, 54) 40%, rgb(245, 215, 181) 82%);
    border-color: transparent;
    border-radius: 0px;
}
.choice-area-item, .choice-area-item2 {
    padding: 80px 15px 30px;
    border: 1px solid #f1f1f1;
}
.choice-area-item .item-mark {
    font-size: 4.5rem;
    background: -webkit-linear-gradient(47deg, rgb(169, 95, 29) 0%, rgba(252,141,8,1) 40%, rgba(245,208,64,1) 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-mark2 {
    font-size: 5.5rem;
    background: -webkit-linear-gradient(47deg, rgb(169, 95, 29) 0%, rgba(252,141,8,1) 40%, rgba(245,208,64,1) 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.choice-area-item .choice-note, .choice-area-item2 .choice-note {
    font-size: 8px;
    color: #989a9c;
}
.choice-area-item .choice-note2, .choice-area-item2 .choice-note2 {
    margin-top: 30px;
    font-size: 9px;
    color: #989a9c;
}
.choice-area-item .choice-banner, .choice-area-item2 .choice-banner {
    margin: 20px 0px 0px;
    font-size: 1.2rem;
    font-weight:600;
}

.choice-area-item .choice-button, .choice-area-item2 .choice-button {
    margin-top: 20px;
    padding: 2px;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.choice-area-item .choice-button span{
    color: #fff;
    background: -webkit-linear-gradient(47deg, rgb(215, 118, 30) 0%, rgba(252,141,8,1) 40%, rgba(245,208,64,1) 82%);
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 7px 65px;
    letter-spacing: -0.02rem;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.choice-area-item .choice-button:hover span {
    color: #000;
    background: -webkit-linear-gradient(47deg, rgb(180, 93, 15) 0%, rgba(252,141,8,1) 40%, rgb(245, 228, 176) 82%);
    border-color: transparent;
    border-radius: 0px;
}

.choice-area-item2 .item-mark {
    font-size: 4.5rem;
    background: -webkit-linear-gradient(47deg, rgb(58, 47, 96) 0%, rgb(8, 130, 252) 40%, rgb(165, 217, 232) 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.choice-area-item2 .choice-button span{
    color: #fff;
    background: -webkit-linear-gradient(47deg, rgb(58, 47, 96) 0%, rgb(8, 130, 252) 40%, rgb(165, 217, 232) 82%);
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 7px 65px;
    letter-spacing: -0.02rem;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.choice-area-item2 .choice-button:hover span {
    color: #000;
    background: -webkit-linear-gradient(47deg, rgb(94, 81, 138) 0%, rgb(83, 181, 234) 40%, rgb(209, 248, 241) 82%);
    border-color: transparent;
    border-radius: 0px;
}
.banner_note {
    color: #f5ecc7;
    font-size: 18px;
    font-weight: 300;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner_note {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .banner_note {
        font-size: 13px;
    }
}
/* 自編 長篇文章用*/
.article-detail p{
    font-size: 1rem;
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: normal;
    margin-left: 20px;
}
.article-detail .span2{
    margin-top: 2px;
    margin-left: 60px;
    line-height: 20px;
}
.article-detail ul{
    margin-left: 50px;
}
.article-detail ul li{
    font-size: 1rem;
}
/* 自編 長篇文章用 END*/
/* 表單美化 */

.form_input_list {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .form_input_list {
    margin-bottom: 32px;
    width: 90%;
    margin-right: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .form_input_list {
    width: 100%;
    margin-right: 0;
  }
}
.form_input_list input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
color: #666666;
}
.form_input_list input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}
.form_input_list input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}
.form_input_list input:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}
.form_input_list input {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 5px;
    color: #666666;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    background: inherit;
    width: 100%;
}
.form_input_list input:focus {
    border-color: #000;
    color: #000;
}
.form_input_list input:focus::-webkit-input-placeholder {
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form_input_list input {
        width: 90%;
    }
}
@media only screen and (max-width: 767px) {
    .form_input_list input {
        width: 100%;
    }
}

.footer_form {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 50px 50px 65px;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .footer_form {
        padding: 28px 30px 38px;
    }
}
.footer_form textarea {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    background: inherit;
    height: 160px;
    resize: none;
    padding-bottom: 3px;
}
.footer_form textarea:focus {
    border-color: #000;
    color: #000;
}
.footer_form textarea:focus::-webkit-input-placeholder {
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_form textarea {
        height: 130px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_form textarea {
        height: 100px;
    }
}

.contact-form .btn.btn-link {
    font-size: 14px;
    line-height: 51px;
    height: 50px;
    padding: 0 35px;
    margin-top: 22px;
}

/* 表單化 結束*/

/*alert styling*/
.alert-success {
    border-color: #e6e6e6;
    border-left: 5px solid #00986a;
    background-color: #fff;
    color: #888;
}

.alert-info {
    border-color: #e6e6e6;
    border-left: 5px solid #00b3c8;
    background-color: #fff;
    color: #888;
}

.alert-warning {
    border-color: #e6e6e6;
    border-left: 5px solid #f9af2c;
    background-color: #fff;
    color: #888;
}

.alert-danger {
    border-color: #e6e6e6;
    border-left: 5px solid #c82630;
    background-color: #fff;
    color: #888;
}

@media (min-width: 768px) {
    .alert {
        border-radius: 6px;
        display: table;
        width: 100%;
        padding-left: 78px;
        position: relative;
        padding-right: 60px;
        border: 1px solid #e6e6e6;
    }

    .alert .close {
        color: #888;
        opacity: 1;
        float: none;
        position: absolute;
        right: 18px;
        top: 50%;
        margin-top: -12px;
        font-size: 25px;
    }

    .alert .icon {
        text-align: center;
        width: 58px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #bdbdbd;
        padding-top: 15px;
        border-radius: 6px 0 0 6px;
    }

    .alert .icon i {
        font-size: 20px;
        color: #fff;
        left: 21px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
    }

    .alert .icon img {
        font-size: 20px;
        color: #fff;
        left: 18px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
    }
    /*============ colors ========*/
    .alert.alert-success .icon,
    .alert.alert-success .icon:after {
        border-color: none;
        background: #00986a;
    }

    .alert.alert-info .icon,
    .alert.alert-info .icon:after {
        border-color: none;
        background: #00b3c8;
    }

    .alert.alert-warning .icon,
    .alert.alert-warning .icon:after {
        border: none;
        background: #f9af2c;
    }

    .alert.alert-danger .icon,
    .alert.alert-danger .icon:after {
        border-color: none;
        background: #c82630;
    }
}
/*alert styling end*/
/*************************************************************/

div.square {
    text-align: center;
    border: solid #FFA101;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 0.5rem;
    border-width:1px;
    margin: 1px;
}
div.squarem {
    text-align: center;
    color: #FFA101;
    border: solid #FFA101;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 1.5rem;
    font-weight: 700;
    border-width:1px;
    margin: 1px;
    padding: 0;
}
.squarem2 {
    text-align: center;
    color:#FFF8F8;
    background-color: #FFA101;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 1.5rem;
    font-weight: 700;
    border-width:1px;
    margin: 1px;
}
.squarem2 a{ color:#FFF8F8;}
.square3 {
    width: 40%;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center;
}
.btn-cis1 {
    color: #ffffff;
    background-color: #FFA101;
    border-color: #FFA101;
}

.btn-cis1:hover {
    color: #ffffff;
    background-color: #FFA101;
    border-color: #FFA101;
}

.btn-cis1:focus, .btn-joy.focus {
    color: #ffffff;
    background-color: #FFA101;
    border-color: #FFA101;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-cis1.disabled, .btn-joy:disabled {
    color: #ffffff;
    background-color: #FFA101;
    border-color: #ffc107;
}

.btn-cis1:not(:disabled):not(.disabled):active, .btn-joy:not(:disabled):not(.disabled).active,
.show > .btn-joy.dropdown-toggle {
    color: #ffffff;
    background-color: #FFA101;
    border-color: #c69500;
}

.btn-cis1:not(:disabled):not(.disabled):active:focus, .btn-joy:not(:disabled):not(.disabled).active:focus,
.show > .btn-joy.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.wavshow img{
    height: 30px;
    color: #DE5000;
}
.bigwav img {
    max-width: 80px;

}
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
	/***********GRID 自訂***********/
.f1{float:left;margin-left:5px;margin-right:5px;width:calc(5% - 10px)}
.f2{float:left;margin-left:5px;margin-right:5px;width:calc(10% - 10px)}
.f3{float:left;margin-left:5px;margin-right:5px;width:calc(15% - 10px)}
.f4{float:left;margin-left:5px;margin-right:5px;width:calc(20% - 10px)}
.f5{float:left;margin-left:5px;margin-right:5px;width:calc(25% - 10px)}
.f6{float:left;margin-left:5px;margin-right:5px;width:calc(30% - 10px)}
.f7{float:left;margin-left:5px;margin-right:5px;width:calc(35% - 10px)}
.f8{float:left;margin-left:5px;margin-right:5px;width:calc(40% - 10px)}
.f9{float:left;margin-left:5px;margin-right:5px;width:calc(45% - 10px)}
.f10{float:left;margin-left:5px;margin-right:5px;width:calc(50% - 10px)}
.f11{float:left;margin-left:5px;margin-right:5px;width:calc(55% - 10px)}
.f12{float:left;margin-left:5px;margin-right:5px;width:calc(60% - 10px)}
.f13{float:left;margin-left:5px;margin-right:5px;width:calc(65% - 10px)}
.f14{float:left;margin-left:5px;margin-right:5px;width:calc(70% - 10px)}
.f15{float:left;margin-left:5px;margin-right:5px;width:calc(75% - 10px)}
.f16{float:left;margin-left:5px;margin-right:5px;width:calc(80% - 10px)}
.f17{float:left;margin-left:5px;margin-right:5px;width:calc(85% - 10px)}
.f18{float:left;margin-left:5px;margin-right:5px;width:calc(90% - 10px)}
.f19{float:left;margin-left:5px;margin-right:5px;width:calc(95% - 10px)}
.f20{float:left;margin-left:5px;margin-right:5px;width:calc(100% - 10px)}
.w1{float:left;width:5%}
.w2{float:left;width:10%}
.w3{float:left;width:15%}
.w4{float:left;width:20%}
.w5{float:left;width:25%}
.w6{float:left;width:30%}
.w7{float:left;width:35%}
.w8{float:left;width:40%}
.w9{float:left;width:45%}
.w10{float:left;width:50%}
.w11{float:left;width:55%}
.w12{float:left;width:60%}
.w13{float:left;width:65%}
.w14{float:left;width:70%}
.w15{float:left;width:75%}
.w16{float:left;width:80%}
.w17{float:left;width:85%}
.w18{float:left;width:90%}
.w19{float:left;width:95%}
.w20{width:100%;overflow:auto}
.l1{margin-left:calc(5% + 5px);margin-right:5px}
.l2{margin-left:calc(10% + 5px);margin-right:5px}
.l3{margin-left:calc(15% + 5px);margin-right:5px}
.l4{margin-left:calc(20% + 5px);margin-right:5px}
.l5{margin-left:calc(25% + 5px);margin-right:5px}
.l6{margin-left:calc(30% + 5px);margin-right:5px}
.l7{margin-left:calc(35% + 5px);margin-right:5px}
.l8{margin-left:calc(40% + 5px);margin-right:5px}
.l9{margin-left:calc(45% + 5px);margin-right:5px}
.l10{margin-left:calc(50% + 5px);margin-right:5px}
.l11{margin-left:calc(55% + 5px);margin-right:5px}
.l12{margin-left:calc(60% + 5px);margin-right:5px}
.l13{margin-left:calc(65% + 5px);margin-right:5px}
.l14{margin-left:calc(70% + 5px);margin-right:5px}
.l15{margin-left:calc(75% + 5px);margin-right:5px}
.l16{margin-left:calc(80 + 5px);margin-right:5px}
.l17{margin-left:calc(85% + 5px);margin-right:5px}
.l18{margin-left:calc(90% + 5px);margin-right:5px}
.l19{margin-left:calc(95% + 5px);margin-right:5px}
/***********GRID 自訂* 結束*********/

.checkbox-lg .form-check-input{
    top: .8rem;
    scale: 1.4;
    margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
    padding-top: 13px;
}

.checkbox-xl .form-check-input {
    top: 1.2rem;
    scale: 1.7;
    margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
    padding-top: 7px;
}
.bigcheck {
    margin-left: 30px;
    margin-top: 25px;
}
.gx-50 {
    --bs-gutter-x: 40px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .gx-50 {
        --bs-gutter-x: 0.8rem;
    }
}
/** TAB **/
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #FFA101;
    background: rgba(253, 238, 208, 0.6);
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid rgb(236, 167, 30);
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/** tab end **/
.custombt {
    width: 168px !important;
}
footer i[class*="fa-"] {
    display: inline-block;
    width: 16px;
    margin-right: 0.5em;
    text-align: center;
}
/** Table Fit 修正表格寬度**/
table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}
table.table-fit thead th, table.table-fit tfoot th {
    width: auto !important;
}
table.table-fit tbody td, table.table-fit tfoot td {
    width: auto !important;
}