.addcatdesc{
	border-top: 1px solid #D0D3D8;margin-top:10px;padding-top:5px;
}

.but_desc_manage{
    padding-bottom:10px;
}

.but_desc_manage span{
  border-bottom: 1px #4a5b93 dotted !important;
  cursor: pointer;
  font-weight: bold;
  color: #4a5b93 !important;
  font-style: italic;
}

.addcatdesc_wrapper::after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 35px;
    background-size: 100%;
    pointer-events: none;
}

.addcatdesc_wrapper {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 0px;
}

.addcatdesc_wrapper.full_height{
    position: static;
    max-height: 100%;
    overflow: visible;    
}

.addcatdesc_wrapper.full_height::after {
    background: none;
}
