﻿@import "/Plugin/css/common.css";

/*css form-register*/
.form-register{
    max-width: 1300px;
    padding-top:40px;
    padding-bottom:40px;
}
.form-register .form-title{
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #00328B;
    margin-top: 20px;
    margin-bottom: 30px;
}
.box-register{
    background: #E4EEFF;
    border-radius: 22px;
    padding:40px 60px;
}
.box-register .w3-input{
    border-radius: 22px;
    padding-left: 26px;
}
.packet-register {
    padding: 0 0 20px 0;
}
.packet-register h2 {
    color: #00328B;
    font-size: 30px;
    font-weight:500;
}
.packet-register h3 {
    color: #EF4130;
    font-size:25px;
    font-weight:500;
    text-align:right;
}
.packet-register h4 {
    color: #EF4130;
    font-size: 20px;
    text-align: right;
    text-decoration: line-through;
}
.packet-register p {
    font-size: 17px;
    text-align: right;
    margin-bottom: -10px;
}
.pay_info_bank h4,.pay_info_invoice h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}
ul.tabcontent{
    margin-left:30px;
}
ul.tabcontent .box-pay-bank{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.box-pay-bank .box-pay-type{
    display:flex;
    width:20%;
}
.box-pay-bank .box-pay-type .paytype-title{
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    padding-left: 10px;
}
.box-pay-bank .box-pay-type label,
.box-list-bank label{
    margin-bottom:0;
    display:flex;
    align-items:center;
}
.box-pay-bank .box-list-bank{
    width:80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box-pay-bank .box-list-bank>div{
    width:25%;
}
ul.tabcontent .box-msb-bank{
    background: #00328B;
    border-radius: 22px;
    padding: 10px 34px 8px 34px;
    margin: 25px 0 30px 30px;
}
ul.tabcontent .box-msb-bank span#msgBank{
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
}

/*box-pay-office*/
.box-pay-office .box-pay-type{
    display:flex;
    width:20%;
}
.box-pay-type label{
    margin-bottom:0;
    display:flex;
    align-items:center;
}
.box-pay-type .paytype-title{
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    padding-left: 10px;
}
.box-area-office {
    margin-left: 20px;
    margin: 23px 0px 23px 6px;
    display: flex;
    gap: 14px;
    justify-content: flex-start;
}
.box-area-office .payoffice{
    border-radius:20px;
}
#payoffice:checked+label, #payhome:checked+label {
    color: #fff!important;
    background-color: #1a4697!important;
}
/*btn form*/
.btn-form{
    font-weight: 700;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    border-radius: 22px;
    padding: 5px 15px;
    border:none!important;
    outline:0!important;
    margin-top:30px;
}
input:focus-visible {
    border:1px solid #00328B!important;
    outline:0;
}
.btn-form:focus-visible{
    border:none!important;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
}
input[type=checkbox]:checked,input[type=radio]:checked {
    background-color: #00328B;
    border-color: #00328B;
}

@media (max-width:480px) {
    .box-register {
        border-radius: 0;
        padding: 20px 15px;
    }
    ul.tabcontent {
        margin-left:0;
    }
    ul.tabcontent .box-pay-bank {
        align-items: flex-start;
        flex-direction: column;
    }
    .box-pay-bank .box-list-bank>div {
        width: 50%;
    }
    .box-pay-bank .box-pay-type {
        width: 100%;
    }
    .box-pay-bank .box-list-bank{
        margin-top:15px;
    }
    ul.tabcontent .box-msb-bank {
        border-radius:0;
        padding: 5px 15px;
        margin: 25px 0 30px 0px;
    }
    .box-pay-office .box-pay-type {
        width: 100%;
    }
    ul.tabcontent .box-area-office {
        margin-left: 20px;
        margin: 20px 0px 20px 6px;
        gap: 0;
        flex-wrap: wrap;
    }
}


/*css style notify register done*/
#NotiOrder .bg_show {
    background: #26273a;
    /*opacity: 0.9;*/
    line-height: 20px;
    margin: 30px auto 30px auto;
    font-weight:bold;
}
#NotiOrder .cTitle_medium {
    color: #ffea01;
    font-size: 40px;
    margin: 40px 0;
}
#NotiOrder .cTitleNews {
    padding: 9px 0 15px;
}
#NotiOrder .cTitleNews {
    color: #ff0;
    font-size: 25px;
}
.box-info-login{
    padding:9px 50px 9px 22px;
    margin:23px 0px 34px;
}
.box-info-bank{
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.box-info{
    margin-top:20px;
}
@media (max-width: 768px){
    .box-info-bank {
        flex-wrap: wrap;
        padding: 15px;
    }
    #NotiOrder .cTitle_medium {
        font-size: 30px;
    }
    .box-info{
        margin-top:20px;
    }
}	
ul.support-info {
    list-style: none;
}
.box-pay-type {
display: flex;
gap: 20px;
justify-content: center;
margin: 20px 0;
flex-wrap: wrap;
}

