﻿.IndicatorsOverview{

}

.IndicatorsOverview .main-col{

    margin-bottom:7px !important;
}
    /*.IndicatorsOverview .main-col   div {
        height: 60px;
    }*/

.owl-carousel .owl-item img{
    width:auto !important;
}

.RWDChart{

    width:100%;
    font-weight:bold;
}
.RWDChart svg tspan{
     font-weight:bold;
}
.RWDChart .text-box {
    background: #A7B1BB;
    padding: 5px;
    border-radius: 5px;
    border:1px solid #000000;
}
.spark-cont {
 
}
#chartdiv {
    width: 100%;
    height: 95vh;
}

.modal-95w {
    max-width: 95% !important;
}
.modal-90w{
    max-width:90% !important;
}
.modal-80w {
    max-width: 80% !important;
}
.modal-70w {
    max-width: 70% !important;
}
.modal-60w {
    max-width: 60% !important;
}
.modal-50w {
    max-width: 50% !important;
}

/*總體物質流開窗*/
@media(max-width: 768px) {

    .modal-90w-70w-50w {
        max-width: 100% !important;
    }

    .modal-60w-40w-30w {
        max-width: 100% !important;
    }

    .modal-70w-40w-30w {
        max-width: 100% !important;
    }
}
@media(min-width: 769px) and (max-width: 1440px) {

    .modal-90w-70w-50w {
        max-width: 90% !important;
    }

    .modal-60w-40w-30w {
        max-width: 60% !important;
    }

    .modal-70w-40w-30w {
        max-width: 70% !important;
    }
}
@media(min-width: 1441px) and (max-width: 1920px) {

    .modal-90w-70w-50w {
        max-width: 70% !important;
    }

    .modal-60w-40w-30w {
        max-width: 40% !important;
    }

    .modal-70w-40w-30w {
        max-width: 40% !important;
    }
}
@media(min-width: 1921px) {

    .modal-90w-70w-50w {
        max-width: 50% !important;
    }
    .modal-60w-40w-30w {
        max-width: 30% !important;
    }
    .modal-70w-40w-30w {
        max-width: 30% !important;
    }
}

.custom-modal .modal-content {
    border: 3px dashed orange;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.8);
}

a{
    color:rgba(0, 0, 0, 0.8);
    text-decoration:none;
}
.Report_Download {
    height: 40px;
    float: right
}
.cycle_bg {
    font-size: 21px;
    font-family: PingFangTC;
    color: #2f3c51 !important;
    letter-spacing:0.95px;
}
#CURChart, #DMIChart, #DMCChart, #DPOChart, #CO2Chart, #DPOChart2, #DMOChart, #EDLChart {
    min-width: 310px;
    height: 400px;
    margin: 0 auto
}

.customTable.t1 {
    border-width: 0px;
    width: 100%;
    border-collapse: collapse;
}
#page_title {
    font-family: PingFangTC;
    font-size: 21px;
    letter-spacing: 0.95px;
    color: #2f3c51;
    padding: 1rem 0;
}
.w-20{
    width:20%;
}
.w-30 {
    width: 20%;
}
.w-40 {
    width: 20%;
}

.PerCapita {
    border-width: 0px;
    width: 100%;
    border-collapse: collapse;
}

.symbol {
    font-weight: bold;
    color: #f3b050;
    font-size: 22px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

@media(min-width: 1200px){

    .display-1 {
        font-size:20rem;
        font-weight:bold;
    }
}

.icon-position {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 51;
}

.icon-style {
    background-color: #21a09c;
    border: 2px solid #21a09c;
    border-radius: 10%;
    height: 50px;
    width: 50px;
    color: #fff;
    cursor: pointer;
}

.icon-style:hover {
    animation: none;
    background: #fff;
    color: #21a09c;
    border: 2px solid #21a09c;
}

.szh-menu-button,
.header-menu a {
    background: none;
    border: 0;
    font-family: auto;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    color: #2a3950;
}

.header-menu a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    background-color: #327abe;
}

