.theDetails {
  position: relative;
  width: 100%;
}
.theDetails .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theDetails .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theDetails .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theDetails .theMainWalletSection .theMainWalletPadd .theMWTitle .theDMWIcon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .theDetails .theMainWalletSection .theMainWalletPadd .theMWTitle .theDMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theDetails .theMainWalletSection .theMainWalletPadd .theMWTitle .theDMWLabel {
  color: #4b515e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theDetails .theMainWalletSection .theMainWalletPadd .theMWTitle .theDMWLabel {
    font-size: 0.875rem;
  }
}
.theDetails .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theDetails .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theDetails .theDUserInfoSection {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theDetails .theDUserInfoSection .theDUserInfoPadd {
  padding: 1.625rem 1.5rem 0.75rem 1.5rem;
}
.theDetails .theDUserInfoSection .theFormInputWrapper {
  position: relative;
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldLabel {
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldLabel {
    font-size: 0.875rem;
  }
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldInput {
  position: relative;
  padding: 0.625rem 1.25rem;
  border-radius: 8px;
}
.theDetails .theDUserInfoSection .theFormInputWrapper .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) {
  .theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldInput input {
    font-size: 1rem;
  }
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldInput input::-webkit-outer-spin-button, .theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldInput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldInput input[type=number] {
  -moz-appearance: textfield;
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldInput input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theFormFieldInput input[type=date] {
  -moz-appearance: textfield;
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theDatePickerIcon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 1;
  background-color: var(--global-secondary-modal-color);
}
.theDetails .theDUserInfoSection .theFormInputWrapper .theFormField .theDatePickerIcon svg {
  width: 100%;
  display: flex;
  color: var(--global-secondary-text-color);
}
.theDetails .theDUserInfoSection .theUserSubmitBtn {
  margin-top: 2rem;
  margin-bottom: 8.25rem;
}
.theDetails .theDUserInfoSection .theUserSubmitBtn .theUserSubmit {
  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) {
  .theDetails .theDUserInfoSection .theUserSubmitBtn .theUserSubmit {
    width: 175px;
    font-size: 1rem;
  }
}
.theDetails .theDJNotesSection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theDetails .theDJNotesSection .theNotesTitle {
  color: #4f4e5d;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.theDetails .theDJNotesSection .theNotesContent {
  color: #4f4e5d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}/*# sourceMappingURL=profileDetail.css.map */