/* ------------------------
   IBM Plex Mono (Primary)
   ------------------------ */
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/static/fonts/ibm-plex-mono/IBMPlexMono-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/static/fonts/ibm-plex-mono/IBMPlexMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/static/fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/static/fonts/ibm-plex-mono/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/static/fonts/ibm-plex-mono/IBMPlexMono-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/static/fonts/ibm-plex-mono/IBMPlexMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* ------------------------
   Plus Jakarta Sans (Secondary)
   ------------------------ */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/static/fonts/pjs/PlusJakartaSans-Variable.ttf") format("ttf-variations");
  font-weight: 200 800;
  font-display: swap;
}
/* ------------------------
   Source Sans Pro (Logo)
   ------------------------ */
@font-face {
  font-family: "Source Sans 3";
  src: url("/static/fonts/source_sans_3/static/SourceSans3-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------
   SCSS Variables
   ------------------------ */
@keyframes shiny_btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  91% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  92% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
html {
  font-size: 100%;
  box-sizing: border-box;
  background-color: #F5F4EF;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-size: 21px;
}

#nav, #nav a {
  z-index: 99;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0;
}

*, *::before, *::after {
  box-sizing: inherit;
}

a, a:visited, a:hover {
  text-decoration: none;
}

button, input, select, textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
}

button {
  cursor: pointer;
}

@media (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (max-width: 39.9375em) {
  .block-for-mobile {
    display: block !important;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

.make_visible {
  opacity: 1 !important;
}

.small_btn {
  z-index: 1;
  position: absolute;
  display: flex;
  width: 2rem;
  height: 1.5rem;
  margin: 0;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  border-radius: 10rem;
  cursor: pointer;
  border: none;
  color: #F5F4EF;
  font-weight: 450;
  font-size: 0.875rem;
  backdrop-filter: blur(2px);
  overflow: hidden;
  background: radial-gradient(circle at 60% 60%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 65%), linear-gradient(130deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(310deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
  transition: all 0.2s ease-in-out;
}
.small_btn:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  width: 141.42%;
  height: 141.42%;
  left: -20.71%;
  top: -20.71%;
  z-index: 0; /* behind the image */
  background: radial-gradient(circle at 60% 60%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0) 70%), linear-gradient(130deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(310deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
  backdrop-filter: blur(4px); /* glassiness */
  animation: spin 3s linear infinite;
  transform-origin: center;
}
.small_btn > img {
  height: 1em;
  z-index: 1;
}

.btn {
  border: none;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  display: flex;
  justify-content: center;
  position: relative;
  width: 9rem;
  height: 3rem;
  margin: 1.4rem;
  color: #F5F4EF;
  text-align: center;
  line-height: 3rem;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(160deg, #789bf4, #a1f8eb);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 30px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 30px 0px rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s ease;
}
.btn:hover {
  color: #F5F4EF;
  background: linear-gradient(-20deg, #789bf4, #a1f8eb);
}
.btn:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn:active {
  top: 2px;
}

.form {
  max-width: 30rem;
  border-radius: 10px;
  padding: 2rem 3rem;
  text-align: center;
  line-height: 2rem;
  background: rgba(240, 240, 240, 0.8);
  backdrop-filter: blur(6px);
}

#nav {
  font-family: "IBM Plex Mono", monospace !important;
  background: #1D1D1F;
  display: flex;
  position: fixed;
  height: 2rem;
  width: 100vw;
  left: 0;
  padding: 0.2rem;
  border-radius: 10px;
  border: 1px;
  justify-content: center;
  align-items: center;
  bottom: 0.2rem;
  font-size: 16px;
}
#nav > :first-child {
  position: relative;
  left: 1rem;
  margin-right: 0.4rem;
  display: flex;
}
#nav > a > img {
  height: 1rem;
}

#logout {
  position: relative;
  right: 1rem;
  margin-left: 0.4rem;
  height: 100%;
}
#logout > button {
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#logout > button > img {
  height: 80%;
}

#nav_bar {
  overflow-x: scroll;
  width: 90%;
  margin: 0 5%;
  display: flex;
  gap: 5.5rem;
  align-items: center;
  white-space: nowrap;
  scrollbar-width: none;
}
#nav_bar > :first-child {
  margin-left: 3rem;
}
#nav_bar > :last-child {
  margin-right: 3rem;
}
#nav_bar > a {
  color: #F5F4EF;
  margin: auto;
}
#nav_bar > a > img {
  height: 1rem;
}

#nav_bar::-webkit-scrollbar {
  display: none;
}

.header {
  background: rgba(140, 140, 140, 0.2);
}

.fade_in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.fade_in.show {
  opacity: 1 !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  opacity: 1;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  transition: opacity 0.2s ease;
}

.tooltip .tooltip_info {
  position: absolute;
  visibility: hidden;
  width: max-content;
  max-width: 200px;
  background-color: rgb(240, 240, 240);
  color: #1D1D1F;
  text-align: left;
  padding: 6px 10px;
  border-radius: 5px;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  font-size: 11px;
  white-space: normal;
}

.tooltip:hover .tooltip_info {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltip_info::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

#logo_div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
  width: 4rem;
  border-radius: 15px;
  right: 0.2rem;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  backdrop-filter: blur(10px);
}
#logo_div > img {
  height: 2rem;
}

#index_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease;
  height: 100vh;
  width: 100vw;
  justify-content: start;
  position: relative;
}

#index_buttons {
  position: absolute;
  z-index: 20;
  top: 50vh;
  transition: opacity 0.5s ease;
}

