#k-license-banner {
    z-index: 999999 !important;
    display: none !important;
}

html[data-bs-theme=dark] .k-grid, html[data-bs-theme=dark] .k-grid *, html[data-bs-theme=dark] .k-window, html[data-bs-theme=dark] .k-window *, html[data-bs-theme=dark] .k-popup, html[data-bs-theme=dark] .k-popup *, html[data-bs-theme=dark] .k-picker, html[data-bs-theme=dark] .k-picker *, html[data-bs-theme=dark] .k-multiselect, html[data-bs-theme=dark] .k-multiselect * {
    font-size: 0.8rem !important;
}

html[data-bs-theme=dark] .k-datepicker, html[data-bs-theme=dark] .k-datepicker *, html[data-bs-theme=dark] .k-datetimepicker, html[data-bs-theme=dark] .k-datetimepicker * {
    font-size: 0.8rem !important;
}

html[data-bs-theme=dark] .k-numerictextbox, html[data-bs-theme=dark] .k-numerictextbox * {
    font-size: 0.8rem !important;
}

.k-grid, .k-grid *, .k-window, .k-window *, .k-popup, .k-popup *, .k-picker, .k-picker *, .k-multiselect, .k-multiselect * {
    font-size: 0.8rem !important;
}

.k-datepicker, .k-datepicker *, .k-datetimepicker, .k-datetimepicker * {
    font-size: 0.8rem !important;
}

.k-numerictextbox, .k-numerictextbox * {
    font-size: 0.8rem !important;
}

.k-datepicker .k-input-inner {
    background: #fafafa;
    border-color: #e0e0e0;
}

.k-window-title {
    font-size: 0.8rem !important;
}

.k-column-title {
    font-weight: bold;
}

.k-treeview-top .k-checkbox-wrapper input {
    margin: 0 !important;
}

.k-treeview-lg .k-treeview-leaf {
    margin-left: 5px !important;
}

.k-treeview-lg .k-checkbox-wrapper {
    margin-top: -2px !important;
}

.k-check-all {
    overflow: hidden;
    display: block;
    background: #f1f1f1;
    border-radius: 3px;
    border-bottom: 1px solid #DFDFDF;
}

.k-check-all input {
    margin: 0 !important;
}

.k-check-all label {
    display: inline-block !important;
    width: 100%;
    padding: 5px 5px;
}

.k-multiselect {
    background: #fafafa;
    border-color: #e0e0e0;
}

.k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
    padding-block: 0.5rem;
}

.k-button-md.k-icon-button .k-button-icon {
    min-width: 1rem !important;
    min-height: 1rem !important;
}

div.k-grid-norecords {
    display:  grid;
    padding:  1em;
}

.k-edit-form-container {
    width: 100% !important;
    max-width: 100% !important;
}

.k-input-inner[role=combobox] {
    font-size: 13px !important;
}

.k-window-iframecontent:last-child {
    padding-bottom: 0px !important;
}

.k-grid .k-command-cell > .k-button,
.k-edit-buttons .k-button {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
    border-radius: 0 !important;
    border: 0;
}

.k-edit-buttons {
    gap: 0 !important;
}

.k-toolbar .k-input, .k-toolbar .k-picker {
    width: 20em;
}

@media only screen and (max-width: 600px) {
    .k-grid table colgroup col {
        min-width: 100px;
    }
}

.k-upload .k-button-md {
    font-size: 0.8rem;
}

.k-upload .k-dropzone-hint {
    font-size: 0.9rem;
}