﻿.icon {
    max-width: 200px;
    box-sizing: border-box;
}

/*帳號*/
fieldset.arrow-fixRight {
    position: relative;
}

    /*20221012*/
    fieldset.arrow-fixRight .mbsc-select-input[readonly] {
        background: url(images/arrow-to-right.svg) no-repeat right;
        width: 100%;
        background-color: #fff;
        border: none;
        color: #4A4A4A;
        text-indent: 15px;
        padding: 14px 10px;
        font-size: 17px;
        font-weight: 400;
        line-height: 17px;
        position: relative;
        cursor: pointer;
        font-family: "微軟正黑體", "Arial Unicode MS";
    }
    /*20221012*/

    fieldset.arrow-fixRight .mbsc-sel-hdn {
        position: absolute;
        height: 1px !important;
        width: 1px !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    fieldset.arrow-fixRight .mbsc-ic-ios-backspace::before {
        content: none !important;
    }
/*帳號*/

.bg-info2 {
    background: #BEE7D3;
}


/*錯訊燈箱20240419*/
.Note {
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: rgba(0, 0, 0, .50);*/
    position: fixed;
    top: 0px;
    left: 0px;
}

/*.NoteBG_HD {
        max-width: 700px;
        height: 70px;*/
/*height:385px;*/
/*background: #FFF;*/
/*border-radius:8px;*/
/*border-radius: 8px 8px 0px 0px;
        align-items: center;
        text-center: auto;
        padding: 10px 30px;*/
/* overflow-y:scroll;*/
/*}*/

/*
    .Note .container {
        width: 100%;
        height: 100%;
    }*/

.NoteBG {
    max-width: 700px;
    height: 640px;
    /*height:385px;*/
    background: #FFF;
    border-radius: 8px;
    /*border-radius:0px 0px 8px 8px;*/
    align-items: center;
    text-center: auto;
    padding: 30px;
    /* overflow-y:scroll;*/
}

.NoteBG_m {
    max-width: 327px;
    height: auto;
    background: #FFF;
    text-align: center;
    border-radius: 8px;
    align-items: center;
    text-center: auto;
    margin: 0px 24px;
}

.NotIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.NotBnt_green {
    width: 100%;
    height: auto;
    background: #26A889;
    color: #FFF;
    border-radius: 4px;
    border: none;
    vertical-align: middle;
    padding: 16px 12px;
    margin: auto;
}

.NotBnt_greenoutline {
    width: 100%;
    height: auto;
    border: 1px #26A889 solid;
    background: #ffffff;
    color: #26A889;
    border-radius: 4px;
    vertical-align: middle;
    padding: 16px 12px;
    margin: auto;
}

.MobileNote {
    display: none;
}

.PCNote {
    display: block;
}

.ImgNotic {
    padding-top: 16px;
    margin-bottom: 0px;
}

.NoteContent {
    padding: 0px 12px;
    margin-bottom: 16px;
}

.NoteWhiteBg {
    padding: 0px 16px;
}

.l-popup .mbsc-wdg-c.mbsc-w-p .mbsc-comp {
    padding: 30px 50px 0 50px;
    border-radius: 8px;
}

.text-center {
    text-align: center;
}

button {
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #26A889;
    border: none;
    border-radius: 4px;
    padding: 8px 64px;
    margin: 0 auto;
    cursor: pointer;
    font-family: "微軟正黑體";
}

span.FW {
    font-weight: bold;
    font-size: 15px;
    font-family: "微軟正黑體";
}

.scroll {
    overflow-y: scroll;
    height: 480px;
    padding: 10px;
}


.page-with-scrollbars ::-webkit-scrollbar {
    display: block !important; /* 覆蓋 display: none */
    width: 8px; /* 設定捲軸寬度 */
}

/*錯訊燈箱20240419*/
