.onedrive-files {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 15px; }
  .onedrive-files .onedrive-files-list {
    padding: 0;
    margin: 0; }
  .onedrive-files .onedrive-files-item-size {
    display: none; }
  .onedrive-files .onedrive-files-item-name {
    font-weight: bold; }
  .onedrive-files .onedrive-files-item-date {
    font-size: 0.8em; }
  .onedrive-files .onedrive-files-item-download-or-view {
    display: flex;
    margin-left: auto; }
    .onedrive-files .onedrive-files-item-download-or-view .onedrive-files-item-download {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      text-decoration: none;
      border-radius: 5px; }
      .onedrive-files .onedrive-files-item-download-or-view .onedrive-files-item-download:hover {
        border: 1px solid #ececec; }
  .onedrive-files .onedrive-files-item-details {
    display: flex;
    flex-direction: column; }
  .onedrive-files .onedrive-files-filter {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    margin-bottom: 25px; }
    .onedrive-files .onedrive-files-filter input[type=text] {
      display: block;
      width: 100%;
      border-radius: 15px;
      border: 1px solid #ececec; }
    .onedrive-files .onedrive-files-filter label {
      font-weight: bold;
      margin-bottom: 5px; }
  .onedrive-files .onedrive-files-list {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .onedrive-files .onedrive-files-list .onedrive-files-item {
      display: flex;
      width: 100%;
      min-height: 45px;
      align-items: center;
      padding: 15px;
      margin-bottom: 5px;
      border-radius: 15px;
      border: 1px solid #efefef; }

/*# sourceMappingURL=smart-onedrive-selector.css.map */
