.workflow-tab-container {
  overflow-x: hidden;
  align-items: start;
  display: flex;
  margin: 0;
  height: 100%;
  .tabs {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    .next-tabs {
      height: 100%;
      .next-tabs-content {
        height: calc(100% - 50px);
        .next-tabs-tabpane {
          height: 100%;
        }
      }
    }
  }

  .slider {
    height: 100%;
    width: 300px;
    border-left: 1px solid #dcdee3;
    position: relative;
    transition: all 0.3s ease;

    .collapse {
      position: absolute;
      top: 0;
      left: -20px;
      background-color: #5584ff;
      color: #fff;
      cursor: pointer;
    }
  }
  .slider.collapsed {
    width: 0;
  }
}
/*overrie fusion pro layout css*/
.pro-layout-page {
  height: 100%;
  min-height: unset !important;
}
.pro-layout-block {
  height: 100%;
}

.pro-layout-card {
  .pro-layout-card-body__panel {
    height: 100%;
    .pro-layout-row-col-container {
      height: 100%;
      .pro-layout-row {
        height: 100%;
        .pro-layout-col {
          height: 100%;
          .pro-layout-p {
            height: 100%;
          }
        }
      }
    }
  }
}
