.input-output-file__box{
    display:flex;
    align-items:center;
    gap:8px;
    border:1px solid #eef2f5;
    background-color:#fdfeff;
    width:-moz-fit-content;
    width:fit-content;
    padding:5px 13px; }
.input-output-file{
    display:none;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:8px;
    overflow: hidden; }
.input-output-file input{
    position:absolute;
    opacity:0;
    visibility:hidden; }
.input-output-file__text{
    font-size:12px;
    color:#686E74;
    margin-bottom:10px; }
.input-output-file__box{
    display:flex;
    align-items:center;
    gap:8px;
    border:1px solid #eef2f5;
    background-color:#fdfeff;
    width:-moz-fit-content;
    width:fit-content;
    padding:5px 13px;
    font-size: 12px; }
.input-output-file__box.js-input-file-item-template{
    display:none; }
.input-output-file__name{
    word-break: break-all;
    color:#4C555E;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px; }
.input-output-file a.input-output-file__name{
    text-decoration:underline;
    cursor:pointer;
    color:inherit;
    transition:color 0.3s ease; }
.input-output-file a.input-output-file__name:hover{
    text-decoration:none;
    color:#0d166b; }
.input-output-file__delete{
    color:#8F98A0;
    transform:rotate(-45deg);
    font-weight:500;
    background-color:transparent;
    outline:none;
    border:none;
    font-size:24px;
    line-height:100%;
    width:-moz-fit-content;
    width:fit-content;
    padding:0;
    margin:0;
    cursor:pointer;
    transition:color 0.3s ease; }
.input-output-file__delete:hover{
    color:#0d166b; }

.btn-chat{
    display:flex;
    gap:8px;
    flex-direction:column;
    padding:12px 16px;
    border-bottom:1px solid #b5c1cc;
    color:#4c555e;
    text-align:left;
    cursor:pointer;
    transition:background 0.3s ease; }
@media screen and (min-width: 768px){
    .btn-chat{
        padding:12px 25px; } }
.btn-chat:hover{
    background-color:#eef2f5; }
.btn-chat .is-active{
    background-color:#eef2f5; }
.btn-chat .is-active .btn-chat__title{
    color:#0d166b; }
.btn-chat__wrap-top{
    display:flex;
    justify-content:space-between;
    gap:12px;
    width:100%; }
.btn-chat__title{
    font-size:14px;
    line-height:20px;
    font-weight:500;
    transition:color 0.3s ease; }
@media screen and (min-width: 1280px){
    .btn-chat__title{
        font-size:18px;
        height:20px; } }
.btn-chat__date, .btn-chat__last-message{
    font-size:12px;
    line-height:16px; }
@media screen and (min-width: 1280px){
    .btn-chat__date, .btn-chat__last-message{
        font-size:14px;
        line-height:18px; } }
.btn-chat__date{
    color:#686e74; }
.btn-chat__last-message{
    color:#8f98a0; }
.btn-chat__wrap-bottom{
    display:flex;
    align-items:flex-start;
    gap:8px; }
.btn-chat__last-message{
    -webkit-line-clamp:2;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden; }
.btn-chat__new-message{
    padding:4px 8px;
    color:white;
    border-radius:12px;
    font-size:14px;
    line-height:20px;
    font-weight:500;
    background-color:#7cb71b;
    flex-shrink:0; }

.lk-chat{
    display:flex;
    flex-direction:column;
    background-color:white;
    border-radius:10px;
    width:100%;
    overflow:hidden; }
@media screen and (min-width: 1024px){
    .lk-chat{
        flex-direction:row; } }
@media screen and (min-width: 0) and (max-width: 1023px){
    .lk-chat:not(.lk-chat.is-open-chat) .lk-chat__col-chat{
        display:none; } }
@media screen and (min-width: 0) and (max-width: 1023px){
    .lk-chat.is-open-chat .lk-chat__col-list-chat{
        display:none; } }
.lk-chat__col-list-chat{
    width:100%;
    flex-shrink:0; }
@media screen and (min-width: 1024px){
    .lk-chat__col-list-chat{
        width:248px;
        flex-shrink:0;
        border-right:1px solid #b5c1cc; } }
@media screen and (min-width: 1280px){
    .lk-chat__col-list-chat{
        width:350px; } }
.lk-chat__top-panel{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:20px 16px;
    border-bottom:1px solid #b5c1cc; }
@media screen and (min-width: 768px){
    .lk-chat__top-panel{
        padding:12px 25px; } }
@media screen and (min-width: 1024px){
    .lk-chat__top-panel{
        padding:21px 25px; } }
@media screen and (min-width: 1280px){
    .lk-chat__top-panel{
        padding:15px 25px;
        font-size:26px;
        line-height:32px; } }
.lk-chat__title{
    font-size:18px;
    line-height:20px;
    font-weight:500; }
@media screen and (min-width: 1280px){
    .lk-chat__title{
        font-size:26px;
        line-height:32px; } }
.lk-chat__top-wrap-btn{
    display:flex;
    gap:12px; }
.lk-chat__list-chat{
    display:flex;
    flex-direction:column;
    overflow:auto;
    scrollbar-width:thin;
    scrollbar-color:#B5C1CC transparent; }
.lk-chat__list-chat::-webkit-scrollbar{
    width:0.8rem;
    height:0.8rem; }
.lk-chat__list-chat::-webkit-scrollbar-track{
    background:transparent; }
.lk-chat__list-chat::-webkit-scrollbar-thumb{
    background-color:#B5C1CC;
    border:0.3rem solid #B5C1CC;
    border-radius:2rem; }
.lk-chat__col-chat{
    position:relative;
    display:flex;
    flex-direction:column;
    flex:1; }
.lk-chat__chat-item{
    position:relative; }
.lk-chat__chat-item:not(.is-active){
    display:none; }
.lk-chat__top-chat-panel{
    display:flex;
    gap:12px;
    padding:12px 25px 8px;
    flex-shrink:0;
    border-bottom:1px solid #b5c1cc; }
.lk-chat__top-chat-panel .lk-chat__wrap{
    display:flex;
    flex-direction:column;
    flex:1;
    gap:4px; }
.lk-chat__top-chat-panel .button-rounded{
    width:38px;
    flex-shrink:0; }
@media screen and (min-width: 1024px){
    .lk-chat__top-chat-panel .button-rounded{
        display:none; } }
.lk-chat__wrap-chat{
    display:flex;
    flex-direction:column;
    padding:20px 12px; }
@media screen and (min-width: 480px){
    .lk-chat__wrap-chat{
        padding:20px; } }
.lk-chat__placeholder-chat, .lk-chat__wrap-chat, .lk-chat__list-chat{
    height:507px; }
@media screen and (min-width: 1280px){
    .lk-chat__placeholder-chat, .lk-chat__wrap-chat, .lk-chat__list-chat{
        height:525px; } }
@media screen and (min-width: 1600px){
    .lk-chat__placeholder-chat, .lk-chat__wrap-chat, .lk-chat__list-chat{
        height:736px; } }
.lk-chat__chat-name{
    font-size:18px;
    line-height:20px;
    color:#4c555e; }
.lk-chat__name-companion{
    font-size:14px;
    line-height:18px; }
.lk-chat__messages-list{
    display:flex;
    flex-direction:column;
    gap:16px;
    flex-grow:1;
    padding: 0 10px;
    overflow:auto;
    scrollbar-width:thin;
    scrollbar-color:#B5C1CC transparent; }
.lk-chat__messages-list::-webkit-scrollbar{
    width:0.8rem;
    height:0.8rem; }
.lk-chat__messages-list::-webkit-scrollbar-track{
    background:transparent; }
.lk-chat__messages-list::-webkit-scrollbar-thumb{
    background-color:#B5C1CC;
    border:0.3rem solid #B5C1CC;
    border-radius:2rem; }
.lk-chat__message-group-date{
    width:100%;
    padding:12px;
    text-align:center;
    font-size:14px;
    line-height:20px;
    font-weight:600;
    color:#0d166b; }
.lk-chat__placeholder-chat{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    margin:auto; }
.lk-chat__placeholder-chat .icon{
    width:80px;
    height:80px;
    margin-bottom:16px; }
.lk-chat__placeholder-chat.is-hide{
    display:none; }
.lk-chat__placeholder-text{
    max-width:200px;
    font-size:14px;
    line-height:20px;
    text-align:center; }
.lk-chat__placeholder-text a{
    color:#0d166b;
    font-weight:500; }

.chat-list-files{
    display:flex;
    flex-wrap:wrap;
    gap:8px; }
.chat-list-files__item{
    display:flex;
    gap:4px;
    padding:5px 10px;
    border:1px solid #EEF2F5;
    font-size:12px;
    line-height:16px;
    color:#4C555E; }
.chat-list-files__icon{
    width:24px;
    height:24px;
    flex-shrink:0; }
.chat-list-files__wrap-name{
    display:flex;
    gap:2px; }
.chat-list-files__name{
    display:inline-block;
    max-width:44px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; }
.chat-list-files__delete{
    width:24px; }

.list-chat-request{
    display:flex;
    flex-direction:column;
    max-height:504px;
    overflow:auto;
    scrollbar-width:thin;
    scrollbar-color:#B5C1CC transparent; }
.list-chat-request::-webkit-scrollbar{
    width:0.8rem;
    height:0.8rem; }
.list-chat-request::-webkit-scrollbar-track{
    background:transparent; }
.list-chat-request::-webkit-scrollbar-thumb{
    background-color:#B5C1CC;
    border:0.3rem solid #B5C1CC;
    border-radius:2rem; }
.list-chat-request__item{
    display:flex;
    flex-direction:column;
    gap:8px;
    padding:12px 0;
    border-bottom:1px solid #B5C1CC; }
.list-chat-request__line{
    display:flex;
    justify-content:space-between; }
.list-chat-request__title{
    font-size:18px;
    line-height:20px;
    color:#0d166b;
    text-underline:none; }
.list-chat-request__date{
    font-size:14px;
    line-height:18px;
    font-weight:500;
    color:#686E74; }
.list-chat-request__wrap-dop{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    font-size:12px;
    line-height:16px;
    font-weight:500; }

.lk-message{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    width:100%; }
.lk-message__top-wrap{
    display:flex;
    align-items:center;
    gap:10px; }
.lk-message__date{
    font-size:14px;
    line-height:18px;
    color:#8f98a0; }
.lk-message__name{
    font-size:14px;
    line-height:18px;
    color:#686e74; }
.lk-message__text{
    max-width:480px;
    padding:12px 20px;
    border:1px solid #b5c1cc;
    border-radius:12px;
    font-size:14px;
    line-height:18px;
    color:#4C555E; }
.lk-message_owner{
    align-items:flex-end; }
.lk-message_owner .lk-message__top-wrap{
    justify-content:flex-end; }
.lk-message_owner .lk-message__text{
    background-color:#eef2f5; }
.lk-message .input-output-file{
    display:flex;
    gap:12px;
    flex-wrap:wrap; }

.lk-search-chat{
    display:flex;
    flex-direction:column;
    gap:12px; }
.lk-search-chat__list{
    display:flex;
    flex-direction:column;
    max-height:306px;
    overflow:auto;
    scrollbar-width:thin;
    scrollbar-color:#B5C1CC transparent; }
.lk-search-chat__list::-webkit-scrollbar{
    width:0.8rem;
    height:0.8rem; }
.lk-search-chat__list::-webkit-scrollbar-track{
    background:transparent; }
.lk-search-chat__list::-webkit-scrollbar-thumb{
    background-color:#B5C1CC;
    border:0.3rem solid #B5C1CC;
    border-radius:2rem; }
.lk-search-chat__item{
    display:block;
    padding:8px 0;
    text-decoration:none;
    font-size:16px;
    line-height:18px;
    color:#4C555E; }

.lk-chat-input{
    padding-top:20px; }
.lk-chat-input__input-panel{
    display:flex;
    align-items:flex-end;
    gap:12px;
    width:100%;
    padding:7px 12px;
    border:1px solid #4C4E6438;
    background-color:#EEF2F5;
    border-radius:10px; }
.lk-chat-input__input-panel .button{
    flex-shrink:0; }
.lk-chat-input__input-panel textarea{
    width:100%;
    background-color:transparent;
    padding:0;
    font-size:14px;
    line-height:20px;
    color:#686E74;
    border:none;
    resize:none;
    outline:none;
    max-height:72px;
    scrollbar-width:thin;
    scrollbar-color:#B5C1CC transparent; }
.lk-chat-input__input-panel textarea::-webkit-scrollbar{
    width:0.8rem;
    height:0.8rem; }
.lk-chat-input__input-panel textarea::-webkit-scrollbar-track{
    background:transparent; }
.lk-chat-input__input-panel textarea::-webkit-scrollbar-thumb{
    background-color:#B5C1CC;
    border:0.3rem solid #B5C1CC;
    border-radius:2rem; }
.lk-chat-input__input-panel textarea:focus-visible{
    border:none; }
.lk-chat-input .input-output-file{
    display:none;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:8px; }
.lk-chat-input .input-output-file__name{
    display:inline-block;
    max-width:44px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis; }
@media screen and (min-width: 1024px){
    .lk-chat-input .input-output-file__name{
        max-width:100px; } }
