/*!
 * Pingendo dark theme overlay for Bootstrap 3.4.1
 * Original generated by Pingendo (2015), optimized 2026
 * Keeps frontend appearance unchanged
 */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Oxygen|Source Sans Pro');

/* === Base (dark theme) === */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #dadada;
  background-color: #434d55;
}

/* === Typography === */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

a {
  color: #337cbb;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23547f;
  text-decoration: underline;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* === Pingendo Section === */
.section {
  position: relative;
  padding: 35px 0;
}

/* === Button Default (dark theme) === */
.btn-default {
  color: #dadada;
  background-color: #434d55;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #dadada;
  background-color: #2d3338;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #434d55;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #434d55;
  background-color: #dadada;
}
