@import '_content/Bio.FormSetLib/Bio.FormSetLib.uv0upfzw5c.bundle.scp.css';

/* _content/FollowUp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-z5l2cphov4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-z5l2cphov4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FollowUp/Components/Pages/LoginRequiredPage.razor.rz.scp.css */
.login-required-page[b-phqyhpakmv] {
    min-height: calc(100vh - 60px);
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
}

/* 模块标题区域 - 顶部居中 */
.module-header[b-phqyhpakmv] {
    background-color: white;
    padding: 20px 16px;
    text-align: center;
}

/* 内容区域 - 与标题保持间距 */
.content-area[b-phqyhpakmv] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    margin-top: 40px;
}

.empty-state[b-phqyhpakmv] {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* 按钮容器 - 居中显示 */
.button-container[b-phqyhpakmv] {
    display: flex;
    justify-content: center;
}
/* _content/FollowUp/Components/Pages/PageDoctor/DoctorHealthTools.razor.rz.scp.css */
/* _content/FollowUp/Components/Pages/PageDoctor/FollowupDoctorTerminalHome.razor.rz.scp.css */
.gradient-icon-bg[b-xux5l0hazp] {
    background: linear-gradient(135deg, #529ef1 0%, #35c6cd 100%);
    border-radius: 8px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.gradient-icon-bg[b-xux5l0hazp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    border-radius: 8px;
}
/* _content/FollowUp/Components/Pages/PageDoctor/PublicityModelDetail.razor.rz.scp.css */
.model-title[b-gv66zom2kg] {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}

.model-info[b-gv66zom2kg] {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.model-content[b-gv66zom2kg] {
    padding: 16px;
    background-color: white;
    border-radius: 4px;
    flex-grow: 1;
}
.model-content img[b-gv66zom2kg]{
    max-width: 100%;
}
/* _content/FollowUp/Components/Pages/PageDoctor/PublicityModelList.razor.rz.scp.css */
/* _content/FollowUp/Components/Pages/PageDoctor/PublicityPush.razor.rz.scp.css */
.patient-list-container[b-2xvg99kbs9] {
    min-height: 0; /* 重要：确保flex子项可以收缩 */
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #fafafa;
    margin-top: 8px;
    overflow-y: auto;
    flex: 1 1 auto;
    max-height: calc(100vh - 350px);
    padding: 4px 0;
}

.send-button-container[b-2xvg99kbs9] {
    padding: 10px;
    display: flex;
    justify-content: center;
    background-color: white;
    border-top: 1px solid #f0f0f0;
}
/* _content/FollowUp/Components/Pages/PageDoctor/PublicityRecord.razor.rz.scp.css */
/* _content/FollowUp/Components/Pages/PageDoctor/PublicityRecordDetail.razor.rz.scp.css */
/* _content/FollowUp/Components/Pages/PagePatient/HealthTools.razor.rz.scp.css */
.health-tools-container[b-vbs2k7lju5] {
    background-color: #f5f5f5;
    min-height: 100vh;
}

.tool-item[b-vbs2k7lju5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: white;
    margin-bottom: 1px;
    cursor: pointer;
}

.tool-name[b-vbs2k7lju5] {
    font-size: 16px;
    color: #333;
}

.no-tools[b-vbs2k7lju5] {
    padding: 20px;
    text-align: center;
    color: #666;
}
/* _content/FollowUp/Components/Pages/PagePatient/HealthToolsHospitalList.razor.rz.scp.css */
.health-tools-container[b-dqvxsj7dec] {
    background-color: #f5f5f5;
    min-height: 100vh;
}

.tool-item[b-dqvxsj7dec] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: white;
    margin-bottom: 1px;
    cursor: pointer;
}

.tool-name[b-dqvxsj7dec] {
    font-size: 16px;
    color: #333;
}

.no-tools[b-dqvxsj7dec] {
    padding: 20px;
    text-align: center;
    color: #666;
}
/* _content/FollowUp/Components/Pages/PagePatient/PatientHome.razor.rz.scp.css */
.div-task[b-6q9fdj43u0] {
    background-image: url(/image/task-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    border-radius: 12px;
    text-align: center;
    line-height: 80px;
}

.div-consult[b-6q9fdj43u0] {
    background-image: url(/image/consult-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    border-radius: 12px;
    text-align:center;
    line-height:80px;
}

.div-service[b-6q9fdj43u0] {
    background-color: white;
    border-radius: 4px;
}



.flip-banner[b-6q9fdj43u0] {
    color: white;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    padding: 10px 10px;
    position: relative;
}

.flip-banner1[b-6q9fdj43u0] {
    background-image: url(/image/flip-banner1.jpg);
}

.flip-banner-xw[b-6q9fdj43u0] {
    background-image: url(/image/xw_bg.png);
}

.flip-banner2[b-6q9fdj43u0] {
    background-image: url(/image/flip-banner2.jpg);
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.banner-circle[b-6q9fdj43u0]{
    height:10px;
    width:10px;
    border-radius:10px;
    background-color:white;
    opacity:0.7;
}

.banner-circle-selected[b-6q9fdj43u0] {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: white;
}

.health-label[b-6q9fdj43u0]{
    padding:3px 5px;
    font-size:12px;
    border-radius:2px;
}

.health-label-default[b-6q9fdj43u0]{
    background-color:#f1f1f1;
    color:#999;
}
/*/偏高或偏低*/
.health-label-abnormal[b-6q9fdj43u0] {
    background-color: rgba(208,94,108,0.5);
    color: #D05E6C;
}

/*正常*/
.health-label-normal[b-6q9fdj43u0] {
    background-color: #E6FFFB;
    color: #13C2C2;
}

/*单位*/
.health-unit-font[b-6q9fdj43u0] {
    font-size: 11px;
    color: #7F7F7F;

}


.func-font[b-6q9fdj43u0] {
    color: #ffffff;
    font-weight: bold;
    font-size: calc(18px + 0.5vw);
    text-align:center;
}
/* _content/FollowUp/Components/Pages/PagePatient/PatientPublicityList.razor.rz.scp.css */
/* _content/FollowUp/Components/Pages/PagePatient/ZhiPuAIConversion.razor.rz.scp.css */
.ai-chat-container[b-k28jpfefp3] {
    background: #fff;
    
    display: flex;
    flex-direction: column;
    height: calc(100vh - 55px);
}

.ai-chat-header[b-k28jpfefp3] {
    text-align: center;
    padding: 24px 12px;
}

.ai-chat-logo[b-k28jpfefp3] {
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
}

.ai-chat-title[b-k28jpfefp3] {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 4px;
}

.ai-chat-welcome[b-k28jpfefp3] {
    font-size: 0.8rem;
    color: #666;
}

.ai-chat-quick-questions[b-k28jpfefp3] {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    gap: 8px;
    margin-bottom: 18px;
    margin-top:16px;
}


.ai-chat-messages[b-k28jpfefp3] {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 12px;
    padding: 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-chat-message[b-k28jpfefp3] {
    display: flex;
    align-items: flex-start;
    margin-bottom:4px;
}

    .ai-chat-message.user[b-k28jpfefp3] {
        flex-direction: row-reverse;
    }

.ai-chat-avatar[b-k28jpfefp3] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 4px 8px;
    background: #e6f0ff;
}

.ai-chat-bubble[b-k28jpfefp3] {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 1rem;
/*    background: #f7f8fa;*/
    color: #222;
}

.ai-chat-recommond[b-k28jpfefp3] {
    background-color: #f5f5f5;
    padding: 10px 5px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom:10px;
}

.ai-chat-message.user .ai-chat-bubble[b-k28jpfefp3] {
    background: #f7f8fa;
    color: #333;
}

.ai-chat-input-area[b-k28jpfefp3] {
    padding: 12px 12px;
    border-top: 1px solid #eee;
}

.ai-chat-input[b-k28jpfefp3] {
    flex: 1;
    min-height: 38px;
    max-height: 80px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-right:10px;
    margin-bottom:5px;
    padding: 8px 12px;
    font-size: 1rem;
    resize: none;
}

.p-hint[b-k28jpfefp3] {
    background-color: #fff186;
    color: #ff8400;
    text-align: center;
}

.ai-chat-messages[b-k28jpfefp3]::-webkit-scrollbar {
    width: 6px;
}

.ai-chat-messages[b-k28jpfefp3]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.ai-chat-messages[b-k28jpfefp3]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.ai-chat-messages[b-k28jpfefp3]::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* For Firefox */
.ai-chat-messages[b-k28jpfefp3] {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}
/* _content/FollowUp/Components/Shared/ArticleNewsList.razor.rz.scp.css */
.article-news-list[b-j9cp5kdql7] {
    margin-top: 8px;
}

.article-item[b-j9cp5kdql7] {
    background: white;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.article-title[b-j9cp5kdql7] {
    font-size: 16px;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-meta[b-j9cp5kdql7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.article-category[b-j9cp5kdql7] {
    background: #e6f7ff;
    color: #3a8cff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.article-image[b-j9cp5kdql7] {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

    .article-image img[b-j9cp5kdql7] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.load-more-container[b-j9cp5kdql7] {
    margin-top: 16px;
}
/* _content/FollowUp/Components/Shared/MobileDateTimePicker.razor.rz.scp.css */
.mobile-date-time-picker[b-dx5xdyszxd] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2000;
}

.picker-mask[b-dx5xdyszxd] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.picker-panel[b-dx5xdyszxd] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 306px;
    background-color: white;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    animation: slideUp-b-dx5xdyszxd 0.3s ease;
}

@keyframes slideUp-b-dx5xdyszxd {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.picker-header[b-dx5xdyszxd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 0 16px;
    font-size: 16px;
    border-bottom: 1px solid #ebedf0;
    background-color: #fff;
    position: relative;
    z-index: 4;
}

.picker-cancel[b-dx5xdyszxd], .picker-confirm[b-dx5xdyszxd] {
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
}

.picker-cancel[b-dx5xdyszxd] {
    color: #666;
}

.picker-confirm[b-dx5xdyszxd] {
    color: #2196f3;
    font-weight: 500;
}

.picker-title[b-dx5xdyszxd] {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    text-align: center;
    flex: 1;
}

.picker-columns[b-dx5xdyszxd] {
    display: flex;
    position: relative;
    height: 220px;
}

.picker-column[b-dx5xdyszxd] {
    flex: 1;
    overflow: hidden;
    position: relative;
    touch-action: none;
}

.picker-column-wrapper[b-dx5xdyszxd] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.picker-item[b-dx5xdyszxd] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 16px;
    cursor: pointer;
    color: #323233;
}

.picker-item-selected[b-dx5xdyszxd] {
    color: #2196f3;
    font-weight: 500;
}

.picker-mask-top[b-dx5xdyszxd], .picker-mask-bottom[b-dx5xdyszxd] {
    position: absolute;
    left: 0;
    right: 0;
    height: 88px;
    pointer-events: none;
    z-index: 1;
}

.picker-mask-top[b-dx5xdyszxd] {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
}

.picker-mask-bottom[b-dx5xdyszxd] {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
}

.picker-indicator[b-dx5xdyszxd] {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    height: 44px;
    margin-top: -22px;
    border-top: 1px solid #ebedf0;
    border-bottom: 1px solid #ebedf0;
    pointer-events: none;
    z-index: 3;
    box-sizing: border-box;
}
