.c-claimflow-component {
  padding: 5px 15px;
  margin-bottom: 10px;
  // .claimflow-container {
  //     border: 1px solid #eee;
  // }

  .za-tabs__header ul {
    line-height: initial !important;
    height: auto !important;

    li {
      & + li {
        border-left: 1px solid #eee;
      }
    }
  }

  .c-tab-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;

    .ql-align-left {
      text-align: left;
    }

    .ql-align-right {
      text-align: right;
    }

    .ql-align-center {
      text-align: center;
    }

    .ql-align-justify {
      text-align: left;
    }
  }

  .za-tabs__line {
    display: none;
  }

  .tab-title {
    padding: 15px 0;

    * {
      color: #333 !important;
    }

    &.active {
      * {
        color: var(--theme-primary) !important;
      }
    }

    &:not(.active) {
      background: #f4f4f4;
    }
  }
}
