.fs-13 {
    font-size: 13px!important;
}

.nk-header-main {
    background: #fff;
}
p.ahasend-price {
    font-size: 3rem;
}
.code-samples li.nav-item em.icon {
    font-size: 3rem;
}

code.hljs {
    padding: 10px;
    border-radius: 5px;
}
.code-sample {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: left;
    min-height: 200px;
    padding: 10px;
    border-radius: 5px;
}

.code-sample-line {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
}

li code, p code {
    background: #fafafa;
    font-size: 16px;
    line-height: 1.7;
    margin-left: 5px;
    border-radius: 0.3em;
    padding: 4px 5px 6px;
    white-space: nowrap;
}
.nk-platform-tiles > div.code-with-title {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    color: #495057;
    background: #fafafa;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
}

.code-with-title + pre .code-sample-line {
    border-radius: 0 0 5px 5px;
}

.infinite-scroll-card img {
    width: 190px;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

.logo-img {
    height: 30px;
}

.nk-pricing-section .nk-pricing.pricing-first {
    border-right-width: 0 !important;
    border-radius: 8px 0 0 8px;
}
.nk-pricing-section .nk-pricing:not(.pricing-recommended) {
    border: 2px solid #f0f6f5;
}
.nk-pricing-section .nk-pricing.pricing-last {
    border-radius: 0 8px 8px 0;
}

.nk-section-faq .nk-faq ul {
    list-style: inherit;
}

.nk-footer-social .icon {
    color: #fff;
}

@media (max-width: 991.98px) {
    .code-sample-line, .code-sample, .nk-platform-tiles > div.code-with-title {
        width: 100%;
    }
    pre {
        width: 100%;
        overflow: hidden;
    }
    .nk-pricing-section .nk-pricing.pricing-first {
        border-right-width: 2px!important;
        border-bottom-width: 0;
        border-radius: 8px 8px 0 0;
    }
    .nk-pricing-section .nk-pricing.pricing-last {
        border-radius: 0 0 8px 8px;
    }
}

.lh-17 {
    line-height: 1.7;
}

#pricing .pricing-details {
    border-radius: 1rem;
    box-shadow: 0px 0px 30px #999;
    z-index: 1;
}
#pricing .nk-pricing {
    border-radius: 0 1rem 1rem 0;
}
#pricing .nk-pricing.active {
    border-radius: 1rem 0 0 1rem;
    border: 0 none;
}

@media (max-width: 767.98px) {
    #pricing .nk-pricing {
        border-radius: 0 0 1rem 1rem;
    }
    #pricing .nk-pricing.active {
        border-radius: 1rem 1rem 0 0;
    }
}


.hint {
    margin: 1rem 0;
    padding: 1rem;
    font-size: 18px;
    background: #fafafa;
    border-radius: 0 5px 5px 0;
    border-left: 5px solid;
}

.hint.primary {
    border-left-color: rgba(var(--bs-primary-rgb), 1) !important;
}

.hint.warning {
    border-left-color: rgba(var(--bs-warning-rgb), 1) !important;
}

.hint.danger {
    border-left-color: rgba(var(--bs-danger-rgb), 1) !important;
}

.hint.info {
    border-left-color: #0062ff !important;
}

.hint.success {
    border-left-color: rgba(var(--bs-success-rgb), 1) !important;
}

.hint .hint-title {
    font-weight: bold;
    margin-bottom: 15px;
}
.hint .hint-description {
    color: #0a1425;
}

ul.fs-18.lh-17 {
    margin-left: 1rem;
}