#tester {}
#tester h2 {
    padding-left: 16px;
}
#tester ul.list {
    padding: 16px;
}
#tester ul.list li {
    padding: 16px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid black;
}
#tester ul.list li .lab.cc {
    font-size: 18px;
    font-weight: bold;
    color: rgb(63, 117, 254);
}
#tester ul.list li .lab {
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
#tester ul.list li div.lab:last-child {
    margin-bottom: 0px;
}

#tester ul.list li input {
    height: 40px;
    border: 1px solid gray;
    border-radius: 5px;
    padding-left: 8px;
}

#tester ul.list li .view {
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(63, 117, 254);
    color: white;
}

#tester .qr-viewer {
    position: fixed;
    inset: 0;
    z-index: 100;
}
#tester .qr-viewer__backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.325);
}
#tester .qr-viewer__content {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 440px;
    min-height: 100px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    padding-top: 24px;
}

#tester .qr-viewer__user-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tester .qr-viewer__cc{
    font-size: 15px;
    margin-right: 8px;
    font-weight: bold;
}
#tester .qr-viewer__name{
    font-size: 15px;
    font-weight: bold;
}
#tester .qr-viewer__image {
    width: 100%;
}

#tester .ctrl {
    margin-top: 16px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#tester .ctrl .save{
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(63, 117, 254);
    color: white;
    font-size: 14px;
}