#module-blog-article .post-body {
    font-family: 'Poppins';
    text-align: justify;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6E6D7A;
    margin-top: 20px;
    margin-bottom: 25px;
}

#module-blog-article .post-body>p {
    font-family: 'Poppins';
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    color: #6E6D7A !important;
}

#module-blog-article .post-body>h2 {
    font-size: 24px;
    line-height: 58px;
    font-family: 'Poppins';
}

#module-blog-article .form-group .form-label {
    color: #4b5563;
    font-size: 0.75rem;
    position: absolute;
    top: 14px;
    transition: all .2s;
    z-index: 1;
    line-height: 120%;
    margin-bottom: .25rem;
    padding-left: 1rem;
    font-weight: normal;
}

#module-blog-article .form-group .form-label.active {
    font-size: .75rem;
    transform: translateY(-32px);
}


@media (min-width: 768px) {
    #module-blog-article .form-group {
        margin-bottom: 1.875rem;
    }
}

#module-blog-article .form-group {
    position: relative;
}


#post_comments .empty-comments {
    height: 200px
}

@media(min-width: 768px) {
    #post_comments .empty-comments {
        height: 100%
    }
}

#post_comments .empty-comments_icon {
    font-size: 80px;
    opacity: .1
}

@media(min-width: 768px) {
    #post_comments .empty-comments_icon {
        font-size: 212px
    }
}

#post_comments .empty-comments_vector {
    transform: translateX(80px)
}

@media(min-width: 768px) {
    #post_comments .empty-comments_vector {
        top: 55%;
        transform: none
    }
}

#post_comments .empty-comments_text {
    max-width: 165px;
    transform: translateY(60px)
}

@media(min-width: 768px) {
    #post_comments .empty-comments_text {
        max-width: unset;
        transform: none
    }
}


#module-blog-article input.form-control {
    height: 3rem;
    transition: all .2s ease-in;
}

#module-blog-article .form-control {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .6);
    border: 1px solid #d1d5db;
    border-radius: 2px;
    color: #1f2937;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 1.5rem + 2px);
    line-height: 1.5;
    padding: .75rem 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    height: auto;
}

#module-blog-article .custom-control {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    print-color-adjust: exact;
    z-index: 1;
}

#module-blog-article .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    line-height: 12px;
}

#module-blog-article .form-check-label {
    font-weight: normal;
    text-align: unset;
    font-size: 0.75rem;    
}

.blog-collapse-categories {
    background-color: #fdfdfd;
    border: 1px solid #6b7280;
    border-radius: 8px !important;
}

i[class^="fi-rr-"]:before, i[class*=" fi-rr-"]:before, span[class^="fi-rr-"]:before, span[class*="fi-rr-"]:before
 {
    display:inline-block;
    transform: translateY(3px); 
 };

