* {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
  /*-webkit-appearance: none;*/
}
body{margin:0;font-family: 'Poppins', sans-serif;background-color: rgb(220, 220, 220);overflow-x: hidden;}

a{/* color:rgba(40,40,40,1); */color:rgba(0, 123, 255,1);text-decoration: none !important;/* word-break:break-all; */}
a:hover{color:rgb(0, 95, 197);text-decoration: none !important;cursor: pointer;/* transform: scale(1.05); *//* transition: ease .1s; */}
a:visited{color:rgba(0, 123, 255,1);}
input[type="file"] {
  display: none;
}
iframe{width:100% !important;height: 15rem;min-height: 12rem;display:block;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
i{
font-family: normal;
}

::-webkit-scrollbar {
  display: none;
}
#twitter-widget-0 {

margin:0 auto !important;
display:block !important;
}
.EmbeddedTweet {
max-width:none !important;
margin:0 auto !important;
display:block !important;
}
/* Center the damn tweets */

.twitter-tweet {
margin: 0 auto !important;
/* width: 100% !important; */
}
iframe[id^='twitter-widget-0'] {
  height:600px !important;
  margin-bottom:10px !important;
}
button:focus {
outline:none !important;
}
.tippy-popper{
}
.post-sort{background-color: rgb(255, 255, 255);/* border: 1px solid rgba(0, 0, 0, 0.1); */border: none !important;font-size: 1.3rem;/* font-weight: bold; */box-sizing: border-box;border-radius: .3rem;outline: none !important;margin-right: .5rem;text-align: center;/* height: 2rem; */}
.post-sort:focus{
border: 1px solid rgba(0, 0, 0, 0.30);
}
.stream-sort{background-color:rgba(255,255,255,1);/* border: 1px solid rgba(0, 0, 0, 0.1); */border: none !important;font-size: 1.3rem;/* font-weight: bold; */border-radius: .3rem;box-sizing: border-box;outline:none;margin-right: .5rem;margin-left: .5rem;/* padding-left: .5rem; *//* height: 2rem; */}
.stream-sort:focus{/* border: 1px solid rgba(0, 0, 0, 0.30); */}
.post-sort-time{background-color:rgba(255,255,255,1);/* border: 1px solid rgba(0, 0, 0, 0.1); */border: none !important;font-size: 1.3rem;/* font-weight: bold; */border-radius: .3rem;outline:none;margin-right: .5rem;/* padding-left: .5rem; */height: 2rem;}


/* HELP BLOCK START */
.v2_help_container{
position: fixed;
top: 3.75rem;
left:0;
right:0;
padding-left:.5rem;
padding-right:.5rem;
text-align: center;
z-index: 99999;
}
.v2_help_block{
color: black;
padding: .5rem;
border-radius: .3rem;
font-weight: bold;
}
.v2_help_block_danger{
background-color: rgb(255, 201, 201);
border: 1px solid rgb(255, 0, 0);
color: rgba(255, 0, 0, 0.8);

}
.v2_help_block_success{
background-color: rgb(204, 255, 214);
border: 1px solid rgb(87, 208, 87);
color: rgba(0, 111, 0, 0.8);
}
.v2_help_block_info{
background-color: rgb(254, 255, 187);
border: 1px solid rgb(200, 202, 131);
color: rgba(0, 0, 0, 0.5);
}
/* HELP BLOCK END */

/*NAVIGATOIN*/
.v3_navigation_bar{
  display: flex;
  height: 3.3rem;
  list-style: none;
  width: 100%;
  padding: 0;
  justify-content: space-evenly;
  align-items: center;
  margin:0 auto;
  position:fixed;
  top:0;
  z-index:999999;
  /* box-shadow: 0px 1px 1px rgb(95, 95, 95); */
}
.v3_navigation_notification{
  /*display:none;*/
}
.v3_navigation_messages{
  /*display:none;*/
}
.v3_navigation_profile_image{
  width: 1.3rem;
  height: 1.3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  transform: scale(1.1);
  /* border: 1px solid black; */
}
.v3_navigation_item{
    cursor: pointer;
    /* display:flex; */
    align-items:center;
    padding:.5rem;
    white-space:nowrap;
    outline:none;
    color: rgb(255, 255, 255);
}
.v3_navigation_item:hover{
      /* color: rgba(255, 255, 255, 0.74); */
      opacity: 0.8;
}
.v3_navigation_fullname{
  margin-right:.3rem;
}

