/* [project]/node_modules/@fortune-sheet/react/dist/index.css [app-client] (css) */
.fortune-container {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  display: flex;
  position: relative;
}

.fortune-workarea {
  width: 100%;
}

.fortune-popover-backdrop {
  z-index: 1003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fortune-modal-container {
  background: #ffffff80;
  justify-content: center;
  align-items: center;
  display: flex;
}

html::-webkit-scrollbar-button {
  display: none;
}

.fortune-stat-area {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fortune-sheet-container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.fortune-col-body {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.fortune-sheet-area {
  flex: 1;
  position: relative;
}

.fortune-sheet-canvas-placeholder, .fortune-sheet-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.fortune-sheet-canvas {
  position: absolute;
}

.fortune-sheet-overlay {
  outline-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fortune-cell-area {
  border-collapse: collapse;
  cursor: default;
  outline-style: none;
  position: relative;
  overflow: hidden;
}

.fortune-row-body {
  flex-direction: row;
  display: flex;
}

.fortune-row-header {
  color: #5e5e5e;
  cursor: default;
  outline-style: none;
  flex-shrink: 0;
  width: 45px;
  margin-top: -2px;
  padding: 2px 0 0;
  position: relative;
  overflow: hidden;
}

.fortune-row-header-hover {
  z-index: 11;
  background-color: #c2c2c266;
  border: 0;
  width: 100%;
  margin-top: 2px;
  display: none;
  position: absolute;
  right: 0;
}

.fortune-row-header-selected {
  z-index: 10;
  background-color: #4c4c4c1a;
  border-right: 1px solid #0188fb;
  width: 100%;
  margin-top: 2px;
  display: none;
  position: absolute;
  right: 0;
}

.fortune-col-header-wrap {
  flex-direction: row;
  display: flex;
}

.fortune-col-header {
  color: #5e5e5e;
  cursor: default;
  outline-style: none;
  flex: 1;
  height: 19px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.fortune-col-header-hover {
  color: #5e5e5e;
  cursor: default;
  z-index: 11;
  background-color: #c2c2c266;
  border: 0;
  height: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  bottom: 0;
}

.fortune-col-header-hover .header-arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0%, -44%);
}

.fortune-col-header-selected {
  color: #5e5e5e;
  cursor: default;
  z-index: 10;
  background-color: #4c4c4c1a;
  border-bottom: 1px solid #0188fb;
  height: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  bottom: 0;
}

.fortune-left-top {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-width: 0 1px 1px 0;
  width: 44.5px;
  height: 18.5px;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.fortune-add-row-button {
  cursor: pointer;
  color: #262a33;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  outline: none;
  align-items: center;
  margin: 0 8px;
  padding: 1px 20px;
  font-size: 14px;
  line-height: 20px;
  display: inline-flex;
}

.luckysheet-cell-selected-focus {
  pointer-events: none;
  z-index: 14;
  background: #0050d026;
  margin: 0;
  display: none;
  position: absolute;
}

.fortune-selection-copy {
  pointer-events: none;
  z-index: 18;
  border: none;
  margin: 0;
  position: absolute;
}

.fortune-selection-copy .fortune-copy {
  z-index: 18;
  background-color: #0000;
  position: absolute;
}

.fortune-selection-highlight {
  z-index: 14;
  border: none;
  margin: 0;
  position: absolute;
}

.fortune-cell-selected-extend {
  pointer-events: none;
  z-index: 16;
  border: 1px dashed #0188fb;
  margin: -1px 0 0 -1px;
  display: none;
  position: absolute;
}

.fortune-cell-selected-move {
  cursor: move;
  z-index: 16;
  border: 2px solid #0188fb;
  margin: -1px 0 0 -1px;
  display: none;
  position: absolute;
}

.luckysheet-cell-selected {
  pointer-events: none;
  z-index: 15;
  box-sizing: content-box;
  background: #0188fb26;
  border: 1px solid #0188fb;
  margin: -1px 0 0 -1px;
  display: none;
  position: absolute;
}

.luckysheet-cs-inner-border {
  pointer-events: none;
  border: 1px solid #fff;
  position: absolute;
  inset: 0;
}

.luckysheet-cs-fillhandle {
  cursor: crosshair;
  z-index: 16;
  pointer-events: auto;
  background-color: #0188fb;
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.luckysheet-cs-draghandle {
  cursor: move;
  opacity: .01;
  z-index: 15;
  pointer-events: auto;
  background-color: #fff;
  border: 2px solid #fff;
  position: absolute;
}

.luckysheet-cs-draghandle-top {
  height: 2px;
  top: -4px;
  left: -2px;
  right: -2px;
}

.luckysheet-cs-draghandle-bottom {
  height: 2px;
  bottom: -4px;
  left: -2px;
  right: 0;
}

.luckysheet-cs-draghandle-left {
  width: 2px;
  top: 0;
  bottom: 0;
  left: -4px;
}

.luckysheet-cs-draghandle-right {
  width: 2px;
  top: 0;
  bottom: 0;
  right: -4px;
}

.luckysheet-cs-touchhandle {
  z-index: 100;
  pointer-events: auto;
  touch-action: auto;
  width: 16px;
  height: 16px;
  padding: 5px;
  display: none;
  position: absolute;
}

.luckysheet-cs-touchhandle:before {
  content: "";
  box-sizing: border-box;
  background-color: #fff;
  border: .5px solid #00000026;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
}

.luckysheet-cs-touchhandle-lt {
  top: -13px;
  left: -13px;
}

.luckysheet-cs-touchhandle-lb {
  bottom: -13px;
  left: -13px;
}

.luckysheet-cs-touchhandle-rt {
  top: -13px;
  right: -13px;
}

.luckysheet-cs-touchhandle-rb {
  bottom: -13px;
  right: -13px;
}

.luckysheet-cs-touchhandle .luckysheet-cs-touchhandle-btn {
  box-sizing: border-box;
  z-index: 11;
  background-color: #018ffb;
  background-position: center;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.luckysheet-input-box {
  z-index: 15;
  flex-direction: column;
  font: 400 13px arial, sans, sans-serif;
  display: flex;
  position: absolute;
}

.luckysheet-input-box-inner {
  text-align: left;
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #5292f7;
  outline: none;
  max-width: 9900px;
  max-height: 9900px;
  margin: 0;
  padding: 0 2px;
  font: 400 13px arial, sans, sans-serif;
  right: auto;
  overflow: hidden auto;
  box-shadow: 0 2px 5px #0006;
}

.luckysheet-cell-input {
  cursor: text;
  white-space: pre-wrap;
  outline: none;
  width: 100%;
  margin: 0;
}

.luckysheet-formula-text-color {
  color: #000;
}

.luckysheet-formula-text-string {
  color: #228b22;
}

.luckysheet-cell-flow {
  touch-action: manipulation;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.luckysheet-cell-flow-clip {
  border-collapse: collapse;
  cursor: default;
  touch-action: manipulation;
  width: 5000000px;
  overflow: hidden;
}

.luckysheet-cell-flow-col {
  touch-action: manipulation;
  float: left;
  direction: ltr;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.luckysheet-cell-sheettable {
  text-align: left;
  color: #000;
  font-size: 11pt;
  text-decoration: none;
  position: relative;
}

.luckysheet-bottom-controll-row {
  z-index: 1000;
  height: 30px;
  position: absolute;
  bottom: 38px;
  left: 0;
}

#luckysheet-bottom-add-row {
  margin-top: -2px;
  margin-right: 5px;
  padding: 5px 20px;
}

#luckysheet-bottom-add-row-input {
  width: 40px;
  min-width: 40px;
}

#luckysheet-bottom-return-top {
  margin-top: -2px;
  margin-left: 10px;
  padding: 5px 6px;
}

.luckysheet-cell-flow-column {
  height: inherit;
  width: inherit;
  z-index: 1;
  touch-action: manipulation;
  position: absolute;
  top: 0;
  left: 0;
}

.luckysheet-cell-flow-column-line {
  height: inherit;
  border-right: 1px solid #d4d4d4;
  position: absolute;
}

.luckysheet-cell-flow-row {
  text-align: left;
  height: inherit;
  width: inherit;
  z-index: 1;
  touch-action: manipulation;
  position: absolute;
  top: 0;
  left: 0;
}

.luckysheet-cell-flow-row-line {
  width: inherit;
  border-bottom: 1px solid #d4d4d4;
  position: absolute;
}

.fortune-cols-change-size, .fortune-rows-change-size, .fortune-change-size-line, .fortune-cols-freeze-handle, .fortune-rows-freeze-handle, .fortune-freeze-drag-line {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 12;
  position: absolute;
}

.fortune-cols-change-size {
  cursor: ew-resize;
  opacity: 0;
  background: #0188fb;
  width: 5px;
  height: 100%;
}

.fortune-rows-change-size {
  cursor: ns-resize;
  opacity: 0;
  background: #0188fb;
  width: 100%;
  height: 5px;
}

.fortune-change-size-line {
  z-index: 15;
  cursor: ew-resize;
  border-style: solid;
  border-color: #0188fb;
}

.fortune-cols-freeze-handle {
  cursor: grab;
  z-index: 20;
  background-color: #ddd;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
}

.fortune-rows-freeze-handle {
  cursor: grab;
  z-index: 20;
  background-color: #ddd;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
}

.fortune-freeze-drag-line {
  z-index: 15;
  cursor: ew-resize;
  border-style: solid;
  border-color: #ccc;
}

.luckysheet-postil-dialog-move {
  pointer-events: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item {
  pointer-events: all;
  cursor: move;
  position: absolute;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-t {
  width: 100%;
  height: 3px;
  top: -4px;
  left: 0;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-r {
  width: 3px;
  height: 100%;
  top: 0;
  right: -4px;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-b {
  width: 100%;
  height: 3px;
  bottom: -4px;
  left: 0;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-l {
  width: 3px;
  height: 100%;
  top: 0;
  left: -4px;
}

.luckysheet-postil-show-active .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item {
  border-color: #0188fb;
}

.luckysheet-postil-dialog-resize {
  pointer-events: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: -2px;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item {
  pointer-events: all;
  border: 1px solid #0188fb;
  width: 6px;
  height: 6px;
  position: absolute;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lt {
  cursor: nw-resize;
  top: -6px;
  left: -6px;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mt {
  cursor: n-resize;
  margin-left: -4px;
  top: -6px;
  left: 50%;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lm {
  cursor: w-resize;
  margin-top: -4px;
  top: 50%;
  left: -6px;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rm {
  cursor: e-resize;
  margin-top: -4px;
  top: 50%;
  right: -6px;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rt {
  cursor: ne-resize;
  top: -6px;
  right: -6px;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lb {
  cursor: sw-resize;
  bottom: -6px;
  left: -6px;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mb {
  cursor: s-resize;
  margin-left: -4px;
  bottom: -6px;
  left: 50%;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rb {
  cursor: se-resize;
  bottom: -6px;
  right: -6px;
}

.fortune-selection-copy-top {
  background-position: bottom;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
}

.fortune-selection-copy-right {
  width: 2px;
  top: 0;
  bottom: 0;
  right: 0;
}

.fortune-selection-copy-bottom {
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
}

.fortune-selection-copy-left {
  background-position: 100%;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
}

.fortune-selection-copy-hc {
  z-index: 8;
  border: 2px dashed #12a5ff;
  position: absolute;
  inset: 0;
}

.luckysheet-modal-dialog-resize {
  pointer-events: none;
  border: 2px solid #0188fb;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: -2px;
}

.luckysheet-modal-dialog-resize-item {
  pointer-events: all;
  background: #fff;
  border: 2px solid #0188fb;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  position: absolute;
}

.luckysheet-modal-dialog-resize-item-lt {
  cursor: se-resize;
  top: -6px;
  left: -6px;
}

.luckysheet-modal-dialog-resize-item-mt {
  cursor: s-resize;
  margin-left: -4px;
  top: -6px;
  left: 50%;
}

.luckysheet-modal-dialog-resize-item-rt {
  cursor: ne-resize;
  top: -6px;
  right: -6px;
}

.luckysheet-modal-dialog-resize-item-lm {
  cursor: w-resize;
  margin-top: -4px;
  top: 50%;
  left: -6px;
}

.luckysheet-modal-dialog-resize-item-rm {
  cursor: w-resize;
  margin-top: -4px;
  top: 50%;
  right: -6px;
}

.luckysheet-modal-dialog-resize-item-lb {
  cursor: ne-resize;
  bottom: -6px;
  left: -6px;
}

.luckysheet-modal-dialog-resize-item-mb {
  cursor: s-resize;
  margin-left: -4px;
  bottom: -6px;
  left: 50%;
}

.luckysheet-modal-dialog-resize-item-rb {
  cursor: se-resize;
  bottom: -6px;
  right: -6px;
}

.fortune-formula-functionrange-highlight .fortune-copy {
  z-index: 18;
  cursor: move;
  opacity: .9;
  box-sizing: content-box;
  background: #0188fb;
  position: absolute;
}

.fortune-formula-functionrange-highlight .fortune-selection-copy-top {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: -2px;
}

.fortune-formula-functionrange-highlight .fortune-selection-copy-right {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -2px;
}

.fortune-formula-functionrange-highlight .fortune-selection-copy-bottom {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  bottom: -2px;
}

.fortune-formula-functionrange-highlight .fortune-selection-copy-left {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  left: -2px;
}

.fortune-formula-functionrange-highlight .fortune-selection-copy-hc {
  opacity: .03;
  z-index: initial;
  border: 2px solid #5e5e5e;
}

.fortune-selection-highlight-lt {
  cursor: se-resize;
  top: -3px;
  left: -3px;
}

.fortune-selection-highlight-rt {
  cursor: ne-resize;
  top: -3px;
  right: -3px;
}

.fortune-selection-highlight-lb {
  cursor: ne-resize;
  bottom: -3px;
  left: -3px;
}

.fortune-selection-highlight-rb {
  cursor: se-resize;
  bottom: -3px;
  right: -3px;
}

.fortune-formula-functionrange-highlight .luckysheet-highlight {
  z-index: 19;
  background: #0188fb;
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  position: absolute;
}

.fortune-presence-username {
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: content-box;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  position: absolute;
  left: -2px;
  overflow: hidden;
}

.fortune-presence-selection {
  opacity: .7;
  border-style: solid;
  border-width: 1px;
  position: absolute;
}

.luckysheet-filter-options {
  color: #897bff;
  cursor: pointer;
  z-index: 200;
  display: "block";
  background: #fff;
  border: 1px solid #897bff;
  border-radius: 3px;
  height: 15px;
  margin-left: 0;
  padding: 0 4px;
  font-size: 12px;
  position: absolute;
  top: 3px;
}

.luckysheet-filter-options:hover {
  color: #fff;
  background: #897bff;
  border: 1px solid #fff;
}

.luckysheet-filter-options-active {
  color: #fff;
  background: #897bff;
  border: 1px solid #897bff;
  padding: 0 1px;
}

.caret {
  border: 4px solid #0000;
  width: 0;
  height: 0;
  margin-top: 6px;
  display: inline-block;
}

.caret.down {
  border-top-color: #897bff;
}

.luckysheet-filter-options:hover .caret.down {
  border-top-color: #fff;
}

.luckysheet-filter-selected {
  background: #fff0;
}

#luckysheet-dataVerification-showHintBox {
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: absolute;
  box-shadow: 0 2px 4px #0003;
}

#luckysheet-dataVerification-dropdown-btn {
  z-index: 10;
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.luckysheet-formula-search-c {
  color: #535353;
  z-index: 1003;
  background: #fff;
  border: 1px solid #0003;
  width: 300px;
  font-size: 12px;
  position: absolute;
  box-shadow: 0 2px 4px #0003;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item {
  cursor: pointer;
  background: #fff;
  padding: 5px 10px;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item .luckysheet-formula-search-detail {
  color: #444;
  display: none;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item .luckysheet-formula-search-func {
  color: #222;
  font-size: 14px;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item-active {
  background: #f5f5f5;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: block;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item-active .luckysheet-formula-search-detail {
  display: block;
}

.luckysheet-formula-help-c {
  color: #535353;
  z-index: 1003;
  background: #fff;
  border: 1px solid #0003;
  width: 300px;
  font-size: 12px;
  position: absolute;
  box-shadow: 0 2px 4px #0003;
}

.luckysheet-formula-help-c .luckysheet-formula-help-content {
  max-height: 300px;
  overflow-y: scroll;
}

.luckysheet-formula-help-content-example {
  margin-top: 5px;
}

.luckysheet-formula-help-title {
  background: #f5f5f5;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 2px 10px;
  font-size: 14px;
  display: block;
}

.luckysheet-formula-help-title-formula {
  word-break: break-word;
  width: 250px;
}

.luckysheet-arguments-help-section {
  color: #222;
  margin-top: 5px;
  margin-bottom: 5px;
}

.luckysheet-arguments-help-section-title {
  color: #666;
  padding: 1px 10px;
}

.luckysheet-arguments-help-parameter-content {
  word-wrap: break-word;
  padding: 1px 10px;
  display: inline-block;
}

.luckysheet-arguments-help-formula {
  padding: 1px 10px;
  font-size: 14px;
}

.luckysheet-arguments-help-parameter-active {
  background-color: #fff9b2;
}

.luckysheet-formula-help-collapse {
  cursor: pointer;
  color: #bbb;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 25px;
}

.luckysheet-formula-help-close {
  cursor: pointer;
  color: #bbb;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 5px;
}

.luckysheet-formula-help-close:hover, .luckysheet-formula-help-collapse:hover {
  color: #555;
}

.luckysheet-scrollbar-ltr {
  z-index: 1003;
  position: absolute;
  overflow: hidden;
}

.luckysheet-scrollbar-ltr div {
  width: 1px;
  height: 1px;
}

.luckysheet-scrollbar-x {
  bottom: 0;
  overflow-x: scroll;
}

.luckysheet-scrollbar-y {
  top: 0;
  right: 0;
  overflow-y: scroll;
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar {
  background-color: #0000;
  width: 8px;
  height: 8px;
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-track {
  background-color: #0000;
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button {
  display: none;
}

.fortune-dialog {
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  box-shadow: 5px 5px 30px #0000001a;
}

.fortune-dialog-box-button-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fortune-dialog-box-content {
  padding: 0 25px;
}

.fortune-dialog-box-button-container {
  padding-top: 10px;
  padding-bottom: 20px;
}

.fortune-message-box-button {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  outline: none;
  align-items: center;
  margin: 0 8px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  display: inline-flex;
}

.fortune-message-box-button.button-default {
  color: #262a33;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.fortune-message-box-button.button-primary {
  color: #fff;
  background-color: #0188fb;
}

.fortune-modal-dialog-header {
  outline: 0;
  justify-content: flex-end;
  display: flex;
}

.fortune-modal-dialog-icon-close {
  color: #d4d4d4;
  opacity: .3;
}

.fortune-modal-dialog-icon-close:hover {
  opacity: .7;
}

#fortune-search-replace {
  z-index: 1002;
  padding: 30px 42px;
  position: absolute;
}

#fortune-search-replace .icon-close {
  position: absolute;
  top: 3px;
  right: 3px;
}

#fortune-search-replace .tabBox {
  margin-top: 10px;
  font-size: 0;
}

#fortune-search-replace .tabBox span {
  text-align: center;
  border: 1px solid #ebebeb;
  width: 100px;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
}

#fortune-search-replace .tabBox span.on {
  color: #fff;
  background-color: #8c89fe;
  border-color: #726efe;
}

#fortune-search-replace .ctBox {
  border: 1px solid #ebebeb;
  min-width: 500px;
  padding: 5px 10px;
  font-size: 14px;
}

#fortune-search-replace .ctBox .row {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

#fortune-search-replace .inputBox {
  height: 90px;
  position: relative;
}

#fortune-search-replace .inputBox .textboxs {
  height: 30px;
  line-height: 30px;
}

#fortune-search-replace .checkboxs {
  height: 90px;
}

#fortune-search-replace .checkboxs div {
  height: 30px;
  line-height: 30px;
}

#fortune-search-replace .checkboxs input[type="checkbox"] {
  float: left;
  margin-top: 9px;
}

#fortune-search-replace .btnBox {
  margin-top: 10px;
}

#fortune-search-replace .btnBox .button-default {
  margin-left: 0;
  margin-right: 8px;
}

#fortune-search-replace .close-button {
  margin-top: 10px;
  margin-left: 0;
}

#fortune-search-replace #searchAllbox {
  border: 1px solid #d4d4d4;
  height: 210px;
  margin-top: 10px;
  position: relative;
  overflow-y: auto;
}

#fortune-search-replace #searchAllbox .boxTitle {
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  line-height: 29px;
  position: sticky;
  top: 0;
  left: 0;
}

#fortune-search-replace #searchAllbox .boxTitle span {
  text-align: center;
  display: inline-block;
}

#fortune-search-replace #searchAllbox .boxTitle span:first-of-type, #fortune-search-replace #searchAllbox .boxTitle span:nth-of-type(2) {
  width: 25%;
}

#fortune-search-replace #searchAllbox .boxTitle span:nth-of-type(3) {
  width: 50%;
}

#fortune-search-replace #searchAllbox .boxMain .boxItem {
  box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
  height: 30px;
  padding: 0 5px;
  line-height: 29px;
}

#fortune-search-replace #searchAllbox .boxMain .boxItem.on {
  color: #fff;
  background-color: #8c89fe;
}

#fortune-search-replace #searchAllbox .boxMain .boxItem span {
  text-align: center;
  float: left;
  display: block;
}

#fortune-search-replace #searchAllbox .boxMain .boxItem span:first-of-type, #fortune-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(2) {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 25%;
  overflow: hidden;
}

#fortune-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(3) {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  overflow: hidden;
}

