﻿.e-grid {
    border-style: none;
    font-family: "Inter", sans-serif;
}

.e-grid .e-toolbar {
    border-radius: 12px 12px 1px 1px;
    background-color: white;
    border-top: 0;
}

.e-grid .e-gridpager {
    border-radius: 1px 1px 12px 12px;
}

.e-grid .e-gridheader {
    border-top: 0;
}

.e-grid.e-default .e-headercell{
    vertical-align: bottom;
}

.e-custom-icon{
    border: none;
    background-color: transparent;
}