.vtx-modal-maxClass .ant-modal {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.vtx-modal-maxClass .ant-modal-body {
  height: calc(100% - 108px) !important;
}
.vtx-modal .ant-modal {
  top: 10%;
  padding-bottom: 0;
}
.vtx-modal .ant-modal .ant-modal-content {
  height: 100%;
}
.vtx-modal .ant-modal .ant-modal-content .ant-modal-body {
  max-height: calc(100% - 108px);
  padding: 20px 24px;
  overflow: auto;
}
.vtx-modal .vtx-modal-title {
  position: relative;
  width: 100%;
}
.vtx-modal .vtx-modal-title .vtx-modal-title_name {
  width: 100%;
  color: #1890ff;
}
.vtx-modal .vtx-modal-title .vtx-modal-close,
.vtx-modal .vtx-modal-title .vtx-modal-maximizeIcon {
  position: absolute;
  top: -13px;
  right: -16px;
}
.vtx-modal .vtx-modal-title .vtx-modal-close p,
.vtx-modal .vtx-modal-title .vtx-modal-maximizeIcon p {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: inline-block;
  width: 36px;
  height: 48px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.vtx-modal .vtx-modal-title .vtx-modal-close p:hover,
.vtx-modal .vtx-modal-title .vtx-modal-maximizeIcon p:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.vtx-modal .vtx-modal-title .vtx-modal-maximizeIcon {
  right: 20px;
}
.vtx-modal-header-title .vtx-modal-header-text {
  font-weight: 400;
}
.vtx-modal-header-title .vtx-modal-header-text {
  color: rgba(0, 0, 0, 0.65);
}
.vtx-modal-header-title .vtx-modal-header-text + .vtx-modal-header-subtitle::before {
  margin: 0 4px;
  font-weight: 400;
  content: '>';
}
.vtx-modal-header-title .vtx-modal-header-text + .vtx-modal-header-subtitle::before {
  color: rgba(0, 0, 0, 0.65);
}
