[id*=scan-custom-component] {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
}

[id*=scan-custom-component] .scan-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

[id*=scan-custom-component] .scan-background .bg-video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    object-fit: cover;
}

[id*=scan-custom-component] .scan-content {
    width: 100%;
    height: auto;
    padding: 0 5vw;
    z-index: 2;
    position: relative;
    display: block;
    flex-direction: column;
    word-break: break-word;
    margin-top: 4.29vh;
}

[id*=scan-custom-component] .scan-content .dummy-radios {
    margin-top: 12px;
    display: block;
}

[id*=scan-custom-component] .scan-content .scan-img {
    margin: 32px auto 0 auto;
    width: auto;
    height: auto;
}

[id*=scan-custom-component] .scan-content .scanner-description {
    display: none !important;
}

[id*=scan-custom-component] .scan-footer {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    bottom: -1px;
    z-index: 3;
    width: 100%;
    height: auto;
    padding: 40px;
    border-radius: 32px 32px 0 0;
    display: block;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    margin-top: auto;
    text-align: center;
}

[id*=scan-custom-component] .scan-footer .tutorial-start,
[id*=scan-custom-component] .scan-footer .tutorial-start::after,
[id*=scan-custom-component] .scan-footer .scanner-start,
[id*=scan-custom-component] .scan-footer .scanner-start::after,
[id*=scan-custom-component] .scan-footer .upload-start,
[id*=scan-custom-component] .scan-footer .upload-start::after {
    display: flex;
    justify-content: center;
    align-items: center;
}
