.sidebar-container{
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: flex-end;
  left: 0;
  top: 0;
  bottom: 0;
  width: 595px;
  background-color: black;
  border-style: solid;
  border-width: 1px;
  border-right-color: gray;
  z-index: 30;
}

.sidebar{
  display: flex;
  flex-direction: column;
  width: 248px;
  padding-top: 18px;
  padding-left: 20px;
  line-height: 30px;
}


.twitter-logo {
  width: 37px;
  height: 37px;
  margin-bottom: 20px;
  color: white;
  font-size: 36px;
  cursor: pointer;
  border-radius: 50px;
}

.twitter-sidebar-icons {
  display: flex;
  flex-direction: column;
  gap: 27px;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.sidebar-icon{
  display: flex;
  align-items: center;
  font-size: 19.5px;
  width: fit-content;
  cursor: pointer;
}

.notification-count{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 189px;
  left: 357px;
  font-size: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  z-index: 10;
  background-color: rgb(0, 149, 246);
}

.sidebar-icon i {
  margin-right: 14px;
  width: 24px;
  text-align: center;
}

.home-icon{
  font-weight: bold;
}

.circle-home{
  display: flex;
  background-color: rgb(0, 149, 246);
  border-style: 0px solid;
  height: 10px;
  width: 10px;
  border-radius: 9px;
  position: absolute;
  left: 362px;
  top: 78px;
  z-index: 2px;
}


.more-icon{
  margin-bottom: 35px;
}



.twitter-profile-picture {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.post-button{
  width: fit-content;
  padding: 12px 100px;
  border-radius: 36px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
  margin-left: -10px;
  cursor: pointer;
}

.profile-sidebar-container{
  display: flex;
  align-items: center;
  height: 80px;
  border-radius: 100px;
  cursor: pointer;

}

.profile-picture{
  width: 27px;
  height: 27px;
  padding: 5px;
  border-radius: 30px;
  margin-left: 5px;
  background-color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: white;
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 4px;
  cursor: pointer;

}

.profile-info{
  display: flex;
  flex: 1;
  position: relative;
  flex-direction: column;
  font-family: Arial;
  line-height: 22px;
  cursor: pointer;
}

.profile-name{
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.profile-username{
  color: gray;
  font-size: 14px;
}

.dot-more{
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 17px;
  right: 20px;
  top: 5px;
}
