.status-color-light-yellow span{color:#b8a000!important}.status-color-orange span{color:#e07400!important}.rc-widget-container{position:fixed;z-index:9999;display:flex;flex-direction:column;align-items:flex-end}.rc-widget-toggle{width:56px;height:56px;border-radius:50%;background-color:#f80;border:none;cursor:grab;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:background-color .2s}.rc-widget-toggle:active{cursor:grabbing}.rc-widget-toggle:hover{transform:scale(1.05);background-color:#e67a00}.rc-widget-toggle svg{width:28px;height:28px;fill:#fff}.rc-widget-iframe-container{position:relative;margin-bottom:12px;border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #0003}.rc-widget-iframe-container.rc-widget-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;margin:-1px;padding:0}.rc-widget-iframe{border:none;border-radius:8px;background:#fff}.rc-widget-close,.rc-widget-home,.rc-widget-back-to-messages{position:absolute;top:8px;width:24px;height:24px;border-radius:50%;background-color:#00000080;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background-color .2s}.rc-widget-close{right:8px}.rc-widget-home{left:50%;transform:translate(-50%)}.rc-widget-back-to-messages{right:40px}.rc-widget-close:hover,.rc-widget-home:hover,.rc-widget-back-to-messages:hover{background-color:#000000b3}.rc-widget-close svg,.rc-widget-home svg,.rc-widget-back-to-messages svg{width:14px;height:14px;fill:#fff}.rc-widget-iframe-container{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rc-widget-toggle-disabled{background-color:#6c757d;cursor:pointer}.rc-widget-toggle-disabled:hover{background-color:#5a6268}.rc-widget-disabled-container{position:relative;margin-bottom:12px;border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #0003;width:300px;height:200px;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;align-items:center;justify-content:center;animation:slideUp .3s ease-out}.rc-widget-disabled-content{text-align:center;padding:20px}.rc-widget-disabled-icon{width:48px;height:48px;fill:#888;margin-bottom:12px}.rc-widget-disabled-message{color:#666;font-size:14px;line-height:1.4;max-width:220px}.rc-widget-manual-login-btn{margin-top:16px;padding:8px 20px;background-color:#f80;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s}.rc-widget-manual-login-btn:hover{background-color:#e67a00}.rc-widget-dialer-label{position:absolute;top:8px;left:8px;background-color:#ff8800e6;color:#fff;font-size:11px;padding:3px 8px;border-radius:4px;z-index:1;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rc-widget-team-icon{fill:#f80!important}.rc-widget-team-selector{display:flex;flex-direction:column;gap:8px;margin-top:16px;max-height:120px;overflow-y:auto}.rc-widget-team-btn{padding:10px 16px;background-color:#f80;color:#fff;border:none;border-radius:4px;font-size:13px;cursor:pointer;transition:background-color .2s,transform .1s}.rc-widget-team-btn:hover{background-color:#e67a00;transform:scale(1.02)}.rc-widget-team-switcher{position:absolute;top:36px;left:8px;z-index:2}.rc-widget-team-toggle{display:flex;align-items:center;gap:4px;background-color:#0009;color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:11px;cursor:pointer;transition:background-color .2s}.rc-widget-team-toggle:hover{background-color:#000c}.rc-widget-team-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rc-widget-dropdown-arrow{width:12px;height:12px;fill:#fff}.rc-widget-team-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background-color:#fff;border-radius:4px;box-shadow:0 4px 12px #0003;min-width:120px;max-height:150px;overflow-y:auto;z-index:10}.rc-widget-team-option{display:block;width:100%;padding:8px 12px;background:none;border:none;text-align:left;font-size:12px;color:#333;cursor:pointer;transition:background-color .2s}.rc-widget-team-option:hover{background-color:#f5f5f5}.rc-widget-team-option.active{background-color:#fff3e0;color:#f80;font-weight:500}.rc-widget-dialer-select-container{margin-top:16px;width:100%}.rc-widget-dialer-select{width:100%;padding:10px 32px 10px 12px;font-size:13px;border:2px solid #ff8800;border-radius:4px;background-color:#fff;color:#333;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff8800'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:20px}.rc-widget-dialer-select:focus{outline:none;border-color:#e67a00;box-shadow:0 0 0 3px #f803}.rc-widget-dialer-select option{padding:8px}.caller-info-panel{width:300px;background:#fff;border-radius:8px;border-top:3px solid #ff8800;box-shadow:0 8px 32px #0003;margin-bottom:8px;padding:10px 12px;animation:callerInfoSlideDown .3s ease-out}@keyframes callerInfoSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.caller-info-indicator{display:flex;align-items:center;gap:6px;margin-bottom:8px}.caller-info-dot{width:8px;height:8px;border-radius:50%;background-color:#22c55e;animation:callerInfoPulse 2s ease-in-out infinite}@keyframes callerInfoPulse{0%,to{opacity:1;box-shadow:0 0 #22c55e66}50%{opacity:.7;box-shadow:0 0 0 4px #22c55e00}}.caller-info-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px}.caller-info-content{display:flex;flex-direction:column;gap:4px}.caller-info-name{font-size:14px;color:#333;line-height:1.3}.caller-info-designation{font-weight:400;color:#666}.caller-info-company{font-size:13px;display:flex;align-items:center;gap:6px}.caller-info-entity-type{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;background-color:#6b7280;padding:1px 6px;border-radius:3px;flex-shrink:0}.caller-info-company-link{background:none;border:none;color:#f80;cursor:pointer;padding:0;font-size:13px;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.caller-info-company-link:hover{color:#e67a00}.caller-info-assigned{font-size:12px;color:#888}.chat-wrapper{display:flex;flex-direction:column;height:100%}.chat-search-bar{padding-bottom:12px;flex-shrink:0}.chat-container{max-height:500px;overflow-y:auto;padding:16px;background-color:#f9fafb;border-radius:8px;flex:1}.chat-message-highlight{animation:highlight-pulse 1.5s ease-in-out}@keyframes highlight-pulse{0%{background-color:transparent}25%{background-color:#ffd50066}75%{background-color:#ffd50066}to{background-color:transparent}}.chat-date-divider{display:flex;align-items:center;justify-content:center;margin:16px 0}.chat-date-divider span{background-color:#e9ebed;color:#5f6b7a;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.chat-message{display:flex;margin-bottom:8px}.chat-message-outbound{justify-content:flex-end}.chat-message-inbound{justify-content:flex-start}.chat-bubble{max-width:70%;padding:10px 14px;border-radius:16px;position:relative}.chat-bubble-outbound{background-color:#0972d3;color:#fff;border-bottom-right-radius:4px}.chat-bubble-inbound{background-color:#fff;color:#16191f;border:1px solid #e9ebed;border-bottom-left-radius:4px}.chat-bubble-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.chat-type-badge{font-size:10px;font-weight:600;text-transform:uppercase;padding:2px 6px;border-radius:4px}.chat-bubble-outbound .chat-type-badge{background-color:#fff3;color:#fff}.chat-bubble-inbound .chat-type-badge{background-color:#e9ebed;color:#5f6b7a}.chat-type-call{background-color:#007acc26!important}.chat-bubble-outbound .chat-type-call{background-color:#ffffff40!important;color:#fff!important}.chat-bubble-inbound .chat-type-call{color:#0972d3!important}.chat-type-sms{background-color:#2ea04326!important}.chat-bubble-outbound .chat-type-sms{background-color:#ffffff40!important;color:#fff!important}.chat-bubble-inbound .chat-type-sms{color:#2ea043!important}.chat-direction{font-size:11px;opacity:.8}.chat-bubble-content{margin-bottom:8px}.chat-message-text{font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chat-call-info{display:flex;align-items:center;gap:8px;font-size:14px}.chat-call-info svg{flex-shrink:0}.chat-bubble-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:11px;opacity:.75;margin-top:4px}.chat-phone{font-family:monospace}.chat-time{flex-shrink:0}.chat-bubble-meta{display:flex;flex-direction:column;gap:2px;font-size:10px;opacity:.7;margin-top:6px;padding-top:6px;border-top:1px solid rgba(128,128,128,.2)}.chat-bubble-outbound .chat-bubble-meta{border-top-color:#fff3}.chat-contact,.chat-logged-by{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-container::-webkit-scrollbar{width:6px}.chat-container::-webkit-scrollbar-track{background:transparent}.chat-container::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.chat-container::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Amazon Ember,Helvetica Neue,Roboto,Arial,sans-serif}#root{min-height:100vh}nav[class*=awsui_navigation]{width:200px!important}[class*=awsui_openable-content][class*=awsui_navigation]{width:200px!important}[class*=awsui_navigation-panel]{position:sticky!important;top:0!important;height:100vh!important;overflow-y:auto!important}[class*=awsui_navigation] [class*=awsui_side-navigation]{overflow-y:auto!important;max-height:calc(100vh - 56px)!important}[class*=awsui_top-navigation]{background:#0f172a!important}[class*=awsui_top-navigation] img[class*=awsui_logo]{max-height:40px!important;height:40px!important;filter:brightness(0) invert(1)!important}[class*=awsui_identity]{min-width:220px!important}[class*=awsui_title]{max-width:none!important;overflow:visible!important;text-overflow:unset!important;white-space:nowrap!important}[class*=awsui_top-navigation] [class*=awsui_title]:after{content:var(--loadnix-build-suffix, "");color:#8d99a8;font-size:.75em;font-weight:400;margin-left:6px;vertical-align:middle}[class*=awsui_search]{display:flex!important}.clock-wrapper{position:absolute;left:50%;transform:translate(-50%)}@media(max-width:768px){.clock-wrapper{display:none}.team-selector-wrapper{display:block!important}}[class*=awsui_label-tag]{color:#037f0c!important;font-weight:600}.guide-sidebar{width:280px;flex-shrink:0;border-right:1px solid #e9ebed;background-color:#fafafa;padding:16px 0;overflow-y:auto}.guide-flow-container{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:16px;background-color:#fafafa;border-radius:8px;border:1px solid #e9ebed}.guide-flow-arrow{font-size:18px;color:#5f6b7a}.guide-code-block{background-color:#f2f3f3;padding:12px 16px;border-radius:8px;font-size:13px;overflow-x:auto;margin:0}.awsui-dark-mode body,body.awsui-dark-mode{background-color:#0f1b2a}.awsui-dark-mode [class*=awsui_label-tag]{color:#44d62c!important}.awsui-dark-mode .guide-sidebar{background-color:#0f1b2a;border-right-color:#414d5c}.awsui-dark-mode .guide-flow-container{background-color:#192534;border-color:#414d5c}.awsui-dark-mode .guide-flow-arrow{color:#8d99a8}.awsui-dark-mode .guide-code-block{background-color:#192534;color:#d1d5db}