.szh-menu-button::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.szh-menu-button:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    background-color: #327abe;
}

.menu-body {
    /*background: #358ba9;*/
}

.menu {
    display: flex;
    justify-content: right;
    padding: 10px;
    padding-top: 0px;
}

.menu-item {
    margin: 0 15px;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 860px) {
    .desktop {
        display: none !important;
    }
}

.accordion-item {
    cursor: pointer;
}

/*plot寬度*/
.js-plotly-plot {
    width: 100%;
}
.plot-container {
    display: flex;
    justify-content: center; /* 水平置中 */
    align-items: center; /* 垂直置中（如果需要） */
    overflow-x: auto; /* 水平滾動 */
}
.plot-container::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}


.me-1px {
    margin-right: 1px;
}

@media (max-width: 900px) {
    .IndicatorsOverview .main-col div {
        /*height: 100px;*/
    }
}

/*GHG: start*/
.content .boxSix[ghg] .boxSixContent .plan .plan-content .contentItemSubContent {
    padding: 0 0px;
    line-height: 2.12;
    letter-spacing: 0.54px;
    color: #2f3c51;
    margin-left: 0px;
}

.content .boxSix[ghg] .boxSixContent .plan .header .title {
    font-family: NotoSansCJKtc;
    /*font-size: 24px;*/
    font-size: 1.8em;
    letter-spacing: 0.95px;
    color: #21a09c;
}
.content .boxSix[ghg] .title2 {
    font-family: NotoSansCJKtc;
    font-size: 1.4em;
    letter-spacing: 0.95px;
    color: #21a09c;
}
.content .boxSix[ghg] .slick-slide .situation .fa-trash-can,
.content .boxSix[ghg] .slick-slide .situation .fa-wrench {
    display: none;
}

.content .boxSix[ghg] .slick-slide .situation1 .fa-trash-can,
.content .boxSix[ghg] .slick-slide .situation2 .fa-trash-can {
    display: none;
}

.content .boxSix[ghg] .slick-slide .situation1 .fa-wrench,
.content .boxSix[ghg] .slick-slide .situation3 .fa-wrench {
    display: none;
}

.content .boxSix[ghg] .slick-slide .situation2 .fa-wrench {
    color: #A8A800;
    margin-right: 10px;
    margin-top: 20px;
}
.content .boxSix[ghg] .slick-slide .situation2 .input-group-text {
}

.content .boxSix[ghg] .slick-slide .situation2 .form-control {
}

.content .boxSix[ghg] .slick-slide .situation3 .input-group-text:not(.select) {
    background: none;
    text-shadow: 0 0 8px #dcdcdc;
    border: 0;
}

.content .boxSix[ghg] .slick-slide .situation3 .form-control,
.content .boxSix[ghg] .slick-slide .situation3 .total_hr,
.content .boxSix[ghg] .slick-slide .situation3 .ghg_total {
    text-shadow: 0 0 8px #dcdcdc !important;
    color: #fff !important;
    border: 0 !important;
}

.content .boxSix[ghg] .slick-slide .situation3 {
    position: relative;
}

    .content .boxSix[ghg] .slick-slide .situation3 .fa-trash-can {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #21a09c;
        z-index: 1;
    }

    .content .boxSix[ghg] .slick-slide .situation3 .ghg_total {
        display: none;
    }

.content .slick-next:before, .content .slick-prev:before {
    color: #21a09c;
}

.slick-dots li.slick-active button:before {
    color: #21a09c;
}

.slick-next {
    right: -15px;
}

.slick-prev {
    left: -15px;
}

.slick-dots {
    bottom: -5px;
}
.content .boxSix .boxSixContent .plan .delBtn {
    padding: 0;
    border: 1px dashed #f5b7b7;
    border-radius: 100px;
    color: #f5b7b7;
    Background: none;
    padding: 2px;
}