#form_div {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  align-items: center;
  justify-content: start;
  padding-bottom: 3rem;
}

#index_logo {
  position: relative;
  margin-top: 14vh;
  height: 28vh;
  width: 14rem;
  min-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(240, 240, 240, 0.8);
  backdrop-filter: blur(6px);
  border-radius: 10px;
}
#index_logo > img {
  height: 90%;
}

#index_logo.add_form {
  transition: all 0.5s ease;
  height: 18vh;
}

.index_form {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 20vh;
  padding: 0 1rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
  align-items: center;
  width: 14rem;
}
.index_form > input {
  padding: 0.4rem;
  border-radius: 4px;
  width: 10rem;
  height: 1.6rem;
  background: rgba(140, 140, 140, 0.4);
}
.index_form > input::placeholder {
  color: rgba(40, 40, 40, 0.8);
}
.index_form > * {
  margin-top: 1.2rem;
}

.center {
  top: unset;
}

.show {
  display: flex !important;
}

.index_btn.centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.index_switch {
  font-size: 14px;
  height: fit-content;
}
.index_switch > p {
  line-height: 1;
  align-items: end;
  justify-content: end;
}
> .index_switch:last-child {
  font-size: 12px;
}
.index_switch:hover {
  cursor: pointer;
}

.switchy_bitchy {
  font-weight: 600;
}

#error_div {
  background: rgba(220, 220, 220, 0.9);
  flex-direction: column;
  opacity: 0;
  border-radius: 3px;
  font-size: 11px;
  z-index: 10;
  position: absolute;
  padding: 10px;
  top: 4rem;
  align-items: center;
  justify-content: center;
}
#error_div > p {
  color: red;
}

#terms_and_conditions {
  font-size: 14px;
  max-width: 20rem;
}
#terms_and_conditions > h1 {
  font-size: 20px;
}
#terms_and_conditions > h2 {
  font-size: 16px;
}

/* overlay + centering */
.loading_overlay {
  position: fixed;
  inset: 0;
  display: flex; /* works with your .show */
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04); /* subtle dim */
  backdrop-filter: blur(2px); /* optional: softens background */
  z-index: 9999;
}

/* the spinner */
.loading {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #e5e7eb; /* light gray ring */
  border-top-color: #111; /* dark gray/black accent */
  animation: spin 0.8s linear infinite;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
}

/* size modifiers (optional) */
.loading.sm {
  width: 36px;
  height: 36px;
}

.loading.lg {
  width: 72px;
  height: 72px;
}

/* motion preference */
@media (prefers-reduced-motion: reduce) {
  .loading {
    animation-duration: 2s;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* accessibility helper for the live text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#settings_wrapper {
  position: relative;
  height: 100vh;
  width: 100vw;
  margin-bottom: 20vh;
  overflow: scroll;
}

#feed_bar {
  z-index: 99;
  display: flex;
  position: fixed;
  width: 98vw;
  height: 2.6rem;
  padding: 0.2rem;
  top: 0.4rem;
  justify-content: center;
  align-items: center;
  bottom: 0.5px;
  font-size: 16px;
  border-radius: 20px;
  transition: all 0.4s ease;
  gap: 0.2rem;
  opacity: 0;
}
#feed_bar > a {
  cursor: pointer;
  border-radius: 10px;
  width: 28vw;
  max-width: 20.9rem;
  height: 90%;
  color: #F5F4EF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s ease;
  transition: box-shadow 0.2s ease;
  backdrop-filter: blur(10px);
  overflow: hidden;
}
#feed_bar > a > :first-child {
  border-radius: 10px;
  position: absolute;
  background: rgba(40, 40, 40, 0.8);
  height: 100%;
  width: 100%;
  transition: left 0.3s ease-in-out;
}
#feed_bar > a > img {
  z-index: 5;
  height: 1rem;
}

#feed_bar::after {
  bottom: -0.3rem;
}

.keyboard_swap_has {
  left: 0 !important;
}

.keyboard_swap_hasnot {
  left: 40vw !important;
}

.market_swap {
  left: 0;
}

.keyboard_swap {
  left: 0;
}

.market_swap_has {
  left: 0 !important;
}

.market_swap_hasnot {
  left: -40vw !important;
}

#exit_btn {
  z-index: 100;
  top: 4rem;
}
#exit_btn > img {
  rotate: 45deg;
}

#add_post_btn {
  z-index: 9;
  position: fixed;
  top: 2.6rem;
}
#add_post_btn > div {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease;
  height: 100%;
  width: 100%;
  background: rgba(200, 200, 200, 0.8);
}

.user_profile_btn {
  position: relative;
  left: 3rem;
}
.user_profile_btn > img {
  height: 0.9rem !important;
}

#img_wrapper {
  z-index: 3;
  top: 15vh;
  position: fixed;
  left: -80vw;
  width: 60vw;
  height: 55vh;
  background: transparent;
  display: flex;
  justify-content: center;
  transition: left 0.5s ease;
  opacity: 0;
  border-radius: 10px;
  border: 0.5px solid #dcdcde;
  background-color: rgba(240, 240, 240, 0.2);
  backdrop-filter: blur(10px);
}

#add_post_img {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 100vh;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#img_wrapper.move_in {
  opacity: 1;
  left: 10vw;
}

#img_wrapper.move_out {
  left: -80vw;
  opacity: 0;
}

.prev_button {
  display: none;
  position: absolute;
  left: 0.5rem;
  width: 40%;
  height: 60%;
  background: transparent;
  border: none;
  z-index: 2;
}

