@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700|Source+Sans+Pro:300,400,600,700&display=swap");

* {
  outline: none;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #3b4159;
  color: #bdb9c9;
  overflow-y: hidden !important;
}

.container {
  background-color: #151626;
  display: flex;
  height: 98vh;
  max-width: 1600px;
  overflow: hidden;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

.left-side {
  width: 250px;
  border-right: 1px solid #2a2d3f;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  background-color: #171929;
  overflow: auto;
  flex-shrink: 0;
}


@media screen and (max-width: 1120px) {
  .left-side.active {
    z-index: 4;
  }

  .left-side.active>*:not(.logotype) {
    opacity: 1;
    transition: 0.3s 0.2s;
  }

  .left-side.active .left-side-button svg:first-child {
    opacity: 0;
  }

  .left-side.active .left-side-button svg:last-child {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .left-side:not(.active) {
    width: 56px;
    overflow: hidden;
  }

  .left-side:not(.active)>*:not(.logotype):not(.left-side-button) {
    opacity: 0;
  }

  .left-side:not(.active) .logotype {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    transform-origin: bottom;
    display: flex;
    align-items: center;
    margin-top: -10px;
  }
}

.custom-button-modal-image {
  background-color: transparent;
  color: gray;
  font-size: 12px;
  line-height: 1.285714;
  font-weight: bolder;
  text-decoration: none;
}

.custom-button-modal-image:hover {
  color: white;
}

#download-image-modal {
  position: relative;
  margin-right: auto;
  margin-left: 20px;
}

.container-image-modal {
  margin-bottom: -15px;
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
}

.dragover {
  border: 2px dashed #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}




.modal-content-image-news {
  background-color: #2c2f33;
  margin: auto;
  display: block;
  padding: 20px 15px;
  border: 1px solid #888;
  max-width: 900px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#img01news {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(700px, 80vh);
  object-fit: contain;
}

@media screen and (max-width: 500px) {
  .modal-content-image-news {
    padding: 20px 0px;
    border-radius: 0px;
    width: inherit;
  }

  .container-image-modal {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -14px;
  }

  #img01news {
    margin-bottom: 5px;
  }
}

.right-side {
  width: 270px;
  flex-shrink: 0;
  margin-left: auto;
  overflow: auto;
  overflow-x: hidden;
  background-color: #15172a;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #171d2f;
}

.logotype {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 67px;
  line-height: 67px;
  letter-spacing: 4px;
  position: sticky;
  top: 0;
  background: linear-gradient(to bottom, #141625 0%, #151728 76%, rgba(20, 21, 37, 0) 100%);
}

.side-title {
  font-family: "DM Sans", sans-serif;
  color: #5f6170;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.side-wrap {
  padding: 31px;
}

.side-menu {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  white-space: nowrap;
}

.side-menu svg {
  margin-right: 16px;
  width: 16px;
}

.side-menu a {
  text-decoration: none;
  color: #9898a8;
  display: flex;
  align-items: center;
}

.side-menu a:hover {
  color: #fff;
}

.following-me {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: auto;
  overflow: hidden;
  color: #9a9aaa;
  padding: 0 20px;
  height: 51px;
  flex-shrink: 0;
  border-top: 1px solid #232634;
  position: relative;
}

.following-me svg {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

.following-text {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.following-me:hover .following-text {
  transform: translateY(100%);
}

.following-me:hover .develop {
  top: 0;
}

.develop {
  position: absolute;
  color: #fff;
  left: 0;
  top: -100%;
  display: flex;
  transition: 0.3s;
  padding: 0 21px;
  align-items: center;
  background-color: #262836;
  width: 100%;
  height: 100%;
}

.develop img {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  object-fit: cover;
  margin-right: 10px;
}

.search-menu {
  height: 60px;
  background-color: #161829;
  z-index: 3;
  position: relative;
}

.search-menu input {
  height: 100%;
  width: 100%;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0 54px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3e%3cpath d='M508.9 478.7L360 330a201.6 201.6 0 0045.2-127.3C405.3 90.9 314.4 0 202.7 0S0 91 0 202.7s91 202.6 202.7 202.6c48.2 0 92.4-17 127.3-45.2L478.7 509c4.2 4.1 11 4.1 15 0l15.2-15.1c4.1-4.2 4.1-11 0-15zm-306.2-116c-88.3 0-160-71.8-160-160s71.7-160 160-160 160 71.7 160 160-71.8 160-160 160z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%235C5D71'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 25px 50%;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

.favourite-menu input {
  height: 100%;
  width: 100%;
  display: block;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: 16px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

.search-menu input::placeholder {
  color: #5c5d71;
}

.main-container {
  padding: 20px;
  flex-grow: 1;
  overflow: auto;
  background-color: #212436;
  overflow-x: hidden;
}

.profile {
  position: relative;
  height: 42vh;
  min-height: 251px;
  max-height: 351px;
  z-index: 1;
}

.profile-case {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}


.profile-menu {
  position: absolute;
  bottom: 0;
  padding-left: 195px;
  background: #131524;
  width: 100%;
  display: flex;
  border-radius: 0 0 4px 4px;
}

.profile-menu-link {
  padding: 20px 16px;
  color: #5c5e6e;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}

.profile-menu-link.active,
.profile-menu-link:hover {
  color: #fff;
  background-color: #1a1b2b;
  border-bottom: 3px solid #0d7ff0;
}

.profile-avatar {
  position: absolute;
  align-items: center;
  display: flex;
  z-index: 1;
  bottom: 16px;
  left: 24px;
}

.profile-img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #131525;
}

.profile-name {
  margin-left: 24px;
  margin-bottom: 24px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.timescale {
  display: flex;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.timescale-left {
  width: 310px;
  flex-shrink: 0;
}

.timescale-right {
  flex-grow: 1;
  padding-left: 20px;
}


.boxing {
  background-color: #171929;
  border-radius: 4px;
}

.intro {
  padding: 20px;
}


.intro-title {
  font-family: "DM Sans", sans-serif;
  color: #575968;
  font-weight: 600;
  font-size: 19px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.intro-menu {
  background-color: #838b9b;
  box-shadow: -8px 0 0 0 #8b93a2, 8px 0 0 0 #868f9f;
  width: 5px;
  height: 5px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 8px;
}

.rounded-border {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #4CAF50;
  border-radius: 8px;
  color: #4CAF50;
  font-size: 9px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  text-align: center;

}

.present-gotten {
  color: rgb(31, 128, 207);
  font-size: 14px;
  font-weight: bold;
}

.info {
  font-size: 15px;
}

.info-item {
  display: flex;
  color: #c4c7da;
}

.info-item+.info-item {
  margin-top: 14px;
}

.info-item a {
  margin-left: 6px;
  color: #1d78e1;
  text-decoration: none;
}

.info-item svg {
  width: 16px;
  margin-right: 10px;
}

.status-menu-item-a svg {
  position: relative;
  top: 6px;
  left: 2px;
}

.eventing {
  position: relative;
  margin-top: 20px;
  padding: 10px;
}

.eventing-wrap {
  position: relative;
}

.eventing-img {
  max-width: 100%;
  display: block;
  padding-bottom: 13px;
}

.eventing-date {
  position: absolute;
  left: 21px;
  top: 16px;
}

.eventing-month {
  background-color: #1883ef;
  padding: 7px 20px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.eventing-day {
  width: 100%;
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 0;
  text-align: center;
}

.eventing-title {
  color: #bec0cf;
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  padding: 0 14px;
  word-wrap: break-word;
  word-break: break-word;
}

.eventing-subtitle {
  color: #5f6170;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 0 13px;
}

.profile-pages {
  margin-top: 21px;
  padding: 21px;
}

.user {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.user+.user {
  margin-top: 19px;
}

.user-img {
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 16px;
  object-fit: cover;
  object-position: center;
}

.username {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
}

.status-menu {
  padding: 20px;
  display: flex;
  align-items: center;
}

.status-menu-item {
  text-decoration: none;
  color: #c9c6d7;
  padding: 10px 14px;
  line-height: 0.7;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  border-radius: 19px;
}

.status-menu-item.active,
.status-menu-item:hover {
  background-color: #2e2e40;
  color: #fff;
}

.status-menu-item+.status-menu-item {
  margin-left: 10px;
}

.status-menu-item-a {
  text-decoration: none;
  color: #c9c6d7;
  padding: 10px 14px;
  line-height: 0.7;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  border-radius: 19px;
}

.status-menu-item-a.active,
.status-menu-item-a:hover {
  background-color: #2e2e40;
  color: #fff;
}

.status-menu-item-a+.status-menu-item-a {
  margin-left: 10px;
}


.status-img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.status-main {
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #272a3a;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.status-textarea {
  flex-grow: 1;
  background-color: transparent;
  border: none;
  resize: none;
  margin-top: 15px;
  color: #fff;
  max-width: calc(100% - 70px);
}

.status-textarea::placeholder {
  color: #5c5d71;
}

.image-drop-area {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #e7e7e7;
  transition: all 0.3s ease-in-out;
  min-height: 52px;
}

.avatar-publish-post {
  transition: all 0.3s ease-in-out;
}

.status-actions {
  display: flex;
  padding: 10px 20px;
}

.status-action {
  text-decoration: none;
  color: #ccc8db;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.status-action svg {
  width: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

.left-side-button {
  display: none;
}

.under-post-container {
  padding: 20px 20px 20px !important;
  word-wrap: break-word;
  word-break: break-word;
}

.load-more {
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;

}

.load-more:hover {
  background-color: #0056b3;
}

.message-badge {
  display: inline-block;
  position: relative;
  top: 9px;
  background: #177de9;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-left: 36px;
  transform: translate(50%, -50%);
}


.status-share {
  background-color: #0054ae;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  margin-left: auto;
  box-shadow: 0 0 18px #0054ae;
  cursor: pointer;
}

.status-share-favourite {
  background-color: #0054ae;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: auto;
  box-shadow: 0 0 18px #0054ae;
  cursor: pointer;
}

.scrapbook {
  padding-top: 20px;
  margin-top: 20px;
}

.scrapbook .status-main {
  border: none;
  display: flex;
}

.scrapbook .intro-menu {
  margin-bottom: auto;
  margin-top: 5px;
}

.scrapbook-detail {
  width: calc(100% - 110px);
}

.scrapbook-title span {
  color: #126acf;
  cursor: pointer;
}

.scrapbook-date {
  font-size: 16px;
  color: #595c6c;
  margin-top: 4px;
}

.scrapbook-content {
  padding: 0 20px 20px;
}

.scrapbook-photo {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  margin-top: 5px;
  cursor: pointer;
}

.scrapbook-photos.one-image .scrapbook-photo {
  width: auto;
  max-width: 100%;
  min-width: 240px;
  max-height: 300px;
}

.eventing-wrap .scrapbook-photo {
  max-height: 300px;
}


.scrapbook-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 5px;
  margin-bottom: -20px;
  flex-direction: row;
  justify-content: space-between;
}

.scrapbook-photos.two-images .scrapbook-photo {
  width: calc(50% - 5px);
  height: 250px;
}

.scrapbook-photos.three-images .scrapbook-photo:nth-child(1) {
  width: calc(80% - 5px);
  height: 250px;
}

.scrapbook-photos.three-images .scrapbook-photo:nth-child(2),
.scrapbook-photos.three-images .scrapbook-photo:nth-child(3) {
  width: calc(40% - 5px);
  height: 150px;
}

.scrapbook-photos.three-images .scrapbook-photo:nth-child(3) {
  margin-right: auto;
  margin-left: 5px;
}

.scrapbook-photos.four-images .scrapbook-photo {
  width: calc(50% - 5px);
  height: 150px;
}

@media screen and (max-width: 500px) {
  .scrapbook-photos.three-images .scrapbook-photo:nth-child(1) {
    width: calc(100% - 5px);
  }

  .scrapbook-photos.three-images .scrapbook-photo:nth-child(2),
  .scrapbook-photos.three-images .scrapbook-photo:nth-child(3) {
    width: calc(50% - 5px);
  }

  .scrapbook-photos.two-images .scrapbook-photo {
    width: calc(100% - 5px);
    height: 150px;
  }

  .gallery-img {
    width: 70px !important;
    height: 70px !important;
  }
}

.image-preview-item {
  margin-bottom: 5px;
}

.dragover-active {
  border: 2px dotted #007bff;
}


.scrapbook-right {
  width: 50%;
  margin-left: 10px;
  line-height: 0;
  display: flex;
  flex-direction: column;
}

.scrapbook-right .scrapbook-photo {
  height: calc(50% - 10px);
}

.scrapbook-actions {
  padding: 0 20px 20px;
}

.scrapbook-action {
  margin-right: 20px;
  text-decoration: none;
  color: #9c9ead;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.scrapbook-action:hover {
  color: #fff;
}

.scrapbook-action svg {
  width: 18px;
  margin-top: 2px;
  margin-right: 6px;
}

.account-button {
  border: 0;
  background: 0;
  color: #65687a;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.account-button svg {
  width: 20px;
}

.account-button:not(.right-side-button)+.account-button:before {
  position: absolute;
  right: 0px;
  top: -2px;
  background-color: #177de9;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

.no-content:before {
  content: none !important;
}

.account-profile {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 10px;
}

.account-user {
  display: inline-flex;
  align-items: center;
  color: #66697a;
  font-weight: 600;
}

.account-user span {
  font-size: 10px;
  font-weight: normal;
}

.account-user:hover {
  cursor: pointer;
}

.account {
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #131525;
  z-index: 3;
  flex-shrink: 0;
}

.user-stories {
  border-bottom: 1px solid #272a3a;
}

.user-stories .user-img {
  border: 2px solid #e3b96a;
  min-width: 47px;
}

.user-stories .scrapbook-date {
  font-family: "Source Sans Pro", sans-serif;
}

.user-status {
  background-color: #7ed020;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-left: auto;
}

.user-status.offline {
  background-color: #586389;
}

.user-status.empty {
  background-color: #d32225;
}

.contacts .username {
  display: flex;
  flex: 1;
  align-items: center;
}

.right-search svg {
  width: 17px;
  height: 17px;
}

.right-search {
  padding-right: 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #222534;
  position: sticky;
  bottom: 0;
  margin-top: auto;
}

.right-search-favourite {
  padding-right: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222534;
  position: sticky;
  bottom: 0;
  margin-top: auto;
  margin-bottom: 30px;

}

.right-search input {
  padding-right: 10px;
}

.search-menu-svgs {
  color: #626376;
  display: flex;
}

.search-menu-svgs svg {
  margin-right: 16px;
}

.impose-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(35, 38, 59, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.right-side-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  width: 52px;
  background-color: #1e2031;
  border-left: 1px solid #272a3a;
  color: #fff;
  display: none;
  cursor: pointer;
  z-index: 10;
}

.right-side-button svg {
  width: 22px;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.01);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.1);
}

.profile-menu-link.active {
  color: #1880ee;
}

.profile-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px;
}

.profile-settings {
  order: 1;
}

.profile-controls {
  order: 2;
}

textarea {
  font-family: 'Your Font', sans-serif;
}




.profile-img-field {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.profile-img-field:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 32px;
  z-index: 1;
  border-radius: 50%;
}




.profile-case-field:hover .profile-case {
  filter: brightness(50%);
}


.profile-case-field::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

.profile-case-field:hover::after {
  opacity: 1;
}

.profile-menu-link {
  position: relative;
}

.profile-menu-link.achieve {
  z-index: 5;
}


.pin-option {
  background-image: url('/svg/pin.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.delete-option {
  background-image: url('/svg/delete-left.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.rename-option {
  background-image: url('/svg/edit.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.link-option {
  background-image: url('/svg/link.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.mute-not-option {
  background-image: url('/svg/mute-not.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.block-user {
  background-image: url('/svg/block-user.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.messenger-option {
  background-image: url('/svg/messenger.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.archive-option {
  background-image: url('/svg/archive.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.report-option {
  background-image: url('/svg/report.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.delete-user-option {
  background-image: url('/svg/mistake.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.add-option {
  background-image: url('/svg/add-friend.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.unmute-option {
  background-image: url('/svg/unmute.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.mute-option {
  background-image: url('/svg/mute.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.call-option {
  background-image: url('/svg/call.svg');

  background-size: contain;

  background-repeat: no-repeat;

  padding-left: 20px;

}

.context-menu {
  position: absolute;
  background-color: #363539;
  border: 0.5px solid #0e0e0e;
  font-size: 12px;

  font-family: Arial, sans-serif;
  z-index: 1000;

}

.redirect-settings-btn {
  background-color: rgba(0, 0, 0, 0);
  color: #cacaca;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.context-menu div {
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  padding: 3px;
}

.context-menu div:hover {
  background-color: #4d4d4d;

}

main {
  width: 100vw;
  min-height: 100vh;
  background: #191927;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__imgUploader {
  width: 300px;
  text-align: center;
  padding-top: 30px;
}

.form__content.active .form__imgUploader {
  display: block;
}

.form__wrapper {
  position: relative;
  height: 300px;
  width: 100%;
  border: 2px dashed #8a8888;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
}

.form__wrapper_header {
  position: relative;
  height: 80px;
  width: 100%;
  border: 2px dashed #8a8888;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
}


.form__image {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__image,
.form__img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}

.formUploader__icon {
  font-size: 72px;
  padding-bottom: 15px;
}

.formUploader__text {
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
}

.formUploader__cancel,
.formUploader__icon {
  background: linear-gradient(135deg, #fdd269, #f24d77, #9f3dc8);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.formUploader__cancel {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  transform: translateY(-100%);
  opacity: 0;
  transition: all .3s ease;
}

.formUploader__fileName {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0 15px;
  background: linear-gradient(135deg, #fdd269, #f24d77, #9f3dc8);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transform: translateY(+100%);
  opacity: 0;
  transition: all .3s ease;
}

.form__wrapper.active:hover .formUploader__cancel,
.form__wrapper.active:hover .formUploader__fileName {
  transform: translateY(0);
  opacity: 1;
}

.form__wrapper:hover {
  border-color: #f24d77;
}

.form__wrapper.active {
  border: none;
}

.form__wrapper.active .formUploader__content {
  display: none;
}

.form__wrapper_header.active:hover .formUploader__cancel,
.form__wrapper_header.active:hover .formUploader__fileName {
  transform: translateY(0);
  opacity: 1;
}

.form__wrapper_header:hover {
  border-color: #f24d77;
}

.form__wrapper_header.active {
  border: none;
}

.form__wrapper_header.active .formUploader__content {
  display: none;
}

.formUploader__fileName p {
  width: 60%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.form__btn,
.customBtn {
  background: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

.customBtn {
  margin: 15px 0;
  background: linear-gradient(135deg, #fdd269, #f24d77, #9f3dc8);
  color: #fff;
}

.form__buttons {
  width: 300px;
  display: flex;
  justify-content: space-evenly;
}

.form__btn a {
  color: #000;
}

.form__btn:hover {
  background: #14a4ad;
  color: #fff;
}

.form__btn:focus {
  background: #14a4ad;
  color: #fff;
}

.form__btn:disabled {
  background: grey;
  color: #000;
  cursor: default;
}

.modal-avatar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);

}

.modal-avatar-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.form__btn.skipBtn {
  align-self: flex-start;
}

.tooltip {
  visibility: hidden;

  width: 150px;

  background-color: #434242;

  color: #fff;

  text-align: center;

  font-size: 12px;

  border-radius: 6px;

  padding: 5px;

  position: absolute;

  z-index: 1;

  bottom: 130%;

  left: 50%;

  transform: translateX(-50%);

  opacity: 0;

  transition: opacity 0.3s;

}

.verification-icon:hover .tooltip-verification {
  visibility: visible;

  opacity: 1;

}

.verification-icon {
  position: relative;

  display: inline-block;

}

.status-share.disabled {
  background-color: #ccc;
}

.source-news {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.source-news:hover .tooltip-source-news {
  visibility: visible;

  opacity: 1;

}

.tooltip-source-news {
  position: absolute;
  bottom: 140%;

  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3939;

  color: #fff;

  text-align: center;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px;
  z-index: 1;
  opacity: 0;

  transition: opacity 0.3s;

  width: 110px;

}

.source-news:hover svg {
  opacity: 0.8;

}


.iiii12:hover .tooltip-auth {
  visibility: visible;

  opacity: 1;

}

.tooltip-auth {
  position: absolute;
  bottom: 100%;

  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3939;

  color: #fff;

  text-align: center;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px;
  z-index: 1;
  opacity: 0;

  transition: opacity 0.3s;

  width: 160px;

}


input[type="date"],
input[type="datetime-local"] {
  color: white;

  background-color: rgba(51, 51, 51, 0);

  border: 1px solid rgba(51, 51, 51, 0);

  border-radius: 5px;

  padding: 8px;

}


input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);

}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  filter: invert(1);

}

.style-info-user {
  padding-left: 20px;
  margin-top: 20px;
}

.profile-info-cont {
  padding: 1px;
  margin-bottom: 10px;
}

.style-info-user span {
  padding-left: 7px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}


@media screen and (max-width: 900px) {
  .timescale {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .timescale-right {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .timescale-left {
    width: 100%;
  }
}


.list>li {
  display: none;
}

.list>li:nth-child(-n+30) {
  display: block;
}

.button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 26px;
  margin: 10px;
}

.scrapbook-action {
  margin-bottom: 0px;

}

.button-container .scrapbook-action {
  margin-right: 0px !important;
}

#rewardText img {
  vertical-align: middle;

  margin-top: -3px;

}

.button-delete-image {
  border: none;
  background: none;
  cursor: pointer;
}


.button-delete-image svg {
  width: 24px;

  height: 24px;


}


.button-delete-image:hover svg {
  fill: #ff0000;

}

.list li {
  display: flex;
  align-items: flex-start;

}

.list li img {
  flex-shrink: 0;

  margin-right: 10px;

}

.list li h4,
.list li p {
  margin: 0;

}

.img-att {
  float: left;
  margin-right: 10px;
}

.category {
  display: none;
}

.att-button {
  margin-top: 10px;
  font-weight: bold;
  background-color: #014895;

}

.att-button:hover {
  background-color: #003f83;
}


.burger-popup {

  position: absolute;
  top: 60px;
  right: 0;
  background: linear-gradient(to bottom right, #222230, #333333);
  border: 1px solid #333333;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  z-index: 100;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  overflow: hidden;
  color: #ffffff;
  transition: all 0.3s ease;
}

.account-user:hover .burger-popup {
  display: block;
}

.modal-settings-menu {
  padding: -5px;
  transition: background-color 0.3s ease;
}

.modal-settings-menu-item {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: all 0.3s ease;
}

.modal-settings-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.modal-settings-menu-item.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.modal-settings-menu-item:last-child {
  margin-bottom: 0;
}

.menu-icon {
  margin-right: 10px;
}



.notification-panel {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 240px;
  background-color: #222230;
  border: 1px solid #2e2e2e;
  border-radius: 5px;
  padding: 10px;
  color: #c9c6d7;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  z-index: 10;
}

.notification-category {
  margin-bottom: 15px;
}

.notification-link {
  text-decoration: none;
  color: #c9c6d7;
  display: flex;
  align-items: center;
}

.category-icon {
  margin-right: 10px;
  font-size: 18px;
}

.notification-badge {
  background-color: #3f51b5;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 50%;
  margin-left: 5px;
}

.notification-details {
  margin-left: 30px;
  font-size: 12px;
}

.scrapbook-action-nott {
  margin-top: 5px;
  font-size: 12px;
}


.notification-link:hover .category-icon {
  color: #fff;

}

.notification-link:hover .category-text {
  color: #fff;

}

.label-info {
  margin-bottom: 4px;
}

.all-user-forums {
  display: none;
}

.show-forum-button {
  background-color: #383b3d;

  color: #fff;

  border: none;

  padding: 4px 12px;

  margin-top: 20px;
  font-size: 12px;

  cursor: pointer;

  border-radius: 4px;

  transition: background-color 0.3s;

}

.show-forum-button:hover {
  background-color: #606568;

}


.context-menu {
  white-space: nowrap;

  overflow-x: auto;

  max-width: 100%;

}


.like-hidden {
  display: none;
}

.unlike-hidden {
  display: none;
}

#giftCounter {
  transform: translateX(-50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

  transition: opacity 0s, transform 0.5s;

  opacity: 0;

  transform: translateY(100%);

}

.presentStyle {
  background-color: #fc5537;
  font-weight: bold;
  transition: background-color 0.3s ease;

  animation-name: pulse;

  animation-duration: 1s;

  animation-iteration-count: infinite;

  animation-direction: alternate;

}

.search-menu {
  margin-right: 80px;
}

.upload-button {
  margin-left: auto;
}

.posting-box {
  display: block;
}

@keyframes pulse {
  0% {
    transform: scale(1);

  }

  50% {
    transform: scale(1.01);

  }

  100% {
    transform: scale(1);

  }
}

.presentStyle:hover {
  background-color: #FF0000;

  opacity: 0.8;

}

.info h4:hover {
  cursor: pointer;
}

.button-400px {
  margin-bottom: 10px;
}

.answer-panel:active {
  transform: translateY(0.5px);
}

.active-translate:active {
  transform: translateY(1px);
}

#people-post-yes {
  position: relative;
  top: 16px;
  left: -104px;
  opacity: 0;
}

#location-post-yes {
  position: relative;
  top: 16px;
  left: -83px;
  opacity: 0;
}

#source-post-yes {
  position: relative;
  top: 16px;
  left: -64px;
  opacity: 0;
}

@media screen and (max-width: 1320px) {
  .status-action {
    width: 16px;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1320px) {
  #people-post-yes {
    left: -276px !important;
  }

  #location-post-yes {
    left: -204px !important;
  }

  #source-post-yes {
    left: -118px !important;
  }
}

@media screen and (max-width: 1320px) {
  .tag-forum {
    width: auto !important;
    overflow: hidden;
    color: inherit !important;
    white-space: normal !important;
  }
}

@media screen and (max-width: 800px) {
  .tag-forum {
    width: 18px !important;
    overflow: hidden !important;
    color: transparent !important;
    white-space: nowrap !important;
  }
}


@media (max-width: 500px) {
  .tag-forum {
    display: inline-block;
    white-space: nowrap;
    margin-top: 15px;
  }

  .tag-forum span {
    display: none;

  }

  .tag-forum img {
    display: inline;

  }
}


#forum-tags {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .settings-chat-panel {
    margin-right: 130px !important;
  }

  #message-form {
    width: 70vw !important;
  }
}

@media screen and (min-width: 901px) {
  .posting-box {
    display: block !important;
  }
}

@media screen and (max-width: 820px) {
  .settings-chat-panel {
    margin-right: 180px !important;
  }

  .description-avatars {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 750px) {
  .overflow-hidden {
    display: none;
  }

  .status-btn {
    margin-right: 30px;
  }

  .settings-chat-panel {
    margin-right: 30px !important;
  }

  #message-form {
    padding: 5px !important;
    width: 86vw !important;
  }

  .p32ofc {
    display: ruby;
    position: relative;
    top: 20px;
  }

  .lweg5c {
    height: 110px;
  }

  .nb5g2d {
    bottom: 10px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1550px) {
  .p32ofc {
    display: ruby;
    position: relative;
    top: 20px;
  }

  .lweg5c {
    height: 110px;
  }
}

@media screen and (max-width: 710px) {
  .settings-chat-panel {
    margin-right: auto !important;
  }

  .settings-chat-panel {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 500px) {
  .settings-chat-panel {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 380px) {
  .settings-chat-panel {
    margin-left: 10px !important;
  }

  .back-panel {
    margin-left: -15px;
    margin-right: 5px;
  }
}

.ratingPopup {
  display: none;
  position: absolute;
  background-color: #353535;
  border: 0.1px solid #000000;
  padding: 3px;
  font-size: 14px;
  position: absolute;
  z-index: 2;
}

.link-register {
  color: #787878;
  text-decoration: none;
  font-weight: 700;
}

.link-register:hover {
  color: #969696;
  text-decoration: none;
  font-weight: 800;
}

.asq32c {
  margin-left: 25px;
  padding-bottom: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #272a3a;
}

.owiu5tf {
  margin-top: -15px;
  position: absolute;
  right: 20px;
}

.lwkoije5s {
  margin-top: 30px;
}

.owiue5e5 {
  width: 50px;
  position: absolute;
  right: 11px;
  margin-top: -5px;
}

.button-container .like-count {
  margin-left: 24px;
  margin-bottom: 15px;
}

.button-container .like-wrapper {
  height: 5px;
  margin-left: -22px;
}

@media screen and (max-width: 500px) {
  .status-menu {
    font-size: 14px;
  }

  .status-menu-item+.status-menu-item {
    margin-left: 0;
  }

  .status-menu-item-a+.status-menu-item-a {
    margin-left: 0;
  }

  body {
    font-size: 0.85em;
  }

  .for-mobile {
    display: block;
  }

  .no-mobile {
    display: none !important;
  }

  .no-mobile-game {
    display: none !important;
  }

  .messagesList {
    margin-left: -60px !important;
  }

  .margin-left {
    margin-left: -20px !important;
  }

  #message-form {
    width: 78vw !important;
  }

  .post-container {
    margin-top: -16px !important;
  }

  .panel-hid .profile-menu-link {
    width: -webkit-fill-available;
  }

  .eventing-box-cont {
    margin-bottom: 20px;
  }

  .kwe4f5 {
    padding: 0 100px;
  }

  .i8le34 {
    padding: 0 80px;
  }

  .boxing .status-menu {
    margin: 0 -20px;
  }

  .date-post {
    font-size: 12px;
  }

  .status-main .status-img {
    width: 38px;
    height: 38px;
  }

  #clickMenuInPost {
    margin-left: -10px;
  }

  .dk4d8d2 {
    margin-left: 35px;
  }

  .o4d2dq {
    padding: 20 0;
    overflow-x: hidden;
  }

  .o785v2d li {
    max-width: 80vw !important;
  }

  .lqwmd6 {
    max-width: 70vw !important;
  }

  .i4kd2d {
    padding: 0px 20px 10px !important;
  }

  .p3dwef {
    margin-top: -5px;
  }

  .lwekk45 {
    margin-top: -5px;
  }

  .q13dd2 {
    margin-top: -5px;
  }

  .twud23 {
    height: 25px !important;
    width: 25px !important;
    margin-right: 5px !important;
  }

  .l4lqdd {
    font-size: 12px !important;
    margin-bottom: 0px !important;
  }

  .o1d4ds {
    margin-left: -3px !important;
    margin-top: -3px !important;
  }

  .kke2dd {
    margin-bottom: 3px !important;
  }

  .mh3d2x_12 {
    font-size: 12px !important;
  }

  .mh3d2x_14 {
    font-size: 14px !important;
  }

  .mh3d2x_12 svg {
    height: 15px !important;
    width: 15px !important;
  }

  .mh3d2x_14 svg {
    height: 15px !important;
    width: 15px !important;
  }

  .af23wd {
    margin-top: 25px !important;
  }

  .l32lrs {
    padding: 0px !important;
  }

  .s12da3 {
    padding-left: 0px !important;
  }

  .quickview {
    grid-gap: 20px;
  }

  .quickview .quickview__item-total {
    font-size: 24px;
  }

  #dateTimeFormatForm {
    display: grid !important;
  }

  .j12dqd {
    margin-top: 5px;
    margin-left: 0px !important;
  }

  .mn12d4d {
    padding: 5px !important;
    padding-top: 20px !important;
  }

  .mn12d4d .timescale {
    margin-top: 10px !important;
  }

  .pler2d {
    padding: 0 !important;
  }

  #gender .profile-modal-1 {
    margin-top: 5px !important;
  }

  #languages .profile-modal-1 {
    margin-top: 5px !important;
  }

  .setting-group .profile-modal-1 {
    font-size: 12px !important;
  }

  .additional-categories .profile-modal-1 {
    font-size: 12px !important;
  }

  .warning-box {
    margin-left: 0px !important;
  }
}

.l4lqdd {
  font-size: 14px;
  margin-bottom: 3px;
}

.kke2dd {
  padding-bottom: 0px;
}

.lwef4f {
  margin-bottom: auto;
  height: 30px;
  width: 30px;
  margin-right: 15px;
}

.m3xwq3 {
  display: inline-block;
  margin-left: 95%;
  margin-top: -35px;
}

.o1d4ds {
  cursor: pointer;
}

#unlike-comment {
  cursor: pointer;
  display: none;
}

.j12dqd {
  margin-left: 5px;
}

.af23wd {
  display: flex;
  justify-content: center;
}

.warning-box {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  background-color: rgba(255, 255, 255, 0.02);

  border: 1px solid rgba(255, 255, 255, 0.05);

  border-radius: 4px;
  color: inherit;

  font-size: 11px;
  font-weight: normal;

  margin-left: 6px;
  margin-top: 5px;
}

.warning-box svg {
  margin-right: 4px;
  width: 14px;

  height: 14px;
  color: #a5a5a5;

  flex-shrink: 0;
}



@media screen and (min-width: 501px) {
  .for-mobile {
    display: none !important;
  }

  .g3ca3s {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .call-chat-panel {
    display: none !important;
  }

  .kwe4f5 {
    padding: 0 70px;
  }

  .i8le34 {
    padding: 0 50px;
  }

  .quickview {
    grid-gap: 10px !important;
  }

  .quickview .quickview__item-total {
    font-size: 20px !important;
  }

  .p23ld2 {
    display: none !important;
  }

  .main-header__welcome-title {
    font-size: 20px !important;
  }

  .main-header__welcome-subtitle {
    font-size: 13px !important;
  }

  .status-menu-item {
    padding: 10px 12.5px !important;
  }
}

@media screen and (max-width: 460px) {
  .friend-chat-panel {
    display: none !important;
  }

  .o785v2d {
    margin-left: -30px;
  }

  .input-field-option {
    width: 110px !important;
  }
}

@media screen and (max-width: 400px) {
  .button-400px {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 370px) {
  .button-400px {
    margin-right: 70px !important;
  }

  #chat-container #header-container {
    margin: 0 -13px !important;
  }
}

@media screen and (max-width: 335px) {
  .rating-chat-panel {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .verification-icon-text {
    margin-top: -5px;
  }

  .message-header img {
    width: 30px !important;
    height: 30px !important;
  }

  .message-date {
    font-size: 10px;
  }

  .message-username {
    font-size: 14px;
  }

  .message-role {
    font-size: 10px;
  }

  .i7vb4b {
    margin-bottom: 4px !important;
  }

  .comment-container {
    margin-left: 77% !important;
  }

  .ratingPopup {
    left: 0 !important;
  }
}

@media screen and (min-width: 700px) {
  .verification-icon-text {
    margin-top: -25px;
    margin-left: 5px;
    padding-top: 0px;
  }
}

.message {
  word-wrap: break-word;
  word-break: break-word;
}

@media screen and (min-width: 1650px) {
  .advertise-info {
    position: relative !important;
    margin-bottom: 15px !important;
  }
}

.right-search {
  margin-left: 35px;
  position: absolute;
  margin-bottom: 16px;
}

@media screen and (max-width: 1210px) {
  .impose-overlay.active {
    z-index: 3;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .settings-chat-panel {
    margin-right: 40px;
  }

  .right-search {
    position: static !important;
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 1210px) {
  .right-side-button {
    display: block;
    height: 43px;
    margin-top: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 1120px) {
  .left-side-button {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    height: 60px;
    background-color: rgba(39, 42, 58, 0.5);
    border: 0;
    padding: 0;
    line-height: 0;
    color: #fff;
    border-bottom: 1px solid #272a3a;
  }

  .left-side-button svg {
    transition: 0.2s;
    width: 24px;
  }

  .left-side-button svg:last-child {
    position: absolute;
    left: 50%;
    transform: translate(100%, -50%);
    top: 50%;
    opacity: 0;
  }

}

@media screen and (min-width: 1111px) and (max-width: 1380px) {
  .comment-container {
    margin-left: 77% !important;
  }
}

@media screen and (min-width: 1380px) and (max-width: 1500px) {
  .comment-container {
    margin-left: 80% !important;
  }
}


.comment-container {
  display: flex;
  margin-left: 87%;
  margin-top: -40px;
}


@media screen and (max-width: 1210px) {
  .right-side {
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s;
    height: 100%;
    transform: translateX(280px);
    z-index: 15;
  }

  .right-side.active {
    transform: translatex(0);
  }
}

@media screen and (max-width: 700px) {
  .profile-avatar {
    top: -25px;
    left: 50%;
    transform: translatex(-50%);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .profile-img {
    height: 100px;
    width: 100px;
  }

  .profile-name {
    margin: 5px 0;
  }

  .profile-menu {
    padding-left: 0;
    width: 100%;
    overflow: auto;

  }

  .profile-menu-link {
    padding: 16px;
    font-size: 15px;
  }
}


.profile-menu-link.santa {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: rgb(160, 59, 255);
  background: linear-gradient(90deg, rgba(75, 0, 130, 0.1), rgba(255, 105, 180, 0.1));

  background-size: 200% 200%;
  transition: background 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  border-bottom: 3px solid transparent;

}

.profile-menu-link.santa:hover {
  background: rgba(255, 100, 221, 0.15);
  border-bottom: 3px solid #d20df0;

}


@media (max-width: 500px) {
  .left-mort {
    order: 2 !important;

  }

  .right-mort {
    order: 1 !important;

    max-width: -webkit-fill-available !important;
  }

  .lweg5c {
    margin-top: 15px !important;
    text-align: center;
  }

  .pw12z0 {
    margin-left: -35px;
  }

  .mvr873 {
    margin-right: -20px;
  }

  .lf34sq {
    margin-left: -65px !important;
  }

  .hashtag-info-panel {
    font-size: 16px !important;
  }

  #hashtag-info-panel strong {
    margin-left: -10px !important;
  }

  .news-with-hashtag {
    font-size: 16px !important;
    margin-top: 18px !important;
    margin-right: -3 !important;
  }

  #upper-panel-hashtag h3 {
    margin: 18px 10px !important;
  }

  #upper-panel-hashtag {
    margin-left: 10px !important;
  }
}

.hashtag {
  color: #007bff;

  text-decoration: none;

  font-weight: bold;

}

.hashtag:hover {
  text-decoration: underline;

}

@media (max-width: 900px) {
  .left-mort {
    order: 2 !important;

  }

  .right-mort {
    order: 1 !important;

  }

  .oi34fs {
    margin-top: 25px !important;
  }
}

.button-container {
  user-select: none;
}


.hidden {
  display: none;
}


.input-field-option-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.input-field-option {
  background-color: #252532;
  border: 1px solid #555;
  border-radius: 4px;
  color: #ccc;
  padding: 0px 5px;
  font-size: 14px;
  width: 215px;
  margin-top: 3px;
  height: 30px;
  outline: none;
}

.confirm-option-button {
  padding: 8px 10px;
  margin-left: 4px;
  height: 30px;
  margin-top: 3px;
  background-color: #3d7d40;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.confirm-option-button:hover {
  background-color: #3b643c;
}

@media screen and (max-width: 768px) {
  .no-select-mobile {
    user-select: none;
  }

  .status-menu {
    justify-content: center;
  }
}

.no-select {
  user-select: none;
}

.copy-notification {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1000;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.copy-notification.show {
  opacity: 1;
}

.details-in-post {
  display: inline-flex;
  margin-top: 15px;
  align-items: center;
  gap: 20px;
  padding: 5px;
  padding-right: 10px;
  border-radius: 8px;
  background-color: #2a2e35a6;
}

.details-in-post div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.details-in-post svg {
  width: 16px;
  height: 16px;
}

.details-in-post a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #76c7c0;
  transition: color 0.3s ease;
}

.details-in-post a:hover {
  color: #a4ebf3;
}


.background-cont-search {
  width: 100%;
  height: 43px;
  position: sticky;
  background-color: #212436;
  top: -20px;
  margin-left: -20px;
  z-index: 3;
}

.back-panel {
  margin-left: 8px;
  position: fixed;
  top: 12px;
  cursor: pointer;
}




.notification-panel,
.burger-popup {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
}


.popup-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.popup-wrapper {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}

.popup-wrapper.active {
  display: block;
}

.popup-wrapper .notification-panel,
.popup-wrapper .burger-popup {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1000;
}


.popup-wrapper.active .notification-panel,
.popup-wrapper.active .burger-popup {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.account {
  position: relative;
  overflow: hidden;
}


.account .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(90, 200, 255, 0.15);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
  z-index: 1;
}

@keyframes ripple-animation {
  to {
    transform: scale(5);
    opacity: 0;
  }
}


.nav-menu,
.tab-link {
  position: relative;
  overflow: hidden;
}

.nav-menu .ripple,
.tab-link .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transform: scale(0);
  animation: ripple-nav 0.6s ease-out;
  pointer-events: none;
  z-index: 1;
}

@keyframes ripple-nav {
  to {
    transform: scale(3);
    opacity: 0;
  }
}

.nav-menu.active,
.tab-link.active {
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid #3399ff;
  padding-left: 12px;
}

.nav-menu,
.tab-link {
  transition: background 0.2s, color 0.2s;
}

.nav-menu,
.tab-link {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  margin-left: -10px;
  width: 110%;
  box-sizing: border-box;
  text-decoration: none;
  color: #ccc;
  transition: background 0.2s ease;
  border-radius: 6px;
}

.nav-menu:hover,
.tab-link:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}


.openEmojiPanel {
  cursor: pointer;
  display: inline-block;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.openEmojiPanel:hover {
  transform: translateY(-2px) rotate(-8deg);
  filter: drop-shadow(0 0 4px #4a6aff) brightness(1.2);
}

.openEmojiPanel.clicked {
  animation: clickPopEmoji 0.3s ease;
}

@keyframes clickPopEmoji {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3) rotate(5deg);
  }

  100% {
    transform: scale(1);
  }
}


.upload-button {
  cursor: pointer;
  display: inline-block;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.upload-button:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 4px #4a6aff);
}

.upload-button:hover svg {
  animation: pulse 0.6s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}