.my-profile-container {
  padding-bottom: 40px;
}
.my-profile-container .btn-text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px;
  line-height: 30px;
}
.my-profile-container .edit-save-btn {
  height: 40px;
  background: #e90029;
}
.my-profile-container .edit-btn,
.my-profile-container .edit-cancel-btn {
  height: 40px;
  border: 1px solid #80919f;
  background: #ffffff;
  width: max-content;
  color: #262626;
}
.my-profile-container .input-form-container {
  display: flex;
  height: 56px;
  flex-direction: column;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #80919f;
  background: #ffffff;
  padding: 4px;
}
.my-profile-container .input-form-container.error {
  margin-bottom: 5px;
  border: 1px solid #C83737;
}
@media only screen and (max-width: 1024px) {
  .my-profile-container .input-form-container.error {
    margin-bottom: 15px;
  }
}
.my-profile-container .input-form-container input,
.my-profile-container .input-form-container select {
  padding: 2px 8px 0px 12px;
  border-radius: 12px;
  background-color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Graphik LC Web';
  height: 24px;
  color: #262626;
  flex: 1 0 0;
  border: 0;
}
.my-profile-container .input-form-container input:focus,
.my-profile-container .input-form-container select:focus {
  border: none;
  outline: none;
  --tw-ring-shadow: 0 0 #0000 !important;
}
.my-profile-container .input-form-container input option,
.my-profile-container .input-form-container select option {
  font-family: 'Graphik LC Web';
}
.my-profile-container .input-form-container .validationError {
  display: none;
  color: #C83737;
  font-size: 14px;
  font-weight: 500;
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .my-profile-container .input-form-container .validationError {
    margin-top: 9px;
    font-size: 12px;
  }
}
.my-profile-container .input-form-container .validationErrorShow {
  display: block;
}
.my-profile-container .input-form-container .label-text {
  color: #262626;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 2px 8px 0px 12px;
}
.my-profile-container .input-form-container .required-label {
  color: #C83737 !important;
}
.my-profile-container .card-text {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 21px;
}
.my-profile-container .profile-card-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .my-profile-container .profile-card-header {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .my-profile-container .profile-card-header {
    gap: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .my-profile-container .profile-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .my-profile-container .profile-card-header .profile-header-para {
    max-width: 588px;
  }
}
.my-profile-container .profile-card p {
  color: #262626;
  font-style: normal;
  font-weight: 400;
}
.my-profile-container .profile-card {
  gap: 24px;
}
.my-profile-container .profile-card .card-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.my-profile-container .card-heading {
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .my-profile-container {
    padding-bottom: 80px;
  }
  .my-profile-container .edit-btn-footer {
    justify-content: end;
  }
}
.my-profile-container .profile-container.profile-edit-form {
  gap: 0;
}
.my-profile-container .profile-container.profile-edit-form .profile-card-item {
  border-radius: 0;
}
.my-profile-container .profile-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .my-profile-container .profile-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  .my-profile-container .profile-container .profile-card-item {
    flex: 1 1 0%;
    padding: 40px;
  }
}
.my-profile-container .profile-container-form {
  display: flex;
  flex-direction: column;
}
.my-profile-container .profile-container-form .profile-card-item {
  background-color: #F1F2F4;
  border-radius: 16px;
}
.my-profile-container .profile-container-form .profile-card-item .edit-profile-form-container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .my-profile-container .profile-container-form .profile-card-item .edit-profile-form-container .input-form-container {
    margin-bottom: 0;
  }
}
.my-profile-container .profile-container-form .profile-card-item .edit-profile-form-container .input-form-container.error {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .my-profile-container .profile-container-form .profile-card-item .edit-profile-form-container .input-form-container.error {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .my-profile-container .profile-container-form .profile-card-item .edit-profile-form-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .my-profile-container .profile-container-form .profile-card-item .edit-profile-form-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}
.my-profile-container .profile-container-form .profile-card-item {
  flex: 1 1 0%;
  padding: 24px 16px;
}
@media only screen and (min-width: 1024px) {
  .my-profile-container .profile-container-form .profile-card-item {
    flex: 1 1 0%;
    padding: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .my-profile-container .profile-container-form {
    display: flex;
    flex-direction: row;
    background-color: #F1F2F4;
  }
}
@media only screen and (min-width: 1024px) {
  .logoin-profile-container {
    width: 50%;
  }
}
.logoin-profile-container .login-title-text {
  color: #262626;
  font-family: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.logoin-profile-container .login-btn {
  height: 40px;
  background: #e90029;
  font-weight: 600;
  line-height: 15px;
  font-size: 1rem;
}
.logoin-profile-container .login-btn:hover {
  background: #7b1818;
  color: #F1F2F4;
}
.logoin-profile-container .sign-up-support p {
  font-size: 1rem;
}
.logoin-profile-container .sign-up-support p a {
  text-decoration: underline;
  color: #262626;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  .logoin-profile-container {
    margin: 3rem 0;
  }
}
.learn-column-control .learn-dashboard-profile .error-handling {
  margin: 0 0 5rem;
  width: 50%;
  top: 10px;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .learn-column-control .learn-dashboard-profile .error-handling {
    top: 20px;
    width: 100%;
    margin: 20px 0 5rem;
  }
}
.learn-column-control .learn-dashboard-profile .error-handling img {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .learn-column-control .learn-dashboard-profile .error-handling img {
    bottom: 15px;
  }
}
