.colorswitch {
  position: fixed;
  width: 35px;
  height: 34px;
  z-index: 1000;
  bottom: 30.5px;
  right: 30px;
  opacity: 0.7;
  transition: 0.2s;
}

.colorswitch:hover {
    opacity: 1!important;
    transition: 0.2s;
}

#colorswitch-checkbox:focus {
  border: none;
  box-shadow: none;
}

.colorswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.colorswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .05s;
  transition: .05s;
  padding-left: 3.5px;
  padding-top: 3px;
}

.colorswitch .slider:before {
  position: absolute;
  content: "";
  background-image: url('./moon-solid.svg');
  -webkit-transition: .05s;
  transition: .05s;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}

.colorswitch input:checked + .slider:before {
  background-image: url('./lightbulb-solid.svg');
  width: 19px;
  margin-left: 4.5px;
  -webkit-transition: .05s;
  transition: .05s;
}

/*.colorswitch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #1e1e1f;
          box-shadow: 0 0 1px #1e1e1f;
}*/

.colorswitch .slider.round {
  border-radius: 5px;
}

.colorswitch .slider.round:before {
  border-radius: 5px;
}

/* Custom CSS */

.colorswitch-on #kt-layout-id_4830b8-b6 svg {
  fill: #272635!important;
  transition: 0.05s;
}
#kt-layout-id_4830b8-b6 svg {
  transition: 0.05s;
}

.colorswitch-on .has-theme-palette-8-background-color {
  background-color: #272635!important;
  transition: 0.05s;
}
.has-theme-palette-8-background-color {
  transition: 0.05s;
}

/*# sourceMappingURL=style.css.map */