body {
    background: #222222;
}

.stepper__container>.step,
.stepper__container {
    height: 100%;
}

.scanner-close:before {
    font-family: 'LineIcons' !important;
    content: "\e951";
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 9999;
    color: white;
    font-size: 25px;
}

.scanner-steps {
    background: #444444;
}

.scanner-wrapper {
    position: relative;
}
