.tab-button-files {
  /* background-image: url('files.svg'); */
  background-repeat: no-repeat;
  background-position: center 6px; /* icon above text */
  background-size: 30px 30px;
}

.tab-button-files-selected {
  /* background-image: url('files.svg'); */
  background-repeat: no-repeat;
  background-position: center 6px; /* icon above text */
  background-size: 30px 30px;
}

.files {
  /* background-image: url('files.svg') !important; */
  background-repeat: no-repeat !important;
  background-position: center 6px !important; /* icon above text */
  background-size: 30px 30px !important;
}

@media (max-width: 1024px) {
  .tab-button-files-inner {
    display: inline;
    font-size: 100%;
  }
}



/* .content {

    width: 100vw;
    height: 100vh;

    background-color: #abc;
} */
