.content-archive h1,
.content-archive h2,
.content-archive h3,
.content-archive h4,
.content-archive h5,
.content-archive h6,
.content-archive p,
.content-archive li,
.content-archive a,
.content-archive input {
    font-family: 'Montserrat';
    font-style: normal;
}
.content-archive {
    padding-top: 68px;
    padding-bottom: 100px;
}

/* Search Form */
.search-form {
    position: relative;
    z-index: 2;
}
.search-form::before {
    content: '';
    background-image: url(../svg/lupa.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 11px;
    z-index: 99;
}
.search-form input {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    padding: 8px 12px 8px 38px !important;
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #8E8E8E !important;

    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 28px !important;
    background: #FFFFFF !important;
    border: 1px solid #E1E1E1 !important;
    border-radius: 4px !important;
    position: relative;
}
.search-form input::placeholder {
    color: #8E8E8E !important;
}
/* Filter */
.filter-box h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.filter-box h3 svg {
    display: none;
}
.filter-box ul {
    margin-left: 0;
}
.filter-box ul h5 {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.filter-box ul h5.close-toggle svg {
    transform: rotateZ(180deg);
}
.filter-box ul h6 {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #48B2EB;
    cursor: pointer;
    padding-left: 20px;
    display: flex;
    align-items: center;
    grid-gap: 11px;
}
.filter-box ul h6.close-view-more .negative-icon,
.filter-box ul h6:not(.close-view-more) .plus-icon {
    display: none;
}
.filter-box ul li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 20px;
}
.filter-box ul label {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #3E3E3E;
    position: relative;
    padding-left: 12px;
    display: flex;
    align-items: baseline;
}
.filter-box ul label img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    display: flex;
    align-self: center;
    margin-top: 3px;
}
.form-check-label .form-check-input {
    position: relative;
    margin-left: 0;
    visibility: hidden;
    width: 14px;
}
.form-check-label .check-input::before {
    content: '';
    background-image: url('../svg/icon-check-input.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #B9B9B9;
    border-radius: 1px;
    left: 0;
    top: 5px;
}
.form-check-label .form-check-input:checked ~ .check-input::before {
    border-color: #48B2EB;
    background-color: #48B2EB;
}
    /**/
/* Count Search */
.count-search p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}
/* ltered By */
.filtered-by p,
.filtered-by p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3E3E3E;
    margin-bottom: 0;
    margin-top: 9px;
}
.filtered-by p a:hover {
    color: #48B2EB;
    text-decoration: none;
}
.filtered-by p span.search-text,
.filtered-by p span.filter-text {
    position: relative;
    background-color: #48B2EB;
    padding: 4px 30px 4px 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 8px;
    cursor: pointer;
    display: inline-block;
}
.filtered-by p span.search-text::before,
.filtered-by p span.filter-text::before {
    content: url('../svg/close.svg');
    position: absolute;
    right: 10px;
    top: 5px;
    width: 12px;
    height: 12px;
}
/* Content Post */
.row-post-type .row-all-posts {
    padding-top: 44px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.row-post-type .row-all-posts.loader {
    display: flex;
    align-items: center;
    height: 300px;
    position: relative;
}
.row-post-type .row-all-posts.loader .loader--spinner {
    top: 45% !important;
}
.row-post-type .row-all-posts .single-post {
    box-shadow: 0px 4px 8px rgba(84, 84, 84, 0.1);
    border-radius: 2px;
    cursor: pointer;
}
.row-post-type .row-all-posts .single-post .post-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.row-post-type .row-all-posts .single-post.single-template .post-img img {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.row-post-type .row-all-posts .single-post .box-content {
    padding: 20px;
}
.row-post-type .row-all-posts .single-post .post-category {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-top: 2px;
}
.row-post-type .row-all-posts .single-post .title-post {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #2F3338;
    margin: 0;
    display: block;
}
.row-post-type .row-all-posts .single-post .title-post:hover {
    text-decoration: none;
}
.row-post-type .row-all-posts .single-post .text-content {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #3E3E3E;
    margin-top: 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.row-post-type .row-all-posts .single-post .category-post {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 8px;
    margin-top: 8px;
}
.row-post-type .row-all-posts .single-post.single-tech-partners .post-img img {
    width: 100px !important;
    height: 48px !important;
    margin: 20px 20px 0;
    object-fit: contain !important;
    object-position: left;
}
.row-post-type .row-all-posts .single-post .category-post img {
    height: 22px;
    width: 22px;
}
.row-post-type .row-all-posts .single-post .category-post li.text-term {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #2F3338;
    padding: 3px 8px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
}
.loader--spinner {
    position: absolute;
    top: 35px;
    left: 45%;
    border: 4px solid #48B2EB;
    border-radius: 50%;
    border-top: 4px solid #153D5E;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 991px) {
    .row-post-type .row-all-posts {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .filter-box h3 svg {
        display: block;
    }
    .filter-box ul {
        display: none;
    }
    .filter-box ul.show-ul {
        display: block !important;
    }
}
@media screen and (min-width: 551px) {
    .row-post-type .row-all-posts .single-post .category-post li.text-term {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 140px;
    }
}
@media screen and (max-width: 550px) {
    .row-post-type .row-all-posts {
        grid-template-columns: 1fr;
    }
}
