

.container-custom{
    max-width: 1885px !important;
    padding: 0 50px;
    margin: 0 auto;
}

.vp_mv_my-vends{
   background-color: #FAF7F8;
}

.vp_mv_my-vends-header {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 4px;
    padding: 40px;
}

.vp_mv_my-vends-header .vp_mv_left-side h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    color: #111827;
}

.vp_mv_my-vends-header .vp_mv_left-side form {
    display: flex;
    align-items: center;
    background-color: #FAF7F8;
    border-radius: 6px;
    padding: 20px;
    width: 650px;
}

.vp_mv_my-vends-header .vp_mv_left-side form input {
    border: none;
    padding: 0 15px;
    margin-bottom: 0;
}

.vp_mv_my-vends-header .vp_mv_left-side form button {
    background-color: #00B8B3;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    border: none;
    padding: 10px 15px;
}

.vp_mv_my-vends-header .vp_mv_left-side .vp_mv_tag-wrapper {
    margin-top: 25px;
}

.vp_mv_my-vends-header .vp_mv_left-side .vp_mv_tag-wrapper span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin-right: 25px;
}

.vp_mv_my-vends-header .vp_mv_left-side .vp_mv_tag-wrapper button {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #6B7280;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    padding: 4px 12px;
    background-color: transparent;
    margin-right: 14px;
    transition: all 0.3s;
}

.vp_mv_my-vends-header .vp_mv_left-side .vp_mv_tag-wrapper button:hover {
    background-color: #00B8B3;
    color: white;
}

.vp_mv_my-vends-header .vp_mv_left-side .vp_mv_tag-wrapper button:last-child {
    margin-right: 0;
}

.vp_mv_my-vends-header .vp_mv_right-side {
    padding: 0 60px;
    text-align: center;
}

.vp_mv_my-vends-header .vp_mv_right-side .vp_mv_star-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.vp_mv_my-vends-header .vp_mv_right-side p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #6B7280;
}

.vp_mv_my-vends-header .vp_mv_right-side p i {
    margin-right: 10px;
}

.vp_mv_my-vends-header .vp_mv_right-side .vp_mv_follower-wrapper {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.vp_mv_my-vends-header .vp_mv_right-side .vp_mv_follower-wrapper .vp_mv_follower h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #111827;
    margin-top: 0;
}

.vp_mv_my-vends-header .vp_mv_right-side .vp_mv_follower-wrapper .vp_mv_follower span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #374151;
}



.vp_mv-filter {
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: #FAF7F8;
}

.vp_mv-filter .vp_mv_list-tab{
    margin-bottom: 25px;
}

.vp_mv-filter .vp_mv_list-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    background-color: white;
    padding: 12px;
    border-radius: 4px;
    width: max-content;
    margin: auto;
    
}

.vp_mv-filter .vp_mv_list-tab ul li button{
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #374151;
    padding: 10px 12px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.vp_mv-filter .vp_mv_list-tab ul li i {
    margin-right: 5px;
}

.vp_mv-filter .vp_mv_list-tab ul li button.active {
    color: #00837F;
    background-color: #E6F8F7;
    border-color: #00B8B3;
}

.vp_mv-tab-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #111827;
}

.vp_mv-empty-collection{
    padding: 32px;
}

/* collections  */
.vp_mv-collections {
    padding: 32px;
    font-family: "Inter Display", sans-serif;
}
.vp_mv-collections__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.vp_mv-card {
    background-color: #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.vp_mv-card .vp_mv-card__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    line-height: 24px;
}

.vp_mv-card .vp_mv-card__count {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #6B7280;
}










.vp_mv-breadcrumb{
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 45px;
}
.vp_mv-breadcrumb a{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #111827;
}
.vp_mv-breadcrumb span{
    font-size: 16px;
}
.vp_mv-empty-title{
    margin-top: 45px;
}

.vp_mv-empty-title h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #111827;
}
.vp_mv-empty-title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6B7280;
}





