.PatrolFeedbackContainer {
  height: 100%;

  .contentContainers {
    height: 100%;
    display: flex;
    width: 100%;
    position: relative;

    .ant-table-wrapper {
      height: calc(100% - 100px);

      .ant-table {
        height: 100%;
      }
    }
    .ant-pagination {
      padding: 10px;
    }
    .pickItem {
      background-color: #aed8fa;
    }
  
    .listHover {
      background-color: #f5f6f9;
    }

    .listItem {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      font-weight: 400;
      color: #414e65;
      cursor: pointer;
      line-height: 28px;
      align-items: center;
      padding: 8px 14px;
    }

    .orgContainer {
      // height: calc(100vh - 74px);
      height: 100%;
      width: 250px;
      left: 0;
      top: 0;
      margin-right: 10px;
      position: relative;
      transition-property: width, left;
      transition-duration: 0.5s;
      white-space: nowrap;

      .ant-card-body {
        height: 100%;
      }

      .ant-tree {
        padding-top: 6px;

        .ant-tree-switcher {
          line-height: 1;
          margin-right: 0px !important;
          color: #1890ff;

          .ant-tree-switcher-line-icon {
            margin-left: 5px;
          }
        }
      }

      .switcher {
        display: block;
        position: absolute;
        font-size: 18px;
        color: #1890ff !important;
        top: 50%;
        right: 2px;
        transform: translate(0%, -50%);
        z-index: 1;
      }
    }

    .orgContainerHide {
      // transform: translateX(-230px);
      left: 0px;
      top: 0;
      width: 26px;
    }

    .userContainer {
      height: 100%;
      z-index: 999;
      min-width: 800px;
      background: white;
      width: 100%;
      position: relative;
      transition: width 0.5s;

      

      .title {
        margin: 16px 0 10px 16px;
        display: inline-block;
        width: 270px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .ant-table-pagination {
        padding-right: 12px;
        background: white;
        margin: 1px 0;
        padding: 8px;
        padding-right: 20px;
      }

      .ant-btn {
        margin: 0px 10px;

        .ant-btn-primary {
          background: #50aefc;
        }
      }

      .ant-input-search-button {
        margin-left: 0px !important;
      }

      .ant-table-thead tr th {
        font-weight: 600;
        color: rgba(0, 0, 0, 0.85);
        background-color: #f6f9fe;
      }

      .ant-table-cell {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .ant-table-wrapper {
        height: calc(100% - 50px);

        .ant-table {
          height: calc(100% - 45px);

          .ant-table-container {
            height: 100%;
          }
        }
      }

      // .ant-table-body {
      //   height: calc(100vh - 210px);
      //   border-right: white;
      //   overflow: auto !important;
      // }

      .clickRowStyle {
        background: #cfe7fd;
      }

      .ant-pagination {
        z-index: 999;
        border-top: 1px solid #f0eded;
      }
    }
  }



  .ant-card-body {
    padding: 12px 24px 24px 24px;
  }



  .pickItem {
    background-color: #f5f6f9;
  }
}

.formData {
  height: 38rem;
  overflow-y: scroll;

  .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none;
  }

  .formData_label {
    display: flex;
    align-items: center;
  }

  .filed_listItem {
    display: flex;
    height: 3.6rem;

    .ant-btn-icon-only {
      width: 32px;
      height: 32px;
      /* padding: 2.4px 0; */
      font-size: 16px;
      border-radius: 2px;

      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}

.cardContent {
  height: 30rem;
  overflow-y: scroll;
  overflow-x: scroll;
  width: 100%;
}

.doctorTable {
  margin-bottom: 16px;
}

.linkDrowp {
  position: absolute;
  top: 0px;
  left: 93.5%;
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.listItem {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #414e65;
  cursor: pointer;
  line-height: 28px;
  align-items: center;
  padding: 8px 14px;
}

.ant-select-arrow .anticon {
  vertical-align: middle;
}

.listCard {
  display: flex;

  .cardItem {
    padding: 0.5rem;
  }

  .cardContent {
    height: 30rem;
    overflow-y: scroll;
    width: 100%;
  }

  .cardItemData {
    display: inline-block;
    padding: 0.5rem;
    border: 1px solid #b5b8c8;
    width: 100%;
    min-height: 100px;
    min-width: 333px;
    // height: 30rem;
    overflow-y: scroll;
  }
}

.ant-modal-body {
  padding: 10px 24px 0px 24px;
}

.ant-modal-footer {
  padding: 10px 48px 10px 40px;
}

.ant-table-pagination.ant-pagination {
  margin: 5px 0;
}