:root {
	--color-twitter-light-blue: rgb(234, 245, 252);  
	--color-twitter-blue:       rgb(72,  161, 235);
	--color-twitter-bg:         rgb(231, 236, 239);
	--color-twitter-light-gray: rgb(245, 248, 250);
	--color-twitter-mid-gray:   rgb(206, 214, 220);  
	--color-twitter-dark-gray:  rgb(102, 117, 130);  
	--color-font-main:          rgb(0, 0, 0);
	--color-font-secondary:     #14171a;
	--color-nav-border:         rgba(0, 0, 0, 0.25);
	background: #000000;
  }
  
html {
    scroll-behavior: smooth;
}
.google-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}
.sans {
    font-family: "Inter", sans-serif;
}

.no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
  }
  body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	  Ubuntu, "Helvetica Neue", sans-serif;
	background-color: #000000;
	color: rgb(255, 255, 255);
  }
  .padding-oob {
      margin-right: 8px!important;
  }
  .documentTabM{
        display:none;
    }
    
    #follow-who-m{
    display:none;
}
    .show-profile-sidebar {
        display: none;
    }
    .show-profile-verified-sidebar {
        display: none;
    }
    
  /* SIDEBAR */
  #mine .wrapper-left {
    display: flex;
    position: sticky;
    top: 0;
    justify-content: flex-end;
  }
  #mine .wrapper-left .sidebar-left {
	position: sticky;
	width: 276px !important;
    top: 0;
    right: 0;
	height: 100vh;
	font-size: 19px !important;
	border-right: none!important;
	z-index: 18;
	margin-left: 20px;
  }
  .wrapper-right {
	position: sticky;
	right: 0;
	height: 100vh;
	/*width: 33% !important;*/
	overflow-y: auto;
  }
  #mine .grid-sidebar {
	display: grid;
	grid-template-columns: 20% 80% !important;
	margin-bottom: 20px !important;
	align-items: end;
  }
  #mine .grid-sidebar:hover {
	color: #1da1f2 !important;
	cursor: pointer !important;
  }
  #mine .icon-sidebar-align {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
  }
  #mine .bg-active {
	color: #1da1f2 !important;
	font-weight: bold !important;
  }
  
  /* BUTTON TWITTEAR */
 #mine  .button-twittear {
	display: inline-block;
	color: #ffffff;
	height: 49px;
	width: 230px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 28px 28px 28px 28px;
	-moz-border-radius: 28px 28px 28px 28px;
	-webkit-border-radius: 28px 28px 28px 28px;
	border: 0px solid #000000;
	cursor: pointer;
	margin-left: 5px;
	background: #1da1f2;
	font-weight: 900;
	transition: 0.3s;
  }
  #mine .button-twittear:hover {
	transition: 0.3s;
	background-color: #2290d4;
  }
  /*
  #mine .box-user {
	position: fixed;
	right: 0;
	bottom: 10px;
	left: 60px;
	width: 16%;
  }
  */
  #mine .flex-user {
	display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  
  #mine .img-user {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	/*border: 2px solid #6c757d;*/
  }
  #mine .name {
	font-size: 15px;
  }
  #mine .username {
	margin-top: 3px;
	font-size: 15px;
	color: #8c9aa5;
  }
  #mine .mt-arrow {
	margin-top: 5px;
  }

   /* INPUT SEARCH*/
  
   #mine .grid-posts {
	display: grid;
	grid-template-columns: 64.8% auto;
	/*background-color: rgb(0, 0, 0);*/
	margin-left: 2%;
  }
  #mine .border-right {
	border-right: 1px solid #1f1f1f!important;
  }
  #mine .center-input-search {
	margin-left: 32%;
	margin-top: 10px;
  }
  
  #mine .input-group-login {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
  }
  #mine .input-group-prepend-login {
	margin-right: -1px;
  }
  #mine .input-group-prepend-login {
	display: -ms-flexbox;
	display: flex;
  }
  
  #mine .input-group-login > .custom-select:not(:first-child),
  #mine .input-group-login > .form-control-login:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
  }
  #mine .input-group-login > .custom-file,
  #mine .input-group > .custom-select,
  #mine .input-group-login > .form-control-login {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
  }
  #mine .mt-login {
	margin-top: 0.25rem !important;
  }
 #mine  .border-0-login {
	border: 0 !important;
  }
  #mine .form-control-login {
	display: block;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #5e6c75;
	border-radius: 10px;
	border: 0px solid #000000;
	height: 37px;
  }
 #mine  button,
  #mine input {
	overflow: visible;
  }
  #mine .input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	height: 37px;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #e6ecf0;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
  }
  
  #mine .input-border-none {
	/* eliminates the border when the input is active */
	outline: none;
  }
  
  #mine .fondo-icon {
	background: #e6ecf0;
  }
  
  #mine .box-search {
	width: 100%;
	background-color: white;
  }
  
  /* BOX OF INPUT */
  
  #mine .box-fixed {
	position: fixed;
	width: 33%;
	left: 25.4%;
	top: 40px;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
	-moz-box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
	box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
  }
  
  #mine .grid-toolbar-center {
	display: grid;
	grid-template-columns: 100%;
  }
  
  #mine .mt-icon-settings {
	margin-top: 15px;
  }
  
  /* POSTS OF TWITTER */
  
  #mine .box-tweet {
	/*padding-top: 16px;*/
	margin-left: 27%;
	transition: 0.5s;
	cursor: pointer;
  }
  /*#mine .box-tweet:hover {
	transition: 0.5s;
	background-color: #24273b8f!important;
  }*/
  #mine .box-comment {
	margin-top: 5px;
	margin-left: 27%;
	transition: 0.5s;
	cursor: pointer;
  }
  #mine .box-reply {
	margin-top: 5px;
	margin-left: 31%;
	transition: 0.5s;
	cursor: pointer;
	margin-bottom: 1em;
  }
  #mine .box-comment:hover {
	transition: 0.5s;
	background-color: #24273b8f!important;
  }
  #mine .box-reply:hover {
	transition: 0.5s;
	background-color: #24273b8f!important;
  }
  #mine .img-user-tweet {
	height: 49px;
	width: 49px;
	border-radius: 50px;
	object-fit: cover;
	transition: 0.5s;
	/*border: 2px solid #151728;*/
  }
  #mine .img-user-tweet:hover {
    opacity: 0.8!important;
  }
  
  #mine .grid-tweet {
	display: grid;
	grid-template-columns: 10% 90%;
	margin-left: 15px;
	margin-right: 2px;
	color: white;
  }
  
  #mine .flex-tweet {
	display: flex;
  }
  
  #mine .username-twitter {
	color: #6a7b8a;
	font-size: 15px;
  }
  
  #mine .img-post-tweet {
	height: 100%;
	width: 100%;
	border-radius: 10px;
  }
  #mine .img-post-retweet {
	height: 87%;
	width: 87%;
	border-radius: 10px;
	border: 2px solid #151728;
  }
