﻿/* Extra large devices (large laptops and desktops, 1200px and up) */
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html {
    height: 100%;
}

@keyframes moveWood {
    from {
        left: 0;
    }

    to {
        left: 200px; /* تعداد پیکسلهایی که چوب به سمت راست حرکت می‌کند */
    }
}
@media only screen and (min-width:1200px) {
    /*    ////////////////////////////////////////////////////callus*/
    .tcall {
        position: absolute;
        top: 70px;
        height: 50px;
        width: 100%;
        border: 3px solid white;
        text-align: center;
        color: white;
    }

    .email {
        position: absolute;
        top: 150px;
        height: 50px;
        width: 30%;
        border: 3px solid blue;
        left: 50%;
        border-radius: 20px;
        text-align: right;
    }

    .msg {
        position: absolute;
        top: 220px;
        height: 250px;
        width: 60%;
        border: 3px solid blue;
        text-align: right;
        left: 20%;
        border-radius: 20px;
    }

    .sbtn {
        position: absolute;
        top: 500px;
        left: 20%;
    }

    .rec {
        position: absolute;
        top: 340px;
        left: 50%;
    }
    /*    ////////////////////////////////////////////////////callfast*/
    .callmain {
        position: absolute;
        top: 100px;
        height: 350px;
        width: 100%;
    }

    .calldhl {
        position: absolute;
        top: 100px;
        width: 100%;
        height: 40px;
        border-bottom: 3px solid darkblue;
    }
    .linkdf {
        position: absolute;
        top: 150px;
        width: 100%;
        height: 40px;
        border-bottom: 3px solid darkblue;
    }
    .makeplp {
        position: absolute;
        right: 2%;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        color: blue;
    }

    .btn-lin {
        position: absolute;
        right: 40%;
    }

    .callinfo {
        position: absolute;
        top: 140px;
        width: 100%;
        height: 70px;
        border-bottom: 3px solid darkblue;
    }

    .infocl {
        position: absolute;
        right: 2%;
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        color: red;
        text-align: right;
    }

    .dlin {
        position: absolute;
        top: 210px;
        width: 100%;
        height: 60px;
        border-bottom: 3px solid darkblue;
    }

    .dlin2 {
        position: absolute;
        top: 270px;
        width: 100%;
        height: 60px;
        border-bottom: 3px solid darkblue;
    }

    .tlincall {
        right: 2%;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        color: red;
    }

    .linmaster0 {
        font-size: 13px;
        font-weight: bold;
        position: absolute;
        color: red;
        right: 25%;
        text-align: left;
    }

    .linmaster {
        font-size: 13px;
        font-weight: bold;
        position: absolute;
        color: blue;
        right: 20%;
        top: 3px;
        text-align: left;
    }

    .txtcall {
        position: absolute;
        width: 70%;
        height: 30px;
        top: 340px;
        right: 5%;
        border: 2px solid blue;
    }
    .btnfileu {
        position: absolute;
        right:60%;
        right: 5%;
        width: 200px;
        height: 30px;
    }
    .btn-lincall {
        position: absolute;
        top: 340px;
        right: 80%;
    }
    .h-lincall {
        position: absolute;
        top: 340px;
        right: 20%;
    }
    /*///////////////////////////////////////////////*/
    /*//////////////////////////////////////////////////peerjs/*/
    #live {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        display: none;
    }

    #local-video {
        position: absolute;
        top: 330px;
        left: 0;
        width: 200px;
        height: 200px;
        border: 2px solid #fff;
    }

    #remote-video {
        position: absolute;
        width: 100%;
        height: 500px;
        top: 0%;
        left: 0%;
    }

    #end-call {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 8px;
        background-color: red;
        color: white;
        border: none;
        margin: 16px;
        z-index: 100;
    }

    .aler {
        position: absolute;
        width: 20%;
        height: 180px;
        right: 40%;
        top: 130px;
        background-color: cadetblue;
    }

    .aler2 {
        position: absolute;
        width: 40%;
        height: 180px;
        right: 30%;
        top: 130px;
        background-color: cadetblue;
    }
    /*/////////////////////////////////////////////////////////////*/
    .dheaderh2 {
        position: absolute;
        z-index: 1000 !important;
        top: 100px !important;
        right: 39% !important;
    }

    .headerh2 {
        color: floralwhite;
        font-weight: bold;
        z-index: 1000 !important;
        font-size: 30px !important;
    }

    .sclose {
        position: fixed;
        left: 15px;
        top: 30px;
        font-size: 48px;
        color: red
    }
    /*/////////////////////////////////////////////showpost*/
    .div-post-view {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        height: 280px;
    }

    .img-post-view {
        width: 100%;
        position: absolute;
        border: 3px solid white;
        right: 0%;
        height: 210px;
        cursor: pointer;
    }
    /*   .div-p-post-view{
        position: absolute;
        width: 60%;
        right: 20%;
        height: 70px;
        top: 210px;
       
    }*/
    .p-post-view {
        width: 100%;
        position: absolute;
        border: 3px solid white;
        right: 0%;
        height: 70px;
        top: 210px;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        padding: 10px 10px 1px 20px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .div-utility-comment {
        width: 100%;
        position: absolute;
        background: white;
        height: 30px;
        top: 280px;
        right: 0%;
    }

    .countsee {
        position: absolute;
        top: 2px;
        right: 5%;
        color: green;
    }

    .like {
        position: absolute;
        top: 2px;
        right: 24%;
        cursor: pointer;
    }

    .report {
        position: absolute;
        top: 2px;
        right: 46%;
        color: darkorange;
        cursor: pointer;
    }

    .trash {
        position: absolute;
        top: 2px;
        right: 76%;
        color: darkorange;
        cursor: pointer;
    }

    .div-comment {
        width: 100%;
        position: absolute;
        height: 180px;
        overflow-x: hidden;
        overflow-y: auto;
        top: 308px;
        right: 0%;
        background: white;
    }

    .div-com-main {
        width: 100%;
        position: absolute;
        height: 100px;
        border-bottom: 1px solid #69c1fb;
    }

    .com-post {
        resize: none;
        position: absolute;
        right: 1%;
        top: 5px;
        height: 80px;
        width: 70%;
    }

    .btn-com {
        position: absolute;
        top: 58px;
        right: 72%;
        width: 15%;
        height: 27px;
        background: #69c1fb;
        color: white
    }

    .div-com {
        width: 100%;
        position: absolute;
        top: 102px;
        height: 85px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .div-com-text {
        height: auto;
        width: 100%;
        margin-right: 5%;
        text-align: right;
        border-bottom: 1px solid black;
        margin-top: 15px;
    }

    .p-com-user {
        direction: rtl;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid #69c1fb;
        color: #69c1fb;
        cursor: pointer;
    }

    .p-com-text {
        direction: rtl;
        font-size: 13px;
        width: 100%;
        color: darkgray;
    }
    /*////////////////////////////////////////*/
    .alert-code {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 320px;
        right: 41%;
        color: red;
    }

    .alert-login {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 450px;
        right: 38%;
        color: red;
    }

    .alert-regis {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 320px;
        right: 41%;
        color: red;
    }
    /*////////////////////////////////////////////////////////////groups*/
    .div-main-groups {
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        position: absolute;
        top: 130px;
        right: 0;
        background: #f5f5f6;
    }

    .div-group-form {
        max-height: 140px auto;
        width: 60%;
        margin-right: 13%;
        border: 2px solid #0751a1;
        margin-top: 30px;
        border-radius: 15px;
    }

    .name-groups {
        margin-top: 4px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        background: #0751a1;
        color: white;
    }

    .subject-groups {
        margin-right: 2%;
        margin-top: 4px;
        text-align: right;
        font-size: 13px;
    }

    .btn-join-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-wellcome-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-exit-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .div-groups-pass {
        position: absolute;
        background: #0751a1;
        height: 40px;
        width: 40%;
        top: 250px;
        right: 30%;
    }

    .groups-pass {
        width: 120px;
        border: 3px solid #0751a1;
    }

    /*/////////////////////////////////////////////////////////mygroup*/
    /*    .div-main-groups {
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        position: absolute;
        top: 130px;
        right: 0;
        background: #f5f5f6;
    }
*/


    .name-groups {
        margin-top: 4px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        background: #0751a1;
        color: white;
    }

    .subject-groups {
        margin-right: 2%;
        margin-top: 4px;
        text-align: right;
        font-size: 13px;
    }

    .btn-join-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-wellcome-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-exit-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .div-groups-pass {
        position: absolute;
        background: #0751a1;
        height: 40px;
        width: 40%;
        top: 250px;
        right: 30%;
    }

    .groups-pass {
        width: 120px;
        border: 3px solid #0751a1;
    }
    /*///////////////////////////////////////////////////////addgroup*/
    .div-main-group {
        position: absolute;
        top: 170px;
        height: 250px;
        width: 50%;
        right: 18%;
        border: 4px solid #0751a1;
    }

    .namegroup {
        margin-left: 26%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .subjectgroup {
        margin-left: 22%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .passgroup {
        margin-left: 26%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .btn-add-group {
        position: absolute;
        top: 195px;
        left: 4%;
    }
    /*///////////////////////////////////////////////////addstory*/
    .div-up-story {
        position: absolute;
        top: 120px;
        height: 380px;
        width: 70%;
        right: 10%;
        border: 2px solid #0751a1;
    }



    .story-pic {
        position: absolute;
        bottom: 110px;
        height: 250px;
        width: 300px;
        right: 22%;
    }

    .div-btn-story {
        position: absolute;
        top: 190px;
        height: 150px;
        width: 40%;
        right: 26%;
        border: 4px solid #0751a1;
    }

    .lbl-story {
        text-align: center;
        position: absolute;
        top: 15px;
        height: 40px;
        width: 205px;
        border-radius: 10px;
        background: green;
        color: white;
        font-size: 14px;
        font-weight: bold;
        right: 34%;
        cursor: pointer;
    }

    .btn-s-insert {
        background: #0751a1;
        color: white;
        font-size: 17px;
        font-weight: bold;
    }

    .btn-s-add {
        background: darkorange;
        color: white;
        font-size: 17px;
        font-weight: bold;
    }

    .div-up-text {
        position: absolute;
        top: 190px;
        height: 380px;
        width: 70%;
        right: 10%;
    }


    .text-story {
        position: absolute;
        bottom: 75px;
        height: 300px;
        width: 300px;
        right: 22%;
        resize: none;
        border: 2px solid #0751a1;
    }

    /* .div-btn-story {
        position: absolute;
        top: 107px;
        height: 120px;
        width: 50%;
        right: 18%;
    }*/

    .btn-s-add {
        background: #0751a1;
        color: white;
        font-size: 17px;
        font-weight: bold;
        position: absolute;
        top: 70px;
        right: 10%;
    }

    .btn-s-insert {
        background: darkorange;
        color: white;
        font-size: 17px;
        font-weight: bold;
        position: absolute;
        top: 70px;
        right: 67%;
    }

    .c-count-div {
        position: absolute;
        height: 50px;
        width: 50px;
        background: #0751a1;
        border-radius: 50%;
        text-align: center;
        top: 10px;
        right: 10%;
    }

    .p-c-count {
        margin-top: 7px;
        font-size: 22px;
        font-weight: bold;
        color: white;
    }
    /*/////////////////////////////////////////////addpost*/
    .div-up-img {
        position: absolute;
        top: 120px;
        width: 100%;
        right: 0;
    }



    .post-pic {
        position: absolute;
        top: 110px;
        height: 250px;
        width: 300px;
        right: 1%;
    }

    .div-btn {
        position: absolute;
        top: 385px;
        height: 50px;
        width: 40%;
        right: 53%;
    }

    .lbl-post {
        text-align: center;
        position: absolute;
        top: 380px;
        height: 30px;
        width: 100px;
        border-radius: 10px;
        background: green;
        color: white;
        font-size: 13px;
        font-weight: bold;
        right: 14%;
        cursor: pointer;
    }

    .btn-s-img {
        background: #0751a1;
        color: white;
        font-size: 17px;
        font-weight: bold;
    }

    .btn-s-text {
        background: darkorange;
        color: white;
        font-size: 17px;
        font-weight: bold;
    }

    .div-up-text {
        position: absolute;
        top: 120px;
        height: 380px;
        width: 70%;
        right: 10%;
    }


    .text-post {
        position: absolute;
        top: 110px;
        height: 250px;
        width: 380px;
        right: 50%;
        resize: none;
        border: 2px solid #0751a1;
    }

    .div-btn-post {
        position: absolute;
        top: 320px;
        height: 50px;
        width: 40%;
        right: 26%;
    }


    /*/////////////////////////////////////////////////*/
    .menu-top {
        display: none;
    }

    .main-ac {
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .menu-bottom {
        display: none;
    }

    .a-regis {
        display: none;
    }

    .a-forget {
        display: none;
    }

    .menu-bar {
        display: none;
    }

    .div-menu-xs {
        display: none;
    }

    .main {
        height:584px;
        width: 100%;
        z-index: 1;
        position: absolute;
    }

    .logo {
        background: #FF0000;
        background: linear-gradient(to left, #69c1fb 0%, #2568a1 50%, #09356c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        position: absolute;
        top: -10px !important;
        right: 8% !important;
    }

    .logo-pic {
        position: absolute;
        top: -1px !important;
        height: 50px;
        width: 70px;
        right: 2%;
    }

    .header-main {
        background: rgb(2,0,36);
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
        width: 99%;
        top: 6px;
        right: .5%;
        height: 42px;
        position: absolute;
        border: 1px solid #69c1fb;
    }

/*    .footer-com {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 100%;
        height: 20px;
        position: absolute;
        top: 595px;
        border: 1px solid #69c1fb;
    }*/

   
    .body-main {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 59%;
        float: right;
       height: 100%;
       
        position: absolute;
        top: 55px;
        right: 15.9%;
    }

    .body-main2 {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 83%;
        float: right;
        height: 100%;
        position: absolute;
        top: 55px;
        right: 15.9%;
    }

    .div-right {
      

    box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
    -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
    -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
    width: 14.9%;
    float: right;
    top: 55px;
    height: 100%;
    position: absolute;
    right: .5%;
    border: 1px solid #69c1fb;
    border-radius: 20px;
    background: white;
}

    .div-left {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 24%;
        float: right;
        top: 55px;
        height: 100%;
        position: absolute;
        right: 75.5%;
        border: 1px solid #69c1fb;
        border-radius: 20px;
        background: white;
    }
   
 
    .menu {
        position: absolute;
        top: 5px;
        right: 16%;
    }
    .main2 {
        height: 3000px;
        width: 100%;
        z-index: 1;
        position: absolute;
    }

    .body-main2 {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 59%;
        float: right;
        height: 300%;
        position: absolute;
        top: 55px;
        right: 15.9%;
    }

  
    .div-right2 {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 14.9%;
        float: right;
        top: 55px;
        height: 300%;
        position: absolute;
        right: .5%;
        border: 1px solid #69c1fb;
        border-radius: 20px;
        background: white;
    }

    .div-left2 {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 24%;
        float: right;
        top: 55px;
        height: 300%;
        position: absolute;
        right: 75.5%;
        border: 1px solid #69c1fb;
        border-radius: 20px;
        background: white;
    }
        .menu li {
            list-style: none;
            float: right;
            margin-right: 40px;
            padding: 3px 10px 3px 10px;
        }

            .menu li:hover {
                color: #0751a1;
                border: 2px solid #0751a1;
            }

            .menu li a {
                text-decoration: none;
                color: #020930;
            }

                .menu li a:hover {
                    text-decoration: none;
                    color: #0751a1;
                }

    .logo {
        position: absolute;
        right: 4%;
        top: 3px;
    }
    .register2 {
        position: absolute;
        right: 70%;
        top: 5PX;
    }

        .register2 a {
            text-decoration: none;
            color: #020930;
        }
    .register {
        position: absolute;
        right: 67%;
        top: 5PX;
    }

        .register a {
            text-decoration: none;
            color: #020930;
        }
    .guest {
        position: absolute;
        right: 56%;
        top: 5PX;
    }
        .guest a {
            text-decoration: none;
            color: #020930;
        }
    .login {
        position: absolute;
        right: 62%;
        top: 5PX;
    }

        .login a {
            text-decoration: none;
            color: #020930;
        }

    .namepro {
        position: absolute;
        right: 84%;
        top: 8px;
    }

        .namepro a {
            color: white;
            padding: 3px 10px 3px 10px;
            background: #020930;
        }

    .picpro {
        position: absolute;
        right: 94%;
        top: 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

    .post {
        width: 33%;
        background: #020930;
        color: white;
        cursor: pointer;
        float: right;
        font-size: 12px;
        position: absolute;
    }

    .group {
        width: 100%;
        background: #0751a1;
        color: white;
        cursor: pointer;
        text-align: center;
        font-size: 17px;
        position: absolute;
        right: 0%;
        
    }

    .quest {
        width: 33.8%;
        background: #226f9b;
        color: white;
        cursor: pointer;
        float: right;
        font-size: 12px;
        position: absolute;
        right: 66%;
    }

    .div-post {
        position: absolute;
        background: #020930;
        width: 100%;
        height: 510px;
        top: 16px;
    }

    .div-group {
        position: absolute;
        width: 100%;
        height: 502px;
        top: 27px;
    }
    .adver {
        width: 100%;
        height: 128px;
    }
    .div-quest {
        position: absolute;
        background: #226f9b;
        width: 100%;
        height: 510px;
        top: 16px;
    }

    .follow-div {
        border: 5px solid #0751a1;
        width: 94%;
        margin-right: 3%;
        border-radius: 2px;
        height: 70px;
        margin-top: 35px;
        
    }

    .follow-name {
        color: dimgray;
        cursor: pointer;
        font-size: 19px;
        float: right;
        margin-right: 20px;
        margin-top:10px;
    }

    .follow-p {
        margin-right: 60%;
        margin-top: -24px;
        color: blue;
        cursor: pointer;
        font-size: 10px;
        float: right;
        border: 2px solid #69c1fb;
        border-radius: 20px;
        padding-right: 4px;
        padding-left: 4px;
        padding-bottom: 2px;
    }

    .follow-pic {
        margin-right: 2%;
        margin-top: 1px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 4px dotted darkorange;
    }
    /*//////////////////////////////////////////////////////register*/
    .regis-div {
        position: absolute;
        width: 24%;
        height: 140px;
        border: 4px solid #2568a1;
        right: 38%;
        top: 180px;
        background: white;
    }

    .regis-text {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }

    .regis-mobile {
        position: absolute;
        width: 60%;
        right: 21%;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-btn {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 90px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }

        .regis-btn:hover {
            background: #64a028;
        }


    .regis-div2 {
        position: absolute;
        width: 28%;
        height: 350px;
        border: 4px solid #2568a1;
        right: 38%;
        top: 80px;
        background: white;
    }
    .regis-div3 {
        position: absolute;
        width: 35%;
        height: 350px;
        border: 4px solid #2568a1;
        right: 30%;
        top: 100px;
        background: white;
    }
    .usernull {
        position: absolute;
        right: 38%;
        top: 440px;
        color:red;
    }
    .regis-text2 {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }
 
    .regis-email2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 160px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }
   .regis-phone2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 160px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }
    .regis-user2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 200px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-pass2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 240px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-btn2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 300px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }

        .regis-btn2:hover {
            background: #64a028;
        }

    .regis-pic {
        position: absolute;
        top: 55px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        right: 34%;
        cursor: pointer;
        border: 4px dotted #0751a1;
    }

    .lbl-up {
        width: 20%;
        position: absolute;
        top: 80px;
        right: 4%;
        height: 50px;
        font-size: 14px;
    }
    /*  .lblpic {
        position: absolute;
        top: 140px;
        right: 36%;
    }*/
    /*///////////////////////////////////////////////login*/
    .login-div {
        position: absolute;
        width: 24%;
        height: 300px;
        border: 4px solid #2568a1;
        right: 38%;
        top: 180px;
        background: white;
    }

    .login-text {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }
    #recaptcha {
        position:absolute;
        right:5px;
        top:150px;
    }
    .login-user {
        position: absolute;
        width: 60%;
        right: 21%;
        top:55px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }
    .a-login{
        display:block;
    }
    .login-pass {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 100px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }
  
    .login-btn {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 235px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }
    .login-btn2 {
        position: absolute;
        width: 6%;
        right: 51%;
        top: 419px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #2568a1;
        color: white;
        display: none;
    }

        .login-btn:hover {
            background: #64a028;
        }
    /*///////////////////////////////////////////////////////////profile*/
    .pic-profile {
        position: absolute;
        top: 60px;
        right: 12%;
        width: 80%;
    }
    /*//////////////////////////////////////////////////layoutpro*/

    .top-pro {
        position: absolute;
        top: 0;
        width: 100%;
        border-bottom: 2px solid #0751a1;
        height: 82px;
    }



    .ul-insert {
        position: absolute;
        top: 4px;
        right: 3%;
    }

        .ul-insert li {
            list-style: none;
            padding: 5px 8px 5px 8px;
            margin-right: 10px;
            background: #0751a1;
            float: right;
            border-radius: 10px;
            cursor: pointer;
            color: white;
            margin-top:3px;
        }

            .ul-insert li a {
                color: white;
                text-decoration: none;
                cursor: pointer;
            }
    /*///////////////////////////////////////links*/
    .div-ul-links {
        position: absolute;
        top: 96px;
        width: 10%;
        /*border-bottom: 2px solid #0751a1;*/
        height: 260px;
        background: white;
        border: 2px solid #0751a1;
        right: 21.5%;
        z-index: 10;
    }

    .ul-links {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-links li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 14px;
            width: 100%;
            cursor: pointer;
        }

            .ul-links li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }
    /*///////////////////////////////////////group*/
    .div-ul-group {
        position: absolute;
        top: 96px;
        width: 10%;
        /*border-bottom: 2px solid #0751a1;*/
        height: 160px;
        background: white;
        border: 2px solid #0751a1;
        right: 40.5%;
        z-index: 10;
    }

    .ul-group {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-group li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 14px;
            width: 100%;
            cursor: pointer;
        }

            .ul-group li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }
    /*//////////////////////////////////////extera*/
    .search-p-follower-no {
        margin-right: 60%;
        margin-top: -52px;
        color: orange !important;
        cursor: pointer;
        font-size: 15px;
        float: right;
        border: 4px solid orange;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 8px;
        padding-top: 7px;
    }

    .search-p-following-no {
        margin-right: 60%;
        margin-top: -52px;
        color: orange !important;
        cursor: pointer;
        font-size: 15px;
        float: right;
        border: 4px solid orange;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 8px;
        padding-top: 7px;
    }

    .search-p-r-no {
        margin-right: 50%;
        margin-top: 1px;
        color: red !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid red;
        border-radius: 20px;
        width: 50px;
        text-align: center;
    }

    .search-p-r-ok {
        margin-right: 60%;
        margin-top: -34px;
        color: green !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid green;
        border-radius: 20px;
        width: 50px;
        text-align: center;
    }

    .search-p-ignore {
        margin-right: 58%;
        margin-top: -36px;
        color: red !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid red;
        border-radius: 20px;
        width: 120px;
        text-align: center;
    }

    .div-search {
        position: absolute;
        top: 70px;
        width: 100%;
    }

    .text-search {
        border: 4px solid #0751a1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 50%;
        position: absolute;
        top: 20px;
        right: 18%;
        height: 38px;
        text-align: center;
        font-size: 16px;
        color: #0751a1;
    }
    .text-search2 {
        border: 4px solid #0751a1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 50%;
        position: absolute;
        top: 70px;
        right: 18%;
        height: 38px;
        text-align: center;
        font-size: 16px;
        color: #0751a1;
    }
 /*   .div-search {
        border: 4px solid #0751a1;
     
        width: 80%;
        position: absolute;
        top: 70px;
        right: 6%;
        height: 38px;
        text-align: center;
        font-size: 16px;
        color: #0751a1;
    }*/
    .btn-search {
        /*border: 4px solid #0751a1;*/
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 15%;
        position: absolute;
        height: 40px;
        background: #0751a1;
        color: white;
        top: 18px;
        right: 68%;
    }
    /*//////////////////////////search*/
    .search-div-main {
        position: absolute;
        top: 120px;
        width: 100%;
        height: 380px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .search-div {
        border: 5px solid #0751a1;
        width: 40%;
        margin-right: 6%;
        border-radius: 5px;
        height: 90px;
        margin-top: 30px;
        float: right;
    }

    .search-name {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        float: right;
        margin-right: 15px;
    }

    .search-p {
        margin-right: 60%;
        margin-top: -52px;
        color: blue;
        cursor: pointer;
        font-size: 15px;
        float: right;
        border: 4px solid #69c1fb;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 8px;
        padding-bottom: 7px;
    }

    .search-pic {
        margin-right: 4%;
        margin-top: 1px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        float: right;
        border: 2px solid #0751a1;
    }
    /*/////////////////////////////////////////inbox*/
    .main-box {
        position: absolute;
        width: 100%;
        height: 90%;
        top: 80px;
    }

    .side-box {
        position: absolute;
        top: 10px;
        right: .7%;
        width: 29%;
        height: 450px;
        border-left: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
        border-radius: 20px;
    }
    .menucleft {
        position: absolute;
        width: 60%;
        height: 10%;
        top: 90px;
        right:40%;


    }

    #cambox {
        position: absolute;
        top: 10px;
        right: 0;
        width: 29%;
        height: 34%;
        border: 3px solid #09356c;
   
    }

    .side-box3 {
        position: absolute;
        top: 37%;
        right: 0;
        width: 29%;
        height: 70%;
        border: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }



    .mess-box3 {
        position: absolute;
        top: 10px;
        right: 30%;
        width: 68%;
        height: 370px;
        border: 2px solid #09356c;
      
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
        border-radius: 20px;
    }
    .main-box2 {
        position: absolute;
        width: 100%;
        height: 80%;
        top: 80px;
    }

    .side-box2 {
        position: absolute;
        top: 10px;
        right: .7%;
        width: 29%;
        height: 450px;
        border-left: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
        border-radius: 20px;
    }
        #their-video {
        position: absolute;
        top: 16%;
        right: 0%;
        width: 100%;
        height: 410px;
    }

    #my-video {
        position: absolute;
        top: 16%;
        right: 0%;
        width: 18%;
        height: 100px;
        border: 2px solid #09356c;
    }
    .ut-box {
        position: absolute;
        top: 10px;
        right: 30%;
        width: 68%;
        height: 40px;
    
    }
    .ut-box2 {
        position: absolute;
        top: 2px;
        right: 30%;
        width: 68%;
        height: 40px;
        z-index:10;
    }
    .back-btn{
        float:left;
        margin-left:3%;
    }
    .phone-btn {
        float: left;
        margin-left: 3%;
    }
    .end-btn {
        float: left;
        margin-left: 3%;
    }
    .camera-btn {
        float: left;
        margin-left: 3%;
    }
    .mess-box {
        position: absolute;
        top: 10px;
        right: 30%;
        width: 68%;
        height: 370px;
        border: 2px solid #09356c;
       
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
        border-radius: 20px;
    }

    .form-box {
        position: absolute;
        top: 10px;
        right: 30%;
        width: 68%;
        height: 80px;
        top: 396px;
        z-index:10;
    }
    .mess-box2 {
        position: absolute;
        top: 10px;
        right: 30%;
        width: 68%;
        height: 370px;
        border: 2px solid #09356c;
   
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
        border-radius: 20px;
    }

    .form-box2 {
        position: absolute;
        right: 30%;
        width: 68%;
        height: 80px;
        top: 396px;
        z-index: 10;
    }

    .xz{
        z-index:1;
    }
    #xtextbox2 {
        position: absolute;
        bottom: 160px;
        right: 40%;
    }
    .mes-pro {
        border-bottom: 3px solid #09356c;
        width: 100%;
        height: 70px;
    }

    .mes-pic {
        margin-right: 4%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #69c1fb;
    }
    .mes-pic3 {
        margin-right: 4%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #19be17;
    }
    .mes-name {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 4px;
        margin-top: 21px;
    }
    .mes-pro2 {
        border-bottom: 3px solid #09356c;
        width: 100%;
        height: 40px;
    }

    .mes-pic2 {
        margin-right: 4%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #69c1fb;
    }
    .mes-pic4 {
        margin-right: 4%;
        margin-top: 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #17c72b;
    }
    .mes-name2 {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 4px;
        margin-top: 21px;
    }
    .mes-name3 {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 4px;
        margin-top: 12px;
    }
    /*/////////////message*/
    .box-pro {
        width: 100%;
    }

    .box-pic {
        margin-right: 4%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
    }

    .box-name {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 5%;
        margin-top: 11px;
        border-bottom: 2px solid blue;
    }

    .box-com {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        /*margin-top: 8px;*/
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }   .box-com2 {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        /*margin-top: 8px;*/
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
    .box-pic2 {
        margin-right: 4%;
        margin-top: -65px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
    }

    .box-name2 {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 25%;
        margin-top: -55px;
        border-bottom: 2px solid blue;
    }

    .box-com2 {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        margin-top: 70px;
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
    .box-date {
        color: #09356c;
        cursor: pointer;
        font-size: 13px;
        font-weight: bold;
        float: right;
        margin-right: 10%;
        margin-top: 11px;
    }

    .form-tarea {
        position: absolute;
        top: 4px;
        right: 5px;
        width: 90% !important;
        height: 72px !important;
        border: 2px dotted #09356c;
        resize: none;
    }

    .form-btn-box {
        position: absolute;
        top: 60px;
        left: -3px;
        background: #a2de30;
        color: white;
        border-radius: 2px;
    }

    .form-btn-pic {
        position: absolute;
        top: 24px;
        height: 24px;
        width: 40px;
        left: 1px;
        color: orange;
        border-radius: 2px;
        font-size: 25px;
        cursor: pointer;
    }

    .btnsendvoice {
        position: absolute;
        top: -11px;
        height: 34px;
        width: 50px;
        left: 1px;
        color: #69c1fb;
        border-radius: 2px;
        font-size: 30px;
        cursor: pointer;
    }

    .img-com-chat {
        height: 160px;
        width: 160px;
        margin-left: 32%;
        border: 2px dotted #09356c;
    }
    .img-com-chat2 {
       font-size:18px;
        margin-left: 32%;
        color:#09356c;
    } .img-com-chat22 {
       font-size:18px;
        margin-left: 32%;
        color:#09356c;
    }
    /*/////////////////////////////////////////////////lightbox*/
    * {
        box-sizing: border-box;
    }

    .row > .column {
        padding: 0 8px;
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .column {
        float: left;
        width: 25%;
    }

    /* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
    }

    /* Modal Content */
    .modal-content {
        position: absolute;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
    }

    /* The Close Button */
    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }


    .cursor {
        cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    img {
        margin-bottom: -4px;
    }

    .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }

    .demo {
        opacity: 0.6;
    }

        .active,
        .demo:hover {
            opacity: 1;
        }

    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    /*/////////////////////////////////////////////////////post*/
    .div-post-main {
        width: 100%;
        position: absolute;
        background: white;
        top: 90px;
        height: 490px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .div-post-top {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        height: 180px;
    }

    .div-post-top-right {
        width: 15%;
        float: right;
        height: 180px;
    }

    .div-post-top-center {
        width: 68%;
        float: right;
        background: white;
        height: 180px;
        border-bottom: 4px solid #69c1fb;
        border-radius: 100px;
    }

    .div-post-top-left {
        width: 15%;
        float: right;
        height: 180px;
    }

    .div-post-bottom {
        width: 100%;
        position: absolute;
        top: 180px;
        height: 310px;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }
    .div-post-b2 {
        width: 100%;
        position: absolute;
        background: white;
        top: 80px;
        height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .prof-div {
        position: absolute;
        width: 100%;
    }

    .prof-right {
        width: 60%;
        float: right;
        height: 180px;
    }

    .prof-pic {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        border: 8px solid #69c1fb;
    }
    .prof-pic2 {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        border: 8px solid #4ed318;
    }
    .prof-name {
        position: absolute;
        right: 24%;
        top: 70px;
        font-size: 22px;
        font-weight: bold;
        color: dimgray;
        border-right: 2px solid dimgray;
        border-left: 2px solid dimgray;
        padding: 5px;
    }


    .prof-left {
        width: 40%;
        float: right;
        height: 180px;
        border-left: 3px solid white;
    }

    .prof-follower {
        width: 17%;
        height: 33px;
        font-size: 18px;
        font-weight: bold;
        color: darkgreen;
        position: absolute;
        top: 40px;
        right: 45%;
        border: 3px solid darkgreen;
        text-align: center;
        cursor: pointer;
    }
    .prof-follower2 {
        width: 17%;
        height: 33px;
        font-size: 18px;
        font-weight: bold;
        color: #0751a1;
        position: absolute;
        top: 8px;
        right: 45%;
        border: 3px solid #0751a1;
        text-align: center;
        cursor: pointer;
    }
    .prof-send {
        width: 17%;
        height: 33px;
        font-size: 18px;
        font-weight: bold;
        color: goldenrod;
        position: absolute;
        top: 75px;
        right: 45%;
        border: 3px solid goldenrod;
        text-align: center;
        cursor: pointer;
    }

    .prof-ignore {
        width: 17%;
        height: 33px;
        font-size: 15px;
        font-weight: bold;
        color: red;
        position: absolute;
        top: 110px;
        right: 45%;
        border: 3px solid red;
        text-align: center;
        cursor: pointer;
    }

    .follower-post-p {
        position: absolute;
        right: 3%;
        top: 30px;
        font-size: 19px;
        font-weight: bold;
    }

    .follower-post-count {
        position: absolute;
        right: 3%;
        top: 55px;
        font-size: 17px;
        font-weight: bold;
    }

    .following-post-p {
        position: absolute;
        left: 3%;
        top: 30px;
        font-size: 19px;
        font-weight: bold;
    }

    .following-post-count {
        position: absolute;
        left: 3%;
        top: 55px;
        font-size: 17px;
        font-weight: bold;
    }

    .post-pic-click {
        height: 180px;
        width: 180px;
        border: 2px solid gray;
        float: left;
        cursor: pointer;
    }

    .img-com-user {
        height: 180px;
        width: 180px;
    }
    /*////////////////////////////////////////////////////postshow*/
    .pic-modal {
        width: 60%;
        height: 420px;
        margin-left: 20%;
    }
    .pic-modal2 {
        width: 60%;
        height: 420px;
        margin-left: 20%;
        margin-top:25px;
    }
    .div-post-main2 {
        width: 100%;
        position: absolute;
        background: white;
        top: 42px;
        height: 490px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width:768px) {
}
/* Medium devices (landscape tablets, 480px and up) */
@media only screen and (min-width:320px) and (max-width:480px) {
      /*    ////////////////////////////////////////////////////callus*/
    .tcall {
        position: absolute;
        top: 90px;
        height: 50px;
        width: 100%;
        border: 3px solid white;
        text-align: center;
        color: white;
    }
    .email {
        position: absolute;
        top: 150px;
        height: 50px;
        width: 80%;
        border: 3px solid blue;
        left: 10%;
        border-radius: 20px;
        text-align: right;
    }

    .msg {
        position: absolute;
        top: 220px;
        height: 250px;
        width: 80%;
        border: 3px solid blue;
        text-align: right;
        left: 10%;
        border-radius: 20px;
    }


    .sbtn {
        position: absolute;
        top: 620px;
        left: 20%;
    }

    .rec {
        position: absolute;
        top: 340px;
    }
    /*    ////////////////////////////////////////////////////callfast*/
    .callmain {
        position: absolute;
        height: 470px;
        width: 100%;
    }

    .calldhl {
        position: absolute;
        top: 100px;
        width: 100%;
        height: 40px;
        border-bottom: 3px solid darkblue;
    }
    .linkdf {
        position: absolute;
        top: 150px;
        width: 100%;
        height: 40px;
        border-bottom: 3px solid darkblue;
    }
    .makeplp {
        position: absolute;
        right: 2%;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        color: blue;
    }

    .btn-lin {
        position: absolute;
        right: 70%;
    }

    .callinfo {
        position: absolute;
        top: 140px;
        width: 100%;
        height: 70px;
        border-bottom: 3px solid darkblue;
    }

    .infocl {
        position: absolute;
        right: 2%;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        color: red;
        text-align: right;
    }

    .dlin {
        position: absolute;
        top: 210px;
        width: 100%;
        height: 60px;
        border-bottom: 3px solid darkblue;
    }

    .dlin2 {
        position: absolute;
        top: 270px;
        width: 100%;
        height: 60px;
        border-bottom: 3px solid darkblue;
    }

    .tlincall {
        right: 2%;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        color: red;
    }

    .linmaster0 {
        font-size: 11px;
        font-weight: bold;
        top: 20px;
        position: absolute;
        color: red;
        text-align:left;
        right:17%;
    }

    .linmaster {
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        color: blue;
        text-align: left;
        top:23px;
        left:70px;
    }

    .txtcall {
        position: absolute;
        width: 90%;
        height: 25px;
        top: 350px;
        right: 5%;
        border: 2px solid blue;
    }
    .btnfileu {
        position: absolute;
        right: 10%;
        width: 100px;
        height: 30px;
    }
    .btn-lincall {
        position: absolute;
        top: 375px;
        right: 70%;
    }
    .h-lincall {
        position: absolute;
        top: 375px;
        right: 5%;
    }
    /*///////////////////////////////////////////////*/
    .guest {
        position: absolute;
        right: 45%;
        top: 5PX;
    }

        .guest a {
            text-decoration: none;
            color: #020930;
        }
    .login {
        position: absolute;
        right: 62%;
        top: 5PX;
    }

        .login a {
            text-decoration: none;
            color: #020930;
        }
    .register {
        position: absolute;
        right: 76%;
        top: 5PX;
    }

        .register a {
            text-decoration: none;
            color: #020930;
        }
    /*//////////////////////////////////////////////////peerjs/*/
    #live {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 450px;
        background-color: #000;
        display: none;
    }

    #local-video {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 170px;
        height:170px;
        border: 2px solid #fff;
    }

    #remote-video {
        position: absolute;
        width: 100%;
        height: 500px;
        top: 0%;
        left: 0%;
    }

    #end-call {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 8px;
        background-color: red;
        color: white;
        border: none;
        margin: 16px;
        z-index: 100;
    }

    .aler {
        position: absolute;
        width: 20%;
        height: 180px;
        right: 40%;
        top: 130px;
        background-color: cadetblue;
    }

    .aler2 {
        position: absolute;
        width: 40%;
        height: 180px;
        right: 30%;
        top: 130px;
        background-color: cadetblue;
    }
    /*/////////////////////////////////////////////////////////////*/
    .div-post-b2 {
        width: 100%;
        position: absolute;
        background: white;
        top: 80px;
        height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .dheaderh2 {
        z-index: 1000 !important;
        top: 55px !important;
        right: 16% !important;
    position:absolute;
    }

    .headerh2 {
        color: floralwhite;
        font-weight: bold;
        z-index: 1000;
        font-size: 24px !important;
    }
    .sclose {
        position: fixed;
        left: 15px;
        top: 30px;
        font-size: 32px;
        color: red
    }
    /*//////////////////////////////////////////////showpost*/
    .div-post-view {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        height: 280px;
    }

    .img-post-view {
        width: 100%;
        position: absolute;
        border: 3px solid white;
        right: 0%;
        height: 210px;
        cursor: pointer;
    }
    /*   .div-p-post-view{
        position: absolute;
        width: 60%;
        right: 20%;
        height: 70px;
        top: 210px;
       
    }*/
    .p-post-view {
        width: 100%;
        position: absolute;
        border: 3px solid white;
      
        height: 70px;
      
        top: 210px;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        padding: 10px 10px 1px 20px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .div-utility-comment {
        width: 100%;
        position: absolute;
        background: white;
        height: 30px;
        top: 280px;
        right: 0%;
    }

    .countsee {
        position: absolute;
        top: 2px;
        right: 5%;
        color: green;
    }

    .like {
        position: absolute;
        top: 2px;
        right: 24%;
        cursor: pointer;
    }

    .report {
        position: absolute;
        top: 2px;
        right: 46%;
        color: darkorange;
        cursor: pointer;
    }
    .trash {
        position: absolute;
        top: 2px;
        right: 76%;
        color: darkorange;
        cursor: pointer;
    }
    .div-comment {
        width: 100%;
        position: absolute;
        height: 180px;
        overflow-x: hidden;
        overflow-y: auto;
        top: 308px;
        right: 0%;
        background: white;
    }

    .div-com-main {
        width: 100%;
        position: absolute;
        height: 100px;
        border-bottom: 1px solid #69c1fb;
    }

    .com-post {
        resize: none;
        position: absolute;
        right: 1%;
        top: 5px;
        height: 80px;
        width: 70%;
    }

    .btn-com {
        position: absolute;
        top: 58px;
        right: 72%;
        width: 15%;
        height: 27px;
        background: #69c1fb;
        color: white
    }

    .div-com {
        width: 100%;
        position: absolute;
        top: 102px;
        height: 85px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .div-com-text {
        height: auto;
        width: 100%;
        margin-right: 5%;
        text-align: right;
        border-bottom: 1px solid black;
        margin-top: 15px;
    }

    .p-com-user {
        direction: rtl;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid #69c1fb;
        color: #69c1fb;
        cursor: pointer;
    }

    .p-com-text {
        direction: rtl;
        font-size: 13px;
        width: 100%;
        color: darkgray;
    }
  /*///////////////////////////////////////////////*/
    .menu-top {
        position: fixed;
        height: 40px;
        width: 100%;
        border: 4px solid darkgray;
        top: 50px;
    }

    .main-ac {
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .menu-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 40px;
        background: white;
        border: 4px solid darkgray;
        width: 100%;
        z-index: 11;
    }

    .a-login {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        top: 244px;
        right: 10%;
        color: black;
        list-style: circle;
        text-decoration: none;
    }

        .a-login:hover {
            color: black;
        }
    .alert-regis {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 264px;
        right: 12%;
        color: red;
    }
    .a-regis {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        top: 455px;
        right: 22%;
        color: black;
        list-style: circle;
        text-decoration: none;
    }

        .a-regis:hover {
            color: black;
        }
    .alert-login {
        font-size: 13px;
        font-weight: bold;
        position: absolute;
        top: 450px;
        right: 22%;
        color: red;
    }
    .a-forget {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        top: 410px;
        right: 50%;
        color: darkorange;
        list-style: circle;
        text-decoration: none;
    }

        .a-forget:hover {
            color: darkorange;
        }

    .a-menu-b {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 15%;
        color: black;
        top: 2px;
        text-decoration: none;
    }

    .a-menu-b2 {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 64%;
        top: 2px;
        color: black;
        text-decoration: none;
    }

    .a-menu-b:hover {
        text-decoration: none;
        color: black;
    }

    .a-menu-b2:hover {
        text-decoration: none;
        color: black;
    }

    .a-menu2-b {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 15%;
        color: black;
        top: 2px;
        text-decoration: none;
    }

    .a-menu2-b2 {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 48%;
        top: 2px;
        color: black;
        text-decoration: none;
    }

    .a-menu2-b3 {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 81%;
        top: 2px;
        color: black;
        text-decoration: none;
    }

    .a-menu2-b:hover {
        text-decoration: none;
        color: black;
    }

    .a-menu2-b2:hover {
        text-decoration: none;
        color: black;
    }

    .a-menu2-b3:hover {
        text-decoration: none;
        color: black;
    }

    .line-menu2 {
        position: absolute;
        right: 33%;
        width: 4px;
        height: 40px;
        background: darkgray;
        display: none;
    }

    .line-menu21 {
        position: absolute;
        right: 67%;
        width: 4px;
        height: 40px;
        background: darkgray;
        display: none;
    }

    .menu-bar {
        font-size: 22px;
        color: white;
        position: fixed;
        top: 5px;
        right: 90%;
        cursor: pointer;
        z-index: 16;
    }

    .div-menu-xs {
        position: fixed;
        width: 50%;
        height: 500px;
        left: 0;
        top: 44px;
        background: white;
        z-index: 100;
        border: 2px solid #2568a1;
    }

    .line-menu {
        position: absolute;
        right: 50%;
        width: 4px;
        height: 40px;
        background: darkgray;
        display: none;
    }

    .menu-xs {
        position: absolute;
        top: 7px;
        left: 31%;
        width: 100%;
    }

        .menu-xs li {
            list-style: none;
            font-size: 17px;
            font-weight: bold;
            margin-top: 20px;
            color: #0751a1;
            margin-top: 8px;
        }

            .menu-xs li a {
                text-decoration: none;
                color: #0751a1;
            }

    .main {
        height: 300px;
        width: 100%;
        z-index: 1;
        position: absolute;
    }

    .logo {
        background: #FF0000;
        background: linear-gradient(to left, #2568a1 0%, #09356c 50%, #09356c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px;
        position: absolute;
        top: 4px !important;
        right: 20% !important;
    }

    .logo-pic {
        position: absolute;
        top: 8px !important;
        height: 30px;
        width: 50px;
        right: 2%;
    }

    .header-main {
        background: rgb(2,0,36);
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
        width: 100%;
        height: 42px;
        position: absolute;
        border: 1px solid #69c1fb;
        z-index: 15;
    }

    .footer-com {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 100%;
        height: 20px;
        position: absolute;
        top: 595px;
        border: 1px solid #69c1fb;
    }

    .body-main {
        width: 100%;
        position: absolute;
        top: 128px;
        /*border: 1px solid #69c1fb;*/
    }

    .div-right {
        width: 100%;
        top: 50px;
        height: 80px;
        position: absolute;
        border: 2px solid #69c1fb;
        overflow-x: auto;
        overflow-y: hidden;
        background: white;
        border-radius: 5px;
    }

    .div-left {
        /*   box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 24%;
        float: right;
        top: 55px;
        height: 530px;
        position: absolute;
        right: 75.5%;
        border: 1px solid #69c1fb;*/
        display: none;
    }

    .menu {
        display: none;
    }

        /*    .menu li {
            list-style: none;
            float: right;
            margin-right: 40px;
            padding: 3px 10px 3px 10px;
        }

            .menu li:hover {
                color: #0751a1;
                border: 2px solid #0751a1;
            }

            .menu li a {
                text-decoration: none;
                color: #020930;
            }*/

        .menu li a:hover {
            text-decoration: none;
            color: #0751a1;
        }

    .logo {
        position: absolute;
        right: 4%;
        top: 3px;
    }

    .register2 {
        display: none
    }

    .register {
        display: block;
    }

        .register a {
            text-decoration: none;
            color: #020930;
            font-size: 14px;
            font-weight: bold;
        }

    .login {
        display: block;
    }

        .login a {
            text-decoration: none;
            color: #020930;
            font-size: 14px;
            font-weight: bold;
        }

    .namepro {
        position: absolute;
        right: 84%;
        top: 8px;
    }

        .namepro a {
            color: white;
            padding: 3px 10px 3px 10px;
            background: #020930;
        }

    .picpro {
        position: absolute;
        right: 94%;
        top: 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

    .post {
        width: 33%;
        background: #020930;
        color: white;
        cursor: pointer;
        float: right;
        font-size: 12px;
        position: absolute;
    }

    .group {
        /*   width: 100%;
        background: #0751a1;
        color: white;
        cursor: pointer;
        text-align: center;
        font-size: 17px;
        position: absolute;
        right: 0%;*/
        display: none;
    }

    .quest {
        width: 33.8%;
        background: #226f9b;
        color: white;
        cursor: pointer;
        float: right;
        font-size: 12px;
        position: absolute;
        right: 66%;
    }

    .div-post {
        position: absolute;
        background: #020930;
        width: 100%;
        height: 510px;
        top: 16px;
    }

    .div-group {
        position: absolute;
        width: 100%;
        height: 502px;
        top: 27px;
    }

    .div-quest {
        position: absolute;
        background: #226f9b;
        width: 100%;
        height: 510px;
        top: 16px;
    }

    .follow-div {
        /* border: 5px solid #0751a1;
        width: 94%;
        margin-right: 2%;
        border-radius: 2px;
        height: 50px;
        margin-top: 44px;
        float:right;*/
    }

    .follow-name {
        color: #0751a1;
        cursor: pointer;
        font-size: 11px;
        float: right;
        margin-top: 60px;
        margin-right: -47px;
    }

    .follow-p {
        margin-right: 60%;
        margin-top: -24px;
        color: blue;
        cursor: pointer;
        font-size: 10px;
        float: right;
        border: 2px solid #69c1fb;
        border-radius: 20px;
        padding-right: 4px;
        padding-left: 4px;
        padding-bottom: 2px;
    }

    .follow-pic {
        margin-right: 6%;
        margin-top: 1px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 4px solid #0751a1;
    }
    /*//////////////////////////////////////////////////////register*/
    .regis-div {
        position: absolute;
        width: 88%;
        height: 200px;
        border: 4px solid #2568a1;
        right: 6%;
        top: 100px;
        background: white;
    }

    .regis-text {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }

    .regis-mobile {
        position: absolute;
        width: 60%;
        right: 21%;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-btn {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 90px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }

        .regis-btn:hover {
            background: #64a028;
        }


    .regis-div2 {
        position: absolute;
        width: 88%;
        height: 350px;
        border: 4px solid #2568a1;
        right: 6%;
        top: 80px;
        background: white;
    }
    .regis-div3 {
        position: absolute;
        width: 88%;
        height: 350px;
        border: 4px solid #2568a1;
        right: 6%;
        top: 80px;
        background: white;
    }
    .usernull {
        position: absolute;
        right: 6%;
        top: 440px;
        color: red;
    }
    .regis-text2 {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }
 
    .regis-email2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 160px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }
    .regis-phone2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 160px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }
    .regis-user2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 200px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-pass2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 240px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-btn2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 300px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }

        .regis-btn2:hover {
            background: #64a028;
        }

    .regis-pic {
        position: absolute;
        top: 55px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        right: 34%;
        cursor: pointer;
        border: 4px dotted #0751a1;
    }

    .lbl-up {
        width: 25%;
        position: absolute;
        top: 80px;
        right: 4%;
        height: 50px;
        font-size: 14px;
    }
    /*  .lblpic {
        position: absolute;
        top: 140px;
        right: 36%;
    }*/
    /*///////////////////////////////////////////////login*/
    .login-div {
        position: absolute;
        width: 100%;
        height: 250px;
        border: 0px solid #2568a1;
        right: 0%;
        top: 110px;
        background:white;
    }

    .login-text {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }

    .login-user {
        position: absolute;
        width: 60%;
        right: 21%;
        top:50px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .login-pass {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 100px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    #recaptcha {
        position: absolute;
        right: 60px;
        top: 150px;
    }
    .login-btn {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 240px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }
    .login-btn2 {
        position: absolute;
        width: 28%;
        right: 53%;
        top: 351px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #2568a1;
        color: white;
        display: none;
    }
        .login-btn:hover {
            background: #64a028;
        }
    /*///////////////////////////////////////////////////////////profile*/
    .pic-profile {
        position: absolute;
        top: 60px;
        right: 12%;
        width: 80%;
    }
    /*//////////////////////////////////////////////////layoutpro*/

    .top-pro {
        /*  position: absolute;
        top: 0;
        width: 100%;
        border-bottom: 2px solid #0751a1;
        height: 42px;*/
        display: none;
    }



    .ul-insert {
        position: absolute;
        top: 4px;
        right: 3%;
    }

        .ul-insert li {
            list-style: none;
            padding: 5px 8px 5px 8px;
            margin-right: 10px;
            background: #0751a1;
            float: right;
            border-radius: 10px;
            cursor: pointer;
            color: white;
        }

            .ul-insert li a {
                color: white;
                text-decoration: none;
                cursor: pointer;
            }
    /*///////////////////////////////////////links*/
    .div-ul-links {
        /*position: absolute;
        top: 96px;
        width: 10%;*/
        /*border-bottom: 2px solid #0751a1;*/
        /*height: 160px;
        background: white;
        border: 2px solid #0751a1;
        right: 26%;
        z-index: 10;*/
        display: none;
    }

    .ul-links {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-links li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 14px;
            width: 100%;
            cursor: pointer;
        }

            .ul-links li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }

    .ul-links2 {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-links2 li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 16px;
            width: 100%;
            cursor: pointer;
        }

            .ul-links2 li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }
    /*///////////////////////////////////////group*/
    .div-ul-group {
        /*position: absolute;
        top: 96px;
        width: 10%;*/
        /*border-bottom: 2px solid #0751a1;*/
        /*height: 160px;
        background: white;
        border: 2px solid #0751a1;
        right: 45.5%;
        z-index: 10;*/
        display: none;
    }

    .ul-group {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-group li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 16px;
            width: 100%;
            cursor: pointer;
        }

            .ul-group li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }

    .ul-group2 {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-group2 li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 14px;
            width: 100%;
            cursor: pointer;
        }

            .ul-group2 li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }
    /*//////////////////////////////////////extera*/
    .search-p-follower-no {
        margin-right: 62%;
        margin-top: -38px;
        color: orange !important;
        cursor: pointer;
        font-size: 10px;
        float: right;
        border: 4px solid orange;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 4px;
        padding-top: 3px;
    }

    .search-p-following-no {
        margin-right: 62%;
        margin-top: -38px;
        color: orange !important;
        cursor: pointer;
        font-size: 10px;
        float: right;
        border: 4px solid orange;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 4px;
        padding-top: 3px;
    }

    .search-p-r-no {
        margin-right: 50%;
        margin-top: 1px;
        color: red !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid red;
        border-radius: 20px;
        width: 50px;
        text-align: center;
    }

    .search-p-r-ok {
        margin-right: 60%;
        margin-top: -34px;
        color: green !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid green;
        border-radius: 20px;
        width: 50px;
        text-align: center;
    }

    .search-p-ignore {
        margin-right: 58%;
        margin-top: -36px;
        color: red !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid red;
        border-radius: 20px;
        width: 120px;
        text-align: center;
    }

    .div-search {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .text-search {
        border: 4px solid #0751a1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 60%;
        position: absolute;
        top: 20px;
        right: 10%;
        height: 30px;
        text-align: center;
        font-size: 14px;
        color: #0751a1;
    }
    .text-search2 {
        border: 4px solid #0751a1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 60%;
        position: absolute;
        top: 40px;
        right: 15%;
        height: 30px;
        text-align: center;
        font-size: 14px;
        color: #0751a1;
    }
/*    .div-search {
        border: 4px solid #0751a1;
        width: 80%;
        position: absolute;
        top: 70px;
        right: 6%;
        height: 38px;
        text-align: center;
        font-size: 16px;
        color: #0751a1;
    }*/
    .btn-search {
        /*border: 4px solid #0751a1;*/
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 20%;
        position: absolute;
        height: 33px;
        background: #0751a1;
        color: white;
        top: 18px;
        right: 68%;
        font-size: 12px;
    }
    /*//////////////////////////search*/
    .search-div-main {
        position: absolute;
        top: 60px;
        width: 100%;
        height: 380px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .search-div {
        border: 5px solid #0751a1;
        width: 80%;
        margin-right: 10%;
        border-radius: 5px;
        height: 60px;
        margin-top: 30px;
        float: right;
    }

    .search-name {
        color: black;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        float: right;
        margin-right: 15px;
        margin-top: 10px;
    }

    .search-p {
        margin-right: 60%;
        margin-top: -52px;
        color: blue;
        cursor: pointer;
        font-size: 12px;
        float: right;
        border: 4px solid #69c1fb;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 8px;
        padding-bottom: 7px;
    }

    .search-pic {
        margin-right: 4%;
        margin-top: 1px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        float: right;
        border: 2px solid #0751a1;
    }
    /*/////////////////////////////////////////inbox*/
    .menucleft {
        position: absolute;
        width: 60%;
        height: 10%;
        top: 40px;
    }

    #cambox {
        position: absolute;
        top: 0px;
        right: 0;
        width: 29%;
        height: 90px;
        border: 3px solid #09356c;
    }

    .side-box3 {
        position: absolute;
        top: 90px;
        right: 0;
        width: 29%;
        height: 290px;
        border: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }



    .mess-box3 {
        position: absolute;
        top: 28px;
        right: 30%;
        width: 68%;
        height: 375px;
        border: 2px solid #09356c;
        border-radius: 4px;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }
    .main-box {
        position: absolute;
        width: 100%;
        height: 590px;
        top: 0;
    }

    .side-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 590px;
        border-left: 3px solid #09356c;
        border-bottom: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
        /*float: right;*/
    }
    .side-box2 {
        position: absolute;
        top: 0;
        right: 0;
        width: 29%;
        height: 490px;
        border-left: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }
    .mess-box2 {
        position: absolute;
        top: 10px;
        right: 30%;
        width: 68%;
        height: 370px;
        border: 2px solid #09356c;
        border-radius: 4px;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }

    .form-box2 {
        position: absolute;
        right: 30%;
        width: 68%;
        height: 80px;
        top: 396px;
        z-index: 10;
    }

    .mes-pro2 {
        border-bottom: 3px solid #09356c;
        width: 100%;
        height: 40px;
    }

    .mes-pic2 {
        margin-right: 4%;
        margin-top: 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #69c1fb;
    }
    .mes-pic4 {
        margin-right: 4%;
        margin-top: 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #17c72b;
    }

    .mes-pic3 {
        margin-right: 4%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #19be17;
    }

    .mes-name3 {
        color: dimgray;
        cursor: pointer;
        font-size: 8px;
        font-weight: bold;
        float: right;
        margin-right: 4px;
        margin-top: 6px;
    }

    .mes-name4 {
        color: dimgray;
        cursor: pointer;
        font-size: 11px;
        font-weight: bold;
        float: right;
        margin-right: 4px;
        margin-top: 21px;
    }

    .mes-name2 {
        color: dimgray;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        float: right;
        margin-right: 70px !important;
        margin-top: -30px !important;
    }
    #their-video {
        position: absolute;
        top: 16%;
        right: 0%;
        width: 100%;
        height: 410px;
    }

    #my-video {
        position: absolute;
        top: 16%;
        right: 0%;
        width: 18%;
        height: 100px;
        border: 2px solid #09356c;
    }
    .ut-box {
        position: absolute;
        top: 0%;
        right: 0;
        width: 100%;
        height: 50px;
    }
    .ut-box2 {
        position: absolute;
        top: 2px;
        right: 0;
        width: 100%;
        height: 50px;
        z-index: 10;
    }
    .back-btn {
        float: left;
        margin-left: 3%;
    }

    .phone-btn {
        float: left;
        margin-left: 3%;
    }
    .end-btn {
        float: left;
        margin-left: 3%;
    }
    .camera-btn {
        float: left;
        margin-left: 3%;
    }
    .mess-box {
        position: absolute;
        top: 16%;
        right: 0%;
        width: 100%;
        height: 410px;
        border: 2px solid #09356c;
        border-radius: 4px;
        overflow-x: hidden;
        overflow-y: auto;
        float: right;
        transform: translate(-0%,-15%);
        background: white;
    }

    .form-box {
        position: fixed;
        top: 92%;
        right: 0%;
        transform: translate(-0%,-130%);
        width: 95%;
        height: 80px;
        float: right;
    }
   
    .mes-pro {
        border-bottom: 3px solid #09356c;
        width: 100%;
        height: 76px;
    }

    .mes-pic {
        margin-right: 7%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #69c1fb;
    }

    .mes-name {
        color: dimgray;
        cursor: pointer;
        font-size: 19px;
        font-weight: bold;
        float: right;
        margin-right: 60px;
        margin-top: 18px;
    }
    .mes-pro2 {
        border-bottom: 3px solid #09356c;
        width: 100%;
        height: 40px;
    }

   
    .mes-name2 {
        color: dimgray;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        float: right;
        margin-right: 68px !important;
        margin-top: -14px !important;
    }
    /*/////////////message*/
    .box-pro {
        width: 100%;
    }

    .box-pic {
        margin-right: 4%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
    }

    .box-name {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 5%;
        margin-top: 11px;
        border-bottom: 2px solid blue;
    }

    .box-com {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        /*margin-top: 8px;*/
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
 .box-com2 {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        /*margin-top: 8px;*/
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
    .box-date {
        color: #09356c;
        cursor: pointer;
        font-size: 13px;
        font-weight: bold;
        float: right;
        margin-right: 10%;
        margin-top: 11px;
    }
    .box-pic2 {
        margin-right: 4%;
        margin-top: -65px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
    }

    .box-name2 {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 25%;
        margin-top: -55px;
        border-bottom: 2px solid blue;
    }

    .box-com2 {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        margin-top: 70px;
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
    .form-tarea {
        position: absolute;
        top: 4px;
        right: 8%;
        width: 85% !important;
        height: 72px !important;
        border: 2px dotted #09356c;
        resize: none;
    }

    .form-btn-box {
        position: absolute;
        top: 50px;
        left: -10px;
        background: #a2de30;
        color: white;
        border-radius: 2px;
    }

    .form-btn-pic {
        position: absolute;
        top: 21px;
        height: 24px;
        width: 40px;
        left: -6px;
        color: orange;
        border-radius: 2px;
        font-size: 18px;
        cursor: pointer;
    }

    .btnsendvoice {
        position: absolute;
        top: -6px;
        height: 34px;
        width: 50px;
        left: -6px;
        color: #69c1fb;
        border-radius: 2px;
        font-size: 22px;
        cursor: pointer;
    }

    .img-com-chat {
        height: 160px;
        width: 160px;
        margin-left: 32%;
        border: 2px dotted #09356c;
    }
    .img-com-chat2 {
        font-size: 16px;
        margin-left: 32%;
        color: #09356c;
    }   .img-com-chat22 {
        font-size: 16px;
        margin-left: 32%;
        color: #09356c;
    }
    /*/////////////////////////////////////////////////lightbox*/
    * {
        box-sizing: border-box;
    }

    .row > .column {
        padding: 0 8px;
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .column {
        float: left;
        width: 25%;
    }

    /* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
    }

    /* Modal Content */
    .modal-content {
        position: absolute;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
    }

    /* The Close Button */
    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }


    .cursor {
        cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    img {
        margin-bottom: -4px;
    }

    .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }

    .demo {
        opacity: 0.6;
    }

        .active,
        .demo:hover {
            opacity: 1;
        }

    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    /*/////////////////////////////////////////////////////post*/
    .div-post-main {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        top: 0px;
        height: 490px;
    }

    .div-post-top {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        height: 100px;
    }

    .div-post-top2 {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        height: 150px;
    }

    .div-post-top-right {
        width: 15%;
        float: right;
        height: 100px;
        position: absolute;
    }

    .div-post-top-center {
        width: 70%;
        float: right;
        right:15%;
        background: white;
        height: 100px;
        border-bottom: 4px solid #69c1fb;
        border-radius: 100px;
        position: absolute;
    }

    .div-post-top-left {
        width: 15%;
        float: right;
        right: 85%;
        height: 100px;
        position: absolute;
    }

    .div-post-bottom {
        width: 100%;
        position: absolute;
        top: 100px;
        height: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        background:white;
    }

    .div-post-bottom2 {
        width: 100%;
        position: absolute;
        top: 150px;
        height: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }

    .prof-div {
        position: absolute;
        width: 100%;
    }

    .prof-right {
        width: 60%;
        float: right;
        height: 100px;
    }

    .prof-pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        border: 8px solid #69c1fb;
    }
    .prof-pic2 {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        border: 8px solid #4ed318;
    }
    .prof-name {
        position: absolute;
        right: 38%;
        top: 32px;
        font-size: 16px;
        font-weight: bold;
        color: dimgray;
        border-right: 2px solid dimgray;
        border-left: 2px solid dimgray;
        padding: 5px;
    }


    .prof-left {
        width: 40%;
        float: right;
        height: 180px;
        border-left: 3px solid white;
    }

    .prof-follower {
        width: 40%;
        height: 25px;
        font-size: 10px;
        font-weight: bold;
        color: darkgreen;
        position: absolute;
        top: 122px;
        right: -10%;
        border: 3px solid darkgreen;
        text-align: center;
        cursor: pointer;
    }

    .prof-follower2 {
        width: 40%;
        height: 25px;
        font-size: 10px;
        font-weight: bold;
        color: #0751a1;
        position: absolute;
        top: 97px;
        right: -10%;
        border: 3px solid #0751a1;
        text-align: center;
        cursor: pointer;
    }

    .prof-send {
        width: 40%;
        height: 25px;
        font-size: 10px;
        font-weight: bold;
        color: goldenrod;
        position: absolute;
        top: 105px;
        right: 32%;
        border: 3px solid goldenrod;
        text-align: center;
        cursor: pointer;
    }

    .prof-ignore {
        width: 40%;
        height: 25px;
        font-size: 10px;
        font-weight: bold;
        color: red;
        position: absolute;
        top: 105px;
        right: 75%;
        border: 3px solid red;
        text-align: center;
        cursor: pointer;
    }

    .follower-post-p {
        position: absolute;
        right: 0.5%;
        top: 8px;
        font-size: 12px;
        font-weight: bold;
    }

    .follower-post-count {
        position: absolute;
        right: 4%;
        top: 31px;
        font-size: 14px;
        font-weight: bold;
    }

    .following-post-p {
        position: absolute;
        left: 0.5%;
        top: 8px;
        font-size: 12px;
        font-weight: bold;
    }

    .following-post-count {
        position: absolute;
        left: 4%;
        top: 31px;
        font-size: 14px;
        font-weight: bold;
    }

    .post-pic-click {
        height: 120px;
        width: 120px;
        border: 2px solid gray;
        float: left;
        cursor: pointer;
    }

    .img-com-user {
        height: 120px;
        width: 120px;
    }
    /*////////////////////////////////////////////////////postshow*/
    .pic-modal {
        width: 60%;
        height: 420px;
        margin-left: 20%;
    }

    .pic-modal2 {
        width: 60%;
        height: 420px;
        margin-left: 20%;
        margin-top: 25px;
    }

    .div-post-main2 {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        top: 42px;
        height: 490px;
    }
    /*////////////////////////////////////////////addpost*/
    .div-up-img {
        position: absolute;
        top: 80px;
      
        width: 100%;
        right: 0%;
     
    }



    .post-pic {
        position: relative;
        height: 140px;
        width: 70%;
        left: 16%;
        top: 50px;
    }

    .div-btn {
        position: absolute;
        top: 620px;
        height: 50px;
        width: 40%;
        right: 40%;
    }
    .lbl-post {
        text-align: center;
        position: absolute;
        top: 200px;
        height: 26px;
        width: 100px;
        border-radius: 10px;
        background: green;
        color: white;
        font-size: 12px;
        font-weight: bold;
        right: 39%;
        cursor: pointer;
    }

    .btn-s-img {
        background: #0751a1;
        color: white;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        bottom: 160px;
        right: 64%;
    }

    .btn-s-text {
        background: darkorange;
        color: white;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        bottom: 160px;
        right: -23%;
    }

    .div-up-text {
        position: absolute;
        top: 80px;
        height: 280px;
        width: 70%;
        right: 15%;
    top:250px;
        }


    .text-post {
        position: absolute;
        bottom: 100px;
        height: 200px;
        width: 100%;
        right: 0;
        resize: none;
        border: 2px solid #0751a1;
    }

    .div-btn-post {
        position: absolute;
        top: 320px;
        height: 50px;
        width: 40%;
        right: 26%;
    }

    /*//////////////////////////////////////////////addstory*/
    .div-up-story {
        position: absolute;
        top: 120px;
        height: 380px;
        width: 70%;
        right: 10%;
        border: 2px solid #0751a1;
    }



    .story-pic {
        position: absolute;
        bottom: 110px;
        height: 250px;
        width: 300px;
        right: 22%;
    }

    .div-btn-story {
        position: absolute;
        top: 80px;
        height: 150px;
        width: 88%;
        right: 6%;
        border: 4px solid #0751a1;
    }

    .lbl-story {
        text-align: center;
        position: absolute;
        top: 15px;
        height: 30px;
        width: 140px;
        border-radius: 10px;
        background: green;
        color: white;
        font-size: 11px;
        font-weight: bold;
        right: 34%;
        cursor: pointer;
    }

    .btn-s-insert {
        background: #0751a1;
        color: white;
        font-size: 13px;
        font-weight: bold;
        top: 80px;
        left: 17%;
        position: absolute;
    }

    .btn-s-add {
        background: darkorange;
        color: white;
        font-size: 13px;
        font-weight: bold;
        top: 80px;
        left: 57%;
        position: absolute;
    }

    .div-up-text {
        position: absolute;
        top: 120px;
        height: 380px;
        width: 70%;
        right: 10%;
    }


    .text-story {
        position: absolute;
        bottom: 75px;
        height: 300px;
        width: 300px;
        right: 22%;
        resize: none;
        border: 2px solid #0751a1;
    }

    /* .div-btn-story {
        position: absolute;
        top: 107px;
        height: 120px;
        width: 50%;
        right: 18%;
    }*/

    /*  .btn-s-add {
        background: #0751a1;
        color: white;
        font-size: 17px;
        font-weight: bold;
        position: absolute;
        top: 70px;
        right: 10%;
    }

    .btn-s-insert {
        background: darkorange;
        color: white;
        font-size: 17px;
        font-weight: bold;
        position: absolute;
        top: 70px;
        right: 67%;
    }*/

    .c-count-div {
        position: absolute;
        height: 50px;
        width: 50px;
        background: #0751a1;
        border-radius: 50%;
        text-align: center;
        top: 10px;
        right: 10%;
    }

    .p-c-count {
        margin-top: 7px;
        font-size: 20px;
        font-weight: bold;
        color: white;
    }
    /*///////////////////////////////////////////////addgroup*/
    .div-main-group {
        position: absolute;
        top: 80px;
        height: 250px;
        width: 88%;
        right: 6%;
        border: 2px solid #0751a1;
    }

    .namegroup {
        margin-left: 10%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .subjectgroup {
        margin-left: 10%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .passgroup {
        margin-left: 10%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .btn-add-group {
        position: absolute;
        top: 195px;
        left: 4%;
    }
    /*////////////////////////////////////////mygroup*/
    .div-main-groups {
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        position: absolute;
        top: 60px;
        right: 0;
        background: #f5f5f6;
    }

    .div-group-form {
        max-height: 140px auto;
        width: 90%;
        margin-right: 5%;
        border: 2px solid #0751a1;
        margin-top: 20px;
        border-radius: 15px;
        z-index: 15;
    }

    .name-groups {
        margin-top: 4px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        background: #0751a1;
        color: white;
    }

    .subject-groups {
        margin-right: 2%;
        margin-top: 4px;
        text-align: right;
        font-size: 13px;
    }

    .btn-join-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-wellcome-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-exit-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .div-groups-pass {
        position: absolute;
        background: #0751a1;
        height: 40px;
        width: 40%;
        top: 250px;
        right: 30%;
    }

    .groups-pass {
        width: 120px;
        border: 3px solid #0751a1;
    }
    /*//////////////////////////////////////////groups*/
    /*.div-main-groups {
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        position: absolute;
        top: 130px;
        right: 0;
        background: #f5f5f6;
    }*/



    .name-groups {
        margin-top: 4px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        background: #0751a1;
        color: white;
    }

    .subject-groups {
        margin-right: 2%;
        margin-top: 4px;
        text-align: right;
        font-size: 13px;
    }

    .btn-join-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-wellcome-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-exit-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .div-groups-pass {
        position: absolute;
        background: #0751a1;
        height: 40px;
        width: 40%;
        top: 250px;
        right: 30%;
    }

    .groups-pass {
        width: 120px;
        border: 3px solid #0751a1;
    }
}

/* Medium devices (landscape Miobile, 320px and up) */
@media only screen and (min-width:1px) and (max-width:320px) {
    /*    ////////////////////////////////////////////////////callus*/
    .tcall {
        position: absolute;
        top: 90px;
        height: 50px;
        width: 100%;
        border: 3px solid white;
        text-align: center;
        color: white;
    }

    .email {
        position: absolute;
        top: 150px;
        height: 50px;
        width: 80%;
        border: 3px solid blue;
        left: 10%;
        border-radius: 20px;
        text-align: right;
    }

    .msg {
        position: absolute;
        top: 220px;
        height: 250px;
        width: 80%;
        border: 3px solid blue;
        text-align: right;
        left: 10%;
        border-radius: 20px;
    }

    .sbtn {
        position: absolute;
        top: 620px;
        left: 20%;
    }

    .rec {
        position: absolute;
        top: 340px;
    }
    /*    ////////////////////////////////////////////////////callfast*/
    .callmain {
        position: absolute;
        height: 470px;
        width: 100%;
    }

    .calldhl {
        position: absolute;
        top: 100px;
        width: 100%;
        height: 40px;
        border-bottom: 3px solid darkblue;
    }
    .linkdf {
        position: absolute;
        top: 150px;
        width: 100%;
        height: 40px;
        border-bottom: 3px solid darkblue;
    }
    .makeplp {
        position: absolute;
        right: 2%;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        color: blue;
    }

    .btn-lin {
        position: absolute;
        right: 70%;
    }

    .callinfo {
        position: absolute;
        top: 140px;
        width: 100%;
        height: 70px;
        border-bottom: 3px solid darkblue;
    }

    .infocl {
        position: absolute;
        right: 2%;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        color: red;
        text-align: right;
    }

    .dlin {
        position: absolute;
        top: 210px;
        width: 100%;
        height: 60px;
        border-bottom: 3px solid darkblue;
    }

    .dlin2 {
        position: absolute;
        top: 270px;
        width: 100%;
        height: 60px;
        border-bottom: 3px solid darkblue;
    }

    .tlincall {
        right: 2%;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        color: red;
    }

    .linmaster0 {
        font-size: 11px;
        font-weight: bold;
        top: 20px;
        position: absolute;
        color: red;
        text-align: left;
        right: 17%;
    }

    .linmaster {
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        color: blue;
        text-align: left;
        top: 23px;
        left: 70px;
    }


    .txtcall {
        position: absolute;
        width: 90%;
        height: 25px;
        top: 350px;
        right: 5%;
        border: 2px solid blue;
    }
    .btnfileu {
        position: absolute;
        right: 10%;
        width: 100px;
        height: 30px;
    }

    .btn-lincall {
        position: absolute;
        top: 385px;
        right: 65%;
    }
    .h-lincall {
        position: absolute;
        top: 375px;
        right: 5%;
    }
    /*///////////////////////////////////////////////*/
    .register {
        position: absolute;
        right: 76%;
        top: 5PX;
    }

        .register a {
            text-decoration: none;
            color: #020930;
        }
    .login {
        position: absolute;
        right: 62%;
        top: 5PX;
    }

        .login a {
            text-decoration: none;
            color: #020930;
        }
    .guest {
        position: absolute;
        right: 45%;
        top: 5PX;
    }

        .guest a {
            text-decoration: none;
            color: #020930;
        }
    /*//////////////////////////////////////////////////peerjs/*/
    #live {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 450px;
        background-color: #000;
        display: none;
    }

    #local-video {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 170px;
        height: 170px;
        border: 2px solid #fff;
    }

    #remote-video {
        position: absolute;
        width: 100%;
        height: 500px;
        top: 0%;
        left: 0%;
    }

    #end-call {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 8px;
        background-color: red;
        color: white;
        border: none;
        margin: 16px;
        z-index: 100;
    }

    .aler {
        position: absolute;
        width: 20%;
        height: 180px;
        right: 40%;
        top: 130px;
        background-color: cadetblue;
    }

    .aler2 {
        position: absolute;
        width: 40%;
        height: 180px;
        right: 30%;
        top: 130px;
        background-color: cadetblue;
    }
    /*/////////////////////////////////////////////////////////////*/
    .menu-top{
       position:fixed;
       height:40px;
       width:100%;
       border:4px solid darkgray;
       top:50px;
   }
    .main-ac {
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .menu-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 40px;
        background: white;
        border:4px solid darkgray;
        width: 100%;
        z-index:11;
    }
    .a-login {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        top: 244px;
        right: 10%;
        color: black;
        list-style: circle;
        text-decoration: none;
    }

        .a-login:hover {
            color: black;
        }
    .alert-regis {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 264px;
        right: 12%;
        color: red;
       
    }
    .a-regis {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        top: 455px;
        right: 22%;
        color: black;
        list-style: circle;
        text-decoration:none;
    }
        .a-regis:hover {
            color: black;
        }
    .alert-login {
        font-size: 13px;
        font-weight: bold;
        position: absolute;
        top: 450px;
        right: 22%;
        color: red;
       
    }
        .a-forget {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        top: 410px;
        right: 50%;
        color: darkorange;
        list-style: circle;
        text-decoration: none;
    }
        .a-forget:hover {
            color: darkorange;
        }
        .a-menu-b {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 15%;
        color: black;
        top:2px;
        text-decoration: none;
    }
    .a-menu-b2 {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 64%;
        top: 2px;
        color: black;
        text-decoration: none;
    }
    .a-menu-b:hover {
        text-decoration: none;
        color: black;
    }
    .a-menu-b2:hover {
        text-decoration: none;
        color: black;
    }
    .a-menu2-b {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 15%;
        color: black;
        top: 2px;
        text-decoration: none;
    }

    .a-menu2-b2 {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 48%;
        top: 2px;
        color: black;
        text-decoration: none;
    }
    .a-menu2-b3 {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        right: 81%;
        top: 2px;
        color: black;
        text-decoration: none;
    }
    .a-menu2-b:hover {
        text-decoration: none;
        color: black;
    }

    .a-menu2-b2:hover {
        text-decoration: none;
        color: black;
    }
    .a-menu2-b3:hover {
        text-decoration: none;
        color: black;
    }
    .line-menu2 {
        position: absolute;
        right: 33%;
        width: 4px;
        height: 40px;
        background: darkgray;
        display:none;
    }
    .line-menu21 {
        position: absolute;
        right: 67%;
        width: 4px;
        height: 40px;
        background: darkgray;
        display: none;
    }
        .menu-bar {
            font-size: 22px;
            color: white;
            position: fixed;
            top: 5px;
            right: 90%;
            cursor: pointer;
            z-index: 16;
        }
    .div-menu-xs {
        position: fixed;
        width: 50%;
        height: 500px;
        left: 0;
        top: 44px;
        background: white;
        z-index: 100;
        border: 2px solid #2568a1;
    }
    .line-menu{
        position:absolute;
        right:50%;
        width:4px;
        height:40px;
        background:darkgray;
        display:none;
    }
    .menu-xs {
       position:absolute;
        top: 7px;
        left: 31%;
        width: 100%;
    }
        .menu-xs li {
            list-style: none;
            font-size: 17px;
            font-weight:bold;
            margin-top:20px;
            color:#0751a1;
            margin-top:8px;
        }
            .menu-xs li a {
                text-decoration: none;
                color: #0751a1;
            }
    .main {
        height: 300px;
        width: 100%;
        z-index: 1;
        position: absolute;
    }

    .logo {
        background: #FF0000;
        background: linear-gradient(to left, #2568a1 0%, #09356c 50%, #09356c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px;
        position: absolute;
        top: 4px !important;
        right: 20% !important;
    }

    .logo-pic {
        position: absolute;
        top: 8px !important;
        height: 30px;
        width: 50px;
        right: 2%;
    }

    .header-main {
        background: rgb(2,0,36);
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
        width: 100%;
        height: 42px;
        position: absolute;
        border: 1px solid #69c1fb;
        z-index:15;
    }

    .footer-com {
        box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 100%;
        height: 20px;
        position: absolute;
        top: 595px;
        border: 1px solid #69c1fb;
    }
 
    .body-main {
       
        width: 100%;
        position: absolute;
        top: 128px;
        /*border: 1px solid #69c1fb;*/
    }

    .div-right {
      
        width: 100%;
        top: 50px;
        height: 80px;
        position: absolute;
        border: 2px solid #69c1fb;
        overflow-x:auto;
        overflow-y:hidden;
        background:white;
        border-radius:5px;
    }

    .div-left {
     /*   box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -webkit-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        -moz-box-shadow: 0px 1px 0px 4px rgba(212,210,210,0.76);
        width: 24%;
        float: right;
        top: 55px;
        height: 530px;
        position: absolute;
        right: 75.5%;
        border: 1px solid #69c1fb;*/
     display:none;
    }

    .menu {
      display:none;
    }

    /*    .menu li {
            list-style: none;
            float: right;
            margin-right: 40px;
            padding: 3px 10px 3px 10px;
        }

            .menu li:hover {
                color: #0751a1;
                border: 2px solid #0751a1;
            }

            .menu li a {
                text-decoration: none;
                color: #020930;
            }*/

                .menu li a:hover {
                    text-decoration: none;
                    color: #0751a1;
                }

    .logo {
        position: absolute;
        right: 4%;
        top: 3px;
    }
    .register2 {
        display: none
    }
    .register {
        display: block;
       
    }

        .register a {
            text-decoration: none;
            color: #020930;
            font-size: 14px;
            font-weight: bold;
        }

    .login {
       display:block;
    }

        .login a {
            text-decoration: none;
            color: #020930;
            font-size:14px;
            font-weight:bold;
        }

    .namepro {
        position: absolute;
        right: 84%;
        top: 8px;
    }

        .namepro a {
            color: white;
            padding: 3px 10px 3px 10px;
            background: #020930;
        }

    .picpro {
        position: absolute;
        right: 94%;
        top: 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

    .post {
        width: 33%;
        background: #020930;
        color: white;
        cursor: pointer;
        float: right;
        font-size: 12px;
        position: absolute;
    }

    .group {
     /*   width: 100%;
        background: #0751a1;
        color: white;
        cursor: pointer;
        text-align: center;
        font-size: 17px;
        position: absolute;
        right: 0%;*/
     display:none;
    }

    .quest {
        width: 33.8%;
        background: #226f9b;
        color: white;
        cursor: pointer;
        float: right;
        font-size: 12px;
        position: absolute;
        right: 66%;
    }

    .div-post {
        position: absolute;
        background: #020930;
        width: 100%;
        height: 510px;
        top: 16px;
    }

    .div-group {
        position: absolute;
        width: 100%;
        height: 502px;
        top: 27px;
    }

    .div-quest {
        position: absolute;
        background: #226f9b;
        width: 100%;
        height: 510px;
        top: 16px;
    }

    .follow-div {
       /* border: 5px solid #0751a1;
        width: 94%;
        margin-right: 2%;
        border-radius: 2px;
        height: 50px;
        margin-top: 44px;
        float:right;*/
    }

    .follow-name {
        color: #0751a1;
        cursor: pointer;
        font-size: 11px;
        float: right;
        margin-top: 60px;
        margin-right: -47px;
    }

    .follow-p {
        margin-right: 60%;
        margin-top: -24px;
        color: blue;
        cursor: pointer;
        font-size: 10px;
        float: right;
        border: 2px solid #69c1fb;
        border-radius: 20px;
        padding-right: 4px;
        padding-left: 4px;
        padding-bottom: 2px;
    }

    .follow-pic {
        margin-right: 6%;
        margin-top: 1px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 4px solid #0751a1;
    }
    /*//////////////////////////////////////////////////////register*/
    .regis-div {
        position: absolute;
        width: 88%;
        height: 140px;
        border: 4px solid #2568a1;
        right: 6%;
        top: 100px;
        background: white;
    }

    .regis-text {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }

    .regis-mobile {
        position: absolute;
        width: 60%;
        right: 21%;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-btn {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 90px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }

        .regis-btn:hover {
            background: #64a028;
        }


    .regis-div2 {
        position: absolute;
        width: 88%;
        height: 350px;
        border: 4px solid #2568a1;
        right: 6%;
        top: 80px;
        background: white;
    }
    .regis-div3 {
        position: absolute;
        width: 88%;
        height: 350px;
        border: 4px solid #2568a1;
        right: 6%;
        top: 80px;
        background: white;
    }
    .usernull {
        position: absolute;
        right: 6%;
        top: 440px;
        color: red;
    }
    .regis-text2 {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }
   
 
    .regis-email2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 160px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }
    .regis-phone2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 160px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }
    .regis-user2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 200px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-pass2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 240px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .regis-btn2 {
        position: absolute;
        width: 63%;
        right: 18%;
        top: 300px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }

        .regis-btn2:hover {
            background: #64a028;
        }

    .regis-pic {
        position: absolute;
        top: 55px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        right: 34%;
        cursor: pointer;
        border: 4px dotted #0751a1;
    }

    .lbl-up {
        width: 25%;
        position: absolute;
        top: 80px;
        right: 4%;
        height: 50px;
        font-size: 14px;
    }
    /*  .lblpic {
        position: absolute;
        top: 140px;
        right: 36%;
    }*/
    /*///////////////////////////////////////////////login*/
    .login-div {
        position: absolute;
        width: 100%;
        height: 250px;
        border: 0px solid #2568a1;
        right: 0%;
        top: 110px;
        background: white;
    }

    .login-text {
        position: relative;
        width: 100%;
        height: 34px;
        border-bottom: 5px solid #2568a1;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #2568a1;
    }

    .login-user {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 50px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

    .login-pass {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 100px;
        border: 1px solid #0751a1;
        text-align: center;
        border-radius: 20px;
        font-size: 17px;
    }

 

    #recaptcha {
        position: absolute;
        right: 60px;
        top: 150px;
    }

    .login-btn {
        position: absolute;
        width: 60%;
        right: 21%;
        top: 240px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #09356c;
        color: white;
    }

    .login-btn2 {
        position: absolute;
        width: 28%;
        right: 53%;
        top: 351px;
        text-align: center;
        font-size: 17px;
        border-radius: 20px;
        background: #2568a1;
        color: white;
        display:none;
    }

    .login-btn:hover {
        background: #64a028;
    }
    /*///////////////////////////////////////////////////////////profile*/
    .pic-profile {
        position: absolute;
        top: 60px;
        right: 12%;
        width: 80%;
    }
    /*//////////////////////////////////////////////////layoutpro*/

    .top-pro {
      /*  position: absolute;
        top: 0;
        width: 100%;
        border-bottom: 2px solid #0751a1;
        height: 42px;*/
      display:none;
    }



    .ul-insert {
        position: absolute;
        top: 4px;
        right: 3%;
    }

        .ul-insert li {
            list-style: none;
            padding: 5px 8px 5px 8px;
            margin-right: 10px;
            background: #0751a1;
            float: right;
            border-radius: 10px;
            cursor: pointer;
            color: white;
        }

            .ul-insert li a {
                color: white;
                text-decoration: none;
                cursor: pointer;
            }
    /*///////////////////////////////////////links*/
    .div-ul-links {
        /*position: absolute;
        top: 96px;
        width: 10%;*/
        /*border-bottom: 2px solid #0751a1;*/
        /*height: 160px;
        background: white;
        border: 2px solid #0751a1;
        right: 26%;
        z-index: 10;*/
        display:none;
    }

    .ul-links {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-links li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 14px;
            width: 100%;
            cursor: pointer;
        }

            .ul-links li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }
    .ul-links2 {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-links2 li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 16px;
            width: 100%;
            cursor: pointer;
        }

            .ul-links2 li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }
    /*///////////////////////////////////////group*/
    .div-ul-group {
        /*position: absolute;
        top: 96px;
        width: 10%;*/
        /*border-bottom: 2px solid #0751a1;*/
        /*height: 160px;
        background: white;
        border: 2px solid #0751a1;
        right: 45.5%;
        z-index: 10;*/
        display:none;
    }

    .ul-group {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-group li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 16px;
            width: 100%;
            cursor: pointer;
        }

            .ul-group li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }
    .ul-group2 {
        position: absolute;
        top: 2px;
        width: 100%;
        left: 16%;
    }

        .ul-group2 li {
            list-style: none;
            margin-bottom: 5px;
            margin-top: 5px;
            border-bottom: 3px solid white;
            color: #0751a1;
            text-align: center;
            font-size: 14px;
            width: 100%;
            cursor: pointer;
        }

            .ul-group2 li a {
                color: #0751a1;
                text-decoration: none;
                cursor: pointer;
            }
    /*//////////////////////////////////////extera*/
    .search-p-follower-no {
        margin-right: 62%;
        margin-top: -38px;
        color: orange !important;
        cursor: pointer;
        font-size: 10px;
        float: right;
        border: 4px solid orange;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 4px;
        padding-top: 3px;
    }

    .search-p-following-no {
        margin-right: 62%;
        margin-top: -38px;
        color: orange !important;
        cursor: pointer;
        font-size: 10px;
        float: right;
        border: 4px solid orange;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 4px;
        padding-top: 3px;
    }

    .search-p-r-no {
        margin-right: 50%;
        margin-top: 1px;
        color: red !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid red;
        border-radius: 20px;
        width: 50px;
        text-align: center;
    }

    .search-p-r-ok {
        margin-right: 60%;
        margin-top: -34px;
        color: green !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid green;
        border-radius: 20px;
        width: 50px;
        text-align: center;
    }

    .search-p-ignore {
        margin-right: 58%;
        margin-top: -36px;
        color: red !important;
        cursor: pointer;
        font-size: 13px;
        float: right;
        border: 4px solid red;
        border-radius: 20px;
        width: 120px;
        text-align: center;
    }

    .div-search {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .text-search {
        border: 4px solid #0751a1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 60%;div
        position: absolute;
        top: 20px;
        right: 10%;
        height: 30px;
        text-align: center;
        font-size: 14px;
        color: #0751a1;
    }
    .text-search2 {
        border: 4px solid #0751a1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 60%;
        div position: absolute;
        top: 70px;
        right: 10%;
        height: 30px;
        text-align: center;
        font-size: 14px;
        color: #0751a1;
    }
   /* .div-search2 {
        border: 4px solid #0751a1;
        width: 80%;
        position: absolute;
        top: 70px;
        right: 6%;
        height: 38px;
        text-align: center;
        font-size: 16px;
        color: #0751a1;
    }*/
    .btn-search {
        /*border: 4px solid #0751a1;*/
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 20%;
        position: absolute;
        height: 33px;
        background: #0751a1;
        color: white;
        top: 18px;
        right: 68%;
        font-size:12px;
    }
    /*//////////////////////////search*/
    .search-div-main {
        position: absolute;
        top: 60px;
        width: 100%;
        height: 380px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .search-div {
        border: 5px solid #0751a1;
        width: 80%;
        margin-right: 10%;
        border-radius: 5px;
        height: 60px;
        margin-top: 30px;
        float: right;
    }

    .search-name {
        color: black;
        cursor: pointer;
        font-size: 14px;
        font-weight:bold;
        float: right;
        margin-right: 15px;
        margin-top:10px;
    }

    .search-p {
        margin-right: 60%;
        margin-top: -52px;
        color: blue;
        cursor: pointer;
        font-size: 12px;
        float: right;
        border: 4px solid #69c1fb;
        border-radius: 20px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 8px;
        padding-bottom: 7px;
    }

    .search-pic {
        margin-right: 4%;
        margin-top: 1px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        float: right;
        border: 2px solid #0751a1;
    }
    /*/////////////////////////////////////////inbox*/
    .main-box {
        position: absolute;
        width: 100%;
        height: 590px;
        top: 0;
        right:0;
    }

    .side-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 590px;
        border-left: 3px solid #09356c;
        border-bottom: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        float: right;
        background: white;
    }
    .main-box2 {
        position: absolute;
        width: 100%;
        height: 490px;
        top: 40px;
    }
    .menucleft {
        position: absolute;
        width: 60%;
        height: 10%;
        top: 40px;
    }
    #cambox {
        position: absolute;
        top: 10px;
        right: 0;
        width: 29%;
        height: 34%;
        border: 3px solid #09356c;
    }

    #cambox {
        position: absolute;
        top: 0px;
        right: 0;
        width: 29%;
        height: 90px;
        border: 3px solid #09356c;
    }

    .side-box3 {
        position: absolute;
        top: 90px;
        right: 0;
        width: 29%;
        height: 290px;
        border: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }




    .mess-box3 {
        position: absolute;
        top: 28px;
        right: 30%;
        width: 68%;
        height: 375px;
        border: 2px solid #09356c;
        border-radius: 4px;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }
    .side-box2 {
        position: absolute;
        top: 0;
        right: 0;
        width: 29%;
        height: 490px;
        border-left: 3px solid #09356c;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }
    #their-video {
        position: absolute;
        top: 16%;
        right: 0%;
        width: 100%;
        height: 410px;
    
    }
    #my-video {
        position: absolute;
        top: 16%;
        right: 0%;
        width: 18%;
        height: 100px;
        border: 2px solid #09356c;
     
    }
    .ut-box {
        position: absolute;
        top: 0%;
        right: 0;
        width: 100%;
        height: 50px;
    }
    .ut-box2 {
        position: absolute;
        top: 2px;
        right: 0;
        width: 100%;
        height: 50px;
        z-index: 10;
    }
    .back-btn {
        float: left;
        margin-left: 2%;
        font-size: 10px;
    }

    .phone-btn {
        float: left;
        margin-left: 2%;
    }
    .end-btn {
        float: left;
        margin-left: 2%;
        font-size: 10px;
    }
    .camera-btn {
        float: left;
        margin-left: 2%;
        font-size:10px;
    }
    .mess-box {
        position: absolute;
        top: 16%;
        right: 0%;
        width: 100%;
        height: 410px;
        border: 2px solid #09356c;
        border-radius: 4px;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translate(-0%,-15%);
        float: right;
        background: white;
    }

    .form-box {
        position: fixed;
        top: 92%;
        right: 0%;
        width: 95%;
        height: 80px;
        transform: translate(-0%,-130%);
        float: right;
    }

    .mes-pro {
        border-bottom: 3px solid #09356c;
        width: 100%;
        height: 76px;
    }

    .mes-pic {
        margin-right: 7%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #69c1fb;
    }
    .mes-pic3 {
        margin-right: 7%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #19be17;
    }
    .mes-name {
        color: dimgray;
        cursor: pointer;
        font-size: 19px;
        font-weight: bold;
        float: right;
        margin-right: 60px;
        margin-top: 18px;
    }
    .mess-box2 {
        position: absolute;
        top: 10px;
        right: 30%;
        width: 68%;
        height: 370px;
        border: 2px solid #09356c;
        border-radius: 4px;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }

    .form-box2 {
        position: absolute;
        right: 30%;
        width: 68%;
        height: 80px;
        top: 396px;
        z-index: 10;
    }

    .mes-pro2 {
        border-bottom: 3px solid #09356c;
        width: 100%;
        height: 40px;
    }

    .mes-pic2 {
        margin-right: 4%;
        margin-top: 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #69c1fb;
    }

    .mes-pic4 {
        margin-right: 4%;
        margin-top: 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        float: right;
        border: 2px dotted #17c72b;
    }

    .mes-name3 {
        color: dimgray;
        cursor: pointer;
        font-size: 8px;
        font-weight: bold;
        float: right;
        margin-right: 4px;
        margin-top: 6px;
    }
    .mes-name4 {
        color: dimgray;
        cursor: pointer;
        font-size: 11px;
        font-weight: bold;
        float: right;
        margin-right: 4px;
        margin-top: 21px;
    }
    .mes-name2 {
        color: dimgray;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        float: right;
        margin-right: 70px !important;
        margin-top: -30px !important;
    }
    /*/////////////message*/
    .box-pro {
        width: 100%;
    }

    .box-pic {
        margin-right: 4%;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
    }

    .box-name {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 5%;
        margin-top: 11px;
        border-bottom: 2px solid blue;
    }

    .box-com {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        /*margin-top: 8px;*/
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
   .box-com2 {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        /*margin-top: 8px;*/
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
    .box-date {
        color: #09356c;
        cursor: pointer;
        font-size: 13px;
        font-weight: bold;
        float: right;
        margin-right: 10%;
        margin-top: 11px;
    }
    .box-pic2 {
        margin-right: 4%;
        margin-top: -65px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        float: right;
    }

    .box-name2 {
        color: dimgray;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        float: right;
        margin-right: 25%;
        margin-top: -55px;
        border-bottom: 2px solid blue;
    }

    .box-com2 {
        color: dimgray;
        cursor: pointer;
        font-size: 15px;
        margin-right: 4%;
        margin-top: 70px;
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
    .form-tarea {
        position: absolute;
        top: 4px;
        right: 5px;
        width: 90% !important;
        height: 72px !important;
        border: 2px dotted #09356c;
        resize: none;
    }

    .form-btn-box {
        position: absolute;
        top: 50px;
        left: -10px;
        background: #a2de30;
        color: white;
        border-radius: 2px;
    }

    .form-btn-pic {
        position: absolute;
        top: 21px;
        height: 24px;
        width: 40px;
        left: -6px;
        color: orange;
        border-radius: 2px;
        font-size: 18px;
        cursor: pointer;
    }

    .btnsendvoice {
        position: absolute;
        top: -6px;
        height: 34px;
        width: 50px;
        left: -6px;
        color: #69c1fb;
        border-radius: 2px;
        font-size: 22px;
        cursor: pointer;
    }

    .img-com-chat {
        height: 160px;
        width: 160px;
        margin-left: 32%;
        border: 2px dotted #09356c;
    }
    .img-com-chat2 {
        font-size: 22px;
        margin-left: 32%;
        color: #09356c;
    } .img-com-chat22 {
        font-size: 22px;
        margin-left: 32%;
        color: #09356c;
    }
    /*/////////////////////////////////////////////////lightbox*/
    * {
        box-sizing: border-box;
    }

    .row > .column {
        padding: 0 8px;
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .column {
        float: left;
        width: 25%;
    }

    /* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
    }

    /* Modal Content */
    .modal-content {
        position: absolute;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
    }

    /* The Close Button */
    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }


    .cursor {
        cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    img {
        margin-bottom: -4px;
    }

    .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }

    .demo {
        opacity: 0.6;
    }

        .active,
        .demo:hover {
            opacity: 1;
        }

    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    /*/////////////////////////////////////////////////////post*/
    .div-post-main {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        top: 0px;
        height: 490px;
      
    }

    .div-post-top {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        height: 100px;
    }
    .div-post-top2 {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        height: 150px;
    }
    .div-post-top-right {
        width: 15%;
        float: right;
        height: 100px;
        position:absolute;
    }

    .div-post-top-center {
        width: 70%;
        right: 15%;
        float: right;
        background: white;
        height: 100px;
        border-bottom: 4px solid #69c1fb;
        border-radius: 100px;
        position: absolute;
    }

    .div-post-top-left {
        width: 15%;
        right: 85%;
        float: right;
        height: 100px;
        position: absolute;
    }

    .div-post-bottom {
        width: 100%;
        position: absolute;
        top: 100px;
        height: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }
    .div-post-bottom2 {
        width: 100%;
        position: absolute;
        top: 150px;
        height: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        background: white;
    }

    .prof-div {
        position: absolute;
        width: 100%;
    }

    .prof-right {
        width: 60%;
        float: right;
        height: 100px;
    }

    .prof-pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        border: 8px solid #69c1fb;
    }
    .prof-pic2 {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        border: 8px solid #4ed318;
    }
    .prof-name {
        position: absolute;
        right: 38%;
        top: 32px;
        font-size: 16px;
        font-weight: bold;
        color: dimgray;
        border-right: 2px solid dimgray;
        border-left: 2px solid dimgray;
        padding: 5px;
    }


    .prof-left {
        width: 40%;
        float: right;
        height: 180px;
        border-left: 3px solid white;
    }

    .prof-follower {
        width: 40%;
        height: 25px;
        font-size: 10px;
        font-weight: bold;
        color: darkgreen;
        position: absolute;
        top: 122px;
        right: -10%;
        border: 3px solid darkgreen;
        text-align: center;
        cursor: pointer;
    }

    .prof-follower2 {
        width: 40%;
        height: 25px;
        font-size: 10px;
        font-weight: bold;
        color: #0751a1;
        position: absolute;
        top: 97px;
        right: -10%;
        border: 3px solid #0751a1;
        text-align: center;
        cursor: pointer;
    }

    .prof-send {
        width: 40%;
        height: 25px;
        font-size: 10px;
        font-weight: bold;
        color: goldenrod;
        position: absolute;
        top: 105px;
        right: 32%;
        border: 3px solid goldenrod;
        text-align: center;
        cursor: pointer;
    }

    .prof-ignore {
        width: 40%;
        height: 25px;
        font-size: 10px;
        font-weight: bold;
        color: red;
        position: absolute;
        top: 105px;
        right: 75%;
        border: 3px solid red;
        text-align: center;
        cursor: pointer;
    }


    .follower-post-p {
        position: absolute;
        right: 0.5%;
        top: 8px;
        font-size: 12px;
        font-weight: bold;
    }

    .follower-post-count {
        position: absolute;
        right: 4%;
        top: 31px;
        font-size: 14px;
        font-weight: bold;
    }

    .following-post-p {
        position: absolute;
        left: 0.5%;
        top: 8px;
        font-size: 12px;
        font-weight: bold;
    }

    .following-post-count {
        position: absolute;
        left: 4%;
        top: 31px;
        font-size: 14px;
        font-weight: bold;
    }

    .post-pic-click {
        height: 120px;
        width: 120px;
        border: 2px solid gray;
        float: left;
        cursor: pointer;
    }

    .img-com-user {
        height: 120px;
        width: 120px;
      
    }
    /*////////////////////////////////////////////////////postshow*/
    .pic-modal {
        width: 60%;
        height: 420px;
        margin-left: 20%;
    }

    .pic-modal2 {
        width: 60%;
        height: 420px;
        margin-left: 20%;
        margin-top: 25px;
    }

    .div-post-main2 {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        top: 42px;
        height: 490px;
     
    }
    /*////////////////////////////////////////////addpost*/
    .div-up-img {
        position: absolute;
        top: 80px;
        width: 100%;
        right: 0%;
    }



    .post-pic {
        position: relative;
        height: 140px;
        width: 70%;
        left: 16%;
        top: 50px;
    }

    .div-btn {
        position: absolute;
        top: 620px;
        height: 50px;
        width: 40%;
        right: 40%;
    }

    .lbl-post {
        text-align: center;
        position: absolute;
        top: 200px;
        height: 26px;
        width: 100px;
        border-radius: 10px;
        background: green;
        color: white;
        font-size: 12px;
        font-weight: bold;
        right: 39%;
        cursor: pointer;
    }

    .btn-s-img {
        background: #0751a1;
        color: white;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        bottom: 160px;
        right: 64%;
    }

    .btn-s-text {
        background: darkorange;
        color: white;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        bottom: 160px;
        right: -23%;
    }

    .div-up-text {
        position: absolute;
        top: 80px;
        height: 280px;
        width: 70%;
        right: 15%;
        top: 250px;
    }


    .text-post {
        position: absolute;
        bottom: 100px;
        height: 200px;
        width: 100%;
        right: 0;
        resize: none;
        border: 2px solid #0751a1;
    }

    .div-btn-post {
        position: absolute;
        top: 320px;
        height: 50px;
        width: 40%;
        right: 26%;
    }

    /*//////////////////////////////////////////////addstory*/
    .div-up-story {
        position: absolute;
        top: 120px;
        height: 380px;
        width: 70%;
        right: 10%;
        border: 2px solid #0751a1;
    }



    .story-pic {
        position: absolute;
        bottom: 110px;
        height: 250px;
        width: 300px;
        right: 22%;
    }

    .div-btn-story {
        position: absolute;
        top: 80px;
        height: 150px;
        width: 88%;
        right: 6%;
        border: 4px solid #0751a1;
    }

    .lbl-story {
        text-align: center;
        position: absolute;
        top: 15px;
        height: 30px;
        width: 140px;
        border-radius: 10px;
        background: green;
        color: white;
        font-size: 11px;
        font-weight: bold;
        right: 34%;
        cursor: pointer;
    }

    .btn-s-insert {
        background: #0751a1;
        color: white;
        font-size: 13px;
        font-weight: bold;
        top: 80px;
        left: 17%;
        position: absolute;
    }

    .btn-s-add {
        background: darkorange;
        color: white;
        font-size: 13px;
        font-weight: bold;
        top:80px;
        left:57%;
        position:absolute;
    }

    .div-up-text {
        position: absolute;
        top: 120px;
        height: 380px;
        width: 70%;
        right: 10%;
    }


    .text-story {
        position: absolute;
        bottom: 75px;
        height: 300px;
        width: 300px;
        right: 22%;
        resize: none;
        border: 2px solid #0751a1;
    }

   /* .div-btn-story {
        position: absolute;
        top: 107px;
        height: 120px;
        width: 50%;
        right: 18%;
    }*/

  /*  .btn-s-add {
        background: #0751a1;
        color: white;
        font-size: 17px;
        font-weight: bold;
        position: absolute;
        top: 70px;
        right: 10%;
    }

    .btn-s-insert {
        background: darkorange;
        color: white;
        font-size: 17px;
        font-weight: bold;
        position: absolute;
        top: 70px;
        right: 67%;
    }*/

    .c-count-div {
        position: absolute;
        height: 50px;
        width: 50px;
        background: #0751a1;
        border-radius: 50%;
        text-align: center;
        top: 10px;
        right: 10%;
    }

    .p-c-count {
        margin-top: 7px;
        font-size: 20px;
        font-weight: bold;
        color: white;
    }
    /*///////////////////////////////////////////////addgroup*/
    .div-main-group {
        position: absolute;
        top: 80px;
        height: 250px;
        width: 88%;
        right: 6%;
        border: 2px solid #0751a1;
    }

    .namegroup {
        margin-left: 10%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .subjectgroup {
        margin-left: 10%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .passgroup {
        margin-left: 10%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .btn-add-group {
        position: absolute;
        top: 195px;
        left: 4%;
    }
    /*////////////////////////////////////////mygroup*/
    .div-main-groups {
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        position: absolute;
        top: 60px;
        right: 0;
        background: #f5f5f6;
    }

    .div-group-form {
        max-height: 140px auto;
        width: 90%;
        margin-right: 5%;
        border: 2px solid #0751a1;
        margin-top: 20px;
        border-radius: 15px;
        z-index:15;
    }

    .name-groups {
        margin-top: 4px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        background: #0751a1;
        color: white;
    }

    .subject-groups {
        margin-right: 2%;
        margin-top: 4px;
        text-align: right;
        font-size: 13px;
    }

    .btn-join-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-wellcome-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-exit-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .div-groups-pass {
        position: absolute;
        background: #0751a1;
        height: 40px;
        width: 40%;
        top: 250px;
        right: 30%;
    }

    .groups-pass {
        width: 120px;
        border: 3px solid #0751a1;
    }
    /*//////////////////////////////////////////groups*/
    /*.div-main-groups {
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        position: absolute;
        top: 130px;
        right: 0;
        background: #f5f5f6;
    }*/

   

    .name-groups {
        margin-top: 4px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        background: #0751a1;
        color: white;
    }

    .subject-groups {
        margin-right: 2%;
        margin-top: 4px;
        text-align: right;
        font-size: 13px;
    }

    .btn-join-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-wellcome-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .btn-exit-groups {
        margin-right: 2%;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .div-groups-pass {
        position: absolute;
        background: #0751a1;
        height: 40px;
        width: 40%;
        top: 250px;
        right: 30%;
    }

    .groups-pass {
        width: 120px;
        border: 3px solid #0751a1;
    }
    /*////////////////////////////////////////////////showpost*/
    .div-post-view {
        width: 100%;
        position: absolute;
        background: #69c1fb;
        height: 280px;
    }

    .img-post-view {
        width: 100%;
        position: absolute;
        border: 3px solid white;
        height: 210px;
    
        cursor: pointer;
    }
    /*   .div-p-post-view{
        position: absolute;
        width: 60%;
        right: 20%;
        height: 70px;
        top: 210px;
       
    }*/
    .p-post-view {
        width: 100%;
        position: absolute;
        border: 3px solid white;
        height: 70px;
   
        top: 210px;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        padding: 10px 10px 1px 20px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .div-utility-comment {
        width: 100%;
        position: absolute;
        background: white;
        height: 30px;
        top: 280px;
    }

    .countsee {
        position: absolute;
        top: 2px;
        right: 5%;
        color: green;
    }

    .like {
        position: absolute;
        top: 2px;
        right: 24%;
        cursor: pointer;
    }

    .report {
        position: absolute;
        top: 2px;
        right: 46%;
        color: darkorange;
        cursor: pointer;
    }
    .trash {
        position: absolute;
        top: 2px;
        right: 76%;
        color: darkorange;
        cursor: pointer;
    }
    .div-comment {
        width: 100%;
        position: absolute;
        height: 180px;
        overflow-x: hidden;
        overflow-y: auto;
        top: 308px;
        background: white;
    }

    .div-com-main {
        width: 100%;
        position: absolute;
        height: 100px;
        border-bottom: 1px solid #69c1fb;
    }

    .com-post {
        resize: none;
        position: absolute;
        right: 1%;
        top: 5px;
        height: 80px;
        width: 70%;
    }

    .btn-com {
        position: absolute;
        top: 58px;
        right: 72%;
        width: 15%;
        height: 27px;
        background: #69c1fb;
        color: white
    }

    .div-com {
        width: 100%;
        position: absolute;
        top: 102px;
        height: 85px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .div-com-text {
        height: auto;
        width: 110%;
        margin-right: 5%;
        text-align: right;
        border-bottom: 1px solid black;
        margin-top: 15px;
    }

    .p-com-user {
        direction: rtl;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid #69c1fb;
        color: #69c1fb;
        cursor: pointer;
    }

    .p-com-text {
        direction: rtl;
        font-size: 13px;
        width: 100%;
        color: darkgray;
    }
}