.content .boxSix .boxSixContent .plan .addBtn {
    padding: 0;
    border-radius: 100px;
    color: #21a09c;
    Background: none;
    border: 1px dashed #21a09c;
    padding: 2px;
}

.content .boxSix[ghg] .contentItemSubContent fieldset .slick-slider .title img {
    display: inline-block;
}

.content .boxSix[ghg] .menuList .menuItem.no-bg.active,
.content .boxSix[ghg] .menuList .menuItem.no-bg.active a {
    background: none !important;
    color: #166689;
}

.content .boxSix[ghg] .contentItemSubContent *.form-select:disabled,
.content .boxSix[ghg] .contentItemSubContent *.form-control:disabled,
.content .boxSix[ghg] .contentItemSubContent .input-group.onlyRead .form-control {
    background: #dcdcdc !important;
}

.content .boxSix[ghg] .contentItemSubContent .old .input-group-text {
    background: #a9a9a9 !important;
    border-color: #ccc !important;
}

.content .boxSix[ghg] .contentItemSubContent .old .form-control {
    border-color: #ccc !important;
}

.content .boxSix[ghg] .contentItemSubContent .input-group.onlyRead .form-control input {
    height: 100%;
}

/*進度條樣式: start*/
.stepper {
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 170px;
    font-weight: bold;
}
/*底色*/
.stepper.front {
    background-color: white; /*#E9E7FF*/
}

.stepper.front.purple {
    background-color: #effafa; /*#E9E7FF*/
    
}
.stepper.front.active {
    border-bottom: 2px solid #1eaaa5;
}

.stepper.back {
    background-color: white;
}

.stepper.number::before {
    content: attr(data-number) attr(data-step);
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.stepper::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 100%;
    z-index: 1;
}

.stepper.front::after {
    border-left: 15px solid white; /*#E9E7FF*/
}

.stepper.front.purple::after {
    border-left: 15px solid #effafa;
}

.stepper.back::after {
    border-left: 10% solid white;
}

.stepper-title {
    display: flex;
    font-size: 9px;
    background-color: #358ba9;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 5px;
}

.no-finish {
    background-color: #CFC7F6;
    color: #CBCBD3;
}

.no-finish .stepper-title {
    background-color: #e6f3f3;
}
/*進度條樣式: end*/

.boxSix .contentItemSubContent .content-title {
    font-weight: bold;
    color: #358ba9;
}

.boxSix .contentItemSubContent .red {
    color: #972525;
}

.boxSix .contentItemSubContent .warr_title {
    color: #ccc;
    font-weight: normal !important;
    font-size: 15px;
}

.boxSix .contentItemSubContent .warr_title_red {
    color: red;
    font-weight: normal !important;
    font-size: 15px;
}

.boxSix .contentItemSubContent .ghg-slider .slick-prev,
.boxSix .contentItemSubContent .ghg-slider .slick-next {
    top: 18px;
    z-index: 1;
}

.boxSix .contentItemSubContent .ghg-slider .slick-prev {
    right: 95px;
    left: unset;
}

.boxSix .contentItemSubContent .ghg-slider .slick-next {
    right: -24px;
}

.boxSix .contentItemSubContent .ghg-slider2 .slick-prev,
.boxSix .contentItemSubContent .ghg-slider2 .slick-next {
    top: 21px;
    z-index: 1;
}

.boxSix .contentItemSubContent .ghg-slider2 .slick-prev {
    right: 238px;
    left: unset;
}

.boxSix .contentItemSubContent .ghg-slider2 .slick-next {
    right: 12px;
}

.ghg-slider3 .slick-prev,
.ghg-slider3 .slick-next {
    top: 17px;
    z-index: 1;
}

.ghg-slider3 .slick-prev {
    right: 120px;
    left: unset;
}

