body.bg {
  width: 100%;
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    /*url('https://www.zastavki.com/pictures/originals/2015/_Through_hardship_to_the_stars_104912_.jpg');*/
      url("https://www.zastavki.com/pictures/originals/2020Computers_Backlit_laptop_keyboard_142850_.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
}
main > .container {
  padding: 70px 15px 20px;
}
.ui-widget-content {
  z-index: 9999999;
}
.select2.select2-container {
  width: auto !important;
  min-width: 150px !important;
}
.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}
.table.table-bordered {
  width: auto;
}
.ms-selection li::after {
  content: "+";
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
}
.fixedFirstColumnDesktop .table.table-bordered td {
  font-size: 14px;
  padding: 5px;
}

.fixedFirstColumnDesktop .table.table-bordered tr td:nth-child(1),
.fixedFirstColumnDesktop .table.table-bordered tr th:nth-child(1) {
  position: absolute;
  width: 300px;
  left: 0px;
}
.fixedFirstColumnDesktop .table.table-bordered tr {
  display: flex;
}
.fixedFirstColumnDesktop .outer {
  position: relative;
}
.fixedFirstColumnDesktop .outer > div {
  margin-left: 300px;
}
.fixedFirstColumnDesktop .table-bordered th,
.fixedFirstColumnDesktop .table-bordered td {
  width: 85px;
  word-wrap: break-word;
  min-height: 35px;
}
thead {
  position: sticky;
  top: 0;
}
thead th,
thead td {
  outline: 1px solid #ddd;
  background-color: white;
}

.table-borderless thead th,
.table-borderless thead td {
  outline: none;
}

#crud-datatable-container {
  overflow-x: auto;
}

.text-white a {
  color: #fff;
}

@media screen and (max-width: 500px) {
  .fixedFirstColumn .table.table-bordered td {
    font-size: 14px;
    padding: 5px;
  }
  main > .container {
    padding: 70px 15px 20px;
  }
  .ui-widget-content {
    z-index: 9999999;
  }
  .select2.select2-container {
    width: auto !important;
    min-width: 150px !important;
  }
  .footer {
    background-color: #f5f5f5;
    font-size: 0.9em;
    height: 60px;
  }
  .table.table-bordered {
    width: auto;
  }
  .ms-selection li::after {
    content: "+";
    position: absolute;
    width: 140px;
    left: 0;
  }
  .fixedFirstColumn .table.table-bordered tr {
    display: flex;
  }
  .fixedFirstColumn .outer {
    position: relative;
  }
  .fixedFirstColumn .outer > div {
    margin-left: 140px;
  }
  .fixedFirstColumn .table-bordered th,
  .fixedFirstColumn .table-bordered td {
    width: 85px;
    word-wrap: break-word;
    min-height: 50px;
    min-height: 35px;
  }
  .lineTableForColumn tr {
    display: grid;
  }
  .lineTableForColumn th {
    background-color: #ddd;
  }
  .lineTableForColumn img {
    width: 100% !important;
    height: auto !important;
  }
  .table th,
  .table td {
    font-size: 0.8rem;
    padding: 10px;
  }
}

