@charset "utf-8";
a.pg-color:hover {
    color: #000;
    font-weight: bold;
}

/* 内页右侧头部 */

.content_com_title {
    background: url("../images/sub05.jpg")
        /*tpa=http://0001570.ks.panguweb.cn/App/Home/Public/images/sub05.jpg*/
        no-repeat;
    position: relative;
    height: 52px;
    margin: 0 0 15px 20px;
}
.content_com_title h2 {
    float: left;
    font-size: 24px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    background: #cb2424;
    line-height: 44px;
    padding: 0 15px;
}
.bread {
    float: right;
    line-height: 12px;
    font-size: 12px;
    color: #464747;
    padding-top: 30px;
}
.bread a {
    color: #464747;
}
.bread a:hover {
    color: #cb2424;
}

/*------------------------------- 内页---------------------------------*/
body {
    margin: 0 auto;
    background-color: #f5f5f5;
}
/*-------------------------------内页---------------------------------*/
.sub_banner {
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner-download-premier {
    background-image: url("../banner/download-premier.jpg");
}

.banner-download-basic {
    background-image: url("../banner/download.jpg");
}

.banner-feedback-img {
    background-image: url("../banner/feedback.jpg");
}

.banner-partner {
    background-image: url("../banner/partner.jpg");
}

.banner-loginreg {
    background: url("../banner/loginreg.jpg") no-repeat top center;
    background-size: cover;
}

@media (max-width: 1024px) {
    .sub_banner {
        height: 480px;
    }
    
    .banner-download-premier {
        background-image: url("../banner/download-premier-m.jpg");
    }

    .banner-download-basic {
        background-image: url("../banner/download-m.jpg");
    }

    .banner-feedback-img {
        background-image: url("../banner/feedback-m.jpg");
    }

    .banner-partner {
        background-image: url("../banner/partner-mo.jpg");
    }

    .banner-loginreg {
        background-image: url("../banner/loginreg-mo.jpg");
        height: 177.78vw;
        width: 100%;
        background-size: cover;
    }
}
.sub_banner_line {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -107px;
    margin-left: -728px;
    width: 100px;
    height: 100px;
}

.product02 {
    float: right;
    width: 770px;
    padding: 0 0 40px 0;
    background: #fff;
    min-height: 633px;
    _height: 633px;
    border-bottom: 1px solid #e2e2e2;
}
.product03 {
    float: right;
    width: 966px;
    padding: 0 20px 40px;
    box-sizing: border-box;
    background: #fff;
    min-height: 633px;
    _height: 633px;
    border-bottom: 1px solid #e2e2e2;
}
.product {
    width: 1004px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    background: url("../images/sub05.jpg")
        /*tpa=http://0001570.ks.panguweb.cn/App/Home/Public/images/sub05.jpg*/
        repeat-y;
}
/*公共内页左侧left-nav*/

/*==========分页样式===========*/
.paging {
    width: 100%;
    height: 24px;
    text-align: center;
    padding: 15px 0;
    float: right;
}
.paging a,
.paging span {
    font: 12px/24px "microsoft yahei";
    color: #333;
    text-decoration: none;
    padding: 0 8px;
    border: solid 1px #ddd;
    display: inline-block;
    white-space: nowrap;
    margin: 0 3px;
}
.paging a {
    background: none;
}
.paging a:hover {
    background: #000;
    color: #fff;
}
.paging span {
    background: #000;
    color: #fff;
}
.page {
    width: 100%;
    margin: 10px auto 10px;
    overflow: hidden;
    position: relative;
}
.page p {
    width: 100%;
    height: 28px;
    font: 12px/28px "microsoft yahei";
    color: #1d1d1d;
    overflow: hidden;
}
.page p a {
    color: #1d1d1d;
}
.page p a:hover,
.back:hover {
    text-decoration: underline;
}
.back {
    font: 14px/39px "microsoft yahei";
    color: #fff;
    width: 138px;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    text-align: center;
    background: #cb2424;
    margin-top: 20px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    padding-top: 48px;
    padding-left: 5.55vw;
    /* gap: 23px; */
}
.container_left {
    width: 350px;
    flex-shrink: 0;
}
.container_right {
    flex: 1;
}

.product01 {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.product07 {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.95);
    font-weight: 500;
    text-indent: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
    font-family:
        "PingFang SC",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Microsoft YaHei",
        sans-serif;
}

.product07 span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}
.l_login {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 20px 10px;
    padding-bottom: 0px;
}
/* 左侧导航栏容器 */
.l_contact {
    width: 100%;
}