.ghg-slider3 .slick-next {
    right: 20px;
}

/*GHG優化調整頁面 slick 按鈕*/
.boxSix .contentItemSubContent .ghg-slider4 .slick-prev,
.boxSix .contentItemSubContent .ghg-slider4 .slick-next {
    top: 90px;
    z-index: 1;
}

.boxSix .contentItemSubContent .ghg-slider4 .slick-prev {
    left: 35%;
}

.boxSix .contentItemSubContent .ghg-slider4 .slick-next {
    right: 33%;
}

@media (max-width: 1200px) {
    .boxSix .contentItemSubContent .ghg-slider4 .slick-prev {
        left: 30%;
    }

    .boxSix .contentItemSubContent .ghg-slider4 .slick-next {
        right: 30%;
    }
}

@media (max-width: 700px) {
    .boxSix .contentItemSubContent .ghg-slider4 .slick-prev {
        left: 10%;
    }

    .boxSix .contentItemSubContent .ghg-slider4 .slick-next {
        right: 10%;
    }
}

/*核選方塊的樣式*/
.custom-checkbox .form-check-input {
    border: 2px solid #358ba9; /* 修改未勾選時的邊框 */
    transform: scale(1.5); /* 放大 checkbox */
}
.custom-checkbox .form-check-label {
    font-size: var(--bs-body-font-size);
}

/*淺灰色背景*/
.bg-light-grey {
    background: #dcdcdc !important;
}

.ghg-title {
    text-shadow: 0 4px 10px rgba(84, 108, 130, 0.25);
    font-family: Inter;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d3e5d;
    display: inline-block;
    vertical-align: middle;
}

.GHGBtn {
    padding: 15px 50px 15px 50px;
    color: #fff;
    background: #219cb7;
    text-decoration: none;
    border-radius: 10px;
    font-size: 1.2rem;
}

.ghg-footer {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0 3.25rem;
}

.GHG_Page {
    font-size: 19px;
}

.GHG.modal .GHG-Modal-Body {
    height: 60vh;
    overflow: auto;
    overflow-x: hidden;
}

.content .boxSix[ghg] .menuList .menuItem a {
    text-align: left !important;
    color: #21a09c !important;
}

.content .boxSix[ghg] .menuList .menuItem.active a {
    color: #fff !important;
    font-weight: bold;
}

.content .boxSix[ghg] .menuList .menuItem:hover a {
    color: #fff !important;
}

.content .boxSix[ghg] .menuList .menuItem {
    border-radius: 10px;
}


.content .boxSix[ghg] .hr {
    border-top: 5px dashed #21a09c;
}

.content .boxSix[ghg] .total_hr {
    border-top: 5px dashed #21a09c;
}

.content .boxSix[ghg] .ghg_total .title {
    font-size: 24px;
    font-weight: bold;
    color: #21a09c !important;
}