/* handle upload img place */
  #mine .img-upload-tmp {
    width: 98%;
	height: auto;
	border-radius: 0;
  }
  #mine .upload-delete {
	top: 20px;
	right:70px;
	color:red;
	font-size:22px ;
	font-weight:800;
	z-index: 23;
	cursor:pointer;
  }
  .upload-photo {
	  display: none;
  }

 
  /* end */
  
  #mine .mt-post-tweet {
	margin-top: 12px;
  }
  
  /* TOOLBAR REACTIONS */
  #mine .grid-reactions-group {
	display: grid;
	grid-template-columns: 85% 15%;
	position: relative;
	z-index: 20;
	/*justify-content: space-between;*/
  }
  #mine .grid-reactions-group-1 {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	position: relative;
	z-index: 20;
  }
  #mine .grid-reactions-group-2 {
	display: grid;
	grid-template-columns: 50% 50%;
	position: relative;
	z-index: 20;
  }
  #mine .grid-box-reaction2-group1{
	display: grid;
	/*grid-template-columns: 57% 50%;*/
	padding: 12px 0px 12px 0px;
	justify-items: start;
  }
  #mine .grid-box-reaction2-group2{
	display: grid;
	/*grid-template-columns: 57% 50%;*/
	padding: 12px 0px 12px 0px;
	justify-items: end;
  }
  #mine .grid-reactions {
	display: grid;
	grid-template-columns: 22% 22% 22% 22% 12%;
	position: relative;
	z-index: 20;
  }
  #mine .grid-reactions2 {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	position: relative;
	z-index: 20;
  }
  #mine .grid-reactions3 {
	display: grid;
	grid-template-columns: 15% 15% 15% 15%;
	position: relative;
	/*z-index: 20;*/
  }
  #mine  .grid-box-reaction{
	display: grid;
	grid-template-columns: 30% 10%;
	padding-top: 8px;
  }
  #mine .grid-box-reaction2{
	display: grid;
	/*grid-template-columns: 57% 50%;*/
	padding: 12px 0px 12px 0px;
	justify-items: center;
  }
  #mine .grid-box-reaction-rep{
	display: grid;
	grid-template-columns: 100%;
	padding-top: 4px;
	font-size: 15px;
  }
  #mine .hover-reaction{
	/*padding: 5px 0 5px 0;*/
	border-radius: 50%;
	text-align: center;
	/*padding-top: 5px;*/
	color: rgb(113, 118, 123);
  }
  #mine .hover-reaction-rep{
	/* padding: 5px 0 5px 0; */
	height: 20px;
	border-radius: 50%;
	text-align: center;
	/* padding-top: 5px; */
  }
  #mine .hover-reaction-comment:hover {
	color: rgb(29, 155, 240);
  }
  #mine .hover-reaction-retweet:hover {
	color: rgb(0, 186, 124);
  }
  #mine .hover-reaction-like:hover {
	color: rgb(249, 24, 128);
  }
  #mine .unlike-btn {
	color: rgb(249, 24, 128);
  }
  #mine .hover-reaction-views:hover {
	color: rgb(29, 155, 240);
  }
  /* .likes-count {
	  margin-left: 5px;
  } */
  .likes-count p {
	 
  }
 
  
  
  /* #mine .mt-icon-reaction{
	margin-top: 5px;
  } */
  /* #mine .liked {
	margin-top: 5px;
	color: red;
	background-color: red;
  } */
 
  #mine .mt-counter{
	/* padding: 5px 0 5px 0; */
	margin-left: 2px;
	
	
  }
  
  
  
  /* BOX-SHARE */
  #mine .box-share{
	margin: 20px;
	/*margin-right: 60px;*/
	border-radius: 16px;
  }
  #mine .box-share-users{
	/*margin: 5px;
	margin-right: 17px;*/
	border-radius: 10px;
  }
  
  #mine .grid-share{
	padding: 10px;
	display: grid;
	grid-template-columns: 18% 56% auto;
	transition: 0.5s;
  }
  #mine .grid-share-2{
	padding: 10px;
    display: flex;
    transition: 0.5s;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }
  #mine .grid-share-2-group-1 {
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    gap: 8px;
  }
 #mine .grid-users {
	grid-template-columns: 15% 60% auto;
	border-bottom: 1px solid rgb(47, 51, 54);
  }
  
 #mine  .txt-share{
	font-size: 18.5px;
	padding: 10px;
  }
  #mine .img-share{
	height: 49px;
	width: 49px;
	border-radius: 50px;
	/*border: 2px solid #151728;*/
	--webkit-aspect-ratio: 1;
	aspect-ratio: 1;
	object-fit: cover;
  }
  
  /* BUTTON SIGNUP */
  #mine .button-signup {
	display: inline-block;
	font-weight: 400;
	color: #1DA1F2;
	height: auto;
	width: 78px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	/* BORDER RADIUS */
	border-radius: 28px 28px 28px 28px;
  -moz-border-radius: 28px 28px 28px 28px;
  -webkit-border-radius: 28px 28px 28px 28px;
  border: 1px solid #1DA1F2;
  cursor: pointer;
  background-color: transparent;
  }