.fortune-link-modify-modal {
  z-index: 300;
  background-color: #fff;
  border: .5px solid #e5e5e5;
  border-radius: 6px;
  padding: 6px 20px 10px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 6px #00000029;
}

.fortune-link-modify-modal.link-toolbar {
  flex-direction: row;
  align-items: center;
  padding: 2px 8px 2px 16px;
  display: flex;
}

.fortune-link-modify-modal .link-content {
  margin-right: 6px;
}

.fortune-link-modify-modal .link-content:hover {
  color: #2674fb;
  cursor: pointer;
}

.fortune-link-modify-modal .divider {
  background-color: #e0e0e0;
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  margin: 0 6px;
}

.fortune-link-modify-modal .fortune-toolbar-button {
  padding: 6px;
}

.fortune-link-modify-modal .fortune-toolbar-button:hover {
  cursor: pointer;
  background-color: #0000000f;
}

.fortune-link-modify-modal.range-selection-modal {
  -webkit-user-select: auto;
  user-select: auto;
  background-color: #fff;
  width: 380px;
  padding: 22px;
}

.fortune-link-modify-line {
  padding-top: 10px;
}

.fortune-link-modify-title {
  color: #333;
  width: 74px;
  height: 16px;
  margin-right: 6px;
  padding: 7px 0;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.fortune-link-modify-input, .fortune-link-modify-select {
  box-sizing: border-box;
  -webkit-user-select: auto;
  user-select: auto;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  outline: none;
  width: 232px;
  height: 26px;
  padding: 1px 8px;
  font-size: 12px;
}

.fortune-link-modify-input:focus, .fortune-link-modify-modal .range-selection-input:focus {
  border-color: #4d90fe;
}

.fortune-link-modify-input.error-input, .fortune-link-modify-modal .range-selection-input.error-input {
  border: 1px solid #ef4e2f !important;
}

.fortune-link-modify-cell-selector {
  cursor: pointer;
  appearance: none;
  border: none;
  width: 20px;
  padding: 4px;
  display: inline-block;
  position: absolute;
  right: 24px;
}

.fortune-link-modify-modal .modal-title {
  color: #000000e0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fortune-link-modify-modal .range-selection-input {
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  outline: none;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 7px 11px;
  font-size: 14px;
  display: block;
}

.fortune-link-modify-modal .modal-icon-close {
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 22px;
}

.fortune-link-modify-modal .validation-input-tip {
  color: #ef4e2f;
  height: 17px;
  margin: 3px 0;
  font-size: 12px;
}

.fortune-link-modify-modal .button-group {
  display: flex;
}

.fortune-link-modify-modal .modal-footer {
  justify-content: flex-end;
  padding: 0 0 5px;
  display: flex;
}

.fortune-link-modify-modal.range-selection-modal .modal-footer {
  padding: 0;
}

.fortune-link-modify-modal .button-basic {
  cursor: pointer;
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 32px;
  padding: 0;
  font-size: 14px;
  display: flex;
}

.fortune-link-modify-modal .button-default {
  color: #262a33;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.fortune-link-modify-modal .button-primary {
  color: #fff;
  background-color: #0188fb;
  margin-left: 14px;
}

#fortune-data-verification {
  -webkit-user-select: none;
  user-select: none;
  min-width: 500px;
  padding: 10px 0;
}