.content .boxSix[ghg] .ghg_total .value {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.content .boxSix[ghg] .ghg_total i {
    font-weight: bold;
    color: #21a09c;
}

.content .boxSix[ghg] .menuList .menuItem .warn {
    color: #ccc;
}

.content .boxSix[ghg] .menuList .menuItem.acitve .warn {
    color: #fff;
}

.content .boxSix[ghg] .header .sub_title, .content .boxSix[ghg] .warr_text {
    font-family: NotoSansCJKtc;
    font-size: 15px;
    letter-spacing: 0.95px;
    color: #21a09c;
}


.content .boxSix[ghg] .contentItemSubContent fieldset {
    border: 0;
}

    .content .boxSix[ghg] .contentItemSubContent fieldset img {
        width: 32px;
    }

.content .boxSix[ghg] .contentItemSubContent legend {
    float: none;
    width: auto;
    color: #166689;
    text-align: left;
    font-size: 18px;
}

.input-group-append .input-group-text {
    border-radius: 0;
}

.content .boxSix[ghg] .contentItemSubContent .input-group-text,
.content .boxSix[ghg] .step-content .input-group-text,
.content .home .input-group-text {
    color: #fff;
    background-color: #21a09c;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 3px dashed #21a09c;
    height: max-content;
}

.content .boxSix[ghg] .contentItemSubContent .input-group-prepend .input-group-text {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    height: 100%;
}

.content .boxSix[ghg] .contentItemSubContent .form-control {
    border: 1px double #21a09c;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-body-bg);
}

.content .boxSix[ghg] .contentItemSubContent .input-group.text .input-group-prepend {
    border: 0;
    width: 140px;
    color: #000;
    background: none;
    border-radius: 0;
}

.content .boxSix[ghg] .contentItemSubContent .input-group.text .input-group-text {
    background: #21a09c;
    border: 3px dashed #21a09c;
    color: #fff;
    border-radius: 0;
}

.content .boxSix .contentItemSubContent .input-group.text .input-group-text {
}

.content .boxSix[ghg] .contentItemSubContent .custom-nav.custom-nav-left,
.content .boxSix[ghg] .contentItemSubContent .custom-nav.custom-nav-right {
    display: none;
}

.content .boxSix[ghg] .contentItemSubContent .input-group.text .form-control {
    background: none;
    border: 0;
    border-bottom: 3px dashed #21a09c;
    color: #000;
    font-size: 1rem !important;
}

.content .boxSix[ghg] .contentItemSubContent .input-group .form-control.img img {
    width: 16px;
    height: 16px;
    display: unset !important;
    vertical-align: middle;
}

.content .boxSix[ghg] .contentItemSubContent .input-group .form-control.img {
    text-align: left;
    align-items: center;
}

    .content .boxSix[ghg] .contentItemSubContent .input-group .form-control.img input {
        width: 93%;
        display: inline-block;
        border: 0;
        background: #fff;
        padding: 0;
    }

.content .boxSix[ghg] .contentItemSubContent .input-group .form-control.value input {
    border: 0;
    background: #fff;
    padding: 0;
}

.content .boxSix[ghg] .contentItemSubContent .input-group-prepend {
    border-radius: 0;
}

    .content .boxSix[ghg] .contentItemSubContent .input-group-prepend i {
        color: #b44040;
        font-size: 12px;
        margin-right: 1px;
    }



.content .boxSix[ghg] .owl-theme .item,
.content .boxSix[ghg] .owl-theme .item .title img {
    text-align: unset;
}

    .content .boxSix[ghg] .owl-theme .item .title img {
        display: inline-block;
    }

.content .boxSix[ghg] .boxSixContent .plan .plan-content .Btn_analytics {
    padding: 5px 10px 5px 10px;
    color: #fff;
    background: #358ba9;
    text-decoration: none;
}

.content .boxSix[ghg] .boxSixContent .analytics {
    background: #effafa !important;
    border-radius: 10px;
    color: #21a09c !important;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #21a09c;
}
.content .boxSix[ghg] .boxSixContent .analytics_ghgbtn {
    background: #219cb7 !important;
    border-radius: 10px;
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #21a09c;
}
.offcanvas {
    background: #38c0bb;
}

    .offcanvas .offcanvas-title {
        font-weight: bold;
        color: #fff;
    }

    .offcanvas .offcanvas-header {
        border-bottom: 1px solid #fff;
    }

    .offcanvas .form-header-group {
        position: relative;
    }

        .offcanvas .form-header-group select {
            background: #21a09c;
            color: #fff;
            font-weight: bold;
            border: 0;
        }

            .offcanvas .form-header-group select option {
                color: #fff;
                font-weight: bold;
                background-color: #21a09c;
            }

        .offcanvas .form-header-group i {
            position: absolute !important;
            top: 25% !important;
            left: 10px !important;
            color: #fff;
        }

    .offcanvas .input-group-text {
        color: #fff;
        background-color: #21a09c;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 3px dashed #21a09c;
    }

.offcanvas-body .btn {
    padding: 10px 20px 10px 20px;
    color: #fff;
    background: #358ba9;
    text-decoration: none;
}

.offcanvas-body {
}

    .offcanvas-body::-webkit-scrollbar {
        overflow: hidden;
        width: 0px;
        height: 100vh;
    }

    .offcanvas-body .offcanvas-items {
        overflow-y: auto;
        height: 75vh;
    }

        .offcanvas-body .offcanvas-items i.fa-up-right-from-square:hover {
            color: greenyellow;
        }

        .GHG.modal .GHG-Modal-Body::-webkit-scrollbar, .offcanvas-body .offcanvas-items::-webkit-scrollbar {
            width: 5px;
        }

        .GHG.modal .GHG-Modal-Body::-webkit-scrollbar-button, .offcanvas-body .offcanvas-items::-webkit-scrollbar-button {
            background: #21a09c;
            border-radius: 4px;
        }

        .GHG.modal .GHG-Modal-Body::-webkit-scrollbar-track-piece, .offcanvas-body .offcanvas-items::-webkit-scrollbar-track-piece {
            background: #effafa;
        }


        .GHG.modal .GHG-Modal-Body::-webkit-scrollbar-thumb, .offcanvas-body .offcanvas-items::-webkit-scrollbar-thumb {
            border-radius: 4px;
            background-color: #21a09c;
            border: 1px solid #000;
        }

.GHG.modal .GHG-Modal-Body::-webkit-scrollbar-track-piece {
    background-color: #8eacab;
}

.offcanvas-body .box .title {
    color: #effafa;
    font-weight: bold;
}

.offcanvas-body .box {
    background: #21a09c;
    color: #fff;
}


    .offcanvas-body .box .child-item {
        color: #dcdcdc;
        font-size: 14px;
    }

.offcanvas-body i.fa-circle-info {
    border: 1px dashed #e45d05;
    border-radius: 100px;
    background: #e45d05;
}

.offcanvas-body i.fa-up-right-from-square {
    border: 1px dashed #e45d05;
    border-radius: 100px;
    padding: 2px;
    color: #fff;
}
.offcanvas .form-control {
    border-radius: var(--bs-border-radius);
}

.modal.GHG .modal-header, .modal.GHG .modal-footer {
    background: #21a09c;
    color: #fff;
    font-weight: bold;
}

    .modal.GHG .modal-header, .modal.GHG .modal-footer input {
        border: 1px solid #fff;
        color: #fff;
    }

.modal.GHG .modal-body {
    background: #effafa;
}

    .modal.GHG .modal-body .input-group-text {
        background: #21a09c;
        color: #fff;
        width: 120px;
        max-width: 120px;
    }

    .modal.GHG .modal-body .form-control {
        background: none;
        border: 0;
        border-bottom: 1px dashed #21a09c;
    }

.content .boxSix[ghg] .boxSixContent select:invalid {
    color: var(--bs-body-color);
}

.circle-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #c9e8e8;
    color: #21a09c;
    display: inline-block;
    text-align: center; /* 對齊文字 */
    line-height: 32px; /* 設定行高等於高度，讓文字垂直置中 */
    /*font-size: 16px;*/ /* 調整字體大小 */
    font-weight: bold; /* 可選，加粗字體 */
    margin-right: 5px; /* 可選，增加與後面文字的間距 */
}

