@charset "utf-8";
/* CSS Document */

        /* Add your custom styles here */
        #qr-video {
            width: 100%;
            max-width: 80px;
            margin: auto;
            height: 50px;
        }
        #qr-result {
            margin-top: 20px;
        }
 
 #product-container-wrapper {
    max-height: 650px; /* Adjust the maximum height as needed */
    overflow-y: auto; /* Enable vertical scroll when content overflows */
}
 #table-container-wrapper {
    max-height: 500px; /* Adjust the maximum height as needed */
    overflow-y: auto; /* Enable vertical scroll when content overflows */
}

	
		.btn-dark
         {
			 background:#8A1218;
			 color:#fff;
                 	}
		.btn-dark:hover{
			background:#fff;
			 color:#8A1218;
			 border:1px solid #8A1218;
			 
			}	
			.bg-dark2{
			background:#8A1218;
			color:#fff;	
				}