@pisell-prefix: pisell-lowcode;

.@{pisell-prefix} {
  &-record-view {
    .pisell-lowcode-pagination {
      border: none;
      padding: 0;
    }
    .materials-grid-paginator-mini {
      border: none;
    }
  }

  &-list-title {
    color: #000;

    /* Text md/Semibold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin: 0;
  }
  &-list-tag {
    border-radius: 16px;
    border: 1px solid var(--Gray-200, #eaecf0);
    background: var(--Gray-50, #f9fafb);
    mix-blend-mode: multiply;
  }

  &-empty-button {
    display: flex;
    justify-content: center;
  }
  &-scroll-header-wrap {
    padding: 12px 0;
  }
  &-scroll-footer-wrap {
    padding: 12px 0;
  }
  &-detail-modal-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
  }
  &-modal-header {
    padding: 12px 20px;
    position: relative;
    z-index: 2;
  }
  &-close-icon {
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
  &-scroll-skeleton {
    padding: 12px 24px;
  }

  &-record-view-double-list {
  }
  &-record-view-double-list-item {
  }
  &-record-view-double-list-item-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #000;

    /* Text md/Semibold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
}
