 <style>
        @media only screen and (max-width: 1023px) {
            .feedpage .srchbox {
                z-index: 1;
            }

            .post_video_class {
                z-index: 0;
            }

            .post-meta.post_video_class.ctaviedio .videothum-wrapper {

                z-index: 0;

            }


        }

        @media only screen and (max-width: 1023px) {
            .mbgovrlay.active {

                /* z-index: 1; */

            }
        }

        .post-section1.pending-active {
            /* margin-top: 265px; */
        }


        @media (max-width: 768px) {
            .post-section1.pending-active {
                /* margin-top: 200px; */

            }

            .pennding-msg {
                /* margin-top: 90px; */
            }
        }


        /* @media (max-width: 480px) {
            .post-section1.pending-active {
                margin-top: 100px;

            }
        } */

        /* LOADER CSS Start */
        #cover-spin {
            position: fixed;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.7);
            z-index: 9999;
            display: none;
        }

        @-webkit-keyframes spin {
            from {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        #cover-spin::after {
            content: '';
            display: block;
            position: absolute;
            left: 48%;
            top: 40%;
            width: 40px;
            height: 40px;
            border-style: solid;
            border-color: #1aac21;
            border-top-color: transparent;
            border-width: 4px;
            border-radius: 50%;
            -webkit-animation: spin .8s linear infinite;
            animation: spin .8s linear infinite;
        }

        .postbtnslike .post-btn {
            display: inline;
        }

        /* LOADER CSS END */
        /* comments boredr*/
        .sun-editor {
            border: none !important;
        }

        /* editor and font style gap */
        .sun-editor .se-toolbar {
            background-color: transparent !important;
            border-top: 1px solid #EFEFEF;
            outline: none !important;
            padding: 10px 0px 0px !important;
            margin-top: 10px !important;
        }

        /* Chat Right search Border */
        #serachChatUser {
            border: 1px solid #4fb554;
        }

        .like-dislike {
            width: auto !important;
        }

        /* Repost Border */
        .reposted_data .repostb_sec {
            padding: 10px 10px 0px 10px;
            margin-top: 10px;
            background: var(--bg-lightgreen);
            border-radius: 17px 17px 0 0px;
            margin-top: 20px;
            border-color: rgba(0, 0, 0, 0.1);
            border-style: solid;
            border-width: 1px 1px 0 1px;
            padding-bottom: 20px;
        }

        /* Right side chat Count*/
        .chatdot1 {
            width: 20px;
            height: 20px;
            border-radius: 100%;
            background: #FFF;
            z-index: 999;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
        }
    </style>