@charset "UTF-8";.layout-logo{display:flex;align-items:center;justify-content:space-between;box-shadow:#00152905 0 .063rem .25rem;color:var(--primary-color);font-size:1rem;cursor:pointer;animation:logoAnimation .3s ease-in-out}.layout-logo:hover span{color:var(--primary-color-light-2)}.layout-logo-medium-img{width:2.5rem;height:2.5rem}.layout-logo .my-line{width:.063rem;height:1.75rem;background-color:#d9d9d9;margin-left:1.25rem;margin-right:.813rem;margin-top:0}.layout-logo .my-span{color:#000;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;vertical-align:text-bottom;text-align:center;height:3rem;line-height:3rem;vertical-align:top;margin-left:.5rem}.layout-logo .my-sub-logo{height:3rem;line-height:3rem;display:flex;align-items:center;justify-content:center}.layout-logo .my-sub-logo .my-sub-logo-img{max-width:100%;max-height:3rem;width:auto;height:auto;object-fit:contain;flex-shrink:0}.layout-logo-size{width:100%;height:3.125rem;display:flex;cursor:pointer;animation:logoAnimation .3s ease-in-out}.layout-logo-size-img{width:1.25rem;margin:auto}.layout-logo-size:hover img{animation:logoAnimation .3s ease-in-out}@keyframes logoAnimation{0%{transform:scale(.98);opacity:.95}to{transform:scale(1);opacity:1}}.topSearch_box{width:42.6%;height:2.5rem;position:relative;border-radius:.625rem;border:.063rem solid #DAE1E9;background-color:var(--bg-white-semi)}.topSearch_box .topSearch{width:100%;height:99%;position:relative;background:rgba(255,255,255,.95);z-index:1;border-radius:.625rem;border:none;display:flex;align-items:center}.topSearch_box .search-prefix-icon{width:1.5rem;height:1.5rem;margin-left:.625rem;margin-right:.5rem}.topSearch_box .search-input{flex:1;height:100%;border:none;outline:none;box-shadow:none;background:transparent;border-radius:.75rem;font-size:1rem;font-family:PingFang SC;font-weight:400;color:#333}.topSearch_box .search-input::placeholder{color:#999;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize}.topSearch_box .search-input::-webkit-input-placeholder{color:#999;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize}.topSearch_box .search-input::-moz-placeholder{color:#999;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;opacity:1}.topSearch_box .search-input:-ms-input-placeholder{color:#999;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize}.topSearch_box .search-input::-ms-input-placeholder{color:#999;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize}.topSearch_box .search-input:focus{border:none;outline:none;box-shadow:none}.topSearch_box .search-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border-radius:.625rem;box-shadow:0 .25rem .75rem #00000026;max-height:25rem;overflow-y:auto;z-index:1000}.topSearch_box .search-dropdown .search-loading{display:flex;justify-content:center;align-items:center;padding:1.25rem}.topSearch_box .search-dropdown .search-empty{padding:1.25rem;text-align:center}.topSearch_box .search-dropdown .search-results{padding:.25rem 0}.topSearch_box .search-dropdown .search-results .search-result-item{position:relative;padding:.875rem 1rem .875rem 1.25rem;margin:0 .5rem;cursor:pointer;transition:all .3s ease;border-radius:.5rem;border-bottom:.063rem solid transparent;display:flex}.topSearch_box .search-dropdown .search-results .search-result-item:before{content:"";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:.188rem;height:0;background:var(--primary-color);border-radius:.125rem;transition:height .3s ease}.topSearch_box .search-dropdown .search-results .search-result-item:not(:last-child){border-bottom:.063rem solid #f0f0f0}.topSearch_box .search-dropdown .search-results .search-result-item:hover{background-color:var(--primary-bg-lightest);transform:translate(.125rem)}.topSearch_box .search-dropdown .search-results .search-result-item:hover:before{height:60%}.topSearch_box .search-dropdown .search-results .search-result-item:hover .result-item-title{color:var(--primary-color)}.topSearch_box .search-dropdown .search-results .search-result-item:active{transform:translate(.063rem);background-color:var(--primary-bg-lighter)}.topSearch_box .search-dropdown .search-results .search-result-item .result-item-title{font-size:.938rem;font-weight:600;color:#333;margin-bottom:.375rem;line-height:1.4;transition:color .3s ease;word-break:break-all}.topSearch_box .search-dropdown .search-results .search-result-item .result-item-desc{font-size:.813rem;color:#999;line-height:1.6;word-break:break-all}.topSearch_box .search-dropdown .search-results .search-result-item .result-item-desc span{display:inline-block;margin-right:.25rem}.header-content{display:flex;align-items:center;flex-direction:row;justify-content:space-between;width:100vw;height:100%;padding:0;box-sizing:border-box}.header-left{display:flex;align-items:center}.header-left .hospital-logo{flex-shrink:0;height:2.8rem}.header-left .hospital-logo img{height:100%}.header-left .hospital-info .hospital-name{color:#333;font-weight:500;line-height:1.2}.header-left .hospital-info .hospital-name-en{color:#666;font-size:.75rem;line-height:1.2;margin-top:.125rem}.header-center{flex:1;display:flex;justify-content:flex-start;border:var(--border-primary);border-radius:var(--border-radius-md);align-items:center;background:#f8f9fa;padding:.375rem .75rem;cursor:pointer;margin:0 6rem}.header-center .search-icon{color:#999;font-size:1rem;margin-right:.25rem}.header-center .search-placeholder{color:#999}.header-center .search-input{flex:1;background:transparent;border:none;outline:none;font-size:.875rem;color:#333}.header-center .search-input :global(.adm-input){background:transparent;border:none;outline:none;font-size:.875rem;color:#333;padding:0;margin:0}.header-center .search-input :global(.adm-input::placeholder){color:#999}.header-right{display:flex;justify-content:flex-end}.header-right .header-btn{color:#666;display:inline-block;width:1.875rem;height:1.875rem;margin-left:.5rem}.header-right .header-btn img{width:100%;height:100%;object-fit:contain}.header-right .toggle-btn .toggle-switch{width:2.5rem;height:1.25rem;background:#d9d9d9;border-radius:.625rem;position:relative;transition:all .3s ease}.header-right .toggle-btn .toggle-switch:after{content:"";position:absolute;top:.125rem;left:.125rem;width:1rem;height:1rem;background:white;border-radius:50%;transition:all .3s ease}.header-right .toggle-btn .toggle-switch.active{background:#ff4d4f}.header-right .toggle-btn .toggle-switch.active:after{transform:translate(1.25rem)}.dialog_container_box1 .el-dialog{width:31.25rem;height:auto;background:url(/images/dialogbg-d6f5710b.png) top left no-repeat;background-size:100% 100%;background-color:#fff;border:.063rem solid #fff}.dialog_container_box1 .el-overlay{background-color:#d9edfccc}.dialog-footer{display:flex;justify-content:flex-end}.dialog_header1 .title_icon{width:1.688rem;height:1.688rem;margin-right:.125rem;vertical-align:middle}.layout-sidebar{max-width:5rem;display:flex;flex-direction:column;padding-top:.625rem;padding-bottom:.625rem;background-color:#fff;overflow:visible;border:.063rem solid var(--primary-border-light);border-radius:.625rem}.layout-sidebar .sidebar-header{display:flex;justify-content:center;margin-bottom:1.25rem}.layout-sidebar .sidebar-header .user-avatar{width:4.375rem;height:4.375rem;width:2.625rem;height:2.625rem;border-radius:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAtCSURBVHgBtVcJdFTVGf7ue2/2zJaNTDYCIRCIBBDZRDAVOIpwtFARFQEPIlYLIp421UNt0QNVLKhFFFc4KFZEoNoDCOIGVBRkiYQlhIQkhGSSTGaSyexvu/1nRIse9fTU9uVMZube+97/f9///csA/8Mr1Dpwn9bNOOcPnr20JOH/dLEfWEsZ4zFHTyzg5IHAzZt+4ux/daUMTHv00SE/cYY9vazgKj0kEgvD+Nq1EzIuOfCznUgZfyUcPrO6vv5vP3LG8M0HLeIJKrFifvTI+L/s3PmrUfiZl5D8t6YreGAJ4Xpg27ZF9JX169fPdNmZFMKGc+NeP3lm3MLPtueslnsKVR530x2lfNasdMd/ZORHLnbf3z+afEdc4/MiivIC5x3JxT2x2M7VqhZZ1dz61qR583KTa1WvC7/misD12AA15s1WE4ESnfNBfNIka+6PPv3LY9fO/iGjl7/f7481z+qJavOjqjYzEtfXRqJVyfXKlnDV7ISiP0E4d3Gu332o+0XtXL9YPFqkxwMDdDl0lcb54BB+Cnmmu/uOH9p4ZMOG0oqKCnHy5MmmNrs5T5QkhBTOHBD1T3Sh/CnOY81aorirPYpzxM4OHbw1i91bmXjHZPI3QhAYBDEkdHj77f3eo8XvOFBY6Bj1PdTJi9vGT9x8w7Pr7qvu7hYU2ovLKtM4CQxMcIkSDrQnzO2SlJaWaYYKHUFNYxluK98b89A3xqCrEIV27T3Pc9OW7d6dPq+pq+4hzoMzliwxXm5LEOBzb9x4XfmlRXHlypvsyY0Ob8fJ2vLSNfe++MoYT6u//tCpKHLSqNiQN1GVI90h8SyHjVdfiENRCT5nyHdJcATrmEBZKBqcgClNWL9fVrZ5KvwNVlfRiONeh6VkxK1JgN84IYS8nfKcOYYD9FlfsGC4UFlZ31N/sXKTUbHmXayP6PsLyj66oKf1Ls+1Ye8JGU6TTndxBGVyRNNwXYkdp9tUWHQNfnpIRf55QGXEFD1QE3B0b6PUK9uEgYGQcJulCfOnXX//3HWbx37LgLnHb0hEjtpjsUn/9DWedQNnkZv7+ax4dnEF62znql/ngbAgdssiSnItqPGL8IcEWIl4C/HnTWiY2M+Go9440giYw57GaQtMiUCOxqFZXUy0gs+J1FOlENRXmwwjB98ybcMlFiAYcqw9SkNEYfrpq7fvymoOfa6pZvUwH+bax893CkJ3bQ0cFspSovh8k4auDg1GI0dLWIRGa6LI4FVUDMqwwJ/g+CAwCmGxF5PEephMboy7fRh3RBSka2H4uSTubhd4Q3ciHZcLj4clJVxL3vTtLwhyCFzTmcXdg2caV7Df7volz5KbUTB6IMwuK9raOHxkaNwYhqBuRLFDR0QUkKy5XRQSuQvobzagXDgEH8+H3+hBW4+GNGJDPN/GPrb14dflK/WreltLUg68o8S8MwwWj1rtOSQq3pERawaHmyIh2WCzNMCv9majX3qeNzRY0LciD/kDPaiqCiO7RELf/mIKg93EiE+G7piKUboAmQgb6RCxP0bgyClREmGMKnhuWzvrXZaDoS1HflcQafiwcGC/QWxVoI73iGbUnlIbS9V3e883rUSezYuQbofQuwgGiqUxo41d+Yd1qGrO4JbCYgyZUozDX4YwZY4NcUWCReKQSZuGhI7JTgky5es5EqKB+FXoZSOHXBTGDe9H0KfI6NtTbuy1PsGDgRNnDggO1qezrqZZL0hUF23+yoDSrUswe/ctzGCjjK85CTWJyOfihx5/CtOWTMHUCU50nvHByGV0XlQJtw6Jc8QTQCFZtFFL4mQwjXEYKVvcLJkNQDiiYcxAiR056I3efUHt8QY1B53xCafePrOp+myW8GZ8PDeWzUHusJnYemQ8LFeOY0GLxMTWBmqFQXR2FyGXKkRhXjp+f3sOrh/AcWKfHzkOSjmyqIYS6E1Quyg9vfSiyoCHKSEm2hk8LsoaCtPgQiO3u6xFg5ximsEkouXw4fWiedri5X5XVu7YWCtauBnGUg8m3jUKznE3oHLTaDb5Sp35w9nYjm0oymBI6BwGUUSBx4oiB8cnX8lIL5CQiDOMz5RSoYjqDBnUwEtNEha/vQ9vTF2APmOHs8y8LFxVbENHiOMKQ+LUwnEjHmZY2sZbpp/XLRebWDyqYofXiJdd5ciYWgqxPkhI7DCbBBRbYrCnSYiQgb5uEb6oRtVQpPhy7KmPIyfbQHQzhIkNOgaNekGTJqNg9Qts+cYPuZRQ2HMte7hIoeqIMFbKI4c6T1ZvZTkPN+mZTs6qbmokpQegyDJi0Qieby1A5w2/gDUShckqUc02QCJjoEreQ04UEa1lTgGngxo8FqoHpIYLcQ4XOUvhTtZ4uMw6lhVPYMgp4uG2bkTOv8MsVESaFOgrjweFRSOdTOw1ZMHSVn9ceOaYjV0xyIryfIYGyood7iEwxhUIpGg5rsFiJiGRIGfkMMzzSKlut5+Mg/pC0mB7WCfjVAvi1FBIeGbaFynOEdHOzr65DY8vv4dNGDOM63oUbklkFqeZqQ21K9gdK7piu2rqpVCwW9TauyBkm5gn18oHTyqGw+mA2Sim5jGVlM7TGEYNcOIaakr7/QpqY2Qk2SJTPVJMFksSG4XALpDqOcKyhjkeAwZGYsxmM3E50gHJYIBgdODzAOezNwd08eqhQ79IZAy/yz4gG87+Hjj65EGx2BFo6kb/0kxw6nQC8clJDQUFTqya90ese/YtFFwzEunpaSnnEsSC1SzAmWtAsK4R/rc2Qu/TF1Oy0zBeEsioBK5HIJBGmGghZ80Y+1S1cCGQYKzongAPB5rkKJcNtmwbJJeBFC2jl0vHqNF5pHgBAqEy2sxoPvgphgZq2LKXP+AGRcaTTbvR6SMHyUgs0oWq+TOAxjq0dXVh2uxZbPnal7jP14HMzCyaEJLVkqcqZpxADdkSRIxSV3ApAZ6R5aASYoHvbBvaDjcisPsYwq0dzEJpJFDcGf9aZOQiW/bnV7grJys1A5xrj7Auqnghm4gTa55htV98hrZgAFPvvDVlXFEUvPv6epY0nmx+lMGp4fOx/S2U0hLys+xg197TwY/VNmtjb8ljrnwbsxMDjLpdqDNG8ZQQp5uz0gRcXyhgSL4ZixevYv/Y8jFfunQue2ThTB4m+hnXqQKK1H5jzGq14MmZs5AI9/Cnd+1gJ6qrUVg2iGt0RhIk7LwYxsJPOzE0LxNm6hHsT6sOPuazli8U3Lb0gjIFvk5d85PcNRrE7HYTRnkEzC5JIqA4anGKoQmarjORxh5d1Yh+EYlYDK3NzbBnpGProsW4saSUjJbi3Gf7WdGza3hSJ0kWdtT5cNseH24e3Q/JDh9P8H/PZkVFFebJD7zxwXluGXdFqYm73QY0dWt4eZJIGUA66KFpXJXJAZHGPQUsu5DEKX073m3fsoV5V6zAbx6s5Eo8TDkbhmHeXPD0zOSEiFBCweRjMspcRhy/KGOMx5QEwFN3v/bam32b433nHTxdtPR0LKRNn1EgCITORnm8aDiQbpMg9ngpgDRuJtPR5gSzuMAujXY6BTeZKclLrqmh1CRhlhRTKE20p6bQMyaijhC/0KrDpGpKpyAZb8znram7pt80vQDBwgdMTMUVDifPsYtwOMwpxE98LCMYI6qz8sHceUAGIbe4yZFL43NSWJeMJ78YS6mElw2i3mykAhYjB/Svt+gvR9JxxpfQYi6jsSzcfPd0s5THePRiPix53eRl+L33D2159aQ2I9SQrY3okxA20ohYeacLCYMJLccvYG5FOoaV2ik1v/tbk37+pJhJvqtyApqiQ1NV2Fy2FPJkDUkyJdDnHSGVnYt2//WhnKwHkyPhvwDkniOtJXVKJQAAAABJRU5ErkJggg==) no-repeat center center;background-size:100% 100%;border:var(--border-primary)}.layout-sidebar .sidebar-tabs{flex:1;display:flex;flex-direction:column;gap:.125rem;overflow:visible;padding-top:.5rem}.layout-sidebar .sidebar-tab{display:none;flex-direction:column;align-items:center;justify-content:flex-start;gap:.125rem;padding:0;position:relative;transition:all .2s ease;overflow:visible;min-height:4.375rem}.layout-sidebar .sidebar-tab.disabled{opacity:.4;pointer-events:none;display:none}.layout-sidebar .sidebar-tab.disabled .tab-icon:hover{background:transparent}.layout-sidebar .sidebar-tab.disabled .tab-title{color:var(--font-disabled)}.layout-sidebar .sidebar-tab .tab-icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;overflow:visible;flex-shrink:0;border-radius:.75rem;transition:all .2s ease}.layout-sidebar .sidebar-tab .tab-icon>div{overflow:visible}.layout-sidebar .sidebar-tab .tab-icon svg{overflow:visible}.layout-sidebar .sidebar-tab:not(.active):not(.disabled):hover .tab-icon{background-color:var(--primary-bg-lightest)}.layout-sidebar .sidebar-tab:not(.active):not(.disabled):hover .tab-title{display:block}.layout-sidebar .sidebar-tab:not(.disabled):active .tab-icon{background-color:var(--primary-bg-lighter);display:flex!important}.layout-sidebar .sidebar-tab.active,.layout-sidebar .sidebar-tab.active .tab-icon{display:flex!important}.layout-sidebar .sidebar-tab .tab-title{color:#333;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:.75rem;font-style:normal;font-weight:600;line-height:1.25rem;position:absolute;top:2.75rem;left:50%;transform:translate(-50%);visibility:hidden;opacity:0;white-space:nowrap;text-align:center;transition:opacity .2s ease,visibility .2s ease}.layout-sidebar .sidebar-tab:hover .tab-title,.layout-sidebar .sidebar-tab.active .tab-title{visibility:visible;opacity:1}.layout-sidebar .sidebar-footer{display:flex;justify-content:center;margin-top:1.25rem}.layout-sidebar .sidebar-footer .settings-btn{padding:.75rem;color:#666;border-radius:.5rem}.layout-sidebar .sidebar-footer .settings-btn:active{background:rgba(24,144,255,.1)}.layout-sidebar .sidebar-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;bottom:0;width:2.75rem}.layout-sidebar .sidebar-bottom .icon_item{margin-bottom:.625rem;cursor:pointer}.layout-sidebar .sidebar-bottom .icon_item img{width:1.5rem!important;height:1.5rem!important}.layout-sidebar .sidebar-bottom .icon_item:first-child img{width:3.5rem;height:3.5rem}.layout-sidebar .sidebar-bottom .icon_item:last-child{margin-bottom:1.875rem}.dialog_container_box1 .el-dialog{width:34.375rem!important;height:auto;background-size:100% 100%;background:#fff!important;border:none!important;border-radius:.5rem}.dialog_container_box1 .el-dialog .ant-modal-content{width:100%;box-shadow:none}.dialog_container_box1 .el-dialog .ant-modal-content .ant-input-outlined{border:none}.dialog_container_box1 .el-dialog .ant-modal-content .ant-input::placeholder{color:#8c8c8c!important}.dialog_container_box1 .el-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.dialog-footer{display:flex;justify-content:center;padding:1rem 1.5rem 1.5rem}.dialog_header1{display:flex;justify-content:space-between;align-items:center;height:1.875rem;line-height:1.875rem}.dialog_header1 .closeIcon:hover{color:#666}.custom-footer{display:flex;justify-content:center}.copy-suffix{cursor:pointer;color:#999;font-size:1rem}.copy-suffix:hover{color:#2459e7}.dialog_container_box1 .el-dialog{width:31.25rem;height:auto;background:url(/images/dialogbg-d6f5710b.png) top left no-repeat;background-size:100% 100%;background-color:#fff;border:.063rem solid #fff}.dialog_container_box1 .el-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#d9edfccc;display:flex;align-items:center;justify-content:center;z-index:1000}.dialog-footer .custom-footer{display:flex;justify-content:center;gap:1rem}.dialog-footer .custom-button{width:7.5rem;height:2.375rem}.dialog_header1{display:flex;justify-content:space-between;align-items:center;gap:.5rem;height:1.875rem;line-height:1.875rem;position:relative}.dialog_header1 .cursor-pointer{cursor:pointer;color:#000;font-family:PingFang SC;font-size:1.25rem;font-style:normal;font-weight:500;width:12.5rem;display:inline-flex;align-items:center;gap:.25rem}.dialog_header1 .title_icon{width:1.688rem;height:1.688rem;line-height:1.25rem;margin-right:.125rem;vertical-align:middle}.dialog_header1 .closeIcon{color:#000;font-family:PingFang SC;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.dialog_body{color:#000;font-family:PingFang SC;font-size:1.125rem;font-style:normal;font-weight:400;line-height:3.75rem;width:100%;text-align:center;height:3.75rem}.leftUserList{width:100%;height:100%;position:relative;box-sizing:border-box;background-color:var(--bg-white-semi);display:flex;padding:.75rem .625rem;flex-direction:column;align-items:flex-start;gap:.75rem;border-radius:.875rem}.leftUserList .userListBoxStyle{padding:0;width:100%;background-color:var(--bg-white-semi);height:100%}.leftUserList .userListBoxStyle .userList_Box{overflow:auto;overflow-x:hidden;height:calc(100vh - 7.5rem);padding-bottom:2.5rem}.leftUserList .userListBoxStyle .search-empty-state{padding:1.25rem;text-align:center;color:#999}.leftUserList .userListBoxStyle .userSearchItem{display:flex;align-items:center;margin-bottom:.25rem}.leftUserList .userListBoxStyle .topSearch{width:100%;margin:0 auto;border-radius:.25rem;box-sizing:border-box}.leftUserList .userListBoxStyle .topSearch .clearIcon{position:absolute;top:50%;right:.625rem;transform:translateY(-50%);width:1.25rem;height:1.25rem;display:inline-block;cursor:pointer}.leftUserList .userListBoxStyle .topSearch .mySearch{stroke-width:.063rem;height:2.375rem;border-radius:.5rem}.leftUserList .userListBoxStyle .topSearch .searchPrefixIcon{width:1.125rem;height:1.125rem;display:inline-block;color:var(--primary-color)}.leftUserList .userListBoxStyle .topSearch :where(.anticon){color:#c5c5d1;font-size:1.125rem}.leftUserList .userListBoxStyle :where(.anticon){color:var(--primary-color);font-size:1.125rem;vertical-align:middle}.leftUserList .userListBoxStyle .userItemBox:first-child{margin-top:.625rem}.leftUserList .userListBoxStyle .userItemInner{width:100%;display:flex;align-items:center;gap:.375rem;flex:1}.leftUserList .userListBoxStyle .userItemBox{display:flex;width:100%;min-width:12.5rem;margin-bottom:.375rem;flex-direction:column;overflow:hidden;line-height:3.75rem}.leftUserList .userListBoxStyle .userItemBox .userTextBg{width:2.125rem;height:2.125rem;background:linear-gradient(to bottom,var(--primary-color) 0%,var(--primary-transparent-60) 100%)}.leftUserList .userListBoxStyle .userItemBox .userTextBg img{position:relative;top:-.125rem}.leftUserList .userListBoxStyle .userItemBox .userItem.active{background:var(--primary-bg-lighter);height:3.75rem;line-height:3.75rem;border-radius:.5rem}.leftUserList .userListBoxStyle .userItemBox .userItem{display:flex;height:3.5rem;padding:.625rem;justify-content:space-between;align-items:center;flex-shrink:0;align-self:stretch;border-radius:.5rem;background:#fff}.leftUserList .userListBoxStyle .userItemBox .userItem .userPhoto{width:1.5rem;height:1.5rem;border-radius:50%;display:inline-block;margin-top:.5rem;margin-left:.5rem}.leftUserList .userListBoxStyle .userItemBox .userItem .userTextBg{width:2.125rem;min-width:2.125rem;height:2.125rem;min-height:2.125rem;border-radius:50%;line-height:2.125rem!important;text-align:center;color:#fff;margin-top:.813rem;font-family:PingFang SC;font-size:.75rem;font-style:normal;font-weight:400;line-height:2.5rem;margin-bottom:.75rem}.leftUserList .userListBoxStyle .userItemBox .userItem .userTextBg :where(.css-dev-only-do-not-override-ac2jek).ant-badge .ant-badge-count{box-shadow:0 0 0 .063rem transparent;transition:background .2s}.leftUserList .userListBoxStyle .userItemBox .userItem .userTextStatusBox{display:flex;flex-direction:column;gap:.25rem;width:100%}.leftUserList .userListBoxStyle .userItemBox .userItem .userName{text-align:left}.leftUserList .userListBoxStyle .userItemBox .userItem .userName .userNameText{font-size:1rem;font-style:normal;font-weight:400;line-height:1rem;color:var(--Color1, #202123);font-family:PingFang SC;width:fit-content;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1rem}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox{display:flex;align-items:center;gap:.25rem;height:1.25rem;line-height:1.25rem;justify-content:space-between;width:90%;max-width:90%}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .userStatusBoxInner{display:flex;align-items:center;gap:.25rem}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .userLastCallTime{color:#666;font-family:Abel;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .userTag{margin-left:.5rem;font-size:.75rem;border-radius:.563rem;width:1.125rem;height:1.125rem;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .userTag.tag-a{background-color:#e8f9e7!important;color:#18c612!important;border-color:#e8f9e7!important}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .userTag.tag-b{background-color:#fff3ea!important;color:#ff862a!important;border-color:#fff3ea!important}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .userTag.tag-c{background-color:#ffe8e8!important;color:#ff1b1b!important;border-color:#ffe8e8!important}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .userTag.tag-d{background-color:#e7eefd!important;color:#235ceb!important;border-color:#e7eefd!important}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .hosting{display:flex;justify-content:center;align-items:center;gap:.625rem;cursor:pointer}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .hosting .hostingText{font-size:.75rem;font-style:normal;font-weight:400;color:#666;font-family:Abel;width:3.625rem;height:1.125rem;line-height:1.125rem;padding:0 .5rem .125rem;border-radius:1.125rem;text-align:center}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .hosting .hostingText.hostingTextActive{background:rgba(36,89,231,.1)!important;color:var(--primary-color)!important}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .hosting .hostingText.hostingTextInactive{border-radius:1.25rem;background:rgba(0,0,0,.05);color:#666}.leftUserList .userListBoxStyle .userItemBox .userItem .userStatusBox .hosting .hostingText.isishostinged{background:#ff1b1b;color:#fff}.leftUserList .userListBoxStyle .userItemBox .userItem .userStar{width:1.5rem;height:1.5rem;display:inline-block;margin-left:.75rem;margin-top:1rem}.leftUserList .userListBoxStyle .userItemBox .userItem .userIconbox{position:absolute;right:.375rem;top:.25rem}.leftUserList .userListBoxStyle .userItemBox .userItem .userIcon{color:#333;font-size:.875rem;font-weight:550;height:2.5rem;line-height:2.5rem;letter-spacing:.063rem;display:none}.leftUserList .userListBoxStyle .userItemBox .userItem:hover .userIcon{display:block}.leftUserList .userListBoxStyle .addUserStyle{display:flex;justify-content:left;width:80%;height:1.875rem;line-height:1.875rem;background-color:#1890ff00;border-radius:.5rem;color:var(--Color1, #202123);font-family:PingFang SC;font-size:1.125rem;font-style:normal;font-weight:400;margin:0 auto 0 14%;cursor:pointer;vertical-align:text-top}.leftUserList .userListBoxStyle .addUserStyle .inneradd{position:relative;white-space:nowrap}.leftUserList .userListBoxStyle .addUserStyle .inneradd .plus_box{display:inline-block;width:1.875rem;height:1.875rem;border-radius:.438rem;line-height:1.875rem!important;margin-top:.125rem;text-align:center;background-color:var(--primary-color)}.leftUserList .userListBoxStyle .addUserStyle .inneradd .plus_box .addIcon{width:1.125rem;height:1.125rem;margin-top:-.375rem}.leftUserList .userListBoxStyle .addUserStyle .inneradd .userText{display:inline-block;line-height:2rem;margin-bottom:1.25rem;position:absolute;top:.188rem;left:2.75rem;letter-spacing:.875rem;font-size:1.125rem;font-style:normal;font-weight:500;color:var(--primary-color)}.leftUserList .title:hover{white-space:normal;overflow:visible;width:100%!important;z-index:20}.leftUserList .contentBox{padding:.75rem 1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 .25rem .75rem #0003;cursor:pointer}.leftUserList .contentItem{display:flex;justify-content:left;align-items:center;margin:0 auto;min-width:11.25rem;height:2.5rem;line-height:2.5rem;background-color:#1890ff00;border-radius:.5rem;color:var(--Color1, #202123);font-family:PingFang SC;font-size:1.125rem;font-style:normal;font-weight:400;vertical-align:text-top;cursor:pointer;margin-bottom:.625rem;gap:.625rem}.leftUserList .contentTextBtn{display:flex;height:1.875rem;justify-content:center;align-items:center;flex:1}.leftUserList .contentTextBtn button:where(.ant-btn-primary.ant-btn-background-ghost){color:var(--primary-color);display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.375rem .75rem;gap:.625rem;width:7.375rem;height:1.875rem;background:#e2e9fb!important;border-radius:.5rem;flex:none;order:0;flex-grow:1;border-style:none!important;width:100%;height:2rem;padding:0 .625rem}.leftUserList .contentTextBtn button:where(.ant-btn-primary.ant-btn-background-ghost):hover,.leftUserList .contentTextBtn button:where(.ant-btn-primary.ant-btn-background-ghost):active,.leftUserList .contentTextBtn button:where(.ant-btn-primary.ant-btn-background-ghost):focus{background-color:var(--primary-color)!important;color:#fff!important}.leftUserList .contentTextBtn button.is_active{background-color:var(--primary-color)!important;color:#fff!important}.leftUserList .cancelAllHostingBtn{display:flex;justify-content:center;align-items:center;width:90%;margin:.938rem auto;cursor:pointer}.leftUserList .cancelAllHostingBtn :where(.css-dev-only-do-not-override-ac2jek).ant-btn{width:80%;height:2.25rem}.leftUserList .handleStyle{position:absolute;bottom:.625rem;display:flex;justify-content:center;width:100%;height:2.5rem;line-height:2.5rem;background-color:#1890ff00;border-radius:.5rem;color:var(--Color1, #202123);font-family:PingFang SC;font-size:1.125rem;font-style:normal;font-weight:400;margin:0 auto;cursor:pointer;vertical-align:text-top}.leftUserList .handleStyle .handleBtn{margin-right:1.25rem}.userDropdownMenu.ant-dropdown{width:8.25rem;height:6.25rem;flex-shrink:0;border-radius:.5rem;background-color:#fff;box-shadow:0 .25rem .75rem #0003}.userDropdownMenu.ant-dropdown .ant-dropdown-menu{box-shadow:none}.userDropdownMenu.ant-dropdown .ant-dropdown-menu-item{height:1.875rem;line-height:1.875rem;overflow:hidden;color:var(--text-1, #1d2129);text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.375rem}.userDropdownMenu.ant-dropdown img.downItemIcon{margin-right:.25rem;display:inline-block}.userDropdownMenu.ant-dropdown .downItemText{display:inline-block;margin-left:.625rem}.course-item-wrapper{padding:.75rem .875rem;border-radius:.375rem;background-color:#fff;border:.063rem solid #f0f0f0;margin-bottom:.75rem;transition:all .3s ease}.course-item-wrapper:hover{border-color:#e8e8e8;box-shadow:0 .125rem .5rem #0000000f}.course-item-wrapper:not(.selected){opacity:.5}.course-item-wrapper.selected{opacity:1}.course-item-wrapper .course-title-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.625rem;gap:.5rem}.course-item-wrapper .course-title-section .course-title{flex:1;margin:0;padding-left:.5rem;border-left:.188rem solid #2563eb;color:#1f2937;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;line-height:1.4;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.course-item-wrapper .course-title-section .course-level-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .375rem;background-color:#f0f0f0;color:#666;font-family:PingFang SC;font-size:.75rem;font-weight:600;border-radius:.25rem;transition:all .3s ease}.course-item-wrapper .course-title-section .course-level-badge.level-a{background-color:#dbeafe;color:#2563eb}.course-item-wrapper .course-title-section .course-level-badge.level-b{background-color:#fef3c7;color:#f59e0b}.course-item-wrapper .course-title-section .course-level-badge.level-c{background-color:#fee2e2;color:#ef4444}.course-item-wrapper .course-progress-section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.course-item-wrapper .course-progress-section>div:first-child{display:flex;gap:1rem}.course-item-wrapper .course-progress-section>div:first-child .progress-info{flex:1;display:flex;flex-direction:row;align-items:baseline;gap:.375rem;min-width:0}.course-item-wrapper .course-progress-section>div:first-child .progress-info .progress-label{display:block;color:#999;font-family:PingFang SC;font-size:.75rem;font-weight:400;line-height:1}.course-item-wrapper .course-progress-section>div:first-child .progress-info .progress-value{display:inline-block;color:var(--primary-color);font-family:PingFang SC;font-size:.875rem;font-weight:600;line-height:1.2}.course-item-wrapper .course-progress-section .progress-bar-container{width:100%;height:.25rem;background-color:#e5e7eb;border-radius:.125rem;overflow:hidden}.course-item-wrapper .course-progress-section .progress-bar-container .progress-bar{height:100%;background-color:#2563eb;border-radius:.125rem;transition:width .3s ease}.course-item-wrapper .course-date-section .course-date{display:block;color:#999;font-family:PingFang SC;font-size:.75rem;font-weight:400;line-height:1.4}[data-theme=dark] .course-item-wrapper{background-color:#262626;border-color:#424242}[data-theme=dark] .course-item-wrapper:hover{border-color:#505050;box-shadow:0 .125rem .5rem #0000004d}[data-theme=dark] .course-item-wrapper:not(.selected){opacity:.4}[data-theme=dark] .course-item-wrapper.selected{opacity:1}[data-theme=dark] .course-item-wrapper .course-title-section .course-title{color:#e8e8e8;border-left-color:#3b82f6}[data-theme=dark] .course-item-wrapper .course-title-section .course-level-badge{background-color:#3c3c3c;color:#c5c5c5}[data-theme=dark] .course-item-wrapper .course-title-section .course-level-badge.level-a{background-color:#1e3a8a;color:#93c5fd}[data-theme=dark] .course-item-wrapper .course-title-section .course-level-badge.level-b{background-color:#78350f;color:#fcd34d}[data-theme=dark] .course-item-wrapper .course-title-section .course-level-badge.level-c{background-color:#7f1d1d;color:#fca5a5}[data-theme=dark] .course-item-wrapper .course-progress-section>div:first-child .progress-info .progress-label{color:#8c8c8c}[data-theme=dark] .course-item-wrapper .course-progress-section>div:first-child .progress-info .progress-value{color:#e8e8e8}[data-theme=dark] .course-item-wrapper .course-progress-section .progress-bar-container{background-color:#3c3c3c}[data-theme=dark] .course-item-wrapper .course-progress-section .progress-bar-container .progress-bar{background-color:#3b82f6}[data-theme=dark] .course-item-wrapper .course-date-section .course-date{color:#8c8c8c}.course-list-main{padding:.625rem;border-radius:.625rem}.course-list-main .navbar{background-color:#fff;padding:.938rem 1.25rem;box-shadow:0 .125rem .25rem #0000001a;margin-bottom:1.25rem}.course-list-main .navbar h1{font-size:1.25rem;color:#333}.course-list-main .search-container{margin-bottom:1.25rem}.course-list-main .search-input{width:100%;padding:.625rem .938rem;border:.063rem solid #ddd;border-radius:.25rem;font-size:1rem;outline:none;transition:border-color .3s}.course-list-main .filter-tabs{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:.313rem;padding:.938rem 0px;border-radius:.625rem}.course-list-main .filter-tab{padding:.5rem .75rem;border:none;background-color:transparent;color:#999;cursor:pointer;transition:all .3s;font-size:.75rem;border-radius:.5rem;background:#FFF;box-shadow:.125rem .125rem .5rem #00000014}.course-list-main .filter-tab.active{background-color:var(--primary-color);color:#fff}.course-list-main .filter-tab:hover:not(.active){background-color:#f0f0f0}.course-list-main .course-list{display:flex;flex-direction:column;gap:.938rem;max-height:calc(100vh - 14.375rem);overflow-y:auto}.course-list-main .course-item{background-color:#fff;padding:.75rem 1.25rem;border-radius:.5rem;box-shadow:0 .125rem .25rem #0000001a;transition:box-shadow .3s;position:relative;margin-right:.313rem}.course-list-main .course-item .course-header-container{padding-bottom:0}.course-list-main .course-item .course-header-container .course-title{font-size:1.125rem;font-weight:500;color:#333;margin-bottom:.813rem;text-align:left}.course-list-main .course-item .course-status{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;position:absolute;right:.625rem;bottom:4.063rem}.course-list-main .course-item .course-status.passed{background-color:#f6ffed;color:#52c41a;border:.063rem solid #b7eb8f}.course-list-main .course-item .course-status.failed{background-color:#fff2f0;color:#ff4d4f;border:.063rem solid #ffccc7}.course-list-main .course-item .course-status.not-started{background-color:#f0f5ff;color:#2459e7;border:.063rem solid #91caff}.course-list-main .course-item .course-info-style{display:flex;justify-content:space-between;align-items:center;padding-top:.375rem}.course-list-main .course-item .course-info-left,.course-list-main .course-item .course-info-right{display:flex;flex-direction:column}.course-list-main .course-item .course-info-item{margin:.313rem 0}.course-list-main .course-item .course-info-item{display:flex;align-items:center;color:#666;font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.course-list-main .course-item .course-info-label{font-weight:500;margin-right:.313rem;font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.course-list-main .course-item .progress-container{margin-top:.625rem;display:flex;align-items:center;gap:.75rem}.course-list-main .course-item .progress-container .progress-label{color:#666;font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.course-list-main .course-item .progress-container .progress-bar{flex:1;height:.5rem;background-color:#f0f0f0;border-radius:.25rem;overflow:hidden}.course-list-main .course-item .progress-container .progress-fill{height:100%;background-color:#2459e7;border-radius:.25rem;transition:width .3s ease}.course-list-main .course-item .progress-container .progress-percentage{color:#666;font-size:.875rem;min-width:2.813rem;text-align:right}.course-list-main .course-item:hover{border:var(--border-primary);box-shadow:0 .25rem .5rem #00000026}.train-left-tree-view{border-radius:.625rem;width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.train-left-tree-view :where(.css-dev-only-do-not-override-ac2jek).ant-list{background-color:transparent!important;border:none!important}.train-left-tree-view :where(.css-dev-only-do-not-override-ac2jek).ant-list-item{background:transparent!important;border:none!important;padding:0!important}.train-left-tree-view .tree-view-header{padding:.75rem 1rem;border-bottom:.063rem solid #e5e7eb;background-color:#fff}.train-left-tree-view .tree-view-header .header-top{display:flex;align-items:center;gap:.625rem}.train-left-tree-view .tree-view-header .header-top .back-icon{font-size:1rem;cursor:pointer;color:#1f2937;flex-shrink:0}.train-left-tree-view .tree-view-header .header-top .back-icon:hover{color:#3b82f6}.train-left-tree-view .tree-view-header .header-top .header-title{font-size:1rem;font-weight:500;color:#1f2937;flex:1}.train-left-tree-view .tree-view-header .header-top .header-subtitle{font-size:.75rem;color:#6b7280}.train-left-tree-view .tree-view-search{padding:.75rem 1rem;background-color:#fff;border-bottom:.063rem solid #e5e7eb}.train-left-tree-view .tree-view-search :global(.ant-input){border-radius:.375rem;border:.063rem solid #3b82f6;height:2.25rem}.train-left-tree-view .tree-view-search :global(.ant-input):focus,.train-left-tree-view .tree-view-search :global(.ant-input):hover{border-color:#3b82f6!important}.train-left-tree-view .tree-view-search :global(.ant-input-prefix) .search-icon{width:1rem;height:1rem}.train-left-tree-view .tree-view-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:0;background-color:#fff}.train-left-tree-view .tree-view-list::-webkit-scrollbar{width:.125rem}.train-left-tree-view .tree-view-list::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:.188rem}.train-left-tree-view .tree-view-list .tree-item{position:relative;margin-bottom:0;padding:0}.train-left-tree-view .tree-view-list .tree-item.has-next .tree-item-line{position:absolute;left:1.625rem;top:2.188rem;width:.125rem;height:calc(100% - 1.25rem);background-color:#e0e7ff;z-index:1}.train-left-tree-view .tree-view-list .tree-item .tree-item-content{position:relative;z-index:2;padding:.5rem 0;cursor:pointer;transition:all .2s ease}.train-left-tree-view .tree-view-list .tree-item .tree-item-content:hover .tree-item-label .item-text{color:#3b82f6}.train-left-tree-view .tree-view-list .tree-item .tree-item-label{display:flex;align-items:center;gap:.75rem;width:100%;flex:1;min-width:0;padding-left:.75rem;position:relative;overflow:visible}.train-left-tree-view .tree-view-list .tree-item .tree-item-label .item-number{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;background-color:#e0e7ff;color:#3b82f6;border-radius:50%;font-size:.813rem;font-weight:600;flex-shrink:0;position:relative;z-index:2}.train-left-tree-view .tree-view-list .tree-item .tree-item-label .item-text{flex:1;font-size:.875rem;font-weight:500;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.train-left-tree-view.exam-mode-disabled .tree-view-list .tree-item .tree-item-content{pointer-events:none}.train-left-tree-view.exam-mode-disabled .tree-view-list .tree-item .tree-item-content .tree-item-label .item-number{background-color:#f0f0f0;color:#9aa0a6}.train-left-tree-view.exam-mode-disabled .tree-view-list .tree-item .tree-item-content .tree-item-label .item-text{color:#9aa0a6}.train-left-tree-view.exam-mode-disabled .tree-view-list .tree-item.selected .tree-item-content{pointer-events:auto}.train-left-tree-view.exam-mode-disabled .tree-view-list .tree-item.selected .tree-item-label .item-number{background-color:#e0e7ff;color:#3b82f6}.train-left-tree-view.exam-mode-disabled .tree-view-list .tree-item.selected .tree-item-label .item-text{color:#1f2937}[data-theme=dark] .train-left-tree-view{background-color:#262626}[data-theme=dark] .train-left-tree-view .tree-view-header{border-bottom-color:#3c3c3c;background-color:#262626}[data-theme=dark] .train-left-tree-view .tree-view-header .header-top .back-icon{color:#e8e8e8}[data-theme=dark] .train-left-tree-view .tree-view-header .header-top .back-icon:hover{color:#60a5fa}[data-theme=dark] .train-left-tree-view .tree-view-header .header-top .header-title{color:#e8e8e8}[data-theme=dark] .train-left-tree-view .tree-view-header .header-top .header-subtitle{color:#8c8c8c}[data-theme=dark] .train-left-tree-view .tree-view-search{border-bottom-color:#3c3c3c;background-color:#262626}[data-theme=dark] .train-left-tree-view .tree-view-search :global(.ant-input){background-color:#1f1f1f;border-color:#3b82f6;color:#e8e8e8}[data-theme=dark] .train-left-tree-view .tree-view-search :global(.ant-input):focus,[data-theme=dark] .train-left-tree-view .tree-view-search :global(.ant-input):hover{border-color:#60a5fa!important;background-color:#1f1f1f}[data-theme=dark] .train-left-tree-view .tree-view-list{background-color:#262626}[data-theme=dark] .train-left-tree-view .tree-view-list::-webkit-scrollbar-thumb{background-color:#fff3}[data-theme=dark] .train-left-tree-view .tree-view-list .tree-item.has-next .tree-item-line{background-color:#1f3a93}[data-theme=dark] .train-left-tree-view .tree-view-list .tree-item .tree-item-label .item-number{background-color:#1f3a93;color:#60a5fa}[data-theme=dark] .train-left-tree-view .tree-view-list .tree-item .tree-item-label .item-text{color:#e8e8e8}.TrainLeftList{width:100%;height:100%;border-radius:.625rem;position:relative}.TrainLeftList .TrainLeftBoxStyle{overflow:auto;overflow-x:hidden;padding-bottom:0}.group-answer-modal .ant-modal-content{border-radius:1rem;overflow:hidden;box-shadow:0 1.25rem 3.75rem #0000004d}.group-answer-modal .ant-modal-header{background-color:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-bg-lighter) 100%)!important;border-bottom:none}.group-answer-modal .ant-modal-title{color:#fff;font-size:1.75rem}.group-answer-modal .ant-modal-close{color:#fff;top:6.25rem!important;right:3rem!important;width:3.5rem;height:3.5rem;font-size:1.75rem;background:rgba(255,255,255,.2);border-radius:50%;transition:all .3s ease;border:.125rem solid rgba(255,255,255,.4)}.group-answer-modal .ant-modal-close:hover{color:#fff;background:rgba(255,255,255,.35);border-color:#fff9;transform:scale(1.1);box-shadow:0 .25rem .75rem #0003}.group-answer-modal .ant-modal-close:active{transform:scale(.95)}.group-answer-modal .ant-modal-close .ant-modal-close-x{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.group-answer-modal .ant-modal-body{padding:0;max-height:calc(100vh - 18.75rem);overflow:hidden;display:flex;flex-direction:column}.group-answer-modal-title{display:flex;flex-direction:row;gap:.625rem}.title-text{font-size:1.75rem;font-weight:600;color:#fff;letter-spacing:.5px}.title-company{font-size:1.063rem;color:#fffffff2;font-weight:400}.group-answer-content{flex:1;padding:3.5rem 4rem;overflow-y:auto;overflow-x:hidden;min-height:0}.group-answer-content::-webkit-scrollbar{width:.125rem}.group-answer-content::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:.25rem}.group-answer-content::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.group-answer-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:.25rem}.answer-summary{display:flex;justify-content:space-around;gap:4rem;padding:2.5rem 3rem;background:linear-gradient(135deg,var(--primary-bg-lightest) 0%,#fff 100%);border-radius:1rem;border:none;margin-bottom:3.5rem;box-shadow:0 .25rem 1.25rem #0000000f}.summary-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.summary-label{font-size:1rem;color:#999;font-weight:500;letter-spacing:.5px}.summary-value{font-size:2.625rem;font-weight:700;color:var(--primary-color);line-height:1}.questions-list{display:flex;flex-direction:column;gap:2.25rem}.question-item{background:#fff;border:none;border-radius:1.25rem;padding:3rem;transition:all .3s ease;box-shadow:0 .25rem 1.25rem #00000014}.question-item:hover{box-shadow:0 .5rem 2rem #0000001f;transform:translateY(-.25rem)}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.25rem;padding-bottom:2rem;border-bottom:.125rem solid #f0f0f0}.question-number{font-size:1.5rem;font-weight:700;color:var(--primary-color);background:var(--primary-bg-lightest);padding:.875rem 2rem;border-radius:.75rem}.question-status{font-size:1.125rem}.status-submitted{color:#52c41a;display:flex;align-items:center;gap:.625rem;font-weight:600;font-size:1.125rem}.status-pending{color:#bbb;display:flex;align-items:center;gap:.625rem;font-weight:600;font-size:1.125rem}.question-title{font-size:1.375rem;color:#1a1a1a;line-height:1.8;margin-bottom:2.25rem;font-weight:700;letter-spacing:.5px}.question-answer{background:#f8f9fa;border:none;border-radius:1rem;padding:2.25rem 2.5rem;margin-bottom:2.25rem}.answer-label{font-size:.875rem;color:#999;margin-bottom:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.094rem}.answer-text{font-size:1.125rem;color:#1a1a1a;line-height:2.2;white-space:pre-wrap;word-break:break-word;font-weight:400}.question-score{display:flex;gap:4rem;padding-top:.5rem}.score-item{display:flex;flex-direction:column;gap:.875rem}.score-label{font-size:.938rem;color:#999;font-weight:500;letter-spacing:.8px;text-transform:uppercase}.score-value{font-size:2.25rem;font-weight:700;color:var(--primary-color);line-height:1}.question-pending{background:#fafafa;border:.125rem dashed #d9d9d9;border-radius:.75rem;padding:4rem;text-align:center}.pending-text{font-size:1.063rem;color:#bbb;font-weight:500}.standard-answer-collapse{margin-top:2.25rem}.standard-answer-collapse .ant-collapse-item{border:none;background:#fff3e0;border-radius:.75rem;margin-bottom:0;overflow:hidden}.standard-answer-collapse .ant-collapse-header{padding:1.25rem 2rem;font-size:1rem;font-weight:600;color:#f57c00;background:linear-gradient(135deg,#fff8e1 0%,#ffecb3 100%);border-radius:.75rem;transition:all .3s ease}.standard-answer-collapse .ant-collapse-header:hover{background:linear-gradient(135deg,#ffecb3 0%,#ffe082 100%)}.standard-answer-collapse .ant-collapse-header .ant-collapse-arrow{color:#f57c00;font-size:.875rem}.standard-answer-collapse .ant-collapse-content{border-top:none;background:#fffaf0}.standard-answer-collapse .ant-collapse-content-box{padding:2rem 2.5rem}.standard-answer-content{font-size:1.063rem;color:#333;line-height:2;white-space:pre-wrap;word-break:break-word;background:#fff;padding:1.75rem 2rem;border-radius:.625rem;border-left:.25rem solid #ff9800;box-shadow:0 .125rem .5rem #0000000d}.modal-footer{padding:3rem 4rem;border-top:.125rem solid #e0e0e0;background:#f5f5f5;display:flex;justify-content:center}.close-button{min-width:16.25rem;height:4rem;background:var(--primary-color);color:#fff;border:none;border-radius:.875rem;font-size:1.375rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 .375rem 1.5rem #0003;letter-spacing:.188rem}.close-button:hover{background:var(--primary-bg-lighter);transform:translateY(-.188rem);box-shadow:0 .625rem 2rem #0000004d}.close-button:active{transform:translateY(0)}.workshop-left-menu{height:100%;display:flex;flex-direction:column;background:#fff;border-radius:calc(var(--min-scale) * .625rem);padding-top:calc(var(--min-scale) * 1rem);box-shadow:0 .125rem .5rem #0000000a}.workshop-left-header{padding:0 calc(var(--min-scale) * 1.25rem);margin-bottom:calc(var(--min-scale) * 1rem);display:flex;justify-content:space-between;align-items:center;border-bottom:.125rem solid var(--primary-color);padding-bottom:calc(var(--min-scale) * 1rem);padding:.625rem}.workshop-left-title{font-size:calc(var(--min-scale) * 1.25rem);font-weight:600;margin:0;color:var(--primary-color);display:flex;align-items:center;gap:calc(var(--min-scale) * .625rem);letter-spacing:.5px}.workshop-left-title:before{content:"";width:calc(var(--min-scale) * .25rem);height:calc(var(--min-scale) * 1.25rem);background:var(--primary-color);border-radius:calc(var(--min-scale) * .125rem);box-shadow:0 0 .5rem #00000026}.workshop-left-count{font-size:calc(var(--min-scale) * .813rem);color:var(--primary-color);padding:calc(var(--min-scale) * .25rem) calc(var(--min-scale) * .75rem);border-radius:calc(var(--min-scale) * .75rem);font-weight:600;white-space:nowrap;box-shadow:0 .125rem .25rem #0000001a}.workshop-left-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:calc(var(--min-scale) * .5rem) calc(var(--min-scale) * .75rem) calc(var(--min-scale) * 1rem)}.workshop-left-list::-webkit-scrollbar{width:calc(var(--min-scale) * .125rem)}.workshop-left-list::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:calc(var(--min-scale) * .188rem)}.workshop-left-list::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.workshop-left-list::-webkit-scrollbar-track{background:transparent}.workshop-group-item{position:relative;padding:calc(var(--min-scale) * .75rem);margin-bottom:calc(var(--min-scale) * .5rem);border-radius:calc(var(--min-scale) * .5rem);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:calc(var(--min-scale) * .75rem);background:#fff;border:.063rem solid #e8e8e8;min-height:calc(var(--min-scale) * 3.5rem)}.workshop-group-item:hover{background:var(--primary-bg-lightest);border-color:var(--primary-color);box-shadow:0 .125rem .5rem #00000014;transform:translate(calc(var(--min-scale) * .125rem))}.workshop-group-item.active{background:var(--primary-bg-light);border-color:var(--primary-color);box-shadow:0 .125rem .75rem #0000001f}.group-number-badge{flex-shrink:0;width:calc(var(--min-scale) * 2rem);height:calc(var(--min-scale) * 2rem);background:var(--primary-color);color:#fff;font-size:calc(var(--min-scale) * .875rem);font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:calc(var(--min-scale) * .375rem);box-shadow:0 .125rem .25rem #00000026}.left-group-info{flex:1;display:flex;align-items:center;gap:calc(var(--min-scale) * .75rem);overflow:hidden;min-width:0}.right-group-info{flex-shrink:0;display:flex;align-items:center}.group-name{font-size:calc(var(--min-scale) * .938rem);font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-leader{font-size:calc(var(--min-scale) * .813rem);white-space:nowrap;display:flex;align-items:center;gap:calc(var(--min-scale) * .25rem);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#333;text-overflow:ellipsis;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;text-transform:capitalize}.group-leader-label{color:#666;font-weight:400}.workshop-group-item:hover .group-name,.workshop-group-item.active .group-name{color:var(--primary-color)}.workshop-loading,.workshop-empty{text-align:center;padding:calc(var(--min-scale) * 2.5rem) calc(var(--min-scale) * 1.25rem);color:#999;font-size:calc(var(--min-scale) * .875rem)}.workshop-left-footer{padding:calc(var(--min-scale) * .75rem) calc(var(--min-scale) * 1rem);border-top:.063rem solid #e8e8e8;background:#fafafa}.refresh-button{height:calc(var(--min-scale) * 2.5rem);font-size:calc(var(--min-scale) * .875rem);font-weight:500;border-radius:calc(var(--min-scale) * .5rem);box-shadow:0 .125rem .25rem #00000014;transition:all .3s ease}.refresh-button:hover:not(:disabled){transform:translateY(-.125rem);box-shadow:0 .25rem .5rem #0000001f}.refresh-button:active:not(:disabled){transform:translateY(0)}.dialog_header1{position:relative}.ant-row{display:flex;flex-flow:row nowrap;min-width:0}.ant-modal .ant-modal-header{background-color:transparent!important}.ant-modal-body{margin-top:1rem}.dialog_container_box1{width:25rem}.dialog_container_box1 .ant-modal-content{width:25rem;height:auto;background-color:#fff!important;border-radius:.5rem;padding:1.25rem 0}.dialog_container_box1 .ant-modal{width:25rem!important}.add-user-modal .ant-modal-header{background-color:transparent!important}.ant-form-item-control{width:100%}.ant-form-item-label>label{color:#666;font-size:.875rem}.dialog_container_box1 .ant-modal-mask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.dialog-footer{display:flex;justify-content:center}.dialog_header1{display:flex;justify-content:space-between;align-items:center;height:1.875rem;line-height:1.875rem;padding:0 1.5rem}.dialog_header1 .dialog-title{color:#000;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:500}.dialog_header1 .closeIcon{color:#999;font-size:1.25rem;font-weight:400;cursor:pointer;line-height:1}.el-form-item{margin-bottom:1rem}.el-form{margin:0 auto;padding:0 1.5rem}.custom-footer{display:flex;justify-content:center;padding:0 1.5rem}.save-button{width:100%;height:2.75rem;border-radius:1.375rem;font-size:1rem;font-weight:500}.importTypeStyle_box{display:flex;flex-direction:row;align-items:center;width:100%}.add-customer-form{padding:0 1.5rem;margin-bottom:0}.add-customer-form .el-form-item{margin-bottom:1rem}.add-customer-form .ant-input,.add-customer-form .ant-picker{border-radius:.25rem}.auto-close-switch{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:0 1.5rem 1rem}.auto-close-switch .switch-label{font-size:.875rem;color:#666;-webkit-user-select:none;user-select:none;cursor:pointer}.dialog-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:0 1.5rem 1.5rem}.dialog-footer .custom-button{min-width:6.25rem;height:2.25rem;border-radius:.25rem}.consultant-left-menu{width:100%;height:100%;display:flex;flex-direction:column;background-color:#f8f9fa}.consultant-left-menu .menu-tabs{padding:1rem;background-color:#fff;border-bottom:.063rem solid #e5e7eb;flex-shrink:0}.consultant-left-menu .menu-tabs .tabs-container{display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem}.consultant-left-menu .menu-tabs .tabs-container .tab-button{height:2.25rem;border-radius:.375rem;font-size:.875rem;line-height:1.063rem;border:none;cursor:pointer;transition:all .3s;text-align:center;white-space:nowrap}.consultant-left-menu .menu-tabs .tabs-container .tab-button.active{background-color:#2459e7;color:#fff}.consultant-left-menu .menu-tabs .tabs-container .tab-button:not(.active){background-color:#546ccf1a;color:#2459e7}.consultant-left-menu .menu-tabs .tabs-container .tab-button:not(.active):hover{background-color:#546ccf33}.consultant-left-menu .menu-search{padding:1rem;background-color:#fff;border-bottom:.063rem solid #e5e7eb}.consultant-left-menu .menu-search :global .ant-input-affix-wrapper{border-radius:.375rem}.consultant-left-menu .menu-list{flex:1;overflow-y:auto;padding:1rem 1rem 1.5rem;display:flex;flex-direction:column;gap:.625rem}.consultant-left-menu .menu-list .overview-card{height:8.125rem;background-color:#fafcfc;border-radius:.375rem;padding:.563rem .813rem;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.consultant-left-menu .menu-list .overview-card .overview-title{font-size:1rem;color:#333;line-height:1.125rem}.consultant-left-menu .menu-list .overview-card .overview-item{font-size:.813rem;color:#333;line-height:1.125rem}.consultant-left-menu .menu-list .overview-card .overview-item .overview-label,.consultant-left-menu .menu-list .overview-card .overview-item .overview-value{font-size:.813rem}.consultant-left-menu .menu-list .overview-card .overview-stages{font-size:.75rem;color:#333;line-height:1.125rem;display:flex;gap:.5rem}.consultant-left-menu .menu-list .overview-card .overview-stages span{white-space:nowrap}.consultant-left-menu .menu-list .consultant-card{height:8.125rem;background-color:#fff;border-radius:.375rem;padding:.625rem;flex-shrink:0;cursor:pointer;transition:all .3s;box-shadow:0 .063rem .125rem #0000000d;display:grid;grid-template-columns:1.875rem 1fr auto;grid-template-rows:auto 1fr auto;gap:.5rem .625rem;grid-template-areas:"avatar name status" "avatar details details" "progress progress progress"}.consultant-left-menu .menu-list .consultant-card:hover{box-shadow:0 .125rem .5rem #0000001a}.consultant-left-menu .menu-list .consultant-card.active{box-shadow:0 0 0 .125rem #2459e7}.consultant-left-menu .menu-list .consultant-card .card-avatar{grid-area:avatar;align-self:start}.consultant-left-menu .menu-list .consultant-card .card-avatar :global .ant-avatar-icon{font-size:1rem}.consultant-left-menu .menu-list .consultant-card .card-name{grid-area:name;font-size:1rem;color:#333;line-height:1.125rem;align-self:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.consultant-left-menu .menu-list .consultant-card .card-status{grid-area:status;display:flex;align-items:center;gap:.5rem;align-self:center;justify-self:end}.consultant-left-menu .menu-list .consultant-card .card-status .status-tag{height:1.5rem;padding:.188rem .625rem;border-radius:.25rem;border:.063rem solid;font-size:.75rem;line-height:1.125rem;display:flex;align-items:center;justify-content:center;white-space:nowrap}.consultant-left-menu .menu-list .consultant-card .card-status .status-date{font-size:.875rem;color:#999;line-height:1.125rem;white-space:nowrap}.consultant-left-menu .menu-list .consultant-card .card-details{grid-area:details;display:flex;flex-direction:column;gap:.375rem}.consultant-left-menu .menu-list .consultant-card .card-details .detail-row{display:flex;justify-content:space-between;font-size:.875rem;line-height:1.125rem}.consultant-left-menu .menu-list .consultant-card .card-details .detail-row .detail-label{color:#999}.consultant-left-menu .menu-list .consultant-card .card-details .detail-row .detail-value{color:#333;text-align:right}.consultant-left-menu .menu-list .consultant-card .card-progress{grid-area:progress;display:flex;align-items:center;gap:1rem}.consultant-left-menu .menu-list .consultant-card .card-progress .progress-bar{flex:1;height:.375rem;background-color:#0000001a;border-radius:.625rem;position:relative;overflow:hidden}.consultant-left-menu .menu-list .consultant-card .card-progress .progress-bar .progress-fill{position:absolute;left:0;top:0;height:100%;background-color:#2459e7;border-radius:.625rem;transition:width .3s}.consultant-left-menu .menu-list .consultant-card .card-progress .progress-percent{font-size:.875rem;color:#2459e7;line-height:1.125rem;white-space:nowrap}.consultant-left-menu .menu-footer{padding:1rem;background-color:#fff;border-radius:.625rem;box-shadow:0 .25rem .5rem #00000026;position:sticky;bottom:0;z-index:10}.consultant-left-menu .menu-footer button{height:2.75rem;font-size:1rem}.consultant-left-menu .menu-list::-webkit-scrollbar{width:.125rem}.consultant-left-menu .menu-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.188rem}.consultant-left-menu .menu-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.188rem}.consultant-left-menu .menu-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.chat-history-drawer-wrapper .ant-drawer-header{padding:1rem 1.25rem;border-bottom:.063rem solid var(--color-border-secondary, #e8e8e8);background:var(--color-bg-primary, #ffffff)}.chat-history-drawer-wrapper .ant-drawer-header .ant-drawer-title{font-size:1rem;font-weight:600;color:var(--color-text-primary, #262626)}.chat-history-drawer-wrapper .ant-drawer-body{padding:0;background:var(--color-bg-secondary, #fafafa)}.chat-history-drawer{padding:1.25rem;background:var(--color-bg-secondary, #fafafa);min-height:100%}.chat-history-drawer .history-search-wrapper{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:.063rem solid var(--color-border-secondary, #e8e8e8)}.chat-history-drawer .history-search-wrapper .history-search-input{width:100%;height:2.5rem;border-radius:.5rem;border:.063rem solid var(--color-border-primary, #d9d9d9)!important;transition:all .3s ease;background:var(--color-bg-primary, #ffffff)}.chat-history-drawer .history-search-wrapper .history-search-input:hover{border-color:var(--color-border-primary, #d9d9d9)!important}.chat-history-drawer .history-search-wrapper .history-search-input:focus,.chat-history-drawer .history-search-wrapper .history-search-input.ant-input-focused{border-color:var(--color-border-primary, #d9d9d9)!important;box-shadow:none}.chat-history-drawer .history-search-wrapper .history-search-input .ant-input-prefix{color:var(--color-text-tertiary, #8c8c8c);margin-right:.5rem}.chat-history-drawer .history-search-wrapper .history-search-input .ant-input{font-size:.875rem;color:var(--color-text-primary, #262626)}.chat-history-drawer .history-search-wrapper .history-search-input .ant-input::placeholder{color:var(--color-text-tertiary, #8c8c8c)!important}.chat-history-drawer .history-search-wrapper .search-result-hint{margin-top:.5rem;font-size:.75rem;color:var(--color-text-tertiary, #8c8c8c);text-align:right;padding-right:.25rem}.chat-history-drawer .history-loading{text-align:center;padding:5rem 1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:18.75rem}.chat-history-drawer .history-loading .ant-spin .ant-spin-text{color:var(--color-text-secondary, #595959);font-size:.875rem;margin-top:.75rem}.chat-history-drawer .history-empty{text-align:center;padding:5rem 1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:18.75rem}.chat-history-drawer .history-empty .ant-empty .ant-empty-description{color:var(--color-text-tertiary, #8c8c8c);font-size:.875rem}.chat-history-drawer .history-group{margin-bottom:1.5rem}.chat-history-drawer .history-group:last-child{margin-bottom:0}.chat-history-drawer .history-group .history-date{color:var(--color-text-tertiary, #8c8c8c);font-size:.813rem;font-weight:500;padding:.5rem .75rem;margin-bottom:.75rem;background:var(--color-bg-primary, #ffffff);border-radius:.375rem;display:inline-block;box-shadow:0 .063rem .125rem #0000000a}.chat-history-drawer .history-group .history-list{display:flex;flex-direction:column;gap:.5rem}.chat-history-drawer .history-group .history-list .history-item{display:flex;align-items:center;padding:.75rem 1rem;background:var(--color-bg-primary, #ffffff);border-radius:.5rem;cursor:pointer;justify-content:space-between;width:100%;transition:all .3s ease;border:.063rem solid var(--color-border-tertiary, #f0f0f0);box-shadow:0 .063rem .188rem #0000000f}.chat-history-drawer .history-group .history-list .history-item:hover{background:var(--primary-bg-lightest, rgba(35, 92, 235, .07));border-color:var(--primary-border-light, rgba(35, 92, 235, .4));box-shadow:0 .125rem .5rem #235ceb1f;transform:translateY(-.063rem)}.chat-history-drawer .history-group .history-list .history-item .history-item-content{display:flex;align-items:center;flex:1;min-width:0;gap:.75rem}.chat-history-drawer .history-group .history-list .history-item .history-item-content .history-icon{color:var(--primary-color, #235CEB);font-size:1rem;flex-shrink:0;transition:all .2s ease}.chat-history-drawer .history-group .history-list .history-item .history-item-content .userTextBgSmall{margin:0;flex-shrink:0;box-shadow:0 .063rem .188rem #0000001a}.chat-history-drawer .history-group .history-list .history-item .history-item-content .customer-name{color:var(--color-text-primary, #262626);font-size:.875rem;font-weight:500;flex-shrink:0;margin:0;min-width:fit-content}.chat-history-drawer .history-group .history-list .history-item .history-item-content .history-summary{color:var(--color-text-secondary, #595959);font-size:.813rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;margin:0;line-height:1.5}.chat-history-drawer .history-group .history-list .history-item .history-delete-icon{color:var(--color-text-tertiary, #8c8c8c);font-size:1rem;cursor:pointer;margin-left:.75rem;flex-shrink:0;padding:.25rem;border-radius:.25rem;transition:all .2s ease;opacity:.6}.chat-history-drawer .history-group .history-list .history-item .history-delete-icon:hover{color:var(--color-error, #ff4d4f);background:rgba(255,77,79,.1);opacity:1;transform:scale(1.1)}.chat-history-drawer .history-group .history-list .history-item .history-delete-icon:active{transform:scale(.95)}.chat-history-drawer::-webkit-scrollbar{width:.125rem}.chat-history-drawer::-webkit-scrollbar-track{background:var(--color-bg-tertiary, #f5f5f5);border-radius:.188rem}.chat-history-drawer::-webkit-scrollbar-thumb{background:var(--color-border-primary, #d9d9d9);border-radius:.188rem}.chat-history-drawer::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary, #8c8c8c)}.rightChatBoxStyle{width:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;background-color:var(--bg-white-semi);border-radius:.625rem;overflow:hidden}.rightChatBoxStyle .rightChatTop{display:flex;justify-content:space-between;padding:.875rem 1rem;height:3.125rem;line-height:3.125rem;box-sizing:border-box;background-color:var(--bg-white-semi);overflow:hidden}.rightChatBoxStyle .rightChatTop img.icon_icon{width:2rem!important;height:2rem!important}.rightChatBoxStyle .rightChatTop img.icon_icon_log{width:1.625rem!important;height:1.625rem!important}.rightChatBoxStyle .rightChatContentBox{box-sizing:border-box;padding:.5rem .5rem 12.5rem;overflow-y:auto;background-color:var(--bg-white-semi);border-bottom-left-radius:.625rem!important;border-bottom-right-radius:.625rem!important}.rightChatBoxStyle .rightChatContentBox:after{content:"";display:block;clear:both}.rightChatBoxStyle .rightChatContentBox .rightChatContent_item{width:100%;display:block;clear:both;height:2.5rem;margin-bottom:.625rem}.rightChatBoxStyle .rightChatContentBox .markdown-container{max-width:100%;display:flex;align-items:left;flex-direction:column;gap:.625rem}.rightChatBoxStyle .rightChatContentBox .received_box{float:left;background-color:#fff;display:flex;align-items:left;flex-direction:column;gap:.625rem;padding:.625rem;border-radius:.5rem;margin-left:0;text-align:left;margin-bottom:.625rem;color:#000;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;min-height:1.5rem;width:fit-content;max-width:61.8%;border-bottom-left-radius:0}.rightChatBoxStyle .rightChatContentBox .received_box:has(.question-option-container,.essay-question-container){width:90%;padding:0;background:transparent}.rightChatBoxStyle .rightChatContentBox .received_box ol,.rightChatBoxStyle .rightChatContentBox .received_box ul{list-style:none}.rightChatBoxStyle .rightChatContentBox .task_box{float:left;background-color:#fff;display:inline-block;padding:.625rem;border-radius:.5rem;margin-left:0;text-align:left;margin-bottom:.625rem;color:#000;font-family:PingFang SC;font-size:1rem;font-style:normal;text-transform:capitalize;font-weight:400;line-height:1.5rem;min-height:1.5rem;max-width:61.8%;border-bottom-left-radius:0}.rightChatBoxStyle .rightChatContentBox .task_box .task-reminder{display:block;word-wrap:break-word;overflow-wrap:break-word}.rightChatBoxStyle .rightChatContentBox .task_box .task-reminder .no-break{white-space:wrap;display:inline}.rightChatBoxStyle .rightChatContentBox .task_box .task-reminder strong{color:#2459e7;font-weight:700;font-size:1.063rem}.rightChatBoxStyle .rightChatContentBox .task_messageTime{font-size:.75rem;color:#999;margin-top:.25rem;text-align:left;width:100%;padding:0 .625rem}.rightChatBoxStyle .rightChatContentBox .user_box{width:fit-content;max-width:61.8%;float:right;display:flex;align-items:center;color:#fff;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.625rem;text-transform:capitalize;background-color:var(--primary-color);padding:.625rem;border-radius:.5rem;margin-right:.625rem;text-align:justify;margin:0;border-bottom-right-radius:0;margin-bottom:.625rem}.rightChatBoxStyle .questionsandanswers_box_item{background-color:#fff;padding:.625rem 1.25rem;border-radius:.625rem;margin-left:.625rem;text-align:left;margin-bottom:.625rem;color:#000;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;display:flex;flex-wrap:wrap;align-items:center}.rightChatBoxStyle .questionsandanswers_box_item .questionsandanswers_box_item_title{font-weight:500;margin-right:.5rem;flex-shrink:0}.rightChatBoxStyle .questionsandanswers_box_item .questionsandanswers_box_item_tabs{display:flex;flex-wrap:wrap;gap:.5rem}.rightChatBoxStyle .questionsandanswers_box_item .questionsandanswers_box_item_tab{color:#235ceb;font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;padding:.125rem .75rem;border-radius:.375rem;background:#E5ECFF}.rightChatBoxStyle .course-details-container{display:inline;line-height:1.5rem}.rightChatBoxStyle .course-details-container .course-link{color:#235ceb;text-decoration:underline;cursor:pointer;transition:all .2s}.rightChatBoxStyle .course-details-container .course-link:hover{color:#1a47d4;text-decoration:underline}.rightChatBoxStyle .guide-info-box-container{display:flex;flex-direction:column;width:100%}.rightChatBoxStyle .rightChatToolBox{height:8.75rem;width:calc(100% - 1rem);position:absolute;bottom:0!important;left:.5rem;margin-top:.625rem;box-sizing:border-box;padding-bottom:.625rem;z-index:10;background-color:var(--bg-white-semi)}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn{display:flex;justify-content:space-between;padding:.625rem .125rem;border-bottom:.063rem solid #eee}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .no.toolItem{border:.063rem solid #c5c5d1}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .active.toolItem{border:var(--border-primary)}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem{width:33%;line-height:2.125rem;margin-right:3%;cursor:pointer;border-radius:.25rem}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box2,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box3,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box1{width:32.6%;height:2.125rem;line-height:2.125rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;background:url(/images/chat_icon_bg-cf420870.png) no-repeat center center;background-size:auto 100%;background:linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 70%,#ffffff 100%),radial-gradient(140% 85% at 50% 75%,rgba(0,122,255,.22) 0%,rgba(0,122,255,.12) 40%,rgba(255,255,255,.96) 70%);border:var(--border-primary)}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box2 span.textStyle,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box3 span.textStyle,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box1 span.textStyle{color:var(--Color1, #202123);font-family:PingFang SC;font-size:.75rem!important;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box2 .active.textStyle,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box3 .active.textStyle,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box1 .active.textStyle{color:var(--primary-color)}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box2 .no.textStyle,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box3 .no.textStyle,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box1 .no.textStyle{color:#c5c5d1}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box2 .toolIcon,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box3 .toolIcon,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box1 .toolIcon,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box2 .toolIcon3,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box3 .toolIcon3,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box1 .toolIcon3{width:1.375rem;height:1.375rem;margin:.375rem .188rem}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box2 .toolIcon3,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box3 .toolIcon3,.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box1 .toolIcon3{border:.063rem solid #B5d8ff;border-radius:50%}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem_box1{width:28%}.rightChatBoxStyle .rightChatToolBox .rightChatToolBtn .toolItem:last-child{margin-right:0}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox{width:100%;position:absolute;bottom:.625rem!important;left:0;right:0;background:#ffffff!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox :where(.css-dev-only-do-not-override-ac2jek).ant-input-outlined{background:#ffffff;border:var(--border-primary);border-radius:.625rem;position:relative}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox .ant-input::placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox .ant-input::-webkit-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox .ant-input::-moz-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important;opacity:1!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox .ant-input:-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox .ant-input::-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox textarea{min-height:7.5rem!important;border-radius:.375rem!important;border:.063rem solid #DAE1E9!important;background:rgba(255,255,255,.8)!important;background:#ffffff!important;padding-bottom:3.125rem!important;color:#000000e0!important;font-size:1rem!important;font-family:PingFang SC!important;line-height:1.5rem!important;resize:none}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox textarea::placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox textarea::-webkit-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox textarea::-moz-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important;opacity:1!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox textarea:-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox textarea::-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox .send_box{position:absolute;bottom:.5rem;right:.563rem;display:flex;flex-direction:row;gap:.25rem;align-items:center;z-index:10}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox .send_box .fast_key_hint{color:#999;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:2.375rem;text-transform:capitalize;margin-right:.625rem}.rightChatBoxStyle .rightChatToolBox .chatContenttextBox .send_box img{width:1.5rem!important;height:1.5rem!important}.rightChatBoxStyle .guide-info-box{padding:.75rem 1rem;margin-bottom:1rem;background-color:#fffbe6;border:.063rem solid #ffe58f;border-left:.25rem solid #faad14;border-radius:.375rem;color:#000000d9;font-size:.875rem;line-height:1.6;position:relative}.rightChatBoxStyle .guide-info-box:before{content:"⚠️";margin-right:.5rem;font-size:1rem}.rightChatBoxStyle .guide-info-box strong{color:#d48806;font-weight:600}.rightChatBoxStyle .thinking-box{display:flex;align-items:center;padding:1rem 1.25rem;min-height:3.75rem}.rightChatBoxStyle .thinking-dots{display:flex;align-items:center;gap:.375rem}.rightChatBoxStyle .thinking-dots .dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--primary-color);animation:thinkingBounce 1.4s infinite ease-in-out both}.rightChatBoxStyle .thinking-dots .dot:nth-child(1){animation-delay:-.32s}.rightChatBoxStyle .thinking-dots .dot:nth-child(2){animation-delay:-.16s}.rightChatBoxStyle .thinking-dots .dot:nth-child(3){animation-delay:0s}.question-option-container{padding:1rem;background:#fff;border-radius:.5rem;margin:.5rem 0}.question-option-container.answered{background:#fafafa;border:.063rem solid #e8e8e8}.question-text{font-size:.938rem;font-weight:500;color:#000000d9;margin-bottom:1rem;line-height:1.5;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.question-text>:first-child{flex:1;min-width:0}.answered-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);color:#fff;font-size:.75rem;font-weight:500;border-radius:.75rem;white-space:nowrap;flex-shrink:0;box-shadow:0 .125rem .375rem #52c41a40;animation:slideInRight .4s cubic-bezier(.68,-.55,.265,1.55)}.answered-badge:before{content:"✓";margin-right:.25rem;font-weight:700}@keyframes slideInRight{0%{opacity:0;transform:translate(1.25rem) scale(.8)}to{opacity:1;transform:translate(0) scale(1)}}.options-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.single-option-item{display:flex;align-items:center;justify-content:flex-start!important;padding:.75rem 1rem;background:#fff;border:.063rem solid #d9d9d9;border-radius:.375rem;cursor:pointer;transition:all .3s;position:relative;-webkit-user-select:none;user-select:none}.single-option-item:hover:not(.disabled){border-color:var(--primary-color);background:var(--primary-bg-lightest)}.single-option-item.selected{border-color:var(--primary-color);background:var(--primary-bg-lightest);border-width:.125rem;padding:.688rem .938rem}.single-option-item.disabled{cursor:not-allowed;opacity:.6;background-color:#f5f5f5}.single-option-item.disabled:hover{border-color:#d9d9d9;background-color:#f5f5f5}.option-label{font-size:.875rem;font-weight:500;color:#000000a6;margin-right:.5rem;min-width:1.5rem}.option-value{font-size:.875rem;color:#000000d9;margin-right:.625rem}.check-icon{display:flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;min-width:1.375rem;min-height:1.375rem;background:linear-gradient(135deg,var(--primary-color) 0%,#4096ff 100%);color:#fff;border-radius:50%;font-size:.813rem;font-weight:700;margin-left:auto;box-shadow:0 .125rem .375rem #2459e74d;animation:successPop .3s cubic-bezier(.68,-.55,.265,1.55)}@keyframes successPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.submit-button-wrapper{display:flex;justify-content:flex-end}.submit-button{min-width:6.25rem;height:2.25rem;border-radius:.375rem;font-size:.875rem}.submit-button:disabled{cursor:not-allowed}@media (max-width: 768px){.question-option-container{padding:.75rem}.single-option-item{padding:.625rem .75rem}.single-option-item.selected{padding:.563rem .688rem}.submit-button{width:100%}}.essay-question-container{padding:1rem;background:#fff;border-radius:.5rem;margin:.5rem 0}.essay-question-container :where(.css-dev-only-do-not-override-ac2jek).ant-input-textarea-show-count .ant-input-data-count{position:absolute;bottom:0}.essay-question-text{font-size:.938rem;font-weight:500;color:#000000d9;margin-bottom:1rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.essay-answer-section{margin-bottom:.75rem}.essay-textarea{width:100%;border-radius:.375rem;font-size:.875rem;line-height:1.6;transition:all .3s}.essay-textarea:not(.disabled):hover{border-color:var(--primary-color);z-index:0}.essay-textarea:not(.disabled):focus{border-color:var(--primary-color);box-shadow:0 0 0 .125rem #2459e71a;z-index:0}.essay-textarea.disabled{background-color:#f5f5f5;cursor:not-allowed;color:#000000a6}:global .ant-input-textarea-show-count:after{float:right;margin-top:.25rem}.count-warning{color:#ff4d4f;font-size:.75rem}.count-normal{color:#00000073;font-size:.75rem}.essay-submit-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:.75rem}.essay-submit-button{margin-top:.75rem;min-width:6.25rem;height:2.25rem;border-radius:.375rem;font-size:.875rem}.essay-submit-button:disabled{cursor:not-allowed}.essay-submitted-badge{display:inline-flex;align-items:center;justify-content:center;animation:successBounce .5s cubic-bezier(.68,-.55,.265,1.55)}.essay-submitted-badge .badge-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);color:#fff;border-radius:50%;font-size:.875rem;font-weight:700;box-shadow:0 .125rem .5rem #52c41a4d;transition:all .3s ease}.essay-submitted-badge .badge-icon:hover{transform:scale(1.1);box-shadow:0 .25rem .75rem #52c41a66}@keyframes successBounce{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.1)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.essay-question-container{padding:.75rem}.essay-submit-button{width:100%}}.dynamic-question-wrapper{width:100%}.question-placeholder,.question-error{padding:1rem;background:#fff;border-radius:.5rem;margin:.5rem 0;text-align:center}.question-placeholder p,.question-error p{margin:.5rem 0;color:#000000a6;font-size:.875rem}.question-placeholder p:first-child,.question-error p:first-child{font-weight:500;color:#000000d9}.question-error{border:.063rem solid #ff4d4f;background:#fff2f0}.question-error p:first-child{color:#ff4d4f}.rightChatBox{width:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;background-color:var(--bg-white-semi);border-radius:.625rem;overflow:hidden}.rightChatBox .userText{color:var(--Color1, #202123);font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:500}.rightChatBox .rightChatTop{display:flex;justify-content:space-between;padding:.875rem 1rem;height:3.125rem;line-height:3.125rem;box-sizing:border-box;background-color:var(--bg-white-semi);border-bottom:.063rem solid var(--primary-border-light);overflow:hidden}.rightChatBox .rightChatTop .icon_s,.rightChatBox .rightChatTop .top_s{display:flex;align-items:center;gap:1rem}.rightChatBox .rightChatTop .userImg{width:1.5rem;height:1.5rem;border-radius:50%;border:var(--border-primary);margin-right:.5rem}.rightChatBox .rightChatTop img.icon_icon{width:2rem;height:2rem}.rightChatBox .rightChatTop .top_s{gap:.2rem}.rightChatBox .rightChatTop img{cursor:pointer}.rightChatBox .hisBox{padding:1rem}.rightChatBox .hisBox .hisList{padding-bottom:.625rem}.rightChatBox .hisBox .hisList .hisDate{color:#c5c5d1;font-size:.9rem;padding-bottom:.375rem}.rightChatBox .hisBox .hisList .his_lis{padding-top:.188rem}.rightChatBox .hisBox .hisList .his_lis .his_li{display:flex;align-items:center;margin:.313rem 0;cursor:pointer;justify-content:space-between;width:100%}.rightChatBox .hisBox .hisList .his_lis .his_li>div{display:flex;align-items:center}.rightChatBox .hisBox .hisList .his_lis .his_li>div p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:50%}.rightChatBox .rightChatContent{box-sizing:border-box;padding:.5rem .5rem 12.5rem;overflow-y:auto;background-color:var(--bg-white-semi);border-bottom-left-radius:.625rem!important;border-bottom-right-radius:.625rem!important}.rightChatBox .rightChatContent:after{content:"";display:block;clear:both}.rightChatBox .rightChatContent_item{width:100%;display:block;clear:both;margin-bottom:.625rem}.rightChatBox .markdown-container{display:flex;align-items:left;flex-direction:column;gap:.625rem}.rightChatBox .received_box{float:left;background-color:#fff;display:flex;align-items:left;flex-direction:column;gap:.625rem;padding:.625rem;border-radius:.5rem;margin-left:0;text-align:left;margin-bottom:.625rem;color:#000;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;min-height:1.5rem;width:fit-content;max-width:61.8%;border-bottom-left-radius:0}.rightChatBox .received_box:has(.question-option-container,.essay-question-container){width:90%;padding:0;background:transparent}.rightChatBox .received_box ol,.rightChatBox .received_box ul{list-style:none}.rightChatBox .questionsandanswers_box_item{background-color:#fff;padding:.625rem 1.25rem;border-radius:.625rem;margin-left:.625rem;text-align:left;margin-bottom:.625rem;color:#000;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;display:flex;flex-wrap:wrap;align-items:center}.rightChatBox .questionsandanswers_box_item .questionsandanswers_box_item_title{font-weight:500;margin-right:.5rem;flex-shrink:0}.rightChatBox .questionsandanswers_box_item .questionsandanswers_box_item_tabs{display:flex;flex-wrap:wrap;gap:.5rem}.rightChatBox .questionsandanswers_box_item .questionsandanswers_box_item_tab{color:#235ceb;font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;padding:.125rem .75rem;border-radius:.375rem;background:#E5ECFF}.rightChatBox .course-details-container{display:inline;line-height:1.5rem}.rightChatBox .course-details-container .course-link{color:#235ceb;text-decoration:underline;cursor:pointer;transition:all .2s}.rightChatBox .course-details-container .course-link:hover{color:#1a47d4;text-decoration:underline}.rightChatBox .guide-info-box-container{display:flex;flex-direction:column;width:100%}.rightChatBox .user_box{float:right;display:flex;align-items:right;color:#fff;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.625rem;text-transform:capitalize;background-color:var(--primary-color);padding:.625rem;border-radius:.5rem;margin-right:.625rem;text-align:justify;margin:0;border-bottom-right-radius:0;margin-bottom:.625rem;width:fit-content;max-width:61.8%}.rightChatBox .rightChatTool{height:8.75rem;width:calc(100% - 1rem);position:absolute;bottom:0!important;left:.5rem;margin-top:.625rem;box-sizing:border-box;padding-bottom:.625rem;z-index:10;background-color:var(--bg-white-semi)}.rightChatBox .rightChatTool .rightChatToolBtn{display:flex;justify-content:space-between;padding:.625rem .125rem;border-bottom:.063rem solid #eee}.rightChatBox .rightChatTool .rightChatToolBtn .no.toolItem{border:.063rem solid #c5c5d1}.rightChatBox .rightChatTool .rightChatToolBtn .active.toolItem{border:var(--border-primary)}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem{width:33%;line-height:2.125rem;margin-right:3%;cursor:pointer;border-radius:.25rem}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1{width:32.6%;height:2.125rem;line-height:2.125rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;background:url(/images/chat_icon_bg-cf420870.png) no-repeat center center;background-size:auto 100%;background:linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 70%,#ffffff 100%),radial-gradient(140% 85% at 50% 75%,rgba(0,122,255,.22) 0%,rgba(0,122,255,.12) 40%,rgba(255,255,255,.96) 70%);border:var(--border-primary)}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 span.textStyle,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 span.textStyle,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 span.textStyle{color:var(--Color1, #202123);font-family:PingFang SC;font-size:.75rem!important;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 .active.textStyle,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 .active.textStyle,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 .active.textStyle{color:var(--primary-color)}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 .no.textStyle,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 .no.textStyle,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 .no.textStyle{color:#c5c5d1}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 .toolIcon,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 .toolIcon,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 .toolIcon,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 .toolIcon3,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 .toolIcon3,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 .toolIcon3{width:1.375rem;height:1.375rem;margin:.375rem .188rem}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 .toolIcon3,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 .toolIcon3,.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 .toolIcon3{border:.063rem solid #B5d8ff;border-radius:50%}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1{width:28%}.rightChatBox .rightChatTool .rightChatToolBtn .toolItem:last-child{margin-right:0}.rightChatBox .rightChatTool .chatContenttext{width:100%;position:absolute;bottom:.625rem!important;left:0;right:0;background:#ffffff!important}.rightChatBox .rightChatTool .chatContenttext :where(.css-dev-only-do-not-override-ac2jek).ant-input-outlined{background:#ffffff;border:var(--border-primary);border-radius:.625rem}.rightChatBox .rightChatTool .chatContenttext textarea{min-height:7.5rem!important;border-radius:.375rem!important;border:.063rem solid #DAE1E9!important;background:rgba(255,255,255,.8)!important;background:#ffffff!important;padding-bottom:3.125rem!important;color:#000000e0!important;font-size:1rem!important;font-family:PingFang SC!important;line-height:1.5rem!important;resize:none}.rightChatBox .rightChatTool .chatContenttext textarea::placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBox .rightChatTool .chatContenttext textarea::-webkit-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBox .rightChatTool .chatContenttext textarea::-moz-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important;opacity:1!important}.rightChatBox .rightChatTool .chatContenttext textarea:-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBox .rightChatTool .chatContenttext textarea::-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBox .rightChatTool .chatContenttext .ant-input::placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBox .rightChatTool .chatContenttext .ant-input::-webkit-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBox .rightChatTool .chatContenttext .ant-input::-moz-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important;opacity:1!important}.rightChatBox .rightChatTool .chatContenttext .ant-input:-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBox .rightChatTool .chatContenttext .ant-input::-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.rightChatBox .rightChatTool .chatContenttext .send_box{position:absolute;bottom:.5rem;right:.563rem;display:flex;flex-direction:row;gap:.25rem;align-items:center;z-index:10}.rightChatBox .rightChatTool .chatContenttext .send_box .fast_key_hint{color:#999;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:2.375rem;text-transform:capitalize;margin-right:.625rem}.rightChatBox .rightChatTool .chatContenttext .send_box img{width:1.5rem!important;height:1.5rem!important}.rightChatBox .popover_box,.rightChatBox .function_box{border-radius:.375rem;display:flex;justify-content:center;flex-direction:column;padding:0;width:100%}.rightChatBox .popover_box .popover_item,.rightChatBox .function_box .popover_item{color:var(--Color1, #202123);font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.98px;margin:.5rem 0 .5rem .5rem;cursor:pointer}.rightChatBox .popover_box .popover_item.dis,.rightChatBox .function_box .popover_item.dis{opacity:.5}.rightChatBox .popover_line{width:4.75rem;height:.063rem;background-color:#f7f7f7;margin-left:1.5rem}.rightChatBox .chatItemIcon{margin:0 .125rem;vertical-align:text-bottom;width:1.5rem;height:1.5rem}.rightChatBox .toolIcon{width:1.375rem;height:1.375rem;margin:.375rem .625rem .375rem 0}.rightChatBox .function_box .popover_item{width:6.125rem;margin:.75rem 0 .75rem .75rem}.rightChatBox .function_box .chatItemIcon{margin:0 .125rem;vertical-align:middle;width:1.5rem;height:1.5rem}.rightChatBox .chatItemIcon.selected{width:1.375rem;height:1.375rem;border:.063rem solid #b5d8ff;border-radius:50%;margin:.375rem .625rem .375rem 0}.rightChatBox .iconStyle{font-size:.875rem;color:var(--primary-color);font-weight:700;margin-left:.25rem}.rightChatBox .iconStyle.no{color:#c5c5d1}.rightChatBox .guide-info-box{padding:.75rem 1rem;margin-bottom:1rem;background-color:#fffbe6;border:.063rem solid #ffe58f;border-left:.25rem solid #faad14;border-radius:.375rem;color:#000000d9;font-size:.875rem;line-height:1.6;position:relative}.rightChatBox .guide-info-box:before{content:"⚠️";margin-right:.5rem;font-size:1rem}.rightChatBox .guide-info-box strong{color:#d48806;font-weight:600}.rightChatBox .thinking-box{display:flex;align-items:center;padding:1rem 1.25rem;min-height:3.75rem}.rightChatBox .thinking-dots{display:flex;align-items:center;gap:.375rem}.rightChatBox .thinking-dots .dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--primary-color);animation:thinkingBounce 1.4s infinite ease-in-out both}.rightChatBox .thinking-dots .dot:nth-child(1){animation-delay:-.32s}.rightChatBox .thinking-dots .dot:nth-child(2){animation-delay:-.16s}.rightChatBox .thinking-dots .dot:nth-child(3){animation-delay:0s}@keyframes thinkingBounce{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}.rightChatBoxStyle{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;background-color:var(--bg-white-semi);border-radius:.625rem;overflow:visible}.rightChatBoxStyle .userText{color:var(--Color1, #202123);font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:500}.rightChatBoxStyle .rightChatTop{display:flex;justify-content:space-between;padding:.875rem 1rem;height:3.125rem;line-height:3.125rem;box-sizing:border-box;background-color:#fafbff;overflow:hidden;border-bottom:.063rem solid var(--primary-border-light)}.rightChatBoxStyle .rightChatTop .icon_s,.rightChatBoxStyle .rightChatTop .top_s{display:flex;align-items:center;gap:1rem}.rightChatBoxStyle .rightChatTop .userImg{width:1.5rem;height:1.5rem;border-radius:50%;border:var(--border-primary);margin-right:.5rem}.rightChatBoxStyle .rightChatTop img.icon_icon{width:1.125rem;height:1.125rem}.rightChatBoxStyle .rightChatTop .top_s{gap:.2rem}.rightChatBoxStyle .rightChatTop img{cursor:pointer}.rightChatBoxStyle .hisBox{padding:1rem}.rightChatBoxStyle .hisBox .hisList{padding-bottom:.625rem}.rightChatBoxStyle .hisBox .hisList .hisDate{color:#c5c5d1;font-size:.9rem;padding-bottom:.375rem}.rightChatBoxStyle .hisBox .hisList .his_lis{padding-top:.188rem}.rightChatBoxStyle .hisBox .hisList .his_lis .his_li{display:flex;align-items:center;margin:.313rem 0;cursor:pointer;justify-content:space-between;width:100%}.rightChatBoxStyle .hisBox .hisList .his_lis .his_li>div{display:flex;align-items:center}.rightChatBoxStyle .hisBox .hisList .his_lis .his_li>div p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:50%}.rightChatBoxStyle .rightChatContent{flex:1;box-sizing:border-box;padding:0px .75rem 12.5rem .125rem;overflow-y:auto;background-color:var(--bg-white-semi);border-bottom-left-radius:.625rem!important;border-bottom-right-radius:.625rem!important}.rightChatBoxStyle .rightChatContent:after{content:"";display:block;clear:both}.rightChatBoxStyle .received_box{float:left;background-color:#fff;display:flex;align-items:left;padding:.25rem .625rem;border-radius:.625rem;margin-left:.625rem;text-align:left;margin-bottom:.625rem;color:#000;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;min-height:1.5rem;width:fit-content;max-width:61.8%}.rightChatBoxStyle .received_box .thinking-dots{display:flex;align-items:center;gap:.375rem}.rightChatBoxStyle .received_box .thinking-dots .dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--primary-color);animation:thinkingBounce 1.4s infinite ease-in-out both}.rightChatBoxStyle .received_box .thinking-dots .dot:nth-child(1){animation-delay:-.32s}.rightChatBoxStyle .received_box .thinking-dots .dot:nth-child(2){animation-delay:-.16s}.rightChatBoxStyle .received_box .thinking-dots .dot:nth-child(3){animation-delay:0s}.rightChatBoxStyle .received_box ol{list-style:none}@keyframes thinking{0%,to{opacity:.3}50%{opacity:1}}.rightChatBoxStyle .user_box{float:right;display:flex;align-items:right;color:#fff;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400;line-height:1.625rem;text-transform:capitalize;background-color:var(--primary-color);padding:.625rem;border-radius:.625rem;margin-right:.625rem;text-align:right;margin:1.875rem 0;width:fit-content;max-width:61.8%}.rightChatBoxStyle .rightChatTool{height:8.75rem;width:100%;flex-shrink:0;padding:.625rem 2%;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;bottom:-.625rem!important}.rightChatBoxStyle .rightChatTool .rightChatToolBtn{display:flex;justify-content:space-between;padding:.625rem .125rem;border-bottom:.063rem solid #eee}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .no.toolItem{border:.063rem solid #c5c5d1}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .active.toolItem{border:var(--border-primary)}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem{width:33%;line-height:2.125rem;margin-right:3%;cursor:pointer;border-radius:.25rem}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1{width:32.6%;height:2.125rem;line-height:2.125rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;background:url(/images/chat_icon_bg-cf420870.png) no-repeat center center;background-size:auto 100%;background:linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 70%,#ffffff 100%),radial-gradient(140% 85% at 50% 75%,rgba(0,122,255,.22) 0%,rgba(0,122,255,.12) 40%,rgba(255,255,255,.96) 70%);border:var(--border-primary)}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 span.textStyle,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 span.textStyle,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 span.textStyle{color:var(--Color1, #202123);font-family:PingFang SC;font-size:.75rem!important;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 .active.textStyle,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 .active.textStyle,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 .active.textStyle{color:var(--primary-color)}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 .no.textStyle,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 .no.textStyle,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 .no.textStyle{color:#c5c5d1}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 .toolIcon,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 .toolIcon,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 .toolIcon,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 .toolIcon3,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 .toolIcon3,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 .toolIcon3{width:1.375rem;height:1.375rem;margin:.375rem .188rem}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 .toolIcon3,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 .toolIcon3,.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 .toolIcon3{border:.063rem solid #B5d8ff;border-radius:50%}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1{width:28%}.rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem:last-child{margin-right:0}.rightChatBoxStyle .rightChatTool .chatContenttext{width:96%;margin:0 auto;position:relative;border:.063rem solid transparent}.rightChatBoxStyle .rightChatTool .chatContenttext :where(.css-dev-only-do-not-override-ac2jek).ant-input-outlined{background:#ffffff;border:var(--border-primary);border-radius:.625rem}.rightChatBoxStyle .rightChatTool .chatContenttext .send_box{position:absolute;right:.5rem;bottom:.125rem!important}.rightChatBoxStyle .rightChatTool .chatContenttext .send_box img{width:1.5rem!important;height:1.5rem!important}.rightChatBoxStyle .popover_box,.rightChatBoxStyle .function_box{border-radius:.375rem;display:flex;justify-content:center;flex-direction:column;padding:0;width:100%}.rightChatBoxStyle .popover_box .popover_item,.rightChatBoxStyle .function_box .popover_item{color:var(--Color1, #202123);font-family:PingFang SC;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.98px;margin:.5rem 0 .5rem .5rem;cursor:pointer}.rightChatBoxStyle .popover_box .popover_item.dis,.rightChatBoxStyle .function_box .popover_item.dis{opacity:.5}.rightChatBoxStyle .popover_line{width:4.75rem;height:.063rem;background-color:#f7f7f7;margin-left:1.5rem}.rightChatBoxStyle .chatItemIcon{margin:0 .125rem;vertical-align:text-bottom;width:1.5rem;height:1.5rem}.rightChatBoxStyle .toolIcon{width:1.375rem;height:1.375rem;margin:.375rem .625rem .375rem 0}.rightChatBoxStyle .function_box .popover_item{width:6.125rem;margin:.75rem 0 .75rem .75rem}.rightChatBoxStyle .function_box .chatItemIcon{margin:0 .125rem;vertical-align:middle;width:1.5rem;height:1.5rem}.rightChatBoxStyle .chatItemIcon.selected{width:1.375rem;height:1.375rem;border:.063rem solid #b5d8ff;border-radius:50%;margin:.375rem .625rem .375rem 0}.rightChatBoxStyle .iconStyle{font-size:.875rem;color:var(--primary-color);font-weight:700;margin-left:.25rem}.rightChatBoxStyle .iconStyle.no{color:#c5c5d1}.consultant-right-menu{width:100%;height:100%;display:flex;flex-direction:column;background-color:transparent}.consultant-right-menu .menu-header{height:3.25rem;padding:0;border-bottom:.063rem solid #e5e7eb;display:flex;align-items:stretch;justify-content:space-between;flex-shrink:0;background-color:#e7ecfc}.consultant-right-menu .menu-header .header-title-wrapper{display:flex;align-items:center;background-color:transparent;padding:0 2.5rem}.consultant-right-menu .menu-header .header-title-wrapper .header-title{font-size:1rem;font-weight:600;color:transparent}.consultant-right-menu .menu-header .header-actions{display:flex;gap:.75rem;background-color:#e7ecfc;padding:0 1rem;align-items:center}.consultant-right-menu .menu-header .header-actions .action-button{width:2rem;height:2rem;padding:0;display:flex;align-items:center;justify-content:center;color:#666;border-radius:.25rem}.consultant-right-menu .menu-header .header-actions .action-button:hover{color:#2459e7;background-color:#2459e71a}.consultant-right-menu .menu-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background-color:transparent}.consultant-right-menu .menu-messages .message-item{display:flex;gap:.5rem;align-items:flex-start}.consultant-right-menu .menu-messages .message-item.message-ai{justify-content:flex-start;padding-right:2.5rem}.consultant-right-menu .menu-messages .message-item.message-ai .message-bubble{background-color:#fff;border:.063rem solid #e5e7eb;border-radius:.75rem}.consultant-right-menu .menu-messages .message-item.message-user{justify-content:flex-end;padding-left:2.5rem}.consultant-right-menu .menu-messages .message-item.message-user .message-bubble{background-color:#2459e7;color:#fff;border-radius:.75rem}.consultant-right-menu .menu-messages .message-item .message-bubble{padding:.75rem;box-shadow:0 .063rem .125rem #0000000d}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content{font-size:.875rem;line-height:1.5;word-wrap:break-word}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content table{width:100%;border-collapse:collapse;margin:1rem 0;background-color:#fff9;border-radius:.5rem;overflow:hidden;box-shadow:0 .063rem .188rem #0000000a}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content table thead{background-color:var(--primary-color, #2f66ff)}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content table thead tr th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.875rem;color:#fff;border-bottom:.125rem solid rgba(255,255,255,.2)}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content table tbody tr{transition:background-color .2s ease}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content table tbody tr:nth-child(2n){background-color:#f9fafb80}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content table tbody tr:hover{background-color:#f0f7ffcc}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content table tbody tr td{padding:.75rem 1rem;border-bottom:.063rem solid rgba(229,231,235,.6);color:#374151;font-size:.875rem}.consultant-right-menu .menu-messages .message-item .message-bubble .message-content table tbody tr:last-child td{border-bottom:none}.consultant-right-menu .menu-messages .message-item .message-bubble .message-loading{display:flex;gap:.25rem;align-items:center;padding:.25rem 0}.consultant-right-menu .menu-messages .message-item .message-bubble .message-loading .loading-dot{width:.375rem;height:.375rem;border-radius:50%;background-color:#9ca3af;animation:loading-bounce 1.4s infinite ease-in-out both}.consultant-right-menu .menu-messages .message-item .message-bubble .message-loading .loading-dot:nth-child(1){animation-delay:-.32s}.consultant-right-menu .menu-messages .message-item .message-bubble .message-loading .loading-dot:nth-child(2){animation-delay:-.16s}.consultant-right-menu .menu-status{height:auto;padding:.5rem .75rem;border-top:.063rem solid #e5e7eb;display:flex;align-items:center;gap:.75rem;background-color:transparent;flex-shrink:0}.consultant-right-menu .menu-status .status-content{display:flex;align-items:center}.consultant-right-menu .menu-status .status-text{font-size:.875rem;color:#6b7280;white-space:nowrap}.consultant-right-menu .menu-status .status-icon-main,.consultant-right-menu .menu-status .status-icon{font-size:.875rem;color:#8b949e}.consultant-right-menu .menu-status .status-icon-spin{font-size:.875rem;color:#8b949e;animation:rotate-icon 2s linear infinite}.consultant-right-menu .menu-status .status-icon-stat{font-size:.875rem;color:#8b949e;transform:rotate(-90deg)}.consultant-right-menu .menu-footer{background-color:#fffc;border:.063rem solid #dae1e9;border-radius:.375rem;padding:.75rem;margin:0 .75rem .75rem;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.consultant-right-menu .menu-footer .footer-textarea{border:none;padding:0;font-size:1rem;line-height:1.5rem;color:#666;resize:none;box-shadow:none}.consultant-right-menu .menu-footer .footer-textarea:focus{border:none;box-shadow:none}.consultant-right-menu .menu-footer .footer-textarea :global .ant-input{border:none;padding:0;box-shadow:none}.consultant-right-menu .menu-footer .footer-textarea :global .ant-input:focus{border:none;box-shadow:none}.consultant-right-menu .menu-footer .footer-toolbar{height:2.375rem;display:flex;align-items:center;justify-content:space-between}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-left{display:flex;gap:.25rem}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-left .toolbar-button{width:1.5rem;height:1.5rem;padding:1rem;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:1rem}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-left .toolbar-button:hover{color:#2459e7;background-color:#1890ff1a}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-left .toolbar-button:active,.consultant-right-menu .menu-footer .footer-toolbar .toolbar-left .toolbar-button.active{color:#2459e7}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-left .toolbar-button:focus{color:#6b7280;background-color:transparent}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-right{display:flex;gap:.625rem;align-items:center}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-right .fast-key-hint{background-color:transparent;color:transparent}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-right .toolbar-button-round{width:2.375rem;height:2.375rem;padding:0;border-radius:.375rem;display:flex;align-items:center;justify-content:center;color:#6b7280;border:.063rem solid #d9d9d9}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-right .toolbar-button-round:hover{color:#2459e7;border-color:#2459e7;background-color:transparent}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-right .send-button{width:2.375rem;height:2.375rem;padding:0;border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:1rem}.consultant-right-menu .menu-footer .footer-toolbar .toolbar-right .send-button :global .anticon{font-size:1rem}.consultant-right-menu .menu-messages::-webkit-scrollbar{width:.125rem}.consultant-right-menu .menu-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.188rem}.consultant-right-menu .menu-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.188rem}.consultant-right-menu .menu-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes loading-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes rotate-icon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty_box{height:100%;display:flex;align-items:center;justify-content:center}.calendar-modal-style .formitem_box{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.calendar-modal-style .formitem_box .label-icon{width:1.5rem;height:1.5rem;flex-shrink:0}.calendar-modal-style .formitem_box .customer-name{font-size:1.25rem;color:#333;margin-top:-.5rem}.calendar-modal-style .formitem_box .label_text{font-size:.875rem;color:#666;margin-right:.75rem}.calendar-modal-style .formitem_box .alerttime-text{display:inline-block;margin:0 .5rem}.calendar-modal-style .formitem_box .formitem_input_style{flex:1;height:2.5rem;padding:0;border-radius:.375rem;border:.063rem solid #d9d9d9!important;font-size:.875rem;color:#333!important}.calendar-modal-style .formitem_box .formitem_input_style::placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.calendar-modal-style .formitem_box .formitem_input_style::-webkit-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.calendar-modal-style .formitem_box .formitem_input_style::-moz-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important;opacity:1!important}.calendar-modal-style .formitem_box .formitem_input_style:-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.calendar-modal-style .formitem_box .formitem_input_style::-ms-input-placeholder{color:#999!important;font-family:PingFang SC!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;text-transform:capitalize!important}.calendar-modal-style .modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.calendar-modal-style .modal-actions .spacer{flex:1}.calendar-modal-style .modal-actions .delete-btn{border:.063rem solid #ff4d4f;color:#ff4d4f;background:#fff;font-weight:500}.calendar-modal-style .modal-actions .delete-btn:hover{color:#fff;background:#ff4d4f;border-color:#ff4d4f}.calendar-modal-style .modal-actions .delete-btn:active{color:#fff;background:#d9363e;border-color:#d9363e}.task-view{height:38.75rem;padding:.625rem}.task-view .section{background:#e5ebfc;border-radius:.75rem;padding:.875rem 1rem}.task-view .title{color:#333;font-weight:600}.task-view .stat-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;height:5rem}.task-view .stat-card .stat-icon{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.task-view .stat-card .stat-icon img{width:.875rem;height:.875rem}.task-view .stat-card .stat-content{display:flex;flex-direction:column;align-items:left;gap:.063rem}.task-view .stat-card .stat-content .stat-label{color:var(--primary-color);font-size:.813rem;font-weight:500}.task-view .stat-card .stat-content .stat-value .stat-num{color:#333;font-size:.875rem;font-weight:600;font-family:Abel,sans-serif}.task-view .stat-card .stat-content .stat-value .stat-slash{color:#333;font-size:.875rem;font-weight:500;margin:0 .125rem}.task-view .stat-card .stat-content .stat-value .stat-total{color:#333;font-size:.875rem;font-weight:600;font-family:Abel,sans-serif}.task-view .section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.task-view .section-header .section-icon{color:#3b7cff;font-size:1rem}.task-view .name-circle{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:500;flex-shrink:0}.task-view .reminders{background-color:#f7f8fe;border:.063rem solid #e5e5e5;height:15rem;overflow-y:auto}.task-view .reminders .reminder-list{display:flex;flex-direction:column;gap:.625rem}.task-view .reminders .reminder-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.5rem;background-color:#fff}.task-view .reminders .reminder-item .reminder-content{flex:1;display:flex;flex-direction:column;gap:.125rem}.task-view .reminders .reminder-item .reminder-content .reminder-title{color:#333;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.4}.task-view .reminders .reminder-item .reminder-content .time{color:#999;font-size:.75rem}.task-view .overdue{margin-top:.625rem;background-color:#f7f8fe;border:.063rem solid #e5e5e5;height:15rem;overflow-y:auto}.task-view .overdue .overdue-list{margin-top:0}.task-view .overdue .overdue-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;background-color:#fff;border-radius:.5rem;margin-bottom:.5rem}.task-view .overdue .overdue-item .overdue-content{flex:1;display:flex;flex-direction:column;gap:.125rem}.task-view .overdue .overdue-item .overdue-content .overdue-title{color:#333;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.4}.task-view .overdue .overdue-item .overdue-content .overdue-time{color:#999;font-size:.75rem}.task-view .all-tasks{background-color:#f7f8fe;height:37.5rem}.task-view .all-tasks .tabs{margin-top:.5rem}.task-view .all-tasks .segmented{width:100%}.task-view .all-tasks .segmented .ant-segmented-item-selected{background:#3b7cff;color:#fff}.task-view .all-tasks .task-list{margin-top:.5rem;max-height:31.25rem;overflow-y:auto}.task-view .all-tasks .task-item{display:flex;justify-content:space-between;align-items:center}.task-view .all-tasks .task-title{color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.4;flex:1;min-width:0}.task-view .all-tasks .task-owner{background:#ffe58f;border-color:#ffe58f;color:#000}@media (max-width: 992px){.task-view .stat-card .stat-content .stat-value .stat-num{font-size:1.25rem}}.globalCalendar .ant-modal-content .ant-modal-header{padding:1rem 1.875rem;margin-bottom:0;border-bottom:.063rem solid #e5e5e5}.globalCalendar .ant-modal-body{margin-top:.313rem}.globalCalendar a{color:#333}.calendar-wrapper{display:flex;height:100%;padding:.625rem}.calendar-left{width:18.75rem;min-width:18.75rem;border:.063rem solid var(--next-border-color-light);border-radius:.625rem;padding:.313rem;padding-top:0}.left-search :global(.ant-input){border-radius:.5rem}.left-mini-month{background:#f7f8fa}.left-mini-month .ant-picker-calendar,.left-mini-month .ant-picker-calendar .ant-picker-panel{background-color:#f7f8fa}.left-mini-month :global(.ant-picker-cell-inner){position:relative}.left-mini-month :global(.ant-picker-cell-selected .ant-picker-cell-inner){border:none!important;background:transparent!important}.left-mini-month :global(.ant-picker-cell-today .ant-picker-cell-inner:before){border:none!important}.calendar-dot{position:absolute;top:0;right:0;width:.375rem;height:.375rem;background-color:#ff9500;border-radius:50%}.left-tasks{margin-top:1rem;overflow-y:auto;max-height:21.25rem}.tasks-title{font-weight:600;color:#202123;margin-bottom:.5rem}.task-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:.375rem;transition:background-color .2s}.task-row:hover{background-color:#f5f5f5}.task-row.task-completed{opacity:.6}.task-row.task-completed:hover{background-color:transparent}.task-row.task-completed .task-content .task-checkbox :global .ant-checkbox-disabled .ant-checkbox-inner{background-color:#d9d9d9!important;border-color:#d9d9d9!important;cursor:not-allowed!important}.task-row.task-completed .task-content .task-checkbox :global .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#fff!important}.task-row.task-completed .task-content .task-checkbox :global .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner,.task-row.task-completed .task-content .task-checkbox :global .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner{background-color:#d9d9d9!important;border-color:#d9d9d9!important}.task-row.task-completed .task-content .task-checkbox :global .ant-checkbox-disabled .ant-checkbox-checked .ant-checkbox-inner{background-color:#d9d9d9!important;border-color:#d9d9d9!important}.task-row.task-completed .task-content .task-checkbox :global .ant-checkbox-disabled:hover .ant-checkbox-inner,.task-row.task-completed .task-content .task-checkbox :global .ant-checkbox-checked.ant-checkbox-disabled:hover .ant-checkbox-inner,.task-row.task-completed .task-content .task-checkbox :global .ant-checkbox-disabled.ant-checkbox-checked:hover .ant-checkbox-inner{background-color:#d9d9d9!important;border-color:#d9d9d9!important}.task-row.task-overtime .task-title-overtime{color:#ff4d4f;font-weight:500}.task-row .task-content{display:flex;align-items:center;flex:1;min-width:0}.task-row .task-content .overtime-icon{color:#ff4d4f;font-size:.875rem;margin-right:.375rem;flex-shrink:0}.task-row .task-content .task-checkbox{margin-right:.5rem;flex-shrink:0}.task-row .task-content .task-checkbox .ant-checkbox{border-radius:.25rem}.task-row .task-content .task-checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:var(--primary-color)}.task-row .task-content .task-title{flex:1;font-size:.875rem;color:#333;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.4;min-width:0}.task-row .task-content .task-title:hover{color:var(--primary-color)}.task-row .task-content .task-title.task-title-completed{text-decoration:line-through;color:#999}.task-row .task-content .task-title.task-title-completed:hover{color:#999}.owner-tag{background:#cce4ff;border:.063rem solid #cce4ff;color:var(--primary-color);border-radius:.5rem;flex-shrink:0}.calendar-main{flex:1;background:#fff;border:.063rem solid var(--next-border-color-light);border-radius:.625rem;overflow:hidden;height:41.25rem;color:#333}.calendar-main .radioGroupStyle{margin-left:1.5rem}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border-bottom:.063rem solid var(--next-border-color-light)}.toolbar-left{display:flex;align-items:center;gap:.5rem}.current-month{font-weight:600;margin-left:.5rem}.toolbar-right{display:flex;align-items:center;gap:.75rem}.fc-host{padding:.5rem;height:calc(100% - 3.75rem);overflow:auto}:global(.fc){height:100%!important}:global(.fc-view-harness){height:100%!important}:global(.fc .fc-day-past){background-color:#f5f5f5!important;opacity:.6;cursor:not-allowed!important}:global(.fc .fc-day-past):hover{background-color:#f5f5f5!important}:global(.fc .fc-day-past .fc-daygrid-day-number){color:#d9d9d9!important}.event-task{background-color:#ffad63!important;border:none!important;color:#202123!important;border-radius:.375rem!important;padding:.125rem .375rem!important;font-size:.75rem!important}:global(.fc .fc-daygrid-day-number){font-weight:600}:global(.fc .fc-timegrid-slot-label){color:#9a9b9f}.modal-actions{display:flex;align-items:center;margin-top:.75rem}.modal-actions .spacer{flex:1}.calendar-modal-style .formitem_box{display:flex;align-items:center;gap:.5rem}.calendar-modal-style .formitem_box .label-icon{width:1.25rem;height:1.25rem;margin-top:-.375rem;margin-right:.5rem;vertical-align:middle}.task-view-box{padding:1rem}.CalendarTitleStyle{height:1.875rem;line-height:1.875rem;display:flex;align-items:center;font-size:1.125rem;font-weight:600;gap:.5rem}.CalendarTitleStyle img.imageStyle{width:1.875rem!important;height:1.875rem!important}:global .fc{direction:ltr;text-align:left}:global .fc-theme-standard td,:global .fc-theme-standard th{border:.063rem solid var(--fc-border-color, #ddd)}:global .fc-scrollgrid{border-collapse:collapse;border:.063rem solid var(--fc-border-color, #ddd)}:global .fc-scrollgrid-section table{width:100%;border:0}:global .fc-col-header-cell{padding:.5rem .25rem;text-align:center;font-weight:700}:global .fc-daygrid-day{cursor:pointer;transition:background-color .2s}:global .fc-daygrid-day:hover{background-color:#f5f5f5}:global .fc-daygrid-day-top{display:flex;justify-content:center;padding:.25rem}:global .fc-daygrid-day-events{margin:.125rem;min-height:1.25rem}:global .fc-event{cursor:pointer;margin:.125rem 0}:global .fc-daygrid-event{padding:.125rem .25rem;margin:.063rem .125rem}:global .fc-timegrid-slot{height:3em;border-bottom:.063rem solid var(--fc-border-color, #ddd)}:global .fc-timegrid-slot-label{padding:0 .25rem;text-align:right;vertical-align:middle}:global .fc-button{padding:.25rem .5rem;background-color:#fff;border:.063rem solid #ddd;cursor:pointer;transition:all .2s}:global .fc-button:hover{background-color:#f5f5f5}:global .fc-button-primary{background-color:var(--primary-color, #235CEB);border-color:var(--primary-color, #235CEB);color:#fff}:global .fc-button-primary:hover{background-color:var(--primary-color, #1a4ac4);border-color:var(--primary-color, #1a4ac4)}:global .calendar-wrapper .task-completed .task-checkbox .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner,:global .calendar-wrapper .task-completed .task-checkbox .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner,:global .calendar-wrapper .task-completed .task-checkbox .ant-checkbox-disabled .ant-checkbox-checked .ant-checkbox-inner{background-color:#d9d9d9!important;border-color:#d9d9d9!important}:global .calendar-wrapper .task-completed .task-checkbox .ant-checkbox-checked.ant-checkbox-disabled:hover .ant-checkbox-inner,:global .calendar-wrapper .task-completed .task-checkbox .ant-checkbox-disabled.ant-checkbox-checked:hover .ant-checkbox-inner{background-color:#d9d9d9!important;border-color:#d9d9d9!important}.theme-drawer .ant-drawer-header{padding:1rem 1.25rem;border-bottom:.063rem solid #f0f0f0}.theme-drawer .theme-drawer-header{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:1rem;font-weight:500}.theme-drawer .ant-drawer-body{padding:0;overflow-y:auto}.theme-drawer .theme-drawer-content{padding:1rem 1.25rem}.theme-drawer .theme-section{margin-bottom:.5rem}.theme-drawer .theme-section .section-title{font-size:.875rem;font-weight:500;color:#000;margin-bottom:.75rem}.theme-drawer .theme-section .theme-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.813rem;color:#666}.theme-drawer .theme-section .theme-item span{flex:1}.theme-drawer .theme-section .theme-item .ant-switch,.theme-drawer .theme-section .theme-item .ant-color-picker-trigger,.theme-drawer .theme-section .theme-item .ant-input-number{flex-shrink:0}.theme-drawer .theme-section .theme-item .color-box{width:1.875rem;height:1.875rem;border:.063rem solid #d9d9d9;border-radius:.25rem;background-color:#fff;cursor:pointer;flex-shrink:0}.theme-drawer .theme-section .theme-item .color-box-pattern{width:1.875rem;height:1.875rem;border:.063rem solid #d9d9d9;border-radius:.25rem;background-image:repeating-linear-gradient(45deg,#ccc 0,#ccc .063rem,transparent 0,transparent 50%);background-size:.375rem .375rem;background-color:#f5f5f5;cursor:pointer;flex-shrink:0}.theme-drawer .ant-divider{margin:.75rem 0}.theme-drawer .ant-drawer-body::-webkit-scrollbar{width:.125rem}.theme-drawer .ant-drawer-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.188rem}.theme-drawer .ant-drawer-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.188rem}.theme-drawer .theme-section .btn_item,.theme-drawer .theme-section-btns .btn_item{margin-bottom:.75rem;letter-spacing:.081rem}.theme-drawer .theme-section .btn_item:last-child,.theme-drawer .theme-section-btns .btn_item:last-child{margin-bottom:0}.theme-drawer .theme-section .gray,.theme-drawer .theme-section-btns .gray{background-color:#bbb;color:#fff;border:none}.theme-drawer .theme-section-btns{margin-top:3.125rem}.qilin-dialog-overlay{background-color:#ffffffb3;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.qilin-dialog-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem 2rem}.qilin-dialog-image{margin-bottom:2rem}.qilin-dialog-image img{width:12.75rem;height:auto;object-fit:contain;animation:bounceIn .6s ease-in-out}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}.qilin-dialog-title{font-size:1rem;font-weight:500;color:#000000d9;margin-bottom:2rem;line-height:1.5;animation:slideDown .4s ease-out .2s both}@keyframes slideDown{0%{transform:translateY(-1.25rem);opacity:0}to{transform:translateY(0);opacity:1}}.qilin-dialog-actions{display:flex;gap:1rem;justify-content:center;animation:slideUp .4s ease-out .3s both}@keyframes slideUp{0%{transform:translateY(1.25rem);opacity:0}to{transform:translateY(0);opacity:1}}.qilin-dialog-btn{min-width:5.5rem;height:2.25rem;padding:0 1.5rem;font-size:.875rem;border-radius:.375rem;cursor:pointer;transition:all .3s;border:.063rem solid transparent;letter-spacing:.5em}.qilin-dialog-btn:disabled{cursor:not-allowed;opacity:.6}.qilin-dialog-btn-cancel{background-color:#fff;color:#000000a6;border-color:#d9d9d9}.qilin-dialog-btn-cancel:hover:not(:disabled){color:var(--primary-color);border-color:var(--primary-color);transform:translateY(-.125rem);box-shadow:0 .25rem .5rem #0000001a}.qilin-dialog-btn-cancel:active:not(:disabled){transform:translateY(0)}.qilin-dialog-btn-confirm{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.qilin-dialog-btn-confirm:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #2459e74d}.qilin-dialog-btn-confirm:active:not(:disabled){transform:translateY(0)}.layout-container{width:100%;height:100vh;display:flex;flex-direction:column;background-color:var(--primary-bg-lightest)}.gutter{background-color:transparent;background-repeat:no-repeat;background-position:50%;transition:background-color .2s ease}.gutter:hover{background-color:var(--primary-bg-lighter)}.gutter.gutter-horizontal{cursor:col-resize;float:left}.gutter.gutter-vertical{cursor:row-resize}body[data-layout=hideLeft] .main-content .gutter,body[data-layout=hideRight] .main-content .gutter{display:none!important;width:0!important}.split{float:left;overflow-y:auto;overflow-x:hidden}.split.split-horizontal{height:100%}.layout-header{background-color:var(--primary-bg-lightest);padding:.75rem 1.25rem;z-index:100;display:flex;flex-direction:row;justify-content:space-between;width:100vw;height:4.375rem;box-sizing:border-box}.layout-body{width:100%;height:100vh;display:flex;overflow:hidden;gap:.5rem;background-color:var(--primary-bg-lightest);padding:.5rem .25rem}.layout-main{width:100%;display:flex;flex-direction:row;overflow:hidden}.layout-left-box{height:100%;min-width:17.5rem;flex:1;overflow:hidden;background-color:var(--bg-white-semi);padding:0;margin:0;border:.063rem solid var(--primary-border-light);border-radius:.625rem}.main-content{display:flex;flex-direction:row;width:100%;height:100%;gap:0;overflow:hidden}body[data-layout=hideLeft] .main-content{background-color:var(--primary-border-light);border-radius:0 .625rem .625rem 0}body[data-layout=hideRight] .main-content{background-color:var(--primary-border-light);border-radius:.625rem 0px 0px .625rem}.layout-main-layout-left{height:100%;float:left;overflow:hidden;background-color:var(--bg-white-semi);border-radius:.625rem;margin-left:0}body[data-layout=hideRight] .layout-main-layout-left{border-right:none;min-width:17.5rem}.layout-main-layout-right{height:100%;max-height:100%;float:left;overflow:hidden;border-radius:.625rem;background-color:var(--bg-white-semi);border:.063rem solid var(--primary-border-light)}body[data-layout=hideLeft] .layout-main-layout-right{border-left:none;width:100%!important}.layout-main-layout-right .layout-main-layout-right-top{width:100%;height:100%}.main-content::-webkit-scrollbar{width:.125rem}.main-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.188rem;border-radius:.625rem}.main-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.188rem;border-radius:.625rem}.left-expand-trigger{width:1.125rem;height:100%;background-color:#dae1e9;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:.625rem 0 0 .625rem;transition:all .2s ease;flex-shrink:0;margin-left:.5rem;margin-right:0;position:relative;box-shadow:inset .063rem 0 .125rem #0000000d}.left-expand-trigger:hover{box-shadow:inset .063rem 0 .188rem #00000014}.left-expand-trigger .anticon{font-size:.75rem;color:var(--primary-color)}.right-expand-trigger{width:1.125rem;height:100%;background-color:#dae1e9;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0 .625rem .625rem 0;transition:all .2s ease;flex-shrink:0;margin-left:0;margin-right:.5rem;position:relative;box-shadow:inset -.063rem 0 .125rem #0000000d}.right-expand-trigger:hover{box-shadow:inset -.063rem 0 .188rem #00000014}.right-expand-trigger .anticon{font-size:.75rem;color:var(--primary-color)}:root{--font-size-base: 1rem;--font-size-xs: .625rem;--font-size-sm: .75rem;--font-size-md: .875rem;--font-size-lg: 1rem;--font-size-xl: 1.125rem;--font-size-2xl: 1.25rem;--font-size-3xl: 1.5rem;--font-size-4xl: 1.75rem;--font-size-5xl: 2rem;--line-height-base: 1.5;--line-height-tight: 1.25;--line-height-loose: 1.75;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-family-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace}:root{--primary-color: #235CEB;--color-box-bg-s: rgba(241, 245, 255, .3);--color-box-bg: rgba(241, 245, 255, .5);--color-box-bg-b: rgba(241, 245, 255, .7);--color-box-border: .063rem solid #fff;--font-active: #000000;--font-normal: #3A414B;--font-disabled: #9A9B9F;--text-color-primary: #202123;--btn-color: linear-gradient(90deg, #FFFFFF -20%, #A00006 50%, #FFFFFF 120%);--primary-color-light: #40a9ff;--primary-color-lighter: #69c0ff;--primary-color-lightest: #91d5ff;--primary-color-dark: #096dd9;--primary-color-darker: #0050b3;--next-bg-topBar: linear-gradient(to right, #EAF1FE, #EAEBFF);--next-bg-main-color:linear-gradient(to bottom, #D7E2F7, #EFECFB);--color-success: #52c41a;--color-success-light: #73d13d;--color-success-dark: #389e0d;--color-warning: #faad14;--color-warning-light: #ffc53d;--color-warning-dark: #d48806;--color-error: #ff4d4f;--color-error-light: #ff7875;--color-error-dark: #cf1322;--color-info: #2459E7;--color-info-light: #40a9ff;--color-info-dark: #096dd9;--color-text-primary: #262626;--color-text-secondary: #595959;--color-text-tertiary: #8c8c8c;--color-text-quaternary: #bfbfbf;--color-text-disabled: #d9d9d9;--color-bg-primary: #ffffff;--color-bg-secondary: #fafafa;--color-bg-tertiary: #f5f5f5;--color-bg-quaternary: #f0f0f0;--color-border-primary: #d9d9d9;--color-border-secondary: #e8e8e8;--color-border-tertiary: #f0f0f0;--color-shadow-light: rgba(0, 0, 0, .04);--color-shadow-base: rgba(0, 0, 0, .08);--color-shadow-dark: rgba(0, 0, 0, .12)}:root{--spacing-base: .5rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--border-radius-xs: .125rem;--border-radius-sm: .25rem;--border-radius-md: .375rem;--border-radius-lg: .5rem;--border-radius-xl: .75rem;--border-radius-2xl: 1rem;--border-radius-full: 624.938rem;--shadow-xs: 0 .063rem .125rem var(--color-shadow-light);--shadow-sm: 0 .125rem .25rem var(--color-shadow-light);--shadow-md: 0 .25rem .5rem var(--color-shadow-base);--shadow-lg: 0 .5rem 1rem var(--color-shadow-base);--shadow-xl: 0 1rem 2rem var(--color-shadow-dark)}:root{--z-index-dropdown: 1000;--z-index-sticky: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--z-index-toast: 1080}:root{--transition-fast: .1s;--transition-base: .2s;--transition-slow: .3s;--transition-slower: .5s;--ease-in-out: cubic-bezier(.645, .045, .355, 1);--ease-out: cubic-bezier(.215, .61, .355, 1);--ease-in: cubic-bezier(.55, .055, .675, .19)}:root{--breakpoint-xs: 30rem;--breakpoint-sm: 36rem;--breakpoint-md: 48rem;--breakpoint-lg: 62rem;--breakpoint-xl: 75rem;--breakpoint-2xl: 100rem}:root{--min-scale: 1}html{font-size:1rem}html,body{height:100%;font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text-primary);background-color:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:.125rem;height:.188rem}::-webkit-scrollbar-track{background:var(--color-bg-tertiary);border-radius:var(--border-radius-sm)}::-webkit-scrollbar-thumb{background:var(--color-text-quaternary);border-radius:var(--border-radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);line-height:var(--line-height-base);text-decoration:none;transition:all var(--transition-base) var(--ease-in-out);-webkit-user-select:none;user-select:none;border-radius:var(--border-radius-md)}.btn:disabled{opacity:.6;cursor:not-allowed}.input{width:100%;padding:var(--spacing-sm) var(--spacing-md);border:.063rem solid var(--color-border-primary);border-radius:var(--border-radius-md);font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text-primary);background-color:var(--color-bg-primary);transition:border-color var(--transition-base) var(--ease-in-out)}.input:focus{outline:none;border-color:var(--primary-color)}.input::placeholder{color:var(--color-text-quaternary)}.card{background-color:var(--color-bg-primary);border:.063rem solid var(--color-border-secondary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.card-body{padding:var(--spacing-lg)}.card-footer{padding:var(--spacing-md) var(--spacing-lg);border-top:.063rem solid var(--color-border-secondary);background-color:var(--color-bg-secondary)}.container{width:100%;max-width:75rem;margin:0 auto;padding:0 var(--spacing-md)}.container-fluid{width:100%;padding:0 var(--spacing-md)}.row{display:flex;flex-wrap:wrap;margin:0 calc(var(--spacing-sm) * -1)}.col{flex:1;padding:0 var(--spacing-sm)}.col-1{flex:0 0 8.333333%}.col-2{flex:0 0 16.666667%}.col-3{flex:0 0 25%}.col-4{flex:0 0 33.333333%}.col-6{flex:0 0 50%}.col-8{flex:0 0 66.666667%}.col-9{flex:0 0 75%}.col-12{flex:0 0 100%}@media screen and (max-width: 576px){.container,.container-fluid{padding:0 var(--spacing-sm)}.row{margin:0 calc(var(--spacing-xs) * -1)}.col{padding:0 var(--spacing-xs)}}@media screen and (min-width: 768px){.container,.container-fluid{padding:0 var(--spacing-lg)}}@media screen and (min-width: 992px){.container,.container-fluid{padding:0 var(--spacing-xl)}}:root{--primary-color: #235CEB;--header-bg-color: #ffffff;--header-font-color: #333333;--primary-border-light: color-mix(in srgb, var(--primary-color) 40%, #fff);--primary-bg-lightest: color-mix(in srgb, var(--primary-color) 7%, #fff);--primary-bg-lighter: color-mix(in srgb, var(--primary-color) 14%, #fff);--primary-bg-light: color-mix(in srgb, var(--primary-color) 20%, #fff);--primary-transparent-60: color-mix(in srgb, var(--primary-color) 60%, transparent);--bg-white-semi: #f7f8fe;--border-primary: .063rem solid var(--primary-color);--border-primary-light: .063rem solid var(--primary-border-light)}.dark-mode{background-color:#1a1a1a;color:#fff}.dark-mode .layout-container{background:#1a1a1a}.dark-mode .layout-header{background:#2d2d2d;border-bottom:.063rem solid #3d3d3d}.dark-mode .layout-left-box,.dark-mode .layout-main-layout-left,.dark-mode .layout-main-layout-right{background-color:#2d2d2dcc;border-color:#3d3d3d}.gray-mode{filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%)}.weakness-mode{filter:invert(80%);-webkit-filter:invert(80%);-moz-filter:invert(80%);-ms-filter:invert(80%);-o-filter:invert(80%)}.ant-btn-primary{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important}.ant-btn-primary:hover,.ant-btn-primary:focus{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important;opacity:.85}.ant-btn-primary:active{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important;opacity:.75}.ant-btn-primary.ant-btn-background-ghost{color:var(--primary-color)!important;border-color:var(--primary-color)!important}.ant-btn-primary.ant-btn-background-ghost:hover,.ant-btn-primary.ant-btn-background-ghost:focus{color:var(--primary-color)!important;border-color:var(--primary-color)!important;background-color:transparent!important;opacity:.85}.ant-btn-primary.ant-btn-background-ghost:active{color:var(--primary-color)!important;border-color:var(--primary-color)!important;opacity:.75}.ant-btn-link{color:var(--primary-color)!important}.ant-btn-link:hover,.ant-btn-link:focus{color:var(--primary-color)!important;opacity:.85}.ant-btn-link:active{color:var(--primary-color)!important;opacity:.75}.ant-btn-text:hover,.ant-btn-text:focus{color:var(--primary-color)!important;background-color:rgba(var(--primary-color-rgb, 0, 115, 239),.1)!important}.ant-btn-default:hover,.ant-btn-default:focus{color:var(--primary-color)!important;border-color:var(--primary-color)!important}.ant-btn-dashed:hover,.ant-btn-dashed:focus{color:var(--primary-color)!important;border-color:var(--primary-color)!important}.ant-btn-primary:disabled,.ant-btn-primary.ant-btn-disabled{opacity:.5;color:#fff}.ant-btn-primary.ant-btn-loading{opacity:.85}a{color:var(--primary-color)}a:hover{color:var(--primary-color);opacity:.85}.ant-switch-checked{background-color:var(--primary-color)}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--primary-color);border-color:var(--primary-color)}.ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner,.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner{background-color:#d9d9d9!important;border-color:#d9d9d9!important}.ant-radio-checked .ant-radio-inner{border-color:var(--primary-color)}.ant-radio-checked .ant-radio-inner:after{background-color:var(--primary-color)}.ant-tabs-tab-active{color:var(--primary-color)}.ant-tabs-ink-bar,.ant-progress-bg,.ant-slider-track{background-color:var(--primary-color)}.ant-slider-handle{border-color:var(--primary-color)}.ant-input:focus,.ant-input-focused{border-color:var(--primary-color)!important;box-shadow:none!important}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border-color:var(--primary-color)!important;box-shadow:0 0 0 .125rem #2459e71a!important}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border-color:var(--primary-color)!important;box-shadow:0 0 0 .125rem var(--primary-bg-lightest),0 .125rem .5rem -.125rem var(--primary-transparent-60)!important}.ant-input-affix-wrapper:hover{border-color:var(--primary-border-light)!important}.ant-input-affix-wrapper-disabled{opacity:.6;cursor:not-allowed}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--primary-color)}.ant-select-focused .ant-select-selector{border-color:var(--primary-color)}[data-theme=dark] .ant-btn:hover:not(:disabled){border-color:#424242!important}[data-theme=dark] .ant-btn-primary,[data-theme=dark] .ant-btn-danger,[data-theme=dark] .ant-btn-default{color:#fff!important}[data-theme=dark] .ant-btn-primary:hover:not(:disabled),[data-theme=dark] .ant-btn-primary:focus:not(:disabled),[data-theme=dark] .ant-btn-danger:hover:not(:disabled),[data-theme=dark] .ant-btn-danger:focus:not(:disabled),[data-theme=dark] .ant-btn-default:hover:not(:disabled),[data-theme=dark] .ant-btn-default:focus:not(:disabled){color:#fff!important;opacity:.85}[data-theme=dark] .ant-btn-primary:disabled,[data-theme=dark] .ant-btn-danger:disabled,[data-theme=dark] .ant-btn-default:disabled{color:#fff!important;opacity:.5}[data-theme=dark] .ant-drawer .ant-drawer-content{background-color:#191919!important}[data-theme=dark] .ant-drawer .ant-drawer-header{background-color:#191919!important;border-bottom:.063rem solid #333333!important}[data-theme=dark] .ant-drawer .ant-drawer-body{background-color:#191919!important}[data-theme=dark] .ant-divider{border-color:#333!important}[data-theme=dark] .ant-tabs .ant-tabs-nav{background-color:#191919!important}[data-theme=dark] .ant-tabs .ant-tabs-nav:before{border-bottom-color:#333!important}[data-theme=dark] .ant-tabs .ant-tabs-tab{color:#c5c5c5!important}[data-theme=dark] .ant-tabs .ant-tabs-tab:hover{color:#e8e8e8!important}[data-theme=dark] .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important}[data-theme=dark] .ant-tabs .ant-tabs-content{background-color:#303030!important}[data-theme=dark] .ant-tabs-card .ant-tabs-tab{background-color:#303030!important;border-color:#333!important}[data-theme=dark] .ant-tabs-card .ant-tabs-tab.ant-tabs-tab-active{background-color:#191919!important}[data-theme=dark] .ant-alert{border:.063rem solid #424242!important;background-color:#191919!important}[data-theme=dark] .ant-alert .ant-alert-message{color:#e8e8e8!important}[data-theme=dark] .ant-alert .ant-alert-description{color:#c5c5c5!important}[data-theme=dark] .ant-card,[data-theme=dark] .home-card-item{background-color:#191919!important;border:.063rem solid #333333!important}[data-theme=dark] .ant-card .ant-card-head,[data-theme=dark] .home-card-item .ant-card-head{border-bottom-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .ant-card .ant-card-body,[data-theme=dark] .home-card-item .ant-card-body{color:#c5c5c5!important}[data-theme=dark] .layout-navbars-breadcrumb-index,[data-theme=dark] .layout-aside{background:none!important}[data-theme=dark] .layout-aside{border-right:.063rem solid #333333!important}[data-theme=dark] .ant-menu{background-color:#191919!important}[data-theme=dark] .ant-menu .ant-menu-item,[data-theme=dark] .ant-menu .ant-menu-submenu-title{color:#e8e8e8!important}[data-theme=dark] .ant-menu .ant-menu-item:hover,[data-theme=dark] .ant-menu .ant-menu-submenu-title:hover{background-color:#0000004d!important}[data-theme=dark] .ant-menu .ant-menu-item-selected{background-color:#3c3c3c!important;color:#fff!important}[data-theme=dark] .ant-color-picker-trigger{border:.063rem solid #333333!important}[data-theme=dark] .ant-popover .ant-popover-inner,[data-theme=dark] .ant-popover .ant-dropdown-menu,[data-theme=dark] .ant-dropdown .ant-popover-inner,[data-theme=dark] .ant-dropdown .ant-dropdown-menu{background-color:#191919!important;border:.063rem solid #424242!important}[data-theme=dark] .ant-popover .ant-popover-arrow:before,[data-theme=dark] .ant-popover .ant-popover-arrow:after,[data-theme=dark] .ant-dropdown .ant-popover-arrow:before,[data-theme=dark] .ant-dropdown .ant-popover-arrow:after{background:#191919!important;border:.063rem solid #424242}[data-theme=dark] .ant-popover .ant-popover-inner-content,[data-theme=dark] .ant-dropdown .ant-popover-inner-content,[data-theme=dark] .ant-popover a,[data-theme=dark] .ant-dropdown a{color:#e8e8e8!important}[data-theme=dark] .ant-dropdown-menu{background:#191919!important}[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item{color:#e8e8e8!important}[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item:hover{background:#3c3c3c!important}[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled{color:#999!important;font-weight:700!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-input-number{background-color:#191919!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .ant-input:hover,[data-theme=dark] .ant-input-affix-wrapper:hover,[data-theme=dark] .ant-input-number:hover{border-color:#424242!important}[data-theme=dark] .ant-input:focus,[data-theme=dark] .ant-input.ant-input-affix-wrapper-focused,[data-theme=dark] .ant-input-affix-wrapper:focus,[data-theme=dark] .ant-input-affix-wrapper.ant-input-affix-wrapper-focused,[data-theme=dark] .ant-input-number:focus,[data-theme=dark] .ant-input-number.ant-input-affix-wrapper-focused{border-color:#424242!important}[data-theme=dark] .ant-input::placeholder,[data-theme=dark] .ant-input-affix-wrapper::placeholder,[data-theme=dark] .ant-input-number::placeholder{color:#999!important}[data-theme=dark] .ant-input-group-addon{background-color:#191919!important;border-color:#333!important;color:#c5c5c5!important}[data-theme=dark] .ant-input-number-handler-wrap{background:#191919!important}[data-theme=dark] .ant-input-textarea-show-count:after{color:#999!important}[data-theme=dark] .ant-select .ant-select-selector{background-color:#191919!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .ant-select .ant-select-arrow{color:#c5c5c5!important}[data-theme=dark] .ant-select:hover .ant-select-selector{border-color:#424242!important}[data-theme=dark] .ant-select-dropdown{background-color:#191919!important}[data-theme=dark] .ant-select-dropdown .ant-select-item{color:#e8e8e8!important}[data-theme=dark] .ant-select-dropdown .ant-select-item:hover,[data-theme=dark] .ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background-color:#3c3c3c!important}[data-theme=dark] .ant-tag{background-color:#303030!important;border-color:#424242!important;color:#c5c5c5!important}[data-theme=dark] .ant-select-selection-item{background-color:#303030!important}[data-theme=dark] .ant-pagination .ant-pagination-item{background-color:#303030!important;border-color:#333!important}[data-theme=dark] .ant-pagination .ant-pagination-item a{color:#c5c5c5!important}[data-theme=dark] .ant-pagination .ant-pagination-item:hover{border-color:#424242!important}[data-theme=dark] .ant-pagination .ant-pagination-item:hover a{color:#e8e8e8!important}[data-theme=dark] .ant-pagination .ant-pagination-item-active{background-color:#3c3c3c!important;border-color:#424242!important}[data-theme=dark] .ant-pagination .ant-pagination-item-active a{color:#fff!important}[data-theme=dark] .ant-pagination .ant-pagination-prev .ant-pagination-item-link,[data-theme=dark] .ant-pagination .ant-pagination-next .ant-pagination-item-link{background-color:#303030!important;border-color:#333!important;color:#c5c5c5!important}[data-theme=dark] .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,[data-theme=dark] .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link{border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .ant-pagination .ant-pagination-disabled .ant-pagination-item-link{color:#999!important}[data-theme=dark] .ant-radio-button-wrapper{background-color:#191919!important;border-color:#333!important;color:#c5c5c5!important}[data-theme=dark] .ant-radio-button-wrapper:hover{color:#e8e8e8!important}[data-theme=dark] .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background-color:#3c3c3c!important;color:#fff!important}[data-theme=dark] .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:before{background-color:transparent!important}[data-theme=dark] .ant-table{background-color:#191919!important}[data-theme=dark] .ant-table .ant-table-thead>tr>th{background-color:#303030!important;color:#e8e8e8!important;border-bottom-color:#333!important}[data-theme=dark] .ant-table .ant-table-tbody>tr>td{border-bottom-color:#333!important;color:#c5c5c5!important}[data-theme=dark] .ant-table .ant-table-tbody>tr:hover>td{background-color:#0000004d!important}[data-theme=dark] .ant-table .ant-table-row-selected>td{background-color:#3c3c3c!important}[data-theme=dark] .countup-card-item-flex{color:#e8e8e8!important}[data-theme=dark] .ant-statistic .ant-statistic-title{color:#c5c5c5!important}[data-theme=dark] .ant-statistic .ant-statistic-content{color:#e8e8e8!important}[data-theme=dark] .editor-container .w-e-toolbar{background:#191919!important;border:.063rem solid #333333!important}[data-theme=dark] .editor-container .w-e-toolbar .w-e-menu:hover{background:rgba(0,0,0,.3)!important}[data-theme=dark] .editor-container .w-e-toolbar .w-e-menu:hover i{color:#e8e8e8!important}[data-theme=dark] .editor-container .w-e-text-container{border:.063rem solid #333333!important;border-top:none!important}[data-theme=dark] .editor-container .w-e-text-container .w-e-text{background:#191919!important}[data-theme=dark] .ant-picker{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .ant-picker .ant-picker-input>input{color:#e8e8e8!important}[data-theme=dark] .ant-picker .ant-picker-input>input::placeholder{color:#999!important}[data-theme=dark] .ant-picker .ant-picker-suffix,[data-theme=dark] .ant-picker .ant-picker-clear{color:#c5c5c5!important}[data-theme=dark] .ant-picker-dropdown .ant-picker-panel-container{background-color:#191919!important}[data-theme=dark] .ant-picker-dropdown .ant-picker-header{border-bottom-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .ant-picker-dropdown .ant-picker-body,[data-theme=dark] .ant-picker-dropdown .ant-picker-cell{color:#c5c5c5!important}[data-theme=dark] .ant-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected) .ant-picker-cell-inner{background-color:#3c3c3c!important}[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view{color:#e8e8e8!important}[data-theme=dark] .ant-modal .ant-modal-content{background-color:#191919!important;border:.063rem solid #333333!important}[data-theme=dark] .ant-modal .ant-modal-header{background-color:#191919!important;border-bottom-color:#333!important}[data-theme=dark] .ant-modal .ant-modal-title{color:#e8e8e8!important;color:#fff!important}[data-theme=dark] .ant-modal .ant-modal-body,[data-theme=dark] .ant-modal .ant-modal-body .ant-modal-confirm-paragraph .ant-modal-confirm-title,[data-theme=dark] .ant-modal .ant-modal-body .ant-modal-confirm-paragraph .ant-modal-confirm-content{color:#e8e8e8!important}[data-theme=dark] .ant-modal .ant-modal-body .ant-modal-confirm-btns .ant-btn{color:#e8e8e8!important;background-color:#3c3c3c!important}[data-theme=dark] .ant-modal .ant-modal-footer{border-top-color:#333!important}[data-theme=dark] .ant-modal .ant-modal-close{color:#c5c5c5!important}[data-theme=dark] .ant-modal .ant-modal-close:hover{color:#e8e8e8!important}[data-theme=dark] .layout-columns-aside ul .layout-columns-active{color:#fff!important}[data-theme=dark] .layout-columns-aside{border-right:.063rem solid #2a2a2a}[data-theme=dark] .tags-style-one .is-active{color:#e8e8e8!important}[data-theme=dark] .tags-style-one .layout-navbars-tagsview-ul-li:hover{border-color:#333!important}[data-theme=dark] .ant-spin-container:after{background-color:#1f1f1f!important}[data-theme=dark] .ant-spin-blur{opacity:.3!important}[data-theme=dark] .ant-form-item-label>label{color:#e8e8e8!important}[data-theme=dark] .ant-message-notice-content,[data-theme=dark] .ant-notification-notice{background-color:#191919!important;border:.063rem solid #424242!important;color:#e8e8e8!important}[data-theme=dark] .ant-tree{background-color:#191919!important}[data-theme=dark] .ant-tree .ant-tree-node-content-wrapper{color:#c5c5c5!important}[data-theme=dark] .ant-tree .ant-tree-node-content-wrapper:hover{background-color:#0000004d!important}[data-theme=dark] .ant-tree .ant-tree-node-selected .ant-tree-node-content-wrapper{background-color:#3c3c3c!important;color:#fff!important}[data-theme=dark] .ant-upload.ant-upload-select-picture-card,[data-theme=dark] .ant-upload-list-picture-card .ant-upload-list-item,[data-theme=dark] .ant-collapse{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .ant-collapse .ant-collapse-item{border-bottom-color:#333!important}[data-theme=dark] .ant-collapse .ant-collapse-header{color:#e8e8e8!important}[data-theme=dark] .ant-collapse .ant-collapse-content{background-color:#303030!important;border-top-color:#333!important;color:#c5c5c5!important}[data-theme=dark] .ant-empty-description{color:#999!important}[data-theme=dark] .ant-result-title{color:#e8e8e8!important}[data-theme=dark] .ant-result-subtitle{color:#c5c5c5!important}[data-theme=dark] .layout-container{background-color:#1f1f1f!important}[data-theme=dark] .layout-header{background-color:#191919!important;border-bottom:.063rem solid #333333}[data-theme=dark] .layout-body{background-color:#1f1f1f!important}[data-theme=dark] .layout-left-box{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .layout-main,[data-theme=dark] .main-content{background-color:transparent!important}[data-theme=dark] .main-content::-webkit-scrollbar{width:.125rem}[data-theme=dark] .main-content::-webkit-scrollbar-track{background:#303030!important;border-radius:.625rem}[data-theme=dark] .main-content::-webkit-scrollbar-thumb{background:#3c3c3c!important;border-radius:.625rem}[data-theme=dark] .main-content::-webkit-scrollbar-thumb:hover{background:#424242!important}[data-theme=dark] .layout-main-layout-left,[data-theme=dark] .layout-main-layout-right{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .header-content .hospital-info .hospital-name{color:#e8e8e8!important}[data-theme=dark] .header-content .hospital-info .hospital-name-en{color:#c5c5c5!important}[data-theme=dark] .header-center{background:#303030!important;border-color:#333!important}[data-theme=dark] .header-center .search-input{color:#e8e8e8!important}[data-theme=dark] .header-right .header-btn{color:#c5c5c5!important}[data-theme=dark] .header-right .header-btn:hover{color:#e8e8e8!important}[data-theme=dark] .leftUserList,[data-theme=dark] .leftUserList .userListBoxStyle{background-color:#191919!important}[data-theme=dark] .leftUserList .userListBoxStyle .topSearch .mySearch{background-color:#303030!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .leftUserList .userListBoxStyle .topSearch .mySearch:hover{border-color:#424242!important}[data-theme=dark] .leftUserList .userListBoxStyle .topSearch .mySearch:focus,[data-theme=dark] .leftUserList .userListBoxStyle .topSearch .mySearch.ant-input-affix-wrapper-focused{border-color:#424242!important}[data-theme=dark] .leftUserList .userListBoxStyle .userItem{color:#e8e8e8!important}[data-theme=dark] .leftUserList .userListBoxStyle .userItem:hover{background-color:#0000004d!important}[data-theme=dark] .leftUserList .userListBoxStyle .userItem.active{background-color:#3c3c3c!important}[data-theme=dark] .leftUserList .userListBoxStyle .userItem .userName .userNameText{color:#e8e8e8!important}[data-theme=dark] .leftUserList .userListBoxStyle .userItem .userName .userLastCallTime,[data-theme=dark] .leftUserList .userListBoxStyle .userItem .userIcon{color:#c5c5c5!important}[data-theme=dark] .leftUserList .userListBoxStyle .addUserStyle{color:#e8e8e8!important}[data-theme=dark] .leftUserList .contentBox{background-color:#303030!important;box-shadow:0 .25rem .75rem #00000080}[data-theme=dark] .leftUserList .contentItem{color:#e8e8e8!important}[data-theme=dark] .leftUserList .contentItem:hover{background-color:#0000004d!important}[data-theme=dark] .leftUserList .handleStyle{background-color:#191919!important;color:#e8e8e8!important}[data-theme=dark] .userDropdownMenu.ant-dropdown{background-color:#191919!important;box-shadow:0 .25rem .75rem #00000080}[data-theme=dark] .userDropdownMenu.ant-dropdown .ant-dropdown-menu{background-color:#191919!important}[data-theme=dark] .userDropdownMenu.ant-dropdown .ant-dropdown-menu-item{color:#e8e8e8!important}[data-theme=dark] .userDropdownMenu.ant-dropdown .ant-dropdown-menu-item:hover{background-color:#3c3c3c!important}[data-theme=dark] .userDropdownMenu.ant-dropdown .downItemText{color:#e8e8e8!important}[data-theme=dark] .layout-logo .my-line{background-color:#424242!important}[data-theme=dark] .layout-logo .my-span{color:#e8e8e8!important}[data-theme=dark] .layout-logo .my-sub-logo .my-sub-logo-img{border-color:#424242!important}[data-theme=dark] .layout-sidebar{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .layout-sidebar .sidebar-header .user-avatar{border-color:#333!important}[data-theme=dark] .layout-sidebar .sidebar-tab{color:#c5c5c5!important}[data-theme=dark] .layout-sidebar .sidebar-tab:hover:not(.disabled){background-color:#0000004d!important}[data-theme=dark] .layout-sidebar .sidebar-tab:hover:not(.disabled) .tab-title{color:#e8e8e8!important}[data-theme=dark] .layout-sidebar .sidebar-tab.active{background-color:#0000004d!important}[data-theme=dark] .layout-sidebar .sidebar-tab.active .tab-title{color:#fff!important}[data-theme=dark] .layout-sidebar .sidebar-tab.disabled .tab-title{color:#999!important}[data-theme=dark] .layout-sidebar .sidebar-tab .tab-title,[data-theme=dark] .layout-sidebar .sidebar-footer .settings-btn{color:#c5c5c5!important}[data-theme=dark] .layout-sidebar .sidebar-footer .settings-btn:hover{color:#e8e8e8!important}[data-theme=dark] .layout-sidebar .sidebar-footer .settings-btn:active{background:rgba(0,0,0,.3)!important}[data-theme=dark] .layout-sidebar .sidebar-bottom .icon_item{filter:brightness(.8) invert(.8)}[data-theme=dark] .layout-sidebar .sidebar-bottom .icon_item:hover{filter:brightness(1) invert(1)}[data-theme=dark] .layout-sidebar .sidebar-bottom .icon_item img{opacity:.8;transition:opacity .3s ease}[data-theme=dark] .layout-sidebar .sidebar-bottom .icon_item img:hover{opacity:1}[data-theme=dark] .train-left-menu{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .train-left-menu .course-item{background-color:#303030!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .train-left-menu .course-item:hover{background-color:#0000004d!important}[data-theme=dark] .train-left-menu .course-item.active{background-color:#3c3c3c!important;color:#fff!important}[data-theme=dark] .train-left-menu .search-bar{background-color:#303030!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .train-left-menu .search-bar::placeholder{color:#999!important}[data-theme=dark] .rightChatBox{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .rightChatBox .userText{color:#e8e8e8!important}[data-theme=dark] .rightChatBox .rightChatTop{background-color:#191919!important;border-bottom:.063rem solid #333333}[data-theme=dark] .rightChatBox .rightChatTop .userImg{border-color:#333!important}[data-theme=dark] .rightChatBox .rightChatTop img{filter:brightness(.8) invert(.8)}[data-theme=dark] .rightChatBox .rightChatTop img:hover{filter:brightness(1) invert(1)}[data-theme=dark] .rightChatBox .hisBox .hisList .hisDate{color:#999!important}[data-theme=dark] .rightChatBox .hisBox .hisList .his_li{color:#c5c5c5!important}[data-theme=dark] .rightChatBox .hisBox .hisList .his_li:hover{background-color:#0000004d!important}[data-theme=dark] .rightChatBox .hisBox .hisList .his_li p{color:#e8e8e8!important}[data-theme=dark] .rightChatBox .rightChatContent{background-color:#303030!important}[data-theme=dark] .rightChatBox .received_box{background-color:#303030!important;color:#e8e8e8!important}[data-theme=dark] .rightChatBox .user_box{background-color:#235ceb!important;color:#fff!important}[data-theme=dark] .rightChatBox .rightChatTool{background-color:#191919!important;border-top:.063rem solid #333333}[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn{border-bottom-color:#333!important}[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1,[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2,[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3{background:linear-gradient(to top,rgba(48,48,48,0) 0%,rgba(48,48,48,.8) 70%,#303030 100%),radial-gradient(140% 85% at 50% 75%,rgba(100,100,100,.22) 0%,rgba(100,100,100,.12) 40%,#303030 70%)!important;border-color:#333!important}[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 span.textStyle,[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 span.textStyle,[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 span.textStyle{color:#e8e8e8!important}[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 .no.textStyle,[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 .no.textStyle,[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 .no.textStyle{color:#999!important}[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box1 .active.textStyle,[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box2 .active.textStyle,[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .toolItem_box3 .active.textStyle{color:#235ceb!important}[data-theme=dark] .rightChatBox .rightChatTool .rightChatToolBtn .no.toolItem{border-color:#333!important}[data-theme=dark] .rightChatBox .rightChatTool .chatContenttext :where(.css-dev-only-do-not-override-ac2jek).ant-input-outlined{background:#303030!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .rightChatBox .rightChatTool .chatContenttext .send_box img{filter:brightness(.8) invert(.8)}[data-theme=dark] .rightChatBox .rightChatTool .chatContenttext .send_box img:hover{filter:brightness(1) invert(1)}[data-theme=dark] .rightChatBox .popover_box,[data-theme=dark] .rightChatBox .function_box{background-color:#191919!important}[data-theme=dark] .rightChatBox .popover_box .popover_item,[data-theme=dark] .rightChatBox .function_box .popover_item{color:#e8e8e8!important}[data-theme=dark] .rightChatBox .popover_box .popover_item:hover,[data-theme=dark] .rightChatBox .function_box .popover_item:hover{background-color:#0000004d!important}[data-theme=dark] .rightChatBox .popover_box .popover_item.dis,[data-theme=dark] .rightChatBox .function_box .popover_item.dis{color:#999!important}[data-theme=dark] .rightChatBox .popover_line{background-color:#333!important}[data-theme=dark] .rightChatBox .iconStyle{color:#235ceb!important}[data-theme=dark] .rightChatBox .iconStyle.no{color:#999!important}[data-theme=dark] .rightChatBoxStyle{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .rightChatBoxStyle .userText{color:#e8e8e8!important}[data-theme=dark] .rightChatBoxStyle .rightChatTop{background-color:#191919!important;border-bottom:.063rem solid #333333}[data-theme=dark] .rightChatBoxStyle .rightChatTop .userImg{border-color:#333!important}[data-theme=dark] .rightChatBoxStyle .rightChatTop img{filter:brightness(.8) invert(.8)}[data-theme=dark] .rightChatBoxStyle .rightChatTop img:hover{filter:brightness(1) invert(1)}[data-theme=dark] .rightChatBoxStyle .hisBox .hisList .hisDate{color:#999!important}[data-theme=dark] .rightChatBoxStyle .hisBox .hisList .his_li{color:#c5c5c5!important}[data-theme=dark] .rightChatBoxStyle .hisBox .hisList .his_li:hover{background-color:#0000004d!important}[data-theme=dark] .rightChatBoxStyle .hisBox .hisList .his_li p{color:#e8e8e8!important}[data-theme=dark] .rightChatBoxStyle .rightChatContent{background-color:#303030!important}[data-theme=dark] .rightChatBoxStyle .received_box{background-color:#303030!important;color:#e8e8e8!important}[data-theme=dark] .rightChatBoxStyle .user_box{background-color:#235ceb!important;color:#fff!important}[data-theme=dark] .rightChatBoxStyle .rightChatTool{background-color:#191919!important;border-top:.063rem solid #333333}[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn{border-bottom-color:#333!important}[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1,[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2,[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3{background:linear-gradient(to top,rgba(48,48,48,0) 0%,rgba(48,48,48,.8) 70%,#303030 100%),radial-gradient(140% 85% at 50% 75%,rgba(100,100,100,.22) 0%,rgba(100,100,100,.12) 40%,#303030 70%)!important;border-color:#333!important}[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 span.textStyle,[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 span.textStyle,[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 span.textStyle{color:#e8e8e8!important}[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 .no.textStyle,[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 .no.textStyle,[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 .no.textStyle{color:#999!important}[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box1 .active.textStyle,[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box2 .active.textStyle,[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .toolItem_box3 .active.textStyle{color:#235ceb!important}[data-theme=dark] .rightChatBoxStyle .rightChatTool .rightChatToolBtn .no.toolItem{border-color:#333!important}[data-theme=dark] .rightChatBoxStyle .rightChatTool .chatContenttext :where(.css-dev-only-do-not-override-ac2jek).ant-input-outlined{background:#303030!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .rightChatBoxStyle .rightChatTool .chatContenttext .send_box img{filter:brightness(.8) invert(.8)}[data-theme=dark] .rightChatBoxStyle .rightChatTool .chatContenttext .send_box img:hover{filter:brightness(1) invert(1)}[data-theme=dark] .rightChatBoxStyle .popover_box,[data-theme=dark] .rightChatBoxStyle .function_box{background-color:#191919!important}[data-theme=dark] .rightChatBoxStyle .popover_box .popover_item,[data-theme=dark] .rightChatBoxStyle .function_box .popover_item{color:#e8e8e8!important}[data-theme=dark] .rightChatBoxStyle .popover_box .popover_item:hover,[data-theme=dark] .rightChatBoxStyle .function_box .popover_item:hover{background-color:#0000004d!important}[data-theme=dark] .rightChatBoxStyle .popover_box .popover_item.dis,[data-theme=dark] .rightChatBoxStyle .function_box .popover_item.dis{color:#999!important}[data-theme=dark] .rightChatBoxStyle .popover_line{background-color:#333!important}[data-theme=dark] .rightChatBoxStyle .iconStyle{color:#235ceb!important}[data-theme=dark] .rightChatBoxStyle .iconStyle.no{color:#999!important}[data-theme=dark] .chat-area{background-color:#191919!important}[data-theme=dark] .chat-area .message-item .message-content{background-color:#303030!important;color:#e8e8e8!important}[data-theme=dark] .chat-area .message-item .message-time{color:#999!important}[data-theme=dark] .chat-area .input-area{background-color:#303030!important;border-top:.063rem solid #333333}[data-theme=dark] .chat-area .input-area textarea{background-color:#191919!important;color:#e8e8e8!important;border-color:#333!important}[data-theme=dark] .chat-area .input-area textarea::placeholder{color:#999!important}[data-theme=dark] .ant-modal-body,[data-theme=dark] .ant-modal-body .ant-modal-confirm-paragraph .ant-modal-confirm-title,[data-theme=dark] .ant-modal-body .ant-modal-confirm-paragraph .ant-modal-confirm-content{color:#e8e8e8!important}[data-theme=dark] .ant-modal-body .ant-modal-confirm-btns .ant-btn{color:#e8e8e8!important;background-color:#3c3c3c}[data-theme=dark] .theme-drawer .theme-drawer-header{background-color:#191919!important;color:#e8e8e8}[data-theme=dark] .theme-drawer .theme-section{border-bottom:.063rem solid #333333}[data-theme=dark] .theme-drawer .theme-section .section-title{color:#e8e8e8!important}[data-theme=dark] .theme-drawer .theme-section .section-description{color:#c5c5c5!important}[data-theme=dark] .theme-drawer .color-preset-item{border:.125rem solid #333333}[data-theme=dark] .theme-drawer .color-preset-item:hover{border-color:#424242}[data-theme=dark] .theme-drawer .color-preset-item.active{border-color:#235ceb}[data-theme=dark] .theme-drawer .btn_item.gray:hover{background-color:#e8e8e8!important;color:#235ceb!important}[data-theme=dark] .chat-content{background-color:#191919!important;border-color:#333!important}[data-theme=dark] .TrainPage{background-color:#191919!important}[data-theme=dark] .TrainPage .knowledge-graph{background-color:#191919!important;box-shadow:0 .125rem .625rem #00000080;border-bottom:.063rem solid #333333}[data-theme=dark] .TrainPage .knowledge-graph .header .mindMapTitle{color:#e8e8e8!important}[data-theme=dark] .TrainPage .knowledge-graph .header img{filter:brightness(.8) invert(.8)}[data-theme=dark] .TrainPage .knowledge-graph .header img:hover{filter:brightness(1) invert(1)}[data-theme=dark] .TrainPage .knowledge-graph .titleContent .title{color:#c5c5c5!important}[data-theme=dark] .TrainPage .knowledge-graph .titleContent .progress-container{background-color:#3c3c3c!important}[data-theme=dark] .TrainPage .knowledge-graph .titleContent .progress-container .progress-bar{background:linear-gradient(90deg,#235CEB,#3b82f6)}[data-theme=dark] .TrainPage .knowledge-graph .titleContent .progress-text{color:#c5c5c5!important}[data-theme=dark] .TrainPage .knowledge-graph .button-group .buttonBg{background:#303030!important;box-shadow:.125rem .125rem .5rem #00000080;color:#e8e8e8!important}[data-theme=dark] .TrainPage .knowledge-graph .button-group .buttonBg:hover{background:#3c3c3c!important}[data-theme=dark] .TrainPage .knowledge-graph .button-group .buttonBg img{filter:brightness(.8) invert(.8)}[data-theme=dark] .TrainPage .line{background-color:#333!important}[data-theme=dark] .report_list{background-color:transparent!important;color:#e8e8e8!important}[data-theme=dark] .operator-content{background-color:#191919!important;color:#e8e8e8!important}[data-theme=dark] .file-preview{background-color:#191919!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .link-preview{background-color:#303030!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .link-preview .link-title{color:#e8e8e8!important}[data-theme=dark] .look-archives{background-color:#191919!important}[data-theme=dark] .look-archives .basic-info,[data-theme=dark] .look-archives .customer-tags,[data-theme=dark] .look-archives .symptoms{background-color:#303030!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .look-archives .info-label{color:#c5c5c5!important}[data-theme=dark] .look-archives .info-value{color:#e8e8e8!important}[data-theme=dark] .calendar-event-modal .event-item{background-color:#303030!important;border-color:#333!important}[data-theme=dark] .calendar-event-modal .event-item:hover{background-color:#0000004d!important}[data-theme=dark] .calendar-event-modal .event-title{color:#e8e8e8!important}[data-theme=dark] .calendar-event-modal .event-time{color:#c5c5c5!important}[data-theme=dark] hr,[data-theme=dark] .divider{border-color:#333!important}[data-theme=dark] .text-primary{color:#e8e8e8!important}[data-theme=dark] .text-secondary{color:#c5c5c5!important}[data-theme=dark] .text-tertiary{color:#999!important}[data-theme=dark] .bg-primary{background-color:#191919!important}[data-theme=dark] .bg-secondary{background-color:#303030!important}[data-theme=dark] .bg-hover:hover{background-color:#0000004d!important}[data-theme=dark] .train-sidebar .tree-title{color:#c5c5c5!important}[data-theme=dark] .train-left-menu .course-title,[data-theme=dark] .info-container .dashboard-header .course-title{color:#fff!important}[data-theme=dark] .info-container .dashboard-header .course-status .status-text{color:#c5c5c5!important}[data-theme=dark] .info-container .stat-card .stat-label{color:#fff!important}[data-theme=dark] .info-container .stat-card .stat-label .stat-timer{color:#999!important}[data-theme=dark] .info-container .stat-card .stat-value,[data-theme=dark] .info-container .course-content-list h4,[data-theme=dark] .info-container .course-learning-process .section-title,[data-theme=dark] .info-container .rating-container .rating-title,[data-theme=dark] .info-container .course-learning-process .steps-container .step-item .step-content .step-title{color:#fff!important}[data-theme=dark] .info-container .course-learning-process .steps-container .step-item .step-content .step-description{color:#999!important}[data-theme=dark] .info-container .rating-container .rating-scale .level-label,[data-theme=dark] .info-container .rating-container .rating-scale .score-label{color:#c5c5c5!important}[data-theme=dark] .MyNotes .header-title{color:#e8e8e8!important}[data-theme=dark] .MyNotes .addType{color:#c5c5c5!important}[data-theme=dark] .MyNotes .course-item .course-title{color:#e8e8e8!important}[data-theme=dark] .MyNotes .course-item .course-subtitle{color:#999!important}[data-theme=dark] .MyNotes .note-item .note-title{color:#e8e8e8!important}[data-theme=dark] .MyNotes .note-item .note-meta,[data-theme=dark] .MyNotes .note-item .note-meta .note-date{color:#999!important}[data-theme=dark] .MyNotes .note-item .note-content{color:#c5c5c5!important}[data-theme=dark] .MyNotes .empty-state .empty-text{color:#e8e8e8!important}[data-theme=dark] .MyNotes .empty-state .empty-hint{color:#c5c5c5!important}[data-theme=dark] .PreReading-content .course-header .course-title{color:#fff!important}[data-theme=dark] .PreReading-content .course-header .course-subtitle{color:#999!important}[data-theme=dark] .PreReading-content .course-info .info-item .info-label{color:#fff!important}[data-theme=dark] .PreReading-content .course-info .info-item .info-value{color:#999!important}[data-theme=dark] .PreReading-content .learning-process .section-title,[data-theme=dark] .PreReading-content .learning-process .steps-container .step-item .step-content .step-title{color:#fff!important}[data-theme=dark] .PreReading-content .learning-process .steps-container .step-item .step-content .step-description{color:#999!important}[data-theme=dark] .PreReading-content .rating-container .rating-title{color:#e8e8e8!important}[data-theme=dark] .PreReading-content .rating-container .rating-scale .level-label,[data-theme=dark] .PreReading-content .rating-container .rating-scale .score-label{color:#c5c5c5!important}[data-theme=dark] .Editor .editor-header .header-title,[data-theme=dark] .RichTextEditor .editor-header .header-title{color:#e8e8e8!important}[data-theme=dark] .Editor .editor-toolbar .format-button,[data-theme=dark] .RichTextEditor .editor-toolbar .format-button{color:#c5c5c5!important}[data-theme=dark] .Editor .editor-toolbar .format-button.active,[data-theme=dark] .RichTextEditor .editor-toolbar .format-button.active{color:#e8e8e8!important}[data-theme=dark] .Editor .editor-footer .char-count,[data-theme=dark] .RichTextEditor .editor-footer .char-count{color:#999!important}[data-theme=dark] .Editor .editor-footer .format-button,[data-theme=dark] .RichTextEditor .editor-footer .format-button,[data-theme=dark] .NoteTabs .tab-header .tab-title{color:#c5c5c5!important}[data-theme=dark] .NoteTabs .note-list .note-item .note-title{color:#e8e8e8!important}[data-theme=dark] .NoteTabs .note-list .note-item .note-meta{color:#999!important}[data-theme=dark] .NoteTabs .note-list .note-item .note-content{color:#c5c5c5!important}[data-theme=dark] .NoteTabs .note-list .note-item:hover .note-title{color:#e8e8e8!important}[data-theme=dark] .NoteTabs .note-list .note-item:hover .note-content{color:#c5c5c5!important}[data-theme=dark] .ResizableLayout .content-header .header-title{color:#e8e8e8!important}[data-theme=dark] .ResizableLayout .content-header .header-subtitle,[data-theme=dark] .MainHomeHeader .header-subtitle,[data-theme=dark] .MindMapContent .empty-text{color:#c5c5c5!important}[data-theme=dark] .course-main .course-header .course-title{color:#e8e8e8!important}[data-theme=dark] .course-main .course-header .course-subtitle{color:#999!important}[data-theme=dark] .course-main .chapter-list .chapter-item .chapter-title{color:#e8e8e8!important}[data-theme=dark] .course-main .chapter-list .chapter-item .chapter-time,[data-theme=dark] .course-main .chapter-list .chapter-item .lesson-item .lesson-title,[data-theme=dark] .course-main .chapter-list .chapter-item .lesson-item .lesson-time{color:#c5c5c5!important}[data-theme=dark] .upload-record-container .record-header .record-title{color:#fff!important}[data-theme=dark] .upload-record-container .record-header .record-subtitle{color:#999!important}[data-theme=dark] .upload-record-container .record-list .record-card .record-card-header .record-file-info .file-name{color:#e8e8e8!important}[data-theme=dark] .upload-record-container .record-list .record-card .record-card-header .record-file-info .edit-icon,[data-theme=dark] .upload-record-container .record-list .record-card .record-card-header .record-meta .salesperson-tag,[data-theme=dark] .upload-record-container .record-list .record-card .record-card-header .record-meta .duration{color:#c5c5c5!important}[data-theme=dark] .upload-record-container .record-list .record-card .record-summary{color:#fff!important}[data-theme=dark] .upload-modal-content .ant-upload-text{color:#e8e8e8!important}[data-theme=dark] .upload-modal-content .ant-upload-hint{color:#999!important}[data-theme=dark] .upload-modal-content .file-list-summary,[data-theme=dark] .transcript-view-container .back-button-top-right,[data-theme=dark] .transcript-view-container .transcript-tabs .tab-item{color:#c5c5c5!important}[data-theme=dark] .transcript-view-container .segment-container .segment-item .segment-speaker{color:#e8e8e8!important}[data-theme=dark] .transcript-view-container .segment-container .segment-item .segment-speaker.user{color:#fff!important}[data-theme=dark] .transcript-view-container .segment-container .segment-item .segment-text{color:#e8e8e8!important}[data-theme=dark] .transcript-view-container .segment-container .segment-item .segment-time{color:#999!important}[data-theme=dark] .transcript-view-container .transcript-content .transcript-text{color:#fff!important}[data-theme=dark] .transcript-view-container .summary-section .summary-title,[data-theme=dark] .transcript-view-container .summary-section .summary-content{color:#e8e8e8!important}[data-theme=dark] .transcript-view-container .keywords-section .keyword-tag,[data-theme=dark] .analysis-report .info-card .info-row .label{color:#c5c5c5!important}[data-theme=dark] .analysis-report .info-card .info-row .value,[data-theme=dark] .analysis-report .info-card .symptom-section .section-header .section-title{color:#e8e8e8!important}[data-theme=dark] .analysis-report .info-card .symptom-section .symptom-text{color:#c5c5c5!important}[data-theme=dark] .analysis-report .info-card .tags-section .section-title,[data-theme=dark] .analysis-report .history-card .history-header .section-title{color:#e8e8e8!important}[data-theme=dark] .analysis-report .history-card .history-header .timeline{color:#999!important}[data-theme=dark] .analysis-report .history-card .metrics-row .metric-item .metric-value,[data-theme=dark] .analysis-report .chart-card .chart-header .chart-title{color:#e8e8e8!important}[data-theme=dark] .analysis-report .chart-card .chart-header .time-filter,[data-theme=dark] .analysis-report .chart-card .chart-header .time-filter-item{color:#c5c5c5!important}[data-theme=dark] .analysis-report .emotion-card .emotion-item .emotion-label,[data-theme=dark] .analysis-report .emotion-card .emotion-item .emotion-percent,[data-theme=dark] .analysis-report .emotion-card .emotion-item .emotion-value,[data-theme=dark] .analysis-report .summary-card .summary-content,[data-theme=dark] .analysis-report .keywords-card .keyword-header .keyword-title,[data-theme=dark] .analysis-report .keywords-card .keyword-list .keyword-item .keyword-text{color:#e8e8e8!important}[data-theme=dark] .analysis-report .keywords-card .keyword-list .keyword-item .keyword-weight{color:#c5c5c5!important}[data-theme=dark] .analysis-report .dialogue-card .dialogue-header .dialogue-title,[data-theme=dark] .analysis-report .dialogue-card .dialogue-list .dialogue-item .speaker-name,[data-theme=dark] .analysis-report .dialogue-card .dialogue-list .dialogue-item .dialogue-text,[data-theme=dark] .analysis-report .dialogue-card .dialogue-list .dialogue-item .dialogue-time,[data-theme=dark] .analysis-report .suggestions-card .suggestion-title,[data-theme=dark] .analysis-report .suggestions-card .suggestion-item .suggestion-text{color:#e8e8e8!important}[data-theme=dark] .chatarea-container{background:#191919!important}[data-theme=dark] .chatarea-container .tags-container .tag-green,[data-theme=dark] .chatarea-container .tags-container .tag-orange,[data-theme=dark] .chatarea-container .tags-container .tag-blue,[data-theme=dark] .chatarea-container .tags-container .tag-red,[data-theme=dark] .chatarea-container .tags-container .tag-purple,[data-theme=dark] .chatarea-container .tags-container .tag-gray{color:#fff!important}[data-theme=dark] .chatarea-container .user-avatar-orange{background:linear-gradient(135deg,#FFB348 0%,#FE7600 100%);color:#fff!important}[data-theme=dark] .chatarea-container .user-name{color:#e8e8e8!important}[data-theme=dark] .chatarea-container .no-more-message-hint{color:#999!important}[data-theme=dark] .chatarea-container .emoji-mart-container{background:#191919!important}[data-theme=dark] .chatarea-container .profile-button{background:#3c3c3c!important;color:#fff!important}[data-theme=dark] .chatarea-container .profile-button:hover{background:#424242!important}[data-theme=dark] .chatarea-container .tags-container{background-color:transparent}[data-theme=dark] .chatarea-container .tag-green,[data-theme=dark] .chatarea-container .tag-orange,[data-theme=dark] .chatarea-container .tag-orange-dark,[data-theme=dark] .chatarea-container .tag-red{color:#000!important}[data-theme=dark] .chatarea-container .myButton{background:#3c3c3c!important;color:#e8e8e8!important}[data-theme=dark] .chatarea-container .messages-container{background-color:transparent}[data-theme=dark] .chatarea-container .messageTime,[data-theme=dark] .chatarea-container .time-text{color:#999!important}[data-theme=dark] .chatarea-container .statusDesc{color:#c5c5c5!important}[data-theme=dark] .chatarea-container .message-bubble-user{background:rgba(100,100,100,.4)!important;color:#e8e8e8!important;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}[data-theme=dark] .chatarea-container .message-bubble-assistant{background:#235CEB!important;color:#fff!important;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}[data-theme=dark] .chatarea-container .message-attachment{background:#303030!important;border-color:#333!important}[data-theme=dark] .chatarea-container .message-attachment .attachment-title{color:#e8e8e8!important}[data-theme=dark] .chatarea-container .input-container{background-color:transparent}[data-theme=dark] .chatarea-container .toolbar-left img.icon-btn,[data-theme=dark] .chatarea-container .toolbar-right img.icon-btn{filter:brightness(.8) invert(.8)}[data-theme=dark] .chatarea-container .toolbar-left img.icon-btn:hover,[data-theme=dark] .chatarea-container .toolbar-right img.icon-btn:hover{filter:brightness(1) invert(1)}[data-theme=dark] .chatarea-container svg.emotion-icon{fill:#e8e8e8!important}[data-theme=dark] .chatarea-container svg.emotion-icon:hover{fill:#235ceb!important}[data-theme=dark] .chatarea-container .input-row :where(.css-dev-only-do-not-override-ac2jek).ant-input-outlined{background:#303030!important;border-color:#333!important;color:#e8e8e8!important}[data-theme=dark] .chatarea-container .message-textarea{background-color:#303030!important;color:#e8e8e8!important;border-color:#333!important}[data-theme=dark] .chatarea-container .message-textarea::placeholder{color:#999!important}[data-theme=dark] .chatarea-container .input-actions1 img{filter:brightness(.8) invert(.8)}[data-theme=dark] .chatarea-container .input-actions1 img:hover{filter:brightness(1) invert(1)}[data-theme=dark] .chatarea-container .send-button{background:#235CEB!important;color:#fff!important}[data-theme=dark] .chatarea-container .send-button:hover{background:#235CEB!important;opacity:.85}[data-theme=dark] .chatarea-container .call-float{background:#303030!important;border-color:#424242!important;box-shadow:0 .125rem .5rem #00000080}[data-theme=dark] .chatarea-container .call-float .call-float-avatar{background:#235CEB!important;color:#fff!important}[data-theme=dark] .chatarea-container .call-float .call-float-stage,[data-theme=dark] .chatarea-container .call-float .call-float-time,[data-theme=dark] .chatarea-container .fileBubbleStyle{color:#e8e8e8!important}[data-theme=dark] .chatarea-container .fileBubbleStyle .fileIconStyle{filter:brightness(.8) invert(.8)}[data-theme=dark] .chatarea-container .media-preview{background:#303030!important;border-color:#333!important}[data-theme=dark] .chatarea-container .media-preview .emotion-preview{background:#191919!important;border-color:#333!important}[data-theme=dark] .chatarea-container .media-preview .emotion-preview .preview-close{background:rgba(48,48,48,.9)!important;color:#999!important}[data-theme=dark] .chatarea-container .media-preview .emotion-preview .preview-close:hover{color:#ff4d4f!important;background:rgba(255,77,79,.2)!important}[data-theme=dark] .chatarea-container .media-preview .media-preview-send-btn{background:rgba(100,150,255,.25)!important}[data-theme=dark] .chatarea-container .media-preview .media-preview-send-btn:hover{background:rgba(100,150,255,.4)!important;box-shadow:0 .125rem .5rem #6496ff66}[data-theme=dark] .chatarea-container .media-preview .media-preview-send-btn img{filter:brightness(.8) invert(.8)}[data-theme=dark] .chatarea-container .emotion_box{background:#191919!important;border:.063rem solid #333333}[data-theme=dark] .chatarea-container .emotion_item{background:#303030!important;border-color:transparent!important}[data-theme=dark] .chatarea-container .emotion_item:hover{background:rgba(35,92,235,.15)!important;border-color:#235ceb!important;transform:scale(1.1);box-shadow:0 .125rem .5rem #235ceb4d!important}[data-theme=dark] .chatarea-container .message-text,[data-theme=dark] .chatarea-container .received_box{color:#fff!important}[data-theme=dark] .chatarea-container .input-footer .emoji-icon{color:#999!important}[data-theme=dark] :global .ant-popover .ant-popover-inner{background-color:#191919!important}[data-theme=dark] :global em-emoji-picker{--background-rgb: 25, 25, 25;--category-button-color: rgb(197, 197, 197);--category-button-active-color: rgb(232, 232, 232);--input-background-rgb: 48, 48, 48;--input-border-color-rgb: 66, 66, 66;--rgb-color: 232, 232, 232;--rgb-accent: $primary-color;--border-color-rgb: 66, 66, 66}[data-theme=dark] .topSearch_box{background-color:#191919!important;border-color:#235ceb!important}[data-theme=dark] .topSearch_box .topSearch{background:rgba(48,48,48,.95)!important}[data-theme=dark] .topSearch_box .search-input{color:#e8e8e8!important}[data-theme=dark] .topSearch_box .search-input::placeholder{color:#c5c5c5!important}[data-theme=dark] .common-phrases-drawer .drawer-header .drawer-title{color:#999!important}[data-theme=dark] .common-phrases-drawer .ant-drawer-title,[data-theme=dark] .common-phrases-drawer .ant-drawer-close{color:#e8e8e8!important}[data-theme=dark] .common-phrases-drawer .handleBtn{color:#e8e8e8!important;background-color:#3c3c3c!important;border-color:#424242}[data-theme=dark] .common-phrases-drawer .phrase-category .category-title{color:#e8e8e8!important}[data-theme=dark] .common-phrases-drawer .phrase-category .phrase-item .phrase-text,[data-theme=dark] .handle-links .links-header .links-subtitle{color:#999!important}[data-theme=dark] .handle-files .file-item .file-name{color:#c5c5c5!important}[data-theme=dark] .handle-files .empty-text{color:#999!important}[data-theme=dark] .left-archive .archive-item .archive-name{color:#e8e8e8!important}[data-theme=dark] .left-archive .archive-item .archive-time{color:#c5c5c5!important}[data-theme=dark] .left-archive .archive-item .archive-title{color:#fff!important}[data-theme=dark] .simple-emoji-picker .emoji-header .search-placeholder{color:#999!important}[data-theme=dark] .simple-emoji-picker .emoji-footer .category-label{color:#c5c5c5!important}[data-theme=dark] .simple-emoji-picker .emoji-footer .emoji-count{color:#999!important}[data-theme=dark] .file-preview .file-info .file-name{color:#c5c5c5!important}[data-theme=dark] .file-preview .file-info .file-details,[data-theme=dark] .link-preview .link-title{color:#e8e8e8!important}[data-theme=dark] .link-preview .link-description{color:#c5c5c5!important}[data-theme=dark] .common-section .section-title{color:#e8e8e8!important}[data-theme=dark] .common-section .section-content{color:#c5c5c5!important}[data-theme=dark] .modal-header .header-title{color:#fff!important}[data-theme=dark] .customer-tags .tags-title{color:#c5c5c5!important}[data-theme=dark] .customer-tags .tag-item,[data-theme=dark] .customer-tags .tag-item .tag-label,[data-theme=dark] .symptoms-section .symptom-text{color:#e8e8e8!important}[data-theme=dark] .call-history .call-item .call-time,[data-theme=dark] .chat-summary .summary-text{color:#c5c5c5!important}[data-theme=dark] .edit-user-dialog .form-label,[data-theme=dark] .add-user-dialog .form-label,[data-theme=dark] .edit-user-dialog .form-input,[data-theme=dark] .add-user-dialog .form-input,[data-theme=dark] .look-dialog .info-label,[data-theme=dark] .look-dialog .info-value,[data-theme=dark] .tip-dialog .tip-title,[data-theme=dark] .tip-dialog .tip-message,[data-theme=dark] .tip-dialog .tip-note,[data-theme=dark] .dialog-common .dialog-label,[data-theme=dark] .dialog-common .dialog-value{color:#fff!important}[data-theme=dark] .leftUserList .userListBoxStyle .userItemInner .userTag.tag-a,[data-theme=dark] .leftUserList .userListBoxStyle .userItemInner .userTag.tag-b,[data-theme=dark] .leftUserList .userListBoxStyle .userItemInner .userTag.tag-c{color:#000!important}[data-theme=dark] .leftUserList .userListBoxStyle .userItemBox .userItem .userName .userNameText{color:#e8e8e8!important}[data-theme=dark] .leftUserList .userListBoxStyle .userItemBox .userItem .userName .userLastCallTime{color:#c5c5c5!important}[data-theme=dark] .call-page-area{background-color:#1f1f1f!important}[data-theme=dark] .call-page-area .metric-card,[data-theme=dark] .call-page-area .block-card{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .call-page-area .metric-label,[data-theme=dark] .call-page-area .phase-tag{color:#c5c5c5!important}[data-theme=dark] .call-page-area .metric-value,[data-theme=dark] .call-page-area .block-content{color:#e8e8e8!important}[data-theme=dark] .call-page-area .chip{background-color:#3c3c3c!important;color:#c5c5c5!important}[data-theme=dark] .call-page-area .emotion-tags .chip{background-color:#3c3c3c!important;color:#e8e8e8!important}[data-theme=dark] .call-page-area .chart-box{background-color:#191919!important}[data-theme=dark] .call-page-area .chart-footer{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .call-page-area .ratio-text{color:#e8e8e8!important}[data-theme=dark] .call-page-area .ratio-labels{color:#c5c5c5!important}[data-theme=dark] .call-page-area .combo-card{background-color:#303030!important}[data-theme=dark] .call-page-area .section-header{color:#e8e8e8!important;border-color:#424242!important}[data-theme=dark] .call-page-area .section-body{background-color:#191919!important}[data-theme=dark] .call-page-area .combo-divider{background-color:#424242!important}[data-theme=dark] .call-page-area .two-panel-card{background-color:#303030!important}[data-theme=dark] .call-page-area .panel-left,[data-theme=dark] .call-page-area .panel-right{border-color:#424242!important}[data-theme=dark] .call-page-area .notes-row,[data-theme=dark] .call-page-area .news-row{background-color:#191919!important}[data-theme=dark] .call-page-area .news-box{background-color:#303030!important;color:#e8e8e8!important}[data-theme=dark] .call-page-area .notes-area{background-color:#303030!important;color:#e8e8e8!important;border-color:#424242!important}[data-theme=dark] .call-page-area .notes-area::placeholder{color:#999!important}[data-theme=dark] .call-page-area .end-call-btn{background-color:#ff4d4f!important;border-color:#ff4d4f!important}[data-theme=dark] .call-page-area .end-call-btn:hover{background-color:#ff7875!important;border-color:#ff7875!important}[data-theme=dark] .files-preview-area{background-color:#191919!important}[data-theme=dark] .files-preview-area .files-preview-content{background-color:#303030!important}[data-theme=dark] .files-preview-area .files-preview-header{color:#e8e8e8!important;border-color:#424242!important}[data-theme=dark] .files-preview-area .file-preview-item{background-color:#3c3c3c!important;border-color:#424242!important}[data-theme=dark] .files-preview-area .file-preview-item:hover{background-color:#424242!important;border-color:#235ceb!important}[data-theme=dark] .files-preview-area .file-preview-item .file-preview-icon-voice{background-color:#3c3c3c!important}[data-theme=dark] .files-preview-area .file-preview-name{color:#e8e8e8!important}[data-theme=dark] .files-preview-area .file-preview-icon{filter:brightness(.8) invert(.8)}[data-theme=dark] .files-preview-area .files-preview-send-btn{background-color:#235ceb!important;border-color:#235ceb!important}[data-theme=dark] .files-preview-area .files-preview-send-btn:hover{opacity:.85}[data-theme=dark] .simple-emoji-picker{background-color:#191919!important;border-color:#424242!important}[data-theme=dark] .simple-emoji-picker .search-container{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .simple-emoji-picker .search-input{background-color:#303030!important;color:#e8e8e8!important;border-color:#424242!important}[data-theme=dark] .simple-emoji-picker .search-input::placeholder{color:#999!important}[data-theme=dark] .simple-emoji-picker .category-tabs{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .simple-emoji-picker .category-tab{color:#c5c5c5!important}[data-theme=dark] .simple-emoji-picker .category-tab:hover{background-color:#3c3c3c!important}[data-theme=dark] .simple-emoji-picker .category-tab.active{background-color:#235ceb33!important;color:#235ceb!important}[data-theme=dark] .simple-emoji-picker .category-icon{filter:brightness(.8) invert(.8)}[data-theme=dark] .simple-emoji-picker .category-name{color:#c5c5c5!important}[data-theme=dark] .simple-emoji-picker .emoji-grid-container{background-color:#191919!important}[data-theme=dark] .simple-emoji-picker .emoji-item{background-color:transparent!important}[data-theme=dark] .simple-emoji-picker .emoji-item:hover{background-color:#3c3c3c!important}[data-theme=dark] .simple-emoji-picker .empty-state{color:#999!important}[data-theme=dark] .simple-emoji-picker .empty-icon{filter:brightness(.8) invert(.8)}[data-theme=dark] .simple-emoji-picker .empty-text,[data-theme=dark] .simple-emoji-picker .empty-hint{color:#999!important}[data-theme=dark] .links-preview-area{background-color:#191919!important}[data-theme=dark] .links-preview-area .links-preview-content{background-color:#303030!important}[data-theme=dark] .links-preview-area .link-preview-item{background-color:#3c3c3c!important;border-color:#424242!important}[data-theme=dark] .links-preview-area .link-preview-item:hover{background-color:#424242!important}[data-theme=dark] .links-preview-area .link-preview-link{color:#235ceb!important}[data-theme=dark] .links-preview-area .link-preview-link:hover{opacity:.85}[data-theme=dark] .links-preview-area .link-preview-icon{filter:brightness(.8) invert(.8)}[data-theme=dark] .links-preview-area .link-preview-delete-btn{color:#c5c5c5!important}[data-theme=dark] .links-preview-area .link-preview-delete-btn:hover{color:#ff4d4f!important}[data-theme=dark] .links-preview-area .link-preview-name{color:#e8e8e8!important}[data-theme=dark] .links-preview-area .link-preview-url{color:#c5c5c5!important}[data-theme=dark] .links-preview-area .links-preview-send-btn{background-color:#235ceb!important;border-color:#235ceb!important}[data-theme=dark] .links-preview-area .links-preview-send-btn:hover{opacity:.85}[data-theme=dark] .common-phrases-drawer{background-color:#191919!important}[data-theme=dark] .common-phrases-drawer .common-phrases-list{background-color:transparent!important}[data-theme=dark] .common-phrases-drawer .empty-placeholder{color:#999!important}[data-theme=dark] .common-phrases-drawer .phrase-item{background-color:#3c3c3c!important;border-color:#424242!important}[data-theme=dark] .common-phrases-drawer .phrase-item:hover{background-color:#235ceb26!important;border-color:#235ceb!important}[data-theme=dark] .common-phrases-drawer .phrase-item.manage-mode:hover{background-color:#3c3c3c!important;border-color:#424242!important}[data-theme=dark] .common-phrases-drawer .phrase-item.dragging{opacity:.5}[data-theme=dark] .common-phrases-drawer .phrase-content{color:#e8e8e8!important}[data-theme=dark] .common-phrases-drawer .phrase-actions .drag-handle{color:#999!important}[data-theme=dark] .common-phrases-drawer .phrase-actions .drag-handle:hover{color:#235ceb!important}[data-theme=dark] .common-phrases-drawer .form-label{color:#c5c5c5!important}[data-theme=dark] .handle-files-modal .ant-modal-content{background-color:#191919!important;border-color:#235ceb!important}[data-theme=dark] .handle-files-modal .ant-modal-header{background-color:#191919!important;border-color:#424242!important}[data-theme=dark] .handle-files-modal .ant-modal-title,[data-theme=dark] .handle-files-modal .ant-modal-title .ant-typography,[data-theme=dark] .handle-files-modal .ant-modal-title .anticon{color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .ant-modal-body{background-color:#191919!important}[data-theme=dark] .handle-files-modal .ant-input-search .ant-input{background-color:#303030!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .ant-input-search .ant-input::placeholder{color:#999!important}[data-theme=dark] .handle-files-modal .ant-input-search .ant-input-search-button{background-color:#3c3c3c!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .files-list{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .handle-files-modal .files-list .ant-list-bordered{border-color:#424242!important}[data-theme=dark] .handle-files-modal .files-list .ant-list-empty-text{color:#999!important}[data-theme=dark] .handle-files-modal .files-content{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .handle-files-modal .files-footer{background-color:#191919!important;border-color:#424242!important}[data-theme=dark] .handle-files-modal .add-btn{background-color:#235ceb1a!important;border-color:#235ceb!important;color:#235ceb!important}[data-theme=dark] .handle-files-modal .add-btn:hover{background-color:#235ceb33!important}[data-theme=dark] .handle-files-modal .ant-list-item{border-color:#424242!important;background-color:transparent!important}[data-theme=dark] .handle-files-modal .ant-list-item .ant-list-item-meta-title{color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .ant-list-item .ant-list-item-meta-description{color:#c5c5c5!important}[data-theme=dark] .handle-files-modal .ant-list-item .ant-typography{color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .ant-list-item .anticon{color:#c5c5c5!important}[data-theme=dark] .handle-files-modal .file-item.manage-mode:hover{background-color:#3c3c3c!important}[data-theme=dark] .handle-files-modal .file-item.dragging{opacity:.5}[data-theme=dark] .handle-files-modal .drag-handle{color:#999!important}[data-theme=dark] .handle-files-modal .drag-handle:hover{color:#235ceb!important}[data-theme=dark] .handle-files-modal .upload-file-item{background-color:#3c3c3c!important;border-color:#424242!important}[data-theme=dark] .handle-files-modal .upload-file-item:hover{background-color:#424242!important}[data-theme=dark] .handle-files-modal .file-info{color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .file-info .anticon{color:#c5c5c5!important}[data-theme=dark] .handle-files-modal .file-name{color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .status-text{color:#c5c5c5!important}[data-theme=dark] .handle-files-modal .ant-upload-list{background-color:transparent!important}[data-theme=dark] .handle-files-modal .ant-upload-list-item{background-color:transparent!important;border-color:transparent!important}[data-theme=dark] .handle-files-modal .ant-upload-list-item-container{background-color:transparent!important}[data-theme=dark] .handle-files-modal .ant-btn-text{color:#c5c5c5!important}[data-theme=dark] .handle-files-modal .ant-btn-text:hover{color:#235ceb!important;background-color:#3c3c3c!important}[data-theme=dark] .handle-files-modal .ant-btn-text.ant-btn-dangerous{color:#ff4d4f!important}[data-theme=dark] .handle-files-modal .ant-btn-text.ant-btn-dangerous:hover{background-color:#ff4d4f1a!important}[data-theme=dark] .handle-files-modal .ant-btn-default{background-color:#3c3c3c!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .ant-btn-default:hover{background-color:#424242!important;border-color:#235ceb!important;color:#235ceb!important}[data-theme=dark] .handle-files-modal .ant-popover-inner{background-color:#303030!important}[data-theme=dark] .handle-files-modal .ant-popconfirm-message-title{color:#e8e8e8!important}[data-theme=dark] .handle-files-modal .ant-popconfirm-description{color:#c5c5c5!important}[data-theme=dark] .handle-links-modal .ant-modal-content{background-color:#191919!important;border-color:#235ceb!important}[data-theme=dark] .handle-links-modal .ant-modal-header{background-color:#191919!important;border-color:#424242!important}[data-theme=dark] .handle-links-modal .ant-modal-title,[data-theme=dark] .handle-links-modal .ant-modal-title .ant-typography,[data-theme=dark] .handle-links-modal .ant-modal-title .anticon{color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .ant-modal-body{background-color:#191919!important}[data-theme=dark] .handle-links-modal .ant-input-search .ant-input{background-color:#303030!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .ant-input-search .ant-input::placeholder{color:#999!important}[data-theme=dark] .handle-links-modal .ant-input-search .ant-input-search-button{background-color:#3c3c3c!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .links-section{background-color:transparent!important}[data-theme=dark] .handle-links-modal .links-section>.ant-typography{color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .links-list{background-color:transparent!important;border-color:#424242!important}[data-theme=dark] .handle-links-modal .links-list .ant-list-bordered{border-color:#424242!important}[data-theme=dark] .handle-links-modal .links-list .ant-list-empty-text{color:#999!important}[data-theme=dark] .handle-links-modal .links-content{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .handle-links-modal .links-content>.ant-typography{color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .links-content .ant-form-item-label>label{color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .links-content .ant-input{background-color:#3c3c3c!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .links-content .ant-input::placeholder{color:#999!important}[data-theme=dark] .handle-links-modal .links-content .ant-input-textarea{background-color:#3c3c3c!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .links-footer{background-color:#191919!important;border-color:#424242!important}[data-theme=dark] .handle-links-modal .add-btn{background-color:#235ceb1a!important;border-color:#235ceb!important;color:#235ceb!important}[data-theme=dark] .handle-links-modal .add-btn:hover{background-color:#235ceb33!important}[data-theme=dark] .handle-links-modal .ant-list-item{border-color:#424242!important;background-color:transparent!important}[data-theme=dark] .handle-links-modal .ant-list-item .ant-typography{color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .ant-list-item .ant-typography.ant-typography-secondary,[data-theme=dark] .handle-links-modal .ant-list-item .anticon{color:#c5c5c5!important}[data-theme=dark] .handle-links-modal .link-item.manage-mode:hover{background-color:#3c3c3c!important}[data-theme=dark] .handle-links-modal .link-item.dragging{opacity:.5}[data-theme=dark] .handle-links-modal .drag-handle{color:#999!important}[data-theme=dark] .handle-links-modal .drag-handle:hover{color:#235ceb!important}[data-theme=dark] .handle-links-modal .ant-btn-text{color:#c5c5c5!important}[data-theme=dark] .handle-links-modal .ant-btn-text:hover{color:#235ceb!important;background-color:#3c3c3c!important}[data-theme=dark] .handle-links-modal .ant-btn-text.ant-btn-dangerous{color:#ff4d4f!important}[data-theme=dark] .handle-links-modal .ant-btn-text.ant-btn-dangerous:hover{background-color:#ff4d4f1a!important}[data-theme=dark] .handle-links-modal .ant-btn-default{background-color:#3c3c3c!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .ant-btn-default:hover{background-color:#424242!important;border-color:#235ceb!important;color:#235ceb!important}[data-theme=dark] .handle-links-modal .ant-popover-inner{background-color:#303030!important}[data-theme=dark] .handle-links-modal .ant-popconfirm-message-title{color:#e8e8e8!important}[data-theme=dark] .handle-links-modal .ant-popconfirm-description{color:#c5c5c5!important}[data-theme=dark] .host-area-mask{background-color:#1f1f1fd9!important}[data-theme=dark] .host-area-card{background:linear-gradient(180deg,rgba(48,48,48,.9) 0%,rgba(60,60,60,.95) 100%)!important;border-color:#424242!important;box-shadow:0 .5rem 1.5rem #0000004d!important}[data-theme=dark] .host-area-title{color:#e8e8e8!important}[data-theme=dark] .host-area-cancel-btn{background-color:#3c3c3c!important;border-color:#424242!important;color:#e8e8e8!important}[data-theme=dark] .host-area-cancel-btn:hover{background-color:#424242!important}[data-theme=dark] .left_archive{background-color:#1f1f1f!important}[data-theme=dark] .left_archive .left_archive_list{background-color:#191919!important}[data-theme=dark] .left_archive .la-card{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .left_archive .la-list-ul{background-color:transparent!important}[data-theme=dark] .left_archive .la-list-item{border-color:#424242!important}[data-theme=dark] .left_archive .la-label{color:#c5c5c5!important}[data-theme=dark] .left_archive .la-content{color:#e8e8e8!important}[data-theme=dark] .left_archive .la-header{background-color:#191919!important;border-color:#424242!important}[data-theme=dark] .left_archive h5:where(.css-dev-only-do-not-override-ac2jek).ant-typography{color:#e8e8e8!important}[data-theme=dark] .left_archive .la-icon{filter:brightness(.8) invert(.8)}[data-theme=dark] .left_archive .la-title{color:#e8e8e8!important}[data-theme=dark] .left_archive .la-avatar-col{background-color:#3c3c3c!important}[data-theme=dark] .left_archive .la-avatar-circle{color:#fff!important}[data-theme=dark] .left_archive .la-section-title{color:#e8e8e8!important}[data-theme=dark] .left_archive .la-tagitem-container{background-color:#3c3c3c!important}[data-theme=dark] .left_archive .la-subtitle{color:#c5c5c5!important}[data-theme=dark] .left_archive .la-text{color:#e8e8e8!important}[data-theme=dark] .left_archive .la-tags{background-color:transparent!important}[data-theme=dark] .left_archive .la-tag{color:#e8e8e8!important}[data-theme=dark] .left_archive .la-tag-green{background-color:#88ebaa!important;color:#1f5f36!important}[data-theme=dark] .left_archive .la-tag-orange{background-color:#ffad63!important;color:#532e0d!important}[data-theme=dark] .left_archive .la-tag-red{background-color:#ff6969!important;color:#fff!important}[data-theme=dark] .left_archive .la-list{background-color:#303030!important}[data-theme=dark] .left_archive .la-date{color:#999!important}[data-theme=dark] .look-archives-modal{background-color:#191919!important}[data-theme=dark] .look-archives-modal .la-wrapper{background-color:#303030!important}[data-theme=dark] .look-archives-modal .la-avatar-col{background-color:#3c3c3c!important}[data-theme=dark] .look-archives-modal .la-avatar-circle{color:#fff!important}[data-theme=dark] .look-archives-modal .la-section-title{color:#e8e8e8!important}[data-theme=dark] .look-archives-modal .la-tagitem-container{background-color:#3c3c3c!important}[data-theme=dark] .look-archives-modal .la-subtitle{color:#c5c5c5!important}[data-theme=dark] .look-archives-modal .la-tags{background-color:transparent!important}[data-theme=dark] .look-archives-modal .la-tag{color:#e8e8e8!important}[data-theme=dark] .look-archives-modal .la-tag-green{background-color:#88ebaa!important;color:#1f5f36!important}[data-theme=dark] .look-archives-modal .la-tag-orange{background-color:#ffad63!important;color:#532e0d!important}[data-theme=dark] .look-archives-modal .la-tag-red{background-color:#ff6969!important;color:#fff!important}[data-theme=dark] .look-archives-modal .la-text{color:#e8e8e8!important}[data-theme=dark] .look-archives-modal .la-list-ul{background-color:transparent!important}[data-theme=dark] .look-archives-modal .la-list-item{border-color:#424242!important}[data-theme=dark] .look-archives-modal .la-label{color:#c5c5c5!important}[data-theme=dark] .look-archives-modal .la-content{color:#e8e8e8!important}[data-theme=dark] .look-archives-modal .la-card{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .look-archives-modal .la-header-box{background-color:#191919!important;border-color:#424242!important}[data-theme=dark] .look-archives-modal .la-icon{filter:brightness(.8) invert(.8)}[data-theme=dark] .look-archives-modal .la-title,[data-theme=dark] .look-archives-modal .ant-steps .ant-steps-item-title{color:#e8e8e8!important}[data-theme=dark] .look-archives-modal .ant-steps .ant-steps-item-description{color:#c5c5c5!important}[data-theme=dark] .look-archives-modal .ant-steps .ant-steps-item-icon{background-color:#3c3c3c!important;border-color:#424242!important}[data-theme=dark] .look-archives-modal .ant-steps .ant-steps-item-icon .ant-steps-icon{color:#fff!important}[data-theme=dark] .look-archives-modal .ant-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#235ceb!important;border-color:#235ceb!important}[data-theme=dark] .look-archives-modal .ant-steps .ant-steps-item-finish .ant-steps-item-icon{background-color:#3c3c3c!important;border-color:#235ceb!important}[data-theme=dark] .look-archives-modal .ant-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#235ceb!important}[data-theme=dark] .layout-navbars-tagsview{background-color:#191919!important}[data-theme=dark] .layout-navbars-tagsview .userText{color:#e8e8e8!important}[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-ul{background-color:transparent!important}[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-ul-li{background-color:#3c3c3c!important;border-color:#424242!important;color:#c5c5c5!important}[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-ul-li:hover{background-color:#424242!important}[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-ul-li.is-active{background-color:#235ceb!important;border-color:#235ceb!important;color:#fff!important}[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-ul-li-iconfont,[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-ul-li-icon{color:#c5c5c5!important}[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-ul-li-iconfont.layout-icon-active,[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-ul-li-icon.layout-icon-active{color:#fff!important}[data-theme=dark] .layout-navbars-tagsview .closeIcon{color:#c5c5c5!important}[data-theme=dark] .layout-navbars-tagsview .closeIcon:hover{color:#ff4d4f!important}[data-theme=dark] .layout-navbars-tagsview .userPhotoIconfont{filter:brightness(.8) invert(.8)}[data-theme=dark] .layout-navbars-tagsview .layout-navbars-tagsview-shadow{box-shadow:0 .125rem .5rem #0000004d!important}[data-theme=dark] .userTextBgSmall.isSave{background-color:#d8fef5!important;color:#3eb699!important}[data-theme=dark] .userTextBgSmall.isInit,[data-theme=dark] .userTextBgSmall.isOutPut,[data-theme=dark] .userTextBgSmall.isUpload,[data-theme=dark] .userTextBgSmall.isGuiDang{background-color:#cce4ff!important;color:#235ceb!important}[data-theme=dark] .certifiedTag,[data-theme=dark] .bluedTab{color:#fff!important}[data-theme=dark] .certifiedTag.small,[data-theme=dark] .bluedTab.small{background-color:#3c3c3c!important;color:#c5c5c5!important}[data-theme=dark] .certifiedTag .icon,[data-theme=dark] .bluedTab .icon{color:inherit!important}[data-theme=dark] .certifiedTag.corners,[data-theme=dark] .bluedTab.corners{border-color:#424242!important}[data-theme=dark] .certifiedTag.leaf,[data-theme=dark] .bluedTab.leaf{background-color:#3c3c3c!important;color:#c5c5c5!important}[data-theme=dark] .certifiedTag.leaf.swap,[data-theme=dark] .bluedTab.leaf.swap{background-color:#235ceb!important;color:#fff!important}[data-theme=dark] .calendar-wrapper .ant-modal-content{background-color:#191919!important}[data-theme=dark] .calendar-left{background-color:#303030!important;border-color:#424242!important}[data-theme=dark] .tasks-title,[data-theme=dark] .task-row{color:#e8e8e8!important}[data-theme=dark] .owner-tag{background-color:#235ceb33!important;border-color:#235ceb!important;color:#235ceb!important}[data-theme=dark] .calendar-main{background-color:#191919!important;border-color:#424242!important}[data-theme=dark] .calendar-toolbar{border-color:#424242!important}[data-theme=dark] .current-month{color:#e8e8e8!important}[data-theme=dark] :global .fc .fc-day-past{background-color:#3c3c3c!important;opacity:.6}[data-theme=dark] :global .fc .fc-day-past:hover{background-color:#3c3c3c!important}[data-theme=dark] :global .fc .fc-day-past .fc-daygrid-day-number{color:#999!important}[data-theme=dark] :global .fc .fc-daygrid-day-number{color:#e8e8e8!important}[data-theme=dark] :global .fc .fc-timegrid-slot-label{color:#c5c5c5!important}[data-theme=dark] :global .fc{color:#e8e8e8!important}[data-theme=dark] :global .fc .fc-col-header-cell{background-color:#303030!important;color:#e8e8e8!important}[data-theme=dark] :global .fc .fc-daygrid-day,[data-theme=dark] :global .fc .fc-timegrid-slot{background-color:#191919!important}[data-theme=dark] :global .fc .fc-daygrid-day:hover{background-color:#3c3c3c!important}[data-theme=dark] :global .fc-theme-standard td,[data-theme=dark] :global .fc-theme-standard th{border-color:#424242!important}[data-theme=dark] .event-task{background-color:#ffad63!important;color:#532e0d!important}[data-theme=dark] .calendar-modal-style .formitem_box .customer-name{color:#e8e8e8!important}[data-theme=dark] .calendar-modal-style .formitem_box .label_text{color:#c5c5c5!important}[data-theme=dark] .calendar-modal-style .formitem_box .label-icon{filter:brightness(.8) invert(.8)}[data-theme=dark] .task-view .section{background-color:#235ceb26!important}[data-theme=dark] .task-view .title,[data-theme=dark] .task-view .progress .percent{color:#235ceb!important}[data-theme=dark] .task-view .progress .ratioText{color:#e8e8e8!important}[data-theme=dark] .task-view .status .status-item .label{color:#c5c5c5!important}[data-theme=dark] .task-view .status .status-item.overdue .num{color:#ff4d4f!important}[data-theme=dark] .task-view .status .status-item.todo .num{color:#52c41a!important}[data-theme=dark] .task-view .reminders .reminder-item.urgent{background-color:#ff4d4f33!important}[data-theme=dark] .task-view .reminders .reminder-item.soon{background-color:#ffad6333!important}[data-theme=dark] .task-view .reminders .reminder-item .time,[data-theme=dark] .task-view .reminders .reminder-item .reminder-title{color:#e8e8e8!important}[data-theme=dark] .task-view .reminders .reminder-item .owner{background-color:#ffe58f4d!important;border-color:#ffe58f80!important;color:#e8e8e8!important}[data-theme=dark] .task-view .all-tasks .segmented .ant-segmented-item-selected{background-color:#235ceb!important;color:#fff!important}[data-theme=dark] .task-view .all-tasks .segmented .ant-segmented-item{color:#c5c5c5!important}[data-theme=dark] .task-view .all-tasks .task-owner{background-color:#ffe58f4d!important;border-color:#ffe58f80!important;color:#e8e8e8!important}[data-theme=dark] .task-view .overdue .overdue-time{color:#c5c5c5!important}[data-theme=dark] .task-view .overdue .owner{background-color:#ffe58f4d!important;border-color:#ffe58f80!important;color:#e8e8e8!important}[data-theme=dark] .page-left-top-text{color:#fff!important}[data-theme=dark] .theme-section .section-title{color:#e8e8e8!important}[data-theme=dark] .theme-section .theme-item{color:#c5c5c5!important}[data-theme=dark] .tasks-title,[data-theme=dark] .calendar-main .ant-card-body .ant-tag{color:#e8e8e8!important}[data-theme=dark] .progress .bar-row .ratioText{color:#fff!important}[data-theme=dark] .reminders .reminder-item .reminder-title,[data-theme=dark] .formitem_box .customer-name{color:#e8e8e8!important}[data-theme=dark] .formitem_box .label_text{color:#c5c5c5!important}[data-theme=dark] .layout-logo .my-span{color:#fff!important}[data-theme=dark] .header-center .search-icon,[data-theme=dark] .header-center .search-placeholder{color:#999!important}[data-theme=dark] .header-center .search-input,[data-theme=dark] .header-center .search-input :global(.adm-input){color:#e8e8e8!important}[data-theme=dark] .header-center .search-input :global(.adm-input::placeholder){color:#999!important}[data-theme=dark] .login-header .login-header-title{color:#fff!important}[data-theme=dark] .login-header .login-header-desc{color:#999!important}[data-theme=dark] .login-content-form .ant-form-item-label>label{color:#e8e8e8!important}[data-theme=dark] .remember-me{color:#e8e8e8!important}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa}#root{height:100%}.app{height:100%;display:flex;flex-direction:column}button{border:none;outline:none;background:none;cursor:pointer}input,textarea{border:none;outline:none;background:none}img{max-width:100%;height:auto;vertical-align:middle}.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-left{padding-left:env(safe-area-inset-left)}.safe-area-right{padding-right:env(safe-area-inset-right)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ellipsis-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.ellipsis-3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.page{height:100%;display:flex;gap:1rem;padding:.625rem}.page .page-left{flex:1;display:flex;flex-direction:column;min-width:0;max-width:18.75rem;background-color:var(--color-box-bg-b);border-radius:.625rem;border:.063rem solid #fff;overflow:auto;height:auto}.page .page-right{flex:1;min-width:0;background-color:var(--color-box-bg-b);border-radius:.5rem}.page .page-left-top{padding:1.25rem .75rem 0px;display:flex;align-items:center;gap:.5rem}.page .page-left-top img{width:2rem;height:2rem}.page .page-left-top .page-left-top-text{font-size:1.125rem;font-weight:600;color:#000}:root,:host{--w-e-textarea-bg-color: #fff;--w-e-textarea-color: #333;--w-e-textarea-border-color: #ccc;--w-e-textarea-slight-border-color: #e8e8e8;--w-e-textarea-slight-color: #d4d4d4;--w-e-textarea-slight-bg-color: #f5f2f0;--w-e-textarea-selected-border-color: #B4D5FF;--w-e-textarea-handler-bg-color: #4290f7;--w-e-toolbar-color: #595959;--w-e-toolbar-bg-color: #fff;--w-e-toolbar-active-color: #333;--w-e-toolbar-active-bg-color: #f1f1f1;--w-e-toolbar-disabled-color: #999;--w-e-toolbar-border-color: #e8e8e8;--w-e-modal-button-bg-color: #fafafa;--w-e-modal-button-border-color: #d9d9d9}.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover,.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
