* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    background-color: #e7e7e7;
    margin: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,"Microsoft JhengHei","PingFang TC","Ming_MSCS","Ming-MSCS-DSI","Microsoft YaHei",sans-serif;
    line-height: 1.4;
}

input[type=text] {
    text-indent: 10px;
    font-size: 16px;
}

select {
    text-indent: 10px;
    font-size: 16px;
}

.whiteBg {
    background-color: white;
}

.tnrimage {
    max-width: 80%;
}
.maxwidth100percent {
    max-width: 100%;
}
.width30percent{
    width:30%;

}
.width60percent {
    width: 60%;
}
.width70percent {
    width: 70%;
}



#navBar {
    /*background-color: #002951 !important;*/
    background-image: linear-gradient(0deg, #0f1623, #001c81) ;
    box-shadow: 0px 0px 10px #4b4b4b;
    /*position: fixed;*/
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    z-index: 999999;
    opacity: 1 !important;
}

#configBar {
    display: flex;
    justify-content: space-around;
    padding: 0px 10px 0px 10px;
}

#A1 {
    font-size: 24px;
}

#A2 {
    font-size: 20px;
}

#A3 {
    font-size: 16px;
}
#hiddenInfolb{
    cursor:pointer;
}
#showInfolb{
    cursor:pointer;
}


.dropdown {
    position: absolute;
    top: 30px;
    right: 10px;
}

.dropbtn {
    display:block;
    border: 2px solid #FFFFFF;
    color: white;
    padding: 2px 2px;
    background-color: inherit;
    margin: 0;

    border-radius: 15%;
    cursor:pointer;
}

.legend {
    top: 60px;
    margin: 0 auto;
    z-index: 2;
}

.legendbtn {
    position: relative;
    margin-top: 3px;
    min-width: 100px;
    height: 20px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #13A07B;
    color: white;
    border-color: gray;
    padding: 0px 10px;
    
}

    .legendbtn:hover {
        border-color: black;
    }

.legendDescription {
    position: absolute;
    margin-top: 5px;
    right: 10px;
    max-width: 90%;
    padding: 8px 8px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    background-color: white;
    z-index: 999999;
    box-shadow: 5px 5px 10px 0px #4b4b4b;
    text-align: left;
    
}

.icon{
    display:block;
    width:20px;
    height:3px;
    background-color:white;
    margin:4px;
}
.settingMap {
    position: absolute;
    top: 70px;
    right:10px;
    padding: 0px 8px;
    width: 100px;
    border: 1px solid #FFFFFF;
    border-radius: 15%;
    background-color: white;
    z-index: 999999;
    box-shadow: 5px 5px 10px 0px #4b4b4b;
}
.settingMapDetail{
    /*height:48px;*/
    text-align:center;
    padding:8px 0px;
    border:0px;
    background-color:#FFFFFF;
    cursor:pointer;
    color:#000000;
}
.settingMapDetail:hover{
    background-color:#F5F5F8;
}



.fortsizeBtn {
    padding: 4px 8px 0px;
    height: 40px;
    width: 40px;
    letter-spacing: 0;
    border-radius: 2px;
    margin-right: 2px;
    border: 1px solid #4B98CC;
    border-bottom-width: 2px;
    margin: 0;
    display: inline-block;
    float: left;
    background: #FFF;
    text-align: center;
    margin: 0px 5px 0px 0px;
}


.backBtn {
    position: absolute;
    left: 16px;
    cursor: pointer;
    transform: rotate(180deg);
}

.el-radio {
    color: #232323;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    font-size: 14px;
    margin-right: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.el-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    top: 4px;
}

.el-radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    color: rgba(0,0,0,0.65);
}

    .el-radio__inner:hover {
        border-color: #13a07b;
    }

.el-radio .el-radio__input.is-checked .el-radio__inner {
    background: #13a07b;
}

    .el-radio .el-radio__input.is-checked .el-radio__inner:after {
        content: "";
        width: 6px;
        height: 3px;
        border: 2px solid #fff;
        border-top: transparent;
        border-right: transparent;
        text-align: center;
        display: block;
        position: absolute;
        top: 4px;
        left: 3px;
        transform: rotate(-45deg);
        border-radius: 0;
        background: none;
    }

.el-radio__input.is-checked + .el-radio__label {
    color: #232323;
}

