/*-------------------------- planner style -------------------------------------*/

.ui-state-highlight {
    width: 100%;
    height: 100px;
    /*margin: 10px;*/
}
.ui-resizable-handle {
    background-color: grey;
}
.my-resize {
    /*top: 10px;*/
    top:0;
    /*width: 50px;*/
    /*height: 50px;*/
    height: 100px;
    /*width: 15%;*/
    /*width: 142px;*/
    /*padding: 0.5em;*/
    float: left;
    /*border: #0f1011 medium solid;*/
    /*border-right-width: 12px;*/
    border-radius: 8px;
    text-align: center;
    border-right-color: #797777;
    position: absolute;
    z-index:99999;
}
.timecolumn {
    /*display: table-cell;*/
    /*    top: 100px;*/
    height: 1px;
    background-color: white;
    border-top: 1px solid transparent;
    border-color: black;
    margin: 20px;
}
.timecolumn:last-child {
    border-top: none;
    border-bottom: none;
}
/* Diamond square */
.timecolumn:nth-child(5n+1) .tick {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: black;
    position: relative;
    top: -17px;
}
/* Diamond square */
.timecolumn:nth-child(5n+1) .tick:after {
    content: '';
    position: absolute;
    left: -8px;
    top: 8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: black;
}
.timecolumn:nth-child(5n+1) .tick.bottom-right {
    right: 9px;
    bottom: 8px;
    /*    border-color: black;*/
}

.dropzone-column {
    /*-webkit-box-sizing: content-box !important;*/
    /*-moz-box-sizing: content-box !important;*/
    /*box-sizing: content-box;*/
    /*display: table-cell;*/
    height: 100px;
    background-color: white;
    border-right: 2px dashed #aaaaaa;

}
.dropzone-column:first-child {
    border-left: 2px solid #aaaaaa;
}
.dropzone-column:last-child {
    border-right: none;
}
/**:not(.dropzone-column) {*/
/*    box-sizing : border-box;*/
/*}*/
/*every fifth element a solid right border*/
.dropzone-column:nth-child(5n+0) {
    border-right: 2px solid #aaaaaa;
}
.drop-destination {
    position:relative;
}
.drop-source {
    position:relative;
}
/*td {*/
/*    border: gray thin solid;*/
/*}*/

label.plan-item-finish {
    color: #44ff71;
    filter: brightness(80%);
}
label.plan-item-unfinish {
    color: #ff585a;
    filter: brightness(80%);
}



/*-------------------------- planner style end -------------------------------------*/

/*-------------------------- horizontal collapse style -----------------------------*/
.my-horizontal-collapse-tools {
    transition-duration: .3s;
    visibility: visible;
    white-space: nowrap;
    vertical-align: middle;
    /*line-height: 175px;   line height 会导致文字行高也是175px*/
    position: fixed;
    right: 0;
    overflow: auto;

}
/*.my-horizontal-collapse-tools.planner {*/
/*    bottom: 0;*/
/*    z-index:99;*/
/*    width: 960px;*/
/*    margin-right: -960px;*/
/*}*/
.my-horizontal-collapse-tools.planner2 {
    bottom: 0;
    z-index:100;
    height: 90%;
    width: 35%;
    margin-right: -35%;
}

.my-horizontal-collapse-tools.search-panel {
    bottom: 0;
    z-index:100;
    height: 90%;
    width: 28%;
    margin-right:-28%;
}
.my-horizontal-collapse-tools.write-essay {
    height: 60vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 50%;
    margin-right: -50%;
}
.my-horizontal-collapse-tools.collaborate-write {
    height: 80vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 50vw;
    margin-right: -1150px;
}
.my-horizontal-collapse-tools.timer {
    /*line-height: 175px;   line height 会导致文字行高也是175px*/
    overflow: hidden;
    height: 180px;
    bottom: 20%;
    z-index:101;
    width: 455px;
    min-width: 400px;
    margin-right: -455px;
}
.my-horizontal-collapse-tools.my-writing-suggestion {
    height:420px;
    bottom: 0;
    z-index:100;
    width: 455px;
    margin-right: -455px;
}
.my-horizontal-collapse-tools.chatgpt-assistant {
    height: 90vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 45%;   /*jimmie: 35% */
    margin-right: -50%;    /* 455px*/
}
.my-horizontal-collapse-tools.my-classification {
    height: 90vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 28%;
    margin-right: -28%;    /* 455px*/
}
.my-horizontal-collapse-tools.my-consultation-submit {
    height: 85vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 30%;
    margin-right: -30%;    /* 455px*/
}

