.nav-item-icon {
    font-size: 20px;
    padding: 10px;
}
/* Sticky Top In PAA Listings Styling */
.customtable .body-container .listing-container {
    border: 1px solid lightgrey;
    border-radius: 8px;
    padding: 8px;
}

.customtable300 .body-container .listing-container {
    height: 400px;
}

.customtable300 .body-container .data-container {
    height: 300px;
    overflow: scroll;
}

.customtable400 .body-container .listing-container {
    height: 460px;
}

.customtable400 .body-container .data-container {
    height: 400px;
    overflow: scroll;
}

.customtable500 .body-container .listing-container {
    height: 560px;
}

.customtable500 .body-container .data-container {
    height: 500px;
    overflow: scroll;
}

.customtable600 .body-container .listing-container {
    height: 660px;
}

.customtable600 .body-container .data-container {
    height: 600px;
    overflow: scroll;
}

thead.sticky-top {
    background-color: white;
}


