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