

.center {
  text-align: center;
}

.logo {
  max-width: 65%;
  height: fit-content;
}

@media (min-width: 576px) {
  .middleForm {
    margin: auto;
    width: 100%;
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .middleForm {
    margin: auto;
    width: 38%;
    max-width: 38%;
  }

  .logo {
    margin: auto;
    height: fit-content;
    max-width: 30%;
  }
}

#output {
  display: none;
}

#errorMessage {
  display: none;
}

.invalid-feedback {
  text-align: left;
}

.sidebar {
  line-height: 100%;
  padding: 0;
  margin: 5px auto;
}

.sidebar a {
  line-height: 100%;
  margin: 0;
  border-bottom: 1px dashed #d1d1d1;
  font-size: 18px;
  cursor: pointer;
  padding: 12px 0 12px 25px;
  text-decoration: none;
  display: block;
  color: #222;
}

.sidebar a:hover {
  background-color: #f1f1f1;
}

.fileIcon {
  position: relative;
  margin-right: 5px;
  width: 32px;
  height: 32px;
}

.fileBlock {
  display: flex;
  flex-direction: row;
}

.fileBlockText {
  overflow: hidden;
  margin-top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .875rem;
  align-self: center;
  text-decoration: none;
  color: #333;
  line-height: 1.25rem;
}

.fileBlock:hover {
  cursor: pointer;
  color: #333;
  background-color: #f1f1f1;
}

.selected {
  cursor: pointer;
  color: #333;
  background-color: #f1f1f1;
}

.clickableRow tr:hover {
  cursor: pointer;
}

.uploadButton {
  width: 98%;
}

.uploadButton a {
  color: #fff;
  text-decoration: none;
}

.fileMenu {
  margin-left: 0px;
  margin-bottom: 20px;
}

.fileMenuItem {
  width: 70px;
  height: 65px;
  float: left;
  padding: 7px 3px;
  margin: 0 5px;
  text-align: center;
  font-size: small;
  border-radius: 8px;
  background-color: #f6f6f6;
}

.fileMenuItem:hover {
  cursor: pointer;
  color: #333;
  background-color: #f1f1f1;
}

.fileMenuItem img {
  width: 24px;
  height: 24px;
}

.fMenu {
  display: none;
}

.vaultItem{
  background-color: #fafafa;
  float: left;
  margin: 5px;
  border-radius: 6px;
  padding: 10px 15px;
  width: 130px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}

.vaultItem:hover{
  cursor: pointer;
  color: #333;
  background-color: #f1f1f1;
}