.theme-switch-container {
  padding: 0em;
}

/* The switch - the box around the slider */
.switch {
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1000;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

/* The slider */
.slider-container {
  display: flex;
  width: fit-content;
  align-items: center;
  cursor: pointer;
}

.light-theme {
  color: #545457;

}

.dark-theme {
  color: #999999;
}