.theKycVerification {
  position: relative;
  width: 100%;
}
.theKycVerification .theKYCStatusContainer .theKYCStatusCard {
  background: var(--global-primary-modal-color);
  border-radius: 12px;
  padding: 20px;
}
.theKycVerification .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theKycVerification .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theKycVerification .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theKycVerification .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theKycVerification .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
  color: #4b515e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
    font-size: 0.875rem;
  }
}
.theKycVerification .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theKycVerification .theKYCContainer {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theKycVerification .theKYCContainer .theKYCPadd {
  padding: 1.875rem 1.5rem 2.1875rem;
}
.theKycVerification .theKYCContainer .theFormInputWrapper {
  position: relative;
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.theKycVerification .theKYCContainer .theFormInputWrapper .theFormField {
  position: relative;
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldLabel {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldLabel {
    font-size: 0.875rem;
  }
}
.theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldInput {
  position: relative;
  padding: 0.625rem 1.25rem;
  background: #1c1f27;
  border-radius: 8px;
}
.theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormPlaceholder {
  width: calc(100% - 18px);
  color: #5c5b6d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldInput .uploadedFile {
  color: #1c9bff;
}
.theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormIcon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormIcon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldInput input {
  width: 100%;
  color: #ffffff;
  font-size: 0.875rem;
  background: transparent;
  outline: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theKYCContainer .theFormInputWrapper .theFormField .theFormFieldInput input {
    font-size: 1rem;
  }
}
.theKycVerification .theKYCContainer .theSubmitBtn {
  margin-top: 2.25rem;
}
.theKycVerification .theKYCContainer .theSubmitBtn .theSubmit {
  width: 170px;
  padding: 0.625rem 0;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  background: #ff0000;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theKYCContainer .theSubmitBtn .theSubmit {
    width: 175px;
    font-size: 1rem;
  }
}
.theKycVerification .theNotesSection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theKycVerification .theNotesSection .theNotesTitle {
  color: #4f4e5d;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.theKycVerification .theNotesSection .theNotesContent {
  color: #4f4e5d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}/*# sourceMappingURL=kycVerification.css.map */