.info__foldertab--lower {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .info__foldertab--lower .folders {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .info__foldertab--lower .folders .folder-left {
    height: 9px;
    position: relative;
  }
  .info__foldertab--lower .folders .folder-left .folder-border {
    border-bottom: 9px solid #000;
    border-right: 12px solid transparent;
    height: 0;
    width: 40px;
    position: absolute;
    top: 1px;
  }
  .info__foldertab--lower .folders .folder-left .folder-light {
    border-bottom: 9px solid #a3a3a3;
    border-right: 12px solid transparent;
    height: 0;
    width: 39px;
    top: 2px;
    position: absolute;
    left: 1px;
  }
  .info__foldertab--lower .folders .folder-left .folder-bg {
    border-bottom: 9px solid #555;
    border-right: 12px solid transparent;
    height: 0;
    width: 38px;
    top: 3px;
    position: absolute;
    left: 1px;
  }
  .info__foldertab--lower .folders .folder-right {
    height: 5px;
    position: relative;
  }
  .info__foldertab--lower .folders .folder-right > * {
    border-right: 0;
  }
  .info__foldertab--lower .folders .folder-right .folder-border {
    border-bottom: 5px solid #000;
    border-left: 6px solid transparent;
    height: 0;
    width: 50px;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .info__foldertab--lower .folders .folder-right .folder-light {
    border-bottom: 5px solid #a3a3a3;
    border-left: 6px solid transparent;
    height: 0;
    width: 49px;
    position: absolute;
    right: 1;
    top: 6px;
  }
  .info__foldertab--lower .folders .folder-right .folder-bg {
    border-bottom: 5px solid #555;
    border-left: 6px solid transparent;
    height: 0;
    width: 48px;
    top: 7px;
    position: absolute;
    right: 1;
  }
  .info__foldertab--lower .tab {
    height: 5px;
    background-color: #555;
    border: 1.5px solid black;
    box-shadow: inset 6px 7px 0px -6px #a3a3a3;
  }
  .content__foldertab--lower {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .content__foldertab--lower .folders {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content__foldertab--lower .folders .folder-left {
    height: 5px;
    position: relative;
  }
  .content__foldertab--lower .folders .folder-left > * {
    border-right: 0;
  }
  .content__foldertab--lower .folders .folder-left .folder-border {
    border-bottom: 5px solid #000;
    border-right: 6px solid transparent;
    height: 0;
    width: 50px;
    position: absolute;
    top: 5px;
  }
  .content__foldertab--lower .folders .folder-left .folder-light {
    border-bottom: 5px solid #a3a3a3;
    border-right: 6px solid transparent;
    height: 0;
    width: 49px;
    position: absolute;
    left: 1;
    top: 6px;
  }
  .content__foldertab--lower .folders .folder-left .folder-bg {
    border-bottom: 5px solid #555;
    border-right: 6px solid transparent;
    height: 0;
    width: 48px;
    top: 7px;
    position: absolute;
    left: 1;
  }
  .content__foldertab--lower .folders .folder-right {
    height: 9px;
    position: relative;
  }
  .content__foldertab--lower .folders .folder-right .folder-border {
    border-bottom: 9px solid #000;
    border-left: 12px solid transparent;
    height: 0;
    width: 425px;
    position: absolute;
    top: 1px;
    right: 0;
  }
  .content__foldertab--lower .folders .folder-right .folder-light {
    border-bottom: 9px solid #a3a3a3;
    border-left: 12px solid transparent;
    height: 0;
    width: 424px;
    top: 2px;
    position: absolute;
    right: 1px;
  }
  .content__foldertab--lower .folders .folder-right .folder-bg {
    border-bottom: 9px solid #555;
    border-left: 12px solid transparent;
    height: 0;
    width: 423px;
    top: 3px;
    position: absolute;
    right: 1px;
  }
  .content__foldertab--lower .tab {
    height: 5px;
    background-color: #555;
    border: 1.5px solid black;
    box-shadow: inset 6px 7px 0px -6px #a3a3a3;
  }
  