.my-horizontal-collapse-tools.my-consultation-table {
    bottom: 0;
    z-index:1;
    width: 90%;
    margin-right: -90%;
}

/* 控制表格内容区的可视高度 + 竖向滚动 */
.table-scroll-wrapper {
    max-height: 520px;     /* 可按需调整，比如 220/300px */
    /*overflow-y: auto;*/
}

/* 表头粘性 */
.table-sticky thead th {
    position: sticky;
    top: 0;
    z-index: 2;            /* 确保盖住滚动内容 */
    background: #fff;      /* 避免透明 */
    background-clip: padding-box;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08); /* 可选：分隔线阴影 */
}

.filling-instruction {
    color: #fd2f2f;
    font-size: 12px;
    position: absolute;
    left: 80px;
}

.filling-consultation-table {
    color: #fd2f2f;
    font-size: 12px;
    position: absolute;
    left: 200px;
    top:20px;
}

/*  generate tools css */
/* ===== slide-out label for toolbar buttons ===== */
.toolbar-btn{               /* 所有工具按钮通用类 */
    position:relative;
    overflow:visible;
}
.toolbar-btn::after{        /* 彩色文字卡片 */
    content: attr(data-label);
    position:absolute;
    right:calc(100% + 8px); /* 紧贴按钮左侧 8px */
    top:50%;
    transform:translateX(20px) translateY(-50%);
    opacity:0;
    padding:4px 12px;
    background:#0d6efd;     /* 主题色自调 */
    color:#fff;
    border-radius:6px;
    white-space:nowrap;
    font-size:12px;
    line-height:1.2;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
    transition:opacity .3s ease, transform .3s ease;
    pointer-events:none;
    z-index:9999;
}
.toolbar-btn::before{       /* 小箭头，可删 */
    content:'';
    position:absolute;
    right:calc(100% + 1px);
    top:50%;
    transform:translateY(-50%);
    border:6px solid transparent;
    border-left-color:#0d6efd;
    opacity:0;
    transition:opacity .3s ease;
    pointer-events:none;
}
.toolbar-btn:hover::after,
.toolbar-btn:hover::before{
    opacity:1;
    transform:translateX(0) translateY(-50%);
}
.toolbar-btn:hover{ transform:scale(1.12); }


/* checklist tools */
.my-horizontal-collapse-tools.my-checklist {
    height: 60vh; /*420px*/
    bottom: 0;
    z-index: 100;
    width: 605px;
    margin-right: -605px;    
}
/* zoteroNotes tool */
.my-horizontal-collapse-tools.my-zoteronotes {
    height: 60vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 50%;
    margin-right: -50%;
}
/* processVisual tool */
.my-horizontal-collapse-tools.my-processVisual {
    height: 60vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 50%;
    margin-right: -50%;
}
.my-jsmind-style {
    width: 100%;
    min-height: 200px; /* 确保有足够的高度 */
    overflow: auto;
    position: relative; /* 确保 z-index 生效 */
    z-index: 1100; /* 确保在最前面 */
}

.my-horizontal-collapse-tools.math-editor {
    height: 60vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 50%;
    margin-right: -50%;
}


.checklist-foot {
    display: flex;
    justify-content: flex-end;
}

/* zoteroNotes tool */
.my-horizontal-collapse-tools.my-zoteronotes {
    height: 60vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 50%;
    margin-right: -50%;
}
/* processVisual tool */
.my-horizontal-collapse-tools.my-processVisual {
    height: 60vh;   /*420px*/
    bottom: 0;
    z-index:100;
    width: 50%;
    margin-right: -50%;
}
.my-jsmind-style {
    width: 100%;
    min-height: 200px; /* 确保有足够的高度 */
    overflow: auto;
    position: relative; /* 确保 z-index 生效 */
    z-index: 1100; /* 确保在最前面 */
}


