/*!
 * Dark Mode Switch v1.0.1 (https://github.com/coliff/dark-mode-switch)
 * Copyright 2021 C.Oliff
 * Licensed under MIT (https://github.com/coliff/dark-mode-switch/blob/main/LICENSE)
 */

[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
}

[data-theme="dark"] .bg-black {
  background-color: #fff !important;
}
[data-theme="dark"] .navbar-toggler-icon {
  background-color: #fff !important;
  border-radius: 5px;
}

[data-theme="dark"] .bg-dark {
  background-color: #eee !important;
}

[data-theme="dark"] .bg-light {
  background-color: #222 !important;
}

[data-theme="dark"] .bg-white,
[data-theme="dark"] .navbar,
[data-theme="dark"] .offcanvas-collapse {
  background-color: #000 !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] .card .btn-outline-reg,
[data-theme="dark"] .modal-content .btn-outline-reg,
[data-theme="dark"] .box-clear h2 a,
[data-theme="dark"] .header .section-title-big {
  color: #fff;
}

[data-theme="dark"] li,
[data-theme="dark"] p ,
[data-theme="dark"] .card-title,
[data-theme="dark"] .card-title span,
[data-theme="dark"] .box-clear .text-dark,
[data-theme="dark"] .filter .element-item p strong,
[data-theme="dark"] .customlink a span,
[data-theme="dark"] .customlink .linktitle,
[data-theme="dark"] .navbar .nav-item .nav-link,
[data-theme="dark"] .grid .element-item .text-center {
  color: #d9d9d9;
}
[data-theme="dark"] .modal-content {
  background-color: #000 !important;
  border: solid 2px white;
}
[data-theme="dark"] .header {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/baner.jpg') center center no-repeat;
  background-size: cover;
}

.sizeSource {
  cursor: pointer;
}

