﻿.chat__container{position:fixed;bottom:60px;right:60px;width:96px;height:96px;box-sizing:border-box;border-radius:50%;box-shadow:0px 4px 40px rgba(0,0,0,.15);z-index:999;overflow:hidden;transition:.25s;transition-delay:.25s}textarea[name=chat_msg]{resize:none}.chat__container:has(.chat_toggle_button:hover){box-shadow:0px 4px 40px rgba(0,0,0,.25)}.chat__container.active{bottom:0px;right:0px;width:350px;height:430px;border-radius:6px 0px 0px 0px;transition-delay:0s}.chat__container_header{position:relative;top:0px;left:0px;display:flex;justify-content:center;align-items:center;width:96px;width:100%;height:96px;height:100%;background-color:#0354dd;transition:.25s;transition-delay:0s}.chat_toggle_button{display:flex;justify-content:center;align-items:center;width:96px;height:96px;cursor:pointer;position:relative;transition:.25s}.chat__container .chat_toggle_button:after{content:"";display:block;position:absolute;top:50%;width:35px;height:35px;background-image:url(/css/blue/images/ui-icons.svg);background-repeat:no-repeat;background-position:-735px -35px;background-size:3500px 175px;transition:.25s;margin-top:-17.5px;margin-left:-17.5px;right:auto;left:50%}.chat__container.active .chat__container_header,.chat__container.active .chat_toggle_button{width:350px;height:40px;transition-delay:.25s}.chat__container.active .chat_toggle_button:after{width:24px;height:24px;background-position:-504px -24px;background-size:2400px 120px;margin-top:-12px;margin-left:10px;right:auto;left:0%}.chat__container.active .chat_toggle_button .title{opacity:1;transition-delay:.5s}.chat__container .chat_toggle_button .chat_close_button{opacity:0;position:absolute;display:inline-block;top:48%;transform:translateY(-50%);transform-origin:center;width:24px;height:24px;user-select:none;cursor:pointer;transition:all .25s;transition-delay:.3s;right:auto;left:50%}.chat__container.active .chat_toggle_button .chat_close_button{opacity:1;left:auto;right:0;margin-right:10px}.chat__container.active .chat_toggle_button .chat_close_button:hover{opacity:.7}.chat__container.active .chat_toggle_button .chat_close_button span{position:absolute;height:2.5px;width:24px;background:#fff;top:50%;transform:translateY(-50%);left:0;margin:0;transform-origin:center;transition:background-color .3s}.chat__container.active .chat_toggle_button .chat_close_button span:nth-child(1){transform:rotate(-45deg)}.chat__container.active .chat_toggle_button .chat_close_button span:nth-child(2){transform:rotate(45deg)}.chat__container .chat_toggle_button .title{font-family:"Segoe UI","Inter";font-weight:600;font-size:18px;display:block;padding-right:35px;color:#fff;overflow:hidden;white-space:nowrap;transition-delay:0s;opacity:0}.chat__container .chat__container_body{border:solid 2px #0354dd;border-top-width:0px;background-color:#fff;display:flex;flex-direction:column;border-bottom:0px;height:0px;transition:.5s;transition-delay:.25s;background-color:#f5f6f9;overflow:hidden}.chat__container.active .chat__container_body{height:390px;position:relative;transition:.25s;transition-delay:.25s}.messager{min-height:0px;box-shadow:0px 0px 3px 0px silver;flex-shrink:0;height:0px;max-height:250px;display:flex;box-sizing:border-box;background-color:#fff;flex-direction:column;overflow:hidden;padding:0px;transition:.25s}.chat__container.active .messager{height:auto;min-height:50px;padding:10px}.chat__container.notrans .chat__container_body{transition:none}.chat__container_body .chat_body .simplebar-content{display:flex;flex-direction:column}.chat__container_body .chat_sender{max-height:180px;display:flex}.chat__container_body .chat_sender .sender_text_wrapper{flex-grow:1;display:flex;align-items:center}.chat__container_body .chat_sender .sender_text_wrapper .sender_input{width:100%;word-break:break-all;outline:none;overflow-y:auto;max-height:100%;font-size:14px;border:solid 1px #f0f0f0;padding:5px;height:auto;min-height:28px;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.chat__container_body .chat_sender .sender_text_wrapper .sender_input::-webkit-scrollbar{width:0}.chat__container_body .chat_sender .send_btn{width:30px;height:30px;border-radius:50%;background-image:linear-gradient(to bottom, #5b85f1, #2c4fa1);position:relative;cursor:pointer;margin-top:auto;margin-left:10px;flex-shrink:0}.chat__container_body .chat_body .message .cm_footer{color:#7f7f7f;font-size:10px;text-align:right;position:relative;bottom:-5px}.chat__container_body .chat_body .message.my .cm_footer{color:#fff;padding-right:15px}.chat__container_body .chat_body .message.my .cm_footer:before{content:"✓";display:block;position:absolute;top:-2px;font-size:10px;right:3px}.chat__container_body .chat_body .message.my.read .cm_footer:after{content:"✓";display:block;position:absolute;top:-2px;font-size:10px;right:0px}.chat__container_body .chat_sender .send_btn:before{content:"";position:absolute;display:block;width:14px;height:14px;left:8.5px;top:8.5px;background-image:url(/css/darkblue/images/bg-sender-btn.svg);background-position:center;background-repeat:no-repeat;background-size:14.02px 12.36px}.chat__container_body .chat_body{display:flex;flex-direction:column;padding:10px 25px 10px 20px;overflow-y:scroll;flex-grow:1;margin-right:2px;scrollbar-width:none;-ms-overflow-style:none}.chat__container_body .chat_body::-webkit-scrollbar{width:0;height:0}.chat__container_body .chat_body .message{font-size:14px;color:#4d4d4d;background-color:#fff;min-width:100px;min-height:30px;border-radius:5px 5px 5px 0px;margin-right:auto;flex-shrink:0;padding:10px 15px;box-sizing:border-box;box-shadow:0 0 15px 0px rgba(36,75,174,.2);position:relative;margin-left:0px;max-width:100%;word-wrap:anywhere}.chat__container_body .chat_body .message:before{content:"";display:block;position:absolute;width:0px;height:0px;border-style:solid;border-width:10px;border-color:rgba(0,0,0,0);border-bottom-color:#fff;bottom:0px;left:-10px}.chat__container_body .chat_body .message.my:before{right:-10px;bottom:0px;left:unset;border-left-color:rgba(0,0,0,0);border-bottom-color:#2c4fa1}.chat__container_body .chat_body .message .cm_header{color:#7f7f7f;margin-bottom:5px}.chat__container_body .chat_body .message.system{background-color:rgba(0,0,0,0);box-shadow:none;color:#527add;margin-left:auto;margin-right:auto}.chat__container_body .chat_body .message.system:before{display:none}.chat__container_body .chat_body .message.system a{text-decoration:underline}.chat__container_body .chat_body .message:not(:first-child){margin-top:20px}.chat__container_body .chat_body .message.my{border-radius:5px 5px 0px 5px;background-image:linear-gradient(to top, #2c4fa1 0%, #2c4fa1 30%, #5b85f1 100%);background-color:#5b85f1;color:#fff;margin-left:auto;margin-right:0px}.chat__container_body .chat_body .message.my a{color:#fff}.chat_body .simplebar-track{opacity:0;transition:.5s}.chat_body:hover .simplebar-track{opacity:1}.file-dragdrop-container{position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:2;padding:20px 20px 70px 20px;box-sizing:border-box;display:none}.file-drop-area{width:100%;height:100%;background-color:rgba(255,255,255,.7);border-radius:5px;display:flex;justify-content:center;align-items:center}.fda-title{font-size:22px;color:#606060}.cm_body{white-space:pre-wrap}.chat_send_file{display:flex;width:300px;height:auto;padding:5px;border:solid 1px #f0f0f0;position:relative;margin-top:5px}.chat_send_file:last-child{margin-bottom:5px}.icon_container{flex-shrink:0;width:32px;height:32px}.messager-files-container .icon{width:100%;height:100%;background-repeat:no-repeat;background-image:url("css/darkblue/images/icon-files.svg");background-size:320px 32px;background-position:left -288px center}.messager-files-container .icon.word{background-position-x:-32px}.messager-files-container .icon.png{background-position-x:-127px}.messager-files-container .icon.jpeg{background-position-x:-158px}.messager-files-container{display:flex;flex-wrap:wrap;max-height:200px;overflow:auto}.chat_send_file .file_body{flex-grow:1;padding-left:5px;display:flex;flex-direction:column}.chat_send_file .close_btn{position:absolute;top:-4px;right:-6px;width:12px;height:12px;border-radius:50%;background-color:#f0f0f0;display:none;background-image:url(css/darkblue/images/icon-close_white_no_opacity.svg);background-position:center;background-repeat:no-repeat;background-size:6px 6px}.chat_send_file .close_btn:hover{background-color:#b0b0b0;cursor:pointer}.chat_send_file:hover .close_btn{display:block}.chat_send_file .title{width:100%;overflow:hidden;white-space:nowrap;max-width:255px;text-overflow:ellipsis}.chat_send_file .file_info{color:silver;font-size:8px;margin-top:auto}@media screen and (max-width: 1439px){.chat__container{bottom:30px;right:30px;width:52px;height:52px}.chat_toggle_button{width:52px;height:52px}.chat__container .chat_toggle_button::after{width:24px;height:24px;margin-top:-12.5px;margin-left:-12.5px;background-position:-504px -24px;background-size:2400px 120px}}/*# sourceMappingURL=chat.css.map */
