/**
 * @file
 * Dark mode overrides for custom theme styles.
 */

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-border-color: #404040;
  --bs-primary-light: #3a2020;
}

[data-bs-theme="dark"] body {
  color: #e7e7e7;
  background: #121212;
}

[data-bs-theme="dark"] #page,
[data-bs-theme="dark"] #main-wrapper,
[data-bs-theme="dark"] .region-primary-menu .menu-item a.is-active,
[data-bs-theme="dark"] .region-primary-menu .menu-item--active-trail a {
  background: #121212;
}

[data-bs-theme="dark"] .tabs ul.primary li a.is-active,
[data-bs-theme="dark"] .tabs ul.primary li.is-active a {
  background-color: #1e1e1e;
  border-bottom-color: #1e1e1e;
}

[data-bs-theme="dark"] .sidebar .block {
  background-color: #1e1e1e;
  border-color: #404040;
}

[data-bs-theme="dark"] a,
[data-bs-theme="dark"] .link {
  color: #6ea8fe;
}

[data-bs-theme="dark"] a:hover,
[data-bs-theme="dark"] a:focus,
[data-bs-theme="dark"] .link:hover,
[data-bs-theme="dark"] .link:focus {
  color: #9ec5fe;
}

[data-bs-theme="dark"] #page,
[data-bs-theme="dark"] #main-wrapper,
[data-bs-theme="dark"] .region-primary-menu .menu-item a.is-active,
[data-bs-theme="dark"] .region-primary-menu .menu-item--active-trail a,
[data-bs-theme="dark"] .sidebar .view-content.row {
  background: #121212;
}

[data-bs-theme="dark"] .field--name-field-para-text a:hover {
  color: #adb5bd !important;
}

[data-bs-theme="dark"] .ticker-wrap {
  background: #1e1e1e;
}

[data-bs-theme="dark"] .gazeta-block-title-side,
[data-bs-theme="dark"] .gazeta-block-title {
  background: url(/themes/custom/puya/images/sep-white4.png) repeat-x center;
}

[data-bs-theme="dark"] .path-user .main-content > section.section form,
[data-bs-theme="dark"] .page-user-password .main-content > section.section form,
[data-bs-theme="dark"] .page-user-register .main-content > section.section form,
[data-bs-theme="dark"] .page-user-login .main-content > section.section form {
  background: #1e1e1e;
  border-color: #404040;
}

[data-bs-theme="dark"] .comment-forbidden {
  color: #e7e7e7 !important;
}

[data-bs-theme="dark"] .btn-outline-primary,
[data-bs-theme="dark"] .btn-outline-primary.show,
[data-bs-theme="dark"] .btn-outline-primary:active,
[data-bs-theme="dark"] .btn-outline-primary:hover {
  background: #2b2b2b !important;
  color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .header .btn-outline-primary {
  background: unset !important;
  color: var(--bs-gray-400) !important;
}

[data-bs-theme="dark"] .header .btn-outline-primary:hover {
  background: #2b2b2b !important;
  color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .card {
  --bs-card-bg: #1e1e1e;
  --bs-card-border-color: #404040;
}

[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select {
  background-color: #2b2b2b;
  border-color: #404040;
  color: #e7e7e7;
}

[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus {
  background-color: #2b2b2b;
  color: #e7e7e7;
}

[data-bs-theme="dark"] .breadcrumb-item.active {
  color: #adb5bd;
}

[data-bs-theme="dark"] .breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
}

.dark-mode-toggle .dark-mode-icon-light {
  display: none;
}

[data-bs-theme="dark"] .dark-mode-toggle .dark-mode-icon-dark {
  display: none;
}

[data-bs-theme="dark"] .dark-mode-toggle .dark-mode-icon-light {
  display: flex;
}

.dark-mode-toggle:hover {
  opacity: 0.85;
}
