: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;*/
  }

* {
	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: #151728;
	color: rgb(51, 15, 15);
  }
  .storiesBoxSettingsPicker {
      width: 45%;
  }
  .padding-oob {
      margin-right: 8px!important;
  }
  .no-801high {
        display: none;
  }
  .no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  }
  
  #follow-who-m{
    display:none;
}
  
  .twtF {
      font-family: "TwitterChirp",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; 
  }

  a {
	  color: #007bff;

  }
  a:visited , a:hover {
	  text-decoration: none;
  }
  option{
      background: #151728;
      color: white;
  }
    .options-profile {
      background: #151728;
      color: white;
  }
  .lower-profile{
      margin-top: 12px;
	  margin-left: -15px;
	  margin-right: -15px;
  }
  .show-profile-sidebar {
	     display: none;
	 }
  .show-profile-verified-sidebar{
      display: none;
  }
  #upload-pfp{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    z-index: 20;
    backdrop-filter: blur(4px);
    background-color: rgba(15, 20, 25, 0.25);
    padding: 10px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .upload-cover-i-1 {
    position: absolute;
    display: flex;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    z-index: 20;
    width: 0;
    height: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .upload-cover-i-2 {
    position: absolute;
    display: flex;
    top: 50%;
    right: 40%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    z-index: 20;
    width: 0;
    height: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  #upload-cover{
    display: flex;
    color: white;
    font-size: 18px;
    z-index: 20;
    backdrop-filter: blur(4px);
    background-color: rgba(15, 20, 25, 0.25);
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    width: 42px;
    height: 42px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  #delete-cover{
    display: flex;
    color: white;
    font-size: 18px;
    z-index: 20;
    backdrop-filter: blur(4px);
    background-color: rgba(15, 20, 25, 0.25);
    padding: 12px;
    border-radius: 999px;
    text-align: center;
    width: 42px;
    height: 42px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  #upload-pfp:hover,#upload-cover:hover,#delete-cover:hover{
    backdrop-filter: blur(4px);
    background-color: rgb(96 103 109 / 29%);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #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;
}
  /* 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;
  }
  #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: #000000;
	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;
	/* height: 50px; */
	width: 16%;
  }
  #mine .flex-user {
	display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #mine p {
	margin: 0;
  }
  #mine .img-user {
	height: 39px;
	width: 39px;
	border-radius: 50px;
	/*border: 2px solid #6c757d;*/
	object-fit: cover;
  }
  #mine .img-user:hover {
      opacity: 0.8;
      transition: 0.5s;
  }
  #mine .name {
	font-size: 15px;
	margin: 0 !important;
  }
  #mine .username {
	margin: 0 !important;
	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: 7%;
  }
  #mine .border-right {
	border-right: 1px solid #1f1f1f!important;
  }
  #mine .border-left {
	border-left: 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: 95%;
  }
  #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: #e6ecf0;
	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: 95% 10%;
  }
  
  #mine .mt-icon-settings {
	margin-top: 15px;
  }
  
  /* POSTS OF TWITTER */
  
  #mine .box-home {
	/* margin-top: 5px;
	margin-left: 22%; */
	transition: 0.5s;
  }
  
  .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;
  }
  .arrow-style:hover {
	/* padding: 10px; */
    width: 40px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: rgba(239, 243, 244, 0.1);
    text-align: center;
  }
  .home-name {
	  font-size: 19px;
	  font-weight: 800;
	  /* padding-bottom: 10px; */
  }
  .home-tweets-num{
	  font-size: 12px;
	  color: gray;
  }
  .home-img-cover {
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
}
    .pfpdivwbdayicon {
        width: 160px;
        height: 160px;
    }
    .home-img-user {
		height: 160px;
		width: 160px!important;
		border-radius: 50%;
		position: relative;
		--webkit-aspect-ratio: 1;
		aspect-ratio: 1;
		object-fit: cover;
		background: rgb(0, 0, 0);
		-webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
	}
	.home-img-user:hover {
	    opacity: 0.93;
	    -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
	    background-color: rgb(26,26,26, 0.15);
	}
	.pfp-upload-area {
		height: 160px;
		width: 160px;
		border-radius: 50%;
		position: relative;
		--webkit-aspect-ratio: 1;
		aspect-ratio: 1;
		object-fit: cover;
		bottom: 70px;
		left: 30px;
		background: #151728;
		-webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
	}
	.pfp-upload-area img {
		height: 160px;
		width: 160px;
		border-radius: 50%;
		position: relative;
		--webkit-aspect-ratio: 1;
		aspect-ratio: 1;
		object-fit: cover;
		background: rgb(0, 0, 0);
		-webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
	}
	.pfp-upload-area img:hover {
	    opacity: 0.93;
	    -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
	    background-color: rgb(26,26,26, 0.15);
	}
	.home-img-user-bday{
	    height: 60px;
        width: 60px;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #151728;
        /* transform: translate(-50%, 0); */
        z-index: 501;
	}
	.home-edit-button {
		display: inline-block;
		color: #1DA1F2;
		height: 36px;
		text-align: center;
		vertical-align: middle;
		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: 1px solid #1DA1F2;
		cursor: pointer;
		background: transparent;
		font-weight: 700;
		transition: 0.3s;
	  }

	  .home-edit-button:hover {
		transition: 0.5s;
		background-color: rgb(194, 223, 248);
	  }

	  .home-title {
		  margin-left: 20px;
		  margin-right: 20px;
		  position: relative;
		  /*bottom: 60px;*/
	  }
	  .home-title h4 {
		  font-size: 20px;
		  font-weight: 800;
	  }
	  .home-title .user-handle {
		 position: absolute;
		 top: 22px;
	  }
	  .home-title .bio {
		   position: absolute;
		   top: 53px;
	  }
      .home-loc-link {
		  color: gray;
	  }
	 .home-follow {
		 color: gray;
	 }
	 .home-follow-count {
		 color: white;
		 font-weight: 600;
	 }
	 .home-follow i:hover {
	 }
       

  #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;
  }
  
 
  
  /* BOX-SHARE */
  #mine .box-share{
	margin: 20px;
	/*margin-right: 60px;*/
	border-radius: 16px;
	background-color: #000000;
  }
  
  #mine .grid-share{
	padding: 10px;
	display: grid;
	grid-template-columns: 18% 60% auto;
	transition: 0.5s;
  }
  
  
 #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;
  }


  .image-upload > input
{
    display: none;
}

