/* 高資產 popup */

.high-assets-popup {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(25, 25, 25, 0.7);
    width: 100%;
    height: 100%;
}

.high-assets-popup .popup-main {
    margin: auto;
    width: 660px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(25, 25, 25, 0.08);
    box-shadow: 0 4px 12px 0 rgba(25, 25, 25, 0.08);
    border: solid 2px #cbedfa;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px 0 40px;
}

@media (max-width: 767px) {
    .high-assets-popup .popup-main {
        width: 335px;
        top: 12vh;
        -webkit-transform: none;
        transform: none;
        position: relative;
        padding: 30px 0 32px;
    }
}

.high-assets-popup .popup-main .btn-close-popup {
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -36px;
    right: 0;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/nano2card_investment/close-popup.svg);
}

.high-assets-popup .popup-main h2 {
    font-size: 24px;
    font-weight: normal;
    color: #0087d5;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .high-assets-popup .popup-main h2 {
        font-size: 20px;
    }
}

.high-assets-popup .popup-main .popup-scroll-container {
    width: 100%;
    max-height: 50vh;
    overflow-y: scroll;
    padding: 0 75px;
}

@media (max-width: 767px) {
    .high-assets-popup .popup-main .popup-scroll-container {
        padding: 0 10px;
    }
}

.high-assets-popup .popup-main .popup-scroll-container ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25em;
}

.high-assets-popup .popup-main .popup-scroll-container ol li:last-of-type {
    margin-bottom: 0;
}

.high-assets-popup .popup-main .popup-scroll-container ol li .list-index {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #0087d5;
    font-size: 14px;
    font-weight: bold;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    margin-right: 7px;
    margin-top: 0.3em;
}

.high-assets-popup .popup-main .popup-scroll-container ol li b {
    font-weight: bold;
}

.high-assets-popup .popup-main .popup-scroll-container ol li p {
    font-family: "Noto Sans TC", "PingFang TC", Microsoft JhengHei, "MicroSoft JhengHei", "微軟正黑體", serif;
    color: #0087d5;
    font-size: 16px;
}

@media (max-width: 767px) {
    .high-assets-popup .popup-main .popup-scroll-container ol li p {
        font-size: 14px;
    }
}

.high-assets-popup .popup-main .popup-scroll-container ol li p .content-title {
    font-size: 1.125em;
}

.high-assets-popup .popup-main .popup-scroll-container hr {
    border: none;
    height: 1px;
    width: 100%;
    background-color: #cbedfa;
    margin: 18px auto;
}

.high-assets-popup .popup-main .popup-scroll-container ul li {
    font-family: "Noto Sans TC", "PingFang TC", Microsoft JhengHei, "MicroSoft JhengHei", "微軟正黑體", serif;
    font-size: 16px;
    position: relative;
    padding-left: 27px;
    margin-bottom: 1.25em;
}

@media (max-width: 767px) {
    .high-assets-popup .popup-main .popup-scroll-container ul li {
        font-size: 14px;
    }
}

.high-assets-popup .popup-main .popup-scroll-container ul li:last-of-type {
    margin-bottom: 0;
}

.high-assets-popup .popup-main .popup-scroll-container ul li::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 13px;
    background-color: #95cbea;
    left: 10px;
    top: 8px;
}

@media (max-width: 767px) {
    .high-assets-popup .popup-main .popup-scroll-container ul li::before {
        left: 8px;
    }
}

.high-assets-popup .popup-main .popup-scroll-container ul li .list-title {
    font-weight: bold;
}

.high-assets-popup p {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.high-assets-popup .btn-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.high-assets-popup .btn-container .btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    width: 140px;
    height: 48px;
    margin: 0 20px;
    box-sizing: border-box;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 599px) {
    .high-assets-popup .btn-container .btn {
        width: 120px;
        margin: 0 8px;
    }
}

.high-assets-popup .btn-container .btn.confirm {
    color: #ffffff;
    background-image: linear-gradient(to right, #093e7e, #2ad2b8);
}

/* popup 確定按鈕 */
.questionnairePopupConfirm {
    display: block;
    width: 107px;
    line-height: 28px;
    background: #0069aa;
    border: 1px solid #0069aa;
    color: #fff;
    font-size: 14px;
    margin: 30px auto 15px auto;
    border-radius: 50px;
}