﻿
.ins_form_step_block_tip.fixed {
    position: fixed;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

@media (max-width: 1200px) {
    .ins_form_step_block_tip.fixed {
        position: unset;
        transform: none;
    }
}

.is_disabled {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    appearance: none;
    cursor: pointer;
    background: #fafafa;
    color: #212529;
    border: 0px;
    cursor: not-allowed;
    font-weight: bold;
    align-items: center;
    display: flex;
}

.ins_form_text.w100,
.is_disabled.w100 {
    width: 100%;
}

.ins_form_item.w50 {
    width: calc(50% - 10px);
}

.pre_line {
    white-space: pre-line;
}

.pup_window_text.pre_line.mtm {
    margin-top: -20px;
}

.ins_form_choice_btn_container {
    position: relative;
}

    .ins_form_choice_btn_container .travel-payway-btns .ins_form_choice_btn {
        width: 100%;
        margin: 0px;
    }

    .ins_form_choice_btn_container .travel-payway-btns {
        width: calc(33.333% - 30px);
        margin-inline: 15px;
    }

        .ins_form_choice_btn_container .travel-payway-btns .ins_check_information {
            margin: 20px 0px;
        }

@media (max-width:768px) {
    .ins_form_choice_btn_container .travel-payway-btns {
        width: 100%;
    }
}

    @media (max-width: 1200px) {
        .ins_form_step_block_tip.fixed {
            top: 0;
        }
    }

    .country_loading {
        font-size: 20px;
        margin-top: 20px;
    }

    .display_none {
        display: none;
    }

    .apply_mobile_otp_pup .pup_window_btn {
        width: 200px;
        height: 50px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 25px;
        margin: 0 10px;
        cursor: pointer;
    }

    .text_left {
        text-align: left;
    }

    .min_w50 {
        min-width: 50%;
    }

    .pointer {
        cursor: pointer;
    }

    .ins_form_input_group_btn,
    .red_line_btn,
    .ins_form_block_btn,
    .blue_line_btn,
    .block_subtitle_add {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
    }

    .input_disabled,
    .ins_form_input_tab_btn.disabled {
        opacity: .6;
        cursor: not-allowed !important;
    }

    .block_subtitle_add {
        font-size: 18px;
        color: #FF5A5A;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
        width: 100%;
        margin: 10px auto -3px;
    }

        .block_subtitle_add i {
            font-size: 18px;
            margin-right: 3px;
        }

    .ins_link,
    .ins_form_goback {
        color: #3476C5;
        cursor: pointer;
    }

        .ins_link:hover,
        .ins_form_goback:hover {
            text-decoration: underline;
        }

    .full_width {
        width: 100%
    }

    .text_over_ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .text_white_space {
        white-space: nowrap;
    }

    .jkos_pay_credit_card_use a {
        color: #ffffff;
    }

    .jkos_pay_btn_group {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    @media (max-width: 540px) {
        .ins_otp_btn {
            width: auto;
            padding: 0px 12px;
        }
    }

    .pup_window_main {
        max-height: calc(100vh - 314px);
    }

    #trvalApp .ins_form_input_tab_btn:last-child, .ins_form_input_tab_btn_disable:last-child {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    #trvalApp .ins_form_input_tab_btn:first-child, .ins_form_input_tab_btn_disable:first-child {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    #trvalApp .ins_form_input_tab_btn {
        width: 100%;
    }

    .ins_form_input input[type="email"] {
        height: 50px;
        background-color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid #bfbfbf;
        border-radius: 25px;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        appearance: none;
        cursor: pointer;
    }

        .ins_form_input input[type="email"].input_unit {
            padding-right: 70px;
        }

    .applyMobileInput.w100 {
        width: 85%;
    }

    .order_error {
        text-align: left;
        margin: 0px auto;
    }

        .order_error .order_error_title {
            font-size: 20px;
            font-weight: bolder;
        }

        .order_error .red_text {
            font-weight: bolder;
        }

    .font_bolder {
        font-weight: bolder;
    }

    /* ISSUE: (TAIANOW-1512) 閱讀過的條款tab反灰 */
    .ins_from_term_tab_btn.scrolled.active {
        background: #bfbfbf;
        color: #ffffff;
    }

    .payway-title {
        width: 100%;
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
        text-align: left;
    }

.blue_text {
    color: #1e88e5;
}