/*tr {
	padding-top: 0px;
	padding-bottom: 0px;
}*/
/* Define the scrollbar styles for the scroll_box */
 .custom-scroll::-webkit-scrollbar {
    width: 6px; /* Adjust the width of the scrollbar as needed */

}

 .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #eeeeee; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners for the thumb */
}

 .custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555555; /* Color of the thumb on hover */
}


/*.modal {
  position: relative;
}

.modal-dialog {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 10px;
}*/