body {
  background: var(--theme-ui-colors-background);
}

.zb-navbar__header a,
.navbar-header a {
  display: none;
}

#zb-logo img {
  width: 140px;
  padding: 0.6em;
  display: block;
  box-sizing: border-box;
}

#zb-logo,
#themeNav {
  display: inline-block;
  vertical-align: middle;
}

#themeBar {
  padding: 0 1em;
  display: flex;
  background: #fff;
  border-bottom: 1px solid #090e5e;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06);
}

#themeBar h1 {
  width: 80%;
  font-size: 2em;
  margin: 0.4em 10%;
  color: #ff7300;
  text-align: center;
  position: absolute;
  font-weight: 300;
  line-height: 1;
}

#themeNav,
#themeNav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#themeNav {
  text-align: right;
  font-size: 1.2em;
  display: block;
  width: 100%;
  position: relative;
  z-index: 100000;
}

#themeNav li {
  display: inline-block;
}

#themeNav a {
  padding: 0.6em;
  margin: 0 0.4em;
  display: block;
  font-weight: bold;
  color: #090e5e;
  text-decoration: none;
  outline: none;
}

.toggle-tab {
  border: 2px solid #fff;
}

.toggle-tab .toggle-tab__checkbox {
  width: 60px;
  margin: 0.3em 0.6em 0.6em 0.3em;
}

.toggle-tab .toggle-tab__checkbox span {
  left: 2px;
}

.toggle-tab .toggle-tab__checkbox input:checked~span {
  left: calc(100% - 22px);
}

/* .zb-footer .zb-footer__credit {
  display: block;
}

.zb-footer .zb-footer__credit .zb-footer__credit__item {
  margin-bottom: 1em;
} */

@media screen and (min-width:768px) and (max-width:900px) {
  #themeBar h1 {
    width: 60%;
    margin: 0.2em 15%;
  }
}

@media screen and (min-width:200px) and (max-width:767px) {
  #zb-logo,
  #themeNav {
    display: block;
  }

  #zb-logo {
    text-align: left;
    margin-left: 0.8em;
  }

  #zb-logo img {
    width: 120px;
    padding: 0.4em;
  }

  #themeBar {
    padding: 0;
    display: block;
    text-align: center;
  }

  #themeBar h1 {
    width: 90%;
    font-size: 1.7em;
    margin: 0.2em 5%;
    position: relative;
  }

  #themeNav {
    font-size: 0.9em;
    text-align: center;
  }

  #themeNav a {
    padding: 0.2em 0.4em 0.4em 0.4em;
    margin: 0 0.2em;
  }

  .zb-navbar {
    padding: 2em 1em;
  }

  .zb-navbar .zb-navbar__gelogo svg {
    height: 110px;
  }

  /* .zb-navbar .zb-navbar__toggle-btn {
    float: left;
    margin: 0;
    top: -6.6em;
    position: absolute;
    left: auto;
    right: 4.5em;
  } */

  /* .zb-navbar .zb-navbar__copy-link {
    top: -6.5em;
  } */

  /* .zb-navbar .zb-navbar__gelogo {
    margin: 0;
  } */

  .svg-move-wrapper .svg-move-wrapper__navigation {
    top: 1em;
  }

  .tab-component .tab-component__header,
  .vs__search,
  .vs__search:focus,
  #vs1__listbox li {
    font-size: 0.9em;
  }

  .tab-component .tab-component__header {
    text-align: left;
  }

  .side-panel__closeBtn {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
  }

  .tab-component {
    width: 90%;
    margin: auto;
  }

  .map-section .map-section__filter--tab .toggle-tab {
    width: auto;
    margin-bottom: 0.4em;
    position: absolute;
    right: 2em;
    top: -0.6em;
    height: 50px;
    float: right;
    border: none;
    vertical-align: middle;
    display: flex;
    clear: none;
  }

  .tab-component .tab-component__header span.current {
    font-weight: 700;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
  }

  .map-section__filter--tab {
    position: relative;
    margin-top: 1em;
  }

  .map-section {
    padding-top: 0;
  }
}


.v-select li span:before {
  width: 16px;
  height: 16px;
  margin: 0.2em 0.3em 0 0;
  float: left;
  content: '';
  position: relative;
  background: #cceac0;
}

.v-select li span.pn:before {  background: #89add9; }
.v-select li span.pbs:before {  background: #fabf0d; }
.v-select li span.bn:before { background: #1f699f; }
.v-select li span.umno:before { background: #1f699f; }
.v-select li span.gps:before { background: #b3dee8; }
.v-select li span.ind:before { background: #cec9ca; }
.v-select li span.ph:before { background: #bc2129; }
.v-select li span.harapan:before { background: #bc2129; }
.v-select li span.warisan:before {  background: #fe7a8c; }
.v-select li span.pbm:before { background: #69c0cd; }
.v-select li span.pejuang:before { background: #fabf0d; }
.v-select li span.gta:before { background: #fabf0d; }
.v-select li span.muda:before { background: #221e1e; }
.v-select li span.psb:before { background: #f4a6a6; }

