body.xprofile.bp-user article.bp_members,
body.my-account article.bp_members {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
      body.xprofile.bp-user article.bp_members,
    body.my-account article.bp_members{
      flex-wrap: wrap;
    }
  }
  body.xprofile.bp-user article.bp_members.has-bg-video,
  body.my-account article.bp_members.has-bg-video {
    position: relative;
    z-index: 1;
  }
  body.xprofile.bp-user article.bp_members.has-shape,
  body.my-account article.bp_members.has-shape {
    position: relative;
  }
  body.xprofile.bp-user article.bp_members.bricks-lazy-hidden,
  body.my-account article.bp_members.bricks-lazy-hidden {
    background-image: none !important;
  }
  
  body.xprofile.bp-user article.bp_members,
  body.my-account article.bp_members{
    transition: inherit;
  }
  
  body.xprofile.bp-user article.bp_members,
  body.my-account article.bp_members {
    height: 100%;
  }
  
  
.bp-checkbox-wrap {
  display: flex;
  align-items: center; /* vertical alignment */
  gap: 8px; /* space between checkbox and label */
}

.bp-checkbox-wrap input[type="checkbox"] {
    margin: 0;
    margin-top: 9px;
}
  
  
  /* For devices with a minimum width of 768px (Medium) */
@media screen and (max-width: 1120px) {
    body.xprofile.bp-user article.bp_members,
  body.my-account article.bp_members {
    width: 90%;
  }
}

@media screen and (max-width: 478px) {
    body.xprofile.bp-user article.bp_members,
   body.my-account article.bp_members{
        margin-top: 60px;
    }
}