.dashboard-card {
  height: 160px;
  overflow: hidden;
}
.sidebar-header {
  background: #fff;
}
.fixed .sidebar .sidebar-body {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .chat-container {
    height: calc(100vh - 97px);
  }
  .message-content {
    height: calc(100vh - 248px);
  }
}
@media (min-width: 992px) {
  .messenger-dialog__area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
  }
  .chat-container {
    border-width: 1px;
  }
}
@media (min-width: 1200px) {
  .chat-panel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.chat-area-bottom .form-control {
  padding: 10px 50px 10px 20px;
}
.chat-panel .chat-header .btn {
  padding: 0.375rem 0.75rem;
  line-height: inherit;
  margin-right: inherit;
  font-size: inherit;
  color: #fff;
}
.message-content .message .avatar {
  margin: 0;
  margin-right: 15px;
}
.message-content.bg-text-green .message .text.me,
.radio-list label span.green {
  background: #16994a;
}
body.fixed.sidebar-mini .sidebar-logo-sm {
  display: none;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
body.fixed.sidebar-mini.sidebar-collapse .sidebar-logo-lg {
  display: none;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
body.fixed.sidebar-mini.sidebar-collapse .sidebar-logo-sm {
  display: block;
  width: 100%;
  max-width: 35px;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
body.fixed.sidebar-mini.sidebar-collapse_hover .sidebar-logo-sm {
  display: none;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
body.fixed.sidebar-mini.sidebar-collapse_hover .sidebar-logo-lg {
  display: block;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
body.fixed.sidebar-mini.sidebar-collapse .sidebar-logout {
  display: none;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
body.fixed.sidebar-mini.sidebar-collapse_hover .sidebar-logout {
  display: block;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.login-form-body {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.register-logo img {
  width: 200px;
}
.signin-btn {
  color: #fff;
  background-color: #3069b7;
  border-color: #3069b7;
  transition: 0.3s;
}
.signin-btn:hover {
  color: #fff;
  background-color: #3069b7;
  border-color: #3069b7;
}
.login-form-body .form-control {
  border-left: 4px solid #3069b7 !important;
}
.shadow-sm {
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.bg-soft-violate {
  background-color: #bebff0ab !important;
  color: #474cff;
}
.bg-soft-warning {
  background-color: #fef2d6 !important;
  color: #914f00;
}
.bg-soft-green {
  background-color: #d8edc7 !important;
  color: #006f00;
}
.bg-soft-red {
  background-color: #ecbe97 !important;
  color: #a30000;
}
.sidebar-nav ul li a {
  font-weight: 600;
}
#purchasechart {
  width: 100%;
  height: 300px;
}
#cashierchart {
  width: 100%;
  height: 300px;
}
.table-bordered td,
.table-bordered th {
  vertical-align: middle;
}
.paginate_button {
  padding-right: 4px !important;
}
.page-link {
  color: #212529 !important;
}
.page-item.active .page-link {
  background-color: #17c653 !important;
  border-color: #17c653 !important;
  color: #fff !important;
}
.sidebar-logo-lg {
  max-height: 50px;
  width: auto;
}
