.yee-modal-wrapper {
  position: fixed !important;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  z-index: 10 !important;
  .ant-modal {
    padding: 8px !important;
    .ant-modal-body {
      height: calc(100% - 105px);
    }
  }
}

.yee-modal-content.ant-modal,
.yee-modal-content.ant-modal-root {
  .ant-modal-content {
    height: 100%;
    .ant-modal-body {
      height: calc(100% - 109px);
      overflow: auto;
      .ant-empty-normal {
        margin: 12px 0;
      }
      .yee-form-wrapper {
        min-height: 130px;
        margin: 0;
        .ant-col-12.ant-col-offset-6 {
          margin-left: 10%;
          width: 70%;
        }
      }
    }
  }
}

.yee-modal-content.ant-modal,
.yee-modal-content.ant-modal-root,
.yee-modal-content.ant-drawer {
  .ant-pagination {
    margin-bottom: 10px;
  }
  .batch-container {
    position: relative;
    height: 53px;
    z-index: 2 !important;
    box-shadow: none;

    .dot + span {
      margin-left: 18px;
    }
    .dot {
      top: -7px;
      left: 0px;
    }
  }

  .has-error .ant-form-explain {
    margin-bottom: -8px;
    float: left;
  }
}
.yee-modal-content .ant-modal,
.yee-modal-content.ant-modal,
.yee-modal-content .ant-modal-root {
  box-sizing: content-box;
}
.yee-modal-content {
  .yee-drawer-content {
    margin-bottom: 60px;
  }
  .ant-drawer-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