header nav {
  position: relative !important;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.navbar-dark .nav li a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .nav li a.dropdown-item:hover,
.nav li a.dropdown-item,
.nav li a:hover {
  color: #000000;
}

.navbar-dark .nav li a:hover {
  color: #ffffff;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 6px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .kv-table-wrap th,
  .kv-table-wrap td {
    display: table-cell;
    font-size: inherit;
    text-align: inherit;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}
.modal-backdrop.fade.show {
  opacity: 0.5;
}

.modal.bootstrap-dialog.type-warning.fade.size-normal.show {
  opacity: 1;
}

.fade.show.modal {
  opacity: 1 !important;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.kv-grid-table th:not(:nth-child(2)),
.kv-grid-table th:not(:nth-child(2)) a,
.kv-grid-table td:not(:nth-child(2)) {
  white-space: wrap;
}
.modal-content td {
  word-break: break-word;
}
.dropdown.nav-item.open.show a {
  color: black;
}
body {
  overflow-x: hidden;
}
.modal-lg {
  width: 1200px !important;
  max-width: 1200px !important;
}
.modal-md {
  width: 800px !important;
  max-width: 800px !important;
}
.close {
  display: none;
}
.modal-title {
  margin: 0px 0px 0px auto;
}
.mainMenu {
}
.mainMenu .row {
  border: 1px solid black;
  padding: 20px 0px;
  margin: 0px 0px;
}
.mainMenu .col-md-4 {
}
.mainMenu .col-md-4 img {
}
.mainMenu .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainMenu .col-md-8 h5 {
}
.mainMenu .col-md-8 a {
}
/*
.kv-table-wrap th, .kv-table-wrap td{
	display: table-cell !important;
}  */

@media (max-width: 767px) {
  .modal-dialog {
    width: 100% !important;
  }
  .modal-content {
    width: 100%;
    overflow: hidden;
  }
  .modal-body {
    overflow-x: auto;
  }
}

iframe {
  position: relative;
  z-index: 9;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 89%;
}
.comment-body {
  max-height: 400px;
  overflow-y: auto;
}
.help-block {
  font-size: 12px;
  color: #ff0000;
}

@media (max-width: 768px) {
  .ms-container {
    width: 100%;
  }

  .inspolniteFilters h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 414px) {
  .inspolniteFilters h4 {
    font-size: 0.9rem;
  }
}

.transform-scale-1-3 {
  transform: scale(1.3) !important;
  padding: 0 10px;
}

.order_client_agreement {
  padding: 8px;
  border: 2px solid #ff964c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 500px;
  margin: 0 auto;
}

.order_client_agreement img {
  width: 32px;
}

.orders-form .orderInfo .cell-responsible_id {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.orders-form .orderInfo .cell-responsible_id button {
  margin-bottom: 1rem;
  margin-left: 5px;
}

.orders-form .orderInfo .actions .btn {
  height: 38px;
  margin-bottom: 1rem;
}

@media (max-width: 1023px) {
  .card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ispolnitel-grid-header {
  background-color: rgb(222 236 241);
}

@media screen and (max-width: 480px) {
  .kv-table-wrap th,
  .kv-table-wrap td {
    display: block;
    width: 100% !important;
    text-align: center;
    font-size: 1.2em;
  }
}

.text-rework-comment {
  max-height: 200px;
  overflow-y: scroll;
}

header .notifications {
  position: relative;
  text-align: center;
}

header .notifications button,
header .notifications button:active,
header .notifications button:focus {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.25em;
  line-height: 1.5em;
  background-color: transparent;
  background-image: url("../img/bell.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}

header .notifications button svg {
  display: block;
  width: 100%;
  height: 100%;
}

header .notifications button .counter,
header .notifications button:active .counter,
header .notifications button:focus .counter {
  position: relative;
  display: none;
  top: -0.75em;
  right: -0.75em;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 100%;
  background-color: #dc3545;
  color: white;
}

header .notifications.new-messages button .counter {
  display: block;
}

header .notifications .dropdown {
  position: absolute;
  display: none;
  list-style: none;
  /*max-height: 320px;*/
  margin: 0;
  padding: 0;
  top: 100%;
  right: 0;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 5px;
  /*overflow-y: scroll;*/
  z-index: 1;
}

header .notifications.open .dropdown {
  display: block;
}

header .notifications .dropdown li {
  width: 230px;
  padding: 1em;
  text-align: right;
}

header .notifications .dropdown .date {
  margin-bottom: 0.5em;
  font-size: 0.75em;
}

header .notifications .dropdown li:not(:last-child) {
  border-bottom: 1px solid gray;
}

header .notifications a.notification__history {
  display: block;
  width: 100px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

header .notifications a.notification__history:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.instruction .tree-collapse.expanded .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.instruction .tree-collapse .treeview {
  display: none;
}

.instruction .tree-collapse.expanded .treeview {
  display: block;
}

.instruction .tree-collapse.expanded .treeview .list-group {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (min-width: 992px) {
  .instruction {
    display: flex;
    flex-direction: row;
  }

  .instruction .tree-collapse {
    margin-right: 25px;
  }

  .instruction .tree-collapse.expanded {
    width: 25%;
  }
}

#chatsButton {
  position: fixed;
  bottom: 50px;
  right: 50px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
}

#chatsButton:hover {
  box-shadow: 0 0 5px gray;
}

#chatsButton .counter {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

#chatsModal .modal-header {
  display: none;
}

#chatsModal .modal-body {
  padding: 0;
  height: calc(100vh - 3.5rem - 2px);
}

#chatsModal .navbar .btn-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#chatsModal .navbar .nav-link .counter {
  display: inline-block;
  vertical-align: middle;
  background-color: red;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  color: white;
  text-align: center;
  font-style: normal;
}

#chatsModal .tab-content {
  height: calc(100% - 38px);
}

#ordersChatsContent.show {
  display: flex;
  width: 100%;
  height: 100%;
}

#ordersChatsContent .orders {
  list-style: none;
  flex-shrink: 0;
  border-right: 1px solid gray;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  margin: 0;
  padding: 0;
  width: 170px;
  height: 100%;
  font-size: 12px;
  overflow-y: auto;
}

#ordersChatsContent .orders li {
  position: relative;
  padding: 1rem 2rem;
  line-height: 18px;
  cursor: pointer;
  text-wrap: nowrap;
}

