.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;
}

.bg-gradient-primary {
    background-color: #9a95f9 !important;
    background-image: linear-gradient(180deg,#6e63f7 100%,#6e63f7 100%) !important;
}

.btn-primary {
    background-color: #6e63f7 !important;
    border-color: #6e63f7 !important;
}

.bg-primary {
    background-color: #6e63f7 !important;
}

.text-primary {
    color: #6e63f7 !important;
}



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

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