@import url('../../common/css/googleFoot.css');
@import url('../../common/css/codebase.min.css');
div,
p,
span {
  word-break: break-all;
}
#page-container.main-content-boxed > #main-container .content,
#page-container.main-content-boxed > #page-footer .content,
#page-container.main-content-boxed > #page-header .content,
#page-container.main-content-boxed > #page-header .content-header {
  max-width: 1360px;
}
.logo {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}
#progressNumber {
  width: 100%;
  background: #4CCD80;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  text-align: center;
  position: absolute;
  z-index: 9999999999999999991;
  display: none;
}
.custom-file-label:after {
  content: '浏览本地';
}
.hidden {
  display: none;
}
.nav-tabs-alt .nav-link.active {
  color: #3f9ce8;
}
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:hover {
  color: #000;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999999999999990;
  display: none;
}
.loading .content {
  width: 200px;
  margin-top: 40vh;
  background: #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
}
.loading .content p {
  margin: 0;
  padding: 10px 0;
  color: #888;
}
.pay-btn {
  margin-bottom: 50px;
  border-top: 1px #ccc dotted;
  padding-top: 20px;
}
.pay-btn .pay-logo {
  width: 120px;
  height: 60px;
  border: 1px #ccc solid;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  margin: 0 10px;
  opacity: 0.7;
}
.pay-btn .pay-logo:hover {
  opacity: 1;
  cursor: pointer;
}
.pay-btn .pay-logo img {
  width: 80%;
}
.mfp-wrap {
  z-index: 99999;
}
.mfp-bg {
  z-index: 99998;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ccc;
}
.entry p {
  margin: 0;
}
.popover {
  min-width: 300px;
  max-width: 350px;
}
.mfp-figure:after {
  background: none;
  box-shadow: none;
}
.autocomplete-suggestions {
  border: 1px solid #9AA5B8;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 10px 5px;
  overflow: hidden;
  font-weight: normal;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  color: #3399FF;
}
.autocomplete-group {
  padding: 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  #page-container.page-header-fixed.sidebar-o #loadSend-box,
  #page-container.page-header-glass.sidebar-o #loadSend-box {
    left: 230px;
  }
}
/* 修复 Chrome 下原生 select 首次点击下拉菜单闪退：聚焦时 form-control 的 border-color 过渡会被 Chromium 判定为"弹出瞬间有动画"而立即关闭原生弹层（Safari/Firefox 无此问题）。仅针对原生 select 关闭该过渡，不影响 input/textarea 及 select2。 */
select.form-control {
  transition: none;
}
/* ====== 导出任务浮动指示器 ====== */
.fly-download-icon {
  position: fixed;
  width: 56px;
  height: 56px;
  background: #3f9ce8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 3px 12px rgba(63, 156, 232, 0.45);
  z-index: 9999;
  pointer-events: none;
  transition: left 0.65s cubic-bezier(0.4, 0, 0.2, 1), top 0.65s cubic-bezier(0.4, 0, 0.2, 1), width 0.65s ease, height 0.65s ease, font-size 0.65s ease, opacity 0.65s ease;
}
.export-float-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  background: #3f9ce8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(63, 156, 232, 0.4);
  z-index: 1000;
  transition: all 0.2s ease;
}
.export-float-btn:hover {
  background: #2e86c8;
  box-shadow: 0 5px 18px rgba(63, 156, 232, 0.55);
  transform: translateY(-3px);
}
.export-float-btn.is-active {
  animation: export-btn-pulse 1.8s ease-in-out infinite;
}
.export-float-btn .export-task-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #fff;
}
@keyframes export-btn-pulse {
  0%,
  100% {
    box-shadow: 0 3px 12px rgba(63, 156, 232, 0.4);
  }
  50% {
    box-shadow: 0 3px 20px rgba(63, 156, 232, 0.8), 0 0 0 8px rgba(63, 156, 232, 0.12);
  }
}
.export-task-item {
  border-bottom: 1px solid #e4e7ed;
  padding: 12px 0;
}
.export-task-item:last-child {
  border-bottom: 0;
}
.export-task-item .progress {
  height: 20px;
  margin-top: 8px;
}
.export-task-item .progress .progress-bar {
  line-height: 20px;
  font-size: 12px;
}
.export-task-item .export-task-status-icon {
  font-size: 22px;
  margin-right: 10px;
}
.export-task-item .export-task-info {
  flex: 1;
}
.export-task-item .export-task-actions {
  min-width: 90px;
  text-align: right;
}
