.open-article {
    padding-top: 110px;
}

.blog-view-category-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6C8092;
    text-align: center;
}

.blog-view-title {
    max-width: 900px;
    text-align: center !important;
    margin: 10px auto;
    margin-bottom: 16px;
}

.blog-view-main-img {
    max-width: 870px;
    margin: 0 auto;
}

.main-img-wrap {
    text-align: center;
}

.publication-times {
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #6C8092;
    margin-bottom: 30px;
}

.blog-content-row {
    margin-top: 30px;
}

h2 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #313232;
    margin-bottom: 10px;
    margin-top: 40px;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
    margin-top: 40px;
}


.author-creds {
    margin-left: 25px;
}

.author-box-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 129.04%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6C8092;
}
.author-box {
    padding: 20px;
    background: #F6F7F8;
    border-radius: 6px;
    matgin-top: 40px;
}

.author-name {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #2A3946;
    margin-top: 3px;

}
.author-position {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #2A3946;
    margin-top: 4px;
}

.author-img-and-creds {
    display: flex;
}

.open-article a {
    color: #2282D4 !important;
}

.author-image {
    border-radius: 50%;
    max-height: 80px;
    max-width: 80px;
    object-fit: cover;
}
.author-description {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}
.blog-dot {
    margin-left: 9px;
    margin-right: 9px;
}


.list-of-contents {
    list-style: none;
    max-width: 270px;
}

.list-of-contents li {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

.list-of-contents li:hover {
    color: #2282D4;
    cursor: pointer;
}

.active-list-item {
    color: #2282D4 !important;
}

.category-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.article-filter-link-integration {
    margin-right: 14px;
    margin-top: 14px;
}
.category-filter {
    opacity: 0.9;
    border: 1px solid #DADADB;
    padding: 5px 10px;
    border-radius: 2px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
}

h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.category-filter:hover {
    border: 1px solid #1BB869;
    border-radius: 2px;
}

.category-filter-article-view:hover {
    cursor: pointer;
    border: 1px solid #1BB869;
}

.category-list-wrap {
    margin-top: 35px;
}

.al-article-categories {
    border-bottom: 2px solid #DFE5E8;
}

.article-list {
    margin-top: 40px;
}

.article-filters-wrap {
    display: flex;
    flex-wrap: wrap;
}

.article-category-filter {
    margin-right: 40px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #6C8092;
    cursor: pointer;
}

.article-category-filter-active, .article-category-filter:hover {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2A3946;
    text-decoration: underline;
    text-decoration-color: #1BB869;
    text-underline-offset: 8px;
}

.open-article .article-filter-link-integration, .open-article .article-filter-link-integration:hover {
    color: #2A3946 !important;
    text-decoration: none;
}

.category-filter-article-view {
    position: relative;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer
}
.blog-centered {
    max-width: 1250px!important;
    margin: 0 auto;
    padding: 10px;
}

.blog-post-wrapper .textMaxLine {
    color: #2A3946 !important;
}

.centered-filters {
    max-width: 930px!important;
    margin: 0 auto;
}

.al-article-categories {
    margin-top: 60px;
}

ol li::marker {
    font-weight: 500;
}


.blog-post-category {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #6C8092;
    margin-top: 14px;
}

.blog-post-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
    text-align: left !important;
    max-width: 350px;
}

.blog-post-excerpt {
    margin-bottom: 10px;
    max-width: 350px;
}

.multiLineLabel {
    display: inline-block;
    box-sizing: border-box;
    word-wrap: break-word;
}

.multiLineLabel .textMaxLine {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.blog-list-item-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 370px;
}

.small-blog-text {
    margin-left: 20px;
}

.blog-link, .blog-link:hover, .blog-link:focus, .blog-link:active {
    text-decoration: none;
    color: inherit;
}

.blog-link .blog-list-img {
    transition: transform .5s ease;
    border-radius: 6px;
}

.blog-link:hover .blog-list-img {
    opacity: .8;
    transform: scale(1.1);
    transition: transform .5s ease;
}

