﻿/**********************************************************************************************************************
 * Link  is a Social Network for enable distributed user to involve, collaborate and communicate .
 * Copyright(C) 2019 Indie Studio. All rights reserved.
 * https://indiestd.com/
 * info@indiestd.com
 *********************************************************************************************************************/

footer {
    position: fixed;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

/*Custom bootstrap*/
.padding-sm {
    margin-left: -67px !important;
    margin-right: -67px !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 0;
    margin-left: -1px;
}

/*End Custom bootstrap*/

.footer-content {
    color: #e2e2e2;
    margin: 0px 0px 0px 23px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.sub-search {
    border-radius: 20px 0px 0px 20px !important;
}

.main-search {
    border-radius: 20px 0px 0px 20px !important;
}

#search {
    border-radius: 0px 16px 14px 0px;
    background: #fff;
}

.form-group label {
    font-size: 15px;
    font-weight: bold;
    color: #8c9091;
}

.primary-body-content {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 250px;
    right: 0;
    padding: 12px 7px;
}

.panel-primary {
    border-color: #cecece;
}

.probutton .btn {
    width: 94px;
    height: 31px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 13px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}

/*fast-link*/
.container-fast-link {
    position: fixed;
    bottom: 0;
    /*    width: 328px;
    height: 70px;*/
    padding: 5px;
    color: #fff;
    border-color: #646262;
    background-color: rgba(0, 0, 0, 1);
/*    border-radius: 30px;
*/    
/*cursor: move;*/
/*    right: 40%;
*/
/*left:calc(50% - 182px);
*/
left:0px;
right:0px;
z-index:9999999;
}

/* Hide/rearrange for smaller screens */

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #020302;
    border-color: #020302;
}

.user-profile {
    /*background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    */
    margin-top: 1%;
    padding: 1%;
}

.user-profile-left {
    text-align: center;
    /*color: #fff;
    */
    margin-top: 2%;
}

.user-profile-right {
    background: #fff;
}

