:root{
    /* --main-search-bg:rgba(162, 199, 241, 0.3); */
    --main-search-bg:rgba(255, 255, 255, 0.5);
    --main-search-bg-lt:rgba(255, 255, 255, 0.75);
    --main-chatbox-bg:#c2d9f380;
    --app-label-color:#767ab5;
    --text-color:#aaa5bb;
    --text-color-dark:#3e4279;
    --history-btn-color:#767ab5;

    --scrollbar-color-thumb:#cfd4f3;
    --scrollbar-color-track:transparent;

    --prompt-title-text-color:#433b95;

    --tblr-primary: rgb(91, 66, 207);
    --tblr-primary-rgb: 91, 66, 207;
    --tblr-border-color: #d6cde6;
    --tblr-btn-hover-border-color:#ccbde7;
    --tblr-muted-rgb:159,151,193;
    
    --tblr-border-color-translucent: rgba(38, 4, 69, 0.14);
    
    --tblr-form-valid-color: rgb(216, 194, 255);
    --tblr-form-valid-border-color: #d8c2ff;
    --tblr-form-invalid-color: #d63987;
    --tblr-form-invalid-border-color: #d63987;
    
    --aibot-form-valid-color-rgb: 216, 194, 255;

    --aibot-label-text-color:#341aa5;
    --aibot-form-placeholder-color:#b8b5cf;
    --aibot-form-input-area-color:#332281;
    --aibot-form-input-area-color-active:#402aa0;
}




:root{
    scrollbar-width: thin !important;
}
*{    
    scrollbar-width: thin !important;
    font-family:'Microsoft Yahei', Verdana, Geneva, Tahoma, sans-serif;
}          
/* FIREFOX */
/* @-moz-document url-prefix() {
    * {
        scrollbar-width: thin !important;
        scrollbar-color: rgba(147, 89, 165, 0.3) transparent !important;
      }
    } */
    
    /* CHROME */
    /* ::-webkit-scrollbar {
      width: 5px !important;
    }
    
    ::-webkit-scrollbar-track {
      background: transparent !important;
    }
    
    ::-webkit-scrollbar-thumb {
      background: rgba(147, 89, 165, 0.3);
      border-radius: 1.5rem !important;
    } */

/* Modern browsers with `scrollbar-*` support */
@supports (scrollbar-width: auto) {
    * {
        scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
        scrollbar-width: var(--scrollbar-width);
        scrollbar-3dlight-color: transparent;
    }
    
}

/* Legacy browsers with `::-webkit-scrollbar-*` support */
@supports selector(::-webkit-scrollbar) {
    *::-webkit-scrollbar-thumb {
        background: var(--scrollbar-color-thumb);
    }
    *::-webkit-scrollbar-track {
        background: var(--scrollbar-color-track);
    }
    *::-webkit-scrollbar-corner{
        background:none;
    }
    *::-webkit-scrollbar {
        max-width: var(--scrollbar-width-legacy);
        max-height: var(--scrollbar-width-legacy);
    }
    
}

.chat_window{
    /* background: url(../image/bg-curve-dot.png) no-repeat 0% 100%, linear-gradient(180deg, rgba(255,249,246,1) 0%, rgb(227 239 253) 95%, rgb(219 226 251) 100%); */
    background: url(../image/bg-curve-dot.jpg) no-repeat 0% 100%;
    background-size:100% 100%;    
}    
.xfq_btn {
    text-align: center;
    height: 40px;
    border-radius: 3px;
    background: var(--lighter-active-color);
    color: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    flex: 1;
    float: left;
    padding: 10px;
    margin-left: 0.5rem;
}

#show-sm-icon{    
    background-color: #fff;
    border-color:#c6c8e5;
    color:#858acd;
    top: 80%!important;
}

