p {
    margin: 0px !important;
    width: 100% !important;
    /* font-size: 12px !important; */
    padding: .25em .5em .25em .8em !important;
    cursor: pointer;
}

p:hover {
    color: white;
    background: #fff;
}

.k-grid td {
    border-color: transparent !important;
}

.dashboard-table-heading-custom {
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    background: white;
    font-size: 1.2rem;
    margin: 0px !important;
}