.image-upload i
{
    /* width: 80px; */
    cursor: pointer;
}


.modal-dialog,
.modal-content {
    /* 80% of window height */
    /*height: 95%;*/
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: hidden;
}

.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: 100%;
	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 !important;
	height: 42px;
	border-radius: 50%;
}

.profile-mentions-margin {
    margin: 6px!important;
}

.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;
} 




.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;
	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;
}

.count-following-i {
	cursor: pointer;
}
.count-followers-i {
	cursor: pointer;
}


/* popup */

.wrap5{
	background-color: #15172869;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	z-index: 10000;
	/* overflow-y: scroll; */
	display: block;
}

.retweet-popup-body-wrap{
	width: 580px;
	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);
}
.users {
	text-align: left;
    margin-left: 10px;
	height: 45px;
}
.users h3 {
	font-weight: 800;
	font-size: 17px;
	position: relative;
	top:5px;
	/* 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-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 */
   /* BOX-SHARE */
   /*
   #mine .box-share{
	margin: 20px;
	border-radius: 10px;
	background-color: #24273b!important;
  }
  */
  #mine .box-share-users{
	/*margin: 5px;
	margin-right: 17px;*/
	border-radius: 10px;
	background-color: #151728;
	color:white;
  }
  
  #mine .grid-share{
	padding: 10px;
	display: grid;
	grid-template-columns: 18% 60% auto;
	transition: 0.5s;
  }
 #mine .grid-users {
	grid-template-columns: 15% 60% auto;
	border-bottom: 1px solid rgb(47, 51, 54);
  }
  
  #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  .txt-share{
	font-size: 18.5px;
	padding: 10px;
  }
  #mine .img-share{
	height: 49px;
	width: 49px;
	border-radius: 50px;
  }
  
  .wrapper-right {
	position: sticky;
	right: 0;
	height: 100vh;
	/*width: 33% !important;*/
	overflow-y: auto;
  }
  .wrapper-left a {
	color: #ffffff;
}
.wrapper-left a:hover {
	text-decoration: none;
	color: #1DA1F2;
	
}
#mine .wrapper-left-active {
	color: #1DA1F2;
}

/* posts */

#mine .box-tweet {
	margin-top: 15px;

	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;
  }
  #mine .box-comment:hover {
	transition: 0.5s;
	background-color: #f8f8f8;
  }
  #mine .box-reply:hover {
	transition: 0.5s;
	background-color: #f8f8f8;
  }
  #mine .img-user-tweet {
	height: 49px;
	width: 49px;
	border-radius: 50px;
  }
  
  #mine .grid-tweet {
	display: grid;
	grid-template-columns: 10% 90%;
	margin-left: 15px;
	margin-right: 2px;
  }
  
  #mine .flex-tweet {
	display: flex;
  }
  
  #mine .username-twitter {
	color: #6a7b8a;
	font-size: 15px;
  }
  
  #mine .img-post-tweet {
	height: 87%;
	width: 87%;
	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 {
	height: 250px;
	width: 450px;
	border-radius: 10px;
	margin-left: 30px;
  }
  #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-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;
  }
  #mine  .grid-box-reaction-rep{
	display: grid;
	grid-template-columns: 30% 10%;
	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);
  }
  
  #mine .retweeted {
	color: rgb(22, 207, 22);
}

  
  
  /* #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;
	
	
  }
  #mine .retweet-div {
	width: 140px;
	/* height: 100px; */
	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;
}
.box-name {
	z-index: 1000;
	top:0;
	margin-top:0;
	width: 54%;
}

