/* .k-grid {
    font-family: "Alexandria", sans-serif;
}

.k-grid {
    border: solid #D7D7D7 1px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
}

.k-grid .k-grid-header .k-filterable > .k-cell-inner .k-link {
    padding: 0.25rem;
}

.k-column-title {
    font-size: 14px;
    color: #2855AA;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: middle;
}

.k-grid-header-menu .k-svg-icon > svg {
    fill: #2855AA;
}

.k-table-td .small-circle-btn {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 0 2px 0;
}

.k-pager-sizes,
.k-pager-info {
    font-size: 15px;
    font-weight: 400;
    color: #666766;
}

.k-pager-sizes {
    margin-right: 4px;
}

.k-pager-sizes .k-dropdownlist {
    border: solid #cccccc 1px;
    border-radius: 5px;
    height: 32px !important;
    margin: 8px 4px;
}

.k-button-flat {
    margin: 0 2px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.k-button-flat:not(.k-calendar-title):not(.k-calendar-nav-today):not(.k-calendar-nav-prev):not(.k-calendar-nav-next) {
    aspect-ratio: 1 / 1;
    width: 28px;
    border: solid 1px #d7d7d7 !important;
} */

/* Kendo Calendar header buttons (month/year title, prev/next, Today) render text,
   not an icon, so they must not be forced into the 28px square used for icon-only
   flat buttons (e.g. grid pager) — otherwise labels like "Today" get clipped.
   !important is required: the built-in Kendo theme styles these buttons with a
   selector specific enough to beat this rule otherwise. */
.k-calendar-header .k-button-flat {
    border: none !important;
    width: auto !important;
    aspect-ratio: auto !important;
    background: transparent !important;
}

/* Kendo DatePicker input text isn't vertically centered by default in some layouts */
kendo-datepicker.k-input {
    display: flex;
    align-items: center;
}

/* .k-button-flat.k-selected {
    filter: grayscale(0) !important;
    background: #2855AA !important;
    color: #ffffff;
    border-color: #2855AA !important;
}

.k-button.k-selected::before {
    opacity: 0 !important;
}

.k-pager-numbers-wrap > kendo-pager-numeric-buttons {
    padding-left: 0;
    padding-right: 0;
}

button.k-pager-nav.k-button.k-icon-button {
    margin: 0 2px;
}

.k-dropdownlist.k-disabled {
    background-color: #e9ecef !important;
    opacity: 1;
} */

/* Form dropdowns: prevent vertical centering so value aligns with floating label */
/* .form-group kendo-dropdownlist span.k-input-inner,
.form-group .k-dropdownlist span.k-input-inner {
    align-items: flex-start;
} */
