
/* Table Styles */
.table-container {
    margin-top: 20px;
    overflow-x: auto;
}

/* 缇庡寲婊氬姩鏉℃牱寮� */
.table-container::-webkit-scrollbar {
    height: 6px;
}

.table-container::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 3px;
}

.table-container::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 3px;
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
}

.result-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    table-layout: fixed;

}

.result-table tr{
    border-bottom: 1px solid #F0F0F0;

}

.result-table th,
.result-table td {
    padding: 16px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;    
    box-sizing: border-box;
    word-break: break-all;
}


.result-table td .num {
    color: #1957F2;
    margin-right: 4px;
}

.result-table th {
    background-color: #F0F7FC;
    font-weight: 500;
    color: #666;
}

.result-table tbody tr:hover {
    background-color: #F7F9FE;
}



.result-table .td-action{
    padding: 0 16px !important;
}


.ov-box {
    min-height: 52px;
    display: flex;
    align-items: center;
    overflow: hidden;
}


.table-container tr th:nth-child(1) {
    width: 130px;
} 



.table-container tr th:nth-child(2) {
    width: 150px;
}

.table-container tr th:nth-child(3) {
    width: 100px;

}

.table-container tr th:nth-child(4) {
    width: 100px;

}

.table-container tr th:nth-child(5) {
    width: 160px;
}

.table-container tr th:nth-child(6) {
    /* text-align: right; */
    width: 158px;
}

.table-container tr th:nth-child(7) {
    width: 120px;
}

.btn-view-result {
    border: 1px solid #9400D3;
    border-radius: 4px;
    padding: 0px 0;
    cursor: pointer;
    color: #9400D3;
    font-size: 14px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-view-result {
    border: 1px solid #9400D3;
    border-radius: 4px;
    padding: 0px 0;
    cursor: pointer;
    color: #9400D3;
    font-size: 14px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.agent-pop-overlay {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:1000;
    display: block;
}

.agent-pop-modal {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 1200px;
    max-height: 90vh;
}

.agent-pop-header {
    display: flex;
    justify-content: space-between;
}

.agent-pop-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.02em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* colorMenuSubItemBg */
    color: #000C17;

}

.title-bar {
    height: 70%;
    width: 3px;
    border-radius: 4px;
    background: linear-gradient(270deg, #8F00FF 0%, #2538FF 100%);
    margin-right: 8px;
}

.agent-dialogue{
    max-height: calc(80vh - 100%);
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.agent-dialogue::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }


.agent-pop-body .ai-info-cards {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ai-info-card {
    min-width: 140px;
    flex: 1;
    border-radius: 8px;
    background: #F7F9FE;

    box-sizing: border-box;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 12px;
}

.ai-info-card .card-label {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;

    font-variation-settings: "opsz" auto;
    /* colorMenuSubItemBg */
    color: #000C17;
}

.ai-info-card .card-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #463DF7;
    margin-top: 8px;
}

.ai-info-card .card-value.highlight {
    color: #F7653D;
}

.ai-info-card .card-value.none {
    color: #EB2D2D;
}

.agent-dialogue {

    background: #F7F9FE;

    box-sizing: border-box;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 20px;
    margin-top: 12px;
}

.agent-message{
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
}

.message-content{
    /* max-width: 80%; */
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 9px 16px;
    border-radius: 10px;
    position: relative;
    
}

.agent-message .message-content{
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.agent-message .message-content::before{
    content: '';
    position: absolute;
    top: 10px;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
}

.agent-icon{
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cecece;
}

.agent-item .name{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0em;
    
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 榛� */
    color: #1A2233;
    margin-left: 8px;
}

.agent-message .agent-message-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-message .agent-message-icon{
    background: linear-gradient(90deg, #9400D3 20%, #7B68EE 80%);
}

.agent-message-icon img{
    width: 24px;
}

.agent-item{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}



.agent-message{
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
}

.message-content{
    /* max-width: 80%; */
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 9px 16px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
}

.agent-message .message-content{
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size:15px;
}

.agent-message .message-content::before{
    content: '';
    position: absolute;
    top: 10px;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
}

.agent-icon{
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cecece;
}

.agent-item .name{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0em;
    
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 榛� */
    color: #1A2233;
    margin-left: 8px;
}

.agent-message .agent-message-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-message .agent-message-icon{
    background: linear-gradient(90deg, #9400D3 20%, #7B68EE 80%);
}

.agent-message-icon img{
    width: 24px;
}

.agent-item{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