#fortune-data-verification .title {
  font-size: 16px;
}

#fortune-data-verification .box {
  font-size: 14px;
}

#fortune-data-verification .box .box-item {
  border-bottom: 1px solid #e1e4e8;
  padding: 10px;
}

#fortune-data-verification .box .box-item .box-item-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

#fortune-data-verification .box .box-item .data-verification-range {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 30px;
}

#fortune-data-verification .box .box-item .show-box-item {
  margin-top: 6px;
  font-size: 12px;
}

#fortune-data-verification .box .box-item .show-box-item .check-box {
  height: 30px;
  margin-bottom: 10px;
  line-height: 30px;
}

#fortune-data-verification .box .box-item .show-box-item .check-box input {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  height: 30px;
  padding: 0 10px;
}

#fortune-data-verification .input-box input {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  height: 30px;
  margin-top: 6px;
  padding: 4px 10px;
}

#fortune-data-verification .input-box span {
  margin: 0 16px;
}

.data-verification-range .formulaInputFocus {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0 10px px;
  float: left;
  box-sizing: border-box;
  border: none;
  outline-style: none;
}

.data-verification-range .icon {
  float: right;
  cursor: pointer;
  margin-top: 4px;
  margin-right: 5px;
}

#fortune-data-verification .box .box-item .data-verification-type-select {
  border-color: #d4d4d4;
  outline-style: none;
  width: 100%;
  height: 30px;
}

