.body {
  font-family: "Roboto", sans-serif;
}
  .input-wrapper {
    display: inline-block;
    position: relative;
   }
   .input-wrapper:hover:after {
    content: attr(data-title);
    position: absolute;
    left: 90%; top: 50%;
    z-index: 1;
    background: #ffffcc;
    font-size: 11px;
    padding: 5px 10px;
    border: 1px solid #000;
    box-shadow: 5px 5px 8px 0px rgba(119, 119, 119, 0.64);
    -moz-box-shadow: 5px 5px 8px 0px rgba(119, 119, 119, 0.64);
    -webkit-box-shadow: 5px 5px 8px 0px rgba(119, 119, 119, 0.64);
   }

.table_reports_scroll {
  height: 100vh;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.table_reports_scroll222 {
  height: 820px;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#list_search {
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.table_reports thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  background: #ebebeb;
  font-size: 12px;
  padding: 5px 2px;
  cursor: pointer;
}
.table_reports th {
  font-size: 12px;
  padding: 2px 1px;
  cursor: pointer;
}
.table_reports tbody td {
  text-align: left;
  font-size: 12px;
  vertical-align: center;
  padding: 2px 3px;
  cursor: pointer;
}
.scroll-table-body {
  height: 50vh;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.scroll_table_guide_body {
  max-height: 68vh;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.scroll_table_time_body {
  max-height: 28vh;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.scroll-table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  background: #e9e7e7;
  font-size: 12px;
  padding: 5px 2px;
  cursor: pointer;
}
.scroll-table th {
  font-size: 12px;
  padding: 2px 1px;
  cursor: pointer;
}
.scroll-table tbody td {
  text-align: left;
  font-size: 12px;
  vertical-align: center;
  padding: 2px 3px;
  cursor: pointer;
}
.scroll-list-body {
  max-height: 120px;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.table_pay {
  font-size: 12px;
}
.scroll-list-body2 {
  height: 200px;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.scroll-list2-body {
  max-height: 588px;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.scroll-cour-body {
  height: 325px;
  overflow-x: auto;
  margin-top: 0px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #eee;
}
.scroll-chat-body {
  height: 100%;
  overflow-x: auto;
  margin-top: 0px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #eee;
}
.scroll-chat-body2 {
  height: 80px;
  overflow-x: auto;
  margin-top: 0px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #eee;
}
.scroll_guid_establish {
  max-height: 330px;
  overflow-x: auto;
  margin-top: 0px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #eee;
}
.scroll-blacklist-body {
  height: 312px;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* Стили для скролла */
::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pre_zakaz_status {
  text-decoration: line-through;
  color: rgb(52, 0, 0);
  background-color: #ffcccc;
}
.status_none {
  display: none !important;
}
.green {
  background-color: #ccffcc;
}
.warning {
  background-color: #ffffcc;
}
.red {
  background-color: #ffcccc;
}
.light {
  background-color: #fafafa;
}

#files-area {
}

.file-block {
  display: flex;
  align-items: flex-end;
}

.file-block>span.name {
  padding-left: 5px;
  width: max-content;
  display: inline-flex;
}

.file-delete:hover {
  background-color: rgba(88, 88, 88, 0.677);
}

.file-delete>span {
  transform: rotate(45deg);
}

.create_courier_form input {
  font-size: 12px;
  padding: 4px;
}
.karta {
  font-size: 12px;
}
.form_courier {
  display: none;
}
.form_user {
  display: none;
}
.create_user_form input {
  font-size: 12px;
  padding: 4px;
}
.num_zakaz {
  max-width: 40px;
}
.office {
  max-width: 30px;
}
.nav-tabs-zakaz {
  font-size: 14px !important;
}
.form-zakaz h6 {
  font-size: 12px !important;
  margin: 3px 0;
}
.form-zakaz input {
  font-size: 12px !important;
  padding: 3px;
  border-radius: 5px;
}
.form-zakaz textarea {
  font-size: 12px !important;
  padding: 3px;
}
.form-zakaz select {
  font-size: 12px !important;
  padding: 3px;
}
.nav-panel-table {
  font-size: 12px !important;
}
.nav-panel-table input {
  font-size: 12px !important;
}
.tabs-history_zakaz {
  font-size: 12px !important;
}
.tabs-history {
  font-size: 12px !important;
}
.tabs-history input {
  font-size: 12px !important;
  max-width: 60px;
}

.service {
  background-color: rgb(255, 251, 171);
}
.service th {
  /* background-color: rgb(218, 125, 30) !important; */
  background-color: sandybrown !important;
}
.form_client {
  display: block;
}
.form_client-toggle {
  display: none;
}
.black_client {
  display: block;
}
.form_client_black_toggle {
  display: block;
}
.form_shop {
  display: none;
}
.reestr {
  height: 60vh;
}
.cour {
  height: 30vh;
}
.karta {
  height: 30vh;
}
.chat {
  height: 30vh;
}
.raz {
  -moz-appearance: textfield;
  width: 14%;
}
.raz::-webkit-inner-spin-button {
  display: none;
}
/* #dostavka2{
display: none;
} */
#edit_form_zakaz {
  display: none;
}
.edit_toggle {
  display: block;
}
#map {
  height: 180px;
}
#client_black {
  width: 420px !important;
}
#form_card {
  display: none;
}
.edit_bg {
  /* background-color: #dcedc8; */
}
.activ {
  background-color: #7cfc00 !important;
}
.activ_guide {
  background-color: #e7f1ff !important;
  color: #0c63e4 !important
}
#table_product_guide {
  display: none;
}
#table_zavedenie {
  display: none;
}
#table_zavedenie_add {
  display: none;
}
.cour_count {
  background-color: rgb(255, 251, 171) !important;
}
.accepted {
  background-color: #ffccff;
}
.onExecution {
  background-color: #ccffcc;
}
.completed {
  background-color: #ccffff;
  color: #051030;
}
.yellow{
background-color: #ffffcc;
}
.orange{
  background-color: #f8e6cb;
}
.zakaz_zaved{
  background-color: #CCCCCC;
}
.cancel {
  background-color: #fa8072;
}
.black {
  background-color: #f45c5c !important;
}
.del {
  background-color: red;
}
.select2-selectio {
  max-width: 250px;
}
/* чат */
.chat__header {
  text-align: center;
}