/* Try */

#whathappen h2, .icon{
	padding: 3px;
  }
  #whathappen h2{
	margin:5px;
	margin-left: 8px;
	font-weight: 800;
	font-size: 19px;
  }
  
  #whathappen .icon{
	padding-top: 10px;
	width:40px;
  }
  #whathappen img{
	width:47px;
	height: 47px;
	border-radius: 50%;
	margin: 6px;
	/* padding 5px; */
  }
  
  #whathappen img:hover{
      opacity:0.8;
      transition: 0.5s;
  }
  
  
  #whathappen .header{
  
	/*border: 1px solid #24273b;*/
	/* */
	display: flex;
	justify-content: space-between;
  }
  
  #whathappen button{
	/*border: 1px solid rgb(211, 223, 233);;
	border-radius:50%;
	color: white;
	background-color: rgb(211, 223, 233);*/
	transition: 1s;
	/*padding: 5px;
	padding-left: 10px;
	padding-right: 10px;*/
  
  }
  
  #whathappen button:hover{
	background-color: #2196F3;
  
  }
  #whathappen .container{
  width: 100%;
  margin: 0 auto;
  }
  
  
  
  
  
  #whathappen form{
	
	color: white;
  }
  
  
  
  textarea{
	width: 100%;
	background-color: inherit;
	border: none;
	color: white;
    font-size: 16px;
	padding: 10px;
    font-weight: 600;
	height: 90%;
  
  
  
  }
  
  #whathappen ::placeholder{
	text-align: left;
	font-weight: 700;
	font-size: 20px;;
  }
  
  #whathappen .text{
	display: flex;
	flex-direction: row;
	/*background: #24273b;
	border: 1px solid #151728;
	border-radius: 10px;*/
  }
  
  #whathappen .inner{
	display: flex;
	padding: 10px;
	height: 90px;
  }
  
  #whathappen .image{
	padding:50px 0;
  }
  
  
  #whathappen label{
	text-align: left;
  }
  
  
  #whathappen .bottom{
	display: flex;
	justify-content: space-between;
  }
  #whathappen .submit{
	border: none;
	border-radius: 20px;
	background-color: rgb(29, 155, 240);
	margin-bottom: 5px;
	margin-top: 12px;
	margin-right: 5px;
	padding: 3px;
	width: 70px;
	height: 39px;
	color: white;
	font-weight: 700;
  }
  
  #whathappen .submit:hover{
	opacity:0.8;
	cursor:pointer;
  }
  
  #whathappen .bioCount{
	
	color :rgb(0, 172, 237);
	font-size: 14px;
	font-weight: 600;
	margin-right: 7px;
  }
  
  
  #whathappen i {
	color: rgb(0, 172, 237);
	font-size: 25px;
	  
  }
  
  #whathappen .bottom-container{
	display: flex;
	/*grid-template-columns: 30px 0px 0px;
	grid-template-rows: 60px;*/
	margin-top: 0.5em;
	flex-wrap: wrap;
	align-content: center;
  }
  
  #whathappen .item1-pair{
  
	align-self: center;
	justify-self:center;
	grid-column-start: 1;
	grid-column-end: 2;
	background-color: transparent;
	padding: 7px;
	border-radius: 50%;
	
  }
  #whathappen .item1-pair:hover {
	background-color: #CCE6F0;
   transition: .5s all;
  }
  #whathappen  .item1-pair {
	  margin-top: 20px;
	  grid-row: 1/2;
	 
  }
  
  
  #whathappen .item2{
	opacity:0;
	grid-column-start: 2;
	grid-column-end: 4;
	color: black;
  }
  
  #whathappen .item2:hover{
	opacity: 0.2
  }
  
  #whathappen .item2-pair{
	
	grid-column-start: 2;
	grid-column-end: 4;
	color: #8b8686;
	font-size: 15px;
	font-weight: 800;
    

  }

 
  
  #whathappen .item2,.item2-pair{
	grid-row: 1/2;
  }
  
  
  #whathappen .item3{
	opacity: 0;
	grid-column-start: 3;
	grid-column-end: 4;
  }
  #whathappen .item3:hover{
	opacity: 0.2
  }
  
  
  #whathappen .item3-pair{
	align-self: center;
	justify-self: center;
	grid-column-start: 3;
	grid-column-end: 4;
  
  }
  
  #whathappen .item3, .item3-pair{
	grid-row:1/2;
  }
  
  
  #whathappen .item4{
	opacity: 0;
	grid-column-start: 4;
	grid-column-end: 5;
  }
  
  #whathappen .item4:hover{
	opacity: 0.2
  }
  
  #whathappen .item4-pair{
	align-self: center;
	justify-self: center;
	grid-column-start: 4;
	grid-column-end: 5;
  
  }
  
  #whathappen .item4, .item4-pair{
	grid-row:1/2;
  }
  
  #whathappen .text-whathappen:focus {
	
	outline: none !important;
	border-color: #719ECE;
	font-size: 19px;
	

}
#whathappen textarea {
  resize: none;
}
#mine p {
	margin: 0 ;
 }


 .search-input {
	background-color: #24273b !important;
		border-radius: 20px !important;
		padding-left: 40px;
		border: 2px solid rgb(45 56 90 / 74%);
	}
	
	.search-input:focus {
		background-color: #151728 !important;
	}
	
	
	.tryy {
		position: absolute;
		top: 20px;
		left: 15px;
		z-index: 20;
		font-weight: 400;
		color: gray;
	}