#fortune-data-verification .box .box-item .check {
  font-size: 12px;
  line-height: 24px;
}

#fortune-data-verification .box .box-item .check input {
  vertical-align: text-top;
}

#fortune-data-verification .button-basic {
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  display: inline-block;
}

#fortune-data-verification .button-primary {
  color: #fff;
  background: #0188fb;
  border: 1px solid #0188fb;
  margin-right: 10px;
}

#fortune-data-verification .button-close {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
}

#range-dialog {
  color: #000;
  z-index: 100003;
  -webkit-user-select: none;
  user-select: none;
  background: #fff padding-box padding-box;
  border: 1px solid #0005;
  outline: 0;
  padding: 30px 42px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  box-shadow: 0 4px 16px #0003;
}

#range-dialog .dialog-title {
  color: #000;
  cursor: default;
  background-color: #fff;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

#range-dialog input {
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #d4d4d4;
  outline-style: none;
  height: 30px;
  padding: 0 10px;
}

#range-dialog .button-primary {
  color: #fff;
  background: #0188fb;
  border: 1px solid #0188fb;
  margin-right: 10px;
}

#range-dialog .button-close {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
}

#luckysheet-dataVerification-dropdown-List {
  z-index: 10000;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  position: absolute;
  box-shadow: 0 2px 4px #0003;
}

