.dokan-dashboard-content{
    padding-top: 30px !important;
}
body{
    background-color: #f8f8f8;
}
.modal{
    margin-top:30px;
}
.feed_wrapper{

}
.mk-light-shadow{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.mk-radius{
    border-radius: 10px;
}

.primary-font{

}
.title-1{

}
.border-light{
    border:1px solid #f2f2f2;
}
.title-2{
    font-family:"Macklin", Sans-serif;
    font-weight: 800;
    font-size:1.6rem;
}

.single_feed_wrapper .icon_wrapper{
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.icon_wrapper span{
    margin-right: 5px;
}

.box_commenti_post{
    display:none;
}

.box_commenti_post .comments-area{
    margin:0px;
}
.avatar-wrapper-comment{
    width: 35px;
}
.avatar-wrapper-comment img{
    padding: 5px;
    border-radius: 50px;
}
.review{
    list-style: none;
}

.comment-row{
    text-align: left;
}
.comment-container li{
    list-style-type:  none;
}
.icon_wrapper{
    cursor: pointer;
}
.rx-reviewbox{
    width: 100%;
}

/*
    SEZIONE COMMENTI
*/
.comment-container{
}
.scroll-container-min{
    max-height: 200px;
    overflow-y: hidden;
    overflow-y: scroll;
}
.scroll-container-full{
    height: 400px;
    overflow-y: hidden;
    overflow-y: scroll;
}
.single-comment{
    margin-bottom:10px;
}
.comment-wrapper{
    padding: 5px 10px;
    background-color: #f8f8f8;
    border-radius: 10px;
}


.single_feed_wrapper{
    border-radius: 5px;
    margin-bottom:10px;
    background-color: #FFFFFF;
}
.single_feed_wrapper .img_post{
    border-radius: 5px 5px 0px 0px;
    
}
.single_feed_wrapper .post_body{
    padding:10px;
}
.single_feed_wrapper .post_content{
    color:#2B2B2B;
}
.single_feed_wrapper .post_title{
    
}
.single_feed_wrapper .post_content{
    max-height: 200px;
    overflow-y: hidden;
    overflow-y: scroll;

}
.single_feed_wrapper .wrapper-counter{
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
}

.single_feed_wrapper .author-box{
    padding:5px;
}
.single_feed_wrapper .author-box .avatar-wrapper{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 5px;
}
.single_feed_wrapper .author-box .avatar-wrapper img{
    border-radius: 50px;
}

/* 
    PROFILO PUBBLICO
*/
.immagine-profilo-pubblico img{
    width: 150px;
    border-radius: 50px;
}

.star-checked{
    color: orange;
}
.avatar-wrapper{
    width: 40px;
    margin-right: 10px;
    width: 40px;
    margin-right: 10px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #dedede;
    background-color: #f8f8f8;
}
/*
    BRAND CONSIGLIATI
*/
.brand-consigliati-box .avatar-wrapper{
    width: 40px;
    margin-right: 10px;
}

.brand-consigliati-box .avatar-wrapper img{
    border-radius: 50px;
}

::-webkit-scrollbar {
    background: #FFF;
    width:10px;
}
::-webkit-scrollbar-thumb {
    background-color: #e20613;
    height: 58px;
    -webkit-border-radius: 2px;
    border-radius: 10px;
    border: 2px solid white;
}
.unlike_post{
    color:#e6007e;
}



/* INIZIO SEARCH */

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue
}

.img-modal-post img{
    width: 60% !important;
    margin:0 auto;
}
/* FINE SEARCH */
