.container-btn-mode {
  /* position: absolute; */

  /* right: 30px; */
  cursor: pointer;
  padding: 2px;
}

.btn-mode {
  /* display: inline-block; */
  /* width: 1em; */

  transition: background-color 0.5s;
}

.btn-mode i {
  font-size: 1.25rem;
  text-align: center;
  justify-content: center;
  padding-bottom: 0.5em;
}

.btn-mode.sun {
  border-radius: 1em;
  filter: drop-shadow(0.15em 0.15em 0em rgba(0, 0, 0, 0.5));
  opacity: 0.4;
}

.active {
  background-color: transparent;
  color: #ffcd5c !important;
}