.xfq_btn_active{
    background: darkgrey;
}
.btn_fin_edit{
    background:#5c59c9;
    width:150px !important;
}
.xfq_btn>svg {
    margin-right: 2px;
}
.xfq_mainContent{
    height: 90%;
    position: relative;
            display: flex;
            flex-direction: column;
            flex: 1;
}
.xfq_setting{
    margin-right: 10px;
    display: flex;
    position: absolute;
    left: 27%;
    top: 5px;
    color: var(--text-color);
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.xfq_setting2{
    margin-right: 10px;
    display: flex;
    position: absolute;
    right: 22%;
    top: 5px;
    color: var(--text-color);
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.noCursor{
    cursor: pointer;
    caret-color: rgba(0,0,0,0);
}
.xfq_findDiv_ul2{
    height: 20px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.xfq_findDiv_ul2>li{
    float:left;
    list-style: none;
    margin-left: 15px;
    cursor: pointer;
    font-weight: bold;
    color: var(--text-color);
    caret-color: rgba(0,0,0,0);
}

.xfq_findDiv_ul{
    height: 70px;
    margin: 0px;
    width: 100%;
}
.xfq_findDiv_ul_div{
    
    list-style: none;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    /* color: #b7835d; */
    /* color:#617cbd; */
    /* color:#7c9ec9; */
    /* color:#7c71f1; */
    color:#7c75cd;
    text-shadow: 1px 1px 0 #fff;
    font-family: 'Microsoft Yahei',sans-serif;
    caret-color: rgba(0,0,0,0);
}
.xfq_findDiv_ul_div > .badge{
    text-shadow:none !important;
}
.xfq_findDiv_div{
    overflow: auto;
    overflow-x:hidden;
    /*margin-top:10px !important;*/
    cursor: pointer;
}
.prompt_box{
    text-align:center;
    display: block !important;
    min-height: 190px;
    font-weight: 500;
    color:#003657;
    position: relative;
    margin: 0.5rem 0.2rem 1.5rem 0.2rem !important;
    border-radius: 1rem;
    /* border:1px #cfccee solid; */
    border:1px rgba(169, 83, 219, 0.2) solid;
    background: none;
    /* background:linear-gradient(135deg, rgba(249, 221, 255, 0.2)  0%, rgba(201, 233, 255, 0.2)  65%, rgba(217, 244, 255, 0.2) 85%) !important; */
    /* background:linear-gradient(180deg, rgba(253, 253, 253, 0.9)  0%, rgba(255, 255, 255, 0.9)  98%, rgba(201, 226, 252, 0.9) 90%) !important; */
    transition: 0.6s;
}
.prompt_box:nth-of-type(n),.prompt_box.nth-0{
    background-image:linear-gradient(135deg, rgba(163, 234, 255, 0.25)  0%, rgba(237, 222, 255, 0.25)  37%, rgba(237, 222, 255, 0.25)  60%, rgba(237, 222, 255, 0.4) 75%, rgba(250, 245, 255, 0.5) 100%) !important;
    background-size:200% auto;
    /* background-image:linear-gradient(135deg, rgba(217, 244, 255, 0.2) 0%, rgba(201, 233, 255, 0.2)  65%, rgba(201, 218, 255, 0.2) 85%) !important; */
}
.prompt_box:nth-of-type(2n),.prompt_box.nth-1{
    background-image:linear-gradient(135deg, rgba(231, 212, 255, 0.25)  0%, rgba(255, 236, 236, 0.25)  37%, rgba(237, 222, 255, 0.25)  60%, rgba(255, 236, 236, 0.4) 75%, rgba(255, 250, 250, 0.5) 100%) !important;
    background-size:200% auto;
}
.prompt_box.nth-2{
    background-image:linear-gradient(135deg, rgba(255, 236, 236, 0.25)  0%, rgba(253, 237, 233, 0.25)  37%, rgba(225, 214, 255, 0.25)  60%, rgba(255, 243, 225, 0.4) 75%, rgba(252, 241, 226, 0.5) 100%) !important;
    background-size:200% auto;
}
.prompt_box:hover{
    box-shadow: 5px 5px 15px 2px rgba(116, 45, 151, 0.1);
    background-position:100% 50% !important;
}

@media (max-width: 768px){
    
    .prompt_box{
        margin:0.5rem 0 1.5rem 0 !important;
    }
}
.prompt_box.blue{
    background-color: rgba(33,150,243,.4);
}
.prompt_box.yellow{
    background-color: rgba(255,152,0,.4);
}
.prompt_box.green{
    background-color: rgba(76,175,80,.4);
}
.prompt_box.red{
    background-color: rgba(211,47,47,.4);
}



.prompt_titleText{font-size:2rem;margin-bottom:2rem;}
.prompt_des{font-size:0.8rem; line-height:150%;}
.prompt_box .prompt_title{
    display: table-cell;
    vertical-align: middle;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prompt_box.commonBg{
}
.prompt_box.dynamicBg{
    /* background-color:rgba(20,23,59,1); */
    background-color:rgba(69,59,181,1);
    background-blend-mode: multiply;
    background-size:cover !important;
    /* backdrop-filter: grayscale(30%) blur(5px); */
}
.prompt_box.dynamicBg .prompt_title{
    background-size: cover;
    background-color:rgba(0,0,0,.5);
    filter:blur(2px) grayscale(5%) opacity(70%);
}
@keyframes olighting {
    0%   {filter:blur(2px) grayscale(5%) opacity(70%);}
    25%  {filter:blur(1px) grayscale(2%) opacity(75%);}
    50%  {filter:blur(0px) grayscale(0) opacity(100%);}
    75%  {filter:blur(1px) grayscale(2%) opacity(75%);}
    100% {filter:blur(2px) grayscale(5%) opacity(70%);}
  }


/* .prompt_box .prompt_title:hover{
    animation-name: olighting;
    animation-duration: 1s;
} */
.prompt_box .prompt_title:hover .prompt_titleText,.prompt_box .prompt_title:hover .prompt_des{
    text-shadow: 0 0 15px rgba(51, 9, 99, 0.5);
}
.prompt_text,.prompt_text *{
    pointer-events: none;
}
.prompt_box .prompt_text{
    position: relative;
    z-index: 1;
    text-align: center;
    top: 45px;
    padding-top:.5rem;
    padding-bottom: .5rem;
    
}
.xfq_findDiv_div>div{
    /* min-width: 160px; */
    min-height: 190px;
    border-radius: 1rem;
    /*background-image: url(avatar-old.jpg);*/
    background-size: contain;
    float: none;
    margin: 0 0 20px 0;
    font-size:1.2rem;
    caret-color: rgba(0,0,0,0);
}
[data-theme^='dark'] .prompt_title{
    color:#333;
}
[data-theme='dark'] .prompt_title{
    color:#fff;
}
.xfq_findDiv_div>div>p{
    text-align: center;
}
#aiTipsText{
    background-color: var(--main-back);
    padding: 5px;
    margin-top: 5px;
    font-size: 15px;
    color: lightslategrey;
}
#messages_utils{
    margin-top: 5px;
}
#xfqsetDialog{
    color: var(--btn-color);
    z-index: 2;
    /* background: var(--main-back); */
    background:linear-gradient(180deg, rgba(253, 249, 246, 1) 3%,rgba(255, 255, 255, .3) 10%,rgba(255, 255, 255, 0) 20%);;
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    overflow-y: auto;
    /* max-height: calc(100% - 55px); */
    -webkit-user-select: none;
    user-select: none;
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    /* box-shadow: 0 0 6px rgba(0,0,0,.15); */
    box-shadow:none !important;
}
#xfqsetDialog .canselect{
    -webkit-user-select: auto !important;
    user-select: auto !important;
}
.xfqcancelbtn{
    background-color: var(--sel-btn)!important;
    margin-left: 30px;
}
.xfqavatarDetail_label{
    margin-top: -69px;
    position: relative;
    top: -30px;
}
.xfqavatarDetail_label_left{
    text-align:left !important;
    width:100% !important;
}
.xfqinputTextClass{
    clear:both;
    width:100%;
    height:80px;
    outline: 0;
    border-radius: 2px;
    margin-top: 3px;
    font-size: 15px;
    padding-left: 6px;
    background: var(--chat-back);
    color: var(--chat-text-color);
    border: none;
}
.xfqchatId,.folderId{
    display: none;
}
.xfq_findDiv_Header{
    /*overflow-x: auto;*/
    height: 50px;
    /*margin-block-start: 1em;*/
}