.el-radio__original {
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.el-radio__label {
    padding-left: 8px;
}

.visibilityHidden {
    visibility: hidden
}

.visibilityVisible {
    visibility: visible;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.pageTitle {
    max-width: 72%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 28px;
    font-weight: bold;
    
}
.pageLogo {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height:50px;
}
.pageLeftLogo {
    max-width: 20%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pageRightLogo {
    max-width: 70%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px 0px;
}
@media screen and (max-width: 430px) {
    .pageLeftLogo {
        display: none;
    }
}

.langBtn {
    width: 10%;
    height: 10%;
    max-height:40px;
    max-width:40px;
}

.rightBottomBtn {
    position: fixed;
    bottom: 0;
    right: 0;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 10px;
    
}
#app {
    padding: 16px;
    padding-top: 10px;
    margin: 0px auto;
    background-color: #F5F5F8;
}
#appResult {
    padding: 0px 16px;
    max-width: 800px;
    margin: 0px auto;
    background-color: #F5F5F8;
}

.menuTag {
    position: relative;
}

.rightArrow {
    position: absolute;
    right: 16px;
    top: 21px;
    top: calc(50% - 8px);
}

.MainContainer {
}


.Query {
    width: 800px;
    margin: 10px auto 0px auto;
    background-color: #F5FFFA;
}


.cBlue {
    color: blue;
    font-weight: bold;
}

.cRed {
    color: red;
    font-weight: bold;
}

.cDarkBlue {
    color: darkblue;
    font-weight: bold;
}

.cGreen {
    color: green;
    font-weight: bold;
    font-size: larger;
}

.cSmall {
    font-size: 16px;
}

.cBig {
    font-size: 16px;
    margin-top: 20px;
    padding: 0px 10px;
}

.tableTopBorder {
    border-top: solid gray 1px;
}

.halfBR {
    display: block;
    content: "";
    margin-top: 9px;
}



.grayText {
    color: #ACACAC;
}


/*.redText {
    color: red;
}*/
.blueText {
    color: blue;
}

.underLine {
    text-decoration: underline;
}
.fontsize20px {
    font-size: 20px;
}
.fontsize24px {
    font-size: 24px;
}
.fontweightBold {
    font-weight: bold;
}
.alignItemsCenter {
    align-items: center;
}

/*a {
    color: black;
    text-decoration: none;
}*/

.flex-container {
    display: flex;
}

#DivQuery {
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.resultRedText {
    color: #F33B40;
    font-weight: bold;
}

.redText {
    color: #FFFFFF;
    font-weight: bold;
    background: #FF5358;
}


.padding5 {
    padding: 5px;
}

.padingTop10 {
    padding-top: 10px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingLR10 {
    padding-right: 10px;
    padding-left: 10px;
}

.marginBottom10 {
    margin-bottom: 10px;
}


.btn-list a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.btn-list span {
    height: auto;
    font-size: 18px;
    line-height: 26px;
    border: none;
    padding: 16px;
    padding-left: 20px;
    padding-right: 32px;
}

.tnrNo {
    background-color: white;
    display: inline;
    padding: 10px !important;
}

.result2 {
    background-color: white;
    border-radius: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}


.line {
    height: 1px;
    padding: 10px;
}

    .line span {
        height: 1px;
        display: block;
        background-color: rgba(150,150, 150, 0.5);
    }


.headerTitle {
    text-align: left;
    font-weight: bold;
    padding: 8px;
    font-size: 20px;
    background: #D9EBE7;
    border-radius: 20px 20px 0 0;
    margin-bottom: 20px;
}
.headerTitleResult {
    text-align: left;
    font-weight: bold;
    padding: 0px 8px;
    font-size: 20px;
    margin-bottom: 10px;
    background: #D9EBE7;
    border-radius: 20px 20px 0 0;
}

.subTitleResult {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    font-size: 28px;
    padding: 10px 30px;
    /* height: 30px; */
    border-style: groove;
    border-radius: 20px;
    margin: 10px;
}
.subTitle {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
}


.subColumn {
    width: 410px;
    max-width:80%;
    padding: 0px 0px;
}

.subColumnRight {
    /*width: 500px;*/
    /*max-width: 80%;*/
    display:block;
    padding: 5px 0;
}


.infoSubTitle {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.infoSubColumn {
    width: 5%;
    padding: 0px 0px;
}

.infoSubColumnRight {
    width: 95%;
    padding: 0px 0px;
}

.resultSubTitle {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 16px;
    padding: 0px 30px;
}

.resultSubColumn {
    width: 5%;
    padding: 0px 0px;
}

.resultSubColumnRight {
    width: 95%;
    padding: 0px 0px;
}





.validateCodeRefreshButton {
    background-image: url("../IMG/refresh.png");
    background-repeat: no-repeat;
    background-size: cover; 
    border: none; 
    width: 30px; 
    height: 30px; 
}





.bottomTop8px {
    padding-bottom: 8px;
    padding-top: 8px;
}
.imageBlackBorderWidth200px {
    border-width: 2px !important;
    width: 200px;
    border: 2px solid #000;
}
.imageBlackBorderWidth150px {
    border-width: 2px !important;
    width: 150px;
    border: 2px solid #000;
}

/*@media (min-width:9000px) {
    .subColumn {
        flex: 1;
    }

    .subColumnRight {
        flex: 1;
    }
}*/


.table1 {
    width: 100%;
}

.noteTable td {
    vertical-align: top;
}

/*--------contenct info---------*/
.baseContent {
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 16px;
    color: #232323;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#result3 {
    border-radius: 20px;
    background: #DFEAF5;
}

td {
    /*    width: 100%;*/
}

input {
    padding: 0px;
    border: 1px solid #4f4f4f;
}

.imageContainer{

    height:200px;
    width:200px;
}
/*.longInput {
    margin-top: 5px;
    width: 100%;
    width: calc(100% - 2px);
    height: 56px;
    border-radius: 10px;
}*/



.longInput {
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    /*padding: 0 12px;*/
    height: 32px;
    width: 100%;
    color: #000000A6;
}

    .longInput:hover {
        border-color: #c0c4cc;
    }
.longAreaInput {
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    /*padding: 0 12px;*/
    /*height: 32px;*/
    width: 100%;
    color: #000000A6;
}

    .longAreaInput:hover {
        border-color: #c0c4cc;
    }

.longInputDateYear {
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    padding: 0 12px;
    height: 32px;
    width: 20%;
    color: #000000A6;
}

    .longInputDateYear:hover {
        border-color: #c0c4cc;
    }
.longInputDateMonth {
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    padding: 0 12px;
    height: 32px;
    width: 10%;
    color: #000000A6;
}

    .longInputDateMonth:hover {
        border-color: #c0c4cc;
    }
.longInputDateDay {
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    padding: 0 12px;
    height: 32px;
    width: 10%;
    color: #000000A6;
}

    .longInputDateDay:hover {
        border-color: #c0c4cc;
    }




.longInputDate {
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    padding: 0 12px;
    height: 32px;
    width: 80%;
    color: #000000A6;
}

    .longInputDate:hover {
        border-color: #c0c4cc;
    }

/*.halfInput {
    margin-top: 5px;
    width: 49%;
    width: calc(50% - 7px);
    height: 56px;
    border-radius: 10px;
}*/
.halfInput {
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    padding: 0 12px;
    height: 32px;
    width: 15%;
    color: #000000A6;
}


.customInput {
    margin-top: 5px;
    height: 35px;
    border-radius: 10px;
}

.smallGreenBtn {
    height: 44px;
    width: 228px;
    max-width: 42%;
    border-radius: 44px;
    background: white;
    border: 1px solid #13A07B;
    color: #13A07B;
    font-size: 16px;
}

.smallGreenBtn2 {
    height: 44px;
    padding: 10px 16px;
    border-radius: 44px;
    background: white;
    border: 1px solid #13A07B;
    color: #13A07B;
    font-size: 16px;
    font-weight: bold;
}



.btn_long_group {
    text-align: right;
    padding: 10px 0;
    left: 0;
    width: 100%;
}

.btnContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-color: #13a07b;
    color: #13a07b;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    font-family: initial;
}

.btn_long_group .btn_long {
    font-size: 16px;
    height: 48px;
    padding: 0 30px;
    margin-right: 24px
}

.el-button {
    border-radius: 100px;
    height: 36px;
    padding: 0 40px;
    font-size: 16px
}

.el-button--primary {
    color: #fff;
    background-color: #13a07b;
    border-color: #13a07b
}
.el-button--disable {
    color: #6C6C6C;
    background-color: #E5E5E5;
    border-color: #E5E5E5
}


.radio-button-input {
    display: none;
}
.margin-bottom-0px {
    margin-bottom: 0px;
}

.radio-button-label {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px;
    border: 1px solid #13A07B;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}

.radio-button-input:checked + .radio-button-label::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color: #13A07B;
    border-radius: 50%;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    vertical-align: sub;
}

.chkAddrSync {
    width: 20px;
    height: 20px;
}

.iti {
    width: 100%;
}

.complete-img {
    background: #13a07b;
    border-radius: 50%;
    width: 59px;
    margin: 20px;
    padding: 13px 0px;
}

.complete-tick {
    border-color: #fff;
    border-style: solid;
    border-width: 0 4px 4px 0;
    height: 23px;
    transform: rotate(45deg);
    width: 13px;
    margin-bottom: 5px;
}

/*---------history--------*/
.eachHistory {
    border-radius: 20px;
    background-color: white;
    margin-bottom: 20px;
}

.historyHead {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px 20px 0px 0px;
}

.hisyoryBody {
    padding-top: 16px;
    padding-bottom: 16px;
}


/*-----------upload image-------------*/

.file-upload-container {
    position: relative;
    height: 50px;
}

.file-upload-text {
    position: absolute;
    height: 48px;
    line-height:48px;
    width: 130px;
    padding: 0 40px;
    z-index: 1;
}

.file-upload-input {
    position: absolute;
    height: 48px;
    width: 130px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.file-upload-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.checkYourData {
    font-weight: bold;
    color: red;
    font-size: 30px;
}

/*------------------------------------*/

/*---------center----------*/
.centerize {
    text-align: center;
}
.justifyContent-Center {
    display: flex;
    justify-content: center;
}
.justifyContent-Space-around {
    display: flex;
    justify-content: Space-around;
}

.displayFlex {
    display: flex;
}
.displayNone {
    display: none;
}
.displayBlock {
    display: block;
}

/*---------responsive----------*/
@media (min-width: 1024px) {
    .hide-on-desktop {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.loginInBtn {
    background-color: #13A07B;
    color: white;
    min-width: 100px;
    height: 52px;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 52px;
    border-color: gray;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .loginInBtn:hover {
        border-color: black;
    }

.userPasswordInput {
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    /*padding: 0 12px;*/
    height: 32px;
    width: 150px;
    color: #000000A6;
    ime-mode: disabled;
}

    .userPasswordInput:hover {
        border-color: #c0c4cc;
    }

.loginLabelTitle {
    text-align: right;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}


.loginBox {
    margin: 10px auto;
    text-align: center;
}

.DivLogin {
    max-width: 300px;
    margin: 0 auto;
}

.top-bar {
    display: flex;
    align-items: center;
    gap: 10px; /* 按鈕與label之間間距 */
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.description-text {
    font-size: 16px;
    margin: 0;
}

.back-button {
    display: inline-block;
    height: auto;
    font-size: 14px;
    border-radius: 30px;
    background-color: white;
    color: black;
    border-color: gray;
    padding: 5px 20px;
}

    .back-button:hover {
        border-color: black;
    }

.GreenBtn {
    display: flex;
    margin: 10px auto 0 auto;
    justify-content: center;
    align-items: center;
    background-color: #13A07B;
    color: white;
    width: 95%;
    max-width: 600px;
    height: auto;
    padding: 10px 5px;
    border: 2px solid;
    border-radius: 52px;
    font-size: 16px;
    font-weight: bold;
    white-space: normal; /* 允許文字換行 */
    word-wrap: break-word; /* 長單字也可以換行 */
    text-align: center; /* 文字置中 */
}

    .GreenBtn:hover {
        border-color: black;
    }

.groupTitle {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.statisticImg {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .statisticImg {
        width: auto;
        height: auto;
        max-width: 800px;
    }
}

/* iframe 主容器使用 flex 布局*/
.container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
}

.containerNoNavBar {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
}

.containerMap {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
}

.containerNoNavBarMap {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px);
}

/* iframe 佔滿剩餘空間 */
iframe {
    flex: 1;
    width: 100%;
    border: none;
    margin-top: 10px;
}

.dummy {
    display: none;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    color: white;
    font-size: 24px;
    font-family: Arial, sans-serif;
}