.next_button {
  z-index: 1;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  right: 0.5rem;
  width: 30%;
  height: 60%;
  background: transparent;
  border: none;
}

#add_post_next_img {
  position: absolute;
  right: 0.5rem;
}

.img_warning {
  z-index: 3;
  position: absolute;
  padding: 10px;
  border-radius: 8px;
  background: rgba(240, 240, 240, 0.8);
  backdrop-filter: blur(10);
  color: red;
}

#add_post_bin {
  z-index: 3;
  display: block;
  position: fixed;
  bottom: 2vh;
  right: 1rem;
  width: 20px;
  border-radius: 4px;
  background: rgba(196, 196, 196, 0.419);
  backdrop-filter: blur(20px);
}
#add_post_bin:hover {
  background: rgba(218, 218, 218, 0.4588235294);
}

#slide_show {
  border-radius: 8px;
  max-height: 100%;
  overflow: hidden;
}

#info_wrapper {
  top: 15vh;
  position: fixed;
  right: -80vw;
  width: 19vw;
  height: 55vh;
  background: transparent;
  opacity: 0;
  transition: right 0.5s ease;
  z-index: 1;
  display: flex;
}

#add_post_info {
  z-index: 3;
  position: relative;
  border-radius: 10px;
  border: solid 0.4px #888;
  width: 100%;
  max-width: 60vh;
  height: 100%;
  background: rgba(200, 200, 200, 0.8);
  backdrop-filter: blur(20px);
  overflow: scroll;
}
#add_post_info::-webkit-scrollbar {
  display: none;
}
#add_post_info {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#info_wrapper.move_in {
  right: 9vw;
  opacity: 1;
}

#info_wrapper.move_out {
  right: -80vw;
  opacity: 0;
}

.info_table {
  position: relative;
  height: 65%;
  width: 100%;
  display: flex;
  line-height: 1;
  font-size: 16px;
  margin-top: 1rem;
}

.add_post_line {
  margin: 0 3%;
  transition: height 0.4s ease;
}

.info_product {
  position: relative;
  width: 50%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
}

.label_product {
  width: 50%;
  height: 100%;
  margin-right: 0;
  line-height: 130%;
  font-size: 16px;
}
.label_product > p {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
.label_product > :last-child {
  margin-top: -2rem;
  padding-bottom: 2rem;
}

#p_category {
  border-radius: 8px;
}

.for_sale {
  padding-top: 1.5rem;
}

#for_sale_add_post {
  padding-bottom: 2rem !important;
}

.info_product_item {
  height: 20.8px;
  width: 90%;
  max-width: 6rem;
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 100%;
  background: transparent;
  border: none;
  border-radius: 8px;
  padding-right: 8px;
  text-align: right;
  margin-left: auto;
  font-family: "IBM Plex Mono", monospace;
  transition: border 0.8s ease;
  transition: opacity 0.2s ease;
}

.checkbox {
  margin-right: 0.2rem;
  width: 16px;
  margin-top: 5px;
}

.number_input::-webkit-inner-spin-button, .number_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number_input {
  -moz-appearance: textfield;
}

#price_tag {
  margin-right: 0;
  padding-right: 0;
}

input, textarea, select {
  font-size: 16px;
  outline-width: 0;
  border: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  font-size: 16px;
}

.select_item {
  margin-top: 0.5rem;
}

#clear_div {
  margin-top: 0.8rem;
  height: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#add_post_descr {
  z-index: 3;
  position: fixed;
  border-radius: 10px;
  bottom: -22vh;
  right: 10vw;
  width: 80vw;
  height: 20vh;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

#add_post_descr.move_in {
  transform: translateY(-30vh);
}

#add_post_descr.move_out {
  transition: all 0.5s ease;
  opacity: 0;
}

.description {
  font-family: "IBM Plex Mono", monospace;
  background: transparent;
  resize: none;
  padding: 14px;
}

#description {
  width: 90%;
  height: 17vh;
  border-radius: 6px;
  margin-right: 0.5rem;
  border: solid 0.4px #888;
  padding: 14px;
  background: rgba(200, 200, 200, 0.8);
  backdrop-filter: blur(20px);
}

#submit_post {
  right: 2.5rem;
  background: linear-gradient(160deg, #789bf4, #a1f8eb);
  height: 84%;
  width: 6vh;
  display: flex;
  border-radius: 6px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform-origin: bottom left;
  transition: transform 0.5s ease;
}
#submit_post:hover {
  background: linear-gradient(-20deg, #789bf4, #a1f8eb);
}
#submit_post:before {
  position: relative;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 0.8rem;
  height: 100%;
  background-color: rgb(255, 255, 255);
  animation: shiny_btn 5s ease-in-out infinite;
}

.submit_image {
  position: relative;
  width: 5vh;
  height: 40%;
  left: -0.4rem;
}

#keyboard_div {
  height: 100vh;
  width: 100vw;
  min-width: 100vw;
  display: grid;
  place-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 0.2s ease;
  flex-direction: column;
}
#keyboard_div::-webkit-scrollbar {
  display: none;
}
#keyboard_div {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.post_wrapper {
  position: relative;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 17rem;
  margin-top: 4rem;
  transition: top 0.5s ease-in-out;
  transition: opacity 0.4s ease;
}

.last_one {
  margin-bottom: 8rem;
}

.flip > .front,
.flip > .back {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  opacity: 0;
  transform: rotateY(-180deg);
}
.flip.flip > .back {
  transform: rotateX(-180deg);
}