.xfq_findDiv_Header::-webkit-scrollbar {
    width: 2px; /* 设置滚动条的宽度 */
    height: 2px; /* 设置滚动条的高度 */
    background-color: white; /* 设置滚动条的背景色 */
    border-radius: 8px; /* 设置滚动条的圆角 */
}
.xfq_findDiv_Header::-webkit-scrollbar-thumb {
    background-color: white; /* 设置滚动条的颜色 */
    border-radius: 8px; /* 设置滚动条的圆角 */
}
.xfq_findDiv_Header::-webkit-scrollbar-track {
    background-color: white; /* 设置滚动条轨道的背景色 */
    border-radius: 8px; /* 设置滚动条轨道的圆角 */
}

.xfq_findDiv_ul_active{
    /* border-bottom: 2px #ed9d00 solid;
    color:#ed9d00; */
    border-bottom:2px #aa80ff solid;
    color:#aa80ff;
    text-shadow: 1px 1px 0 #fafcff;
}
.prompt_description{
    font-size: 10px;
}
.setSwitch{
    margin-top: 20px;
}
.xfqavatarDetail_label_position{
    height: 20px; 
    width: 80px!important;
    position: relative;
    bottom: 10px;
}
.xfqmessage_tip_text{
    color:rgb(139 107 213);
    font-size:0.9rem;
}