/* 侧边栏样式重构 */
.sidenav {
    width: 100%;
}

.sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidenav ul li {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin-bottom: 6px;
}

.sidenav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 54px;
    padding: 0 22px;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    transition: all 0.3s ease;
}

.sidenav ul li a p {
    margin: 0;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 移除旧的 text-indent */
    text-indent: 0;
}

/* 箭头图标 - 使用 CSS 绘制代替图片 */
.sidenav ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid rgba(0, 0, 0, 0.75);
    border-right: 1.5px solid rgba(0, 0, 0, 0.75);
    transform: rotate(45deg);
    transition: border-color 0.3s ease;
    opacity: 0.75;
}

/* Hover 状态 */
.sidenav ul li:hover {
    background-color: #f8f8f8;
    /* color: #c23343; */
}

.sidenav ul li a:hover::after {
    /* border-color: #c23343; */
}

/* 选中状态（当前页高亮） */
.sidenav ul li a.cu,
.sidenav ul li a.sidenava.cu {
    color: #c23343 !important;
    font-weight: bold;
    /* background-color: #fff5f6 !important; */
}

.sidenav ul li a.cu::after,
.sidenav ul li a.sidenava.cu::after {
    border-color: #c23343;
}

.sidenav ul li a.cu p,
.sidenav ul li a.sidenava.cu p {
    color: #c23343 !important;
}

/* 兼容旧的类名，确保没有冲突 */
.sidenav ul li a.sidenava {
    display: flex;
    float: none;
    color: inherit;
    background: inherit;
}
.sidenav ul li a.sidenava p {
    color: inherit;
}
.sidenav ul li a.sidenava:hover {
    background-color: #f8f8f8;
}
/* 登录后样式 */
.logged-in-container {
    padding: 0 6px 17px 10px; /* Top padding handled by layout gap, keeping side/bottom per Figma */
    font-family:
        "PingFang SC",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Microsoft YaHei",
        sans-serif;
}

.user-info {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.3); /* Figma: TextColor main-2-dark */
}

.user-info p {
    margin: 0;
}

.user-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.user-link-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0, 0, 0, 0.65); /* Figma: TextColor subtitle-dark */
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.user-link-item:hover {
    color: #c23343; /* Brand color on hover */
}

.icon-arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.75;
    margin-right: 4px; /* Adjust visual balance */
}

/* 输入框容器 - 保持原有结构 */
.login-container .ver-box {
    height: 48px;
    position: relative;
    margin-bottom: 8px;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid #ebebeb;
}

/* 用户名输入框 */
.login-container .mobile {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
    color: #333333;
    font-family:
        "PingFang SC",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Microsoft YaHei",
        sans-serif;
    box-sizing: border-box;
}

.login-container .mobile::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 500;
}

/* 密码输入框 */
.login-container .verify {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
    background: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    color: #333333;
    font-family:
        "PingFang SC",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Microsoft YaHei",
        sans-serif;
    box-sizing: border-box;
}

.login-container .verify::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 500;
}

/* 输入框焦点状态 */
.login-container .ver-box:focus-within {
    border-color: #c23343;
    /* box-shadow: 0 0 0 2px rgba(194, 51, 67, 0.1); */
}

.login-container .ver-box:hover {
    border-color: #cccccc;
}

/* 按钮组 - 使用 Flexbox */
.login-btn {
    display: flex;
    margin-top: 8px;
    margin-bottom: 12px;
}

/* 登录按钮 */
.login-btn .loginbtn {
    flex: 1;
    height: 48px;
    line-height: 48px;
    background-color: #c23343;
    margin-top: 0px;
    transition: all 0.3s ease-out 0s;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 4px rgba(194, 51, 67, 0.2);
}

.login-btn .loginbtn:hover {
    background-color: #bc0000;
    box-shadow: 0 2px 8px rgba(188, 0, 0, 0.3);
}

.login-btn .loginbtn:active {
    background-color: #a00000;
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(188, 0, 0, 0.2);
}

