﻿.e-grid .e-toolbar-items {
    background-color: #deecf9; /*Light blue background */
}

.e-grid .e-toolbar .e-btn {
    background-color: #c8ddf1; /*Slightly darker blue for buttons */
    color: #333; /*Text color*/
    border-radius: 4px; /*Rounded corners */
}

.e-grid .e-selectionbackground {
    background-color: #66ccff !important; /* Replace with your desired color */
    color: white; /* Optional: Change text color */
}
