.account-loop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.account-loop-main {
  gap: 20px;
}
.account-item {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid rgba(4, 32, 69, 0.1);
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
  height: 102px;
  padding: 10px 20px;
  overflow: hidden;
  max-width: 100%;
}
.account-item-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.account-item-image {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.account-item-image img {
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) scale(1.1);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
  border-radius: 50%;
}
.account-item-image img:hover {
  transform: translate(-50%, -50%) scale(1);
}
.account-item-info {
  width: 275px;
  display: flex;
  flex-direction: column;
}
.account-item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  white-space: nowrap;
}
.account-item-date {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #A0ABC0;
}
.account-item-description {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-style: italic;
  padding-top: 5px;
}
.account-item-address {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 20px;
}
.account-item-address svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.account-item-address span {
  flex-grow: 1;
  overflow: hidden;
  max-width: calc(100% - 30px);
  text-overflow: ellipsis;
  text-wrap: nowrap;
  white-space: nowrap;
}
.account-item-stats {
  display: flex;
  gap: 15px;
  align-items: center;
}
.account-item-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}
.account-item-stat span {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.account-item-stat span svg {
  width: 14px;
  height: 14px;
  color: #FE9D35;
  fill: #FE9D35;
}
.account-item-stat-feedbacks {
  text-decoration: underline;
  color: #0095F6;
}
.account-item-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.account-item-subscribe {
  cursor: pointer;
}
.account-item-subscribe svg {
  width: 28px;
  height: 28px;
}
.account-item-subscribe .add {
  display: block;
}
.account-item-subscribe .remove {
  display: none;
}
.account-item-subscribe.subscribed .add {
  display: none;
}
.account-item-subscribe.subscribed .remove {
  display: block;
}
.account-item-subscribe.subscribed svg {
  color: #0095F6;
}
.account-item-subscribe.subscribed.btn svg {
  color: unset;
}
.account-item-tags {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}
.account-item-tags .tag {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
  border-radius: 12px;
  border: 1px solid #BDC4CE;
  padding: 1px 7px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  white-space: nowrap;
}
.account-item-about {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.01em;
  max-width: 790px;
}
.account-item-bottom {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.account-item-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.account-item-dashboard {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0 0 10px 0;
  gap: 15px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: unset;
}
.account-item-dashboard .account-item-pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 22px;
  display: flex;
}
.account-item-dashboard .account-item-pro svg {
  width: 38px;
  height: 22px;
}
.account-item-dashboard .account-share-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
}
.account-item-dashboard .account-share-wrapper .svg-icon-ti-ti-ytime-send {
  width: 24px;
  height: 24px;
}
.account-item-dashboard .account-item-image {
  width: 120px;
  height: 120px;
}
.account-item-dashboard .account-item-info {
  align-items: flex-start;
  width: 100%;
  gap: 5px;
}
.account-item-dashboard .account-item-name {
  font-size: 18px;
}
.account-item-dashboard .account-item-date {
  font-size: 12px;
  line-height: 1;
}
.account-item-dashboard .account-item-stats {
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
}
.account-item-dashboard .account-item-stat {
  font-size: 12px;
  flex-shrink: 0;
}
.account-item-dashboard .account-item-stat span {
  font-size: 14px;
}
.account-item-profile {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  align-items: flex-start;
}
.account-item-profile-top {
  align-items: center;
}
.account-item-profile .account-item-image {
  width: 180px;
  height: 180px;
}
.account-item-profile .account-item-stats {
  padding: 10px 0 0 0;
  border-top: 1px solid rgba(4, 32, 69, 0.1);
}
.account-item-profile .account-share-wrapper {
  top: 10px;
  right: 10px;
}
.account-item-profile .account-item-buttons .btn {
  min-width: calc(50% - 5px);
}
.account-item-main {
  border-radius: 20px;
}
.account-item-main .account-item-info {
  text-wrap: nowrap;
  white-space: nowrap;
}
.account-item-main .account-item-name, .account-item-main .account-item-date, .account-item-main .account-item-description {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-item-main .account-item-inn {
  display: none;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0;
}
.account-item-main .account-item-stats {
  align-self: flex-end;
  padding-bottom: 10px;
}
.account-item-main .account-item-subscribe .remove {
  opacity: 1;
}

@media (max-width: 1399px) {
  .main-dashboard-index .dashboard-nav {
    padding: 0;
    background-color: inherit;
  }
  .main-dashboard-index .account-item-dashboard {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    border: none;
    border-radius: 12px;
    margin-bottom: 10px;
  }
  .main-dashboard-index .account-item-dashboard .account-item-pro {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    width: 19px;
    height: 6px;
  }
  .main-dashboard-index .account-item-dashboard .account-item-pro svg {
    width: 19px;
    height: 11px;
  }
  .main-dashboard-index .account-item-dashboard .account-share-wrapper {
    top: 20px;
    right: 20px;
  }
  .main-dashboard-index .account-item-image {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
  }
  .main-dashboard-index .account-item-info {
    max-width: 80%;
  }
  .main-dashboard-index .account-item-name {
    font-weight: 600;
    font-size: 16px;
  }
  .main-dashboard-index .account-item-stats {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .main-dashboard-index .account-item-stat {
    font-size: 11px;
  }
  .main-dashboard-index .account-item-stat span {
    font-size: 14px;
  }
  .account-item-main {
    height: 122px;
    border: none;
    border-bottom: 2px solid rgba(4, 32, 69, 0.1);
    border-radius: 15px;
    padding: 20px;
    gap: 5px;
  }
  .account-item-main .account-item-content {
    flex: 100%;
    gap: 15px;
  }
  .account-item-main .account-item-info {
    gap: 5px;
    width: -moz-max-content;
    width: max-content;
    max-width: 220px;
  }
  .account-item-main .account-item-name {
    font-size: 15px;
  }
  .account-item-main .account-item-date {
    line-height: 12px;
  }
  .account-item-main .account-item-description {
    font-size: 12px;
    line-height: 140%;
    padding: 0;
  }
  .account-item-main .account-item-stats {
    padding-bottom: 11px;
    margin-left: auto;
    flex-shrink: 0;
    gap: 10px;
  }
  .account-item-main .account-item-stat {
    font-size: 12px;
  }
  .account-item-main .account-item-actions {
    align-items: flex-start;
    flex-shrink: 0;
  }
  .account-item-profile {
    padding: 20px;
  }
  .account-item-profile-top {
    flex-direction: row;
    gap: 20px;
  }
  .account-item-profile .account-item-about {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .account-item-profile .account-share-wrapper {
    top: 20px;
    right: 20px;
  }
  .account-item-profile .account-item-bottom {
    max-width: calc(100% - 235px);
    flex-grow: 1;
  }
  .account-item-profile .account-item-address {
    width: 100%;
    max-width: 100%;
  }
  .account-item-profile .account-item-stats {
    border: none;
    padding: 0;
    gap: 20px;
  }
  .account-item-profile .account-item-stat {
    font-size: 14px;
  }
  .account-item-profile .account-item-buttons {
    justify-content: flex-start;
    gap: 20px;
  }
  .account-item-profile .account-item-buttons .btn {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .main-dashboard-index .account-item-dashboard {
    padding: 10px;
    border-radius: 0;
  }
  .main-dashboard-index .account-item-dashboard .account-share-wrapper {
    top: 10px;
    right: 10px;
  }
  .account-item-main {
    position: relative;
    height: 149px;
    border-radius: 12px;
    padding: 10px;
  }
  .account-item-main .account-item-content {
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .account-item-main .account-item-info {
    gap: 5px;
    width: -moz-max-content;
    width: max-content;
    max-width: 220px;
  }
  .account-item-main .account-item-name {
    font-size: 14px;
  }
  .account-item-main .account-item-date {
    font-size: 12px;
  }
  .account-item-main .account-item-description {
    line-height: 100%;
    padding-top: 5px;
  }
  .account-item-main .account-item-inn {
    display: block;
  }
  .account-item-main .account-item-stats {
    padding: 0;
    flex: 100%;
    flex-shrink: 0;
    gap: 0;
    justify-content: space-between;
  }
  .account-item-main .account-item-stat {
    font-size: 11px;
  }
  .account-item-main .account-item-stat span {
    font-size: 14px;
  }
  .account-item-main .account-item-actions {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .account-item-profile {
    padding: 10px;
    margin: 0 10px;
  }
  .account-item-profile-top {
    flex-direction: column;
    gap: 15px;
  }
  .account-item-profile .account-item-name {
    font-size: 16px;
  }
  .account-item-profile .account-item-date {
    font-size: 12px;
  }
  .account-item-profile .account-item-description {
    font-size: 12px;
  }
  .account-item-profile .account-item-bottom {
    width: 100%;
    max-width: 100%;
  }
  .account-item-profile .account-item-about {
    font-size: 15px;
  }
  .account-item-profile .account-share-wrapper {
    top: 10px;
    right: 10px;
  }
  .account-item-profile .account-item-address {
    font-size: 13px;
  }
  .account-item-profile .account-item-stats {
    gap: 5px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .account-item-profile .account-item-stat {
    font-size: 11px;
  }
  .account-item-profile .account-item-buttons {
    justify-content: center;
  }
  .account-item-profile .account-item-buttons .btn {
    min-width: 130px;
  }
}
