.wcbn-account-page .wrapper {
  display: flex;
  gap: 20px;
  position: relative;
}

.sidebar {
  width: 300px;
  border-right: 1px solid rgba(26, 26, 27, 0.10);
  flex-shrink: 0;
}

.main-content {
  flex-grow: 1;
}

.wcbn-account-page h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.28px;
}

.wcbn-account-page h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  padding-bottom: 20px;
  margin: 0 0 32px 0;
  border-bottom: 1px solid rgba(26, 26, 27, 0.10);
}

.sidebar ul {
  margin: 0 24px 0 0;
  padding: 0;
  list-style-type: none;
}

.sidebar li {
  color: #767676;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.sidebar li {
  margin: 0;
}

.sidebar li  a,
.sidebar ul.menu a.is-active {
  padding: 16px 20px 16px 48px;
  gap: 10px;
  display: flex;
  border-radius: 100px;
  color: #767676;
  position: relative;
}

.sidebar li  a:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  display: block;
  left: 16px;
}

.sidebar .menu-icon-17 a:before {
  background: url('/modules/custom/wcbn_account/images/details.svg') no-repeat;
}

.sidebar .menu-icon-18 a:before {
  background: url('/modules/custom/wcbn_account/images/subscription.svg') no-repeat;
}


.sidebar .menu-icon-19 a:before {
  background: url('/modules/custom/wcbn_account/images/notification.svg') no-repeat;
}

.wcbn-account-page .menu-item--active-trail a {
  background: rgba(0, 163, 164, 0.10);
}

.wcbn-account-page .form-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.wcbn-account-page .form-submit {
  color: #FFFEFE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: #292663;
  cursor: pointer;
  padding: 16px 24px;
  height: auto;
  margin: 0;
  position: absolute;
  right: 0;
  top: -20px;
  border: 0;
}

.notification-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}

.desc {
  color:rgba(26, 26, 27, 0.70);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.image-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin: 24px 0;
}

.image-wrapper .image {
  position: relative;
}

.image-wrapper .image a {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
  display: block;
}

.image-wrapper .image .profile-pic {
  width: 100%;
  height: auto;
}

.upload-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.user-name {
  font-family: gordita;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}

.wcbn-account-page .ajax-progress-throbber {
  display: none;
}

.user-tabs {
  margin: 20px 0;
  margin-bottom: -3px;
  border-bottom: 3px solid rgba(15, 15, 15, 0.05);
  display: flex;
  flex-flow: row;
  gap: 24px;
  width: fit-content;
}

.user-tabs a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: rgba(26, 26, 27, 0.60));
  padding-bottom: 8px;
}

.user-tabs a.is-active {
  color: #008182;
  border-bottom: 3px solid #008182;
  margin-bottom: -3px;
}

.tabs-wrapper {
  margin-bottom: 16px;
}

.wcbn-account-page.subscription-users .account-wrapper {
  position: relative;
}

.wcbn-account-page.subscription-users .account-wrapper .form-submit {
  background: #00A3A4;
}

.wcbn-account-page.subscription-users table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}

.wcbn-account-page.subscription-users table td {
  padding: 16px;
  border-bottom: 1px solid rgba(181, 181, 181, 0.30);
  margin: 0;
}


.wcbn-account-page.subscription-users table tbody tr.odd {
  background: rgba(181, 181, 181, 0.10);
}

.wcbn-account-page.subscription-users table th {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(181, 181, 181, 0.30);

}

.wcbn-account-page.subscription-users table th,
.wcbn-account-page.subscription-users table th a {
  color:  rgba(26, 26, 27, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}

.wcbn-account-page.subscription-users table th a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/modules/custom/wcbn_account/images/sort.svg') no-repeat;
  margin: 0px 0 0 8px;
  position: relative;
  top: 2px;
}

.path-account .block-local-tasks-block {
  display: none;
}

.wcbn-account-page.subscription-users table .button {
  line-height: 16px;
  padding: 10px 16px;
  height: auto;
  gap: 8px;
}

.wcbn-account-page.subscription-users table td:last-child {
  padding: 10px 16px;
}

.wcbn-account-page.subscription-users .button.active {
  background: rgba(0, 163, 164, 0.10));
  font-size: 14px;
  color: #008182;
}

.wcbn-account-page.subscription-users .button.invitationsent {
  background: rgba(41, 38, 99, 0.10);
  font-size: 14px;
  color: #292663;
}

.wcbn-account-page.subscription-users .button.deactivated {
  background: rgba(224, 104, 98, 0.10);
  font-size: 14px;
  color: #FE6E5D;
}

.wcbn-account-page .account-notification-bar {
  padding: 12px;
  border-radius: 10px;
  background: #EDF7FE;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 16px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.wcbn-account-page .account-notification-bar span {
  flex-grow: 1;
}

