.nvc-scanner {
    display: block;
    height: 100%;
    position: relative;
    background: #000;
    color: #fff;
}

.nvc-scan-buttons {
    position: absolute;
    right: 24px;
    top: 120px;
    z-index: 1;
}

.nvc-scan-notice-text {
    padding-top: 150px;
    text-align: center;
}

.nvc-scan-header {
    background: #fff;
    color: #252525;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
.nvc-scan-close-icon {
    position: absolute;
    left: 24px;
    top: 6px;
    width: 24px;
    height: 24px;
    color: #252525;
    cursor: pointer;
}
.nvc-scan-tabs {
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    z-index: 1;
    white-space: nowrap;
}
.nvc-scan-tab {
    position: relative;
    display: inline-block;
    width: 33.3%;
    padding: 8px 0 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nvc-scan-tab-active {
    cursor: default;
}
.nvc-scan-tab-active::before {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    width: 80px;
    height: 5px;
    background: #fff;
}

.nvc-scan-tab-icon {
    display: inline-block;
    margin: 0 auto 5px;
    color: #fff;
}

.nvc-glossy-effect {
    overflow: hidden;
    background: inherit;
}
.nvc-glossy-effect::before {
    content: "";
    position: absolute;
    left: -100px;
    top: -100px;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    background:#FFFFFF;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(50px);
}

nvc-qr-code-scanner,
nvc-bar-code-scanner,
.nvc-scan-notice {
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    bottom: 0;
    overflow: hidden;
}

.nvc-scan-status {
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    bottom: 0;
}
.nvc-scan-status > * {
    position: relative;
}
.nvc-scan-completed-status {
    width: 100%;
}

.nvc-scanning-icon {
    width: 16px;
    height: 16px;
    color: #fff;
}

.nvc-scan-remove-icon,
.nvc-scan-add-icon {
    width: 32px;
    height: 32px;
    padding: 8px;
    margin: 0 24px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.nvc-scan-remove-icon {
    background: #f00;
}
.nvc-scan-add-icon {
    background: #299e26;
}

.nvc-scanner-preview-image {
    width: 96px;
    height: 96px;
    border: 2px solid #299e26;
    border-radius: 50%;
    margin-right: 24px;
}
