label a i.bi.bi-camera-fill:hover {
  cursor: pointer;
}

div.login-page-activo {
  display: inline;
}

div.login-page-inactivo {
  display: none;
}

.dedo {
  cursor: pointer;
}

#upload-card {
  width: 100%;
  transition: opacity 0.6s ease-in;
  border-radius: 0.8em;
}

#upload-card-body {
  border: dotted;
  height: 350px;
  border-width: 2px;
  border-radius: 0.8em;
}

#upload-card-body #icon {
  margin-top: 13%;
  font-size: 80px;
  color: rgba(27, 78, 102, 0.672);
}

#upload-card-body #text {
  margin-top: 3%;
  font-size: 20px;
  color: rgba(27, 78, 102, 0.672);
}

#upload-card:hover {
  cursor: pointer;
  background-color: #eff3f7;
}

.fonte-dados:hover {
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 174, 255, 0.576);
}

div.overflowing {
  width: calc(120vh - 10px);
  overflow-x: scroll;
  height: calc(70vh - 10px);
  overflow-y: scroll;
}

div.overflowing-down {
  height: calc(70vh - 10px);
  overflow-y: scroll;
}

div.overflowing-left {
  width: calc(120vh - 10px);
  overflow-x: scroll;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
