@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0 !important;
}

h4,
h6 {
  margin-bottom: 0 !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

body {
  font-family: 'Open Sans', sans-serif;
}

#body {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #1d7ff0;
  z-index: -1000;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1357a5;
}

.body_flex {
  display: flex;
  gap: 2rem;
}

.container {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.side_bar {
  position: fixed;
  height: 100%;
  overflow: hidden;
  width: 226px;
}

.side_bar_content {
  display: flex;
  flex-direction: column;
}

.twitter_logo {
  display: inline-block;
  text-decoration: none !important;
  color: #e7e9ea;
  font-size: 1.8rem;
  padding: 0.5rem 0.8rem;
  border-radius: 30px;
  transition: 0.2s;
}

.twitter_logo:hover {
  background-color: #07448a31;
}

.side_bar_link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none !important;
  color: #e7e9ea;
  font-size: 1.5rem;
  padding: 0.6rem 1rem;
  border-radius: 30px;
  transition: 0.2s;
  width: 185px;
}

.side_bar_link:hover {
  background-color: #e7e9ea1c;
  color: #e7e9ea;
}

.side_bar_link.active span {
  font-size: 1.2rem;
  font-weight: 700;
}
.side_bar_link span {
  font-size: 1.2rem;
  font-weight: 400;
}

.tweet_btn {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  color: #e7e9ea;
  padding: 0.735rem 5rem;
  margin-top: 1rem;
  border-radius: 30px;
  transition: 0.2s;
  background: #1d9bf0;
  transition: 0.2s;
}

.tweet_btn:hover {
  background-color: #067cca;
  color: #e7e9ea;
}

.none_search {
  display: none;
}

.none {
  display: none;
}

.profile_link {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  gap: 0.5rem;
  padding: 0.7rem 0.7rem;
  border-radius: 30px;
  margin-top: 9.5rem;
  color: #e7e9ea;
  font-size: 0.9rem;
  font-weight: 700;
  transition: 0.2s;
}

.profile_link:hover {
  color: #e7e9ea;
}

.profile_link:hover {
  background-color: #e7e9ea1c;
}

.profile_link img {
  border-radius: 50px;
}

