.lasted-accounts .ta-account .fields {
    min-height: 135px
}

.loader {
    background-color: #fff;
    border-radius: 8px;
    height: 130px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    width: 100%
}

.loader:after {
    animation: gradient-animation_2 1.2s linear infinite;
    background: linear-gradient(110deg, hsla(0, 0%, 89%, 0), hsla(0, 0%, 89%, 0) 40%, hsla(0, 0%, 89%, .5) 50%, hsla(0, 0%, 89%, 0) 60%, hsla(0, 0%, 89%, 0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loader .wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.loader .wrapper>div {
    background-color: hsla(0, 0%, 62%, .141)
}

.loader .line-1 {
    top: 11px
}

.loader .line-1,
.loader .line-2 {
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%
}

.loader .line-2 {
    top: 34px
}

.loader .line-3 {
    top: 57px
}

.loader .line-3,
.loader .line-4 {
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%
}

.loader .line-4 {
    top: 80px
}

@keyframes gradient-animation_2 {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(100%)
    }
}

.ta-account {
    border-radius: 5px
}

.ta-account .carousel-control-next,
.ta-account .carousel-control-prev {
    width: 12%
}

.ta-account .thumbnail img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

@media(min-width:576px) {
    .ta-account .thumbnail img {
        height: 178px
    }
}

.ta-account .view-account {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.ta-account .seller {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.ta-account .seller .avatar img {
    height: 25px
}

.ta-account .seller .name {
    line-height: 0;
    padding-left: 6px
}

.ta-account .description {
    background: hsla(0, 0%, 81%, .26);
    bottom: 0;
    color: #f9f9f9;
    font-size: 12px;
    line-height: 1.4;
    padding: 8px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.ta-account .ta-account-id {
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    left: 7px;
    line-height: 1;
    padding: 5px 7px;
    position: absolute;
    text-align: center;
    top: 7px;
    z-index: 1
}

.ta-account .fields {
    padding: 11px 0 6px
}

.ta-account .fields li {
    color: #231f20;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    padding-bottom: 5px
}

.ta-account .fields li:last-child {
    padding-bottom: 0
}

.ta-account .fields .value {
    font-weight: 700
}

.profile-navigate {
    min-height: 200px
}

.profile-routes .profile-item {
    border-radius: 5px;
    margin-bottom: .5rem;
    transition: all .3s
}

.profile-routes .profile-item a {
    color: #231f20!important;
    display: block;
    font-size: 14px;
    padding: .5rem 1rem
}

.profile-routes .profile-item a i {
    color: #231f20;
    width: 17px
}

.profile-routes .profile-item.active,
.profile-routes .profile-item:hover {
    background-color: hsla(0, 3%, 61%, .15)
}

.profile-routes .profile-item.active i,
.profile-routes .profile-item:hover i {
    font-weight: 700
}

.post .dropdown-item i {
    margin-right: 5px;
    text-align: center;
    width: 17px
}

.post .post-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.post .post-header .user {
    align-items: center;
    display: flex
}

.post .post-header .user .info .name {
    color: var(--bs-dark)
}

.post .post-action {
    align-items: center;
    display: flex;
    justify-content: space-around
}

.post .post-action .action {
    border-right: 1px solid hsla(0, 0%, 62%, .141);
    font-size: 14px;
    padding: .67rem 0;
    text-align: center;
    width: 100%
}

.post .post-action .action.active.like,
.post .post-action .action:hover.like {
    color: #ff6977;
    font-weight: 700
}

.post .post-action .action.active.like i,
.post .post-action .action:hover.like i {
    font-weight: 700
}

.post .post-action .action.active.comment,
.post .post-action .action:hover.comment {
    color: var(--bs-primary);
    font-weight: 700
}

.post .post-action .action.active.comment i,
.post .post-action .action:hover.comment i {
    font-weight: 700
}

.post .post-action .action:last-child {
    border-right: 0
}

.post .post-action .action i {
    padding-right: 2px
}

@media(max-width:425px) {
    .post .post-action .action .text {
        display: none
    }
}

.comment:last-child {
    margin-bottom: 0
}

.comment .user {
    display: flex
}

.comment .user .avatar img {
    height: 38px
}

@media(max-width:376px) {
    .comment .user .avatar img {
        height: 30px
    }
}

.comment .user .name {
    color: var(--bs-dark)
}

.comment .user .group {
    --bs-border-radius: 10px
}

.comment .user .group .name {
    font-size: 14px;
    font-weight: 500
}

@media(max-width:376px) {
    .comment .user .group .name {
        font-size: 13px
    }
}

.comment .user .group .content {
    font-size: 13px
}

.comment .user .group .compass {
    padding: 0 12px
}

.reply-comment:last-child {
    margin-top: 0
}

.reply-comment .user {
    align-items: flex-start;
    display: flex
}

.reply-comment .user .group {
    --bs-border-radius: 10px
}

.reply-comment .user .group .name {
    font-size: 14px;
    font-weight: 500
}

.reply-comment .user .group .content {
    font-size: 12px
}

.reply-comment .user .group .compass {
    padding: 0 12px
}