.wallv2 {
    position:relative;
    margin:0px 7px;
    word-break:break-word;
}
/*.wallv2.view .optTop {margin:0px 0px 13px 0px;}*/
.wallv2 .btn_options {
     font-size:1em;
    background:#d3d8dc;
    color:black;
    border-radius:25px;
    padding:0px 7px;
    display:inline-block;
    cursor:pointer;
    text-transform:capitalize;
    font-weight:bolder;
}
.wallv2 .top {
    width:100%;
    min-width:340px;
    max-width:600px;
    margin:0px auto;
    /*height:66px;
    line-height:66px;*/
        background: #ffffff;
    border-radius: 17px;
    box-shadow: 0px 0px 3px 1px lightgrey;
    border: solid 3px lightgray;
}
.wallv2 .separate {
    color:gray;
    display:inline-block;
    position:relative;
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}
.wallv2 .separate::after {
    position:absolute;
    width:22px;
    content:"|";
    left: 11px;
    font-size: 22px;
}
.wallv2 .top > .topm {
    background:#d3d8dc;
    line-height:30px;
}
.wallv2 .topm img {width:22px;height:22px;vertical-align:middle;}
.wallv2 .top > .topw {
}
.wallv2 .top > .topw > .uploadphotoicon {
    width: 62px;
    height: 62px;
    float: right;
    /* background: blue; */
    background-image: url(/img/photoicon.png);
    background-size: 32px 32px;
    background-color: #1e90ff;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1px;
    cursor:pointer;
}
.wallv2 .top > .topw > .profileicon {
    float:left;
   /* background: white;*/
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
.wallv2 .top > .topw > .profileicon a {
    text-decoration:none;
}
.wallv2 .top > .topw > .profileicon img {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    width:62px;
    height:62px;
}

.wallv2 .top > .topw > .wall_simple {
    margin:0px 67px 0px 65px;
    padding:0px 6px 0px 6px;
    background:white;
}
.wallv2 .top > .topw > .wall_simple.unactive {
    /*font-size:1.7em;*/
    color:gray;
    line-height:62px;
    cursor:pointer;
}
.wallv2 .top > .topw > .wall_simple.active {
    /*font-size:1em;*/
    outline-style:none;
    height:62px;
    
}
.wallv2 .wall_simple_cmd {
    position:relative;
}
.wallv2 .wall_simple_cmd.unactive {
    display:none;
}
.wallv2 .wall_simple_cmd.active {
    margin:13px 0px;
}
.wallv2 .btn_wall_simple {
    position:absolute;
    right:40%;
    font-size:1.7em;
    background:#004ab3;
    color:white;
    border-radius:25px;
    padding:0px 7px;
    display:inline-block;
    /*float:right;*/
    cursor:pointer;
    text-transform:capitalize;
}


.wallv2 .top > .toplrc {
    line-height:30px;
}
/*.wallv2 */.btn_sh.hide { font-size:2.5em; }
.wallv2 .toplrc .topl {
    float:left;
}
.wallv2 .toplrc .topr, .wallv2 .toplrc .topr > div {
    float:right;
}
.wallv2 .toplrc .topc {
    text-align:center;
    width:30px;
    margin:0px auto;
}
.wallv2_unactive {
    display:none;
}
.wallv2_show {
    /*width:100%;
    min-width:340px;
    max-width:740px;
    margin:0px auto;*/
    position:relative;
    height:21px;
}
.wallv2_show .btn_sh {
    display:inline-block;
    position:absolute;
    left:200px;
}


.wallv2 .post {
    background:white;
    border-radius: 9px;
    box-shadow: 0px 0px 3px 1px lightgrey;
    border: solid 3px lightgray;
    padding:7px 7px;
    margin: 20px 20px;
}
.wallv2 .post .content {
    margin:7px 0px;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', "Noto Color Emoji", "Apple Color Emoji", 
    "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort,system-ui, -apple-system, 
    BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;*/
    color: #1c1e21;
}
body:not(.uaff) .wallv2 .post .content {
	/* Quick fix for font-family and word-spacing... */
    /*word-spacing:-10px;
    letter-spacing:0px;*/
}
.wallv2 .post .content img {
	width:100%;
    max-width:100%; 
}
.wallv2 .post .content iframe.postVideo, 
.wallv2 .post .content iframe.postAudio {
    border:none;
} 
.wallv2 .post .content iframe.postVideo { 
    width:100%; 
}
.wallv2 .post .content iframe.postAudio {
}
/* when posts are displayed div.video-wrapper is wrapped around iframe.postVideo with JS */
.wallv2 .post .content div.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.wallv2 .post .content div.video-wrapper iframe.postVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#wall2_editable iframe.postVideo,
#wall2_editable iframe.postAudio {
    border:none;
}
/*class="_1579 img"*/
.wallv2 .post .content img._1579 { width:0px;height:0px; }
/*.wallv2 .post .img_fullscreen {
    width:100%;
}*/

.wallv2 .post_tags a, #post_tags > div {
    text-decoration: none;
    font-size: 0.84em;
/*    color: #49bbd5;*/
    color: #479fff;
    cursor:pointer;
 /*   background: #53b7d3;*/
/*    padding: 1px 6px 1px 6px;*/
    border-radius: 22px;
    margin: 0px 4px 0px 0px;
    display: inline-block;
    position: relative;
    font-weight: bold;/*
    background: #52b6da;
    border: solid 1px #52b6da;
    font-size: 1em;
    color: white;
    margin: 0px 7px 0px 0px;
    padding: 2px 10px;
    border-radius: 24px;
    position: relative;
    display: inline-block;*/

}

.wallv2 .post .postFiles {
    padding:11px 0px;
}
.wallv2 .optBottom .btn { color:#1c1e21; }

.wallv2 .optTop > div.postOptions {
    float:right;
}
.wallv2 .optTop > div.datetime {
    font-size:0.73em;
    color:gray;
    display:inline-block;
}

.wallv2 .optTop .userInfo > div:nth-child(2) {
    margin: 0px 0px 0px 54px;
    padding: 3px 13px 3px 13px;
    background: rgb(146, 200, 62);
    width: auto;
    position: absolute;
    left: 0px;
    top: 31%;
    z-index: 0;
    color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
}

.wallv2 .optTop .userInfo {
    height: 53px;
    position: relative;
}
.wallv2 .optTop .userInfo > div:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.wallv2 .top > .topw > .profileicon img, .wallv2 .optTop .userInfo img {
    width: 53px;
    height: 53px;
    display: block;
    border-radius: 45px;
    /* border: solid 1px white; */
    box-shadow: 0px 0px 0px 4px white;
    margin: 5px 0px 0px 5px;
    object-fit: cover;
}
.wallv2 .optBottom .postLike.active {
    background-image: url("/img/like-yellow.png");
}
.wallv2 .optBottom .postComment.active {
    background-image: url("/img/comment-yellow.png");
}
