.account-content {
  max-width: 996px;
  margin: 0 auto;
  padding-top: 112px;
  padding-bottom: 160px;
}

.account-title {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.74px;
  text-transform: uppercase;
  color: #1B1C1E;
  margin-bottom: 67px;
}

.account-dashboard {
  position: relative;
  display: flex;
  width: 100%;
height: 760px;
    padding-bottom: 40px;
  background: rgba(248, 248, 248, 0.5);
  box-shadow: 0px 24px 24px -20px rgba(122, 169, 65, 0.2);
  backdrop-filter: blur(25px);
  border-radius: 10px;
  border: 1px solid;
  border-image-source: linear-gradient(205.21deg, rgba(122, 169, 65, 0.2) 0%, rgba(186, 220, 117, 0.1) 100%);
}

[data-title="Actions"] {
	display:flex;
	gap:10px;
}

.account-dashboard::after {
  content: '';
  width: 42%;
  height: 62%;
  right: -120px;
  z-index: 1;
  bottom: -162px;
  position: absolute;
  background: url(../images/kratom-plant.png);
  background-repeat: no-repeat;
}

.account-nav {
  margin: 47px 63px 0 48px;
}

.account-nav-link {
  width: 182px;
  height: 33px;
  font-family: 'Sora';
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #1B1C1E;
  display: block;
  margin-bottom: 10px;
}

.dark-green-txt {
  color: #7AA941;
}

.color-grey {
  color: #C4C4C4;
}

.dashboard-border {
  border: 1px solid #7AA941;
  transform: rotate(180deg);
  margin: 38px 0 38px 0px;
}

.dashboard-info {
  margin-top: 46px;
  margin-left: 46px;
}

.say-hi {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #1B1C1E;
  margin-bottom: 5px;
}

.say-hi-strong {
  font-weight: 700;
}

.not-user {
  font-family: Sora;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B1C1E;
  margin-bottom: 35px;
}

.green-link {
  color: #7AA941;
}

.dashboard-txt {
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B1C1E;
  margin-right: 94px;
}

@media(max-width: 1250px) {
  .account-dashboard::after {
    content: none;
  }
}

@media(max-width: 950px) {
  .dashboard-txt {
    margin-right: 15px;
  }
}

@media(max-width: 600px) {
  .account-dashboard-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 13px;
  }

  .title-arrow-acc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .account-content {
    padding-left: 29px;
    padding-right: 25px;
  }

  .account-title-mobile {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1B1C1E;
  }

  .color-dark-green {
    color: #7AA941;
  }

  .hidden-image {
    display: none;
  }

  .account-link-mobile {
    background: rgba(248, 248, 248, 0.5);
    box-shadow: 0px 24px 24px -20px rgba(122, 169, 65, 0.2);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    padding: 26px;
  }

  .say-hi {
    margin-top: 23px;
  }

  .acc-line {
    max-width: 100%;
  }

  .hidden-text {
    display: none;
  }

  .dashboard-txt {
    margin-right: 0;
  }

  .acc-line {
    margin-top: 15px;
  }

  .logout-link {
    width: 100%;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #C4C4C4;
  }

  .account-section {
    background: url(../images/mobile-acc-leave.svg);
    background-repeat: no-repeat;
    background-position: right bottom -9%;
  }
}