#ordersChatsContent .orders li:hover {
  background-color: lightgrey;
}

#ordersChatsContent .orders li.selected {
  background-color: #d6eaf8;
}

#ordersChatsContent .orders li.search {
  padding: 0;
}

#ordersChatsContent .orders li.search input {
  padding: 0.25rem 1rem;
  border-radius: 0;
}

#ordersChatsContent .orders li.hidden {
  display: none;
}

#ordersChatsContent .orders li .counter {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  background-color: red;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  color: white;
  text-align: center;
}

#ordersChatsContent .chats {
  list-style: none;
  flex-shrink: 0;
  border-right: 1px solid gray;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 12px;
  overflow-y: auto;
}

#ordersChatsContent .chats li {
  position: relative;
  padding: 1rem 1.5rem;
  line-height: 18px;
  cursor: pointer;
  text-wrap: nowrap;
}

#ordersChatsContent .chats li:hover {
  background-color: lightgrey;
}

#ordersChatsContent .chats li.selected {
  background-color: #d6eaf8;
}

#ordersChatsContent .chats li.group {
  position: relative;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

#ordersChatsContent .chats li.group:hover {
  background-color: transparent;
}

#ordersChatsContent .chats li.group::after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#ordersChatsContent .chats li.group.expanded::after {
  content: '-';
}

#ordersChatsContent .chats li.group.new::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
}

#ordersChatsContent .chats li .counter {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 3px;
  background-color: red;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  color: white;
  text-align: center;
}

#ordersChatsContent .chats li .presence {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  line-height: 10px;
}

#ordersChatsContent .chat {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}

#ordersChatsContent .chat .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

#ordersChatsContent .chat .header .btn-close {
  align-self: flex-start;
}

#ordersChatsContent .chat .messages {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  border: 1px solid lightgray;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 10px;
  overflow-y: auto;
}

#ordersChatsContent .chat .messages .message {
  border: 1px solid lightgrey;
  border-radius: 4px;
  background-color: white;
  margin-left: auto;
  padding: 5px;
  width: 60%;
  font-size: 12px;
  line-height: 14px;
}

