.table th, .table td {
    padding: 0.5rem;
}

.container{
    min-width: 100%;
}

.left-section{
    max-height: 100vh;
    padding-left: 5px !important; 
    padding-right: 5px !important;
}

#search-section{
    position: sticky;
}

#search-table{
    overflow-y: auto;
    max-height: 90vh;
}

#search-table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 7px;
}

#search-table::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

#search-table::-webkit-scrollbar-thumb
{
	border-radius: 7px;
	background-color: #9aa5af;
}

