@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";body,html{max-width:100vw;overflow-x:hidden;background-color:#fafafa}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}a,button,div,h1,h2,h3,h4,h5,h6,input,p,section,span,table,td,textarea,th{font-family:Plus Jakarta Sans,sans-serif;font-weight:400;font-style:normal}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#b0bec5;border-radius:10px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.overloading{position:fixed;top:0;left:0;bottom:0;right:0;z-index:10000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;font-size:26px;color:#415560;background-color:#f5fafc}.overloading .loading_icon svg,.spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar_content.show-scrollbar .sidebar_conversations::-webkit-scrollbar-thumb{background-color:#b0bec5!important;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.sendiee_main_layout{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;display:flex;align-items:stretch;flex-direction:row}.sendiee_main_layout .main_toolbar{background-color:#415560;width:60px;min-width:60px;height:100%;position:relative;z-index:10;display:flex}.sendiee_main_layout .main_toolbar .toolbar_menu{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:10px;padding:10px 0}.sendiee_main_layout .main_toolbar .toolbar_menu .menu_button{width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:rgba(0,0,0,0);border:none;border-radius:10px;transition:background-color .2s ease-in-out}.sendiee_main_layout .main_toolbar .toolbar_menu .menu_button .menu_icon{font-size:24px;color:#fff}.sendiee_main_layout .main_toolbar .toolbar_menu .menu_button .menu_text{display:none}.sendiee_main_layout .main_toolbar .toolbar_menu .menu_button.active,.sendiee_main_layout .main_toolbar .toolbar_menu .menu_button:hover{background-color:rgba(246,246,246,.2431372549)}@media(max-width:800px){.sendiee_main_layout .main_toolbar .toolbar_menu{flex-direction:row;justify-content:space-around;width:100%;padding:0 10px}.sendiee_main_layout .main_toolbar .toolbar_menu .menu_button{width:auto;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center}.sendiee_main_layout .main_toolbar .toolbar_menu .menu_button .menu_icon{color:#415560}.sendiee_main_layout .main_toolbar .toolbar_menu .menu_button .menu_text{font-size:12px;display:flex}}.sendiee_main_layout .main_content{flex:1 1;display:flex;justify-content:stretch;align-items:stretch;height:100%}@media(max-width:800px){.sendiee_main_layout{flex-direction:column}.sendiee_main_layout .main_toolbar{width:100vw;height:60px;min-height:60px;position:fixed;left:0;bottom:0;top:auto;z-index:10;background-color:#f5fafc;border-top:1px solid #e5ebee}.sendiee_main_layout .main_content{flex:1 1;height:calc(100vh - 60px);width:100vw;margin-bottom:60px;display:flex;align-items:stretch;justify-content:stretch}}.sendiee_chat_layout{flex:1 1;display:flex;flex-direction:row;height:100%}.sendiee_chat_layout .sidebar{width:380px;max-width:380px;background-color:#f5fafc;border-right:1px solid #e5ebee;display:flex;flex-direction:row;align-items:stretch}.sendiee_chat_layout .sidebar .sidebar_content{flex:1 1;display:flex;flex-direction:column;background-color:#f5fafc;padding:10px 0 10px 10px;gap:15px;height:100%}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_header{display:flex;align-items:center;gap:10px;justify-content:space-between;padding:0 5px;margin-right:10px;margin-top:10px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_header .sidebar_logo{width:40px;height:40px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_header .sidebar_logo img{width:100%;height:100%;border-radius:50%}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_header .sidebar_title{flex:1 1}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_header .sidebar_title h2{font-size:15px;font-weight:600;color:#09132c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_header .sidebar_title p{font-size:10px;color:#5a6a9d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_header .sidebar_actions{display:flex;align-items:center;gap:10px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_header .sidebar_actions .sidebar_action_button{background-color:rgba(0,0,0,0);border:none;outline:none}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_search{padding:0 20px;margin-right:10px;display:flex;flex-direction:row;align-items:center;gap:10px;background-color:#fff;border-radius:25px;height:45px;border:1px solid #e5ebee}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_search .search_icon{color:#5a6a9d;font-size:20px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_search input{flex:1 1;border:none;outline:none;background-color:rgba(0,0,0,0);font-size:14px;color:#09132c}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_search input::placeholder{color:#5a6a9d}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_toolbar{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.sendiee_chat_layout .sidebar .sidebar_content .search_results_info{padding:0 20px;margin-right:10px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#5a6a9d}.sendiee_chat_layout .sidebar .sidebar_content .search_results_info strong{color:#09132c}.sendiee_chat_layout .sidebar .sidebar_content .search_results_info button{padding:0;font-size:12px;height:auto}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations{flex:1 1;display:flex;flex-direction:column;align-items:stretch;gap:5px;overflow-y:auto;overscroll-behavior:smooth;padding-right:10px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation{display:flex;flex-direction:row;align-items:center;padding:10px 5px;border-radius:8px;gap:7px;cursor:pointer}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .avatar{width:50px;height:50px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .avatar img{width:100%;height:100%;border-radius:50%}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info{flex:1 1;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .name{display:flex;flex-direction:column;gap:5px;flex:1 1}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .name .conversation_name{font-weight:600;font-size:16px;color:#09132c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .name .conversation_name .starred_icon{color:#b266ff;font-size:14px;margin-left:3px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .name .conversation_message{font-weight:400;color:#5a6a9d;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .time{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .time .conversation_time{font-weight:400;color:#5a6a9d;font-size:10px;white-space:nowrap;display:flex;align-items:center;gap:5px;transition:.2s ease-in-out;position:relative}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .time .conversation_time .conv_options{font-size:15px;background-color:#fff;border:1px solid #e5ebee;display:flex;align-items:center;justify-content:center;opacity:0;width:0;border-radius:5px;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out;z-index:2}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .time .conversation_time .conv_options:hover{transform:scale(1.1)}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .time .icons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .time .icons .unread_count{background-color:#d7f8f4;color:#415560;padding:3px 5px;border-radius:10px;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;min-width:20px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation .conversation_info .time .icons .pinned_icon{display:flex;align-items:center;justify-content:center;font-size:17px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation:hover{background-color:#d1e4e8}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation:hover .conversation_info .time .conversation_time{padding-right:20px}.sendiee_chat_layout .sidebar .sidebar_content .sidebar_conversations .conversation:hover .conversation_info .time .conversation_time .conv_options{opacity:1;width:inherit}.sendiee_chat_layout .chatbar{background-color:#fafafa;background-image:url(/assets/images/chat_bg.png);background-size:cover;background-position:50%;background-repeat:repeat;flex:1 1;height:100%;position:relative}.sendiee_chat_layout .chatbar .chat_container{display:flex;height:100%;flex-direction:column;align-items:stretch;justify-content:flex-start}.sendiee_chat_layout .chatbar .chat_overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content img{width:300px;height:200px;object-fit:contain}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content h2{font-size:30px;font-weight:500;color:#09132c;text-align:center}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content p{font-size:14px;color:#5a6a9d;text-align:center;max-width:350px}@media(max-width:1100px){.sendiee_chat_layout .chatbar .chat_overlay .overlay_content{gap:15px}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content img{width:250px;height:167px}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content h2{font-size:22px}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content p{font-size:12px;max-width:300px}}@media(max-width:800px){.sendiee_chat_layout .chatbar .chat_overlay .overlay_content{gap:10px}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content img{width:200px;height:133px}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content h2{font-size:18px}.sendiee_chat_layout .chatbar .chat_overlay .overlay_content p{font-size:12px;max-width:250px}.sendiee_chat_layout,.sendiee_chat_layout .sidebar{flex-direction:column;height:100%}.sendiee_chat_layout .sidebar{width:100vw;max-width:100vw;max-height:100%;border-right:none}.sendiee_chat_layout .sidebar .sidebar_content{flex:1 1;padding:0 0 0 10px;overflow-x:hidden;background-color:#fff;height:calc(100vh - 60px)}.sendiee_chat_layout .chatbar{position:fixed;left:0;top:0;bottom:0;right:0;z-index:20;display:none}.sendiee_chat_layout .chatbar.active{display:block}}.conv-context-menu{font-size:13px;background:#fff;border-radius:8px;box-shadow:0 2px 16px rgba(0,0,0,.15);min-width:140px;padding:8px 0;z-index:1000}.conv-context-menu .menu-item{padding:7px 18px;cursor:pointer;color:#09132c;transition:.15s ease-in-out;display:flex;align-items:center;gap:8px}.conv-context-menu .menu-item:hover{background:#d1e4e8}.conv-context-menu .menu-item:active{background:#e5ebee}@keyframes fadeInMenu{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.conversation_skeleton{width:100%;display:flex;align-items:center;gap:10px;padding:10px 5px}.conversation_skeleton .avatar_skeleton{width:50px;height:50px;border-radius:50%;background:#e2e2e2;position:relative;overflow:hidden;animation:skeleton-shimmer 2s linear infinite}.conversation_skeleton .info_skeleton{flex:1 1;display:flex;flex-direction:column;gap:8px}.conversation_skeleton .info_skeleton .name_skeleton{width:100%;height:16px;border-radius:6px;background:#e2e2e2;animation:skeleton-shimmer 2s linear infinite}.conversation_skeleton .info_skeleton .message_skeleton{width:150px;max-width:70%;height:12px;border-radius:6px;background:#e2e2e2;animation:skeleton-shimmer 2s linear infinite}.conversation_skeleton .avatar_skeleton,.conversation_skeleton .info_skeleton .message_skeleton,.conversation_skeleton .info_skeleton .name_skeleton{background:linear-gradient(90deg,#ededed 25%,#f3f3f3 50%,#ededed 75%);background-size:400px 100%;background-position:0 0}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.avatar_skeleton,.message_skeleton,.name_skeleton{background:linear-gradient(90deg,#e2e2e2 25%,#f5f5f5 50%,#e2e2e2 75%);background-size:400px 100%}.chat_container{position:relative}.chat_container .chat_header{height:60px;background-color:hsla(0,0%,100%,.8156862745);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:10;position:absolute;top:0;left:0;right:0;box-shadow:0 2px 10px rgba(0,0,0,.02);display:flex;align-items:center;justify-content:space-between;padding:5px 20px}.chat_container .chat_header .chat_loader{position:absolute;top:80px;left:50%;transform:translateX(-50%);display:none;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.2);border-radius:50%;z-index:1000;font-size:22px;color:#09132c}.chat_container .chat_header .chat_loader.active{display:flex;animation:spin 2s linear infinite}.chat_container .chat_header .chat_header_info{display:flex;align-items:center;gap:10px}.chat_container .chat_header .chat_header_info .avatar{width:40px;height:40px;cursor:pointer}.chat_container .chat_header .chat_header_info h2{cursor:pointer;font-size:18px;font-weight:500;color:#09132c}.chat_container .chat_header .chat_header_info .back_button{background:rgba(0,0,0,0);border:none;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:5px;margin-right:5px;font-size:22px;color:#5a6a9d;transition:.2s ease-in-out}.chat_container .chat_header .chat_header_info .back_button:hover{color:#415560}.chat_container .chat_header .chat_header_actions{display:flex;align-items:center;gap:10px}.chat_container .chat_header .chat_header_actions .action_button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:rgba(0,0,0,0);border:none;border-radius:50%;transition:.2s ease-in-out}.chat_container .chat_header .chat_header_actions .action_button:hover{background-color:#fafafa}.chat_container .chat_header .chat_header_actions .action_button .action_icon{font-size:20px;color:#5a6a9d}.chat_container .chat_header .chat_header_actions .action_button.active{background-color:#fafafa}.chat_container .chat_header .chat_header_actions .action_button.active .action_icon{color:#415560}.chat_container .chat_header .chat_menu{position:absolute;top:70px;right:20px;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:5px;z-index:1000;display:flex;flex-direction:column;gap:5px;min-width:130px}.chat_container .chat_header .chat_menu ul{list-style-type:none;padding:0;margin:0}.chat_container .chat_header .chat_menu ul li{padding:8px 12px;border-radius:5px;cursor:pointer;font-size:14px;color:#5a6a9d;transition:.2s ease-in-out;opacity:0;transform:translateY(10px);animation:fadeInAttachment .2s forwards}.chat_container .chat_header .chat_menu ul li:first-child{animation-delay:0s}.chat_container .chat_header .chat_menu ul li:nth-child(2){animation-delay:.05s}.chat_container .chat_header .chat_menu ul li:nth-child(3){animation-delay:.1s}.chat_container .chat_header .chat_menu ul li:nth-child(4){animation-delay:.15s}.chat_container .chat_header .chat_menu ul li:nth-child(5){animation-delay:.2s}.chat_container .chat_header .chat_menu ul li:nth-child(6){animation-delay:.25s}.chat_container .chat_header .chat_menu ul li:hover{background-color:#fafafa;color:#09132c}.chat_container .chat_header .chat_menu ul li.danger:hover{color:#ff4d4d;background-color:rgba(255,179,179,.1843137255)}.chat_container .chat_header .chat_menu:not(.active) ul li{opacity:0;transform:translateY(10px);animation:none}@media(max-width:800px){.chat_container .chat_header{height:50px;padding:0 10px}.chat_container .chat_header .chat_header_info{gap:5px}.chat_container .chat_header .chat_header_info h2{font-size:16px}.chat_container .chat_header .chat_header_actions .action_button{width:35px;height:35px}.chat_container .chat_header .chat_header_actions .action_button .action_icon{font-size:18px}.chat_container .chat_header .chat_menu{top:60px}}.chat_container .chat_messages{flex:1 1;padding:70px 0 20px;display:flex;flex-direction:column-reverse;align-items:stretch;overflow:auto;overscroll-behavior:smooth;gap:20px}.chat_container .chat_messages.select_mode_enabled .chat_message_container{cursor:pointer}.chat_container .chat_messages.select_mode_enabled .chat_message_container.selected,.chat_container .chat_messages.select_mode_enabled .chat_message_container:hover{background-color:rgba(209,228,232,.4117647059)}.chat_container .chat_messages .chat_message_container{width:100%;display:flex;flex-direction:row;gap:10px;padding:0 40px}.chat_container .chat_messages .chat_message_container .chat_selection{width:50px;display:none;justify-content:flex-start;align-items:center}.chat_container .chat_messages .chat_message_container .chat_selection.active{display:flex}.chat_container .chat_messages .chat_message_container .chat_selection .ant-checkbox{border:1px solid #5a6a9d}.chat_container .chat_messages .chat_message_container:hover .chat_message_wrapper .reaction_selector .r_icon_btn{display:flex}.chat_container .chat_messages .chat_message_container .chat_message_wrapper{flex:1 1;display:flex;flex-direction:row;justify-content:flex-end;gap:8px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message{max-width:70%;min-width:250px;background-color:#d7f8f4;padding:10px 15px;border-radius:10px 10px 3px 10px;position:relative;box-shadow:0 2px 2px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:stretch;order:2}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media{margin-bottom:10px;width:100%}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .ant-image{width:100%}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .ant-image img{width:100%;height:auto;max-height:300px;border-radius:10px;object-fit:cover;box-shadow:0 2px 2px rgba(0,0,0,.1)}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .ant-image .ant-image-mask{border-radius:10px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .plyr{max-width:100%!important;min-width:none;border-radius:10px;box-shadow:0 2px 2px rgba(0,0,0,.1)}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .document_wrap a{min-height:40px;min-width:200px;display:flex;align-items:center;gap:10px;padding:10px;background-color:#fafafa;border-radius:8px;box-shadow:0 2px 2px rgba(0,0,0,.04)}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .document_wrap a:hover{outline:1px solid #e5ebee}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .document_wrap a .preview_content{display:flex;flex-direction:column;gap:3px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .document_wrap a .preview_content .file_name{font-size:14px;font-weight:600;color:#09132c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_media .document_wrap a .preview_content .file_details{font-size:12px;color:#5a6a9d}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_header{font-size:16px;color:#09132c;margin-bottom:8px;font-weight:600}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_text{font-size:16px;color:#09132c;margin-bottom:0;word-break:break-word;white-space:pre-wrap;overflow-wrap:break-word;line-height:1.4;max-width:100%;text-align:left}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_text a{color:#415560;text-decoration:underline}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_text a:hover{color:rgb(44.4099378882,58.0745341615,65.5900621118)}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_footer{font-size:13px;color:#5a6a9d;margin-top:5px;font-weight:400}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_meta{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:5px;font-size:12px;color:#5a6a9d}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_meta .chat_message_status{display:flex;align-items:center;justify-content:center;font-size:14px;color:#5a6a9d}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_meta .chat_message_status .status_icon{font-size:16px;color:#5a6a9d}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_meta .chat_message_status.read,.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_meta .chat_message_status.read .status_icon{color:#1591ea}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_meta .chat_message_status.failed,.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_meta .chat_message_status.failed .status_icon{color:#ff4d4d}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_reaction{position:absolute;bottom:-16px;right:10px;display:flex;align-items:center;gap:5px;font-size:14px;color:#5a6a9d;background-color:#fff;border-radius:10px;padding:3px 5px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_reaction .reaction_icon{font-size:16px;cursor:pointer;transition:.2s ease-in-out}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_reaction .reaction_icon:hover{color:#415560}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_actions{margin-top:5px;width:100%;display:flex;flex-direction:column;gap:5px;align-items:stretch}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_actions .reply_button{display:flex;align-items:center;gap:8px;padding:3px 5px;position:relative;cursor:pointer;border:none;outline:none;border-radius:3px;box-shadow:0 0 4px rgba(0,0,0,.15);background-color:rgba(0,0,0,0);color:#09132c}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_actions .reply_button .icon{position:absolute;left:10px;top:50%;transform:translateY(-50%)}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_actions .reply_button span{flex:1 1;text-align:center}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .reaction_selector{display:flex;align-items:center;align-self:stretch;order:1}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .reaction_selector .r_icon_btn{position:relative;color:#5a6a9d;font-size:20px;padding:5px;cursor:pointer;display:none}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .reaction_selector .r_icon_btn.active{display:flex}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .reaction_selector .r_icon_btn:hover{color:#415560}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .reaction_selector .r_icon_btn .r_emoji_selector{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);z-index:1000}.chat_container .chat_messages .chat_message_container .chat_message_wrapper.received{justify-content:flex-start}.chat_container .chat_messages .chat_message_container .chat_message_wrapper.received .chat_message{order:1;background-color:#fff;border-radius:10px 10px 10px 3px;box-shadow:0 2px 2px rgba(0,0,0,.1)}.chat_container .chat_messages .chat_message_container .chat_message_wrapper.received .chat_message .chat_message_meta{justify-content:flex-end}.chat_container .chat_messages .chat_message_container .chat_message_wrapper.received .chat_message .chat_message_reaction{left:10px;right:auto;bottom:-16px;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.chat_container .chat_messages .chat_message_container .chat_message_wrapper.received .reaction_selector{order:2}@media(max-width:800px){.chat_container .chat_messages .chat_message_container{padding:0 20px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message{max-width:85%}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_header{font-size:15px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_text{font-size:14px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_footer{font-size:12px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_meta{font-size:10px}.chat_container .chat_messages .chat_message_container .chat_message_wrapper .chat_message .chat_message_reaction{font-size:12px;bottom:-10px}}.chat_container .scroll_to_bottom{position:absolute;bottom:100px;right:20px;z-index:10;background-color:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.1);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chat_container .scroll_to_bottom .scroll_icon{font-size:24px;color:#5a6a9d;transition:.2s ease-in-out}.chat_container .scroll_to_bottom .scroll_icon:hover{color:#415560}.chat_container .chat_footer{position:relative;background-color:#f6f6f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #e5ebee;padding:12px 20px;display:flex;align-items:flex-end;justify-content:center;gap:10px;z-index:10}.chat_container .chat_footer.select_mode_enabled{display:none}.chat_container .chat_footer .chat_buttons{display:flex;align-items:center;justify-content:center;gap:10px}.chat_container .chat_footer .chat_buttons .chat_button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:rgba(0,0,0,0);border:none;border-radius:50%;transition:.2s ease-in-out;position:relative}.chat_container .chat_footer .chat_buttons .chat_button .label{display:flex;align-items:center;justify-content:center}.chat_container .chat_footer .chat_buttons .chat_button .loading_spinner{position:absolute;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center}.chat_container .chat_footer .chat_buttons .chat_button.loading{pointer-events:none;opacity:.5}.chat_container .chat_footer .chat_buttons .chat_button.loading .label{display:none}.chat_container .chat_footer .chat_buttons .chat_button.loading .loading_spinner{display:flex;animation:spin 2s linear infinite;font-size:18px}.chat_container .chat_footer .chat_buttons .chat_button.active,.chat_container .chat_footer .chat_buttons .chat_button:hover{background-color:#fafafa}.chat_container .chat_footer .chat_buttons .chat_button.active .chat_icon{color:#415560}.chat_container .chat_footer .chat_buttons .chat_button .chat_icon{font-size:24px;color:#5a6a9d}.chat_container .chat_footer .chat_buttons .chat_button.send_button{background-color:#09132c;transition:0s;color:#fff;width:45px;height:45px}.chat_container .chat_footer .chat_buttons .chat_button.send_button .chat_icon{color:#fff;font-size:18px}.chat_container .chat_footer .chat_input{flex:1 1;background-color:#fff;height:100%;max-height:300px;border-radius:25px;position:relative;display:flex;flex-direction:column;justify-content:center}.chat_container .chat_footer .chat_input.restricted{pointer-events:none;background-color:#f6f6f6;border:1px solid #e5ebee}.chat_container .chat_footer .emoji_picker{position:absolute;bottom:80px;left:20px;z-index:1000;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:10px;display:flex;flex-direction:column;gap:10px}.chat_container .chat_footer .emoji_picker .emoji_picker_header{font-size:14px;font-weight:700;color:#09132c;text-align:center}.chat_container .chat_footer .emoji_picker .EmojiPickerReact{width:350px!important}.chat_container .chat_footer .attachments_menu{position:absolute;bottom:80px;left:20px;z-index:1000;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:5px;display:flex;flex-direction:column;gap:10px}.chat_container .chat_footer .attachments_menu ul{list-style-type:none;padding:0;margin:0}.chat_container .chat_footer .attachments_menu ul li{padding:8px 12px;border-radius:5px;min-width:150px;cursor:pointer;font-size:15px;transition:.2s ease-in-out;opacity:0;transform:translateY(10px);animation:fadeInAttachment .2s forwards}.chat_container .chat_footer .attachments_menu ul li:first-child{animation-delay:0s}.chat_container .chat_footer .attachments_menu ul li:nth-child(2){animation-delay:.05s}.chat_container .chat_footer .attachments_menu ul li:nth-child(3){animation-delay:.1s}.chat_container .chat_footer .attachments_menu ul li:nth-child(4){animation-delay:.15s}.chat_container .chat_footer .attachments_menu ul li:nth-child(5){animation-delay:.2s}.chat_container .chat_footer .attachments_menu ul li:nth-child(6){animation-delay:.25s}.chat_container .chat_footer .attachments_menu ul li:hover{background-color:#fafafa}.chat_container .chat_footer .attachments_menu:not(.active) ul li{opacity:0;transform:translateY(10px);animation:none}@media(max-width:800px){.chat_container .chat_footer{padding:10px}.chat_container .chat_footer .chat_buttons{gap:5px}.chat_container .chat_footer .chat_buttons .chat_button{width:35px;height:35px}.chat_container .chat_footer .chat_buttons .chat_button .chat_icon{font-size:20px}.chat_container .chat_footer .chat_buttons .chat_button.send_button{width:35px;height:35px}.chat_container .chat_footer .chat_buttons .chat_button.send_button .chat_icon{font-size:16px}.chat_container .chat_footer .emoji_picker .EmojiPickerReact{width:300px!important}}.chat_container .chat_footer_overlay{height:0;opacity:0;pointer-events:none;overflow:hidden;background-color:#f6f6f6;border-top:1px solid #e5ebee;padding:0 20px;justify-content:space-between;transition:height .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1)}.chat_container .chat_footer_overlay,.chat_container .chat_footer_overlay .cfo_group{display:flex;align-items:center;gap:10px}.chat_container .chat_footer_overlay .cfo_group button{background-color:rgba(0,0,0,0);border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px}.chat_container .chat_footer_overlay.active{height:60px;opacity:1;pointer-events:auto;padding:12px 20px;overflow:visible}.chat_container .audio_recorder{position:absolute;left:0;right:0;bottom:-150px;z-index:999;background-color:#f6f6f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #e5ebee;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:75px;transition:.2s ease-in-out}.chat_container .audio_recorder.active{bottom:0}.chat_container .audio_recorder .recording_time{font-size:12px;color:#5a6a9d}.chat_container .audio_recorder .waveform{flex:1 1}.chat_container .audio_recorder .chat_buttons{display:flex;align-items:center;justify-content:center;gap:10px}.chat_container .audio_recorder .chat_buttons .chat_button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:rgba(0,0,0,0);border:none;border-radius:50%;transition:.2s ease-in-out;position:relative}.chat_container .audio_recorder .chat_buttons .chat_button .label{display:flex;align-items:center;justify-content:center}.chat_container .audio_recorder .chat_buttons .chat_button .loading_spinner{position:absolute;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center}.chat_container .audio_recorder .chat_buttons .chat_button.loading{pointer-events:none;opacity:.5}.chat_container .audio_recorder .chat_buttons .chat_button.loading .label{display:none}.chat_container .audio_recorder .chat_buttons .chat_button.loading .loading_spinner{display:flex;animation:spin 2s linear infinite;font-size:18px}.chat_container .audio_recorder .chat_buttons .chat_button.active,.chat_container .audio_recorder .chat_buttons .chat_button:hover{background-color:#fafafa}.chat_container .audio_recorder .chat_buttons .chat_button.active .chat_icon{color:#415560}.chat_container .audio_recorder .chat_buttons .chat_button .chat_icon{font-size:20px;color:#5a6a9d}.chat_container .audio_recorder .chat_buttons .chat_button.send_button{background-color:#09132c;transition:0s;color:#fff;width:40px;height:40px}.chat_container .audio_recorder .chat_buttons .chat_button.send_button .chat_icon{color:#fff;font-size:16px}@keyframes fadeInAttachment{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat_editable{min-height:36px;max-height:300px;overflow-y:auto;outline:none;border:none;width:100%;font-size:14px;color:#09132c;padding:8px 20px;background:rgba(0,0,0,0);border-radius:25px;white-space:pre-wrap;word-break:break-word}.chat_editable:empty:before{content:attr(data-placeholder);color:#5a6a9d;pointer-events:none}.chat_editable b,.chat_editable code,.chat_editable i,.chat_editable s{font-weight:600;font-style:italic;text-decoration:line-through;background:#f5f5f5;border-radius:4px;padding:1px 4px;font-family:monospace;font-size:13px}.chat_editable b{font-weight:600;font-style:normal}.chat_editable b,.chat_editable i{text-decoration:none;background:none;font-family:inherit}.chat_editable i{font-style:italic;font-weight:400}.chat_editable s{text-decoration:line-through;font-style:normal;font-weight:400;background:none;font-family:inherit}.chat_editable code{background:#f5f5f5;border-radius:4px;padding:1px 4px;font-family:monospace;font-size:13px;text-decoration:none}.login_page{position:fixed;top:0;left:0;bottom:0;right:0;display:flex;align-items:stretch;justify-content:stretch}.login_page .login_background{flex:1 1;background:url(/assets/loginbg.jpg) no-repeat 50%;display:flex;align-items:center;justify-content:center}.login_page .login_background .login_background_overlay{display:flex;flex-direction:column;gap:15px;padding:40px}.login_page .login_background .login_background_overlay h2{color:#fff;font-size:36px;font-weight:600}.login_page .login_background .login_background_overlay p{color:#fff;font-size:18px;max-width:550px;line-height:180%}.login_page .login_container{width:40%;padding:40px;display:flex;flex-direction:column;align-items:stretch;gap:25px}.login_page .login_container .brand_logo{display:flex;align-items:center;justify-content:center}.login_page .login_container .brand_logo img{height:50px;width:auto}.login_page .login_container .login_mode_select{width:100%;display:flex;align-items:center;justify-content:stretch}.login_page .login_container .login_mode_select .mode_button{flex:1 1;text-align:center;padding:10px;color:#5a6a9d;font-weight:400;font-size:18px}.login_page .login_container .login_mode_select .mode_button.active{border-color:#415560;color:#415560;font-weight:600}.login_page .login_container .divider{font-size:12px;color:#5a6a9d}.login_page .login_container .mode_login_container form,.login_page .login_container .mode_signup_container form{display:flex;flex-direction:column;align-items:stretch;gap:15px}.login_page .login_container .mode_login_container form .ant-form-item,.login_page .login_container .mode_signup_container form .ant-form-item{margin-bottom:0}.login_page .login_container .password_toggle{cursor:pointer;color:#5a6a9d;font-size:18px;display:flex;align-items:center;justify-content:center}.login_page .login_container .login_footer{flex:1 1;display:flex;align-items:flex-end;justify-content:center}.login_page .login_container .login_footer p{text-align:center;color:#5a6a9d;font-size:13px;max-width:70%;line-height:180%}.login_page .login_container .login_footer p a{color:#415560;font-weight:500;transition:color .2s ease-in-out}.login_page .login_container .login_footer p a:hover{text-decoration:underline}@media(max-width:1200px){.login_page .login_container{width:50%}}@media(max-width:800px){.login_page .login_background{display:none}.login_page .login_container{width:100%;padding:20px;gap:25px}.login_page .login_container .login_mode_select .mode_button{font-size:13px}.login_page .login_container .divider{font-size:10px}.login_page .login_container .mode_login_container form,.login_page .login_container .mode_signup_container form{gap:10px}.login_page .login_container .login_footer p{font-size:12px;max-width:90%}}.org_selector_container{position:fixed;top:0;left:0;bottom:0;right:0;background:#fafafa;display:grid;place-items:center;overflow-y:auto;padding:50px}.org_selector_container .org_selector{max-width:500px;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:10px}.org_selector_container .org_selector .org_selector_header h3{text-align:center;font-family:Plus Jakarta Sans,sans-serif;font-weight:400;font-style:normal;color:#09132c;font-size:30px;font-weight:500;margin-bottom:15px}.org_selector_container .org_selector .org_selector_list{display:flex;flex-direction:column;align-items:stretch;gap:10px}.org_selector_container .org_selector .org_selector_list .org_selector_item{display:flex;align-items:center;gap:10px;padding:12px 10px 12px 12px;border-radius:10px;background-color:#f5fafc;cursor:pointer;border:1px solid #f5fafc;box-shadow:0 0 15px rgba(0,0,0,.04)}.org_selector_container .org_selector .org_selector_list .org_selector_item:hover{border:1px solid #5a6a9d}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_icon img{width:60px;height:60px;border-radius:5px}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_name{flex:1 1;font-weight:500;font-size:18px;color:#09132c;display:flex;align-items:center;gap:8px}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_name span{color:#415560;font-size:18px;display:flex;align-items:center;justify-content:center}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_id{color:#5a6a9d;font-size:12px}.org_selector_container .org_selector .org_selector_add_btn{display:flex;align-items:center;justify-content:center;padding:15px;gap:15px;background:rgba(0,0,0,0);border:1px dashed #5a6a9d;border-radius:10px;color:#5a6a9d;font-size:18px;font-weight:500;cursor:pointer;transition:.2s ease-in-out;outline:none}.org_selector_container .org_selector .org_selector_add_btn:hover{background-color:#d1e4e8;color:#09132c;border-color:#09132c}@media(max-width:800px){.org_selector_container{padding:40px 20px}.org_selector_container .org_selector .org_selector_header h3{font-size:24px}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_icon img{width:50px;height:50px}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_name{font-size:16px}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_id{font-size:10px}.org_selector_container .org_selector .org_selector_add_btn{font-size:16px}}@media(max-width:450px){.org_selector_container{padding:10px}.org_selector_container .org_selector .org_selector_header h3{font-size:20px}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_icon img{width:40px;height:40px}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_name{font-size:14px}.org_selector_container .org_selector .org_selector_list .org_selector_item .org_selector_item_id{font-size:8px}.org_selector_container .org_selector .org_selector_add_btn{font-size:14px}}.whatsapp-audio-player{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;width:100%;min-width:200px;background-color:#fafafa}.whatsapp-audio-player button{background:rgba(0,0,0,0);border:none;cursor:pointer;color:#5a6a9d;font-size:20px;transition:color .2s ease-in-out;display:flex;align-items:center;justify-content:center}.whatsapp-audio-player button:hover{transform:scale(1.05)}.whatsapp-audio-player .waveform{cursor:pointer}.whatsapp-call-info{display:flex;align-items:center;gap:15px;padding:8px 12px;border-radius:8px;width:100%;min-width:200px;background-color:#fafafa}.whatsapp-call-info .call_info{display:flex;flex-direction:column;gap:5px;flex-grow:1}.whatsapp-call-info .call_info .call_title{font-size:16px;font-weight:500;color:#09132c}.whatsapp-call-info .call_info .call_duration{font-size:12px;font-weight:400;color:#5a6a9d}.list_view_modal{position:absolute;z-index:999;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.2)}.list_view_modal:not(.active){display:none}.list_view_modal .list_view_modal_content{padding:20px;border-radius:10px;background-color:#fff;width:300px;max-width:95%;min-height:150px;box-shadow:1px 1px 10px rgba(0,0,0,.1);position:relative}.list_view_modal .list_view_modal_content .lv_header{display:flex;align-items:center}.list_view_modal .list_view_modal_content .lv_header h2{text-align:center;flex-grow:1;font-size:16px;font-weight:600;color:#09132c}.list_view_modal .list_view_modal_content .lv_header .close_btn{height:35px;width:35px;background:#fafafa;border:none;cursor:pointer;color:#5a6a9d;font-size:20px;transition:color .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:50%}.list_view_modal .list_view_modal_content .lv_header .close_btn:hover{transform:scale(1.05)}.list_view_modal .list_view_modal_content .sections{margin-top:12px;overflow-y:auto;max-height:400px}.list_view_modal .list_view_modal_content .sections .section{margin-bottom:12px}.list_view_modal .list_view_modal_content .sections .section h3{font-size:14px;font-weight:600;color:#5a6a9d;margin-bottom:10px}.list_view_modal .list_view_modal_content .sections .section ul{list-style:none;padding:0;margin:0}.list_view_modal .list_view_modal_content .sections .section ul li{padding:15px 0;border-bottom:1px solid #e5ebee;font-size:14px;color:#09132c}.list_view_modal .list_view_modal_content .sections .section ul li:hover{background-color:#f5fafc}.list_view_modal .list_view_modal_content .sections .section ul li span{font-size:12px;display:block}.attachment_modal{position:absolute;z-index:999;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.2)}.attachment_modal:not(.active){display:none}.attachment_modal .modal_content{padding:20px;border-radius:10px;background-color:#fff;width:500px;max-width:95%;min-height:200px;box-shadow:1px 1px 10px rgba(0,0,0,.1);position:relative}.attachment_modal .modal_content .am_header{display:flex;align-items:center}.attachment_modal .modal_content .am_header h2{text-align:center;font-size:16px;font-weight:600;color:#09132c;flex:1 1}.attachment_modal .modal_content .am_header button{height:35px;width:35px;background:#fafafa;border:none;cursor:pointer;color:#5a6a9d;font-size:20px;transition:color .2s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:50%}.attachment_modal .modal_content .am_header button:hover{transform:scale(1.05)}.attachment_modal .modal_content .am_body{display:flex;flex-direction:column;gap:12px;overflow-y:auto;max-height:500px}.call_layout{display:flex;flex-direction:row;height:100%;flex:1 1}.call_layout .call_sidebar{width:350px;background-color:#f5fafc;border-right:1px solid #e5ebee;padding:12px 0 8px 12px;display:flex;flex-direction:column;gap:10px}.call_layout .call_sidebar .call_sidebar_header h2{font-size:18px;font-weight:600;color:#09132c}.call_layout .call_sidebar .call_history{display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex:1 1;padding-right:12px}.call_layout .call_sidebar .call_history .call_history_item{display:flex;padding:8px 10px 8px 3px;border-radius:8px;gap:8px;align-items:center}.call_layout .call_sidebar .call_history .call_history_item:hover{background-color:#d1e4e8;cursor:pointer}.call_layout .call_sidebar .call_history .call_history_item .call_info{display:flex;flex-direction:column;gap:4px;flex:1 1}.call_layout .call_sidebar .call_history .call_history_item .call_info .call_title{font-weight:600;font-size:16px;color:#09132c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.call_layout .call_sidebar .call_history .call_history_item .call_info span{font-size:12px;color:#5a6a9d;display:flex;align-items:center;gap:4px}.call_layout .call_sidebar .call_history .call_history_item .call_actions{display:flex;gap:5px}.call_layout .call_sidebar .call_history .call_history_item .call_actions .call_time{font-size:12px;color:#5a6a9d}.call_layout .call_sidebar .call_history .call_history_item .call_actions .call_action_btn{display:none;align-items:center;gap:8px}.call_layout .call_sidebar .call_history .call_history_item .call_actions .call_action_btn .call_button{background:rgba(0,0,0,0);border:none;cursor:pointer;color:#415560;font-size:18px;transition:color .2s ease-in-out;display:flex;align-items:center;justify-content:center}.call_layout .call_sidebar .call_history .call_history_item:hover .call_actions .call_time{display:none}.call_layout .call_sidebar .call_history .call_history_item:hover .call_actions .call_action_btn{display:inline-flex}.call_layout .call_viewbar{position:relative;overflow:hidden;flex:1 1}.call_layout .call_viewbar .chat_overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center}.call_layout .call_viewbar .chat_overlay .overlay_content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.call_layout .call_viewbar .chat_overlay .overlay_content img{width:300px;height:200px;object-fit:contain}.call_layout .call_viewbar .chat_overlay .overlay_content h2{font-size:30px;font-weight:500;color:#09132c;text-align:center}.call_layout .call_viewbar .chat_overlay .overlay_content p{font-size:14px;color:#5a6a9d;text-align:center;max-width:350px}@media(max-width:1100px){.call_layout .call_viewbar .chat_overlay .overlay_content{gap:15px}.call_layout .call_viewbar .chat_overlay .overlay_content img{width:250px;height:167px}.call_layout .call_viewbar .chat_overlay .overlay_content h2{font-size:22px}.call_layout .call_viewbar .chat_overlay .overlay_content p{font-size:12px;max-width:300px}}@media(max-width:800px){.call_layout .call_viewbar .chat_overlay .overlay_content{gap:10px}.call_layout .call_viewbar .chat_overlay .overlay_content img{width:200px;height:133px}.call_layout .call_viewbar .chat_overlay .overlay_content h2{font-size:18px}.call_layout .call_viewbar .chat_overlay .overlay_content p{font-size:12px;max-width:250px}.call_layout .call_sidebar{width:100%;align-self:stretch;flex:1 1}.call_layout .call_viewbar{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fafafa;padding:12px;display:none}}.no_calls_found img{width:100%;max-width:300px;height:auto}