.body {
  background-color: #17212b;
}

.top_bar {
  z-index: 10;
  height: 25px;
  background-color: #242f3d;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section_main {
  z-index: 0;
  width: auto;
  background-color: #4d5867;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side_menu {
  width: 75px;
  height: 100%;
  background-color: #0e1621;
  padding-top: 25px;
}

.block_messages {
  width: 300px;
  background-color: #17212b;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 10px;
  display: flex;
  overflow: scroll;
}

.block_messages::-webkit-scrollbar {
    height: 0;  /* For horizontal scrollbars */
    width: 0;   /* For vertical scrollbars */
}

.block_messages::-webkit-scrollbar-thumb {
    background: transparent;  /* Making the thumb invisible */
}

.block_main {
  width: 100%;
  background-color: #0e1621;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 375px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_group {
  width: 100%;
  height: 50px;
  background-color: #17212b;
  justify-content: space-between;
  margin-top: 25px;
  margin-left: 1px;
  padding-left: 15px;
  padding-right: 375px;
  display: flex;
}

.section_message {
  width: 100%;
  height: 45px;
  background-color: #17212b;
  justify-content: space-between;
  align-items: center;
  margin-left: 1px;
  padding-left: 12px;
  padding-right: 387px;
  display: flex;
  position: relative;
}

