* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  height: 100%;
  background: #f8f9fa;
  color: #212529;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #212529;
}

h1 {
  font-size: 2.5rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

p {
  margin-bottom: 1rem;
}

a {
  color: #0d6efd;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #0a58ca;
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid #6ea8fe;
  outline-offset: 2px;
}

strong {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.table {
  color: #212529;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.container-1700 {
  max-width: 1700px;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .wrapper {
    overflow: hidden;
  }
}

.wrapper-left {
  position: fixed;
}

header {
  margin: 1rem 1rem 0.5rem 0;
  max-width: 1140px;
}

header .dropdown-toggle {
  background: url("/personal/images/icons/icon_user.svg") left center no-repeat;
  background-size: 18px auto;
  padding-left: 1.75rem;
  font-size: 0.875rem;
  border: none;
  background-color: transparent;
  color: #495057;
}

header .dropdown-toggle:after {
  display: none;
}

header .dropdown-menu {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}

header .dropdown-menu .dropdown-item {
  color: #0d6efd;
  font-size: 0.875rem;
}

header .dropdown-menu .dropdown-item:hover {
  background-color: #e9ecef;
}

header .help {
  margin: 2rem auto 0;
  padding: 1.5rem;
  background: linear-gradient(145deg, #0d6efd, #0a58ca);
  color: #fff;
  border-radius: 0.75rem;
  background-size: cover;
}

header .help .title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

header .help .text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  opacity: 0.95;
}

header .help ul {
  list-style: none;
}

header .help ul a {
  color: #fff;
  text-decoration: underline;
}

header .help ul a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  header .help {
    background-image: url("/personal/images/media/okibot_half.png");
    background-repeat: no-repeat;
    background-position: right top;
  }
}

@media (max-width: 767px) {
  header {
    margin: 0;
  }

  header .navbar {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .navbar .navbar-nav {
    margin-top: 1rem;
  }

  header .navbar .nav-link {
    color: #212529;
    background-position: left 0.75rem center;
    background-repeat: no-repeat;
    background-size: auto 1rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
  }

  header .navbar .nav-link:hover {
    background-color: #e9ecef;
  }
}

.sidebar {
  height: 100%;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .part {
  display: flex;
  justify-content: flex-end;
}

.sidebar .inner {
  padding: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-top {
  text-align: center;
}

.sidebar-top img {
  margin-bottom: 1.25rem;
  max-width: 120px;
}

.sidebar-top .btn i {
  margin-right: 0.75rem;
}

.sidebar-center .inner {
  overflow-y: auto;
  height: 100%;
}

.sidebar-center .help {
  margin: 2rem auto;
  max-width: 200px;
  padding: 1.5rem;
  background: #0d6efd;
  color: #fff;
  border-radius: 0.75rem;
}

.sidebar-center .help .title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.sidebar-center .help .text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.sidebar-center .help ul {
  list-style: none;
}

.sidebar-center .help ul a {
  color: #fff;
  text-decoration: underline;
}

.sidebar-center .help ul a:hover {
  text-decoration: none;
}

.sidebar-center nav {
  max-width: 200px;
  margin: 0 auto;
}

.sidebar-center nav .nav-link {
  color: #212529;
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: auto 1rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.25rem;
}

.sidebar-center nav .nav-link:hover {
  background-color: #e9ecef;
  text-decoration: none;
}

.sidebar-center nav .nav-link.active {
  background-color: #6ea8fe;
  color: #fff;
}

.sidebar-center nav .nav-link.active:hover {
  background-color: #0d6efd;
}

.sidebar-center nav .nav-link.nav-bots {
  background-image: url("/personal/images/icons/icon_bot.svg");
}

.sidebar-center nav .nav-link.nav-dialogs {
  background-image: url("/personal/images/icons/icon_dialog.svg");
}

.sidebar-center nav .nav-link.nav-clients {
  background-image: url("/personal/images/icons/icon_clients.svg");
}

.sidebar-center nav .nav-link.nav-orders {
  background-image: url("/personal/images/icons/icon_order.svg");
}

.sidebar-center nav .nav-link.nav-sender {
  background-image: url("/personal/images/icons/icon_chat_black.svg");
}

.sidebar-center nav .nav-link.nav-blog {
  background-image: url("/personal/images/icons/icon_blog.svg");
}

.sidebar-center nav .nav-link.nav-help {
  background-image: url("/personal/images/icons/icon_help_black.svg");
}

.sidebar-center nav .nav-link.nav-feed {
  background-image: url("/personal/images/icons/icon_news.svg");
}

@media (max-width: 767px) {
  .sidebar .sidebar-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.content {
  flex: 1;
  margin: 0 1rem 0 0;
  max-width: 1140px;
}

.content .page {
  padding: 2rem;
  transition: all 0.2s ease-in-out;
}

.content .page-controls {
  text-align: right;
  margin-bottom: 1rem;
}

.content .page-top {
  display: flex;
  align-items: center;
}

.content .page-top h1 {
  margin-bottom: 0;
}

.content .page-description {
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  color: #495057;
}

@media (min-width: 768px) {
  .content .page .page-content {
    overflow-y: auto;
    padding-right: 1rem;
    padding-top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .content {
    margin: 0;
    padding: 0 1rem;
  }

  .content .page {
    padding: 1rem 0.75rem;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  .content .page .page-top {
    display: block;
  }
}

.footer {
  font-size: 0.875rem;
  padding-bottom: 1.5rem;
  padding-top: 0;
  color: #6c757d;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.75rem;
  font-size: 1rem;
  border-radius: 50rem;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}

.btn-primary {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.btn-primary:hover {
  background: #0a58ca;
  border-color: #0a58ca;
}

.btn-outline-primary {
  border-color: #0d6efd;
  color: #0d6efd;
}

.btn-outline-primary:hover {
  background: #0d6efd;
  color: #fff;
}

.btn-danger {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger:hover {
  background: #c82333;
  border-color: #bd2130;
}

.btn-success {
  background: #198754;
  border-color: #198754;
  color: #fff;
}

.btn-success:hover {
  background: #157147;
  border-color: #136740;
}

.btn-warning {
  background: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.btn-warning:hover {
  background: #edb100;
  border-color: #e0a800;
}

.btn-link {
  color: #0d6efd;
  text-decoration: underline;
  border: none;
  background: transparent;
}

.btn-link:hover {
  color: #0a58ca;
  text-decoration: none;
}

.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.75rem 2.5rem;
  font-size: 1.125rem;
}

.btn-plus {
  background-image: url("/personal/images/icons/icon_plus_round.svg");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 2.75rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50rem;
}

.badge-default {
  background: #bbbbbb;
}

.badge-info {
  background: #009fff;
}

.badge-danger {
  background: #ff6161;
}

.badge-success {
  background: #7ac943;
}

.badge-warning {
  background: #ff8562;
}

.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-info {
  color: #212529;
  background-color: tint-color(#0dcaf0, 80%);
  border-color: tint-color(#0dcaf0, 60%);
}

.accordion .card {
  border: none;
  margin-bottom: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.accordion .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 0;
}

.accordion .card-header .btn {
  width: 100%;
  display: block;
  text-align: left;
  color: #0d6efd;
  text-decoration: none;
  padding: 1rem;
  border-radius: 0.5rem;
}

.accordion .card-header .btn:hover {
  background-color: #e9ecef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f8f9fa;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #6ea8fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0.75rem;
}

.input-group .form-control {
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #e9ecef;
  border: 1px solid #dee2e6;
}

label {
  display: inline-block;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #495057;
}

.form-controls {
  margin-top: 2.5rem;
}

.filter {
  margin-bottom: 2rem;
}

.filter .form-control {
  background: transparent;
  border: none;
  border-bottom: 2px solid #0d6efd;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.filter .input-group {
  margin-bottom: 0;
}

.filter .input-group .form-control {
  margin-right: 0.5rem;
}

.filter .btn-link {
  color: #0d6efd;
}

.filter .btn-link i {
  color: #495057;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease-in-out;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ced4da;
}

.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.loader {
  display: none;
}

.loading .loader {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.balloons .owl-item {
  padding: 0 1rem;
}

.balloons .item .text {
  color: #fff;
  background: rgba(13, 110, 253, 0.85);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  font-size: 1.125rem;
  padding: 1.5rem 2rem 2rem;
  border-radius: 0.75rem;
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.balloons .item .text:after {
  position: absolute;
  bottom: -22px;
  left: 55%;
  content: "";
  width: 30px;
  height: 25px;
  background: url("/personal/images/media/baloon_corner.png") center center no-repeat;
  background-size: contain;
}

.balloons .item .text a {
  text-decoration: underline;
  color: #fff;
}

.balloons .item .text a:hover {
  text-decoration: none;
}

.balloons .item .name {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.chat {
  overflow-y: auto;
  padding-right: 0.5rem;
  max-height: 600px;
}

.chat .datetime {
  font-size: 0.75rem;
  color: #6c757d;
}

.chat .message {
  margin-bottom: 1.5rem;
}

.chat .message .inner {
  min-height: 3rem;
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 400px;
  border-radius: 0.75rem;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.chat .message .inner .top {
  display: flex;
  justify-content: space-between;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.chat .message .inner .top .bot {
  padding-left: 1.5rem;
  font-size: 0.75rem;
  color: #0d6efd;
}

.chat .message .inner .top .bot.bot-telegram {
  background-image: url("/personal/images/icons/icon_tg_white.svg");
  background-size: auto 0.875rem;
}

.chat .message .inner .text {
  font-size: 0.875rem;
  padding: 0.5rem 0;
}

.chat .question {
  text-align: right;
  margin: 1rem 0 1.5rem;
}

.chat .question .inner {
  color: #fff;
  background: #0d6efd;
  text-align: left;
}

.chat .question .inner:before {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.25rem 1.25rem 0;
  border-color: transparent #0d6efd transparent transparent;
  position: absolute;
  right: 2rem;
  bottom: -1.25rem;
  content: "";
}

.chat .question .inner .top .bot {
  padding-top: 0.25rem;
  padding-left: 2rem;
}

.chat .answer .inner {
  text-align: left;
  color: #212529;
  background: #f8f9fa;
}

.chat .answer .inner:before {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 0;
  border-color: #f8f9fa transparent transparent transparent;
  position: absolute;
  left: 2rem;
  bottom: -1.25rem;
  content: "";
}

.chat .answer .inner .top .username {
  color: #0d6efd;
  background: url("/personal/images/icons/icon_user_grey_1.svg") left center no-repeat;
  background-size: 0.875rem auto;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

.chat .answer .inner .text {
  color: #495057;
}

.chat .username {
  font-size: 0.875rem;
  color: #6c757d;
}

.list .item > .row {
  align-items: center;
}

.list .item .username {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.list .item .username span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.list .item .username-1 span {
  background: #0d6efd;
}

.list .item .username-2 span {
  background: #dc3545;
}

.list .item .username-3 span {
  background: #0dcaf0;
}

.list .item .username-4 span {
  background: #ffc107;
  color: #212529;
}

.list .item .username-5 span {
  background: #6ea8fe;
}

.list .item .date,
.list .item .time {
  font-size: 0.875rem;
}

.list .item .date {
  color: #212529;
}

.list .item .time {
  color: #6c757d;
}

.list .item .name {
  font-size: 1rem;
  font-weight: 600;
}

.list .item .bot {
  background-size: 1.5rem auto;
  line-height: 1.2;
  color: #212529;
  font-size: 0.875rem;
  padding-top: 0.25rem;
  padding-left: 2rem;
}

.show .part {
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.show .part h5 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.show .part h5 span {
  font-weight: 300;
}

.show .part .btn-link {
  font-size: 0.875rem;
  padding: 0;
}

.show .part .not-found {
  font-size: 0.875rem;
  color: #6c757d;
}

.show .part .inner {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.show .data {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.show .data .bot {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  padding-left: 1.75rem;
  background-size: 1.25rem auto;
}

.show .data .table {
  font-size: 0.875rem;
  color: #212529;
}

.show .data .table tr:first-child td {
  border-top: none;
}

.show .data .table tr td {
  padding: 0.35rem;
}

.show .data .table tr td:first-child {
  font-weight: 600;
}

.show .user {
  margin-bottom: 1.5rem;
}

.show .user .top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.show .user .top .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #0d6efd;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.show .user .top .name {
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 0.5rem;
}

.show .user .top .datetime {
  font-size: 0.875rem;
  color: #6c757d;
}

.show .user .info {
  padding-left: 5.5rem;
  font-size: 0.875rem;
  position: relative;
  padding-bottom: 1.5rem;
}

.show .user .info:before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .show .user .info {
    padding-left: 0;
  }

  .show .user .info:before {
    display: none;
  }
}

.bots:not(.list) .page-top {
  margin-bottom: 1rem;
}

.bots:not(.list) h1 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.bots:not(.list) .btn-link {
  padding: 0.5rem;
  margin-right: 0.5rem;
}

.bots .bot {
  font-weight: 600;
  background-size: 1.75rem auto;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 2.25rem;
  min-height: 1.75rem;
}

.bots .bot.bot-telegram {
  background-image: url("/personal/images/icons/icon_tg_blue.svg");
}

.bots .bot-navbar {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bots .bot-navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #e9ecef;
  border-radius: 50rem;
  padding: 0.25rem;
  margin: 0;
}

.bots .bot-navbar .navbar-nav .nav-link {
  margin: 0 0.125rem;
  padding: 0.4rem 1rem;
  color: #212529;
  border-radius: 50rem;
  transition: all 0.2s ease-in-out;
}

.bots .bot-navbar .navbar-nav .nav-link:hover {
  background: rgba(13, 110, 253, 0.1);
}

.bots .bot-navbar .navbar-nav .nav-link.active {
  background: #0d6efd;
  color: #fff;
}

.bots .bot-navbar .bot-settings {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}

.bots .bot-navbar .bot-settings a {
  margin-right: 1rem;
}

@media (max-width: 991px) {
  .bots .bot-navbar .bot-settings {
    padding-left: 0;
    margin-top: 1rem;
  }
}

.bots .indicator {
  display: inline-block;
  width: 1.25rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  margin-right: 0.35rem;
}

.bots .date {
  color: #6c757d;
}

.bots.list .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  padding: 1.25rem 1.75rem;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.bots.list .item:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-color: #6ea8fe;
}

.bots.list .item .welcome-text {
  padding-left: 2rem;
  background: url("/personal/images/icons/icon_quote.svg") left center no-repeat;
  background-size: 1rem;
  font-size: 0.875rem;
  color: #495057;
}

.bots.list .item .controls a {
  margin-right: 0.5rem;
}

.bots.list .item .controls img {
  height: 1.5rem;
  width: auto;
}

.bots.list .item .bot {
  padding-left: 2.25rem;
}

.bots.show .details {
  margin-bottom: 2.5rem;
}

.bots.show .details .name {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.bots.show .details .welcome-text {
  background: url("/personal/images/icons/icon_quote.svg") left 1rem top 0.75rem no-repeat #f8f9fa;
  background-size: 0.875rem;
  padding: 1.25rem 3rem;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

.bots.show .details table {
  width: 100%;
}

.bots.show .details table tr td {
  padding: 0.4rem;
}

.bots.show .details table tr td:first-child {
  font-weight: 600;
}

.bots.show .details table tr td:last-child {
  font-weight: 300;
}

.bots.show .control-panel .item-wrapper {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.bots.show .control-panel .item {
  cursor: pointer;
  margin-bottom: 1.5rem;
  flex: 1 1 250px;
  display: flex;
  align-items: stretch;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.bots.show .control-panel .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.bots.show .control-panel .item .img {
  flex: 0 0 90px;
  background-size: cover;
  background-position: center;
  background-color: #ced4da;
}

.bots.show .control-panel .item.constructor .img {
  background-image: url("/personal/images/media/students.jpg");
}

.bots.show .control-panel .item.dialogs .img {
  background-image: url("/personal/images/media/shoes.jpg");
}

.bots.show .control-panel .item.clients .img {
  background-image: url("/personal/images/media/people.jpg");
}

.bots.show .control-panel .item.orders .img {
  background-image: url("/personal/images/media/orders.jpg");
}

.bots.show .control-panel .item .info {
  flex: 1;
  padding: 1.5rem;
  background: #fff;
}

.bots.show .control-panel .item .info .title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.bots.show .control-panel .item .info .description {
  font-size: 0.875rem;
  color: #495057;
}

.bots.show .payments .btn-primary {
  background-image: url("/personal/images/icons/icon_card_white.svg");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 1.25rem;
  padding-left: 2.75rem;
}

.bots .edit .lead {
  font-weight: 600;
  margin-bottom: 2rem;
}

.bot-menu .page-content {
  position: relative;
}

.bot-menu #app_menu {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}

.bot-menu #app_menu.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 9999;
  border-radius: 0;
}

.bot-menu #app_menu .tools {
  padding: 0.5rem;
  background: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50rem;
  position: absolute;
  z-index: 1000;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bot-menu #app_menu .tools .btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bot-menu #app_menu .tools .btn:hover {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.bot-menu #app_menu .modal textarea {
  font-size: 0.875rem;
  height: 120px;
}

.bot-menu #app_menu .modal .form-check-label {
  display: flex;
  align-items: center;
}

.bot-menu #app_menu .modal .form-check-label input {
  margin-right: 0.5rem;
}

.bot-menu #app_menu .modal .files-list {
  margin-bottom: 1rem;
}

.bot-menu #app_menu .modal .files-list .file-wrapper {
  display: inline-block;
  margin-right: 1rem;
}

.bot-menu #app_menu .modal .files-list .file-wrapper a {
  margin-right: 0.5rem;
}

.bot-menu #app_menu .modal .files-list .file-wrapper button {
  border: none;
  background: transparent;
  color: #dc3545;
}

.bot-menu #app_menu .codes span {
  cursor: pointer;
  border-bottom: 1px dotted #0d6efd;
}

.dialogs.list .item {
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.dialogs.list .item:after {
  position: absolute;
  left: 2rem;
  bottom: -1.25rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 0;
  border-color: #fff transparent transparent transparent;
}

.dialogs.list .item .username {
  font-weight: 600;
  font-size: 1rem;
}

.dialogs.list .item .client {
  background: url("/personal/images/icons/icon_user_grey_1.svg") left center no-repeat;
  padding-left: 1.75rem;
  background-size: auto 1.125rem;
}

.dialogs.list .item .btn-light {
  border: 2px solid #0d6efd;
  border-radius: 0.5rem;
}

.dialogs.list .item .messages {
  display: inline-block;
  background: url("/personal/images/icons/icon_dialog_grey.svg") left center no-repeat;
  background-size: 1.75rem auto;
  padding-left: 2.25rem;
  line-height: 1.75rem;
}

.dialogs.show .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.dialogs.show .detail .name {
  font-size: 2rem;
  font-weight: 300;
}

.dialogs.show .detail .user {
  display: flex;
  align-items: center;
}

.dialogs.show .detail .user:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #0d6efd url("/personal/images/icons/icon_user_white.svg") center center no-repeat;
  background-size: 1.125rem auto;
  margin-right: 0.75rem;
}

.dialogs.show .detail .messages-count {
  background: url("/personal/images/icons/icon_dialog_grey.svg") left center no-repeat;
  background-size: 1.75rem auto;
  padding-left: 2.25rem;
}

.dialogs.show .detail .btn-link {
  color: #dc3545;
}

.dialogs.show .data {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.dialogs.show .data h5 {
  font-weight: 600;
  font-size: 1.125rem;
}

.clients.list .item {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.clients.list .item:hover {
  background: #f8f9fa;
}

.clients.show .user .info a {
  margin-bottom: 0.25rem;
}

.clients.show .orders .item {
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.clients.show .orders .item .datetime .date {
  color: #212529;
}

.clients.show .orders .item .datetime .time {
  color: #6c757d;
}

.clients.show .orders .item .name,
.clients.show .orders .item .product {
  font-weight: 600;
}

.clients.show .orders .item .price {
  font-weight: 600;
  color: #0d6efd;
}

.clients.show .orders .item .bot {
  padding-left: 2rem;
  background-size: 1.5rem;
}

.clients.show .dialogs .item {
  font-size: 0.875rem;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.clients.show .dialogs .item:after {
  position: absolute;
  left: 2rem;
  bottom: -1.25rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 0;
  border-color: #f8f9fa transparent transparent transparent;
}

.clients.show .dialogs .item .name {
  font-weight: 600;
}

.clients.show .dialogs .item .datetime {
  margin-bottom: 0.75rem;
}

.orders.list .item {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.orders.list .item:hover {
  background: #f8f9fa;
}

.orders.list .item .product {
  font-weight: 600;
}

.orders.list .item .price {
  font-weight: 600;
  color: #0d6efd;
}

.orders.show .user table {
  width: 100%;
}

.orders.show .user .table td {
  border: none;
  padding: 0.35rem;
  color: #212529;
}

.orders.show .user .table td:first-child {
  font-weight: 600;
}

.send_messages h1 {
  margin-bottom: 0;
}

.send_messages .page-header {
  margin-bottom: 2.5rem;
}

.send_messages .item {
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.send_messages .indicator {
  display: inline-block;
  width: 1.25rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #0d6efd;
  margin-right: 0.35rem;
}

.send_messages .text {
  color: #495057;
  padding-left: 2rem;
  background: url("/personal/images/icons/icon_quote.svg") left center no-repeat;
  background-size: 0.875rem;
}

.news-feed .page-top {
  justify-content: space-between;
}

.news-feed .list .item .rss-link {
  background: url("/personal/images/icons/icon_rss_orange.svg") left center no-repeat;
  background-size: 1.5rem auto;
  padding-left: 2rem;
}

.news-feed .news.list .item .status {
  font-size: 0.875rem;
}

.news-feed .news.list .item .description {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0.75rem 0;
}

[v-cloak] {
  display: none;
}

