﻿/*.table-container  {
    min-height: 400px;
    overflow-x: auto;
    overflow-y: auto;
}

.table-container  {
    min-height: 400px;
    overflow-x: auto;
    overflow-y: auto;
}

.table-hover  {
    min-height: 400px;
    overflow-x: auto;
    overflow-y: auto;
}*/
.scrollable-sectionindex {
    max-height: 600px; /* Adjust the height according to your needs */
    overflow-y: auto;
}

/*set Zindex color-profile Notification color-profile radzen*/
.rz-notification {
    z-index: 20000000 !important;
}

.grid {
    min-height: 400px;
    overflow-x: auto;
    overflow-y: auto;
    text-align: center; /* text-center */
    /* display: flex;  
    justify-content: center;  */
    display: grid;
    place-items: center;
}
    .grid th {
        border-bottom: 1px solid black; /* You can adjust the color and size of the border as needed */
    }
    .grid tr {
        border-bottom: 1px solid black; /* You can adjust the color and size of the border as needed */
    }
/*    .grid table {
       
        border-collapse: collapse;
    }

        .grid table thead th {
            background-color: #f2f2f2;
        }

        .grid table tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }*/

.custom-text-color .rz-breadcrumb-item {
    color: blue !important;
}

#mapid {
    z-index: 0;
}

#bodymain {
    z-index: 1;
}
