.scan-tutorial {
    z-index: 1;
    height: 100%;
    position: fixed;
    flex-direction: column;
    z-index: 3;
    width: 100%;
    top: 0;
    display: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tutorial-content {
    padding: 60px 20px 10px;
    overflow-y: auto;
}

.tutorial-content .tutorial-image {
    margin: 32px auto 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    background-size: cover;
    transition: transform 0.3s ease;
}

.tutorial-footer {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 32px 40px 52px 40px;
    z-index: 1;
    position: sticky;
    bottom: 0;
    height: 12.87vh;
    width: 100vw;
    flex-direction: row;
    margin-top: auto;
    align-items: center;
    border-radius: 32px 32px 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 2px 1px #00000029;
}

.scan-tutorial .pagination-bullets {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 16vh;
    width: 100%;
    height: 4px;
    padding: 5px 20px;
}

.scan-tutorial .pagination-bullets li:only-child { 
    display: none; 
}


.tutorial-button-next + .tutorial-button-scan {
    display: none;
}

.tutorial-footer.last-step button.tutorial-button-next {
    display: none;
}

.tutorial-footer.last-step .tutorial-button-scan,
.tutorial-footer button.tutorial-button-next,
.tutorial-footer button.tutorial-button-next::after,
.tutorial-footer button.tutorial-button-previous,
.tutorial-footer button.tutorial-button-previous::before {
    display: flex;
    justify-content: center;
    align-items: center;
}
