.kv-grid-bs4 a.asc:after,
.kv-grid-bs4 a.desc:after{
    display: none !important;
}

#sidebarToggle::after {
    display: none !important;
}

#sidebarToggle {
    color: rgba(255,255,255,.5);
}

.preview-detail-image{
    max-height: 200px;
}

.sidebar hr.sidebar-divider{
    margin: 1rem 1rem 1rem;
}

.image-crisp {
    image-rendering: crisp-edges;
}

#param-value-container,
#param-value-container .form-control,
#faq-answer-container.form-control {
    height: auto;
    padding: initial;
}

.asset-image-view {
    max-width:500px;
}