.k-upload {
    height: 100%;
    border-radius: 4px;
}

    .k-upload .k-dropzone {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

/* Kendo überschreibt die Breite. Daher passen sich die inputs nicht mehr den Columns an. */
/*.form-control {
  width: 100% !important;
}
*/
.k-textbox:not(.k-grid-search ) {
    width: 100%;
}

.k-grid .k-grid-search {
    margin-left: auto;
    margin-right: 0;
}

.k-widget.form-control {
    border-radius: 0;
}

.k-tabstrip-items .k-item.k-state-active::after {
    border-color: var(--blue);
}

.k-tabstrip-wrapper {
  height: 100%;
}

.k-chat {
    max-width: unset;
    max-height: 350px;
}

.k-floating-toolbar, .editorToolbarWindow.k-window-content {
    display: flex !important;
}

li[role='menuitemcheckbox'] input{
    margin-right: 5px;
}