﻿/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/


* {
    /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    box-sizing: border-box;*/
    word-wrap: break-word;
    word-break: break-word;
}

    * :is(table) {
        word-break: initial!important;
    }

body, .body {
    background: #f5f5f5;
}

.render-div a:hover {
    text-decoration: underline!important;
    color: #f0ad4e;
}

s {
    color: red;
}

.swal-text {
    font-size: 22px;
}

.theme_buttons.color1, .theme_button.color1 {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #ffffff;
     
}

.section {
    padding: 10px 0;
    overflow: hidden;
}

.theme_buttons.color1:hover, .theme_buttons.color1 a:hover, .theme_button.color1:hover {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: transparent;
    box-shadow: 0 0 0 0.25rem rgba(240,173,78, .5);
}

.blog {
    margin: 0px;
    padding: 0px;
}

    .blog .card {
        /*overflow: hidden;*/
         
    }

        .blog .card .post-card-image-area {
            overflow: hidden;
        }
        .blog .card:hover {
            border-color: #ffffff;
            box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
        }

            .blog .card:hover .card-body .card-title a,
            .blog .card:hover .post-card-body .card-title a {
                color: rgb(240, 173, 78);
            }

        .blog .card img {
            width: 100%;
            height: 250px;
            border-bottom-left-radius: 0rem;
            border-top-left-radius: calc(0.375rem - 1px);
            border-top-right-radius: calc(0.375rem - 1px);
            margin-bottom: 0px;
        }

.search-details-pan .card img {
    width: 100%;
    border-bottom-left-radius: 0rem;
    border-top-left-radius: calc(0.375rem - 1px);
    border-top-right-radius: calc(0.375rem - 1px);
    /*height: 250px;*/
    height: 200px;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .search-details-pan .card img {
        width: 100%;
        border-bottom-left-radius: 0rem;
        border-top-left-radius: calc(0.375rem - 1px);
        border-top-right-radius: calc(0.375rem - 1px);
        /*height: 175px;*/
        height: 150px;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .search-details-pan .card img {
        width: 100%;
        border-bottom-left-radius: 0rem;
        border-top-left-radius: calc(0.375rem - 1px);
        border-top-right-radius: calc(0.375rem - 1px);
        height: 150px;
        margin-bottom: 0px;
    }
}

.search-details-pan .card:hover > .card-title a {
    color: rgb(240 173 78);
}


.blog.slider-blog .row.slider-blog-row {
    flex-wrap: nowrap;
}

@media (max-width: 425px) {
    .blog .card img {
        height: 100%;
        max-width: 100%;
        border-bottom-left-radius: 0.375rem;
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0px;
        margin-bottom: 0px;
    }

    .blog.slider-blog .row.slider-blog-row {
        flex-wrap: wrap;
    }

    .blog.slider-blog .card img {
        height: 130px;
        margin-bottom: 0px;
        width: 190px;
    }
}


.btn-seemore {
    color: var(--ms--dark-black);
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #f0ad4e;
    border-radius: 5px;
    margin: 0px;
}

.blog .btn-seemore:hover {
    background-color: #f0ad4e;
    color: #ffffff;
}

.blog .category {
    background-color: #e4e4e4;
    padding: 2px 7px;
    border-radius: 5px;
    color: #2a506f;
}
    .blog .category:hover {
        background-color: #b8d8ea;
    }

.blog .card-title, .blog .card-body a,
.blog .post-card-body a {
    color: #000000;
    font-weight: normal;
}

    .blog .card-title:hover, .blog .card-body a:hover {
        color: #f0ad4e!important;
    }

.blog .zoom {
     
}

    .blog .zoom:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }


/*For share and post area css*/
.share-and-post-area {
}

/*share icon */
.following-btn {
    background-color: #F79407;
    border-color: #F79407;
    color: #fff;
}

.dropdown-menu-views {
    font-size: 17px;
    min-width: fit-content;
}
  
.btn-subscribe {
    background-color: #ffbc5e!important;
    color: #fff!important;
    border-color: #ffbc5e!important;
}

    .btn-subscribe:hover {
        background-color: #F79407!important;
        color: #fff!important;
        border-color: #F79407!important;
    }
 
article .author-name a, .author-name a {
    text-decoration: none;
    color: #000000;
}

    article .author-name a:hover, .author-name a:hover {
        color: #F79407;
    }