.nav-right-down-wrap{
	width: 85%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	background: #fff;
	top: 45px;
	left: 50%;
	border-radius: 5px;
	max-height:400px ;
	z-index: 200;
	transform: translate(-50%, 10px);
	box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 15px, rgba(255, 255, 255, 0.15) 0px 0px 3px 1px;

	
}
.nav-right-down-inner {
	height: 60px;
	margin-bottom: 0;

}
/*
.nav-right-down-inner:hover {
	background: #2a2d3e;
	transition: 0.2s ease-in-out;

}*/
.nav-right-down-wrap ul {
	margin-bottom: 0;	
	
}
.nav-right-down-inner{
	overflow: hidden;
	cursor: pointer;
	background: #24273b;
}

.nav-right-down-wrap ul{
	float: none !important;
}
.nav-right-down-left{
	float: left;
	margin: 0px 5px 0px 0px;
}

.nav-right-down-left img{
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.nav-right-down-right-headline a{
	font-weight: 700;
	/*padding: 0px 2px;*/
	font-size: 14px;
	color: white;
	
}
.nav-right-down-right-headline {
	margin-top: 5px;
	
}

.nav-right-down-right-headline span{
	color: #A1A1A1;
	
}
/* .nav-right-down-right-body span{
	color: #A1A1A1;	
	padding: 0px 3px;
} */
.nav-right-down-right{
	float: left;
	margin: 0px 2px;
}

.bottom-container > input
{
    display: none;
}

.bottom-container i
{
    /* width: 80px; */
    cursor: pointer;
}

/* hashtag */

.hash-box{
	position: absolute;
	z-index: 50;
    background: white;
    background-color: white;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 10px 0px #cacaca;
    background-color: white;
	display: block;
	overflow: auto;
	max-height: 250px;
	margin-left: 60px;
}

.hashtag {
    color: white;
}

.hashtag:hover {
    background: #16181c;
}

.hash-box ul li .hashtag:hover {
    
}

.hash-box ul li{
    /*padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 15px;*/
    font-weight: bold;
    cursor: pointer;
}

.hash-box ul li:hover{
	background: #16181c!important;
}

.hash-box ul li:hover > a{
	color: white;
}

.hash-box ul li a{
	display: block;
	text-decoration:none;
	color: #716868;

}
.hash-tweet {
	color: #1da1f2;
	font-weight: 500;
	position:relative ;z-index: 19;
}

.unclick {
	pointer-events: none;
}


/* popup */

.wrap5{
	background-color: #15172880;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	z-index: 10000000;
	/* overflow-y: scroll; */
	display: block;
}

.retweet-popup-body-wrap{
	width: 30%;
	height: auto;
	margin: 0px auto;
	top: 50%;
    transform: translateY(-50%);
	position: relative;
	background: #151728;
	border-radius: 5px;
	border: 1px solid rgb(47, 51, 54);
	overflow: auto;
	max-height: 600px;

}
.popup-users {
	/*width: 520px;*/
	min-height: 350px ;
	max-height: 500px;
	
}
.retweet-popup-heading h3{
    margin-top: 5px;
    font-size: 16px;
    color: white;
}

.retweet-popup-heading{
	text-align: center;
	padding: 7px;
	border-bottom: 1px solid rgb(47, 51, 54);
	background-color: #151728;
}
.users {
	text-align: left;
    margin-left: 10px;
    height: 45px;
}
.users h3 {
	font-weight: 800;
	font-size: 17px;
	position: relative;
	top:10px;
	/* padding-top: 10px; */
	/* margin-top: 10px; */
}
.retweet-popup-heading button{
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.retweet-popup-heading span{
	/*float: right;*/
	position: relative;
	top: -18px;
	right: 7px;
	font-size: 14px;
	cursor:pointer;
	color:white;
	justify-content: right;
	display: flex;
}

.retweet-popup-heading span i{
	color: rgb(231, 233, 234);
	transform: translate(0%, -60%);
}

.retweet-popup-input{
	background: rgba(0, 172, 238, 0.18);
	padding: 10px;
}
.retweet-popup-input-inner{
	width:99%;
}
.retweet-popup-input-inner input[type="text"]{
	width: 101%;
	padding: 8px 10px;
	border-radius: 0px;
	border: 1px solid #dedede;
	background: #151728!important;
	color: white;
}
.retweet-popup-inner-body{

}

.retweet-popup-inner-body-inner{

}
.retweet-popup-comment-wrap{
	width: 95%;
	margin: 10px auto;
	overflow: hidden;
}
.retweet-popup-comment-head{
	overflow: hidden;
	float: left;
}
.retweet-popup-comment-head img{
	width: 45px;
	height: 45px;
	border-radius: 5px;
}
.retweet-popup-comment-headline{
	float: left
}

.retweet-popup-comment-headline a{
	color:#333;
	text-decoration: none;
	font-weight: bold;
}
.retweet-popup-comment-headline span{
	color: #aeaeae;
	font-weight: normal;
	font-size: 12px;
}
.retweet-popup-comment-body{
	float: left;
	overflow: hidden;
	color: #424242;
	font-size: 14px;
}
.retweet-popup-comment-right-wrap{
	width: 90%;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 5px;
}
.retweet-popup-footer-right{
	float: right;
}
.retweet-popup-footer-right button[type="submit"]{
	background: #3a8efb;
	padding: 8px 10px;
	border: 1px solid #E7E7E7;
	color: #fff;
	font-weight: bold;
	margin: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.retweet-popup-footer-right button[type="submit"]:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
	background: #499bea; /* Old browsers */
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
}
.retweet-popup-footer-right button[type="submit"]:active{
	background: #3a8efb;
	box-shadow: inset 0px 0px 3px black;
}
.retweet-popup-footer-right button i{
	margin: 0px 3px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 1px;
}
/* end */
.retweed-name {
	font-weight: 700;
	font-size: 13px;
	color: rgb(102, 117, 130);
	/*margin-left: 40px;*/
	
}
.retweet-name-i {
	font-size: 17px;
	margin-right: 5px;
	
}
#mine .retweeted {
	color: rgb(22, 207, 22);
}

.comment-post {
	border-radius: 15px;
	border: 1px solid rgb(47, 51, 54);
	color: black;
	text-decoration: none;
	transition: .2s;
}
.comment-post:hover {
	color: #000000;
	background-color: #24273b8f!important;
	text-decoration: none;
} 
.arrow-style {
	/*  /*margin-left: 10px;*/
	/*  color: rgb(72,  161, 235);
	  /*margin-top: 8px;*/
	/*  transition: 0.5s;
	padding: 10px;  
	width: 40px;
	text-align: center;
    margin-right: 5px;
    /*margin-bottom: 5px;*/
    margin-left: 10px;
    color: rgb(72,  161, 235);
    margin-top: 8px;
    transition: 0.5s;
    padding: 10px;
    width: 40px;
    text-align: center;
    margin-right: 5px;
  }
  .arrow-style:hover {
	/* padding: 10px; */
    width: 40px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: rgba(239, 243, 244, 0.1);
    text-align: center;
  }
.tweet-name {
	margin-top: 5px;
	font-size: 18px;
	/* padding: 10px; */

}

#mine .retweet-div {
	width: 140px;
	/* height: 100px; */
	color: white;
	background-color: /*#151728*/black;
	border-radius: 10px;
	position: absolute; 
	z-index: 1000;
	box-shadow: 1px 2px 4px rgb(0, 0, 0 , .4);
	display: inline-block;
	right: 55%;
	transform: translate(0px, 0px);
	border: 1px solid #dadada;
    border-radius: 7px;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 15px, rgba(255, 255, 255, 0.15) 0px 0px 3px 1px;
}
#mine .retweet-div li {
    /*text-align: center; */
    padding: 12px 16px;
    color: rgb(231, 233, 234);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