.wcbn-account-page .account-notification-bar .button {
  border: 2px solid  #00A3A4;
  padding: 16px;
  background: none;
  color: #00A3A4;
  height: auto;
  line-height: 12px;
  flex-shrink: 0;
}

.wcbn-account-invite-member-form .form-item label {
  margin-bottom: 6px;
  display: block;
}

.wcbn-account-invite-member-form .form-item .form-email {
  margin-bottom: 0;
}

.subscription-plan {
  border-radius: 20px;
  background: #FAFAFA;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin: 20px 0;
  position: relative;
}

.subscription-plan .title {
  font-family: Gordita;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}

.subscription-plan .subtitle {
  color: #1A1A1B99;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin-top: 12px;
}

.subscription-plan .description {
  color: #1A1A1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-top: 20px;
}

.subscription-plan .description ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  gap: 32px;
}

.subscription-plan .description ul li {
  color: #393939;
}

.subscription-plan .description ul li .item-name {
  color: #1A1A1BB2;
}

.subscription-plan .subscription-action {
  position: absolute;
  right: 30px;
  top: 30px;
}

.subscription-plan .subscription-action .cancel {
  color: #FE6E5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  height: 44px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}

.subscription-plan .subscription-action .cancel .transition {
  display: none;
}

.subscription-plan .subscription-action .cancel:before {
  content: "";
  display: flex;
  width: 24px;
  height: 30px;
  background: url('/modules/custom/wcbn_account/images/cancel.svg') no-repeat;
}

.checkbox-slider-wrapper .slider-label {
  font-size: 14px;
}

.checkbox-slider-wrapper {
  margin-bottom: 24px;
  display: flex;
}

.ui-widget .form-actions .button.with-icon {
  padding-right: 50px;
}

.ui-widget .form-actions .button.with-icon:after {
  position: absolute;
  right: 8px;
}



@media (max-width: 766px) {
  .wcbn-account-page {
    position: relative;
  }

  .wcbn-account-page h3 {
    position: relative;
    font-size: 24px;
    cursor: pointer;
  }

  .wcbn-account-page h4 {
    padding-left: 30px;
    background: url(/themes/custom/wcbn/images/icons/back_arrow.svg) no-repeat;
    background-size: 16px 20px;
    background-position: top 8px left 0;
    cursor: pointer;
  }

  .sidebar {
    border: none;
    width: 100%;
  }

  .mobile-account-menu {
    box-sizing: border-box;
    position: fixed;
    background-color: #FFF;
    z-index: 1;
    top:60px;
    left: -100%;
    margin-left: -32px;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    padding: 0 16px;
    margin: 0;
  }

  .toolbar-vertical .mobile-account-menu {
    padding-top: 39px;
  }

  .mobile-account-menu.active {
    left:0;
    transition: 0.5s ease-out;
  }

  .mobile-account-menu ul.menu {
    margin: 0;
  }

  .wcbn-account-page .wrapper {
    display: block;
  }
  .account-wrapper {
    position: relative;
  }
  .wcbn-account-page .form-submit {
    position: absolute;
    top:unset;
    bottom: -50px;
    width: 100%;
    margin-top:24px;
    box-sizing: border-box;
  }

  .user-name {
    font-size: 18px;
  }

  .user-tabs {
    width: 100%;
    text-align: center;
  }

  .user-tabs a {
    width: 50%;
  }

  .subscription-plan {
    padding: 20px;
  }

  .subscription-plan .title {
    font-size: 18px;
    float: left;
    margin-right: 10px;
  }

  .subscription-plan .subtitle {
    margin-top:2px;
  }

  .subscription-plan .subscription-action {
    position: relative;
    top:initial;
    right:initial;
    margin-top:16px;
  }

  .subscription-plan .description {
    clear: both;
  }

  .subscription-plan .description ul {
    display: block;
  }

  .subscription-plan .description ul li  {
    margin-bottom: 8px;
  }

  .wcbn-account-page .account-notification-bar .button {
    margin:12px 0 0;
    padding:14px;
    width: 100%;
    box-sizing: border-box;
  }

  .wcbn-account-page.subscription-users table * {
    box-sizing: border-box;
  }

  .wcbn-account-page.subscription-users thead {
    display: none;
  }

  .wcbn-account-page.subscription-users table tbody {
    display: block;
  }

  .wcbn-account-page.subscription-users table tbody tr {
    background: rgba(181, 181, 181, 0.10);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 8px;
  }

  .wcbn-account-page.subscription-users table td {
    padding: 0 !important;
    border:none;
  }

  .wcbn-account-page.subscription-users table td.cell-name {
    order:1;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
  }
  .wcbn-account-page.subscription-users table td.cell-status {
    order:3;
  }
  .wcbn-account-page.subscription-users table td.cell-email {
    order:2;
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
  }
  .wcbn-account-page.subscription-users table td.cell-action {
    order:4;
  }

  .wcbn-account-page .account-notification-bar {
    display: block;
  }

}

