header,
.logo,
.icones_topo,
.stories_box,
.menu,
.container,
.stories_box div,
.top_posts,
.sidebar {
  display: flex;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #e5e5e5;
}

body ion-icon {
  cursor: pointer;
}

header {
  border-bottom: 1px solid #dbdbdb;
  background-color: #ffffff;
  height: 54px;
  width: 100%;
  justify-content: center;
  align-items: center;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.menu {
  justify-content: space-between;
  align-items: center;
  width: 935px;
}

header img {
  margin-top: 5px;
  cursor: pointer;
}

header ion-icon {
  height: 22px;
  width: 22px;
}

header input::placeholder {
  text-align: center;
}

header input {
  height: 28px;
  width: 215px;

  background-color: #fafafa;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
}

.logo {
  align-items: center;
}

.top_icon ion-icon {
  margin-left: 22px;
}

.top_bar {
  border-left: 1px solid #dbdbdb;

  height: 22px;
  width: 1px;
  margin: 0 10px;
}

.container {
  gap: 20px;

  margin: 88px auto 0 auto;
  width: 935px;
}

.sidebar {
  width: 292px;

  flex-direction: column;
}

.sidebar :nth-child(1) {
  display: flex;
  align-items: center;
  margin-left: 11px;
}

.sidebar img {
  height: 56px;
  width: 56px;

  cursor: pointer;
}

.follower h3 {
  margin-top: 10px;

  cursor: pointer;

  color: #139ef2;
}

.mid_sidebar b {
  font-size: 12px;
  font-weight: 500;
}

.mid_sidebar {
  display: flex;
  justify-content: space-between;

  margin: 22px 0px 10px 10px;
}

.mid_sidebar p {
  font-weight: bold;

  font-size: 12px;
  font-weight: 500;
}

.follower_icon img {
  cursor: pointer;
}

.sidebar b {
  font-weight: 400;
  font-size: 12px;
  color: #8e8e8e;
}

.sidebar p {
  font-weight: bold;
  font-size: 14px;

  cursor: pointer;

  color: #262626;
}

.follower img {
  height: 32px;
  width: 32px;
}

.follower {
  display: flex;
  justify-content: space-between;

  margin: 6px 0px;
}

.stories_box {
  width: 614px;
  height: 118px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;

  background-color: #fafafa;

  justify-content: space-between;
  align-items: center;

  overflow: hidden;
}

.stories_box :nth-child(1) {
  margin-left: 7.4px;
}

.stories_box div {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.stories_box p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.stories {
  height: 56px;
  width: 56px;

  border-radius: 28px;
  margin: 5px 5px 5px 5.3px;
  position: absolute;

  cursor: pointer;
}

.stories_backgorund {
  height: 66px;
  width: 66px;

  margin: 0px 7.2px;
  border-radius: 33px;
}

.button_tag {
  position: absolute;
  height: 38px;
  width: 38px;

  border-radius: 0px;

  margin: 24px 35px 24px 0px;
  box-shadow: 1px 4px 4px 1px rgb(100, 100, 100 50%);

  justify-content: center;
  border-radius: 26px;

  cursor: pointer;
}

.posts {
  height: 749px;
  width: 614px;

  background-color: #fafafa;

  border-radius: 3px;
  margin: 24px 0px 60px 0px;

  border: 1px solid #dbdbdb;
}

.posts p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

.posts b {
  font-weight: bold;
  cursor: pointer;
}

.posts img {
  height: 612px;
  width: 612px;
}

.top_posts img {
  height: 32px;
  width: 32px;

  margin: 15px;
}

.top_posts :nth-child(1) {
  display: flex;
}

.top_posts :nth-child(2) {
  margin: 23px 17px 21px 0px;
}

.top_posts {
  align-items: center;
  justify-content: space-between;
}

.bot_posts ion-icon {
  height: 22px;
  width: 22px;
}

.bot_posts img {
  height: 20px;
  width: 20px;

  border-radius: 10px;
}

.bot_posts {
  display: flex;
  justify-content: space-between;

  margin: 10px 17px 13px 15px;
}

.chatbubble {
  margin: 0 13px;
}

.bot_margin :nth-child(4) {
  display: flex;

  margin: 10px 0px 13px 0px;
}

.bot_margin img {
  margin: -3px 5px 0px 0px;
}

.pointer {
  cursor: pointer;
}

footer {
  display: none;
}

.menu_mobile {
  display: none;
}

@media (max-width: 935px) {
  .sidebar {
    display: none;
  }

  .menu {
    padding: 2%;
  }
  .main_screen {
    justify-content: center;
    align-items: center;

    margin: 0 auto;
  }
}

@media (max-width: 614px) {
  header input {
    display: none;
  }

  .button_tag {
    display: none;
  }

  .menu {
    display: none;
  }

  .menu_mobile {
    width: 95%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
  }

  .stories_box {
    border: none;
    height: none;
    background-color: #e5e5e5;
  }

  .posts {
    width: 100%;
    margin-top: 0px;
  }

  .container {
    width: 100%;
    margin-top: 50px;
  }

  footer {
    display: flex;
    justify-content: space-around;
    align-items: center;

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  footer {
    display: flex;
    justify-content: space-around;
    align-items: center;

    border-bottom: 1px solid #dbdbdb;
    background-color: #ffffff;
    height: 54px;
    width: 100%;

    position: fixed;
    bottom: 0;
    left: 0;
  }

  footer ion-icon {
    width: 22px;
    height: 22px;

    cursor: pointer;
  }
}