#luckysheet-dataVerification-dropdown-List .dropdown-List-item {
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 10px;
}

#luckysheet-dataVerification-dropdown-List .dropdown-List-item:hover {
  background-color: #e1e1e1;
}

.condition-format-sub-menu {
  cursor: default;
  z-index: 1004;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #0003;
  outline: none;
  font-size: 12px;
  position: absolute;
  top: -8px;
  box-shadow: 0 2px 4px #0003;
}

.condition-format-item {
  z-index: 1005;
  justify-content: space-between;
  padding: 6px 18px;
  display: flex;
}

.condition-format-item:hover {
  background: #efefef;
}

.condition-format-item span {
  color: #afafaf;
  font-size: 10px;
}

.horizontal-line {
  border-top: 1px solid #ebebeb;
  margin-top: 6px;
  margin-bottom: 6px;
}

.condition-rules .button-basic {
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  display: inline-block;
}

.condition-rules .button-primary {
  color: #fff;
  background: #0188fb;
  border: 1px solid #0188fb;
  margin-right: 10px;
}

.condition-rules .button-close {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}

.condition-rules {
  padding: 0 42px 34px;
  font-size: 12px;
}

.condition-rules-title {
  color: #000;
  cursor: default;
  margin-bottom: 18px;
  font-size: 16px;
}

.conditin-rules-value {
  margin: 5px 0;
  font-weight: 600;
}

.condition-rules-inpbox {
  border: 1px solid #d4d4d4;
  width: 198px;
  height: 28px;
}

.condition-rules-input {
  float: left;
  border: none;
  outline-style: none;
  width: 150px;
  height: 28px;
  padding: 0 10px;
}

.condition-relues-inputicon {
  float: right;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 5px;
}

.condition-rules-set-title {
  margin: 6px 0;
}

.condition-rules-setbox {
  border: 1px solid #d4d4d4;
}

.condition-rules-set {
  padding: 5px 10px;
}

.condition-rules-color {
  height: 30px;
  line-height: 30px;
  position: relative;
}

.condition-rules-check {
  float: left;
  margin-top: 10px;
}

.condition-rules-label {
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  display: inline-block;
}

.condition-rules-select-color {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20%, -50%);
}

.condition-rules-between-box {
  align-items: center;
  display: flex;
}

.condition-rules-between-inpbox {
  border: 1px solid #d4d4d4;
  width: 108px;
  height: 28px;
}

.condition-rules-between-input {
  float: left;
  border: none;
  outline-style: none;
  width: 60px;
  height: 28px;
  padding: 0 10px;
}

.condition-rules-date {
  border: none;
  width: 98%;
  line-height: 26px;
}

.condition-rules-select {
  width: 150px;
  height: 30px;
}

.condition-rules-project-box {
  align-items: center;
  display: flex;
}

.condition-rules-project-input {
  margin: 0 6px;
}

.fortune-toolbar {
  white-space: nowrap;
  background: #fafafc;
  border-bottom: 1px solid #d4d4d4;
  flex-direction: row;
  align-items: center;
  padding: 5px 0 3px 15px;
  display: flex;
  position: relative;
}

.fortune-toolbar-divider {
  background-color: #e0e0e0;
  flex-shrink: 0;
  width: 1px;
  height: 20px;
  margin: 0 6px;
}

.fortune-toolbar-menu-line {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.fortune-toolbar-menu-divider {
  width: "100%";
  background-color: #e0e0e0;
  height: 1px;
  margin: 2px 6px;
}

.fortune-toolbar-button, .fortune-toolbar-combo {
  -webkit-user-select: none;
  user-select: none;
  background: 0;
  border-radius: 4px;
  outline: none;
  align-items: center;
  margin: 2px 4px;
  padding: 2px;
  text-decoration: none;
  list-style: none;
  display: flex;
}

.fortune-toolbar-combo-button, .fortune-toolbar-combo-arrow {
  align-items: center;
  display: flex;
}

.fortune-toolbar-button:hover, .fortune-toolbar-combo:hover, .fortune-toolbar-combo-arrow:hover {
  cursor: pointer;
  background-color: #0000000f;
}

.fortune-toolbar-button:active, .fortune-toolbar-combo:active {
  cursor: pointer;
  background-color: #0000001f;
}

.fortune-toobar-combo-container {
  position: relative;
}

.fortune-toolbar-combo-popup {
  white-space: nowrap;
  z-index: 1004;
  position: absolute;
  top: 32px;
  left: 0;
}

.fortune-toolbar-select, .fortune-toolbar-color-picker {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 2px 2px 10px #0003;
}

.fortune-toolbar-select {
  max-height: 75vh;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.fortune-toolbar-combo-button {
  font-size: 12px;
}

.fortune-toolbar-select-option {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  min-width: 60px;
  padding: 8px 12px;
  font-size: 12px;
}

.fortune-toolbar-select-option:hover {
  background: #efefef;
}

.fortune-toolbar-select::-webkit-scrollbar {
  display: none;
}

.fortune-toolbar-color-picker-row {
  flex-direction: row;
  display: flex;
}

.fortune-toolbar-combo-text {
  margin: 0 4px;
}

.fortune-toolbar-color-picker-item {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 1px;
}

.fortune-tooltip {
  visibility: hidden;
  color: #fff;
  text-align: center;
  z-index: 25;
  white-space: nowrap;
  background-color: #666;
  border-radius: 2px;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  top: 40px;
}

.fortune-toolbar-button:hover .fortune-tooltip, .fortune-toolbar-combo:hover .fortune-tooltip {
  visibility: visible;
}

.fortune-toolbar-more-container {
  z-index: 1002;
  background: #fff;
  flex-flow: wrap;
  align-self: flex-end;
  align-items: center;
  max-width: 348px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  top: 40px;
  box-shadow: 2px 2px 10px #0003;
}

.fortune-toolbar-subtext {
  -o-transition: all .218s;
  text-align: right;
  opacity: .5;
  filter: alpha(opacity=50);
  color: #000;
  -webkit-user-select: none;
  user-select: none;
  padding-top: 1px;
  padding-left: 24px;
  font-family: Arial;
  font-size: 12px;
  line-height: 100%;
  transition: all .218s;
  left: auto;
}

.toolbar-item-sub-menu {
  cursor: default;
  z-index: 1004;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #0003;
  border-radius: 6px;
  outline: none;
  font-size: 12px;
  position: absolute;
  box-shadow: 0 2px 4px #0003;
}

#fortune-custom-color {
  background: #f0f0f0;
  border: 1px solid #0003;
  border-radius: 6px;
  min-width: 164px;
  font-size: 12px;
  box-shadow: 0 2px 4px #0003;
}

#fortune-custom-color .color-reset {
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 6px;
  padding: 10px 24px 10px 8px;
  list-style: none;
  position: relative;
}

