#description-footer.card-body{ padding:0px; }

#addcatdesc_wrapper{
    background:transparent;
    padding:0px; margin:0px;
}
#addcatdesc_wrapper .addcatdesc{
    border:none;
    margin:0px 0px 30px 0px; padding:0px;
    text-align:left;
}
#addcatdesc_wrapper .addcatdesc p{
    margin:0px;
    padding:0.6rem 0px;
    max-width:100%;
}
@media (max-width:1024px) {
    #addcatdesc_wrapper .addcatdesc p{
        padding:0.6rem 0px;
        max-width:100%;
    }
}
@media (max-width:767px) {
    #addcatdesc_wrapper{
        padding:0px; 
        margin:0px 0px 30px 0px;
    }
    #addcatdesc_wrapper .addcatdesc p{
        padding:0.6rem 0px;
        max-width:100%;
    }
}    
.but_desc_manage{
    padding-bottom:20px;
}

.but_desc_manage span{
    color: #333;
    border-bottom: 1px dotted rgba(51,51,51,.5);
    cursor: pointer;
}

.addcatdesc_wrapper::after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 76px;
    background: linear-gradient(to bottom,rgba(241,241,241,0) 0%,rgba(241,241,241,.85) 71%,rgba(241,241,241,1) 100%);
    background-size: 100%;
    pointer-events: none;
}

.addcatdesc_wrapper {
    position: relative;
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 15px;
}

.addcatdesc_wrapper.full_height{
    position: static;
    max-height: 100%;
    overflow: visible;    
}

.addcatdesc_wrapper.full_height::after {
    background: none;
}