body.user-logged-in.path-sn-2024 {
  .sn-content {
    .region-content {
      #block-tabs {
        display: none;
      }
      .user-form {
        width: 100%;
        max-width: 1000px;
        color: #fff;
        box-sizing: border-box;
        padding: 3rem 3rem;
        &::before {
          content: "Edit - My Account Profile";
          margin-bottom: 1.75rem;
          display: block;
          font-size: 1.2rem;
          font-weight: 600;
          background: #545454;
          padding: 12px 18px;
          width: 100%;
          max-width: 1000px;
          box-sizing: border-box;
        }
        .js-form-item {
          margin-bottom: 1rem;
          input[type="text"],
          input[type="email"],
          input[type="number"],
          input[type="date"],
          input[type="time"] {
            width: 100%;
            margin-top: 0.5rem;
            border: 1px solid #cbcbcb;
            height: 46px;
            color: #fff;
            outline: none;
            border-radius: 0;
            background-color: $solaire-black;
            appearance: none;
            -webkit-appearance: none;
            padding-left: 1rem;
            padding-right: 1.5rem;
            box-sizing: border-box;
          }
        }
        #edit-current-pass,
        #edit-pass-pass1,
        #edit-pass-pass2 {
          width: 100%;
          margin-top: 0.5rem;
          border: 1px solid #cbcbcb;
          height: 46px;
          color: #fff;
          outline: none;
          border-radius: 0;
          background-color: $solaire-black;
          appearance: none;
          -webkit-appearance: none;
          padding-left: 1rem;
          padding-right: 1.5rem;
          box-sizing: border-box;
        }
        .description {
          font-size: 14px;
          a {
            font-size: 14px;
            color: var(--primary);
          }
        }
        .form-actions {
          #edit-submit {
            border: 0;
            padding: 1rem;
            width: 200px;
            color: #fff;
            cursor: pointer;
            background-color: var(--primary);
          }
        }
      }
    }
  }
}
body[data-user-role="webmember"].path-sn-2024 {
  .messages.messages--status {
    display: block;
    margin: 10px 0;
    background-color: $red;
    padding: 20px;
    color: white;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
  }
}
