* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.list {
  display: flex;
  align-items: center;
}

.container {
  margin: 10px;
}

/* INVENTANDO SUGESTÕES */
.sticky-title {
  position: sticky;
  top: 0;
  background-color: white;
  /* padding: 10px; */
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2rem;
  color: #284b49ec;
}

table {
  width: 100%;
  height: auto;
  /* margin: 10px; */
  border-collapse: separate;
  font-family: Century Gothic;
}

td,
th {
  padding-left: 2px;
  padding: 5px 0 5px 5px;
  text-align: center;
  border: 1px solid #ddd;
}

.folder-icon,
.img-icon,
.document-icon,
.spreadsheet-icon,
.presentation-icon,
.zip-icon,
.executable-icon,
.audio-icon,
.file-icon {
  width: 40px;
  height: auto;
}
.video-icon,
.code-icon {
  width: 40px;
  height: auto;
}

.row-title {
  text-align: left;
  padding-left: 10px;
  /* border-right: 1px solid #bbe4e1; */
}
.header-icon {
  width: 55px;
  background-color: #4d928fce;
}
.row-icon {
  /* background-color: #ff00bfce; */
  display: flex;
  justify-self: left;
  width: 55px;
  border-right: hidden !important;
}

tr:hover {
  background-color: #ddd;
}

/*  PARA CELULARES - SÓ UMA SUGESTÃO!!!   */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  th:nth-child(4),
  td:nth-child(4),
  th:nth-child(5),
  td:nth-child(5) {
    display: none;
  }
  .sticky-title {
    position: sticky;
    top: 0;
    background-color: white;
    /* padding: 10px; */
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    color: #284b49ec;
  }
}