#fortune-custom-color .color-reset:hover {
  background: #e6e6e6;
}

#fortune-custom-color .custom-color {
  background: #fff;
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  margin: 1px 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.fortune-border-select-menu {
  position: absolute;
  bottom: 0;
}

.fortune-border-color-preview {
  height: 3px;
}

.fortune-border-select-option {
  min-width: 60px;
  height: 24px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 24px;
}

.fortune-border-select-option:hover {
  cursor: pointer;
  background: #efefef;
}

.fortune-border-style-preview {
  height: 3px;
  overflow: hidden;
}

.fortune-border-style-picker-menu {
  padding: 0 10px;
}

.fortune-border-style-picker-menu:hover {
  cursor: pointer;
  background: #efefef;
}

#luckysheet-search-formula {
  font-size: 12px;
}

#luckysheet-search-formula .inpbox {
  margin-bottom: 5px;
}

#luckysheet-search-formula .inpbox div {
  margin-bottom: 5px;
  display: block;
}

#luckysheet-search-formula .inpbox input {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
}

#luckysheet-search-formula .selbox {
  margin-bottom: 5px;
}

#luckysheet-search-formula .selbox select {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  width: 50%;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}

#luckysheet-search-formula .listbox label {
  margin-bottom: 5px;
  display: block;
}

#formulaTypeList, .formulaList {
  border: 1px solid #d4d4d4;
  width: 300px;
  height: 170px;
  overflow-y: scroll;
}

.listBox {
  border-bottom: 1px solid #d4d4d4;
  padding: 5px;
}

.listBox.on {
  color: #fff;
  background-color: #8c89fe;
}

#fortune-split-column {
  min-width: 500px;
}

#fortune-split-column label {
  -webkit-user-select: none;
  user-select: none;
}

#fortune-split-column .title {
  font-size: 16px;
}

#fortune-split-column .splitDelimiters {
  margin-top: 10px;
}

#fortune-split-column .splitSymbols {
  border: 1px solid #dfdfdf;
  margin: 5px 0;
  padding: 5px;
  position: relative;
}

#fortune-split-column .splitSymbol {
  font-size: 14px;
}

#fortune-split-column .splitSimple {
  position: absolute;
  top: 114px;
  left: 0;
}

#fortune-split-column #otherValue {
  width: 50px;
  margin-left: 5px;
  padding: 0 5px;
}

#fortune-split-column .splitDataPreview {
  margin-top: 26px;
  font-size: 14px;
}

#fortune-split-column .splitColumnData {
  border: 1px solid #dfdfdf;
  height: 100px;
  margin: 5px 0;
  padding: 5px;
  overflow-y: scroll;
}

#fortune-split-column .button-basic {
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  display: inline-block;
}

#fortune-split-column .button-primary {
  color: #fff;
  background: #0188fb;
  border: 1px solid #0188fb;
  margin-right: 10px;
}

#fortune-split-column .button-close {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}

#fortune-split-column table {
  border-collapse: collapse;
}

#fortune-split-column tr {
  vertical-align: inherit;
  border-color: inherit;
  display: table-row;
}

#fortune-split-column td {
  vertical-align: inherit;
  border: 1px solid #333;
  display: table-cell;
}

label {
  cursor: default;
}

#fortune-location-condition {
  min-width: 500px;
}

#fortune-location-condition .title {
  color: #000;
  cursor: default;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 48px;
}

#fortune-location-condition .listbox {
  color: #000;
  border: 1px solid #dfdfdf;
  padding: 10px;
  font-size: 14px;
}

#fortune-location-condition .listbox .listItem {
  padding: 5px 0;
}

#fortune-location-condition .listbox .listItem input[type="radio"] {
  float: left;
  margin-top: 5px;
}

#fortune-location-condition .listItem {
  padding: 5px 0;
}

#fortune-location-condition .listItem .subItem {
  height: 30px;
  padding: 0 10px;
  display: block;
}

#fortune-location-condition input[type="radio"] {
  float: left;
  margin-top: 3px;
}

#fortune-location-condition .listbox .listItem .subbox {
  height: 30px;
  padding: 0 10px;
}

#fortune-location-condition .listbox .listItem .subbox .subItem {
  float: left;
  margin-right: 5px;
}

#fortune-location-condition .button-basic {
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  display: inline-block;
}

#fortune-location-condition .button-primary {
  color: #fff;
  background: #0188fb;
  border: 1px solid #0188fb;
  margin-right: 10px;
}

#fortune-location-condition .button-close {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}

.listBox {
  justify-content: space-between;
  display: flex;
}

.inpbox {
  margin-bottom: 10px;
}

.decimal-places-input {
  width: 70px;
}

.format-list {
  border: 1px solid #d4d4d4;
  width: 300px;
  height: 170px;
  overflow-y: scroll;
}

.fortune-fx-editor {
  border-bottom: 1px solid #d4d4d4;
  flex-direction: row;
  height: 28px;
  display: flex;
}

.fortune-fx-icon {
  align-items: center;
  margin: 0 12px;
  display: flex;
}

