@keyframes showNav {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rightsidebar {
    animation: showNav 250ms ease-in-out both;
}

.display-content {
    margin-top: 0px !important;
}

.gutter-container {
    padding: 0px !important;
}

.mobileversion .headersection {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(62, 78, 98, 0.3) !important;
    -moz-transition: all 700ms ease-in !important;
    -webkit-transition: all 700ms ease-in !important;
    -o-transition: all 700ms ease-in !important;
    transition: all 700ms ease-in !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate3d(0px, 0, 0px) !important;
}

.mobileversion .bottom-image-links a {
    text-decoration: none;
    background-color: #9895D3;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}

.mobileversion .headersection .mobilesearch-full {
    display: none !important;
}

.mobileversion .headersection .mobilesearch-partial {
    display: block !important;
    float: right !important;
    font-size: 25px !important;
    width: 25px !important;
    height: 25px !important;
    background-size: 90% !important;
}

.display-content {
    margin-top: 0px;
}

.rightsidebar {
    bottom: 0px;
    padding-bottom: 0 !important;
}

.topic-body a {
    color: #0000FF;
    text-decoration: underline;
}

.topic-body a.link-purple {
    color: #015BA5 !important;
    text-decoration: none;
}

.topic-body a.link-sign-up {
    color: #ffffff !important;
    text-decoration: none;
    width: auto;
}

.topic-body td,
.topic-body th {
    padding: 0.4em;
}

.rightsidebar-contact,
.article-down {
    display: none;
}

.new-articles-scroll {
    overflow: hidden;
    height: calc(100vh - 130px);
}

/** Custom for new changing UI on group reaction **/
.menu-content-article {
    bottom: 113px;
}

.articleright-bottomsection .contact {
    border: none;
    border-top: 2px solid #d9dde4e6;
    padding: 15px 10px;
    margin-bottom: 11px;
    font-size: 15px;
    vertical-align: text-bottom;
}

.article-wrapper ul li {
    font-size: 14px;
}

.article-wrapper ul li .fa {
    font-size: 18px;
    padding-right: 4px;
}

.article-wrapper ul li .fa.fa-comment {
    color: #5CC3CC;
}

.article-wrapper ul li.isAdded .fa.fa-comment {
    color: #FACB1B;
}

.mobile-top-art-back {
    display: none;
}

.menu-content-article .top-add-comment {
    display: none;
}

/** Custom CSS for walkthrough useful */
.guidebox-useful .guide-box-tag .top-left:after {
    background-color: #5cc3cc;
    box-shadow: none;
    border-color: #5cc3cc;
}

.article-wrapper .guidebox-area.guidebox-useful {
    position: absolute;
    left: -105%;
    top: 50%;
}

.article-wrapper .guidebox-useful .guide-box-tag .top-left:after {
    top: 18px;
    left: 234px;
}

/** END Custom CSS for walkthrough useful */

/** Custom CSS for Bottom Other new articles */
.bot-oart-mobile {
    background-color: #F9FAFB;
    padding-bottom: 15px;
}

.mobile-oart-label {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
}

.doart-content {
    display: inline-flex;
    min-height: 108px;
    background-color: #FFF;
    padding: 15px 10px 5px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}

.doart-title {
    min-height: 62px;
}

.doart-title a {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    height: auto;
}

.doart-more a {
    font-size: 14px;
    color: #A1B5CA;
}

.doart-img {
    display: inline-flex;
    justify-content: end;
    height: 100%;
}

.doart-img img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

/** CSS For Video Tag **/
figure.wp-block-video {
    margin: 2rem 0 2rem;
}

video {
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: #000;
}

.article-leftsideoverlaywrapper .articleleftside .hamburger {
    display: none;
}

.topic-body.community-display-content * {
    max-width: 100% !important;
}

.topic-body.community-display-content .mouse img {
    width: auto !important;
    max-width: 100% !important;
    object-fit: cover;
    display: block;
    height: auto;
}

.topic-body.community-display-content .mouse figure:has(img) {
    display: flex;
    flex-direction: column;
}


/** =========================================== **/
/** ======== CUSTOM CSS IN MOBILE VIEW ======== **/
/** =========================================== **/
@media only screen and (max-width: 1360px) {

    .in-article-page .article-leftsideoverlaywrapper.has-token,
    .in-article-page:not(.has-token) .leftsidebar.article {
        display: none;
    }

    .in-article-page.has-token:not(.toggleSidebar) .leftsidebar.article {
        left: -213px;
    }

    .in-article-page:not(.toggleSidebar) .no-token {
        left: -240px;
    }

    .in-article-page.toggleSidebar .leftsidebar {
        left: 0;
    }

    .article-leftsideoverlaywrapper .articleleftside {
        position: relative;
    }

    .article-leftsideoverlaywrapper .articleleftside .hamburger {
        display: block;
        position: absolute;
        top: 0;
        right: -15px;
    }

    .in-article-page:not(.toggleSidebar) .rightsidebar {
        right: -210px;
    }

    .in-article-page.toggleSidebar .rightsidebar {
        right: 0;
    }
}

@media only screen and (max-width: 780px) {
    .in-article-page .mobileversion {
        display: none;
    }

    .mobile-top-art-back {
        z-index: 1048;
        background-color: #5CC3CC;
        border-top: 1px solid #5CC3CC;
        color: #FFF;
        position: fixed;
        top: 0;
        width: 100%;
        right: 0;
        display: inline-flex;
        text-align: center;
        height: 38px;
    }

    .top-add-comment .mobile-top-art-back {
        z-index: 100;
    }

    .modal-open .top-add-comment .mobile-top-art-back {
        z-index: 1;
    }

    .mobile-top-art-back .fa.fa-angle-left {
        font-size: 32px;
    }

    .mobile-top-art-back .icon-art-share-o,
    .mobile-top-art-back .icon-art-shared {
        width: 24px;
        height: 100%;
        background-position: center;
    }

    .mobileactions .top-count {
        border-top: 1px solid #F0F2F5;
    }

    .bottom-image-links li {
        font-size: 14px;
        vertical-align: text-bottom;
    }

    .bottom-image-links li i {
        color: #00c6ce;
    }

    .bottom-image-links li i.fa {
        font-size: 20px;
    }

    .in-article-page .rightsidebar .menu-content-article {
        padding: 0;
        position: fixed;
    }

    .menu-content-article .top-add-comment {
        display: block;
    }

    .menu-content-article .top-add-comment .mobile-addcomment {
        text-align: center;
        padding: 24px 0px;
        margin-top: 38px;
    }

    .menu-content-article .top-add-comment .add-new {
        color: #00c6ce;
        cursor: pointer;
    }

    .menu-content-article .mobile-top-art-back {
        position: relative;
    }

    .menu-content-article .top-add-comment .mobile-top-art-back {
        position: fixed;
    }

    .in-article-page .article-rightcontent .notification-content {
        height: calc(-0.5rem - 110px + 100vh);
        overflow: auto;
    }

    .in-article-page .article-rightcontent .notification-content li {
        padding: 10px 15px;
    }

    .article-leftsideoverlaywrapper {
        display: none;
    }

    /** Custom CSS for Walkthrough */
    .guidebox-area.guidebox-useful {
        display: block;
    }

    .guidebox-useful .box-bottom-left {
        top: -80px;
    }

    .guidebox-useful .guide-box-tag .top-left {
        top: 92%;
        left: 14%;
    }

    /** END Custom CSS for Walkthrough */

    .anonymous-viewing.in-article-page .mobile-top-art-back {
        display: none;
    }
}