.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #222;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #37adbf;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #37adbf;
}
.dark {
  background-color: #222 !important;
  color: #e2e2e2 !important;
}
.dark main,.dark section, .dark article.mb15, .dark b {
  background-color: #222 !important;
  color: #e2e2e2 !important;
}
.dark section.box a {
  color: #e2e2e2;
}
.dark span.box_text {
  background-color: #222;
  color: #e2e2e2;
}
.dark a {
  color:#0097dd;
}
.dark span {
  color:#e2e2e2;
}
.dark .accordion .title {
  background-color: #222 !important; 
}
.dark .breadcrumb {
  border-bottom: 1px solid #7b7b7b;
}
.sosmed a {
  color: #fff;
}