body .modal-popup img {
    /* Width */
    width: 100%;
}

body .modal-popup span {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
}

body .modal-popup .close {
    position: absolute;
    top: -45px;
    right: -10px;
    color: #fff;
    text-shadow: none;
}


/* upload image */

#postModal #media-list-post li img,
#editPostModal #media-list-edit li img,
#postModal #file-list-post li img,
#editPostModal #file-list-post li img,
#postModal #file-list-edit li img,
#editPostModal #file-list-edit li img {
    width: 100px;
    height: 100px
}

#postModal #media-list-post li,
#editPostModal #media-list-edit li,
#postModal #file-list-post li,
#editPostModal #file-list-edit li {
    min-height: 102px
}

#postModal #media-list-post li .desc,
#editPostModal #media-list-edit li .desc,
#postModal #file-list-post li .desc,
#editPostModal #file-list-edit li .desc {
    padding: 5px;
    display: block;
    font-size: 10px;
    font-weight: normal;
}

#postModal #media-list-post li video,
#editPostModal #media-list-edit li video,
#postModal #file-list-post li video,
#editPostModal #file-list-edit li video {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#postModal div#hint_brand .modal-dialog {
    top: 110px;
    width: 567px;
    max-width: 100%
}

#postModal li.myupload span {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    background: #fff
}

#postModal li.myupload span input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#postModal li.myupload span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 54px
}

#postModal #media-list-post li,
#editPostModal #media-list-edit li,
#postModal #file-list-post li,
#editPostModal #file-list-edit li {
    float: left;
    border: 1px solid #ccc;
    background: #ccc;
    position: relative;
    /* margin: 0 5px 5px 0; */
    width: 102px
}

#postModal #media-list-post li:last-child,
#editPostModal #media-list-edit li:last-child,
#postModal #file-list-post li:last-child,
#editPostModal #file-list-edit li:last-child {
    margin-right: 0
}

#postModal .post-thumb,
#editPostModal .post-thumb {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none
}

#postModal #media-list-post li:hover .post-thumb,
#editPostModal #media-list-edit li:hover .post-thumb,
#postModal #file-list-post li:hover .post-thumb,
#editPostModal #file-list-edit li:hover .post-thumb {
    display: block
}

#postModal a.remove-pic,
#editPostModal a.remove-pic {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

#postModal .inner-post-thumb,
#editPostModal .inner-post-thumb {
    position: relative
}

#postModal .user-post-text-wrap {
    position: relative
}

#postModal .user-pic-post {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0
}

#postModal .user-pic-post img {
    width: 100%
}

#postModal .user-txt-post {
    padding: 0 0 0 65px
}

#postModal textarea.form-control.upostTextarea {
    border: 0;
    box-shadow: none;
    height: 85px;
    resize: none
}

#postModal .user-post-text-wrap {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px
}

#postModal .user-post-btn-wrap {
    margin: 25px 0 0
}

#postModal ul.btn-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

#postModal ul.btn-nav li {
    position: relative;
    float: left;
    margin: 0 10px 0 0
}

#postModal ul.btn-nav li span input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=100)
}

#postModal ul#media-list-post,
#editPostModal ul#media-list-edit,
#postModal ul#file-list-post,
#editPostModal ul#file-list-edit {
    list-style: none;
    padding: 0;
    margin: 0
}

.boxload i {
    position: absolute;
    top: 0px;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.boxload {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0px;
}

.feed-thumb img {
    object-fit: cover;
  /* object-fit: contain;
  object-position: center; */
}

.box_img {
    display: flex;
    flex-wrap: wrap;
}

.feed-thumb {
    margin-bottom: 0px;
    position: relative;
    padding-top: 20%;
    border: 5px #fafafa solid;
    /* padding: 2px; */
}

/* .feed-thumb:first-child {
    margin-bottom: 0px;
    position: relative;
    padding-top: unset
} */

#textarea_post,
#textarea_edit {
    width: 100%;
    min-height: 10em;
    box-sizing: border-box;
    padding: 1rem;
    overflow-y: auto;
}

.share-button {
    position: relative;
}

.share-button .social {
    position: absolute;
    top: -60px;
    left: -10px;
    opacity: 0;
}

.share-button .social {
    border: 3px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
}

.share-button .social.active {
    opacity: 1;
    /* -webkit-transform:scale(1) translateY(-90px);
    -ms-transform:scale(1) translateY(-90px);
    transform:scale(1) translateY(-90px);
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    margin-left:-45px */
}

