/* [project]/wlmsfrontend/src/views/components/kyc/KycView.module.css [app-client] (css) */
.KycView-module__WO9MYW__shell {
  background: #e8eef6;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 0;
  display: flex;
}

@media (min-width: 768px) {
  .KycView-module__WO9MYW__shell {
    align-items: center;
    padding: 40px 20px 60px;
  }
}

.KycView-module__WO9MYW__card {
  width: 100%;
  max-width: 460px;
  min-height: 100vh;
  box-shadow: none;
  background: #f0f4fa;
  flex-direction: column;
  display: flex;
}

@media (min-width: 768px) {
  .KycView-module__WO9MYW__card {
    border-radius: 28px;
    min-height: auto;
    overflow: hidden;
    box-shadow: 0 24px 60px #00000029;
  }
}

.KycView-module__WO9MYW__topBar {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  display: flex;
}

.KycView-module__WO9MYW__backBtn {
  background: #ffffff26;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  transition: background .15s;
  display: flex;
}

.KycView-module__WO9MYW__backBtn:hover {
  background: #ffffff40;
}

.KycView-module__WO9MYW__topTitle {
  color: #fff;
  letter-spacing: .2px;
  text-align: center;
  flex: 1;
  font-size: 17px;
  font-weight: 700;
}

.KycView-module__WO9MYW__shieldBtn {
  background: #ffffff26;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.KycView-module__WO9MYW__body {
  flex-direction: column;
  flex: 1;
  gap: 14px;
  padding: 16px 16px 32px;
  display: flex;
  overflow-y: auto;
}

