
body, html {
    width: 100%;
    font-family: sans-serif;
    margin: 0;
}

.container {
    height: 100vh;
}

.scanner {
    position: relative;
    width: 100%;
    height: 70%;
    background-color: black;
}

#results {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
        .button,.buttondel {
            background-color: #d1d1d1 !important;
            border: 0.1rem solid #d1d1d1 !important;
            height: 3rem;
            line-height: 3rem;
            padding: 0 0rem;
            width:156px;
        }
        .clickable2 {
           
            padding: 0.2em;
            margin-bottom: 0.5em;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

        .selected {
            background-color: #ff0000;
            color: #fff;
        }

        #selectedResults {
            max-width: 317px;
        }