.ant-modal-root .ant-modal-wrap.drag-dialog {
  height: 100%;
  overflow: hidden;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal {
  padding-bottom: 0px !important;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal .resize-container {
  pointer-events: auto;
  height: 100%;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal .resize-container .ant-modal-content {
  height: 100%;
  width: 100%;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal .resize-container .ant-modal-footer .drag-modal {
  box-sizing: border-box;
  padding: 0;
  text-align: right;
  border-radius: 0 0 2px 2px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal .resize-container.height-auto {
  height: auto !important;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal .resize-container.height-auto .ant-modal-body {
  height: auto !important;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal .ant-modal-header {
  cursor: move;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal .ant-modal-body {
  flex: unset;
  padding: 8px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog {
  height: 100vh !important;
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden;
  padding: 0;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .icon {
  cursor: pointer;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-header {
  padding: 0px !important;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-header .move-title,
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-header .disabled-move-title {
  user-select: none;
  font-size: 16px;
  font-weight: bold;
  color: var(--saas-Title-Text);
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-header .dialog-title {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  align-items: center;
  justify-content: space-between;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-header .dialog-title .vice-title {
  user-select: none;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-header .tools-bar {
  display: flex;
  justify-content: flex-end;
  width: 75px;
  color: var(--saas-Title-Text);
  font-size: 14px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-header .tools-bar .tool-btn {
  width: 1em;
  height: 1em;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-header .tools-bar div:not(:first-child) {
  margin-left: 10px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-footer:empty {
  display: none;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.pc-dialog .ant-modal-close .ant-modal-close-x svg .st0 {
  fill: #AAB2C0;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.mb-dialog .ant-modal-footer {
  padding: 0px !important;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.mb-dialog .ant-modal-header {
  border-bottom: 0px solid #fff !important;
  border-radius: 25px !important;
  padding: 0px !important;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.mb-dialog .ant-modal-header .move-title {
  font-weight: 400;
  color: #333333;
  padding: rem(40) 0px;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.mb-dialog .ant-modal-content {
  border-radius: 25px !important;
  font-size: 15px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.mb-dialog .foot-mb {
  display: flex;
  height: 48px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.mb-dialog .foot-mb > div {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.mb-dialog .foot-mb > div:first-child {
  border-right: 1px solid #e8e8e8;
  color: #333;
  font-size: 16px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .fl-modal.mb-dialog .foot-mb > div:last-child {
  color: #2A87EB;
  font-size: 16px;
}
.ant-modal-root .ant-modal-wrap.drag-dialog .handle-box {
  pointer-events: all;
}

.drag-dialog .ant-modal-body {
  max-height: 100% !important;
}
.drag-dialog .common-modal-component.fl-modal .ant-modal-header {
  background-color: var(--saas-Background-Header) !important;
}
.drag-dialog .common-modal-component.fl-modal .ant-modal-header .dialog-title {
  padding: 6px 16px !important;
}
.drag-dialog .common-modal-component.fl-modal .ant-modal-header .dialog-title .disabled-move-title {
  font-size: 14px !important;
}

.fixed-hover-title {
  display: none;
}

.dialog-fix-right .dialog-title {
  position: relative;
}
.dialog-fix-right .fixed-hover-title {
  display: block;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: -30px;
  padding: 2px;
  width: 30px;
  background-image: linear-gradient(180deg, rgba(53, 116, 238, 0.16) 0%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
}
.dialog-fix-right .fixed-hover-title.show {
  opacity: 1;
}
.dialog-fix-right:hover {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.2s;
}

.resize-container {
  pointer-events: auto;
  height: 100%;
}
.resize-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 50px;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.2s;
}
.resize-container.sticky-right::before {
  height: 200vh;
}
.resize-container .ant-modal-content {
  height: 100%;
  width: 100%;
}
.resize-container.height-auto {
  height: auto !important;
}
.resize-container.height-auto .ant-modal-body {
  height: auto !important;
}

.fl-dialog-box.isDragging .mini-dialog-wrap {
  pointer-events: auto;
}

.mini-dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden;
  pointer-events: none;
}

.mini-dialog-drag-box {
  display: none !important;
  pointer-events: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.mini-dialog-drag-box:hover {
  opacity: 1;
}
.mini-dialog-drag-box.show {
  display: block !important;
}

.min-dialog {
  z-index: 1;
  position: fixed;
  height: 50px;
  background: #fff;
  padding: 5px 10px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 12px 0 rgba(115, 107, 107, 0.3);
  border-radius: 5px;
}
.min-dialog .move-title {
  user-select: none;
  font-weight: bold;
  color: #2A3E61;
}
.min-dialog .dialog-title {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
.min-dialog .tools-bar {
  display: flex;
  justify-content: space-between;
  width: 50px;
}

.fl-dialog-wrapper .ant-modal-header {
  padding: 0px;
}
.fl-dialog-wrapper .init-modal {
  padding-bottom: 0px !important;
}
.fl-dialog-wrapper .move-title,
.fl-dialog-wrapper .disabled-move-title {
  padding: 16px 24px !important;
}
.fl-dialog-wrapper .move-title {
  cursor: Move;
}

.react-draggable-transparent-selection {
  pointer-events: none !important;
}

/*# sourceMappingURL=dragDialog.css.map */