.hrchat-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.hrchat-flex-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hrchat-flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hrchat-flex-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.hrchat-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hrchat-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hrchat-text-white{color:#fff}.hrchat-gap-2{gap:.5rem}.hrchat-flex-grow-1{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.hrchat-py-3{padding-top:1rem;padding-bottom:1rem}.hrchat-py-4{padding-top:1.5rem;padding-bottom:1.5rem}.hrchat-py-5{padding-top:3rem;padding-bottom:3rem}.hrchat-px-3{padding-left:1rem;padding-right:1rem}.hrchat-p-0{padding:0}.hrchat-p-2{padding:.5rem}.hrchat-p-3{padding:1rem}.hrchat-mb-0{margin-bottom:0}.hrchat-mb-2{margin-bottom:.5rem}.hrchat-mb-3{margin-bottom:1rem}.hrchat-mb-4{margin-bottom:1.5rem}.hrchat-ms-3{margin-left:1rem}.hrchat-me-2{margin-right:.5rem}.hrchat-me-1{margin-right:.25rem}.hrchat-fw-semibold{font-weight:600}.fa-spinner.spin,i.fa-spinner.spin{animation:spin 1s linear infinite}.hrchat-rounded-circle{border-radius:50%}.hrchat-shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.hrchat-bg-white{background-color:#fff}.hrchat-bg-success{background-color:#28a745}.hrchat-border-bottom{border-bottom:1px solid #dee2e6}.hrchat-text-dark{color:#212529}.hrchat-position-relative{position:relative}.hrchat-position-absolute{position:absolute}.hrchat-top-50{top:50%}.hrchat-start-0{left:0}.hrchat-translate-middle-y{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.hrchat-w-100{width:100%}.hrchat-d-block{display:block}.hrchat-overflow-hidden{overflow:hidden}.hrchat-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hrchat-text-decoration-none{text-decoration:none}.hrchat-btn-send{background-color:#212529;color:#fff;border-color:#212529}.hrchat-btn-send:hover{background-color:#424649;color:#fff;border-color:#373b3e}.avatar-sm{width:40px;height:40px;border-radius:50%;object-fit:cover}.suggestion-pill{border-radius:50px;background:#f0f0f0;border:none;padding:.6rem 1rem;font-size:.9rem}.suggestion-pill:hover{background:#e5e5e5}.input-pill{border-radius:50px;background:#f5f5f5;border:none;padding:.75rem 1.25rem}.input-pill:focus{background:#f5f5f5;box-shadow:none}.chat-layout{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;flex:1}.chat-header{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.chat-footer{background:#fff;padding:.75rem 1rem;border-top:1px solid #eee;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;bottom:38px;position:fixed;width:49vw}.chat-body{overflow-y:auto;-ms-flex:1 1 auto;max-height:46vh;margin:0;padding:10px}body,html{height:100vh}.main-content{flex:1}.bubble-user{background:#fff;border:1px solid #eee;border-radius:18px 18px 4px 18px;max-width:85%;margin-left:auto}.bubble-ai{background:#efefef;border-radius:18px 18px 18px 4px;max-width:85%}.history-card{border-radius:50px;background:#f0f0f0;padding:.75rem 1rem;margin-bottom:.5rem}.human-history-row{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:.75rem 1rem}.human-history-message-text{word-wrap:break-word;overflow-wrap:break-word}.hrchat-history-card-with-tooltip{position:relative}.hrchat-history-response-tooltip{position:absolute;left:0;top:100%;margin-top:6px;padding:8px 12px;max-width:320px;width:max-content;font-size:13px;line-height:1.4;color:#333;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);white-space:normal;word-wrap:break-word;z-index:1050;visibility:hidden;opacity:0;-webkit-transition:opacity .15s ease,visibility .15s ease;transition:opacity .15s ease,visibility .15s ease;pointer-events:none}.hrchat-history-card-with-tooltip:hover .hrchat-history-response-tooltip{visibility:visible;opacity:1}.hrchat-history-response-tooltip strong{font-weight:600}.history-card:hover{background:#e8e8e8}.search-pill{border-radius:50px;background:#f5f5f5;border:none;padding:.6rem 1rem .6rem 2.5rem}.search-pill:focus{background:#f5f5f5;box-shadow:none}.btn-new-chat{background:#d4edda;color:#155724;border:none;border-radius:50px;padding:.5rem 1rem}.btn-new-chat:hover{background:#c3e6cb}.bi-arrow-clockwise.spin{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#layout-main{height:calc(100vh - 80px);display:flex;flex-direction:column}#HrChatbotMainView{flex:1}.ChatbotWrapper{display:block;height:100%}.chatHistoryScroll{overflow-y:scroll;height:38vh}.chatHistoryScroll2{overflow-y:scroll;height:47vh}.hr-chat-iframe-view{height:calc(100vh - 175px);display:flex;flex-direction:column}.hr-chat-iframe-view .chat-footer{position:relative;width:100%;bottom:auto}.hr-chat-iframe-view .chat-body{max-height:none;flex:1 1 auto;min-height:0;margin:0}.mt-0{margin-top:0!important}@media(max-width:767px){.chat-footer{bottom:0;width:100vw}.hr-chat-iframe-view{height:calc(100vh - 100px)}.chatHistoryScroll{height:60vh}}.body-content{padding:0 0 0 0!important;background-color:#fff!important}.margin-0{margin:0}