.Wfcontainer {
  min-width: 1000px;
  height: 100%;
}
:deep(.ant-btn) {
  border-radius: 5px !important;
}
::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #dbdada;
  background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.2) 0, hsla(0, 0%, 100%, 0.2) 75%, transparent 0, transparent);
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(216, 210, 210, 0.2);
  background: #f8f7f7;
  width: 0px;
  border-radius: 8px;
}
.spin-style {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 600;
  background-color: rgba(255, 255, 255, 0.5);
}
.spin-style .ant-spin {
  position: absolute;
  left: 50%;
  top: 50%;
}.full-loading[data-v-f3662ac4] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(240, 242, 245, 0.4);
}
.full-loading[data-v-f3662ac4] .ant-spin-dot {
  font-size: 28px !important;
}
.full-loading.absolute[data-v-f3662ac4] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}
html[data-theme='dark'] .full-loading[data-v-f3662ac4] {
  background-color: rgba(0, 0, 0, 0.45);
}