/*KENDO*/



.k-grid-header {
    padding-right: 0px !important;
}

.k-grid-header .k-grid-header-table .k-table-thead {
    background-color: #faf9f8;
}

.k-grid .k-grid-header-sticky,
.k-grid .k-grid-content-sticky {
    border-right-width: 0px;
    background-color: transparent !important;
}

.k-grid-content.k-auto-scrollable {
    overflow-y: hidden;
}

.k-table-alt-row {
    background-color: #97b8f314;
}

.k-grid-header #btnEkle {
    color: cornflowerblue;
}

.k-grid-header #btnSaveAsExcel {
    color: forestgreen;
    margin-left: 8px;
}

/*col.k-sorted, .k-table-th.k-sorted {
    background-color: #86b7fe61 !important;
}*/

/*k-piker k-input*/
.k-picker, .k-input {
    border-color: var(--bs-border-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    border-radius: 0px !important;
}

    .k-picker:focus::after,
    .k-picker.k-focus::after,
    .k-picker:focus-within::after,
    .k-input:focus::after,
    .k-input.k-focus::after,
    .k-input:focus-within::after {
        content: none;
    }

    .k-picker:hover, .k-input:hover {
        border-color: #86b7fe;
    }

    .k-picker:focus, .k-input:focus, .k-picker.k-focus, .k-input.k-focus {
        box-shadow: 0 0 0 .1rem rgba(13, 110, 253, .25) !important;
    }
