.ant-modal-close-x {
  line-height: 35px;
}

.ant-btn .anticon.anticon-plus>svg {
  margin-top: -5px;
}

.incidentContainer {
  height: 100%;

  .ant-checkbox-wrapper ant-checkbox-group-item {
    color: red;
  }

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

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

  .linkDrowp {
    position: absolute;
    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-btn .anticon.anticon-plus>svg,
  .ant-btn .anticon.anticon-minus>svg {
    margin-top: -5px;
  }

  .pickItem {
    background-color: #aed8fa;
  }

  .listHover {
    background-color: #f5f6f9;
  }

  .contentContainers {
    height: 100%;

    .ant-table table {
      width: 100% !important;
      overflow-x: scroll;
    }

    display: flex;
    width: 100%;
    position: relative;

    // .ant-table.ant-table-bordered>.ant-table-container {
    //   min-width: calc(100vw - 582px);
    //   height: calc(100vh - 166px);
    //   overflow-x: hidden;
    //   border: none;
    // }

    .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;
    }

    .ant-popover-message-title {
      padding-left: 20px;
    }

    .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;
      }
    }
  }

  .icon {
    margin-top: -5px !important;
    vertical-align: text-bottom;
  }
}

.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;
    }
  }

  .ant-modal-root .ant-checkbox-group .ant-checkbox-group-item {
    margin-right: 0px !important;
    min-width: 200px !important;
  }
}

.listCard {
  display: flex;
  justify-content: space-around;
  width: 100%;

  .cardItem {
    padding: 0.5rem;
    width: 50%;
  }

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

    .ant-checkbox-group {
      .ant-checkbox-wrapper {
        width: 100%;
      }
    }

  }

  .cardItemData {
    padding: 1rem;
    border: 1px solid #b5b8c8;
    margin-bottom: 1rem;
    overflow-x: scroll;

  }

  .cardItemData1 {
    padding: 1rem;
    border: 1px solid #b5b8c8;
    margin-bottom: 1rem;
    overflow-x: scroll;

    .ant-checkbox-group-item {
      color: red !important;
    }
  }
}

.listCard1 {
  width: 100%;
  display: flex;
  height: 34rem;

  .cardItem1 {
    border: 1px solid #b5b8c8;
    padding: 0.5rem;
    width: 70%;
  }

  .cardItem11 {
    border: 1px solid #b5b8c8;
    padding: 0.5rem;
    width: 30%;
  }

  .cardContent1 {
    height: 33rem;
    overflow-y: scroll;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .tab {
    width: 100%;
  }

  .cardItemData1 {
    padding: 0rem 1rem;
    margin-bottom: 1rem;
    width: 100%;
    // height: 28re;
  }
}

.doctorTable {
  margin-bottom: 16px;
}

.ant-drawer-footer {
  display: flex;
  justify-content: flex-end;
}

.config {
  display: flex;
  padding: 1rem 0 0.5rem 0.5rem;
  justify-content: space-between;
  width: calc(100% - 10px);

  .title {
    font-size: 18px;
    color: rgba(0, 114, 255, 1);
    font-weight: bold;
  }

  .btn {
    display: flex;
    justify-content: flex-end;
    width: 20rem;
  }

  .ant-btn {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
}

.imgg {
  position: relative;
  top: -95px;
  left: -9px;
  height: 104px;
  width: 104px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  z-index: 1;
}

.imgg :hover {
  opacity: 0.7;
  width: '100%';
  background-color: '#2881a1';
}

.containerBox {
  width: 100vm;
  height: calc(100vh - 90px);
  background: #ffffff;

  .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
    margin-left: 0;
  }

  .ant-table.ant-table-bordered>.ant-table-container {
    border: none;
  }

  .clickRowStyle {
    background: #cfe7fd;
  }

  .ant-table-thead tr th {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
  }
}
.iconSize{
  font-size: 18px;
   color: #1890FF;
   svg{
    margin-top:-7px;
   }

}
.titleName{
  font-size: 18px;
  color: rgba(0, 114, 255, 1);
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  line-height: 50px;
}

.buttonList {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  
  >span {
    display: flex;
  }
}

// .panda-pro-pages-platform-center-bsmanager-work-order-incident-filed_listItem {
//   display: flex;
// }