@media screen and (min-width: 1024px) {
  .version-footer {
    width: 210px !important;
  }
}

.free-complementary {
  color: gray;
  text-decoration-color: red !important;
  text-decoration-line: line-through !important;
  text-align: center !important;
}

.btn-update {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px !important;
  padding: 3px 21px;
  white-space: nowrap;

  &:hover {
    box-shadow: 0 8px 6px -8px black;
    color: var(--white);
  }
}

.side-menu-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.version-footer {
  position: fixed;
  width: 250px;
  bottom: 0;
  left: 0;
  padding: 5px;
  text-align: center;
  font-size: 10px;
  color: #000;
  background-color: #908e8e;
  z-index: 999;
}