.content .boxSix[ghg] .boxSixContent .plan .plan-content .Btn,
.content .boxSix[ghg] .boxSixContent .plan .footer .Btn,
.content .boxSix[ghg] .boxSixContent .plan .footer .addBtn {
    padding: 15px 50px 15px 50px;
    color: #fff;
    background: #358ba9;
    text-decoration: none;
}

@media (max-width:575.98px) {
    html {
        width: 100%;
        overflow: hidden;
    }

    body {
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
    }

    .content .boxSix[ghg] .contentItemSubContent .input-group .form-control.img input {
        width: 85%;
    }
    /*手機介面上下一步 -避免跑版*/
    .content .boxSix[ghg] .btnarea div {
        text-align: center !important;
        height: 75px;
    }

        .content .boxSix[ghg]  .btnarea div a {
            width: 100%;
        }
}
@media (max-width:767.98px) {
    html {
        width: 100%;
        overflow: hidden;
    }

    body {
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
    }

    .content .boxSix[ghg] .contentItemSubContent .input-group .form-control.img input {
        width: 90%;
    }

    /*手機介面上下一步 -避免跑版*/
    .content .boxSix[ghg] .btnarea div {
        text-align: center !important;
        height: 75px;
    }
}
@media (max-width:950px) {
    .content .boxSix[ghg] .contentItemSubContent .input-group .form-control.img input {
        width: 85%;
    }

    .stepper-case {
        font-size: 13px;
        width: 100%;
    }

        .stepper-case .stepper {
            min-width: 120px;
        }

        .stepper-case .stepper-title {
            margin-left: 10px;
        }
}
/* 設定按鈕容器，讓第一個按鈕靠左，其餘按鈕靠右 */
.content .boxSix[ghg] .contentItemSubContent .ghg-button-container {
    display: flex;
    justify-content: space-between; /* 讓第一個按鈕靠左，其他按鈕靠右 */
    align-items: center; /* 垂直居中 */
    gap: 10px; /* 按鈕之間的間距 */
    padding-left: 10px;
    padding-right: 10px;
}

