@import "./css-util/font.css";
@import "./css-util/height.css";

body {
  font-family: 'Roboto', sans-serif;
}

/*# sourceMappingURL=custom.min.css.map */
.f-25 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}

/* nube */
.c-pointer {
  cursor: pointer;
}

/*  */
.upload-container {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 320px;
  max-height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1050;
  /* por encima de modales */
}

.upload-header {
  background: #f8f9fa;
  border-bottom: 1px solid #ddd;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
}

.upload-list {
  padding: 10px;
  overflow-y: auto;
  flex: 1;
}

/* Botones */
.upload-header button {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
}

/* utiles */
.header-logo {
  width: 300px;
  object-fit: contain;
}

.sidebar-logo {
  object-fit: contain;
}

.logo-cust {
  width: 100%;
  image-resolution: cover;
}

/* nube-drive  vista de item */
.list-grid-toggle .icon.i-grid {
  display: none;
}

.list-grid-toggle .icon.icon-grid.i-grid {
  display: block;
  height: 20px;
  width: 20px;
  font-size: 20px;
  color: #01041b;
}

.list-grid-toggle .icon.icon-grid.i-list {
  display: none;
}

.list-grid-toggle .icon.i-list {
  display: block;
  height: 20px;
  width: 20px;
  font-size: 20px;
  color: #01041b;
}

.list-grid-toggle .label.label-list {
  display: none;
}

/* nube-drive sidebar */
.storage-used {
  width: 70%;
  margin-left: 25px;
  text-align: center;
  justify-content: center;
  padding: 0;
  color: var(--vz-vertical-menu-item-color);
  margin-bottom: 80px;
}

.storage-used h6 {
  color: var(--vz-vertical-menu-item-color);
  padding: 0;
  margin-bottom: 5px;
}

.storage-used p {
  color: var(--vz-vertical-menu-item-color);
  padding: 0px;
  margin: 0px;
}

.storage-used span {
  color: var(--vz-vertical-menu-item-color);
  padding: 0px;
  margin: 0px;
}

/* Contenedor de la barra */
.storage-used .iq-progress-bar {
  width: 100%;
  height: 12px;
  background: #ffffff;
  /* gris claro */
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

/* Barra interior que avanza */
.iq-progress {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 5px;
  transition: width 0.5s ease;
  /* animación */
}


@media (max-width:1025px) {

}