html {
  display: none;
}


/**
 * Switcher Css
 */

.nowdark-mode-switcher {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 100000000000;
}

.nowdark-mode-switcher .mode-switcher-inner {
  cursor: pointer;
}