/* 注册按钮 */
.login-btn .regbtn {
    flex: 1;
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    background-color: #eceaeb;
    margin-top: 0px;
    transition: all 0.3s ease-out 0s;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-btn .regbtn:hover {
    background-color: #e0dedf;
    border-color: #cccccc;
}

.login-btn .regbtn:active {
    background-color: #d4d2d3;
    transform: translateY(1px);
}

/* 按钮内部样式 */
.login-btn button {
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    font-family:
        "PingFang SC",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Microsoft YaHei",
        sans-serif;
    font-weight: 500;
    padding: 0;
}

.login-btn .regbtn button {
    color: #333333;
}

/* 忘记密码链接 */
.f-password-wrap {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.f-password {
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family:
        "PingFang SC",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Microsoft YaHei",
        sans-serif;
}

.f-password:hover {
    color: #c23343;
    text-decoration: underline;
}

/* 清除浮动 */
.clearfix {
    zoom: 1;
}

/* 验证码获取按钮（如果存在） */
.login-container .gain {
    width: 79px;
    border: none;
    height: 50px;
    float: left;
    cursor: pointer;
    float: right;
    outline: none;
}

.login-container .gain:hover {
    background: #f4f4f4;
}

.content-title {
    /* margin-left: 180px; */
    font-size: 24px;
    color: #000000f2;
    font-weight: medium;
}
.content-txt {
    font-size: 14px;
    color: #0000008C;
    line-height: 25px;
    /* padding-top: 20px; */
    padding-bottom: 20px;
}
/* .sub_banner {
    height: 300px;
    background-size: contain;
} */
.info-list {
    background-color: #f5f5f5;
    border: 1px #c6c6c6 solid;
    border-left: 5px #c6c6c6 solid;
    height: 34px;
    border-radius: 5px;
    line-height: 34px;
    padding-left: 12px;
    margin-top: 30px;
}
.content-txt table th tr td {
    border: 1px solid #cccccc;
}
.cdownload:hover {
    color: #da1e48;
}

.pagination {
    display: inline-block;
    margin: 0 auto;
    border-radius: 4px;
}
.pagination li {
    display: inline;
}
.pagination li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li:first-child a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination li a:hover,
.pagination li a:focus {
    background-color: #eee;
}
.pagination .active span,
.pagination .active span:hover,
.pagination .active span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #da1e48;
    border-color: #da1743;
}
.pagination .disabled span,
.pagination .disabled span:hover,
.pagination .disabled span:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg li a {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-sm li a,
.pagination-sm li span {
    padding: 5px 10px;
    font-size: 12px;
}

/* Mobile Header & Navigation Styles - Refined for GSAP */
.mobile-header {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 46px;
    background: #fff;
    z-index: 1002; /* Higher than drawer */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    box-sizing: border-box;
}

.mobile-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

/* Text Button Style */
.mobile-text-btn {
    background: none;
    border: none;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #000;
    font-family:
        "PingFang SC",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Microsoft YaHei",
        sans-serif;
}

.header-text {
    font-size: 14px;
    font-weight: 500;
    margin-right: 4px;
    color: #000000F2;
}

.header-arrow {
    /* Rotation handled by GSAP */
    color: #000;
}

/* Mobile Drawers - Dropdown Style */
.mobile-backdrop {
    display: none; /* GSAP will handle display/opacity */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000; /* Behind drawer */
    opacity: 0;
    backdrop-filter: blur(2px);
}

.mobile-drawer {
    position: fixed;
    top: 46px; /* Below header */
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 46px);
    background: #fff;
    z-index: 1001; /* Below header, above backdrop */
    transform: translateY(-100%); /* Start hidden above */
    display: none;
    flex-direction: column;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    overflow-y: auto;
    padding-bottom: 36px;
}

/* Remove left/right specific transforms as they now slide down */
.mobile-drawer-left,
.mobile-drawer-right {
    left: 0;
    right: 0;
    transform: translateY(-100%);
}

/* Hide internal header in dropdown mode */
.drawer-header {
    display: none;
}

.drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 0px 16px;
    padding-top: 0;
}

.drawer-content {
    flex: 1;
    overflow-y: auto;
    padding: 0px 18px;
}

/* Mobile Side Nav Styles - Card Style */
.mobile-sidenav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-sidenav li {
    margin-bottom: 4px;
    border: none;
    border-radius: 6px;
}

.mobile-sidenava {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: transparent;
    border-radius: 8px;
    color: #000000A6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-sidenava p {
    margin: 0;
    flex: 1;
}

/* Arrow Icon for Menu Items */
.mobile-sidenava::after {
    content: "›";
    display: block;
    width: auto;
    height: auto;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: #999;
    transform: none; /* Use char instead of css border for cleaner look */
    opacity: 1;
}

.mobile-sidenava:hover,
.mobile-sidenava.active {
    background: #f6f6f6;
    color: #000;
}