.xfqChatLi{
    margin-top: 5px;
}
.xfqFolderLi{
    margin-top: 5px;
}
.xfqcontent{
    padding:15px 20px!important;
    font-size: 1rem!important;
    /* color: var(--text-color-dark)!important; */
    color:#0c2546 !important;
    background: rgba(255, 255, 255, .75) !important;
    box-shadow: 0px 0px 5px #d6d6e9!important;
    margin: 18px 0px!important;
    flex: 1!important;
    line-height: 1.5!important;
    word-wrap: break-word!important;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif !important;
}
.allList{
    padding-left: 5px;
   
}
.response{
    background-color:var(--tblr-card-bg) !important ;
}
.markdown-body{
    background-color:var(--tblr-card-bg) !important ;
    padding:15px;
}
.requestBody{
    font-size:1rem;
    padding:5px 10px;
    font-weight:500;
    color:var(--text-color-dark);
    line-height: 160%;
}
.response .markdown-body{
    font-size:1rem;
    /* color:var(--text-color-dark); */
    background:linear-gradient(180deg, rgba(255, 255, 255, .9)  0%, rgba(255, 255, 255, 0.5) 85%) !important;    
    /* background: url(../image/paper.jpg) no-repeat 50% 50% !important;
    background-size:cover !important; */
    box-shadow:0px 0px 5px rgba(183,191,223,.8) !important;
    border-radius: 8px !important;
    font-family:'Microsoft Yahei','Cascadia code','Courier New', Courier, monospace !important;
    /* backdrop-filter:blur(3px); */
}
.chatsInFolder{
    border-left: 0px;
}
.xfqleftcart{
    border-right: 0px;
    border-bottom: 0px;
}
#folderList{
    padding-right: 2px;
}
#chatList{
    padding-right: 2px;
}
.prompt_text_color_white{
    color:white;
    background: rgba(36,52,137,.35);
}
.prompt_text_color_black{
    color:#21003a;
    background: rgba(203,211,253,.55);
}
.activeChatLi,.activeFolder{
    /* background: rgba(5,67,213,0.25) !important; */
    background: linear-gradient(90deg, rgba(217, 117, 236, 0.5)  0%, rgba(113, 200, 240, 0.5) 80%) !important;
    color:#fff !important;
}
.activeChatLi img{
    filter: drop-shadow(1000px 0 0 #fff); transform: translate(-1000px);
}

.chatLi>svg,.chatLi .chatName, .headLi .folderName,.chatLi .chatPre{
    color:var(--app-label-color);
}

.chatLi.activeChatLi .chatName,.chatLi.activeChatLi .chatPre{ color:#fff;}
.folderLi:hover {
    /* background: #e5f7fd!important; */
}

.chatLi:hover { background: rgba(5,67,213,0.08) !important; }
.chatLi.activeChatLi:hover { background: linear-gradient(90deg, rgba(217, 117, 236, 0.9)  0%, rgba(113, 200, 240, 0.9) 80%) !important; }
.toggler{
    caret-color: rgba(0,0,0,0);
}
.prompt_text_tzzx{
    color:var(--prompt-title-text-color);
}
.prompt_text_jygt{
    color:var(--prompt-title-text-color);
}
.prompt_text_jasj{
    color:var(--prompt-title-text-color);
}
.prompt_text_gcpj{
    color:var(--prompt-title-text-color);
}
.prompt_text_jxfs{
    color:var(--prompt-title-text-color);
}
.prompt_text_hdfs{
    color:var(--prompt-title-text-color);
}
.prompt_text_hdch{
    color:var(--prompt-title-text-color);
}
.prompt_text_ktlwdg{
    /* color:#21003a; */
    color:var(--prompt-title-text-color);
}
.prompt_text_fyg{
    color:var(--prompt-title-text-color);
}
.prompt_text_qgcgscb{
    color:var(--prompt-title-text-color);
}
.prompt_text_kxxzs{
    color:var(--prompt-title-text-color);
}
.prompt_text_wdxzs{
    color:var(--prompt-title-text-color);
}
.prompt_icon_fire{
    content:url(icon/flame.svg);
}
.Xfq_ShowModel_Card_Div{
    min-height: 100%;
}

.chatbox-bg{
    /* background: url(../image/bg-curve-dot.png) no-repeat 0% 100%, linear-gradient(180deg, rgba(255,249,246,1) 0%, rgb(227 239 253) 95%, rgb(219 226 251) 100%);
    background-size:round;     */
}
.nav{background:none !important;}

.history-bg{
    /* background:linear-gradient(90deg, rgba(255,232,232,0.5) 0%, rgba(204,226,255,0.5) 75%, rgba(199,211,255,0.5) 100%) !important; */
}
@media (max-width: 768px){
    
    .history-bg{
        background:linear-gradient(90deg, rgba(255,232,232,1) 0%, rgba(204,226,255,1) 75%, rgba(199,211,255,1) 100%) !important;
    }
}
.chatLi, .headLi{
    color:var(--app-label-color);
}
.chatLi .chatOption, .headLi .folderOption{
    color:var(--app-label-color);
}
#searchChat{
    /* background:var(--main-search-bg); */
    background: linear-gradient(90deg, rgba(143, 117, 236, 0.2)  0%, rgba(113, 200, 240, 0.2) 80%) !important;
    color:#fff;
    width:100%;}
#searchChat:focus {
    /* background: var(--main-search-bg-lt); */
    background: linear-gradient(90deg, rgba(143, 117, 236, 0.5)  0%, rgba(113, 200, 240, 0.5) 80%) !important;
}
#searchChat::-webkit-input-placeholder{
    /* color:var(--app-label-color); */
    color:#5d8ecd;
}
#searchChat:focus::-webkit-input-placeholder {
    color:#c9f2ff;
}
.chatInfo span {
    /* background: #f8b26a; */
    background:#2db8f0;
    color:#fff;
}


