.btn-ndi-login {
    background: #124143;
}
.ndi-logo-container img {
    width: 30px;
    height: 30px;
}
.ndi-text {
    color: #f0f9f4;
    padding-left: 10px;
}
.divider {
    position: relative;
    margin: 30px 0;
}
.text-underline {
    text-decoration: underline;
}
.divider-rule {
    border: none;
    height: 1px;
    background-color: #ebedf3;
    margin: 20px 0 35px 0;
}

.divider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #a6a9b2;
}
.ndi-theme-color {
    color: #5ac994;
}
.ndi-scan-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}
.ndi-qr-code img {
    border: 3px solid #5ac994;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.ndi-proof-denied {
    width: 250px;
    border: 2px solid #5ac994;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
}
.ndi-instructions {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 330px;
}

.ndi-instructions .list-unstyled {
    text-align: left;
}

.ndi-instructions ul li {
    font-size: 14px;
}

.ndi-watch-instructions-link {
    height: 30px;
    width: 170px;
    color: #5ac994;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    font-size: 14px;
    padding: 10px;
    border: 2px solid #5ac994;
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Adjust spacing between text and icon */
    text-decoration: none;
    color: inherit; /* Keep the text color consistent */
}
.ndi-watch-instructions-link span {
    color: #5ac994;
}
.ndi-watch-instructions-link svg {
    display: block;
}

.ndi-download-links {
    margin: 30px 0;
}
.ndi-download-title {
    font-size: 16px;
    font-weight: 700;
}

.ndi-instruction-scan-text {
    display: flex;
    justify-content: space-between;
}

.issue-vc {
    padding: 20px 0;
}

@media (max-width: 991px) {
    .ndi-instructions {
        width: 285px;
    }
    .ndi-instruction-scan-button {
        margin-left: 0px;
    }
    .ndi-instructions ul li {
        font-size: 12px;
    }
    .ndi-instruction-scan-text img {
        float: none;
    }
}

@media (max-width: 768px) {
    .ndi-instructions {
        width: 285px;
    }
    .ndi-instruction-scan-button {
        margin-left: 0px;
    }
    .ndi-instructions ul li {
        font-size: 12px;
    }
    .ndi-instruction-scan-text img {
        float: none;
    }
}
.ndi-deep-link {
    margin-bottom: 30px;
}

.deeplink-btn {
    background: #5ac994;
    color: #fff !important;
    padding: 10px 0px;
    border-radius: 5px;
}
.support-call {
    margin-bottom: 30px;
    margin-top: 30px;
}
.support-call a {
    color: #000;
    text-decoration: none;
}
.support-call-link {
    padding-right: 15px;
}
