.modal-chat__title {
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 7px;
  color: #464650;
  padding-right: 22px;
}
.modal-chat .order-name::first-letter {
  text-transform: capitalize;
}
.modal-chat .modal-content {
  background: transparent;
  border: none;
}
.modal-chat .modal-header {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #91919C;
  padding: 19px 17px 28px;
  border-radius: 23px 23px 0 0;
  background: white;
}
.modal-chat .modal-header .close {
  right: 18px;
  top: 18px;
}
.modal-chat .modal-body {
  padding: 0 9px 20px;
  background: white;
  border-radius: 0;
}
.modal-chat .modal-footer {
  display: block;
  background: #444B8C;
  border-radius: 0 0 23px 23px;
  padding: 15px 17px;
}
.modal-chat .modal-footer p {
  font-weight: normal;
  text-align: left;
}
.modal-chat .order-num {
  font-weight: bold;
}
.modal-chat .send-msg-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-chat .chat-list {
  font-size: 0;
  overflow-y: auto;
  height: 300px;
}
.modal-chat .chat-list::-webkit-scrollbar {
  width: 5px;
}
.modal-chat .chat-list::-webkit-scrollbar-thumb {
  width: 5px;
  background: #464650;
  border-radius: 3px;
}
.modal-chat .chat-frame__item {
  display: inline-block;
  padding: 16px 20px;
  width: 78%;
  background: #F5F7FB;
  border-radius: 5px;
  margin-bottom: 6px;
}
.modal-chat .chat-frame__item:last-child {
  margin-bottom: 0;
}
.modal-chat .chat-frame__item-text {
  font-size: 14px;
  line-height: 1.2;
  color: #464650;
  margin-bottom: 7px;
}
.modal-chat .chat-frame__item-date {
  font-size: 11px;
  line-height: 1.2;
  color: #91919C;
}
.modal-chat .chat-frame__item.question {
  background: #F2FBEF;
  margin-left: 22%;
}
.modal-chat .chat-frame__item.question .chat-frame__item-date {
  text-align: right;
}
.modal-chat .chat-comment {
  margin: 0 12px;
  resize: none;
  font-weight: normal;
  border: 1px solid white;
}
.modal-chat .chat-comment::-webkit-scrollbar {
  width: 5px;
}
.modal-chat .chat-comment::-webkit-scrollbar-thumb {
  width: 5px;
  background: #464650;
  border-radius: 3px;
  cursor: default;
}
.modal-chat .send-msg-btn {
  border: none;
  background: none;
  outline: none;
}
.modal-chat .file-input__input {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
}
.modal-chat .file-input__icon {
  cursor: pointer;
}
.modal-chat .file-choose-block {
  color: #fff;
  text-align: left;
}
.modal-chat .file-choose-block__info {
  font-size: 12px;
}
.modal-chat .file-choose-block .added-files-list {
  padding-top: 3px;
  font-size: 12px;
}
@media all and (min-width: 992px) {
  .modal-chat .modal-header {
    padding: 45px 53px 28px;
  }
  .modal-chat .modal-body {
    padding: 0 19px 20px;
  }
  .modal-chat .chat-list {
    padding: 0 34px;
    height: 380px;
  }
  .modal-chat .modal-footer {
    padding: 15px 20px;
  }
  .modal-chat__title {
    font-size: 24px;
    line-height: 28px;
  }
  .modal-chat .modal-header .close {
    right: 25px;
    top: 25px;
  }
  .chat-comment {
    margin: 0 20px;
  }
}
/*# sourceMappingURL=redesign-chat.css.map */