.blog-author .author-name a {
    text-decoration: none;
    color: #000000;
}

    .blog-author .author-name a:hover {
        color: #F79407;
    }

.blog-author .author-image img {
    width: 80px;
    height: 80px;
    border: 1px solid #dee2e6;
}

@media only screen and (max-width: 425px) {
    .blog-author .author-image img {
        width: 50px;
        height: 50px;
    }
}

.blog-author .social-links a {
    margin-right: 0.25rem;
    padding: 4px 2px 2px 2px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.blog-author .social-links .soc-website {
    padding: 4px 4px 2px 4px;
    color: #818181;
}

    .blog-author .social-links .soc-website:hover {
        color: #ffffff;
        background-color: #818181;
        border-color: #818181;
    }

.blog-author .social-links .soc-wikipedia {
    padding: 4px 2px 2px 2px;
    color: #0d6efd;
}

    .blog-author .social-links .soc-wikipedia:hover {
        color: #ffffff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.blog-author .social-links .soc-facebook {
    padding: 4px 9px 2px;
    color: #3b5998;
}

    .blog-author .social-links .soc-facebook:hover {
        color: #ffffff;
        background-color: #3b5998;
        border-color: #3b5998;
    }

.blog-author .social-links .soc-twitter {
    padding: 4px 5px 2px;
    color: #00acee;
}

    .blog-author .social-links .soc-twitter:hover {
        color: #ffffff;
        background-color: #00acee;
        border-color: #00acee;
    }

.blog-author .social-links .soc-linkedin {
    padding: 4px 7px 2px;
    color: #0e76a8;
}

    .blog-author .social-links .soc-linkedin:hover {
        color: #ffffff;
        background-color: #0e76a8;
        border-color: #0e76a8;
    }

/* inner content css*/
 
/*.content *:empty,
.comment-details-msg *:empty {
  display: none;
}*/

.content *:empty:not(img):not(br),
.comment-details-msg *:empty:not(img):not(br) {
    display: none;
}


.content *,
.comment-details-msg *,
.content-editor * {
    /*color: #2a2a2a;*/
    word-spacing: 0.13rem;
}

.content :is(b, strong),
.comment-details-msg :is(b, strong),
.content-editor :is(b, strong) {
    font-weight: 500;
}

.content :is(p, ol, ul, dl),
.comment-details-msg :is(p, ol, ul, dl),
.content-editor :is(p, ol, ul, dl) {
    color: #2a2a2a;
    font-size: 1.125rem;
}

.comment-form img,
.content img,
article .content img,
.comment-details-msg img {
    cursor: zoom-in;
    display: block;
    margin: 15px auto;
    max-width: -webkit-fill-available;
}

.comment-form iframe,
.content iframe,
article .content iframe,
.comment-details-msg iframe,
.content-editor iframe {
    width: 100%!important;
}

.content :is(h1, h2, h3, h4, h5, h6),
.comment-details-msg :is(h1, h2, h3, h4, h5, h6),
.comment-form :is(h1, h2, h3, h4, h5, h6),
.content-editor :is(h1, h2, h3, h4, h5, h6){
    font-weight: 500;
    margin: 1rem auto;
}
.content a,
.comment-details-msg a
.content-editor a
 {
    color: #313FDD;
}

blockquote {
    position: relative;
    border-left: 4px solid #00cba9;
    padding: 1rem 1rem 1rem 3rem;
    font-style: italic;
    background-color: aliceblue;
    color: #525252;
}

    blockquote::before {
        content: "❞";
        font-size: 2rem;
        color: #00cba9;
        position: absolute;
        left: 0.5rem;
        top: 0.5rem;
        font-family: serif;
        line-height: 1;
    }

.fancy-quote footer {
    margin-top: 1rem;
    font-style: normal;
    font-size: 0.9rem;
    color: #666;
}

 
/* width */
.content pre::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
.content pre::-webkit-scrollbar-track {
}

/* Handle */
.content pre::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

    /* Handle on hover */
    .content pre::-webkit-scrollbar-thumb:hover {
        background: gray;
    }
 

/*Side bar tag list */
.tag-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

    .tag-list li {
        list-style: none;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 2px 7px;
        font-size: 14px;
        border-color: #f79407;
        border-radius: 5px;
        text-decoration: none;
        border: 1px solid #e1ecf4;
        background-color: #f8fbfc;
        color: #4e565a;
        text-transform: lowercase;
        cursor: pointer;
    }

        .tag-list li a {
            text-decoration: none;
            color: #2a506f;
        }

        .tag-list li:hover {
            background-color: #b8d8ea;
        }


/* blog details css*/
.blog-details {
}

    .blog-details aside.sidebar-menu {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 100;
    }

        .blog-details aside.sidebar-menu .LikeCount:hover {
            cursor: pointer;
            text-decoration: underline;
            color: #f0ad4e;
        }

        .blog-details aside.sidebar-menu .dropdown-toggle::after {
            display: inline-block;
            margin-left: 0.255em;
            vertical-align: 0.255em;
            content: " ";
            border-top: 0em solid;
            border-right: 0em solid transparent;
            border-bottom: 0;
            border-left: 0em solid transparent;
        }

        .blog-details aside.sidebar-menu .menu .crayons-reaction,
        .blog-details .crayons-reaction {
            color: #3d3d3d;
            border: inset 0 0 0 0 transparent;
            background: transparent;
            border: none;
            padding: 0;
            background: transparent;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
        }

            .blog-details aside.sidebar-menu .menu .crayons-reaction .crayons-reaction__icon,
            .blog-details .crayons-reaction .crayons-reaction__icon {
                padding: 0.5rem;
                box-shadow: inset 0 0 0 0 transparent;
                background: #00000000;
                color: #3d3d3d;
                border-radius: 50%;
                 
            }

            .blog-details aside.sidebar-menu .menu .crayons-reaction.crayons-reaction--like i,
            .blog-details .crayons-reaction.crayons-reaction--like i {
                padding-left: 3px;
                padding-right: 2px;
                padding-top: 3px;
            }

            .blog-details aside.sidebar-menu .menu .crayons-reaction.reaction-butt-readinglist .crayons-reaction__icon {
                padding: 0.5rem 0.8rem;
            }

            .blog-details aside.sidebar-menu .menu .crayons-reaction.reaction-butt-comments .crayons-reaction__icon {
                padding: 0.5rem 0.6rem;
            }

            .blog-details aside.sidebar-menu .menu .crayons-reaction .crayons-reaction__icon i {
                font-size: 1.50rem;
                font-weight: 500;
            }

            .blog-details aside.sidebar-menu .menu .crayons-reaction .crayons-reaction__count {
                color: #575757;
                min-width: auto;
                margin-left: 0;
                display: block;
                font-size: large;
            }


@media (max-width: 755px) {
    .blog-details aside.sidebar-menu .menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
        background: #ffffff;
        padding: 0.5rem;
        box-shadow: 0 -1px 5px rgb(0 0 0 / 20%);
    }

        .blog-details aside.sidebar-menu .menu .crayons-reaction {
            flex-direction: row;
        }

            .blog-details aside.sidebar-menu .menu .crayons-reaction .crayons-reaction__count {
                display: inline-flex;
                margin-left: 0.25rem;
                min-width: 1.5rem;
            }
}