.group_name {
  width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.name {
  color: #fff;
  margin-bottom: 2.5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.message {
  color: #7a8e92;
  margin-top: 2.5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.section_post {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 75px;
  margin-bottom: 45px;
  padding-top: 40px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.section_post::-webkit-scrollbar {
    height: 0;  /* For horizontal scrollbars */
    width: 0;   /* For vertical scrollbars */
}

.section_post::-webkit-scrollbar-thumb {
    background: transparent;  /* Making the thumb invisible */
}

.post_01 {
  width: 385px;
  height: auto;
  background-color: #2b5278;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 35px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.post_image {
  height: 350px;
  background-color: #19324a;
  background-image: url('../images/4cz.png');
  background-position: 0 0;
  background-size: cover;
}

.post_para {
  color: #fff;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.div-block-10-copy {
  width: 385px;
  height: 416px;
  background-color: #2b5278;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 10px;
  padding-top: 35px;
  display: flex;
}

.post_title {
  color: #76c1ff;
  margin-top: 11px;
  margin-bottom: 0;
  margin-left: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pfp {
  width: 43px;
  height: 43px;
  background-color: #354a60;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dm {
  width: 100%;
  height: 55px;
  cursor: pointer;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.dm:hover {
  background-color: #24313e;
}

.names_msg {
  width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.group_icons {
  width: auto;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.icons {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.menu {
  height: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  height: 70px;
  cursor: pointer;
  background-color: #0e1621;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none; /* Removes underline */
  color: inherit; /* Inherits the color from its parent */
}

.linkpost {
	  color: inherit; /* Inherits the color from its parent */
}

.link:hover {
  background-color: #25303e;
}

.telegram {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.side_title {
  color: #768c9e;
  margin-bottom: 2.5px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
}

.menu_top {
  width: 20px;
  height: 15px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.attach {
  z-index: 10;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: 7px;
  position: relative;
}

.send_msg {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.send {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.emojis {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 7px;
  display: flex;
}

.type {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 49px;
  padding-right: 484px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.msg {
  width: 100%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.write_message {
  color: #637579;
  margin-top: 2.5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.popup {
  z-index: 50;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  pointer-events: none;
}

.pop {
  width: 300px;
  height: auto;
  background-color: #17212b;
  align-items: flex-start;
  margin-top: 5px;
  padding: 10px;
  display: flex;
  position: relative;
}

.cf-copy {
  width: 300px;
  height: 85px;
  background-color: #17212b;
  margin-bottom: 5px;
}

.popup_pfp {
  width: 65px;
  height: 65px;
  background-color: #453434;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.name_msg {
  width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
}

.twitter {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.buy {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/buy.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.image, .image-2 {
  width: 100%;
}

.image-3 {
  width: 100%;
  margin-top: 4px;
}

.image-4 {
  width: 100%;
}

.image-5 {
  height: 100%;
}

.post_02 {
  width: 385px;
  height: auto;
  background-color: #2b5278;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 35px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.post_tweet {
  height: 300px;
  background-color: #19324a;
  background-image: url('../images/czmub.png');
  background-position: 0 20%;
  background-size: cover;
}

.post_03 {
  width: 385px;
  height: auto;
  background-color: #2b5278;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.post_cz {
  height: 400px;
  background-color: #19324a;
  background-image: url('../images/czpushup.png');
  background-position: 40%;
  background-size: cover;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 10%;

}

.separator_header_mobile, .header_mobile, .footer_mobile, .section_main_mobile {
  display: none;
}

.post_04 {
  width: 385px;
  height: auto;
  background-color: #2b5278;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.post_blank {
  height: 350px;
  background-color: #19324a;
  background-image: url('../images/wencex.jpg');
  background-position: 50%;
  background-size: cover;
}

.post_01_mobile, .post_02_mobile {
  width: 385px;
  height: auto;
  background-color: #2b5278;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 35px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.post_03_mobile, .post_04_mobile {
  width: 385px;
  height: auto;
  background-color: #2b5278;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.post_cz_mobile {
  height: 350px;
  background-color: #19324a;
  background-image: url('../images/wencex.jpg');
  background-position: 50%;
  background-size: cover;
}

.group_name_mobile {
  width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.write_message_mobile {
  color: #637579;
  margin-top: 2.5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.clse {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.pop1, .pop2, .pop3, .pop4, .pop5, .pop6, .pop7 {
  width: 300px;
  height: auto;
  background-color: #17212b;
  align-items: flex-start;
  margin-top: 5px;
  padding: 10px;
  display: none;
  position: relative;
  pointer-events: auto;
}

.verify {
  z-index: 200;
  background-color: #0e1621;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block_verify {
  width: 500px;
  height: auto;
  background-color: #182533;
  border-radius: 7px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.safeguard {
  border-radius: 7px;
}

.verify_button {
  cursor: pointer;
  background-color: #182533;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.verify_button:hover {
  background-color: #1e2c3b;
}

.verify_separator {
  height: 1.5px;
  background-color: #0e1621;
}

.call {
  z-index: 500;
  background-color: rgba(7, 10, 14, .88);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block_call {
  width: 634px;
  height: 478px;
  background-color: #1b1e23;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.close_buttons {
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.call_buttons {
  height: 85px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-26 {
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/binance.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.call_id {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call_name {
  color: #fff;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.call_text {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
}

.image-6 {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.call_buttons_in {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.accept {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.image-9 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 0;
}

.button_call {
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-10 {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 25px;
}

.image-11 {
  width: 12px;
  height: auto;
  cursor: pointer;
  margin-left: 25px;
}

.image-12 {
  width: 12px;
  cursor: pointer;
  margin-top: 7px;
}

@media screen and (max-width: 991px) {
  .block_messages {
    width: 250px;
  }

  .block_main {
    margin-left: 325px;
  }

  .section_message {
    padding-right: 330px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: url('../images/tg_bg.png');
    background-position: 50%;
    background-size: cover;
  }

  .top_bar, .section_main {
    display: none;
  }

  .post_01 {
    margin-top: 10px;
    margin-right: 0;
  }

  .popup {
    position: fixed;
  }

  .separator_header_mobile {
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: #2c252d;
    margin-top: 41.625px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header_mobile {
    z-index: 2;
    width: 100%;
    height: 41.625px;
    background-color: #241d25;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .footer_mobile {
    z-index: 3;
    height: 80.6168px;
    background-color: #1b1a20;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section_main_mobile {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 42.625px 0 80.6168px 50px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .post_04 {
    background-color: rgba(0, 0, 0, 0);
  }

  .post_blank {
    height: 100px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .post_01_mobile {
    margin-top: 10px;
    margin-right: 0;
  }

  .post_04_mobile {
    background-color: rgba(0, 0, 0, 0);
  }

  .telegram_button {
    width: 37px;
    height: 37px;
    background-color: #343434;
    background-image: url('../images/tg.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .group_name_mobile {
    align-items: center;
  }

  .div-block-22 {
    width: 100%;
    height: 47.5px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-left: 10.5px;
    padding-right: 10.5px;
    display: flex;
  }

  .div-block-23 {
    width: 100%;
    height: 34.5px;
    background-color: #000;
    border-radius: 20px;
    align-items: center;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .write_message_mobile {
    margin-top: 0;
  }

  .twitter_button {
    width: 37px;
    height: 37px;
    background-color: #343434;
    background-image: url('../images/twitter.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pop1 {
    display: none;
  }

  .verify {
    display: flex;
  }

  .block_call {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: url('../images/tg_bg.png');
    background-position: 50%;
    background-size: cover;
  }

  .separator_header_mobile {
    width: 100%;
    height: 1px;
    background-color: #2c252d;
    margin-top: 60px;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header_mobile {
    width: 100%;
    height: 60px;
    background-color: #241d25;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .footer_mobile {
    height: auto;
    background-color: #1b1a20;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section_main_mobile {
    align-items: flex-start;
    padding-top: 61px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .post_01_mobile, .post_02_mobile, .post_03_mobile, .post_04_mobile {
    width: 90%;
  }

  .post_mia_mobile {
    height: 330px;
  }

  .div-block-21 {
    width: 37px;
    height: 37px;
    background-color: #ff4d4d;
    border-radius: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .telegram_button {
    background-color: #343434;
    background-image: url('../images/tg.svg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-22 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .twitter_button {
    background-color: #343434;
    background-image: url('../images/twitter.svg');
    background-position: 50%;
    background-size: cover;
  }

  .verify {
    padding-left: 15px;
    padding-right: 15px;
  }

  .call {
    z-index: 5000;
  }

  .block_call {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}
