﻿:root {
    --kendo-font-family: "Tahoma", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    --kendo-font-family-sans-serif: "Tahoma", system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
    --kendo-font-family-sans: "Tahoma", Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, Impact, Gill Sans !important;
    --kendo-font-family-serif: "Tahoma", Times New Roman, Georgia, Garamond, Palatino, Baskerville !important;
}

body {
    font-family: Tahoma !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin:0;
}

html {
    height: 100%;
}

.k-drawer-item .k-icon {
    margin: 0 8px;
}

.k-font-icon.k-icon.k-i-preview {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    top: 5px !important;
}
