.dwchat-app{position:fixed;bottom:24px;right:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;width:100%;max-width:385px;z-index:1030;padding:0 1rem}.dwchat-app ::-webkit-scrollbar{width:2px}.dwchat-app ::-webkit-scrollbar-track{background:var(--card-bg)}.dwchat-app ::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color);border-radius:10px;max-height:30px}.dwchat-app ::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}.dwchat-element{height:582px;width:100%;position:relative;box-shadow:0 2px 6px #112b4214,0 1px 4px #112b421a;background:var(--card-bg);border-radius:6px;margin-bottom:1rem;border:1px solid var(--dark-border-color)}.dwchat-container{padding:0;margin:0}.dwchat-bubble{cursor:pointer;background:var(--primary-color);color:var(--white);border-radius:100px;font-weight:700;display:flex;align-items:center;width:initial}.dwchat-bubble svg{fill:var(--white)}.dwchat-bubble:hover{box-shadow:var(--shadow-lg)}.dwchat-bubble .dwchat-message-icon{margin-right:var(--margin-sm);display:flex;align-items:center;justify-content:center}.dwchat-cross-button{display:none;color:var(--gray-700);cursor:pointer;position:absolute;top:12px;right:8px}.dwchat-bubble-closed{width:60px;height:60px;position:relative;text-align:center}.dwchat-bubble-closed .cross-icon{width:100%}.dwchat-list .dwchat-list-header{padding:12px 12px 0;justify-content:space-between;display:flex}.dwchat-list .dwchat-list-header .dwchat-list-icons{display:flex}.dwchat-list .dwchat-list-header .dwchat-list-icons .user-settings{cursor:pointer;margin-right:0;margin-top:1px}.dwchat-list .dwchat-list-header .dwchat-list-icons .add-room{cursor:pointer;margin-right:11px;margin-top:1px}.dwchat-list .dwchat-search{border-radius:6px;font-size:.875rem;margin:0 12px}.dwchat-list .dwchat-search .search-icon{display:flex;align-items:center;position:absolute;padding-right:10px;height:100%;margin-left:12px;z-index:3}.dwchat-list .dwchat-search .dwchat-search-box{width:100%;border-radius:6px;padding-left:36px}.dwchat-list .dwchat-search .dwchat-search-box:focus{box-shadow:none}.dwchat-list .dwchat-rooms-container{height:490.5px;overflow-y:scroll;padding:12px}.dwchat-list .dwchat-rooms-container .dwchat-room{display:flex;font-size:.875rem;cursor:pointer;position:relative;padding:10px 0;border-radius:8px}.dwchat-list .dwchat-rooms-container .dwchat-room:hover{background:var(--bg-light-gray);border-left:5px solid var(--bg-light-gray);border-right:5px solid var(--bg-light-gray);margin:0 -5px}.dwchat-list .dwchat-rooms-container .dwchat-room .dwchat-profile-info{margin-left:var(--margin-md);margin-right:auto}.dwchat-list .dwchat-rooms-container .dwchat-room .dwchat-profile-info .dwchat-name{font-weight:700;display:flex;align-items:center}.dwchat-list .dwchat-rooms-container .dwchat-room .dwchat-date{color:var(--text-muted)}.dwchat-list .dwchat-rooms-container .dwchat-room .dwchat-latest{width:4px;height:4px;margin-left:5px;background:var(--blue-500);border-radius:50%}.dwchat-header{display:flex;align-items:center;padding:12px;box-shadow:0 1px 4px #0000000f,0 2px .5px -1px #00000008;border-bottom:1px solid var(--dark-border-color)}.dwchat-header .dwchat-back-button{height:28px;width:28px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--bg-color);margin-right:10px;cursor:pointer}.dwchat-header .dwchat-profile-info{margin-left:var(--margin-md);font-size:.875rem;margin-right:auto}.dwchat-header .dwchat-profile-info .dwchat-profile-name{color:var(--text-color);font-weight:600}.dwchat-header .dwchat-profile-info .dwchat-profile-status{font-size:.75rem;visibility:hidden}.dwchat-header .online-circle{display:inline-block;height:.5rem;width:.5rem;border-radius:50%;margin-left:3px;background:var(--green)}.dwchat-space{height:100%}.dwchat-space .dwchat-space-container{padding:12px;overflow-wrap:break-word;height:475.5px;overflow-y:scroll}.dwchat-space .dwchat-space-container .dwchat-image{border-radius:13px 13px 0}.dwchat-space .dwchat-space-container .message-name{font-size:.75rem;font-weight:700}.dwchat-space .dwchat-space-container .sender-message{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:5px}.dwchat-space .dwchat-space-container .sender-message .message-bubble{background:var(--primary-color);color:var(--white);padding:8px;font-size:.875rem;border-radius:13px 13px 13px 0;max-width:78%}.dwchat-space .dwchat-space-container .sender-message .message-bubble .message-caption{padding-left:7px;margin:5px;border-left:2px solid grey;font-size:11px}.dwchat-space .dwchat-space-container .recipient-message{margin-bottom:5px;display:flex;flex-direction:column;align-items:flex-end}.dwchat-space .dwchat-space-container .recipient-message .message-bubble{background:var(--control-bg);color:var(--text-color);padding:8px;font-size:.875rem;border-radius:13px 13px 0;max-width:78%}.dwchat-space .dwchat-space-container .recipient-message .message-bubble .message-caption{padding-left:7px;margin:5px;border-left:2px solid grey;font-size:11px}.dwchat-space .dwchat-space-container .message-time{font-size:.75rem;color:var(--text-muted)}.dwchat-space .dwchat-space-container .date-line{width:100%;text-align:center;border-bottom:1px solid var(--gray-400);line-height:.1em;margin:10px 0 20px}.dwchat-space .dwchat-space-container .date-line span{background:var(--card-bg);padding:0 8px;font-size:.875rem}.dwchat-space .dwchat-space-actions{padding:3px 12px 12px;display:flex;align-items:center}.dwchat-space .dwchat-space-actions .open-attach-items{cursor:pointer}.dwchat-space .dwchat-space-actions .type-message{margin:0 10px;border-radius:100px;font-size:.875rem}.dwchat-space .dwchat-space-actions .message-send-button{cursor:pointer;height:2rem;width:2rem;border-radius:50%;background:var(--blue-500);display:flex;align-items:center;justify-content:center}.dwchat-space .dwchat-space-actions .message-send-button svg{fill:var(--white)}.dwchat-form .dwchat-form-container{padding:12px}.dwchat-form .dwchat-form-container .dwchat-query-heading{font-size:.875rem;color:var(--gray-800)}.dwchat-form .dwchat-form-container button{font-size:1rem}.dwchat-form .dwchat-form-container .form-label{font-size:.75rem;font-weight:700}.dwchat-form .dwchat-form-container #dwchat-message-area{resize:none}.dwchat-welcome .dwchat-welcome-header{padding:var(--padding-lg)}.dwchat-welcome .dwchat-welcome-header .hero-icon{height:3rem;width:3rem;border-radius:50%;background:var(--blue-500);display:flex;align-items:center;justify-content:center;margin-bottom:var(--margin-md)}.dwchat-welcome .dwchat-welcome-header .hero-icon svg{fill:var(--white)}.dwchat-welcome .dwchat-welcome-header h3{font-size:2.25rem;font-weight:400;margin-bottom:var(--margin-md)}.dwchat-welcome .dwchat-welcome-header p{font-size:1.125rem}.dwchat-welcome .dwchat-welcome-footer{position:absolute;padding:190px var(--padding-md) 0px var(--padding-md);bottom:0;width:100%;display:flex;flex-direction:column;align-items:center;background:var(--cyan-100)}.dwchat-welcome .dwchat-welcome-footer .status-content{width:100%;margin-bottom:0;font-size:1.125rem;font-weight:700}.dwchat-welcome .dwchat-welcome-footer .hero-content{width:100%;font-size:.75rem}.dwchat-welcome .dwchat-welcome-footer button{margin-bottom:var(--margin-md);font-size:1rem}.dwchat-welcome .dwchat-welcome-footer .welcome-footer{position:initial;margin-bottom:var(--margin-sm)}.dwchat-footer{width:100%;display:flex;position:absolute;bottom:8px;justify-content:center;font-size:.875rem;color:var(--gray-600)}.dwchat-footer:hover{text-decoration:none}@media (max-width: 576px){.dwchat-app{max-width:100%;bottom:1rem}.dwchat-bubble-closed{display:none}.dwchat-cross-button{display:block}.dwchat-list .dwchat-list-header .dwchat-list-icons{margin-right:var(--margin-xl)}}.dwchat-navbar-icon{cursor:pointer}.dwchat-navbar-icon .badge{background:var(--red-avatar-color);color:var(--bg-color);position:relative;top:-10px;left:-10px;border-radius:50%;font-size:9px;border:1px solid var(--red-avatar-color)}
/*# sourceMappingURL=dwchat.bundle.KE64TTA3.css.map */