.post_div {
  position: relative;
  display: flex;
  background: rgba(240, 240, 240, 0.4);
  height: 100%;
  width: 42rem;
  max-width: 85%;
  border-radius: 10px;
  box-shadow: 0 5px 20px 5px rgba(53, 53, 53, 0.419);
  justify-content: center;
  align-items: center;
  padding: 0.4rem;
}

.delete_field {
  z-index: 3;
  position: absolute;
  background: #F5F4EF;
  display: flex;
  flex-direction: column;
}

.delete_dec {
  margin-top: 1.2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.delete_dec > :first-child {
  color: red;
  z-index: 999;
}
.delete_dec > :first-child:hover {
  color: #F5F4EF;
}
.delete_dec > :first-child:hover:after {
  z-index: -1;
  color: #F5F4EF;
  background: red;
}
.post_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  overflow: hidden;
}

.descr_button {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 25%;
  padding-top: 0;
  top: 0;
  background: transparent;
  border: none;
  z-index: 2;
  transition: padding-top 0.4s ease;
}
.descr_button > img {
  rotate: -90deg;
}

.post_descr_div {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(196, 196, 196, 0.2);
  backdrop-filter: blur(10px);
  transition: top 0.4s ease;
  border-radius: 10px;
}
.post_descr_div > :first-child {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 2rem;
  width: 90%;
  height: 70%;
  align-content: start;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  overflow-y: scroll;
}
.post_descr_div > :first-child::-webkit-scrollbar {
  display: none;
}
.post_descr_div > :first-child {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.post_slide_show {
  width: 100%;
  height: 100%;
  position: relative;
}

.post_info {
  position: relative;
  width: 25%;
  min-width: 8rem;
  height: 100%;
  padding-left: 0.4rem;
  font-size: 16px;
  border-radius: 10px;
}

.tablet_post_info {
  position: absolute;
  flex-direction: column;
  background: rgb(240, 240, 240);
  width: 30%;
  height: 16.2rem;
  top: 0;
  right: 0.4rem;
  border-radius: 8px;
  opacity: 0;
  transition: right 0.4s ease;
  margin-top: 0.4rem;
}

.span_info {
  margin-top: 0.2rem;
  position: relative;
  width: 100%;
  height: 85%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.span_info::-webkit-scrollbar {
  display: none;
}

.info_wrapper {
  font-size: 13px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 0.2rem;
  border-radius: 8px;
  overflow: hidden;
}

#post_info_product_name {
  position: relative;
  width: 80%;
  height: 1.2rem;
  padding: 2px 0;
  text-align: left;
  padding-left: 0.4rem;
  margin: 0;
  border-radius: 6px;
  background: linear-gradient(160deg, #789bf4, #a1f8eb);
  color: #F5F4EF;
}

.post_info_product {
  color: #595a5a;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  text-align: left;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-left: 0.4rem;
}
.post_info_product > :first-child {
  margin-top: 8px;
}
.post_info_product > p {
  height: 16.55px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  text-align: left;
  margin-left: auto;
  font-family: "IBM Plex Mono", monospace;
  transition: border 0.8s ease;
}
.post_info_product {
  scrollbar-width: none;
}

.post_info_product::-webkit-scrollbar {
  display: none;
}

.post_label_product {
  color: #1D1D1F;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 6px;
  padding-right: 0.2rem;
  white-space: nowrap;
  background: rgba(140, 140, 140, 0.1);
}
.post_label_product > p {
  height: 16.55px;
  padding: 0 6px;
  margin-top: 0;
  margin-bottom: 12px;
  border-radius: 2px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.post_label_product > :first-child {
  margin-top: 8px;
}
.post_label_product {
  scrollbar-width: none;
}

.post_label_product::-webkit-scrollbar {
  display: none;
}

.post_line {
  height: 11rem;
  margin: 0 3%;
  margin-top: 1.9rem;
}

.post_sale_line {
  height: 12.2rem;
  margin: 0 3%;
  margin-top: 1.5rem;
}

.post_stamp {
  height: 15%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 1.1rem;
  border-radius: 10px;
}

.profile_btn {
  margin-right: 0.4rem;
}
.profile_btn:hover {
  color: #F5F4EF;
}
.profile_btn:hover:after {
  background: rgba(40, 40, 40, 0.8);
}

.post_btn {
  display: inline-block;
  position: relative;
  background: rgba(240, 240, 240, 0.8);
  font-size: 16px;
  color: #000;
  padding: 2px 6px;
  width: 6rem;
  height: 1.3rem;
  margin-bottom: 0;
  border: none;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.post_btn:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s ease;
}
.post_btn:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.post_btn:active {
  top: 2px;
}

.edit_btn {
  width: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
}
.edit_btn > img {
  height: 0.8rem;
}

.edit_input {
  text-align: left;
  padding: 0;
  padding-right: 2rem;
  height: 16.55px;
  width: fit-content;
  max-width: initial;
  line-height: 16.55px;
  font-size: 13px;
  color: red;
  font-family: inherit;
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-left: 0;
  margin-bottom: 12px;
}
.edit_input:focus {
  font-size: 13px;
  line-height: 16.55px;
  padding: 0;
  height: 16.55px;
}

.edit_input::placeholder {
  font-size: 13px;
  color: red;
}

.edit_checkbox {
  width: 1em;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

.edit_price {
  background: none;
}

.edit_descr_wrapper {
  margin-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  width: 90%;
}

.edit_descr {
  border: solid 2px red;
  border-radius: 8px;
  text-align: center;
  height: fit-content;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.edit_bin {
  z-index: 1;
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  width: 25px;
  border-radius: 4px;
  background: rgba(240, 240, 240, 0.2);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.edit_btn {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  display: flex;
  flex-direction: row;
}

.like_div {
  position: absolute;
  right: 0.8rem;
  display: flex;
  flex-direction: row;
}

.like_btn {
  border: none;
  background: transparent;
  margin-left: 0.2rem;
}

.heart_me {
  display: flex;
  height: 0.8rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.hearted {
  display: flex;
  height: 0.8rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.own_heart {
  align-self: center;
  padding: 0 0.4rem;
}

.delete_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: red;
}
.delete_btn:hover {
  color: #F5F4EF;
}
.delete_btn:hover:after {
  background: red;
}

.post_date {
  position: relative;
  bottom: -1.8rem;
  right: -0.4rem;
  padding-top: 1.5vh;
  margin-right: 1rem;
  text-align: right;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.post_chat_btn {
  position: absolute;
  rotate: 0deg;
  opacity: 1;
  transition: opacity 0.4s ease;
  display: flex;
  margin-top: 9.6rem;
  margin-left: 45.5rem;
  background: linear-gradient(160deg, #789bf4, #a1f8eb);
  height: 40%;
  width: 2.4rem;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.post_chat_btn:hover {
  background: linear-gradient(-20deg, #789bf4, #a1f8eb);
}
.post_chat_btn:hover > img {
  transition: left 0.4s ease;
  left: 0.2rem;
}
.post_chat_btn:before {
  position: relative;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 0.8rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.624);
  animation: shiny_btn 5s ease-in-out infinite;
}
.post_chat_btn > img {
  position: relative;
  height: 40%;
  width: 1.8rem;
  transition: left 0.4s ease;
  left: -0.3rem;
}

.mobile_post_chat_btn {
  rotate: 90deg;
  left: -20%;
  bottom: -4rem;
  width: 2rem;
  margin-left: 90vw;
}

.comment_section {
  position: absolute;
  z-index: 200;
  display: none;
  flex-direction: column-reverse;
  bottom: 1.8rem;
  margin-bottom: 0.8rem;
  width: 42rem;
  height: 30vh;
  min-height: 3rem;
  max-height: 95%;
  opacity: 0;
  transition: opacity 0.4s ease;
  border: none;
  border-radius: 8px;
  box-shadow: 0 5px 20px 5px rgba(53, 53, 53, 0.419);
  background: rgba(140, 140, 140, 0.2);
  backdrop-filter: blur(10px);
  overflow-y: hidden;
}

.comment_wrapper {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  width: 100%;
  background: transparent;
}

.comment_section_2 {
  font-size: 16px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow-y: scroll;
  padding-bottom: 1rem;
  scrollbar-width: none;
}

.comment_section_2::-webkit-scrollbar {
  display: none;
}

.comment_area {
  display: flex;
  width: 100%;
  border: none;
  background: transparent;
  align-items: flex-end;
  transition: height 0.4s ease;
}
.comment_area > :first-child {
  z-index: 3;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  padding-top: 0.4rem;
  padding-left: 12px;
  padding-right: 6px;
  margin-bottom: 0.15rem;
  margin-left: 0.15rem;
  border: none;
  resize: none;
  width: 85%;
  height: auto;
  min-height: 61.4px;
  overflow: hidden;
  background: rgba(140, 140, 140, 0.4);
  border-radius: 10px;
  color: #F5F4EF;
}
.comment_area > ::placeholder {
  color: #F5F4EF;
}

.resizer {
  z-index: 3;
  position: absolute;
  top: 0;
  height: 8px;
  width: 100%;
  background: #dcdcde;
  cursor: row-resize;
  transition: background 0.2s ease;
}

.submit_comment {
  height: 51px;
  width: 15%;
  max-width: 6rem;
  display: flex;
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0.42rem;
  margin-left: 0.5%;
  margin-right: 0.4rem;
  cursor: pointer;
  background: linear-gradient(160deg, #789bf4, #a1f8eb);
}
.submit_comment:hover {
  background: linear-gradient(-20deg, #789bf4, #a1f8eb);
}
.submit_comment:hover > img {
  left: 10%;
}
.submit_comment:after {
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 30px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 30px 0px rgba(0, 0, 0, 0.0666666667);
}
.submit_comment > img {
  position: relative;
  left: -20%;
  transition: left 0.4s ease;
  height: 90%;
}

.comment_center {
  width: 100%;
  display: flex;
  text-align: center;
}

.comment_table {
  font-size: 18px;
  width: 100%;
}
.comment_table:first-child {
  width: 100%;
}

.comment_elem {
  height: fit-content;
  width: 96%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-top: 1.2rem;
  margin-left: 2%;
  margin-right: 2%;
}

.own_comment > :last-child > :first-child {
  background-color: rgba(210, 240, 220, 0.8);
}

.owned_by_comment > :last-child > :first-child {
  background: rgba(220, 200, 240, 0.8);
}

.comment_info {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 85%;
  height: fit-content;
}

.comment_user {
  position: absolute;
  left: -0.2rem;
  bottom: -0.7rem;
  color: #1D1D1F;
}

.comment_date_desktop {
  position: relative;
  left: 2%;
  width: 15%;
  padding: 0;
  font-size: 12px;
  text-align: end;
  white-space: nowrap;
  margin: 0;
  padding-top: 0.4rem;
}

.comment_date_tablet {
  position: absolute;
  right: 1.2rem;
  bottom: -0.6rem;
  width: 15%;
  padding: 0;
  font-size: 12px;
  text-align: end;
  white-space: nowrap;
  margin: 0;
  padding-top: 0.4rem;
}

.comment_edit {
  position: absolute;
  right: 0;
  top: 0.4rem;
  transform: rotate(90deg);
  transform-origin: center;
  transition: letter-spacing 0.4s ease;
}
.comment_edit:hover {
  letter-spacing: 2px;
  cursor: pointer;
}
.comment_edit {
  user-select: none; /* Standard */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Old IE/Edge */
}

.comment_edit_submit {
  position: absolute;
  opacity: 0;
  top: 0.1rem;
  right: 1.6rem;
  width: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
  transition: opacity 0.2s ease;
}
.comment_edit_submit > img {
  height: 0.8rem;
}

.comment_delete_submit {
  position: absolute;
  opacity: 0;
  top: 0.1rem;
  right: 1.6rem;
  width: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
  transition: opacity 0.2s ease;
}
.comment_delete_submit > img {
  height: 0.8rem;
}

.comment_edit_div {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 1.6rem;
  top: -0.1rem;
  width: 2.8rem;
  height: fit-content;
  font-size: 12px;
  border-radius: 6px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(200, 200, 200, 0.8);
}
.comment_edit_div > label {
  padding: 2px 0;
}
.comment_edit_div > label:hover {
  border-radius: 6px;
  background: rgba(140, 140, 140, 0.2);
}

.comment_content {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 4px 10px;
  width: fit-content;
  max-width: 85%;
  height: 100%;
  margin: 0;
  color: #1D1D1F;
  background: rgba(200, 200, 200, 0.8);
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.2s ease;
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.edit_comment_input {
  font-family: inherit;
  padding: 4px 10px;
  width: fit-content;
  max-width: 85%;
  height: fit-content;
  margin: 0;
  color: #1D1D1F;
  background: rgba(220, 200, 240, 0.8);
  line-height: 1.3;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
  border: none;
  resize: none;
}
.edit_comment_input {
  scrollbar-width: 0;
}
.edit_comment_input::-webkit-scrollbar {
  display: none;
}

.spinner {
  position: fixed;
  width: 40vw;
  left: 30vw;
  bottom: 2.4rem;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-top: 1rem;
}

.dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #888;
  border-radius: 50%;
  animation: bounce 1.4s infinite;
}

.dot1 {
  animation-delay: 0s;
}

.dot2 {
  animation-delay: 0.2s;
}

.dot3 {
  animation-delay: 0.4s;
}

.first_one {
  margin-top: 6.5rem;
}

.only_one {
  margin: 0 !important;
}

#search_div {
  z-index: 201;
  position: fixed;
  width: 6rem;
  height: 70%;
  top: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -4rem;
  border-radius: 0px 10px 10px 0;
  background-color: rgba(240, 240, 240, 0.4);
  backdrop-filter: blur(10px);
  transition: left 0.4s ease;
}

#search_input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10%;
  width: 33%;
  height: 100%;
}

#search_info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 67%;
  height: 100%;
}

.search_label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 48px;
  border-radius: 20px;
  background: rgba(140, 140, 140, 0.4);
  opacity: 1;
  transition: background 0.4s ease;
  transition: opacity 0.4s ease;
}
.search_label > label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
}
.search_label > label > img {
  width: 21px;
}
.search_label > label:hover {
  background: rgba(40, 40, 40, 0.8);
}
.search_label > input {
  text-align: right;
  transition: opacity 0.4s ease;
  width: 3.8rem;
  position: absolute;
  left: -4rem;
  top: 30%;
  background: transparent;
  border-radius: 8px;
  border: none;
  color: #595a5a;
  font-size: 14px;
}
.search_label:hover {
  background: rgba(40, 40, 40, 0.8);
}

#product_div {
  top: 0.4rem;
}

#brand_div {
  top: 3.4rem;
}

#category_div {
  top: 6.4rem;
}

#search_category {
  position: relative;
  width: 3.4rem;
  border: none;
  border-radius: 10px;
  background: rgba(140, 140, 140, 0.4);
  left: -2.8rem;
  color: #F5F4EF;
  font-size: 14px;
}

#category_label {
  position: inherit;
}

.category_specific_div {
  top: 9.4rem;
}

.search_category_specific {
  position: relative;
  width: 3.4rem;
  border: none;
  border-radius: 10px;
  background: rgba(140, 140, 140, 0.4);
  left: -2.8rem;
  color: #F5F4EF;
  font-size: 14px;
}

.category_specific_label {
  position: inherit;
}

#for_sale_div {
  top: 9.4rem;
}

#profile_div_sidebar {
  bottom: 0.4rem;
}