#mine .retweet-div .icon {
	text-align: center;
    /* margin-left: 30px; */
    /* width: 20%; */
    /* float: left; */
    flex-basis: 25px;
}
#mine .retweet-div .option-text{
	/* text-align: right; */
    /* margin-left: 30px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    /* width: 80%; */
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    margin-left: 12px;
	
}
#mine .retweet-div span {
	text-align: right;
	/* margin-left: 30px; */
	
}


#mine .retweet-div li:hover {
background-color: #0d0d0d;
border-radius: 10px;
animation: fadeIn 1s;
}
#mine .retweet-div a:hover {
    text-decoration: none;
}
.option {
	/* position: relative;
	z-index: 0; */
	/* display: flex; */
}

.home-follow {
	color: gray;
	position: relative;
}
.users-count {
	z-index: 80;
}
.home-follow-count {
	color: white;
	font-weight: 600;
	z-index: 50;
}
.home-follow i:hover {
}



.follow-btn {
	display: inline-block;
	color: #1DA1F2;
	height: 42px;
	text-align: center;
	vertical-align: middle;
	padding: 0.375rem 1.2rem;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 28px 28px 28px 28px;
	-moz-border-radius: 28px 28px 28px 28px;
	-webkit-border-radius: 28px 28px 28px 28px;
	border: 1px solid #1DA1F2;
	cursor: pointer;
	margin-right: 30px;
	margin-top: 15px;
	background: transparent;
	font-weight: 700;
	transition: 0.3s;
  } 
