.nvc-scan-input-container {
    height: 36px;
    box-sizing: border-box;
    border-radius: 24px;
    border: 2px solid #299f26;
}

.nvc-scan-input {
    height: 30px;
    line-height: 30px;
    border: 0;
    padding: 0;
    margin: 0 8px;
    color: #000;
}

.nvc-scan-search-icon,
.nvc-scan-scan-icon {
    width: 16px;
    height: 16px;
    padding: 8px;
    box-sizing: content-box;
}

.nvc-scan-search-icon {
    color: #252525;
}

.nvc-scan-scan-icon {
    color: #fff;
    background: #299f26;
    border-radius: 24px;
}
