input::placeholder{font-size:12px!important}.chat-screen .chat-body::-webkit-scrollbar{width:5px}.chat-screen .chat-body::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:100px}.chat-screen .chat-body::-webkit-scrollbar-thumb{border-radius:100px;background-image:linear-gradient(180deg,#83b541 0,#71a232 99%);box-shadow:inset 2px 2px 5px 0 rgba(255,255,255,.5)}.chat-screen{position:fixed;bottom:68px;right:20px;z-index:9999;width:290px;background:#fff;box-sizing:border-box;border-radius:15px;box-shadow:0 15px 20px rgba(0,0,0,.1);visibility:hidden}.chat-screen.show-chat{-moz-transition:bottom .5s linear;-webkit-transition:bottom .5s linear;transition:bottom .5s linear;visibility:visible;bottom:82px}.chat-screen .chat-header{background:#83b541;background:-moz-radial-gradient(center,ellipse cover,#83b541 0,#71a232 62%,#71a232 100%);background:-webkit-radial-gradient(center,ellipse cover,#83b541 0,#71a232 62%,#71a232 100%);background:radial-gradient(ellipse at center,#83b541 0,#71a232 62%,#71a232 100%);border-radius:15px 15px 0 0;padding:15px;display:block}.chat-screen .chat-header .chat-header-title{display:inline-block;width:calc(100% - 50px);color:#fff;font-size:14px}.chat-screen .chat-header .chat-header-option{display:inline-block;width:44px;color:#fff;font-size:14px;text-align:right}.chat-screen .chat-mail{padding:15px 0 15px 4px;display:block}.chat-screen .chat-mail input.form-control{border-radius:8px;border:1px solid #e1e1e1;color:#3b3f5c;font-size:10px;padding:7px}.chat-screen .chat-mail input.form-control:focus{box-shadow:none;border:1px solid #add5fc}.chat-screen .chat-mail button{text-transform: capitalize; background:#83b541;background:-moz-radial-gradient(center,ellipse cover,#83b541 0,#71a232 62%,#71a232 100%);background:-webkit-radial-gradient(center,ellipse cover,#83b541 0,#71a232 62%,#71a232 100%);background:radial-gradient(ellipse at center,#83b541 0,#71a232 62%,#71a232 100%);border:none;padding:5px 15px 5px 15px;transition:transform .5s ease;width:auto;margin:auto;margin-top:9px}.chat-screen .chat-mail .form-group{margin-bottom:8px;margin-top:8px}.chat-screen .chat-body{padding:5px;display:inline-block;min-height:382px;max-height:382px;overflow-y:scroll}.chat-screen .chat-body .chat-start{border:1px solid #527026;width:150px;border-radius:50px;padding:6px 10px;font-size:12px;margin:0 auto;text-align:center;margin-bottom:15px;background:#fff}.chat-screen .chat-body .chat-bubble{font-size:11px;padding:5px 5px;box-shadow:none;display:inline-block;clear:both;box-shadow:0 5px 5px rgba(0,0,0,.02)}.chat-screen .chat-body .chat-bubble.you{background:#cdeb8b;background:-moz-linear-gradient(left,rgba(205,235,139,1) 0,rgba(205,235,139,1) 100%);background:-webkit-linear-gradient(left,rgba(205,235,139,1) 0,rgba(205,235,139,1) 100%);background:linear-gradient(to right,rgba(205,235,139,1) 0,rgba(205,235,139,1) 100%);color:#000;border-radius:7px;align-self:flex-start;display:table}.chat-screen .chat-body .chat-bubble.you2{background:#fff;color:#000;border-radius:0 15px 15px 15px;align-self:flex-start;display:table;box-shadow:none;width:-webkit-fill-available;padding:0}.chat-screen .chat-body .chat-bubble.me{background:#7a7a7a;color:#fff;border-radius:7px;float:right;align-self:flex-end;display:table}.chat-screen .chat-input{width:100%;position:relative;margin-bottom:-5px}.chat-screen .chat-input input{width:100%;background:#fff;padding:15px 70px 15px 15px;border-radius:0 0 15px 15px;resize:none;border-width:1px 0 0 0;border-style:solid;border-color:#f8f8f8;color:#7a7a7a;font-weight:400;font-size:13px;transition:border-color .5s ease}.chat-screen .chat-input input:focus{border-color:#f9dcff}.chat-screen .chat-input input:focus+.input-action-icon a svg.feather-send{color:#bc32ef}.chat-screen .chat-input .input-action-icon{width:61px;white-space:nowrap;position:absolute;z-index:1;top:15px;right:15px;text-align:right}.chat-screen .chat-input .input-action-icon a{display:inline-block;margin-left:5px;cursor:pointer}.chat-screen .chat-input .input-action-icon a svg{height:17px;width:17px;color:#a9a9a9}.chat-screen .chat-session-end{display:block;width:100%;padding:25px}.chat-screen .chat-session-end h5{font-size:17px;text-align:center;font-weight:700;margin-top:20px}.chat-screen .chat-session-end p{font-size:14px;text-align:center;margin:20px 0}.chat-screen .powered-by{text-align:right;font-size:12px}.chat-bot-icon{position:fixed;bottom:20px;right:20px;height:50px;width:50px;background:#83b541;background:-moz-radial-gradient(center,ellipse cover,#83b541 0,#71a232 62%,#71a232 100%);background:-webkit-radial-gradient(center,ellipse cover,#83b541 0,#71a232 62%,#71a232 100%);background:radial-gradient(ellipse at center,#83b541 0,#71a232 62%,#71a232 100%);z-index:9999;border-radius:30px;box-shadow:0 10px 15px rgba(0,0,0,.1);text-align:center;line-height:50px;cursor:pointer;transition:all .5s ease;-webkit-animation:bounce 1s ease-in 2s 10 alternate;-moz-animation:bounce 1s ease-in 2s 10 alternate;-ms-animation:bounce 1s ease-in 2s 10 alternate;-o-animation:bounce 1s ease-in 2s 10 alternate;animation:bounce 1s ease-in 2s 10 alternate}.chat-bot-icon img{height:90px;width:90px;position:absolute;right:-14px;top:-40px;max-width:initial}.chat-bot-icon svg{color:#fff;-moz-transition:all .5s linear;-webkit-transition:all .5s linear;transition:transform .5s linear;position:absolute;left:13px;top:13px;opacity:0;z-index:-1}.chat-bot-icon svg.animate{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:1;z-index:1}.msg-quick-reply{margin:16px 0 0;text-align:left}.message:after{content:"";display:block;clear:both}.msg-quick-reply .btn-wrap .btn{color:#d60064;border-color:#d60064!important}.msg-quick-reply .btn-wrap .btn{border-radius:20px!important;text-transform:none!important;color:#000!important;border:1px solid #403f3f!important;padding:8px 14px!important;margin:auto;line-height:16px!important;font-size:11px!important;white-space:nowrap!important;display:inline-block!important;box-shadow:0 0 5px rgb(0 0 0 / 8%)!important;background:0 0;float:left;font-weight:500}.ResponseCard{flex:0 0 auto;margin-bottom:10px;border:1px solid #d1d1d1;background:#fff;border-radius:5px;box-shadow:0 2px 4px rgba(0,86,163,.1);line-height:1.3;transition:all .1s;transform-origin:center center;margin-top:16px}.ResponseCard:hover{transform:scale(1.01) translateY(-.1rem);box-shadow:0 6px 7px rgba(0,86,163,.1)}.ResponseCard-option{padding:8px;border-top:1px solid #d1d1d1;cursor:pointer;color:#79ab39;transition:none;font-size:12px;background:#fff}.ResponseCard-option:hover{background:#ccc;color:#000}.ResponseCard-option:first-child{border:0;font-weight:500;color:#000}.botque{color:#87ba45;font-size:12px;line-height:17px}.font-s-12{font-size:12px}