body {
  background-color: #ffeedb;
}

.pointer {
  cursor: pointer;
}

.obraz, #barcode-scanner {
  max-width: 100%;
}

#barcode-scanner {
    position: relative;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;

}

.fixed-bottom-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px; /* Odsunięcie od dołu */
    padding-left: 15px; /* Dostosuj do marginesów Bootstrap */
    padding-right: 15px; /* Dostosuj do marginesów Bootstrap */
    z-index: 1000; /* Upewnij się, że przycisk jest na wierzchu */
}

.fixed-bottom-button {
    width: 100%; /* Pełna szerokość kontenera */
}


.list-container {
    margin-bottom: 80px; /* Dostosuj według wysokości przycisku */
}