.post_body {
  border-left: 1px solid #2f3336;
  border-right: 1px solid #2f3336;
  color: #d6d9db;
  margin-left: 13rem;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.nav_btn {
  display: none;
}

.post_body_heading {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 40.9rem;
  height: 7.1rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.658);
  backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.post_body_heading {
  border-bottom: 1px solid #2f3336;
}

.post_body_heading_link {
  text-decoration: none !important;
  color: #e7e9ea;
}
.post_body_heading_link:hover {
  color: #e7e9ea;
}

.post_body_heading_link h3 {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.post_body_heading_link div {
  display: flex;
  align-items: center;
}

.post_body_heading_link button {
  flex: 0.5;
  background: none;
  color: #838383;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  outline: none;
  padding: 1rem 0;
  height: 55px;
}

.post_body_heading_link button:hover {
  background-color: #e7e9ea1c;
}

.post_body_heading_link button.active {
  flex: 0.5;
  background: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  outline: none;
  border-bottom: 2px solid #2d88f0;
}

.post_body_heading_link button.active:hover {
  background-color: #e7e9ea1c;
}

.user_tweet {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #2f3336;
  margin-top: 7rem;
}

.tweet_user_img {
  margin-left: 1rem;
  margin-top: 0.5rem;
}

.flex__ {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0;
  width: 100%;
}

.audience {
  display: none !important;
  padding: 0 0.5rem;
  width: 18%;
  color: #1d9bf0;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #696969;
  border-radius: 50px;
  transition: 0.3s;
}

.audience:hover {
  background: #167aec27;
}

.flex__:focus-within .audience {
  display: flex !important;
}

textarea.form-control {
  height: 70px !important;
}

.form-control {
  padding: 0.375rem 0 !important;
}

textarea {
  background: none !important;
  border: none !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.2rem !important;
  color: #e7e9ea !important;
}

textarea:focus {
  outline: none !important;
}

.audience__ {
  display: none !important;
  gap: 0.3rem;
  align-items: center;
  padding: 0 0.5rem;
  width: 34%;
  color: #1d9bf0;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 50px;
  transition: 0.3s;
}

.audience__:hover {
  background: #167aec18;
}

.flex__:focus-within .audience__ {
  display: flex !important;
}

.border__ {
  display: none;
  border-bottom: 1px solid #2f3336 !important;
}

.flex__:focus-within .border__ {
  display: block !important;
}

.hl {
  text-decoration: none !important;
  color: #1d9bf0;
}

.hl i:hover {
  background: #167aec18;
}

.hl i {
  border-radius: 50px;
  font-size: 1.2rem;
  padding: 0.5rem;
  transition: 0.3s;
}

.user_post {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #2f3336;
  text-decoration: none !important;
  color: #e7e9ea;
  transition: 0.3s;
  padding-right: 1rem;
  width: 100%;
}

.user_post:hover {
  background: #cacaca0c;
  color: #e7e9ea;
}

.post_user_img {
  margin-left: 1rem;
  margin-top: 0.5rem;
}

.tweet_num {
  display: block;
  text-align: center;
  color: #1d7ff0;
  border-bottom: 1px solid #2f3336 !important;
  padding: 1rem 0;
  text-decoration: none !important;
  transition: 0.3s;
}

.tweet_num:hover {
  background: #cacaca0c;
  color: #1d7ff0;
}

.flex_ {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0;
  width: 100%;
}

.upn.upn_ {
  color: #e7e9ea;
  font-weight: 600;
}

.upn.upn_:hover {
  text-decoration: underline;
}
.upn.upn__:hover {
  text-decoration: underline;
}

.upn {
  border: none;
  background: none;
  color: #7c7c7c;
}

.i__ {
  padding: 0.5rem;
  transition: 0.2s;
}

.i__:hover {
  color: #1d7ff0;
  background-color: #1d7ff031;
  cursor: pointer;
  border-radius: 30px;
}

.hll {
  text-decoration: none !important;
  color: gray;
  background: none;
  display: flex;
  align-items: center;
  border: none;
}

.hll:hover {
  color: #1d9bf0;
}

.hll i {
  border-radius: 50px;
  font-size: 1rem;
  padding: 0.5rem;
  transition: 0.3s;
}

.hll:hover i {
  background: #167aec18;
}

.hll_retweet:hover {
  color: #008040;
}

.hll_retweet:hover i {
  background: #0080402f;
  border-radius: 50px;
}

.hll_love:hover {
  color: #ee00a7;
}

.hll_love:hover i {
  background: #ee00a72c;
  border-radius: 50px;
}

.break {
  display: none;
}

.tweet_nav {
  display: none;
}

.fixed_menu {
  display: none;
}

.right_bar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.3rem 0 1rem 0;
}

.search_bar {
  color: #71767b;
  background-color: #202327;
  display: flex;
  align-items: center;
  padding: 0 0 0 1rem;
  border-radius: 30px;
}

.search_bar:focus-within {
  outline: 1px solid #1d7ff0;
  background-color: #000;
}

.search_bar:focus-within button {
  color: #1d7ff0 !important;
}

.search_input {
  padding: 0.7rem;
  width: 330px;
  border: none;
  background: none;
  font-size: 16px;
  border: none;
  outline: none;
  color: #e7e9ea;
}

.trending {
  z-index: 2000;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  gap: 0.7rem;
  height: 89vh;
  overflow-y: scroll;
}

.trends {
  background-color: #16181c;
  border-radius: 20px;
  padding: 0.5rem 0 0 0;
}

.trend_heading {
  color: #e7e9ea;
  padding: 0.5rem 1rem 0 1rem;
  font-size: 1.2rem;
}

.trending div {
  display: flex;
  flex-direction: column;
}

.trend_link {
  display: flex;
  justify-content: space-between;
  text-decoration: none !important;
  align-items: baseline;
  color: #e7e9ea;
  padding: 0.6rem 1rem;
  transition: 0.2s;
}

.trend_link p {
  font-size: 0.8rem;
  color: #7a7d80;
}

.trend_link h4 {
  font-size: 0.9rem;
}

.trend_link:hover {
  background-color: #e7e9ea09;
  color: #e7e9ea;
}

.trend_link:hover:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.trend_link i {
  padding: 0.5rem;
  transition: 0.2s;
}

.trend_link i:hover {
  color: #1d7ff0;
  background-color: #1d7ff031;
  cursor: pointer;
  border-radius: 30px;
}

.follow {
  background-color: #16181c;
  border-radius: 20px;
}

.follow_heading {
  color: #e7e9ea;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1.2rem;
}

.follow_link {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  color: #e7e9ea;
  padding: 0.8rem 1rem;
  transition: 0.2s;
}

.follow_link:hover {
  background-color: #e7e9ea09;
  text-decoration: none !important;
}

.img_name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #e7e9ea;
  transition: 0.2s;
}

.img_name p {
  font-size: 0.9rem;
  color: #7a7d80;
}

.follow_link button p {
  transition: all 0.3s;
}

.follow_link button p:hover {
  background: #adadad !important;
}