.follow-btn-d {
	display: inline-block;
	color: #1DA1F2;
	height: 42px;
	text-align: center;
	vertical-align: middle;
	padding: 0.375rem 1.2rem;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 28px 28px 28px 28px;
	-moz-border-radius: 28px 28px 28px 28px;
	-webkit-border-radius: 28px 28px 28px 28px;
	border: 1px solid #1DA1F2;
	cursor: pointer;
	/*margin-right: 30px;*/
	margin-top: 15px;
	background: transparent;
	font-weight: 700;
	transition: 0.3s;
  } 
  .follow-btn-m {
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	height: auto;
	margin: 0 0 0 0 ;
  }
  .follow:hover {
	transition: 0.5s;
	background-color: /*rgb(194, 223, 248)*/ rgb(33 150 243);
  }
  .following {
	transition: 0.5s;
	background-color: #2290D4;
	color: white;
  }

  .following:hover {
	transition: 0.5s;
	background-color: #CA2055;
	color: white;
  }

  button:focus {
    outline: none;
}

.wrapper-left a {
	color: #ffffff;
}
.wrapper-left a:hover {
	text-decoration: none;
	color: #1DA1F2;
	
}
#mine .wrapper-left-active {
	color: #1DA1F2;
}
.follows-you {
	font-size: /*11px*/x-small;
	font-weight: 500;
	color: rgb(113, 118, 123);
	background-color: rgb(32, 35, 39);
	padding: 2px 4px;
	border-radius: 4px;
}
.notify-count {
	position: absolute;
	background-color: #1DA1F2;
	font-size: 11px;
	color: white;
	border-radius: 18px;
	top: -6px;
	right: 11px;
	padding: 3px;
	font-weight: 500;
}