#profile_search_div {
  position: relative;
  top: 7rem;
  display: flex;
  flex-direction: column;
  width: 60%;
  height: 80%;
  background: rgba(140, 140, 140, 0.2);
  border-radius: 8px;
  padding: 1.4rem;
  overflow: hidden;
}

.search_profile_wrapper {
  margin-bottom: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.4rem;
  white-space: nowrap;
}
.search_profile_wrapper > p {
  width: 6rem;
}

.search_profile_wrapper::-webkit-scrollbar {
  display: none;
}

.profile_picture_stack {
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}
.profile_picture_stack > img {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}

.search_profile_btn {
  min-width: 5.5rem;
  overflow: hidden;
}
.search_profile_btn:hover {
  color: #F5F4EF;
}
.search_profile_btn:hover:after {
  background: rgba(40, 40, 40, 0.8);
}

.search_profile_stat {
  font-size: 14px;
  padding: 0 1.4rem;
  align-self: center;
}
.search_profile_stat:last-child {
  padding: 0 0.4rem;
  font-size: 12px;
}

.profile_card_info {
  margin-left: 1rem;
  position: relative;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

#x_btn {
  z-index: 3;
}

#profile_chat {
  z-index: 3;
  position: fixed;
  width: 80%;
  height: 70%;
  top: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -80%;
  border-radius: 10px;
  background-color: rgba(140, 140, 140, 0.2);
  backdrop-filter: blur(10px);
  transition: left 0.4s ease;
}

