.design-view-change {
    border: 1px solid #e9ecee;
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 8px 8px 8px 0px;
    border-top: 0;
    background-color: #f6f0f1;
}

.topic-listing-image-view .topic-image img{
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    max-height: 120px;
    min-height: 120px;
}
.topic-listing-image-view .display-tag-category{
    padding: 7px 0 0;
}
.topic-listing-image-view  .d-flex-custom .plus-expand-collaps{
    position: relative;
    top: 30px;
}

.design-view-change a path {
    fill: #c2c2c2;
}
.design-view-change a.active path {
    fill: #ab2330;
}
/* .topic-image-handler{
    background-size: 80px 80px !important;
    min-width: 90px;
    min-height: 90px;
} */
.topic-image{
    width: 100%;
    max-width: 140px;
    display: inline-grid;
    position: relative;
}
.topic-image .topic-image-handler{
    height: 100%;
    min-height: 120px;
    border-radius: 10px;
    overflow: hidden;
}

.summary-category{
    /* background: red; */
    color: #fff;
    font-size: 14px;
}

.category-flag-wrapper{
    position: absolute;
    top: 10px;
    left: 0;
    background: #ab2330;
    color: #fff;
    padding: 0 10px;
}

.summary-case-10 .category-flag-wrapper{
    top: 40px;
}
.summary-case-04 .category-flag-wrapper{
    top: 80px;
}
.summary-case-12 .category-flag-wrapper{
    top: 80px;
}
.summary-case-22 .category-flag-wrapper{
    top: 40px;
}
.topic-listing-image-view .expand-collaps-div {
    padding: 0 0 0 0px;
}
.topic-listing-image-view .expand-collaps-div .questions-wrapper {
    padding: 5px 0px !important;
}
@media (max-width: 767px){
    .topic-image{
        max-width: 110px;
        min-width: 110px;
    }

    .summary-case-10 .category-flag-wrapper{
        top: 20px;
    }
    .summary-case-04 .category-flag-wrapper{
        top: 30px;
    }
    .summary-case-12 .category-flag-wrapper{
        top: 30px;
    }
    .summary-case-22 .category-flag-wrapper{
        top: 30px;
    }
    .summary-category{
        font-size: 12px;
    }
    .topic-image .topic-image-handler{
        min-height: 100px;
        max-height: 100px;
    }
    .topic-listing-image-view .topic-image img{
        max-height: 100px;
        min-height: 100px;
    }
    .topic-listing-image-view .d-flex-custom .plus-expand-collaps{
        top: 0;
    }
    .main-content .body-list .d-flex-custom .plus-expand-collaps {
        display: inline-block;
        margin: 3px 0 0;
    }

    
}