.fortune-name-box-container {
  border-right: 1px solid #d4d4d4;
  align-items: center;
  width: 99px;
  font-size: 14px;
  display: flex;
}

.fortune-name-box {
  text-align: center;
  cursor: text;
  white-space: nowrap;
  word-wrap: break-word;
  -webkit-nbsp-mode: space;
  -webkit-line-break: after-white-space;
  background-color: #fff;
  outline: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.fortune-fx-input-container {
  border-left: 1px solid #e5e5e5;
  flex: 1;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.fortune-fx-input {
  cursor: text;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-nbsp-mode: space;
  -webkit-line-break: after-white-space;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  background-color: #fff;
  outline: none;
  flex: 1;
  height: 100%;
  margin: 0;
  padding-top: 7px;
  padding-left: 2px;
  font-size: 14px;
  line-height: 14px;
  overflow-y: scroll;
  -webkit-transform: translateZ(0);
}

.fortune-fx-input[contenteditable="true"] {
  -webkit-user-modify: read-write-plaintext-only;
}

.luckysheet-sheet-area {
  box-sizing: border-box;
  color: #444;
  -webkit-touch-callout: none;
  cursor: default;
  background-color: #fafafc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 31px;
  margin: 0;
  padding: 0 30px 0 44px;
  transition: all .3s;
  display: flex;
  position: relative;
}

#luckysheet-sheet-content {
  flex: 3;
  align-items: center;
  width: 0;
  display: flex;
}

#luckysheet-bottom-pager {
  z-index: 1;
  text-align: right;
  white-space: nowrap;
  background-color: #fafafc;
  flex: 2;
  width: 0;
}

.luckysheet-sheet-area > div, .luckysheet-sheet-area .luckysheet-sheets-item {
  display: inline-block;
}

