:root {
    --brand: #6f2cb0;
    --brand-700: #542093;
    --accent: var(--color-orange);
    --ink: #111827;
    --muted: #6b7280;
    --line: #e9edf3;
    --border: #d8dde3;
    --r: 14px;
    --r-field: 12px;
    --gap: 16px;
}
p{
    padding: 0;
}
.vstypop .fancybox-close-small{
    padding: 0;
    opacity: 1;
}
.vstypop .fancybox-close-small svg{
    width: 35px;
    height: 35px;
}
.vpopmember{
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}
.vpopmember .mbinfo {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
@media (max-width: 900px) {
    .vpopmember .mbinfo {
        grid-template-columns: 1fr;
    }
}
/* Left: tabs + forms */
.vpopmember .panel {
    padding: clamp(18px, 4vw, 28px);
}
.vpopmember .brand-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--brand);
    font-weight: 800;
}
.vpopmember .brand-badge .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--brand);
    animation: pulse_toaw 2s infinite;
}
@keyframes pulse_toaw {
    0% {
        box-shadow: 0 0 0 0 var(--brand);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.vpopmember .tabs {
    display: flex;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #f7f7fb;
    margin: 14px 0 18px;
}
.vpopmember .tabs button {
    flex: 1;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    border-radius: 999px;
    font-weight: 700;
    color: #374151;
    cursor: pointer;
}
.vpopmember .tabs button[aria-selected="true"] {
    background: #fff;
    color: var(--brand);
    box-shadow: 0 2px 10px rgba(111, 44, 176, 0.15);
}
/* Fields */
.vpopmember .form {
    display: grid;
    gap: 12px;
}
.vpopmember .field {
    position: relative;
}
.vpopmember .field label {
    display: block;
    font-weight: 600;
    margin: 0 0 6px;
    color: #374151;
}
.vpopmember .field label.radio{
    margin-bottom: 0;
}
.vpopmember .input {
    position: relative;
}
.vpopmember .input.vpass input{
    padding-right: 45px;
}
.vpopmember .input svg{
    width: 18px;
}
.vpopmember .input i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: var(--color-orange);
}
.vpopmember .input input{
    padding: 0 20px 0 40px;
}
.vpopmember .input input,
.vpopmember .input select {
    border: 0;
    outline: 0;
    flex: 1;
    min-width: 0;
    font: inherit;
    color: #111;
    -webkit-text-fill-color: #111;
    background: transparent;
    height: 45px;
    border: none;
    border-radius: 0;
    border: 1px solid var(--border);
    width: 100%;
}
.vpopmember .input button.icon {
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: none;
    right: 0;
}
.vpopmember .input button.icon::before{
    content: "\f06e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #999999;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.vpopmember .input input[type="text"] ~ button.icon::before{
    content: "\f070";
}
.vpopmember svg {
    width: 18px;
    height: 18px;
}
.vpopmember .help {
    font-size: 14px;
    color: var(--muted);
    margin-top: 4px;
}
.vpopmember .error {
    font-size: 13px;
    color: #b91c1c;
    margin-top: 4px;
    display: none;
}
.vpopmember input.is-invalid {
    color: #b91c1c;
}
.vpopmember .row {
    display: flex;
    gap: 12px;
    margin: 0;
}
.vpopmember .row > .field {
    flex: 1;
}
/* Password strength */
.vpopmember .strength {
    height: 8px;
    background: #eef0f6;
    border-radius: 999px;
    overflow: hidden;
}
.vpopmember .strength > span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--brand);
    transition: width 0.2s;
}
.vpopmember .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 500;
}
.vpopmember .badge input{
    position: relative;
}
/* Radios */
.vpopmember .radios {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.vpopmember .radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.vpopmember .radio input {
    accent-color: var(--brand);
    position: relative;
    margin-right: 5px;
    top: 1px;
}
/* Actions */
.vpopmember .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
}
/* Right panel */
.vpopmember .hero {
    background: radial-gradient(90% 80% at 100% 0, rgba(111, 44, 176, 0.18) 0, transparent 60%), linear-gradient(180deg, #f7f2ff 0, #fff 100%);
    padding: clamp(18px, 4vw, 28px);
    display: grid;
    align-content: center;
    gap: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vpopmember .hero h3 {
    margin: 0;
    font-size: clamp(18px, 2.6vw, 24px);
}
.vpopmember .hero p {
    margin: 0;
    color: #4b5563;
}
.vpopmember .hero ul {
    color: #4b5563;
}
.vpopmember .hero li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.vpopmember .hero li:last-child{
    margin-bottom: 0;
}
.vpopmember .hero li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: var(--brand);
    border-radius: 100%;
}
.vpopmember .hero .pill {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: #efe8f8;
    color: var(--brand);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 700;
}
.vpopmember .note {
    font-size: 14px;
    color: #6b7280;
}
.vpopmember .note a{
    color: var(--brand);
}
a, button{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.vpopmember .success {
    display: none;
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    border-radius: 10px;
    color: #065f46;
}

/* Divider “Hoặc” */
.vpopmember .or-divider {
    position: relative;
    margin: 16px 0 10px;
    text-align: center;
    color: #6b7280;
    font-weight: 700;
}
.vpopmember .or-divider::before,
.vpopmember .or-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 38%;
    height: 1px;
    background: #e5e7eb;
}
.vpopmember .or-divider::before {
    left: 0;
}
.vpopmember .or-divider::after {
    right: 0;
}
.vpopmember .or-divider > span {
    background: #fff;
    padding: 0 10px;
}
/* Social buttons */
.vpopmember .social-auth {
    display: grid;
    gap: 10px;
}
.vpopmember .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
}
.vpopmember .social-btn .ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}
.vpopmember .social-btn:hover {
    border-color: #6f2cb0;
    box-shadow: 0 2px 10px rgba(111, 44, 176, 0.12);
}
.vpopmember .social-btn:active {
    transform: translateY(1px);
}
/* Có thể đổi nền theo provider nếu muốn:
.social-google{background:#fff}
.social-facebook{background:#fff}
*/
@media (prefers-reduced-motion: reduce) {
    .vpopmember .social-btn {
        transition: none;
    }
}








.vnt-login-social {
    margin-bottom: 10px;
}
.vnt-login-social .txt-login-social {
    text-align: center;
    color: #999999;
    margin: 10px 0;
}
.vnt-login-social .list-social {}
.vnt-login-social .list-social .i-social {
    margin: 5px 0;
}
.vnt-login-social .list-social .i-social button,
.vnt-login-social .list-social .i-social a{
    display: block;
    width: 100%;

    border: 1px solid #d9d9d9;
    background-color: #FFFFFF;
    color: #333333;
    border-radius: 5px;

    padding: 5px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.vnt-login-social .list-social .i-social button:hover,
.vnt-login-social .list-social .i-social a:hover{
    color: var(--web-color1);
}
.vnt-login-social .list-social .i-social span  {
    display: inline-block;
    margin: 0 3px;
}



@media all and (max-width: 767px){
    .vpopmember .row > .field{
        flex: 100%;
    }
}