.message_input_text{
    background:var(--main-chatbox-bg) !important;
}
.message_input_text::-webkit-input-placeholder{
    color:var(--app-label-color);
}
.navFunc>div, .navFunc>label{
    color:var(--app-label-color);
}
.top_menu .toggler .button.close,.top_menu .toggler .button.minimize,.top_menu .toggler .button.maximize {background-color:var(--app-label-color)}
.xfq_findDiv_ul>li{font-size:16px;font-weight:500;color:var(--text-color-dark)}
.navHeader{height:50px;background:#fff}
.top_menu{
    /* background:linear-gradient(30deg, rgba(242,241,241,0.75) 0%, rgba(249,249,249,0.75) 60%, rgba(255,232,232,0.75) 100%); */
    background:none !important;
    padding-top:8px;font-family: 'Microsoft Yahei',sans-serif;}
.navHeader>div:hover {background:0 none!important;}
/* .prompt_box{} */

.request,.response{
    margin-bottom: 1em;
}

.requestBody, .response .markdown-body {
    max-width: calc(100%);
}

@media screen and (min-width:1200px){
    .requestBody, .response .markdown-body {
        max-width: calc(75%);
    }
}

.chatAvatar{margin:10px;width:45px;height:45px;}
.request .chatAvatar{color:#fff;background-color:#71a6e5}
.request .chatAvatar svg{color:#fff;width:36px; height:36px;}
.response .chatAvatar{background-color:#ff9fd1}
.markdown-body{padding:15px 12px;}

#stopChat{
    /*margin-top: -40%;*/
    width: 180px;
    height: 42px;
    line-height: 40px;
}

.xfq-imageradio{
    height: 7rem;
}
.xfqchat_window{
    height: calc(100% - 2rem);
    margin-top: 1.5rem!important;
} 
.xfqrequestOption-date{
    position: absolute;
    bottom: -0.25rem;
    padding-left: 0.05rem;
    font-size: .65rem;
    color:#8688c3;
}
.xfq-start-50{
    left:30%;
}
/*在屏幕可视窗口尺寸大于 600 像素时*/
@media screen and (min-width:600px){
    .xfq-imageradio{
        height: 14rem;
    }  
    .xfq-start-50{
        left:40%;
    }
    
    /* .show-sm-icon{
        display: none;
    } */
}
#voiceRec{
    display: none!important;
}
/*在屏幕可视窗口尺寸大于 1600 像素时*/
@media screen and (min-width:1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2000px;
    } 
    .xfq-start-50{
        left:50%;
    }
    
}
.chatLi .chatInfo{
    height: 60px!important;
}
.chatLi{
    height: 70px!important;
}
.response .optionItems{
    visibility: visible !important;
    bottom:-20px;
    justify-content: end;
}
/* .request .mdOption{
    position: relative;
    left: calc(-100% );
} */
.mdOption{
    width:15px;
}
.request .optionItems{
    bottom:-10px;
    justify-content: flex-start;
}
.request .optionItem, .response .optionItem{
    width:auto;
    height:32px;
    min-width: 32px;
    background-color: #f2f1f7;
    border-color:#c6c8e5;
    color:#858acd;
    justify-content: center;
    vertical-align:baseline;
}
.request .actiontag,.response .actiontag{
    vertical-align: bottom;
    font-size: 11px;
}
.response .optionItem svg{
    color:#858acd;
}

.collectInfoTextDiv{
    padding-top:1em !important;
    /* border:1px solid;
    border-radius: 1em; */
    background-color: var(--chat-back);
    color:var(--text-color-dark);
    padding-bottom: 1rem !important;
}
.collectInfoTextDiv.k-user{

}
.collectInfoTextDiv.k-ai{
    line-height:160%;
    font-size:1rem;
    background: #e8f0ff;
}
.collectInfoTextDiv.k-user:before{
    content:'Q';
    font-size:xx-large;
    margin-right:0.6em;
}

#btn-history-icon{
    margin-top:5px;
    margin-left:0 !important;
    margin-right:5px;
    padding:3px;
    height:34px;
    width:34px;
    color:var(--history-btn-color);
    border:1px solid;
    border-radius: 0.7em !important;
    border-color: var(--history-btn-color);
    /* background:#eff0ff; */
}
#btn-history-icon svg{
    pointer-events: none !important;
}
#btn-history-icon:hover{
    background-color:var(--main-chatbox-bg);
}
#xfqHeadDiv{
    font-size:1rem;
    /* background:var(--app-label-color); */
    /* background:#6f75cd; */
    /* background:linear-gradient(298deg, #f7d4a5 0%, #6f75cd 30%, rgb(92 154 225) 100%); */
    /* background:linear-gradient(298deg, rgba(247, 212, 163, 1) 0%, rgba(111, 117, 205, 1) 30%, rgba(92, 154, 225, 1) 100%); */
    /* background:linear-gradient(298deg, rgba(255, 237, 213, 1) 0%, rgba(173, 178, 255, 1) 30%, rgba(136, 190, 251, 1) 100%); */
    background:linear-gradient(298deg, rgba(255, 237, 213, 1) 5%, rgba(173, 178, 255, 1) 95%, rgb(136, 215, 251) 100%);
    /* background:#616e95; */
    /* background: linear-gradient(90deg, rgba(143, 117, 236, 0.6)  0%, rgba(125, 117, 236, 0.6) 5%, rgba(113, 200, 240, 0.6) 50%) !important; */
    color:#fff;
    color:#fff;
    margin:0 0 0 0;
    padding:0.45rem 0 0.45rem 0;
    font-weight: 500;
}
.page-main-title{
    font-size:16px;
    color:#0d004e;
    /* text-shadow: 1px -1px 0 #240064; */
    font-family: 'Microsoft Yahei',tahoma,sans-serif !important;}