@media only screen and (max-width: 800px) {
    html {
            font-size: 13px;
    }
    .side-data {
        margin-left: 4px;
    }
    .documentTabM{
        display:block;
    }
    .wrapper-right {
		display: none;
		width: 0;
	}
	#mine .wrapper-left .button-twittear{
		display: none;
	}
	#mine .wrapper-left .sidebar-left {
		width: 20px !important;
		font-size: 19px !important;
	  }
	  #mine .wrapper-left .grid-sidebar .wrapper-left-elements {
		display: none;
	  } 
	  #mine .grid-posts {
		display: grid;
		grid-template-columns: 10% auto!important;
		/*background-color: rgb(0, 0, 0);*/
		margin-left: 2%;
	  }
	  #mine .border-right {
		border-right: 1px solid #1f1f1f!important;
	  }
	  #mine .center-input-search {
		margin-left: 13%;
		margin-top: 10px;
	  }
	   .box-fixed {
		position: fixed;
		width: 33%;
		left: 5.4%;
		top: 40px;
		-webkit-box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
		-moz-box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
		box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
	  }
	  #mine .box-tweet {
		margin-left: 8%;
		transition: 0.5s;
		cursor: pointer;
	  }
	  #mine .img-post-retweet{
		height: 87%;
	    width: 87%;
		border-radius: 10px;
	  }
	  #mine .img-user-tweet {
		height: 38px;
		width: 38px;
		border-radius: 50px;
	  }
	  
	  #mine .box-user {
		display: none;
		
	  }

	  .retweet-popup-body-wrap{
		width: 400px;
		height: auto;
		margin: 0px auto;
		position: relative;
		border-radius: 5px;
		overflow: auto;
		max-height: 600px;
	
	}
	.popup-users {
		/*width: 380px;*/
		min-height: 350px ;
		max-height: 500px;
		
	}
	#mine .img-upload-tmp {
	    width: 95%;
		height: auto;
		border-radius: 0;
	  }
	  #mine .upload-delete {
		top: 15px;
		right:40px;
		color:red;
		font-size:22px ;
		font-weight:800;
		z-index: 23;
		cursor:pointer;
	  }
	  #mine .img-share{
		height: 42px;
		width: 42px;
		border-radius: 50px;
	  }
	  .notify-count {
		top: -6px;
		right: -16px;
	}
	#whathappen ::placeholder{
		text-align: left;
		font-weight: 700;
		font-size: 16px;;
	  }
	  #mine .username-twitter {
		color: #6a7b8a;
		font-size: 14px;
		vertical-align: text-bottom;
	  }
	  .tweetBoxM{
        transform: translate(-12%, 14%);
        }
        
      .tweetBoxM2{
        transform: translate(1px, 4px);
        }
	  #mine .box-comment{
	     margin-left: 7%;
	     /*margin-bottom:1.5em;*/
	     /*padding-bottom: 2em!important;*/
	 }
	 #mine .box-reply{
	     margin-left: 12%;
	 }
	 #follow-who-m{
     display:block;
}
.show-profile-sidebar {
	     display: block;
	     border-radius: 50%;
	     bottom: 5px;
	     position: absolute;
	 }
	 .show-profile-verified-sidebar {
	     display: block;
        border-radius: 50%;
        bottom: 2px;
        position: absolute;
        transform: translateX(50%);
	 }
  } 

@media only screen and (min-width: 1300px) {
    #mine .grid-sidebar {
        margin-left: 40px;
    }
}

  @media only screen and (max-width: 1300px) and (min-width: 801px) {
    html {
            font-size: 15px;
    }
    .wrapper-right {
		/* display: none; */
		/*width: 42% !important;*/
	}
	#mine .wrapper-left .button-twittear{
		display: none;
	}
	#mine .wrapper-left .sidebar-left {
		width: 20px !important;
		font-size: 19px !important;
	  }
	  #mine .grid-sidebar {
    	/*grid-template-columns: 100% !important;*/
      }
	  #mine .wrapper-left .grid-sidebar .wrapper-left-elements {
		display: none;
	  } 
	  #mine .grid-posts {
		display: grid;
		grid-template-columns: 57% auto;
		/*background-color: rgb(0, 0, 0);*/
		margin-left: 2%;
	  }
	  #mine .border-right {
		border-right: 1px solid #1f1f1f!important;
	  }
	  #mine .center-input-search {
		margin-left: 13%;
		margin-top: 10px;
	  }
	   .box-fixed {
		position: fixed;
		width: 33%;
		left: 5.4%;
		top: 40px;
		-webkit-box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
		-moz-box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
		box-shadow: 0px 3px 5px -1px rgba(204, 174, 204, 1);
	  }
	  #mine .box-tweet {
		margin-left: 8%;
		transition: 0.5s;
		cursor: pointer;
	  }
	  #mine .img-post-retweet{
		height: 87%;
	    width: 87%;
		border-radius: 10px;
	  }
	  #mine .img-user-tweet {
		height: 38px;
		width: 38px;
		border-radius: 50px;
	  }
	  #mine .box-user {
		display: none;
		
	  }

	  .retweet-popup-body-wrap{
		width: 400px;
		height: auto;
		margin: 0px auto;
		position: relative;
		border-radius: 5px;
		overflow: auto;
		max-height: 600px;
	
	}
	.popup-users {
		/*width: 380px;*/
		min-height: 350px ;
		max-height: 500px;
		
	}
	#mine .img-upload-tmp {
	    width: 98%;
		height: auto;
		border-radius: 0;
	  }
	  #mine .upload-delete {
		top: 15px;
		right:40px;
		color:red;
		font-size:22px ;
		font-weight:800;
		z-index: 23;
		cursor:pointer;
	  }
	  #mine .img-share{
		height: 42px;
		width: 42px;
		border-radius: 50px;
	  }
	  .notify-count {
		top: -6px;
		right: -16px;
	}
	 #mine .box-comment{
	     margin-left: 8%;
	 }
	 #mine .box-reply{
	     margin-left: 12%;
	 }
	 .show-profile-sidebar {
	     display: block;
	     border-radius: 50%;
	     bottom: 5px;
	     position: absolute;
	 }
     .show-profile-verified-sidebar {
	     display: block;
        border-radius: 50%;
        bottom: 2px;
        position: absolute;
        transform: translateX(50%);
	 }
	  
  }
  @media screen and (max-width: 500px) {
    html {
            font-size: 13px;
    }
    .wrapper-left-mobile {
        display: none!important;
    }
    #mine .grid-posts {
        margin-left: 0%!important;
    }
    #mine .box-home {
        margin-left: 0%!important;
    }
    #mine .center-input-search {
        margin-left: 0%!important;
    }
    #mine .input-group-login {
        width: 100%!important;
    }
    #mine .grid-toolbar-center {
        grid-template-columns: 100% 10%;
    }
    .stories-container-div {
        margin-left: 0em!important;
    }
    #mine .box-tweet {
        margin-left: 0;
    }
    .notify-count {
        top: 0px;
        right: -6px;
    }
	  #mine .img-post-retweet{
		height: 87%;
	    width: 87%;
		border-radius: 10px;
	  }
	  #mine .img-user-tweet {
		height: 25px;
		width: 25px;
		border-radius: 50px;
	  }
	  #whathappen ::placeholder{
		text-align: left;
		font-weight: 700;
		font-size: 15px;;
	  }
	  #mine .username-twitter {
		color: #6a7b8a;
		font-size: 10px;
	  }
	  #mine .wrapper-left .sidebar-left {
		width: 20px !important;
	  }
	  .retweet-popup-body-wrap{
		width: 90%;
		height: auto;
		margin: 0px auto;
		position: relative;
		border-radius: 5px;
		overflow: auto;
		max-height: 600px;
	  }
	  #follow-who-m{
        display:block;
      }
      #mine .grid-reactions-group {
    	grid-template-columns: 75% 25%;
      }
  }
  