#ordersChatsContent .chat .messages .message.my {
  margin-left: 0;
}

#ordersChatsContent .chat .messages .message .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 10px;
}

#ordersChatsContent .chat .messages .message .info .date {
  color: gray;
}

#ordersChatsContent .chat .messages .message a {
  display: block;
  margin-top: 5px;
}

#ordersChatsContent .chat form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

#ordersChatsContent .chat form .form-group {
  margin: 0;
}

#ordersChatsContent .chat form textarea {
  font-size: 12px;
}

#ordersChatsContent .chat form input[type=file] {
  max-width: calc(100% - 80px);
  font-size: 12px;
}

#ordersChatsContent .chat form .sendButton {
  font-size: 12px;
}

#ordersChatsContent .mobile-header {
  display: none;
}

@media screen and (max-width: 991px) {
  #ordersChatsContent .orders {
    display: none;
  }

  #ordersChatsContent .chats {
    display: none;
  }

  #ordersChatsContent .chat .header {
    display: none;
  }

  #ordersChatsContent .mobile-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  #ordersChatsContent .mobile-header > div {
    width: 100%;
  }

  #ordersChatsContent .mobile-header .d-flex {
    gap: 4px;
  }

  #ordersChatsContent .mobile-header .mobile-chats + .select2 {
    width: 100% !important;
  }

  #ordersChatsContent .mobile-header .mobile-title {
    margin-top: 4px;
  }

  .chats-select2-order-item {
    position: relative;
    padding: 4px 0;
    text-wrap: nowrap;
  }

  .chats-select2-order-item .title {
    padding-left: 25px;
    line-height: 18px;
  }

  .chats-select2-order-item .counter {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: red;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    color: white;
    text-align: center;
  }

  .chats-select2-chat-item {
    position: relative;
    padding: 4px 0;
    line-height: 18px;
    text-wrap: nowrap;
  }

  .chats-select2-chat-item .title {
    padding-left: 25px;
    line-height: 18px;
  }

  .chats-select2-chat-item .counter {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 3px;
    background-color: red;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    color: white;
    text-align: center;
  }

  .chats-select2-chat-item .presence {
    display: block;
    margin-top: 2px;
    margin-left: 25px;
    font-size: 10px;
    line-height: 10px;
  }

  .mobile-chats + .select2 .selection .chats-select2-chat-item .counter {
    top: 3px;
  }

  .mobile-chats + .select2 .selection .chats-select2-chat-item .presence {
    display: none;
  }
}

#executorsChatContent.show,
#copywritersChatContent.show {
  display: flex;
  width: 100%;
  height: 100%;
}

#executorsChatContent .chat,
#copywritersChatContent .chat {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}

#executorsChatContent .chat .pinBox,
#copywritersChatContent .chat .pinBox {
  position: absolute;
  top: 5px;
  left: 15px;
  right: 15px;
  z-index: 1;
  max-height: 80px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#executorsChatContent .chat .pinBox .message,
#copywritersChatContent .chat .pinBox .message {
  position: relative;
  background-color: white;
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  max-height: 80px;
  overflow: hidden;
}

#executorsChatContent .chat .pinBox .message .info,
#copywritersChatContent .chat .pinBox .message .info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

#executorsChatContent .chat .pinBox .message .info .date,
#copywritersChatContent .chat .pinBox .message .info .date {
  color: gray;
}

#executorsChatContent .chat .pinBox .message .counter,
#copywritersChatContent .chat .pinBox .message .counter {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  font-size: 14px;
  color: #007bff;
  font-weight: bold;
}

#executorsChatContent .chat .pinBox .message::after,
#copywritersChatContent .chat .pinBox .message::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 0;
  right: 0;
  height: 80px;
  box-shadow: 0 -15px 10px #fff;
}

#executorsChatContent .chat .messages,
#copywritersChatContent .chat .messages {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  border: 1px solid lightgray;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 10px;
  overflow-y: auto;
}

