.chatbot-container{background:linear-gradient(180deg,#e2eaf0,#ecf1f8 47.8%,#e2eaef);height:100vh;width:100%;max-width:48rem;position:absolute;bottom:0;right:0;font-size:1rem;overflow:hidden}:root{--primary: #182f7c;--white: white}body{font-family:Arial,Helvetica,sans-serif;color:#000;margin:0;padding:0}.chatbot-container{background:linear-gradient(180deg,#e2eaf0,#ecf1f8 47.8%,#e2eaef);height:100vh;width:100%;max-width:48rem;position:absolute;bottom:0;right:0;font-size:1rem;overflow:hidden;display:flex;flex-direction:column}.chatbot-container a,.chatbot-container a:hover{color:#000;text-decoration:none}.chatbot-display-center{display:flex;align-items:center}.chatbot-header{background:linear-gradient(180deg,#e2eaf0,#ecf1f8 47.8%,#e2eaef);padding:1rem 2rem;justify-content:space-between}.chatbot-close-icon{padding:.5rem;display:flex}.chatbot-body{height:calc(100vh - 270px);display:block;padding:1rem 2rem;overflow-y:auto;scrollbar-width:thin;flex-grow:1}.chatbot-footer{padding:1rem 2rem;justify-content:space-between}.chatbot-footer-holder{position:relative}.chatbot-footer form{display:contents}.chatbot-footer form button{border:0;background:transparent;cursor:pointer}.chatbot-footer input{box-shadow:0 4px 4px #00000005;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.813rem;border:0;width:100%;font-size:1rem;color:#000;padding:1.375rem 3.2rem 1.375rem 1.375rem;display:block;margin-bottom:.5rem}.chatbot-footer input::placeholder{color:#9f9f9f}.chatbot-footer .error-message{color:red;font-size:14px;margin-top:.5rem}.chatbot-button-holder{position:absolute;right:0;padding:1.36rem 1rem;display:flex;border-radius:.813rem}.chatbot-profile-holder{min-height:100%;display:flex;flex-direction:column;justify-content:end}.chatbot-entry{display:flex;flex-direction:column;justify-content:center;text-align:center}.chatbot-search-icon{background:#fff;align-items:center;justify-content:center;padding:1rem 0;margin:0 auto;border-radius:.5rem;max-width:5rem;display:none}.chatbot-entry .chatbot-entry-fetured h1{color:#001f47;font-size:2rem;margin:1rem 0 0;padding:0}@media screen and (min-width:1024px){.chatbot-entry .chatbot-entry-fetured h1{margin-top:0}}.chatbot-entry .chatbot-entry-fetured p{margin:1rem 0 2rem;padding:0;color:#575757}.chatbot-entry-cards-holder{display:flex;align-items:flex-start;justify-content:center;flex:1 1 auto}.chatbot-entry-card-holder{background:#fff;display:flex;flex-direction:column;border-radius:.5rem;padding:1rem;text-align:left;position:relative;flex-grow:1;flex-basis:22%}.chatbot-entry-card-icon{background:#f4f7fe;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem}.chatbot-entry-card-holder p{font-size:11px}.chatbot-profile-holder .chatbot-profile-wrapper{display:flex;gap:.5rem;margin-bottom:1.5rem}.chatbot-profile-holder .chatbot-profile-wrapper:last-child{margin-bottom:0}.chatbot-profile-holder .chatbot-profile-picture span{display:flex;background:#fff;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%}.chatbot-profile-holder .chatbot-profile-admin .chatbot-profile-picture span{background:linear-gradient(135deg,#395fc0,#081f5b)}.chatbot-profile-holder .chatbot-profile-title{font-weight:700}.chatbot-profile-holder .chatbot-profile-content p{line-height:1.5rem;font-size:1rem;padding:.5rem 0;margin:0;padding-top:0}.chatbot-profile-holder .chatbot-profile-content p p{padding:0}.chatbot-profile-holder .chatbot-profile-user{margin-left:2rem;flex-direction:row-reverse}.chatbot-profile-holder .chatbot-profile-user p{color:#575757}.chatbot-profile-holder .chatbot-profile-user .chatbot-profile-title{text-align:right}.chatbot-chat-holder{z-index:9999;background-color:transparent;cursor:pointer;position:fixed;bottom:1.5rem;right:1.5rem;width:3.75rem}.chatbot-chat-icon{-webkit-animation:3s linear infinite MoveUpDown;animation:3s linear infinite MoveUpDown;position:absolute;width:100%}@keyframes MoveUpDown{0%,to{bottom:0}50%{bottom:1.25rem}}.stretched-link:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0}.chatbot-tooltip{position:absolute;background:linear-gradient(180deg,#e2eaf0,#ecf1f8 47.8%,#e2eaef);color:#182f7c;padding:0 .938rem;border-radius:.5rem;bottom:6.25rem;right:0;width:15.625rem;min-height:5.625rem;display:flex;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.chatbot-tooltip a{display:flex;align-items:center;gap:.875rem;text-decoration:none;color:#182f7c}.chatbot-chat-holder:hover .chatbot-tooltip{opacity:1;visibility:visible}.chatbot-tooltip-close-btn{position:absolute;right:.938rem;top:.625rem;width:.938rem;height:.938rem;display:flex;align-items:center;justify-content:center}.chatbot-tooltip:after{content:"";position:absolute;top:93%;right:.938rem;width:1.25rem;height:1.25rem}.chatbot-tooltip-text{display:flex;align-items:center;gap:.625rem}.chatbot-tooltip.chatbot-tooltip-hide{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.chatbot-vote-widget{justify-content:space-between;margin-left:2.5rem;margin-bottom:1rem}.chatbot-vote-widget .chatbot-likedislike{display:flex;gap:1rem}.chatbot-vote-widget .chatbot-clearchat{font-size:.75rem;color:#575757}.chatbot-tags-widget{margin-left:2.5rem;gap:.875rem}.chatbot-tags-widget a{background:#f4f7fe;border:1px solid #D7DAE5;padding:.313rem .938rem;color:#575757;font-size:.75rem;border-radius:.5rem}.chatbot-footer__disclaimer{font-size:.6875rem;margin-bottom:.625rem;text-align:left}@media(max-width:576px){.chatbot-header,.chatbot-footer{padding:1rem}.chatbot-entry-cards{grid-template-columns:repeat(2,1fr)}.chatbot-tooltip.chatbot-tooltip-hide,.chatbot-chat-holder:hover .chatbot-tooltip,.chatbot-tooltip{display:none;opacity:0;visibility:hidden}}.chatbot-entry-cards form button{background-color:transparent;border:0;text-align:left}.chatbot-entry-cards{display:flex;column-gap:1rem}.chatbot-entry-cards form{display:flex;width:100%;column-gap:1rem}.chatbot-profile-chat li{margin-bottom:.5rem}@media only screen and (max-width:576px){.chatbot-entry-cards form{flex-wrap:wrap;gap:1rem}.chatbot-entry-card-holder{flex-grow:1;flex-basis:35%}}.chatbot-likedislike .active svg{fill:var(--primary)}.chatbot-likedislike .active svg path{stroke:var(--white)}.chat-bot__error-msg{width:75%;font-weight:500;text-align:center;line-height:1.5rem}.react-chatbot-kit-error-container{display:flex;height:calc(100vh - 69px);justify-content:center;align-items:center}table{border-collapse:collapse;width:100%}th,td{border:1px solid black;padding:8px;text-align:left}.chatbot-profile-chat a,.chatbot-profile-chat a:hover{color:#182f7c;text-decoration:underline}.grecaptcha-badge{display:none!important}
