* {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

body {
  font-size: 14px;
  margin: 20px;
  margin-top: 0;
  background-color: rgb(240, 248, 255);
}

header {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-bar {
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 16px;
  border: 0;
  width: 92%;
  background-color: transparent;
}

.search-bar:focus {
  outline: none;
}

.search-div {
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 16px;
  background-color: rgb(221, 231, 255);
  width: 40%;
}

.search-button {
  border: 0;
  background-color: transparent;
  width: 6%;
  border-radius: 10px;
}

.search-button:hover {
  cursor: pointer;
  background-color: rgb(173, 173, 173);
}

a {
  margin: 0;
  padding: 0;
  width: auto;
  align-items: flex-end;
}

.container {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.left-column {
  width: 16.5%;
}

.right-column {
  width: 80%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  height: 100%;
}

.right-column2 {
  width: 80%;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.folders {
  display: flex;
  gap: 10px;
  align-items: center;
}

.folder {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  width: 25%;
  background-color: rgb(221, 231, 255);
}

.folder_img {
  width: 24px;
  height: 24px;
}

.file-header {
  display: grid;
  grid-template-columns: 20% 35% 20% 25%;
  padding: 10px;
  font-weight: bold;
  border-bottom: 2px solid rgb(221, 231, 255);
  margin-bottom: 10px;
}

.file {
  display: grid;
  grid-template-columns: 20% 35% 20% 25%;
  align-items: center;
  padding: 10px;
  border: 0;
  border-radius: 15px;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  background-color: rgb(221, 231, 255);
}

.file span,
.file-header span {
  padding: 0 10px;
}

.file-header-storage {
  display: grid;
  grid-template-columns: 75% 25%;
  padding: 10px;
  font-weight: bold;
  border-bottom: 2px solid rgb(221, 231, 255);
  margin-bottom: 10px;
}

.file-storage {
  display: grid;
  grid-template-columns: 75% 25%;
  align-items: center;
  padding: 10px;
  border: 0;
  border-radius: 15px;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  background-color: rgb(221, 231, 255);
}

.file-storage span,
.file-header-storage span {
  padding: 0 10px;
}

.nuevo {
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 5%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nuevo:hover {
  background-color: rgb(221, 231, 255);
}

.menu-item-selected {
  background-color: rgb(165, 192, 255);
  text-decoration: none;
  color: black;
  padding: 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 90%;
  gap: 10px;
}

.menu-item {
  background-color: transparent;
  text-decoration: none;
  color: black;
  padding: 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 90%;
  gap: 10px;
}

.menu-item:hover {
  background-color: rgb(221, 231, 255);
}

.menu-item-selected2 {
  background-color: rgb(165, 192, 255);
  text-decoration: none;
  color: black;
  height: 40px;
  margin-bottom: 4%;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 90%;
}

.menu-item2 {
  background-color: transparent;
  text-decoration: none;
  color: black;
  height: 40px;
  margin-bottom: 4%;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 90%;
}

.menu-item2:hover {
  background-color: rgb(221, 231, 255);
}

.storage-grey {
  background-color: grey;
  width: 100%;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 5px;
}

.storage-red {
  background-color: red;
  width: 49.6%;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}

.storage-blue {
  background-color: blue;
  width: 90%;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}

.user-img {
  width: 100px;
  background-color: white;
  border-radius: 20px;
  margin-top: 2%;
}

.div-transfer {
  display: flex;
  height: 35%;
  width: 60%;
  margin-top: 20px;
  background-color: white;
  border-radius: 10px;
  text-align: end;
}

.ignore-button {
  color: rgb(30, 79, 170);
  padding: 10px;
  border-radius: 20px;
}

.ignore-button:hover {
  cursor: pointer;
  background-color: rgb(221, 231, 255);
}

.start-button {
  background-color: rgb(30, 79, 170);
  color: white;
  margin-left: 10px;
  padding: 10px;
  border-radius: 20px;
}

.start-button:hover {
  cursor: pointer;
  background-color: rgb(50, 117, 225);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.help-div {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  background-color: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  display: flex;
}

.img-help{
  background-color: white;
  border-radius: 10px;
  padding: 1%;
  margin: 2%;
}