.my-horizontal-collapse-tools.my-essay-product-visual {
    height: 40vh; /*420px*/
    bottom: 0;
    z-index: 100;
    width: 455px;
    margin-right: -455px;
}

.my-horizontal-collapse-tools.in-tools {
    transition-duration: .3s;
    margin-right: 50px;
    width: 40%;
}

.my-horizontal-collapse-tools.in-tools-move-left {
    transition-duration: .3s;
    margin-right: 35%;    /* 505px*/ /*jimmie: 35%*/
    width: 50%;      /* 645px*/
}

.my-horizontal-collapse-tools.in-tools-move-more-left {
    transition-duration: .3s;
    margin-right: 45%;     /*jimmie: 35%*/
    width: 40%;      /* 645px*/
}



.my-side-annotation-toolbar {
    transition-duration: .3s;
    left: -45px;
}
.my-side-annotation-toolbar.clicked {
    transition-duration: .4s;
    left: -535px;
}

a {
    text-decoration: none;
}

/* Teacher typing status */
.toolheader {
    display: flex;
    justify-content: space-between;
}

.tooltitle {
    flex: 3
}

.toolstatus {
    flex: 1;
    padding-top: 12px;
}

/* Essay Product Visual Tool */

.essay-product-visual-dot {
    height: 30px;
    width: 30px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.essay-product-visual-status-mainpoint-active {
    background-color: #FFFA67; /* Customize color based on data */
}
.essay-product-visual-status-relevance-active {
    background-color: #9F67FF;
}
.essay-product-visual-status-structure-active {
    background-color: #FF67CC;
}
/*------------------------ horizontal collapse style end ---------------------------*/




/*------writer diet--------------------*/
.graph-container {
    display: flex;
    flex-direction: column;
    height: 120px;
    background-color: #f3f3ee;
    position: relative;
    padding-top: 5px;
    margin-bottom: 5px;
}
.graph-part-sections {
    display: flex;
    flex-direction: row;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
}
.graph-part-section-slice--1, .graph-part-section-slice--2 {
    opacity: 0;
}
.graph-part-section-slice--3 {
    opacity: .18;
}
.graph-part-section-slice--4 {
    opacity: .28;
}
.graph-part-section-slice--5 {
    opacity: .38;
}

.graph-part-section-slice {
    flex: 1 1;
    background: linear-gradient(
            45deg,
            rgba(139, 147, 143, 0.5) 0, rgba(139, 147, 143, 0.5) 25%, transparent 25%, transparent 50%,
            rgba(139, 147, 143, 0.5) 50%, rgba(139, 147, 143, 0.5) 75%, transparent 75%, transparent
    );
    background-size: 15px 15px;
}
.graph-part-lines {
    z-index: 3;
}
.graph-part-section-line {
    flex: 1 1;
    border-right: 1px solid #a5a6a9;
}
.graph-part--active {
    z-index: 199;
}

.graph-part .ms-Checkbox {
    position: absolute;
    z-index: 9000;
    pointer-events: none;
    top: 2px;
    left: 2px;
}
.root-67 {
    position: relative;
    display: flex;
}
.root-60 {
    position: relative;
    display: flex;
}
.input-61 {
    position: absolute;
    background: none;
    opacity: 0;
}
.label-62 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    user-select: none;
}
.graph-part .ms-Checkbox-checkbox {
    height: 16px;
    width: 16px;
}
.checkbox-68 {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border: 1px solid rgb(0, 120, 212);
    border-radius: 2px;
    box-sizing: border-box;
    transition-property: background, border, border-color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
    overflow: hidden;
    margin-right: 4px;
    background: rgb(0, 120, 212);
}
.graph-part {
    flex: 1 1;
    position: relative;
    z-index: 99;
}
.graph-part.graph-part-emojis {
    width: 100%;
    display: flex;
}
.graph-part-emojis-callout {
    width: 100%;
    height: 100%;
    position: absolute;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}


/* -------------------------Notes Hover effect-------------------- */
.my-notes-hover { /* used when the highlights are hovered, add this to sidebar annotations*/
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    opacity: 0.8;
    filter: brightness(70%);
    /*filter: drop-shadow(0,0,0 black);*/
}

