﻿.menu-icon i {
    font-size: 1.5rem;
}

.app-main {
    background-color: #f5f7fb !important
}

.c-font {
    font-family: 'Segoe UI',sans-serif;
}

.k-grid td {
    white-space: normal !important;
    word-break: break-word !important;
}

.search-textbox {
    all: unset;
    border: none;
    padding: 3px;
    outline: none;
    transition: border-color 0.03s;
    font-size: 1.2rem;
    width: 50%;
}