@import url('../../common/css/googleFoot.css');
@import url('../../common/css/codebase.min.css');
div,
p,
span {
  word-break: break-all;
}
.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;
}
@media (min-width: 992px) {
  #page-container.page-header-fixed.sidebar-o #loadSend-box,
  #page-container.page-header-glass.sidebar-o #loadSend-box {
    left: 230px;
  }
}
.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;
}