.user-profile-left img {
    width: 100%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.btn.active {
    display: none;
}

.btn span:nth-of-type(1) {
    display: none;
}

.btn span:last-child {
    display: block;
}

.btn.active span:nth-of-type(1) {
    display: block;
}

.btn.active span:last-child {
    display: none;
}

.check-circle-small {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: block;
    padding: 5px;
    background: #659ec5;
    color: white;
    font-size: small;
}

.img1-thumbnail {
    margin-top: 20px;
    width: 200px;
    height: 200px;
    border: 10px solid #d2d2d2;
}

/*body {
    background-color: #e9ebee;
}*/
/*textarea, .form-control {
     border: 0;
     border-radius: 0;
     resize: none;
}
*/


.active-status {
    background: rgb(67, 172, 106) !important;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.inactive-status {
    background: rgb(240, 65, 36) !important;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 6px 26px;
    height: 42px;
    background: #3b5e95;
    border-bottom: 1px solid #294c7b;
    overflow: hidden;
}

    .topbar .right-group {
        float: right;
    }

        .topbar .right-group .link-group {
            position: relative;
            top: -4px;
            display: inline-block;
            padding: 0;
        }

            .topbar .right-group .link-group a {
                padding: 9px 8px;
                color: #fff;
                font-size: 12px;
            }

                .topbar .right-group .link-group a img {
                    display: inline-block;
                    width: 24px;
                    height: 24px;
                    margin-right: 9px;
                }

                .topbar .right-group .link-group a:hover {
                    background: #355486;
                    text-decoration: none;
                }

            .topbar .right-group .link-group:nth-child(2) a {
                margin-right: 16px;
                border-left: 1px solid #355485;
            }

        .topbar .right-group .notification-group {
            display: inline-block;
            position: relative;
            top: 3px;
        }

            .topbar .right-group .notification-group .link-group a {
                margin: 0;
                border: 0;
            }

            .topbar .right-group .notification-group a {
                color: #17253c;
                font-size: 21px;
            }

                .topbar .right-group .notification-group a:hover {
                    color: #111;
                    background: transparent;
                }

        .topbar .right-group .link-group:nth-child(4) a {
            margin-left: 16px;
            border-left: 1px solid #355485;
        }

    .topbar .search-box {
        display: inline-block;
        width: calc(100vw - 72%);
    }

        .topbar .search-box .input-group * {
            font-size: 12px;
            height: 25px;
            border: 1px solid #fff;
            background: #fff;
            outline: 0;
        }

        .topbar .search-box .input-group button {
            color: #7a7a7a;
            -webkit-transition: all ease 150ms;
            transition: all ease 150ms;
        }

            .topbar .search-box .input-group button:hover {
                color: #000;
            }

.left-content {
    left: 0;
    position: fixed;
    top: 57px;
    bottom: 0;
    width: 200px;
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    /*background-color: #2E323D;*/
    background-image: url('../images/bg-background.jpg');
    overflow: auto;
    font-weight: bold;
    font-size: large;
    display: none;
}


    .left-content .global-links {
        padding: 10px;
        margin-left: 10px;
        margin-bottom:60px;
    }

        .left-content .global-links a {
            display: inline-block;
            color: #eaeaea;
            font-size: 11px;
            width: 100%;
            padding: 2px 8px;
        }

            .left-content .global-links a img {
                width: 40px;
                height: 40px;
                /*margin-right: 6px;*/
                border: 2px solid rgba(255,255,255,0.3);
            }

        .left-content .global-links .counter {
            float: right;
            color: #e9ebee;
        }

            .left-content .global-links .counter .fa-ellipsis-h {
                font-size: 20px;
            }

        .left-content .global-links .activepage {
            padding-top: 5px;
            background: #e9ebee;
            border-radius: 2px;
            border: 1px solid #dddfe2;
        }

    .left-content .group-content h4 {
        margin: 20px 0 8px 0;
        font-size: 12px;
        color: #d0d4db;
        text-transform: uppercase;
    }

    .left-content a:last-child .fa-caret-down {
        margin-right: 12px;
    }

.feed-content-1 {
    /*    position: absolute;
    top: 52px;
*/ left: 250px;
    right: 220px;
    padding: 12px 7px;
    overflow: auto;
    margin-bottom: 52px;
    padding-bottom: 80px;
    margin-top: 40px;
}
.feed-content-2 {
    padding: 12px 7px;
    overflow: auto;
    margin-bottom: 52px;
    padding-bottom:80px;
    margin-top:40px;
}
.feed-content-3 {
    padding: 12px 7px;
    overflow: auto;
    margin-bottom: 52px;
    padding-bottom: 80px;
}
.feed-content-4 {
    padding: 12px 7px;
    overflow: auto;
    margin-bottom: 52px;
    padding-bottom: 80px;
}



.home-content-20Top-75Left {
    position: absolute;
    overflow: auto;
    padding-bottom: 102px;
    margin-top: 15px;
    display: none;
}

.home-content-90Top-75Left {
    position: absolute;
    overflow: auto;
    padding-bottom: 102px;
    margin-top: 90px;
    display: none;
}

.home-content-90Top-20Left {
    position: absolute;
    overflow: auto;
    padding-bottom: 102px;
    margin-top: 90px;
    display: none;
}

.home-content-10Top-20Left {
    position: absolute;
    overflow: auto;
    padding-bottom: 102px;
    margin-top: 10px;
    display: none;
}

.home-content-155Top-20Left {
    position: absolute;
    /*    left: 250px;
    right: 220px;*/
    /*background: #e9ebee;*/
    overflow: auto;
    padding-bottom: 102px;
    margin-top: 155px;
    /*display: none;*/
    left: 0px;
}

.home-content-155Top-75Left {
    position: fixed;
    /*    left: 250px;
    right: 220px;*/
    /*background: #e9ebee;*/
    overflow: auto;
    padding-bottom: 102px;
    margin-top: 155px;
    display: none;
}

.feed-content {
    top: 52px;
    margin-top:30px;
    padding: 12px 7px;
    background: #e9ebee;
    overflow: auto;
    margin-bottom: 52px;

}


    .feed-content .recentcontainer {
        border-radius: 2px;
        border: 1px solid #dddfe2;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .feed-content .recentcontainer .newpostheader, .feed-content .recentcontainer .newpostfooter {
            padding: 4px 5px;
            background: #f6f7f9;
        }

            .feed-content .recentcontainer .newpostheader li, .feed-content .recentcontainer .newpostfooter li {
                display: inline-block;
                width: 100%;
                text-align: center;
            }

                .feed-content .recentcontainer .newpostheader li:first-child, .feed-content .recentcontainer .newpostfooter li:first-child {
                    float: left;
                }

                .feed-content .recentcontainer .newpostheader li:last-child, .feed-content .recentcontainer .newpostfooter li:last-child {
                    float: right;
                }

            .feed-content .recentcontainer .newpostheader h4, .feed-content .recentcontainer .newpostfooter h4 {
                font-size: 14px;
                margin: 10px 5px;
                color: #666;
            }

            .feed-content .recentcontainer .newpostheader a:first-child, .feed-content .recentcontainer .newpostfooter a:first-child {
                margin-right: 5px;
            }

            .feed-content .recentcontainer .newpostheader a, .feed-content .recentcontainer .newpostfooter a {
                font-size: 14px;
            }

                .feed-content .recentcontainer .newpostheader a img, .feed-content .recentcontainer .newpostfooter a img {
                    width: 40px;
                    height: 40px;
                    margin: 5px 5px 0 5px;
                }

                .feed-content .recentcontainer .newpostheader a .name, .feed-content .recentcontainer .newpostfooter a .name {
                    position: relative;
                    top: -6px;
                }

                .feed-content .recentcontainer .newpostheader a .fa, .feed-content .recentcontainer .newpostfooter a .fa {
                    display: inline-block;
                    margin: 5px;
                }

            .feed-content .recentcontainer .newpostheader > span, .feed-content .recentcontainer .newpostfooter > span {
                position: relative;
                top: -6px;
                left: -4px;
                font-size: 14px;
            }

            .feed-content .recentcontainer .newpostheader p, .feed-content .recentcontainer .newpostfooter p {
                position: relative;
                top: -22px;
                left: 55px;
                font-size: 12px;
            }

                .feed-content .recentcontainer .newpostheader p a, .feed-content .recentcontainer .newpostfooter p a {
                    font-size: 12px;
                    color: #4b4f56;
                    margin-right: 5px;
                }

            .feed-content .recentcontainer .newpostheader .rightsideofpost, .feed-content .recentcontainer .newpostfooter .rightsideofpost {
                position: relative;
                top: -73px;
                float: right;
            }

                .feed-content .recentcontainer .newpostheader .rightsideofpost .personpostmenu, .feed-content .recentcontainer .newpostfooter .rightsideofpost .personpostmenu {
                    color: #4b4f56;
                }

            .feed-content .recentcontainer .newpostheader li a, .feed-content .recentcontainer .newpostfooter li a {
                font-size: 14px;
                color: #4b4f56;
                margin-right: 5px;
            }

                .feed-content .recentcontainer .newpostheader li a .fa, .feed-content .recentcontainer .newpostfooter li a .fa {
                    display: inline-block;
                    margin: 5px;
                }

        .feed-content .recentcontainer .community-counter {
            padding: 4px 5px;
            background: #f6f7f9;
        }

            .feed-content .recentcontainer .community-counter li a {
                font-size: 14px;
                color: #4b4f56;
                margin-right: 5px;
            }

                .feed-content .recentcontainer .community-counter li a .fa {
                    display: inline-block;
                    margin: 5px;
                }

        .feed-content .recentcontainer .newpost textarea, .feed-content .recentcontainer .newpost .postcontent {
            display: inherit;
            padding: 10px;
            width: 100%;
            height: 100%;
            background: #f6f7f9;
        }

        .feed-content .recentcontainer .newpost .postcontent {
            position: relative;
            margin-top: -40px;
            padding-bottom: 40px;
            white-space: pre-line;
        }

        .feed-content .recentcontainer .newpostfooter {
            margin-top: 1px;
        }

        .feed-content .recentcontainer .commentpost {
            display: inherit;
            background: #f6f7f9;
            margin-top: -1px;
        }

            .feed-content .recentcontainer .commentpost img {
                margin: 10px;
                height: 40px;
            }

            .feed-content .recentcontainer .commentpost .input-group-btn {
                display: inline-block;
                background: #fff;
            }

                .feed-content .recentcontainer .commentpost .input-group-btn a {
                    margin-top: 10px;
                }

        .feed-content .recentcontainer:nth-child(1) .newpostfooter li:first-child .fa {
            color: #96b756;
        }

        .feed-content .recentcontainer:nth-child(1) .newpostfooter li:nth-child(2) .fa {
            color: #f1c04e;
        }

        .feed-content .recentcontainer:nth-child(1) .newpostfooter li:last-child a:last-child {
            font-size: 20px;
        }

.thirdcol-content {
    position: fixed;
    top: 42px;
    bottom: 0;
    width: 250px;
    background: #e9ebee;
    right: 0;
    display: block;
    width: 300px;
    padding: 12px 7px;
    background: #e9ebee;
    overflow-x: auto;
}

    .thirdcol-content > div > a, .thirdcol-content > div > p {
        font-size: 12px;
    }

    .thirdcol-content .section-content {
        border-radius: 2px;
        border: 1px solid #dddfe2;
        margin: 0 0 15px 0;
        overflow-y: hidden;
        padding: 4px 5px;
        background: #f6f7f9;
    }

        .thirdcol-content .section-content h4:nth-child(1) {
            font-size: 14px;
            margin: 6px;
            padding: 6px;
            color: #888;
        }

            .thirdcol-content .section-content h4:nth-child(1) a {
                float: right;
                color: #8a8a8a;
            }

        .thirdcol-content .section-content p a {
            display: block;
        }

            .thirdcol-content .section-content p a span:not(:first-child) {
                display: inline-block;
                margin-left: 4px;
                font-size: 9px;
                padding: 1px 2px;
                color: #545454;
                background: #fff;
                border: 1px solid #b8b8b8;
            }

        .thirdcol-content .section-content a {
            font-size: 14px;
            margin-right: 5px;
        }

            .thirdcol-content .section-content a img {
                width: 64px;
                height: 64px;
                margin: 5px 5px 0 5px;
            }

            .thirdcol-content .section-content a .fa {
                display: inline-block;
                margin: 5px;
            }

        .thirdcol-content .section-content p:nth-child(3) {
            text-align: right;
            margin: -20px 0 4px 0;
            padding: 2px;
            width: 80%;
        }

            .thirdcol-content .section-content p:nth-child(3) a {
                display: inline-block;
                position: relative;
                top: -18px;
            }

        .thirdcol-content .section-content p:nth-child(4) {
            margin-top: -64px;
            margin-left: 75px;
            font-size: 12px;
        }

            .thirdcol-content .section-content p:nth-child(4) a:not(:nth-child(1)) {
                font-size: 12px;
                color: #4b4f56;
                margin-right: 5px;
            }

        .thirdcol-content .section-content p:nth-child(7) {
            text-align: center;
        }

            .thirdcol-content .section-content p:nth-child(7) a {
                width: 20%;
                display: inline-block;
                color: #333;
            }

            .thirdcol-content .section-content p:nth-child(7) .fa {
                display: block;
            }

        .thirdcol-content .section-content .activetrend, .thirdcol-content .section-content .activetrend .fa {
            color: #1273b8;
        }

        .thirdcol-content .section-content .trend-feed ul {
            margin: 0 30px;
            padding: 0;
            /*list-style: square url("http://i.imgur.com/Etzny0O.png");
    */
        }

            .thirdcol-content .section-content .trend-feed ul li {
                font-size: 12px;
            }

                .thirdcol-content .section-content .trend-feed ul li span:nth-child(1) {
                    color: #555;
                }

        .thirdcol-content .section-content .trend-feed div a {
            float: left;
            font-size: 12px;
            margin-top: 4px;
        }

            .thirdcol-content .section-content .trend-feed div a:first-child {
                padding: 4px 0 0 4px;
            }

            .thirdcol-content .section-content .trend-feed div a:last-child {
                float: right;
                padding: 4px 0 0 4px;
            }

        .thirdcol-content .section-content:nth-child(1) > a:nth-child(2) {
            float: right;
            color: #8a8a8a;
        }

        .thirdcol-content .section-content:nth-child(4) {
            font-size: 12px;
        }

            .thirdcol-content .section-content:nth-child(4) h4 {
                float: left;
            }

            .thirdcol-content .section-content:nth-child(4) a:nth-child(2) {
                margin-top: 10px;
                float: right;
            }

            .thirdcol-content .section-content:nth-child(4) div {
                padding: 5px;
            }

                .thirdcol-content .section-content:nth-child(4) div a {
                    display: block;
                }

                    .thirdcol-content .section-content:nth-child(4) div a img {
                        width: 100%;
                        height: auto;
                    }

                    .thirdcol-content .section-content:nth-child(4) div a:hover {
                        text-decoration: none;
                    }

                .thirdcol-content .section-content:nth-child(4) div div {
                    padding: 5px 5px 0 5px;
                    font-size: 12px;
                }

                    .thirdcol-content .section-content:nth-child(4) div div div {
                        padding: 0;
                    }

                    .thirdcol-content .section-content:nth-child(4) div div:nth-child(3) {
                        color: #878787;
                    }

        .thirdcol-content .section-content:nth-child(5) a {
            font-size: 12px;
        }


.home-content {
    /*right: 220px;*/
}
.home-content-20Top-75Left {
    /*right: 220px;*/
}
.home-content-90Top-75Left {
    /*right: 220px;*/
}
.home-content-90Top-20Left {
    /*right: 220px;*/
}
.home-content-10Top-20Left {
    /*right: 220px;*/
}

.right-content {
    display: none;
    position: fixed;
    top: 57px;
    bottom: 0;
    right: 0;
    width: 180px;
    padding: 12px 7px;
    background: #ffffff;
    overflow-x: auto;
    border-left: 1px solid #dbdcde;
}

/*    .right-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 40%;
        overflow: auto;
    }

        .right-content ul li {
            display: block;
            padding: 5px 5px 15px 5px;
            width: 100%;
            border-bottom: 1px solid #a3a3a3;
            cursor: pointer;
        }

    .right-content ul {
        list-style: none;
        padding: 0;
        height: 40%;
        overflow: auto;
    }

    .right-content h4 {
        font-size: 12px;
        margin-top: 15px;
        color: #474747;
        text-transform: uppercase;
    }

    .right-content ul li {
        display: block;
        padding: 5px 5px 15px 5px;
        width: 100%;
        border-bottom: 0px solid #e9ebee;
        cursor: pointer;
    }

        .right-content ul li a {
            padding: 5px;
            font-size: 12px;
        }

        .right-content ul li img {
            display: inline-block;
            width: 32px;
            height: 32px;
        }

        .right-content ul li b, .right-content ul li span {
            color: #000;
        }

        .right-content ul li span {
            display: block;
            float: right;
            position: relative;
            top: 8px;
            font-size: 9px;
            padding: 1px 2px;
            color: #545454;
            background: #fff;
            border: 1px solid #b8b8b8;
        }

        .right-content ul li .fa {
            float: right;
            position: relative;
            top: 8px;
            color: #1f0;
        }

        .right-content ul li a:hover {
            text-decoration: none;
        }

        .right-content ul li:hover {
            background: #ccc;
        }
*/

@media all and (min-width: 1200px) {
    .feed-content {
        right: 220px;
    }


    /*.home-content {
        right: 208px;
    }
    .home-content-20Top-75Left {
        right: 208px;
    }
    .home-content-90Top-75Left {
        right: 208px;
    }
    .home-content-90Top-20Left {
        right: 208px;
    }
    .home-content-10Top-20Left {
        right: 208px;
    }*/
    .right-content {
        right: 0;
    }
}

.pointer {
    cursor: pointer;
}

.ib {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}
/* Group List */
.group-box {
    padding: 60px 0px;
}

.group-box-part {
    background: #FFF;
    border-radius: 0;
    padding: 60px 10px;
    margin: 30px 0px;
}
/*End Group List */
/*Start userMain*/
.group-user-list {
    background: #fff;
}

.userMain .userBlock {
    float: left;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px !important;
}

    .userMain .userBlock .backgrounImg {
        float: left;
        overflow: hidden;
        height: 77px;
    }

        .userMain .userBlock .backgrounImg img {
            width: auto;
        }

    .userMain .userBlock .userImg {
        text-align: center;
    }

        .userMain .userBlock .userImg img {
            width: 80px;
            height: 80px;
            margin-top: -39px;
            border-radius: 100%;
            border: 5px solid #fff;
        }

    .userMain .userBlock .userDescription {
        text-align: center;
    }

        .userMain .userBlock .userDescription h5 {
            margin-bottom: 2px;
            font-weight: 600;
        }

        .userMain .userBlock .userDescription p {
            margin-bottom: 5px;
        }

        .userMain .userBlock .userDescription .btn {
            padding: 0px 23px 0px 23px;
            height: 22px;
            border-radius: 0;
            font-size: 12px;
            background: #0198dd;
            color: #fff;
        }

            .userMain .userBlock .userDescription .btn:hover {
                opacity: 0.7;
            }

    .userMain .userBlock .followrs {
        display: inline-flex;
        margin-right: 10px;
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

        .userMain .userBlock .followrs .number {
            font-size: 15px;
            font-weight: bold;
            margin-right: 5px;
            margin-top: -1px;
        }
/*End userMain*/
/*Start groupMain*/
.group-list {
    background: #fff;
    margin-bottom: 35px;
}

.groupMain .groupBlock {
    float: left;
    width: 100%;
    /*box-shadow: 0px 0px 23px -3px #ccc;*/
    padding-bottom: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}

    .groupMain .groupBlock .backgrounImg {
        float: left;
        overflow: hidden;
        height: 77px;
    }

        .groupMain .groupBlock .backgrounImg img {
            width: auto;
        }

    .groupMain .groupBlock .groupImg {
        text-align: center;
    }

        .groupMain .groupBlock .groupImg img {
            width: 130px;
            height: 130px;
            margin-top: -38px;
            border-radius: 100%;
            border: 5px solid #fff;
        }

    .groupMain .groupBlock .groupDescription {
        text-align: center;
    }

        .groupMain .groupBlock .groupDescription h5 {
            margin-bottom: 2px;
            font-weight: 600;
        }

        .groupMain .groupBlock .groupDescription p {
            margin-bottom: 5px;
        }

        .groupMain .groupBlock .groupDescription .btn {
            padding: 0px 23px 0px 23px;
            height: 22px;
            border-radius: 0;
            font-size: 12px;
            background: #0198dd;
            color: #fff;
        }

            .groupMain .groupBlock .groupDescription .btn:hover {
                opacity: 0.7;
            }

    .groupMain .groupBlock .followrs {
        display: inline-flex;
        margin-right: 10px;
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

        .groupMain .groupBlock .followrs .number {
            font-size: 15px;
            font-weight: bold;
            margin-right: 5px;
            margin-top: -1px;
        }

    .groupMain .groupBlock .viewers {
        display: inline-flex;
        margin-right: 10px;
        padding-right: 10px;
    }

        .groupMain .groupBlock .viewers .number {
            font-size: 15px;
            font-weight: bold;
            margin-right: 5px;
            margin-top: -1px;
        }
/*End groupMain*/
.emoji-menu {
    bottom: 58px;
    position: absolute;
    right: 0;
    z-index: 999999;
    overflow: hidden;
    border: 1px #dfdfdf solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.emoji-picker-icon {
    margin-right: 20px;
}

.main-textarea-wrapper > .emoji-menu {
    bottom: -197px;
    position: absolute;
    right: 0;
    z-index: 999999;
    overflow: hidden;
    border: 1px #dfdfdf solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.notification-content {
    padding-left: 35px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    display: block;
    word-wrap: break-word;
    white-space: normal
}

.notification-title {
    color: #bee2e8;
    padding-left: 35px;
    word-wrap: break-word;
    white-space: normal
}

.notification-seen {
    color: #73d6f5;
    float: right;
}

.notification-date {
    padding-left: 35px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 12px;
    padding-top: 1px;
    float: right;
}

.notification-list {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    width: auto;
    border-radius: 4px;
}

.notification-container {
    border-bottom: 1px solid #e6ecf5;
}

.dropdown-menu > li > a {
    padding: 19px 15px;
}

.main-search {
    height: 32px;
    width: 100%;
    border-style: solid;
}
/*General*/
.btn {
    border-radius: 25px;
}

.btn-follow {
    border-radius: 25px !important;
}

.btn-transparent {
    color: #fffbfb;
    background-color: #e7e7e700;
    border-color: #b7bfc2
}
/*input {
     border-radius: 10px;
}
*/
.label {
    border-radius: 7px;
}

.textarea {
    border-radius: 5px !important;
}

/*----main search ---------*/

.input-group-btn .btn-group {
    display: flex !important;
}

.main-search-dropdown-btn {
    height: 32px;
    background: #fff;
    border-radius: 0px;
}


#info {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}

a {
    color: #074E8C;
}

.scrollbar-left-side_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar-left-side_menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar-left-side_menu::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
}
.scrollbar-body {
    background-color: #FFFFFF;
}
.scrollbar-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar-body::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
}

.logo {
    margin: -3px 0px 0px -17px;
}

/*Circle button*/
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.btn-fixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.fast-btn-link {
    color: #4b4f56;
    background: #fff;
}



/*End fast-link*/

.ping {
    background: #E0F7FA !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.navbar-title {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: white;
    padding-top: 15px;
}

.navbar-icon {

}

.group-detail {
    background: #fff;
    padding-top: 10px;
}

.group-basic-info {
    padding-top: 0px;
    margin-top: 0px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 10px;
}

.body-content {
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
}

.img-group-heading-thumbnail {
    margin-top: 10px;
    width: 65px;
    height: 65px;
    border: 5px solid rgba(255,255,255,0.3);
}

.img-group-thumbnail {
    margin-top: 20px;
    width: 120px;
    height: 120px;
    border: 10px solid rgba(255,255,255,0.3);
}

.img-follower-group-thumbnail {
    margin-top: 20px;
    width: 200px;
    height: 200px;
    border: 10px solid #d2d2d2;
}

.group-container-cover {
    background: #020302;
    margin-top: 10px;
    color: #fff;
    padding-bottom: 10px;
}

.group-container-cover-1 {
    background: #1F1E1E;
    margin-top: 10px;
    color: #fff;
    padding-bottom: 10px;
    margin-right: 15px !important;
    margin-left: 15px !important;
    border-radius: 4px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.group-header-footer {
    width: 100%;
    background-color: white;
    font-size: 12px;
    color: #ADADAD;
    height: 35px;
}

.group-follower-box-part {
    padding: 5px;
}