.tag-box {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 2px;
    padding: 5px 10px 7px;
    margin-right: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.tags-wrapper {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.smaller-tags-wrapper {
    bottom: 10px;
    left: 10px;
}

.blog-post-wrapper {
    max-width: 370px;
    margin-right: 20px;
}

.date-modified {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6C8092;
}

.date-updated {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6C8092;
}

.next-prev-wrap {
    max-width: 1250px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.articles-nav h3 {
    text-align: center;
}

footer {
    margin-top: 0;
}

.modal-article {
    display: flex;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 15px;
}
.modal-article-img {
    max-width: 205px;
}

.modal-article-header {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.modal-article-text {
    margin-left: 16px;
}

.modal-article-category {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #6C8092;
}

.page-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2.33333px;
    text-transform: uppercase;
    color: #6C8092;
    border: none;
}

.page-item.active .page-link {
    z-index: 1;
    border: none;
    background: #ECF0F2;
    border-radius: 4px;
    color: #6C8092;
}

.pagination {
    margin: 0 auto;
    margin-top: 10px;
}

.modal-article-list {
    display: none;
}

.disabled {
    background-color:  #BBC6CF !important;
    pointer-events: none;
    border: none !important;
}

.popular-tag {
    cursor: pointer;
}

.search-results-for {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 62px;
}

.search-type {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.search-modal-wrap {
    background: #fff;
    padding-right: 0 !important;
}
.close-search-modal {
    margin-top: 30px;
    margin-right: 20px;
}

.modal-dialog-search {
    max-width: unset;
}

.modal-input-wrapper {
    margin: 0 auto;
    min-width: 512px;
}

.modal-dialog-search-content, .modal-dialog-search-haeder {
    border: none !important;
}

.edit-post-modal {
    left: auto;
    max-width: 1200px;
}

.search-delete-btn {
    max-width: 13px;
    position: absolute;
    right: -10px;
    bottom: 13px;
}

.search-btn-wrap {
    margin-left: 35px;
}
.search-btn-input {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.btn-search-blog {
    border-radius: 30px;
    padding: 4px 27px;

}
.blog-search {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.search-input, .search-input:focus, .search-input:active, .search-input:focus-visible {
    border: none;
    outline: none;
}

.search-input {
    padding-left: 26px;
    padding-top: 8px;
    background: white !important;
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6C8092 !important;
    border: none;
    outline: none;
}

/* .search-input:focus + .input-magnifier {display: none;} */
.modal-dialog-search-haeder {
    margin: 0 auto;
}
.input-wrapper {
    position: relative;
    cursor: pointer;
}

.article-text-href {
    text-decoration: none !important;
    color: #313232 !important;
}

#search-blog-form {
    margin-top: 40px;
}

.input-magnifier {
    position: absolute;
    left: 0;
    top: 10px;
}
#article-search-input-modal {
    border-bottom: 1px solid #6C8092;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
}
.search-popular-topics {
    text-align: center;
}

.popular-topic-header {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-top: 80px;
}

.popular-tags-wrapper {
    margin-top: 16px;
}

.popular-tag {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #2282D4;
}

.popular-tag:hover {
    color: #2282D4;
    text-decoration-color: #2282D4;
}

.modal-article {
    display: flex;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 15px;
}
.modal-article-img {
    max-width: 205px;
}

.modal-article-header {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.modal-article-text {
    margin-left: 16px;
}

.modal-article-category {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #6C8092;
}

.blog-bread-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #2282D4;
}
.blog-bread-link-black {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #303030;
}
.article-filters-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-only-hr-content {
    display: none;
}

.show-on-mobile {
    display: none;
}
@media screen and (max-width: 992px) {
    .article-filters-wrap {
        max-width: 100% !important;
        flex-wrap: nowrap;
        overflow-y: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        white-space: nowrap;
    }

    .blog-view-mins-read {
        line-height: 3;
    }

    .article-filters-wrap::-webkit-scrollbar {
        display: none;
    }

    .open-article {
        padding-top: 70px;
    }

    .mobile-only-hr-content {
        display: block;
    }
    .show-on-mobile {
        display: block;
    }
    .blog-dot {
        display: none;
    }

    .col-lg-2 .input-wrapper {
        margin-top: 25px;
    }

    .list-of-contents {
        position: relative !important;
        top: 0 !important;
        padding-left: 0;
    }

    .list-of-contents {
        max-width: 100%;
    }

    .blog-view-main-img {
        max-width: 100%;
    }

    img {
        height: auto;
    }

    .input-magnifier {
        left: 5px;
    }

    .next-prev-wrap {
        display: block;
    }

    .blog-post-wrapper {
        margin: 20px auto;
    }

    .author-description {
        margin-top: 23px;
    }

    .article-category-filter-active, .article-category-filter:hover {
        text-underline-offset: 6px;
    }
}
.show-popup:hover::after {
    width: 0 !important;
}

.blog-content-row img {
        height: auto;
}
@media screen and (max-width: 767px) {
    .blog-content-row h1, .blog-content-row h2,.blog-content-row h3, .blog-content-row h4, .blog-content-row ul, .blog-content-row li, .blog-content-row div, .blog-content-row .input-wrapper {
            text-align: left;
        }
    .modal-article-list {
        display: none !important;
    }
    .blog-bread-link-black {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: -5px;
        width: 180px;
    }

    .search-btn-input {
        display: block;
    }
    .modal-input-wrapper {
        min-width: 300px;
    }
    .search-btn-wrap {
        margin-left: 0;
        margin-top: 20px;
    }

    .input-wrapper {
        margin-top: 15px;
    }
}

@media screen and (max-width: 440px) {
    .blog-bread-link-black {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: -5px;
        width: 94px;
    }
}

.open-article {
    padding-top: 100px;
}

.list-of-contents-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 129.04%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6C8092;
    opacity: 0.6;
}

.blog-post-wrapper:hover .blog-post-title .textMaxLine {
    color: #2282D4 !important;
    text-decoration: underline !important;
    text-decoration-color: #2282D4;
    text-underline-offset: 3px;
}

.btn-all-articles-wrap {
    text-align: center;
    margin-bottom: 100px;
}

.btn-answer-all-pricing {
    margin-top: 0 !important;
}
.small-blog-image {
    border-radius: 4px;
}
.breadcrumbs-blog img {
    margin-left: 5px;
    margin-right: 5px;
    height: 11px;
}

::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6C8092 !important;
}
@media screen and (max-width: 992px) {
    .blog-post-wrapper {
        text-align: left;
    }
    .articles-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .open-article {
        padding-top: 50px;
    }

    .blog-content-row .col-lg-3 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .al-article-categories {
        margin-top: 25px;
    }
    .input-wrapper {
        margin-top: 25px;
    }

    .publication-times {
        margin-bottom: 20px;
    }
}


.code-snippet-1 {
    display: flex;
    background: #F6F7F8;
    max-width: 642px;
    margin: 20px auto;
}

.cs-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.cs-img-wrapper img {
    max-width: 243px;
    margin-bottom: 0;
}

.cs-text-wrapper {
    padding: 20px 15px 30px 30px;
}

.cs-text {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

.cs-btn-wrapper {
    display: inline-block;
    position: relative;
    margin-top: 6px;
}

.g__button.type-2 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(255, 255, 255, .0);
    color: #2a3946 !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 9px 32px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    text-decoration: none;
    transition: 0.3s;
}

.g__button {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}

.learn-more-btn {
    min-width: 100px;
}

.g__button.type-2::before {
    content: '';
    background-color: #00a060;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
}

.g__button.type-2:hover {
    border-color: #00a060;
    color: #fff !important;
}

.g__button.type-2:hover::before {
    -webkit-transform: scale3d(11, 11, 1);
    transform: scale3d(11, 11, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.g__button .button-inner {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

.code-snippet-2 {
    display: flex;
    background: #F6F7F8;
    max-width: 642px;
    margin: 20px auto;
    border: 2px solid #D8DEE5;
    padding: 20px;
}

.cs-text-wrapper {
    padding: 20px 15px 30px 30px;
}

.cs-img-wrapper-2 img {
    max-width: 203px;
    margin-bottom: 0;
}

.cs-text-wrapper-2 {
    padding: 5px 15px 3px 30px;
}

@media screen and (max-width: 767px) {
    .code-snippet-1 {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .cs-img-wrapper {
        text-align: center;
    }
    .cs-text-wrapper {
        padding: 20px 0 30px 0;
    }
    .code-snippet-2 {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .cs-img-wrapper-2 {
        text-align: center;
    }
    .cs-img-wrapper-2 img {
        max-width: 100%;
    }
    .cs-text-wrapper-2 {
        padding: 20px 0 30px 0;
    }
}

.ctas-wrapper {
    display: flex;
    justify-content: space-around;
}

.ctas-wrapper .logo-footer {
    margin: 0 auto;
    margin-bottom: 20px;
}

.btn-all-articles-wrap {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