.mobile-sidenava:hover::after {
    color: #666;
}

/* Mobile Login Form Styles */
.mobile-login-form .form-group {
    margin-bottom: 15px;
}

.mobile-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.mobile-input:focus {
    border-color: #c23343;
}

.mobile-btn-primary {
    width: 100%;
    padding: 12px;
    background: #c23343;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.mobile-btn-primary:hover {
    background: #a31d2e;
}

.mobile-btn-secondary {
    display: block;
    width: 100%;
    padding: 12px;
    background: #fff;
    color: #c23343;
    border: 1px solid #c23343;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
    transition: background 0.3s;
}

.mobile-btn-secondary:hover {
    background: #f8f8f8;
}

.form-footer {
    text-align: center;
    margin-top: 15px;
}

.form-footer a {
    color: #666;
    font-size: 12px;
}

.form-footer a:hover {
    color: #c23343;
}

.mobile-user-info {
    text-align: center;
}

.mobile-user-links {
    margin-top: 20px;
}

.mobile-nav-link {
    display: block;
    padding: 12px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.mobile-nav-link:hover {
    color: #c23343;
}

/* 移动端适配 */
@media screen and (max-width: 1024px) {
    /* Mobile Title Standardization (Frame 427319533) */
    .download-basic-title, 
    .download-premier-title, 
    .feedback-title, 
    .ridp-section-title {
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 160%;
        margin-bottom: 14px;
        color: #C23343;
        align-self: flex-start; /* Ensure left alignment in flex containers */
    }

    #mobile-login-drawer .ver-box {
        height: 42px;
        margin-bottom: 8px;
    }

    

    /* 去除点击高亮 */
    * {
        -webkit-tap-highlight-color: transparent;
    }

    .header,
    .g_nav {
        display: none !important;
    }
    .mobile-header {
        display: flex;
    }

    .mobile-drawer {
        display: flex;
    }

    .container {
        width: 100%;
        padding: 0 16px;
        flex-direction: column;
        box-sizing: border-box;
        padding-top: 48px;
    }

    .container_left {
        display: none; /* Hide PC sidebar on mobile */
    }

    .container_right {
        width: 100%;
        order: 1; /* 内容在上方 */
    }

    /* 内容区域图片自适应 */
    .content-txt img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* 表格自适应 */
    .content-txt table {
        overflow-x: auto;
    }

    /* 侧边栏登录框调整 */
    .l_login {
        display: none; /* Hide PC login box on mobile */
    }
}

/* ==========================================================================
   Mobile Login Drawer Styles (Compiled from mobile_login.styl)
   ========================================================================== */

#mobile-login-drawer .drawer-header {
    display: flex;
    align-items: center;
    padding: 15px 0;
    background: #fff;
    padding-left: 15px;
}

#mobile-login-drawer .drawer-close {
    background: none;
    border: none;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #333;
}

#mobile-login-drawer .drawer-close svg {
    width: 24px;
    height: 24px;
}

#mobile-login-drawer .drawer-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

#mobile-login-drawer .login-container {
    /* padding: 20px 15px; */
}

/* Override input styles for mobile (White background as per design) */
#mobile-login-drawer .ver-box {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    margin-bottom: 8px;
    box-shadow: none;
    height: 42px;
}

#mobile-login-drawer .ver-box:focus-within {
    border-color: #c23343;
}

/* #mobile-login-drawer .ver-box input {
    background-color: #fff;
    height: 42px;
} */

/* Button group styles */
#mobile-login-drawer .login-btn {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

#mobile-login-drawer .login-btn .loginbtn {
    flex: 1;
    height: 46px;
    line-height: 46px;
    background-color: #c23343;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    border: none;
    box-shadow: none;
}

#mobile-login-drawer .login-btn .regbtn {
    flex: 1;
    height: 46px;
    line-height: 46px;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 6px;
    border: none;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-login-drawer .login-btn .regbtn button {
    color: #333;
    font-weight: normal;
}

/* Forgot password link */
#mobile-login-drawer .f-password-wrap {
    margin-top: 15px;
    padding-left: 0;
    text-align: left;
}

#mobile-login-drawer .f-password-wrap .f-password {
    color: #999;
    font-size: 14px;
}

/* ==========================================================================
   Mobile Register Drawer Styles
   ========================================================================== */