/* 右側按鈕容器 */
.content .boxSix[ghg] .contentItemSubContent .ghg-button-container .right-buttons {
    display: flex;
    gap: 10px; /* 按鈕之間的間距 */
}

/* 讓按鈕容器在寬度小於 768px 時，改為垂直排列 */
@media (max-width: 768px) {
    .content .boxSix[ghg] .boxSixContent .plan .plan-content .detailBox {
        margin: 0px;
        padding: 10px 10px;
    }
    .content .boxSix[ghg] .contentItemSubContent .input-group-prepend {
        width: 120px;
    }
    .content .boxSix[ghg] .contentItemSubContent .ghg-button-container {
        flex-direction: column; /* 手機版時，改為垂直排列 */
        align-items: center;
        gap: 5px;
    }
    .content .boxSix[ghg] .contentItemSubContent .ghg-button-container .right-buttons {
        flex-direction: column; /* 右側按鈕也垂直排列 */
        gap: 5px;
    }
}

/*減碳試算的tab*/
/* 基本樣式 */
.ghg-tab {
    display: flex;
    flex-wrap: wrap; /* 允許換行 */
    justify-content: left; /* 置中顯示 */
}

.ghg-tab a {
    margin: 0 13px 0px 13px;
    padding: 10px 26px;
    border-radius: 4px;
    color: #383d3e;
    text-decoration: none; /* 取消預設的下劃線 */
    display: inline-block;
}

/* 連結被選取時的樣式 */
.ghg-tab .active {
    color: #ffffff;
    background-color: #1e9faa;
}

/* 分隔線的樣式 */
.ghg-tab a + a {
    margin-left: 10px;
}
.ghg-tab i::after {
    content: "";
    height: 40px;
    background: #9fb2b7;
    width: 1px;
    display: inline-block;
    margin-left: 10px;
}