/*likes button */
.blog-details .crayons-reaction--like:hover > .crayons-reaction__icon,
.blog-details aside.sidebar-menu .menu .crayons-reaction.crayons-reaction--like.active-like > .crayons-reaction__icon,
.blog-details aside.sidebar-menu .menu .crayons-reaction.crayons-reaction--like:hover > .crayons-reaction__icon {
    color: #dc2626;
    background: #dc26261a;
}

    .blog-details .crayons-reaction--like.active-like > .crayons-reaction__icon i,
    .blog-details .crayons-reaction--like:hover > .crayons-reaction__icon i {
        color: #dc2626;
    }

.blog-details aside.sidebar-menu .menu .crayons-reaction.reaction-butt-readinglist.active-readinglist > .crayons-reaction__icon,
.blog-details aside.sidebar-menu .menu .crayons-reaction.reaction-butt-readinglist:hover > .crayons-reaction__icon {
    color: #f0ad4e;
    background: #f0ad4e1a;
}

.blog-details aside.sidebar-menu .menu .crayons-reaction.reaction-butt-comments.active-comments > .crayons-reaction__icon,
.blog-details aside.sidebar-menu .menu .crayons-reaction.reaction-butt-comments:hover > .crayons-reaction__icon {
    color: #000000;
    background: #0000001a;
}

