body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cursor-pointer{cursor:pointer}.hidden{display:none}.cancel_icon{height:28px}#chat-widget-container{bottom:20px;flex-direction:column;position:fixed;right:20px;z-index:9999}#chat-popup{max-height:730px;min-height:fit-content;min-height:550px}#chat-popup,#chat-popup-404{overflow-y:scroll;padding-bottom:20px;transition:all .3s}#chat-popup-404{max-height:630px;min-height:fit-content;min-height:200px}#chat-messages .bg-gray-800{word-wrap:break-word;max-width:260px}.typing-text{color:#497df8;height:18px;margin:0 0 5px;text-align:right}button.btn-focus:focus{opacity:.7}.typing_input{position:relative}.attach-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.fullpic-popup img{height:600px;max-width:100%;object-fit:contain;width:400px}.picbg{background-color:#fff;border-radius:10px;padding:15px;position:relative}@media (max-width:768px){.left_chats #chat-popup,.left_chats #chat-popup-404{bottom:80px!important;margin-left:20px;max-height:100%;position:fixed!important}#chat-popup,#chat-popup-404{bottom:80px!important;margin-right:20px;max-height:100%;position:fixed!important}.left_chats{left:20px!important}}@media (max-width:440px){.left_chats #chat-popup,.left_chats #chat-popup-404{margin-left:0;width:350px!important}#chat-popup,#chat-popup-404{margin-right:0;width:350px!important}}@media (max-width:350px){.left_chats #chat-popup,.left_chats #chat-popup-404{margin-left:0;width:320px!important}#chat-popup,#chat-popup-404{margin-right:0;width:320px!important}}.error{color:red}.close-chat{color:#fff}::-webkit-scrollbar{border-radius:20px;cursor:pointer;height:5px;padding-left:10px}::-webkit-scrollbar-track{background-color:#e9e9e98f;cursor:pointer;padding-left:10px}::-webkit-scrollbar-thumb{background-color:#cccccc7e}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{cursor:pointer;padding-left:10px}::-webkit-scrollbar-thumb:active{cursor:pointer;padding-left:10px}*{scrollbar-color:#cccccc7e #e9e9e98f;scrollbar-width:thin}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background-color:#ccc}#initialMessage{color:#a8a8a8;font-weight:600;padding:10px 20px;text-align:center}#chat-bubble{align-items:center;background-color:#202938;border-radius:100px;cursor:pointer;font-size:24px;height:60px;justify-content:center;width:60px}#chat-bubble,.msg-icon{display:flex;display:-webkit-flex}.msg-icon svg{height:30px;width:30px}#chat-popup,#chat-popup-404{background:#fff;border-radius:15px;bottom:75px;box-shadow:inset;font-size:14px;position:absolute;right:0;width:400px}#chat-header{align-items:center;background:#202938;display:flex;display:-webkit-flex;justify-content:space-between;padding:15px}#chat-header h3{color:#fff;font-size:18px;margin:0}#chat-header button{background-color:initial;border:none}#chat-header button svg{fill:#fff;height:25px;width:25px}#cometchat{padding:0 20px}#cometchat label{display:block;font-size:16px;width:100%}.form-controls{border:1px solid #e5e7eb;border-radius:6px;font-size:14px;height:44px;margin-top:10px;padding:0 8px}#cometchat textarea,.form-controls{width:-webkit-fill-available;width:-moz-available}#cometchat textarea{border:1px solid #e5e7eb;border-radius:8px;padding:8px}button#chat-submit-form{background:#212939;border:none;border-radius:8px;color:#fff;float:right;font-size:16px;height:42px;margin-left:auto;padding:8px 15px;width:fit-content}#chat-messages{padding:20px}.chatmargin{margin-top:15px}.mt10{margin-top:10px}.bg-yellow-100{background-color:bisque}#first_chat{max-height:400px}.useradd{display:inline-block;margin:0 auto;max-width:100%;text-align:center;width:100%}.chat-footer{align-content:center;align-items:end;border-top:1px solid #ccc;bottom:30px;display:flex;display:-webkit-flex;gap:8px;justify-content:space-between;left:0;padding:5px 15px 15px;position:absolute;right:0}.w_full{width:100%}.chat-footer input{height:40px;margin-top:0!important;padding-right:30px}#chat-submit{background:#212939;border:none;border-radius:8px;color:#fff;float:right;font-size:16px;height:42px;margin-left:auto;padding:8px 15px;width:fit-content}#chat-footer{align-items:center;background-color:#fff;border-top:1px solid #ebebeb;bottom:0;display:flex;display:-webkit-flex;gap:8px;justify-content:space-between;left:0;padding:10px 15px 15px;position:absolute;right:0}#chat-footer .message_input{border:1px solid #e5e7eb;border-radius:6px;font-size:14px;height:40px;padding:0 8px;width:-webkit-fill-available}#chat-footer input[type=submit]{background:#212939;border:none;border-radius:8px;color:#fff;float:right;font-size:16px;height:40px;margin-left:auto;padding:8px 15px;width:fit-content}.powered-text{bottom:10px;color:#a8a8a8;left:50%;position:absolute;transform:translate(-50%)}input:focus-visible{box-shadow:none;outline:none}.chat_scroll{max-height:345px;overflow-x:hidden;overflow-y:auto;padding-right:15px}.receive_msg,.receive_msg.pic_pdf,.sender_msg.pic_pdf{background-color:#22293a;border-radius:8px;float:right;margin:10px 0;padding:8px;width:200px}.receive_msg.pic_pdf,.sender_msg.pic_pdf{height:100px}.receive_msg.pic_pdf img,.sender_msg.pic_pdf img{border-radius:5px;height:75px;margin:5px 0 0;object-fit:cover;width:110px}.fullpic-popup{align-items:center;background:#00000075;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:999}.fullpic-popup button.closepopup{background:#fff;border:0;border-radius:50px;color:#000;font-size:24px;font-weight:500;height:50px;position:absolute;right:0;width:50px}.fullpic-popup button.donebtn{background:#000;color:#fff}.fullpic-popup button.cancelbtn,.fullpic-popup button.donebtn{border:none;border-radius:5px;cursor:pointer;font-size:14px;padding:10px 15px}.fullpic-popup button.cancelbtn{background:#e1e1e1;color:#000}.popupbtn{display:flex;display:-webkit-flex;gap:8px;justify-content:flex-end;margin-top:8px}.sender_msg{background-color:#497df8;border-radius:8px;float:left;margin:10px 0;padding:8px;width:200px}.receive_msg img,.sender_msg img{height:150px;max-width:100%;object-fit:contain;width:fit-content}.receive_msg p,.sender_msg p{color:#fff;margin:0;word-break:break-word}.typing-input{align-content:end;height:65px;width:100%}.typing-input p{margin:0 0 5px;text-align:right}.typing-btn{align-content:end;height:65px}.d_none{display:none}.left_chats{width:97%}.left_chats #chat-popup,.left_chats #chat-popup-404{left:0}.convbox{display:none}.convbox.show{display:block}.conversation_box{border:1px solid #ececec;border-radius:10px;bottom:30px;box-shadow:0 0 10px #0000001a;display:flex;justify-content:space-between;left:10px;padding:20px;position:absolute;right:10px}.conversation_box p{font-size:16px;margin:0 0 8px}.login-name{align-content:center;background:#007ac357;border-radius:50%;display:flex;height:30px;justify-content:center;line-height:2;width:30px}.font-w{font-weight:600}.form_scroll{max-height:635px;min-height:300px;overflow-y:scroll}.form_scroll .formhide_cc,.formshow_cc{display:none}.form_scroll .formhide_cc.show,.formshow_cc.show{display:block}.formhide_cc p{color:#a8a8a8;font-weight:600;margin:0;padding:10px 20px;text-align:center}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px grey}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ccc}.error_404 .error_img{align-items:center;display:flex;height:72vh;justify-content:center;padding:20px;text-align:center;width:100% "="}.data_bg{border-radius:3px;display:block;font-size:12px;padding:5px}a{color:inherit;text-decoration:none}
/*# sourceMappingURL=main.44b1d860.css.map*/