#executorsChatContent .chat .messages.hasPinned,
#copywritersChatContent .chat .messages.hasPinned {
  padding-top: 70px;
}

#executorsChatContent .chat .messages .message,
#copywritersChatContent .chat .messages .message {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  background-color: white;
  margin-left: auto;
  padding: 5px;
  width: 60%;
  font-size: 12px;
  line-height: 14px;
}

#executorsChatContent .chat .messages .message.important,
#copywritersChatContent .chat .messages .message.important {
  border-color: #28a745;
}


#executorsChatContent .chat .messages .message.replyTo,
#copywritersChatContent .chat .messages .message.replyTo {
  gap: 5px;
}


#executorsChatContent .chat .messages .message.my,
#copywritersChatContent .chat .messages .message.my {
  margin-left: 0;
}

#executorsChatContent .chat .messages .message .info,
#copywritersChatContent .chat .messages .message .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: calc(100% - 25px);
  font-size: 10px;
  line-height: 10px;
}

#executorsChatContent .chat .messages .message .info .date,
#copywritersChatContent .chat .messages .message .info .date {
  color: gray;
}

#executorsChatContent .chat .messages .message .info2,
#copywritersChatContent .chat .messages .message .info2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: calc(100% - 25px);
  font-size: 10px;
  line-height: 10px;
}

#executorsChatContent .chat .messages .message .menuButton,
#copywritersChatContent .chat .messages .message .menuButton {
  position: absolute;
  top: 2.5px;
  right: 2.5px;
  border: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url(/img/menu-dots-square.svg);
  background-size: contain;
  padding: 0;
}

#executorsChatContent .chat .messages .message .menu,
#copywritersChatContent .chat .messages .message .menu {
  position: absolute;
  top: 25px;
  right: 2.5px;
  display: none;
  list-style: none;
  margin: 0;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
}

#executorsChatContent .chat .messages .message .menu.open,
#copywritersChatContent .chat .messages .message .menu.open {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#executorsChatContent .chat .messages .message .menu li,
#copywritersChatContent .chat .messages .message .menu li {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 10px;
}

#executorsChatContent .chat .messages .message .menu li:hover,
#copywritersChatContent .chat .messages .message .menu li:hover {
  background-color: #ccc;
}

#executorsChatContent .chat .messages .message a,
#copywritersChatContent .chat .messages .message a {
  display: block;
  margin-top: 5px;
}

#executorsChatContent .chat .messageLink,
#copywritersChatContent .chat .messageLink {
  color: #007bff;
  cursor: pointer;
}

#executorsChatContent .chat form,
#copywritersChatContent .chat form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

#executorsChatContent .chat form .form-group,
#copywritersChatContent .chat form .form-group {
  margin: 0;
}

#executorsChatContent .chat form label,
#copywritersChatContent .chat form label {
  font-size: 12px;
}

#executorsChatContent .chat form .replyLabel .cancel,
#copywritersChatContent .chat form .replyLabel .cancel {
  color: #c82333;
  cursor: pointer;
  font-weight: bold;
}

#executorsChatContent .chat form textarea,
#copywritersChatContent .chat form textarea {
  font-size: 12px;
}

#executorsChatContent .chat form input[type=file],
#copywritersChatContent .chat form input[type=file] {
  max-width: calc(100% - 80px);
  font-size: 12px;
}

#executorsChatContent .chat form .sendButton,
#copywritersChatContent .chat form .sendButton {
  font-size: 12px;
}

.upload-reviews-to-auto-soft-form .options {
  margin-top: 50px;
}

.upload-reviews-to-auto-soft-form .option {
  margin-top: 5px;
  margin-bottom: 25px;
  min-width: 700px !important;
  max-width: 700px !important;
  position: relative;
  word-break: break-all;
  overflow-wrap: break-word;
}

.option.image {
  min-height: 350px;
  min-width: 200px;
  max-height: 500px;
  max-width: 500px;
}