.vp_mv-filter-container {
   column-count: 3; /* or 3 or responsive */
  column-gap: 24px;
  overflow: hidden;
  padding-top: 32px;
}


.vp_mv-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: max-content;
    break-inside: avoid;
    margin-bottom: 24px;
}

.vp_mv-wrapper img {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    object-fit: cover;
    max-height: 800px;
}

.vp_mv-image-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
    z-index: 1;
    margin-bottom: 9px;
}

.vp_mv-wrapper .vp_mv-text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}

.vp_mv-wrapper .vp_mv-text h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: white;
    font-family: "Inter Display", sans-serif;
}

.vp_mv-wrapper .vp_mv-text .vp_mv-span {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "Inter Display", sans-serif;
}

.vp_mv-wrapper .vp_mv-text .vp_mv-span span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: white;
    font-family: "Inter Display", sans-serif;
}

.vp_mv-wrapper .vp_mv-text .vp_mv-span span i {
    color: #FBAF00;
    margin-right: 8px;
}

.vp_mv-wrapper .vp_mv-heart-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}

.vp_mv-wrapper .vp_mv-heart-icon:hover {
    background-color: #00B8B3;
}

@media screen and (max-width: 1199px){
    .vp_mv-wrapper .vp_mv-text h5{
        line-height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container-custom{
        padding: 30px;
    }

    .vp_mv-filter {
        padding-bottom: 60px;
    }


    .vp_mv-filter-container{
        column-gap: 16px;
        column-count: 2;
    }

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

    .vp_mv-wrapper .vp_mv-text{
        left: 12px;
        bottom: 12px;
    }

    .vp_mv-wrapper .vp_mv-text h5{
        font-size: 18px;
    }

    .vp_mv-wrapper .vp_mv-heart-icon {
        top: 12px;
        right: 12px;
    }

}

@media (max-width: 768px) {
    .vp_mv-collections{
        padding: 20px;
    }
    .vp_mv-collections__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vp_mv_my-vends-header {
        display: block;
    }
    .vp_mv_my-vends-header .vp_mv_left-side form {
    width: 100%;
    }
    .tag-select {
        margin-top: 215px !important;
        margin-bottom: 30px;
    }
    section.vp_mv_my-vends .vp_mv_left-side {
            padding-left: 10px !important;
            padding-right: 10px !important;
    }
}

@media screen and (max-width: 575px) {
    .container-custom{
        padding: 15px;
    }

    .vp_mv-filter {
        padding-bottom: 40px;        
    }

    .vp_mv-breadcrumb{
 
        gap: 10px;
        margin-top: 30px;
    }
    .vp_mv-breadcrumb a{
        font-size: 14px;
        line-height: 20px;
    }
    .vp_mv-breadcrumb span{
        font-size: 12px;
    }

    .vp_mv-filter .vp_mv_list-tab ul li span {
        display: none;
    }
    .vp_mv-filter .vp_mv_list-tab ul li i {
        margin-right: 0px;
    }

    .vp_mv-tab-title{
        font-size: 36px;
        line-height: 40px;
    }

    .vp_mv-filter-container{
        column-gap: 12px;
    }

    .vp_mv-wrapper{
        margin-bottom: 12px;
    }

    .vp_mv-wrapper .vp_mv-text{
        left: 10px;
        bottom: 10px;
    }

    .vp_mv-wrapper .vp_mv-text h5{
        font-size: 16px;
    }
    .vp_mv-wrapper .vp_mv-heart-icon {
        top: 10px;
        right: 10px;
    }

}
@media screen and (max-width: 479px) {

    .container-custom{
        padding: 12px;
    }

    .vp_mv-tab-title{
        font-size: 32px;
        line-height: 36px;
    }

    .vp_mv-filter {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .vp_mv-breadcrumb a{
        font-size: 12px;
    }

    .vp_mv-filter-container{
        padding-top: 24px;
    }
   
    .vp_mv-wrapper .vp_mv-text{
        left: 8px;
        bottom: 8px;
    }

    .vp_mv-wrapper .vp_mv-text h5{
        font-size: 16px;
    }
    .vp_mv-wrapper .vp_mv-heart-icon {
        top: 8px;
        right: 8px;
    }

    .vp_mv-collections{
        padding: 30px;
    }
    .vp_mv-collections__grid {
        grid-template-columns: repeat(1, 1fr);
    }

}
@media screen and (max-width: 375px) {

    .vp_mv-wrapper .vp_mv-text .vp_mv-span{
        gap: 10px;
    }

    .vp_mv-wrapper .vp_mv-text .vp_mv-span span i {
        margin-right: 4px;
    }

}


/* Single vends */

.vp_mv-single-vends-area{
    background-color: #FAF7F8;
    padding-bottom: 100px;
}

.vp_mv-single-vends{
    background-color: white;
    border-radius: 4px;
    padding: 16px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.vp_mv-back{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #374151;
    margin-bottom: 24px;
}

.vp_mv-single-vends_img {
    overflow: hidden;
}

.vp_mv-single-vends_img img{
    width: 100%;
    border-radius: 4px;
}

.vp_mv-single-vends_content{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vp_mv-share-save{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vp_mv-share span{
    color: #374151;
    font-size: 16px;
    cursor: pointer;
    font-family: "Inter Display", sans-serif;
}
.vp_mv-share span i{
    color: #111827;
    font-size: 18px;
    margin-right: 5px;
}

.vp_mv-save{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 20px;
    border: 1px solid transparent;
    background-color: #00B8B3;
    color: white;
    border-radius: 4px;
    transition: all 0.3s;
}
.vp_mv-save:hover{
    background-color: transparent;
    color: #00B8B3;
    border-color: #00B8B3;
}

.vp_mv-vend-details h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #111827;
    font-family: "Inter Display", sans-serif;
}

.vp_mv-vend-details .vp_mv-span {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vp_mv-vend-details .vp_mv-span span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #6B7280;
    font-family: "Inter Display", sans-serif;
}

.vp_mv-vend-details .vp_mv-span span i {
    color: #FBAF00;
    margin-right: 8px;
}

.vp_mv-author-follow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding: 10px;
    background-color: #FAF7F8;
    gap: 15px;
}
.vp_mv-author{
    display: flex;
    align-items: center;
    gap: 15px;
}

.vp_mv-author img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.vp_mv-author-details h4{
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    line-height: 24px;
    margin: 0;
    font-family: "Inter Display", sans-serif;
}
.vp_mv-author-details p{
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    line-height: 20px;
    font-family: "Inter Display", sans-serif;
    margin-bottom: 0;
}
.vp_mv-follow{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 20px;
    border: 1px solid #00B8B3;
    background-color: transparent;
    color: #00B8B3;
    border-radius: 4px;
    transition: all 0.3s;
}
.vp_mv-follow:hover{
    background-color: #00B8B3;
    color: white;
}

/* comment accordion */
.accordion2 .accordion-button{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #111827;
}

.accordion2 .accordion-button::after{
    display: none;
}
.accordion2 .accordion-button::before {
    content: "\f107"; /* down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 12px;    
    color: #9CA3AF;
    transition: transform 0.3s, content 0.3s;
}

.accordion2 .accordion-button:not(.collapsed)::before {
   transform: rotate(180deg);
}

.accordion2 .accordion-body{
    padding-left: 16px;
    padding-top: 12px;
    display: flex;
    gap: 12px;
}

.accordion2 .accordion-body img { 
    height: 28px;
    width: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.vp_mv-user-name,
.vp_mv-user-comment{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #374151;
}

.vp_mv-user-name{
    color: #111827;
}
.vp_mv-dot{
    height: 4px;
    width: 4px;
    background-color: #374151;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
}

/* Reply */

.vp_mv-reply{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #374151;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: "Inter Display", sans-serif;
    margin-top: 5px;
}

.vp_mv-reply a{
    color: #374151;
}
.vp_mv-reply button{
    color: #374151;
    border: none;
    background: transparent;
}

.vp_mv-reply-container{
    max-width: 480px;
}

.vp_mv-reply-form {
    border-radius: 4px;
    border: 1px solid #9CA3AF;
    width: max-content;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 12px;
    margin-left: 16px;
    margin-bottom: 10px;
    background-color: #FAF7F8;
    width: 100%;

    /* For animation */
    max-height: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease;
}

.vp_mv-reply-form.active {
    max-height: 500px; /* adjust as needed */
    opacity: 1;
    transform: scaleY(1);
}

.vp_mv-reply-form textarea{
    background-color: transparent;
    color: #111827;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    border: none;
}

.vp_mv-reply-action{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 0 10px;
}
.vp_mv-reply-action form button{
    border: none;
    background-color: transparent;
}
.vp_mv-reply-action .vp_mv-save{
    padding: 0 15px;
    font-size: 14px;
}

/* comment form */

.vp_mv-comment-form{
    padding: 12px;
    background-color: #FAF7F8;
    margin-top: auto;
    border-radius: 4px;

}

.vp_mv-comment-form input{
    background-color: transparent;
    border: transparent;
    color: #111827;
    font-size: 16px;
    height: 35px;
    outline: none;
    box-shadow: none;
}

.vp_mv-comment-form input:focus{
    box-shadow: none;
    outline: none;
    border: none;
}

.vp_mv-upload-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vp_mv-upload-btns-icon{
    display: flex;
    align-items: center;
    gap: 15px;
}

.vp_mv-upload-btns-icon button{
    border: none;
    background-color: transparent;
}
.vp_mv-comment-btn{
    font-family: "Inter Display", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #9CA3AF;
    padding: 6px 16px;
    border: none;
}

@media (max-width:991px){
    .vp_mv-single-vends-area{
        padding-bottom: 60px;
    }
    .vp_mv-single-vends{
        grid-template-columns: repeat(1, 1fr);
    }
    .vp_mv-share-save{
        position: absolute;
        top: 0;
        left: 16px;
        right: 16px;
    }
    .vp_mv-single-vends_img{
        margin-top: 40px;
    }
}

@media (max-width: 767px){
    .vp_mv-single-vends-area{
        padding-bottom: 40px;
    }
    .vp_mv-vend-details h3{
        font-size: 20px;
    }
}
@media (max-width: 480px){
    .vp_mv-single-vends-area{
        padding-bottom: 24px;
    }
    .vp_mv-vend-details h3{
        font-size: 20px;
    }
}

/* Share Modal */

.vp_mv-share-modal .modal-header{
    padding: 16px 24px;
}

.vp_mv-share-modal .modal-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #111827;
    margin: 0;
}
.modal-body{
   padding: 2.5rem !important;
}

.vp_mv-share-item{
    border: 1px solid #E5E7EB;
    padding: 14px 20px;
    background-color: transparent;
    transition: all 0.3s;
    margin-bottom: 16px;
}

.vp_mv-share-item:last-child{
    margin-bottom: 0;
}

.vp_mv-share-item:hover{
    background-color: #00B8B3;
}

.vp_mv-share-item a{
    color: #374151;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.vp_mv-share-item:hover a{
    color: white;    
}
.vp_mv-share-item a img{
    margin-right: 5px;
}

@media(max-width:479px){
    .vp_mv-share-modal .modal-title{
        font-size: 16px;
    }
    .modal-body{
    padding: 2rem !important;
    }
    .vp_mv-share-item{
        padding: 12px 16px;
    }
    .vp_mv-share-item a{
       font-size: 14px;
    }
}

/* save folder popup*/

.vp_mv-save-folder{
    border: 1px solid #E5E7EB;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    margin-bottom: 16px;
    width: 100%;
}
.vp_mv-save-folder input{
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 0;
}
.vp_mv-save-folder input:focus{
    box-shadow: none !important;
    outline: none;
    border: none;
}

.vp_mv-save-folder span{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    color: #6B7280;
}
.vp_mv-save-folder input::placeholder{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #6B7280;
}

.vp_mv-category-list .nice-select{
    width: 100%;
    height: 51px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
}
.vp_mv-category-list .nice-select.open{
    border-color: #00B8B3;
}
.vp_mv-category-list ul{
    width: 100%;
}
.vp_mv-category-list ul li{
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 16px;
    color: #374151;
    font-family: "Inter Display", sans-serif;
}



.vp_mv-cancel{
    border: none;
    background: transparent;
    color: #00B8B3;
    font-size: 14px;
    font-weight: 500;
    margin-right: 40px !important;
}


/* Follow Modal */

.vp_mv-follow-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background-color: white;
    border-bottom: 1px solid #E5E7EB;
}

.vp_mv-follow-item_person{
    display: flex;
    align-items: center;
    gap: 12px;
}

.vp_mv-follow-item_person-img{
    overflow: hidden;
}

.vp_mv-follow-item_person-img img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.vp_mv-follow-item_person-details h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Inter Display";
    color: #111827; 
    margin: 0;
    margin-bottom: 3px;
}

.vp_mv-follow-item_person-social{
    display: flex;
    align-items: center;
    gap: 4px;
}

.vp_mv-follow-item_person-social a{
    height: 24px;
    width: 24px;
    background-color: rgba(250, 247, 248, 1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(107, 114, 128, 1);
    font-size: 16px;
    transition: all 0.4s;
}

.vp_mv-follow-item_person-social a:hover{
    color: #00B8B3;
}
/* === My Vends Css ===  */
.vp-post-card.vp_post_wrap {
    background: #fff;
}
.vp-post-card.vp_post_wrap .vp-user-name span.vp-white, .vp-post-card.vp_post_wrap .vp-post-title h2, .vp-post-card.vp_post_wrap .vp-post-content {
    color: #111827;
}
.vp-post-card.vp_post_wrap span.vp-date, .vp-post-card.vp_post_wrap .vp-vp-post-info .vp-post-meta, .vp-post-card.vp_post_wrap .vp-vp-post-info .vp-post-meta span.category, .vp-post-card.vp_post_wrap .more-wrapper.vp-more .more-options, .vp-post-card.vp_post_wrap .vp-bookmark i, .vp-post-card.vp_post_wrap .vp-reply-input textarea::placeholder, .vp-post-card.vp_post_wrap .vp-reply-actions button {
    color: #6B7280;
}

.vp-post-card.vp_post_wrap .vp-vp-post-info .vp-post-meta span, .vp-post-card.vp_post_wrap .vp-left-content span, .vp-post-card.vp_post_wrap .vp-reply-input textarea, .vp-post-card.vp_post_wrap .vp-author-info h5  {
    color: #374151;
}
.vp-post-card.vp_post_wrap .vp_mv-save {
    background: transparent;
    border: none;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.01);
}
.page-id-3177 {
    background: #FAF7F8;
}
.vp-post-card.vp_post_wrap .vp-reply-input textarea {
    background: #FAF7F8;
    color: #374151;
}
/* .vp-post-card.vp_post_wrap .vp-post-meta {
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    padding: 5px 0;
}
.vp-post-card.vp_post_wrap .vp-vp-post-info .vp-post-meta {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 0;
} */
.vp-post-card.vp_post_wrap .vp-reply-popup {
    background: #ffffff;
    border: 1px solid #E5E7EB;
}

.vp-post-card.vp_post_wrap .vp-comment-content p {
    color: #374151;
    font-size: 14px;
}
.vpu-status-content input {
    margin-bottom: 0;
}
.vp-profile-header input#vp-banner-submit-btn {
    background: #33C6C2;
}
.vp-card.w-100 {
    margin-bottom: 0;
}

.vp-card {
    margin-top: 0;
}
section.vp_mv-filter .vp-post-header-top img {
    display: none;
}
.vpu-status-content input.status-input::placeholder {
    margin: 0;
    position: relative;
    top: 2px;
}
section.vp_mv_my-vends .vp_mv_left-side {
    padding-left: 40px;
}