/*!
 * Theme: Default
 * Package: NioLand
 * Version: 1.0.0
 * Updated: 02.24.2023
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
**/
/** WRITE YOUR OWN STYLE **/

.code-samples li.nav-item em.icon {
    font-size: 3rem;
}

.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;
}

.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;
    }
}
