.fa-solid {
  font-family: "Font Awesome 6 Free";
}
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
.fa-brands {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
.fa-solid {
  font-weight: 900;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
a {
  text-decoration: none;
  color: #65676b;
}
nav {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
}
nav .left .logo img {
  max-width: 100px;
  width: 100%;
  height: 50px;
  margin: 5px 0;
  cursor: pointer;
}
nav .left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
nav .left .search_bar {
  width: 250px;
  height: 40px;
  background: #efefef;
  border-radius: 30px;
  padding: 0 10px;
  margin-left: 10px;
  position: relative;
  left: 15px;
}
nav .left .search_bar i {
  line-height: 40px;
  font-size: 19px;
  color: #919191;
  margin-right: 5px;
}
nav .left .search_bar input {
  background: transparent;
  outline: none;
  border: 0;
  font-size: 16px;
  width: 200px;
}
nav .center {
  position: relative;
  right: 45px;
}
nav .center i {
  margin: 0 45px 0 45px;
  font-size: 22px;
}
nav .center i:hover {
  color: #45abff;
  cursor: pointer;
}
nav .right {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
nav .right i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #efefef;
  line-height: 35px;
  padding-left: 8px;
  font-size: 18px;
  margin-left: 8px;
  cursor: pointer;
}
.main {
  display: flex;
  margin-top: 60px;
  background: #f5f5f5;
}
.main .center {
  width: 50%;
  height: auto;
  padding: 20px 20px 0 20px;
  background: #f5f5f5;
  margin-left: 25%;
}
.main .center::-webkit-scrollbar {
  width: 0;
}
.main .center .friends_post {
  margin: 10px 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px 15px;
  border-radius: 7px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.main .center .friends_post .friend_post_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.main .center .friends_post .friend_post_top .img_and_name {
  display: flex;
  align-items: center;
}
.main .center .friends_post .friend_post_top .img_and_name img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 8px;
  cursor: pointer;
}
.main
  .center
  .friends_post
  .friend_post_top
  .img_and_name
  .friends_name-title
  img {
  width: 12px;
  height: 12px;
}
.main .center .friends_post .friend_post_top .img_and_name .friends_name .time {
  font-size: 14px;
  color: #919191;
  margin: 3px 0;
}
.main
  .center
  .friends_post
  .friend_post_top
  .img_and_name
  .friends_name
  .time
  i {
  font-size: 10px;
  margin-left: 5px;
}
.main .center .friends_post .friend_post_top .menu {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.main .center .friends_post .friend_post_top .menu:hover {
  background: #efefef;
  cursor: pointer;
}
.main .center .friends_post .friend_post_top .menu i {
  line-height: 35px;
  margin-left: 8px;
}
.main .center .friends_post .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.main .center .friends_post .info .emoji_img {
  display: flex;
  cursor: pointer;
}
.main .center .friends_post .info .emoji_img img {
  width: 20px;
  height: 20px;
}
.main .center .friends_post .info .emoji_img p {
  margin-left: 10px;
  font-size: 16px;
  color: #919191;
}
.main .center .friends_post hr {
  width: 100%;
  height: 1px;
  background: #cccccc;
  border: 0;
  margin: 10px 0;
}
.main .center .friends_post .like {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .center .friends_post .like .like_icon {
  display: flex;
  align-items: center;
}
.main .center .friends_post .like .like_icon i {
  font-size: 20px;
  margin-right: 8px;
  color: #919191;
}
.main .center .friends_post .like .like_icon img {
  width: 22px;
  height: auto;
  padding-right: 5px;
}
.main .center .friends_post .like .like_icon i.activi {
  color: #45abff;
}
.main .center .friends_post .comment_wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
  gap: 10px;
}
.main .center .friends_post .comment_wrapper img {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.comment__block {
  display: flex;
}
.comment__attribute {
  display: flex;
  max-width: 100%;
  width: 600px;
  padding-left: 40px;
  gap: 25px;
  font-weight: 700;
}
.comment__attribute a {
  color: #65676b;
}
.comment__attribute a:first-of-type {
  font-weight: 300;
}
.main .center .friends_post .comment_wrapper .comment_search {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 95%;
  padding: 15px;
  background: #efefef;
  border-radius: 30px;
}
.description_block {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.description_block p {
  padding-left: 4px;
}
.description_video video {
  width: 100%;
  object-fit: fill;
  object-position: center;
  border-radius: 5px;
}
.description_bottom-second {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.description_bottom-second h4 a {
  color: black;
}
.friends_name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.comment_input {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.comment_input img {
  width: 20px;
  height: 20px;
}
.comment_input-person {
  margin-right: 5px;
  border-radius: 15px;
}
.comment_input input {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.comment_input button {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 15px;
  margin-left: 10px;
  cursor: pointer;
}
.comment__block img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 5px;
  margin-top: 8px;
}
@media (max-width: 1400px) {
  .right {
    display: none;
  }
  .left {
    display: none;
  }
}
@media (max-width: 1149px) {
  nav .center {
    display: none;
  }
  .main .center {
    width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .search_bar {
    display: none;
  }
  .emoji_img p {
    font-size: 10px !important;
  }
  .comment__attribute {
    gap: 7px;
  }
  .comment__attribute .c-like {
    display: none;
  }
  .comment__attribute .c-reply {
    display: none;
  }
  .main .center .friends_post .friend_post_top {
    margin-bottom: 0;
  }
}
@media (max-width: 465px) {
  .like .like_icon:not(:first-child) {
    display: none !important;
  }
}
.fa-brands,
.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-comment:before {
  content: "\f075";
}
.fa-earth-europe:before {
  content: "\f7a2";
}
.fa-ellipsis:before {
  content: "\f141";
}
.fa-house:before {
  content: "\f015";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-magnifying-glass:before {
  content: "\f002";
}
.fa-moon:before {
  content: "\f186";
}
.fa-store:before {
  content: "\f54e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-brands-400-8490a865e0.woff2") format("woff2");
}
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-whatsapp:before {
  content: "\f232";
}
:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/fa-solid-900-7fa6b210fd.woff2") format("woff2");
}
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("/fonts/fa-brands-400-8490a865e0.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("/fonts/fa-solid-900-7fa6b210fd.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("/fonts/fa-solid-900-7fa6b210fd.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("/fonts/fa-brands-400-8490a865e0.woff2") format("woff2");
}
@media (max-width: 600px) {
  .form-container {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
nav .left .logo img {
  display: flex;
  align-items: center;
  object-fit: contain;
}
.reaction {
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.reaction:hover {
  transform: scale(1.2);
}
.emoji_img {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fb-icon {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  margin-left: 3px;
}
.fb-icon:hover {
  transform: scale(1.2);
}
.form-container {
  width: 100%;
  max-width: 550px;
  padding: 20px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
/*--loader--*/
.kV5quXZxAx2jAk1eYRo10K5LdPTgcdoD {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(37, 44, 51, 0.5);
}
.kV5quXZxAx2jAk1eYRo10K5LdPTgcdoD div {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00faaa;
  -webkit-animation: 2s linear infinite spin;
  animation: 2s linear infinite spin;
}
.kV5quXZxAx2jAk1eYRo10K5LdPTgcdoD div::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f70044;
  -webkit-animation: 3s linear infinite spin;
  animation: 3s linear infinite spin;
}
.kV5quXZxAx2jAk1eYRo10K5LdPTgcdoD div::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00faaa;
  -webkit-animation: 1.5s linear infinite spin;
  animation: 1.5s linear infinite spin;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
