.sidebar-tabs-layout {
  .sidebar-tabs-wrapper {
    position: fixed;
    background-color: $white-100;
    z-index: 9;
  }
  .pl-220 {
    padding-left: 220px;
  }
  .content-wrapper {
    padding-bottom: 40px;
    width: 100%;
    &:has(.form-footer) {
      padding-bottom: 0;
    }
  }
}