.blog-details .category-list a,
.blog-details .tag {
    color: #1f232b;
     
    margin-right: 10px;
    text-transform: capitalize;
}

    .blog-details .category-list a:hover,
    .blog-details .tag:hover {
        color: #f0ad4e;
         
    }

.blog-details .token.tag,
.blog-details pre .token.tag,
.blog-details pre code .token.tag {
    text-transform: initial;
}

/*Share , forum and interviews css*/
.post-template-div {
}

.share-post {
    cursor: pointer;
}

.post-template-div .authr-image {
    height: 50px;
    width: 50px!important;
}

.post-template-div .meta-data a {
    color: #000000;
    text-decoration: none;
}

.post-template-div .card-title a {
    color: #000000;
    text-decoration: none;
}

.post-template-div .forum-link a {
    color: #000000;
    text-decoration: none;
     
}

    .post-template-div .forum-link a:hover {
        color: #f0ad4e;
    }

.post-template-div .content,
.post-template-div .content p,
.post-template-div .content div {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
}


@media (max-width: 1024px) {
    .post-template-div .authr-image {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .post-template-div .authr-image {
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 425px) {
    .post-template-div .authr-image {
        height: 50px;
        width: 50px!important;
    }
}



/*job list css*/
.joblist {
}

    .joblist img {
        width: 70px;
    }

    .joblist .meta-data a {
        color: #000000;
    }

        .joblist .meta-data a:hover {
            color: #f0ad4e;
        }

    .joblist ul li {
        color: #848484;
    }

    .joblist strong {
        font-weight: 700;
        color: #000000;
    }

    .joblist .job-description i {
        padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    }

    .joblist .job-description .jabs-tags a {
        border: 1px solid #DDD;
        display: inline-block;
        color: #717171;
        background: #FFF;
        -webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
        box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
         
        border-radius: 5px;
        margin: 0 3px 6px 0;
        padding: 0px 5px;
    }

        .joblist .job-description .jabs-tags a:hover {
            background-color: #939393;
            color: #ffffff;
            border: 1px solid #939393;
        }


/*bottom-related-posts */
.bottom-related-posts a {
     
}

    .bottom-related-posts a:hover {
        color: #f0ad4e;
    }


/*for Share card css*/
#share .card {
    width: 100%;
}

    #share .card img {
        height: 300px;
        margin-bottom: 0px;
    }

@media (max-width: 768px) {
    #share .card {
        width: 100%;
    }

        #share .card img {
            height: 250px;
            margin-bottom: 0px;
        }
}

#sharePost .ck-editor__editable {
    max-height: 160px;
    border: 0px solid transparent;
    padding: 10px;
}

    #sharePost .ck-editor__editable p {
        margin: 0px;
    }

    #sharePost .ck-editor__editable.ck-focused,
    #sharePost .ck-editor__editable:focus {
        border: 0px solid transparent;
    }

    /* width */
    #sharePost .ck-editor__editable::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    /* Track */
    #sharePost .ck-editor__editable::-webkit-scrollbar-track {
    }

    /* Handle */
    #sharePost .ck-editor__editable::-webkit-scrollbar-thumb {
        background: gray;
        border-radius: 5px;
    }

        /* Handle on hover */
        #sharePost .ck-editor__editable::-webkit-scrollbar-thumb:hover {
            background: gray;
        }

.authr-image,
.comment-author-img img,
.author-image img {
     
    cursor: pointer;
}

    .authr-image:hover,
    .comment-author-img img:hover,
    .author-image img:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }


/*DeletePost  css*/
.DeletePost {
    color: red!important;
}

    .DeletePost i, .DeletePost span i {
        color: red!important;
    }


/*External CSS for Select Tcategory */

.imagePreview {
    width: 100%;
    height: 400px;
    background-position: center center;
    background: url('/Content/img/noimage.png');
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    /*box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);*/
}

.imgUp {
    margin-bottom: 15px;
}

.del {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    line-height: 30px !important;
    background-color: rgba(255,255,255,0.6) !important;
    cursor: pointer !important;
    left: unset!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: 2px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 44px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
        right: 3px;
    }

