/**
 * phpMyFAQ 4.0 default theme
 *
 * This Source Code Form is subject to the terms of the Mozilla Public License,
 * v. 2.0. If a copy of the MPL was not distributed with this file, You can
 * obtain one at https://mozilla.org/MPL/2.0/.
 *
 * @package   phpMyFAQ
 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
 * @copyright 2024 phpMyFAQ Team
 * @license   https://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
 * @link      https://www.phpmyfaq.de
 * @since     2024-09-01
 */

:root,
[data-bs-theme='light'] {
  --bs-light:#eceff9;
  --bs-dark:#060508;

/*  --bs-primary: #083c83;*/
  --bs-primary:#007f5f;

  --bs-secondary:#1d646a;
  --bs-info:#40b0ae;
  --bs-success:#0aa05c;
  --bs-warning:#e1ca0a;

/*  --bs-danger:#f01704;*/
  --bs-danger: green;

/*  --bs-pmf-nav: #2f3035;*/
  --bs-pmf-nav:#46505a;
  --bs-pmf-footer:#142f48;
  --bs-pmf-background:#9eb6c9;

/*  --bs-navbar-color:#FFFFFF !important;*/
  --bs-navbar-color: hsla(0, 0%, 100%, 1);


  --bs-nav-link-hover-color: #FFF;
  --bs-nav-link-color:#FFF !important;

  --bs-link-hover-color: red;

  --bs-link-color-rgb: 3, 99, 149;


  --bs-body-color:#212529;

  --bs-heading-color:#007f5f;

  --bs-light:#FFF;

  --bs-primary-rgb: 0, 127, 95;

  --bs-badge-color:#007f5f;

  --bs-bg-opacity: 1;


  --bs-pmf-footer:#46505A;

  --bs-danger:#8EADAB;

  --bs-btn-hover-bg:#74b9a7 !important;

  --bs-dropdown-link-active-bg: #989898;

/*  --bs-info-rgb: 0, 117, 128;*/
  --bs-info-rgb: 0, 197, 215;

  --bs-pagination-active-bg: #007f5f;
  --bs-pagination-color: #007f5f;

  --bs-border-color: #949494;

/*BTB  #007f5f*/
/*BTB HOVER #74b9a7*/
}

.active>.page-link, .page-link.active {
    background-color: #007f5f;
    border-color: #007f5f;
    color: var(--bs-pagination-active-color);
    z-index: 3;
}

.page-link {
  color: #007f5f !important;
}

.page-item.active .page-link {
  color: #FFF !important;
}



[data-bs-theme='light'] .btn:hover {
    background-color: #74b9a7 !important;
    border-color: #74b9a7 !important;
/*    color: var(--bs-btn-hover-color);*/
    color: #FFF;
}

[data-bs-theme='light'] .dropdown-item.active, [data-bs-theme='light'] .dropdown-item:active {
  background-color: #959595 !important;
}

h5 {
  color: #0e3f5f !important;
}

[data-bs-theme='dark'] {
  --bs-light: #eceff9;
  --bs-dark: #060508;
  --bs-primary: #083c83;
  --bs-secondary: #1d646a;
  --bs-info: #40b0ae;
  --bs-success: #0aa05c;
  --bs-warning: #e1ca0a;
  --bs-danger: #f01704;
  --bs-pmf-nav: #2f3035;
  --bs-pmf-footer: #142f48;
  --bs-pmf-background: #9eb6c9;

/*  --bs-navbar-color:#FFFFFF !important;*/
  --bs-navbar-color: hsla(0, 0%, 100%, 1);

  --bs-nav-link-hover-color: #FFF;
  --bs-nav-link-color: #FFF !important;

   --bs-btn-hover-bg: #74b9a7;
}
