mind-link-ai-widget
Version:
A react widget for React Web and React-Native Mobile integrations.
2 lines (1 loc) • 16.8 kB
CSS
:root{--carelon-purple: #6C47FF;--white: #ffffff;--black: #2f2f2f;--dark-grey: #2e2e2e;--mid-grey: #626262;--light-grey: #adadad;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{scrollbar-width:none;-ms-overflow-style:none}body{margin:0;min-width:320px;min-height:100vh;width:100vw;height:100vh;padding:0;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}#root{width:100vw;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}h1{font-size:3.2em;line-height:1.1}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:var(--carelon-purple)}button{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html,body,#root{overflow-x:hidden;max-width:100vw}*{box-sizing:border-box;max-width:100vw;word-break:break-word}body,#root,.main-bg,.app-root{background:var(--black);min-height:100vh;margin:0;padding:0;font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:visible;overflow-y:visible}.theme-light,.theme-light body,.theme-light .app-root{background:#f7f7f9;color:var(--black)}.theme-dark,.theme-dark body,.theme-dark .app-root{background:var(--black);color:#fff}.top-bar{width:100vw;max-width:100vw;display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem .5rem;background:#fafafd;box-sizing:border-box;position:sticky;top:0;z-index:1000}.back-btn,.history-btn{border-radius:32px;border:none;background-color:transparent;color:#000;font-size:1.5rem}.top-bar-right{display:flex;align-items:center;gap:1.1rem}.memory-toggle{color:#aaa;font-size:1.04rem;display:flex;align-items:center;gap:.3rem;opacity:.8}.theme-btn{background:none;border:none;font-size:1.3rem;cursor:pointer;color:inherit;margin-right:.2rem}.user-icon{font-size:2rem;color:#bbb;margin-left:.2rem}.theme-menu{position:absolute;top:3.1rem;right:2.1rem;background:#fff;color:var(--black);border-radius:.8rem;box-shadow:0 4px 16px #0002;padding:.5rem .2rem;min-width:170px;z-index:1001}.theme-dark .theme-menu{background:var(--black);color:#fff;box-shadow:0 4px 16px #000a}.theme-menu>div{padding:.6rem 1.2rem;cursor:pointer;display:flex;align-items:center;gap:.7rem;font-size:1.08rem}.theme-menu>div:hover{background:#ececff}.theme-dark .theme-menu>div:hover{background:#29294a}.central-prompt{font-size:1.35rem;font-weight:700;text-align:center;margin:3.5rem 0 1.8rem;color:var(--black)}.theme-dark .central-prompt{color:#fff}.action-btns{display:flex;flex-wrap:wrap;gap:1.1rem;justify-content:center;margin-bottom:2.5rem}.action-btn{background:linear-gradient(90deg,#e6e6fa 80%,#b7aaff);color:var(--carelon-purple);border:none;border-radius:1.8rem;font-size:1.08rem;font-weight:600;padding:.85rem 1.85rem;box-shadow:0 2px 8px #b7aaff22;cursor:pointer;transition:background .2s}.action-btn:hover{background:linear-gradient(90deg,#b7aaff 80%,#e6e6fa)}.theme-dark .action-btn{background:linear-gradient(90deg,#29294a 80%,#1e1e30);color:#fff;box-shadow:0 2px 8px #0003}.theme-dark .action-btn:hover{background:linear-gradient(90deg,#1e1e30 80%,#29294a)}.center-content{width:100vw;max-width:420px;margin:0 auto;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.main-bg{min-height:100vh;height:100vh;width:100vw;max-width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3rem;padding-bottom:1rem;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.greeting{width:100%;padding-bottom:.75rem}.app-viewport-center{width:100vw;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;background:inherit}.chat-section{flex:1 1 auto;min-height:0;width:100vw;max-width:37.5rem;margin:0 auto .625rem;display:flex;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.prompt-section{width:100vw;margin:0 auto .625rem;max-width:fit-content;display:flex;flex-wrap:wrap;justify-content:center;gap:1.125rem;z-index:1;box-sizing:border-box;overflow-x:auto;padding-top:.5rem}.help-section{width:100vw;max-width:37.5rem;margin:0 auto;padding:.625rem;text-align:left;color:#7be2ff;font-size:1.05rem;box-sizing:border-box;overflow-x:auto}.search-bar-bottom{position:fixed;left:0;bottom:0;width:100vw;max-width:100vw;z-index:100;background:var(--black);box-shadow:0 -.125rem 1rem #1e1e30cc;display:flex;justify-content:center;padding:1.125rem 0}.info-icon{font-size:1.15em;margin-right:.125rem}.info-link{text-decoration:underline;color:#7be2ff;cursor:pointer}.search-bar{display:flex;align-items:center;background:linear-gradient(90deg,#2e2e4d 80%,#1e1e30);border:.125rem solid #5ae0ff;border-radius:2rem;padding:.5em 1.5em;min-width:27.5rem;max-width:37.5rem;margin:0 auto 1.875rem;box-shadow:0 .125rem 1rem #1e1e30cc;position:relative}.search-icon{color:#5ae0ff;font-size:1.2em;margin-right:.625rem}.search-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1.2rem;padding:.6em .5em}.clear-btn{background:none;border:none;color:#aaa;font-size:1.1em;cursor:pointer;margin-right:.375rem;transition:color .2s}.clear-btn:hover{color:#fff}.go-btn{background:#5ae0ff;border:none;border-radius:50%;width:2.2em;height:2.2em;display:flex;align-items:center;justify-content:center;color:var(--black);font-size:1.1em;margin-left:.375rem;cursor:pointer;transition:background .2s}.go-btn:hover{background:#38e0ff}.app-root{min-height:100vh;width:100vw;background:#fafafd;display:flex;flex-direction:column}.app-body{flex:1;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:inherit}.app-footer{width:100vw;padding:1rem 0;text-align:center;background:#ececff;color:var(--black);font-size:1rem}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 900px){#root{padding:0 2vw}}@media (max-width: 600px){body,#root{min-width:100vw;padding:0}#root{width:100vw;min-height:100vh;padding:0 1vw}}@media (max-width: 600px){.search-bar-bottom{padding:.625rem 0}}.chat-outer{position:fixed;left:0;right:0;bottom:0;width:100vw;min-width:100vw;max-width:100vw;background:transparent;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom,1.2rem)}@media (max-width: 600px){.chat-outer{padding-bottom:env(safe-area-inset-bottom,.5rem)}}.chat-container{width:100%;max-width:100vw;border-radius:1.2rem 1.2rem 0 0;padding:0rem .5rem 1.2rem;box-shadow:0 2px 16px #0002;display:flex;flex-direction:column;box-sizing:border-box}.theme-light .chat-container{background:var(--white);border:1px solid #e0e0e0}.theme-dark .chat-container{background:var(--black);border:1px solid #29294a}.chat-messages{flex:1;overflow-y:auto;padding:16px 0;display:flex;flex-direction:column;gap:24px;min-height:82vh;max-height:82vh;scrollbar-width:none;-ms-overflow-style:none}.chat-messages::-webkit-scrollbar{display:none}::-webkit-scrollbar{display:none}.chat-user-msg{align-self:flex-end;background:var(--carelon-purple);color:var(--white);border-radius:20px 20px 4px;padding:12px 20px;font-size:1rem;max-width:85%;box-shadow:0 2px 8px #6c47ff1a;word-break:break-word;font-weight:500}.chat-bot-msg{align-self:flex-start;background:#f3f0fc;color:var(--black);border-radius:20px 20px 20px 4px;padding:12px 20px;font-size:1rem;max-width:85%;box-shadow:0 2px 8px #6c47ff14;word-break:break-word;font-weight:500}[data-theme=dark] .chat-bot-msg{color:var(--white);background:#29213b}.chat-bot-msg.loading{display:flex;align-items:center;background:var(--chat-bot-bg);color:var(--carelon-purple);font-size:1.5rem;gap:5px;box-shadow:none}.loader-dot{animation:blink 1.4s infinite both;font-size:1.5rem}.loader-dot:nth-child(2){animation-delay:.2s}.loader-dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}.chat-error-msg{color:var(--chat-error);background:#fff0f0;border-radius:10px;padding:10px 16px;margin:8px 0;font-size:.98rem;align-self:center;max-width:90%;box-shadow:0 2px 8px #ff4d4f14}.footer-section{height:auto;min-height:64px;max-height:120px;background:var(--white);position:fixed;left:0;bottom:0;width:100vw;z-index:100;box-shadow:0 -2px 12px #ececff66;border-top-left-radius:22px;border-top-right-radius:22px;display:flex;align-items:center;justify-content:center;padding-bottom:env(safe-area-inset-bottom)}.chat-input-row{display:flex;align-items:center;width:94vw;max-width:90vw;margin:20px auto 0;background:var(--white);border-radius:16px;box-shadow:none;padding:2px}.chat-attach-btn,.chat-mic-btn{background:none;border:1px solid var(--carelon-purple);color:var(--carelon-purple);width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-right:7px;margin-left:7px;box-shadow:none;transition:background .13s}.chat-attach-btn:active,.chat-mic-btn:active{background:#ececff}.chat-input{flex:1;font-size:1.09rem;background:#fafafd;color:var(--black);border:1.5px solid #ececff;border-radius:32px;padding:10px 14px;margin:0 7px;outline:none;transition:border .17s}.chat-input:focus{border:1.5px solid var(--carelon-purple)}.chat-send-btn{border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.26rem;margin-left:7px;box-shadow:0 2px 8px;transition:background .18s,color .18s;outline:none;background:var(--carelon-purple);color:var(--white)}.chat-send-btn:active{background:var(--carelon-purple)}.chat-send-btn:disabled{background:#d1caff;color:var(--white)}.chat-attach-btn:hover,.chat-mic-btn:hover{background:#e6e6fa44}.theme-dark .chat-attach-btn:hover,.theme-dark .chat-mic-btn:hover{background:#29294a}.chat-body-center{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;width:100vw;padding:0;margin:0;background:inherit}.greeting-chips-block{position:relative;width:100vw;background:transparent;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:2.5rem;box-sizing:border-box}.central-greeting{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:36px;margin-bottom:12px;animation:fadeIn .7s}.greeting-main{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px;justify-content:center;color:var(--carelon-purple);font-size:2rem;font-weight:600}.greeting-name{font-size:2rem;font-weight:800;color:var(--carelon-purple);margin-top:.2em;margin-bottom:.2em;margin-right:.5rem;margin-left:.1rem}.greeting-sub{font-size:1.2rem;color:var(--black);margin-bottom:.6em;font-family:inherit;font-weight:600}.suggestion-chips-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:36px;margin-bottom:12px;animation:fadeIn .7s}.suggestion-chips{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.suggestion-chip{background:var(--white);color:var(--black);border:1.5px solid var(--carelon-purple);border-radius:32px;padding:12px 18px;font-size:1rem;font-weight:500;box-shadow:0 2px 8px #0001;cursor:pointer;transition:background .18s,box-shadow .18s,color .18s,border .18s;outline:none}.suggestion-chip.selected,.suggestion-chip:focus,.suggestion-chip:hover{background:var(--carelon-purple);color:var(--white);border:2px solid var(--carelon-purple);box-shadow:0 4px 14px #6c47ff24}.crediblemind-cards{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;margin-bottom:.5rem}.crediblemind-card{background:#f7f7f9;border-radius:1rem;box-shadow:0 2px 8px #0001;padding:1rem;display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;transition:box-shadow .2s,background .2s;border:1.5px solid #ececff;cursor:pointer}.crediblemind-card:hover{box-shadow:0 4px 16px var(--carelon-purple) 22;background:#ececff;border-color:var(--carelon-purple)}.crediblemind-title{font-size:1.1rem;font-weight:600;color:var(--carelon-purple);margin-bottom:.3rem}.crediblemind-type{font-size:.95rem;color:var(--mid-grey);margin-top:.5rem;border-radius:32px;border:1.5px solid var(--mid-grey);padding:4px 16px}.crediblemind-and-provider-cards{display:flex;flex-direction:column;gap:1rem}.provider-cards{display:flex;flex-direction:column;gap:1.2rem;margin-top:.5rem;margin-bottom:.5rem}.provider-card{background:var(--white);border-radius:24px;box-shadow:0 2px 12px #0002;padding:1.2rem 1.2rem 1rem;border:2px solid #baadff;display:flex;flex-direction:column;align-items:flex-start;max-width:420px;width:100%;font-size:1rem}.provider-header{display:flex;align-items:center;gap:.7rem;font-size:1.15rem;font-weight:700;color:var(--carelon-purple);margin-bottom:.5rem}.provider-header-horizontal{display:flex;align-items:center;gap:.7rem;margin-bottom:.5rem}.provider-logo-circle{width:40px;height:40px;border-radius:50%;background:var(--carelon-purple);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.provider-name{color:var(--black)}.provider-title{font-size:1rem;font-weight:500;color:var(--black);background:#ececff;padding:2px 12px;border-radius:12px;white-space:nowrap;overflow:visible;text-overflow:unset;max-width:none;display:inline-block;vertical-align:middle}.provider-header-horizontal .provider-name{font-size:1.1rem;font-weight:700;color:var(--black);word-break:break-word;max-width:180px;display:inline-block;vertical-align:middle}.provider-header-horizontal .provider-title{font-size:1rem;font-weight:500;color:var(--black);background:#ececff;padding:2px 12px;border-radius:12px;white-space:nowrap;overflow:visible;text-overflow:unset;max-width:none;display:inline-block;vertical-align:middle}.provider-details{width:100%;color:var(--black);font-size:.98rem}.provider-address{display:flex;align-items:center;gap:8px;margin-top:.3rem;margin-bottom:.5rem;font-weight:500;flex-wrap:nowrap}.address-icon{display:flex;align-items:center;color:var(--carelon-purple);font-size:1.1em;cursor:pointer;margin-right:2px}.provider-icon{color:var(--carelon-purple);font-size:1.1em;margin-right:1rem;margin-left:.6rem}.provider-contact span{display:flex;align-items:center;gap:6px;margin-top:.6rem;margin-bottom:.6rem}.provider-contact .provider-link-blank{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50vw;display:inline-block;vertical-align:middle}.provider-languages{display:flex;align-items:center;gap:6px;margin-top:.6rem;margin-bottom:.6rem}.provider-languages .provider-icon{display:flex;align-items:center;font-size:1.1em;color:var(--carelon-purple)}.provider-specialties,.provider-agegroups{margin-bottom:.2rem}.provider-distance{margin-left:8px;font-size:.95rem;color:#6c47ff;font-weight:600;align-self:center;white-space:nowrap;display:inline-flex;align-items:center}.provider-labels{margin-top:1rem;margin-left:.4rem;display:flex;flex-wrap:wrap;gap:.5rem}.provider-label{display:flex;align-items:center;gap:6px;background:#ececff;color:var(--carelon-purple);border-radius:10px;padding:6px 10px;font-size:1rem;font-weight:600}.provider-label-icon{display:flex;align-items:center;font-weight:400;font-size:1.1em;color:var(--carelon-purple)}.provider-label-tooltip{margin-left:8px;font-weight:500;font-family:inherit}.provider-link{color:var(--carelon-purple)}.provider-link-blank{color:var(--black)}.provider-request-appt-btn{display:block;margin:1.2rem auto 0;background:var(--carelon-purple);color:#fff;font-weight:600;font-size:1.05rem;border:none;border-radius:24px;padding:.7rem 2.2rem;cursor:pointer;box-shadow:0 2px 8px #6c47ff22;transition:background .18s,color .18s}.provider-request-appt-btn:hover{background:#5a36e7;color:#fff}.left-align{text-align:left;justify-content:flex-start;display:flex}.right-align{text-align:right;justify-content:flex-end;display:flex}.fixed-width-span{width:5%;min-width:40px;max-width:180px;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iframe-modal-overlay{min-height:89vh;max-height:89vh}@media (max-width: 600px){.provider-card{max-width:98vw;padding:1rem .5rem .8rem}}