.chat__item {
  display: flex;
  align-items: flex-start;
}

.chat__person-avatar {
  border-radius: 50%;
}

.chat__messages {
  margin-left: 12px;
}

.chat__message {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.chat__message-content {
  border-radius: 5px;
  padding: 7px;
  background-color: #ccc;
  display: inline-block;

  margin-left: 5px;
}

.chat__item--responder {
  flex-direction: row-reverse;
}

.chat__item--responder .chat__message {
  flex-direction: row-reverse;
}

.chat__item--responder .chat__message-content {
  margin-left: 0;
  margin-right: 5px;
}
#chat {
  font-size: 12px;
}
.cour_right{
  display: flex;
  align-items: center;
  justify-content: end;
}
.oper_left{
  display: flex;
  justify-content: start;
  flex-direction: column;
}
.cour_bg{
  background-color: #add8e6;
}
.oper_bg{
  background-color: #daeeaa;
}
/* чат */

.status_icon {
  background-color: rgb(26, 126, 55);
  border-radius: 20px;
  display: inline-block;
  animation: blink 0.8s linear infinite;
}
.status_icon2 {
  background-color: #1c87c9;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      border: none;
      color: #eeeeee;
      cursor: pointer;
      display: inline-block;
      font-family: sans-serif; 
      font-size: 13px;
      text-align: center;
      text-decoration: none;
      animation: glowing 1300ms infinite;
}
.underLine_cour{
  text-decoration: underline;
}
.undrline{
  text-decoration: underline;
}

@keyframes blink {
  0%,
  10% {
    background: rgb(190, 222, 78);
  }
  20% {
    background: rgb(26, 126, 55);
  }
  10% {
    background: rgb(190, 222, 78);
  }
  0% {
    background: rgb(26, 126, 55);
  }
}

@keyframes glowing {
  0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
  50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; }
  100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
}
