@import"https://fonts.googleapis.com/css2?family=Open+Sans&display=swap";html,*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body.EnagageX{position:fixed;display:flex;justify-content:center;align-items:center;height:100%;width:100%}body.EnagageX .loader{position:relative;margin:40px}body.EnagageX .loader .loader__dot{display:block;width:10px;height:10px;margin:4px;border-radius:5px;background-color:#e1e3e7;float:left}body.EnagageX .loader .slide{will-change:transform,opacity;animation:slide .4s infinite linear}body.EnagageX .loader .slide__one{animation:fadeIn .4s infinite ease-out}body.EnagageX .loader .slide__two{animation:fadeOut .4s infinite ease-in}@-moz-keyframes slide{0%{transform:translate(-18px)}to{transform:translate(0)}}@-webkit-keyframes slide{0%{transform:translate(-18px)}to{transform:translate(0)}}@-o-keyframes slide{0%{transform:translate(-18px)}to{transform:translate(0)}}@keyframes slide{0%{transform:translate(-18px)}to{transform:translate(0)}}@-moz-keyframes fadeIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@-webkit-keyframes fadeIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@-o-keyframes fadeIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@-moz-keyframes fadeOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@-webkit-keyframes fadeOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@-o-keyframes fadeOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes fadeOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.App{text-align:center;height:100svh}.EngageXChatBot .img-preview{width:100%}.EngageXChatBot button{cursor:pointer}.EngageXChatBot .header-container{align-items:center;display:flex;padding:8px 16px;height:60px;justify-content:space-between}.EngageXChatBot .header-container .header-text{width:100%;height:22px;font-style:normal;font-weight:700;font-size:20px;line-height:22px;display:flex;align-items:center;color:#fff;margin:16px;left:50px;justify-content:unset}.EngageXChatBot .header-container .logo{height:unset}.EngageXChatBot .header-container button{background-color:unset!important;box-shadow:none;border:none}.EngageXChatBot .footer-container{width:100%;padding:0rem 16px;display:flex;align-items:center;height:50px;justify-content:space-between;background:#EFEFEF}.EngageXChatBot .footer-container .input-container{display:flex;width:85%;align-items:center}.EngageXChatBot .footer-container .input-block{height:25px;background:white;border-radius:8px;width:100%;border:none;overflow-y:hidden;outline:none;font-size:14px;resize:none;margin:8px 0 7px 7px;padding:2px 5px}.EngageXChatBot .footer-container .input-block.mobile{height:40px}.EngageXChatBot .footer-container .input-block::-webkit-scrollbar{display:none}.EngageXChatBot .footer-container .msg-send-btn{border:none;background:none}.EngageXChatBot .footer-container .msg-send-btn:disabled{cursor:not-allowed}.EngageXChatBot ::-webkit-input-placeholder{color:gray;padding:0rem 8px;font-size:14px}.EngageXChatBot textarea::placeholder{font-size:14px;content:"Send message";color:gray;height:100%;padding:5px}.EngageXChatBot .custom-scrollbar .scrollbar-thumb{background:#3a8afa;border-radius:5px}.EngageXChatBot .custom-scrollbar .scrollbar-track.track-vertical{height:100%;right:0}.EngageXChatBot .radio-modal-container{background-color:#fff;display:block;position:absolute;z-index:1;bottom:0;border-radius:20px 20px 0 0;width:100%;height:80%}.EngageXChatBot .radio-modal-container .modal-header{z-index:1;width:100%;padding:0rem 22px;height:60px;display:flex;align-items:center;justify-content:space-between}.EngageXChatBot .radio-modal-container .modal-header .header-text{display:flex;width:100%;justify-content:center}.EngageXChatBot .radio-modal-container .modal-header P{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;display:flex;margin:0rem;align-items:center;color:#1c1c1c}.EngageXChatBot .radio-modal-container .modal-header .cancel-btn{cursor:pointer}.EngageXChatBot .radio-modal-container .modal-msg{overflow-y:auto;height:calc(100% - 60px);position:relative;width:100%;height:calc(100% - 120px);overflow-y:scroll;scrollbar-color:#040351 white;scrollbar-width:thin;border-radius:17px}.EngageXChatBot .radio-modal-container .modal-msg .model-buttons{padding:6px 0rem;display:flex;margin:8px 14px}.EngageXChatBot .radio-modal-container .modal-msg .model-buttons label{margin:0rem 16px;font-style:normal;font-weight:400;font-size:13px;line-height:20px;width:100%;display:flex;align-items:center;color:#000;opacity:.5}.EngageXChatBot .radio-modal-container .modal-msg .model-buttons.selected label{opacity:1;font-weight:600}.EngageXChatBot .radio-modal-container .modal-msg::-webkit-scrollbar-thumb{background-color:#040351;border-radius:17px}.EngageXChatBot .radio-modal-container .modal-msg::-webkit-scrollbar{width:5px}.EngageXChatBot .radio-modal-container .modal-footer{position:absolute;width:100%;padding:0rem 16px;display:flex;align-items:center;bottom:0px;height:60px;justify-content:center}.EngageXChatBot .radio-modal-container .modal-footer .send-btn{padding:8px 2rem;margin:8px 0rem;border-radius:8px;background-color:#040351;color:#fff;border:none;width:80%;cursor:pointer;font-weight:700;font-size:14px}.EngageXChatBot input[type=radio]:checked+label{font-style:normal;font-weight:600;font-size:13px;line-height:14px;display:flex;align-items:center;color:#000}.EngageXChatBot input[type=radio]{accent-color:#040351}.EngageXChatBot .modal-overlay{background-color:rgba(4,4,4,.49);display:block;position:absolute;z-index:0;bottom:0;width:100%;height:calc(100% - 60px);border-radius:20px 20px 0 0}@media only screen and (min-width: 1366px){.EngageXChatBot .radio-modal-container .modal-msg .model-buttons label{font-size:14px}}.EngageXChatBot .main-container{position:fixed;width:100vw;height:100%;bottom:0px;right:0%;z-index:24}.EngageXChatBot .chat-widget{max-width:450px;width:100%;height:inherit;margin:0 auto;box-shadow:0 0 7px 3px #d3d3d3}.EngageXChatBot .chat-body-container{background-color:#fff;height:calc(100% - 110px);border-radius:20px 20px 0 0}.EngageXChatBot .chat-body-container.error{height:calc(100% - 60px);padding:25px;display:flex;flex-direction:column;justify-content:center;align-items:center}.EngageXChatBot .chat-body-container.error .error-img{width:50%;height:auto}.EngageXChatBot .chat-body-container.error .error-img svg{width:100%;height:auto}.EngageXChatBot .chat-body-container.error .error-msg{text-align:center;white-space:pre-wrap;color:#484848;font-size:14px;margin-top:20px}.EngageXChatBot .chat-body-container .render-msg{padding:0rem 8px}.EngageXChatBot .chat-body-container .render-msg .chat-time-container{display:flex;align-items:center;justify-content:center;padding:2rem 0rem}.EngageXChatBot .chat-body-container .render-msg .chat-time-container .time-block{color:#838eab;font-weight:700;padding:8px 16px;z-index:1;background-color:#fff;font-size:16px}.EngageXChatBot .chat-body-container .render-msg .chat-time-container .background-line{width:90%;position:absolute;height:1px;background-color:gray;opacity:.5}.EngageXChatBot .chat-body-container::-webkit-scrollbar-thumb{background-color:#fff}.EngageXChatBot .chat-body-container::-webkit-scrollbar{width:2px}.EngageXChatBot .conversation-detail{display:flex;flex-direction:column;align-items:center;padding:25px;font-weight:700}.EngageXChatBot .conversation-detail .conversation-date-container{position:relative;width:100%;display:flex;justify-content:center}.EngageXChatBot .conversation-detail .conversation-date-container .border-line{width:100%;height:1px;border:1px;border-style:dashed;border-color:#e6ebf1;position:absolute;top:50%;transform:translateY(-50%)}.EngageXChatBot .conversation-detail .conversation-date-container .conversation-date{opacity:1;background:#f7f7f7;z-index:10;padding:2px 10px}.EngageXChatBot .conversation-detail .conversation-date-container .conversation-date .date-text{color:#838eab;opacity:.6}.EngageXChatBot .loading{align-items:center;justify-content:center;display:flex;height:100%}@media only screen and (min-width: 426px){.EngageXChatBot .main-container{position:absolute;width:100%;height:65vh;bottom:25px;right:2%;z-index:24}}@media only screen and (min-width: 767px){.EngageXChatBot .main-container{right:4%}.EngageXChatBot .chat-widget{border-radius:12px 12px 0 0}}@media only screen and (min-width: 1024px){.EngageXChatBot .chat-widget{border-radius:12px 12px 0 0}}@media only screen and (min-width: 1440px){.EngageXChatBot .chat-body-container.error .error-msg{font-size:16px}}.EngageXChatBot .scheduler-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;font-size:16px}.EngageXChatBot .scheduler-wrapper .scheduler-container{position:absolute;z-index:5;bottom:10%;width:90%;background-color:#fff;border-radius:12px}.EngageXChatBot .scheduler-wrapper .scheduler-container .header{padding:1.3rem;display:flex;justify-content:space-between;background-color:#fff;border-radius:12px}.EngageXChatBot .scheduler-wrapper .scheduler-container .header span{font-weight:600;font-size:14px;line-height:14px;display:flex;align-items:center;color:#000}.EngageXChatBot .scheduler-wrapper .scheduler-container .header .close-icon{width:1.2rem;height:1.2rem;cursor:pointer;color:#1c1c1c}.EngageXChatBot .scheduler-wrapper .tabs{display:flex;flex-direction:row;justify-content:space-around;background-color:#efefef}.EngageXChatBot .scheduler-wrapper .tabs .tab-button{border:1px solid;width:100%;display:flex;justify-content:center;align-items:center;font-size:12px;padding:8px;border:none;text-wrap:nowrap;cursor:pointer}.EngageXChatBot .scheduler-wrapper .tabs .tab-button:not(:last-child){border-right:2px solid #E2E2E2}.EngageXChatBot .scheduler-wrapper .tabs .tab-button.active{font-family:Open Sans;font-style:normal;font-weight:700;font-size:12px;line-height:11px;color:#000;background-color:#e2e2e2;border-bottom:3px solid #0A0C61}.EngageXChatBot .scheduler-wrapper .scheduler-main-container{padding:16px;position:relative}.EngageXChatBot .scheduler-wrapper .scheduler-main-container .shedule-btn-wrapper .button-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:8px 16px;width:90%}.EngageXChatBot .scheduler-wrapper .scheduler-main-container .shedule-btn-wrapper .button-container button{padding:.6rem;font-size:14px;line-height:14px;color:#1c1c1c;background:#DCE5F9;border:.5px solid #BABABA;border-radius:17px}.EngageXChatBot .scheduler-wrapper .scheduler-main-container .shedule-btn-wrapper .button-container button.active{color:#fff;background:#0A0C61;font-weight:700}.EngageXChatBot .scheduler-wrapper .scheduler-main-container .submit-container{width:100%;display:flex;flex-direction:column;align-items:flex-end}.EngageXChatBot .scheduler-wrapper .scheduler-main-container .submit-container .submit-btn{padding:.6rem 1.6rem;background:white;border:2px solid #0A0C61;border-radius:8px;font-weight:700;font-size:14px;line-height:14px;color:#0a0c61}.EngageXChatBot .scheduler-wrapper .scheduler-main-container .note{width:100%;padding:.3rem 0rem;margin-top:.35rem;font-size:11px;color:#939292;text-align:center}.EngageXChatBot .scheduler-overly{border-radius:20px 20px 0 0;position:absolute;z-index:2;bottom:0;left:0;width:100%;height:calc(100% - 60px);background:#1C1C1C;opacity:.7}.EngageXChatBot .modal-container{background-color:transparent;position:absolute;display:flex;z-index:1;border-radius:20px 20px 0 0;bottom:0px;width:100%;height:calc(100% - 60px);align-items:center;justify-content:center}.EngageXChatBot .modal-container .calender-overlay{height:100%;width:100%;border-radius:20px 20px 0 0;position:absolute;background-color:rgba(4,4,4,.49)}.EngageXChatBot .modal-container .calender-box{display:flex;position:absolute;max-height:100%;min-height:200px;align-items:center;justify-content:center;overflow:auto}.EngageXChatBot .modal-container .MuiPickersLayout-root{background-color:#fff}.EngageXChatBot .modal-container .MuiPickersLayout-root .MuiDateCalendar-root{overflow:hidden;width:320px;max-height:275px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.EngageXChatBot .modal-container .MuiPickersLayout-root .MuiDateCalendar-root .MuiPickersCalendarHeader-root{display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;margin-bottom:5px;padding-left:24px;padding-right:12px;max-height:30px;min-height:30px}.EngageXChatBot .action-button-continer{display:flex;margin:8px 0rem 8px 40px;flex-wrap:wrap;width:80%}.EngageXChatBot .action-button-continer .action-button-wrapper{text-align:left;margin:5px 5px 5px 0}.EngageXChatBot .action-button-continer .action-button-wrapper .action-button{font-size:13px;border:.5px solid #BABABA;border-radius:17px;color:#666;padding:8px 14px;text-overflow:ellipsis;background:#fff}.EngageXChatBot .action-button-continer .action-button-wrapper .action-button:hover{background:#DCE5F9;color:#1c1c1c}.EngageXChatBot .action-button-continer .action-button-wrapper .ancher-button{font-size:14px;border:1px solid gray;border-radius:20px;display:flex;opacity:1;padding:8px 16px;font-weight:700;align-items:center}.EngageXChatBot .action-button-continer .action-button-wrapper .word-img{margin-right:8px}.EngageXChatBot .action-button-continer .action-button-wrapper a:link{display:flex;flex-wrap:nowrap}.EngageXChatBot .action-button-continer .action-button-wrapper .btn-title{width:100%;display:flex;align-items:center;justify-content:center}.EngageXChatBot .action-button-continer .action-button-wrapper .btn-title-ellipsis{white-space:nowrap;width:80%;overflow:hidden;text-overflow:ellipsis}.EngageXChatBot .action-button-continer .action-button-wrapper.clicked .action-button{background:#DCE5F9!important;color:#1c1c1c!important}.EngageXChatBot .action-button-continer .action-button-wrapper.word-file-width{width:100%}@media only screen and (min-width: 425px){.EngageXChatBot .action-button-continer .action-button-wrapper .action-button{font-size:12px}.EngageXChatBot .action-button-continer .action-button-wrapper .action-button .ancher-button{font-size:13px}}@media only screen and (min-width: 1366px){.EngageXChatBot .action-button-continer .action-button-wrapper .action-button{font-size:13px}.EngageXChatBot .action-button-continer .action-button-wrapper .action-button .ancher-button{font-size:14px}}.EngageXChatBot .message-container{width:80%;margin:10px 0;display:flex;flex-direction:row}.EngageXChatBot .message-container .message-card{border-radius:8px 8px 8px 0;padding:10px;font-size:14px;text-align:left;background:#e6ebf1;color:#040351;width:100%;max-width:85%}.EngageXChatBot .message-container .message-card .message-text{font-size:14px;line-height:22px;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;position:relative}.EngageXChatBot .message-container .message-card .message-text.file-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.EngageXChatBot .message-container .message-card .message-text a{display:inline;font-size:13px;color:#787878;line-height:14px;text-decoration:none}.EngageXChatBot .message-container .message-card .message-text ul{padding:0;margin:5px 0}.EngageXChatBot .message-container .message-card .message-text ul li{list-style-type:none;padding:0;margin:12px 0}.EngageXChatBot .message-container .message-card .message-time{color:#838eab;display:flex;align-items:center;justify-content:center}.EngageXChatBot .message-container.to{margin-right:auto}.EngageXChatBot .message-container.to .message-card{background:white;color:#1c1c1c;box-shadow:0 2px 25px rgba(0,0,0,.15);border-radius:8px 8px 8px 0;position:relative;margin-left:10px}.EngageXChatBot .message-container.to .message-card:after{content:"";width:0;position:absolute;height:0;border-bottom:16px solid;border-top-color:inherit;border-left:20px solid rgba(255,15,15,0);left:-8px;color:#fff;bottom:0;transform:rotate(-10deg)}.EngageXChatBot .message-container.to .message-time{display:flex;justify-content:flex-end;font-weight:400;font-size:10px;line-height:11px;align-items:flex-end;text-align:right;color:gray;margin-top:8px}.EngageXChatBot .message-container.from{margin-left:auto;max-width:fit-content;flex-direction:row-reverse;align-items:flex-end}.EngageXChatBot .message-container.from .message-card{color:#fff;border-radius:8px 8px 0;position:relative;margin-right:8px}.EngageXChatBot .message-container.from .message-card:after{content:" ";position:absolute;bottom:0px;width:0px;border-bottom:16px solid;color:transparent;transform:rotate(11deg);border-right:16px solid;border-bottom-color:inherit;right:-8px}.EngageXChatBot .message-container.from .message-time{margin-left:auto;color:#fff;justify-content:flex-end;font-weight:400;font-size:10px;line-height:11px;display:flex;align-items:flex-end;text-align:right;margin-top:8px}.EngageXChatBot .message-container a{display:flex;align-items:center}.EngageXChatBot .message-container a .download-icon-ctr{margin-left:10px;display:flex;padding:5px;border-radius:50%;align-items:center;background:#040351;width:fit-content}.EngageXChatBot .message-container .chat-img{width:100%;height:100%}.EngageXChatBot .message-container .popup-button{margin-top:8px;width:100%;font-size:14px}.EngageXChatBot .message-container .popup-button button{margin-top:8px;border:none;border-top:1px solid;display:flex;align-items:center;background-color:inherit;padding:8px .35rem;width:100%;color:inherit}.EngageXChatBot .message-container .popup-button button span{margin-left:8px;font-size:14px}.EngageXChatBot .message-container .chat-user-icon{display:flex;align-items:flex-end;margin-bottom:-16px}.EngageXChatBot .message-container .chat-user-icon.from{position:relative;display:flex;align-items:center;justify-content:center;margin:.3rem;margin-bottom:-16px}.EngageXChatBot .message-container .header{color:#040351;font-weight:700}.EngageXChatBot .message-container .PhoneCheck{font-size:13px;color:#787878}@media only screen and (min-width: 425px){.EngageXChatBot .message-container .message-card,.EngageXChatBot .message-container .message-card .message-text{font-size:13px}.EngageXChatBot .message-container .message-card .message-time{margin-top:5px}.EngageXChatBot .message-container .message-card .popup-button,.EngageXChatBot .message-container .message-card .popup-button button span{font-size:13px}}@media only screen and (min-width: 1366px){.EngageXChatBot .message-container .message-card,.EngageXChatBot .message-container .message-card .message-text{font-size:14px}.EngageXChatBot .message-container .message-card .message-time{margin-top:8px}.EngageXChatBot .message-container .message-card .popup-button,.EngageXChatBot .message-container .message-card .popup-button button span{font-size:14px}}.EngageXChatBot .form-contol{margin:10px 0}.EngageXChatBot .form-contol.tool-tip-container{position:relative}.EngageXChatBot .form-contol.tool-tip-container .tooltiptext{visibility:hidden;width:80%;max-width:max-content;background:linear-gradient(90deg,rgb(18,36,125) 10.71%,rgb(10,12,97) 91.96%);border-color:#0a0c61;color:#fff;text-align:start;border-radius:6px;padding:5px 10px;position:absolute;z-index:1;bottom:100%;left:50%;margin-left:0;margin-bottom:5px}.EngageXChatBot .form-contol.tool-tip-container .tooltiptext:after{content:"";width:0;position:absolute;height:0;border-bottom:16px solid;border-top-color:inherit;border-left:20px solid rgba(255,15,15,0);left:-10px;color:#12247d;bottom:-1px;transform:rotate(-40deg)}.EngageXChatBot .form-contol.tool-tip-container:hover .tooltiptext{visibility:visible}.EngageXChatBot .inut-area{outline:none;padding:5px;width:100%;background:linear-gradient(135.37deg,rgba(0,0,0,.4) 4.29%,rgba(255,255,255,.4) 95.6%),#EAECF0;background-blend-mode:soft-light,normal;border:.5px solid rgba(255,255,255,.4);box-shadow:5px 5px 10px rgba(163,177,198,.3),-5px -5px 10px rgba(255,255,255,.3);border-radius:2px;display:flex;font-size:14px}.EngageXChatBot .inut-area.false{border:1px solid red}.EngageXChatBot .inut-area .not-check-date-time{padding-left:5px;color:#8b8c8f;font-size:13px;font-weight:400}.EngageXChatBot .inut-area-chacked{background-blend-mode:soft-light,normal;background:linear-gradient(135.37deg,rgba(0,0,0,.4) 4.29%,rgba(255,255,255,.4) 95.6%),#e5f2ff;border:1px solid rgba(255,255,255,.62);box-shadow:5px 5px 10px rgba(163,177,198,.3),-5px -5px 10px rgba(255,255,255,.3);border-radius:2px;outline:none;padding:5px;width:100%}.EngageXChatBot .inut-area-chacked .date-time{padding:0;margin:0;font-size:13px;display:flex;color:#000;font-weight:500}.EngageXChatBot .show-img-area{width:100%}.EngageXChatBot input[type=file]::-webkit-file-upload-button{display:none;width:100%}.EngageXChatBot .image-container{font-style:normal;font-weight:400;font-size:13px;line-height:11px}.EngageXChatBot .image-container label{color:#000;font-weight:500;margin:.4rem 0rem;padding:.3rem 8px;display:flex;justify-content:space-between}.EngageXChatBot .image-container label span{opacity:.3;display:flex;align-items:center;margin-left:-2px}.EngageXChatBot .image-container label .bold{font-weight:700;opacity:.2}.EngageXChatBot ::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:11px;display:flex;align-items:center;color:#000;opacity:.4}.EngageXChatBot .form-action-button{border:2px solid #0A0C61;font-size:14px;width:max-content;border-radius:7px;opacity:1;font-weight:700;background-color:#fff;color:#0a0c61;padding:.3rem 1.1rem;margin-top:16px}.EngageXChatBot .form-action-button:disabled{cursor:not-allowed}.EngageXChatBot .form-action-button.valid{font-weight:700}.EngageXChatBot .form-action-button.true{display:none}.EngageXChatBot .input-fild-title{display:block;margin-top:10px;font-size:14px;color:#1c1c1c;opacity:.5}.EngageXChatBot .contact-input{display:flex;background:transparent;background-blend-mode:soft-light,normal;border:.5px solid rgba(255,255,255,.4);border-radius:2px;margin-bottom:.3rem;outline:none;padding:5px 0 2px;width:100%}.EngageXChatBot .contact-box{width:17px;margin:.4rem 0rem;outline:none;padding:.2rem;margin:2px;background:linear-gradient(135.37deg,rgba(0,0,0,.4) 4.29%,rgba(255,255,255,.4) 95.6%),#EAECF0;background-blend-mode:soft-light,normal;border:1px solid rgba(255,255,255,.62);box-shadow:5px 5px 10px rgba(163,177,198,.3),-5px -5px 10px rgba(255,255,255,.3);border-radius:4px}.EngageXChatBot .contact-box:first-child{padding-left:0;margin-left:0}.EngageXChatBot .contact-box.valid{background:linear-gradient(135.37deg,rgba(0,0,0,.4) 4.29%,rgba(255,255,255,.4) 95.6%),#e5f2ff;border:1px solid rgba(255,255,255,.62);box-shadow:5px 5px 10px rgba(163,177,198,.3),-5px -5px 10px rgba(255,255,255,.3);padding:4px}.EngageXChatBot .contact-box.invalid{background:linear-gradient(135.37deg,rgba(0,0,0,.4) 4.29%,rgba(255,255,255,.4) 95.6%),#ffe5e5;border:1px solid rgba(207,102,102,.3);box-shadow:5px 5px 10px rgba(163,177,198,.3),-5px -5px 10px rgba(255,255,255,.3)}.EngageXChatBot .checked-contact-no-box{width:17px;background:linear-gradient(135.37deg,rgba(0,0,0,.4) 4.29%,rgba(255,255,255,.4) 95.6%),#e5f2ff;background-blend-mode:soft-light,normal;border-radius:2px;margin:.4rem 0rem;outline:none;padding:.2rem;margin:2px;border:1px solid rgba(163,177,198,.3);box-shadow:5px 5px 10px rgba(163,177,198,.3),-5px -5px 10px rgba(255,255,255,.3)}.EngageXChatBot .error-msg{color:red;font-size:12px}.EngageXChatBot input::-webkit-outer-spin-button,.EngageXChatBot input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.EngageXChatBot input[type=number]{-moz-appearance:textfield}.EngageXChatBot .submit-btn-container{width:100%;display:flex;justify-content:space-between}.EngageXChatBot .tool-tip-container{position:relative}.EngageXChatBot .tool-tip-container .tooltiptext{visibility:hidden;width:80%;background-color:#040351;color:#fff;text-align:start;border-radius:6px;padding:5px 10px;position:absolute;z-index:1;bottom:100%;left:50%;margin-left:-60px}.EngageXChatBot .tool-tip-container:hover .tooltiptext{visibility:visible}.EngageXChatBot .errorMsg{display:none}.EngageXChatBot .errorMsg.false{display:block;color:red}.EngageXChatBot .selected-img{position:relative;display:inline-block}.EngageXChatBot .edit{padding-top:10px;padding-right:15px;position:absolute;right:0;top:0;display:block;color:#fff;cursor:pointer}.EngageXChatBot .edit .cancel-btn{border-radius:50%;background-color:#404040}@media only screen and (min-width: 425px){.EngageXChatBot .form-action-button{font-size:13px}.EngageXChatBot .inut-area-chacked .date-time{font-size:12px}.EngageXChatBot .input-fild-title,.EngageXChatBot .inut-area{font-size:13px}}@media only screen and (min-width: 1366px){.EngageXChatBot .form-action-button{font-size:14px}.EngageXChatBot .inut-area-chacked .date-time{font-size:13px}.EngageXChatBot .input-fild-title,.EngageXChatBot .inut-area{font-size:14px}}.EngageXChatBot .container{display:flex;align-items:center;justify-content:flex-start;margin-top:8px;font-size:30px;flex-wrap:wrap}.EngageXChatBot .container .radio{display:none}.EngageXChatBot .container .rating{cursor:pointer}.EngageXChatBot .container .rating .star-img{height:27px;width:27px;margin:0 2px}.EngageXChatBot ol{padding:0rem 16px}.EngageXChatBot .message-container .message-card .message-text li{padding:8px}.EngageXChatBot .message-container .message-card .message-text li .textWithLink{padding:0;margin:0;position:relative;display:inline-block}.EngageXChatBot .message-container .message-card .message-text li .textWithLink a{padding:2px 0}.EngageXChatBot .message-container .message-card .message-text li a.document{display:flex!important;align-items:center;width:100%}.EngageXChatBot .message-container .message-card .message-text li a.document svg{width:22px;height:auto}.EngageXChatBot .message-container .message-card .message-text li a.document .textWithLink{padding:0;margin-left:10px;position:relative;display:inline-block;overflow:hidden;white-space:nowrap;width:100%}.EngageXChatBot .message-container .message-card .message-text li a.document .textWithLink a{display:block;overflow:hidden;text-overflow:ellipsis;font-size:14px}.EngageXChatBot .message-container .message-card .message-text li a{color:inherit}@media only screen and (min-width: 426px) and (max-width: 1366px){.EngageXChatBot .message-container .message-card .message-text li a.document .textWithLink a{font-size:13px}}.readOnlyForm{display:flex}.read-more-btn{color:#0a0c61;font-weight:700}.caps-label{text-transform:capitalize}.agent-name-container{display:flex;align-items:center;justify-content:center;padding:1rem 0rem}.agent-name-container .name-block{display:flex;font-family:Open Sans;font-size:14px;font-weight:700;line-height:14px;color:#040351;padding:8px;z-index:1;background-color:#fff}.agent-name-container .background-line{width:100%;position:absolute;height:.2px;background-color:#040351}.EngageXChatBot .scroll-wrapper{position:relative;overflow-y:auto;height:100%}.EngageXChatBot .scroll-wrapper::-webkit-scrollbar-thumb{background-color:#040351;border-radius:17px}.EngageXChatBot .scroll-wrapper::-webkit-scrollbar{width:5px}.EngageXChatBot.chatbot-container{font-family:Open Sans;width:360px;padding:10px;position:fixed;right:0;bottom:0px;z-index:24;transition:all .5s}.EngageXChatBot .ChatBot-Button{border:none;position:absolute;right:2%;bottom:10px;z-index:20;cursor:pointer;background-color:transparent;width:65px;height:auto}.EngageXChatBot .ChatBot-Button svg{width:100%;height:100%}.EngageXChatBot .collapsed{display:none}.EngageXChatBot .animate{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.EngageXChatBot .Bot-Open{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.EngageXChatBot .Bot-Close{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@media only screen and (min-width: 426px){.EngageXChatBot .ChatBot-Button{right:2%}}@media only screen and (min-width: 1440px){.EngageXChatBot.chatbot-container{width:370px}}@media only screen and (min-width: 1367px){.EngageXChatBot .ChatBot-Button{width:70px}}@media only screen and (min-width: 1690px){.EngageXChatBot .ChatBot-Button{width:80px}}