.not_valid_option {
  color: red;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: none;
  z-index: 9999; /* Ensure it sits above other elements */
}

#loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  border: 1px solid black;
  transform: translate(-50%, -50%);
  color: black;
  padding: 15px;
  width: 500px;
  border-radius: 30px;
  text-align: center;
  font-size: 23px;
  font-family: "Courier New", Courier, monospace;
}

.upload-reviews-to-auto-soft-form .custom_modal_footer {
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom_modal_footer .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.error_modal_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.custom_modal_button {
  border: 1px solid black;
  min-width: 120px !important;
  max-width: 120px !important;
}

.close_modal_button {
  background-color: rgb(228, 148, 0);
  color: white !important;
}

.close_modal_button:hover {
  background-color: rgb(215, 140, 0);
}

.analytics_container {
  font-size: 19px;
  font-family: "Courier New", Courier, monospace;
  font-weight: 100;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}

.proxies_table {
  margin-top: 75px;
  width: 1000px;
  background-color: #f0f7ff;
  border: 1px solid black;
}

#proxies_table_body th {
  font-size: 19px;
  padding: 6px;
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
  border: 1px solid black;
  background-color: #dcdcdc;
}

#proxies_table_body tr td {
  border: 1px solid black;
}

#proxies_table_body td {
  padding: 6px;
}

#proxies_table_body td {
  border: 1px solid black;
}

#proxies_table_body td:hover {
  cursor: pointer;
  border: 1px double blueviolet;
}

[contenteditable]:focus {
  border: 1px double blueviolet;
  outline: none !important;
}

#analytics_context_menu {
  position: absolute;
  background-color: azure;
  width: 210px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: none;
  border: 3px solid rgb(79, 53, 53);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  border-radius: 5px;
  flex-direction: column;
}

#analytics_context_menu:hover,
.analytics_context_option:hover {
  cursor: pointer;
  color: red;
}

.analytics_context_option,
.reviews_context_option {
  justify-content: center;
  align-items: center;
  display: flex;
  color: black;
  font-size: 17px;
  font-weight: 700;
  height: 40px;
  width: 200px;
}

.custom_file_input {
  display: flex;
  align-items: center;
  gap: 15px;
}

.auto_parser_schedule_container {
  display: flex;
  align-items: center;
  align-items: center;
  flex-direction: column;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
}

.auto_parser_schedule_container .header {
  margin-top: 50px;
  margin-bottom: 30px;
}

.auto_parser_schedule_table {
  background-color: white;
  margin-top: 15px;
  width: 100%;
  border: 1px solid black;
}
.auto_parser_hours_cell,
.auto_parser_day_cell {
  border: 1px solid black;
  background-color: white;
  padding: 8px;
}

.auto_parser_hours_cell > div {
  display: flex;
  align-items: center;
}

.auto_parser_hours_cell > div > div {
  margin-top: 3.5px;
  margin-left: 12px;
}

.auto_parser_checkbox {
  width: 15px;
  height: 15px;
}

.auto_parser_checkbox:hover {
  cursor: pointer;
}

.auto_parser_hours_cell_header {
  background-color: whitesmoke;
  border: 1px solid black;
  padding: 15px;
}

#save_auto_parser_schedule {
  margin: 35px 0px 100px 0px;
}

#upload_to_auto_soft_button {
  padding: 8px;
}

.cross_button {
  border: none;
  font-size: 25px !important;
  background-color: white;
  position: absolute;
  margin-right: 21px;
  right: 0;
}

.cross_button:hover {
  color: rgb(75, 75, 75);
}

.options .introduction_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.auto_parser_schedule_container .option_section {
    display: flex;
    gap: 18px;
    font-size: 21px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
}

#post_review_day_limit {
    width: 441px;
    font-size: 18px;
}

.bg-success-light {
  background-color: #d4edda !important;
}