.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: 4px;
	font-weight: 500;
	
}
  
@media only screen and (max-width: 800px) {
    html {
            font-size: 13px;
    }
    .no-801high {
        display: block;
    }
    .wrapper-right {
		display: none;
		width: 0;
	}
	.border-right {
	    margin-top: 7px;
	}
    #upload-pfp{
    font-size: 18px;
    padding: 9px;
    }
    #upload-cover{
    font-size: 14px;
    padding: 10px;
    }
    #delete-cover{
    font-size:18px;
    padding: 8px;
    }
	#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-tweet {
		height: 87%;
	    width: 87%;
		border-radius: 10px;
	  }
	  #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 .box-home {
		/* margin-top: 5px;
		margin-left: 7%;
		margin-top: 20px; */
		transition: 0.5s;
	  }
	  #mine .img-share{
		height: 42px;
		width: 42px;
		border-radius: 50px;
	  }
	  .modal-dialog,
.modal-content {
    /* 80% of window height */
    /*height: 70%;*/
}
#mine .retweet-div {
	width: 120px;
}
#mine .retweet-div li {
	font-size: 13px;
	/* height: 100px; */
}
#mine .username-twitter {
	vertical-align: text-bottom;
}
.box-name {
	top:0;
	margin-top:0;
	width: -webkit-fill-available;
} 

.notify-count {
    top: -6px;
	right: -16px;
}
.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;
        left: 3px;
	 }
	 #follow-who-m{
    display:block;
}
  }
/*
  @media screen and (max-width: 1450px) {
      #mine .wrapper-left .sidebar-left{
          border-right: 0px solid #1f1f1f!important;
      }
  }
*/

@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 .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-tweet {
		height: 87%;
	    width: 87%;
		border-radius: 10px;
	  }
	  #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 {
		height: 160px;
		width: 280px;
		border-radius: 10px;
		margin-left: 30px;
	  }
	  #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;
	}
    .box-name {
	    /*width:54%!important;*/
    } 
	#mine .grid-sidebar {
        /* grid-template-columns: 100% !important; */
    }
    .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 (max-width: 1600px) and (min-width: 801px) {
    html {
            font-size: 15px;
    }
    .wrapper-right {
	}
	#mine .wrapper-left .button-twittear{
		display: none;
	}
	#mine .wrapper-left .sidebar-left {
		position: fixed !important;
		width: 20px !important;
		height: 100%;
		font-size: 19px !important;
		border-right: 1px solid #1f1f1f!important;
		margin-left: 15px !important;
	  }
	  #mine .wrapper-left .grid-sidebar .wrapper-left-elements {
		display: none;
	  } 
	  #mine .grid-posts {
		display: grid;
		grid-template-columns: 57% auto;
		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 {
		transition: 0.5s;
		cursor: pointer;
	  }
	  #mine .img-post-tweet {
		height: 87%;
	    width: 87%;
		border-radius: 10px;
	  }
	  #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 {
		height: 160px;
		width: 280px;
		border-radius: 10px;
		margin-left: 30px;
	  }
	  #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: -10px;
	}
	 #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;
        left: 3px;
	 }
	 #mine .box-home {
    	margin-left: 4%;
    	transition: 0.5s;
      }
	  
  }
