.message-toast{z-index:9999;width:90%;max-width:400px;animation:.4s forwards slideIn,.4s 2.6s forwards slideOut;position:fixed;top:20px;left:50%;transform:translate(-50%)}.message-popup{background-color:#fff;border-radius:12px;align-items:center;padding:12px 14px;animation:.3s fadeIn;display:flex;box-shadow:0 2px 8px #0003}.profile-circle{color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-right:12px;font-size:18px;font-weight:700;display:flex}.text-content{flex:1;overflow:hidden}.title{color:#333;margin-bottom:2px;font-size:16px;font-weight:700}.message{color:#555;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}@keyframes slideOut{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.quote-toast-overlay{z-index:9998;cursor:pointer;background-color:#0000;width:100%;height:100%;position:fixed;inset:0}.quote-toast{z-index:9999;cursor:default;pointer-events:auto;width:90%;max-width:400px;transition:transform .4s,opacity .4s;animation:.4s forwards slideIn;position:fixed;top:20px;left:50%;transform:translate(-50%)}.quote-popup{background-color:#fff;border-radius:12px;flex-direction:column;padding:16px;font-family:Inter,sans-serif;animation:.3s fadeIn;display:flex;box-shadow:0 4px 12px #00000026}.quote-header{align-items:center;margin-bottom:14px;display:flex}.profile-circle{color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-right:12px;font-size:18px;font-weight:700;display:flex}.provider-name{color:#222;font-size:16px;font-weight:600}.slot-info{color:#666;margin-top:2px;font-size:13px}.quote-details{margin-bottom:14px}.quote-service-item{background:#f9fafb;border-radius:6px;margin-bottom:6px;padding:8px 10px;font-size:14px}.label{color:#444;font-weight:500}.addon{color:#777;font-style:italic}.quote-price{text-align:center;color:#111;margin:12px 0;font-size:18px;font-weight:700}.quote-actions{gap:10px;display:flex}.chat-btn,.accept-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px;font-size:14px;font-weight:600;transition:background .3s,transform .2s}.chat-btn{color:#fff;background:orange}.chat-btn:hover{background:orange;transform:translateY(-1px)}.accept-btn{color:#fff;background:#16a34a}.accept-btn:hover{background:#16a34a;transform:translateY(-1px)}.reject-modal{padding:20px}.accept-modal-div1{color:#59b27b;justify-content:space-between;align-items:center;font-family:Roboto Flex,sans-serif;font-size:20px;font-weight:700;display:flex}.quote-box-top-text1{color:green}.reject-modal-div2{font-family:Roboto Flex,sans-serif;font-size:13px}.reject-modal-divider{background-color:#d3d3d3;width:100%;height:1px;margin-top:20px;margin-bottom:20px}.quote-services{flex-direction:column;gap:5px;margin-top:10px;display:flex}.quote-service{border-bottom:1px solid #d3d3d3;margin-bottom:10px;padding-bottom:10px}.quote-service.no-border{border-bottom:0}.quote-service-top{color:gray;justify-content:flex-start;align-items:center;gap:10px;display:flex}.quote-service-top-icon{justify-content:center;align-items:center;display:flex}.quote-service-top-text1{font-family:Roboto Flex,sans-serif;font-weight:450}.quote-service-name{margin-top:10px;font-family:Roboto Flex,sans-serif;font-size:18px;font-weight:700}.reject-modal-buttons{justify-content:flex-start;align-items:center;gap:10px;width:100%;margin-top:20px;display:flex}.reject-modal-buttons1{cursor:pointer;background-color:#f4f4f4;border-radius:10px;justify-content:center;align-items:center;width:50%;height:40px;font-family:Roboto Flex,sans-serif;font-weight:700;display:flex}.accept-modal-buttons2{cursor:pointer;color:#fff;background-color:#59b27b;border-radius:10px;justify-content:center;align-items:center;width:50%;height:40px;font-family:Roboto Flex,sans-serif;font-weight:700;display:flex}.custom-modal-backdrop{z-index:1400;background-color:#00000053}.custom-modal-backdrop .modal-content{border-radius:20px}.quotenotification-timerbar{margin-top:20px}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-30%)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.timer-container{width:100%;max-width:400px;margin:20px auto;position:relative}.timer-top-right{color:#333;font-size:14px;font-weight:700;position:absolute;top:-25px;right:0}.timer-bar{background-color:#eee;border-radius:5px;width:100%;height:8px;overflow:hidden;box-shadow:0 0 4px #0003}.timer-progress{background-color:#00bf63;height:100%;transition:width 1s linear}
.chatbot-container{z-index:1100;pointer-events:none;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:20px}.chatbot-toggle{pointer-events:all;color:#fff;cursor:pointer;background:#19a64d;border:none;border-radius:999px;padding:10px 14px;font-weight:600;transition:box-shadow .12s,transform .16s;animation:2.2s ease-in-out infinite chatbotPulse;position:relative;box-shadow:0 6px 18px #19a64d2e,0 0 0 5px #0000,0 0 0 5.2px #fff,0 0 0 10.2px #19a64d}.chatbot-new-quote-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;z-index:10;background:#ff4757;border:2px solid #fff;border-radius:12px;padding:3px 6px;font-size:9px;font-weight:700;animation:1.5s ease-in-out infinite badgePulse;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0003}@keyframes badgePulse{0%{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.chatbot-toggle:hover{box-shadow:0 8px 22px #19a64d38}@keyframes chatbotPulse{0%{box-shadow:0 6px 18px #19a64d2e,0 0 0 5px #0000,0 0 0 5.2px #fff,0 0 0 10.2px #19a64d,0 0 #19a64d29}50%{box-shadow:0 8px 22px #19a64d42,0 0 0 5px #0000,0 0 0 5.2px #fff,0 0 0 10.2px #19a64d,0 0 0 8px #19a64d14}to{box-shadow:0 6px 18px #19a64d2e,0 0 0 5px #0000,0 0 0 5.2px #fff,0 0 0 10.2px #19a64d,0 0 #19a64d00}}.chatbot-panel{pointer-events:all;overscroll-behavior:contain;background:#fff;border:1px solid #e3f4e9;border-radius:16px;flex-direction:column;width:min(420px,90vw);height:620px;min-height:620px;max-height:620px;display:flex;overflow:hidden;box-shadow:0 16px 36px #00000029}.chatbot-header{background:linear-gradient(135deg,#f9fefb 0%,#eefdf4 100%);border-bottom:1px solid #e3f4e9;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.chatbot-title{color:#0f1c35;font-size:14px;font-weight:700}.chatbot-subtitle{color:#5b6473;font-size:12px}.chatbot-quick-replies{background:#f5fbf8;border:1px solid #ccead8;border-radius:14px;margin:8px 12px 0;padding:0 12px 4px;box-shadow:0 2px 8px #0000000d}.chatbot-quick-replies:not([open]){background:linear-gradient(135deg,#1fb267 0%,#19a64d 100%);border-color:#18964a}.chatbot-quick-replies summary{cursor:pointer;color:#0f1c35;box-sizing:border-box;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:44px;padding:10px 0;font-size:12px;font-weight:600;list-style:none;display:flex}.chatbot-quick-replies:not([open]) summary{color:#fff}.chatbot-quick-replies summary::-webkit-details-marker{display:none}.chatbot-quick-replies summary::marker{content:""}.chatbot-quick-replies-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;padding-bottom:4px;display:grid}.qa-arrow{color:inherit;font-size:16px;transition:transform .15s,color .15s}.chatbot-quick-replies[open] .qa-arrow{color:inherit;transform:rotate(180deg)}.chatbot-suggestions{flex-wrap:wrap;gap:8px;padding:0 12px 8px;display:flex}.chatbot-suggestion{color:#0f1c35;cursor:pointer;background:#f7fbf9;border:1px solid #c7e8d3;border-radius:10px;padding:6px 10px;font-size:12px;transition:background .12s,border-color .12s}.chatbot-suggestion:hover{background:#e9f7ef;border-color:#19a64d}.chatbot-quick-reply{color:#0f1c35;cursor:pointer;text-align:left;background:#f7fbf9;border:1px solid #c7e8d3;border-radius:12px;padding:8px 10px;font-size:12px;transition:background .12s,border-color .12s}.chatbot-quick-reply:hover{background:#e9f7ef;border-color:#19a64d}.chatbot-close{color:#5b6473;cursor:pointer;background:0 0;border:none;font-size:20px;line-height:1}.chatbot-messages{overscroll-behavior:contain;flex-direction:column;flex:1;gap:8px;padding:12px 14px;display:flex;overflow-y:auto}.chatbot-message{border-radius:12px;max-width:85%;padding:10px 12px;font-size:13px;line-height:1.4;box-shadow:0 2px 8px #0000000a}.chatbot-message.user{color:#fff;background:#19a64d;border-top-right-radius:4px;align-self:flex-end}.chatbot-message.bot{color:#0f1c35;background:#f7fbf9;border-top-left-radius:4px;align-self:flex-start}.chatbot-input-row{border-top:1px solid #e3f4e9;gap:8px;padding:12px;display:flex}.chatbot-input-row input{border:1px solid #c7e8d3;border-radius:10px;flex:1;padding:10px 12px;font-size:13px}.chatbot-input-row button{color:#fff;cursor:pointer;background:#19a64d;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.chatbot-pending-quotes{border-top:1px solid #e3f4e9;margin-top:16px;padding-top:16px}.chatbot-quotes-header{color:#0f1c35;text-align:center;margin-bottom:12px;font-size:14px;font-weight:700}.chatbot-activity-card{background:#f7fbf9;border:1px solid #c7e8d3;border-radius:12px;margin-bottom:8px;padding:12px;box-shadow:0 2px 8px #0000000a}.chatbot-activity-type{color:#0f1c35;margin-bottom:4px;font-size:14px;font-weight:600}.chatbot-quote-services{color:#5b6473;margin-bottom:8px;font-size:12px}.chatbot-message-content{color:#5b6473;margin-bottom:8px;font-size:13px;font-style:italic}.chatbot-quote-chat-btn{color:#fff;cursor:pointer;background:#19a64d;border:none;border-radius:8px;width:100%;padding:8px 12px;font-size:12px;font-weight:600;transition:background .12s}.chatbot-quote-chat-btn:hover{background:#158a42}.chatbot-loading-quotes{text-align:center;color:#5b6473;padding:8px;font-size:12px}@media (max-width:600px){.chatbot-container{align-items:flex-end;bottom:16px;left:auto;right:16px}.chatbot-panel{width:100vw;height:100vh;min-height:100vh;max-height:100vh;box-shadow:none;border:none;border-radius:0;position:fixed;inset:0}.chatbot-new-quote-badge{padding:2px 4px;font-size:8px;top:-6px;right:-6px}}