.KycView-module__WO9MYW__profileCard {
  background: #fff;
  border-radius: 16px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.KycView-module__WO9MYW__avatarWrap {
  flex-shrink: 0;
  position: relative;
}

.KycView-module__WO9MYW__avatar {
  background: #dbeafe;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #2563eb33;
}

.KycView-module__WO9MYW__cameraBtn {
  cursor: pointer;
  background: #2563eb;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.KycView-module__WO9MYW__profileInfo {
  flex: 1;
}

.KycView-module__WO9MYW__nameRow {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  display: flex;
}

.KycView-module__WO9MYW__userName {
  color: #1e293b;
  font-size: 17px;
  font-weight: 700;
}

.KycView-module__WO9MYW__verifiedBadge {
  color: #fff;
  background: #059669;
  border-radius: 20px;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.KycView-module__WO9MYW__metaRow {
  color: #475569;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  font-size: 12.5px;
  display: flex;
}

.KycView-module__WO9MYW__userId {
  color: #2563eb;
  font-weight: 600;
}

.KycView-module__WO9MYW__formArea {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.KycView-module__WO9MYW__fieldGroup {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.KycView-module__WO9MYW__fieldLabel {
  color: #1e293b;
  font-size: 14px;
  font-weight: 600;
}

.KycView-module__WO9MYW__fieldNum {
  font-weight: 700;
}

.KycView-module__WO9MYW__fieldHint {
  color: #64748b;
  font-size: 12px;
  font-weight: 400;
}

.KycView-module__WO9MYW__inputWrap {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  transition: border-color .15s;
  overflow: hidden;
}

.KycView-module__WO9MYW__inputWrap:focus-within {
  border-color: #2563eb;
}

.KycView-module__WO9MYW__inputLocked {
  background: #f8fafc;
  border-color: #e2e8f0 !important;
}

.KycView-module__WO9MYW__inputPrefix {
  border-right: 1.5px solid #e2e8f0;
  flex-shrink: 0;
  align-items: center;
  padding: 0 12px;
  display: flex;
}

.KycView-module__WO9MYW__inputWrap:not(:has(.KycView-module__WO9MYW__inputInner)) {
  align-items: center;
  display: flex;
}

.KycView-module__WO9MYW__inputWrap:not(:has(.KycView-module__WO9MYW__inputInner)) .KycView-module__WO9MYW__input {
  color: #1e293b;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  padding: 13px 14px;
  font-size: 14px;
}

.KycView-module__WO9MYW__floatLabel {
  color: #94a3b8;
  padding: 10px 14px 0;
  font-size: 11px;
  font-weight: 500;
}

.KycView-module__WO9MYW__inputInner {
  align-items: center;
  gap: 2px;
  display: flex;
}

.KycView-module__WO9MYW__inputIcon {
  flex-shrink: 0;
  align-items: center;
  padding: 0 10px 0 14px;
  display: flex;
}

.KycView-module__WO9MYW__inputInner .KycView-module__WO9MYW__input {
  color: #1e293b;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  padding: 6px 8px 10px 0;
  font-size: 14px;
  font-weight: 500;
}

.KycView-module__WO9MYW__lockSuffix {
  align-items: center;
  padding: 0 14px 0 8px;
  display: flex;
}

.KycView-module__WO9MYW__validIcon {
  align-items: center;
  padding: 0 12px 0 8px;
  display: flex;
}

.KycView-module__WO9MYW__hiddenFile {
  display: none;
}

.KycView-module__WO9MYW__qrUploadBtn {
  cursor: pointer;
  background: #fff;
  border: 2px dashed #93c5fd;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 28px 16px;
  transition: background .15s;
  display: flex;
}

.KycView-module__WO9MYW__qrUploadBtn:hover {
  background: #f0f7ff;
}

.KycView-module__WO9MYW__qrUploadText {
  color: #2563eb;
  font-size: 13px;
  font-weight: 500;
}

.KycView-module__WO9MYW__qrUploaded {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  display: flex;
}

.KycView-module__WO9MYW__qrLocked {
  background: #f8fafc;
}

.KycView-module__WO9MYW__qrThumb {
  background: #f1f5f9;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.KycView-module__WO9MYW__qrUploadedInfo {
  flex: 1;
}

.KycView-module__WO9MYW__qrUploadedName {
  color: #1e293b;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.KycView-module__WO9MYW__qrUploadedSub {
  color: #64748b;
  font-size: 12px;
}

.KycView-module__WO9MYW__bankToggle {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 10px;
  display: flex;
}

.KycView-module__WO9MYW__checkbox {
  background: #fff;
  border: 2px solid #cbd5e1;
  border-radius: 5px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .15s;
  display: flex;
}

.KycView-module__WO9MYW__checkboxOn {
  background: #2563eb;
  border-color: #2563eb;
}

.KycView-module__WO9MYW__bankToggleLabel {
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
}

.KycView-module__WO9MYW__optional {
  color: #64748b;
  font-weight: 400;
}

.KycView-module__WO9MYW__bankFields {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.KycView-module__WO9MYW__lockedBanner {
  background: #fff5f5;
  border: 1.5px solid #fca5a5;
  border-radius: 12px;
  padding: 14px 16px;
}

.KycView-module__WO9MYW__lockedBannerLeft {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.KycView-module__WO9MYW__lockedRedCircle {
  background: #fee2e2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  display: flex;
}

.KycView-module__WO9MYW__lockedBannerTitle {
  color: #b91c1c;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.KycView-module__WO9MYW__lockedBannerBody {
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.KycView-module__WO9MYW__supportLink {
  color: #2563eb;
  font-weight: 600;
}

.KycView-module__WO9MYW__submitBtn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: none;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 6px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .15s;
  display: flex;
  box-shadow: 0 4px 16px #2563eb59;
}

.KycView-module__WO9MYW__submitBtn:hover {
  opacity: .92;
}

.KycView-module__WO9MYW__contactBtn {
  color: #ef4444;
  cursor: pointer;
  background: #fff;
  border: 2px solid #fca5a5;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 6px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: background .15s;
  display: flex;
}

.KycView-module__WO9MYW__contactBtn:hover {
  background: #fff5f5;
}

.KycView-module__WO9MYW__devToggle {
  color: #64748b;
  cursor: pointer;
  background: #f1f5f9;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  font-size: 12px;
}

/*# sourceMappingURL=wlmsfrontend_src_views_components_kyc_KycView_module_06wgul_.css.map*/