.select2-selection--single:active, .select2-selection--single:focus {
    border: 1px solid #d2d6de!important;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2.select2-container.select2-container--default,
.select2.select2-container.select2-container--default.select2-container--open {
    width: 100%!important;
    max-width: 100%!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0ad4e!important;
    color: white;
}



/*Add 2022 NOV 25*/
.imagePreview {
    width: 100%;
    height: 400px;
    background-position: center center;
    background: url('/Content/img/noimage.png');
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    /*box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);*/
}

.btn-primary {
    display: block;
    border-radius: 0px;
    /*box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.2);*/
    margin-top: -5px;
}

.imgUp {
    margin-bottom: 15px;
}

.del {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    line-height: 30px !important;
    background-color: rgba(255,255,255,0.6) !important;
    cursor: pointer !important;
    left: unset!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: 2px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de!important;
    border-radius: 0!important;
    padding: 6px 12px;
    height: 44px!important;
}

.select2-selection--single:active, .select2-selection--single:focus {
    border: 1px solid #d2d6de!important;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px!important;
    right: 3px!important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0;
    }

/*End 2022 NOV 25*/

/*Copy button */
.icon-copy-link {
    background-color: white;
    padding: 5px 10px;
}

    .icon-copy-link:hover {
        background-color: #d9d9d9;
    }

/*ADD 12/22/2022 */
.field-validation-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.text-truncate-user {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 45%;
}

.content pre {
    white-space: pre;
    max-height: 500px;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem!important;
    font-size: .875em!important;
    color: #dc3545!important;
}

.ms-title-l1 {
    -webkit-line-clamp: 1;
    margin: 0px;
}

.ms-title-l2 {
    -webkit-line-clamp: 2;
    margin: 0px;
}

.ms-title-l3 {
    -webkit-line-clamp: 3;
    margin: 0px;
}

.ms-title-l4 {
    -webkit-line-clamp: 4;
    margin: 0px;
}

.ms-title-l5 {
    -webkit-line-clamp: 5;
    margin: 0px;
}

.ms-title {
    -webkit-line-clamp: 2;
    margin: 0px;
}

@media only screen and (max-width: 425px) {
    .ms-title {
        -webkit-line-clamp: 2;
        margin: 0px;
    }
}

.ms-clamp {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding-top: 5px;
}

.ms-excerpt {
    -webkit-line-clamp: 3;
    margin: 0px;
    line-height: 20px;
    font-size: 16px;
}
 
.card .share-option img {
    width: 14%;
    height: 17px!important;
}

.card .crayons-reaction {
    border: none;
    padding: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.card .dropend .dropdown-toggle::after {
    visibility: hidden;
    display: none;
}

.card .dropdown-toggle::after {
    visibility: hidden;
    display: none;
}

/*ck-editor */
.ck .ck-editor__main {
    overflow: auto!important;
    max-height: 300px;
}


/*Update 23/12/2022*/
.card .share-option img {
    width: 14%;
    height: 17px!important;
}

.card .crayons-reaction {
    border: none;
    padding: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.card .dropend .dropdown-toggle::after, .post-template-div .blog-details .dropdown-toggle::after {
    visibility: hidden;
    display: none;
}

.card .dropdown-toggle::after, .post-template-div .blog-details .dropdown-toggle::after {
    visibility: hidden;
    display: none;
}

.card .row:first-child {
    overflow: visible;
}
 

.card .share-option img {
    width: 14%;
    height: 17px!important;
}

.card .crayons-reaction {
    border: none;
    padding: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.card .dropend .dropdown-toggle::after, .post-template-div .blog-details .dropdown-toggle::after {
    visibility: hidden;
    display: none;
}

.card .dropdown-toggle::after, .post-template-div .blog-details .dropdown-toggle::after {
    visibility: hidden;
    display: none;
}

.card .row:first-child {
    overflow: visible;
}

.card .row > div:first-child {
    overflow: hidden;
}

.faq-product-hero {
    align-items: center!important;
    width: 100%;
    height: 215px;
    background: var(--ms--background-gradient);
    position: relative;
    text-align: center;
    color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: row;
}

    .faq-product-hero a {
        color: #ffffff;
    }

        .faq-product-hero a:hover {
            color: #f0ad4e;
        }

.verification {
    background-color: lightpink;
    font-size: large;
    position: fixed;
    z-index: 9999999999999999;
    width: 100%;
    background-color: lightpink;
    font-size: large;
    padding: 10px;
}

.offcanvas {
    z-index: 999999;
}

.entry-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}