*/
  @media screen and (max-width: 575px) {
}
  @media screen and (max-width: 500px) {
    html {
            font-size: 13px;
    }
    /*.storiesBoxSettings {
        flex-wrap: no-wrap;
        overflow-x: scroll;
    }*/
    .storiesBoxSettingsPicker {
        width: 100%;
    }
    .wrapper-left-mobile {
        display: none!important;
    }
    .pfpdivwbdayicon {
        width: 80px;
        height: 80px;
    }
    #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;
    }
    .home-img-user-bday{
	    height: 40px;
        width: 40px;
	}
	.home-img-cover{
	    aspect-ratio: 16/9;
	    height: auto;
	}
    #upload-pfp{
    font-size: 14px;
    padding: 8px;
    width: 42px;
    }
    #mine .wrapper-left .sidebar-left{
        border-right: 1px solid #1f1f1f!important;
    }
	#mine .img-post-tweet {
		height: 87%;
	    width: 87%;
		border-radius: 10px;
	  }
	  #mine .img-post-retweet{
		height: 87%;
	    width: 87%;
		border-radius: 10px;
	  }
	  #mine .img-user-tweet {
		height: 20px;
		width: 20px;
		border-radius: 50px;
	  }
	  #whathappen ::placeholder{
		text-align: left;
		font-weight: 700;
		font-size: 15px;;
	  }
	  #mine .username-twitter {
		color: #6a7b8a;
		font-size: 10px;
	  }
	  .home-img-user {
		height: 100px;
		width: 100px;
	  }
	  .pfp-upload-area {
		height: 100px;
		width: 100px;
		bottom: 55px;
	  }
	  .pfp-upload-area img {
		height: 100px;
		width: 100px;
	  }
	#mine .wrapper-left .sidebar-left {
		width: 20px !important;
	  }
	  
	  .retweet-popup-body-wrap{
		width: 97%;
		height: auto;
		margin: 0px auto;
		position: relative;
		border-radius: 5px;
		overflow: auto;
		max-height: 600px;
	  }
	  .home-edit-button{
	      /*transform: translate(0px, -5px);*/
	  }
	  .follow-btn {
	    /*margin-top: 10px;*/
      }
      #mine .grid-reactions-group {
    	grid-template-columns: 75% 25%;
      }
      #follow-who-m{
    display:block;
}
  }

  .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;
	
}  



.tweet-links .hash-tweet {
	color: #1da1f2;
	font-weight: 500;
	position:relative ;z-index: 40;
}
.tweet-links .hash-tweet:hover {
	text-decoration: underline;
}
.nav-link.active {
	color: rgb(231, 233, 234) !important;
	font-weight: 700 !important;
}
.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;
	text-decoration: none;
} 
 
.btn-primary121 {
    color:#fff;
    background-color:#007bff;
    border-color:#007bff;
    padding: 5px;
    margin: -7px;
    border-radius: 25%;
}

.wrapper-left, .wrapper-right, .sidebar-left, .border-right, .mine, .strong, #mine{
    /*background-color: /*#151728*/ /*#000000;*/
    color:white;
}

hr{
    color:white;
}

.feed{
    margin-right:0.02px!important;
}

.nav-tabs .nav-link.active{
    background: transparent;
}

.nav-pills .nav-link.active{
    background: transparent;
}

#toggle-uuid{
    display: none;
}

#toggle-uuid-btn{
    display: block;
}

.toggle-uuid-btn{
    display: inline-block;
	color: #1DA1F2;
	height: 42px;
	text-align: center;
	vertical-align: middle;
	padding: 0.375rem 1.2rem;
	font-size: 10px;
	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;
}

.toggle-uuid-btn-m{
    padding: 0.375rem 0.75rem;
	font-weight: 400;
	height: auto;
	margin: 0 0 0 0 ;
}

.toggle-uuid-btn:hover{
    transition: 0.5s;
	background-color: rgb(194, 223, 248);
}


.buttonToggle{
    width: 50px;
    height: 25px;
    background-color: #dc3545;
    border-radius: 200px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
}

.buttonToggle::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 200px;
    margin: 5px;
    transition: 0.2s;
}

input:checked + .buttonToggle{
    background-color: #007bff;
}
input:checked + .buttonToggle::before{
    transform: translateX(100px);
}

.checkbox-1, #privacy, #pastStoriesAudience, #pastStoriesLayout, #pastStoriesSingleStoryAudienceVisibility, #pastStoriesBypassPrivacy, #lang_fil, #light_mode, #tC1 , #tC2 , #tC3 , #tC4, #tC5, #tC6 , #tC7, #tC8 , #tC9 , #tC10 , #tC11 , #tC12 , #tC13 , #tC14 , #tC15 , #tC16 , #tC17 , #tC18 , #tC19 , #tC20, #tC21, #tC22, #tC23, #tC24, #tC25, #tC26, #tC27, #tC28, #tC29, #tC30, #tC31, #tC32, #tC33 {
    display: none;
}

#sbadge, #sbadge2, #sbadge3, #sbadge4, #modBadge {
    display: none;
}

input:checked + .buttonToggle::before{
    transform: translateX(25px);
    animation-name: toggle;
    animation-duration: 0.8s;
    transition-delay: 0.2s;
    
}

@keyframes toggle{
    0%{
        width: 15px;
        height: 15px;
    }
    25%{
        width: 5px;
        height: 15px;
    }
    50%{
        width: 16.67px;
        height: 15px;
    }
    75%{
        width: 11.1px;
        height: 15px;
    }
    100%{
        width: 15px;
        height: 15px;
    }

}

.ulName:hover{
    text-decoration-line: underline;
    text-underline-offset: 1px;
}

.deactivate-bg:hover{
    background-color: rgba(244, 33, 46, 0.1);
    transition: 0.2s ease-in-out;
    animation-duration: 0.8s;
}

.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;
}

.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: hidden;
    overflow-x: hidden;
}

#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;
}














