.share-button ul {
    position: relative;
    left: 0;
    right: 0;
    width: 120px;
    height: 46px;
    color: #fff;
    background: #3b5998;
    margin: auto;
    padding: 0;
    list-style: none;
}

.share-button ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.share-button ul li:hover {
    color: rgba(0, 0, 0, .5)
}

.share-button ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 35px auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    z-index: 1;
    bottom: -50px;
}

.share-button li[class*=twitter] {
    background: #6cdfea;
    padding: 12px 0
}

.share-button li[class*=gplus] {
    background: #e34429;
    padding: 12px 0
}

.boxbanner h1 {
    padding: 0px 20px;
    margin: 5px 0px;
    font-size: 25px;
    margin-top: 20px;
}

.boxbanner .feed-thumb:first-child {
    padding-top: 60%;
}

.boxbanner .editor-content {
    line-height: unset
}

.searchbox {
    min-height: auto;
}

.searchbox .title {
    font-size: 20px !important;
    font-weight: normal;
}

.auth-card.searchbox .cover {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    border: #ccc 1px solid;
}

.auth-card.searchbox a h2 {
    color: #3b5998;
}


/* @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .layout-content .content-side-left{
        width: 250px;
    }
} */


/* Media Query for Mobile Devices */

@media (max-width: 480px) {
    body {
        /* background-color: red; */
    }
}


/* Media Query for low resolution  Tablets, Ipads */

@media (min-width: 481px) and (max-width: 767px) {
    body {
        /* background-color: yellow; */
    }
}


/* Media Query for Tablets Ipads portrait mode */

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        /* background-color: blue; */
    }
}


/* Media Query for Laptops and Desktops */

@media (min-width: 1025px) and (max-width: 1280px) {
    .layout-content .content-side-left,
    .layout-content .content-side-right {
        /* width: 250px; */
        width: 280px;
    }
}


/* Media Query for Large screens */

@media (min-width: 1281px) {
    body {
        /* background-color: white; */
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .default-block,
    .user-block {
        min-width: 680px;
    }
}

@media (max-width: 992px) {
    .branch-card .auth .cover {
        width: 90px;
    }
    .branch-block {
        margin-bottom: 52px;
    }
    .layout-content .col-xxl-auto .content-body {
        width: 100%;
    }
}

@media (min-width:961px) {
    /* .layout-content .col-xxl-auto .content-body {
        width: 100%;
    } */
}

@media (min-width:1281px) {
    /* .layout-content .col-xxl-auto .content-body {
        width: 900px;
    } */
}


/* .feed-block {
    max-width: 100%;
} */

.institute-card .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
}

.institute-card .info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    font-size: var(--typo-sm);
    color: var(--color-gray);
    line-height: 1.5em;
    height: 6em;
    -webkit-line-clamp: 4;
}

.tagsbulet {
    display: block;
    padding: 2px 10px;
    background: var(--color-primary);
    font-size: var(--typo-sm);
    color: #fff !important;
    border-radius: 10px;
    margin: 1px;
}

.tagsbulet:hover {
    background: var(--color-gray);
}

.box_attac {
    padding: 5px 20px;
}

.box_attac a {
    margin-bottom: 2px;
    opacity: 0.9;
    transition: 0.2s;
}

.box_attac a:hover {
    opacity: 1;
}

.showcontent .card.pdf .icon img,
.showcontent .card.file .icon img {
    width: 180px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
}

.showcontent .card .icon {
    position: relative;
}

.showcontent .card .icon .vdopost {
    position: absolute;
    top: 25%;
    /* height: 100% !important; */
    /* width: 600px !important; */
    /* left: 50%; */
    /* margin-left: -300px; */
}

.showcontent .card.pdf .js-fillcolor,
.showcontent .card.file .thumb {
    /* border: 1px solid var(--color-gray); */
}

.showcontent .card .thumb.icon {
    padding-top: 100%;
    position: relative;
    /* border: 1px solid var(--color-gray); */
    overflow: hidden;
}

.showcontent .card .thumb.icon div {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
    z-index: 1;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
}

a.bookmarks.active {
    color: var(--color-primary) !important;
}

.boxbottom {
    margin-bottom: 30px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .layout-header .side-right {
        width: 320px;
    }
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .layout-header .side-right {
        width: 275px;
    }
}

.menu-mobile-btn {
    width: 200px;
    display: block;
    position: relative;
}