#writeEssayEditorMain span:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    opacity: 0.8;
    filter: brightness(70%);
    cursor: pointer;
}

span.highlighted:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    opacity: 0.8;
    filter: brightness(70%);
    cursor: pointer;
}
span.classification-sentence:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    opacity: 0.8;
    filter: brightness(70%);
    cursor: pointer;
}

/* 文字过长，显示省略号 */
.text-ellipsis {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    width:100%;

    /*background:#ccc;*/
}

.scaffold-todo-item-finish {
    text-decoration: line-through;
}

/*----------------my modal--------------------------------*/
/* The Modal (background) */
.my-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 200; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.my-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 500px;
    height: 280px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.my-modal-header {
  padding: 16px 16px;
  background-color: #e0e0e0;
  color: black;
}

.my-modal-body {
  padding: 2px 16px;
  font-size: 13pt;
}
.my-modal-button {
  width: 190px;
  cursor: pointer;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*---------------------------------Chatgpt ------------------------------------------------------------*/

#send-question {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  padding: 0px;
  margin: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 4px rgb(227, 227, 227); /* outer shadow */
  width: 70px;
}

.form-control {
  height: 100%;
  word-wrap: break-word;
  white-space: normal;
  font-size: 10pt;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.form-control .message-content {
  font-size: 16px;
  display: flex;
}

.form-control .doc-scaffold-content{
    font-size: 16px;
}
.form-control .doc-scaffold-content .doc-scaffold-answer{
    text-align: left;
    margin-bottom: 10px;
    word-wrap: break-word;
    padding: 10px;
    /* float: left; */
    background-color: rgba(127, 171, 239, 0.29);
    color: #333;
    border-radius: 10px;
    font-size: 16px;
}

.form-control .doc-scaffold-content .timestamp {
    font-size: 12px;
    color: #b7b7b7;
    margin-bottom: 20px;
}

.form-control .user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 20%;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 4px rgb(227, 227, 227);
}

.form-control .bot-avatar {
    width: 30px;
    height: 30px;
    border-radius: 20%;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 4px rgb(227, 227, 227);
}
.user-avatar-wrapper {
    display: flex;
    flex-direction: column;
    /*align-items: center; !* 使头像和用户名居中对齐 *!  不需要设置，已经对齐了*/
}

.agent-avatar-wrapper {
    display: flex;
    flex-direction: column;
    /*align-items: center; !* 使头像和用户名居中对齐 *!*/
}

.agent-name{
    font-size: 14px;
}


.user-name{
    font-size: 10px;
    text-align: center;
    margin-left: 5px;
    font-weight: bold;
}

.form-control .message-content .user-question {
  display: inline-block;
  text-align: left;
  background-color: #0d6efd;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 10px;
  margin-bottom: 10px;
  max-width: 80%;
  word-wrap: break-word;
  box-shadow: 0 0 10px 4px rgb(227, 227, 227);
}

.form-control .message-content .user-consultation {
    display: inline-block;
    text-align: left;
    background-color: #0dc4fd3d;
    padding: 10px;
    border-radius: 10px 10px 0 10px;
    margin-bottom: 10px;
    max-width: 90%;
    word-wrap: break-word;
    box-shadow: 0px 0px 10px 4px rgb(227, 227, 227);
}

.form-control .message-content .bot-answer {
  display: inline-block;
  align-self: flex-start;
  text-align: left;
  margin-bottom: 10px;
  max-width: 80%;
  word-wrap: break-word;
  padding: 10px;
  /* float: left; */
  background-color: #e0e0e0;
  color: #333;
  border-radius: 10px;
}
.form-control .gpt-scaffold-message-content .gpt-scaffold-bot-answer {
    display: inline-block;
    align-self: flex-start;
    text-align: left;
    margin-bottom: 10px;
    max-width: 100%;
    word-wrap: break-word;
    padding: 10px;
    /* float: left; */
    background-color: #e0e0e0;
    color: #333;
    border-radius: 10px;
}

.form-control .message-content .timestamp {
  font-size: 12px;
  color: #b7b7b7;
  margin-bottom: 20px;
}