.ghg-tab-dropdown {
    color: #ffffff;
    background-color: #1e9faa;
    height: 56px;
    font-size: 16px;
    /*白色箭頭*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.ghg-tab-dropdown option {
    color: #ffffff;
    background-color: #1e9faa;
    text-align: center;
}


/* 小螢幕 RWD: 當螢幕寬度小於768px時 */
@media (max-width: 768px) {
    .ghg-tab {
        flex-direction: column; /* 垂直排列 */
        align-items: flex-start; /* 左對齊 */
    }

    .ghg-tab a {
        margin: 8px 0; /* 上下間距 */
        width: 100%; /* 使連結寬度佔滿容器 */
        text-align: center; /* 文字置中 */
    }

    .ghg-tab i::after {
        display: none; /* 隱藏分隔線 */
    }
}

/* 更小螢幕: 當螢幕寬度小於480px時 */
@media (max-width: 480px) {
    .ghg-tab a {
        padding: 8px 20px; /* 調整內邊距 */
        font-size: 14px; /* 調整字型大小 */
    }
}

/*卡片式清單內容*/
.content .boxSix .contentItemSubContent .card {
    display: flex;
    flex-direction: column;
    height: 100%; /* 讓卡片的高度適應容器 */
}

.content .boxSix .contentItemSubContent .card-body {
    background-color: #fff;
    flex-grow: 1; /* 讓卡片內容區域佔據剩餘空間 */
    display: flex;
    flex-direction: column;
}

.content .boxSix .contentItemSubContent .card .card-img-top {
    height: 225px;
    width: 225px;
}
.content .boxSix .contentItemSubContent .card .card-title {
    border-bottom: 2px solid #1e9faa; /* 淺綠色 (PaleGreen) 1px底線 */
    padding-bottom: 10px; /* 讓標題與底線之間有點空隙 */
}

.content .boxSix .contentItemSubContent .card .card-text {
    flex-grow: 1; /* 讓卡片內容自動適應高度 */
}

/*GHG: end*/

/**ajax image position*/
.ajax_image {
    text-align: center;
    position: relative;
}
.ajax_image div {
    position: absolute;
    top: 48%;
    left: 48%;
    margin-top: 10px;
}

.ajax_image img {
    width: 28px;
    margin-right: 10px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
    }
}

/*表格的scrollbar*/
.table-responsive::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

/*資源循環指標-計算公式*/
@media(min-width: 768px) {
    /*資源循環指標-計算公式*/
    .contentBox .plan .contentItemSubContent .calculationFormula .col-12 {
        display: flex !important;
    }
    .contentBox .plan .contentItemSubContent .calculationFormula .col-12 .contentItemSubContent-text {
        width: 100px;
    }
    .contentBox .plan .contentItemSubContent .calculationFormula .col-12 .border-left-style-calculation {
        border-color: #a6d2de;
        border-left-width: 6px;
        border-left-style: solid;
        width: 90%;
        padding-left: 3rem !important;
    }

    /*資源循環指標-計算說明*/
    .contentBox .plan .contentItemSubContent .calculationInstructions .col-12 {
        display: flex !important;
    }
    .contentBox .plan .contentItemSubContent .calculationInstructions .col-12 .contentItemSubContent-text {
        width: 100px;
    }
    .contentBox .plan .contentItemSubContent .calculationInstructions .col-12 .border-left-style-calculation {
        border-color: #a6d2de;
        border-left-width: 6px;
        border-left-style: solid;
        width: 90%;
        padding-left: 1rem !important;
    }

    /*資源循環指標-趨勢*/
    .contentBox .plan .contentItemSubContent .trend .col-12 {
        display: flex !important;
    }
    .contentBox .plan .contentItemSubContent .trend .col-12 .contentItemSubContent-text {
        width: 100px;
    }
    .contentBox .plan .contentItemSubContent .trend .col-12 .border-left-style-calculation {
        border-color: #a6d2de;
        border-left-width: 6px;
        border-left-style: solid;
        width: 90%;
        padding-left: 3rem !important;
        display: flex !important;
    }
        .contentBox .plan .contentItemSubContent .trend .col-12 .border-left-style-calculation2 {
            border-color: #a6d2de;
            border-left-width: 6px;
            border-left-style: solid;
            width: 90%;
            padding-left: 3rem !important;
        }
}