.menu-mobile-btn .btn-mobile .bar {
    background-color: var(--color-primary);
    position: absolute;
    width: 100%;
    height: 3px;
    right: 0;
    margin: auto;
    border-radius: 3px;
    transition: all 300ms ease-in-out;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(1) {
    top: 0;
    width: 100%;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(2) {
    top: 0;
    bottom: 0;
    width: 24px;
    background-color: var(--color-secondary);
}

.menu-mobile-btn .btn-mobile .bar:nth-child(3) {
    top: 0;
    bottom: 0;
    width: 24px;
    background-color: var(--color-secondary);
}

.menu-mobile-btn .btn-mobile .bar:nth-child(4) {
    bottom: 0;
    width: 18px;
}

#navbarSupportedContent1 {
    position: absolute;
    top: 50px;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 999;
    padding: 20px;
    text-align: center;
    margin: 0px;
    left: 0px;
}

#navbarSupportedContent1.show {
    position: absolute;
    top: 50px;
    width: 200px;
    background: #fff;
    display: block;
    z-index: 999;
    padding: 20px;
    text-align: center;
    margin: 0px;
    left: 0px;
}

#navbarSupportedContent1.show li {
    text-align: left;
    margin-top: 20px;
}

#navbarSupportedContent1.show li .link {
    font-size: var(--typo-default);
    color: var(--color-black);
}

#navbarSupportedContent1.show li a {
    align-items: center;
    display: flex;
    align-content: center;
}

#navbarSupportedContent1.show li a span {
    margin-right: 10px;
}

.slide_popup .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slide_popup .slick-dots li {
    margin: 0 0.25rem;
}

.slide_popup .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: orange;
    text-indent: -9999px;
}

.slide_popup .slick-dots li.slick-active button {
    background-color: red;
}

.youpost {
    opacity: 1;
    transition: 0.2s;
}

.youpost:hover {
    opacity: 0.9;
    transition: 0.2s;
}

.show_listselect li {
    margin-bottom: 5px;
}

.listtagsbulet {
    height: 25px;
    width: 100%;
    white-space: nowrap;
    /* overflow: auto; */
}

.listtagsbulet .boxscroll {
    overflow: auto;
}

.listtagsbulet .boxscroll div {
    display: inline-block;
}

.listtagsbulet .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 10px;
}

.listtagsbulet .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {}

.editor-content.limitshow p {
    /* height: 190px; */
    overflow: hidden;
}

.editor-content.limitshow a.postmore {
    color: var(--color-black);
    /* float: left; */
}

.redeem-reward .progress-bar .limit {
    position: absolute;
    left: 45%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 88px;
    height: 30px;
    margin-left: -25px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
}

.infoabout {
    text-indent: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .layout-content .content-side-left {
        padding: 0px;
        width: 100%;
        white-space: nowrap;
    }
    .layout-content .content-side-left .ads {
        display: flex;
        overflow: auto;
        margin-top: 10px;
        /* display: inline-block; */
    }
    .layout-content .content-side-left .ads a {
        display: inline-block;
        padding: 0 10px;
    }
    .layout-content .content-side-left .ads figure img {
        height: 120px;
        width: auto;
    }
    .menupost {
        position: absolute;
        bottom: 80px;
        margin: auto;
        right: 10px;
        display: block !important;
    }
    .btnbookmark_mobile {
        display: none;
    }
}

.institute-block,
.reward-block,
.public-block,
.user-block,
.account-block,
.track-history-block {
    /* max-width: 100%;
    width: 100%; */
}


/* .layout-content .content-side-left .ads {
    margin-top: 30px;
    max-height: 500px;
    overflow: auto;
} */

.showcontent .feed-content img {
    max-width: 100%;
    height: auto;
}

.showcateonpost {
    height: 25px;
    width: 80%;
    white-space: nowrap;
    overflow: auto;
    display: flex;
}

@media (max-width: 991px) {
    .showcateonpost {
        width: 100%;
    }
}

.showcateonpost .mCSB_scrollTools .mCSB_draggerContainer {
    top: 6px;
}

.showcateonpost div {
    display: inline-block;
}

.showcateonpost a {
    display: block;
    padding: 2px 10px;
    /* background: var(--color-primary); */
    font-size: var(--typo-sm);
    /* color: #fff !important; */
    border-radius: 10px;
    margin: 1px;
}

.gallery {
    padding: 0 20px;
}

.gallery .thumb {
    /* max-width: 120px; */
    max-height: 120px;
    margin-bottom: 5px;
}