.fortune-sheettab-container {
  vertical-align: bottom;
  max-width: 54%;
  margin-left: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

.fortune-sheettab-container .boundary {
  z-index: 1;
  background: #fff;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
}

.fortune-sheettab-container .boundary-left {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #4445;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #8880);
  left: 0;
}

.fortune-sheettab-container .boundary-right {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #4445;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #8880);
  right: 0;
}

.fortune-sheettab-container .fortune-sheettab-container-c {
  white-space: nowrap;
  vertical-align: bottom;
  max-width: 100%;
  margin-left: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.luckysheet-sheet-container-menu-hide .luckysheet-sheets-item {
  padding-right: 5px !important;
}

.luckysheet-sheet-container-menu-hide .luckysheet-sheets-item-menu {
  display: none !important;
}

.luckysheet-sheet-area div.luckysheet-sheets-item {
  color: #676464;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #fafafc;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  min-width: 30px;
  height: 29px;
  margin-right: -1px;
  padding: 2px 19px 0 5px;
  font-size: 13px;
  line-height: 29px;
  transition: all .1s;
  position: relative;
  top: 0;
}

.luckysheet-sheet-area div.luckysheet-sheets-item:last-child {
  margin-right: 1px;
}

.luckysheet-sheet-area div.luckysheet-sheets-item:hover {
  color: #490500;
  background-color: #efefef;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu {
  color: #a1a1a1;
  text-align: center;
  width: 15px;
  height: 100%;
  margin-left: 2px;
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu:hover {
  color: #2a2a2a;
  cursor: pointer;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name {
  padding: 0 3px;
}

.luckysheet-sheets-item-color {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name[contenteditable="true"] {
  -moz-user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
  border: 1px solid #d9d9d9;
  min-width: 8px;
  height: 18px;
  margin: -4px -1px;
  line-height: 18px;
  display: inline-block;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name[contenteditable="true"]:focus {
  border: 1px solid #4d90fe;
  outline: none;
  box-shadow: inset 0 1px 2px #0000004d;
}

.luckysheet-sheet-area div.luckysheet-sheets-item-active {
  color: #222;
  cursor: default;
  background-color: #efefef;
  border-top-color: #fff;
  height: 29px;
  line-height: 29px;
}

.luckysheet-sheet-area div.luckysheet-sheets-item-active:hover {
  color: #222;
  background-color: #ececec;
}

.fortune-sheettab-button {
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  display: flex;
}

.fortune-sheettab-button:hover {
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  display: flex;
}

.luckysheet-noselected-text {
  -moz-user-select: -moz-test;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.fortune-sheettab-scroll {
  cursor: pointer;
  align-items: center;
  height: 29px;
  padding: 0 5px;
  display: flex;
}

.fortune-sheettab-scroll:hover {
  background-color: #e0e0e0;
}

.fortune-sheettab-placeholder {
  vertical-align: middle;
  width: 30px;
  height: 29px;
  line-height: 29px;
  display: inline-block;
}

.sheet-list-container {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  overflow: visible;
}

.luckysheet-sheet-selection-calInfo {
  align-content: center;
  align-self: flex-end;
  height: 22px;
  padding: 0 0 0 44px;
  font-size: 12px;
  display: flex;
}

.luckysheet-sheet-selection-calInfo div {
  white-space: nowrap;
  margin: auto 7px auto 0;
}

.luckysheet-sheets-item-function {
  width: 12px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 2px;
}

.fortune-sheet-area-right {
  display: flex !important;
}

.fortune-zoom-container {
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  display: flex;
  overflow: visible;
}

.fortune-zoom-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fortune-zoom-button:hover {
  background: #efefef;
}

.fortune-zoom-ratio {
  color: #1e1e1f;
  cursor: pointer;
  justify-content: center;
  width: 48px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.fortune-zoom-ratio-current {
  width: 100%;
}

.fortune-zoom-ratio-item:hover {
  background: #efefef;
}

.fortune-zoom-ratio-menu {
  z-index: 1004;
  background: #fff;
  border-radius: 6px;
  padding: 10px 0;
  line-height: 24px;
  position: absolute;
  bottom: 30px;
  left: 0;
  box-shadow: 2px 2px 10px #0003;
}

.fortune-zoom-ratio-text {
  padding: 0 10px;
}

.fortune-context-menu {
  cursor: default;
  z-index: 1004;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #0003;
  border-radius: 4px;
  outline: none;
  max-height: 100%;
  margin: 0;
  padding: 6px 0;
  font-size: 13px;
  transition: opacity .218s;
  position: absolute;
  overflow-y: auto;
  box-shadow: 2px 2px 20px #00000026;
}

.fortune-context-menu input.luckysheet-mousedown-cancel {
  text-align: center;
  width: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.fortune-context-menu-divider {
  width: "100%";
  background-color: #e0e0e0;
  height: 1px;
  margin: 4px 0;
}

.luckysheet-cols-menu .luckysheet-cols-menuitem {
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  padding: 1px 24px 1px 8px;
  list-style: none;
  position: relative;
}

.luckysheet-cols-menu .luckysheet-cols-menuitem:hover, .luckysheet-cols-menu .luckysheet-cols-menuitem-hover {
  background: #efefef;
}

.luckysheet-cols-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  padding: 6px 7em 6px 30px;
  list-style: none;
  position: relative;
}

.fortune-filter-menu .luckysheet-cols-menuitem {
  padding: 0;
}

.fortune-filter-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
  padding: 7px 24px;
}

.fortune-menuitem-row {
  white-space: pre;
  align-items: center;
  padding: 7px 24px;
  display: flex;
}

.fortune-byvalue-btn {
  cursor: pointer;
  color: #00f;
  text-decoration: underline;
}

.luckysheet-filter-bycolor-submenu .button-basic, .fortune-filter-menu .button-basic {
  cursor: pointer;
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  display: flex;
}

.luckysheet-filter-bycolor-submenu .button-basic {
  margin: 5px 20px;
}

.luckysheet-filter-bycolor-submenu .button-default, .fortune-filter-menu .button-default {
  color: #262a33;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-left: 10px;
}

.luckysheet-filter-bycolor-submenu .button-default:hover, .fortune-filter-menu .button-default:hover {
  background-color: #e6e6e6;
}

.luckysheet-filter-bycolor-submenu .button-primary, .fortune-filter-menu .button-primary {
  color: #fff;
  background-color: #0188fb;
}

.luckysheet-filter-bycolor-submenu .button-primary:hover, .fortune-filter-menu .button-primary:hover {
  background: #5391ff;
}

.fortune-filter-menu .button-danger {
  color: #fff;
  background-color: #d9534f;
  margin-left: 10px;
}

.fortune-filter-menu .button-danger:hover {
  background-color: #c9302c;
}

.filter-bycolor-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filtermenu-input-container {
  padding: 0;
}

.filtermenu-input-container input.luckysheet-mousedown-cancel {
  box-sizing: border-box;
  -webkit-user-select: auto;
  user-select: auto;
  text-align: start;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
  outline: none;
  width: 230px;
  height: 26px;
  margin: 0 20px;
  padding: 1px 8px;
  font-size: 12px;
}

.filtermenu-input-container input.luckysheet-mousedown-cancel:focus {
  border: 1px solid #0188fb;
  outline: none;
}

.byvalue-btn-row {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.filter-caret {
  border: 4px solid #0000;
  width: 0;
  height: 0;
  display: inline-block;
}

.filter-caret.right {
  border-left-color: #000;
  margin-left: 2px;
  margin-right: 3px;
}

.filter-caret.down {
  border-top-color: #000;
  margin-top: 5px;
  margin-right: 5px;
}

.filter-checkbox {
  margin-left: 0;
  margin-right: 5px;
}

#luckysheet-filter-byvalue-select {
  min-height: 100px;
  padding: 4px 24px;
  overflow: hidden auto;
}

#luckysheet-filter-byvalue-select .count, #luckysheet-pivotTableFilter-byvalue-select .count {
  color: gray;
  margin-left: 5px;
}

#luckysheet-filter-byvalue-select .select-item {
  align-items: center;
  display: flex;
}

.luckysheet-filter-bycolor-submenu {
  z-index: 1004;
  background-color: #fff;
  border: 1px solid #0003;
  min-width: 170px;
  padding: 5px 0;
  font-size: 12px;
  position: absolute;
}

.luckysheet-filter-bycolor-submenu .title {
  color: #333;
  text-align: center;
  background-color: #f4f4f4;
  padding: 10px;
  font-weight: 600;
}

.luckysheet-filter-bycolor-submenu .one-color-tip {
  text-align: center;
  padding: 7px 30px;
}

.luckysheet-filter-bycolor-submenu .color-list {
  max-height: 128px;
  overflow: auto;
}

.luckysheet-filter-bycolor-submenu .item {
  cursor: pointer;
  background-color: #fff;
  padding: 5px 40px 5px 20px;
  position: relative;
}

.luckysheet-filter-bycolor-submenu .item:hover {
  background-color: #d3d3d3;
}

.luckysheet-filter-bycolor-submenu .item .color-label {
  border: 1px solid #d1d1d1;
  width: 70px;
  height: 20px;
  display: block;
}

.luckysheet-filter-bycolor-submenu .item input[type="checkbox"] {
  position: absolute;
  top: 6px;
  right: 10px;
}

.change-color-triangle {
  position: absolute;
  top: 3px;
  right: -18px;
}

.fortune-sort-title {
  color: #000;
  cursor: default;
  background-color: #fff;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fortune-sort-modal > div {
  margin-bottom: 10px;
}

.fortune-sort-tablec td {
  white-space: nowrap;
  padding: 5px;
}

.fortune-sort-button {
  margin-top: 10px;
  margin-bottom: 25px;
}

#fortune-change-color {
  background: #f0f0f0;
  border: 1px solid #0003;
  border-radius: 6px;
  min-width: 164px;
  height: 252px;
  position: absolute;
  bottom: -110px;
  left: 197px;
  box-shadow: 0 2px 4px #0003;
}

#fortune-change-color .color-reset {
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 6px;
  padding: 10px 24px 10px 8px;
  list-style: none;
  position: relative;
}

#fortune-change-color .color-reset:hover {
  background: #e6e6e6;
}

#fortune-change-color .custom-color {
  background: #fff;
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  margin: 1px 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.button-basic {
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857;
  display: inline-block;
}

.button-primary {
  color: #fff;
  background: #0188fb;
  border: 1px solid #0188fb;
  margin-right: -4px;
}

.fortune-sheet-list {
  z-index: 10002;
  min-width: 120px;
  max-height: 60%;
  margin-left: 72px;
  position: absolute;
  bottom: 53px;
  overflow: hidden auto;
}

.fortune-sheet-list-item {
  cursor: pointer;
  width: 100%;
  height: 30px;
  margin-right: 46px;
  line-height: 30px;
}

.fortune-sheet-list-item-name {
  margin-right: 15px;
  position: relative;
}

.fortune-sheet-list-item-name .luckysheet-sheets-list-item-color {
  width: 6%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -6px;
}

.fortune-sheet-list :hover {
  background-color: #efefef;
}

.fortune-sheet-hidden-button {
  justify-content: flex-end;
  margin-right: 15px;
  display: inline-flex;
  position: absolute;
  right: 0;
}

.fortune-sheet-hidden-button :hover {
  background-color: #d0d0d0;
}

.fortune-sheet-selected-check-sapce {
  width: 20px;
  margin-left: 15px;
  display: inline-block;
}

