.pisell-lowcode__schedules-component {
  width: 100%;
  height: 100%;
  // height: 100vh;
  display: flex;
  gap: 12px;
  background-color: #f3f4f6;

  .pisell-lowcode__schedules-component-calendar {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
  }

  .pisell-lowcode__schedules-component-panels {
    width: 480px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    position: sticky;
    z-index: 1;
    top: 0;
    z-index: 1;

    .pisell-lowcode__schedules-tabs-wrap {
      height: 100%;

      .pisell-lowcode-tabs-content {
        height: 100%;
      }

      .pisell-lowcode-tabs-tabpane {
        height: 100%;
      }

      .ant-tabs-content {
        height: 100%;

        // overflow-y: auto;
        // overflow-x: hidden;
        .ant-tabs-tabpane {
          height: 100%;
        }
      }
    }
  }
}