/* Add here all your CSS customizations */
.page-header .breadcrumbs {
  margin-right: 25px;
}
.card-button-actions {
  right: 15px;
  position: absolute;
  top: 12px;
}
.header .logo-container .logo {
  font-size: 35px;
  color: #000;
}
.notification.ui-pnotify-container,
.clickable-row {
  cursor: pointer;
}
html.dark .dropdown-item {
  color: #fff;
}
html.dark .dropdown-item:hover,
html.dark .dropdown-item:focus,
html.dark .dropdown-item:active {
  background-color: #242830;
}
html.dark .btn-primary {
  background-color: #505461 !important;
}
html.dark .btn-primary:hover,
html.dark .btn-primary:focus,
html.dark .btn-primary:active {
  background-color: #94a0ac !important;
}
html.dark .notifications .notification-menu .notification-title {
  background-color: #21262d;
}
html.dark .notifications .notification-menu::before,
html.dark .notifications .notification-icon::before {
  border-bottom-color: #21262d;
}
html.dark .loading-overlay {
  background: #1d2127;
}
html.dark .input-group > .input-group-append > .input-group-text {
  background-color: #505461;
  border-color: #505461;
  color: #ccc;
}
html.dark .body-sign .card-sign .card-title-sign .title {
  background-color: #505461;
}
html.dark .body-sign .card-sign .card-body {
  border-top-color: #505461;
}
html.dark .userbox.show .dropdown-menu a:hover {
  background-color: #505461;
}
html.dark .turbolinks-progress-bar {
  background-color: #ccc;
}
html.dark .nav-subtitle {
  color: #465162;
  padding: 15px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
html.dark .jsoneditor {
  background: #fff;
}