.box-pay-type-item {
display: flex;
align-items: center;
padding: 10px 20px;
border: 2px solid #ccc;
border-radius: 12px;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 500;
background-color: #f9f9f9;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.box-pay-type-item input[type="radio"] {
display: none;
}

.box-pay-type-item .paytype-title {
margin-left: 5px;
font-size: 16px;
}

.box-pay-type-item:hover {
border-color: #2196F3;
background-color: #e3f2fd;
}

.box-pay-type-item input[type="radio"]:checked + .paytype-title {
color: #0d6efd;
font-weight: bold;
}

.box-pay-type-item input[type="radio"]:checked + .paytype-title::before {
content: "✓ ";
color: #0d6efd;
font-weight: bold;
}
.theme-btn-primary {
    background-color: #47B16A;
}


.xseo-mail-wrap {
    position: relative;
    max-width: 440px;
    margin: 60px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 1px 5px #132d5e40;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 5px;
    /* Cách làm nội dung nổi bật ở giữa */
  }
  /* Viền gradient neon động */
  .xseo-mail-wrap::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 22px;
    padding: 0;
    background: conic-gradient(
      from 90deg,
      #2260a7 0deg,
      #1f5dc4 60deg,
      #1da1f2 120deg,
      #d52b1e 180deg,
      #eaf4fb 240deg,
      #2260a7 300deg,
      #2260a7 360deg
    );
    z-index: -1;
    filter: blur(0.5px) brightness(1.2);
    animation: rotateNeon 15s linear infinite;
    /* Sử dụng mask để chỉ thấy viền ngoài */
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0) padding-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    /* Đảm bảo border chỉ sáng ngoài */
    box-sizing: border-box;
  }
  @keyframes rotateNeon {
    100% { transform: rotate(360deg);}
  }
  /* Tạo lớp trắng che phần trong để chỉ còn viền */
  .xseo-mail-wrap::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 14px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
  }
  /* Đảm bảo nội dung nổi lên trên */
  .xseo-mail-header,
  .xseo-mail-body {
    position: relative;
    z-index: 2;
  }
  .xseo-mail-header {
    padding: 5px 5px 5px 5px;
    text-align: center;
    border-bottom: 0.5px solid #eaf4fb;
    background: #f9fbfd;
  }

  .xseo-logo {
    width: 102px;
    margin-bottom: 10px;
    margin-top: 2px;
  }
  .xseo-title {
    font-size: 1.24rem;
    font-weight: 500;
    color: #2260a7;
    margin-bottom: 0;
    letter-spacing: 0.5px;
  }
  .xseo-mail-body {
    padding: 20px 24px 0 24px;
    font-size: 1.08rem;
    color: #263259;
  }
  .xseo-mail-body p {
    margin: 12px 0 10px 0;
    color: #234;
    font-size: 1.04rem;
  }
  .xseo-mail-body ul {
    margin: 8px 0 8px 25px;
    padding: 0;
    color: #234;
    font-size: 1.02rem;
  }
  .xseo-mail-body b {
    color: #2260a7;
  }
  .xseo-test-title {
    font-size: 1.12rem;
    font-weight: bold;
    margin: 14px 0 10px 0;
    color: #d52b1e;
    letter-spacing: 0.5px;
  }
  .xseo-link {
    color: #2260a7;
    text-decoration: none;
    font-weight: 500;
  }
  .xseo-link:hover { text-decoration: underline;}
  .xseo-money {
    color: #d52b1e;
    font-weight: bold;
    font-size: 1.09rem;
  }
  .xseo-thank {
    margin-top: 18px;
    padding: 12px 0 0 0;
    text-align: center;
    font-size: 1.08rem;
    color: #2260a7;
    font-weight: 500;
    letter-spacing: .4px;
  }
  @media (max-width: 560px) {
    .xseo-mail-wrap { max-width: 98vw; }
    .xseo-mail-header, .xseo-mail-body { padding-left: 5vw; padding-right: 5vw;}
    .xseo-logo { width: 70px;}
  }