.right-search-bar{
  border-color: gray;
  width: 330px;
  background-color: black;
  border-radius: 30px;
  padding: 14px 12px;
  border-style: solid;
  border-width: 1px;
  margin-top: 10px;
  margin-left: 40px;
  color: white;
}



.right-search-bar:focus{
  border-color: #1d9bf0;
  outline: none;
}

.right-search-bar::placeholder{
  color: white;
}



.premium-container{
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  width: 330px;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  color: white;
  margin-left: 40px;
  margin-top: 20px;
  border-radius: 9px;
  margin-bottom: 20px;
}

.subscribe-premium-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.premium-text{
  font-size: 15px;
  margin-bottom: 15px;
}

.subscribe-button{
  border: none;
  height: 40px;
  width: 90px;
  background-color: #1d9bf0;
  color: white;
  border-radius: 50px;
  font-weight: bold;
}

.trending-container{
  display: flex;
  flex-direction: column;
  width: 362px;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  color: white;
  margin-left: 40px;
  margin-top: 20px;
  border-radius: 9px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.trending-dot-more{
  font-size: 12px;
}

.trending-title{
  padding: 12px 16px;
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
}

.trending-section-container{
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  cursor: pointer;
}

.trending-category{
  display: flex;
  color: gray;
  font-size: 13px;
  justify-content: space-between;
}

.hashtag-title{
  font-weight: bold;
  color: white;
  font-size: 15px;
}

.post-count{
  font-size: 13px;
  color: gray;
}

.show-more-container{
  font-size: 15px;
  color: #1d9bf0;
  cursor: pointer;
  padding: 12px 0px;
  cursor: pointer;
}

.follow-container{
  width: 330px;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  color: white;
  margin-left: 40px;
  margin-top: 20px;
  border-radius: 9px;
  margin-bottom: 20px;
  padding: 12px 16px;
}

.follow-title{
  font-size: 20px;
  font-weight: bold;
}

.follow-page-wrapper{
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.follow-people-container{
  display: flex;
  padding: 12px 16px;
  cursor: pointer;
}

.follow-profile-picture{
  width: 40px;
  height: 40px;
  background-color: lightblue;
  border-radius: 20px;
}

.follow-info-section{
  margin-left: 10px;
}

.follow-name{
  display: flex;
  font-size: 15px;
  font-weight: bold;
  align-items: center;
}

.follow-username{
  font-size: 15px;
  color: gray;
}

.follow-button{
  border: none;
  padding: 0px 22px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50px;
  width: 78px;
  height: 32px;
  padding: 0px 16px;
  cursor: pointer;

}

.verified-badge {
  width: 14px;
  height: 14px;
  background-color: #1d9bf0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}

.terms-container {
  padding: 0px 16px;
  color: gray;
  font-size: 11px;
  width: 320px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}

.divider {
  margin: 0 2px;
}

.copyright {
  margin-top: 5px;
}

.more{
  font-size: 13px;
}