@import url(//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap);

/* style.css file*/
body {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    box-sizing: border-box;
    text-align: center;
    background: rgba(107,129,10,0.8);
}
.container {
    width: 100%;
    max-width: 500px;
    margin: 5px;
}

.container h1 {
    color: #ffffff;
}

.section {
    background-color: #ffffff;
    padding: 50px 30px;
    border: 1.5px solid #b2b2b2;
    border-radius: 0.25em;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
}

#my-qr-reader {
    padding: 20px !important;
    border: 1.5px solid #b2b2b2 !important;
    border-radius: 8px;
}

#my-qr-reader img[alt="Info icon"] {
    display: none;
}

#my-qr-reader img[alt="Camera based scan"] {
    width: 100px !important;
    height: 100px !important;
}

button {
    padding: 10px 20px;
    border: 1px solid #b2b2b2;
    outline: none;
    border-radius: 0.25em;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #008000ad;
    transition: 0.3s background-color;
}

button:hover {
    background-color: #008000;
}

#html5-qrcode-anchor-scan-type-change {
    text-decoration: none !important;
    color: #1d9bf0;
}

video {
    width: 100% !important;
    border: 1px solid #b2b2b2 !important;
    border-radius: 0.25em;
}

#my-qr-result {
}
body,
#my-qr-result th, #my-qr-result td {
    font: 0.9rem/120% Roboto, sans-serif;
}
#my-qr-result small {
    opacity:0.2;
    position: absolute;
    left:7px;
    bottom:3px;
}
#my-qr-result table {
    width:94%;
    position: absolute;
    top: 20px;
    border-spacing: 10px;
}
#my-qr-result th {
    width: 40%;
}
#my-qr-result th, #my-qr-result td {
    text-align: left;
    vertical-align: top;
}
#my-qr-result:not(:empty) {
    background: rgb(250, 250, 250);
    border-radius: 8px;
    box-shadow: 0 0 6px #777;
    position: absolute;
    width: 95%;
    min-height: 400px;
    padding: 10px;
    top: 0;
    left: 0
}
@media only screen and (min-width: 600px) {
    #my-qr-result:not(:empty) {
        width: 96%;
    }
}

#my-qr-result .action button {
    margin: 3px 0;
}
.cib {
    position: absolute;
    right:2%;
    font-weight: bold;
    font-size: 44px;
    text-decoration: none;
    z-index: 5;
    color: salmon;
    background: white;
    padding: 5px;
}
#search {
    margin-bottom: 10px;
}
#search .who {
    width:70%;
    font: 1.075rem/120% Roboto, sans-serif;
    padding: 5px;
    border:1px solid #ddd;
}
#search input[type="submit"] {
    width:25%;
    font: 1.075rem/120% Roboto, sans-serif;
    padding: 5px;
    border:1px solid #ddd;
    color: #FFFFFF;
    background: #9F9C7F;
    cursor: pointer;
}

ul.members {
    background: #FFF;
    max-width: 446px;
    max-height: 408px;
    border: 1px solid #ddd;
    overflow: auto;
    text-align: left;
    font-size: 12px;
    padding: 8px 25px;
    margin: 10px;
    list-style-type: square;
}

ul.members li {
    padding: .4em .5em;
}