#profile_div {
  z-index: 9;
  position: fixed;
  width: 4rem;
  height: 70%;
  top: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -2rem;
  border-radius: 0px 10px 10px 0;
  background-color: rgba(140, 140, 140, 0.2);
  backdrop-filter: blur(10px);
  transition: left 0.4s ease;
}

#profile_info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  flex-direction: row;
}
#profile_info > p {
  height: 30%;
}

#profile_follower {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  top: 0.3rem;
  border-radius: 20px;
  background-color: rgba(140, 140, 140, 0.4);
  transition: background 0.4s ease;
  cursor: pointer;
  min-height: 3.6rem;
}
#profile_follower > img {
  position: relative;
  margin-top: 0.4rem;
  width: 30px;
}
#profile_follower > p {
  display: inline-block;
  height: auto;
  width: auto;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: upright;
  flex-shrink: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  color: #F5F4EF;
  font-size: 18px;
}

#profile_following {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  top: 4.3rem;
  border-radius: 20px;
  background-color: rgba(140, 140, 140, 0.4);
  transition: background 0.4s ease;
  cursor: pointer;
  min-height: 3.6rem;
}
#profile_following > img {
  position: relative;
  margin-top: 0.5rem;
  width: 24px;
}
#profile_following > p {
  display: inline-block;
  height: auto;
  width: auto;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: upright;
  flex-shrink: 0;
  margin-top: 0.65rem;
  margin-bottom: 0.4rem;
  color: #F5F4EF;
  font-size: 18px;
}