#mobile-register-view {
    display: none;
}
#mobile-register-view .reg-form {
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
}
#mobile-register-view .reg-field {
    margin-bottom: 16px;
}
#mobile-register-view .reg-field-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
#mobile-register-view .reg-field-control {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#mobile-register-view .reg-input-wrap {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
#mobile-register-view .reg-input-wrap input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
    height: 100%;
    color: #333;
}
#mobile-register-view .reg-field-tip {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
}
#mobile-register-view .reg-code-row,
#mobile-forget-password-view .reg-code-row {
    display: flex;
    gap: 10px;
}
#mobile-register-view .reg-code-row .reg-input-wrap,
#mobile-forget-password-view .reg-code-row .reg-input-wrap {
    flex: 1;
}
#mobile-register-view .reg-code-btn,
#mobile-forget-password-view .reg-code-btn {
    width: 120px;
    height: 46px;
    background-color: #ececea;
    border: none;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
#mobile-register-view .reg-code-btn:disabled,
#mobile-forget-password-view .reg-code-btn:disabled {
    color: #999;
    cursor: not-allowed;
}
#mobile-register-view .reg-protocol-row {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}
#mobile-register-view .reg-protocol-row input[type="checkbox"] {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    accent-color: #c23343;
}
#mobile-register-view .reg-protocol-row a {
    color: #c23343;
}
#mobile-register-view .reg-submit-row {
    margin-top: 20px;
}
#mobile-register-view .submitbtn {
    width: 100%;
    height: 46px;
    background-color: #c23343;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
/* ==========================================================================
   Mobile Profile & Password & Forget Password Drawer Styles (Reusing Register Styles)
   ========================================================================== */
#mobile-profile-view,
#mobile-password-view,
#mobile-forget-password-view {
    display: none;
}
#mobile-profile-view .nav-title,
#mobile-password-view .nav-title,
#mobile-forget-password-view .nav-title {
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
}
#mobile-profile-view .reg-form,
#mobile-password-view .reg-form,
#mobile-forget-password-view .reg-form {
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
}
#mobile-profile-view .reg-field,
#mobile-password-view .reg-field,
#mobile-forget-password-view .reg-field {
    margin-bottom: 16px;
}
#mobile-profile-view .reg-field-label,
#mobile-password-view .reg-field-label,
#mobile-forget-password-view .reg-field-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
#mobile-profile-view .reg-field-control,
#mobile-password-view .reg-field-control,
#mobile-forget-password-view .reg-field-control {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#mobile-profile-view .reg-input-wrap,
#mobile-password-view .reg-input-wrap,
#mobile-forget-password-view .reg-input-wrap {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
#mobile-profile-view .reg-input-wrap input,
#mobile-password-view .reg-input-wrap input,
#mobile-forget-password-view .reg-input-wrap input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
    height: 100%;
    color: #333;
}
#mobile-profile-view .reg-input-wrap select,
#mobile-password-view .reg-input-wrap select,
#mobile-forget-password-view .reg-input-wrap select {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
    height: 100%;
    color: #333;
}

#mobile-profile-view .reg-field-tip,
#mobile-password-view .reg-field-tip,
#mobile-forget-password-view .reg-field-tip {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
}

/* File Upload Button */
#mobile-profile-view .pf-file-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#mobile-profile-view .pf-file-btn {
    width: 100%;
    height: 46px;
    background-color: #f0f0f0;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    position: relative;
    overflow: hidden;
}
#mobile-profile-view .pf-file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
#mobile-profile-view .pf-file-tip {
    font-size: 12px;
    color: #999;
}

/* Distpicker Selects */
#mobile-profile-view .pf-select-wrap {
    display: flex;
    gap: 6px;
}
#mobile-profile-view .pf-select-wrap select {
    flex: 1;
    min-width: 0; /* Allows flex item to shrink below content size */
    height: 46px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 4px;
    font-size: 13px;
    color: #333;
    outline: none;
    text-overflow: ellipsis; /* Helps with long text */
}

#mobile-profile-view .reg-submit-row,
#mobile-password-view .reg-submit-row,
#mobile-forget-password-view .reg-submit-row {
    margin-top: 20px;
}
#mobile-profile-view .submitbtn,
#mobile-password-view .submitbtn,
#mobile-forget-password-view .submitbtn {
    width: 100%;
    height: 46px;
    background-color: #c23343;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
#mobile-profile-view .submitbtn:hover,
#mobile-password-view .submitbtn:hover,
#mobile-forget-password-view .submitbtn:hover {
    background-color: #a31d2e;
}
