/*!
 * 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: #16202a !important;
    color: #eee;
  }
  [data-theme="dark"] .bg-primary {
    background-image: linear-gradient(to right, #004DAF , #16a75c);
  }
  [data-theme="dark"] .bg-black {
    background-color: #fff !important;
  }
  [data-theme="dark"] .bg-dark {
    background-color: #eee !important;
  }
  [data-theme="dark"] .bg-light {
    background-color: #192734 !important;
  }
  [data-theme="dark"] .bg-white {
    background-color: #192734 !important;
  }
  [data-theme="dark"] .bg-grey {
    background-color: #192734 !important;
  }
  [data-theme="dark"] .sticky-bar {
    background-color: #000 !important;
  }

  [data-theme="dark"] .text-dark ,
  [data-theme="dark"]  .main-header .main-nav ul li a, .nav-topbar li a,
  [data-theme="dark"]  .header-social-network .list-inline-item a,
  [data-theme="dark"]  .accordion .link,
  [data-theme="dark"]  .accordion li i,
  [data-theme="dark"]  .accordion .link a,
  [data-theme="dark"] .submenu a{
    color: #fff !important;
  }

  [data-theme="dark"] .footer-area {
    background-color: #192734 !important;
  }

  [data-theme="dark"] .footer-area p {
    color: #fff;
  }

  [data-theme="dark"] .footer-area a {
    color: #fff;
  }


  [data-theme="dark"] .header-sticky {
    background-color: #253340 !important;
  }

  [data-theme="dark"] .bg-core,
  [data-theme="dark"] .kotak-faq,
  [data-theme="dark"] kbd
  {
    background-color: #192734 !important;
  }

  [data-theme="dark"] .container__sources div {
    background-color: #192734;
  }

  [data-theme="dark"] .announcements-container {
    background: #192734;
  }
  [data-theme="dark"] .announcements-container .container-title {
    background-image: linear-gradient(to right, #004DAF , #16a75c);
  }
  [data-theme="dark"] .header-top {
    border-bottom-color: #192734;
  }
  [data-theme="dark"]  .card-cat {
    background: #192734 !important;
  }
  [data-theme="dark"] .text-secondaryku {
    color: #687385 !important;
  }
  [data-theme="dark"] .nav-topbar ul.sub-menu  {
    background-color: #192734;
    border: 1px solid #202125;
  }

  [data-theme="dark"] .main-header .main-nav ul ul.sub-menu {
  background-color: #192734;
  border: 1px solid #192734;
  }

  [data-theme="dark"] .tabel-exim {
    background: #192734;
  }
  [data-theme="dark"] .bg-exim-atas
     {
    background-color: #121739;
  }

  [data-theme="dark"] .bg-exim-bawah {
    background-color: #19222b;
  }

  [data-theme="dark"]  .table thead th {
    color: #fff;
  }

  [data-theme="dark"] td ul {
    color: #fff !important;
  }

  [data-theme="dark"] .table-exim thead th {
    border-bottom: 2px solid #323333;
  }
  [data-theme="dark"] .table-exim td, .table th {
    border-bottom: 2px solid #323333;
  }
  [data-theme="dark"] .table-exim td, .table th {
    border-top: 1px solid #323333;
    color: #fff;
  }

  [data-theme="dark"] .tabel-tusi {
    background: #192734;
  }

  [data-theme="dark"] .table td, .table th {
    color: #fff;
  }

  [data-theme="dark"] .card {
    background-color: #192734;
  }

  [data-theme="dark"] .table-exim thead th {
    color: #fff;
  }

  [data-theme="dark"] .text-primary,
  [data-theme="dark"] .footer-core a {
    color: #16a75c !important;
  }

  [data-theme="dark"] .exim-link {
    color: #5f5f5f;
  }
  [data-theme="dark"] .select2-container--default .select2-selection--single {
    background-color: #192734;
  }
  [data-theme="dark"] .select2-container--default .select2-selection--single {
    border: 1px solid #192734 !important;
  }
  [data-theme="dark"]  .chat::before,
  [data-theme="dark"] .kotak-faq-detail,
  [data-theme="dark"] .form-control,
  [data-theme="dark"] .container__sources {
    background: #253340;
    color: #fff !important;
  }
  [data-theme="dark"] .chat::after {
    border-color: #192734 transparent transparent;
  }

  [data-theme="dark"] #scrollUp {
    background-image: linear-gradient(to right, #004DAF , #16a75c);
  }
  [data-theme="dark"] .chat {
    background-image: linear-gradient(to right, #004DAF , #16a75c);
  }
  [data-theme="dark"] .timeline-Widget {
    background-color: #192734 !important;
  }
  [data-theme="dark"] .archive-header,
  [data-theme="dark"] .footer-social-network .list-inline-item a,
  [data-theme="dark"] .pagination-area .page-item.active .page-link {
    background-image: linear-gradient(to right, #192734 , #192734);
  }
  [data-theme="dark"] .gm-style .gm-style-iw-c h5 {
    color: #202125;
  }
  [data-theme="dark"] .gm-style .gm-style-iw-c p {
    color: #202125;
  }
  [data-theme="dark"] .minister-box {
    background-color: #15212d;
    border: 1px solid #15212d;
  }
  [data-theme="dark"] .btbordered {
    border-bottom-color: #192734;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  [data-theme="dark"] .report-box {
  background-color: #192734 !important;
  }
  [data-theme="dark"] .divider-text-center span {
    background-color: #192734;
  }
  [data-theme="dark"] .announcements-container ul.announcements li a {
    color: #fff;
  }

  [data-theme="dark"] .logo {
    width: 180px;
    display: none;
  }

  [data-theme="dark"] .publikasi-box {
    border: 0px !important;
    background: #192734 !important;
  }

  [data-theme="dark"] .logo-dark {
    width: 180px;
    display: inline-block;
  }
  [data-theme="dark"] #sidebar-wrapper {
    background: #16202a;
  }

  [data-theme="dark"] .accordion {
    background: #16202a;
  }
  [data-theme="dark"] .submenu {
    background: #192734;
    color : white;
  }
  [data-theme="dark"] .off-canvas-close {
    color: #fff;
  }

  [data-theme="dark"] thead {
    background: #253340;
    color : white;
  }
  [data-theme="dark"] .select2-dropdown {
    background-color: #16202a;
    border: 1px solid #253340;
  }
  [data-theme="dark"] .select2, .select2 span, .select2-results li, .select2-results span {
    color: #687385;
  }
  [data-theme="dark"] .select2-container--default .select2-results__option--selected {
    background-color: #253340;
  }

  [data-theme="dark"] .twitter-light {
    display: none !important;
  }

  [data-theme="dark"] .twitter-dark {
    display: block !important;
  }

  [data-theme="dark"]  .blog-slider {
    background-image: linear-gradient(to right, #192734 , #192734);
  }

  [data-theme="dark"] .widget-header-1 h5 {
    color: #fff;
  }

  [data-theme="dark"] .widget-header-2 h5 {
    color: #fff;
  }

  [data-theme="dark"]  .with-light {
    display: none !important;
  }

  [data-theme="dark"]  .with-dark {
    display: block !important;
  }

  [data-theme="dark"] .radius {
    background:#253340;
  }

  [data-theme="dark"] .bg-sound {
    background: #253340;
  }

  [data-theme="dark"] .single-social-share a {
    background-color: #253340;
  }

  [data-theme="dark"] .main-search-form {
    background: #16202a;
  }

  [data-theme="dark"] .icon_search::before {
    color: var(--color-white) !important;
  }
  [data-theme="dark"] .tab-vertical .nav-tabs .nav-link {
    background: #253340;
    padding: 27px;
    color: #fff;
    background-color: #253340;
    -webkit-border-radius: 4px;
    -moz-border-radius:  4px;
    border-radius: 4px;
    border-color: transparent;
    box-shadow: 0 0 0 0.05rem rgba(255, 255, 255, 0), 0rem 0rem 1.25rem rgba(255, 255, 255, 0.04);
  }
  [data-theme="dark"]  .tab-vertical .nav-tabs .nav-link.active {
    background-color: #3d5062 !important;
    color: #fff;
    padding: 27px;
    margin-right: 0px;
    border-radius: 6px;
    border-width: 0 0 2px 0;
    border-color: #fff;
    border-style: solid;
  }
  [data-theme="dark"] .collapsible-link::before {
    background: #687385;
  }
  [data-theme="dark"] .collapsible-link::after {
    background: #687385;
  }

  [data-theme="dark"] .bg-search {
    background: #192734;
  }
  [data-theme="dark"] .list {
    background: #192734;
  }

  [data-theme="dark"] .list label span {
    color: #fff;
  }

  [data-theme="dark"] .list label:hover {
    background: #192734;
  }

  [data-theme="dark"] .li-search {
    background: #192734;
  }

  [data-theme="dark"] .list-count {
    background-image: linear-gradient(to right, #004daf, #16a75c);
  }
  [data-theme="dark"] .overlay-pejabat {
    background-color: #192734;
  }
  [data-theme="dark"] .pejabat-text {
    color: var(--color-white);
  }
  [data-theme="dark"] .btn-search {
    background-color: #16202a !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  [data-theme="dark"] .search-bg {
    background-color: #253340 !important;
  }
  [data-theme="dark"] .accordion li.open i {
    color: var(--color-white) !important;
  }

  [data-theme="dark"] .accordion li i.las.la-angle-down {
    color: var(--color-white) !important;
  }

  [data-theme="dark"] .accordion li.open .link {
    color: var(--color-white) !important;
  }

  [data-theme="dark"] .font-pejabat {
    color: var(--color-white) !important;
  }
  [data-theme="dark"] .font-pejabat:hover {
    color: var(--color-white) !important;
  }
  [data-theme="dark"]  .blog-news__button {
    background: var(--color-white) !important;
    color: var(--color-core);
  }

  [data-theme="dark"] blockquote::before {
    background: #fff;
  }

  [data-theme="dark"] .header-sticky {
    box-shadow: unset !important;
  }

  :root {
      --map-tiles-filter: grayscale(100) brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7);
  }
  :root {
      --map-tiles-filter: grayscale(100) invert(100);
  }
  @media (prefers-color-scheme: dark) {
      [data-theme="dark"] .map-tiles {
          filter:var(--map-tiles-filter, none);
      }
  }
  [data-theme="dark"] .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
  }
/* 
  [data-theme="dark"] .shadow-border {
    box-shadow: rgba(6, 6, 6, 0.34) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
  }
  [data-theme="dark"] .shadow-border-detail {
     box-shadow: rgba(6, 6, 6, 0.34) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
  } */
  [data-theme="dark"] .shadow-border:hover {
    box-shadow: rgba(6, 6, 6, 0.34) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
    background-color: #192734;
  }
  [data-theme="dark"] .card-border {
    border: .0625rem solid #192734 !important;
    transition: all .2s ease-out;
  }

  [data-theme="dark"]  .report-box-content {
    color: var(--color-white);
  }

  [data-theme="dark"]  .hTzhGq {
    color: rgb(255, 255, 255) !important;
  }

  [data-theme="dark"] .ffQpDM {
    color: rgb(255, 255, 255) !important;
  }
  [data-theme="dark"] .dLwDLs {
    color: rgb(255, 255, 255) !important;
  }
  [data-theme="dark"] .fBHjnG {
    fill: rgb(255, 255, 255) !important;
  }

  [data-theme="dark"] .cutpdg {
    color: rgb(255, 255, 255) !important;
  }
  [data-theme="dark"] .dLPuDk {
    background-color: rgba(255, 255, 255, 0.04) !important;
  }

  [data-theme="dark"] .UHOjz {
    background: #000  !important;
  }
  [data-theme="dark"] .tabel-exim-b {
    background: #16202a;
  }
  [data-theme="dark"] .header-top {
    background: #16202a;
  }
  [data-theme="dark"] .card-news {
    background: #192734;
  }
  [data-theme="dark"] .post-card-1 {
    background: #192734;
  }  
  [data-theme="dark"]  .text-base-primary {
    color: var(--color-white) !important;
  }