.unauth-prompt-overlay,.unauth-prompt-suggestion-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.unauth-prompt-input-section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px;padding-top:120px;padding-bottom:80px;position:relative;z-index:2}.unauth-prompt-sparkle,.unauth-prompt-submit{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox}.unauth-prompt-sparkle{width:44px;height:44px;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:4px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.unauth-prompt-input-wrap textarea,.unauth-prompt-overlay{font-size:20px;font-weight:400;line-height:28px;padding:6px 12px}.unauth-prompt-sparkle img{width:32px;height:32px;pointer-events:none}.unauth-prompt-input-wrap{position:relative}.unauth-prompt-char-counter,.unauth-prompt-overlay{position:absolute;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif}.unauth-prompt-overlay{top:0;left:0;right:0;bottom:0;letter-spacing:-.3px;color:#767676;pointer-events:none;display:none;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.unauth-prompt-overlay.fade-out{opacity:0}.unauth-prompt-input-wrap textarea{width:50vw;max-width:760px;min-height:44px;border-bottom:1px solid #000;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.3px;color:#17253D;background:0 0;outline:0;resize:none;overflow-y:hidden;overflow-x:hidden}.unauth-prompt-input-wrap textarea::-webkit-input-placeholder{color:#767676}.unauth-prompt-input-wrap textarea::-moz-placeholder{color:#767676}.unauth-prompt-input-wrap textarea::-ms-input-placeholder{color:#767676}.unauth-prompt-input-wrap textarea::placeholder{color:#767676}.unauth-prompt-input-wrap textarea:focus-visible{border-bottom:2px solid #000;outline:0}.unauth-prompt-char-counter{top:100%;right:0;font-size:12px;line-height:16px;color:#767676;padding-top:4px}.unauth-prompt-char-counter.at-limit{color:#D13438}.unauth-prompt-submit{width:44px;height:44px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#D6D9E1;cursor:not-allowed;-webkit-transition:background-color .2s ease,cursor .2s ease,opacity .2s ease;-o-transition:background-color .2s ease,cursor .2s ease,opacity .2s ease;-moz-transition:background-color .2s ease,cursor .2s ease,opacity .2s ease;transition:background-color .2s ease,cursor .2s ease,opacity .2s ease;position:relative;margin-bottom:4px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.unauth-prompt-submit.enabled{background:#000;cursor:pointer}.unauth-prompt-submit.enabled:hover{background:#333}.unauth-prompt-submit.enabled:active{background:#1a1a1a}.unauth-prompt-submit.enabled:focus-visible{outline:#000 dashed 2px;outline-offset:2px}.unauth-prompt-submit.enabled img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.unauth-prompt-submit.disabled{background:#D6D9E1;cursor:not-allowed;opacity:.6}.unauth-prompt-submit.disabled img{-webkit-filter:none;filter:none}.unauth-prompt-submit img{width:28px;height:26px;-webkit-transition:-webkit-filter .2s ease;-o-transition:filter .2s ease;-moz-transition:filter .2s ease;transition:filter .2s ease;transition:filter .2s ease,-webkit-filter .2s ease}@-webkit-keyframes unauth-prompt-loading-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes unauth-prompt-loading-spin{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes unauth-prompt-loading-spin{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes unauth-prompt-loading-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.unauth-prompt-submit.loading{position:relative;pointer-events:none}.unauth-prompt-submit.loading img{opacity:0;visibility:hidden}.unauth-prompt-submit.loading::before{content:'';position:absolute;width:24px;height:24px;border:3px solid #fff;border-top:3px solid transparent;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:unauth-prompt-loading-spin 1s linear infinite;-moz-animation:unauth-prompt-loading-spin 1s linear infinite;-o-animation:unauth-prompt-loading-spin 1s linear infinite;animation:unauth-prompt-loading-spin 1s linear infinite}.unauth-prompt-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;max-height:360px;overflow-y:auto;z-index:1000;margin-top:8px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.12);-moz-box-shadow:0 4px 16px rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.12);border:1px solid #D1D1D1;padding:6px}.unauth-prompt-suggestion{padding:14px 32px 14px 12px;cursor:pointer;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:24px;color:#17253D;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;-moz-transition:background-color .2s ease;transition:background-color .2s ease;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px}.unauth-prompt-suggestion::after{content:'\203A';position:absolute;right:12px;top:10px;font-size:24px;line-height:1;color:#767676;opacity:0;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;-moz-transition:opacity .15s ease;transition:opacity .15s ease}.unauth-prompt-error,.unauth-prompt-no-results{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;text-align:center}.unauth-prompt-suggestion.highlighted::after,.unauth-prompt-suggestion:hover::after{opacity:1}.unauth-prompt-suggestion:hover{background-color:#ebebeb}.unauth-prompt-suggestion.highlighted{background-color:#F5F5F5}.unauth-prompt-no-results{padding:0 12px;color:#616161;font-style:italic}.unauth-prompt-error{padding:14px 12px;color:#D13438}.entity-chip{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:2px 8px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;font-size:22px;line-height:28px;vertical-align:baseline;white-space:nowrap;-webkit-animation:chipSlideIn .2s cubic-bezier(0,0,0,1) forwards;-moz-animation:chipSlideIn .2s cubic-bezier(0,0,0,1) forwards;-o-animation:chipSlideIn .2s cubic-bezier(0,0,0,1) forwards;animation:chipSlideIn .2s cubic-bezier(0,0,0,1) forwards}@-webkit-keyframes chipSlideIn{0%{opacity:0;-webkit-transform:scale(.8) translateX(-4px);transform:scale(.8) translateX(-4px)}100%{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@-moz-keyframes chipSlideIn{0%{opacity:0;-moz-transform:scale(.8) translateX(-4px);transform:scale(.8) translateX(-4px)}100%{opacity:1;-moz-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@-o-keyframes chipSlideIn{0%{opacity:0;-o-transform:scale(.8) translateX(-4px);transform:scale(.8) translateX(-4px)}100%{opacity:1;-o-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@keyframes chipSlideIn{0%{opacity:0;-webkit-transform:scale(.8) translateX(-4px);-moz-transform:scale(.8) translateX(-4px);-o-transform:scale(.8) translateX(-4px);transform:scale(.8) translateX(-4px)}100%{opacity:1;-webkit-transform:scale(1) translateX(0);-moz-transform:scale(1) translateX(0);-o-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}.entity-chip-file{background:rgba(55,118,214,.12);color:#2b5ea7}.entity-chip-meeting,.entity-chip-person{background:rgba(135,100,184,.12);color:#7b5ea7}.entity-chip-email{background:rgba(55,118,214,.12);color:#2b5ea7}.entity-chip-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:16px;height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.entity-chip-icon img{width:100%;height:100%}.unauth-prompt-suggestion .entity-chip{font-size:18px;line-height:24px;padding:1px 6px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.unauth-prompt-suggestion .entity-chip-icon{width:14px;height:14px}.unauth-prompt-overlay .entity-chip{font-size:18px;line-height:24px}.unauth-prompt-overlay .entity-chip-icon{width:16px;height:16px}@media (max-width:768px){.unauth-prompt-input-section{display:none}.unauth-prompt-overlay{display:none!important}}@media (prefers-reduced-motion:reduce){.entity-chip{-webkit-animation:none!important;-moz-animation:none!important;-o-animation:none!important;animation:none!important;opacity:1!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}}