.sidebar-left{
    background-color: #000000;
}
  
.border-right{
    background-color: #000000;
}

.wrapper-right{
    background-color: #000000;
}

.wrapper-left{
    /*background-color: black;*/
}

.box-share, .txt-share{
    background-color: #000000;
    padding: 10px;
    border: 0px solid #262a2e;
    border-radius: 50%;
}

#mine{
    background-color: #000000;
}

.mine{
    /*background-color: black;*/
}

.span{
    color:white;
}

.border-left{
    border-left: 1px solid #1f1f1f!important
}

.feed{
    margin-right:0px;
}

.modal-content {
    position: relative!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%!important;
    pointer-events: auto!important;
    background-color: #151728!important;
    background-clip: padding-box!important;
    border: 1px solid rgba(0,0,0,.2)!important;
    outline: 0!important;
    padding: 1em;
    border-radius: 1em;
    border: 2px solid #24273d78!important;
    overflow-y: auto;
}

.close {
    float: right;
    font-size: 1.5rem!important;
    font-weight: 700!important;
    line-height: 1!important;
    color: #fff!important;
    text-shadow: 0 1px 0 #fff!important;
    opacity: 1!important;
}
.close:hover {
    color: #adb5bd!important;
    text-decoration: none;
}
.ulName:hover{
    text-decoration-line: underline;
    text-underline-offset: 1px;
}

.guestNotice {
    display: inline-block;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
}
.guestNotice a, .guestNotice a:hover {
    color: #aab8c2;
}

.loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px; /* Height of the loading bar */
    background-color: #007bff; /* Loading bar color */
    z-index: 100000000000000; /* Ensure it's on top of other content */
    transition: width 0.4s; /* Add a smooth transition effect */
}

.data-title, .nt-data-title, .data-title-top {
    position: relative;
    cursor: pointer;
}

.tweet-data-title {
    position: static;
    cursor: pointer;
}

.nt-data-title::before {
    content: attr(data-title);
    position: absolute;
    bottom: -22px;
    transform: translateX(-50%);
    padding: 3px;
    background-color: #556576e0;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 4px;
    font-weight: 600;
    z-index: 1000;
    pointer-events: none;
}


.data-title::before, .tweet-data-title::before {
    content: attr(data-title);
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px;
    background-color: #556576e0;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 4px;
    font-weight: 600;
    z-index: 1000;
    pointer-events: none;
}

.data-title-top::before {
    content: attr(data-title);
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px;
    background-color: #556576e0;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 4px;
    font-weight: 600;
    z-index: 1000;
    pointer-events: none;
}

.data-title:hover::before, .nt-data-title:hover::before, .tweet-data-title:hover::before, .data-title-top:hover::before {
    opacity: 1;
    visibility: visible;
}

#mine .box-tweet {
    margin-left: 0;
}

/* GLOBAL STYLES */

@media only screen and (min-width: 801px) {
    #mine .grid-posts {
        display: grid!important;
        grid-template-columns: 1fr 600px 1fr!important;
        gap: 0 8px!important;
    }
}

@media only screen and (max-width: 800px) and (min-width: 701px) {
    #mine .grid-posts {
        display: grid!important;
        grid-template-columns: 10% auto!important;
        gap: 0 8px!important;
    }
}

@media only screen and (min-width: 500px) {
    .retweet-popup-body-wrap {
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 500px) {
    #mine .grid-posts {
        display: grid!important;
        grid-template-columns: 100% auto!important;
        gap: 0px!important;
    }
    .arrow-style {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1100px) {
    .wrapper-right {
        display: none;
    }
}

.stories-container-div {
    margin-left: 0;
}