@keyframes gpt-scaffold-flashing {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.gpt-scaffold-flash-icon {
    animation: gpt-scaffold-flashing 1s infinite;
}
.gpt-scaffold-chat-flash-icon {
    animation: gpt-scaffold-flashing 1s infinite;
}


/* Teacher handler tool status */
.type-status {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rounded-circle {
  border-radius: 50% !important;
}

.online-status {
  display: flex;
}

.status {
  border: 1px solid;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-left: 3px;
  background-color: gray;
}

.online {
  background-color: aquamarine;
}

.none-resize-textarea {
    resize: none;
}

.none-outline-textarea:focus {
    outline: none !important;
    border-color: #ccc;
    box-shadow: none !important;
}
/* --------------------------Teacher handler tool status end--------------------------- */

.chat-rounds {
    font-size: 10px;
    color: #fd0d45;
    margin-bottom: 10px;
}

/*#toeflEditor {*/
/*    !*width: 100%;*!*/
/*    height: 100px;*/
/*    border: 1px solid #ddd;*/
/*    outline: none;*/
/*    padding: 10px;*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*    background-color: #fafafa;*/
/*    border-radius: 4px;*/
/*    overflow: auto;*/
/*    word-wrap: break-word;*/
/*    white-space: pre-wrap; !* 保持空格和换行符 *!*/
/*    float: left;*/
/*}*/

/*#toeflEditor:focus {*/
/*    border-color: #0095ff;*/
/*    box-shadow: 0 0 5px #0095ff;*/
/*}*/

.highlight {
    /*color: #0077ff;*/   /* 这里注释掉是因为，当用户自行删除内容时，无法彻底删除font的color样式，目前暂未解决 */
}

/*.form-control .message-content .structure-expert-bg {
    background-color: #feeebf;
}

.form-control .message-content .grammar-expert-bg {
    background-color: #e0f2ff;
}

.form-control .message-content .language-expert-bg {
    background-color: #fde0e0;
}

.form-control .message-content .mediator-bg {
    background-color: #f9d6ff;
}*/

.placeholder {
    color: #aaa;
}

.consultation-table-row{
    height: 150px;
}

textarea.consultation-table-row {
    outline: none;
    border: none;
    resize: none;
    height: 150px;
}

input.consultation-table-row {
    outline: none;
    border: none;
    resize: none;
}


.form-control .popup-questionnaire {
    display: inline-block;
    align-self: flex-start;
    text-align: left;
    margin-bottom: 10px;
    max-width: 100%;
    word-wrap: break-word;
    padding: 10px;
    /* float: left; */
    background-color: #e0e0e0;
    color: #333;
    border-radius: 10px;
}

.unfinished-questionnaire {
    background-color: #F93827;
}

.popup-questionnaire-blocking {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 201; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    left: 0;
    top: 0;
    /*width: 1000px; !* Full width *!*/
    /*height: 1000px; !* Full height *!*/
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/*-----------------Collaborate write----------------------------*/
.highLight-bkg{
    background-color: red;
}
.collaborative-chat-select {
    min-width: 350px;
}

.collaborative-chat-select select {
    appearance: none;
    font-size: 1.1rem;
    padding: 0.1em 0.1em 0.1em 0.1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
}

.collaborative-chat-select {
    display: none;
}
.collaborative-chat-select.open {
    display: block;
}


/*-----------------------------------------*/
.my-text-success {
    color: #0df089;
}

.my-text-danger {
    color: #ebaea7;
}


/*-------------------newly added 2.5.1----------------------*/
/*gpt scaffold chat message*/
#gpt-scaffold-chat-panel-box [disabled], [contenteditable="false"] {
    opacity: 0.5;
    pointer-events: none;
}


.animate-instrumentation-tools-btn {
    /*font-size: 24px;*/
    /*padding: 16px 32px;*/
    transform: scale(8);  /* 初始3倍大 */
    transition: transform 0.8s;
}
.animate-instrumentation-tools-btn.shrinking {
    animation: shrinkToNormal 1s forwards;
}
/* 定义动画 */
@keyframes shrinkToNormal {
    from { transform: scale(8);}
    to   { transform: scale(1);}
}

.rating-gray {
    filter: grayscale(90%);
}