body {
    .user-feed-menu {
        height: 100%;
        background: unset !important;

        .community-badges,
        #navbarCollapse {
            display: none !important;
        }

        ul {
            display: block;
            height: 100%;
            width: 100%;
            margin: 0px !important;

            li {
                /*float: left;
                margin-bottom: 20px;*/
                /* display: inline-block; */
                margin-left: 0px !important;
                padding-left: 5px;
                margin-top: 18px;

                a {
                    background: unset;
                    border: unset;
                    height: 50px;

                    svg {
                        height: 25px;
                    }
                }

                a.logout-button {
                    path {
                        color: #797878;
                    }
                }

                .field--name-user-picture {
                    img {
                        box-shadow: 0 0px 8px black;
                    }
                }
            }
        }
    }

    #content {
        background-color: #edeef5;

        .region-with-social {
            background-color: #edeef5;
            display: inline-block;

            .networkall-wrapper {
                width: 88%;
                margin-left: 6%;
                margin-right: auto;
                margin-top: 70px;
                background-color: #fbfcff;
                border-radius: 20px;
                /* display: inline-table; */
                height: 100%;
                /* position: relative; */
                float: left;

                .networkall-header {
                    
                    #block-mycustom-theme-exposedformpostspage-1 {
                        input#edit-body-value {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                            background: #eef1fb;
                            border-radius: 12px;
                            padding: 10px 14px;
                            min-width: 260px;
                            box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 1px 1px rgba(16,24,40,.02);
                            border: unset;
                            padding-left: 45px;
                            font-size: 15px;
                            margin-top: 14px;
                        }
                        #edit-body-value::placeholder {
                            color: #00000069 !important;
                        }
                        .form-actions {
                            position: absolute;
                            height: 30px;
                            width: 30px;
                            padding-left: 14px;

                            button {
                                background-image: url('/themes/custom/mycustom_theme/images/loop.png');
                                background-size: 70%;
                                background-repeat: no-repeat;
                                font-size: 0px;
                                width: 100%;
                                height: 100%;
                                background-color: transparent;
                                opacity: 0.6;
                            }
                        }
                    }

                
                }


                .dropdown-notifications {
                    position: relative;
            
                    li {
                        position: relative;
                        height: 225px;
            
                        .avatar {
                            position: absolute;
                            top: 16px;
                            left: 22px;
                            z-index: 1;
                            
                            .field--name-user-picture {
                                a {
                                    display: block;
                                    width: 100px;
                                    padding: 0;
                                    margin: 0;
                                    float: left;
                                    height: 100px;
                                    padding: 0px !important;
            
                                    img {
                                        width: 100%;
                                        height: 100%;
                                        object-fit: cover;
                                        border-radius: 50%;
                                    }
                                }
                            }
                        }
            
                        a.notification-link {
                            background-color: #494995;
                            height: 100%;
                            display: block;
            
                            .list-group-item {
                                color: white; 
                                margin-left: 100px;
                                background-color: transparent;
                                width: 375px;
                            }
                        }
                    }
            
                    .seen {
                        a.notification-link {
                            background-color: white;
                            
                            .list-group-item {
                                /* padding: 0px !important; */
                                /* margin: 0px; */
                                /*border: 1px solid #eaeaea !important;*/
                                /* padding: 10px; */
                                color: white;
                                color: black;
                            }
                        }
                    }
                }
            
                #block-mycustom-theme-views-block-notifications-block-1 {
                    right: 0px;
                    width: 500px;
                    position: absolute;
                    z-index: 99999;
                    top: 45px;
                }
            
                .dropdown-notifications.closed-notifications {
                    display: none;
                }
            
                .dropdown-notifications.opened-notifications {
                    display: block;
                    height: 500px;
                    overflow: auto;
                }

                .utilities-feedx {
                    .bi-gear-fill::before {
                        font-size: 20px;
                    }

                    .user-feed-menu {
                        .menu-user-message-icon {
                            #block-mycustom-theme-privatemessagenotification {
                                path {
                                    color: #797878
                                }

                                .private-message-notification-wrapper {
                                    .private-message-page-link {
                                    background-color: #7c6cf6;

                                    
                                    }
                                }
                            }
                        }
                    }
                }

                .utilities-feed {
                    /* width: 7%; */
                    /* background-color: white; */
                    height: 100px;
                    /* width: 100%; */
                    margin-left: auto;
                    margin-right: auto;
                    float: none !important;
                    width: 90%;
                    background: #fff;
                    border: 1px solid #eef1f6;
                    border-radius: 18px;
                    padding: 12px 18px;
                    box-shadow: 0 10px 28px rgba(15,23,42,.08);
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 8px;

                    /* hide the fake design used statically to adjust my icons */
                    button {
                        display: none;
                    }

                    ul.nav-link-secondary {
                        width: 100%;
                        display: inline-block;

                        li.nav-item {
                            float: left;
                            display: inline-block;
                            margin: 19px;
                            /* flex: cul; */
                            background: unset;
                        }
                    }
                }

                #nav-tabContent {
                    width: 91%;
                    background: unset !important;
                    margin-left: 1%;
                    margin-bottom: 40px;

                    .add-post-header {
                        display: none;
                    }

                    #nav-talent {
                        height: 300px;

                        .webform-ajax-form-wrapper {
                            .news-feed {
                                .add-post {
                                    width: 65%;
                                    float: left;
                                    
                                    form {
                                        > div:first-child {
                                            top: 100px;
                                            left: 100px;
                                        }
                                    }
                                }
                            }
                        }
                        .add-talent-wrapper {
                            position: absolute;
                            left: 200px;
                            bottom: 55px;
                            background: unset;
                            width: 45%;
                            top: 20px;
                            text-align: center;

                            .talent-body {
                                display: none;
                            }

                            video {
                                width: 85% !important;
                            }
                        }
                        .submit-new-post {
                            left: 400px;
                            bottom: 0px;
                        }
                    }

                    .sub-tabs-new-post {
                        width: 100% !important;

                        #nav-tab {
                            /* width: 90%; */
                            background: #fff;
                            border: 1px solid #eef1f6;
                            border-radius: 18px;
                            padding: 12px 18px;
                            box-shadow: 0 10px 28px rgba(15,23,42,.08);
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            gap: 8px;
                            height: 100px;
                            float: none !important;
                            height: 100px;
                            /* width: 100%; */
                            /* margin-left: auto; */
                            /* margin-right: auto; */
                            padding: 12px !important;
                            border: unset !important;

                            button {
                                background: unset;
                                color: black;
                                position: relative;
                                /* width: 5% !important; */
                                left: unset !important;
                                top: 0px;
                                /* background-color: pink; */
                                font-size: 0px;
                                /* margin: 2px; */
                                width: 35px !important;
                                height: 35px;
                                padding: 0px;
                            }
                        }
                    }

                    .tab-pane {
                        width: 100%;
                        margin-top: 50px;
                        border: unset;
                        box-shadow: 0 6px 22px rgba(16,24,40,.06);
                        height: 250px;
                        border-radius: 16px;

                        .webform-ajax-form-wrapper {
                            float: left;
                            width: 100%;

                            .news-feed {
                                background-color: white;

                                .add-post {
                                    /* height: 100%; */
                                    /* background: unset !important; */
                                    border: unset;
                                    background-color: white !important;
                                    /* margin: 40px auto; */
                                    /* margin-right: auto; */
                                    /* margin-left: auto; */
                                    padding: 16px;
                                    border-radius: 16px !important;
                                    background: #ffffff;
                                    height: 250px;
                                    width: 98%;
                                    margin-left: 0%;
                                    /* margin-right: auto; */
                                    padding-left: 110px;
                                    padding-top: 50px !important;

                                    .field--name-user-picture {
                                        margin-top: 4px;
                                    }

                                    form {
                                        width: 75%;
                                        
                                        > div:first-child:not(.form-type-textarea) {
                                            position: absolute;
                                            top: 150px;

                                            .form-type-managed-file {
                                                background-image: url('/themes/custom/mycustom_theme/images/add-post-file.png');
                                                background-size: 80%;
                                                /* background-position: 200px 50px; */
                                                background-repeat: no-repeat;
                                                background-position: left;
                                                height: 100px;
                                                width: 100px;

                                                .form-managed-file {
                                                    float: none;

                                                    .file {
                                                        margin-top: 12px;
                                                    }
                                                }
                                            }
                                        }

                                        .form-item-body {
                                            textarea {
                                                font-size: 20px;
                                                height: 100px;
                                                background: unset;
                                                border: unset;
                                                flex: 1;
                                                min-height: 72px;
                                                resize: vertical;
                                                border: none;
                                                outline: none;
                                                background: transparent;
                                                font-size: 16px;
                                                color: #111827;
                                                font-size: 20px;
                                                color: black;
                                            }

                                            textarea::placeholder {
                                                color: black;
                                                font-size: 30px;
                                            }
                                        }
                                    }

                                    
                                    .submit-new-post {
                                        right: 100px;
                                        position: absolute;
                                        bottom: 20px;
                                        margin: 0px !important;
                                        /* box-shadow: 0 10px 28px rgba(15,23,42,.08); */
                                        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
                                        box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
                                        border-radius: 30px !important;
                                    }

                                    .field--name-field-credentials-trending {
                                        display: none;
                                    }
                                }

                            }

                        }
                    }
                }

                #block-mycustom-theme-views-block-posts-block-1 {
                    width: 92% !important;
                    margin-left: 0%;

                    .white-posts.news-feed {
                        width: 98%;
                        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
                        margin-left: 1%;
                        margin-bottom: 10%;
                        /*background-image: url('/themes/custom/mycustom_theme/images/zelij.jpg');
                        background-size: 45%;
                        background-repeat: no-repeat;
                        background-position: right bottom;*/
                        /* global height = image height */
                        overflow: hidden;
                        position: relative;
                        min-height: 500px;
                        margin-bottom: 12px;
                        border-radius: 20px;
                        margin: 1%;

                        .post-wrapper {
                            margin-bottom: 0px;

                            .post-subwrapper {
                                float: left;

                                .post-core {
                                    width: 79% !important;
                                    margin-left: 21%;

                                    .post-subcore {
                                        float: left;

                                        .post-white-header {
                                            display: none;
                                        }

                                        .background-post-box {
                                            margin: 0 !important;
                                            float: left;
                                            width: 100%;

                                            .post-box {
                                                width: 100%;
                                                border: unset;
                                                box-shadow: unset;
                                                height: 100%;

                                                .post_image_box {
                                                    width: 65%;
                                                    margin: 0px;
                                                    height: auto;
                                                }
                                                .post_body_box {
                                                    margin-top: 12px;
                                                    margin-left: 12px;
                                                }
                                            }
                                        }
                                    }
                                }
                                .post-comments-wall {
                                    width: 21%;
                                    background-color: black;
                                    color: white;
                                    position: absolute;

                                    .author-box > .profile {
                                        position: absolute;
                                        top: 35px;
                                        right: 10px;

                                        .field--name-user-picture {
                                            top: 9px;
                                            right: 10px;

                                            img {
                                                border-radius: 50%;
                                                width: 50px;
                                                border: 1px solid #b9b9b9;
                                            }
                                        }
                                    }

                                    .author-cover {
                                        height: 150px;
                                        float: left;
                                        width: 100%;

                                        article {
                                            width: 100%;
                                            height: 100%;

                                            .field--name-user-picture {
                                                height: 100%;
                                                margin-top: 0px;

                                                img {
                                                    width: 100%;
                                                    height: 100%;
                                                    object-fit: cover;
                                                    filter: blur(7px);
                                                }
                                            }
                                        }
                                    }

                                    .author-subname {
                                        position: absolute;
                                        left: 27px;
                                        top: 50px;
                                    }
                                    
                                    .author-name .field--type-entity-reference {
                                        /* top: 9px; */
                                        position: absolute;
                                        left: 0px;
                                        margin: 26px;
                                        color: white;

                                        a {
                                            color: white;
                                            font-size: 14px;
                                        }
                                    }

                                    .post-like-wrapper {
                                        margin: 10px;
                                        
                                        span {
                                            color: white;
                                        }
                                    }

                                    section.field--type-comment {
                                        form.ajax-comments-form-add {
                                            background-color: black;
                                            padding: 0px;

                                            .field--name-comment-body {
                                                .form-textarea-wrapper {
                                                    .ck-content {
                                                        background-color: #242323;
                                                        border: unset;
                                                        border-radius: 5px;
                                                        color: white;
                                                    }
                                                }
                                            }

                                            button {
                                                background-color: #353535;
                                            }
                                        }
                                        
                                        article {
                                            background-color: black;

                                            .comment__meta {
                                                background-color: black;

                                                article.profile {
                                                    background-color: black;
                                                }

                                                .comment__author {
                                                    a {
                                                        color: white;
                                                    }
                                                }
                                            }
                                            .comment__content {
                                                background-color: black;

                                                .field--name-comment-body {
                                                    color: white;
                                                }
                                            }
                                        }
                                    }
                                    
                                }
                            }
                        }
                    }

                    .white-posts.news-feed.only_body {
                        background-image: url('/themes/custom/mycustom_theme/images/zelijx.jpg');
                        background-size: 20%;

                        .post-wrapper {
                            width: 100%;

                            .post-subwrapper {
                                width: 100%;

                                .post-core {

                                }
                            }
                        }
                    }

                    .white-posts.news-feed.body_photo {
                        .post-wrapper {
                            .post-subwrapper {
                                width: 100%;
                                
                                .post-core {
                                    .post-box {
                                        background-image: url('/themes/custom/mycustom_theme/images/zelijx.jpg');
                                        background-size: 35%;
                                        background-position: 200px 50px;
                                        background-repeat: no-repeat;
                                        background-position: right bottom;
                                    }

                                }
                            }
                        }
                    }

                    .black-post.news-feed {
                        /* width: 100%; */
                        /* margin-left: 1%; */
                        /* border-radius: 20px; */
                        /* width: 98%; */
                        /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); */
                        width: 98%;
                        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
                        margin-left: 1%;
                        margin-bottom: 10%;
                        /* background-image: url('/themes/custom/mycustom_theme/images/zelij.jpg'); */
                        /* background-size: 45%; */
                        /* background-position: 200px 50px; */
                        /* background-repeat: no-repeat; */
                        /* background-position: right bottom; */
                        /* overflow: hidden; */
                        /* position: relative; */
                        /* min-height: 500px; */
                        margin-top: 12px;
                        margin-bottom: 12px;
                        border-radius: 20px;
                    }

                    .black-post.news-feed.black-post-type-text {
                        margin-top: 3%;

                        .black-post-left {
                            width: 23%;
                        }
                        .black-post-middle {
                            width: 50%;
                        }
                        #commentsPanel {
                            width: 27%;
                            border-radius: 20px;
                        }
                    }
                }

                #block-mycustom-theme-views-block-city-of-the-day-block-1 {
                    display: none;
                }
            }
        }
    }

    .site-footer {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        #content {
            .region-with-social {
                display: block;

                .networkall-wrapper {
                    margin: 0px;
                    width: 100%;

                    #block-mycustom-theme-views-block-notifications-block-1 {
                        width: 400px;
                        right: 20px;
                    }

                    .affix {
                        /*top: 200px;*/
                    }

                    .affix-posts#block-mycustom-theme-views-block-posts-block-1 {
                        margin-left: 19% !important;
                    }

                    .affix-tabcontent#nav-tabContent {
                        margin-left: 21% !important;
                    }

                    .lateral-user-menu {
                        width: 65px !important;
                        height: 100%;
                    }

                    .networkall-header {
                        display: block !important;
                        margin: 60px;
                        margin-bottom: 0px;
                        margin-top: 0px;

                        .networkall-title {
                            margin-bottom: 20px;
                        }
                    }

                    #nav-tabContent {
                        padding: 12px !important;
                        width: 74% !important;
                        margin-left: 14% !important;
                        /* text-align: left; */

                        .sub-tabs-new-post #nav-tab {
                            height: 200px;
                        }

                        .tab-pane {
                            height: 400px;

                            .webform-ajax-form-wrapper {
                                .news-feed {
                                    padding: 12px;

                                    .add-post {
                                        margin: 0px;
                                        padding: 0px !important;
                                        width: 100% !important;
                                    }

                                    .post-city-news {
                                        width: 100%;
                                    }
                                }
                            }
                        }
                    }

                    #block-mycustom-theme-views-block-posts-block-1 {
                        margin-left: 12% !important;
                        width: 78% !important;

                        .white-posts.news-feed {
                            .post-wrapper {
                                float: left;
                                height: 100%;

                                .post-subwrapper {
                                    float: left;
                                    height: 100%;

                                    .post-comments-wall {
                                        width: 100%;
                                        height: 500px;
                                    }
                                    .post-core {
                                        margin-top: 500px;
                                        width: 100% !important;
                                        margin-left: 0px;

                                        .post-subcore {
                                            .background-post-box {
                                                .post-box {
                                                    .post_image_box {
                                                        width: 100%;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }

                    #commentsPanel .scroll-controls {
                        display: none;
                    }
                    
                }
            }
        }
    }
}