input,textarea,select{resize:none;margin:0;font-size:16px;width:100%;border-radius:var(--p10);padding:15px;background:#f9f9f9;box-shadow:0 0 0 1px #3182ce33}.ponel__body button{min-height:72px;font-weight:600;color:var(--black);border-radius:var(--radius);padding:var(--p10) var(--p30);background:var(--fff)}button{font-weight:600;-o-transition:.5s;transition:.5s;color:var(--fff);border-radius:9px;padding:var(--p10) var(--p30);background:var(--blue);font-family:Onest;font-weight:700;font-size:16px;line-height:22.4px;letter-spacing:0%}.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile__avatar .hover__create svg{width:64%;opacity:.5}.profile__avatar .hover__create{opacity:1;position:absolute;z-index:1;width:100%;height:100%;display:flex;top:0;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;place-content:center}.success-message{position:fixed;bottom:20px;right:-300px;color:#fff;border-radius:5px;-webkit-box-shadow:rgba(0,0,0,.1) 0 4px 6px;box-shadow:#0000001a 0 4px 6px;font-family:Arial,sans-serif;font-size:16px;cursor:pointer;-webkit-transition:right .5s ease-in-out;-o-transition:right .5s ease-in-out;transition:right .5s ease-in-out;z-index:1000;padding:15px 25px;background:#4caf50}.success-message:hover{opacity:.9}.error-message{z-index:1000;position:fixed;bottom:20px;right:-300px;color:#fff;border-radius:5px;-webkit-box-shadow:rgba(0,0,0,.1) 0 4px 6px;box-shadow:#0000001a 0 4px 6px;font-family:Arial,sans-serif;font-size:16px;cursor:pointer;-webkit-transition:right .3s;-o-transition:right .3s;transition:right .3s;padding:15px 25px;background:#f44336}.error-message:hover{opacity:.9;right:0}.error-message p{margin:0}body{overflow:hidden;margin:0;height:100%;padding:0}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99999999;background:#fff}#loading-screen.hidden{-webkit-animation:1s ease-out 0 1 normal none running fadeOut;animation:1s ease-out 0 1 normal none running fadeOut;opacity:0;pointer-events:none}#loading-screen img{width:100%;max-width:400px;height:auto}#content{opacity:0;-webkit-animation:1s ease-out 1s 1 normal forwards running contentFadeIn;animation:1s ease-out 1s 1 normal forwards running contentFadeIn;padding:20px}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{border-radius:6px;border:3px solid transparent;background:padding-box var(--blue)}::-webkit-scrollbar-track{border-radius:6px;background:#f0f0f0}.deal__chat__user__interfice textarea{min-height:100px;height:100%;width:100%;max-height:300px}.deal__chat__user__interfice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;place-content:center space-between;gap:var(--g20)}.deal__chat__user__interfice button{width:20%}.group__chat{min-height:400px;border-radius:var(--radius);padding:40px;background:var(--fff)}.deal__responsible ul h2{padding:0}.deal__chat__user__interfice form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;place-content:center}.deal__chat__user__interfice form textarea{min-height:23px!important}.chat-messages{border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;max-height:541px;overflow-y:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-ms-flex-line-pack:end;align-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:10px;background:var(--blockbody)}.chat-message p{font-size:14px}.chat-message{border:1px solid rgb(204,204,204);height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:70%;min-width:19%;border-radius:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:end;align-content:flex-end;margin:5px 0;padding:10px}.chat-message span{padding-top:4px;font-size:9px}.chat-message h6{padding-bottom:4px;font-size:12px;color:green;max-width:150px}.chat-message.other-message h6{color:#00f}.my-message{text-align:right;color:#000;border-radius:var(--radius);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;place-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 0 auto;background:#dbeeff}.deal-chat a h2{margin-bottom:10px;border-radius:var(--radius);padding:var(--p10);background:#d8f2ff}.other-message{text-align:left;max-width:70%;color:#000;border-radius:var(--radius);margin:10px auto 5px 0;background:#ffd2d2}.chat-message.my-message{max-width:70%;margin:10px 0 5px auto}form#chat-form textarea{min-height:50px;height:25px}form#chat-form{margin-top:var(--g20);display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--g10);position:relative}.main__module__chats{border-radius:var(--radius);min-height:550px;padding:var(--p10);background:var(--fff)}ul.coordinator-chat-list li{border-radius:var(--radius);background:var(--body)}ul.coordinator-chat-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--g10);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.coordinator-chat-list li a{width:100%;height:100%;overflow:hidden;border-radius:var(--radius);color:var(--black);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:var(--p10)}div#dynamic-chat-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;border:1px solid rgb(255,255,255);border-radius:var(--radius);-webkit-box-align:center;-ms-flex-align:center;align-items:center;place-content:center;background:var(--fff)}#unread-messages-counter{font-size:13px;font-weight:700;position:absolute;top:0;width:15px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;height:15px;color:#fff;right:-7px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;place-content:center;background:var(--fff)}#unread-count{color:red}.header__nubmer button{position:relative;width:25px;padding:0}.header__nubmer li{position:relative}.header__nubmer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;place-content:center space-between}.header__number button{width:25px;position:relative;padding:0}.chat-sidebar{width:20%;padding-right:10px}.chat-messages-container{overflow-y:scroll;border:1px solid rgb(204,204,204);margin-bottom:10px}div#chat-messages-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-height:100%;min-height:580px;height:100%;overflow-y:scroll;border-radius:var(--radius);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:var(--p10);background:var(--fff)}.chat-main{width:85%;max-height:580px;display:block}.mymessage{text-align:right;border-radius:8px;margin:5px 0;padding:10px;background:#e1f5fe}.chat-message strong{padding-bottom:5px;font-weight:500;font-size:14px}.chat-message.mymessage{margin:10px 0 10px auto}.chat-message.athermessage{margin:10px auto 10px 0}ul.chat-list{width:100%;gap:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.chat-list li a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:var(--g10);position:relative;font-size:14px;border-bottom:1px solid rgb(204,204,204);height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;padding:var(--p10)}.chat-link.active-chat{color:#fff;font-weight:700;border-radius:5px;background:#007bff}.center_p_chat{width:100%;height:100%;font-weight:700;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;place-content:center}ul.chat-list li a p{font-weight:400}.custom-file-upload{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px;height:50px;border-radius:var(--radius);cursor:pointer;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;background:#01acff}.custom-file-upload:hover{background:#45a049}.chat-image{max-width:100%;height:auto;margin-top:10px;border-radius:8px}.custom-file-upload svg{width:24px;height:24px;fill:#fff}#chat-file{display:none}.chat-form__button{display:-webkit-box;display:-ms-flexbox;display:flex;width:10%;gap:var(--g10);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.chat-message .message-image{max-width:100%;height:auto;border-radius:8px;margin:5px}.chat-message .image-collage{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.chat-message .image-collage img{width:calc(49%-8px);height:auto}.chat-message .image-collage img:nth-child(3),.chat-message .image-collage img:nth-child(4){width:calc(49%-8px)}.chat-message .image-collage img:nth-child(5),.chat-message .image-collage img:nth-child(6){width:calc(49%-18px)}.chat-link-avatar{width:80px;overflow:hidden;height:50px;border-radius:var(--radius)}.chat-link-avatar img{width:100%;height:100%}.faq_question__deal.flex ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--g20);place-content:center;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-line-pack:center;align-content:center}.faq_question__deal.flex ul .icon{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:400;font-size:12px;line-height:15.3px;letter-spacing:0%;-ms-flex-line-pack:center;align-content:center}.faq_question__deal.flex ul li .icon img{height:100%;width:100%}.faq_question__deal ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px;width:100%;min-height:40px;color:var(--black);background:var( --fff)!important;padding:0;background:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.deal__avatar.deal__avatar__cardinator{width:50%;height:auto;margin:0}div#modal3{z-index:999}div#modal3 .modal-content .logo__modal{width:200px}div#modal3 .modal-content h3{font-size:28px;margin:0;padding:0}div#modal3 .modal-content p{font-size:15px;padding-bottom:20px}div#modal3 .modal-content .brifs__button__create.flex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.faq_block.faq_block-blur{min-height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:var(--radius);-webkit-box-align:center;-ms-flex-align:center;align-items:center;place-content:center;background:var(--fff)}.faq_block.faq_block-blur p{font-size:15px}.modules__adm ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--g10)}.modules__adm ul li{border-radius:var(--radius);padding:var(--p20);background:var(--fff)}.modules__adm ul li .icon{width:50px;height:50px}.introjs-tooltiptext{text-align:center;font-size:12px;font-weight:700}.introjs-button{font-weight:500;max-width:260px;border:none;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:var(--fff);border-radius:var(--radius);background:var(--blue)}.file-preview{display:inline-block;margin-right:5px}.file-preview img{max-width:50px;max-height:50px;-o-object-fit:cover;object-fit:cover;border:1px solid rgb(221,221,221);border-radius:4px}div#file-preview-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;top:-97px;position:absolute;gap:var(--g10);width:100%;background:var(--fff)}div#file-preview-container img{width:100px;height:100px;border-radius:var(--radius)}.chat-form__input{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--p10);width:100%}.file-preview-item{position:relative;display:inline-block;margin:5px}.remove-button{position:absolute;top:5px;right:5px;border:none;color:#fff;cursor:pointer;border-radius:50%;width:20px;height:20px;text-align:center;line-height:16px;font-size:14px;background:#ff0000b3}.file-preview img,.file-preview span{display:block;max-width:100px;max-height:100px;border-radius:5px}button.remove-button{position:absolute;top:0;font-size:8px;right:15px!important;width:20px!important;height:20px!important;padding:0!important}.my-message span{text-align:left;width:100%;color:var(--fff)!important}.wd100,.modules__adm{width:100%}.flex,.chat-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start}.success-message.show,.error-message.show{right:20px}.chat-message.other-message p,.chat-link-info{color:#000}.introjs-helperNumberLayer,.introjs-prevbutton{display:none!important}.brif__body ul li:before{content:"-"}.completed{color:var(--blue)!important}.completed:before{content:"+"!important}table.dataTable thead th,table.dataTable thead td{border:none}.brifs .brifs__button__create button,.brifs .brifs__button__create a{background:var(--blue)!important}.brifs .brifs__button__create button,.brifs .brifs__button__create a{background:var(--blue)!important;max-width:400px;min-width:329px;width:100%;min-height:62px;font-family:Onest;font-weight:700;font-size:16px;line-height:22.4px;letter-spacing:0%}.user-list{width:350px;padding:var(--p10);max-height:100%}.user-list__avatar img{width:40px;height:40px;border-radius:50%}.chat-box{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;max-height:100vh;position:relative;border-radius:var(--radius)}.chat-header{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:66px;background:var(--fff);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:var( --radius);-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Onest;font-weight:400;font-size:18px;line-height:20px;letter-spacing:0px}.chat-messages{max-height:100vh;overflow-y:auto;margin-bottom:10px;padding:10px}.chat-messages ul{list-style:none;margin:0;gap:30px;padding:0}.my-message{text-align:right;background-color:var(--bluetext);color:var(--fff);padding:5px;border-radius:5px;margin-bottom:revert-layer;position:relative}.other-message{text-align:left;background-color:var(--fff);padding:5px;border-radius:5px;margin-bottom:8px}.chat-input{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.chat-input textarea{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:39px!important;height:52px;resize:none;border:1px solid var(--bluetext)!important}.notifications-container{position:fixed;top:20px;right:20px;width:300px;z-index:1000}.notification{background-color:#fff;border:1px solid #ccc;padding:10px;margin-bottom:10px;border-radius:5px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px #0003;-webkit-animation:fadein .5s,fadeout .5s 4.5s;animation:fadein .5s,fadeout .5s 4.5s}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.read-status{font-size:.8em;color:green;margin-left:5px}.read-status.read{font-weight:700}.button__variate2:hover{background-attachment:var(--fff)}.faq_question__deal ul li img{width:15px;height:15px}.pin-logs{background:#f5f5f5;padding:10px;margin:10px 0;border-radius:5px;max-height:200px;overflow-y:auto}.pin-log-entry{padding:5px;border-bottom:1px solid #eee;font-size:12px;color:#666}.pin-log-user{font-weight:700;color:#333}.pin-log-message{font-style:italic}.pin-log-time{color:#999;font-size:11px;margin-left:5px}.pin-controls{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:5px}.pinned-notification{display:block;background-color:#f0f8ff;padding:10px;border-radius:5px;text-decoration:none;color:#333;margin-bottom:10px}.pinned-notification:hover{background-color:#e0f0ff;text-decoration:underline}.notification-message{background-color:#f0f7ff;border-left:3px solid #3490dc;margin:5px 0;padding:8px 12px}.notification-message a{color:#3490dc;text-decoration:none}.notification-message a:hover{text-decoration:underline}.system-notification{background-color:#f0f7ff;margin:0;padding:0 0 0 12!important;position:relative;list-style:none}.system-notification a{color:#3490dc;text-decoration:none}.system-notification a:hover{text-decoration:underline}.system-notification .message-time{position:absolute;right:8px;top:8px;color:#666;font-size:.8em}.chat-tabs{border-bottom:1px solid #ddd;margin-bottom:10px}.message-received .message-time.text-end{color:#000}.contact-item.new-message{background-color:#007bff1a;animation:newMessagePulse 2s infinite}@keyframes newMessagePulse{0%{background-color:#007bff1a}50%{background-color:#007bff33}to{background-color:#007bff1a}}.unread-badge{background-color:#ff4136;color:#fff;border-radius:50%;padding:2px 6px;font-size:.7rem;min-width:20px;text-align:center}#chat-notification{cursor:pointer;transition:transform .3s,opacity .3s}#chat-notification:hover{transform:translateY(-5px);opacity:.9}
