
.manage-profile-layout {
  margin-top: 3rem;
  width: 60rem;
}
.toolbar-title {
  padding-left: 1rem;
  padding-top: 1rem;
}
.card-text {
  padding: 1.5rem 3rem !important;
}
.card-wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media only screen and (max-width: 500px) {
.profile-address-row {
    display: flex;
    flex-direction: column;
}
.manage-profile-layout {
    width: --webkit-fill-available;
}
}
.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)
  > .v-input__control
  > .v-input__slot
  fieldset {
  color: rgba(0, 0, 0, 0.38) !important;
}
.v-text-field--outlined:not(.v-input--is-disabled):not(.v-input--has-state)
  > .v-input__control
  > .v-input__slot
  fieldset {
  color: #008077 !important;
}

