@font-face {
  font-family: "CenturyGothic";
  font-style: normal;
  font-weight: 100;
  src: url(/font/centurygothic.ttf);
}
@font-face {
  font-family: "CenturyGothic";
  font-style: bold;
  font-weight: 600;
  src: url(/font/centurygothic_bold.ttf);
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url(font/Montserrat/Montserrat-Thin.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(font/Montserrat/Montserrat-Light.ttf);
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(font/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(font/Montserrat/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "Montserrat";
  font-style: bold;
  font-weight: 600;
  src: url(font/Montserrat/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: bold;
  font-weight: 700;
  src: url(font/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: bold;
  font-weight: 800;
  src: url(font/Montserrat/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-style: bold;
  font-weight: 900;
  src: url(font/Montserrat/Montserrat-Black.ttf);
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.d-none {
  display: none;
}
.m-auto {
  margin: auto;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.cursor {
  cursor: pointer;
}
.submit_ {
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
.link {
  color: #53469f;
}
.link:hover {
  text-decoration: underline;
}

.h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.textarea {
  padding: 10px;
  border: 1px solid #ccc;
  resize: none;
  border-radius: 6px;
}
.textarea:read-only {
  background: #f3f3f3;
}
.textarea::placeholder {
  color: #878787;
}

/* удалить [text] и т.д. */
.input {
  height: 37px;
  border-radius: 6px;
  border: 1px solid #dadada;
  padding: 9px;
  padding-left: 10px;
  box-sizing: border-box;
}
.input::placeholder {
  color: #878787;
}
.input:read-only {
  background: #f3f3f3;
}
.submit {
  background: #53469f;
  height: 3em;
  width: 10em;
  border: none;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3em;
  text-decoration: none;
}
.submit:hover {
  background: #202020;
}
.radio {
  height: 20px;
  width: 20px;
}
.checkbox {
  width: 20px;
  height: 20px;
}
.select {
  height: 37px;
  border-radius: 6px;
  border: 1px solid #dadada;
  padding: 9px;
  padding-left: 10px;
  box-sizing: border-box;
  background: #fff;
}

.act-select {
  color: #000;
  font-weight: 500;
}

.select[readonly] {
  pointer-events: none;
  background: #f3f3f3;
}

.table,
.table * {
  box-sizing: border-box;
}

.table {
  display: table;
  width: max-content;
  box-sizing: border-box;
}
.table .tr {
  display: table-row;
}
.table .tr .th {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
  font-weight: 600;
  width: max-content;
  border-right: 1px solid #eff2f7;
}
.table .tr .td {
  display: table-cell;
  padding: 5px;
  border-bottom: 1px solid rgba(218, 218, 218, 1);
  border-right: 1px solid #eff2f7;
}

/* удалить [text] и т.д. */

.pg_line {
  text-align: center;
  height: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.pg_line .pg_line_ {
  flex-wrap: wrap;
}
.pg_line .pg_line_ .pg_line_l {
}
.pg_line .pg_line_ .pg_line_r {
}
.pg_line .pg_line_ .pg_line_ll {
}
.pg_line .pg_line_ .pg_line_rr {
}
.pg_line .pg_line_ .pg_ {
  display: flex;
  width: 22px;
  height: 22px;

  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  color: #000;
}
.pg_line .pg_line_ .pg_act {
  background: #eee;
  outline: 1px solid #ccc;
}

body {
  background: #fff;
}

.top {
  height: 50px;
  width: 100%;
  background: #dbdfe3;
}

.top .top-left {
  width: 50px;
}
.top .top-left svg {
  margin: auto;
  width: 25px;
  height: 25px;
}
.top .top-right {
  width: calc(100% - 50px);
}
.top .top-right .help-desc {
  margin-left: 15px;
  display: flex;
  margin-right: 10px;
}
.top .top-right .help-desc .img {
  width: 100%;
}
.top .top-right .new-task {
  margin-left: 20px;
  margin-right: 20px;
  height: 37px;
  width: 173px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #53469f;
  border-radius: 6px;
  font-weight: 500;
}
.top .top-right .new-task:hover {
  background: #fff;
  color: #53469f;
}
.top .top-right .new-task svg {
  width: 30px;
  height: 30px;
}
.top .top-right .new-task .span {
  font-size: 1.2em;
}

.top .top-right .top-text {
  margin-left: 15px;
  font-size: 1em;
  display: flex;
}
.top .top-right .top-text .edit {
  margin-left: 5px;
}
.top .top-right .top-text .img {
  margin-right: 5px;
  width: 20px;
  position: relative;
}
.top .top-right .top-text .span {
  font-weight: 600;
  font-size: 1em;
}
.top .top-right .top-text .top-text-user {
  font-size: 1.2em;
}
.top .top-right .top-text .top-text-status {
  margin-left: 25px;
  font-size: 1.2em;
}

.top .top-right .check-email {
  margin: auto;
  width: 1em;
  height: 1em;
  background: #f00;
  border-radius: 50%;
  margin-right: 0;
}
.top .top-right .check-email-y {
  background: #999;
}

.top .top-right .all_news_crm {
  margin: auto;
  margin-left: 0px;
  width: 110px;
  background: #eee;
  height: 25px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  outline: 1px solid #ccc;

  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.top .top-right .day-night {
  margin: auto;
  margin-right: 1em;
  margin-left: 1em;
}

.top .top-right .day-night .bi {
  cursor: pointer;
}

.top .top-right .out {
  background: #b9c2cb;
  height: 50px;
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.top .top-right .out .span {
  font-size: 1.2em;
}
.top .top-right .out .img {
  margin-left: 10px;
}

.block .left-menu {
  background-color: #8e9eb3;
  width: 50px;
  min-height: calc(100vh - 50px);
}
.block .left-menu .left-menu- {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 65px;
  border-bottom: 1px solid rgba(129, 145, 166, 1);
  display: flex;
  cursor: pointer;
}
.block .left-menu .left-menu- svg {
  margin: auto;
  width: 32px;
  height: 32px;
  fill: #fff;
}
.block .left-menu .left-menu-:hover {
  background: #dbdfe3;
}
.block .left-menu .left-menu-:hover svg {
  fill: #4dad33;
}
.block .left-menu .left-menu-act {
  background: #6e7f95;
}
.block .left-menu .left-menu-act svg {
  fill: #ccc;
}
.block .left-menu .left-menu-act:hover {
  background: #6e7f95;
}
.block .left-menu .left-menu-act:hover svg {
  fill: #ccc;
}

.block .center {
  width: calc(100% - 50px);
}
.block .center .client_line_top {
  margin: 10px;

  border-bottom: 1px solid #4dad33;
}
.block .center .client_line_top .client_line_top_link {
  width: 100px;
  background: #eee;
  margin-right: 3px;
  text-align: center;
  padding: 5px;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.block .center .client_line_top .client_line_top_link:hover {
  color: #4dad33;
  outline: 1px solid #4dad33;
}
.block .center .client_line_top .client_line_top_link_action {
  background: #4dad33;
  color: #fff;
  outline: 1px solid #4dad33;
}
.block .center .client_line_top .client_line_top_link_action:hover {
  color: #fff;
}

.block .center .center-hleb {
  height: 30px;
  margin: 12px;
  font-size: 13px;
  align-items: center;
}
.block .center .center-hleb .link {
  display: flex;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  color: #000;
}
.block .center .center-hleb .link .img {
  padding: 9px 12px;
  border: 1px solid rgba(208, 208, 208, 1);
  border-radius: 7px;
  margin-right: 5px;
}
.block .center .center-hleb .link .img-str {
  margin-right: 10px;
}

.block .center .center-filter-mobyle {
  display: none;
}
.block .center .center-filter {
  min-width: 500px;
  background: #f7f8f9;
  min-height: 80px;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e9ee;
}
.block .center .center-filter .center-filter-top {
  width: calc(100% + 2px);
  min-height: 35px;
  background: #fff;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #e6e9ee;
}
.block .center .center-filter .center-filter-top .tab {
  min-width: 200px;
  height: 39px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  font-weight: 500;
  background: #fff;
  color: #878787;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #e6e9ee;
}
.block .center .center-filter .center-filter-top .tab_ {
  background: #e6e9ee;
  color: #000;
}

.block .center .center-filter .center-filter-top .tab_ .span {
  font-weight: 600;
}

.block .center .center-filter .center-filter-top .tab .link {
  white-space: nowrap;
  text-decoration: none;
  width: 120px;
  text-align: left;
}
.block .center .center-filter .center-filter-top .tab .input {
  width: 120px;
}
.block .center .center-filter .center-filter-top .tab .img {
  margin-left: 7px;
}
.block .center .center-filter .center-filter-top .tab .span {
  padding: 9px;
  color: #000;
  font-size: 1em;
}

.block .center .center-filter .center-filter-top .tab-plus {
  width: 40px;
  min-width: auto;
  font-weight: 400;
  font-size: 24px;
}
.block .center .center-filter .center-filter-top .tab-plus .link {
  width: auto;
}
.block .center .center-filter .center-filter-top .tab-plus .link .span {
  font-size: 29px;
  padding: 0;
}

.block .center .center-filter .center-filter-left {
  width: 78%;
  margin: 1%;
  display: flex;
  flex-wrap: wrap;
}
.block .center .center-filter .center-filter-left .center-filter-left-inp {
  min-width: 155px;
  min-height: 20px;
  margin: 3px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.block .center .center-filter .center-filter-left .center-filter-left-inp label {
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-inp-name {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-inp-name
  .bi {
  color: #999;
  width: 1em;
  height: 1em;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-inp-name
  .bi-close {
  width: 2em;
  height: 2em;
  color: #000;
}

.hints {
  width: 150px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 1;
}
.hints .hints-close {
  text-align: right;
  margin-bottom: 10px;
}
.block .center .center-filter .center-filter-left .center-filter-left-inp .center-filter-left-inp- {
  display: flex;
  justify-content: space-between;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-inp-
  i {
  margin: auto;
  margin-right: 5px;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-inp-
  i
  svg {
  transform: rotate(90deg);
  fill: #000;
}

.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result {
  position: absolute;
  margin-top: 15px;
  background: #fff;
  width: 250px;
  min-height: 115px;
  border: 1px solid #ccc;
  z-index: 1;
  display: none;
  border-radius: 5px;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 10px;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .close {
  margin: auto;
  margin-right: 10px;
  width: 20px;
  display: flex;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .close
  .close-icon {
  width: 20px;
  height: 20px;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .filter_result_ {
  display: flex;
  flex-direction: column;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .filter_result_
  .filter_result__ {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
  background: #f7f8f9;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .filter_result_ajax_seach {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .filter_result_ajax_seach
  input[type="date"] {
  width: 110px;
  font-size: 10px;
  padding: 5px;
  margin-left: 3px;
  margin-right: 3px;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .action {
  margin: auto;
  width: 85px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(83, 70, 159, 1);
  border-radius: 5px;
  margin-left: 10px;
}

.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .clear-checkbox {
  margin: auto;
  margin-right: 0;
}

.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  button {
  margin-right: 10px;
  font-size: 15px;
  width: 25px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #eee;
  cursor: pointer;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .action_ {
  border: 1px solid #000;
  border-radius: 3px;
  background: #a0a0a0;
}

.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .filter_result_ajax_seach
  input[type="text"] {
  width: calc(100% - 15px);
  margin: auto;
  margin-left: 5px;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .filter_result_
  .filter_result_ajax {
  margin: auto;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  padding-bottom: 2px;
  margin-bottom: 2px;
  justify-content: space-between;
}

.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .filter_result_
  .filter_result_ajax
  label {
  width: 100%;
  word-break: break-word;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.block
  .center
  .center-filter
  .center-filter-left
  .center-filter-left-inp
  .center-filter-left-result
  .filter_param
  .filter_result_
  .filter_result_ajax
  input[type="checkbox"] {
  height: 18px;
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-left: 5px;
}
.block .center .center-filter .center-filter-right {
  width: calc(17% - 1px);
  margin: 1%;
}
.block .center .center-filter .center-filter-right .center-filter-right-result- {
  text-decoration: underline;
  margin-top: 10px;
  margin-right: 10px;
}
.block .center .center-filter .filter-bott {
  margin: auto;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  width: 25em;
  height: 3em;
  background: #53469f;
  border-radius: 6px;
  border: 2px solid #53469f;
}
.block .center .center-filter .filter-bott:hover {
  background: #7363ce;
}
.block .center .center-filter .filter-bott .img {
  margin: auto;
  margin-right: 10px;
}
.block .center .center-filter .filter-bott .span {
  margin: auto;
  margin-left: 0px;
}
.block .center .center-filter .filter-bott-clear {
  margin-left: 25px;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  width: calc(100% - 40px);
}
.block .center .center-filter .filter-bott-clear .img {
  margin-right: 5px;
}
.block .center .center-filter .filter-bott-fu {
  width: 150px;
}
.block .center .center-filter .filter-bott-fu .span {
  margin: auto;
}

.block .center .center-filter .filter-save {
  background: none;
  color: #000;
}

.block .center .center-filter .filter-save:hover {
  background: #fff;
}

.block .center .pagination_change {
  margin: 10px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block .center .pagination_change .report-file {
}
.block .center .add_ {
  margin-left: 10px;
  margin-right: 10px;

  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;

  font-size: 1em;
  border: 2px solid rgba(83, 70, 159, 1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  max-width: 205px;
}
.block .center .add_:hover {
  background: #fff;
}
.client_add_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.client_add_ .client_add_link {
  max-width: calc(100% - 300px);
}
.client_add_ .client_add_link .b {
  word-break: break-all;
}
.block .center .result_tb {
  overflow: auto;
}

.block .center .result {
  margin: 10px;
}

.block .center .result .result_line {
  background: #f7f8f9;
  color: #000;
}
.block .center .result .result_line div {
  width: auto;
}

.block .center .result .chang-title {
  position: absolute;
  margin-top: -20px;
  margin-left: 5px;
}
.block .center .result .chang-title .img {
  width: 20px;
  cursor: pointer;
}
.block .center .result .chang-title .right {
  transform: rotate(180deg);
  margin-left: 5px;
}

.block .center .result .chang-width {
  position: absolute;
  z-index: 2;
}
.block .center .result .chang-width .bi-arrows-expand-vertical {
  width: 20px;
  height: 27.6px;
}

.block .center .result .result_left {
  width: calc(100% - 281px);
  display: flex;
  flex-direction: column;
  margin: 0;
}

.block .center .result .result_left .result-left-line {
  margin: auto;
  margin-top: 5px;
  margin-bottom: 20px;

  margin-left: 45px;
  margin-right: 15px;
  word-break: break-all;
}
.block .center .result .result_left .result-left-line .line-name {
  display: flex;
  margin-bottom: 7px;
  align-items: center;
}
.block .center .result .result_left .result-left-line .line-name .img,
.block .center .result .result_left .result-left-line .line-name .bi {
  margin-left: 10px;
}
.block .center .result .result_left .result-left-line .task-name {
  font-weight: 700;
  font-size: 1.1em;
}
.block .center .result .result_left .result-left-line .input {
  width: 100%;
}
.block .center .result .result_left .result-left-line .textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}

.block .center .result .result_left .result-left-line .diff-task {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
  background: #e6e9ee;
  padding: 5px;
  border-radius: 0px 10px 0px 10px;
}
.block .center .result .result_left .result-left-line .diff-task .input {
  width: calc(100% - 56px);
  margin-right: 0;
  margin-left: 10px;
}
.block .center .result .result_left .result-left-line .diff-task .bi-trash {
  margin-left: 10px;
  cursor: pointer;
}
.block .center .result .result_left .result-left-line .diff-task .textarea {
  min-height: auto;
  margin-top: 5px;
  max-height: 50px;
}
.block .center .result .result_left .result-left-line .span {
  margin-left: 15px;
  color: #53469f;
  font-weight: 600;
  padding: 3px;
  border: 1px solid #53469f;
  border-radius: 6px;
  background: #fff;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}
.block .center .result .result_left .result-left-line .span:hover {
  color: #fff;
  background: #53469f;
}

.block .center .result .sotr-link {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.block .center .result .sotr-link .link-sotr {
  word-break: break-all;
}

.block .center .result .result_left .menu_task {
  margin: auto;
  margin-left: 20px;
  background: #fff;
  height: 400px;
  margin-right: 10px;
  margin-bottom: 0;
}
.block .center .result .result_left .menu_task .menu_task_line {
  margin: auto;
  margin-top: 0px;
}
.block .center .result .result_left .menu_task .menu_task_line .menu_task_line_link {
  font-weight: 600;
  margin-left: 0px;
  margin-right: 1px;
  width: 190px;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(230, 233, 238, 1);
  border: 1px solid #eee;
  box-sizing: border-box;
  border-bottom: 0;
}
.block .center .result .result_left .menu_task .menu_task_line .menu_task_line_action {
  border-bottom: 1px solid #fff;
  background: #fff;
}
.block .center .result .result_left .menu_task .menu_task_result {
  padding-top: 20px;
}

.block .center .result .result_left .menu_task .menu_task_result .add-address {
  padding: 0.5em;
  border: 1px solid #000;
  margin: auto;
  margin-right: 0;
  margin-bottom: 1em;
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.block .center .result .result_left .menu_task .menu_task_result_file {
  flex-direction: column;
}
.block .center .result .result_left .menu_task .menu_task_result_file .files_line {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}
.block .center .result .result_left .menu_task .menu_task_result_file .files_line .files_line_name {
  width: 250px;
  margin-right: 15px;
  display: flex;
}
.block
  .center
  .result
  .result_left
  .menu_task
  .menu_task_result_file
  .files_line
  .files_line_name
  input[type="text"] {
  width: 215px;
  height: 26px;
  border: none;
}
.block
  .center
  .result
  .result_left
  .menu_task
  .menu_task_result_file
  .files_line
  .files_line_name
  i {
  width: auto;
  margin: auto;
  margin-right: 0px;
  cursor: pointer;
}
.block
  .center
  .result
  .result_left
  .menu_task
  .menu_task_result_file
  .files_line
  .files_line_name_ {
  margin: auto;
  margin-left: 0px;
  margin-right: 15px;
}
.block .center .result .result_left .menu_task .menu_task_result_file .files_line .files_line_src_ {
  width: 100px;
  display: flex;
}
.block
  .center
  .result
  .result_left
  .menu_task
  .menu_task_result_file
  .files_line
  .files_line_src_
  img {
  margin: auto;
  max-width: 80px;
  border: 1px solid #ccc;
  max-height: 20px;
  margin-right: 20px;
}
.block .center .result .result_left .menu_task .menu_task_result_file .files_line a {
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
}
.block .center .result .result_left .menu_task .menu_task_result_file .files_line .del_ {
  color: #999;
}

.block .center .result .result_left .menu_task .menu_task_result .file_rez {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.block .center .result .result_left .menu_task .menu_task_result .file_rez label {
  font-weight: 600;
}
.block .center .result .result_left .menu_task .menu_task_result .file_rez p {
  margin-right: 15px;
}
.block .center .result .result_left .menu_task .menu_task_result .list_comment {
  width: 450px;
  background: rgba(243, 243, 243, 1);
  height: 310px;
  overflow: auto;
  margin-right: 15px;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 20px;
  border-radius: 16px;
}
.block .center .result .result_left .menu_task .menu_task_result .list_comment .comment_line {
  margin-bottom: 15px;

  margin-left: 15px;
  margin-right: 15px;
}
.block .center .result .result_left .menu_task .menu_task_result .list_comment .comment_line p {
  color: #999;
  margin-bottom: 3px;
  font-size: 10px;
}
.block .center .result .result_left .menu_task .menu_task_result .list_comment .comment_line span {
  background: #fff;
  padding: 5px;
  width: calc(100% - 10px);
  display: block;

  border-radius: 2px;
}
.block
  .center
  .result
  .result_left
  .menu_task
  .menu_task_result
  .list_comment
  .comment_line
  .file_rez {
  padding-bottom: 0px;
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 1px;
}
.block .center .result .result_left .menu_task .menu_task_result .comment_right {
  width: 300px;
}
.block
  .center
  .result
  .result_left
  .menu_task
  .menu_task_result
  .comment_right
  .comment_right_text {
  width: 100%;
  height: 120px;
}
.block .center .result .result_left .menu_task .menu_task_result .comment_right .client-read {
  margin-top: 10px;
}
.block
  .center
  .result
  .result_left
  .menu_task
  .menu_task_result
  .comment_right
  .client-read
  .label {
  display: flex;
  align-items: center;
}
.block
  .center
  .result
  .result_left
  .menu_task
  .menu_task_result
  .comment_right
  .client-read
  .label
  .checkbox {
  margin-right: 10px;
}
.block .center .result .result_left .menu_task .menu_task_result .comment_right .add_file_task {
  margin: auto;
  width: 150px;
  margin-top: 15px;
  margin-right: 0px;

  text-align: right;
  margin-bottom: 10px;
}
.block .center .result .result_left .menu_task .menu_task_result .comment_right .submit {
  margin: auto;
  margin-top: 15px;
  margin-right: 0px;
}
.block .center .result .result_left .menu_task .menu_task_result .comment_right .del_file {
  background: #eee;
  padding: 3px;
  padding-left: 10px;
  padding-right: 3px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.block .center .result .result_left .menu_task .menu_task_result .comment_right .del_file p {
}

.block .center .result .result_left .menu_task .menu_task_object_result {
  display: flex;
  flex-direction: column;
}
.block .center .result .result_left .menu_task .menu_task_object_result .object_line {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
}

.block .center .result .result_rigth {
  width: 245px;
  padding: 18px;

  margin-top: -20px;
  background: rgba(230, 233, 238, 1);
  border-radius: 5px;
}
.block .center .result .result_rigth .status_block {
}
.block .center .result .result_rigth .status_block .select {
  width: 100%;
  height: 47px;
  background: rgb(255, 133, 34);
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  padding: 0;
}
.block .center .result .result_rigth .status_block .select:hover {
}
.block .center .result .result_rigth .right_line_ {
  border-bottom: 1px solid #ccc;
  margin-top: 1.3em;
}
.block .center .result .result_rigth .right_line {
  margin-top: 1.3em;
}
.block .center .result .result_rigth .right_line .right_line_time {
  justify-content: flex-start;
  align-items: center;
  display: flex;

  margin-top: 5px;
}
.block .center .result .result_rigth .right_line .right_line_time .right_line_time_ {
  width: auto;
  margin-right: 5px;
  color: rgba(83, 70, 159, 1);
  font-weight: 700;
}
.block .center .result .result_rigth .right_line .right_line_time .right_line_time__ {
  width: auto;
  margin-right: 5px;
  margin-left: 10px;
  color: rgba(83, 70, 159, 1);
  font-weight: 700;
}
.block .center .result .result_rigth .right_line .right_line_time .right_line_time___ {
  margin-left: 10px;
}
.block .center .result .result_rigth .right_line ol {
  padding: 25px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  background: #f3f3f3;
}
.block .center .result .result_rigth .right_line span {
  color: #000;
  margin-bottom: 3px;
}
.block .center .result .result_rigth .right_line p {
  margin-bottom: 7px;
  color: rgba(83, 70, 159, 1);
  font-weight: 700;
  margin-top: 4px;
}

.block .center .result .result_rigth .right_line .responsibly {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  color: rgba(83, 70, 159, 1);
  font-weight: 700;
  margin-top: 4px;
}

.block .center .result .result_rigth .right_line .responsibly .img {
  width: 30px;
  margin-right: 5px;
  border-radius: 50%;
  height: 30px;
}

.block .center .result .result_rigth .right_line .none {
  color: rgba(135, 135, 135, 1);
}
.block .center .result .result_rigth .right_line .input {
  margin-top: 7px;
}
.block .center .result .result_rigth .right_line .responsibly_update {
}
.block .center .result .result_left .menu_task .task_history_result {
  flex-direction: column;
}
.block .center .result .result_left .menu_task .task_history_result .line_history {
  margin-bottom: 10px;
}
.block .center .result .result_left .menu_task .task_history_result .title {
  margin-bottom: 10px;
}
.block .center .result .result_left .menu_task .task_history_result .line_history p {
  margin-top: 1px;
}
.block .center .result .result_left .menu_task .task_history_result .line_history span {
  color: #999;
  font-size: 10px;
}
.block .center .result .result_left .menu_task .task_history_result .task_history {
  max-height: 310px;
  overflow: auto;
  outline: 1px solid #eee;
  padding: 10px;
}

.block .center .task-list .select {
  max-width: 120px;
  height: auto;
  padding: 4px;
  border-radius: 4px;
  background: #efefef;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.block .center .task-list .select .bi-caret-right-fill {
  fill: #000;
  transform: rotate(90deg);
}

.block .center .task-list .type-task-user-color {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}

/* .tasl_list  */

.tasl_list .center {
  width: 100%;
}
.tasl_list .center .result {
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.tasl_list .center .result .result_left {
  width: 100%;
}
.tasl_list .center .result .result_left .result_left_top {
  display: flex;
}
.tasl_list .center .result .result_rigth {
  width: 100%;
  margin-top: 2em;
  box-sizing: border-box;
  display: flex;
}
.tasl_list .center .result .result_left .result-left-line {
  margin: 1em;
}
.tasl_list .center .result .result_left .menu_task {
  margin: 1em;
}
.tasl_list .center .result .result_left .menu_task .menu_task_result .list_comment {
  margin: 1em;
  padding: 0;
}
.tasl_list .center .result .result_left .menu_task .menu_task_result .comment_right {
  margin-top: 1em;
}
.tasl_list .center .result .result_left .menu_task .menu_task_result .file_rez {
  margin: 1em;
}
.tasl_list .center .result .result_left .menu_task .task_history_result .task_history {
  margin: 1em;
}
.tasl_list .center .result .result_rigth .status_block {
  width: 20em;
}
.tasl_list .center .result .result_rigth .right_line {
  margin: 0;
  margin-left: 1em;
}

/* .wappi */
.wappi {
}
.wappi .wappi_left {
  width: 22.5%;
  height: calc(100vh - 115px);
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  min-width: 290px;
  padding-top: 0;
}
.wappi .wappi_left .wappi-mess-top {
  margin-bottom: 10px;
}
.wappi .wappi_left .wappi-mess-top .wappi-mess-top-list {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 43px;
  margin-left: -5px;
  padding-left: 10px;
  margin-right: -5px;
  padding-right: 10px;
  text-decoration: none;
}

.wappi-mess-top-list:hover {
  background: #e6e9ee;
}

.wappi .wappi_left .wappi-mess-top .wappi-mess-top-list .span {
  margin-left: 10px;

  font-weight: 600;
  color: #000;
}
.wappi .wappi_left .wappi-mess-top .wappi-mess-top-action {
  background: #e6e9ee;
  border-radius: 5px;
}

.wappi .wappi_left .wappi-mess-top .search .input {
  width: 100%;
}

.wappi .wappi_left .wappi_list_phone {
  margin-bottom: 10px;
  padding: 5px;
  min-height: 50px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  border: 1px solid #e6e9ee;
  overflow: hidden;
}
.wappi .wappi_left .no_reed {
  background: #edf2f8;
}
.wappi .wappi_left .wappi_list_phone img,
.wappi .wappi_left .wappi_list_phone svg {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 5px;
}
.wappi .wappi_left .wappi_list_phone .wappi_list_phone_name {
  overflow: hidden;
}
.wappi .wappi_left .wappi_list_phone .wappi_list_phone_name .p {
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 600;
  white-space: nowrap;
}
.wappi .wappi_left .wappi_list_phone .wappi_list_phone_name .last_mess .last_mess_txt {
  height: 16px;
  overflow: hidden;
  font-weight: 600;
}
.wappi .wappi_left .wappi_list_phone .wappi_list_phone_name .last_mess i {
  font-style: normal;
  font-size: 10px;
}
.wappi .wappi_left .wappi_list_phone .wappi_list_user {
  text-align: right;
  width: 15%;
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
}
.wappi .wappi_left .wappi_list_phone .wappi_list_user .curcle {
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  margin-right: 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em;
  font-size: 0.9em;
}
.wappi .wappi_right {
  width: 55%;
  box-sizing: border-box;
  height: calc(100vh - 115px);
  padding-top: 0;
  min-width: 530px;
}

.wappi .wappi_right .wappi_mess .wappi_reply_ {
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.wappi .wappi_right .wappi_mess .wappi_reply_ p {
  font-size: 1em;
}
.wappi .wappi_right .wappi_mess .wappi_reply_ span {
  font-size: 1em;
}

.wappi .wappi_right .wappi_mess_title {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}
.wappi .wappi_right .wappi_mess_title .wappi_mess_title_left {
  font-size: 20px;
  font-weight: 600;
  margin: auto;
  margin-left: 0;
}
.wappi .wappi_right .wappi_mess_title .wappi_mess_title_center span {
}

.wappi .wappi_right .wappi_mess_title .info-chat {
  display: flex;
  align-items: center;
}
.wappi .wappi_right .wappi_mess_title .info-chat .info-chat-left {
  display: flex;
}

.wappi .wappi_right .wappi_mess_title .info-chat .info-chat-left .add-mess-in-topic {
  display: flex;
  align-items: center;
}

.wappi .wappi_right .wappi_mess_title .info-chat .info-chat-left .add-mess-in-topic .bi {
  margin-right: 0.5em;
}
.wappi .wappi_right .wappi_mess_title .info-chat .info-chat-left .add-mess-in-topic .span {
  margin-left: 1em;
}
.wappi .wappi_right .wappi_mess_title .info-chat .info-chat-left .add-mess-in-topic .span-a {
  margin-right: 1em;
}

.wappi .wappi_right .wappi_mess_title .wappi-mobyle {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.wappi .wappi_right .wappi_mess_title .wappi-mobyle .bi {
  padding: 9px;
  border: 1px solid rgba(208, 208, 208, 1);
  border-radius: 7px;
  margin-right: 5px;
  background: #dbdfe3;
  display: none;
}
.wappi .wappi_right .wappi_mess_title .wappi-mobyle-right .bi {
  margin-left: 1em;
}
.wappi .wappi_right .wappi_mess_title .wappi-mobyle-left .bi {
  margin-right: 1em;
}

.wappi .wappi_right .wappi_mess_title .wappi_mess_title_right {
  padding: 8px 20px;
  background: #4dad33;
  color: #fff;
  font-weight: 600;
  margin-left: 25px;
}
.wappi .wappi_right .wappi_mess {
  width: 100%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  background: #edf2f8;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: bottom;
  height: 100%;
}

.wappi .wappi_right .wappi_mess .wappi_select_chat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wappi .wappi_right .wappi_mess .wappi_from {
  width: 75%;
  min-height: 50px;
  margin-bottom: 10px;
}
.wappi .wappi_right .wappi_mess .line_wappi_mess {
  width: 175px;
  margin: auto;
  background: #e3e7ff;
  text-align: center;
  margin-bottom: 15px;

  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 30px;
  padding-top: 5px;
  border-radius: 5px;
}
.wappi .wappi_right .wappi_mess .line_wappi_mess_on {
  width: 100%;
  border-radius: 0px;
  background: #fff;
  border-top: 1px solid #eee;

  font-weight: 400;
}
.wappi .wappi_right .wappi_mess .line_wappi_mess_off {
  width: 100%;
  border-radius: 0px;
  background: #fff;
  border-bottom: 1px solid #eee;

  font-weight: 400;
}
.wappi .wappi_right .wappi_mess .wappi_from img,
.wappi .wappi_right .wappi_mess .wappi_from svg {
  margin-left: 0px;
  margin-right: 10px;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
}
.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ {
  margin-left: 10px;
  width: calc(100% - 50px);
  background: #beffc8;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
}

.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ .add-reply {
  margin: auto;
  margin-right: 0;
}

.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ .checkbox {
  margin: auto;
  margin-right: 0;
  margin-left: 1em;
  display: none;
}

.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ .reed {
  text-align: right;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 3px solid #fff;
}

.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ .reed .name_topic {
  width: 100%;
  margin-right: 10px;
}

.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ .reed .user_reed {
  margin: auto;
  margin-right: 10px;
}

.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ .reed span {
  margin: auto;
  margin-right: 10px;
  margin-left: 0px;
}
.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ .reed .reed_rez {
  font-weight: 600;
}
.wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ .reed .reed_rez:hover {
  text-decoration: underline;
}

.wappi .wappi_right .wappi_mess .wappi_to {
  width: 80%;
  margin-bottom: 10px;
  min-height: 50px;
  margin-right: 0px;
  margin-left: auto;
}
.wappi .wappi_right .wappi_mess .wappi_to img,
.wappi .wappi_right .wappi_mess .wappi_to svg {
  margin-left: 10px;
  margin-right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.wappi .wappi_right .wappi_mess .wappi_to .wappi_mess_ {
  margin-right: 10px;
  max-width: 400px;
  text-align: left;
  padding: 10px;
  border-radius: 15px;
  outline: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

.wappi .wappi_right .wappi_mess .wappi_to .wappi_mess_ .reed {
  text-align: left;
  width: 100%;
  display: block;
}

.wappi .wappi_right .wappi_mess p {
  margin-top: 5px;
  font-size: 1em;
  word-wrap: break-word;
  font-weight: 600;
  width: 100%;
}

.wappi .wappi_right .wappi_mess video {
  max-width: 250px;
  max-height: 250px;
}

.wappi .wappi_right .wappi_mess .body_txt::before {
  content: "";
}

.wappi .wappi_right .wappi_mess .body_txt::after {
  content: "";
}

.wappi .wappi_right .wappi_mess .wappi_from p img,
.wappi .wappi_right .wappi_mess .wappi_to p img {
  width: auto;
  height: auto;
  border-radius: 0;
  min-width: 35px;
  max-width: 35px;
}

.wappi .wappi_right .wappi_mess span i {
  font-style: normal;
}

.wappi .wappi_right .wappi_console {
  background: #313131;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wappi .wappi_right .wappi_console .textarea {
  width: calc(100% - 100px);
  height: 50px;
  padding-right: 14em;
}
.wappi .wappi_right .wappi_console .submit {
  margin: auto;
  margin-right: 15px;
  max-width: 50px;
  border: 4px solid #53469f;
  background: none;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.wappi .wappi_right .wappi_console .wappi_send_img {
  margin: auto;
  box-sizing: border-box;
  margin-left: -13em;
}
.wappi .wappi_right .wappi_console .wappi_send_img label {
  border-style: dashed;
  padding: 9px;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 300;
}
.wappi .wappi_right .wappi_console .wappi_img_show {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: auto;
  margin-left: -11.5em;
  background: #fff;
  box-sizing: border-box;
  padding-right: 0;
}
.wappi .wappi_right .wappi_console .wappi_img_show .img_rez {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  width: 9em;
  justify-content: end;
  margin-right: 2px;
}
.wappi .wappi_right .wappi_console .wappi_img_show .clear {
  background: #fff;
  width: 2em;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
}
.wappi .wappi_right .wappi_console .add-reply {
  font-weight: 600;
  width: 100%;
  padding: 0.5em;
  background: #fff;
  margin-bottom: 0.5em;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
}
.wappi .wappi_right .wappi_console .add-reply .link {
  margin: auto;
  margin-right: 0;
}

.wappi .wappi-right-company {
  width: 22.5%;
  box-sizing: border-box;
  padding: 10px;
  max-height: calc(100vh - 115px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  background: #f7f8f9;
}
.wappi .wappi-right-company .wappi-right-company-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.wappi .wappi-right-company .wappi-right-company-top .span {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 700;
}

.wappi .wappi-right-company .wappi-right-company-top .to-company {
  margin: auto;
  margin-right: 0;
  color: #000;
  text-decoration: none;
}
.wappi .wappi-right-company .wappi-right-company-top .to-company .img {
  margin-left: 0.5em;
}

.wappi .wappi-right-company .name-wappi {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.wappi .wappi-right-company .name-wappi .b {
  font-size: 1.2em;
}
.wappi .wappi-right-company .name-wappi .img,
.wappi .wappi-right-company .name-wappi .bi {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin-right: 1em;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000;
}
.wappi .wappi-right-company .name-desc {
}

.wappi .wappi-right-company .add-ws-comp {
  padding: 5px;
  border: 1px solid #000;
  /* margin: auto; */
  margin-left: 0;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.wappi .wappi-right-company .name-desc .wappi-user-desc {
  display: flex;
  margin-top: 1em;
  align-items: center;
}

.wappi .wappi-right-company .name-desc .wappi-user-desc .img-bl {
  margin-right: 1em;
  width: 2em;
  text-align: center;
}

.wappi .wappi-right-company .wappi-chat-list {
  margin-top: 7px;
  padding: 10px;
  box-sizing: border-box;
  background: #edf2f8;
  border-radius: 5px;
}

.wappi .wappi-right-company .wappi-chat-list .wappi-chat-list-top {
  display: flex;
  align-items: center;
}
.wappi .wappi-right-company .wappi-chat-list .wappi-chat-list-top .img {
  margin-right: 10px;
  width: 10px;
}
.wappi .wappi-right-company .wappi-chat-list .wappi-chat-list-top .span {
  margin-left: 10px;
}

.wappi .wappi-right-company .wappi-chat-list .wappi-chat-list-action {
  display: flex;
  margin-top: 5px;
}

.wappi .wappi-right-company .wappi-chat-list .wappi-chat-list-action .span {
  margin-right: 5px;
  cursor: pointer;
  font-size: 0.8em;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #000;
}
.wappi .wappi-right-company .wappi-chat-list .wappi-chat-list-action .span-none {
  border: none;
}
.wappi .wappi-right-company .wappi-chat-list .wappi-chat-list-action .span:hover {
  background: #fff;
}
.wappi .wappi-right-company .wappi-chat-list .wappi-chat-list-action .span-none:hover {
  background: none;
}

.wappi .wappi-right-company .wappi-right-scr {
  overflow: auto;
  max-height: 60%;
  /* margin: auto; */
  margin-bottom: -10px;
  width: 100%;
}

/* .news_result */
.block .center .news_result {
}
.block .center .news_result .news_result_left {
  margin-top: 10px;
  margin-left: 10px;
  width: 210px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.block .center .news_result .news_result_left .ct-title {
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: 600;
}

.block .center .news_result .news_result_left .news_category_line {
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.block .center .news_result .news_result_left .news_category_line .add-new-cat {
  color: #53469f;

  font-weight: 600;
  cursor: pointer;
  padding: 3px;
  text-align: right;
}
.block .center .news_result .news_result_left .news_category_line .add-new-cat:hover {
  text-decoration: underline;
}

.block .center .news_result .news_result_left .up-cat-rez {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5px;
  border-top: 1px solid #ccc;
  margin-top: 25px;
}
.block .center .news_result .news_result_left .up-cat-rez .input {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}
.block .center .news_result .news_result_left .up-cat-rez .select {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}
.block .center .news_result .news_result_left .up-cat-rez .submit {
  width: 48%;
  margin-top: 10px;
}
.block .center .news_result .news_result_left .up-cat-rez .no-save {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  border: 2px solid #53469f;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 16px;
}

.block .center .news_result .news_result_left .ct_up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.block .center .news_result .news_result_left .ct_up .img {
  margin-right: 10px;
}

.block .center .news_result .news_result_left .ct_up a {
  text-decoration: none;
}
.block .center .news_result .news_result_left .ct_up .up-ct {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.block .center .news_result .news_result_left .ct_up .up-ct .str {
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: space-around;
}
.block .center .news_result .news_result_left .ct_up .up-ct .img {
  margin-right: 10px;
  margin-left: 5px;
}
.block .center .news_result .news_result_left .ct_up .up-ct .span {
  color: #ccc;
}
.block .center .news_result .news_result_left .ct_up .up-ct .img-up {
  transform: rotate(90deg);
}
.block .center .news_result .news_result_left .ct_up .up-ct .img-dw {
  transform: rotate(-90deg);
}

.block .center .news_result .news_result_left .news_category_line .category_parent_id {
  display: block;
  font-weight: 600;
  color: #000;
}
.block .center .news_result .news_result_left .news_category_line .category_parent_id .span {
  font-size: 1.1em;
}

.block .center .news_result .news_result_left .news_category_line i svg {
  fill: #53469f;
  margin: auto;
  margin-right: 8px;
  margin-left: 0px;
}
.block .center .news_result .news_result_left .news_category_line .add_cat_par {
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
  color: #000;
}
.block .center .news_result .news_result_left .add_cat_par_list {
  margin: auto;
  margin-left: 10px;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 24px;
  padding-top: 0px;
  font-size: 10px;
  padding-right: 10px;
}
.block .center .news_result .news_result_left .add_cat_par_list a {
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
  color: #000;
}

.block .center .news_result .news_result_left .add_cat_start {
  background: #eee;
}

.block .center .news_result .news_result_right {
  width: calc(100% - 260px);
  margin: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 50px;
}
.block .center .news_result .news_result_right i {
  color: #999;
  margin: 5px;
}

.block .center .news_result .news_result_right .news__ {
  margin-left: 20px;
  width: 100%;
  margin-top: 10px;
}
.block .center .news_result .news_result_right .news__ .news_category {
  margin-bottom: 10px;

  display: flex;
  align-items: center;
}
.block .center .news_result .news_result_right .news__ .news_category .news_category_form {
  display: flex;
  align-items: center;
}
.block .center .news_result .news_result_right .news__ .news_category .news_category_form .select {
  margin-right: 10px;
}
.block .center .news_result .news_result_right .news__ .news_category .link {
  margin: auto;
  margin-right: 35px;
}
.block .center .news_result .news_result_right .news__ .news_title {
  margin-bottom: 10px;
  font-weight: 600;
}
.block .center .news_result .news_result_right .news__ .news_title input[type="text"] {
  font-size: 18px;
  width: calc(100% - 20px);
  font-weight: 600;
}
.block .center .news_result .news_result_right .news__ .news_result {
  padding-bottom: 50px;
}
.block .center .news_result .news_result_right .news__ .news_result .icon-news {
  display: none;
  margin-top: 10px;
  margin-bottom: 5px;
}
.block .center .news_result .news_result_right .news__ .news_result .icon-news .icon {
  padding: 5px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #ccc;
  display: flex;
}
.block .center .news_result .news_result_right .news__ .news_result .news_description_result {
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .news_description_result
  .textarea {
  width: calc(100% - 60px);
  min-height: 350px;
  box-sizing: border-box;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .news_description_result
  .textarea
  img {
  max-width: 100%;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .news_description_result
  .textarea
  svg {
  display: none;
}
.block .center .news_result .news_result_right .news__ .news_result .file_upload {
  margin-top: 15px;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .file_upload
  .file_upload_title {
  margin-bottom: 10px;
  font-weight: 600;
}
.block .center .news_result .news_result_right .news__ .news_result .file_upload .files_line {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .file_upload
  .file_upload_title
  form {
  margin-left: 5px;
}
.block .center .news_result .news_result_right .news__ .news_result .file_upload .files_line .del_ {
  color: #999;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .file_upload
  .files_line
  .files_line_name {
  width: 250px;
  margin-right: 15px;
  display: flex;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .file_upload
  .files_line
  .files_line_name
  input[type="text"] {
  width: 215px;
  height: 26px;
  border: none;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .file_upload
  .files_line
  .files_line_name
  i {
  width: auto;
  margin: auto;
  margin-right: 0px;
  cursor: pointer;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .file_upload
  .files_line
  .files_line_name
  span {
  font-weight: 600;
}
.block
  .center
  .news_result
  .news_result_right
  .news__
  .news_result
  .file_upload
  .files_line
  .files_line_name_ {
  margin: auto;
  margin-left: 0px;
  margin-right: 15px;
}
.block .center .news_result .news_result_right .news__ .news_result .file_upload .files_line a {
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
}

.block .center .news_result .news_result_right .news-list-id {
  box-sizing: border-box;
  margin-bottom: 1.2em;
  margin-left: 1.2em;
  padding: 20px;
  font-size: 1em;
  margin-top: 0;
  border-radius: 5px;
  background: #f7f8f9;
  border: 1px solid #bbb;
  min-width: 350px;
}
.block .center .news_result .news_result_right .news-list-id .news-list-name {
  font-size: 1.4em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.block .center .news_result .news_result_right .news-list-id .news-list-category {
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  margin-top: 10px;
}
.block .center .news_result .news_result_right .news-list-id .news-list-category .textarea {
  width: calc(100% - 60px);
  height: auto;
}
.block .center .news_result .news_result_right .news-list-id .ul-first {
  margin-bottom: 10px;
  list-style-type: none;
  cursor: pointer;
}

.block .center .news_result .news_result_right .news-list-id .ul-first .img {
  margin-right: 8px;
}
.block .center .news_result .news_result_right .news-list-id .ul-first a {
  text-decoration: none;
  color: #000;
}

.block .center .news_result .news_result_right .news-list-id .ul-second {
  display: none;
  margin-left: 10px;
  margin-top: 8px;
  list-style-type: none;
}

.block .center .news_result .news_result_right .news-list-id .ul-second li {
  margin-bottom: 5px;
  margin-top: 5px;
}

.block .center .news_result .news_result_right .news-list-id .ul-second li a {
  text-decoration: underline;
}

.block .center .news_result .news_result_right .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block .center .news_result .news_result_right .news-list .news-list-id {
  width: calc(33.3% - 1.8em);
  background: #f7f8f9;
  border: 1px solid #bbbb;
  min-width: 300px;
  max-width: 350px;
}

.block .center .news_result .news_result_right .news-list .news-list-id .news-list-desc {
}

.ck.ck-editor {
  width: calc(100% - 60px) !important;
  width: 100% !important;
}

.ck-editor__top {
  min-width: calc(100% - 60px) !important;
  min-width: 100% !important;
}

.ck-content ol {
  margin-left: 15px;
}

/* .user_id */

.block .center .user_id {
}

.block .center .user_id .user_id_left {
  width: calc(100% - 281px);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.block .center .user_id .user_id_left .user_id_left_inp {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.block .center .user_id .user_id_left .user_id_left_inp label {
  width: 100%;
  margin-bottom: 3px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block .center .user_id .user_id_left .user_id_left_inp label .bi {
  cursor: pointer;
  margin: auto;
  margin-right: 1em;
}

.block .center .user_id .user_id_left .user_id_left_inp .checkbox {
  margin: 5px;
  margin-left: 0;
}
.block .center .user_id .user_id_left .user_id_left_inp .input {
  width: 225px;
}
.block .center .user_id .user_id_left .user_id_left_inp .img {
  cursor: pointer;
}

.block .center .user_id .user_id_left .user_id_left_title {
  margin-left: 15px;
}
.block .center .user_id .user_id_left .user_id_left_list {
  margin: auto;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.block .center .user_id .user_id_left .user_id_left_list .user_id_left_img {
  width: 150px;
  max-width: 250px;
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 25px;
}
.block .center .user_id .user_id_left .user_id_left_list .user_id_left_img span {
  display: block;
  text-align: center;
  margin-bottom: 2px;
  font-size: 10px;
}
.block .center .user_id .user_id_left .user_id_left_list .user_id_left_img label {
  display: flex;
  flex-direction: column;
}

.block .center .user_id .user_id_left .user_id_left_list .user_id_left_img svg {
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 15px;
  border: 1px solid #ccc;
}
.block .center .user_id .user_id_left .user_id_left_list .user_id_left_img img {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
  padding: 15px;
  border: 1px solid #ccc;
}
.block .center .user_id .user_id_left .user_id_left_list .user_id_left_img p {
  margin: auto;
  margin-top: 10px;
}
.block .center .user_id .user_id_left .user_id_left_list .user_id_left_text_1 {
  width: 250px;
  margin-left: 20px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}
.block .center .user_id .user_id_left .user_id_left_list .user_id_left_text_2 {
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.block .center .user_id .user_id_left .user_id_left_comment {
}
.block .center .user_id .user_id_left .user_id_left_comment .textarea {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc(100% - 50px);
  max-width: 690px;
  background: none;
  resize: auto;
  min-height: 150px;
}

.block .center .user_id .user_id_right {
  width: 250px;
  min-height: 100vh;
  border-left: 1px solid #ccc;
  padding: 15px;

  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.block .center .user_id .user_id_right .user_id_right_status {
  width: 100%;
  height: 47px;
  background: #4dad33;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;

  font-weight: 600;
  margin-bottom: 35px;
}
.block .center .user_id .user_id_right .user_id_right_pass {
  width: 165px;
  margin: auto;
  height: 30px;
  background: #ffffff;
  text-align: center;
  color: #000;
  justify-content: space-around;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #53469f;
  padding: 5px;
}

/* end .user_id */

/* .setting */

.block .center .setting-top {
  margin: 10px;
  display: flex;
  margin-top: 10px;
}
.block .center .setting-top .link {
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
  font-weight: 600;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  text-align: center;
}

.block .center .setting-top .link-action {
  text-align: center;
  background: #53469f;
  color: #fff;
  border-radius: 5px;
}

.block .center .setting .input {
  min-width: 100px;
}

.block .center .setting .table {
  width: 100%;
}
.block .center .setting .table .tr .td {
  vertical-align: middle;
}

.block .center .setting .submit {
  margin-top: 30px;
}

.block .center .setting .setting_step {
  padding: 20px;
  background: rgba(230, 233, 238, 1);
  margin-right: 20px;
}
.block .center .setting .setting_step .setting_title {
  margin-bottom: 15px;
  font-weight: 700;
}
.block .center .setting .setting_step .step-2 {
  margin-top: 20px;
}
.block .center .setting .setting_step .setting_line {
  margin-bottom: 3px;
  font-size: 13px;
}
.block .center .setting .setting_step .tg_setting_line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.block .center .setting .setting_step .tg_setting_line .tg_setting_line_left {
  width: 160px;
}
.block .center .setting .setting_step .tg_setting_line .tg_setting_line_right {
  width: calc(100% - 160px);
  word-break: break-all;
}
.block .center .setting .setting_step .tg_setting_line .tg_setting_line_right .report-repeat-tg {
  padding-top: 10px;
}
.block
  .center
  .setting
  .setting_step
  .tg_setting_line
  .tg_setting_line_right
  .report-repeat-tg
  .label {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.block
  .center
  .setting
  .setting_step
  .tg_setting_line
  .tg_setting_line_right
  .report-repeat-tg
  .label
  .checkbox {
  margin-right: 5px;
}
.block
  .center
  .setting
  .setting_step
  .tg_setting_line
  .tg_setting_line_right
  .report-repeat-tg
  .label
  .input {
  margin-left: 5px;
}

.block .center .setting .setting_step .add_ {
  margin-left: 0;
  margin-top: 5px;
}
.block .center .setting .change {
  color: #ccc;
  margin: auto;
  margin-right: 0;
  min-width: 50px;
}
.block .center .setting .setting_step .change .input {
  margin-right: 10px;
  width: 100px;
}
.block .center .setting .setting_step .change span {
  margin-right: 10px;
}
.block .center .setting .setting_step .color-type {
  display: flex;
  align-items: center;
}
.block .center .setting .setting_step .color-type .color-type-task {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
}

.block .center .setting .setting-telegram {
  width: 33%;
  min-width: 350px;
}

/* end .setting */

.block .center .table {
  display: table;
}
.block .center .table .tr {
  display: table-row;
}
.block .center .table .tr .th {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.block .center .table .tr .td {
  display: table-cell;
  padding: 5px;
  border-bottom: 1px solid rgba(218, 218, 218, 1);
  vertical-align: top;
  word-break: break-word;
}
.block .center .table .pink_color {
  background: #eaeefb;
}
.block .center .table .tr:hover {
  background: #eee;
}
.block .center .table .result_line:hover {
  background: #f7f8f9;
}

.block .center .table .pinline {
  background: #f7f8f9;
}
.block .center .table .pinline:hover {
  background: #f7f8f9;
}

.block .center .table .tr .task_description {
  height: 2.4em;
  overflow: hidden;
  font-size: 1em;
}

.block .center .table .tr .pin {
  color: #999;
  cursor: pointer;
}

.block .center .table .tr .link_ {
  word-break: break-all;
}

.block .center .table .tr .task_name .link {
  max-height: 2.5em;
  overflow: hidden;
  display: block;
  font-size: 1em;
}

.form_start {
  width: 420px;
  margin: auto;
  margin-top: 150px;
  text-align: center;
  min-height: 350px;
}
.form_start .form_start_logo {
  margin-bottom: 20px;
}
.form_start .form_start_rez {
  width: 420px;
  min-height: 220px;
  background: #e6e9ee;
  border-radius: 5px;
}
.form_start .form_action {
  padding: 30px;
  padding-top: 0;
}
.form_start .form_action .input-email {
  margin-bottom: 15px;
}
.form_start .form_action .input {
  width: 100%;
}
.form_start .form_action .form_action_submit {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.form_start .form_title {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  padding: 30px;
}
.form_start .form_title .img {
  margin: auto;
}
.form_start .form_no_action {
  width: 100%;
  background: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  color: #878787;
}
.form_start .form_no_action .text-reg {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.form_start .form_no_action .text {
  background: #ffdbdb;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form_start .form_no_action .text .link {
}
.form_start .form_no_action .act_ {
  background: #c4f3c8;
}
.form_start .form_footer {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  padding: 3px;
  box-sizing: border-box;
}

.form_start .form_footer .text {
  width: 1%;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}

/* календарь */

.block .center .calendar-m {
  display: none;
}

.block .center .calendar {
}

.block .center .calendar .calendar-scroll {
  margin-bottom: 2em;
  background: #e6e6e6;
}

.block .center .calendar .info {
  text-align: center;
  margin-top: 30px;
}

.calendar .link {
  cursor: pointer;
}

.calendar .calendar-a {
  width: 315px;
  display: flex;
  align-items: center;
}
.calendar .calendar-b {
  width: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.calendar .calendar-c {
  display: flex;
  width: calc(100% - 315px - 93px);
  align-items: normal;
  justify-content: center;
}
.calendar .calendar-top {
  display: flex;
  height: 38px;
  margin-bottom: 10px;
}
.calendar .calendar-top .calendar-a {
  background: rgba(24, 21, 49, 1);
  color: #fff;
  height: auto;
  justify-content: center;
}
.calendar .calendar-top .calendar-b {
  background: rgba(49, 44, 81, 1);
  color: #fff;
}
.calendar .calendar-top .calendar-c {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  align-items: center;
  background: #dbdfe3;
}
.calendar .calendar-top .calendar-c .img {
  background: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  border: 1px solid;
  border: 1px solid #000;
}
.calendar .calendar-top .calendar-c .img-right {
  transform: rotate(180deg);
}

.calendar .calendar-result {
  display: flex;
  border-top: 1px solid rgba(218, 218, 218, 1);
  position: relative;
}

.calendar .calendar-result .calendar-b {
  font-size: 20px;
  font-weight: 700;
}

.calendar .calendar-result .calendar-b-sotr {
  align-items: baseline;
  margin-top: 24px;
}

.calendar .calendar-result-top {
  border: none;
}

.calendar .calendar-top .calendar-c .date-center {
}
.calendar .calendar-top .calendar-c .date-center .input {
  background: none;
  font-weight: 700;
  height: auto;
  padding: 0.4em;
  font-size: 1em;
  border: 1px solid #ccc;
}

.calendar .calendar-a .user-img {
  min-width: 2.5em;
  max-width: 2.5em;
  height: 2.5em;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  display: flex;
  overflow: hidden;
  text-transform: uppercase;
}

.calendar .calendar-a .user-img .img {
  margin: auto;
  width: 100%;
}

.calendar .calendar-a .sotr {
  background: #ebebeb;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 0.5em;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.7em;
}
.calendar .calendar-a .sotr .span {
}
.calendar .calendar-a-sotr {
  align-items: baseline;
  margin-top: 5px;
  margin-bottom: 5px;
}

.calendar .calendar-c .day {
  display: flex;
  align-items: center;
  width: calc(100% / 7);
  text-align: center;
  flex-direction: column;
  border-right: 1px solid rgba(218, 218, 218, 1);
  border-left: 1px solid rgba(218, 218, 218, 1);
  margin-left: -1px;
}
.calendar .calendar-result-top .calendar-c .day {
  border-radius: 5px 5px 0 0;
  height: 50px;
}

.calendar .calendar-result-top .calendar-c .day .line {
  height: 51px;
  position: absolute;
  display: none;
}

.calendar .calendar-result-top .calendar-c {
  height: auto;
}
.calendar .calendar-result-top .calendar-a {
  height: auto;
}

.calendar .calendar-result-top .step-calendar {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.calendar .calendar-c .day .date-header {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.calendar .calendar-c .day .line {
  height: 35px;
  background: rgb(24 21 49);
  width: 5px;
  margin-bottom: -35px;
  position: relative;
  z-index: 1;
  opacity: 0.2;
}

.calendar .calendar-c .task-user {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
  height: 38px;
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 1px;
}

.calendar .calendar-c .task-user-center {
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.calendar .calendar-c .task-user-none {
  border: none;
  border-radius: 0;
  background: none;
}
.calendar .calendar-c .task-user-stop {
  border-left: 0;
  border-radius: 0 5px 5px 0;
  margin-right: 10px;
  width: calc(100% - 10px);
}
.calendar .calendar-c .task-user-start {
  border-right: 0;
  border-radius: 5px 0 0 5px;
  margin-left: 10px;
  width: calc(100% - 10px);
}
.calendar .calendar-c .task-user-oneday {
  width: calc(100% - 10px);
}

.calendar .calendar-c .task-user .task-calendar {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px solid #000;
  cursor: pointer;
  padding-top: 1px;
  padding-bottom: 1px;
  z-index: 2;
}
.calendar .calendar-c .task-user .task-calendar .task-user-top {
  display: flex;
  align-items: center;
}
.calendar .calendar-c .task-user .task-calendar .task-user-top:hover {
  text-decoration: underline;
}
.calendar .calendar-c .task-user .task-calendar .task-user-top .task-id {
  color: #878787;
  font-size: 0.9em;
}
.calendar .calendar-c .task-user .task-calendar .task-user-top .task-graf {
  border: 1px solid #000;
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-left: 7px;
  margin-right: 7px;
}
.calendar .calendar-c .task-user .task-calendar .task-name {
  white-space: nowrap;
  margin-right: 1em;
  font-weight: 600;
}
.calendar .calendar-c .task-user .task-calendar .icon-task {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.calendar .calendar-c .task-user .task-calendar .icon-task .span {
  margin-right: 3px;
}
.calendar .calendar-c .task-user .task-calendar .icon-task .bi {
  margin-top: 1px;
  margin-left: 3px;
}
.calendar .calendar-c .task-user .task-calendar .icon-task .bi-file-earmark {
  margin-left: 0;
}
.calendar .calendar-c .task-user .task-calendar .task-client {
  display: flex;
  align-items: center;
}
.task-client .task-img {
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6em;
  padding: 0.5em;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.task-client .task-cl-name {
  font-size: 0.8em;
}

.calendar .calendar-c .task-user .task-calendar-show {
  width: fit-content !important;
  padding-right: 10px;
}

.calendar .calendar-c .event {
}
.calendar .calendar-c .day .date-top {
  font-weight: 700;
}

.from-task .calendar-b {
  display: none;
}
.from-task .calendar-top .calendar-c,
.from-task .calendar-c {
  width: calc(100% - 315px);
}
.from-task .calendar-a .sotr {
  margin-right: 1em;
}

/* .popap */
.popap {
  display: none;
  position: fixed;
  width: 100%;
  background: rgba(18, 18, 18, 0.9);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: overlay;
}

.popap-2 {
  display: none;
  position: fixed;
  width: 100%;
  background: rgba(18, 18, 18, 0.9);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: overlay;
}

.popap .popap_rez {
  width: 720px;
  background: #f1f1f1;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.popap .popap_rez .list-menu-user {
  margin-top: 20px;
  margin-bottom: 30px;
}

.popap .popap_rez .list-menu-user .list-check-menu-user {
  margin-bottom: 7px;
}

.popap .popap_rez .list-menu-user .list-check-menu-user .list-check-menu-user-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}

.popap .popap_rez .list-menu-user .list-check-menu-user .list-check-menu-user-label .checkbox {
  margin-right: 10px;
}

#tg_bot_messege .popap_rez {
  min-height: auto;
}

.popap .popap_rez .popap_result .big_img_result {
  display: flex;
  flex-direction: column;
}

.popap .popap_rez .popap_result .big_img_result #big_img_result_ {
  margin-top: 14px;
}

.popap .popap_rez .popap_result .big_img_result #big_img_result {
  max-width: 100%;
  margin: auto;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  max-height: 500px;
}

.popap .task_close {
  min-height: auto;
  width: 500px;
}

.popap .task_close .task_close_line_txt {
  margin-top: 15px;
  margin-bottom: 15px;
}

.popap .task_close .task_close_line_txt textarea {
  width: 100%;
  min-height: 100px;
}

.popap .task_close .task_close_line_sub .submit {
  margin-right: 25px;
}

#add_pass_user .popap_rez {
  height: 230px;
  min-height: auto;
  max-width: 450px;
}
#add_pass_user .popap_rez .popap_result_form {
  height: 150px;
  margin-top: 15px;
}
#add_pass_user .popap_rez .popap_result_form #password_1_info {
  color: #f00;
  margin-bottom: 10px;
  height: 17px;
}
#news_category_popap .popap_rez {
  width: 580px;
  min-height: 230px;
}
#news_category_popap .popap_rez .popap_result {
  margin-bottom: 20px;
}
#news_category_popap .popap_rez .news_cat {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  max-height: 250px;
  overflow: auto;
  margin-bottom: 10px;
  outline: 1px solid #ccc;
  padding: 15px;
}
#news_category_popap .popap_rez .news_cat .news_cat_line {
  margin: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-right: 0px;
  padding: 5px;
}
#news_category_popap .popap_rez .news_cat .news_cat_line:hover {
  background: #e6e6e6;
}
#news_category_popap .popap_rez .news_cat .news_cat_line .news_cat_line_left {
  margin: auto;
  margin-left: 0px;
  text-decoration: underline;
}
#news_category_popap .popap_rez .news_cat .news_cat_line i {
  cursor: pointer;
  font-size: 10px;
  margin: auto;
  margin-left: 10px;
  margin-right: 0px;
}
#news_category_popap .popap_rez .news_cat .news_cat_line i svg {
  width: 10px;
}
#news_category_popap .popap_rez .news_cat .news_cat_line_ {
  margin: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  display: flex;
  margin-right: 0px;
  height: 15px;
}
#news_category_popap .popap_rez .news_cat .news_cat_line_ .news_cat_line_left {
  margin: auto;
  margin-left: 5px;
}
#news_category_popap .popap_rez .news_cat .news_cat_line_ i {
  cursor: pointer;
  font-size: 10px;
  margin: auto;
  margin-left: 10px;
  margin-right: 0px;
}
#news_category_popap .popap_rez .news_cat .news_cat_line_ i svg {
  width: 10px;
}
#news_category_popap .popap_rez .news_cat_add {
  margin-bottom: 10px;
  height: 35px;
  background: #fff;
}
#news_category_popap .popap_rez .news_cat_add i {
  margin: auto;
}
#news_category_popap .popap_rez .news_cat_add select {
  width: 130px;
  margin: auto;
  height: 22px;
}
#news_category_popap .popap_rez .news_cat_add input[type="text"] {
  margin: auto;
  height: 22px;
  padding-left: 5px;
  width: 200px;
}
#news_category_popap .popap_rez .news_cat_add #news_cat_add_sort {
  width: 50px;
}

#calendar_task .popap_rez {
}

.popap .popap_rez_file {
  width: 300px;
}
.popap .popap_rez_file .popap_rez_file_rez {
  margin: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  margin-top: -48px;
}
.popap .popap_rez_file .popap_rez_file_rez .h2 {
  margin-bottom: 15px;
}
.popap .popap_rez_file .popap_rez_file_rez input[type="file"] {
  margin: auto;
  width: 270px;
  background: #ccc;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.popap .popap_rez_file .popap_rez_file_rez textarea {
  margin-bottom: 25px;
}
.popap .popap_rez .close {
  margin: auto;
  margin-right: 0px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  text-align: right;
  cursor: pointer;
}
.popap .popap_rez .popap_result {
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -50px;
  margin-bottom: 20px;
}

.popap .popap_rez .popap_result .add_user_group_list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.popap .popap_rez .popap_result .add_user_group_list .input {
  width: 300px;
}

.popap .popap_rez .popap_result .popap-calendar .task-client {
  margin-top: 10px;
  margin-bottom: 10px;
}
.popap .popap_rez .popap_result .popap-calendar .task-name {
  font-weight: 600;
}
.popap .popap_rez .popap_result .popap-calendar .task-desk {
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 1em;
  margin-top: 1em;
  max-height: 30em;
  overflow: auto;
  padding-left: 2em;
}

.setting_column_filter .popap_rez .popap_result .setting_column {
  height: 300px;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 20px;

  outline: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}

.setting_column_filter .popap_rez .popap_result .task_line_sub {
  justify-content: end;
  align-items: end;
  display: flex;
}

.popap .popap_rez .popap_result .add_user_group_list .add_group_user_result {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 5px;

  overflow: auto;
  height: 250px;
}

.popap .popap_rez .popap_result .add_user_group_list .add_group_user_result .line_add_user_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}
.popap
  .popap_rez
  .popap_result
  .add_user_group_list
  .add_group_user_result
  .line_add_user_group:hover {
  background: #eee;
}
.popap
  .popap_rez
  .popap_result
  .add_user_group_list
  .add_group_user_result
  .line_add_user_group-sotr {
  margin-left: 10px;
}
.popap
  .popap_rez
  .popap_result
  .add_user_group_list
  .add_group_user_result
  .line_add_user_group-title {
  background: #eee;
  padding: 5px;
}

.popap .popap_rez .popap_result .group_user_label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.popap .popap_rez .popap_result .group_user_label .checkbox {
  margin-right: 10px;
}

.all_group_user {
  width: auto;
  font-size: 13px;
  height: 350px;
  overflow: auto;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.all_group_user .group-id-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  cursor: pointer;
}

.all_group_user .group-id-list:hover {
  background: #eee;
}

.all_group_user .group-id-list .group-id {
  width: 20px;
}
.all_group_user .group-id-list .group-name {
  margin-left: 15px;
  width: 180px;
}
.all_group_user .group-id-list .group-arr {
  margin-left: 0;
  width: 350px;
  height: 18px;
  overflow: hidden;
}

.popap .popap_rez .popap_result_text {
  margin-top: 25px;
  margin-bottom: 50px;
}
.popap .popap_rez .popap_result_text textarea {
  min-height: 210px;
  width: 100%;
}

.popap .time_for_task {
  width: 350px;
}
.popap .time_for_task .time_for_task_line {
  margin-bottom: 20px;
  margin-top: 10px;
}
.popap .time_for_task .time_for_task_line .input {
  width: 100px;
}

.add_user_group_list_next {
  margin-bottom: 10px;
  margin-top: 10px;
  overflow-y: scroll;
}

/* ws */

.ws-popap .add-user-ws {
  width: 1000px;
}

.ws-popap .popap_rez .ws-data {
  margin-bottom: 15px;
  margin-top: 10px;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  overflow: auto;
}

.ws-popap .popap_rez .ws-data .list-user-info {
  margin-bottom: 4px;
}

.ws-popap .popap_rez .ws-data .list-user-info .span {
  font-weight: 600;
}

.ws-popap .popap_rez .ws-data .seach-user-id {
  overflow: auto;
  height: 250px;
}

.ws-popap .popap_rez .ws-data .seach-user {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-top: 3px;
  padding-bottom: 3px;
}

.ws-popap .popap_rez .ws-data .seach-user-title {
  font-weight: 600;
  margin-top: 5px;
  border-bottom: 1px solid #000;
}

.ws-popap .popap_rez .ws-data .seach-user .col {
  width: 130px;
  word-break: break-all;
  padding: 3px;
}

/* .setting_column_filter */
.setting_column_filter .popap_rez .popap_result .setting_column .setting_column_line {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.setting_column_filter .popap_rez .popap_result .setting_column .setting_column_line:hover {
  background: #eee;
}
.setting_column_filter .popap_rez .popap_result .setting_column .setting_column_line .input {
  width: 50px;
  height: 30px;
  margin-right: 15px;
}

#add_email .popap_rez {
  min-height: auto;
}
#add_email .popap_rez .popap_result .add_emails {
  margin: auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#add_email .popap_rez .popap_result .add_emails .select {
  width: 200px;
  margin-bottom: 5px;
}
#add_email .popap_rez .popap_result .add_emails .input {
  width: 200px;
  margin-bottom: 5px;
}

/* Изменяем классическую форму */

#add_mess_wappi .popap_rez {
  max-width: 50em;
}

#add_mess_wappi .popap_rez .select {
  margin-bottom: 1em;
  margin-top: 1em;
}

/*
#add_mess_wappi_new_topic .popap_rez{
    max-width: 500px;
    min-height: 250px;
}

#add_mess_wappi_new_topic .popap_rez .input{
    width: 100%;
}

#add_mess_wappi_new_topic .popap_rez .submit{
    width: 210px;
}

#add_mess_wappi .popap_rez .popap_result_text{
    height: 250px;
    overflow: auto;
    margin-top: 10px;
    outline: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
#add_mess_wappi .popap_rez .add_mess_wappi_mess{
    font-size: 10px;
    display: flex;
}
#add_mess_wappi .popap_rez .add_mess_wappi_mess p{
    margin: auto;
    margin-left: 0;
    margin-right: 15px;
}
#add_mess_wappi .popap_rez .add_topic_r{
    margin-top: 10px;
   
    cursor: pointer;
    padding: 5px;
    border: 1px solid #4dad33;
    width: 205px;
    text-align: center;
    
    color: #4dad33;
    background: #fff;
    font-weight: 500;
}
#add_mess_wappi .popap_rez h2{
    margin-top: 20px;
}
#add_mess_wappi .popap_rez .add_topic_r:hover{
    background: #4dad33;
    color: #fff;
}
#add_mess_wappi .popap_rez .popap_result_text .wappi_topic_line{
    
    margin-bottom: 0px;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
    height: 55px;
}
#add_mess_wappi .popap_rez .popap_result_text .wappi_topic_line:hover{
    background: #ddd;
}
#add_mess_wappi .popap_rez .popap_result_text .wappi_topic_line .wappi_topic_line_1{
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
}
#add_mess_wappi .popap_rez .popap_result_text .wappi_topic_line .wappi_topic_line_1 label{
    display: flex;
    font-weight: 600;
}
#add_mess_wappi .popap_rez .popap_result_text .wappi_topic_line .wappi_topic_line_1 label input[type="radio"]{
    margin-right: 10px;
    height: 16px;
    width: 16px;
}
#add_mess_wappi .popap_rez .popap_result_text .wappi_topic_line .wappi_topic_line_2{
    width: 375px;
    text-align: left;
    margin-right: 5px;
}
#add_mess_wappi .popap_rez .popap_result_text .wappi_topic_line .wappi_topic_line_3{
    text-align: center;
}
*/

#news_category .popap_rez {
  min-height: 215px;
  width: 440px;
}
#news_category .popap_rez .popap_result {
  height: 180px;
  display: flex;
  flex-direction: column;
}

#add_warehouse .popap_rez,
#add_warehouse_product_category .popap_rez,
#add_warehouse_product_unit .popap_rez,
#add_status .popap_rez,
#add_type_task_user .popap_rez,
#razdel_menu_user .popap_rez {
  min-height: auto;
  max-width: 500px;
}
#add_warehouse .popap_rez .popap_result_warehouse,
#add_warehouse_product_category .popap_rez .popap_result_warehouse,
#add_warehouse_product_unit .popap_rez .popap_result_warehouse {
}

.warehouse-product {
}
.warehouse-product .title {
  margin-bottom: 15px;
}
.warehouse-product .name-product {
  width: 80%;
}
.warehouse-product .warehouse-product-data {
  margin-top: 10px;
}
.warehouse-product .warehouse-product-data .center-block .left-block {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: baseline;
}
.warehouse-product .warehouse-product-data .center-block .left-block .select {
  margin-bottom: 5px;
}
.warehouse-product .warehouse-product-data .center-block .right-block {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
}
.warehouse-product .warehouse-product-data .center-block .right-block .label {
  width: 80px;
  height: 75px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.warehouse-product .param-product {
  display: flex;
  flex-wrap: wrap;
}
.warehouse-product .param-product .input {
  margin-right: 1px;
  margin-bottom: 1px;
}
.warehouse-product .warehouse-product-data .center-block .right-block .label .img {
  max-width: 100%;
  max-height: 100%;
}
.warehouse-product .warehouse-product-data .footer-block {
  margin-bottom: 15px;
  align-items: center;
  margin-top: 10px;
}
.warehouse-product .warehouse-product-data .footer-block .input {
  margin-left: 5px;
  margin-right: 5px;
}

.img-product {
  max-width: 50px;
  max-height: 50px;
}

/*
#add_warehouse_product .popap_rez {
    min-height: auto;
    width: 600px;
}
#add_warehouse_product .popap_rez .popap_result_warehouse_product{
    margin-bottom: 35px;
    margin-top: 20px;
}

#add_warehouse_product .popap_rez .popap_result_warehouse_product .popap_result_warehouse_product_{
    justify-content: flex-start;
    align-items: flex-end;
}

#add_warehouse_product .popap_rez .popap_result_warehouse_product .popap_result_warehouse_product_{
    margin-top: 10px;
}
#add_warehouse_product .popap_rez .popap_result_warehouse_product .popap_result_warehouse_product_ .input{
    width: 105px;
    margin-left: 20px;
}

#add_warehouse_product .popap_rez .popap_result_warehouse_product .popap_result_warehouse_product_ span{
    margin-left: 4;
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 5px;
}
#add_warehouse_product .popap_rez .popap_result_warehouse_product p{
    
    margin-bottom: 3px;
}
*/

#warehouse_product_up .popap_rez {
  width: 1100px;
}
#warehouse_product_up .popap_rez .warehouse_scroll {
  max-height: 400px;
}
.popap .popap_rez .popap_result_warehouse {
  min-height: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.popap .popap_rez .popap_result_warehouse .popap_result_warehouse_back {
  margin-bottom: 3px;
  display: flex;
  justify-content: flex-start;
  width: 50px;
}
.popap .popap_rez .popap_result_warehouse .popap_result_warehouse_back svg {
  transform: rotate(180deg);
}
.popap .popap_rez .popap_result_warehouse_ {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  outline: 1px solid #999;
  padding: 10px;
}
.popap .popap_rez .popap_result_warehouse_ .input {
  width: 80px;
}
.popap .popap_rez .popap_result_warehouse_ span {
  margin-right: 10px;
  margin-left: 5px;
}
.popap .popap_rez .popap_result_warehouse_ .whouse_from {
  font-weight: bold;
  padding: 10px;
  outline: 1px solid #b5c0cd;
  border-radius: 5px;
}
.popap .popap_rez .popap_result_warehouse_ > div {
  margin-right: 20px;
}
.popap .popap_rez .popap_result_warehouse_ p {
  margin-bottom: 3px;
}
.popap .popap_rez .warehouse_scroll {
  height: 235px;
  overflow: auto;
  margin-top: 20px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.popap .popap_rez .warehouse_scroll table {
  width: 100%;
}
.popap .popap_rez .warehouse_scroll table tr {
  border-bottom: 1px solid #ccc;
}
.popap .popap_rez .warehouse_scroll table tr td,
.popap .popap_rez .warehouse_scroll table tr th {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
  min-width: 50px;
}
.popap .popap_rez .submit_ {
  margin-left: 15px;
}
#all_warehouse_product .popap_rez {
  width: 900px;
}
#warehouse_category_param .popap_rez .warehouse_scroll {
  min-height: 250px;
}
#all_warehouse_product .popap_rez .warehouse_scroll {
  height: 320px;
  margin-bottom: 20px;
  margin-top: 50px;
}

#all_warehouse_product .popap_rez .warehouse_scroll .seach {
  position: absolute;
  margin-top: -50px;
  margin-left: -10px;
  width: 600px;
}

#all_warehouse_product .popap_rez .warehouse_scroll .label {
  display: flex;
  justify-content: center;
  align-items: center;
}
#all_warehouse_product .popap_rez .warehouse_scroll input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
}
#all_warehouse_product .popap_rez .warehouse_scroll input[type="number"] {
  width: 70px;
  margin-left: 10px;
}

.enter-first .popap_rez {
  padding: 2em;
  width: 30em;
  box-sizing: border-box;
}

.enter-first .popap_rez .input {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* .task */
.task {
  min-height: 430px;
  margin-top: 10px;
}
.task .task_line {
  width: 100%;
}
.task .task_line_title {
}
.task .task_line_title .input {
  width: 100%;
  margin-right: 1%;
}
.task .news_category label {
  margin-left: 0px;
  margin-right: 15px;
}
.task .news_category select {
  margin-left: 0px;
  margin-right: 15px;
  width: 150px;
}
.task .news_category span {
  margin-right: 0px;
  font-weight: 500;
}
.task .task_line_group_user {
  padding: 10px;
  background: #e6e9ee;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.task .task_line_group_user .task_line_group_user_ {
  margin-bottom: 10px;
}
.task .task_line_group_user .task_line_group_user_ .select {
  width: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.task .task_line_group_user .task_line_group_user_ .select i svg {
  fill: #000;
  transform: rotate(90deg);
}
.task .task_line_group_user .task_line_group_user_add {
  border: 2px solid #53469f;
  padding: 9px;
  border-radius: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.task .task_line_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.task-after {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.task-after .checkbox {
  margin-left: 5px;
  margin-right: 5px;
}

.task .task_line_type .task-start {
  background: #e6e9ee;
  padding: 2px;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-right: 2px;
  margin-left: 2px;
}

.task .task_line_type .task-start .span {
  width: 50px;
  display: inline-block;
  margin-right: 5px;
}

.task .task_line_type .task-start .input-date {
  margin-right: 2px;
  width: 9em;
}

.task .task_line_type .select {
  width: 224px;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-right: 1px;
}
.task .task_line_txt {
  margin-bottom: 10px;
  margin-top: 0;
}

.task .task_check_line {
  display: flex;
  flex-wrap: wrap;
}
.task .task_check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.task .task_check .difficult-pr,
.task .task_type_close {
  margin-left: 15px;
}

.task .task_check .label {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.task .task_check .label .checkbox {
  margin-right: 5px;
}
.task .task_check .task_repeat_ .label {
  margin-right: 5px;
  display: flex;
  align-items: center;
  font-size: 0.8em;
}
.task .task_check .task_repeat_ .input {
  margin-left: 10px;
}

.task .task_check_repeat {
  flex-wrap: wrap;
  width: 100%;
}
.task .task_check_repeat .task_repeat_start {
  width: 100%;
}
.task .task_check_repeat .task_repeat_start_left {
  width: 30%;
}
.task .task_check_repeat .task_repeat_start_right {
  width: 70%;
}
.task .task_check_repeat .task_repeat_ {
  padding: 10px;
  background: #e6e9ee;
  margin-top: 5px;
  display: flex;
  align-items: center;
  width: 100%;
}

.task .task_line_txt .textarea {
  width: 100%;
  height: 100px;
  resize: vertical;
}
.task .task_line_file .add_task_file {
  background: #e6e9ee;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  padding: 10px;
}

.task .task_line_file .del_file {
  margin-bottom: 2px;
  background: #fff;
  padding: 2px;
  padding-left: 10px;
  padding-right: 2px;
}
.task .task_line_sub {
  margin-top: 15px;
}

/* .project */

.project {
  margin-left: 45px;
  margin-right: 15px;
  margin-bottom: 45px;
}

.block .center .project .calendar {
  margin-left: 0;
  width: 100%;
}

.add-task-project {
  display: flex;
  margin-bottom: 1em;
}

.add-task-project .taks-n {
  padding: 0.5em;
  margin-right: 1em;
  background: #dbdfe3;
  border: 2px solid #53469f;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
}
.add-task-project .taks-n:hover {
  background: #fff;
}

#project-popap .popap_rez .seach-task {
  box-sizing: border-box;
}
#project-popap .popap_rez .seach-task .input {
  width: 600px;
  margin-bottom: 2px;
}
#project-popap .popap_rez .seach-task-list {
  height: 50vh;
  overflow: auto;
  box-sizing: border-box;
  margin-bottom: 20px;
  outline: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}
#project-popap .popap_rez .seach-task-line {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
}
#project-popap .popap_rez .seach-task-line .id {
  width: 75px;
}
#project-popap .popap_rez .seach-task-line .name {
  margin: auto;
  margin-left: 0;
}
#project-popap .popap_rez .seach-task-line:hover {
  background: #eee;
}

/* .client */
.client {
  min-height: auto;
  margin-top: 10px;
}
.client .task_line_type {
  flex-wrap: nowrap;
}

.client .task_line_title {
  display: flex;
  justify-content: space-between;
}
.client .task_line_title #cat_show_el_result {
  margin: auto;
  margin-left: 0;
}
.client .task_line_title .label {
  display: flex;
  align-items: center;
}
.client .task_line_title .label .checkbox {
  margin-right: 10px;
}
.client .task_line_title .select {
  margin-left: 0;
  max-width: 235px;
}

.client .task_line_type .input {
  width: 24%;
  margin-right: 1%;
}
.client .new_client {
  min-height: 40px;
}
.client .new_client .new_client_id {
  margin-right: 15px;
}
.client .new_client .new_client_id .label {
  justify-content: center;
  align-items: center;
  display: flex;
}
.client .new_client .new_client_id .label .radio {
  margin-right: 5px;
}
.client .new_client .new_client_id .select {
  max-width: 170px;
}

/* .object */
.object .task_line_type input[type="text"] {
  width: calc(100% - 220px);
}
.object .task_line_type .task_line_type_inp {
  width: 100% !important;
}
.object .task_line_type {
  justify-content: space-around;
}

.menu-id-task {
  display: none;
}

.news_popap .popap_rez {
  width: 500px;
}
.news_popap .popap_rez .popap_rez_block {
  margin: 20px;
  margin-top: 0;
}
.news_popap .popap_rez .popap_rez_block .submit {
  margin-top: 20px;
}

.popap .add_news {
  width: 500px;
}
.popap .add_news .client {
  min-height: auto;
}

.spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.delete-preview-img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}

.delete-preview-img:hover {
  background: rgba(255, 0, 0, 0.8);
  transform: scale(1.1);
}

.paperclip-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 5 0V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"/></svg>');
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}

#show_object .popap_rez {
  min-height: 250px;
  justify-content: center;
}

.object {
  gap: 15px;
}

#unread-msg-counter {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(234, 128, 128);
  font-weight: bold;
  margin-top: 5px;
  align-self: end;
  padding: 2px;
  font-size: 13px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1300px) {
  * {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  * {
    font-size: 12px;
  }

  .wappi .wappi-right-company {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0px;
    min-height: 100vh;
    padding-top: 10px;
    max-height: 100vh;
    border: 1px solid #dbdfe3;
  }
  .wappi .wappi-right-company .wappi-right-scr {
    margin-bottom: 0;
  }

  .wappi .wappi_right {
    min-width: 68%;
  }
  .wappi .wappi_right .wappi_mess_title .wappi-mobyle-right .bi {
    display: block;
  }

  .block .center .user_id .user_id_right {
    width: auto;
  }

  .block .center .user_id .user_id_left .user_id_left_list {
    flex-wrap: wrap;
  }
  .block .center .user_id .user_id_left .user_id_left_list .user_id_left_text_1 {
    margin: auto;
    margin-top: 0;
  }
  .block .center .user_id .user_id_left .user_id_left_list .user_id_left_text_2 {
    margin: auto;
    margin-top: 0;
  }
  .block .center .user_id .user_id_left {
    width: calc(100% - 210px);
  }

  .block .center .user_id .user_id_left .user_id_left_list .user_id_left_img {
    margin-right: auto;
    width: auto;
  }

  .calendar .calendar-a {
    width: 20%;
  }

  .calendar .calendar-b {
    width: 10%;
  }

  .calendar .calendar-c,
  .from-task .calendar-top .calendar-c,
  .from-task .calendar-c {
    width: 80%;
  }
}

@media (max-width: 950px) {
  * {
    font-size: 12px;
  }

  .block .center .center-hleb {
    flex-wrap: wrap;
    height: auto;
  }

  .block .center .center-hleb .link {
    margin-bottom: 10px;
  }

  .block .center .news_result {
    flex-wrap: wrap;
  }

  .block .center .news_result .news_result_left {
    margin-left: 20px;
    display: none;
  }

  .wappi .wappi_left {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0px;
    height: 100vh;
    padding-top: 10px;
    border: 1px solid #dbdfe3;
  }
  .wappi .wappi_right {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .wappi .wappi_right .wappi_mess_title .wappi-mobyle-left .bi {
    display: block;
  }

  .block .center .news_result .news_result_right {
    width: 100%;
  }

  .block .center .news_result .news_result_right i {
    margin: 5px;
  }

  .block .center .news_result .news_result_right .news__ {
    margin: 10px;
    width: 100%;
  }
  .block .center .news_result .news_result_right .news-list-id {
    margin: 10px;
  }

  .block .center .news_result .news_result_right .news__ .news_category .news_category_form {
    flex-wrap: wrap;
  }

  .block .center .news_result .news_result_right .news-list .news-list-id {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }

  .block .center .news_result .news_result_right .news__ .news_category {
    display: none;
  }

  .ck.ck-editor {
    width: 100%;
  }

  .top .top-right .top-text {
    display: none;
  }

  .block .center .calendar {
    margin: 10px;
    overflow: auto;
    max-width: calc(100% - 20px);
  }

  .block .center .calendar .calendar-scroll {
    min-width: 1000px;
  }

  .block .center .setting-top .link {
    font-size: 0.8em;
    padding: 5px;
    justify-content: center;
  }
  .block .center .user_id .user_id_left .user_id_left_list .user_id_left_img {
    max-width: none;
    width: 100%;
  }
  .block .center .calendar {
    display: none;
  }

  .block .center .calendar-m {
    display: flex;
    width: 370px;
    flex-direction: column;
  }
  .block .center .calendar-m .mesyac {
    width: 100%;
    background: #dbdfe3;
    height: 36px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .block .center .calendar-m .mesyac .mesyac-l {
    padding: 9px 12px;
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius: 7px;
    background: #fff;
  }
  .block .center .calendar-m .mesyac .mesyac-r {
    padding: 9px 12px;
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius: 7px;
    background: #fff;
    transform: rotate(180deg);
  }
  .block .center .calendar-m .mesyac .mesyac-itg {
    font-size: 16px;
    font-weight: 500;
  }
  .block .center .calendar-m .calendar-rez {
    background: #e6e9ee;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .block .center .calendar-m .ned {
    display: flex;
  }
  .block .center .calendar-m .ned .day {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 37px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    flex-direction: column;
  }

  .block .center .calendar-m .ned .start,
  .block .center .calendar-m .ned .stop {
    background: #53469f;
    color: #fff;
  }

  .block .center .calendar-m .ned .day .curcls {
    display: flex;
    height: 5px;
  }

  .block .center .calendar-m .ned .day .curcls .curcle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: -3px;
    position: relative;
  }

  .block .center .calendar-m .ned .day .curcls .red {
    background: #eee;
    border: 1px solid #999;
  }

  .block .center .calendar-m .ned .day .span {
    font-size: 16px;
  }

  .block .center .calendar-m .ned .day .change {
    display: none;
    background: rgba(83, 70, 195, 0.3);
    position: absolute;
    width: 47.8px;
    height: 44px;
  }
}

@media (max-width: 750px) {
  .block .center .user_id .user_id_right {
    display: none;
  }
  .block .center .user_id .user_id_left {
    width: 100%;
  }
}

@media (max-width: 500px) {
  * {
    font-size: 14px;
  }

  .task .task_type_close {
    margin-left: 0;
  }

  .block .center .result {
    flex-direction: column;
  }
  .block .center .result .result_left {
    width: 100%;
    min-height: auto;
  }

  .block .center .result .result_left .project {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block .center .result .result_left .result-left-line {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block .center .result .result_left .menu_task {
    margin-right: 20px;
  }

  .block .center .result .result_left .menu_task_2 {
    margin: 1px;
    margin-top: 0px;
    height: auto;
    display: none;
  }

  .block .center .result .result_left .menu_task .menu_task_line .menu_task_line_link {
    margin: 0.5px;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-bottom: 0;
    font-weight: 500;
    font-size: 1em;
  }
  .block .center .result .result_left .menu_task .menu_task_result {
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 20px;
  }
  .block .center .result .result_left .menu_task_2 .menu_task_result {
    padding: 20px;
  }
  .block .center .result .result_left .menu_task .menu_task_result .list_comment {
    margin: 0;
    width: 100%;
  }
  .block .center .result .result_left .menu_task .menu_task_result .comment_right {
    width: 100%;
    margin-top: 20px;
  }

  .block .center .result .result_left .menu_task .menu_task_result .th-title {
    display: none;
  }

  .block .center .result .result_rigth {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    margin-top: 0.5px;
  }

  .menu-id-task {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-id-task .menu-id-task-link {
    width: calc(50% - 0.5px);
    text-align: center;
    background: rgb(223, 223, 223);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-id-task .menu-id-task-link span {
    font-size: 1.2em;
    font-weight: 600;
  }
  .menu-id-task .menu-id-task-link-action {
    background: rgb(230, 233, 238);
  }

  .menu-id-task .menu-id-task-link .img {
    margin-left: 5px;
  }
  .menu-id-task .menu-id-task-link .img_ {
    transform: rotate(180deg);
  }

  .form_start {
    width: 320px;
  }
  .form_start .form_start_rez {
    width: 320px;
  }
  .form_start .form_action .input {
    width: 100%;
  }

  .top {
    height: auto;
  }
  .top .top-right .help-desc {
    margin: auto;
  }

  .top .top-right .new-task {
    width: 45px;
    height: 35px;
  }
  .top .top-right .new-task .bi {
  }
  .top .top-right .new-task .span {
    display: none;
  }
  .top .top-right .top-text {
    display: none;
  }
  .top .top-right .all_news_crm {
    display: none;
  }
  .top .top-right .out {
    width: 50px;
    background: none;
    margin-left: 0;
  }
  .top .top-right .out .span {
    display: none;
  }
  .top .top-right .out .img {
    margin: auto;
  }

  .block .left-menu {
    position: absolute;
    border-right: 1px solid #000;
    z-index: 9;
    display: none;
  }

  .block .center {
    width: 100% !important;
  }

  .block .center .center-filter-mobyle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(230, 233, 238, 1);
    height: 37px;
    margin: 10px;
    border-radius: 5px;
    font-size: 13px;
  }
  .block .center .center-filter-mobyle .span {
    margin-left: 5px;
  }

  .block .center .center-filter {
    min-width: auto;
    flex-direction: column;
    display: none;
  }

  .block .center .center-filter .center-filter-left {
    width: 98%;
    justify-content: space-between;
    padding: 1%;
    box-sizing: border-box;
  }
  .block .center .center-filter .center-filter-left .center-filter-left-inp {
    width: 43%;
    margin: 1%;
    min-width: auto;
  }
  .block .center .center-filter .center-filter-right {
    width: 98%;
    justify-content: space-between;
    padding: 1%;
    box-sizing: border-box;
    border: none;
  }
  .block .center .center-filter .center-filter-right .center-filter-right-result- {
    margin: auto;
  }

  .block .center .center-filter .filter-bott {
    height: 35px;

    margin: auto;
    width: 44%;
    margin-bottom: 15px;
  }
  .block .center .center-filter .filter-bott .img {
    margin-right: 5px;
  }
  .block .center .center-filter .filter-bott-clear {
    margin: auto;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .block .center .center-filter .filter-bott-line {
    flex-wrap: wrap-reverse;
  }
  .block .center .center-filter .filter-bott-line .span {
    font-size: 11px;
  }

  .block
    .center
    .center-filter
    .center-filter-left
    .center-filter-left-inp
    .center-filter-left-result {
    width: 150px;
  }
  .block
    .center
    .center-filter
    .center-filter-left
    .center-filter-left-inp
    .center-filter-left-result
    .filter_param
    .action {
    margin-left: 5px;
  }
  .block
    .center
    .center-filter
    .center-filter-left
    .center-filter-left-inp
    .center-filter-left-result
    .filter_param
    button {
    margin-right: 5px;
  }

  .block
    .center
    .center-filter
    .center-filter-left
    .center-filter-left-inp
    .center-filter-left-result
    .filter_param
    .filter_result_ajax_seach
    input[type="date"] {
    width: 60px;
    margin-top: 10px;
  }

  .block .center .result .result_rigth .right_line {
    margin-top: 15px;
  }

  .block .center .table .tr {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bbb;
    margin: 10px;
  }

  .block .center .table .pink_color {
    background: #eaeefb;
  }

  .block .center .table .tr .td {
    border: none;
    width: 43% !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .block .center .table .tr .task-from-one {
    width: 7% !important;
  }
  .block .center .table .tr .pin {
    width: 8% !important;
  }
  .block .center .table .tr .id {
    width: 30% !important;
  }

  .block .center .table .tr .task_name {
    width: 100% !important;
  }
  .block .center .table .tr .task_name .link {
    font-size: 16px;
    color: rgba(83, 70, 159, 1);
    font-weight: 500;
  }
  .block .center .table .tr .id .link {
    font-size: 16px;
    color: rgba(83, 70, 159, 1);
  }
  .block .center .table .tr .task_description {
    width: 100%;
  }

  .block .center .table .tr .responsibly {
    font-weight: 600;
  }
  .block .center .table .tr .responsibly::before {
    content: "Ответственный:";
    font-weight: 400;
  }
  .block .center .table .tr .user {
    font-weight: 600;
  }
  .block .center .table .tr .user::before {
    content: "Автор:";
    font-weight: 400;
  }
  .block .center .table .tr .to_client {
    font-weight: 600;
  }
  .block .center .table .tr .to_client::before {
    content: "Для клиента:";
    font-weight: 400;
  }
  .block .center .table .tr .task_add {
    font-weight: 600;
  }
  .block .center .table .tr .task_add::before {
    content: "Дата создания:";
    font-weight: 400;
  }
  .block .center .table .tr .task_group_user {
    width: 100%;
    font-weight: 600;
  }
  .block .center .table .tr .task_group_user::before {
    content: "Для пользователей:";
    font-weight: 400;
  }
  .block .center .table .tr .status {
    font-weight: 600;
  }
  .block .center .table .tr .status::before {
    content: "Статус заявки:";
    font-weight: 400;
  }
  .block .center .table .tr .dop_status {
    font-weight: 600;
  }
  .block .center .table .tr .dop_status::before {
    content: "Доп. статус заявки:";
    font-weight: 400;
  }
  .block .center .table .tr .action {
    font-weight: 600;
  }
  .block .center .table .tr .action::before {
    content: "Активность:";
    font-weight: 400;
  }

  .block .center .result {
    flex-direction: column;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .block .center .result .result_line {
    display: none;
  }

  .block .center .setting_top .setting_step {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .block .center .setting .setting_step {
    padding: 20px;
    overflow: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .block .center .calendar-m {
    max-width: calc(100% - 20px);
    margin: auto;
  }

  .block .center .calendar-res-top {
    margin: 10px;
    font-size: 16px;
  }

  .block .center .calendar-res-id {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 7px;
    box-sizing: border-box;
    background: #e6e9ee;
  }

  .block .center .calendar-res-id .calendar-name {
    display: flex;
    align-items: baseline;
  }

  .block .center .calendar-res-id .calendar-name .grey {
    color: #878787;
    font-size: 12px;
    margin-right: 5px;
  }

  .block .center .calendar-res-id .calendar-name .kvadr {
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    margin-right: 8px;
  }

  .block .center .calendar-res-id .calendar-name .name {
    font-weight: 600;

    color: #000;
    max-width: 267px;
  }

  .popap .popap_rez {
    width: calc(100% - 6px);
    max-height: calc(100vh - 6px);
    overflow: auto;
  }

  .popap .popap_rez .close {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .popap .popap_rez .popap_result {
    margin-top: -30px;
  }

  .popap .popap_rez .popap_result .h2 {
    width: 70%;
  }

  #add_email .popap_rez .popap_result .add_emails .input {
    width: 100%;
  }

  .task .task_line_type .select {
    width: 48%;
  }
  .task .task_line_type .task-start {
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  .task .task_line_type .task-start .span {
    width: auto;
  }

  .task .task_line_group_user .task_line_group_user_add {
    border: 2px solid #53469f;
    padding: 3px;
    border-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    margin: auto;
    margin-left: 15px;
  }

  .task .task_check .label {
  }

  .task .task_check .label .span {
  }

  .task .task_line_txt {
    margin: 0;
  }

  #add_task .task .task_line_txt {
    margin-bottom: 15px;
  }

  .task .task_check_repeat .task_repeat_start_left {
    width: 100%;
  }
  .task .task_check_repeat .task_repeat_start {
    width: 100%;
    flex-wrap: wrap;
  }
  .task .task_line_file .add_task_file {
    width: 100%;
  }
  .task .task_check_repeat .task_repeat_start_right {
    width: 100%;
  }

  .client_add_ {
    align-items: baseline;
    flex-direction: column;
    margin-top: -47px;
    margin-bottom: 0;
  }

  .block .center_4 .client_add_,
  .block .center_7 .client_add_ {
    margin-top: 0;
    margin-bottom: 0;
  }

  .block .center .add_ {
    margin-bottom: 5px;
  }

  .client {
    margin-top: 15px;
  }
  .client .new_client {
    flex-direction: column;
  }
  .client .new_client .new_client_id {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .client .task_line_title {
    flex-direction: column;
  }
  .task .task_line_title .input {
    margin-bottom: 5px;
  }
  .client .task_line_type {
    flex-direction: column;
  }
  .client .task_line_type .input {
    width: 100%;
    margin-bottom: 5px;
  }
  .client .task_line_title {
    margin-bottom: 0;
    min-height: auto;
    margin-top: 5px;
  }

  .client_add_ .client_add_link {
    max-width: 90%;
  }

  .block .center .setting-top {
    flex-wrap: wrap;
  }
  .block .center .setting .setting_step .table .td {
    width: auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .block .center .setting .change {
  }

  .block
    .center
    .setting
    .setting_step
    .tg_setting_line
    .tg_setting_line_right
    .report-repeat-tg
    .task_repeat_ {
    flex-wrap: wrap;
  }
  .block
    .center
    .setting
    .setting_step
    .tg_setting_line
    .tg_setting_line_right
    .report-repeat-tg
    .label {
    width: 33%;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .block .center .setting .setting_step .table .th-title {
    display: none;
  }
  .block .center .setting .setting_step .table .tr {
    margin: 0;
    margin-bottom: 5px;
  }

  .block .center .setting .setting-telegram {
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .block .center .setting .setting_step .change .input {
    width: 210px;
  }

  .block .center .setting .setting_step .table .tr .set_7_name {
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .wappi .wappi_right .wappi_mess .wappi_from .wappi_mess_ {
    max-width: 250px;
  }

  .wappi .wappi_right .wappi_console .textarea {
    width: calc(100% - 60px);
    height: 50px;
  }
  .wappi .wappi_right .wappi_console .submit {
    margin: 0;
  }

  .block .center .calendar {
    margin: 10px;
    overflow: auto;
    max-width: calc(100% - 20px);
  }

  .block .center .user_id .user_id_left .user_id_left_list .user_id_left_text_1 {
    width: calc(50% - 20px);
  }
  .block .center .user_id .user_id_left .user_id_left_list .user_id_left_text_2 {
    width: calc(50% - 20px);
  }
  .block .center .user_id .user_id_left .user_id_left_inp .input {
    width: 100%;
  }
  .block .center .user_id .user_id_left .user_id_left_list .user_id_left_edit {
    margin: auto;
    margin-left: -25px;
  }
  .block .center .user_id .user_id_left .user_id_left_comment .textarea {
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    resize: auto;
    min-height: 150px;
  }

  .block
    .center
    .result
    .result_left
    .menu_task
    .menu_task_result
    .comment_right
    .comment_right_text {
    height: 60px;
  }

  .block .center .result .result_left .menu_task {
    height: auto;
    margin-bottom: 20px;
    min-height: 560px;
  }

  .object .task_line_type input[type="text"] {
    width: 100%;
  }

  .warehouse-product .name-product {
    width: 100%;
    margin-top: 15px;
  }
  .warehouse-product .warehouse-product-data .footer-block {
    flex-wrap: wrap;
  }
  .warehouse-product .warehouse-product-data .footer-block .input {
    margin-left: 0;
  }
  .warehouse-product .warehouse-product-data .center-block .left-block {
    width: auto;
  }
  .warehouse-product .warehouse-product-data .center-block .right-block {
    width: auto;
    margin: auto;
    margin-right: 0;
    margin-top: 0;
  }
}

/* TODO Вынести в отдельный файл */
/* Стили для прелоадеров */
.wappi-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  margin: auto;
}

.wappi-loader-spinner {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.wappi-loader-bounce {
  width: 12px;
  height: 12px;
  background-color: #25d366;
  border-radius: 50%;
  animation: wappi-bounce 1.4s infinite ease-in-out both;
}

.wappi-loader-bounce:nth-child(1) {
  animation-delay: -0.32s;
}
.wappi-loader-bounce:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes wappi-bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.wappi-loader-text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

/* Прелоадер сообщений */
.wappi-loader-messages {
  padding: 20px;
}

.wappi-loader-pulse {
  width: 120px;
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: pulse 1.5s infinite;
  border-radius: 4px;
}

.wappi-loader-messages-content {
  margin-top: 20px;
}

.wappi-loader-message-item {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}

.wappi-loader-message-item.reverse {
  flex-direction: row-reverse;
}

.wappi-loader-avatar {
  width: 32px;
  height: 32px;
  background: #f0f0f0;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 1.5s infinite;
}

.wappi-loader-avatar.large {
  width: 40px;
  height: 40px;
}

.wappi-loader-message {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wappi-loader-line {
  height: 12px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: pulse 1.5s infinite;
  border-radius: 6px;
}

.wappi-loader-line.short {
  width: 60%;
}
.wappi-loader-line.medium {
  width: 80%;
}
.wappi-loader-line.long {
  width: 100%;
}

/* Прелоадер контактов */
.wappi-loader-contacts {
  padding: 15px;
}

.wappi-loader-contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wappi-loader-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.wappi-loader-contact-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@keyframes pulse {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.wappi-error {
  padding: 20px;
  text-align: center;
  color: #ff4444;
  font-size: 14px;
}

/* Простая блокировка формы */
#wappi-send-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#wappi-send-area:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 750px) {
  #wappi_dialogs_container {
    transform: translateX(-100%);
  }

  #wappi-right-company {
    transform: translateX(100%);
  }
}