#profile_membership {
  position: absolute;
  bottom: 0.4rem;
  font-size: 12px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#profile_name {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  writing-mode: sideways-lr;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: border 0.4s ease;
}

.border_gradient {
  border-right: 5px solid;
  border-image: linear-gradient(160deg, #789bf4, #a1f8eb);
  border-image-slice: 1;
}

#border_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 50%;
  height: 100%;
  align-items: center;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

#profile_msg_label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 1.4rem;
  top: 2.4rem;
  border-radius: 20px;
  background-color: rgba(140, 140, 140, 0.4);
  transition: background 0.4s ease;
  cursor: pointer;
}

#profile_follow_label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 1.4rem;
  top: 0.4rem;
  border-radius: 20px;
  background: rgba(140, 140, 140, 0.4);
  transition: background 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}

#profile_settings_label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 1.4rem;
  top: 0.4rem;
  border-radius: 20px;
  background: rgba(140, 140, 140, 0.4);
  transition: background 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}

#profile_messenger_label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 1.4rem;
  top: 2.4rem;
  border-radius: 20px;
  background: rgba(140, 140, 140, 0.4);
  transition: background 0.4s ease;
  cursor: pointer;
}
#profile_messenger_label:hover > img {
  left: 0.05rem;
  top: -0.1rem;
  transform: rotate(-10deg);
}
#profile_messenger_label > img {
  width: 20px;
  position: relative;
  top: 0;
  left: 0;
  transition: transform 0.1s ease, left 0.1s ease, top 0.1s ease;
}
#profile_messenger_label > span {
  rotate: 90deg;
}

#profile_msg_img {
  rotate: 0deg;
  position: relative;
  width: 20px;
  left: 2%;
  transition: left 0.4s ease;
}

#profile_follow_img {
  width: 30px;
  transition: width 0.6s ease;
}

#profile_settings_img {
  position: relative;
  width: 20px;
  transition: transform 0.4s ease;
}
#profile_settings_img:hover {
  transform: rotate(45deg);
}

#profile_info_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10%;
  width: 70%;
  min-height: 1rem;
  height: 8%;
}
#profile_info_btn > img {
  position: relative;
  left: 20%;
  height: 100%;
  max-width: 90%;
  transition: left 0.4s ease;
}

#profile_username {
  position: relative;
  left: 0;
  transition: left 0.4s ease;
}

.chat_wrapper {
  width: 100%;
}

.chat_section_2 {
  overflow-y: scroll;
  scrollbar-width: none;
}

.chat_section_2::-webkit-scrollbar {
  display: none;
}

.chat_section {
  position: absolute;
  z-index: 2;
  display: none;
  flex-direction: column-reverse;
  bottom: 3vh;
  margin-bottom: 0.8rem;
  width: 90%;
  height: 30vh;
  min-height: 3rem;
  max-height: 95%;
  opacity: 0;
  transition: opacity 0.4s ease;
  border: none;
  border-radius: 8px;
  box-shadow: 0 5px 20px 5px rgba(53, 53, 53, 0.419);
  background-color: transparent;
  backdrop-filter: blur(10px);
  overflow-y: hidden;
}

.chat_wrapper {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.chat_section_2 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding-bottom: 0.2rem;
  overflow-y: scroll;
}

.chat_area {
  display: flex;
  width: 100%;
  border: none;
  background: transparent;
  align-items: flex-end;
}
.chat_area > :first-child {
  z-index: 3;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  padding-left: 12%;
  padding-right: 2%;
  padding-top: 0.4rem;
  margin-bottom: 0.15rem;
  margin-left: 0.15rem;
  border: none;
  resize: none;
  width: 90%;
  height: auto;
  min-height: 61.4px;
  overflow: hidden;
  background: rgba(140, 140, 140, 0.4);
  border-radius: 10px;
  color: #F5F4EF;
}
.chat_area > :first-child > ::placeholder {
  color: #F5F4EF;
}
.chat_area > :first-child::placeholder {
  color: #F5F4EF;
}

