﻿.k-input {
    z-index: 0 !important;
}

.k-list-scroller {
    overflow: auto;
}

.build-view-splitter-container .k-pane {
    padding: 1em !important;
    overflow-y: auto !important;
}

.telerik-blazor.k-grid {
    padding: 0.75em;
    border-radius: 1.25em;
    overflow: hidden;
}

.k-grid-content {
    overflow-y: auto !important;
}

.k-grid .k-table-row.k-selected {
    background-color: #004F64 !important;
}

.k-tabstrip-content {
    outline: none !important;
}

.k-tabstrip-items {
    text-transform: none;
}

.k-breadcrumb {
    background-color: initial;
}

.k-multiselect {
    max-height: 40px !important;
    overflow-y: scroll !important;
}

.k-breadcrumb-item {
    display: inline-flex !important;
}

.k-tabstrip-item .k-link {
    font-size: 1.5em;
}

.k-grid th.center-wrap {
    justify-content: left;
    text-align: left;
    white-space: normal;
    vertical-align: top;
}

.k-grid th.center-wrap .k-column-title {
    white-space: normal;
}

.k-grid-md .k-command-cell {
    padding-block: 4px;
    padding-inline: 0px;
    text-overflow: clip;
}

.selectable-row-grid .k-table-row{
    &:hover {
        cursor: pointer !important;
    }
}

.telerik-blazor.k-progressbar.k-progressbar-horizontal, .k-selected.k-progressbar-value {
    height: 0.75em;
    border-radius: 1em;
}

.nxs-notification-content-progress-complete .k-selected.k-progressbar-value {
    background-color: #0DBF92 !important;
}

.nxs-notification-content-progress-failed .k-selected.k-progressbar-value {
    background-color: #E95E50 !important;
}

.nxs-notification-content-not-yet-started .k-progressbar-indeterminate::before, .k-progressbar-indeterminate::after {
    background: #444444 !important;
}

@keyframes empty-progress {
    from {
        background-position: 0;
    }
    to {
        background-position: 100%;
    }
}

.k-tabstrip-item .k-link {
    font-size: 18px;
}

.k-breadcrumb-item a {
    display: block !important;
}

.custom-icons .k-hierarchy-cell .k-svg-icon svg {
    display: none;
}

.custom-icons .k-hierarchy-cell .k-svg-icon.k-svg-i-minus:before {
    content: "\e015";
    font-family: "WebComponentsIcons";
}

.custom-icons .k-hierarchy-cell .k-svg-icon.k-svg-i-plus:before {
    content: "\e014";
    font-family: "WebComponentsIcons";
}

.custom-icons .no-detail-template .k-hierarchy-cell {
    pointer-events: none;
}

.custom-icons .no-detail-template .k-hierarchy-cell .k-icon {
    visibility: hidden;
}

.k-datetimepicker > button.telerik-blazor {
    background-color: var(--bs-secondary-bg) !important;
}

.k-tabstrip {
    padding-left: 1em;
}

.k-dialog-content {
    white-space: pre-line;
}

.k-listbox .k-list-scroller {
    height: 100%;
    border-radius: 10px
}

.build-toggle.k-switch-on .k-switch-track {
    background: rgba(0,188,212,0.54) !important;
}

.build-toggle.k-switch-on .k-switch-thumb {
    background: rgb(0,188,212) !important;
}

.build-toggle {
    opacity: 1 !important;
}

.build-toggle.k-switch-off .k-switch-track {
    background: rgba(255,255,255,0.38) !important;
}

.build-toggle.k-switch-off .k-switch-thumb {
    background: rgb(80,80,80) !important;
}

.custom-window-colour {
    background-color: #222222 !important;
}
