@import "https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css";
*{box-sizing:border-box;margin:0;padding:0}:root{--chat-window-total-width:380px;--chat-window-height:500px;--chat-window-color-theme:#1e90ff;--chat-window-bg-color:#fff;--chat-send-button:#e21b5b;--chat-user-msg-bg:#ddd;--chat-header-bg:linear-gradient(160deg, dodgerblue 0%, #80d0c7 100%)}.chat-btn{cursor:pointer;background-color:var(--chat-window-color-theme);color:#fff;opacity:.8;border:none;border-radius:50%;outline:none;width:60px;height:60px;transition:opacity .3s;position:fixed;bottom:50px;right:50px;box-shadow:0 5px 5px #0006}.icon{transform:scale(1.2)}.chat-btn:hover,.chat-submit:hover{opacity:1}.chat-popup{height:var(--chat-window-height);width:var(--chat-window-total-width);background-color:var(--chat-window-bg-color);border:1px solid #ccc;border-radius:15px;flex-direction:column;justify-content:space-between;font-family:Arial,Helvetica,sans-serif;transition:all .5s ease-out;display:none;position:fixed;bottom:80px;right:120px;box-shadow:5px 5px 5px #0006}.chat-header{background-color:var(--chat-window-color-theme);background-image:var(--chat-header-bg);color:#fff;justify-content:space-between;align-items:center;max-height:50px;padding:10px;display:flex}.chat-header .bot-title{float:left;justify-content:flex-start;display:flex}.expand-chat-window{color:#fff;cursor:pointer;border:none;outline:none}.chat-area{background-color:var(--chat-window-bg-color);height:80%;overflow:hidden auto}.bot-msg{align-items:center;margin:15px;display:flex}.bot-img{width:30px;margin-right:15px}.bot-msg .msg{background-color:var(--chat-window-color-theme);color:#fff;border-radius:5px;padding:.5rem;box-shadow:0 2px 5px #0006}.user-msg{justify-content:flex-end;align-items:center;margin-right:10px;display:flex}.user-msg .msg{background-color:var(--chat-user-msg-bg);color:#000;word-break:break-all;border-radius:5px;margin:.5rem;padding:.5rem;box-shadow:0 2px 5px #0006}.msg-image{max-width:90%;max-height:400px}.chat-input-area{justify-content:center;display:flex;position:relative}.chat-input{outline-color:var(--chat-window-color-theme);border:1px solid #ccc;border-radius:5px;width:100%;height:2.2rem;margin-bottom:.5rem;margin-left:.5rem;padding:.5rem;font-size:1rem}.chat-submit{background-color:var(--chat-send-button);color:#fff;cursor:pointer;border:none;border-radius:5px;outline:none;justify-content:center;align-items:center;margin-bottom:.5rem;margin-left:.5rem;margin-right:.5rem;padding:.25rem .5rem;display:flex}.show{display:flex}.btn-primary{border:1px solid var(--chat-window-color-theme);color:var(--chat-window-color-theme);cursor:pointer;border-radius:4px;outline:none;margin:5px;padding:5px 15px;font-weight:700;display:inline-block}.btn-primary:hover{color:#fff;background-color:#0096fe;transform:scale(1.1)}@media (max-width:500px){.chat-popup{width:80vw;height:100%;bottom:120px;right:10%}}
body{background-size:cover;font-family:Open Sans,sans-serif}.widget{background:#fff;border-radius:10px;width:350px;height:500px;transition:width 2s,height 2s,transform 2s;display:none;position:fixed;bottom:5%;right:15px;box-shadow:0 0 1px #00000029,0 0 5px #00000096}.widget_fullscreen{width:85%;height:80%;transition:width 2s,height 2s,transform 2s}.chat_header{background:#0c5394;border-radius:10px 10px 0 0;height:60px;padding:5px;font-size:20px}.chat_header_title{color:#fff;float:left;width:60%;margin-top:5px;margin-left:5px}.chat_header_actions{float:right;color:#fff;margin-top:5px;margin-right:5px}.chat_actions{margin-right:7px}.chat_header_subtitle{color:#fff;float:left;margin-top:3%;margin-left:3%;font-size:12px}.chats{border-radius:1px;height:385px;margin-top:1px;padding:2px;transition:all .2s;overflow-y:scroll}div.chats::-webkit-scrollbar{width:0;overflow-y:hidden}.clearfix{margin-top:2px;margin-bottom:2px}.botAvatar{float:left;border-radius:50%;width:2.2em;height:2.2em;margin-left:5px}.botMsg{float:left;color:#000;word-wrap:break-word;background:#e3e7ee;border-radius:5px 20px 20px;min-width:25%;max-width:60%;margin-top:5px;margin-left:.5em;padding:10px;font-size:13px}div.chats>pre{font-family:monospace;font-size:1em;white-space:initial!important;margin:0!important}div.chats>ul:not(.browser-default){padding-left:1em}div.chats>ul:not(.browser-default)>li{list-style-type:initial}div.chats>span.botMsg>ol{padding-left:1em}textarea{box-shadow:none;resize:none;outline:none;font-family:Lato,sans-serif;overflow:hidden}textarea::-webkit-input-placeholder{font-family:Lato,sans-serif}textarea-webkit-scrollbar{width:0!important}.userMsg{word-wrap:break-word;float:right;color:#fff;background:#060dcfc7;border-radius:20px 5px 20px 20px;min-width:15%;max-width:65%;margin-top:5px;margin-bottom:.15em;margin-right:.5em;padding:10px;font-size:13px;animation:.2s linear animateElement}blockquote{border-left:5px solid #ee6e73;margin:20px 0;padding-left:1.5rem;margin-block:0!important;margin-inline:0!important}.userAvatar{float:right;border-radius:50%;width:2.2em;height:2.2em;margin-right:5px;animation:.3s linear animateElement}.usrInput{border:0;width:80%;height:40px;margin-left:4%;padding:.5em .5em .5em 15px}.keypad{background:#fff;border-top:1px solid #e3e7ee;border-radius:0 0 10px 10px;width:100%;height:50px;padding:5px;position:absolute;bottom:0}#sendButton{float:right;text-align:center;cursor:pointer;color:#e21b5b;border-radius:50%;width:20px;height:20px;margin-right:30px;padding:10px;font-size:20px;display:inline-block}.imgProfile{border-radius:100px;width:45%;box-shadow:0 0 10px #00000096}.imgIcon{height:30px;margin-top:5px;padding-top:2px}.divIcon{width:50px;height:50px;position:relative;overflow:hidden}.profile_div{cursor:pointer;width:10%;padding:5px;position:fixed;bottom:0;right:0}#close,#restart,#clear{cursor:pointer}.dropdown-trigger{cursor:pointer;color:#fff;float:right;margin-top:3%;margin-right:5px}.dropdown-content li>a,.dropdown-content li>span{color:#060dcfc7}@keyframes animateElement{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0)}}.content{background:#fff;border-radius:10px;width:350px;height:500px;transition:all .2s;display:none;position:fixed;bottom:5%;right:15px;box-shadow:0 2px 10px 1px #b5b5b5}.content_header{object-fit:cover;border-radius:10px 10px 0 0;width:100%;height:40%}.content_data{z-index:1000;background:#fff;border-radius:10px;width:100%;height:70%;padding:5px;position:absolute;top:30%;left:0;overflow-y:scroll;box-shadow:0 -1px 20px 3px #9c9393ba}.content_title{color:#000;word-wrap:break-word;border-radius:.285714rem;width:80%;padding-left:5px;font-size:1.2em;font-weight:600}.votes{color:#789;font-size:12px}.ratings{color:#fff;background:#9acd32;border-radius:5px;margin-top:5px;padding:5px}.user_ratings{color:#fff;border-radius:.285714rem;font-size:15px;font-weight:600}.total_ratings{opacity:.5;margin-left:5px;font-size:12px}.content_data>.row .col{padding:5px}.metadata_1,.metadata_2,.metadata_3,.metadata_4,.row{margin-bottom:0}.metadata_1{color:#789;padding:5px}.order,#closeContents{color:#060dcfc7}.metadata_2,.metadata_3,.metadata_4,.metadata_5,.metadata_6{color:#789;padding:5px}.average_cost,.timings,.location,.cuisines{float:right;width:70%;margin-right:25%}.fa .fa-user-o{font-size:15px}.stars-outer{font-family:FontAwesome,sans-serif;display:inline-block;position:relative}.stars-outer:before{content:""}.stars-inner{white-space:nowrap;width:0;position:absolute;top:0;left:0;overflow:hidden}.stars-inner:before{content:"";color:#f8ce0b}div.content::-webkit-scrollbar{width:0!important}div.content_data::-webkit-scrollbar{width:0;overflow-y:hidden}.singleCard{padding-left:10%;padding-right:10px}.imgcard{object-fit:cover;border-radius:10px;width:80%;height:50%;margin-left:1%}.imgcard_mrkdwn{border-radius:10px;width:80%;margin-left:1%}.suggestions{background:#fff;border-radius:10px;width:80%;padding:5px;box-shadow:2px 5px 5px 1px #dbdade}.menuTitle{margin-top:5px;margin-bottom:5px;padding:5px}.menu{padding:5px}.menuChips{color:#fff;text-align:center;cursor:pointer;word-wrap:break-word;background:#060dcfc7;border-radius:15px;margin-bottom:5px;padding:5px;font-size:14px;display:block}.cards{max-width:300px;display:none;position:relative}.cards_scroller{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:300px;height:210px;margin-left:5px;transition:width .5s;display:flex;overflow:scroll hidden}.cards_scroller img{border-radius:10px}.cards div.note{color:#fff;background:#0009;padding:20px;font-size:4em;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.cards .arrow{z-index:1;background-position:50%;background-repeat:no-repeat;border-radius:2px;width:30px;height:30px;position:absolute;top:50%;transform:translateY(-50%)}.cards .arrow.next{color:#000;font-size:2em;display:none;right:0}.cards .arrow.prev{color:#000;font-size:2em;display:none;left:10px}.cards_scroller::-webkit-scrollbar{width:0!important}.cards_scroller>div.carousel_cards{scroll-snap-align:center;scroll-behavior:smooth;margin:5px;position:relative}.cards_scroller div.carousel_cards{background:#b5b5b5;border-radius:10px;min-width:75%;min-height:70%}.div.carousel_cards>img:hover{width:500px;height:200px}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.in-left{animation-name:fadeInLeft;animation-duration:.8s;animation-delay:.8s;animation-fill-mode:both}.cardBackgroundImage{object-fit:cover;border-radius:5px;width:100%;height:100%;position:absolute}.cardBackgroundImage>img:hover{width:500px;height:200px}.cardFooter{z-index:3;color:#fff;word-wrap:break-word;background:#38353cdb;border-radius:0 0 5px 5px;width:100%;height:30%;padding:1px;position:absolute;bottom:0}.cardTitle{text-overflow:ellipsis;color:#fff;cursor:pointer;width:90%;height:80%;margin-bottom:1px;padding:5px;font-size:12px;display:inline-block;overflow:hidden}.cardDescription{color:#fff;padding:5px;font-size:13px;line-height:15px}.dropDownMsg{float:left;color:#000;word-wrap:break-word;background:#fff;border-radius:1.5em;min-width:25%;max-width:60%;margin-top:5px;margin-left:.5em;padding:10px;font-size:13px;box-shadow:2px 3px 9px #9a82842e}.dropDownMsg>select{border:0 solid #f2f2f2}.quickReplies{white-space:nowrap;will-change:transform;-webkit-user-select:none;user-select:none;cursor:pointer;scroll-behavior:smooth;width:100%;padding:5px;transition:all .2s;position:relative;overflow:scroll hidden;transform:scale(.98)}.quickReplies::-webkit-scrollbar{width:0!important}.quickReplies.active{cursor:grabbing;cursor:-webkit-grabbing;transform:scale(1)}.chip{color:#060dcfc7;text-align:center;background-color:#fff;border:1px solid #060dcfc7;font-weight:bolder}.chip:hover{color:#fff;background-color:#060dcfc7}#expand:hover{font-size:18px}#expand{position:absolute;top:10px;right:10px}.modal{border-radius:10px;height:100%}#modal-chart{height:100%;margin:0 auto}.chart-container{background:#fff;border-radius:10px;width:90%;margin:5px auto auto 5%;position:relative;box-shadow:2px 3px 9px #9a82847a}.collapsible{word-wrap:break-word;background:#fff;border-radius:20px;min-width:25%;max-width:60%;margin-top:5px;margin-left:5%;font-size:13px}.collapsible-body{padding:15px}.collapsible-header{color:#060dcfc7;font-weight:700}ul.collapsible>li:first-child .collapsible-header{border-radius:20px 20px 0 0}ul.collapsible>li:last-child .collapsible-header{color:#060dcfc7;border-radius:0 0 20px 20px}ul.collapsible>li:last-child .collapsible-body{border-bottom:none}.collapsible-header{padding:10px}.botTyping{float:left;color:#000;word-wrap:break-word;background:#e3e7ee;border-radius:5px 20px 20px;min-width:20%;max-width:60%;margin-top:5px;margin-left:.5em;padding:15px}.botTyping>div{background-color:#060dcfc7;border-radius:100%;width:10px;height:10px;margin-right:5px;animation:1.4s ease-in-out infinite both sk-bouncedelay;display:inline-block}.botTyping .bounce1{animation-delay:-.32s}.botTyping .bounce2{animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}input:focus,video:focus{outline:none}.video-container iframe,.video-container object,.video-container embed{border-style:none;border-radius:10px;width:90%;height:100%;margin-left:5%;position:absolute;top:0;left:0}.tap-target{color:#fff;background:#c1c7c7}.pdf_attachment{border:.5px solid #00000014;border-radius:10px;width:60%;height:14%;margin-left:10%;box-shadow:2px 3px 9px #9a82842e}.pdf_icon{color:#fff;background-color:#060dcfc7;border-radius:10px 0 0 10px;height:100%;font-size:25px;padding:7%!important}.pdf_link{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:5%!important}.pdf_link a{color:#060dcfc7}