.mtDate{
    font-size:.75rem;
    color:var(--text-color);
}
.xfq-label-span{
    height: 2rem;
    width: 98%;
}
.page-cards{
    width:100%;
    overflow-x:scroll;
    overflow-y:hidden;
    white-space:nowrap;
}
.page-cards .page-card{
    width:6rem;        
    display:inline-block;
}
.form-check-input-lg[type=checkbox]{border-radius:1rem;}
.form-check-lg{min-height:2.5rem;}
.form-check-input-lg{width:2rem;height:2rem;border:2px solid #4299e1}
/* .form-check-bg-success .form-check-input-lg{background-color:#4299e1}  */
.form-check-bg-success .form-check-input-lg:checked{background-color:#4299e1} 
.side-title{color:#5e99e3}
#chatlog .markdown-body > pre{
    background:#1d243a;
}

.main-theme-nav[data-current="false"]{
    color:#6c7cd1;
    font-size:1rem;
    border-bottom: 1px transparent solid !important;
}
.main-theme-nav[data-current="true"]{
    color:#6251df !important;
    border-bottom: 1px #6251df solid !important;
    font-size:1rem;
}
.new-icon{font-family:tahoma;padding-top:-2px;font-size:9px;background-color:#aa3df1 !important}
.hr-text:after{content:none !important}
.q-title-text:before{
    content:'■';
    padding-right:0.5em;
}
.module-sub-title{font-weight:600;font-size:1.1rem;
    /* color:#bf5e5e !important; */
    /* color:#4e63b3 !important; */
    color:#4d60ab !important;
    font-family: 'Microsoft Yahei','sans-serif';text-shadow: 1px 1px 0 #fafcff;}
/* .module-sub-title::before{content:'\25a0';font-size:10px; vertical-align:text-top;margin-right: 0.3em;} */
.bs-popover-wide{max-width:500px !important}
.custom-popover svg{pointer-events: none;}
#teacher-name-div{font-size: 10px;text-align: left;}
.sub-theme-card{
    /* border-color:#f9e1ea; */
    /* border-color: #e0e1f1; */
    /* border-color:#e0d3f9; */
    border-color:#e8ebff;
    border-radius: 0.5rem;
    /* border-bottom-color:#fff;
    border-left-color:#fff;
    border-right-color:#fff; */
}
.sub-theme-card > .card-header{
    border-top-left-radius: 0.5rem;
    border-top-right-radius:0.5rem;
    /* border-color:#ffc4c4;
    background:linear-gradient(90deg, rgba(241,241,241,0.4) 0%, rgba(204,222,255,0.3) 55%, rgba(255,232,232,0.3) 100%); */
    /* border-bottom-color:#ffe3e3; */
    border-bottom-color:transparent;
    /* background:linear-gradient(90deg, rgba(132, 182, 255, 0.42) 0%, rgba(199, 211, 255, 0.42) 3%, rgba(204, 226, 255, 0.42) 55%, rgba(255, 232, 232, 0.42) 100%); */
    background:linear-gradient(90deg, rgba(132, 227, 255, 0.62) 0%, rgba(211, 199, 255, 0.62) 10%, rgba(204, 226, 255, 0.62) 55%, rgba(255, 232, 232, 0.62) 100%);
    color:#21003a}
.sub-theme-card > .card-body{
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius:0.5rem;
    /* background:linear-gradient(150deg, rgba(241,241,241, 0.5) 0%, rgba(204,222,255,0.2) 60%, rgba(255, 232, 232, 0.4) 100%); */
    /* background:linear-gradient(150deg, rgba(199, 211, 255, 0.35) 0%, rgba(204, 226, 255, 0.35) 55%, rgba(255, 232, 232, 0.35) 100%); */
    /* background:linear-gradient(150deg, rgba(233, 248, 241, 0.5) 0%, rgba(223, 237, 255, 0.5) 55%, rgba(255, 239, 230, 0.5) 100%); */
    background:linear-gradient(150deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 55%, rgba(254, 252, 255, 0.7) 100%);
    /* background:linear-gradient(90deg, rgb(225 237 241 / 35%) 0%, rgb(225 223 237 / 35%) 10%, rgb(229 232 239 / 35%) 55%, rgb(255 255 255 / 35%) 100%); */
}
.end-showhtml-div{
    background:linear-gradient(90deg, rgba(199, 211, 255, 0.2) 0%, rgba(204, 226, 255, 0.2) 25%, rgba(255, 232, 232, 0.2) 100%);
    border-color: #ddc1ff;
    color:#494091;
}
.card.end-showhtml-div .card-header{
    background:linear-gradient(90deg, rgba(200, 190, 255, 0.7) 0%, rgba(204, 226, 255, 0.7) 25%, rgba(255, 232, 232, 0.7) 100%);
    border-color:#ffe5f7;
    /* text-shadow: 1px 1px 0 #fafcff; */
    color:#663ca7;
}
.card.end-showhtml-div input, .card.end-showhtml-div textarea{
    border-color:#ddc1ff;
}
.card.end-showhtml-div ::placeholder{
    color:#655f94;
}
@media (min-width:1200px) {
    .sub-theme-card{}
}
.theme-title-item{width: 8rem !important;}
.prompt_titleText .featuredIcon svg {
    width:28px; height:28px;
    vertical-align: middle;}

         
    .btn-grad {
        background-image: linear-gradient(120deg, #d9d4f1 0%, #cce4f9 10%, #cae5fd 40%, #c7f0ff 60%, #ccfaff 100%);
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: #346ea1;    
        border-color:#7ab8f9;        
        /* box-shadow: 0 0 20px #eee; */
        border-radius: 0.25rem;
      }

      .btn-grad:hover {
        background-position: 80% 50%; /* change the direction of the change here */
        color: #0059b3;
        text-decoration: none;
        border-color:#00c7f9;
      }
.copy-text{color:#5c5581}
.messages{
    padding-top:1.5em;
    mask: linear-gradient(180deg, transparent 0%, rgba(255,255,255,1) 2em);
}
.markdown-body.xfqcontent hr{
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    background:none !important;
}     
.layui-table tbody td .layui-table-cell{text-align:right}
.layui-table td[data-field="TeacherName"]  .layui-table-cell,.layui-table .layui-table-col-special .layui-table-cell{text-align: center !important;}

.col-form-label, .form-label {
    color:var(--aibot-label-text-color);
}
.form-control, input, textarea{
    color:var(--aibot-form-input-area-color);
}
.btn-link{
    color:var(--aibot-form-input-area-color);
}
.btn-link:hover, .btn-link:active{
    color:var(--aibot-form-input-area-color-active);
}
.btn-primary {
    --tblr-primary-fg: var(--tblr-light);
    --tblr-btn-border-color: transparent;
    --tblr-btn-hover-border-color: transparent;
    --tblr-btn-active-border-color: transparent;
    --tblr-btn-color: var(--tblr-primary-fg);
    --tblr-btn-bg: var(--tblr-primary);
    --tblr-btn-hover-color: var(--tblr-primary-fg);
    --tblr-btn-hover-bg: rgba(var(--tblr-primary-rgb), .8);
    --tblr-btn-active-color: var(--tblr-primary-fg);
    --tblr-btn-active-bg: rgba(var(--tblr-primary-rgb), .8);
    --tblr-btn-disabled-bg: var(--tblr-primary);
    --tblr-btn-disabled-color: var(--tblr-primary-fg);
    --tblr-btn-box-shadow: var(--tblr-shadow-button), var(--tblr-shadow-button-inset);
    
    background-image: linear-gradient(60deg, #c6a2ef 0%, #a080e7 10%, #857bff 40%, #8298e5 60%, #7fcdf8 100%);
    transition: 0.5s;
    background-size: 200% auto;
    /* box-shadow: 0 0 20px #eee; */
    border-color:#573bc7;
  }
  /* .btn{color:var(--aibot-label-text-color);} */
  .btn-primary:hover {
    background-position: 80% 50%; /* change the direction of the change here */
  }
  .form-control::placeholder, textarea::placeholder{
    color:var(--aibot-form-placeholder-color);
  }
  .form-control:focus {
    background-color: var(--tblr-bg-forms);
    border-color: var(--tblr-border-color);
    box-shadow: 0 0 transparent, 0 0 0 .25rem rgba(62, 32, 196, 0.25);
    color:var(--aibot-form-input-area-color);
  }
  .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: var(--tblr-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--aibot-form-valid-color-rgb), .25);
  }
  .form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--tblr-form-valid-border-color);
    padding-right: calc(1.4285714286em + .875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d8c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.3571428572em + .21875rem) center;
    background-size: calc(.7142857143em + .4375rem) calc(.7142857143em + .4375rem);
  }
  .form-select{
    color:var(--aibot-label-text-color);
  }
  .form-select:focus {
    border-color: var(--tblr-border-color);
    outline: 0;
    box-shadow: 0 0 transparent, 0 0 0 .25rem rgba(62, 32, 196, 0.25);
  }
  .form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
      --tblr-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d8c2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
      padding-right: 4.125rem;
      background-position: right .75rem center,center right 2.25rem;
      background-size: 16px 12px,calc(.7142857143em + .4375rem) calc(.7142857143em + .4375rem)
  }

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: var(--tblr-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--aibot-form-valid-color-rgb),.25)
}

.zsk-title{
    color:var(--aibot-label-text-color);
}
#xfqsetDialog .card{
    background:linear-gradient(180deg, rgb(249, 248, 250) 15%, rgb(255,255,255) 35%, rgb(237, 235, 240) 95%);
}
.usage-pie-chart{
    width:100%;height:calc(50vh);
}