.v3_navigation_icon{
  font-size: 1.3rem;
  transition: transform 0.1s ease 0.1s;
  transform: scale(1.5);
  display:flex;
}
.v2_notification_count{
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 15px;
  margin-top: -5px;
  font-size: 0.4em;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  /* display: flex; */
  /* align-content: end; */
  /* align-items: center; */
  background-color: #ff0000;
  border-radius: 6px;
}
.v3_navigation_profile_menu{
  display: flex;
  flex-direction:column;
  list-style: none;
  padding:0;
  text-align:left;
  margin:0 auto;
}
.v3_navigation_profile_menu_item{
  padding:.5rem;
  color: rgba(0, 0, 0, 1);
}
.v3_navigation_profile_menu_item:hover{
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.v3_navigation_search_menu{
  display: flex;
  flex-direction:column;
  list-style: none;
  padding:0;
  text-align:left;
  margin:0 auto;
}
.v3_navigation_search_menu_item{
  width:100%;
  text-align:center;
}
.v3_navigation_search_menu_input{
  width:100%;
  font-size:1.1rem;
  border-radius: .3rem;
  padding:.5rem;
  border: 1px solid rgb(165, 165, 165);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;

}
.v3_navigation_search_menu_input:focus{
  outline:none;
}

.myStreamzNav{
position: fixed;
top:0;
width:100%;
z-index:3000;
}
.myStreamzNav ul{
padding:0;
margin:0 auto;
list-style:none;
display:flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
text-shadow: 0px 0px 1px black;
max-width:1000px;
}
.myStreamzNav li:not(.search){
cursor: pointer;
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: .5rem;
padding-left: .5rem;
color:#ffffff;
height:auto;
white-space: nowrap;
}
.search{
white-space:nowrap;
}
.myStreamzNav a{
text-decoration: none;
}

.myStreamzNav li:hover:not(.search){
/* text-shadow: 1px 1px rgba(0,0,0,1); */
text-decoration: none;
background-color: rgba(255, 255, 255, 0.16);
}
.myStreamzNavMiddleIcon{
margin-left:auto;
margin-right:auto;
}
.myStreamzNav input{
border-radius:20px;
padding:5px;
border-radius: 20px;
padding-left: 13px;
border: 2px solid #0000003b;
}
.myStreamzNav input:hover{
border: 2px solid #0000006b;
}
.stream-nav{
margin-bottom:1rem;
}
/*NAVIGATION END*/

.wrapper{
margin:0 auto;
max-width:1000px;
}
.post{
  padding: 10px;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #00000057;
  border-radius: 5px;
}
.profilePicture{
border-radius:100%;
max-width:200px;
max-height:200px;
width:180px;
}
.container_wrap{
max-width:800px;
padding:15px;
padding-top: 4rem;
/*background-color: rgba(0, 0, 0, 0.05);*/
margin: 0 auto;
/*  margin-top: 56px;  top margin for fixed nav*/
overflow: hidden;
/* margin-top:54px; */
}
.streamz_container_wrap{/* max-width:800px; *//* display: grid; *//* grid-auto-columns: 1fr 1fr 1fr 1fr; */margin: 0 auto;/* margin-top: 6.3rem; *//* padding-top: .2rem; *//* padding-left: .5rem; *//* padding-right: .5rem; */}
}
.container{

}
.profile_container_wrap{max-width: 800px;/* background-color: #f2f2f2; */margin: 0 auto;/* border: 1px solid rgba(0, 0, 0, 0.1); *//* background-color:#FFF; */overflow-x:hidden;overfloy-y:scroll;min-height:800px;margin-top:2.9rem;}
.inner_container{/* position: fixed; *//* display: grid; *//* overflow: scroll; *//* padding-top: 3rem; *//* background-color: rgb(90, 86, 86); *//* overflow-x: hidden; */}
.profile_stats_container p{
max-width: 400px;
margin: 0 auto;
margin-bottom:10px;
text-shadow: 0px 0px 5px #000;
}
.v2_profile_page_body{
  background-color: rgb(255, 255, 255);
    border-radius: .3rem;
    overflow: hidden;
    margin-top: .5rem;
    padding: .5rem;
}
.header_container{
max-width: 1000px;
margin: 0 auto;
box-shadow: 0px 0px 146px #00000054;
}
.card{
margin-bottom:10px;
}
.jqCard{
padding-bottom:10px;
padding-top:10px;
border-bottom:1px solid #0000001f;
}
.up_post_button{
color:#007bff;
}
.up_post_button:hover{
color:#0056b3;
}
.down_post_button{
color:#007bff;
}
.down_post_button:hover{
color:#0056b3;
}
.pageination_nav{
margin-top:20px;
}
.pagination{
  margin-top:20px;
}
.online_icon{
/*  margin-top: -10px;
margin-left: -10px;*/
font-size: .7rem;
color: #17ca1e;
/*  position: absolute;*/
}
.offline_icon{
/*  margin-top: -10px;
margin-left: -10px;*/
font-size: .7rem;
color: #9e9e9e;
/*  position: absolute;*/
}
.profile_username{
font-size:2rem;
text-shadow: 2px 2px 5px #000;
}
.profile_fullname{
font-size:2.5rem;
text-shadow: 2px 2px 5px #000;
}
.post_image{
object-fit: contain;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
margin-bottom:10px;
}
.post_time{
  float:right;
  font-size: 0.8rem !important;
  float: right !important;
  color: #0000005c !important;
}
.post_items{/* padding-top: .2rem; *//* border: 1px solid black; */display: grid;grid-template-columns: 1fr;/* grid-template-rows: auto auto auto auto auto; *//* grid-gap: .5rem; */align-self: start;/* position: relative; *//* margin: auto; */height: auto;max-width: 800px;margin: 0 auto;}
.profile_sort_container{
text-align:center;
margin-top:1rem;
}
.settings_list_container{
  max-width: 40rem;
  margin:0 auto;
}
.avatar-file-upload-button{
  color: #FFF;
  background-color: #007bff;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position:absolute;
  margin-top: -20px;
  margin-left: -37px;
}
.avatar-file-upload-button:hover{
  background-color: #0467d0;
}
.v2_profile_header_image_button{
    position: absolute;
    top: 3rem;
    left: 1rem;
    font-weight: bold;
    padding: .5rem;
    background-color: rgba(0, 0, 0, 0.61);
    border-radius: .5rem;
    color: white;
}
.v2_profile_header_image_button:hover{
  background-color: rgba(0, 0, 0, 0.92);
}
.v2_profile_avatar_image_button{
    /* padding: 0.5rem; */
    padding-left: 3rem;
    padding-right: 4rem;
    padding-top: .5rem;
    padding-bottom: 1rem;
    /* width: 7rem; */
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.61);
    border-radius: .5rem;
    position: relative;
    top: 7.5rem;
}
.v2_profile_avatar_image_button:hover{
  background-color: rgba(0, 0, 0, 0.92);
}
.header-file-upload-button{
  color: #FFF;
  background-color: #007bff;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position:absolute;
}
.header-file-upload-button:hover{
  background-color: #0467d0;
}
.post-file-upload-button{
  color: #FFF;
  background-color: #007bff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.post-file-upload-button:hover{
  background-color: #0467d0;
}
.post_image_input_container{
  margin-top:15px;
  margin-bottom:15px;
  max-width:500px;
  margin:0 auto;
}
#post_image_img{
border-radius:5px;
overflow: hidden;
}
.post_image_img{
border-radius:.3rem;
}
.sort_container{

}
.messages_avatar{
width:3rem;
height:3rem;
}
.message_user{
padding-right:1rem;
font-size:1.1rem;
}
.message{
border: 1px solid #00000033;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem;
}
.message_controls {
margin-left:auto;
min-width:87px;
}
.message_button{
padding: .5rem;
border-radius: .5rem;
}
.message_flex{
display: flex;
align-items: center;
width: 100%;
}
.message_read{
background-color: #007dff;
  border: 0;
  color: white;
  text-shadow: 1px 1px black;
}
.message_read:hover{
    background-color: #076ed8;
}
.message_delete{
background-color: #e82828;
  border: 0;
  color: white;
  text-shadow: 1px 1px black;
}
.message_delete:hover{
background-color: #d22828;
}
.message_show{
display: none;
padding-top:1rem;
padding-bottom:1rem;
}
.tweet-container{
align-items: center;
border-radius: .3rem;
margin-left: .5rem;
margin-right: .5rem;
margin-bottom: .5rem;
}
.v2_view_header{
font-size:1.5rem;
display: flex;
padding: .5rem;
}
.v2_member_list_item{border: 1px solid rgba(0, 0, 0, 0.1);background-color: #FFF;border-radius: .3rem;padding-top: .5rem;padding-bottom: .5rem;padding-right:.5rem;margin-bottom: .5rem;/* margin-right: .5rem; *//* margin-left: .5rem; */}
.member_list_container{
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: .5rem;
}
.v2_notification_item{border: 1px solid rgba(0, 0, 0, 0.1);background-color: #FFF;border-radius: .3rem;padding-top: .5rem;padding-bottom: .5rem;padding-right: .5rem;margin-bottom: .5rem;align-items: center;display: flex;justify-content: space-between;align-items: center;}
.v2_notification_message{
padding-left:.5rem;
}
.v2_notificaions_list_container{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 4rem;
}
.v2_notification_actions{/* padding-left:.5rem; */}
.v2_react_menu{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  /* border: 1px solid lightgray; */
  border-radius: .3rem;
  height: 3rem;
  /* font-size: 1.5rem; */
  /* background-color:#fff; */
}
.v2_react_menu:hover{

}
.v2_react_menu:focus{
outline:none;
}
.react_buttons_container{display: grid;grid-template-columns: 1fr 1fr 1fr;align-items: center;/* justify-items: center; */font-size: 2.3rem;/* width: 100% !important; */} 
.v2_post_container{min-width: 240px;/* border-top: 1px solid rgba(0, 0, 0, 0.1); *//* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */background-color: white;margin-bottom: .5rem;margin-top: .67em;/* padding-top:.5rem; */margin-right: .5rem;margin-left: .5rem;border-radius:.3rem;overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.21);/* padding-bottom: 3rem; */}
.v2_post_header{display: flex;align-items:center;justify-content: center;padding-left: .5rem;padding-right: .5rem;padding-top: .5rem;overflow: hidden;}
.v2_post_header:hover{/* transform: scale(1.0); */};
.v2_post_full_name{
margin-bottom:-.2rem;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.v2_post_full_name_inline{font-weight:bold;/* vertical-align: middle; *//* font-size: 1.3rem; */color: black;}
.v2_post_username_inline{/* vertical-align: baseline; *//* font-size: 1.1rem; */}
.v2_post_username{font-size:1rem;display: flex;align-items: center;}
.v2_post_badge_container{
display:none;
align-items: center;
}
.v2_ethereum_public_key{outline: none !important;display: inline-block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 2.5rem;line-height: 0rem;color: rgb(255, 115, 0);}
.v2_ethereum_public_key:hover{cursor: pointer;/* color: rgb(49, 49, 177) !important; */transform: scale(1.2);transition: ease .1s;}
.v2_btc_button{outline: none !important;display: inline-block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 1.5rem;color: rgb(89, 89, 255);}
.v2_btc_button:hover{cursor: pointer;color: rgb(49, 49, 177) !important;}


.v2_post_badge{font-size: .7rem;text-shadow: 1px 1px black;font-weight:bold;color:#FFF;padding-left:.5rem;padding-right:.5rem;border-radius: .3rem;padding-top: .1rem;padding-bottom: .1rem;margin-right: .3rem;vertical-align: middle;display: none;/* align-items: center; *//* justify-content: center; */}
.v2_post_time{font-size: .8rem;color: rgb(128, 128, 128);/* margin-top:-.2rem; *//* text-shadow: 1px 1px #00000040; */}
.v2_profile_picture{min-width: 3rem;width: 3rem;height: 3rem;border-radius: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;/* margin-right: .2rem; */border: 2px solid white;}
.v2_profile_picture:hover{transform:scale(1.05);transition: ease .1s;}
.v2_online_icon{font-size: .8rem;margin-left: 2rem;margin-top: 2rem;border: 3px solid white;border-radius: 100%;}
.v2_online_icon_message{
margin-top: -1rem;
margin-left: 2rem;
}
.v2_icon{
font-style: normal;
}
.v2_post_user_info{flex-basis:100%;/* width: 100%; */margin-left:.2rem;font-size: .95rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;/* display: inline-block; */}
.v2_post_content{padding-left: .5rem;/* padding-left: 3.9rem; */padding-top: .5rem;padding-right: .5rem;padding-bottom: .5rem;overflow-wrap: break-word;font-size: 1rem;}
.v2_post_image{
width:100%;
}
.v2_post_image_container{
margin-right: .5rem;
margin-left: .5rem;
margin-bottom: .5rem;
overflow: hidden;
border-radius: .3rem;
}
.v2_post_controls{display: flex;justify-content:space-around;color:#007bff;cursor:pointer;font-size: 1.2rem;background-color: white;/* position: absolute; *//* bottom: 0; *//* right: 0; *//* left: 0; *//* border-top: 1px solid rgba(0, 0, 0, 0.15); */}
.v2_react_container{}
.v2_react_controls{display:flex !important;justify-content:space-around;color:#007bff;cursor:pointer;/* border-top: 1px solid rgba(0, 0, 0, 0.15); */}
.v2_post_options{
display:flex;
}
.react_buttons{display: block;/*font-size:2rem;*/cursor:pointer;margin-top: .3rem;margin-bottom: .3rem;margin-left: .3rem;margin-right: .3rem;border-radius:.3rem;}
.react_buttons:hover{transition: transform 0.1s ease 0.1s;transform: scale(1.2);}
.v2_react_button{display: flex;align-items: center;text-align: center;justify-content: center;width: 33%;/* padding-top:.5rem; *//* padding-bottom:.5rem; */color:#007bff;cursor:pointer;/* font-size:1.2rem; */}
.v2_react_button:hover{/* background-color: rgba(0,0,0,0.15); */transform: scale(1.2);transition: 0.1s ease;}
.react_control_button{
width:10px;
}
.v2_reply_button{display: flex;align-items: center;text-align:center;justify-content: center;width: 33%;padding-top:.5rem;padding-bottom:.5rem;color:#007bff;cursor:pointer;/* font-size:1.2rem; */}
.v2_reply_button:hover{background-color: rgb(220, 220, 220);}
.v2_up_button{
width: 100%;
text-align:center;
padding-top:.5rem;
padding-bottom:.5rem;
color:#007bff;
cursor:pointer;
}
.v2_up_button:hover{
background-color: rgba(0,0,0,0.15);
}
.v2_down_button{
width: 100%;
text-align:center;
padding-top:.5rem;
padding-bottom:.5rem;
color:#007bff;
cursor:pointer;
}
.v2_down_button:hover{
background-color: rgba(0,0,0,0.15);
}
.v2_repost_button{display: flex;align-items: center;justify-content: center;width: 33%;text-align:center;padding-top:.5rem;padding-bottom:.5rem;color:#007bff;cursor:pointer;/* font-size:1.2rem; */}
.v2_repost_button:hover{/* background-color: rgba(0,0,0,0.15); */color: rgb(0, 95, 197);transform: scale(1.2);transition: 0.1s ease;}
.v2_repost_button:focus{
  color: rgb(4, 67, 134);
  outline:none;
}
.v2_post_menu{width: 100%;text-align:center;padding-top:.5rem;padding-bottom:.5rem;padding-right:.7rem;padding-left:.7rem;color: rgb(130, 130, 130);cursor:pointer;/* font-size: 1.5rem; */display: none;}
.v2_post_menu:hover{background-color: rgba(0, 0, 0, 0);}
.v2_post_number{
margin-right:1rem;
}
.v2_reply_sort_container{display: none !important;}
.v2_reply_items{/* margin-top: 1rem; *//* margin-left: 1rem; *//* margin-right: 1rem; *//* padding: 37.5px; *//* margin-bottom: .5rem; */padding-bottom: .5rem;padding-top: .5rem;background-color: rgb(245, 243, 243);}
.v2_load_more_replies_button{background-color: rgba(0, 123, 255,1);/* text-shadow: 1px 1px rgba(0,0,0,1); */color: white;border:0;width: 100%;font-family: Poppins;font-size: 1rem;padding:.5rem;padding-left:1.5rem;padding-right:1.5rem;}
.v2_load_more_replies_button:hover{
background-color: rgb(2, 102, 210);
}
.v2_close_replies_button{background-color: rgba(0, 123, 255,1);/* text-shadow: 1px 1px rgba(0,0,0,1); */color: white;border:0;font-size: 1rem;width: 100%;padding:.5rem;font-family: Poppins;/* padding-left:1.5rem; *//* padding-right:1.5rem; */}
.v2_close_replies_button:hover{background-color: rgb(197, 58, 58);}
.v2_replies_controls_container{display:flex;/* justify-content: flex-end; */}
.v2_new_replies_button{background-color: rgba(0, 123, 255,1);/* text-shadow: 1px 1px rgba(0,0,0,1); */color: white;border:0;padding:.5rem;font-family: Poppins;width: 100%;font-size: 1rem;/* padding-left:1.5rem; *//* padding-right:1.5rem; *//* border-top-left-radius:.3rem; */}
.v2_new_replies_button:hover{background-color: rgb(63, 158, 84);}

.v2_post_menu_full{
display: flex;
flex-direction: column;
position: absolute;
margin-left: -3.7rem;
margin-top:.5rem;
background-color: #e5e5e5;
color: #0064ff;
overflow: hidden;
text-align: left;
z-index:5;
}
.v2_post_menu_full_item{
padding:.5rem;
}
.v2_post_menu_full_item:hover{
background-color: rgba(0,0,0,0.15);
}
/* NEW POST START */
.v2_new_post_container{/* display:flex; *//* align-items: center; */margin-right: .5rem;margin-left: .5rem;/* margin-bottom: .5rem; *//* padding: .5rem; */}
.v2_new_post_profile_picture{margin-right:.5rem;/* display: none; */}
.v2_new_post_profile_picture_img{min-width: 3rem;width: 3rem;height: 3rem;border-radius: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;/* margin-right: .2rem; */border: 2px solid white;}
.v2_new_post_profile_picture_img:hover{transform:scale(1.05);transition: ease .1s;}

.v2_new_post_content_container{width:100%;/* padding: 0; *//* border: 1px solid rgb(186, 186, 186); *//* border-radius: .5rem; */background-color: rgb(245, 243, 243);}
.v2_new_post_content_textarea{display: inline-block;height: 100px;width:100%;max-width: 100%;min-width: 100%;padding: .6rem;font-size: 1rem;font-family: Poppins;min-height:70px;border-style: none;background-color: rgb(255, 255, 255);border: 1px solid rgb(206, 206, 206);border-radius: .5rem;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.v2_new_post_content_textarea:hover{}.v2_new_post_content_textarea:focus{
  outline:none;
  /* border:none; */
}
.v2_new_post_controls{display:flex;justify-content: flex-end;margin-bottom:.5rem;margin-left: .5rem;margin-right: .5rem;}
.v2_new_post_img_button{
background-color: rgba(0, 123, 255,1);
text-shadow: 1px 1px rgba(0,0,0,1);
color: white;
padding: .5rem;
border:0;
border-bottom-left-radius:.3rem;
border-top-left-radius:.3rem;
margin-bottom:0 !important;
display: flex;
align-items: center;
}
.v2_new_post_submit_button{background-color: rgba(0, 123, 255,1);/* text-shadow: 1px 1px rgba(0,0,0,1); */color: white;font-family: Poppins;font-size: 1rem;padding: .5rem;border:0;border-radius: .3rem;}
.v2_new_post_img_button:hover{
background-color: rgb(2, 102, 210);
}
.v2_new_post_submit_button:hover{
background-color: rgb(2, 102, 210);
}
.load_more_button{background-color: rgba(0, 123, 255,1);margin-top: 1rem;/* margin-bottom: 1rem; *//* margin-left: .5rem; */margin-right: .5rem;border-radius: 0 !important;font-size: 1rem;}
.load_more_button:hover{background-color: rgb(2, 102, 210);}
/* NEW POST END */

.v2_loading_icon{position: fixed;top: 3.3rem;bottom: 0;left: 0;right: 0;display: flex;justify-content: center;align-items: center;background-color: rgba(86, 86, 86, 0.5);FONT-SIZE: 3REM;COLOR: rgb(255, 255, 255);z-index: 9999999999;}
.v2_post_attachment_container{
  width:60%;
  margin: 0 auto;
}
.v2_post_attachment_image{
  height: auto;
  min-height: 23rem;
  width:100%;
  background-position: center;
  background-size: cover;
  max-width: 50rem;
  margin: 0 auto;
}
/* MESSAGES START */
.v2_messages_title{
font-size: 2rem;
color: rgb(68, 68, 68);
}
.v2_message_item_container{display:flex !important;align-items:center;justify-content:space-between;cursor:pointer;padding-bottom: .5rem;padding-top: .5rem;padding-right: .5rem;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: .3rem;margin-bottom:.5rem;background-color: #FFF;/* margin-right: .5rem; *//* margin-left: .5rem; */}
.v2_message_item_container:hover{
/* background-color:rgba(238, 238, 238, 1); */
border: 1px solid rgba(0, 0, 0, 0.30);
}
.v2_message_item_header{
display: flex;
  align-items: center;
}
.v2_message_item_header_info{
margin-left:.2rem;
}
.v2_full_message_user_info{
margin-left:.3rem;
}

.v2_message_profile_picture{
width:3rem;
height:3rem;
border-radius:100%;
}
.v2_message_profile_picture_header{
width:3rem;
height:3rem;
border-radius:100%;
}
.v2_message_full_name{
font-weight:bold;
}
.v2_message_view_button{
background-color: rgba(0, 123, 255,1);
}
.v2_message_view_button:hover{
background-color: rgba(2, 102, 210,1);
}
.v2_message_delete_button{
background-color: rgba(0, 123, 255,1);
}
.v2_message_delete_button:hover{
background-color: rgb(181, 0, 0);
}
.v2_message_information{
color:rgba(0,0,0,.7);
font-size:.9rem;
}
.v2_message_title{
display:flex;
align-items:center;
}

/* MESSAGES END */


.v2_full_message_post_body_container{display:flex;/*height: 100%*/;flex-direction: column;padding: .5rem;}
.v2_full_message_post_body_textarea{

}
.v2_full_message_post_controls_container{
position: absolute;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: row-reverse;
border-top: 1px solid rgba(0, 0, 0, 0.15);
background-color: #ebebeb;
}
.v2_full_message_post_buttons{background-color: rgb(0, 123, 255);color: rgb(255,255,255);border: 0;padding:.8rem;margin-bottom:0;border-left: 1px solid rgb(0, 89, 184);font-size: 1.5rem;}
.v2_full_message_post_buttons:hover{
background-color: rgb(0, 95, 197);
}
.v2_full_message_post_buttons:focus{
background-color: rgb(4, 67, 134);
/* outline:none; */
/* border:0 !important; */
border-left: 1px solid rgb(0, 89, 184);
}
.v2_full_message_post_new_textarea{/* position: relative; *//* bottom: 3.1rem; *//* top: 4.2rem; *//* width: 100%; */min-height: 13rem;max-height: 30rem;box-sizing: border-box;/* border: none; *//* padding: .5rem; *//* overflow-y:scroll; *//* font-family:'Poppins'; *//* font-size: 1.2rem; */}
.v2_full_message_post_new_textarea:focus{
outline:none !important;
border:none !important;
}

.v2_index_container_full{
position:fixed;
display:flex;
margin:0 auto;
top: 0;
left: 0;
right: 0;
bottom: 0;

}
.v2_index_container_left{
display:flex;
width:50%;
background-color:rgba(0, 123, 255,1);;
}
.v2_index_container_right{
flex-direction: column;
display: flex;
justify-content: center;
width:50%;
background-color:#fff;
}
.v2_heading_container_left{flex-direction: column;justify-content: center;display: flex;margin:0 auto;}
.v2_heading_item_left{
padding-bottom:3rem;
padding-left:2rem;
padding-right:2rem;
color:#FFF;
font-weight:bold;
font-size:1.3rem;
text-shadow:2px 2px black;
justify-content:center;
align-items:center;
}
.v2_heading_container_right{
flex-direction: column;
justify-content: center;
display: flex;
}
.v2_heading_item_right{
color:#000;
font-weight:bold;
justify-content:center;
align-items:center;
}
.v2_heading_item_right_title{
font-size:2.5rem;
overflow-wrap: break-word;
}
.v2_heading_item_right_subtitle{font-size: 1rem;font-style: italic;margin-bottom:1rem;}
.v2_signup_button{
border: 0;
background-color: rgba(0, 123, 255,1);
color: #FFF;
font-weight: bold;
font-size: 1rem;
width: 100%;
padding: .7rem;
border-radius: 3rem;
}
.v2_signup_button:hover{
background-color: rgb(2, 102, 210);
}
.v2_login_button{
border: 1px solid rgba(0, 123, 255,1);
background-color: #FFF;
color: rgba(0, 123, 255,1);;
font-weight: bold;
font-size: 1rem;
width: 100%;
padding: .7rem;
border-radius: 3rem;
}
.v2_login_button:hover{
background-color:rgba(0, 123, 255,1);
color:#FFF;
}
/* NEW POST BUTTON START */
.v2_new_post_button_container{
position: fixed;
bottom: 5%;
right: 5%;
}
.v2_new_post_button{background-color: rgba(0, 123, 255,1);/* text-shadow: 1px 1px rgba(0,0,0,1); */color: rgba(255, 255, 255, 0.92);font-size: 2rem;padding: 0;border: 0;border-radius: 5rem;/* box-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */width: 4.5rem;height: 4.5rem;display: flex;align-items: center;z-index: 901;justify-content: center;}
.v2_new_post_button:hover{
background-color:rgb(0, 95, 197);
}
.v2_new_post_button:focus{
background-color: rgb(4, 67, 134);
border: 0px solid #FFF;
outline: none;
}

/* NEW POST BUTTON END */

/*Profile CSS Start*/

.v2_profile_avatar_picture{width: 10rem;height: 10rem;border-radius: 100%;overflow: hidden;margin: 0 auto;background-position: center;background-size: cover;/* background-color: white; *//* border: 6px solid white; */}
.v2_profile_online_icon{color: #17ca1e;font-size: 1.5rem;position: absolute;margin-top: 8rem;margin-left: 2.5rem;border: 6px solid white;border-radius: 100%;display: none;}
.v2_profile_header_picture{background-image: url(images/SmartSelect_20181003-001359_Chrome.gif);background-repeat: no-repeat;background-size: cover;background-position: center;padding-top: 50.64%;width: 100%;height: 0;overflow: hidden;/* border: 1px solid rgba(0, 0, 0, 0.1); *//* box-shadow: 0px 5px 20px 0px #0000005c; *//* border-bottom-right-radius: .3rem; *//* border-bottom-left-radius: .3rem; *//* border-radius: .3rem; */}
.v2_profile_header_avatar_container{/* position:absolute; */text-align:center;width:100%;margin: 0 auto;margin-top: -5.5rem;max-width:800px;/* padding-left: 1rem; */}
.v2_profile_information_container{/* width:100%; */line-height: 1.2rem;text-align:center;overflow: hidden;/* margin-right: .5rem; *//* margin-left: .5rem; *//* margin-top: 3rem; */background-color: white;border-bottom-right-radius: .3rem;border-bottom-left-radius: .3rem;/* border-left: 1px solid #e5e5e5; *//* border-right: 1px solid #e5e5e5; *//* border-bottom: 1px solid #e5e5e5; *//* padding-bottom: 1rem; */padding-top: .5rem;}
.v2_profile_information_full_name{font-size: 2rem;/* margin-top: 1rem; *//* margin-bottom: 1rem; */font-weight: bold;/* padding-left: 10rem; */line-height: 1.8rem;}
.v2_profile_information_username{font-size: 1.5rem;/* margin-top: 0.3rem; *//* padding-left: 10rem; */font-weight: normal;}
.v2_profile_avatar_button{
position: absolute;
margin-left: -6.7rem;
margin-top: 6.5rem;
font-size:1rem;
background-color: #0053ff;
border: 0;
color: white;
padding: .5rem;
border-radius: .5rem;
}
.v2_profile_avatar_button:hover{
    background-color: #0040c4;
}
.v2_profile_header_container{background-color:white;/* border-right: 1px solid #e5e5e5; *//* border-left: 1px solid #e5e5e5; *//* margin-right: .5rem; *//* margin-left: .5rem; *//* margin-top: 1rem; */border-radius: .3rem;}
.v2_profile_header_button{
position: absolute;
margin-top:1rem;
margin-left:1rem;
font-size:1rem;
background-color: #0053ff;
border: 0;
color: white;
padding: .5rem;
border-radius: .5rem;
}
.v2_profile_header_button:hover{
background-color: #0040c4;
}
.v2_profile_information_join_date{
margin-bottom:1rem;
}
.v2_profile_information_bio{margin-bottom: .5rem;/* margin-top: 1rem; *//* padding-left: 1rem; */font-size: 1.2rem;}
.v2_profile_information_stats{display: flex;/* flex-direction: column; *//* justify-content: space-around; *//* align-items: center; */max-width: 50rem;text-align: center;/* border-radius: .3rem; */margin: 0 auto;margin-top: .5rem;/* margin-right: .5rem; *//* margin-left: .5rem; */background-color: rgb(255, 255, 255);border-radius: .3rem;overflow:hidden;/* border-top: 1px solid rgba(0, 0, 0, 0.1); */}
.v2_profile_information_stats_profile{width:100%;padding-top: .5rem;padding-bottom: .5rem;color: rgba(40,40,40,1);}
.v2_profile_information_stats_profile:hover{background-color: rgb(220, 220, 220);color: rgb(55, 133, 254);cursor: pointer;}
.v2_profile_information_stats_posts{width:100%;padding-top: .5rem;padding-bottom: .5rem;color: rgba(40,40,40,1);}
.v2_profile_information_stats_posts:hover{
    background-color: rgb(220, 220, 220);
    color: rgb(55, 133, 254);
    cursor: pointer;
}

span.v2_profile_information_stats_posts {
}
.v2_profile_information_stats_followers{
width:100%;
padding-top: .5rem;
padding-bottom: .5rem;
}
.v2_profile_information_stats_followers:hover{
background-color:#d5d5d5;
}
.v2_profile_information_stats_following{
width:100%;
padding-top: .5rem;
padding-bottom: .5rem;
}
.v2_profile_information_stats_following:hover{
background-color:#d5d5d5;
}
.v2_profile_controls{display: flex;justify-content: space-evenly;margin-bottom: .5rem;/* display: grid; *//* grid-template-columns: 1fr 1fr 1fr 1fr; *//* justify-content: center; *//* padding-left: 1rem; *//* text-align: center; */}
.v2_button_style_1{font-size: .8rem;border: 0;color: white;/* border: 10px solid; */text-shadow: 1px 1px rgba(0, 0, 0, 0.26);display: flex;/* border-right: 3px solid rgb(220, 220, 220); *//* border-top: 3px solid rgb(220, 220, 220); */border-radius: .3rem;align-items: center;padding: 1rem;/* padding-top: .5rem; *//* padding-bottom: .5rem; *//* padding-left: 1rem; *//* padding-right: 1rem; *//* border: 1px solid rgba(0, 0, 0, 0.1); *//* border-radius: .5rem; *//* margin-right: .5rem; *//* float: right; */}
.v2_button_style_4{font-size: 1.5rem;padding-bottom: .5rem;padding-top: .5rem;color: rgb(2, 102, 210);}
.v2_button_style_4:hover{transform: scale(1.1);transition:0.1s ease;cursor:pointer;color: #0057b5;}
.wallet_container{font-size:1.2rem;word-break: break-all;}
.v2_bitcoin_button{color: rgb(255, 155, 0) !important;/* text-shadow: 1px 1px black; */}

.v2_repost_button.v2_bitcoin_button.v2_bitcoin_button_984 {}
.v2_red_button_style_1{
background-color: rgb(201, 0, 0);
}
.v2_red_button_style_1:hover{
background-color: rgb(144, 1, 1);
}
.v2_red_button_style_1:focus{
background-color: rgb(113, 0, 0);
outline:none;
}
.v2_blue_button_style_1{background-color: rgba(0, 123, 255,1);margin-right: .5rem;/* height: 2rem; */padding: .6rem;/* width: 4rem; *//* display: none; *//* align-items: center; */}
.v2_blue_button_style_1:hover{
background-color: rgb(0, 95, 197);
}
.v2_blue_button_style_1:focus{
outline: none;
background-color: rgb(4, 67, 134);
}
.v2_accept_friend_request_button{
background-color: #0053ff;
}
.v2_accept_friend_request_button:hover{
background-color: #0040c4;
}
.v2_decline_friend_request_button{
background-color: #c90000;
}
.v2_decline_friend_request_button:hover{
background-color: #900101;
}
.v2_profile_follow_button{background-color: #0053ff;padding: .5rem;width: 100%;color: white;font-size: 1.5rem;/* margin-right: .5rem; */}
.v2_profile_follow_button:hover{
background-color: #0040c4;
}
.v2_profile_friend_button{
background-color: #0053ff;
width: 8rem;
padding: .5rem;
}
.v2_profile_friend_button:hover{
background-color: #0040c4;
}
.v2_profile_unfollow_button{background-color: #c90000;padding: .5rem;width: 100%;color: white;font-size: 1.5rem;}
.v2_profile_unfollow_button:hover{
background-color: #900101;
}
.v2_profile_cancel_friend_button{
background-color: #828282;
}
.v2_profile_cancel_friend_button:hover{
background-color: #5d5d5d;
}
.v2_profile_accepted_friend_button{
background-color: #0bad00;
}
.v2_profile_accepted_friend_button:hover{
background-color: #077100;
}
/*Profile CSS End*/

/*MESSAGES VIEWS START */

.v2_full_message_container{background-color: rgba(0, 0, 0, 0.3);position: fixed;top: 52px;left: 0;right: 0;bottom: 0;z-index:3500;}
.v2_full_message_inner_container{
position: absolute;
top: 10%;
right: 10%;
left: 10%;
bottom: 10%;
border-radius: .3rem;
background-color: white;
box-shadow:0rem 0rem 5rem rgba(0,0,0,1);
border-radius: .3rem;
overflow: hidden;
/* border: 1px solid rgba(0, 0, 0, 0.1); */
}
.v2_full_message_header_container{
  padding-top: .5rem;
  padding-bottom: .5rem;
  /* background-color: #f1f1f1; */
  display:flex;
  align-items: center;
  justify-content: space-between;
  z-index:200;
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}
.v2_full_message_time_container{
  text-align: center;
  color: rgba(0,0,0,.7);
  font-size: .9rem;
}
.v2_full_message_profile{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* margin-top: .5rem; */
  /* margin-bottom: .5rem; */
  /* margin-left: 0.5rem; */
  /* margin-right: 0.5rem; */
  /* margin-top: 0.5rem; */
}
.v2_full_message_username{
  margin-top:-.5rem;
}
.v2_full_message_title{
      display: flex;
}
.v2_full_message_profile_details{
  white-space: nowrap;
}
.v2_full_message_body_container{
  overflow-wrap: break-word;
  position: absolute;
  top: 4.2rem;
  bottom: 5rem;
  width: 100%;
  transform: scaleY(-1);
  overflow-y:scroll;
}
.v2_full_message_close_button{
  border:0;
  font-size: 2rem;
  padding-top: .rem;
  /* padding-bottom: 1.1rem; */
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: rgba(255, 255, 255, 0);
  font-weight: bold;
  color: #d9d9d9;
  cursor: pointer;
  border-bottom-left-radius: .3rem;
  overflow: hidden;
}
.v2_full_message_close_button:hover{
  color: #7e7e7e;
}


.v2_full_message_footer_container{
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items:center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
  justify-content: space-between;
  padding:1rem;
}

.v2_full_message_button_style{
  color: white;
  border: 0;
  width:5rem;
  padding: 0.75rem;
  text-shadow: 1px 1px black;
  background-color: rgba(0, 123, 255,1);
}
.v2_full_message_button_style:hover{
  background-color:rgb(0, 93, 193);
}
.v2_full_message_full_name{
  font-weight:bold;
}
.v2_full_message_textarea{
  width:100%;
  border: 0;
  height:3rem;
  margin-left: .5rem;
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.v2_full_message_button_send{
  border-top-right-radius:.3rem;
  border-bottom-right-radius:.3rem;
}
.v2_full_message_button_image{

}
.v2_full_message_reply{
  margin-left: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem;
  background-color: rgb(241, 241, 241);
  border-radius: .3rem;
  word-break: break-all;
  /* width: 100%; */
}
.v2_full_message_reply_time{
  color:rgba(0,0,0,.5);
  font-size:.9rem;
  margin-top:.5rem;
}
.v2_full_message_profile_left{
  flex-direction: row !important;
  margin-left: .5rem;
}
.v2_full_message_reply_left{
  background-color: rgb(241, 241, 241) !important;

}
.v2_full_message_profile_right{
  flex-direction: row-reverse !important;
  margin-right: .5rem;
}
.v2_full_message_reply_container{
  transform: scaleY(-1);
}
.v2_full_message_reply_right{
  background-color: rgb(191, 222, 255) !important;
  margin-left:0;
  margin-right:.5rem;
}
.v2_full_message_time_container_details{
}
.v2_youtube_container{
  overflow: hidden;
  /* border-radius: .3rem; */
  /* margin-left:.5rem; */
  /* margin-right:.5rem; */
  /* margin-bottom:.5rem; */
}
.v2_instagram_container{
  /* margin-left: .5rem; */
  /* margin-right: .5rem; */
  /* margin-bottom: .5rem; */
  border-radius: .3rem;
  overflow: scroll;
}
/* OPENGRAPH LINK STYLING START */
.v2_opengraph_container{margin: 0 auto;/* border: 1px solid rgba(0, 0, 0, 0.1); *//* border-radius: .3rem; *//* margin-left: .5rem; *//* margin-right: .5rem; */margin-bottom: .5rem;/* padding-top:.5rem; *//* padding-bottom:.5rem; */max-width: 497px;/* border: 1px solid black; */box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.38);border-radius: .3rem;overflow: hidden;}
.v2_opengraph_container:hover{cursor:pointer;/* background-color: rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);*/}
.v2_opengraph_title{font-size: 1.2rem;font-weight: bold;padding-left: .5rem;padding-right: .5rem;color: black;}
.v2_opengraph_image{width: 100%;}
.v2_opengraph_description{color: black;font-size: .9rem;padding-left: .5rem;padding-right: .5rem;}
.v2_opengraph_site_name{width: auto;height:2rem;overflow:hidden;margin-top: -2rem;/* font-size: 1rem; */color: rgba(255,255,255,1);text-shadow: 1px 1px rgba(0,0,0,1);/* margin-left: .5rem; *//* margin-right: .5rem; */padding-left: .5rem;border-radius: .3rem;/* padding-top: .3rem; *//* padding-bottom: .3rem; */z-index: 5;}
.v2_opengraph_favicon{width:1rem;height:1rem;}
/* OPENGRAPH LINK STYLING END */

/*MESSAGE VIEWS END */

/*SETTIGNS VIEWS START */
.v3_settings_inputs_container{
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  /* grid-row-gap: 10px; */
  padding: 10px;
  background-color: white;
  align-items: left;
  border-radius: .3rem;
  /* margin-left: .5rem; */
  /* margin-right: .5rem; */
}
.v3_button_style_1{
  border: none;
  padding: 10px;
  background-color: #007bff;
  font-weight: bold;
  color: white;
  border-radius: .3rem;
  font-family: Poppins;
}
.view_more_members_button{
  margin-bottom:.5rem;
}
.v3_button_style_1:hover{
  background-color: #0057b5;
}
.v3_button_style_1:focus{
  background-color: #004590;
  outline:none;
}
.v3_text_inputs_style_1{
  border:none;
  padding:10px;
  font-family: 'Poppins', sans-serif;
  background-color: #e8f0fe;
  border-radius: .3rem;
  resize: vertical;
  min-height:20px;
  margin-bottom: .5rem;
}
.v3_text_inputs_style_1:focus{
  outline:none;
}
.v3_settings_submit_button{
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: .5rem;
}
.v3_settings_logout_button{
  grid-column-start: 1;
  grid-column-end: 3;
}
/*NEW POST PRIVATE CHECKBOX START*/
/* The switch - the box around the slider */
.privateSwitchLabel {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left:.3rem;
  margin-right:.3rem;
}

/* Hide default HTML checkbox */
.privateSwitchLabel input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgba(0, 123, 255,1);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgba(0, 123, 255,1);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.privateSwitchContainer{
  display: flex;
  flex-direction: column-reverse;
  align-items:center;
}
/*NEW POST PRIVATE CHECKBOX END*/


/*SETTIGNS VIEWS END */

/*small screen*/
@media only screen and (max-width: 500px) {
.v2_index_container_full {
flex-direction: column-reverse;
}
.v2_index_container_right{
width:auto;
height:50%;
}
.v2_index_container_left{
width:auto;
height:50%;
}
}

/*big screen*/
@media only screen and (min-width:800px) {
.v2_heading_item_left{
  font-size:1.7rem;
}
.v2_heading_item_right_title{
  font-size: 4.2rem;
}
.v2_heading_item_right_subtitle{
  font-size: 1rem;
}

}

.v2_stream_nav_container{/* margin-right: .5rem; */width:100%;position:fixed;top: 3.29rem;/* border-bottom: 1px solid rgb(201, 201, 201); */display:flex;background-color: rgb(220, 220, 220);/* background-color: rgb(191, 9, 49); *//* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); */justify-content: center;/* margin-top: 3.3rem; */z-index: 1003;/* border-bottom: 1px solid rgb(229, 229, 229); *//* border-top: 1px solid rgb(229, 229, 229); */padding-top: .5rem;padding-bottom: .5rem;/* padding: .5rem; */}
.v2_stream_nav_search_container{/* margin-right: .5rem; */width:100%;position:fixed;top: 6.29rem;border-bottom: 1px solid rgb(201, 201, 201);display:flex;background-color: rgb(220, 220, 220);/* background-color: rgb(191, 9, 49); */box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.38);justify-content: center;/* margin-top: 3.3rem; */z-index: 1001;/* border-bottom: 1px solid rgb(229, 229, 229); *//* border-top: 1px solid rgb(229, 229, 229); *//* padding-top: .5rem; */padding-bottom: .5rem;/* padding: .5rem; */}
.v2_stream_nav_search_input{
  box-sizing: border-box;
  padding: .5rem;
  margin: 0 auto;
  width: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: 1.3rem;
  border: 0 !important;
  outline: 0 !important;
  border-radius: .3rem;
  height: 2rem;
  overflow: hidden;
}

.stream_nav_container{width:100%;position:fixed;top:0;display:flex;background-color: rgb(255, 255, 255);justify-content: space-evenly;margin-top: 3.4rem;z-index:1000;border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
.stream_nav_item{
width:100%;
text-align:center;
padding-top:1rem;
padding-bottom:1rem;
color: #007bff;
}
.stream_nav_item:hover{
background-color: rgba(0, 0, 0, 0.05);
}

/*small screen*/
@media screen and (max-width: 700px) {
.profile_container_wrap{
  max-width:1000px;
  margin: 0 auto;
  /* background-color:#FFF; */
  border-radius: 0px;
  overflow-x:hidden;
  overfloy-y:scroll;
  margin-top:2.9rem;
}
.myStreamzNav ul{
  flex-direction: column;
  height: auto;
  align-items: normal;
}
.myStreamzNav input{
  width:90%;
  height:2rem;
}
.navTitle{
  width:120px;
}
.nav-items{
  display:none;
}
.mobileMenuButton{
  position: fixed;
  top: 0;
  right: 0;
  font-size:1.5rem;
  display: flex;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.myStreamzNavMiddleIcon{
  margin:0;
}
.v2_profile_picture_icon::after{
  content: " Profile";
}
.v2_streamz_icon::after{
  content:" Streamz";
}
.v2_notificaion_icon::after{
  content:" Notifications";
}
.v2_messages_icon::after{
  content:" Messages";
}
.v2_members_icon::after{
  content:" Members";
}
.v2_settings_icon::after{
  content:" Settings";
}
.v2_message_item_container{

}
.v2_message_item_header{

}
.v2_message_item_header_info{

}
.v2_message_title{

}
.v2_full_message_inner_container{
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    }
.youtube-iframe{
  height: 201px !important;
}


}
.v2_online_icon_message {
  margin-top: 2rem;
  margin-left: -.8rem;
  color:rgba(36, 211, 36, 1);
  font-size: .8rem;
  border: 2px solid white;
  border-radius: 100%;
}
/*big screen*/
@media screen and (min-width:699px){
  .navbar-nav{
      margin:0 auto; position:relative; left:-60px;
  }
  iframe{
    width:100% !important;
    /* height: 28rem !important; */
    display:block;
  }
  .mobileMenuButton{
    display: none;
  }
  .navTitle{
    display:none;
  }
  .nav-items{
    display:list-item !important;
  }
  .card-text{

  }
  .v2_profile_information_stats {
    flex-direction:row;
  }
  .v2_post_container{
    /* min-width:250px; */
    /* max-width: 450px; */
    border: 0;
    border-radius:.3rem;
    background-color: rgba(253,253,253,1);
    /* margin-bottom: .5rem; */
    /* margin-top: .5rem; */
    /* padding-top:.5rem; */
    /* margin-left: .5rem; */
    /* margin-right: .5rem; */
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.38);
    /* max-height: 40rem; */
    /* overflow-y: scroll; */
    /* align-self: start; */
    /* position: relative; */
    overflow: hidden;
  }
  .v2_post_container:hover{
    /* transform: scale(1.025); */
    /* transition: ease .3s; */
    /* z-index: 10; */
}
  
}

@media screen and (min-width:1000px){
.v2_profile_picture_icon::after{
  content: " Profile";
}
.v2_streamz_icon::after{
  content:" Streamz";
}
.v2_notificaion_icon::after{
  content:" Notifications";
}
.v2_messages_icon::after{
  content:" Messages";
}
.v2_members_icon::after{
  content:" Members";
}
.v2_settings_icon::after{
  content:" Settings";
}
.post_items{
  /* grid-template-columns: 1fr 1fr 1fr; */
}
}
