.gate-otc-card-confirm-button {
  display: flex;
  gap: 16px;
  padding-top: 32px;
}

.gate-otc-billing-address-modal-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gate-otc-bank-intermediary-tips {
  max-width: 500px;
  white-space: normal;
}

.gate-otc-upload-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gate-otc-billing-address-form-item-container {
  display: flex;
  gap: 24px;
}

/* 临时覆盖搜索框 align-items: center; */
.gate-otc-billing-address-form-item-container .search-select-V2 .flex {
  align-items: stretch;
}

.gate-otc-billing-proof-title {
  color: var(--color-text-1);
  font-weight: 700;
  font-size: var(--font-body-m);
}

.select-countries-item-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.select-countries-item-container .select-countries-item-image {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.gate-otc-card-list-item {
  display: flex;
  padding: 24px;
  width: 100%;
  flex-direction: column;
  background-color: var(--color-card-6);
  border-radius: 4px;
  border: 1px solid var(--color-divider-2);
}

.gate-otc-card-list-item.can_selected {
  cursor: pointer;
}

.gate-otc-card-list-item.can_selected:hover,
.gate-otc-card-list-item.selected {
  background-color: var(--color-neutral-2);
}

.gate-otc-card-item-container {
  padding-bottom: 24px;
}

.gate-otc-card-name-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gate-otc-card-status-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.gate-otc-card-status-container {
  display: flex;
  gap: 4px;
  padding: 5px 8px;
  align-items: center;
  border-radius: 4px;
  flex-shrink: 0;
}

.gate-otc-card-status-container .under-review-icon path {
  fill: var(--color-funct-4);
}

.gate-otc-card-status-container .rejected-icon path {
  fill: var(--color-pd-1);
}

.gate-otc-card-status-container.under-review {
  background-color: var(--color-cmpt-13);
}

.gate-otc-card-status-container.under-review .gate-otc-card-status-text {
  color: var(--color-funct-4);
}

.gate-otc-card-status-container.rejected {
  background-color: #fdeff1;
}

.classic-dark .gate-otc-card-status-container.rejected {
  background-color: #382c3d;
}

.gate-otc-card-status-container.rejected .gate-otc-card-status-text {
  color: var(--color-pd-1);
}

.gate-otc-card-holder-name {
  font-weight: 400;
  font-size: var(--font-body-m);
  line-height: 16px;
  color: var(--color-text-3);
}

.gate-otc-card-item-container .not_available {
  color: var(--color-text-4);
}

.gate-otc-card-id {
  font-weight: 600;
  font-size: var(--font-subtitle);
  line-height: 14px;
  color: var(--color-text-1);
  margin-top: 12px;
}

.gate-otc-card-action-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gate-otc-card-action {
  display: flex;
  align-items: center;
  gap: 24px;
}

.gate-otc-card-delete-icon {
  font-size: 16px;
  margin-right: 8px;
}

.gate-otc-card-details-icon {
  font-size: 16px;
  margin-right: 8px;
  transform: rotate(180deg);
}

.gate-otc-card-delete-button,
.gate-otc-card-details-button {
  color: var(--color-text-1);
  cursor: pointer;
  font-weight: 500;
  font-size: var(--font-body-m);
  line-height: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gate-otc-card-delete-button:hover {
  color: var(--brandColor);
}

.classic-dark .gate-otc-card-delete-button:hover {
  color: #1b41b3;
}

.classic-dark .gate-otc-card-details-button:hover {
  color: #1b41b3;
}

.gate-otc-card-details-button {
  margin-left: 24px;
}

.gate-otc-card-details-button:hover {
  color: var(--brandColor);
}

.gate-otc-card-list-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gate-otc-card-list-container .mantine-Group-root {
  flex-direction: column;
  gap: 16px;
}

.gate-otc-card-action .mantine-Radio-label {
  font-weight: 500;
  font-size: var(--font-body-m);
  color: var(--color-text-1);
}

.gate-otc-card-details-modal {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gate-otc-card-details-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gate-otc-add-card-button {
  display: flex;
  justify-content: end;
  gap: 16px;
}

.gate-otc-add-card-button.adapt-button {
  flex-direction: column;
}

.gate-otc-card-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gate-otc-card-detail-item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-3);
  max-width: 50%;
  word-wrap: break-word;
}

.gate-otc-card-detail-item-value {
  font-weight: 500;
  font-size: var(--font-body);
  line-height: 19px;
  color: var(--color-text-1);
  max-width: 48%;
  word-wrap: break-word;
  text-align: end;
}

.gate-otc-proof-container {
  padding: 24px 0 40px 0;
  border-top: 1px solid var(--color-divider-2);
}

.gate-otc-proof-label {
  font-weight: 400;
  font-size: var(--font-body);
  line-height: 19px;
  color: var(--color-text-3);
  margin-bottom: 16px;
}

.gate-file-preview-container {
  width: 312px;
  height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-card-1);
  border: 1px dashed var(--color-divider-3);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  margin-bottom: 24px;
}

.gate-file-upload-preview-modal {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.gate-file-preview-container .gate-file-upload-preview-image {
  object-fit: contain;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-2);
  font-weight: 500;
  font-size: var(--font-body);
}

.gate-file-preview-container .gate-file-upload-preview-image.pdf-background {
  background-image: url('/images/gate_otc/common/pdf_placeholder.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.gate-file-upload-preview-modal .gate-preview-image-container {
  width: 75vw;
  height: 85vh;
  object-fit: contain;
  padding: 64px;
}

.gate-otc-form-button-container {
  display: flex;
  gap: 24px;
}

/* 3.0 */
.gate-otc-card-button-list {
  display: flex;
}

.otc-delete-bank-not-allowed {
  cursor: not-allowed;
  color: var(--color-text-7);
}

.otc-delete-bank-not-allowed:hover {
  color: var(--color-text-7) !important;
}

.gate-otc-card-tooltip {
  width: 470px;
  height: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.otc-au-apply-person-additional-info {
  margin-top: 40px;
}
.otc-au-apply-company-additional-info {
  margin-top: 40px;
}
.otc-association-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}