@media (max-width: 768px){    
    .usage-pie-chart{
        width:100%;height:calc(100vh);
    }
}

fieldset.fs-ai-prompt-update{
    border: 1px #b396ca solid;
    border-radius:0.2rem;
    padding: 0 1rem 0 1rem;
    margin-bottom: 1rem;
    padding-bottom:1rem;
}
fieldset.fs-ai-prompt-update legend{
    float:none !important;
    width:auto !important;
    padding-left:0.5rem;
    padding-right:0.5rem;
}
.table.analysistable{
    color: #494574;
    border-color:#d7d2f3;
    --tblr-table-striped-bg:#ececfb;
    --tblr-table-border-color:#b6aaf9;
    --tblr-table-hover-bg:#d0d0ec;
}
.table.analysistable.table-bordered>:not(caption)>*>*{
    border-width:1px 1px;
}
.table.analysistable thead th{
    background:#cacbf1;
    color: #494574;
    border-color: #b6aaf9 !important;
    font-size:0.8rem;
}
.table.analysistable.table-hover>tbody>tr:hover td{
    border-color: #edeaff;
}
#chart-main-title{
    color:#312768;
}
.btn-mod-expand svg,.btn-mod-rewrite svg,.btn-mod-prune svg{
    vertical-align: middle;
}
.btn-mod-expand:before{
    content: url('data:image/svg+xml,%3Csvg%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20width%3D%2218%22%20%20height%3D%2218%22%20%20viewBox%3D%220%200%2024%2024%22%20%20fill%3D%22none%22%20%20stroke%3D%22%23ffffff%22%20%20stroke-width%3D%222%22%20%20stroke-linecap%3D%22round%22%20%20stroke-linejoin%3D%22round%22%20%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-baseline-density-small%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4%203h16%22%20%2F%3E%3Cpath%20d%3D%22M4%209h16%22%20%2F%3E%3Cpath%20d%3D%22M4%2015h16%22%20%2F%3E%3Cpath%20d%3D%22M4%2021h16%22%20%2F%3E%3C%2Fsvg%3E');
    color:#fff;
    vertical-align: text-bottom;
}
.btn-mod-rewrite:before{
    content:url('data:image/svg+xml,%3Csvg%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20width%3D%2218%22%20%20height%3D%2218%22%20%20viewBox%3D%220%200%2024%2024%22%20%20fill%3D%22none%22%20%20stroke%3D%22%23ffffff%22%20%20stroke-width%3D%222%22%20%20stroke-linecap%3D%22round%22%20%20stroke-linejoin%3D%22round%22%20%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-refresh%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M20%2011a8.1%208.1%200%200%200%20-15.5%20-2m-.5%20-4v4h4%22%20%2F%3E%3Cpath%20d%3D%22M4%2013a8.1%208.1%200%200%200%2015.5%202m.5%204v-4h-4%22%20%2F%3E%3C%2Fsvg%3E');
    color:#fff;
}
.btn-mod-prune:before{
    content:url('data:image/svg+xml,%3Csvg%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20width%3D%2218%22%20%20height%3D%2218%22%20%20viewBox%3D%220%200%2024%2024%22%20%20fill%3D%22none%22%20%20stroke%3D%22%23ffffff%22%20%20stroke-width%3D%222%22%20%20stroke-linecap%3D%22round%22%20%20stroke-linejoin%3D%22round%22%20%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-menu%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4%208l16%200%22%20%2F%3E%3Cpath%20d%3D%22M4%2016l16%200%22%20%2F%3E%3C%2Fsvg%3E');
    color:#fff;
}