﻿@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;600;700&display=swap');

html, body {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    background-color: #040b17 !important;
    /*color: #ffffff !important;*/
    margin: 0 auto;
    padding: 0;
   /* padding-left: 5px;
    padding-right: 5px;*/
    min-height: 100vh;
    max-width: 600px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* or center nếu muốn giữa dọc */
}

/* Căn giữa & định dạng các khối */
.intro_header,
.span_registerhere,
.frm_register,
.span_thankyou,
.span_footer,
.intro_footer {
    width: 100% !important;
    max-width: 600px !important;
    margin: 20px auto !important;
    padding: 32px 24px !important;
   /* text-align: center !important;*/
    box-sizing: border-box !important;
}

.intro_header {
    margin: 0px !important;
    border-left: 1px solid #00f6ff;
    border-bottom: 1px solid #00f6ff;
    border-right: 1px solid #00f6ff;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    background-color: #0a1a2f !important;
    box-shadow: 0 0 12px rgba(0, 246, 255, 0.3) !important;
}
.intro_footer {
    margin: 0px !important;
    border-left: 1px solid #00f6ff;
    border-top: 1px solid #00f6ff;
    border-right: 1px solid #00f6ff;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    background-color: #0a1a2f !important;
    box-shadow: 0 0 12px rgba(0, 246, 255, 0.3) !important;
}

.lbl_avatar_select td {
    display: flex;
}
.gioitinh .m-radio-inline {
    display: flex;
}

/* Border neon cho phần intro + footer + form */
.frm_register {
    border: 1px solid #00f6ff !important;
    border-radius: 12px !important;
    box-shadow: 0 0 12px rgba(0, 246, 255, 0.3) !important;
    background-color: #0a1a2f !important;
}

/* Trên mobile – ẩn border */
@media screen and (max-width: 767px) {
    .intro_header,
    .intro_footer,
    .frm_register {
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

    /* Tiêu đề */
    .title, .intro_header h1, .frm_register .title {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: #00f6ff !important;
        /*margin-bottom: 24px !important;*/
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
    }

    /* Label */
    .frm_register label, .frm_register .lbl35 {
        font-size: 15px !important;
        font-weight: 600 !important;
        text-align: left !important;
        width: 100% !important;
        color: #ffffff !important;
    }

    /* Input */
    .frm_register input[type="text"],
    .frm_register input[type="email"],
    .frm_register input[type="tel"] {
        background: #0a1a2f !important;
        border: 1px solid #1e2a3a !important;
        border-radius: 8px !important;
        padding: 12px !important;
        color: #ffffff !important;
        font-size: 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        transition: border-color 0.3s, box-shadow 0.3s !important;
    }

    .frm_register input:focus {
        border-color: #00f6ff !important;
        box-shadow: 0 0 10px #00f6ff !important;
        outline: none !important;
    }

    .frm_register input::placeholder {
        color: #888 !important;
        font-style: italic !important;
    }

    /* Checkbox */
    .frm_register input[type="checkbox"] {
        accent-color: #00f6ff !important;
        width: 18px !important;
        height: 18px !important;
        margin-right: 10px !important;
    }

    /* Submit button */
.frm_register .submit button {
    background-color: #00f6ff !important;
    color: #040b17 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100%;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 10px #00f6ff !important;
}

        .frm_register .submit button:hover {
            background-color: #ffffff !important;
            color: #00f6ff !important;
            box-shadow: 0 0 20px #00f6ff !important;
            cursor: pointer !important;
        }

    /* Thông báo lỗi */
.frm_register .mess_error {
    background-color: #a45a14 !important;
    /*border-left: 4px solid #ff4f4f !important;*/
    color: yellow !important;
    padding: 10px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    margin-top: 10px !important;
}
.frm_register .mess_error td {   
    padding: 5px !important;
}

/* Footer text/link */
.span_footer {
    font-size: 14px !important;
    line-height: 1.4 !important;
}


.submit td{
    padding-bottom:0px !important;
}

.frm_register .submit .errortotal {
    background-color: #a45a14 !important;
    /*border-left: 4px solid #ff4f4f !important;*/
    color: yellow !important;
    font-size: min(16px,4vw);
}

.frm_register .input input.error, .frm_register .input select.error {
    border: min(1px, 0.1vw) solid #a45a14 !important;
}

.span_thankyou {
    margin-top: 0px !important;
}

/* Khung thông báo cảm ơn */
.span_thankyou {
    background-color: #0a1a2f !important;
    border: 1px solid #00f6ff !important;
    border-radius: 12px !important;
    box-shadow: 0 0 12px rgba(0, 246, 255, 0.2) !important;
    padding: 32px 24px !important;
    text-align: center !important;
    max-width: 600px;
    margin: 24px auto;
}

    /* Tiêu đề thành công */
    .span_thankyou .register_success {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: #00f6ff !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 16px;
    }

    /* Nội dung phụ */
    .span_thankyou .sendemail,
    .span_thankyou .nosendemail {
        font-size: 15px !important;
        color: #cccccc !important;
        line-height: 1.6 !important;
    }



.span_thankyou .register_success {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #00f6ff !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 20px !important;
    text-shadow: 0 0 8px #00f6ff, 0 0 16px #00f6ff !important;
    animation: pulseGlow 2s infinite ease-in-out;
}

@keyframes pulseGlow {
    0%, 100% {
        text-shadow: 0 0 8px #00f6ff, 0 0 16px #00f6ff;
    }

    50% {
        text-shadow: 0 0 2px #00f6ff, 0 0 6px #00f6ff;
    }
}

/* Khung */
.span_thankyou {
    background-color: #0a1a2f !important;
    border: 1px solid #00f6ff !important;
    border-radius: 12px !important;
    box-shadow: 0 0 16px rgba(0, 246, 255, 0.2) !important;
    padding: 32px 24px !important;
    text-align: center !important;
    max-width: 600px;
    margin: 24px auto;
}

    /* Mô tả: email đã được gửi / chưa gửi */
    .span_thankyou .sendemail,
    .span_thankyou .nosendemail {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #e6faff !important;
        line-height: 1.6 !important;
        text-shadow: 0 0 4px rgba(0, 246, 255, 0.4);
    }

@media screen and (max-width: 767px) {
    .span_thankyou {
        border: none !important;
        box-shadow: none !important;
        padding: 24px 16px !important;
        border-radius: 0 !important;
    }
}



.intro_header, .intro_footer {
    color:white;
}

.MsoNormal {
    color: white;
}

li.MsoNormal::marker {
    color: white;
}

p.MsoNormal {
    margin: 0px !important;
}