.gallery .boxgallery {
    display: flex;
    height: 100%;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--color-gray);
    /* padding: 5px; */
}

.gallery .boxgallery img {
    height: 100%;
}

.rewardme .link {
    display: block;
    padding: 10px;
    border-radius: 10px;
    transition: 0.2s;
}

.rewardme .link:hover {
    background: #e1ebff;
    display: block;
    transition: 0.2s
}

.rewardme .link .inner h3 {
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}

.rewardme .link .inner div {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.follow-card {
    background-color: var(--color-white);
    padding: 15px;
    border: 1px solid #d4d9df;
    border-radius: var(--rounded);
    margin-bottom: 15px;
}

.follow-card .auth .cover {
    width: 58px;
    border-radius: var(--rounded-xs);
    padding-top: 100%;
    border: 1px solid #c3d0ea;
}

.follow-card .auth .title {
    margin-bottom: 15px;
}

.follow-card .auth .username {
    color: var(--color-secondary);
}

.stats_onfollow {
    color: var(--color-black);
}

.buletfollow {
    position: relative;
    color: var(--color-primary);
    font-size: 15px;
    line-height: 28px;
    margin-left: 15px;
    font-weight: bold;
}

.buletfollow::after {
    content: "•";
    position: absolute;
    left: -10px;
    color: var(--color-gray);
    font-size: 10px;
}

.category .all_list {
    height: 300px;
    overflow: hidden;
}

.category-block .card {
    padding: 5px;
    border: 1px solid #e9e9e9;
}

.category-block .card:hover {
    border: 1px solid #dcdcdc;
}

.vdopost {
    width: 100% !important;
    height: auto !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ohm edit 2022/09/24 */

@font-face {
    font-family: 'db_helvethaica';
    src: url('../font/helvethaica/db_helvethaica_x_thin_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica';
    src: url('../font/helvethaica/db_helvethaica_x_li_v3.2-webfont.woff2') format('woff2'), url('../font/db_helvethaica_x_li_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica';
    src: url('../font/helvethaica/db_helvethaica_x_v3.2-webfont.woff2') format('woff2'), url('../font/db_helvethaica_x_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica';
    src: url('../font/helvethaica/db_helvethaica_x_med_v3.2-webfont.woff2') format('woff2'), url('../font/db_helvethaica_x_med_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica';
    src: url('../font/helvethaica/db_helvethaica_x_bd_v3.2-webfont.woff2') format('woff2'), url('../font/db_helvethaica_x_bd_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: bold;
    font-style: normal;
}

:root {
    --fw-normal: normal;
    --fw-medium: 500;
    --fw-bold: bold;
    --typo-xs: 18px;
    --typo-sm: 20px;
    --typo-default: 22px;
    --typo-md: 24px;
    --typo-lg: 26px;
    --typo-xl: 30px;
}

body {
    font-family: 'db_helvethaica';
}

@media (max-width: 1440px) {
     :root {
        --typo-xl: 28px;
    }
}

@media (max-width: 1199px) {
     :root {
        --typo-default: 20px;
        --typo-md: 20px;
        --typo-lg: 22px;
        --typo-xl: 26px;
    }
}

@media (max-width: 991px) {
     :root {
        --typo-xs: 16px;
        --typo-sm: 18px;
        --typo-default: 20px;
        --typo-xl: 24px;
    }
}

.layout-header .menu-mobile .item>.link {
    font-size: 16px;
}


/* line height */

.h-title {
    margin: 0;
    line-height: 1.1em;
}

.title {
    margin: 0;
    line-height: 1.1em;
}

.desc {
    margin: 0;
    line-height: 1.2em;
}

.editor-content {
    line-height: 1.2em;
}

.text-limit {
    line-height: 1.2em;
}

.text-limit.-x2 {
    max-height: calc(1.2em * 2);
    -webkit-line-clamp: 2;
}

.bookmark-wrapper .title {
    line-height: 1.1em;
}

.bookmark-wrapper .title {
    max-height: calc(1.1em * 2);
    -webkit-line-clamp: 2;
}

.layout-header .brand .title {
    line-height: 1.5em;
}

.feed-auth .auth .inner .info .link {
    top: -5px;
}

.feed-auth .auth .inner .info .link:before {
    top: 14px;
}

.btn-link {
    display: block;
    font-size: var(--typo-sm);
    font-weight: 400;
    color: var(--color-primary);
    text-decoration: none;
}

.box_attac a {
    margin-bottom: 0;
}

.box_attac a,
.box_attac .btn {
    font-size: var(--typo-sm);
    text-align: left;
    max-height: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
}

.box_attac a+a {
    margin-top: 4px;
}

.layout-content .content-side-left .ads {
    margin-bottom: 110px;
}

.moreimg {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0px;
    font-size: 67px;
    /* color: #333; */
    color: #fff;
    text-decoration: none;
}

.moreimg:hover {
    text-decoration: none;
    color: #fff;
}

.moreimg span {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: rgba(255,255,255,0.5); */
    background: rgba(0, 0, 0, 0.5);
}

.wg-menu .link {
    display: block;
}

.wg-menu .link span {
    position: relative;
    top: 5px;
    float: right;
    transition: .2s
}

.wg-menu .link:not(.collapsed) span {
    transform: rotate(180deg);
}

@media (min-width: 1400px) {
    .feed-block {
        width: 680px;
        max-width: 680px;
    }
    .institute-block,
    .reward-block,
    .public-block,
    .user-block,
    .account-block,
    .track-history-block {
        width: 680px;
        max-width: 680px;
    }
}

@media (min-width: 1600px) {
    .feed-block {
        width: 880px;
        max-width: 880px;
    }
    .institute-block,
    .reward-block,
    .public-block,
    .user-block,
    .account-block,
    .track-history-block {
        width: 880px;
        max-width: 880px;
    }
}


/* Media Query for Laptops and Desktops */

@media (min-width: 1025px) and (max-width: 1280px) {
    .member-system .inner {
        margin-left: 0;
    }
    .logout .inner {
        margin-left: 6px;
    }
    .logout .icon {
        width: 36px;
        height: 36px;
    }
    .logout .btn span {
        font-size: 26px;
    }
}

@media (max-width: 1600px) {
    .layout-content .col-xxl-auto .content-body {
        width: 100%;
    }
    .feed-block {
        max-width: 680px;
    }
    /* .institute-block, .reward-block, .public-block, .user-block, .account-block, .track-history-block {
        max-width: 680px;
    } */
}

@media (max-width: 1440px) {
    .layout-header .side-left {
        width: 390px;
    }
    .layout-header .side-right {
        width: 390px;
    }
    .layout-content .content-side-left .ads {
        margin-bottom: 80px;
    }
    .wg-menu .link span {
        top: 4px;
    }
}

@media (max-width: 1199px) {
    .layout-header .side-right {
        width: 275px;
    }
    .layout-header .side-left {
        width: 310px;
    }
    .layout-header .brand .title {
        font-size: 12px;
    }
    .layout-header .brand .desc {
        font-size: 8px;
    }
    .layout-content .content-side-left,
    .layout-content .content-side-right {
        width: 290px;
    }
    .member-system .inner {
        margin-left: 0;
    }
    .logout .inner {
        margin-left: 6px;
    }
    .logout .icon {
        width: 36px;
        height: 36px;
    }
    .logout .btn span {
        font-size: 26px;
    }
    .wg-menu .link span {
        font-size: 20px;
        top: 2px;
    }
}

@media (max-width: 1120px) {
    .layout-content .content-side-left,
    .layout-content .content-side-right {
        width: 260px;
    }
    .layout-content .content-side-left,
    .layout-content .content-side-right {
        padding: 20px;
    }
    .bookmark-wrapper .cover {
        width: 66px;
    }
    .institute-list .cover {
        width: 44px;
    }
    /* .layout-header .side-left {
        width: 383px;
    } */
}

@media (max-width: 991px) {
    .layout-content .content-side-left {
        width: 100%;
    }
    .layout-header .side-left {
        width: auto;
    }
    .layout-header .side-right {
        width: auto;
    }
    .layout-content .content-side-left,
    .layout-content .content-side-right {
        padding: 15px;
    }
    .layout-content .content-side-left .ads {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .box_attac a,
    .box_attac .btn {
        max-height: 40px;
        height: 40px;
        line-height: 40px;
    }
    .moreimg {
        font-size: 60px;
    }
    /* .box_attac a, .box_attac .btn span {
        font-size: 22px;
    } */
}

@media (max-width: 575px) {
    .moreimg {
        font-size: 44px;
    }
}


/* end ohm edit 2022/09/24 */

.no-feed-block {
    max-width: 100%;
}

.stats_follow {
    color: var(--color-black);
}

.activefollow {
    color:rgb(140, 198, 65)
}