.submit_chat {
  height: 51px;
  width: 10%;
  max-width: 6rem;
  display: flex;
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0.38rem;
  margin-left: 0.5%;
  margin-right: 0.4rem;
  background: linear-gradient(160deg, #789bf4, #a1f8eb);
}
.submit_chat:hover {
  background: linear-gradient(320deg, #789bf4, #a1f8eb);
}
.submit_chat:hover > img {
  left: 10%;
}
.submit_chat:after {
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 30px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 30px 0px rgba(0, 0, 0, 0.0666666667);
}
.submit_chat > img {
  position: relative;
  left: -20%;
  transition: left 0.4s ease;
  height: 90%;
}

.chat_elem {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.chat_elem > :first-child {
  margin-top: 0.4rem;
  font-size: 16px;
  border-radius: 10px;
  padding: 0.2rem 0.8rem;
  background-color: rgba(220, 200, 240, 0.8);
  backdrop-filter: blur(20px);
}
.chat_elem > :last-child {
  height: 15px;
}
.chat_elem > p {
  margin: 0;
  margin-left: 0.5rem;
  padding: 0;
  width: fit-content;
  max-width: 40%;
}

.own_message {
  align-items: end;
}
.own_message > :first-child {
  background-color: rgba(210, 240, 220, 0.8);
}
.own_message > :last-child {
  margin-right: 0.2rem;
}
.own_message > p {
  margin-right: 0.4rem;
}

.chat_content {
  width: 40%;
}

.chat_date {
  width: 40%;
  font-size: 12px;
}

#messenger_div {
  z-index: 3;
  position: fixed;
  width: 80%;
  height: 70%;
  top: 15%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  left: 10%;
  padding: 1.4rem;
  border-radius: 10px;
  background-color: rgba(140, 140, 140, 0.2);
  backdrop-filter: blur(10px);
  transition: left 0.4s ease;
}

.messenger_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  max-width: 60rem;
  height: fit-content;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 5px;
}

.last_one_user {
  margin: 0 1rem;
  width: 6rem;
}

.last_one_div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60vw;
  white-space: nowrap;
  overflow-x: hidden;
  font-size: 16px;
  margin-left: 1rem;
}

.last_one_date {
  position: relative;
  font-size: 12px;
  padding-left: 1rem;
}

.last_one_preview {
  position: relative;
  width: 80%;
  max-width: fit-content;
  overflow-x: hidden;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(220, 200, 240, 0.8);
}

.message_profile_btn {
  position: relative;
  margin: 0.4rem;
}
.message_profile_btn > img {
  position: relative;
  left: 0;
  transition: left 0.4s ease;
}
.message_profile_btn:hover > img {
  left: 4px;
}

.own_message > :first-child {
  background: rgba(210, 240, 220, 0.8);
}

.active_board {
  left: 10% !important;
}

.inactive_board {
  left: -80% !important;
}

.badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  padding: 1px;
  border-radius: 9px;
  font: 700 11px/18px system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  text-align: center;
  background: #e02424; /* red */
  color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.messenger_wrapper .message_profile_btn {
  position: relative;
}

.messenger_wrapper .message_profile_btn .badge {
  top: -6px;
  right: -6px;
}

.inline_badge {
  z-index: 200;
  top: 0.6rem;
  right: 1.6rem;
  position: absolute;
}

.user_badge {
  top: -10px;
  right: -14px;
}

.mute_chat_btn {
  overflow: hidden;
  background: transparent;
  border: none;
  position: relative;
  top: -10px;
}
.mute_chat_btn > img {
  height: 20px;
}

.profiles_board {
  z-index: 3;
  position: fixed;
  width: 80%;
  height: 70%;
  top: 15%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  left: 10%;
  padding: 1.4rem;
  border-radius: 10px;
  background-color: rgba(140, 140, 140, 0.2);
  backdrop-filter: blur(10px);
  transition: left 0.4s ease;
  overflow: hidden;
}

#spline_object {
  position: absolute;
  margin-top: 25vh;
  z-index: 400;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.vue_app_div {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 4rem 0;
  overflow: scroll;
  overflow-x: hidden;
}

.banner {
  z-index: 100;
  position: fixed;
  top: 0.4vh;
  left: 0.4rem;
  width: 12vw;
  height: 3rem;
  overflow: hidden;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  display: flex;
  align-items: center;
  user-select: none;
  touch-action: pan-x;
  font-size: 14px;
  -webkit-mask-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.3) 8px, black 24px, black calc(100% - 24px), rgba(0, 0, 0, 0.3) calc(100% - 8px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.3) 8px, black 24px, black calc(100% - 24px), rgba(0, 0, 0, 0.3) calc(100% - 8px), transparent 100%);
}

.track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}

.banner-item {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  flex: 0 0 auto;
}

.banner-item button {
  position: relative;
  width: fit-content;
  outline: none;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  padding: 0.25rem 0.55rem;
  cursor: pointer;
  flex-shrink: 0;
  isolation: isolate;
}
.banner-item button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220%;
  height: 220%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  background: linear-gradient(140deg, #FF6B01, #F5B200);
  z-index: -1;
  transition: transform 0.2s ease;
}
.banner-item button:hover::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.banner-item img {
  z-index: 3;
  width: 1rem;
  height: 1rem;
}

.hide {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */
