@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    width: 100%;
    background-image: url('images/BG_MyCard.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50px;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

#header_container,
#my_card,
#footer_container {
    width: 100%;
}

#recharge_panel,
#recharge_result_panel {
    width: 80%;
    height: 0px;
    padding-bottom: 54.5%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    clear: both;
    float: left;
    background-image: url('images/MyCardFrame.png');
}

#recharge_result_panel {
    background-image: url('images/MyCardFrame2.png');
}

.recharge_panel_content {
    height: 70%;
    min-height: 0px;
    margin-top: 18.1%;
    font-size: 0px;
}

#player_id_input_group {
    width: 100%;
    height: 0px;
    padding-bottom: 10%;
    font-size: 2vw;
}

#player_id_input_field_container {
    width: 40%;
    height: 0px;
    padding-bottom: 7%;
    margin-top: 0px;
    margin-left: 33%;
    margin-bottom: 6.5%;
    float: left;
}

#player_id_input_field {
    font-size: 2.5vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: gray;
    color: #fff;
}

#check_player_id_button {
    width: 16%;
    height: 0px;
    padding-bottom: 7.5%;
    margin-top: -0.4%;
    margin-right: 10%;
    border: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: url('images/Btn_ConfirmID.png');
    float: right;
    background-color: transparent;
}

.invalid_feedback {
    width: 160%;
    height: 0px;
    padding-bottom: 7%;
    font-size: 2vw;
    clear: both;
    position: absolute;
}

#invalid_player_id {
    margin-top: 20%;
}

#confirm_player_name {
    margin-top: -3.3%;
    width: 67%;
    height: 0px;
    padding-bottom: 5%;
    margin-left: 33%;
    clear: both;
    float: left;
    font-size: 3vw;
    color: #fff;
}

#select_product_dropdown_list_container {
    width: 56%;
    margin-left: 33%;
    margin-top: 3%;
    height: 0px;
    padding-bottom: 7%;
    clear: both;
    float: left;

}

#select_product_dropdown_list {
    font-size: 3vw;
    width: 100%;
    padding: 1.6%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: gray;
    color: #fff;
}

#recharge_panel_content_bottom,
#recharge_result_panel_content_bottom {
    width: 100%;
    margin-top: 23%;
    display: flex;
    justify-content: center;
    clear: both;
}

#recharge_result_panel_content_bottom {
    margin-top: 0%;
}

#recharge_button,
#back_to_recharge_button {
    background: transparent;
    width: 30%;
    border: 0px;
    height: 0px;
    padding-bottom: 15%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: url('images/Btn_Purchase.png');
    clear: both;

}

#back_to_recharge_button {
    background-image: url('images/Btn_BackToMyCard.png');
}

#recharge_result {
    font-size: 3vw;
    text-align: center;
    margin-top: 0px;
    color: #fff;
}

#purchase_result_msg {
    width: 100%;
    text-align: center;
}

#purchase_result_msg_1 {
    font-size: 5vw;
    margin-bottom: 1%;
    color: #fff;
}

#purchase_result_msg_2 {
    font-size: 4vw;
    margin-bottom: 1%;
    color: #fff;
}

#purchase_result_msg_3 {
    font-size: 3vw;
    margin-bottom: 1%;
    color: #fff;
}

#find_player_id_title
{
    width: 88%;
    padding-top: 30px;
    margin: 0 auto; 
    display: flex;
    justify-content: center;
    clear: both;
}

#find_player_id_content
{
    padding-top: 30px;
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.find_player_id_step {
    width: 90%;
    max-width: 600px;
}

#notice {
    font-size: max(2.5vw, 14px);
    margin-left: 3%;
    margin-top: 100px;
    clear: both;
    color: white;
}

#notice a {
    color: white;
    text-decoration: none;
}