/* Global import/export action buttons */
button.global-transfer-btn:not(#global-transfer-style-anchor):not(#global-transfer-style-anchor-2) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  gap: 8px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: #f5f6f7 !important;
  color: #3f4652 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  white-space: nowrap !important;
}

button.global-transfer-btn:not(#global-transfer-style-anchor):not(#global-transfer-style-anchor-2):hover:not(:disabled) {
  background: #edeff2 !important;
  border-color: transparent !important;
  color: #1f2329 !important;
  box-shadow: none !important;
}

button.global-transfer-btn:not(#global-transfer-style-anchor):not(#global-transfer-style-anchor-2):active:not(:disabled) {
  background: #e5e6eb !important;
}

button.global-transfer-btn:not(#global-transfer-style-anchor):not(#global-transfer-style-anchor-2):focus-visible {
  outline: 2px solid rgba(51, 112, 255, 0.28) !important;
  outline-offset: 2px !important;
}

button.global-transfer-btn:not(#global-transfer-style-anchor):not(#global-transfer-style-anchor-2):disabled {
  background: #f5f6f7 !important;
  color: #bbbfc4 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

button.global-transfer-btn:not(#global-transfer-style-anchor):not(#global-transfer-style-anchor-2) .global-transfer-icon {
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.global-transfer-btn .global-transfer-label {
  display: inline-block;
  line-height: 20px;
}
