.table > :not(caption) > * > * {
    background-color: inherit;
}

.btn-link {
    text-decoration: none;
}

.breadcrumb-row {
    align-items: center;
}

.breadcrumb-row > * {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb-row > *:nth-child(2n) {
    margin-left: 4px !important;
}

.k-listview-content > .k-selected {
    border-radius: 0.5rem !important;
}