.theKycVerification {
  position: relative;
  width: 100%;
}
.theKycVerification .theKYCStatusContainer {
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .theKycVerification .theKYCStatusContainer {
    margin: 0 0 1rem;
  }
}
.theKycVerification .theKYCStatusContainer .theKYCStatusCard {
  background: var(--global-primary-modal-color);
  border-radius: 12px;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .theKycVerification .theKYCStatusContainer .theKYCStatusCard {
    padding: 1.625rem 1.5rem 0.75rem 1.5rem;
  }
}
.theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusHeader {
    margin: 0 0 0.625rem;
  }
}
.theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusHeader .theKYCStatusTitle {
  color: var(--global-primary-text-color);
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusHeader .theKYCStatusTitle {
    font-size: 0.875rem;
  }
}
.theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusHeader .theKYCStatusBadge {
  padding: 6px 12px;
  border-radius: 6px;
  background-color: var(--kyc-status-badge-background, #6c757d);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusContent .theKYCStatusMessage {
  color: var(--global-secondary-text-color);
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusContent .theKYCStatusMessage {
    font-size: 0.875rem;
  }
}
.theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusContent .theKYCStatusDetails {
  color: var(--global-secondary-text-color);
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .theKycVerification .theKYCStatusContainer .theKYCStatusCard .theKYCStatusContent .theKYCStatusDetails {
    font-size: 0.875rem;
  }
}
.theKycVerification .theKYCContainer {
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theKycVerification .theKYCContainer .theKYCPadd {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .theKycVerification .theKYCContainer .theKYCPadd {
    padding: 1.625rem 1.5rem 0.75rem 1.5rem;
  }
}
.theKycVerification .theKYCContainer .theFormField {
  position: relative;
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.theKycVerification .theKYCContainer .theFormFieldLabel {
  color: var(--global-primary-text-color);
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theKYCContainer .theFormFieldLabel {
    font-size: 0.875rem;
  }
}
.theKycVerification .theKYCContainer .theRequiredMark {
  color: #dc3545;
}
.theKycVerification .theKYCContainer .kyc-status-text.is-verified {
  color: #28a745;
}
.theKycVerification .theKYCContainer .kyc-status-text.is-pending {
  color: #ffc107;
}
.theKycVerification .theKYCContainer .kyc-document-type-dropdown {
  position: relative;
  width: 100%;
}
.theKycVerification .theKYCContainer .kyc-document-type-toggle {
  width: 100%;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--global-primary-text-color);
  background: transparent;
  text-align: left;
}
.theKycVerification .theKYCContainer .kyc-document-type-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background-color: var(--global-secondary-modal-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.theKycVerification .theKYCContainer .kycDocumentTypeOption {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  display: block;
  color: var(--global-primary-text-color);
  background: transparent;
  text-align: left;
}
.theKycVerification .theKYCContainer .kycDocumentGroup {
  display: none;
}
.theKycVerification .theKYCContainer .kycDocumentGroup.is-active {
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theKYCContainer .kycDocumentGroup.is-active {
    gap: 1.125rem;
  }
}
.theKycVerification .theKYCContainer .theFormFieldInput {
  position: relative;
  padding: 0.625rem 1.25rem;
  background: var(--global-secondary-modal-color);
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}
.theKycVerification .theKYCContainer .theFormInputWrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theKYCContainer .theFormInputWrapper {
    width: 49%;
    gap: 1.125rem;
    margin: 0 0 1.125rem;
  }
}
.theKycVerification .theKYCContainer .kycDocumentFieldsWrapper {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.theKycVerification .theKYCContainer .kycDocumentFieldsWrapper .theFormField.kyc-document-upload-field .theFormFieldLabel {
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.theKycVerification .theKYCContainer .kycDocumentFieldsWrapper .theFormField.kyc-document-upload-field .theFormFieldInput {
  margin: 0;
}
.theKycVerification .theKYCContainer .kycDocumentFieldsWrapper .theFormField .theFormFieldInput .theUploadFormPlaceholder {
  width: calc(100% - 18px);
  color: var(--global-secondary-text-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.theKycVerification .theKYCContainer .kycDocumentFieldsWrapper .theFormField .theFormFieldInput .uploadedFile {
  color: #1c9bff;
}
.theKycVerification .theKYCContainer .kycDocumentFieldsWrapper .theFormField .theFormFieldInput .theUploadFormIcon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.theKycVerification .theKYCContainer .kycDocumentFieldsWrapper .theFormField .theFormFieldInput .theUploadFormIcon img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.theKycVerification .theKYCContainer .kycDocumentFieldsWrapper .theFormField .theFormFieldInput input {
  width: 100%;
  color: var(--global-primary-text-color);
  font-size: 0.875rem;
  background: transparent;
  outline: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theKYCContainer .kycDocumentFieldsWrapper .theFormField .theFormFieldInput input {
    font-size: 1rem;
  }
}
.theKycVerification .theKYCContainer .theSubmitBtn {
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .theKycVerification .theKYCContainer .theSubmitBtn {
    margin: 1.125rem 0;
  }
}
.theKycVerification .theKYCContainer .theSubmitBtn .theSubmit {
  width: 170px;
  padding: 0.625rem 0;
  color: var(--global-button-text-color);
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  background: var(--global-button-color);
  border-radius: 8px;
  cursor: pointer;
}
.theKycVerification .theKYCContainer .theSubmitBtn .theSubmit.is-disabled {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .theKycVerification .theKYCContainer .theSubmitBtn .theSubmit {
    width: 175px;
    font-size: 1rem;
  }
}
.theKycVerification .theKYCContainer .theNotesSection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theKycVerification .theKYCContainer .theNotesSection .theNotesTitle {
  color: var(--global-primary-text-color);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.theKycVerification .theKYCContainer .theNotesSection .theNotesContent {
  color: var(--global-primary-text-color);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

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