/* Admin styles for HR RAG Chatbot */

#indexing-progress {
    margin-top: 20px;
}

#indexing-progress h4 {
    margin-bottom: 10px;
}

.progress-bar-container {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 20px;
    position: relative;
}

#progress-bar {
    background: #0073aa;
    height: 100%;
    width: 0%;
    transition: width 0.3s;
}

#progress-text {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

#progress-status {
    margin-top: 10px;
    font-style: italic;
    color: #666;
}

#api-test-result {
    margin-top: 10px;
}

.notice.inline {
    margin: 5px 0;
    padding: 10px;
}
