//AttachmentFolder component
.AttachmentFolder{
  overflow-y: auto;
  margin-left: 0.962rem; //16px
  -webkit-overflow-scrolling: touch;

  .AttachmentFolderColumn{
    float: left;
  }
  .AttachmentFolderCard{
    border-radius : 0.12rem; //0.116em
    box-shadow: 0.12rem 0px 0.12rem rgba(0,0,0,0.2); //0.116em
    margin: 0.962rem 0.962rem 0.962rem 0; //16px 16px 16px 0;
    .AttachmentFolderCardTitle{
      padding: 0.481rem 0.962rem 0 0.962rem; //8px 16px 0 16px;
      font-family: Light;
      font-size: 1.082rem;
      word-break: break-word;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin: 0 0.361rem 0 0; //0 0.333em 0 0
    }

    .AttachmentFolderCardSubTitle{
      padding: 0.481rem 0.962rem 0 0.962rem; //8px 16px 0 16px;
      font-family: "Regular";
      font-size: 0.962rem; //16px;
      word-break: break-word;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  
    .previewImageOuterContainer {
      padding-right: 0.962rem; //16px;
      padding-left: 0.962rem; //16px;
    }
    .previewImageInnerContainer img {
      max-height: 4cm;
    }

    .LinkBar{
      margin-top: 0.481rem; //8px;
      border-bottom-left-radius: 0.12rem; //2px;
      border-bottom-right-radius: 0.12rem; //2px;
    }
      
    .InfoTable{
      display:block;
      border-collapse: collapse;
      padding-right: 0.962rem; //16px;
      padding-left: 0.962rem; //16px;
      margin-top: 0.481rem; //8px;
      border-spacing: 0;

      .InfoIconTableCell{
        vertical-align: top;
        width: 0.962rem; //16px;
        height: 0.962rem; //16px;
      }

      .InfoIcon{
        padding-right: 0.721rem; //12px;
        margin: 0;
        max-width: 0.962rem; //16px;
        max-height: 0.962rem; //16px;
        object-fit: contain;
        width: auto;
        height: 100%;
      }
  
      .InfoText{
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        font-size: 0.841rem; //14px;
      }
    }
  }
}
